]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
Daily bump.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
362c6d2f
KG
12010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2
3 * configure.ac: Add "recommended" version checks for GMP/MPC.
4 Update recommended GMP/MPFR/MPC versions.
5 * configure: Regenerate.
6
888c5ad2
JR
72010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
8
9 * MAINTAINERS: Move my Embecosm email address into the
10 write-after-approval section.
11
3bf714a7
ILT
122010-01-26 Ian Lance Taylor <iant@google.com>
13
14 * MAINTAINERS: Add myself as Go frontend maintainer.
15
ad1e5170
JR
162010-01-25 Joern Rennecke <amylaar@spamcop.net>
17
18 PR libstdc++/36101, PR libstdc++/42813
19 * configure.ac (bootstrap_target_libs): Make inclusion of
20 target-libgomp conditional on libgomb being in target_configdirs.
21 * configure: Regenerate.
22
fb0553d1
JR
232010-01-23 Joern Rennecke <amylaar@spamcop.net>
24
25 PR libstdc++/36101, PR libstdc++/42813
26 * configure.ac (bootstrap_target_libs): Include target-libgomp.
27 * configure: Regenerate.
28
aae29963
JR
292010-01-22 Joern Rennecke <amylaar@spamcop.net>
30
31 PR libstdc++/36101, PR libstdc++/42813
32 * configure.ac (target_configdirs): Substitute.
33 * Makefile.def: Bootstrap target module libgomp.
34 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
35 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
36 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
37 * configure, Makefile.in: Regenerate.
38
d8fe8895
DK
392010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
40
41 * MAINTAINERS: Adjust my details.
42
ebfe4897
EW
432010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
44
45 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
46
f7746c59
TL
472010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
48
49 * MAINTAINERS: reindented my entry with tabs instead of spaces.
50
306c7b5b
TL
512010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
52
53 * MAINTAINERS (Write After Approval): Add myself.
54
1b8b9e19
KT
552010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
56
57 * MAINTAINERS (Write After Approval): Add myself.
58
c164615b
RG
592010-01-11 Richard Guenther <rguenther@suse.de>
60
61 PR lto/41569
62 * Makefile.def (all-lto-plugin): Depend on all-gcc.
63 * Makefile.in: Regenerated.
64
f3f623ae
AT
652010-01-11 Andreas Tobler <andreast@fgznet.ch>
66
67 * configure.ac: Enable libjava build on x86_64-*freebsd*.
68 * configure: Regenerate.
69
592c90ff
KG
702010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
71 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
72
73 PR bootstrap/42424
74 * configure.ac: Include libtool m4 files.
75 (_LT_CHECK_OBJDIR): Call it.
76 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
77 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 78
592c90ff
KG
79 * configure: Regenerate.
80
60a2e213
RW
812010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
82
83 PR bootstrap/41818
84 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
85 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
86 * Makefile.in: Regenerate.
87
7413962d
RG
882010-01-02 Richard Guenther <rguenther@suse.de>
89
90 PR lto/41529
91 * configure.ac: Include config/elf.m4. Disable LTO if not
92 builting for an elf target.
93 * configure: Regenerate.
94
f77f3945
CF
952009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
96
97 * MAINTAINERS: Change my email address.
98
4960e3f0
BE
992009-12-18 Ben Elliston <bje@au.ibm.com>
100
101 * config.sub, config.guess: Update from upstream sources.
102
d16a31da
SZ
1032009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
104
105 * MAINTAINERS (Write After Approval): Add myself.
106
3a5729ea
KG
1072009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
108
109 PR middle-end/30447
110 PR middle-end/30789
111 PR other/40302
112
113 * configure.ac: Require MPC.
114 * configure: Regenerate.
115
43e02a8a
RW
1162009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
117
118 PR target/38384
119 PR bootstrap/40972
120 * libtool.m4: Sync from git Libtool.
121 * ltoptions.m4: Likewise.
122 * ltversion.m4: Likewise.
123 * lt~obsolete.m4: Likewise.
124 * ltmain.sh: Likewise.
125
360d4522
KG
1262009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
127
128 * configure.ac: Update minimum MPC version to 0.8.
129 * configure: Regenerate.
130
f264ed56
SP
1312009-11-21 Sebastian Pop <sebpop@gmail.com>
132
133 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
134 * configure: Regenerated.
135
ed2eaa9f
ILT
1362009-11-21 Ian Lance Taylor <iant@google.com>
137
138 * configure.ac: Change default of poststage1_ldflags to be empty if
139 poststage1_libs is set. When poststage1_libs is empty, and
140 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
141 * configure: Rebuild.
142
58346783
AN
1432009-11-21 Adam Nemet <adambnmet@gmail.com>
144
145 * MAINTAINERS (Write After Approval): Update my email address.
146
5ca0106a
BE
1472009-11-20 Ben Elliston <bje@au.ibm.com>
148
149 * config.guess: Update from upstream sources.
150
87213cd4
AO
1512009-11-16 Alexandre Oliva <aoliva@redhat.com>
152
153 * Makefile.def: Restore host and target settings for gmp.
154 * Makefile.in: Rebuild.
155
f61428ed
AO
1562009-11-16 Alexandre Oliva <aoliva@redhat.com>
157
158 * configure.ac: Add libelf to host_libs. Enable in-tree configury
159 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
160 Fix portability of test of C++ as bootstrap language. Add
161 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
162 * configure: Rebuild.
163 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
164 and cloog. Fix in-tree ppl configuration. Introduce libelf
165 in-tree building.
166 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
167 (POSTSTAGE1_HOST_EXPORTS): Use it.
168 (STAGE[+id+]_CXXFLAGS): New.
169 (BASE_FLAGS_TO_PASS): Pass it down.
170 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
171 extra_exports.
172 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
173 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
174 extra_exports.
175 * Makefile.in: Rebuild.
176
f6c56be6
BE
1772009-11-17 Ben Elliston <bje@au.ibm.com>
178
179 * config.sub, config.guess: Update from upstream sources.
180
0ccb5970
JK
1812009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * MAINTAINERS (Write After Approval): Add myself.
184
3f08607c
JB
1852009-11-09 Jon Beniston <jon@beniston.com>
186
187 * MAINTAINERS (Write After Approval): Add myself.
188
5d571eaa
OS
1892009-11-06 Ozkan Sezer <sezeroz@gmail.com>
190
191 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
192 paths for *-w64-mingw* and x86_64-*mingw*.
193 * configure: Regenerated.
194
3be9759a
JR
1952009-11-05 Joern Rennecke <amylaar@spamcop.net>
196
197 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
198
c393f559
BK
1992009-11-02 Benjamin Kosnik <bkoz@redhat.com>
200
201 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
202 Phil Edwards to Write-After Approval.
203
ef4c4300
KT
2042009-10-30 Kai Tietz <kai.tietz@onevision.com>
205
206 * configure.ac: Disable target-winsup & co for
207 x86_64-*-mingw* and *-w64-mingw* targets.
208 * configure: Regenerated.
209
65a324b4
NC
2102009-10-16 Nick Clifton <nickc@redhat.com>
211
212 * MAINTAINERS: Add myself as a maintainer for the RX port.
213
22e5d3dc
JS
2142009-10-26 Johannes Singler <singler@kit.edu>
215
216 * MAINTAINERS (Write After Approval): Update my e-mail address.
217
17e72e5d
RO
2182009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
219
220 * configure.ac (CLooG test): Use = with test.
221 * configure: Regenerate.
222
ed3a56f3
RG
2232009-10-22 Richard Guenther <rguenther@suse.de>
224
225 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
226 cloog if the ppl version check failed. Move flags saving
227 before setting in libelf check.
228 * configure: Regenerate.
229
ad0abd3c
RG
2302009-10-21 Richard Guenther <rguenther@suse.de>
231
232 * configure.ac: Adjust the ppl and cloog configure to work as
233 documented. Disable cloog if ppl was disabled. Omit the version
234 checks if they were disabled.
235 * configure: Re-generate.
236
e4c5bd48
RW
2372009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
238
239 * configure.ac: Add 'lto' to enable_languages, not
240 new_enable_languages, and only if not already present.
241 * configure: Regenerate.
242
0ffd69c5
GP
2432009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
244
245 * README: Refer to the various COPYING* files instead of just
246 COPYING.
247 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
248
1fc23736
RE
2492009-10-07 Rafael Avila de Espindola <espindola@google.com>
250
251 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
252
58687768
RG
2532009-10-07 Richard Guenther <rguenther@suse.de>
254
255 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
256 and Richard Guenther as reviewers.
257 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
258 as reviewers.
259
49b0ca5c 2602009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 261
49b0ca5c 262 * config.sub: Update from upstream sources.
d2d9ce5e 263
aeb94799
ILT
2642009-10-06 Ian Lance Taylor <iant@google.com>
265
266 * Makefile.def: check-gold depends upon all-gas.
267 * Makefile.in: Rebuild.
268
123651cd
PM
2692009-10-05 Phil Muldoon <pmuldoon@redhat.com>
270
271 * MAINTAINERS (Write After Approval): Add myself.
272
d7f09764
DN
2732009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
274
275 * Makefile.def: all-lto-plugin depends on all-libiberty.
276 set bootstrap=true for lto-plugin.
277 Add lto-plugin.
278 * Makefile.in: Regenerate.
279 * configure.ac (host_libs): Add lto-plugin.
280 * configure: Regenerate.
281
d7f09764
DN
2822009-10-03 Diego Novillo <dnovillo@google.com>
283
284 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
285 (HOST_LIBELFLIBS): Define.
286 (HOST_LIBELFINC): Define.
287 * Makefile.in: Regenerate.
288 * configure.ac: Add --enable-lto.
289 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
290 If --enable-lto is used, add 'lto' to new_enable_languages.
291 If --enable-lto is used and gold is enabled, add
292 lto-plugin to configdirs.
293 * configure: Regenerate.
294
2952009-10-03 Simon Baldwin <simonb@google.com>
296
297 * configure.ac: If --with-system-zlib, suppress local zlib and
298 pass --with-system-zlib to subdir configure scripts.
299 * configure: Regenerate.
300
0ecdd2aa
LR
3012009-10-01 Loren J. Rittle <ljrittle@acm.org>
302 Paolo Bonzini <bonzini@gnu.org>
303
304 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
305 $(srcdir).
306 * Makefile.in: Rebuilt.
307
5bfbb7f7
GF
3082009-09-26 Gary Funck <gary@intrepid.com>
309
310 * MAINTAINERS (Write After Approval): Add myself.
311
3e661154
KG
3122009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
313
314 * configure.ac: Update minimum MPC version to 0.7.
315 * configure: Regenerate.
316
f1a036e4
NC
3172009-09-25 Nick Clifton <nickc@redhat.com>
318
319 * configure.ac: Pass any --cache-file=/dev/null option on to
320 subconfigures.
321 * configure: Regenerate.
322
d4c74acc
NC
3232009-09-23 Nick Clifton <nickc@redhat.com>
324
325 * config.sub, config.guess: Update from upstream sources.
326
03261b6d
LR
3272009-09-22 Loren J. Rittle <ljrittle@acm.org>
328
329 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
330 * Makefile.in: Rebuilt.
331
0db770bd
RW
3322009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
333
334 PR bootstrap/32272
335 * configure.ac: Error out if $srcdir isn't '.' but contains
336 host-${host_noncanonical}.
337 * configure: Regenerate.
338
71101870
RO
3392009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
340
341 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
342 maintainer.
343
ca6d0d62
RW
3442009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
345
79cd2b23
RW
346 * configure.ac: If bootstrapping a combined tree with
347 --enable-gold, require c++ in stage1_languages.
348 * configure: Regenerate.
349
ab9dcd0c
RW
350 * configure.ac: Also add target_libs of stage1_languages to
351 bootstrap_target_libs.
352 * configure: Regenerate.
353
ca6d0d62
RW
354 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
355 with --enable-languages not containing c++.
356 * configure: Regenerate.
357
1c3c9f12
JZ
3582009-09-15 Jie Zhang <jie.zhang@analog.com>
359
360 * configure.ac: Disable java and boehm-gc for bfin-*-*.
361 * configure: Regenerate.
362
6fb30a14 3632009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 364
6fb30a14
JR
365 * MAINTAINERS (Write After Approval): Update my e-mail address,
366 and move from from here...
367 (Waiting for paperwork): To here.
0318772d 368
4056c2c6
JM
3692009-09-09 Joseph Myers <joseph@codesourcery.com>
370
371 * MAINTAINERS (Reviewers): Add self as driver reviewer.
372
3e54529c
RW
3732009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
374
375 * configure.ac: Do not use $extrasub for replacing @if/@endif
376 parts in Makefile; instead, use additional arguments to
377 AC_CONFIG_COMMANDS to do the replacement manually, with several
378 sed invocations, to avoid HP-UX sed command limits.
379 * configure: Regenerate.
380
713e2ea6
AO
3812009-09-08 Alexandre Oliva <aoliva@redhat.com>
382
383 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
384 blank before -L.
385
5646b7b9
AO
3862009-09-04 Alexandre Oliva <aoliva@redhat.com>
387
388 * configure.ac (with-build-config): Document. Handle without.
389 Handle missing argument.
390 * configure: Rebuilt.
391
e12c4094
AO
3922009-09-03 Alexandre Oliva <aoliva@redhat.com>
393
394 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
395 Default to bootstrap-debug only if compare-debug works.
396 * configure: Rebuilt.
397 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
398 * Makefile.in: Rebuilt.
399
75cb0057
RO
4002009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
401
402 * MAINTAINERS (OS Port Maintainers): Update my email address.
403
8fc68cba
AO
4042009-09-01 Alexandre Oliva <aoliva@redhat.com>
405
406 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
407 * Makefile.in: Rebuilt.
408
44cb38cf
CD
4092009-09-01 Chris Demetriou <cgd@google.com>
410
411 * MAINTAINERS (Write After Approval): Add myself.
412
f9329c35
DS
4132009-08-31 Dodji Seketeli <dodji@redhat.com>
414
415 PR debug/30161
416 * include/dwarf2.h (enum dwarf_tag): Added
417 DW_TAG_GNU_template_template_param
418 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
419
f945e229
PB
4202009-08-30 Paolo Bonzini <bonzini@gnu.org>
421
422 * Makefile.tpl (AWK): Fix typo.
423 * Makefile.in: Regenerate.
424
87264276
PB
4252009-08-30 Paolo Bonzini <bonzini@gnu.org>
426
427 * configure.ac: Detect awk and sed.
428 * Makefile.def (flags_to_pass): Add AWK and SED.
429 * Makefile.tpl (AWK, SED): New.
430 (BASE_FLAGS_TO_PASS): Add AWK and SED.
431 * configure: Regenerate.
432 * Makefile.in: Regenerate.
433
68ccd57c
DK
4342009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
435
436 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
437 (collapseslashes): Likewise.
438
df58e648
RW
4392009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
440
441 * configure.ac (AC_PREREQ): Bump to 2.64.
442
0539cb2c
RW
4432009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
444
70fa0efa
RW
445 * configure.ac: Remove --with-datarootdir, --with-docdir,
446 --with-pdfdir, --with-htmldir switches.
447 * configure: Regenerate.
448
5213506e
RW
449 * configure: Regenerate.
450
0539cb2c
RW
451 * compile: Sync from Automake 1.11.
452 * depcomp: Likewise.
453 * install-sh: Likewise.
454 * missing: Likewise.
455 * mkinstalldirs: Likewise.
456 * ylwrap: Likewise.
457
197c68cc
DK
4582009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
459
460 * ltmain.sh (func_normal_abspath): New function.
461 (func_relative_path): Likewise.
462 (func_mode_help): Document new -bindir option for link mode.
463 (func_mode_link): Add new -bindir option, and use it to place
464 output DLL if specified.
465
58af276a
RW
4662009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
467
0115d4a3
RW
468 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
469 (baseargs): Add --disable-option-checking.
470 * configure: Regenerate.
471
58af276a
RW
472 * Makefile.def (configure-target-libiberty): Depend on
473 all-binutils and all-ld.
474 (configure-target-newlib): Likewise.
475 * Makefile.in: Regenerate.
476
e9d9afef
BE
4772009-08-17 Ben Elliston <bje@au.ibm.com>
478
479 * config.sub, config.guess: Update from upstream sources.
480
354ebf88
RW
4812009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
482
483 Sync from src, merge:
484
485 2009-07-02 Tristan Gingold <gingold@adacore.com>
486
487 * configure.ac: Do not exclude gas for i386-*-darwin.
488 Add a case for x86_64-*-darwin.
489 * configure: Regenerate.
490
8375f7b2
NV
4912009-08-06 Neil Vachharajani <nvachhar@gmail.com>
492
493 * MAINTAINERS: Add my name to Write After Approval list.
494
ca9fe997
ME
4952009-08-06 Michael Eager <eager@eagercon.com>
496
497 * configure.ac: Add Microblaze target.
498 * configure: Regenerate.
499
ea2002ba
CB
5002009-07-31 Christian Bruel <christian.bruel@st.com>
501
502 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
503 * configure: Regenerate.
504
f563194d
RIL
5052009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
506
507 * MAINTAINERS (Write After Approval): Update my e-mail address.
508
e90e6bd7
ILT
5092009-07-06 Ian Lance Taylor <iant@google.com>
510
511 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
512 * configure: Rebuild.
513
f6e0880a
TG
5142009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
515
516 * MAINTAINERS: Move myself to the Graphite Reviewers.
517
6d984927
WG
5182009-06-30 Wei Guozhi <carrot@google.com>
519
520 * MAINTAINERS: Add my name to Write After Approval list.
521
f2689b09
SE
5222009-06-26 Steve Ellcey <sje@cup.hp.com>
523
524 PR bootstrap/40338
525 * configure.ac (comparestring): Create new variable.
526 * Makefile.tpl (comparestring): Use to skip some comparisions.
527 * configure: Regenerate.
528 * Makefile.in: Regenerate.
529
f62c0ba4
DE
5302009-06-26 Doug Evans <dje@sebabeach.org>
531
532 * Makefile.def (host_modules): Add cgen.
533 * Makefile.in: Regenerate.
534 * configure.ac (host_tools): Add cgen.
535 * configure: Regenerate.
536
7acf4da6
DD
5372009-06-23 DJ Delorie <dj@redhat.com>
538
539 * MAINTAINERS: Add myself as mep maintainer.
540
00020c16
ILT
5412009-06-23 Ian Lance Taylor <iant@google.com>
542
543 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
544 boot_languages. Only bootstrap target libraries listed in
545 target_libs for some boot language. Add --with-stage1-ldflags,
546 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
547 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
548 if not building with C++.
549 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
550 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
551 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
552 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
553 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
554 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
555 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
556 * configure, Makefile.in: Rebuild.
557
1da52d4a
LF
5582009-06-23 Li Feng <nemokingdom@gmail.com>
559
560 * MAINTAINERS: Added my name to write-after-approval list.
561
144c9175
RM
5622009-06-15 Ryan Mansfield <rmansfield@qnx.com>
563
564 * configure.ac: Define is_elf for QNX Neutrino targets.
565 * configure: Regenerate.
566
e5871e24
GS
5672009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
568
569 * MAINTAINERS: Added my name to the write-after-approval list
570
5f4a82c0
KG
5712009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
572
573 * configure.ac: Detect MPC in default directory.
574 * configure: Regenerate.
575
394e9195
JG
5762009-06-03 Jerome Guitton <guitton@adacore.com>
577 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
578
579 * Makefile.tpl (all): Avoid a trailing backslash.
580 * Makefile.in: Regenerate.
581
47bca6aa
BE
5822009-06-03 Ben Elliston <bje@au.ibm.com>
583
584 * config.sub, config.guess: Update from upstream sources.
585
a891a473
RS
5862009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
587
588 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
589 to noconfdirs.
590 * configure: Regenerate.
591
70cb2d9f
AO
5922009-06-02 Alexandre Oliva <aoliva@redhat.com>
593
594 * Makefile.tpl ([+compare-target+]): Compare all stage
595 directories, rather than just gcc.
596 * Makefile.in: Rebuilt.
597
7f1245df
DK
5982009-06-01 Doug Kwan <dougkwan@google.com>
599
600 * configure.ac: Support gold for target arm*-*-*.
601 * configure: Regenerate.
394e9195 602
acd26225
KG
6032009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
604
605 * Makefile.def: Add MPC support and dependencies.
606 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
607
608 * Makefile.in, configure: Regenerate.
609
a1fc946a
AO
6102009-05-27 Alexandre Oliva <aoliva@redhat.com>
611
612 * Makefile.tpl (all): Avoid harmless warning in make all when
613 gcc-bootstrap is enabled but stage_last does not exist.
614 * Makefile.in: Rebuilt.
615
2e6a3c8d
NR
6162009-05-24 Nicolas Roche <roche@adacore.com>
617
618 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
619 * Makefile.in: Regenerate.
620
63487d11
DC
6212009-05-21 Denis Chertykov <chertykov@gmail.com>
622
623 * MAINTAINERS: Update my e-mail address.
624
449223af
DK
6252009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
626
627 * configure.ac (cygwin noconfigdirs): Remove libgcj.
628 * configure: Regenerate.
629
31c98f49
AO
6302009-05-18 Alexandre Oliva <aoliva@redhat.com>
631
632 PR other/40159
633 * Makefile.tpl (all): Don't assume gcc-bootstrap and
634 gcc-no-bootstrap are mutually exclusive.
635 * Makefile.in: Rebuilt.
636
0f501837
AO
6372009-05-18 Alexandre Oliva <aoliva@redhat.com>
638
639 PR other/40159
640 * Makefile.tpl (all): Don't end with unconditional success.
641 * Makefile.in: Rebuilt.
642
4a4a4e99
AO
6432009-05-12 Alexandre Oliva <aoliva@redhat.com>
644
645 PR target/37137
646 * Makefile.def (flags_to_pass): Remove redundant and incomplete
647 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
648 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
649 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
650 stage_configureflags, stage_cflags and stage_libcflags into
651 explicit Makefile macros.
652 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
653 GFORTRAN.
654 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
655 CC. Set CC_FOR_BUILD from CC.
656 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
657 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
658 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
659 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
660 and GFORTRAN.
661 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
662 (_LIBCFLAGS): Renamed to _TFLAGS.
663 (do-compare-debug, do-compare3-debug): Drop.
664 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
665 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
666 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
667 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
668 (XGCC_FLAGS_FOR_TARGET): New.
669 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
670 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
671 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
672 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
673 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
674 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
675 TFLAGS.
676 (BUILD_CONFIG): Include if requested.
677 (all): Set TFLAGS on bootstrap.
678 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
679 (all-stageid-prefixmodule): Likewise.
680 (do-clean, distclean-stageid): Set TFLAGS.
681 (restrap): Fix whitespace.
682 * Makefile.in: Rebuilt.
683
1cee3429
PB
6842009-05-07 Paolo Bonzini <bonzini@gnu.org>
685
686 * config.guess: Sync with src.
687
0b70eafd
DK
6882009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
689
690 * configure.ac ($with_ppl): Default to no if not supplied.
691 ($with_cloog): Likewise.
692 configure: Regenerate.
693
5175f17c
JW
6942009-04-27 James E. Wilson <wilson@codesourcery.com>
695
696 * MAINTAINERS: Update my e-mail address.
697
952fa153
NC
6982009-04-27 Nick Clifton <nickc@redhat.com>
699
700 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
701
a687f83c
EB
7022009-04-25 Eric Botcazou <ebotcazou@adacore.com>
703
704 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
705 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
706 * Makefile.in: Regenerate.
707
9e3eba15
KG
7082009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
709
710 PR bootstrap/39739
711 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
712 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
713
714 * configure, Makefile.in: Regenerate.
715
a687f83c 7162009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
717
718 * include/hashtab.h: Update GTY annotations to new syntax
719 * include/splay-tree.h: Likewise
720
070bdbd9
BE
7212009-04-17 Ben Elliston <bje@au.ibm.com>
722
723 * config.sub, config.guess: Update from upstream sources.
724
55f2d967
AG
7252009-04-15 Anthony Green <green@moxielogic.com>
726
727 * configure.ac: Add moxie support.
728 * configure: Rebuilt.
729
309c24a9
JJ
7302009-04-14 Jakub Jelinek <jakub@redhat.com>
731
732 * configure.ac: Change copyright header to refer to version
733 3 of the GNU General Public License and to point readers at the
734 COPYING3 file and the FSF's license web page.
735 * Makefile.def: Likewise.
736 * Makefile.tpl: Likewise.
737 * Makefile.in: Regenerate.
738
b93133bc
JH
7392009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
740
741 * configure.ac: Restore match for darwin9 or later. Use double
742 brackets since regeneration eats one pair.
743 * configure: Regenerate.
744
d18ff35a
L
7452009-04-09 H.J. Lu <hongjiu.lu@intel.com>
746
747 PR gas/10039
748 * configure.ac: Require texinfo 4.7.
749 * configure: Regenerated.
750
748086b7
JJ
7512009-04-09 Nick Clifton <nickc@redhat.com>
752
753 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
754 the GCC Runtime Library Exception.
755
a3337ea2
KG
7562009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
757
758 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
759 * configure: Regenerate.
760
60911f14
SE
7612009-04-01 Steve Ellcey <sje@cup.hp.com>
762
763 * Makefil.def (languages): New entries.
764 * Makefile.tpl (check-gcc-*): New generic target.
765 * Makefile.in: Regenerate.
60911f14 766
7369c1d0
ER
7672009-03-25 Erven Rohou <erven.rohou@inria.fr>
768
d18ff35a 769 * MAINTAINERS: Update my email address.
7369c1d0 770
cfb1f59f
TT
7712009-03-18 Tom Tromey <tromey@redhat.com>
772
d18ff35a
L
773 * configure: Rebuild.
774 * configure.ac (host_libs): Add libiconv.
775 * Makefile.in: Rebuild.
776 * Makefile.def (host_modules): Add libiconv.
777 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 778
75eeae1a
TG
7792009-03-16 Tristan Gingold <gingold@adacore.com>
780
781 * configure.ac: Treat gdb as supported on x86_64-darwin.
782 * configure: Regenerate.
783
f38095f3
JM
7842009-03-16 Joseph Myers <joseph@codesourcery.com>
785
786 * configure.ac (--with-host-libstdcxx): New option.
787 * configure: Regenerate.
788
fec7f245
JR
7892009-03-12 Joern Rennecke <joern.rennecke@arc.com>
790
791 * MAINTAINERS: Move myself into the write after approval list.
792
6d401294
NP
7932009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
794
795 * MAINTAINERS: Update e-mail address.
796
07c97076
DN
7972009-03-11 Dorit Nuzman <dorit@il.ibm.com>
798
799 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
800
bb947fd1
IR
8012009-03-10 Ira Rosen <irar@il.ibm.com>
802
803 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
804
7a9d3fe8
RW
8052009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
806
807 Backport from git Libtool:
808
809 2009-01-19 Robert Millan <rmh@aybabtu.com>
810 Support GNU/kOpenSolaris.
811 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
812 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
813 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
814 GNU/kOpenSolaris.
815
c9e9e11f
AS
8162009-02-27 Andreas Schwab <schwab@linux-m68k.org>
817
818 * MAINTAINERS: Update e-mail address.
819
5e8c1552 8202009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
821
822 * MAINTAINERS (Write After Approval): Add self.
823
b0adb088
BM
8242009-02-18 Bingfeng Mei <bmei@broadcom.com>
825
826 * MAINTAINERS (Write After Approval): Add myself.
827
ee04b574
AS
8282009-02-05 Andreas Schwab <schwab@suse.de>
829
830 * Makefile.tpl (stage_last): Define $r and $s before using
831 $(RECURSE_FLAGS_TO_PASS).
832 * Makefile.in: Regenerate
833
907884c9
ILT
8342009-01-30 Ian Lance Taylor <iant@google.com>
835
836 * MAINTAINERS: Move myself to the Global Reviewers list.
837
416ac4d4
RM
8382009-01-29 Robert Millan <rmh@aybabtu.com>
839
840 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
841 * configure: Regenerate.
842
ee5decb3
GP
8432009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
844
845 * MAINTAINERS: Make whitespace consistent.
19196f44 846 Remove Robert Millan from Write After Approval.
ee5decb3 847
36fbb0ec
AM
8482009-01-16 Alan Modra <amodra@bigpond.net.au>
849
850 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
851 (all-opcodes): Depend on all-libiberty.
852 * Makefile.in: Regenerate.
853
52535a64
DR
8542009-01-15 Douglas B Rupp <rupp@gnat.com>
855
856 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
857 * configure: Regenerate.
858
e04a57df
RR
8592009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
860
861 * MAINTAINERS (Write After Approval): Add myself.
862
856c450b
SK
8632009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
864
865 * MAINTAINERS: Add myself to reviewers (Fortran).
866
53095c56
SP
8672009-01-12 Sebastian Pop <sebastian.pop@amd.com>
868
869 PR tree-optimization/38515
870 * configure.ac (cloog-polylib): Removed.
871 (with_ppl, with_cloog): Test for "no".
872 * configure: Regenerated.
873
1e5e8a59
DF
8742009-01-11 Daniel Franke <franke.daniel@gmail.com>
875
876 * MAINTAINERS: Moved myself to reviewers (Fortran).
877
5e5debf6
TS
8782009-01-06 Thomas Schwinge <tschwinge@gnu.org>
879
880 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
881 (Write After Approval): Remove myself.
882
1c42acf1
DN
8832009-01-03 Diego Novillo <dnovillo@google.com>
884
885 * MAINTAINERS: Remove myself from alias maintainership.
886
2fbbedaf
DA
8872009-01-02 David Ayers <ayers@fsfe.org>
888
889 * MAINTAINERS: Update e-mail address.
890
17213821
GP
8912008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
892
893 * MAINTAINERS: Make whitespace consistent.
894
baafc534
RW
8952008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
896
897 Backport from upstream Libtool:
898 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
899 Add cache variables to tests that require the linker to work.
900 For shlibpath_overrides_runpath, this also changes the semantics
901 to let the result from the C compiler take precedence.
902
18430d27
BE
9032008-12-02 Ben Elliston <bje@au.ibm.com>
904
905 * config.sub, config.guess: Update from upstream sources.
906
0a280b35
SP
9072008-12-12 Sebastian Pop <sebastian.pop@amd.com>
908
909 * configure.ac (ppllibs): Add by default the lib flags.
910 * configure: Regenerate.
911
41e9641b
LM
9122008-12-08 Luis Machado <luisgpm@br.ibm.com>
913
914 * MAINTAINERS: Add myself to the write after approval list.
915
25783c30
JH
9162008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
917
ee04b574
AS
918 * configure.ac: Add double brackets on darwin[912].
919 * configure: Regenerate.
25783c30 920
0e318fcc
DK
9212008-12-03 Daniel Kraft <d@domob.eu>
922
923 * MAINTAINERS: Moved myself and Mikael Morin from Write After
924 Approval to Reviewer section (for Fortran front-end).
925
7f171b95
JH
9262008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
927
928 * configure.ac: Expand to darwin10 and later.
929 * configure: Regenerate.
930
09ce620e
AS
9312008-12-02 Andreas Schwab <schwab@suse.de>
932
933 * Makefile.def: configure-target-boehm-gc depends on
934 all-target-libstdc++-v3.
935 * Makefile.in: Regenerate.
936
386c704d
KT
9372008-12-02 Kai Tietz <kai.tietz@onevision.com>
938
939 * MAINTAINERS: Add myself as mingw maintainer.
940
e03dd84a
BE
9412008-12-02 Ben Elliston <bje@au.ibm.com>
942
943 * config.sub, config.guess: Update from upstream sources.
944
3fa87964
GP
9452008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
946
947 * README.SCO: Remove.
948
df72d7ed
FP
9492008-11-29 Fernando Pereira <pronesto@gmail.com>
950
951 * MAINTAINERS: Add myself to the write after approval list.
952
b5646528
DK
9532008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
954
955 * MAINTAINERS: Update my email address in WAA section.
956
ebf24eb4
CL
9572008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
958
959 * MAINTAINERS: Update e-mail address.
960
50e0f131
TM
9612008-11-27 Toon Moene <toon@moene.org>
962
963 * MAINTAINERS: Change e-mail address.
964
0db3a858
TG
9652008-11-27 Tristan Gingold <gingold@adacore.com>
966
967 * configure.ac: Build gdb for i?86-*-darwin*
968 * configure: Regenerated.
969
f07bde68
HS
9702008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
971
972 * MAINTAINERS: Added my full name.
973
487e299b
DJ
9742008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
975
976 PR bootstrap/38014
977 PR bootstrap/37923
978
979 Revert:
980
981 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
982
983 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
984 * Makefile.in: Regenerated.
985
986 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
987
988 PR gdb/921
989 PR gdb/1646
990 PR gdb/2175
991 PR gdb/2176
992
993 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
994 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
995 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
996 (HOST_EXPORTS): Pass CPPFLAGS.
997 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
998 (LDFLAGS_FOR_TARGET): Initialize from configure script.
999 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1000 * Makefile.in, configure: Regenerated.
1001 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1002 and CPPFLAGS_FOR_BUILD.
1003
d69fbecb
JL
10042008-11-06 Jeff Law <law@redhat.com>
1005
1006 * MAINTAINERS: Add myself as middle end maintainer.
1007
044fed69
AS
10082008-11-06 Andrew Stubbs <ams@codesourcery.com>
1009
1010 * MAINTAINERS (Write after approval): Add myself.
1011
caf6defe
DN
10122008-11-05 Diego Novillo <dnovillo@google.com>
1013
1014 * MAINTAINERS (Global Reviewers): Add myself.
1015 (Non-Algorithmic Maintainers): Remove myself.
1016
3e9899ac
TS
10172008-11-04 Thomas Schwinge <tschwinge@gnu.org>
1018
09ce620e 1019 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 1020
ea99e36e
MM
10212008-10-31 Mikael Morin <mikael.morin@tele2.fr>
1022
09ce620e 1023 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 1024
fb0d2684
BE
10252008-10-31 Ben Elliston <bje@au.ibm.com>
1026
1027 * configure.ac (spu-*-*): Remove special case.
1028 * configure: Regenerate.
1029
73c07a3e
CM
10302008-10-30 Catherine Moore <clm@codesourcery.com>
1031
1032 * MAINTAINERS (Write after approval): Update my email address.
1033
7310a2da
SSF
10342008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
1035
1036 * configure.ac [spu-*-*]: Do not set skipdirs.
1037 * configure: Re-generate.
1038
7e51fe23
BS
10392008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
1040
1041 * MAINTAINERS (Various Maintainers): Add myself to reload.
1042
ef20be93
RG
10432008-10-25 Richard Guenther <rguenther@suse.de>
1044
1045 * MAINTAINERS (Various Maintainers): Add myself as middle-end
1046 maintainer. Remove myself as libgcc-math maintainer.
1047 (Non-Algorithmic Maintainers): Remove myself.
1048
03ffcfa0
DJ
10492008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1050
1051 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1052 * Makefile.in: Regenerated.
1053
dec014a9
CC
10542008-10-23 Cary Coutant <ccoutant@google.com>
1055
1056 * MAINTAINERS (Write after approval): Add myself.
1057
b36c386c
DJ
10582008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1059
1060 PR gdb/921
1061 PR gdb/1646
1062 PR gdb/2175
1063 PR gdb/2176
1064
1065 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1066 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1067 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1068 (HOST_EXPORTS): Pass CPPFLAGS.
1069 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1070 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1071 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1072 * Makefile.in, configure: Regenerated.
1073 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1074 and CPPFLAGS_FOR_BUILD.
1075
84541525
SP
10762008-10-20 Sebastian Pop <sebastian.pop@amd.com>
1077
1078 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1079 Sebastian Pop.
1080
e0bda97e
AP
10812008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
1082
1083 * MAINTAINERS (Write After Approval): Added myself.
1084
36c713e0
KG
10852008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1086
1087 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1088 recommended version to 2.3.2.
1089
1090 * configure: Regenerate.
1091
8fe005ee
MM
10922008-10-01 Mark Mitchell <mark@codesourcery.com>
1093
1094 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1095
be8f156f
DD
10962008-09-29 David Daney <david.daney@caviumnetworks.com>
1097
1098 * MAINTAINERS (Write After Approval): Update e-mail address.
1099
ae11dff4
PG
11002008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
1101
1102 * libtool.m4: Update to libtool 2.2.6.
1103 * lt~obsolete.m4: Update to libtool 2.2.6.
1104 * ltmain.sh: Update to libtool 2.2.6.
1105 * ltsugar.m4: Update to libtool 2.2.6.
1106 * ltversion.m4: Update to libtool 2.2.6.
1107 * ltoptions.m4: Update to libtool 2.2.6.
1108 * ltgcc.m4: Update to match changes from libtool 2.2.6.
1109
441154b1
CF
11102008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
1111
1112 * MAINTAINERS (Write After Approval): Add myself.
1113
775b3b26
BRF
11142008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1115
1116 * MAINTAINERS (Write After Approval): Update my name.
1117
94538043
SB
11182008-09-20 Steven Bosscher <steven@gcc.gnu.org>
1119
09ce620e 1120 * MAINTAINERS: Add myself in "Write After Approval".
94538043 1121
52d1bfd8
SE
11222008-09-18 Steve Ellcey <sje@cup.hp.com>
1123
09ce620e 1124 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 1125
c5cc92f5
GP
11262008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
1127
1128 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1129 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1130 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1131 and Michael Tiemann from Write After Approval since they do not
1132 actually have access.
1133
23d9794a
RG
11342008-09-05 Richard Guenther <rguenther@suse.de>
1135
1136 * configure.ac: Initialize clooglibs to -lcloog.
1137 * configure: Re-generate.
1138
192a671e
LCW
11392008-09-04 Le-Chun Wu <lcwu@google.com>
1140
1141 * MAINTAINERS (Write After Approval): Add myself.
1142
d789184e
SP
11432008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1144
1145 * configure.ac (--with-cloog-polylib): New.
1146 (--disable-cloog-version-check): New.
1147 (--disable-ppl-version-check): New.
1148 * configure: Re-generate.
1149
36a881c7
RG
11502008-09-03 Richard Guenther <rguenther@suse.de>
1151
1152 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1153 cloog test.
1154 * configure: Re-generate.
1155
358da97e
HS
11562008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
1157
1158 Add picoChip port.
1159 * MAINTAINERS: Add picoChip maintainers.
1160
f8bf9252
SP
11612008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1162 Tobias Grosser <grosser@fim.uni-passau.de>
1163 Jan Sjodin <jan.sjodin@amd.com>
1164 Harsha Jagasia <harsha.jagasia@amd.com>
1165 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1166 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1167 Adrien Eliche <aeliche@isty.uvsq.fr>
1168
1169 Merge from graphite branch.
1170 * configure: Regenerate.
1171 * Makefile.in: Regenerate.
1172 * configure.ac (host_libs): Add ppl and cloog.
1173 Add checks for PPL and CLooG.
1174 * Makefile.def (ppl, cloog): Added modules and dependences.
1175 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1176 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1177
d89f0ad6
AL
11782008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1179
1180 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1181 (GCC_SHLIB_SUBDIR): New.
1182 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1183 * configure: Regenerate.
1184 * Makefile.in: Regenerate.
1185
88a25817
GP
11862008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1187
1188 * MAINTAINERS: Consistently use tabs to separate columns.
1189
f873f15f
TG
11902008-08-29 Tristan Gingold <gingold@adacore.com>
1191
1192 * MAINTAINERS (Write after Approval): Add myself.
1193
e1514c3f
TG
11942008-08-28 Tristan Gingold <gingold@adacore.com>
1195
1196 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1197 Enable bfd, binutils and opcodes.
1198 * configure: Regenerate.
1199
4717882f
JDA
12002008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1201
1202 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
1203
28c9884c
TK
12042008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1205
1206 * MAINTAINERS: Use correct Umlaut for last name.
1207
ae96d86a
FXC
12082008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1209
1210 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1211
3ecc96e3
DE
12122008-08-16 David Edelsohn <edelsohn@gnu.org>
1213
1214 * MAINTAINERS: Update my email address.
1215
dd609cc1
EB
12162008-08-16 Nicolas Roche <roche@adacore.com>
1217
1218 * Makefile.tpl: Add BOOT_ADAFLAGS.
1219 * Makefile.in: Regenerate.
1220
08d0963a
RS
12212008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
1222
1223 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1224 * configure: Regenerate.
1225
00afcaa0
PB
12262008-07-30 Paolo Bonzini <bonzini@gnu.org>
1227
1228 * configure.ac: Add makefile fragments for hpux.
1229 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1230 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1231 * configure: Regenerate.
1232 * Makefile.in: Regenerate.
1233
806b3528
AH
12342008-07-28 Aldy Hernandez <aldyh@redhat.com>
1235
1236 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1237
ab220355
DS
12382008-07-11 Dodji Seketeli <dseketel@redhat.com>
1239
1240 * MAINTAINERS (Write after Approval): Add myself.
1241
78209f30
XG
12422008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
1243
1244 * MAINTAINERS (Write After Approval): Add myself.
1245
5b5b098d
AJ
12462008-06-29 Andrew Jenner <andrew@codesourcery.com>
1247
1248 * MAINTAINERS (Write After Approval): Add myself.
1249
d812ec93
KW
12502008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
1251
1252 * MAINTAINERS: Update my email address.
1253
99e78224
JY
12542008-06-25 Joey Ye <joey.ye@intel.com>
1255
1256 * MAINTAINERS (Write After Approval): Add myself.
1257
18c04407
RW
12582008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1259
1260 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1261 * Makefile.in: Regenerate.
1262 * configure: Regenerate.
1263
47aa9a31
DK
12642008-06-17 Daniel Kraft <d@domob.eu>
1265
1266 * MAINTAINERS (Write After Approval): Add myself.
1267
ad33ff57
RW
12682008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1269
1270 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1271 "$@" is still intact with both Autoconf 2.59 and 2.62.
1272 * configure: Regenerate.
1273
cdce5c41
RW
12742008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1275
1276 * Makefile.tpl: Fix comment errors.
1277 * Makefile.in: Regenerate.
1278
01b79d11
DM
12792008-06-12 David S. Miller <davem@davemloft.net>
1280 David Edelsohn <edelsohn@gnu.org>
1281
1282 * configure.ac: Add powerpc*-*-* to gold supported targets.
1283 * configure: Regenerate.
1284
f8c33439
JM
12852008-06-08 Joseph Myers <joseph@codesourcery.com>
1286
1287 PR tree-optimization/36218
1288 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1289 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1290 (all prefix="build-"): Pass them to build-system sub-makes.
1291 * Makefile.in: Regenerate.
1292
cd985f66
JM
12932008-06-07 Joseph Myers <joseph@codesourcery.com>
1294
1295 * MAINTAINERS (mt port): Remove.
1296 (sco5, unixware, sco udk): Remove.
1297 (Kean Johnston): Add to Write After Approval.
1298
3f6383d3
JB
12992008-05-30 Julian Brown <julian@codesourcery.com>
1300
1301 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1302 of libobjc for ARM EABI Linux.
1303 * configure: Regenerate.
30da41ed 1304
e29cc9b4
XDL
13052008-05-18 Xinliang David Li <davidxl@google.com>
1306
09ce620e 1307 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 1308
30da41ed
XDL
13092008-05-17 Xinliang David Li <davidxl@google.com>
1310
e29cc9b4 1311 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 1312
955410cb
JW
13132008-05-15 Janus Weil <janus@gcc.gnu.org>
1314
1315 * MAINTAINERS (Write After Approval): Add myself.
1316
719bb4e3 13172008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
1318
1319 * config-ml.in: don't handle --enable-shared and --enable-static.
1320
372b05fc
RS
13212008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
1322
1323 * MAINTAINERS: Update my email address.
1324
f73e2200
PC
13252008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
1326
1327 * MAINTAINERS: Update my email address.
09ce620e 1328
3e438e2b
KVH
13292008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
1330
1331 * MAINTAINERS (Write After Approval): Add myself.
1332
177bf491
GS
13332008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
1334
1335 * MAINTAINERS (Write After Approval): Add myself.
1336
ac89df2f
PG
13372008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
1338
1339 * MAINTAINERS (crx): Add myself.
1340
14a8726b
PB
13412008-04-18 Paolo Bonzini <bonzini@gnu.org>
1342
1343 Sync with src:
1344 2008-04-14 David S. Miller <davem@davemloft.net>
1345
09ce620e
AS
1346 * configure.ac: Add sparc*-*-* to gold supported targets.
1347 * configure: Regenerate.
14a8726b 1348
7142fb32
PB
13492008-04-18 Paolo Bonzini <bonzini@gnu.org>
1350
1351 PR bootstrap/35457
1352 * configure.ac: Include override.m4.
1353 * configure: Regenerate.
1354
c6b196de
PB
13552008-04-18 Paolo Bonzini <bonzini@gnu.org>
1356
09ce620e
AS
1357 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1358 * Makefile.in: Regenerate.
c6b196de 1359
c993ae60
SR
13602008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1361
09ce620e 1362 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 1363 as nonconfigurable directories list.
09ce620e 1364 * configure: Regenerate.
c993ae60 1365
8479b1b1
BE
13662008-04-14 Ben Elliston <bje@au.ibm.com>
1367
1368 * config.sub, config.guess: Update from upstream sources.
1369
295e261a
HPN
13702008-04-12 Hans-Peter Nilsson <hp@axis.com>
1371
1372 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1373 * Makefile.in: Regenerate.
1374
ac3949d9
EW
13752008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1376
1377 * configure.ac: Do not build libssp for the AVR.
1378 * configure: Regenerate.
1379
06407e30
ILT
13802008-04-07 Ian Lance Taylor <iant@google.com>
1381
1382 * Makefile.def: check-gold depends upon all-binutils.
1383 * Makefile.in: Regenerate.
1384
97db009c
AH
13852008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
1386
1387 * MAINTAINERS (Write After Approval): Add myself.
1388
2a79c47f
NC
13892008-04-04 Nick Clifton <nickc@redhat.com>
1390
1391 PR binutils/4334
5f4bebbf 1392 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
1393 builds.
1394 * configure: Regenerate.
1395
c53a18d3
N
13962008-04-04 NightStrike <NightStrike@gmail.com>
1397
1398 PR other/35151
09ce620e
AS
1399 * configure.ac: Combine rules for mingw32 and mingw64.
1400 * configure: Regenerate.
c53a18d3 1401
d925aa70
KT
14022008-04-02 Kai Tietz <kai.tietz@onvision.com>
1403
1404 * MAINTAINERS (Write After Approval): Add myself.
1405
ad424a85
SP
14062008-04-01 Seongbae Park <seongbae.park@gmail.com>
1407
1408 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1409 * Makefile.in (.NOTPARALLEL): Ditto.
1410
4412a506
PG
14112008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
1412
1413 * MAINTAINERS (Write After Approval): Add myself.
1414
2f908293
SP
14152008-03-31 Seongbae Park <seongbae.park@gmail.com>
1416
1417 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1418 * Makefile.in (.NOTPARALLEL): Regenerate.
1419
639223bd
PB
14202008-03-27 Paolo Bonzini <bonzini@gnu.org>
1421
1422 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1423 * Makefile.in: Regenerate.
1424
b8ab1f4a
JS
14252008-03-26 Jakub Staszak <kuba@et.pl>
1426
1427 * MAINTAINERS (Write After Approval): Add myself.
1428
b45890a4
TK
14292008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1430
1431 * MAINTAINERS: Update e-mail address.
1432
5afab7ad
ILT
14332008-03-20 Ian Lance Taylor <iant@google.com>
1434
1435 * configure.ac: Add support for --enable-gold.
1436 * Makefile.def: Add gold as a directory like ld.
1437 * configure, Makefile.in: Regenerate.
1438
38d24731
RW
14392008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1440
1441 * configure.ac: m4_include config/proginstall.m4.
1442 * configure: Regenerate.
32bc4cf4
RW
1443
1444 Backport from upstream Libtool:
09ce620e 1445
32bc4cf4 1446 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 1447
32bc4cf4
RW
1448 Deal with Autoconf 2.62's semantic change in m4_append.
1449 * ltsugar.m4 (lt_append): Replace broken versions of
1450 m4_append.
1451 (lt_if_append_uniq): Don't require separator to be overquoted,
1452 and avoid broken m4_append.
1453 (lt_dict_add): Fix typo.
1454 * libtool.m4 (_LT_DECL): Don't overquote separator.
1455
9d3c50ea
DE
14562008-03-13 David Edelsohn <edelsohn@gnu.org>
1457
1458 * config.rpath: Add AIX 6 support.
1459
5d2edb29
PB
14602008-03-13 Paolo Bonzini <bonzini@gnu.org>
1461
1462 * Makefile.def (stageprofile). Remove -fprofile-generate
1463 from stage_libcflags.
1464 * Makefile.in: Regenerate.
1465
954910ef
BE
14662008-03-13 Ben Elliston <bje@au.ibm.com>
1467
1468 * config.sub, config.guess: Update from upstream sources.
1469
e8645a40
TT
14702008-03-06 Tom Tromey <tromey@redhat.com>
1471
1472 * MAINTAINERS: Update for treelang deletion.
1473
2c8e955e
JW
14742008-03-03 James E. Wilson <wilson@tuliptree.org>
1475
1476 * MAINTAINERS: Update my email address.
1477
54acd307
SS
14782008-03-03 Stan Shebs <stanshebs@earthlink.net>
1479
893ad2a1 1480 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
1481 (objective-c/c++): Add myself as a maintainer.
1482
4b52b516
VR
14832008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
1484
1485 * MAINTAINERS (Write After Approval): Update my email address.
1486
e652b516
TB
14872008-02-25 Tomas Bily <tbily@suse.cz>
1488
1489 * MAINTAINERS (Write After Approval): Add myself.
1490
02d30740
JJ
14912008-02-23 Jakub Jelinek <jakub@redhat.com>
1492
1493 * MAINTAINERS (OpenMP): Add myself.
1494
1c8bd6a3
PB
14952008-02-20 Paolo Bonzini <bonzini@gnu.org>
1496
4b40b2a5
UB
1497 PR bootstrap/32009
1498 PR bootstrap/32161
1c8bd6a3 1499
4b40b2a5
UB
1500 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1501 * configure: Regenerate.
1c8bd6a3 1502
4b40b2a5
UB
1503 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1504 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1505 STAGE4_LIBCFLAGS): New.
1506 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1507 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1508 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1509 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1510 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1511 for target modules. Don't export LIBCFLAGS.
1512 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1513 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1514 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1515 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1516 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1517 * Makefile.in: Regenerate.
1c8bd6a3 1518
bb44c9d2
RW
15192008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1520
1521 PR libgcj/33085
1522 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1523 Do not use -DDLL_EXPORT. Backport from upstream.
1524
29a7754d
RW
15252008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1526
1527 * MAINTAINERS (Write After Approval): Add myself.
1528
9a212bb7
HPN
15292008-02-02 Hans-Peter Nilsson <hp@axis.com>
1530
1531 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1532 * configure: Regenerate.
1533
aa12a573
MG
15342008-01-31 Marc Gauthier <marc@tensilica.com>
1535
1536 * configure.ac (xtensa*-*-*): Recognize processor variants.
1537 * configure: Regenerate.
1538
ac9e6043
RW
15392008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1540
40049ccc
UB
1541 PR bootstrap/34922
1542 * configure.ac (PARSE_ARGS): Push suitable setting of
1543 ac_subdirs_all, for `./configure --help=recursive'.
1544 Handle `+' in generic toplevel directory disabling.
1545 * configure: Regenerate.
ac9e6043 1546
4288c86a
NC
15472008-01-28 Nick Clifton <nickc@redhat.com>
1548
1549 * MAINTAINERS (xstormy16): Take over maintainership.
1550
8d8da227
JM
15512008-01-25 Joseph Myers <joseph@codesourcery.com>
1552
1553 * MAINTAINERS (c4x port): Remove.
1554
349b60e7
DE
15552008-01-24 David Edelsohn <edelsohn@gnu.org>
1556
1557 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1558
3ca06a68
BE
15592008-01-23 Ben Elliston <bje@au.ibm.com>
1560
1561 * config.sub, config.guess: Update from upstream sources.
1562
3c631381
TG
15632008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
1564
1565 * MAINTAINERS (Write After Approval): Add myself.
1566
20533ef1
L
15672008-01-17 H.J. Lu <hjl.tools@gmail.com>
1568
1569 * MAINTAINERS: Update my email address.
1570
15712008-01-09 Raksit Ashok <raksit@google.com>
1572
1573 * MAINTAINERS (Write After Approval): Add myself.
1574
684f4f6a
RA
15752008-01-09 Raksit Ashok <raksit@google.com>
1576
1577 * MAINTAINERS (Write After Approval): Add myself.
1578
9cb8756f
BE
15792008-01-08 Ben Elliston <bje@au.ibm.com>
1580
1581 * config.sub, config.guess: Update from upstream sources.
1582
94e1934d
KG
15832007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1584
1585 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 1586 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
1587 * configure: Regenerate.
1588
a2e51f77
SP
15892007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1590
1591 * MAINTAINERS: Update my email address.
1592
ffe3dcd9
BRF
15932007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
1594
1595 * MAINTAINERS: Update my email address.
1596
aa4095c9
RS
15972007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1598
1599 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1600 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1601 * Makefile.in: Regenerate.
1602
030e2013
MH
16032007-12-10 Mark Heffernan <meheff@google.com>
1604
1605 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1606 misplaced entries.
1607
0fe0f073
AT
16082007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1609
1610 * configure.ac: Enable libjava for x86_64-*-darwin9.
1611 * configure: Regenerate.
1612
d4ca4b06
BM
16132007-12-07 Bill Maddox <maddox@google.com>
1614
1615 * MAINTAINERS (Write After Approval): Add myself.
1616
c3220d4c
BE
16172007-12-05 Ben Elliston <bje@au.ibm.com>
1618
1619 * config.sub, config.guess: Update from upstream sources.
1620
aba7501e
MK
16212007-12-02 Matthias Klose <doko@ubuntu.com>
1622
1623 * config-ml.in: Remove 64bit configure tests.
1624
d683ec81
PB
16252007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1626
1627 * config-ml.in: Robustify against white space in absolute file
1628 names.
1629
1630 * config-ml.in (multi-clean): Substitute ${Makefile}.
1631 Remove superfluous ${Makefile} in list.
1632
60f1711a
TS
16332007-11-19 Thiemo Seufer <ths@mips.com>
1634
1635 * config-ml.in: Don't hardcode the Makefile name.
1636
487f9d96
AM
16372007-11-08 Alexander Monakov <amonakov@ispras.ru>
1638
1639 * MAINTAINERS (Write After Approval): Add myself.
1640
fa3886fe
ST
16412007-11-07 Samuel Tardieu <sam@rfc1149.net>
1642
1643 * MAINTAINERS (Write After Approval): Add myself.
1644
ae750079
DK
16452007-11-06 Doug Kwan <dougkwan@google.com>
1646
1647 * MAINTAINERS (Write After Approval): Add myself.
1648
acc48927
BE
16492007-10-25 Ben Elliston <bje@au.ibm.com>
1650
1651 * MAINTAINERS (mercury): Remove entry.
1652 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1653
e00e9858
DJ
16542007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1655
1656 * Makefile.def (dependencies): Make configure-gdb depend on
1657 all-intl.
1658 * Makefile.in: Regenerated.
1659
def14a3c
SK
16602007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
1661
1662 * MAINTAINERS (Fortran maintainer): Remove myself.
1663
0e5e9f76
PM
16642007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1665
1666 * Makefile.def: To avoid problems running with parallel makes,
1667 build newlib before libgloss so that target specific header
1668 files are availble.
1669 * Makefile.in: Regenerate
1670
bbfbfafc
DJ
16712007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1672
1673 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1674 * Makefile.in: Regenerate.
1675
c56abad5
VM
16762007-10-09 Vladimir Makarov <vmakarov@redhat.com>
1677
1678 * MAINTAINERS (Register allocation reviewer): Add myself.
1679
f019adc1
MF
16802007-10-08 Mike Frysinger <vapier@gentoo.org>
1681
1682 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1683 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1684 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1685 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1686 * configure: Regenerate.
1687
789e4e28
SP
16882006-10-04 Seongbae Park <seongbae.park@gmail.com>
1689
1690 * MAINTAINERS (Register allocation reviewer): Add myself.
1691
0999159b
PB
16922007-10-01 Paolo Bonzini <bonzini@gnu.org>
1693
1694 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1695 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1696 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1697 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1698 * configure.ac: Default them to host tools for $host = $build.
1699 Subst them.
1700
1701 * configure: Regenerate.
1702 * Makefile.in: Regenerate.
1703
a054acde
PB
17042006-09-24 Peter Bergner <bergner@vnet.ibm.com>
1705
1706 * MAINTAINERS (Register allocation reviewer): Add myself.
1707
ffda6fc9
KZ
17082006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
1709
1710 * MAINTAINERS (Register allocation reviewer): Add myself.
1711
9d209c83
SP
17122007-09-21 Seongbae Park <seongbae.park@gmail.com>
1713
1714 * MAINTAINERS (Write After Approval): Fix typo.
1715
1ec3b87b
RS
17162007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1717
1718 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1719 * configure: Regenerate.
1720
19d5986d
PJ
17212007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
1722
1723 PR bootstrap/31906
1724 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 1725 they're already prefixed.
19d5986d 1726
6d3b5aea
BK
17272007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1728
1729 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1730 libstdc++.
1731 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1732 * configure: Regenerate.
1733 * Makefile.in: Regenerate.
09ce620e 1734
4fe7e755
AS
17352007-09-17 Andreas Schwab <schwab@suse.de>
1736
1737 * configure.ac: Raise minimum makeinfo version to 4.6.
1738 * configure: Regenerate.
1739
d483feaa
JS
17402007-09-17 Johannes Singler <singler@ira.uka.de>
1741
ffe3dcd9 1742 * MAINTAINERS (write-after-approval) add myself
d483feaa 1743
fa9a3f31
AM
17442007-09-15 Alan Modra <amodra@bigpond.net.au>
1745
1746 * configure.ac: Correct makeinfo version check.
1747 * configure: Regenerate.
1748
6593a73e
RS
17492007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
1750
1751 * MAINTAINERS: Update my email address.
1752
d9dced13
RS
17532007-09-14 Richard Sandiford <richard@codesourcery.com>
1754
1755 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1756 to $skipdirs and only disable gprof for newlib. Use the normal
1757 mips*-elf* handling in other respects.
1758 * configure: Regnerate.
1759
773c1467
DD
17602007-09-12 David Daney <ddaney@avtrex.com>
1761
1762 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1763 enabling libgcj.
1764 * configure: Regenerate.
1765
c03353e2
RIL
17662007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1767
1768 PR other/32154
1769 * configure.ac: For libgloss targets, point the linker to the linker
1770 script, startup code and simulator library.
1771 * configure: Regenerate.
1772
c4e9bf2b
AH
17732007-09-07 Andrew Haley <aph@redhat.com>
1774
1775 * configure.ac (noconfigdirs): Remove target-libffi and
1776 target-libjava.
1777 * configure: Regenerate.
1778
1f5a6b84
FXC
17792007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1780
1781 PR target/33281
1782 * configure.ac: Use config/mh-mingw on mingw.
1783 * configure: Regenerate.
1f5a6b84 1784
3951e521
PH
17852007-09-05 Pat Haugen <pthaugen@us.ibm.com>
1786
9f349f63 1787 * MAINTAINERS (Write After Approval): Add myself.
3951e521 1788
e643dc23
RG
17892007-09-05 Richard Guenther <rguenther@suse.de>
1790
1791 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1792 nor --disable-checking is provided also turn on yes and types
1793 checking for stage1.
1794 * configure: Re-generate.
1795
039874df
KW
17962007-08-30 Krister Walfridsson <cato@df.lth.se>
1797
1798 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1799 (Write After Approval): Remove myself.
1800
c3f07bd6 18012007-08-29 Nick Clifton <nickc@redhat.com>
15098359 1802
c3f07bd6 1803 * config.sub, config.guess: Update from upstream sources.
15098359 1804
40049ccc 18052007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
1806
1807 * MAINTAINERS (Write After Approval): Added myself.
1808 * MAINTAINERS (Reviewers): Removed myself.
1809
c8aea42c 18102007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 1811 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
1812
1813 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1814 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1815 * Makefile.in: Regenerate.
1816 * configure.ac (--with-debug-prefix-map): New.
1817 * configure: Regenerate.
1818
4bf6c438
RS
18192007-08-17 Richard Sandiford <richard@codesourcery.com>
1820 Nigel Stephens <nigel@mips.com>
1821
4bf6c438
RS
1822 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1823 as target_makefile_frag.
1824 * configure: Regenerate.
1825
bb286d71
AO
18262007-08-16 Alexandre Oliva <aoliva@redhat.com>
1827
1828 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1829 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1830 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1831 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1832 (do-compare, do-compare3, do-compare-debug): New.
1833 ([+compare-target+]): Use them.
1834
a4630417
MK
18352007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
1836
1837 * MAINTAINERS (Write After Approval): Change my email address.
1838
d9acb717
RW
18392007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1840 Ben Elliston <bje@au.ibm.com>
1841
1842 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1843 --silent if $silent.
1844 * configure: Regenerate.
1845
96876681
ZD
18462003-08-12 Zdenek Dvorak <ook@ucw.cz>
1847
1848 * MAINTAINERS (Various Maintainers): Add myself as
1849 loop infrastructure maintainer. Update my e-mail
1850 address.
1851
1c1d80ee
DN
18522007-07-31 Diego Novillo <dnovillo@google.com>
1853
1854 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1855 Adjust description.
1856
7e98624c
RG
18572007-07-26 Richard Guenther <rguenther@suse.de>
1858
1859 * configure.ac: Add types checking to stage1 checking flags.
1860 * configure: Regenerate.
1861
4c85af60
NC
18622007-07-17 Nick Clifton <nickc@redhat.com>
1863
1864 * COPYING3: New file. Contains version 3 of the GNU General
1865 Public License.
1866 * COPYING3.LIB: New file. Contains version 3 of the GNU
1867 Lesser General Public License.
1868
19ddfd3a
AK
18692007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1870
1871 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1872
2a064545
AK
18732007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1874
1875 * MAINTAINERS (S/390 co-maintainer): Add myself.
1876 (Write After Approval): Remove myself.
1877
f861f54d
DH
18782007-07-13 Dan Hipschman <dsh@google.com>
1879
1880 * MAINTAINERS (Write After Approval): Add myself.
1881
0136f2f7
NC
18822007-07-11 Nick Clifton <nickc@redhat.com>
1883
1884 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1885 WINDRES export.
1886 * Makefile.in: Regenerate.
1887
6e29b5a4
RO
18882007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1889
1890 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1891 maintainer.
1892
159a4b02
L
18932007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1894
1895 * lt~obsolete.m4: New. Import from 20070318 libtool.
1896
6ba67283
JB
18972007-07-03 Julian Brown <julian@codesourcery.com>
1898
1899 * MAINTAINERS (Write After Approval): Add myself.
1900
30b74385
RW
19012007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1902
1903 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1904 * configure: Regenerate.
1905
19062007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1907
1908 * configure.ac: Add some missing m4 quotation.
1909 * configure: Regenerate.
1910
943c54ce
SB
19112007-07-02 Simon Baldwin <simonb@google.com>
1912
1913 * MAINTAINERS (Write After Approval): Add myself.
1914
1c00b503
PB
19152007-07-02 Paolo Bonzini <bonzini@gnu.org>
1916
1917 * configure: Regenerate.
1918
901119ae
KT
19192007-07-02 Kai Tietz <kai.tietz@onevision.com>
1920
1921 * Makefile.def: Add windmc tool to build.
1922 * Makefile.tpl: Likewise.
1923 * configure.ac: Likewise.
1924 * Makefile.in: Regenerate.
1925 * configure: Regenerate.
09ce620e 1926
83f4c19f
DD
19272007-06-28 DJ Delorie <dj@redhat.com>
1928
1929 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1930 not building newlib.
1931 * configure: Regenerated.
09ce620e 1932
5346c75c
JS
19332007-06-28 Jan Sjodin <jan.sjodin@amd.com>
1934
1935 * MAINTAINERS (Write After Approval): Add myself.
1936
aacfb86b
MM
19372007-06-25 Martin Michlmayr <tbm@cyrius.com>
1938
1939 * MAINTAINERS (Write After Approval): Add myself.
1940
590bf0d3
CM
19412007-06-19 Chris Matthews <chrismatthews@google.com>
1942
1943 * MAINTAINERS (Write After Approval): Add myself.
1944
cdbbee7a
RIL
19452007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
1946
1947 * MAINTAINERS (Write After Approval): Add myself.
1948
b8afffc1
DJ
19492007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1950
1951 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1952 * Makefile.in: Regenerated.
1953
3fcfad76
BS
19542007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
1955
1956 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1957 bfin*-*-uclinux* targets.
1958 * configure: Regenerate.
1959
3f5a2b7f
ILT
19602007-06-14 Ian Lance Taylor <iant@google.com>
1961
1962 * MAINTAINERS: Add myself as non-algorithmic global write
1963 maintainer.
1964
4c46daee
DN
19652007-06-14 Diego Novillo <dnovillo@google.com>
1966
1967 * MAINTAINERS: Add self as middle-end maintainer and
1968 non-algorithmic global write maintainer.
1969
a3bb222a
FXC
19702007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1971
1972 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1973 Move all Fortran maintainers except Paul Brook into the
1974 Non-Autopoiesis section.
1975
a19e8f64
PB
19762007-06-14 Paolo Bonzini <bonzini@gnu.org>
1977
1978 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1979 (distclean-stage[+id+]): Possibly delete stage_last.
1980 * Makefile.in: Regenerate.
1981
1c2abe5e
SP
19822007-06-12 Seongbae Park <seongbae.park@gmail.com>
1983
1984 * MAINTAINERS (Various Maintainer): Fix typo.
1985
abca4739
PB
19862007-06-11 Paolo Bonzini <bonzini@gnu.org>
1987
1988 * MAINTAINERS (Various Maintainer): Add myself as
1989 dataflow maintainer.
1990
a894d2c3
BE
19912007-06-07 Ben Elliston <bje@au.ibm.com>
1992
1993 * config.sub, config.guess: Update from upstream sources.
1994
8024d75e
BE
19952007-06-07 Ben Elliston <bje@au.ibm.com>
1996
1997 * Makefile.tpl: Fix spelling error.
1998 * Makefile.in: Regenerate.
1999
973a9a5e
SE
20002007-06-01 Steve Ellcey <sje@cup.hp.com>
2001
96598938
L
2002 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2003 lt_cv_sys_max_cmd_len.
973a9a5e 2004
ccb4d26b
DN
20052007-05-31 Dorit Nuzman <dorit@il.ibm.com>
2006
2007 * MAINTAINERS (Various Maintainers): Add myself as
2008 auto-vectorizer maintainer.
2009
eecb7461
PB
20102003-05-31 Paolo Bonzini <bonzini@gnu.org>
2011
2012 PR libjava/32098
2013 * libtool.m4: Revert previous change.
2014 * ltgcc.m4: Put it here.
2015
89d28202
ZD
20162003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
2017
2018 * MAINTAINERS (Various Maintainers): Add myself as
2019 auto-vectorizer maintainer.
2020
60c7a11a
L
20212007-05-30 H.J. Lu <hongjiu.lu@intel.com>
2022
2023 PR libjava/32098
2024 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2025
9dd3cc81
RG
20262007-05-30 Richard Guenther <rguenther@suse.de>
2027
2028 * MAINTAINERS (Various Maintainers): Add myself as
2029 auto-vectorizer maintainer.
2030
9cc1244e
JJ
20312007-05-30 Jakub Jelinek <jakub@redhat.com>
2032
2033 PR bootstrap/29382
2034 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2035 * configure: Rebuilt.
2036
6124296b
RC
20372007-05-28 Roberto Costa <robsettantasei@gmail.com>
2038
2039 * MAINTAINERS (Write After Approval): Removed my name.
2040
6b757a0d
SB
20412007-05-25 Steven Bosscher <steven@gcc.gnu.org>
2042
2043 * MAINTAINERS (Write After Approval): Remove myself.
2044
86ef8528
AT
20452007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2046
2047 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2048
1cf3d07d
SE
20492007-05-23 Steve Ellcey <sje@cup.hp.com>
2050
2051 * ltmain.sh: Update from ToT Libtool.
2052 * libtool.m4: Update from ToT Libtool.
2053 * ltsugar.m4: New. Update from ToT Libtool.
2054 * ltversion.m4: New. Update from ToT Libtool.
2055 * ltoptions.m4: New. Update from ToT Libtool.
2056 * ltconfig: Remove.
2057 * ltcf-c.sh: Remove.
2058 * ltcf-cxx.sh: Remove.
2059 * ltcf-gcj.sh: Remove.
2060
ce3fcf8c
OW
20612007-05-22 Ollie Wild <aaw@google.com>
2062
2063 * MAINTAINERS (Write After Approval): Add myself.
2064
342b9200
PB
20652007-05-16 Paolo Bonzini <bonzini@gnu.org>
2066
2067 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2068 stage_cflags.
2069 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2070 Remove CFLAGS/LIBCFLAGS.
2071 (configure-stage[+id+]-[+prefix+][+module+],
2072 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2073 * Makefile.in: Regenerate.
2074
cea17285
DN
20752007-05-15 Diego Novillo <dnovillo@google.com>
2076
2077 * MAINTAINERS: Update e-mail address.
2078
11c004e7
RE
20792007-05-15 Revital Eres <eres@il.ibm.com>
2080
2081 * MAINTAINERS (Write After Approval): Add myself.
2082
ab6bd693
RC
20832007-05-14 Roberto Costa <robsettantasei@gmail.com>
2084
2085 * MAINTAINERS (Write After Approval): Updated my address.
2086
388cdf07
TN
20872007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
2088
2089 * MAINTAINERS (Write After Approval): Add myself.
2090
23f24034
SR
20912007-05-11 Silvius Rus <rus@google.com>
2092
2093 * MAINTAINERS (Write After Approval): Add myself.
2094
34a7526e
TT
20952007-04-23 Tom Tromey <tromey@redhat.com>
2096
2097 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2098
51da21be
MM
20992007-04-22 Mark Mitchell <mark@codesourcery.com>
2100
2101 * MAINTAINERS (cpplib): Rename to ...
2102 (libcpp): ... this. Add C/C++ front end maintainers.
2103
70070387
SE
21042007-04-14 Steve Ellcey <sje@cup.hp.com>
2105
2106 * config-ml.in: Pass ${ml_config_env} to configure calls.
2107
df1a0dbb
CB
21082007-04-04 Christian Bruel <christian.bruel@st.com>
2109
2110 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 2111
9daff147
DK
21122007-04-02 Dave Korn <dave.korn@artimi.com>
2113
2114 * MAINTAINERS (Write After Approval): Add myself.
2115
374eadb2
TB
21162007-03-31 Tobias Burnus <burnus@net-b.de>
2117
2118 * MAINTAINERS (fortran 95 front end): Add myself.
2119
8eced3a2
DR
21202007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2121
2122 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 2123
653de3e3
AZ
21242007-03-24 Ayal Zaks <zaks@il.ibm.com>
2125
2126 * MAINTAINERS (Modulo Scheduler): Add myself.
2127
b737d953
BM
21282007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
2129
2130 * MAINTAINERS (fortran 95 front end): Add myself.
2131 (c++ front end): whitespace fix.
2132
a584cdf2
NF
21332007-03-22 Nathan Froyd <froydnj@codesourcery.com>
2134
2135 * MAINTAINERS (Write After Approval): Add myself.
2136
8c79f3c4
RS
21372007-03-21 Richard Sandiford <richard@codesourcery.com>
2138
2139 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2140 of glob. Quote arguments with single quotes too.
2141 * configure: Regenerate.
2142
07f1ac6d
BM
21432007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2144
2145 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2146 * Makefile.in: Regenerate
2147
172e41aa
AS
21482007-03-07 Andreas Schwab <schwab@suse.de>
2149
2150 * configure: Regenerate.
2151
9c4d2493
BM
21522007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2153
2154 * configure.ac: Add "--with-pdfdir" configure option,
2155 which defines pdfdir variable.
2156 * Makefile.def (target=fixincludes): Add install-pdf to
2157 missing targets.
2158 (recursive_targets): Add install-pdf target.
2159 (flags_to_pass): Add pdfdir.
2160 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2161 target.
2162 * configure: Regenerate
2163 * Makefile.in: Regenerate
2164
e14e622e
EC
21652007-02-28 Eric Christopher <echristo@apple.com>
2166
2167 Revert:
2168 2006-12-07 Mike Stump <mrs@apple.com>
2169
2170 * Makefile.def (dependencies): Add dependency for
2171 install-target-libssp and install-target-libgomp on
2172 install-gcc.
2173 * Makefile.in: Regenerate.
2174
54e433bc
MK
21752007-02-27 Matt Kraai <kraai@ftbfs.org>
2176
2177 * configure: Regenerate.
2178 * configure.ac: Move statements after variable declarations.
2179
6c8d3d8f
KK
21802007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
2181
2182 * MAINTAINERS: Add myself as sh maintainer.
2183
9f8c6739
JM
21842007-02-19 Joseph Myers <joseph@codesourcery.com>
2185
2186 * configure.ac: Adjust for loop syntax.
2187 * configure: Regenerate.
2188
278a7a38
AO
21892007-02-18 Alexandre Oliva <aoliva@redhat.com>
2190
2191 * configure: Rebuilt.
2192
b2eaac4a
AO
21932007-02-18 Alexandre Oliva <aoliva@redhat.com>
2194
2195 * configure.ac: Drop multiple occurrences of --enable-languages,
2196 and fix its quoting.
2197 * configure: Rebuilt.
2198
beeaf216 21992007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
2200 Nathan Sidwell <nathan@codesourcery.com>
2201 Vladimir Prus <vladimir@codesourcery.com>
2202 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
2203
2204 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2205 * configure: Regenerate.
2206
09201a09
GP
22072007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
2208
2209 * ltconfig (freebsd*): Default to elf.
2210
291f172e
DJ
22112007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2212
2213 * configure.ac (target_libraries): Move libgcc before libiberty.
2214 * configure: Regenerated.
2215
c3a86da9
DJ
22162007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2217 Paolo Bonzini <bonzini@gnu.org>
2218
2219 PR bootstrap/30753
2220 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2221 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2222 * configure: Regenerated.
2223
88e1e72a
FXC
22242007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2225
2226 * MAINTAINERS (Language Front End Maintainers): Update my mail
2227 address.
2228
44bfc3ac
DJ
22292007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2230
2231 PR bootstrap/30748
2232 * configure.ac: Correct syntax for Solaris ksh.
2233 * configure: Regenerated.
2234
3e19841a
PB
22352007-02-09 Paolo Bonzini <bonzini@gnu.org>
2236
2237 * configure.ac: Sync with src.
2238 * configure: Regenerate.
2239
74a48762
PB
22402007-02-09 Paolo Bonzini <bonzini@gnu.org>
2241
2242 * Makefile.in: Regenerate.
2243
d846e52e
PB
22442007-02-09 Paolo Bonzini <bonzini@gnu.org>
2245
2246 * config.sub: Sync with src.
2247
1c710c3c
DJ
22482007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2249
2250 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2251 noncanonical equivalents.
2252 * configure.in: Rename to...
2253 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2254 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2255 target_noncanonical. Use them. Rewrite removal of configure
2256 arguments for autoconf 2.59. Discard variable settings. Force
2257 program_transform_name for native tools.
2258
2259 * Makefile.in: Regenerated.
2260 * configure: Regenerated with autoconf 2.59.
2261
74372bdf
RZ
22622007-02-07 Roman Zippel <zippel@linux-m68k.org>
2263
3de8da2a 2264 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 2265
f6671c93
AS
22662007-01-31 Andreas Schwab <schwab@suse.de>
2267
2268 * Makefile.tpl (LDFLAGS): Substitute it.
2269 * Makefile.in: Regenerate.
2270
ba9f17df
AB
22712007-01-30 Andrey Belevantsev <abel@ispras.ru>
2272
3de8da2a 2273 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 2274
2472200d
DE
22752007-01-28 David Edelsohn <edelsohn@gnu.org>
2276
3de8da2a 2277 * MAINTAINERS (spu port): Add myself.
2472200d 2278
5305be7e
RG
22792007-01-23 Richard Guenther <rguenther@suse.de>
2280
2281 PR bootstrap/30541
2282 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2283 * Makefile.tpl (GNATBIND): Substitute it.
2284 (GNATMAKE): Likewise.
2285 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2286 of STAGE_PREFIX.
2287 * Makefile.in: Regenerate.
2288 * configure: Regenerate.
2289
416cfb5e
MS
22902007-01-18 Mike Stump <mrs@apple.com>
2291
2292 * configure.in: Re-enable -Werror for gcc builds.
2293
3de8da2a 22942007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 2295
3de8da2a 2296 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 2297
d943d7c4
PB
22982007-01-11 Paolo Bonzini <bonzini@gnu.org>
2299
2300 * configure.in: Change == to = in test command.
3de8da2a 2301 * configure: Regenerate.
d943d7c4 2302
e69bf64b 23032007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
2304 Nick Clifton <nickc@redhat.com>
2305 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2306
2307 * configure.in (build_configargs, host_configargs, target_configargs):
2308 Remove build/host/target parameters.
2309 (host_libs): Add gmp and mpfr.
2310 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2311 * Makefile.def (gmp, mpfr): New.
2312 (gcc): Remove target.
2313 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2314 target_os, target_vendor): New.
2315 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2316 * configure: Regenerate.
2317 * Makefile.in: Regenerate.
e69bf64b
PB
2318
23192007-01-11 Matt Fago <fago@earthlink.net>
2320
2321 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 2322 to improve robustness of configure tests.
e69bf64b 2323 * configure: Regenerate.
e14e622e 2324
a42f3b80
UB
23252007-01-09 Uros Bizjak <ubizjak@gmail.com>
2326
2327 * MAINTAINERS: Add myself as i386 maintainer.
2328
a36aee1a
JH
23292007-01-08 Jan Hubicka <jh@suse.cz>
2330
61fcaeef 2331 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 2332
738a52d3
KT
23332007-01-08 Kai Tietz <kai.tietz@onevision.com>
2334
2335 * configure.in: Add support for an x86_64-mingw* target.
95af8923 2336 * configure: Regenerate.
738a52d3 2337
54fdc474
DJ
23382007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2339
2340 * Makefile.tpl (all-target): Correct @if conditional for target
2341 modules.
2342 * configure.in: Omit libiberty if building only target libgcc.
2343 * configure, Makefile.in: Regenerated.
2344
3dd71726
PB
23452007-01-04 Paolo Bonzini <bonzini@gnu.org>
2346
2347 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2348 * configure: Regenerate.
2349
fa958513
DJ
23502007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2351
2352 * Makefile.def (target_modules): Add libgcc.
2353 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2354 * Makefile.tpl (clean-target-libgcc): Delete.
2355 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2356 on gcc even for bootstrapped modules. Rewrite handling of
2357 lang_env_dependencies to loop over target_modules.
2358 * configure.in (target_libraries): Add target-libgcc.
2359 * Makefile.in, configure: Regenerated.
2360
e1888513
PB
23612006-12-29 Paolo Bonzini <bonzini@gnu.org>
2362
2363 * configure.in: Reorganize recognition of languages. Add
2364 --enable-stage1-languages. Show supported languages for the chosen
2365 target rather than all recognized languages.
2366 * configure: Regenerate.
2367
53b88b73
PB
23682006-12-29 Paolo Bonzini <bonzini@gnu.org>
2369
2370 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2371 * Makefile.in: Regenerate.
2372
a3993f33
KG
23732006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2374
2375 * configure.in: Warn that MPFR 2.2.0 is buggy.
2376 * configure: Regenerate.
2377
f063a9ed
ILT
23782006-12-27 Ian Lance Taylor <iant@google.com>
2379
2380 * configure.in: When removing Makefiles to force a reconfigure, also
2381 remove prev-DIR*/Makefile.
2382 * configure: Regenerate.
2383
af71363e
AS
23842006-12-22 Andreas Schwab <schwab@suse.de>
2385
2386 * configure: Regenerate with correct autoconf version.
2387
0b0dc272
AM
23882006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
2389
3de8da2a
UB
2390 * configure.in: add AC_SUBST for *_FOR_TARGET.
2391 * configure: Regenerate.
0b0dc272 2392
53b88b73
PB
23932006-12-19 Paolo Bonzini <bonzini@gnu.org>
2394
2395 * configure.in: Simplify logic for rejecting languages that cannot
2396 be built. Separate the case when a language is unsupported,
2397 from the case when the user chooses not to build a language.
2398
400ebff4
PB
23992006-12-19 Paolo Bonzini <bonzini@gnu.org>
2400
2401 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2402 it only affects bootstrap and could be tested on "$host" as well.
2403 * configure: Regenerate.
2404 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2405
8efea775
PB
24062006-12-19 Paolo Bonzini <bonzini@gnu.org>
2407
2408 PR bootstrap/29544
2409 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2410 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2411 move here comment from Makefile.tpl.
2412 * Makefile.tpl: Move some definitions higher in the file.
2413 (STAGE1_CHECKING): New.
2414 * configure.in: Add --enable-stage1-checking.
2415 * configure: Regenerate.
2416 * Makefile.in: Regenerate.
2417
ed88a7ed
PB
24182006-12-19 Paolo Bonzini <bonzini@gnu.org>
2419
2420 * MAINTAINERS: Add myself as build system maintainer.
2421
b65151d3
SM
24222006-12-15 Simon Martin <simartin@users.sourceforge.net>
2423
2424 * MAINTAINERS (Write After Approval): Add myself.
2425
7e050830
EC
24262006-12-13 Eric Christopher <echristo@apple.com>
2427
2428 * MAINTAINERS: Add myself as darwin maintainer.
2429
8b494895
ILT
24302006-12-11 Ian Lance Taylor <ian@airs.com>
2431
2432 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2433
0ff1416d
JR
24342006-12-11 Joern Rennecke <joern.rennecke@arc.com>
2435
2436 MAINTAINERS: Update my entry.
2437
58e24147
AM
24382006-12-11 Alan Modra <amodra@bigpond.net.au>
2439
2440 * configure.in: Handle spu makefile frag.
58e24147
AM
2441 * Makefile.tpl (MAINT): Define
2442 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2443 * configure: Regenerate.
2444 * Makefile.in: Regenerate.
2445
9b6f37a0
BE
24462006-12-11 Ben Elliston <bje@au.ibm.com>
2447
2448 * config.guess: Import latest version.
2449 * config.sub: Likewise.
2450
ea6f5c57
BE
24512006-12-11 Ben Elliston <bje@au.ibm.com>
2452
2453 * configure.in (spu-*-*): Don't skip target-libiberty.
2454 * configure: Regenerate.
2455
42c1cd8a
AT
24562006-12-10 Andreas Tobler <a.tobler@schweiz.org>
2457
2458 PR bootstrap/30134
2459 * configure.in: Correct x86 darwin support for libjava to powerpc
2460 and i?86 only.
2461 * configure: Regenerate.
2462
55eb837d
ST
24632006-12-08 Sandro Tolaini <tolaini@libero.it>
2464
2465 * configure.in: Add x86 darwin support for libjava.
2466 * configure: Regenerate.
2467
5bdacbc7
MS
24682006-12-07 Mike Stump <mrs@apple.com>
2469
2470 * Makefile.def (dependencies): Add dependency for
2471 install-target-libssp and install-target-libgomp on
2472 install-gcc.
2473 * Makefile.in: Regenerate.
2474
477d851c
RG
24752006-12-04 Richard Guenther <rguenther@suse.de>
2476
2477 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2478 (Non-Algorithmic Maintainers): Move over non-algorithmic
2479 loop optimizer maintainers, add myself as a non-algorithmic
2480 middle-end maintainer.
2481
5d33d367
DF
24822006-12-04 Daniel Franke <franke.daniel@gmail.com>
2483
2484 * MAINTAINERS (Write After Approval): Add myself.
2485
dbee1fb3
KG
24862006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2487
2488 * configure.in: Update error message for missing GMP/MPFR.
2489
2490 * configure: Regenerate.
2491
b5147de7
KG
24922006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2493
2494 * configure.in: Update MPFR version in error message.
2495
2496 * configure: Regenerate.
2497
f019376c
KG
24982006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2499
2500 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2501 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2502 --with-gmp-lib): New flags.
2503
2504 * configure: Regenerate.
2505
91ed95ae
BM
25062006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
2507
2508 * MAINTAINERS (Write After Approval): Change my email address.
2509
3a971f15
MLI
25102006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2511
05170031 2512 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 2513
431041ea
PT
25142006-11-22 Philipp Thomas <pth@suse.de>
2515
2516 * MAINTAINERS (i18n): Update e-mail address.
2517
df5487ee
TS
25182006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2519
2520 * MAINTAINERS (spu port): Add myself as maintainer.
2521 (Write After Approval): Remove myself.
2522
92c2f0ee
BE
25232006-11-22 Ben Elliston <bje@au.ibm.com>
2524
2525 * configure.in (skipdirs): Don't build libssp for SPU.
2526 * configure: Regenerate.
2527
a3b97199
AP
25282006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
2529
2530 * MAINTAINERS (spu port): Add myself as maintainer.
2531 (libobjc): Update my email address.
2532
0eb97064
AB
25332006-11-21 Andrea Bona <andrea.bona@st.com>
2534
2535 * MAINTAINERS (Write After Approval): Add myself.
2536
85d9c13c
TS
25372006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2538
2539 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2540 * configure : Rebuilt.
2541
6696f3cd
TS
25422006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2543
2544 * MAINTAINERS (Write After Approval): Add myself.
2545
d58542ea
AO
25462006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
2547
2548 * MAINTAINERS (Write After Approval): Add myself.
2549
a357b5ae
KG
25502006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2551
2552 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2553 libmpfr.a.
2554 * configure: Regenerate.
2555
9bd6112c
PB
25562006-11-16 Paolo Bonzini <bonzini@gnu.org>
2557
2558 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2559 (unstage): Test for stage_last presence.
2560
2561 PR bootstrap/29802
2562 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2563 * Makefile.in: Regenerate.
2564
c8cf9f0f
ZD
25652003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
2566
2567 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2568 maintainers.
2569
467b1fc6
ER
25702006-11-14 Erven Rohou <erven.rohou@st.com>
2571
2572 * MAINTAINERS (Write After Approval): Add myself.
2573
995a5697
PB
25742006-11-14 Paolo Bonzini <bonzini@gnu.org>
2575
2576 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2577 and stageN-package/Makefile.
2578 * Makefile.in: Regenerated.
2579
c8d6d53e
JZ
25802006-11-14 Jie Zhang <jie.zhang@analog.com>
2581
2582 * configure.in: Remove target-libgloss from noconfigdirs for
2583 bfin-*-*.
2584 * configure: Regenerated.
2585
dffb147d
KG
25862006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2587
2588 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 2589
dffb147d
KG
2590 * configure: Regenerate.
2591
ca558912
KG
25922006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2593
2594 * configure.in: Robustify error message for missing GMP/MPFR.
2595
2596 * configure: Regenerate.
2597
7aa42285
SW
25982006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
2599
2600 * MAINTAINERS (Write After Approval): Add myself.
2601
779958a2
UB
26022006-10-30 Uros Bizjak <ubizjak@gmail.com>
2603
2604 * MAINTAINERS: Change email address.
2605
91de1527
VP
26062006-10-30 Vladimir Prus <vladimir@codesourcery.com>
2607
2608 * MAINTAINERS (Write After Approval): Add myself.
2609
a3867703
PB
26102006-10-26 Peter Bergner <bergner@vnet.ibm.com>
2611
2612 * MAINTAINERS (Write After Approval): Add myself.
2613
b4364fa2
CL
26142006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
2615
7e050830 2616 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 2617 Write After Approval section.
b4364fa2 2618
70ec446f
KG
26192006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2620
2621 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
2622 need_gmp anymore.
2623 * configure: Regenerate.
2624
018c8d88
TB
26252006-10-16 Tobias Burnus <burnus@net-b.de>
2626
2627 * MAINTAINERS (Write After Approval): Add myself.
2628
f6a1687e
BE
26292006-10-16 Ben Elliston <bje@au.ibm.com>
2630
2631 * config.guess: Import latest version.
2632 * config.sub: Likewise.
2633
b5422ad7
BM
26342006-10-10 Brooks Moses <bmoses@stanford.edu>
2635
2636 * Makefile.def: Added pdf target handling.
2637 * Makefile.tpl: Added pdf target handling.
2638 * Makefile.in: Regenerated.
2639
bdcee471
CL
26402006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
2641
2642 * MAINTAINERS: Add self as score port maintainer.
2643
7d610414
BM
26442006-10-04 Brooks Moses <bmoses@stanford.edu>
2645
2646 * MAINTAINERS (Write After Approval): Add myself.
2647
e48d66a9
SK
26482006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
2649
7e050830 2650 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
2651 or newer.
2652 * configure: Regenerated.
2653
c394e891
DB
26542006-09-27 Dave Brolley <brolley@redhat.com>
2655
2656 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2657 $s instead of $r.
2658 * configure: Regenerated.
2659
1ee4c5a0
TS
26602006-09-26 Thiemo Seufer <ths@mips.com>
2661
2662 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2663 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2664 * configure: Regenerate.
2665
5997afc3
GP
26662006-09-24 Graeme Peterson <gridly@gmail.com>
2667
2668 * MAINTAINERS (Write After Approval): Remove myself.
2669
0c502898
CF
26702006-09-22 Chao-ying Fu <fu@mips.com>
2671
2672 * MAINTAINERS (Write After Approval): Add myself.
2673
a7819e42
JM
26742006-09-10 Joseph S. Myers <joseph@codesourcery.com>
2675
2676 * MAINTAINERS: Add self as soft-fp maintainer.
2677
26782006-09-09 Anatoly Sokolov <aesok@post.ru>
2679
2680 * MAINTAINERS: Add myself as avr maintainer.
2681 Remove Marek Michalkiewicz as avr maintainer.
827d0991 2682
e8288489
RC
26832006-09-07 Roberto Costa <roberto.costa@st.com>
2684
2685 * MAINTAINERS (Write After Approval): Add myself.
2686
b91f0a41
CV
26872006-08-30 Corinna Vinschen <corinna@vinschen.de>
2688
2689 * configure.in: Never build newlib for a Mingw host.
2690 Never build newlib as Mingw target library.
2691 Test the existence of winsup/cygwin for building a Cygwin newlib,
2692 rather than just winsup.
2693 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2694 building a Mingw target.
2695 * configure: Regenerate.
2696
094c07a0
EB
26972006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
2698
2699 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2700
8d1171cb
PB
27012006-07-25 Paolo Bonzini <bonzini@gnu.org>
2702
2703 * config.guess: Import from src (was more updated).
2704 * config.sub: Likewise.
2705
2e9e6f68
DJ
27062006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2707
2708 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2709 * configure: Regenerated.
2710
57255173
PB
27112006-07-18 Paolo Bonzini <bonzini@gnu.org>
2712
cc6010cd
AP
2713 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2714 for stages after the first.
57255173 2715
9fbe6585
JJ
27162006-07-17 Jakub Jelinek <jakub@redhat.com>
2717
2718 * Makefile.def: Add dependencies for configure-opcodes
2719 on configure-intl and all-opcodes on all-intl.
2720 * Makefile.in: Regenerated.
2721
18c3f977
BE
27222006-07-13 Ben Elliston <bje@au.ibm.com>
2723
2724 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2725
27b56ba6
PE
27262006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2727
2728 Port to hosts whose 'sort' and 'tail' implementations
2729 treat operands with leading '+' as file names, as POSIX
2730 has required since 2001. However, make sure the code still
2731 works on pre-POSIX hosts.
2732 * ltmain.sh: Don't assume "sort +2" is equivalent to
2733 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2734
ad6d4e43
UW
27352006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
2736
2737 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2738
706601d9
PG
27392006-07-04 Peter O'Gorman <peter@pogma.com>
2740
2741 * ltconfig: chmod 644 before ranlib during install.
2742
0b50988a
EB
27432006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2744
2745 PR bootstrap/18058
2746 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2747 if the bootstrap compiler is a GCC version that supports it.
2748 * configure: Regenerate.
2749
b6348cb3
PB
27502006-07-03 Paolo Bonzini <bonzini@gnu.org>
2751
95695ad3 2752 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
2753 * configure: Regenerate.
2754
1546bb64
PB
27552006-07-03 Paolo Bonzini <bonzini@gnu.org>
2756
2757 PR other/27063
2758 * configure.in: Test subdir_requires and give an appropriate
2759 error message.
2760 * configure: Regenerate.
2761
5cb6c629
AJH
27622006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
2763
2764 * MAINTAINERS (Write After Approval): Add myself.
2765
f4d8cdf8
JDA
27662006-06-22 John David Anglin <dave.anglin@nrc.ca>
2767
2768 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2769
4fe5abb7
SE
27702006-06-22 Steve Ellcey <sje@cup.hp.com>
2771
2772 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2773
2a79fd67
DA
27742006-06-20 David Ayers <d.ayers@inode.at>
2775
2776 PR bootstrap/28072
2777 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2778 whether target-libjava is being configured instead of whether the
2779 java front end is enabled.
2780 * configure: Regenerate.
7e050830 2781
04879af3
RO
27822006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2783
2784 PR target/27540
2785 * configure.in: Only enable libgomp on IRIX 6.
2786 * configure: Regenerate.
2787
ec6c7392
PB
27882006-06-15 Paolo Bonzini <bonzini@gnu.org>
2789
2790 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2791 too.
2792 * Makefile.in: Regenerate.
2793
12973d7a
DD
27942006-06-13 Jeff Johnston <jjohnstn@redhat.com>
2795
2796 * config-ml.in: Alter CCASFLAGS to include special
2797 multilib options the same as is done for CFLAGS.
2798
c67ed86a
JDA
27992006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2800
2801 * configure.in: Don't enable libgomp on hpux10.
2802 * configure: Rebuilt.
2803
cb253473
DA
28042006-06-12 David Ayers <d.ayers@inode.at>
2805
2806 PR bootstrap/27963
2807 PR target/19970
7e050830 2808 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
2809 ${libgcj} is specified.
2810 * configure: Regenerate.
7e050830 2811
32845532
CD
28122006-06-06 Carlos O'Donell <carlos@codesourcery.com>
2813
2814 Sync from src:
7e050830
EC
2815
2816 * configure.in: Sync.
32845532 2817 * configure: Regenerated.
7e050830 2818
32845532
CD
2819 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2820
2821 * Makefile.def: Added dependencies from sim and gdb on intl, and
2822 added configure dependencies to everything with an all dependency
2823 on intl.
2824 * Makefile.in: Regenerated.
2825
7cd0cf9c
DA
28262006-06-06 David Ayers <d.ayers@inode.at>
2827
2828 PR libobjc/13946
2829 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2830 * Makefile.in: Regenerate.
2831 * configure.in: Add --enable-objc-gc at toplevel and have it
2832 enable boehm-gc for Objective-C.
2833 Remove target-boehm-gc from libgcj.
2834 Add target-boehm-gc to target_libraries.
2835 Add target-boehm-gc to noconfigdirs where ${libgcj}
2836 is specified.
2837 Assert that boehm-gc is supported when requested for Objective-C.
2838 Only build boehm-gc if needed either for Java or Objective-C.
2839 * configure: Regenerate.
7e050830 2840
3ff3adad
PB
28412006-06-05 Paolo Bonzini <bonzini@gnu.org>
2842
2843 PR 27674
2844 * Makefile.tpl (configure-[+prefix+][+module+],
2845 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2846 Remove rule to unstage bootstrapped modules.
2847 (stage_current): New.
2848 * Makefile.in: Regenerate.
2849
898e551d
LB
28502006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2851
2852 * MAINTAINERS (Write After Approval): Update my e-mail address.
2853
ea60341e
MS
28542006-06-01 Mark Shinwell <shinwell@codesourcery.com>
2855
2856 * include/libiberty.h: Declare pex_run_in_environment.
2857
222ae291
AL
28582006-05-31 Asher Langton <langton2@llnl.gov>
2859
2860 * MAINTAINERS (Write After Approval): Add myself.
898e551d 2861
e9a54b07
PB
28622006-05-25 Paolo Bonzini <bonzini@gnu.org>
2863
2864 * Makefile.def (bfd, opcodes): Fix lib_path.
2865 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2866 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2867 * Makefile.in: Regenerate.
2868
03e67131
CD
28692006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2870
2871 * Makefile.in: Regenerate.
2872
65d6e994
CD
28732006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2874
2875 * Makefile.def: Add install-html target. Add datarootdir
2876 docdir and htmldir to flags_to_pass.
2877 * Makefile.tpl: Add install-html target.
2878 * Makefile.in: Regenerate.
2879 * configure.in: Add --with-datarootdir, --with-docdir, and
2880 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2881 * configure: Regenerate.
2882
9e299237
MS
28832006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2884
2885 * configure.in: Enable gprof for cross builds.
2886 * configure: Regenerate.
2887
c31202cd
RG
28882006-05-22 Richard Guenther <rguenther@suse.de>
2889
2890 Revert
2891 2006-01-31 Richard Guenther <rguenther@suse.de>
2892 Paolo Bonzini <bonzini@gnu.org>
2893
2894 * Makefile.def (target_modules): Add libgcc-math target module.
2895 * configure.in (target_libraries): Add libgcc-math target library.
2896 (--enable-libgcc-math): New configure switch.
2897 * Makefile.in: Re-generate.
2898 * configure: Re-generate.
2899 * libgcc-math: New toplevel directory.
2900
2a332582
JDA
29012006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2902 Andreas Tobler <a.tobler@schweiz.ch>
2903
2904 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2905 * configure: Rebuilt.
2906
ccce6917 29072006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 2908
ccce6917
SL
2909 * MAINTAINERS (Write After Approval): Add myself.
2910
ed606bc0
DD
29112006-05-01 DJ Delorie <dj@redhat.com>
2912
3d8f47a0 2913 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
2914 * configure: Regenerate.
2915
9386bd20
RG
29162006-05-01 Richard Guenther <rguenther@suse.de>
2917
2918 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2919 maintainer.
2920
7b3bd503
KZ
29212006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2922
2923 * MAINTAINERS (Write After Approval): Add myself.
2924
87ceee72
JB
29252006-04-28 Jan Beulich <jbeulich@novell.com>
2926
2927 * MAINTAINERS (Write After Approval): Add myself.
2928
e88a2c09
DD
29292006-04-18 DJ Delorie <dj@redhat.com>
2930
2931 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2932 reference libgloss so that libssp can be built in a combined
2933 tree.
2934 * configure: Regenerate.
2935
675f0a8a
RM
29362006-04-08 Robert Millan <rmh@gcc.gnu.org>
2937
2938 * MAINTAINERS (Write After Approval): Add myself.
2939
27b6c940
BE
29402006-04-05 Ben Elliston <bje@au.ibm.com>
2941
2942 * configure.in: Require makeinfo 4.4 or higher.
2943 * configure: Regenerate.
2944
687b17d4
GP
29452006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
2946
2947 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2948 Rearrange the entries of other libraries to have them in one place.
2949
906ac235
JB
29502006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
2951
7e050830 2952 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
2953 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2954
fb0103e5
RG
29552006-03-14 Richard Guenther <rguenther@suse.de>
2956
2957 * configure: Regenerate with autoconf 2.13.
2958
17237f6b
JB
29592006-03-13 Jim Blandy <jimb@codesourcery.com>
2960
2961 * MAINTAINERS: Use my work address.
bed31434
JB
2962
2963 * MAINTAINERS: Update my E-mail address.
2964
27079765
AH
29652006-03-10 Aldy Hernandez <aldyh@redhat.com>
2966
2967 * configure.in: Handle --disable-<component> generically.
2968 * configure: Regenerate.
2969
54a17039
L
29702006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2971
2972 PR libgcj/17311
2973 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2974
b9bd11ca
EE
29752006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
2976
2977 * MAINTAINERS (Write After Approval): Remove myself.
2978 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2979
719bb4e3 29802006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 2981
072b06f2
RE
2982 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2983 (TARGET_CONFIGDIRS): Remove.
2984 * configure.in: Remove AC_SUBST(target_configdirs).
2985 * Makefile.in, configure: Regenerated.
ee2312f3 2986
936e1a35
SK
29872006-02-20 Steven G. Kargl <kargls@comcast.net>
2988
2989 * MAINTAINERS (Write After Approval): Remove myself.
2990 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2991
cc11cc9b
PB
29922006-02-20 Paolo Bonzini <bonzini@gnu.org>
2993
2994 PR bootstrap/25670
2995
2996 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2997
2998 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2999 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3000 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3001 BUILD_PREFIX, BUILD_PREFIX_1.
3002 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3003
3004 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3005 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3006
3007 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3008 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3009 of `cat stage_current`. Always provide the `r' and `s' variables.
3010 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3011 a single shell execution.
3012 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3013 bootstrapped modules, make the stage1 module if the build was not
3014 started yet, else build the current stage.
3015 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3016 (all-build, all-host, all-target, [+make_target+]-host,
3017 [+make_target+]-target): Do not use \-continued lines.
3018 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3019 (current_stage, restrap, stage_last): New.
3020
3021 * Makefile.in: Regenerate.
3022 * configure: Regenerate.
3023
63a7c9ef
BD
30242006-02-19 Bud Davis <jmdavis@link.com>
3025
3026 * MAINTAINERS (Write After Approval): Remove myself.
3027 (Language Front End Maintainers): Add myself as fortran 95
3028 maintainer and update e-mail address.
3029
a3543e3a
FXC
30302006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3031
3032 * MAINTAINERS (Write After Approval): Remove myself.
3033 (Language Front End Maintainers): Add myself as fortran 95
3034 maintainer.
3035
ca5b1d2c
VK
30362006-02-16 Victor Kaplansky <victork@il.ibm.com>
3037
3038 * MAINTAINERS (Write After Approval): Add myself.
3039
0499513f
TK
30402006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
3041
3042 * MAINTAINERS (Write After Approval): Remove myself.
3043 (Language Front End Maintainers): Add myself as
3044 fortran 95 maintainer.
3045
d1f8db0c
PB
30462006-02-14 Paolo Bonzini <bonzini@gnu.org>
3047
3048 Sync from src:
3049
3050 2005-12-27 Leif Ekblad <leif@rdos.net>
3051
cc6010cd
AP
3052 * configure.in: Add support for RDOS target.
3053 * configure: Regenerate.
d1f8db0c
PB
3054
30552006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 3056 Andreas Schwab <schwab@suse.de>
d1f8db0c 3057
cc6010cd 3058 * configure: Regenerate.
d1f8db0c 3059
cac90078
DE
30602006-02-12 David Edelsohn <edelsohn@gnu.org>
3061
3062 * configure.in (enable_libgomp): Add AIX.
3063 * configure: Regenerate.
3064
bd37fbf5
MK
30652006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
3066
3067 * MAINTAINERS (Write After Approval): Add myself.
7e050830 3068
23027b7a
LM
30692006-02-03 Lee Millward <lee.millward@gmail.com>
3070
3071 * MAINTAINERS (Write After Approval): Add myself.
7e050830 3072
0058967b
RG
30732006-01-31 Richard Guenther <rguenther@suse.de>
3074 Paolo Bonzini <bonzini@gnu.org>
3075
3076 * Makefile.def (target_modules): Add libgcc-math target module.
3077 * configure.in (target_libraries): Add libgcc-math target library.
3078 (--enable-libgcc-math): New configure switch.
3079 * Makefile.in: Re-generate.
3080 * configure: Re-generate.
3081 * libgcc-math: New toplevel directory.
3082
e8b05380
PB
30832006-01-26 Paolo Bonzini <bonzini@gnu.org>
3084
3085 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3086 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3087 the assembler, linker and binutils.
3088 * configure: Regenerate.
3089
d54d5437
DM
30902006-01-22 Dirk Mueller <dmueller@suse.de>
3091
3092 * MAINTAINERS (Write After Approval): Add myself.
3093
670cbfcf
DN
30942006-01-20 Diego Novillo <dnovillo@redhat.com>
3095
3096 * configure: Regenerate.
3097
953ff289
DN
30982006-01-18 Richard Henderson <rth@redhat.com>
3099 Jakub Jelinek <jakub@redhat.com>
3100 Diego Novillo <dnovillo@redhat.com>
3101
3102 * libgomp: New directory.
3103 * Makefile.def: Add target_module libgomp.
3104 * Makefile.in: Regenerate.
3105 * configure.in (target_libraries): Add target-libgomp.
3106 * configure: Regenerate.
3107
32ce4048
AO
31082006-01-05 Alexandre Oliva <aoliva@redhat.com>
3109
3110 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3111 @ from continuation.
3112 * Makefile.in: Rebuilt.
3113
0eaf8e17 31142006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 3115
c76c0c83
CL
3116 * MAINTAINERS (Write After Approval): Add myself.
3117
2d309510
PB
31182006-01-04 Paolo Bonzini <bonzini@gnu.org>
3119
3120 PR bootstrap/24252
3121
3122 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3123 * Makefile.tpl (OBJDUMP): New.
3124 (EXTRA_HOST_FLAGS): Add it.
3125 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3126
953ff289
DN
3127 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3128 to use symbolic links between directories. Avoid race conditions
3129 or make them harmless.
3130 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
3131
3132 * Makefile.def (LEAN): Pass.
3133 * Makefile.tpl (LEAN): Define.
3134 (stage[+id+]-start): Accept that the previous directory does not
3135 exist, if the bootstrap is lean.
3136 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3137 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3138 configure substitution.
3139 ([+compare-target+]): Likewise.
3140 ([+bootstrap-target+]-lean): New.
3141 * configure.in: Remove lean bootstrap support from here.
3142
953ff289
DN
3143 * Makefile.in: Regenerate.
3144 * configure: Regenerate.
2d309510 3145
368872c3
BE
31462006-01-04 Ben Elliston <bje@au.ibm.com>
3147
3148 * MAINTAINERS (libdecnumber): Add myself.
3149
d79e6356
MM
31502006-01-02 Mark Mitchell <mark@codesourcery.com>
3151
3152 * libtool-ldflags: New script.
3153
a6fbc1e2
AS
31542006-01-02 Andreas Schwab <schwab@suse.de>
3155
3156 * configure.in: When reconfiguring remove Makefile in
3157 all stage directories.
3158 * configure: Regenerate.
3159
103a4b39
SB
31602005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
3161
3162 * MAINTAINERS: Update my email address.
3163
212f829c
PB
31642005-12-20 Paolo Bonzini <bonzini@gnu.org>
3165
3166 Revert Ada-related part of the previous change.
3167
3168 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3169 Do not pass.
3170 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3171 * Makefile.in: Regenerate.
3172 * configure.in: Do not include mt-ppc-aix target fragment.
3173 * configure: Regenerate.
3174
8ef1f2df
PB
31752005-12-19 Paolo Bonzini <bonzini@gnu.org>
3176
3177 * configure.in: Select appropriate fragments for PowerPC/AIX.
3178 * configure: Regenerate.
3179
3180 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3181 BOOT_CFLAGS, BOOT_LDFLAGS.
3182 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3183 BOOT_CFLAGS, BOOT_LDFLAGS.
3184 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3185 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3186 (stage): Fail if we cannot complete the work.
3187 * Makefile.in: Regenerate.
3188
ab34901f
NS
31892005-12-16 Nathan Sidwell <nathan@codesourcery.com>
3190
3191 * configure.in: Replace ms1 with mt.
3192 * configure: Rebuilt.
3193
cbe82f21
BM
31942005-12-15 Bryce McKinlay <mckinlay@redhat.com>
3195
3196 * MAINTAINERS: Update my email address.
3197
19843472
PB
31982005-12-15 Paolo Bonzini <bonzini@gnu.org>
3199
3200 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3201 install-host-nogcc): Don't invoke $(stage) at the end.
3202 * Makefile.in: Regenerate.
3203
1ca26cd2
PB
32042005-12-14 Paolo Bonzini <bonzini@gnu.org>
3205
3206 * configure.in: Flip the top-level bootstrap switch.
3207 * configure: Regenerate.
3208
f41d6665
DJ
32092005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3210
3211 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3212 $(stage) and $(unstage).
3213 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3214 (all): Remove stray semicolon.
3215 (local-distclean): Don't handle multilib.tmp and multilib.out.
3216 (install.all): Set $s for consistency.
3217 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3218 check_multilibs setting. Always make the install directory.
3219 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3220 Correct @if/@endif.
3221 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3222 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3223 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3224 (multilib.out): Remove.
3225 * Makefile.in: Regenerated.
3226
9174b3cf
CD
32272005-12-12 Carlos O'Donell <carlos@codesourcery.com>
3228
3229 * MAINTAINERS (Write After Approval): Add myself.
3230
64f182bd
NS
32312005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3232
121b2cee
NS
3233 * MAINTAINERS: Add myself as mt maintainer.
3234
64f182bd
NS
3235 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
3236
a6d63770
AN
32372005-12-06 Adam Nemet <anemet@caviumnetworks.com>
3238
3239 * MAINTAINERS: Change email address.
3240
2abefe3d
PB
32412005-12-05 Paolo Bonzini <bonzini@gnu.org>
3242
3243 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3244 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3245 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3246 Find in-tree tools if available.
3247 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3248 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3249 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3250 (COMPILER_*_FOR_TARGET): New.
3251 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3252 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3253 (CONFIGURED_*, USUAL_*): Remove.
3254 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3255 STRIP): Use autoconf substitutions.
3256 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3257 COMPILER_NM_FOR_TARGET): New.
3258 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3259
3260 (all): Make all-host and all-target in parallel.
3261 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3262 that $$r and $$s are set before invoking a recursive make.
3263 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3264 ([+bootstrap-target+]): Inline most of the `all' target.
3265
2f3bdde7
BE
32662005-11-29 Ben Elliston <bje@au.ibm.com>
3267
3268 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3269 from the gcc build directory.
3270 * Makefile.in: Regenerate.
3271
a4b6c45a
BE
32722005-11-29 Ben Elliston <bje@au.ibm.com>
3273
3274 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3275 depend on all-libdecnumber.
3276 * configure.in (host_libs): Include libdecnumber.
3277 * Makefile.in: Regenerate.
3278 * configure: Likewise.
3279
473a74b9
BE
32802005-11-29 Ben Elliston <bje@au.ibm.com>
3281
3282 * libdecnumber: Import decNumber sources from the dfp-branch.
3283
b4623110
KJ
32842005-11-21 Kean Johnston <jkj@sco.com>
3285
3286 * config.sub, config.guess: Sync from upstream sources.
3287
67dc1785
BE
32882005-11-21 Ben Elliston <bje@au.ibm.com>
3289
3290 Import from Autoconf sources:
3291
3292 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3293 * config/move-if-change: Don't output "$2 is unchanged";
3294 suggested by Ben Elliston. Handle weird characters correctly.
3295
186abafe
AT
32962005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
3297
3298 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3299 to match upstream libtool for darwin.
3300
ef9db8d5
DJ
33012005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3302
3303 * Makefile.def: Remove gdb dependencies for gdbtk.
3304 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3305 (configure-gdb, install-gdb): New rules.
3306 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3307 * Makefile.in, configure: Regenerated.
3308
9c5141ab
JB
33092005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
3310
3311 * MAINTAINERS (Write After Approval): Add myself.
3312
4523d51b
EE
33132005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
3314
3315 * MAINTAINERS (Write After Approval): Add myself.
3316
086b011c
DN
33172005-10-24 Diego Novillo <dnovillo@redhat.com>
3318
3319 * MAINTAINERS (alias analysis): Add Daniel Berlin and
3320 Diego Novillo.
3321
e7c84bf8
PB
33222005-10-22 Paolo Bonzini <bonzini@gnu.org>
3323
3324 PR bootstrap/24297
3325 * Makefile.tpl (do-[+make-target+], do-check, install,
3326 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3327 are set before recursing.
3328 * Makefile.in: Regenerate.
3329
b88a7564
EB
33302005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3331
3332 PR bootstrap/18939
3333 * Makefile.def (gcc) <target>: Fix thinko.
3334 * Makefile.in: Regenerate.
3335
61efc800
BS
33362005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3337
3338 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3339 * configure: Regenerate.
3340
f53d2869
JZ
33412005-10-15 Jie Zhang <jie.zhang@analog.com>
3342
3343 * MAINTAINERS (Write After Approval): Add self.
3344
077fc835
KH
33452005-10-08 Kazu Hirata <kazu@codesourcery.com>
3346
3347 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3348 target-libffi, target-qthreads, target-libjava, and
3349 targetlibobjc.
3350 * configure: Regenerate.
3351
d739199a
DJ
33522005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3353
3354 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3355 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3356 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3357 (USUAL_OBJDUMP_FOR_TARGET): New.
3358 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3359 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 3360 * configure, Makefile.in: Regenerated.
d739199a 3361
db38c6bb
PB
33622005-10-05 Paolo Bonzini <bonzini@gnu.org>
3363
3364 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3365 before other host packages.
3366
3015564c
KK
33672005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
3368
3369 * MAINTAINERS: Add self as sh libraries/configury maintainer.
3370
1061f99e
PB
33712005-10-05 Paolo Bonzini <bonzini@gnu.org>
3372
3373 PR bootstrap/22340
3374
3375 * configure.in (default_target): Remove.
3376 * Makefile.tpl (all): Do not use prerequisites as subroutines
3377 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3378 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3379 use prerequisites as subroutines.
3380 (check-host, check-target): New.
3381 (bootstrap configure & all targets): Do not use stage*-start
3382 if the directory layout is already ok.
3383 (non-bootstrap configure & all targets): Prepend a $(unstage).
3384 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3385 (NOTPARALLEL): Remove.
3386 (unstage, stage variables): New variables.
3387 (unstage, stage targets): Simply expand to those variables.
3388
3389 * configure: Regenerate.
3390 * Makefile.in: Regenerate.
3391
4a9c436f
JW
33922005-10-04 James E Wilson <wilson@specifix.com>
3393
3394 * Makefile.def (lang_env_dependencies): Add libmudflap.
3395 * Makefile.in: Regenerate.
3396
37150080
AS
33972005-10-03 Andreas Schwab <schwab@suse.de>
3398
3399 Backport from libtool CVS:
3400 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
3401
3402 * ltmain.sh: add support for installing into temporary
3403 staging area (e.g. 'make install DESTDIR=...')
3404
39d16468
L
34052005-10-03 H.J. Lu <hongjiu.lu@intel.com>
3406
3407 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3408 * configure: Regenerated.
3409
72a7ab82
AP
34102005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
3411
3412 * configure: Regenerate with the correct
3413 autoconf version.
3414
6b65a26d
CM
34152005-09-30 Catherine Moore <clm@cm00re.com>
3416
3417 * configure.in (bfin-*-*): New.
3418 * configure: Regenerated.
3419
040b1c5a
GK
34202005-09-28 Geoffrey Keating <geoffk@apple.com>
3421
3422 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3423 (LIPO_FOR_TARGET): New.
3424 (CONFIGURED_LIPO_FOR_TARGET): New.
3425 (USUAL_LIPO_FOR_TARGET): New.
3426 (STRIP_FOR_TARGET): New.
3427 (CONFIGURED_STRIP_FOR_TARGET): New.
3428 (USUAL_STRIP_FOR_TARGET): New.
3429 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3430 STRIP_FOR_TARGET.
3431 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3432 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3433 * Makefile.in: Regenerate.
3434 * configure: Regenerate.
7e050830 3435
3a3c28db
DE
34362005-09-19 David Edelsohn <edelsohn@gnu.org>
3437
3438 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3439 (rs6000-*-aix*): Same.
3440 * configure: Regenerate.
3441
2749a921
TT
34422005-09-16 Tom Tromey <tromey@redhat.com>
3443
3444 * MAINTAINERS: Add self as java maintainer.
3445
7f26dfa3
FXC
34462005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3447
3448 * configure.in: Recognize f95 in the --enable-languages option,
3449 and substitute it for fortran, issuing a warning.
3450 * configure: Regenerate.
3451
d8852c4f
PE
34522005-08-30 Phil Edwards <phil@codesourcery.com>
3453
3454 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3455 * configure: Regenerated.
3456
ad685e81
AH
34572005-08-22 Aldy Hernandez <aldyh@redhat.com>
3458
3459 * MAINTAINERS: Add self as ms1 maintainer.
3460
b00d752c
RE
34612005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3462
3463 * Makefile.def (libssp): Add to lang_env_dependencies.
3464 * Makefile.in: Regenerate.
3465
9ed8fb9b
ILT
34662005-08-18 Ian Lance Taylor <ian@airs.com>
3467
3468 * MAINTAINERS: Add myself as middle-end maintainer.
3469
0f029d39
CG
34702005-08-17 Christian Groessler <chris@groessler.org>
3471
3472 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3473 * Makefile.in: Regenerate.
3474
81087874
AK
34752005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
3476
3477 * MAINTAINERS (write after approval): Added myself.
3478
6a134f1c
MR
34792005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
3480
3481 * MAINTAINERS (Write After Approval): Add myself.
3482
2693c0b0
PB
34832005-08-12 Paolo Bonzini <bonzini@gnu.org>
3484
3485 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3486 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3487 Look for alternate names of the target cc and c++
3488 * configure: Regenerate.
3489
4de997d1
PB
34902005-08-08 Paolo Bonzini <bonzini@gnu.org>
3491
3492 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3493 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3494 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3495 tools; remove code to manually set them.
3496 (Target tools): Look in the environment for them.
3497 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3498 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3499 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3500 build directory.
3501 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3502 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3503 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3504 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3505 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3506 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3507 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3508 * configure: Regenerate.
3509 * Makefile.in: Regenerate.
3510
b089e33a
BE
35112005-07-28 Ben Elliston <bje@au.ibm.com>
3512
3513 * MAINTAINERS: Update for removed CPU targets.
3514
e3791243
MM
35152005-07-27 Mark Mitchell <mark@codesourcery.com>
3516
3517 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 3518 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
3519 * Makefile.in: Regenerated.
3520
526635cb
MM
35212005-07-26 Mark Mitchell <mark@codesourcery.com>
3522
3523 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3524 (CFLAGS_FOR_TARGET): Use it.
3525 (CXXFLAGS_FOR_TARGET): Likewise.
3526 * Makefile.in: Regenerated.
3527 * configure.in (--with-build-sysroot): New option.
3528 * configure: Regenerated.
3529
19791f70
PB
35302005-07-24 Paolo Bonzini <bonzini@gnu.org>
3531
3532 * Makefile.tpl: Wrap install between unstage and stage
3533 * Makefile.in: Regenerate.
3534
35f5a23f
EC
35352005-07-21 Eric Christopher <echristo@apple.com>
3536
3537 * MAINTAINERS: Update affiliation.
3538
ff3ddf15
PW
35392005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
3540
3541 * MAINTAINERS: Add self as crx port maintainer.
3542
3a664c1c
DD
35432005-07-20 DJ Delorie <dj@redhat.com>
3544
3545 * MAINTAINERS: Add self as m32c maintainer.
3546
539df155
KC
35472005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3548
3549 * all files: Update FSF address.
3550
be9c593a
EC
35512005-07-15 Eric Christopher <echristo@redhat.com>
3552
3553 * MAINTAINERS: Change affiliation.
3554
fd7ea4ab
JB
35552005-07-14 Jim Blandy <jimb@redhat.com>
3556
3557 * configure.in: Add cases for Renesas m32c.
3558 * configure: Regenerated.
7e050830 3559
0063a823
KC
35602005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3561
d0ca130a
KC
3562 * COPYING.LIB: Update from fsf.org.
3563
35642005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3565
3566 * COPYING, compile, config.guess,
0063a823
KC
3567 config.sub, install-sh, missing, mkinstalldirs,
3568 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 3569 * config-ml.in: Update FSF address.
0063a823 3570
a8ba31f2
EC
35712005-07-13 Eric Christopher <echristo@redhat.com>
3572
3573 * configure.in: Add toplevel noconfigdir support for tpf.
3574 * configure: Regenerate.
3575
5bea4a03
PB
35762005-07-11 Paolo Bonzini <bonzini@gnu.org>
3577
3578 PR ada/22340
3579
3580 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3581 * Makefile.in: Regenerate.
3582
284bdbbd
MM
35832005-07-07 Mark Mitchell <mark@codesourcery.com>
3584
3585 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 3586 Brolley to write-after-approval.
284bdbbd 3587
452190fb
AS
35882005-07-07 Andreas Schwab <schwab@suse.de>
3589
3590 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3591 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3592 * Makefile.in: Regenerated.
3593
9c8f9ec2
GK
35942005-07-06 Geoffrey Keating <geoffk@apple.com>
3595
3596 * configure.in: Don't build sim or rda when targetting darwin.
3597 * configure: Regenerate.
3598
ef0087a7
KH
35992005-07-06 Kazu Hirata <kazu@codesourcery.com>
3600
3601 * configure.in: Add --enable-libssp and --disable-libssp.
3602 * configure: Regenerate with autoconf-2.13.
3603
77008252
JJ
36042005-07-02 Jakub Jelinek <jakub@redhat.com>
3605
3606 * Makefile.def (target_modules): Add libssp.
3607 * configure.in (target_libraries): Add target-libssp.
3608 * configure: Rebuilt.
3609 * Makefile.in: Rebuilt.
3610
a04eae1b
ZW
36112005-07-01 Zack Weinberg <zackw@panix.com>
3612
3613 * MAINTAINERS: Change email address. Resign from maintainership.
3614
948884cd
RG
36152005-07-01 Richard Guenther <rguenther@suse.de>
3616
3617 * MAINTAINERS: Change my e-mail address and affiliation.
3618
c7870f5d
PB
36192005-06-22 Paolo Bonzini <bonzini@gnu.org>
3620
3621 * Makefile.def (stagefeedback): Come after profile.
3622 Define profiledbootstrap target.
3623 * Makefile.tpl (profiledbootstrap): Remove.
3624 (stageprofile-end): Zap stagefeedback.
3625 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3626 * Makefile.in: Regenerate.
3627
ab99519a
RS
36282005-06-13 Richard Sandiford <richard@codesourcery.com>
3629
3630 * MAINTAINERS: Update my email address.
3631
f610dd5f
ZW
36322005-06-13 Zack Weinberg <zack@codesourcery.com>
3633
3634 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3635 In 'cpp' stanza, support '#line' as well as '# '.
3636
71bc2a83
AS
36372005-06-08 Andreas Schwab <schwab@suse.de>
3638
3639 * MAINTAINERS: Move myself from 'Write After Approval' to
3640 'CPU Port Maintainers' section as m68k maintainer.
3641
4fab7234
HPN
36422005-06-07 Hans-Peter Nilsson <hp@axis.com>
3643
3644 * configure.in (unsupported_languages): New macro.
3645 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3646 non-ported target libraries in noconfigdirs.
3647 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3648 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 3649 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
3650 unsupported_languages.
3651 * configure: Regenerate.
3652
68193f9b
TS
36532005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3654
3655 * configure.in: Fix typo in handling of --with-mpfr-dir.
3656 * configure: Regenerate.
3657
f26f6b8d
RS
36582005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
3659
3660 * MAINTAINERS: Update my email address.
3661
ba4853f8
JB
36622005-06-02 Jim Blandy <jimb@redhat.com>
3663
3664 * config.sub: Add cases for the Renesas m32c. (This patch has been
3665 accepted into the master sources.)
3666
79dd769c 36672005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
3668 Michael Snyder <msnyder@redhat.com>
3669 Stan Cox <scox@redhat.com>
79dd769c 3670
f610dd5f 3671 * configure.in: Set noconfigdirs for ms1.
79dd769c 3672
f610dd5f 3673 * configure: Regenerate.
79dd769c 3674
d29e107f
JD
36752005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
3676
3677 * MAINTAINERS (Write After Approval): Add self.
3678
e93196c3
JC
36792005-06-01 Josh Conner <jconner@apple.com>
3680
3681 * MAINTAINERS (Write After Approval): Add self.
3682
ae263c7a
KH
36832005-06-01 Kazu Hirata <kazu@codesourcery.com>
3684
3685 * MAINTAINERS: Update my email address.
3686
585b3aa3
ZM
36872005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
3688
3689 * MAINTAINERS (Write After Approval): Add self.
3690
4930c50b
CD
36912005-05-26 Chris Demetriou <cgd@broadcom.com>
3692
3693 * MAINTAINERS (Write After Approval): Remove self.
3694
2dfbef6d
PB
36952005-05-25 Paolo Bonzini <bonzini@gnu.org>
3696
3697 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3698 (Dependencies): Consider target modules for bootstrap dependencies.
3699 Make target bootstrap modules depend on each stage's gcc.
3700 * Makefile.in: Regenerate.
3701
bcb28cf5
PB
37022005-05-20 Paolo Bonzini <bonzini@gnu.org>
3703
3704 * Makefile.def (configure-gcc): Depend on binutils having been built.
3705 (all-gcc): No need to do it here.
3706 * Makefile.in: Regenerate.
3707
0cf085e4
PB
37082005-05-19 Paul Brook <paul@codesourcery.com>
3709
f610dd5f 3710 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
3711 language cannot be built.
3712 * configure: Regenerate.
3713
dfb2c39a
DJ
37142005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3715
3716 * ylwrap: Import from Automake 1.9.5.
3717
771aaa92
DU
37182005-05-13 David Ung <davidu@mips.com>
3719
3720 * MAINTAINERS (Write After Approval): Add self.
3721
3ac9bd58
MS
37222005-05-09 Mike Stump <mrs@apple.com>
3723
3724 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3725 lt_cv_sys_max_cmd_len for now.
f610dd5f 3726
f77a5578
SC
37272005-05-09 Stan Cox <scox@redhat.com>
3728
3729 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3730
795e36e5
MK
37312005-05-08 Matt Kraai <kraai@ftbfs.org>
3732
3733 * README.SCO: Update the URL.
3734
c9392a2b
DE
37352005-05-05 David Edelsohn <edelsohn@gnu.org>
3736
3737 * ltconfig: Define file_list_spec. Pass file_list_spec and
3738 with_gnu_ld to libtool.
3739 * ltcf-c.sh (aix[45]): Define file_list_spec.
3740 * ltcf-cxx.sh (aix[45]): Same.
3741 * ltcf-gcj.sh (aix[45]): Same.
3742 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3743 exists, write list of input files to temporary file.
3744
bebcd931
MS
37452005-05-04 Mike Stump <mrs@apple.com>
3746
3747 * configure.in: Always pass --target to target configures as
3748 otherwise rebuilds that do --recheck will fail.
3749 * confiugure: Rebuilt.
3750
ce406537
PB
37512005-05-04 Paolo Bonzini <bonzini@gnu.org>
3752
3753 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3754 STAGE_HOST_EXPORTS.
3755 (configure, all): Add bootstrap support.
3756 (Host modules, target modules): Pass post-stage1 flags and exports.
3757 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3758 * Makefile.in: Regenerate.
3759
aa9dcfc4
PB
37602005-04-29 Paolo Bonzini <bonzini@gnu.org>
3761
3762 * configure: Regenerate.
3763
b6f9abcf
MS
37642005-04-27 Mike Stump <mrs@apple.com>
3765
3766 * MAINTAINERS: Add self as darwin maintainer.
3767
acb217cb
BS
37682005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3769
3770 * config.sub: Update from master copy.
3771
b6dae270
MS
37722005-04-21 Mike Stump <mrs@apple.com>
3773
3774 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3775 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3776
c2e0d3a9
HPN
37772005-04-19 Hans-Peter Nilsson <hp@axis.com>
3778
3779 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3780 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3781 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3782 "*-*-elf" and "*-*-linux*".
3783 * configure: Regenerate.
3784
871ae772
JM
37852005-04-14 Joseph S. Myers <joseph@codesourcery.com>
3786
3787 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3788
bf070c29
MS
37892005-04-12 Mike Stump <mrs@apple.com>
3790
3791 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3792
e865b6f7
TK
37932005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
3794
3795 * MAINTAINERS (Write After Approval): Add myself.
3796
7b71ad7f
BS
37972005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
3798
3799 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3800
25b42232
PB
38012005-04-06 Paolo Bonzini <bonzini@gnu.org>
3802
f610dd5f 3803 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
3804 (TARGET_CONFIGARGS): Include --with-target-subdir.
3805 (configure, all): New macros. Use them throughout.
3806 * Makefile.in: Regenerate.
3807
d727c624
JG
38082005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
3809
3810 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 3811
fff72cc4
ZD
38122005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3813
3814 * MAINTAINERS: Remove 'loop unrolling' maintainer.
3815
86472dc3
GP
38162005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
3817
3818 * MAINTAINERS: Move John Carr to Write After Approval.
3819
5d0f90e5
R
38202005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3821
3822 * config/mh-mingw32: Delete.
3823 * configure.in: Don't use it.
3824 * configure: Regenerate.
3825
33da42bc
PB
38262005-03-31 Paolo Bonzini <bonzini@gnu.org>
3827
3828 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3829 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3830 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3831 (HOST_LIB_PATH): Generate from Makefile.def.
3832 (TARGET_LIB_PATH): Likewise.
3833 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3834 * Makefile.in: Regenerate.
3835 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3836 (RPATH_ENVVAR): Include Darwin case.
3837 * configure: Regenerate.
3838
15cc1841
TF
38392005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
3840
3841 * MAINTAINERS (Various Maintainers): Remove self.
3842 (Write After Approval): Add self.
3843
6a8c79d5
TF
38442005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
3845
3846 * MAINTAINERS (Various Maintainers): Add self.
3847
256f7136
PB
38482005-03-25 Paolo Bonzini <bonzini@gnu.org>
3849
3850 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3851 * configure: Regenerate.
3852
191dd2c9
ZW
38532005-03-21 Zack Weinberg <zack@codesourcery.com>
3854
3855 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3856 gcc_version, and gcc_version_trigger from set of flags to pass.
3857 * Makefile.tpl: Remove definitions of above variables.
3858 (config.status): Remove dependency on $(gcc_version_trigger).
3859 * Makefile.in: Regenerate.
3860 * configure.in: Do not reference config/gcc-version.m4 nor
3861 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3862 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3863 * configure: Regenerate.
3864
ef6e9bc0
MH
38652005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3866 Andrew Pinski <pinskia@physics.uc.edu>
3867
3868 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3869 * Makefile.in: Regenerate.
3870
009bbd5a
FW
38712005-03-13 Feng Wang <fengwang@nudt.edu.cn>
3872
3873 * MAINTAINERS (Write After Approval): Add myself.
3874
09f8755b
DA
38752005-03-03 David Ayers <d.ayers@inode.at>
3876
3877 * MAINTAINERS (Write After Approval): Add myself.
3878
e73ed25c
AO
38792005-03-01 Alexandre Oliva <aoliva@redhat.com>
3880
3881 PR libgcj/20160
3882 * ltmain.sh: Avoid creating archives with components that have
3883 duplicate basenames.
3884
ace9ac7b
AP
38852005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3886
3887 PR bootstrap/20250
3888 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3889 instead of check.
3890 * Makefile.in: Regenerate.
3891
c9db9354
PB
38922005-02-28 Paolo Bonzini <bonzini@gnu.org>
3893
3894 * Makefile.in: Regenerate to fix conflict between the previous two
3895 patches.
3896
215c351a
PB
38972005-02-28 Paolo Bonzini <bonzini@gnu.org>
3898
3899 PR bootstrap/17383
3900 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3901 * Makefile.tpl (HOST_SUBDIR): New substitution.
3902 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3903 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3904 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3905 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3906 (Host modules, Bootstrapped modules): Use it.
3907 (Build modules, Target modules): Do not create symlink trees,
3908 always configure out-of-srcdir.
3909 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3910 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3911 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3912 $(HOST_SUBDIR). Create a symlink for host_subdir.
3913
3914 * Makefile.in: Regenerate.
3915 * configure: Regenerate.
3916
5395b47b
NN
39172005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3918
3919 Merged from libada-gnattools-branch:
3920 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3921
3922 * gnattools: New directory.
3923 * Makefile.def: Add gnattools as a module, depending on target-libada.
3924 * Makefile.in: Regenerate.
3925 * configure.in: Include gnattools in host_tools; disable it if ada
3926 is disabled.
3927 * configure: Regenerate.
3928
ca2cc05c
JM
39292005-02-24 James A. Morrison <phython@gcc.gnu.org>
3930
3931 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3932 treelang maintainer.
3933 (Write After Approval): Remove myself.
3934
d2f3024f
PS
39352005-02-23 Paul Schlie <schlie@comcast.net>
3936
3937 * configure.in: Allow darwin targeted ports to build tk, itcl and
3938 libgui.
3939 * configure: Regenerate.
3940
bba5e0ca
EB
39412005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3942
3943 PR libgcj/10353
3944 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3945 * configure: Regenerate.
3946
70132ce7
SK
39472005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
3948
3949 * MAINTAINERS (Write After Approval): Add myself.
3950
20f0edca
ILT
39512005-02-10 Ian Lance Taylor <ian@airs.com>
3952
3953 * MAINTAINERS: Update my e-mail address.
3954
e64e5109
RG
39552005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
3956
3957 * MAINTAINERS (Write After Approval): Add myself.
3958
40d64b5a
HPN
39592005-01-29 Hans-Peter Nilsson <hp@axis.com>
3960
3961 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3962 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3963 target-libgloss when not *-*-elf and *-*-aout.
3964 * configure: Regenerate.
3965
54a12711
KH
39662005-01-23 Kazu Hirata <kazu@cs.umass.edu>
3967
3968 * MAINTAINERS: Remove obsolete entries.
3969
0aa99dbb
KH
3970 * MAINTAINERS (Write After Approval): Add Michael Matz.
3971
2b009f5f
NB
39722005-01-19 Neil Booth <neil@daikokuya.co.uk>
3973
3974 * MAINTAINERS: Remove self as cpplib maintainer.
3975
385870f5
KC
39762005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3977
3978 * install-sh, config.sub: Import from upstream.
3979
e7daab31
KC
39802005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3981
3982 PR bootstrap/18222
3983 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3984 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3985 * Makefile.in: Regenerate.
3986
e6003f4d
JT
39872005-01-16 Jason Thorpe <thorpej@netbsd.org>
3988
3989 * MAINTAINERS: Update my email address.
3990
145e2972 39912005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 3992 Andreas Schwab <schwab@suse.de>
145e2972
DE
3993
3994 PR bootstrap/18033
3995 * config-ml.in: Eval option if surrounded by single quotes.
3996
86c7e0da
PB
39972005-01-03 Paolo Bonzini <bonzini@gnu.org>
3998
3999 Revert 2004-12-28 Makefile changes, a better fix will be
4000 applied to mainline and src after GCC 4.0 branches.
4001
3224a22f
PB
40022004-12-28 Paolo Bonzini <bonzini@gnu.org>
4003
4004 PR bootstrap/17383
4005
4006 * Makefile.def (target_modules): Remove stage parameter,
4007 it is always true now.
4008 * Makefile.tpl (configure-build-[+module+],
4009 configure-target-[+module+]): Always build symlink tree
4010 for the directory and for include. BUILD_SUBDIR and
4011 TARGET_SUBDIR cannot be . anymore.
4012 * Makefile.in: Regenerate.
4013
aaf51ca2
DE
40142004-12-25 David Edelsohn <edelsohn@gnu.org>
4015
4016 Revert 2004-12-08 Makefile changes.
4017
4e32e454
DS
40182004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
4019
4020 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4021 cygwin, mingw.
4022
669f01d8
AS
40232004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4024
4025 * configure.in (sh64-*-*): Reenable gprof.
4026 * configure: Regenerate.
4027
1b227ee0
DE
40282004-12-08 David Edelsohn <edelsohn@gnu.org>
4029
4030 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4031 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4032 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4033 * Makefile.in: Regenerate.
4034
ce5e944c
CF
40352004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
4036
4037 * MAINTAINERS: Update my email address.
4038
893f1e87
MK
40392004-12-07 Matt Kraai <kraai@ftbfs.org>
4040
4041 * Makefile.tpl: Generate normal dependencies if the LHS module is
4042 not bootstrapped.
4043 * Makefile.in: Regenerate.
4044
bb59c339
RS
40452004-12-03 Richard Sandiford <rsandifo@redhat.com>
4046
4047 * configure.in: Include config/gxx-include-dir.m4. Use
4048 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4049 * configure: Regenerate.
4050
4982adbe
RS
40512004-12-03 Richard Sandiford <rsandifo@redhat.com>
4052
4053 * config.if: Delete.
4054 * configure.in: Set libstdcxx_incdir directly.
4055 * configure: Regenerate.
4056
05750653
EC
40572004-12-02 Eric Christopher <echristo@redhat.com>
4058
4059 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4060 * Makefile.in: Regenerate.
4061
5fef1dbd
RS
40622004-12-02 Richard Sandiford <rsandifo@redhat.com>
4063
4064 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4065 * configure: Regenerate.
4066
afabd8e6
RS
40672004-12-02 Richard Sandiford <rsandifo@redhat.com>
4068
4069 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4070 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4071 * configure: Regenerate.
4072
78716e86
EC
40732004-12-01 Eric Christopher <echristo@redhat.com>
4074
4075 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4076 of things to remove.
4077
57ab8ba9
MK
40782004-11-29 Matt Kraai <kraai@ftbfs.org>
4079
4080 * MAINTAINERS (Write After Approval): Update my e-mail address.
4081
2539bffe
KC
40822004-11-29 Kelley Cook <kcook@gcc.gnu.org>
4083
4084 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4085 from CVS libtool to always pass_all.
4086
3e732ba0
JDA
40872004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4088
4089 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4090 (hppa*64*-*-*): Delete incorrect comment.
4091 * configure: Rebuilt.
4092
767f726e
KC
40932004-11-24 Kelley Cook <kcook@gcc.gnu.org>
4094
4095 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4096
2c92e90f
KC
40972004-11-24 Kelley Cook <kcook@gcc.gnu.org>
4098
4099 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4100 from CVS libtool to always pass_all.
4101
32f84e48
KC
41022004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4103
4104 * install-sh, compile: Import from automake.
4105
9587be8a
KC
41062004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4107
4108 * config.guess, config.sub: Import from savannnah.
4109
04e81808 41102004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
4111
4112 * MAINTAINERS (Write After Approval): Add myself
4113
f87a2b2e
MS
41142004-11-12 Mike Stump <mrs@apple.com>
4115
4116 * Makefile.def: Add html support.
4117 * Makefile.tpl: Likewise.
4118 * Makefile.in: Regenerate.
4119
848556c2
GK
41202004-11-11 Geoffrey Keating <geoffk@apple.com>
4121
556f03c4
GK
4122 PR 18423
4123 * configure.in: Remove all instances of build-fixincludes from
4124 noconfigdirs.
4125 (build_configargs): Supply --target to subdirectories.
4126 * configure: Regenerate.
4127
848556c2
GK
4128 * Makefile.def: Make gcc install depend on fixincludes install.
4129 * Makefile.in: Regenerate.
4130
9e5712a5
JJ
41312004-11-10 Janis Johnson <janis187@us.ibm.com>
4132
4133 * MAINTAINERS: Add myself as gcc testsuite maintainer.
4134
4ef509c0
PB
41352004-11-11 Paul Brook <paul@codesourcery.com>
4136
4137 * MAINTAINERS: Add self as arm maintainer. Update email address.
4138
20d11df6
HPN
41392004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4140
4141 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4142 target-libgfortran.
79fd8592 4143 * configure: Regenerate.
20d11df6 4144
68c70f15
DE
41452004-11-07 David Edelsohn <edelsohn@gnu.org>
4146
4147 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4148 like CC.
4149
54f88091
PB
41502004-11-05 Paolo Bonzini <bonzini@gnu.org>
4151
4152 * Makefile.def (host fixincludes): Specify missing targets.
4153 * Makefile.in: Regenerate.
4154
6866abb8
RC
41552004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
4156
4157 * MAINTAINERS: Add myself
4158
83f62578
GL
41592004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
4160
4161 * MAINTAINERS (Write After Approval): Add myself.
4162
53c7ffe7
GK
41632004-11-04 Geoffrey Keating <geoffk@apple.com>
4164
4165 * Makefile.def: Build fixincludes for the host, too.
4166 * Makefile.in: Regenerate.
4167 * configure.in (host_tools): Add fixincludes.
4168 * configure: Regenerate.
4169
ac8b3d9d
DJ
41702004-11-04 Daniel Jacobowitz <dan@debian.org>
4171
4172 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4173 * configure: Regenerated.
4174
bab37580
L
41752004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4176
4177 PR other/17783
4178 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4179 * configure: Regenerated.
4180
db1de713
MM
41812004-10-31 Mark Mitchell <mark@codesourcery.com>
4182
4183 * README.SCO: Update per FSF instructions.
4184
a827e21a
EW
41852004-10-28 Eric B. Weddington <ericw@evcohs.com>
4186
4187 PR target/18151
4188 * configure.in (case ${target}): Do not build fixincludes for avr.
4189 * configure: Regenerated.
4190
9d069a4f
PB
41912004-10-26 Paolo Bonzini <bonzini@gnu.org>
4192
4193 * configure.in (case ${target}): Do not build fixincludes
4194 on platforms where it is not used.
4195 * configure: Regenerated.
4196
fc45f3fe
DJ
41972004-10-23 Daniel Jacobowitz <dan@debian.org>
4198
4199 * configure.in: Use an absolute path to install-sh.
4200 * configure: Regenerated.
4201
36554b92
AL
42022004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4203
4204 * MAINTAINERS (Write After Approval): Add myself.
4205
88e9994a
KH
42062004-10-19 Kazu Hirata <kazu@cs.umass.edu>
4207
4208 * MAINTAINERS: Remove from Write After Approval those that are
4209 already maintainers.
4210
ad02a944
SP
42112004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
4212
4213 * MAINTAINERS: Update my email address.
4214
c8e6cd41
KC
42152004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4216
4217 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4218 * configure: Regenerate.
4219
ebe55024
R
42202004-10-07 J"orn Rennecke <joern.rennecke@st.com>
4221
4222 * MAINTAINERS: Update my email address.
4223
a8b0957e
KH
42242004-10-07 Kazu Hirata <kazu@cs.umass.edu>
4225
4226 * MAINTAINERS (Language Front Ends Maintainers): New. Move
4227 entries belonging to this category.
4228
96836f61
JZ
42292004-10-06 Josef Zlomek <josef.zlomek@email.cz>
4230
4231 * MAINTAINERS: Update my e-mail address.
4232
7e0b5752
PB
42332004-10-06 Paolo Bonzini <bonzini@gnu.org>
4234
4235 Fix wrong conflict resolution in:
4236
4237 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4238
4239 * Makefile.in: Regenerate.
4240 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4241 in the recursive `make', instead of hardwiring `all'.
4242 (Autogenerated TARGET-* variables): New.
4243
370f7a47
TL
42442004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
4245
4246 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 4247 * configure: Regenerate.
370f7a47 4248
13e5d623
KH
42492004-10-04 Kazu Hirata <kazu@cs.umass.edu>
4250
4251 * MAINTAINERS (Various Maintainers): Move the "windows,
4252 cygwin, mingw" maintainer to ...
4253 (OS Port Maintainers): ... here.
4254
a6497c1b
KH
42552004-10-04 Kazu Hirata <kazu@cs.umass.edu>
4256
4257 * MAINTAINERS (Write After Approval): Remove those that are
4258 maintainers of some subsystem.
4259
1abb828a
D
42602004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4261
4262 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4263 * ltcf-cxx.sh (tpf*): Likewise.
4264 * ltconfig (tpf*): Add TPF OS configuration support.
4265
16d1338d
BS
42662004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
4267
4268 * MAINTAINERS: Change my email address to my new work account.
4269
9082a750
MR
42702004-09-24 Michael Roth <mroth@nessie.de>
4271
4272 * configure.in (--without-headers): Add missing double quotes.
4273 * configure: Regenerate.
4274
07a8bdf8
KC
42752004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4276
4277 * ylwrap: Revert to previous version.
4278
4c4a5bbc
L
42792004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4280
4281 PR bootstrap/17369
4282 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4283 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4284 SET_GCC_LIB_PATH_CMD.
4285 (BASE_TARGET_EXPORTS): Likewise.
4286 * Makefile.in: Regenerated.
4287
4288 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4289 * configure: Regenerated.
4290
85f59630
KC
42912004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4292
4293 * config.guess: New upstream version
4294 * compile, depcomp, install-sh, ylwrap: Likewise.
4295
95c53c62
RS
42962004-09-19 Roger Sayle <roger@eyesopen.com>
4297
4298 * config/mh-x86omitfp: New host makefile fragment. Add
4299 -fomit-frame-pointer to the default BOOT_CFLAGS.
4300 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4301 * configure: Regenerate.
4302
0a1c093b
AP
43032004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4304
4305 PR target/11572
4306 * configure.in (*-*-darwin*): Renable libobjc.
4307 * configure: Regenerate.
4308
315fcf97
NS
43092004-09-10 Nathan Sidwell <nathan@codesourcery.com>
4310
4311 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4312
0a050485 43132004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 4314
0a050485
DB
4315 * Makefile.def: Remove libbanshee.
4316 * Makefile.tpl: Ditto.
4317 * configure.in: Ditto.
4318 * Makefile.in: Regen.
4319 * configure: Ditto.
4320
5f4a098e
DE
43212004-09-08 David Edelsohn <edelsohn@gnu.org>
4322
4323 * ltmain.sh: Use $pic_object as $non_pic_object if
4324 $non_pic_object=none.
4325
32b2511f
PB
43262004-09-07 Paolo Bonzini <bonzini@gnu.org>
4327
4328 * missing: Import latest version from master repository.
4329
fc4d0e82
NC
43302004-09-06 Nick Clifton <nickc@redhat.com>
4331
4332 * config.sub: Import latest version from master repository.
4333 * config.guess: Likewise.
4334 This includes these changes:
78716e86 4335
fc4d0e82
NC
4336 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4337
4338 * config.sub: Handle crisv32, alias etraxfs.
4339 * config.guess (crisv32:Linux:*:*): Handle.
4340
4341 2004-08-13 Brad Smith <brad@comstyle.com>
4342
4343 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4344 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4345
4346 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4347
4348 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4349 assume the processor is a powerpc. This is because coreutils
4350 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4351 in this case, due to a MacOS X bug that causes
4352 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4353 to return a negative number.
4354 Problem reported by Petter Reinholdtsen in:
4355 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4356
4357 2004-07-19 Ben Elliston <bje@gnu.org>
4358
4359 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4360
4361 2004-06-24 Ben Elliston <bje@gnu.org>
4362
4363 * config.guess: Update copyright years.
4364 * config.sub: Likewise.
4365
4366 2004-06-22 Robert Millan <robertmh@gnu.org>
4367
4368 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4369 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4370
4371 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4372
4373 * config.guess (*:*VMS:*:*): New entry. Replaces
4374 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4375 manufacturer.
4376
4377 2004-06-22 Ben Elliston <bje@gnu.org>
4378
4379 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4380 * config.sub: Likewise.
4381
4382 2004-06-22 Ben Elliston <bje@gnu.org>
4383
4384 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4385 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4386
4387 2004-06-11 Ben Elliston <bje@gnu.org>
4388
4389 * config.guess (pegasos:OpenBSD:*:*): Remove.
4390
4391 2004-06-11 Ben Elliston <bje@gnu.org>
4392
4393 From Wouter Verhelst <wouter@grep.be>:
4394 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4395
4396 2004-06-11 Ben Elliston <bje@gnu.org>
4397
4398 * config.guess (luna88k:OpenBSD:*:*): New.
4399
4400 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4401
4402 * config.guess (m32r*:Linux:*:*): New case.
4403 * config.sub: Handle m32rle.
4404
4405 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4406
4407 From Jens Petersen <petersen@redhat.com>:
4408 * config.sub: Handle sparcv8.
4409
4410 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4411
4412 From Tom Smith <smith@cag.lkg.hp.com>:
4413 * config.guess: Version suffixes are equally significant on Tru64
4414 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4415 prefix of "P" (patched kernel).
4416
4417 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4418
4419 * config.sub: Add support for National Semiconductor CRX target.
4420
2f4cc6bf
JJ
44212004-09-03 Janis Johnson <janis187@us.ibm.com>
4422
4423 * MAINTAINERS (Various Maintainers): Remove myself as web page
4424 maintainer, add myself as maintainer of build status lists.
4425
61fec9ff
JB
44262004-09-03 Jan Beulich <jbeulich@novell.com>
4427
4428 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4429 *-*-netware, but add target-libmudflap.
4430 Consolidate *-*-netware targets (of which really only i?86 exists)
4431 into a single entry.
4432 * configure: Likewise.
4433
45f366ab
PB
44342004-09-01 Paolo Bonzini <bonzini@gnu.org>
4435
4436 * Makefile.tpl (sorry): Remove.
4437 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4438 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4439 (do-clean): Clean per-stage directories too.
4440 (do-distclean): Run distclean-stage1 too.
4441 (.NOTPARALLEL): Enable during toplevel bootstrap.
4442 (stage[+id+]-bubble): Enable parallel execution during
4443 the recursive invocation.
4444 * Makefile.in: Regenerate.
4445
4446 Fix previous checkin:
4447
4448 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4449 include.
4450 * configure.in: Fix indentation.
4451 * configure: Regenerate.
4452
be8fff81
RB
44532004-08-31 Robert Bowdidge <bowdidge@apple.com>
4454
45f366ab
PB
4455 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4456 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4457 * configure: regenerate
78716e86 4458 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 4459 -mdynamic-no-pic
be8fff81
RB
4460
4461
71b5d516
PB
44622004-08-31 Paolo Bonzini <bonzini@gnu.org>
4463
4464 * Makefile.def (build_modules): Add fixincludes.
4465 (dependencies): Make gcc depend on fixincludes.
4466 * configure.in (build_tools): Add fixincludes.
4467 (build_configdirs): Always include build_libs.
4468 * Makefile.in: Regenerate.
4469 * configure: Regenerate.
4470
44712004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
4472
4473 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4474 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4475 phony targets; do not generate timestamp files.
4476 (distclean-stageN): Remove references to their timestamp files.
4477 (restageN, touch-stageN): Remove.
4478 (stageN-bubble): Rewritten.
4479 (compare): Support lean bootstraps.
4480 * Makefile.in: Regenerate.
4481
4482 * configure.in: Only warn when bootstrapping but
4483 build != host or build != target. Support lean bootstraps.
4484 * configure: Regenerate.
4485
ce7cbbb0
PE
44862004-08-26 Phil Edwards <phil@codesourcery.com>
4487
4488 * configure.in: Give a better error message if GMP/MPFR are missing
4489 and a language needing them has been requested.
4490 * configure: Regenerated.
4491
9c71a529
PE
44922004-08-25 Phil Edwards <phil@codesourcery.com>
4493
4494 * configure.in: Print a list of available language front-ends if
4495 a requested one is missing. Tidy stray tab characters.
4496 * configure: Regenerated.
4497
e3f92d3b
MK
44982004-08-19 Michael Koch <konqueror@gmx.de>
4499
4500 * gcc/doc/install.texi: Update entry about automake for libjava.
4501
c3f84f61
RM
45022004-08-17 Robert Millan <robertmh@gnu.org>
4503
4504 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4505 (instead of FreeBSD).
4506 * configure: Regenerate.
4507
7c27e184
PB
45082004-08-16 Paolo Bonzini <bonzini@gnu.org>
4509
4510 * Makefile.in: Regenerate.
4511 * configure: Regenerate.
4512
4513 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4514 stage_*_flags.
4515 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4516 for bootstrapped modules if toplevel bootstrap is going.
4517 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4518 modules. Adjust for changes in Makefile.def. Enable several
4519 rules even in non-bootstrap mode, just to avoid peppering the
4520 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4521 (stage-[+prev+]-bubble): Remove.
4522
4523 * Makefile.def (Dependencies): Depend on all-build-bison,
4524 all-build-flex, all-build-byacc, all-build-texinfo, rather
4525 than the host variations.
4526 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4527 with BUILD_SUBDIR.
4528 (BISON): Update for recent Bisons.
4529 (YACC): Fix typo.
4530 (cross): Depend on all-build.
4531 (all): Do not depend on all-build.
4532 (prebootstrap): Remove.
4533 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4534 (Prebootstrap dependencies): Add them to the per-stage targets
4535 and to all-prebootstrap.
4536 * configure.in (build_configdirs): Always enable build_tools.
4537 (BUILD_DIR_PREFIX): Remove.
4538
4539 * Makefile.def (gcc): Add target variable.
4540 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4541 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4542 in the recursive `make', instead of hardwiring `all'.
4543 (Autogenerated TARGET-* variables): New.
4544
20f3bb80
BB
45452004-08-13 Brian Booth <bbooth@redhat.com>
4546
4547 * MAINTAINERS: Remove myself from write-after-approval.
4548
b5be499d
NN
45492004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4550
4551 * src-release: Stop distributing mmalloc with gdb (which doesn't
4552 use it).
4553 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4554 * Makefile.in: Regenerate.
4555
b3f8d95d
MM
45562004-08-09 Mark Mitchell <mark@codesourcery.com>
4557
4558 * configure.in (arm*-*-eabi*): New target.
4559 * configure: Regenerate.
4560
3589b69e
PB
45612004-08-06 Paolo Bonzini <bonzini@gnu.org>
4562
4563 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4564 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4565 (Dependencies): New section.
4566 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4567 (configure-target-[+module+]): Depend on maybe-all-gcc
4568 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4569 (toplevel profiledbootstrap): Fix dependencies.
4570 * Makefile.in: Regenerate.
4571
972974fc
MM
45722004-08-03 Mark Mitchell <mark@codesourcery.com>
4573
4574 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4575 target-libiberty to noconfigdirs.
4576 * configure: Regenerate.
4577
bebf829d
PB
45782004-08-03 Paul Brook <paul@codesourcery.com>
4579
4580 * configure.in: Check for MPFR as well as GMP.
4581 * configure: Regenerate.
4582
98a5bb3b
RM
45832004-08-01 Robert Millan <robertmh@gnu.org>
4584
4585 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4586 libmudflap for all GNU-based systems (with Glibc).
4587 * configure: Regenerate.
4588
d32ab992
PB
45892004-08-03 Paolo Bonzini <bonzini@gnu.org>
4590
4591 * Makefile.def (host-modules): Add gcc.
4592 * Makefile.in: Regenerate.
4593 * Makefile.tpl (sorry): New rule.
4594 (configure-host, all-host, [+make_target+]-host, do-check,
4595 install-host): Do not add gcc as a special case.
4596 (host modules): Add a small special-casing for gcc. Export
4597 extra_make_flags through the environment.
4598 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4599 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4600 other recursive targets for gcc): Remove.
4601
4602 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4603 (stage, unstage): New rules.
4604 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4605 distclean-stage[+id+]): Use stage_current.
4606 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4607 the stage*-start rules.
4608
aeb732c1
GK
46092004-08-02 Geoffrey Keating <geoffk@apple.com>
4610
4611 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4612 use -all_load flag.
4613
25b656e7
PB
46142004-08-02 Paolo Bonzini <bonzini@gnu.org>
4615
4616 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4617 * configure: Regenerate.
4618
cc440d71
TM
46192004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
4620
4621 * maintainer-scripts/gcc_release: Revert yesterday's change.
4622
270e140b
SB
46232004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
4624
4625 * MAINTAINERS: Add myself to write-after-approval.
4626
3e4035f8
TM
46272004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
4628
4629 * libf2c: Removed.
4630 * gcc/gccbug.in: Updated because of libf2c removal.
4631 * maintainer-scripts/gcc_release: Ditto.
4632
a3e8d8b4
LR
46332004-07-09 Loren J. Rittle <ljrittle@acm.org>
4634
4635 * configure.in: Build libmudflap by default on FreeBSD.
4636 * configure: Regenerated.
4637
dfcada9a
MM
46382004-07-09 Mark Mitchell <mark@codesourcery.com>
4639
4640 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4641 systems.
4642 * configure: Regenerated.
4643
3922b216
JDA
46442004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4645
4646 PR target/16344
4647 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4648 feedback based compiler.
4649 * Makefile.in: Rebuilt.
4650
95bcca47
AO
46512004-07-08 Alexandre Oliva <aoliva@redhat.com>
4652
4653 * Makefile.def (host_modules): Set bootstrap=true for flex.
4654 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4655 * Makefile.in: Rebuilt.
4656
051822f6
JH
46572004-07-07 Jan Hubicka <jh@suse.cz>
4658
4659 * MAINTAINERS: Add self as a profile feedback maintainer.
4660
7b61653a
PE
46612004-07-05 Phil Edwards <phil@codesourcery.com>
4662
4663 * configure.in: Do not prepend $srcdir to /dev/null in
4664 makefile fragments.
4665 * configure: Regenerate.
4666
23f6b2f9
PB
46672004-07-01 Paolo Bonzini <bonzini@gnu.org>
4668
4669 * Makefile.def (build_modules): Add bison, byacc, flex,
4670 m4, texinfo.
4671 (flags_to_pass): Add FLEX.
4672 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4673 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4674 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4675 DEFAULT_MAKEINFO): Remove.
4676 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4677 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4678 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4679 objdir or else use configured tool.
4680 (all-build): New.
4681 (all): Depend on it.
4682 (Build module dependencies): Add.
4683 * Makefile.in: Regenerate.
4684 * configure.in: Better support for multiple build modules,
4685 matching what is done for host/target modules. Do not look
4686 for "plausible" locations of build tools if Canadian cross.
4687 Use autoconf's AC_PROG_CC to find a C compiler. Define
4688 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4689 * configure: Regenerate.
78716e86 4690
1c020272
PB
46912004-06-22 Paolo Bonzini <bonzini@gnu.org>
4692
4693 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4694 * Makefile.in: Regenerate.
4695
a52a0a7f
PB
46962004-06-22 Paolo Bonzini <bonzini@gnu.org>
4697
4698 * Makefile.tpl (configure-build-[+module+],
4699 configure-[+module+], configure-target-[+module+]): Pass
4700 [+extra_configure_args+].
4701 (all-build-[+module+], all-[+module+], check-[+module+],
4702 install-[+module+], [+make_target+]-[+module+],
4703 all-target-[+module+], check-target-[+module+],
4704 install-target-[+module+], [+make_target+]-target-[+module+]):
4705 Pass [+extra_make_args+].
4706 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4707 (GCC_HOST_EXPORTS): Remove.
4708 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4709 cross, check-gcc, check-gcc-c++, install-gcc,
4710 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4711 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4712 * Makefile.in: Regenerate.
4713
ccde3f1a
MS
47142004-06-21 Matthew Sachs <msachs@apple.com>
4715
4716 * MAINTAINERS: Added self to write-after-approval.
4717
6264b0a6
CF
47182004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4719
4720 * configure.in: Check for srcdir/winsup rather than build directory
4721 winsup.
4722 * configure: Regenerate.
4723
801e2270
CV
47242004-06-17 Corinna Vinschen <vinschen@redhat.com>
4725
4726 * configure.in: Don't build Cygwin native newlib if winsup
4727 directory is missing. Emit warning instead.
4728 * configure: Regenerate.
4729
ad6717df
PB
47302004-06-09 Paolo Bonzini <bonzini@gnu.org>
4731
4732 * Makefile.tpl (touch-stage[+id+]): New.
4733 (restage[+prev+]): Depend on touch-stage[+id+].
4734
4735 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4736 Use it throughout.
4737
4738 * Makefile.def: Add profile and feedback bootstrap stages.
4739 Remove next field from bootstrap stages.
4740 * Makefile.tpl (LN, LN_S): Substitute.
4741 (stageN-start, stageN-end): Use double-colon rules, to
4742 provide a hook for additional setup commands.
4743 (distclean-stageN-gcc, restageN): Create dependencies from
4744 [+prev+], not from [+next+].
4745 (stageN-bubble): Add commands for successive stages from
4746 [+prev+], using double-colon rules.
4747 (all-stageN-gcc): Fix typo.
4748 (stagefeedback-start, profiledbootstrap): New.
4749 * Makefile.in: Regenerate.
4750 * configure.in: Call ACX_PROG_LN.
4751 * configure: Regenerate.
4752
5bbb9680
CY
47532004-06-08 Canqun Yang <canqun@nudt.edu.cn>
4754
4755 * MAINTAINERS (Write After Approval): Add myself.
4756
e18be1d4
MA
47572004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
4758
4759 * MAINTAINERS (Write After Approval): Add myself.
4760
5607edfd
PB
47612004-06-03 Paolo Bonzini <bonzini@gnu.org>
4762
4763 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4764 without gcc.
4765 * configure: Regenerate.
4766
1ec4e9c3
PB
47672004-06-01 Paolo Bonzini <bonzini@gnu.org>
4768
4769 * Makefile.tpl: Fix typo.
4770 * Makefile.in: Regenerate.
4771
c2f7605f
PB
47722004-06-01 Paolo Bonzini <bonzini@gnu.org>
4773
4774 * configure.in: Remove new- prefix from toplevel
4775 bootstrap targets.
4776 * configure: Regenerate.
4777
f516a7da
PB
47782004-06-01 Paolo Bonzini <bonzini@gnu.org>
4779
4780 * Makefile.tpl (all.normal): Rename to all.
4781 (all): Replace with a rule to pick the default
4782 target from configure.
4783 (all-gcc, configure-gcc): Use conditionals to
4784 do nothing when toplevel bootstrap is going on.
4785 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4786 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4787 * configure.in: Support --enable-bootstrap.
4788
4789 * Makefile.def: Remove new- prefix from toplevel
4790 bootstrap targets.
4791 * Makefile.tpl: Likewise.
4792
4793 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4794 target.
4795
4796 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4797 $(RECURSE_FLAGS) to recursive invocation of make.
4798
4799 * Makefile.in: Regenerate.
4800 * configure: Regenerate.
4801
78dd5e36
AJ
48022004-05-30 Andreas Jaeger <aj@suse.de>
4803 Jim Wilson <wilson@specifixinc.com>
4804
4805 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4806 like CC.
4807
30f1bddc
DJ
48082004-05-27 Daniel Jacobowitz <dan@debian.org>
4809
4810 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4811 * configure: Regenerate.
4812
4fc4dd12
DJ
48132004-05-25 Daniel Jacobowitz <drow@false.org>
4814
4815 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4816 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4817 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4818 targets.
4819 * Makefile.in: Regenerate.
4820
94632047 48212004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
4822
4823 * configure.in: Test the ability to symlink directories.
4824 * configure: Regenerate.
4825
4826 * Makefile.def (bootstrap-stage): New definitions.
4827 * Makefile.tpl (configure-stage1-gcc,
4828 configure-stage2-gcc, configure-stage3-gcc,
4829 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4830 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4831 new-restage3, compare): Autogenerate, see Makefile.in
4832 entry for behavioral changes.
4833 (distclean-stage1, new-stage1-start, new-stage1-end,
4834 new-stage1-bubble, distclean-stage2, new-stage2-start,
4835 new-stage2-end, new-stage2-bubble, distclean-stage3,
4836 new-stage3-start, new-stage3-end): New autogenerated targets.
4837 (objext, prebootstrap, BOOT_CFLAGS,
4838 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4839 targets.
4840
4841 * Makefile.in: Regenerate.
4842 (distclean-stage1, new-stage1-start, new-stage1-end,
4843 new-stage1-bubble, distclean-stage2, new-stage2-start,
4844 new-stage2-end, new-stage2-bubble, distclean-stage3,
4845 new-stage3-start, new-stage3-end): New targets.
4846 (all-stage1-gcc): Move prebootstrap dependency from here...
4847 (configure-stage1-gcc): ...to here.
4848 (new-bootstrap): Use bubble targets.
4849 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4850 Use per-stage distclean targets.
4851 (configure-stage1-gcc, configure-stage2-gcc,
4852 configure-stage3-gcc, all-stage1-gcc,
4853 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4854 Use new-stageN-start to prepare the tree.
4855
4f4e53dd
PB
48562004-05-23 Paolo Bonzini <bonzini@gnu.org>
4857
4858 * Makefile.def (host_modules): add libcpp.
4859 * Makefile.tpl: Add dependencies on and for libcpp.
4860 * Makefile.in: Regenerate.
4861 * configure.in: Add libcpp host module.
4862 * configure: Regenerate.
4863
60975492
PB
48642004-05-21 Paolo Bonzini <bonzini@gnu.org>
4865
4866 * Makefile.tpl: Whenever a recursive target is defined, wrap
4867 it in a special @if/@endif block, and prepare its maybe
4868 dependency in the @if/@endif block
4869 * configure.in: Instead of writing maybe dependencies, remove
4870 the @if/@endif statements, and remove the @if/@endif blocks
4871 that remain.
4872 * configure: Regenerate.
4873 * Makefile.in: Regenerate.
4874
5ce7d75d
JJ
48752004-05-20 Janis Johnson <janis187@us.ibm.com>
4876
4877 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
4878
c779c42f
KK
48792004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
4880
4881 PR bootstrap/15120
4882 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
4883 * */configure: Rebuilt.
4884
b4117c30
ZW
48852004-05-17 Zack Weinberg <zack@codesourcery.com>
4886
4887 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4888 of libf2c.
4889 * configure, Makefile.in: Regenerate.
4890
719bb4e3 48912004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
4892
4893 * MAINTAINERS (Write After Approval): Add myself.
4894
6de9cd9a
DN
48952004-05-13 Diego Novillo <dnovillo@redhat.com>
4896
4897 Merge from tree-ssa-20020619-branch.
4898
4899 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4900 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4901 (HOST_GMPLIBS): Define.
4902 (HOST_GMPINC): Define.
4903 (TARGET_LIB_PATH): Add libmudflap.
4904 (GFORTRAN_FOR_TARGET): Define.
4905 (configure-build*): Export GFORTRAN.
4906 (configure-gcc): Export GMPLIBS and GMPINC.
4907 (all-gcc): Add maybe-all-libbanshee.
4908 (configure-target-libgfortran): Define.
4909 * Makefile.in: Regenerate.
4910 * configure.in (host_libs): Add libbanshee.
4911 (target_libraries): Add target-libmudflap and target-libgfortran.
4912 Add --with-libbanshee.
4913 Handle --disable-libmudflap.
4914 (*-*-freebsd*): Use with_gmp.
4915 Add $(libgcj) to noconfigdirs.
4916 * configure: Regenerate.
4917 * depcomp: New file.
4918 * MAINTAINERS: Add tree-ssa maintainers.
4919
8f1b790f
VM
49202004-05-04 Vladimir Makarov <vmakarov@redhat.com>
4921
b4117c30 4922 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 4923
693446fc
BF
49242004-04-30 Brian Ford <ford@vss.fsi.com>
4925
b4117c30 4926 * MAINTAINERS (Write After Approval): Add myself.
693446fc 4927
d1bb666c
UB
49282004-04-29 Uros Bizjak <uros@kss-loka.si>
4929
b4117c30 4930 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 4931
6cf1ac42
PB
49322004-04-28 Paolo Bonzini <bonzini@gnu.org>
4933
4934 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4935 * configure: Regenerate.
4936
632933d5
PB
49372004-04-27 Paolo Bonzini <bonzini@gnu.org>
4938
4939 Revert:
4940 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4941
4942 * Makefile.def (flags_to_pass): Remove *dir variables that
4943 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4944 as well as prefix and exec_prefix.
4945 * Makefile.in: Regenerate.
4946
80dc6aa0
RM
49472004-04-26 Robert Millan <robertmh@gnu.org>
4948
4949 Add patches from libtool CVS.
4950 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4951 * ltconfig: Likewise.
4952 * ltcf-c.sh: Likewise.
4953 * ltcf-cxx.sh: Likewise.
4954 * ltcf-gcj.sh: Likewise.
4955
e11283f1
PB
49562004-04-26 Paolo Bonzini <bonzini@gnu.org>
4957
4958 * Makefile.def (host_modules): Mark with the bootstrap
4959 flag packages on which gcc depends.
4960 * Makefile.tpl (all-bootstrap): Use it.
4961 * Makefile.in: Regenerate.
4962
8546950c
PB
49632004-04-26 Paolo Bonzini <bonzini@gnu.org>
4964
4965 * Makefile.def (flags_to_pass): Remove *dir variables that
4966 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4967 as well as prefix and exec_prefix.
4968 * Makefile.in: Regenerate.
4969
a76494aa
PB
49702004-04-26 Paolo Bonzini <bonzini@gnu.org>
4971
b4117c30
ZW
4972 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4973 * configure: Regenerate.
4974 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4975 * gcc/Makefile.tpl (compare): Use the result of the test.
4976 * gcc/Makefile.in: Regenerate.
a76494aa 4977
03a91701
PB
49782004-04-23 Paolo Bonzini <bonzini@gnu.org>
4979
4980 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4981 Always relocate gcc and prev-gcc to the original names, even
4982 if the build fails.
4983 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4984 New targets.
4985
082a6351
LG
49862004-04-23 Laurent GUERBY <laurent@guerby.net>
4987
4988 * MAINTAINERS: Update my email address.
b4117c30 4989
1f1d584b
RO
49902004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4991
4992 * configure.in (mips*-*-irix5*): Enable ld.
4993 * configure: Regenerate.
082a6351 4994
1db673ca
RO
49952004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4996
4997 * configure: Regenerate.
4998
ce4ea44e
JW
49992004-04-15 James E Wilson <wilson@specifixinc.com>
5000
5001 * Makefile.tpl (configure-[+module+], configure-gcc,
5002 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5003 Set and export LDFLAGS.
5004 * Makefile.in: Regenerate.
5005
611f62ad
MC
50062004-04-12 Michael Chastain <mec.gnu@mindspring.com>
5007
b4117c30 5008 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 5009
be912515
NN
50102004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5011
5012 PR bootstrap/14871
5013 * Makefile.tpl: If we don't have built-in-tree target tools,
5014 use the ones found by configure rather than hacking around with
5015 program_transform_name.
5016 * configure.in: Give Makefile.tpl the information necessary
5017 to do that.
5018 * Makefile.in: Regenerate.
5019 * configure: Regenerate.
5020
9104315a
NN
50212004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5022
5023 PR bootstrap/14760
5024 * configure.in: When computing baseargs, strip *all* copies of
5025 offending options. Also, don't match/substitute the trailing space,
5026 so that this actually works when two similar options are separated by
5027 only one space.
5028 * configure: Regenerate.
5029
bef1d700
DE
50302004-04-06 David Edelsohn <edelsohn@gnu.org>
5031
b4117c30
ZW
5032 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5033 (rs6000-*-aix*): Same.
5034 * configure: Regenerate.
bef1d700 5035
54bcf05e 50362004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
5037
5038 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 5039
369a832c 50402004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
5041
5042 * MAINTAINERS: Add myself to write-after-approval.
369a832c 5043
09a9c095
NN
50442004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5045
7caf53cb
NN
5046 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5047 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5048 * Makefile.in: Regenerate.
5049
09a9c095
NN
5050 * configure.in (top level bootstrap support): Rework --enable-werror
5051 to set @stage2_werror_flag@.
5052 * configure: Regenerate.
5053 * Makefile.tpl (top level bootstrap support): Pass
5054 @stage2_werror_flag@ down to configure in stages 2 and 3.
5055 * Makefile.in: Regenerate.
5056
5595a2bd
NN
50572004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5058
cbfd7e06
NN
5059 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5060 for stages 2 and 3 as well as in make. As a consequence, remove
5061 OUTPUT_OPTION (now detected by configure) from the flags passed down
5062 to make.
5063 * Makefile.in: Regenerate.
5064
5595a2bd
NN
5065 * Makefile.tpl (new-bootstrap): Fix typo.
5066 * Makefile.in: Regenerate.
5067
ca3b3e20
NN
50682004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5069
295f4e42
NN
5070 * Makefile.tpl: Rearrange by moving recursive_targets rules
5071 into their proper sections.
5072 * Makefile.tpl (top level bootstrap support): Move disabling
5073 of coverage flags from 'make' to 'configure'; improve comments.
5074 * Makefile.in: Regenerate.
5075
340de83f
NN
5076 * Makefile.tpl (experimental top level bootstrap) Move stage1
5077 language setting from all- target to configure- target; disable
5078 intermodule optimization in stage 1; prevent gratuitous rebuilds
5079 of stage 1.
5080 * Makefile.in: Regenerate.
5081 * configure.in: Comma-separate stage 1 language list for top
5082 level bootstrap.
5083 * configure: Regenerate.
5084
ca3b3e20
NN
5085 * Makefile.tpl: Clean up experimental top level bootstrap support:
5086 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5087 prev-gcc in configure- targets as well as all- targets.
5088 * Makefile.in: Regenerate.
5089
4d038073
KC
50902004-03-21 Kelley Cook <kcook@gcc.gnu.org>
5091
5092 * compile: New file imported from automake.
5093
ab3533d6
PB
50942004-03-17 Paolo Bonzini <bonzini@gnu.org>
5095
5096 * configure.in: Remove symbolic link section.
5097 * configure: Regenerate.
5098 * Makefile.tpl (links): Remove.
5099 * Makefile.in: Regenerate.
5100
1e0f07d3 51012004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 5102 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
5103
5104 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 5105 Set with AC_CHECK_PROGS.
1e0f07d3
PB
5106 * configure.in: Fix comment typo from last patch.
5107 * configure: Regenerate.
5108
2805b53a
NN
51092004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5110
5111 * Makefile.tpl: Introduce experimental top level bootstrap support.
5112 * Makefile.in: Regenerate.
5113 * configure.in: Introduce support for top level bootstrap.
5114 * configure: Regenerate.
5115
79b4b7d2 51162004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 5117 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
5118
5119 PR bootstrap/14522
5120 * configure.in: Cope with shells that do not support unquoted ^
5121 * configure: Regenerate.
5122
6bbec498 51232004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 5124 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
5125
5126 PR bootstrap/14522
79b4b7d2 5127 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
5128 quotes inside quoted backquote substitutions.
5129 * configure: Regenerate.
5130
83c15dfc
AP
51312004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5132
5133 PR bootstrap/14522
f2bd98d4 5134 * configure.in: Fix escaping of $.
83c15dfc
AP
5135 * configure: Regenerate.
5136
55ffb5ed
NN
51372004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5138
5139 * configure: Regenerate, since I forgot to while committing Paolo's
5140 changes.
5141
e4c9c075
PB
51422004-03-08 Paolo Bonzini <bonzini@gnu.org>
5143
5144 PR ada/14131
5145 Move language detection to the top level.
5146 * configure.in: Find default values for the tools as
5147 soon as possible. Disable ada if GNAT is not found.
5148 Emit error message about missing languages. Expand
5149 --enable-languages=all for the gcc subdirectory.
5150
5199e2c6
BE
51512004-03-10 Ben Elliston <bje@gnu.org>
5152
5153 * MAINTAINERS: Update my email address.
5154
c18b95e5
DE
51552004-03-05 David Edelsohn <edelsohn@gnu.org>
5156
5157 * ltconfig: Disable building static libraries if building shared
5158 libraries on AIX 5L.
5159
d0fe5ad3
RS
51602004-03-01 Richard Sandiford <rsandifo@redhat.com>
5161
5162 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5163 and disable libgcj.
5164 * configure: Regenerated.
5165
e6f71f9d
BB
51662004-03-01 Brian Booth <bbooth@redhat.com>
5167
5168 * MAINTAINERS: Add myself to write-after-approval.
5169
8983e50e
PB
51702004-03-01 Paolo Bonzini <bonzini@gnu.org>
5171
5172 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5173
d4cd9d81
NN
51742004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5175
5176 PR bootstrap/7087
5177 * Makefile.tpl: Guard XFOO sed statements better.
5178 * Makefile.tpl: Add dependency for configure-target-libada.
5179 * Makefile.in: Regenerate (incidentally fixes broken
5180 commit when libada-branch was merged).
5181
0ea0229e
KC
51822004-02-25 Kelley Cook <kcook@gcc.gnu.org>
5183
5184 * MAINTAINERS: Add myself to write-after-approval.
5185
bad93735
AP
51862004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
5187
5188 * MAINTAINERS: Add Nicola Pero and myself as libobjc
5189 maintainers.
5190
a7ca14fc
AC
51912004-02-20 Andrew Cagney <cagney@redhat.com>
5192
5193 * config.guess: Update from version 2003-10-16 to 2004-02-16.
5194 * config.sub: Update from version 2003-11-03 to 2004-02-16.
5195
51592782
NN
51962004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5197
5198 PR bootstrap/11932
5199 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5200
6a30854a
JQ
52012004-02-14 Jerry Quinn <jlquinn@optonline.net>
5202
5203 * MAINTAINERS: Added myself to write-after-approval.
5204
be8b2bee
MK
52052004-02-14 Michael Koch <konqueror@gmx.de>
5206
5207 * MAINTAINERS: Added myself to write-after-approval.
5208
972760b7
JM
52092004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
5210
5211 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
5212 some OS port maintainers to OS port maintainers section.
5213
b0281654
FCE
52142004-02-13 Frank Ch. Eigler <fche@redhat.com>
5215
5216 * MAINTAINERS: Add self.
5217
3c419fd6
KH
52182004-02-12 Kazu Hirata <kazu@cs.umass.edu>
5219
5220 * MAINTAINERS: Alphabetize.
5221
e88e9aee
PB
52222004-02-12 Paolo Bonzini <bonzini@gnu.org>
5223
5224 * MAINTAINERS: Remove myself.
b4117c30 5225
1915e422
DE
52262004-02-11 David Edelsohn <edelsohn@gnu.org>
5227
5228 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5229 (rs6000-*-aix*): Same.
5230 * configure: Regenerate.
5231
a22c2d8d
KC
52322004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5233
5234 * configure.in (host): Add in missing $noconfigdirs to defines.
5235 * configure: Regenerate.
5236
d9cdb878
AC
52372004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5238 Nathanael Nerode <neroden@gcc.gnu.org>
5239
5240 PR ada/6637, PR ada/5911
b4117c30 5241 Merge with libada-branch:
d9cdb878
AC
5242 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5243 with appropriate dependencies. Add --enable-libada configure switch.
5244 * configure, Makefile.in: Regenerate.
5245
8bd92821
PB
52462004-02-09 Paolo Bonzini <bonzini@gnu.org>
5247
5248 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5249
89a95129
RO
52502004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5251
5252 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5253 * configure: Regenerate.
5254
892629bc
GK
52552004-02-04 Geoffrey Keating <geoffk@apple.com>
5256
5257 Merge from upstream:
5258
5259 * ltmain.in: When setting IFS to '~', be careful about user
5260 arguments that contain '~'.
5261
5262 2004-02-04 Peter O'Gorman <peter@pogma.com>
5263
5264 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5265 Also test $base_compile against $CC with escaped arguments. Bug
5266 reported by Geoff Keating <geoffk@apple.com>.
5267
6b402165
KH
52682004-02-04 Kazu Hirata <kazu@cs.umass.edu>
5269
5270 * MAINTAINERS: Remove i960 port.
5271
fa2f0306
DD
52722004-01-23 DJ Delorie <dj@redhat.com>
5273
5274 * Makefile.def (target_modules) [libiberty]: Don't stage.
5275 * Makefile.in: Rebuilt.
5276
9feb20aa
CT
52772004-01-20 Caroline Tice <ctice@apple.com>
5278
5279 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5280
7aed2ccc
PC
52812004-01-19 Paolo Carlini <pcarlini@suse.de>
5282
5283 * MAINTAINERS: Update my email address.
5284
f25bebe1
JM
52852004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
5286
5287 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5288
28083580
VR
52892004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5290
5291 * MAINTAINERS: Remove entries without email address.
5292
c0f4b5e4
DJ
52932004-01-15 Daniel Jacobowitz <drow@mvista.com>
5294
5295 * MAINTAINERS: Add myself to write-after-approval.
5296
b5eb5a5e
SB
52972004-01-15 Steven Bosscher <stevenb@suse.de>
5298
5299 * MAINTAINERS: Update my email address.
5300
2c4de30b
LR
53012004-01-14 Loren J. Rittle <ljrittle@acm.org>
5302
5303 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5304 * Makefile.tpl (configure-target-[+module+]): Support stage.
5305 * Makefile.in: Rebuilt.
5306
74c0b320
ILT
53072004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
5308
5309 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5310
2560344b
RS
53112004-01-10 Richard Sandiford <rsandifo@redhat.com>
5312
5313 * MAINTAINERS: Add myself as a MIPS maintainer.
5314
8b21cda6
NN
53152004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5316
2b6c260d
NN
5317 * configure.in: Use ./config.cache, not config.cache.
5318 * configure: Regenerate.
5319 * Makefile.tpl: Special-casing not needed for GCC any more.
5320 * Makefile.in: Regenerate.
5321
09438bde
NN
5322 * configure.in: Don't share a cache file for host dirs.
5323 * configure: Regenerate.
5324
8b21cda6
NN
5325 * config-ml.in: Don't mess with the cache file.
5326
e42870df
EB
53272004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5328
5329 * MAINTAINERS: Move myself from 'Write After Approval' to
5330 'CPU Port Maintainers' section as SPARC maintainer.
5331
6b9eb62c
NN
53322004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5333
78a816a6
NN
5334 * Makefile.tpl: Make GCC use a separate config.cache.
5335 * Makefile.in: Regenerate.
5336
6b9eb62c
NN
5337 PR bootstrap/11932, PR bootstrap/11933
5338 (I don't know if it will fix either of them, but it relates
5339 to them.)
5340 * configure.in: Don't use shared config.cache for target
5341 directories.
5342 * configure: Regenerate.
5343
86d7b562
DN
53442004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5345
5346 * MAINTAINERS: Add myself to 'Write After Approval' section.
5347
07d0a605
RS
53482003-12-31 Roger Sayle <roger@eyesopen.com>
5349
5350 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5351 * configure: Regenerated.
5352
459ac19f
KH
53532003-12-23 Kazu Hirata <kazu@cs.umass.edu>
5354
5355 * MAINTAINERS: Remove the mn10200 maintainer.
5356
5785c0ed 53572003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 5358
cc6010cd
AP
5359 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5360 * configure: Regenerated.
5785c0ed 5361
a268eff9
JH
53622003-12-16 Jan Hubicka <jh@suse.cz>
5363
5364 * MAINTAINERS: Add myself as callgraph maintainer.
5365
9d465b12
TF
53662003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5367
5368 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5369 * configure: Regenerate.
5370
a68a270a
GB
53712003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5372
5373 * MAINTAINERS: Move myself from 'Bug database only accounts' to
5374 'Write After Approval' section. Update email.
5375
3066a15c
JL
53762003-12-01 James Lemke <jim@wasabisystems.com>
5377
5378 * MAINTAINERS (Write After Approval): Add myself.
5379
8c052da4
MT
53802003-11-20 Matt Thomas <matt@3am-software.com>
5381
5382 * MAINTAINERS: Add myself as a vax port maintainer.
5383
e75f9147
KC
53842003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5385
5386 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5387 (configure-build-[+module+], configure-[+module+]): Likewise.
5388 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5389 * Makefile.in: Regenerate.
5390
43d8d958
AT
53912003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
5392
5393 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5394 shared/dylibed libraries.
5395 * ltmain.sh: Likewise.
5396 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5397 * ltcf-cxx.sh: Likewise.
5398 * ltcf-gcj.sh: Likewise.
5399 * ltconfig: Likewise.
5400
638dcaa0
SC
54012003-11-17 Stan Cox <scox@redhat.com>
5402
5403 * MAINTAINERS: Add myself as iq2000 port maintainer.
5404
15cc172b
AC
54052003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5406
b4117c30
ZW
5407 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5408 * Makefile.in: Regenerate.
15cc172b 5409
20af77cd
UW
54102003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
5411
5412 * config.sub: Update to 2003-11-03 version.
5413
4dd01c5c
PE
54142003-10-20 Phil Edwards <phil@codesourcery.com>
5415
5416 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5417 * configure: Regenerate.
5418
8d36c499
NP
54192003-10-20 Nicolas Pitre <nico@cam.org>
5420
5421 * MAINTAINERS: Add myself to 'Write After Approval' section.
5422
8b7ebc31
AC
54232003-10-20 Arnaud Charlet <charlet@act-europe.fr>
5424
5425 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5426
afe1910c
JM
54272003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
5428
5429 * MAINTAINERS: Update my email address.
5430
05dcec66
RO
54312003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5432
5433 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5434
71fc2f0c
RL
54352003-10-17 Ralph Loader <rcl@ihug.co.nz>
5436
5437 * MAINTAINERS: Add myself to 'Write After Approval' section.
5438
507ec745
BI
54392003-10-16 Bernardo Innocenti <bernie@develer.com>
5440
5441 * config.guess: Update to 2003-10-16 version.
5442 * config.sub: Update to 2003-10-16 version.
5443
4d466c42
DD
54442003-10-15 David Daney <ddaney@avtrex.com>
5445
5446 * MAINTAINERS: Added myself to 'Write After Approval' section.
5447
0c9b16bc
FH
54482003-10-15 Falk Hueffner <falk@debian.org>
5449
5450 * MAINTAINERS: Move myself from 'Bug database only accounts' to
5451 'Write After Approval' section. Update email.
5452
74d57d15
RS
54532003-10-14 Roger Sayle <roger@eyesopen.com>
5454
5455 * MAINTAINERS: Move myself from 'Write After Approval' to
5456 'Various Maintainers' section as middle-end maintainer.
5457
d29b8ad8
NN
54582003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5459
5460 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5461 HOST_FLAGS_TO_PASS.
5462 * Makefile.in: Regenerate.
5463
26db814a
BI
54642003-10-11 Bernardo Innocenti <bernie@develer.com>
5465
5466 * config.guess: Update to 2003-10-07 version.
5467 * config.sub: Update to 2003-10-07 version.
5468
fffeb871
RO
54692003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5470
5471 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5472 * ltconfig (irix5*, irix6*): Don't override version_type.
5473
6691a79e
ME
54742003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5475
5476 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5477 * configure: Rebuilt
5478 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5479 * Makefile.in: Rebuilt
5480
62cdd71e
L
54812003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5482
5483 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5484
6fe2eacc
CW
54852003-09-30 Carlo Wood <carlo@alinoe.com>
5486
cc6010cd 5487 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 5488
ea57e5ad
PK
54892003-09-29 Paul Koning <ni1d@arrl.net>
5490
5491 * MAINTAINERS: Move myself from "Write After Approval"
5492 to CPU platform maintainers for pdp11 platform.
5493
e070672a
AT
54942003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
5495
5496 * MAINTAINERS: Move myself from 'Write After Approval' to
5497 'Various Maintainers' section as libffi testsuite maintainer.
5498
43bb47c2
DJ
54992003-09-21 Daniel Jacobowitz <drow@mvista.com>
5500
5501 * configure.in: Pass a computed --program-transform-name
5502 to subconfigures.
5503 * configure: Regenerated.
5504
da9d3b37
NN
55052003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5506
94322beb
NN
5507 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5508 * Makefile.in: Regenerate.
5509
da9d3b37
NN
5510 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5511 * Makefile.in: Regenerate.
5512
ffd9060b
ZL
55132003-09-19 Ziemowit Laski <zlaski@apple.com>
5514
5515 * MAINTAINERS: Move myself from 'Write After Approval'
5516 to 'Various Maintainers' (objective-c) section.
5517
eeae7b41
DJ
55182003-09-17 Daniel Jacobowitz <drow@mvista.com>
5519
5520 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5521 quoting.
5522 * configure: Regenerated.
5523
a080d12b
JB
55242003-09-16 Joel Brobecker <brobecker@gnat.com>
5525
5526 * MAINTAINERS (Write After Approval): Add myself to write after
5527 approval list.
5528
6cd2fc59
DN
55292003-09-16 Dorit Naishlos <dorit@il.ibm.com>
5530
cc6010cd 5531 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 5532
dcbdd9cc
ILT
55332003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
5534
5535 * MAINTAINERS: Update my e-mail address.
5536
e517f636
AM
55372003-09-09 Alan Modra <amodra@bigpond.net.au>
5538
5539 * libtool.m4 (LD): Correct powerpc64 host match.
5540
bc49924b
JW
55412003-09-06 James E Wilson <wilson@tuliptree.org>
5542
5543 * MAINTAINTERS: Update my affiliation and email address.
5544
082124f5
ZD
55452003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5546
5547 * MAINTAINERS (Write After Approval): Add myself.
5548
dc94d89e
DD
55492003-09-04 DJ Delorie <dj@redhat.com>
5550
5551 * configure: Regenerate.
5552
55532003-09-04 Robert Millan <robertmh@gnu.org>
5554
5555 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 5556
7a0f2d4e
KG
55572003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5558
5559 * configure.in: Ensure arguments to sed are properly spaced.
5560 * configure: Regenerate.
5561
88d032eb
GP
55622003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5563
5564 * MAINTAINERS: Update my e-mail address.
5565
0b3f3d22
ME
55662003-08-28 Mohan Embar <gnustuff@thisiscool.com>
5567
5568 * MAINTAINERS (Write After Approval): Add myself.
5569
d253f9ba
DJ
55702003-08-27 Daniel Jacobowitz <drow@mvista.com>
5571
5572 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5573 * configure: Regenerated.
5574
066ec9c9
MM
55752003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
5576
5577 * MAINTAINERS: Update my email address.
5578
415d7ef9
PE
55792003-08-23 Phil Edwards <pme@gcc.gnu.org>
5580
5581 * configure.in: Use newline instead of semicolon when assuming
5582 shell arguments in a for loop.
5583 * configure: Regenerated.
5584
e1567352
JE
55852003-08-22 Jason Eckhardt <jle@rice.edu>
5586
5587 * MAINTAINERS: Resurrect the i860 maintainer.
5588
b348267b
GK
55892003-08-20 Geoffrey Keating <geoffk@apple.com>
5590
e50084fa
GK
5591 PR 8180
5592 * configure.in: When testing with_libs and with_headers, treat
5593 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5594 * configure: Regenerate.
b4117c30 5595
b348267b
GK
5596 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5597 make, shell, etc.
5598 (baseargs): Likewise.
5599 * configure: Regenerate.
5600
ca26ffe0
BI
56012003-08-20 Bernardo Innocenti <bernie@develer.com>
5602
5603 * MAINTAINERS (Write After Approval): Add myself.
5604
940cde4d
GK
56052003-08-19 Geoffrey Keating <geoffk@apple.com>
5606
5607 * configure.in: Disable libgcj for darwin not on powerpc.
5608 * configure: Rebuild.
5609
74bed51b
ADL
56102003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5611
5612 * config-ml.in, symlink-tree: Add license.
5613
b4117c30
ZW
56142003-08-03 Richard Stallman <rms@gnu.org>
5615 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
5616
5617 * README.SCO: New file.
5618
333a28b4
MK
56192003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5620
5621 * Makefile.tpl (check, check-c++): Express dependencies using
5622 dependencies rather than commands.
5623 * Makefile.in: Regenerate.
5624
c197e306
AC
56252003-08-01 Andrew Cagney <cagney@redhat.com>
5626
5627 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5628 * configure: Ditto.
5629
a8ee6e2d
GK
56302003-07-31 Geoffrey Keating <geoffk@apple.com>
5631
5632 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 5633 * Makefile.in: Update.
a8ee6e2d 5634
8d9b3f2e
AT
56352003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5636
5637 * configure.in: Enable libgcj for darwin.
5638 * configure: Rebuild.
5639
52c0c542
PE
56402003-07-29 Phil Edwards <pme@gcc.gnu.org>
5641
5642 * config-ml.in: Use ac_configure_args directly instead of
5643 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5644 actually seen.
5645
b4acb5ef
NN
56462003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5647
5648 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5649 creating target and build subdirs to build all parent dirs as needed.
5650 * Makefile.in: Rebuild.
5651 * configure.in: Don't build dirs explicitly here.
5652 * configure: Rebuild.
5653
a51d71d0
PB
56542003-07-26 Paul Brook <paul@nowt.org>
5655
5656 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5657
f43e12ce
AO
56582003-07-22 Alexandre Oliva <aoliva@redhat.com>
5659
5660 * Makefile.tpl (all-make): Depend on intl.
5661 * Makefile.in: Rebuilt.
5662
8a199ff6
PE
56632003-07-20 Phil Edwards <pme@gcc.gnu.org>
5664
5665 * install-sh: Update to newer upstream versions (associated with
5666 aclocal 1.7).
5667 * mkinstalldirs: Likewise.
5668 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5669
e6a8c803
AP
56702003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
5671
5672 * MAINTAINERS: Move self from Bug database only accounts
5673 to write-after-approval.
5674
9f13608f
NN
56752003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5676
5677 * config.if: Remove unused libc_interface determination.
5678
c7864714
NN
56792003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5680
5681 * MAINTAINERS: Move self from write-after-approval to
5682 build machinery (*.in).
5683
775956d0
NN
56842003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5685
5686 PR bootstrap/11273
5687 PR bootstrap/11408
5688 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5689 unused INSTALL_PROGRAM_ARGS.
5690 * configure.in: Use AC_PROG_INSTALL.
5691 * Makefile.in: Regenerate.
5692 * configure: Regenerate.
5693
c7f67a6e
KH
56942003-07-13 Kazu Hirata <kazu@cs.umass.edu>
5695
5696 * MAINTAINERS: Alphabetize.
5697
33952f6f
AO
56982003-07-10 Alexandre Oliva <aoliva@redhat.com>
5699
5700 * configure: Rebuilt.
5701 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5702 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5703 newlib nor libgloss.
5704 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5705 * configure.in (am33_2.0-*-linux*): Added.
5706
0d4f1b4e
BW
57072003-07-09 Bob Wilson <bob.wilson@acm.org>
5708
5709 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5710 * configure: Regenerate.
5711
56694dd9
ZW
57122003-07-07 Zack Weinberg <zack@codesourcery.com>
5713
5714 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5715 * Makefile.in: Regenerate.
5716
21607eb4
ZW
57172003-07-04 Zack Weinberg <zack@codesourcery.com>
5718
5719 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
5720 * Makefile.in: Regenerate.
5721
8c90b13a
L
57222003-07-04 H.J. Lu <hongjiu.lu@intel.com>
5723
5724 * Makefile.tpl: Replace PWD with PWD_COMMAND.
5725 * Makefile.in: Regenerated.
5726
5d42f90e
L
5727 * config-ml.in: Replace PWD with PWD_COMMAND.
5728
6eb95e99
ZW
57292003-07-04 Zack Weinberg <zack@codesourcery.com>
5730
5731 * intl: New directory; see intl/ChangeLog for details.
5732 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
5733 * Makefile.tpl: all-gcc depends on maybe-all-intl.
5734 * Makefile.in: Regenerate.
5735
07d1940e
NN
57362003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5737
5738 * configure.in: Clean up config-lang.in handling. Delete
5739 useless assignment to "subdirs".
5740 * configure: Regenerate.
5741
4dbda6f0
NN
57422003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5743
5744 * configure.in: Rename 'target_libs' to 'target_libraries'.
5745 Remove useless reference to 'target_libs'.
5746 * configure: Regenerate.
5747
2c30ab71
KS
57482003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5749
5750 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5751 * Makefile.in: Regenerate.
5752
11405c93
NN
57532003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5754
5755 * Makefile.def: Introduce flags_to_pass.
5756 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5757 * Makefile.in: Regenerate.
5758
fb87ad5d
HPN
57592003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5760
5761 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5762 and target-libgloss.
5763 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5764 <h8300*-*-*>: Disable libf2c and ${libgcj}.
5765 * configure: Regenerate.
5766
a7956a48
BK
57672003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5768
5769 * configure.in: Update testsuite_flags to new location.
5770 * configure. Regenerate.
6eb95e99 5771
eaf9f3b2
NN
57722003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5773
5774 * Makefile.tpl: Remove BUILD_CC stuff.
5775 * Makefile.in: Regenerate.
5776
2d89ffef
KH
57772003-06-17 Kazu Hirata <kazu@cs.umass.edu>
5778
5779 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
5780
83415b0b
GP
57812003-06-16 Graeme Peterson <gp@qnx.com>
5782
5783 * MAINTAINERS (Write After Approval): Add myself.
5784
b951c91c 57852003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 5786
b951c91c
L
5787 * config.guess: Update to 2003-06-12 version.
5788 * config.sub: Update to 2003-06-13 version.
5789
0bb41a37
L
57902003-06-12 H.J. Lu <hongjiu.lu@intel.com>
5791
5792 * config.guess: Update to 2003-06-06 version.
5793 * config.sub: Update to 2003-06-06 version.
5794
655b7166
RO
57952003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5796
5797 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5798 * configure. Regenerate.
5799
01b759aa
NN
58002003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5801
bf1d3e81
NN
5802 * configure.in: Disable serial configure by default.
5803 * configure: Regenerate.
5804 * Makefile.tpl: Abolish .NOTPARALLEL.
5805 * Makefile.in: Regenerate.
5806
e89fbdfe
NN
5807 * Makefile.tpl: Replace {build,host,target}_canonical by
5808 {build,host,target}.
5809 * Makefile.in: Regenerate.
5810
01b759aa
NN
5811 * Makefile.tpl: Fix stupid pasto.
5812 * Makefile.in: Regenerate.
5813
f7dae026
NN
58142003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5815
5816 * Makefile.tpl: Remove bogus conditional.
5817 * Makefile.in: Regenerate.
5818
58192003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
5820
5821 * Makefile.tpl (profiledbootstrap): New target.
5822 * Makefile.in (profiledbootstrap): New target.
5823
2ffc3e73 58242003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
5825
5826 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
5827 Pinski. Remove user names from other bugzilla-only maintainers.
5828
1a1e6b96
NN
58292003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5830
1358ccea
NN
5831 * Makefile.tpl: Make 'recursive targets' using autogen rather
5832 than shell loop. Remove duplicate 'clean' targets and false
5833 comments.
5834 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5835 Add systematic method of specifying missing targets in subdirs.
5836 Add copyright boilerplate.
5837 * Makefile.in: Regenerate.
5838 * configure.in: Add 'recursive targets' to maybe list.
5839 * configure: Regenerate.
5840
ae74ed1f
NN
5841 * MAINTAINERS: "GNATS only" -> "Bug database only".
5842
1a1e6b96
NN
5843 * Makefile.tpl: Rename [+target+] to [+make_target+].
5844 * Makefile.def: Rename 'target' to 'make_target'.
5845
c79af3fa
NB
58462003-05-31 Neil Booth <neil@daikokuya.co.uk>
5847
5848 * MAINTAINERS: Add self as options handling maintainer.
5849
39d85b61
MM
58502003-05-28 Michael Meissner <gnu@the-meissners.org>
5851
5852 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
5853 been too long since I touched those ports.
5854
afc2b62d
DD
58552003-05-28 DJ Delorie <dj@redhat.com>
5856
5857 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5858 * Makefile.in: Regenerate.
5859
df445104
MR
58602003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5861
5862 * configure.in: Use curly braces in the definition of tooldir.
5863 * configure: Regenerate.
5864
2eb98e5d 58652003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 5866
2eb98e5d
DD
5867 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5868 newlib or libgloss.
5869 * Makefile.in: Regenerate.
5870
862fced8
DD
58712003-05-21 DJ Delorie <dj@redhat.com>
5872
5873 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5874 * Makefile.in: Regenerate.
5875
fc351800
ILT
58762003-05-20 Ian Lance Taylor <ian@airs.com>
5877
5878 * MAINTAINERS: Update my e-mail address.
5879
7e2dbcef
NN
58802003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5881
5882 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 5883 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
5884 Factor out common code from autogen IF statements.
5885 * configure: Regenerate.
5886 * Makefile.in: Regenerate.
5887
f2a0e225
KC
58882003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5889
5890 * configure.in: Accept i[3456789]86 for machine type.
5891 * configure: Regenerate.
5892
8b87bb96
NN
58932003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5894
5895 * configure.in: Switch more things to use maybe dependencies.
5896 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5897 * configure: Regenerate.
5898 * Makefile.tpl: Switch more things to use maybe dependencies.
5899 * Makefile.in: Regenerate.
5900
fdb882bc 59012003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
5902
5903 * Makefile.tpl (install-opcodes): Define.
5904 * Makefile.in: Rebuild.
5905
f7c50032
AJ
59062003-05-13 Andreas Jaeger <aj@suse.de>
5907
5908 * config.guess: Update to 2003-05-09 version.
5909 * config.sub: Update to 2003-05-09 version.
5910
f2181bed 59112003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
5912
5913 * configure.in: Correct sed script so that options in quotes are not
5914 deleted.
5915 * configure: Rebuild.
5916
aa8f1f57
CV
59172003-05-12 Corinna Vinschen <corinna@vinschen.de>
5918
5919 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5920 and $$s/newlib/libc/sys/cygwin32 include paths.
5921 * configure: Ditto.
5922
0c130f81
MM
59232003-05-12 Michael Meissner <gnu@the-meissners.org>
5924
5925 * MAINTAINERS: Update my email addresses.
5926
aa1a100b
EB
59272003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
5928
5929 * config-ml.in: Propagate INSTALL variables.
f7c50032 5930
87861833
GP
59312003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5932
5933 * MAINTAINERS: Remove duplicate entries in Write After Approval.
5934
de722255
CD
59352003-05-02 Chris Demetriou <cgd@broadcom.com>
5936
6eb95e99
ZW
5937 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5938 * Makefile.in: Regenerate.
de722255 5939
96c4a002
WB
59402003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
5941
5942 * MAINTAINERS (GNATS only): Add Falk Hueffner.
5943
55b15a11
WB
59442003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
5945
5946 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
5947
0c227849
DJ
59482003-04-27 Daniel Jacobowitz <drow@mvista.com>
5949
5950 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5951 * Makefile.in: Regenerated.
5952
d45148c1
WB
59532003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
5954
5955 * MAINTAINERS (Write After Approval): Upgrade myself from
5956 GNATS only to write-after-approval. Update my mail address.
5957
48f2318c 59582003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
5959
5960 (OS Port Maintainers: freebsd): Add myself.
5961
438f50c3
MM
59622003-04-22 Mark Mitchell <mark@codesourcery.com>
5963
5964 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
5965
9074e169
KJ
59662003-04-22 Kean Johnston <jkj@sco.com>
5967
5968 * MAINTAINERS (SCO ports): Added myself.
5969
dfd39a2e
NS
59702003-04-21 Nathan Sidwell <nathan@codesourcery.com>
5971
5972 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
5973
ccbae82a
KJ
59742003-04-19 Kean Johnston <jkj@sco.com>
5975
5976 * MAINTAINERS (Write After Approval): Add myself.
5977
2f50999f
GP
59782003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5979
5980 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5981 * Makefile.in: Regenerate.
5982
e9b84181
JJ
59832003-04-18 Jakub Jelinek <jakub@redhat.com>
5984
5985 * configure.in (powerpc64*-*-linux*): Remove.
5986 * configure: Rebuilt.
5987
1ca4c6e1
PE
59882003-04-17 Phil Edwards <pme@gcc.gnu.org>
5989
5990 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5991 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5992 and restrap.
5993 * Makefile.in: Regenerate.
5994
0590b963
RE
59952003-04-16 Richard Earnshaw <rearnsha@arm.com>
5996
5997 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5998 * configure: Regenerated.
5999
ff41a56f
DD
60002003-04-15 DJ Delorie <dj@redhat.com>
6001
6002 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6003
50d440bc
NC
60042003-04-13 Nick Clifton <nickc@redhat.com>
6005
6006 * config-ml.in: Remove support for --disable-aix removing
6007 call-aix multilibs.
6008
b1e0a93e
AO
60092003-04-10 Alexandre Oliva <aoliva@redhat.com>
6010
6011 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6012 * */configure: Rebuilt.
6013
71fb704d
JS
60142003-04-08 Joel Sherrill <joel@oarcorp.com>
6015
6016 * MAINTAINERS: Add my email address.
6017
3897ea90
OH
60182003-03-17 Olivier Hainque <hainque@act-europe.fr>
6019
6020 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 6021
93c834b7
NN
60222003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6023
6024 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6025 * Makefile.in: Regenerate.
6026
82c34dcb
MC
60272003-03-14 Michael Chastain <mec@shout.net>
6028
6029 * Makefile.in: Regenerate with correct Makefile.def.
6030
73458fb7
NN
60312003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6032
6033 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6034 Make macro.
6035 * Makefile.in: Regenerate.
6036 * configure.in: Clean up gxx_include_dir logic.
6037 * configure: Regenerate.
6038
32cf27e5
AE
60392003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
6040
6041 * MAINTAINERS (Write After Approval): Add myself.
6042
c727e7a0
BE
60432003-03-10 Ben Elliston <bje@wasabisystems.com>
6044
6045 * MAINTAINERS: Update my mail address.
6046
9a27ac7a
FS
60472003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6048
6049 * configure.in (gxx_include_dir): Fix typo.
6050 * configure: Regenerated.
6051
3aa83176
NN
60522003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6053
6054 * Makefile.tpl: Reindent.
6055 * Makefile.in: Regenerate.
6056 * configure.in: Reindent. Don't set unused variables.
6057 * configure: Regenerate.
6058
9124bc53
DJ
60592003-03-04 Daniel Jacobowitz <drow@mvista.com>
6060
6061 * configure.in: Include $(build_tooldir)/sys-include in
6062 FLAGS_FOR_TARGET.
6063 * configure: Regenerated.
6064
cb543528
NN
60652003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6066
c858bf1e
NN
6067 * Makefile.tpl: Always pass down RANLIB.
6068 * Makefile.in: Regenerate.
6069
aa9c3ab4
NN
6070 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6071 * Makefile.in: Regenerate.
6072 * configure.in: Remove unused logic relating to --enable-shared
6073 and --enable-threads. Remove bogus comments. Remove redundant
6074 noconfigdirs.
6075 * configure: Regenerate.
6076
cb543528
NN
6077 * configure.in: Replace ${libstdcxx_version} by its value.
6078 Remove reference to mh-dgux.
6079 * configure: Regenerate.
6080
53f70c1b
KB
60812003-03-03 Kevin Buettner <kevinb@redhat.com>
6082
6083 * MAINTAINERS (Write After Approval): Add myself.
6084
df0f0674
NN
60852003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6086
6087 * Makefile.tpl: Rearrange.
6088 * Makefile.in: Regenerate.
6089
ef4e7569
US
60902003-02-25 Uwe Stieber <uwe@wwws.de>
6091
6092 * configure.in: Add support for kaOS as cross build target system.
6093 * configure: Regenerated.
6094
a7a287eb
SB
60952003-02-24 Steven Bosscher <steven@gcc.gnu.org>
6096
6097 * MAINTAINERS (Write after approval): Add myself.
6098
ff00c8a2
JW
60992003-02-21 James E Wilson <wilson@tuliptree.org>
6100
6101 * MAINTAINERS: Update my email address.
6102
abb2db7a
ZW
61032003-02-21 Zack Weinberg <zack@codesourcery.com>
6104
6105 * MAINTAINERS: Add self to blanket write privs. section.
6106
e9f2dc3b
SM
61072003-02-20 Sean McNeil <sean@blue.mcneil.com>
6108
6109 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6110 configure-target-* as some target builds may require additional
6111 flags for preprocessor tests.
6112 * Makefile.in: Regenerated.
6113
ee03dc5e
AO
61142003-02-19 Alexandre Oliva <aoliva@redhat.com>
6115
11856278
AO
6116 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6117 * ltconfig: Handle it.
6118 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6119 auto-detecting it.
6120
274aef32
AO
6121 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6122 it is used as argument to $CC.
6123 * ltcf-gcj.sh: Likewise.
6124
ee03dc5e
AO
6125 * configure.in: Introduce --enable-maintainer-mode.
6126 * configure: Rebuilt.
6127 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6128 for maintainer mode.
6129 * Makefile.in: Rebuilt.
6130
30db8e17
JM
61312003-02-18 Jason Merrill <jason@redhat.com>
6132
6133 * Makefile.tpl (check-c++): Allow parallelism.
6134
cab60ac6
GP
61352003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6136
6137 * MAINTAINERS: Remove John Carr (who never actually had access to
6138 gcc.gnu.org).
6139
c8e5d1af
GK
61402003-02-15 Geoffrey Keating <geoffk@apple.com>
6141
6142 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6143 don't configure target-libobjc.
6144 * configure: Regenerate.
6145
70f91f50
RO
61462003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6147
6148 * Makefile.tpl (RANLIB): Define.
6149 * Makefile.in: Regenerate.
6150
669e9062
LB
61512003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
6152
6153 * MAINTAINERS: Update my email.
abb2db7a 6154
61b56b2e
KS
61552003-02-06 Keith R Seitz <keiths@redhat.com>
6156
6157 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6158 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6159 * Makefile.in: Regenerated.
6160 * configure.in: Remove all traces of snavigator, db, and grep.
6161 * configure: Regenerated.
6162
a1ba6e15
GP
61632003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6164
6165 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6166 After Approval.
6167
f5f2cce5
CC
61682003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6169
6170 * MAINTAINERS (Write after approval): Add myself.
6171
ba49f6f1
FCE
61722003-01-31 Frank Ch. Eigler <fche@redhat.com>
6173
6174 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6175 * Makefile.in: Regenerated.
6176
ccf9f10c
RS
61772003-01-30 Roger Sayle <roger@eyesopen.com>
6178
6179 * config.guess: Updated to 2003-01-30's version.
6180 * config.sub: Updated to 2003-01-28's version.
6181
a693735b
AO
61822003-01-30 Alexandre Oliva <aoliva@redhat.com>
6183
6184 * config.if: If gcc_version is already set, just use it. Don't set
6185 gcc_version_trigger if it's already set, otherwise set it to
6186 gcc/version.c, but only if the file exists. If it is not set and
6187 gcc/version.c does not exist, try to extract the version number from
6188 $CC.
6189
204c43d6
AT
61902003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
6191
abb2db7a 6192 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 6193
842e91ec
PE
61942003-01-27 Phil Edwards <pme@gcc.gnu.org>
6195
6196 * configure.in: Revert 24Jan change.
6197 * configure: Regenerate.
6198
6b99984e
GP
61992003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6200
6201 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
6202 entry of HJ Lu.
6203
806e0935
NN
62042003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6205
6206 * configure.in: Revert previous change.
6207 * configure: Regenerate.
6208
307a9864
NN
62092003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6210
6211 * configure.in: Make rda native-only.
6212 * configure: Regenerate.
6213
02ba6302
VR
62142003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6215
6216 * MAINTAINERS: Move myself from GNATS-only-accounts to
6217 write-after-approval.
6218
77d187bc
NN
62192003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6220
6221 * configure.in: Add missing \.
6222 * configure: Rebuilt.
6223
a94a2d4c
JJ
62242003-01-17 Jakub Jelinek <jakub@redhat.com>
6225
6226 * configure.in (baseargs): Avoid using \| in sed regular
6227 expressions.
6228 * configure: Rebuilt.
6229
73f84924
JJ
62302003-01-16 Jakub Jelinek <jakub@redhat.com>
6231
6232 * configure.in (baseargs): Remove all supported forms of
6233 --cache-file, --srcdir, --host, --build and --target options
6234 from argument lists.
6235 * configure: Rebuilt.
6236
8c12fc63
JZ
62372003-01-15 Josef Zlomek <zlomekj@suse.cz>
6238
6239 * MAINTAINERS: Add myself to write-after-approval list.
6240
7c005a3a
AO
62412003-01-15 Alexandre Oliva <aoliva@redhat.com>
6242
6243 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6244 * configure: Rebuilt.
6245
3dfabf63
NN
62462003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6247
6248 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6249 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6250 * Makefile.in: Regenerate.
6251 * configure: Regenerate.
6252
cf53ae10
AO
62532003-01-09 Alexandre Oliva <aoliva@redhat.com>
6254
6255 * configure.in: Remove Makefile in build, host and target modules
6256 unless configure was run with --no-recursion.
6257 * configure: Rebuilt.
6258
3fbe8e4a
CC
62592003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6260
6261 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6262 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6263 * Makefile.in: Regenerate.
6264
66e2aa7d
CD
62652003-01-08 Chris Demetriou <cgd@broadcom.com>
6266
6267 * config.guess: Update to 2003-01-03 version.
6268 * config.sub: Update to 2003-01-03 version.
6269
b5038cfb
CF
62702003-01-07 Christopher Faylor <cgf@redhat.com>
6271
6272 * configure: Regenerate with proper autoconf 2.13.
6273
d02c69be
CF
62742003-01-07 Christopher Faylor <cgf@redhat.com>
6275
6276 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 6277 * configure: Regenerate.
d02c69be 6278
e914a571
AC
62792003-01-06 Andrew Cagney <ac131313@redhat.com>
6280
6281 * configure.in (GDB_TK): Add tcl directories conditional on
6282 gdb/gdbtk directory being present.
6283 * configure: Regenerate.
abb2db7a 6284
70571545
JDA
62852003-01-04 John David Anglin <dave.anglin@nrc.ca>
6286
6287 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6288 by gcc if LD is not defined and we are not doing a Canadian Cross.
6289 * configure: Rebuilt.
6290
89a7012a
TT
62912002-12-31 Tom Tromey <tromey@redhat.com>
6292
6293 * Makefile.in: Rebuilt.
6294 * Makefile.def (target_modules) [libffi]: Allow installation.
6295
3f4f56e2
AS
62962002-12-31 Andreas Schwab <schwab@suse.de>
6297
6298 * configure.in: Fix use of $program_transform_name.
6299 * configure: Regenerated.
6300
6c1b8d0a
DJ
63012002-12-30 Daniel Jacobowitz <drow@mvista.com>
6302
6303 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 6304 * configure: Regenerated.
6c1b8d0a 6305
c5120911
AO
63062002-12-29 Alexandre Oliva <aoliva@redhat.com>
6307
6308 * Makefile.tpl (local-distclean): Don't remove...
6309 (multilib.ts): ... this. Moved into...
6310 (multilib.out): ... this. Don't use sub-make.
6311 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6312 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6313 (configure-build-[+module+], configure-[+module+],
6314 configure-target-[+module+], configure-gcc): ... these. Test
6315 for Makefile existence. Drop config.status from dependencies.
6316 * Makefile.in: Rebuilt.
6317 * configure.in: Move gcc-version-trigger to the end of
6318 ac_configure_args. Add comments to maybedep.tmp and
6319 serdep.tmp. Introduce --disable-serial-configure. Remove
6320 nonopt from baseargs, matching and removing corresponding
6321 whitespace while at it.
6322 * configure: Rebuilt.
6323
e245b0ea
AO
63242002-12-28 Alexandre Oliva <aoliva@redhat.com>
6325
903de295
AO
6326 * configure.in (host_configargs): Replace reference to
6327 no-longer-defined buildopts with --build=${build_alias}.
6328 * configure: Rebuilt.
6329
e245b0ea
AO
6330 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6331 program_transform_name to standard idiom.
6332 (AUTOGEN, AUTOCONF): Define.
6333 (Makefile.in): Use $(AUTOGEN).
6334 (Makefile): Depend on config.status, and use autoconf-style rule to
6335 build it. Move original commands to...
6336 (config.status): ... this new target.
6337 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6338 $(AUTOCONF).
6339 * Makefile.in: Rebuilt.
6340
671aa708
NN
63412002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6342
53fbfb58
NN
6343 * Makefile.tpl: Fix dramatic bustage due to change in
6344 program_transform_name.
6345 * Makefile.in: Regenerate.
6346
6347 * configure.in: Remove unnecessary PATH setting.
6348 * configure: Regnerate.
6349
6350 * configure.in: Don't default to unprefixed tools unless
6351 the native tools will work.
6352 * configure: Regenerate.
6353
671aa708
NN
6354 * configure.in: Convert to autoconf script. Blow away lots
6355 of now-redundant Makefile fragments.
6356 * configure: Generate using Autoconf.
6357 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6358 * Makefile.in: Regenerate.
6359
57f40826
NN
63602002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6361
3fedb745
NN
6362 * configure: Fix stupid bug where RANLIB was mistakenly included.
6363
abb2db7a 6364 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
6365 (build_configargs, host_configargs, target_configargs).
6366
6367 * configure.in: Move logic out of sed statement.
6368
abb2db7a 6369 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
6370 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6371
315fa0f4
SS
63722002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
6373
6374 * config.sub: Import from master repository
6375 * config.guess: Ditto
6376
45aff44f
AS
63772002-12-24 Andreas Schwab <schwab@suse.de>
6378
6379 * Makefile.tpl (multilib.out): Fix missing space.
6380 * Makefile.in: Regenerate.
6381
88b5521b
NN
63822002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6383
6384 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6385 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6386 * Makefile.in: Regenerate.
6387 * configure.in: Remove unnecessary leftovers.
6388
2a726918
GK
63892002-12-21 Geoffrey Keating <geoffk@apple.com>
6390
6391 * configure.in (extra_ranlibflags_for_target): New variable.
6392 (*-*-darwin): Add -c to ranlib commands.
6393 * configure (tooldir): Handle extra_ranlibflags_for_target.
6394
aace3269 63952002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
6396
6397 * Makefile.tpl: Revert HJL's change.
6398 * Makefile.in: Regenerated.
6399 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6400 always.
6401
f0895142
AS
64022002-12-19 Andreas Schwab <schwab@suse.de>
6403
6404 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6405 * Makefile.in: Regenerate.
6406
782d0c02
L
64072002-12-18 H.J. Lu <hjl@gnu.org>
6408
6409 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6410 * Makefile.in: Regenerated.
6411
6412 * configure.in (build_prefix): New. Substitute.
6413
212f6dd0
NN
64142002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6415
79308c5d
NN
6416 * Makefile.tpl: Don't let real targets depend on phony targets.
6417 * Makefile.in: Regenerate.
6418
212f6dd0
NN
6419 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6420 * Makefile.in: Regenerate.
6421
ab17919f
SS
64222002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
6423
6424 * config.sub: Import from master repository
6425 * config.guess: Ditto
6426
5ecf91d1
JM
64272002-12-16 Jason Merrill <jason@redhat.com>
6428
6429 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6430 previous 'make bootstrap'.
6431 * Makefile.in: Regenerate.
6432
d8437e1b
HPN
64332002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6434
6435 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6436
4977bab6
ZW
64372002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6438
6439 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6440 * Makefile.in: Regenerate.
6441
0edcfdcb
JM
64422002-12-13 Jason Merrill <jason@redhat.com>
6443
6248218a 6444 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
6445 library tests.
6446 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
6447 * Makefile.in: Regenerate.
6448
4977bab6
ZW
64492002-12-12 Alexandre Oliva <aoliva@redhat.com>
6450
6451 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6452 * Makefile.in: Rebuilt.
6453
f87505dd
AO
64542002-12-12 Alexandre Oliva <aoliva@redhat.com>
6455
6456 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6457
4977bab6
ZW
64582002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6459
6460 * configure: Fix bug put in by gremlins.
6461
6462 * Makefile.tpl: Substitute more autoconfily.
6463 * configure: Substitute more autoconfily.
6464 * Makefile.in: Regenerate.
6465
7f0db92a
SS
64662002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
6467
6468 * config.sub: Import from master repository
6469 * config.guess: Ditto
6470 * MAINTAINERS: Added Svein Seldal under write after approval
6471
4977bab6
ZW
64722002-12-08 Andrew Cagney <ac131313@redhat.com>
6473
6474 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6475 * Makefile.in (all-sim): Ditto.
6476
64772002-12-06 DJ Delorie <dj@redhat.com>
6478
6479 * Makefile.tpl: Change configure dependencies to not have real
6480 targets depend on phony targets.
6481
64822002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6483
6484 * configure.in: Revert unintentional change.
6485
6486 * Makefile.tpl: Change dependency for */multilib.out so that
6487 it works when gcc isn't in the tree.
6488
6489 * configure.in: Substitute more.
6490 * configure: Run subconfigures from the Makefile.
6491 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6492 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6493
67f1b906
GP
64942002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6495
6496 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
6497
4977bab6
ZW
64982002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6499
6500 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6501 and corresponding dependencies.
6502 * Makefile.in: Regenerate.
6503
6504 * configure.in (host_tools): Order binutils, gas and ld for
6505 convenience in running the testsuites.
6506
6507 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6508 * Makefile.in: Regenerate.
6509 * configure.in: Introduce rules to serialize subconfigure runs.
6510
6511 * configure.in: Introduce BASE_CC_FOR_TARGET.
6512 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6513 Realize configure-build-* targets. Realize configure-target-* targets.
6514 * Makefile.in: Regenerate.
6515
65162002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6517
6518 * configure: Move gcc_version_trigger stuff from here...
6519 * configure.in: ...to here.
6520
6521 * configure.in: Separate subconfigure options added by this file from
6522 options given by the user. Add machinery to put args for host
6523 subconfigures into the Makefile.
6524
6525 * Makefile.tpl: Remove 'vault' targets.
6526 * Makefile.tpl: Reorder and comment dependencies.
6527 * Makefile.in: Regenerate.
6528
65292002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6530 * configure.in: Fix my broken commit of previous patch. (sigh)
6531
743f054e
GK
65322002-11-28 Geoffrey Keating <geoffk@apple.com>
6533
6534 * configure.in: Move host-specific darwin noconfigdirs into
6535 the host-specific section.
6536
4977bab6
ZW
65372002-11-28 Geoffrey Keating <geoffk@apple.com>
6538
6539 * configure.in: Move host-specific darwin noconfigdirs into
6540 the host-specific section.
6541
65422002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
6543
6544 * configure: Remove skip-this-dir support.
6545 * Makefile.tpl: Remove skip-this-dir support.
6546
6547 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6548 subdirectories.
6549 * Makefile.in: Regenerate.
6550
6551 * Makefile.tpl: Strip out useless setting of 'dir'.
6552 * Makefile.in: Regenerate.
6553
65542002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
6555
6556 * configure.in: Fix deeply stupid bug.
6557
6558 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6559 shell code in CXX_FOR_TARGET
6560 * Makefile.def: Introduce raw_cxx.
6561 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6562 RAW_CXX_FOR_TARGET.
6563 * Makefile.in: Regenerate.
6564
65652002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
6566
6567 * Makefile.tpl: Remove unnecessary ifs.
6568 * Makefile.in: Regenerate.
6569
6570 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6571 dependencies. Maybe-ize build-libiberty. Create dummy install
6572 targets for 'no_install' modules.
6573 * configure: Move GDB_TK substitution to configure.in. Move
6574 build_modules stuff to configure.in.
6575 * configure.in: Implement soft dependency machinery. Maybe-ize
6576 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6577 * Makefile.in: Regenerate.
6578
65792002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
6580
6581 * Makefile.tpl: Make all-target, install-target behave similarly
6582 to all, install (only hitting configured targets). Eliminate
6583 unused macro defintions.
6584
6585 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6586 build != host.
6587
6588 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6589
6590 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6591
6592 * configure.in: Produce lists of subdir targets we're actually
6593 configuring. Remove references to "dosrel".
6594 * Makefile.tpl: Let configure set which subdir targets are hit.
6595 Remove install-cross; clean up install; remove ALL. Remove
6596 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6597 Autogenerate host module targets. Remove empty dependency lines
6598 and redundant dependency; rearrange slightly.
6599 * Makefile.def: Add host-side libtermcap, utils.
6600
6601 * Makefile.in: Regenerate.
6602
e6226a2f
RO
66032002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6604
6605 * ltconfig (osf[345]): Append $major to soname_spec.
6606 Reflect this in library_names_spec.
6607 * ltmain.sh (osf): Prefix $major with . for use as extension.
6608
3b75d237
AJ
66092002-11-19 Andreas Jaeger <aj@suse.de>
6610
6611 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6612 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6613 and sparc64 GNU/Linux systems.
6614
809108de
NS
66152002-11-19 Nathan Sidwell <nathan@codesourcery.com>
6616
6617 * MAINTAINERS: Update email.
6618
e7e0de7e
GP
66192002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6620
6621 * MAINTAINERS: Complete James Dennett's entry.
6622
f7109dea
EB
66232002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
6624
6625 * MAINTAINERS (Write After Approval): Add myself.
6626
d3ac17c9
BK
66272002-11-13 Bruce Korb <bkorb@gnu.org>
6628
6629 * Makefile.tpl: syntactic cleanup
6630
cbf78ae4
SH
66312002-11-13 Stuart Hastings <stuart@apple.com>
6632
6633 * MAINTAINERS: Add myself to write-after-approval list.
6634
4977bab6
ZW
66352002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
6636
6637 * Makefile.def: Add list of recursive targets to autogenerate.
6638 Add build_modules.
6639 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6640 targets. Autogenerate *-build-* targets.
6641 * Makefile.in: Regenerate.
6642
66432002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
6644
6645 * configure: More autoconf-style substitutions.
6646 * Makefile.tpl: More autoconf-style substitutions.
6647 * Makefile.in: Regenerate.
6648
66492002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
6650
6651 * configure: Substitute more variables in a more autoconf-friendly
6652 way. Simplify slightly.
6653 * Makefile.tpl: Make more variables substitutable in an
6654 autoconf-friendly way.
6655 * Makefile.in: Regenerate.
6656
d4783999
JW
66572002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
6658
6659 * MAINTAINERS (Write After Approval): Add myself.
6660
4977bab6
ZW
66612002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
6662
6663 * configure.in (v810*): Remove special setting of tools.
6664
6665 * configure: Add support for extra required flags for ar or nm.
6666 * configure.in (aix4.3+): Use above support for target-specific
6667 issues, rather than using config/mt-aix43.
6668
66692002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
6670
6671 * configure: Remove 'removing', which doesn't work. Replace $subdir
6672 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6673 with $srcdir. Reformat indentation. Substitute some variables
6674 formerly hard-coded in the Makefile for build=host.
6675 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6676 * Makefile.def: Autogenerate more.
6677 * Makefile.in: Regenerate.
6678
1c9c903e
AN
66792002-11-04 Adam Nemet <anemet@lnxw.com>
6680
6681 * MAINTAINERS (Write After Approval): Add myself.
6682
40673d2b
KB
66832002-11-04 Kevin Buettner <kevinb@redhat.com>
6684
6685 * Makefile.def (host_modules): Add rda.
6686 * Makefile.in: Regenerate.
6687 * configure.in (target_tool): Add target-rda to list.
6688
42e650ae
GP
66892002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6690
6691 * MAINTAINERS: Remove "co-maintainer" note for web pages.
6692
e004b81f
PE
66932002-10-25 Phil Edwards <pme@gcc.gnu.org>
6694
6695 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6696 and restrap targets to this rule.
6697 * Makefile.in: Regenerate.
6698
06bd49b1
GP
66992002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6700
6701 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6702 GNATS only accounts.
6703
d0af82b0
HPN
67042002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6705
6706 * configure.in (i[3456]86-*-linux*): Add check to disable
6707 ${libgcj} for glibc1.
6708
10782654
DC
67092002-10-24 Denis Chertykov <denisc@overta.ru>
6710
6711 * MAINTAINERS: Add myself as ip2k port maintainer.
6712
a5a438f5
SS
67132002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6714
6715 * configure.in: Add tic4x target.
6716
fe3d5b7f
NN
67172002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6718
aba8a494
NN
6719 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6720 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6721 * Makefile.in: Regenerate.
6722
fe3d5b7f
NN
6723 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6724 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6725 * Makefile.in: Regenerate.
6726
a6ad79e7
JJ
67272002-10-02 Janis Johnson <janis187@us.ibm.com>
6728
6729 * MAINTAINERS: Add myself as web pages co-maintainer.
6730
6a8a9058
NN
67312002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6732
6733 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6734 * Makefile.in: Regenerate.
6735
327d975a
ZW
67362002-10-02 Zack Weinberg <zack@codesourcery.com>
6737
6738 * MAINTAINERS: Add myself and Nathan Sidwell
6739 <nathan@codesourcery.com> as VxWorks maintainers.
6740
a5ae8f19 67412002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
6742
6743 * Makefile.def: Remove order dependency comments.
6744 * Makefile.tpl: Add explicit install-install dependencies.
6745 * Makefile.in: Regenerate.
d0f6c823 6746
34c6040c 6747 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 6748 * Makefile.in: Regenerate.
34c6040c 6749
d0f6c823
NN
6750 * Makefile.tpl: Add configure-target (for src-release in src)
6751 * Makefile.in: Regenerate.
6752
50bd210b
NC
67532002-09-30 Nick Clifton <nickc@redhat.com>
6754
6755 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6756
ca25149e
UW
67572002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6758
6759 * configure.in (s390*-*-linux*): Enable libgcj.
6760
dd30b57d
NN
67612002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6762
9e60a678
NN
6763 * configure: Revert accidentally applied changes.
6764
dd30b57d
NN
6765 * Makefile.tpl: Make more autoconf-friendly.
6766 * Makefile.in: Regenerate.
6767 * configure: Make substitution more autoconf-like.
6768
5831424e
RE
67692002-09-28 Richard Earnshaw <rearnsha@arm.com>
6770
6771 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6772 single entry to handle all these.
6773 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6774 libjava on arm-*-elf.
6775
b7f3b15b
GK
67762002-09-27 Geoffrey Keating <geoffk@apple.com>
6777
6778 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6779 things that depend on them.
6780
0dffceed
NN
67812002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6782
6783 * Makefile.tpl: Make subsituted variables more autoconfy.
6784 * Makefile.in: Regenerate.
6785 * configure: Make seds more autoconfy.
6786
1db75a86 67872002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
6788
6789 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6790 * Makefile.in: Regenerate.
6791 * configure.in: Rewrite sed statements to look autoconfy.
6792
1db75a86
NN
6793 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6794 all-target-foo on configure-target-foo.
6795 * Makefile.def: Ditto.
6796 * Makefile.in: Rebuild.
6797
741a4e89
AH
67982002-09-25 Andrew Haley <aph@redhat.com>
6799
6800 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
6801
95ddd785
NN
68022002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6803
6804 * Makefile.def: New file.
6805 * Makefile.tpl: New file.
6806 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6807 * contrib/gcc_update: Note that Makefile.in is a generated file.
6808
6809 * configure.in: Minor rearrangement. Simplify tests.
6810
65a824f6
JT
68112002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
6812
6813 * configure.in (with_headers): Skip copy if value is "yes".
6814 (with_libs): Likewise.
6815
51270f0a 68162002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
6817
6818 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6819 * configure.in (sh*-*-pe*): Ditto.
6820 * configure.in (mips*-*-pe*): Ditto.
6821 * configure.in (*arm-wince-pe): Ditto.
6822
8f89dbf4
NN
6823 * configure.in: Rearrange.
6824
c1b8db3f
KH
68252002-09-14 Kazu Hirata <kazu@cs.umass.edu>
6826
6827 * MAINTAINERS: Update my email address.
6828
341f0575
PK
68292002-08-30 Paul Koning <pkoning@equallogic.com>
6830
6831 * MAINTAINERS: (Write After Approval): Add myself.
6832
d2e06980
GK
68332002-08-29 Geoffrey Keating <geoffk@redhat.com>
6834
6835 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
6836
4906d5d8
GK
68372002-08-24 Geoffrey Keating <geoffk@redhat.com>
6838
6839 * MAINTAINERS: Change my mailing address.
6840
e9a25cc8
PC
68412002-08-21 Paolo Carlini <pcarlini@unitus.it>
6842
6843 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 6844 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 6845
a5aa7421
LR
68462002-08-20 Loren J. Rittle <ljrittle@acm.org>
6847
6848 * MAINTAINERS (Write After Approval): Remove myself.
6849 (Various Maintainers: c++ runtime libs): Add myself.
6850
5ce6f47b
EC
68512002-08-15 Eric Christopher <echristo@redhat.com>
6852
6853 * config.sub: Import from master repository.
6854 * config.guess: Ditto.
6855
7f9317f0
AO
68562002-08-19 Alexandre Oliva <aoliva@redhat.com>
6857
6858 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6859 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6860 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6861
7aecca3d
AH
68622002-08-16 Aldy Hernandez <aldyh@redhat.com>
6863
6864 * MAINTAINERS: Add self to rs6000 vector extensions.
6865
8ea4b195
AO
68662002-08-15 Alexandre Oliva <aoliva@redhat.com>
6867
6868 * libiberty/configure: Reverted unintended yesterday's check in.
6869
f5cc59a7
AO
68702002-08-14 Alexandre Oliva <aoliva@redhat.com>
6871
6872 * boehm-gc/configure, libf2c/configure: Rebuilt.
6873 * libffi/configure, libiberty/configure: Ditto.
6874 * libjava/configure, libobjc/configure: Ditto.
6875 * libstdc++-v3/configure, zlib/configure: Ditto.
6876 Merged from binutils:
6877 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
6878 From Steve Ellcey <sje@cup.hp.com>:
6879 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6880 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6881 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6882 IA64.
6883 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6884 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6885 soname_spec, sys_lib_search_path_spec): Ditto.
6886
66350331
FS
68872002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6888
6889 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6890
2ff34870
L
68912002-08-04 H.J. Lu (hjl@gnu.org)
6892
6893 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6894
a014f2fe
KW
68952002-08-02 Krister Walfridsson <cato@df.lth.se>
6896
6897 * MAINTAINERS (Write After Approval): Add myself.
6898
c01d477a
AM
68992002-07-31 Alan Modra <amodra@bigpond.net.au>
6900
6901 * configure.in: Move generic linux case to end. Copy generic
6902 linux noconfigdirs to mips*-*-linux* entry and new
6903 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6904
68cd2524
MM
69052002-07-19 Michael Matz <matz@suse.de>
6906
6907 * MAINTAINERS: Add myself as ra* maintainer.
6908
e2d83b8c
CD
69092002-07-16 Chris Demetriou <cgd@broadcom.com>
6910
6911 * config.guess: Update to 2002-07-09 version.
6912 * config.sub: Update to 2002-07-03 version.
6913
cece4f1d
HPN
69142002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
6915
6916 * MAINTAINERS: Fix typo in a maintainer email address.
6917
bb654703
NN
69182002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6919
6920 * configure.in: Remove two redundant tests.
6921
789b7de5
RO
69222002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6923
6924 * configure.in (mips*-*-irix6*o32): Enable stabs.
6925
e1da1089
NN
69262002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6927
f3970bba
NN
6928 * configure.in: Don't build grez.
6929 * Makefile.in: Ditto.
6930
e1da1089
NN
6931 * Makefile.in: Remove references to bsp, cygmon, libstub.
6932 * configure.in: Ditto.
6933
6934 * configure.in: Remove leftover reference to gdbtest.
6935
57c905fa
PE
69362002-07-08 Phil Edwards <pme@gcc.gnu.org>
6937
6938 * configure.in (gxx_include_dir): Change to match versioned
6939 C++ headers if --enable-version-specific-runtime-libs is used.
6940
a0af94a7 69412002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 6942
a0af94a7
SE
6943 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6944
423ce3eb
NN
69452002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6946
6947 * configure.in: Make --without-x work.
6948
98186934
NN
69492002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6950
c3b7d169
NN
6951 * configure.in: Rearrange target Makefile fragment collection.
6952
98186934
NN
6953 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6954 cvs[src].
6955 * configure.in: Ditto.
6956
eebd288a
MK
69572002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
6958
6959 * MAINTAINERS (Write After Approval): Update my e-mail address.
6960
3ab36f05
NN
69612002-06-24 Ben Elliston <bje@redhat.com>
6962
6963 * configure.in (host_tools): Remove cgen.
6964
6965 * Makefile.in (all-cgen): Remove; runs from its source directory.
6966 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 6967 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
6968 (all-sim): Likewise.
6969
69702002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6971
6972 * Makefile.in: Eliminate 'apache' targets.
6973 * configure.in: Eliminate 'apache' targets.
6974
55380b08
NN
6975 * configure.in: Eliminate redundant tests. Reorganize.
6976
9a5c1b9d
NN
6977 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6978
5fd3853a
NN
6979 * config-ml.in: Eliminate references to Cygnus configure.
6980
cfefc434
NN
6981 * Makefile.in: Eliminate references to building emacs.
6982
2fe93885
GS
69832002-06-28 Graham Stott <graham.stott@btinternet.com>
6984
6985 * MAINTAINERS: Update my email address.
6986
53c40185
BK
69872002-06-26 Benjamin Kosnik <bkoz@redhat.com>
6988
6989 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 6990 (cxx_incdir): Remove.
53c40185 6991
97679694
NN
69922002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
6993
6994 * MAINTAINERS (Write After Approval): Add self.
6995
b03bcd37
DC
6996Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
6997
6998 * configure.in: Add support for ip2k.
6999
6bd12129
NN
70002002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7001
7002 * configure.in: Fix AIX configury bug.
7003
e0d98a92
SE
70042002-06-20 Steve Ellcey <sje@cup.hp.com>
7005
7006 * MAINTAINERS (Write After Approval): Add self.
7007
ba3292db
NN
70082002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7009
ef40bc65
NN
7010 * configure.in: replace ${topsrcdir} with ${srcdir}
7011
7a0be465
NN
7012 * configure.in: Move definition of libstdcxx_flags
7013 right above usage, rather than waaay earlier.
7014
e1848dde
NN
7015 * configure.in: Pull definition of is_cross_compiler earlier.
7016
8bc2fff1
NN
7017 * configure.in: Rearrange a little.
7018
ba3292db
NN
7019 * configure.in: Remove references to librx.
7020 * Makefile.in: Remove references to librx.
7021
11d8b408
DC
7022Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
7023
7024 * config.sub: Add support for avr target.
7025 Import from master sources, rev 1.255
5ce6f47b 7026
93da8339
PE
70272002-06-19 Phil Edwards <pme@gcc.gnu.org>
7028
7029 * configure, .cvsignore: Revert previous change...
7030 * Makefile: ...delete.
7031
b4caab5c
NN
70322002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7033
7034 * configure.in: Eliminate ${gasdir} variable.
7035
ee777171
DB
70362002-06-18 Dave Brolley <brolley@redhat.com>
7037
7038 * configure.in: Add support for frv.
7039 * config.sub: Add support for frv.
7040
26e4af54
PE
70412002-06-18 Phil Edwards <pme@gcc.gnu.org>
7042
7043 * configure: Remove garbage from previous commit.
7044
bb20b7da
PE
70452002-06-18 Phil Edwards <pme@gcc.gnu.org>
7046
7047 * configure: For in-source builds, make a subdir and re-exec there.
7048 * Makefile: New file. Pass targets through to build directory.
7049 * .cvsignore: No longer ignore "Makefile".
7050
9d321f6c
DR
70512002-06-16 Douglas Rupp <rupp@gnat.com>
7052
7053 * MAINTAINERS (Write After Approval): Add self.
7054
c8eb2bc0
KG
70552002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7056
7057 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7058
f210d239
JT
70592002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7060
7061 * configure.in (vax-*-netbsd*): Re-enable gas.
7062
e9667b3c
NN
70632002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7064
efe1f357
NN
7065 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7066 BUILD_PREFIX_1, to correct nomenclature.
7067 * configure: Likewise.
7068
e9667b3c
NN
7069 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7070 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7071
fe2fe497
OH
70722002-05-31 Olaf Hering <olh@suse.de>
7073
7074 * config-ml.in: Propogate DESTDIR also.
7075
dcf7f0dd
JT
70762002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7077
7078 * configure.in (vax-*-netbsd*): Don't build gas for this
7079 platform.
7080
6ff14f32
MM
70812002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7082
7083 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7084 and libgcj for AVR.
7085
397de1ff
KK
70862002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
7087
7088 * MAINTAINERS (Write After Approval): Add myself.
7089
ac30211c
JT
70902002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7091
7092 * config.guess: Update to 2002-05-22 version.
7093 * config.sub: Likewise.
7094
1e6347d8
RO
70952002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7096
7097 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7098 * config-ml.in: Likewise.
7099 * configure: Likewise.
7100 * configure.in: Likewise.
7101
e5ce1d6d
SC
71022002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7103
7104 * MAINTAINERS: Update my email address.
7105
6cdef75d
NN
71062002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7107
4a87f061
NN
7108 * configure.in: Simplify makefile fragment collection.
7109
7110 * configure.in: Remove code to build emacs.
603606e7 7111
e254d6b5
NN
7112 * configure.in : Remove --srcdir argument from targargs and buildargs
7113 (it's always overridden in the Makefile anyway). Rearrange a bit.
7114
7115 * configure: Move some logic to configure.in.
7116 * configure.in: Move some logic from configure.
6cdef75d 7117
1d6006fe
TT
71182002-05-11 Tom Tromey <tromey@redhat.com>
7119
7120 * MAINTAINERS: Reflect libgcj reality.
7121
b70b3534
FS
71222002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
7123
7124 * Makefile.in: Honour DESTDIR.
7125
4434687a
MM
71262002-05-08 Mark Mitchell <mark@codesourcery.com>
7127
7128 * config.guess: Import 2002-03-20 version.
7129 * config.sub: Import 2002-04-26 version.
7130
a89e49c7
RO
71312002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7132
7133 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7134
44e55536
TJ
71352002-05-07 Tim Josling <tej@melbpc.org.au>
7136
7137 * MAINTAINERS: Add self.
7138
97320a3f
LR
71392002-05-06 Loren J. Rittle <ljrittle@acm.org>
7140
7141 * ltmain.sh: Detect and handle object name conflicts
7142 while piecewise linking a static library.
7143
b7c13625
AO
71442002-05-05 Alexandre Oliva <aoliva@redhat.com>
7145
7146 * configure.in (noconfigdirs): Don't disable libgcj on
7147 sparc64-*-solaris* and sparcv9-*-solaris*.
7148
4182d9fa
AO
71492002-05-03 Alexandre Oliva <aoliva@redhat.com>
7150
7151 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7152
7bebf279
TF
71532002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7154
7155 * configure.in (FLAGS_FOR_TARGET): Do not add
7156 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7157 on i[3456]86-*-linux*.
7158
9a06dc7d
TF
71592002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7160
7161 * configure.in (noconfigdirs): Replace [ ] with test.
7162
7163 * configure.in (noconfigdirs): Do not add target-newlib if
7164 target == i[3456]86-*-linux*, and host == target.
7165
a51a07fa
NN
71662002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7167
9e7facd6
DD
7168 * configure.in: delete reference to absent file
7169
aeaa0f2f
NN
7170 * configure.in: replace '[' with 'test'
7171
4bb98828
NN
7172 * configure.in: Eliminate references to gash.
7173 * Makefile.in: Eliminate references to gash.
7174
64791664
NN
7175 * configure.in: remove useless references to 'pic' makefile fragments.
7176
3ed57cf4
NN
7177 * configure.in: (*-*-windows*) Finish removing.
7178
a51a07fa
NN
7179 * configure.in: Eliminate redundant test for libgui.
7180
8552f6f1
RS
71812002-04-29 Roger Sayle <roger@eyesopen.com>
7182
7183 * MAINTAINERS: Add self and realphabetize. Update entries
7184 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
7185 entry for a29k port maintainer.
7186
9e847666
JS
71872002-04-26 Joel Sherrill <joel@OARcorp.com>
7188
7189 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7190 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7191
704c9a14
NN
71922002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7193
7194 * configure.in: remove references to dead files
7195
7bff5059
MM
71962002-04-19 Mark Mitchell <mark@codesourcery.com>
7197
7198 * MAINTAINERS: Add information about purpose of this file.
7199
0c7c67f0
TT
72002002-04-18 Tom Tromey <tromey@redhat.com>
7201
7202 * configure.in: Disallow configuring libgcj when it is already
7203 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7204 Solaris 2.8 by default. For PR libgcj/6158.
7205
63501e91
NN
72062002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7207
7208 * configure.in: Move default CC setting out of config/mh-* fragments
7209 directly into here.
7210
701afd4d
NN
72112002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7212
7213 * configure.in: don't even try to configure or make a subdirectory
7214 if there's no configure script for it.
7215
07cdae91
MM
72162002-04-15 Mark Mitchell <mark@codesourcery.com>
7217
7218 * MAINTAINERS: Remove chill maintainers.
7219 * Makefile.in (CHILLFLAGS): Remove.
7220 (CHILL_LIB): Remove.
7221 (TARGET_CONFIGDIRS): Remove libchill.
7222 (CHILL_FOR_TARGET): Remove.
7223 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7224 CHILL_LIB.
7225 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7226 (CHECK_TARGET_MODULES): Likewise.
7227 (INSTALL_TARGET_MODULES): Likewise.
7228 (CLEAN_TARGET_MODULES): Likewise.
7229 (configure-target-libchill): Remove.
7230 (all-target-libchill): Remove.
7231 * configure.in (target_libs): Remove target-libchill.
7232 Do not compute CHILL_FOR_TARGET.
7233 * libchill: Remove directory.
5ce6f47b 7234
ab50d72b
DD
72352002-04-11 DJ Delorie <dj@redhat.com>
7236
7237 * Makefile.in, configure.in: Sync with binutils, entries
7238 follow...
7239
0a1e123a
DD
72402002-04-07 Andrew Cagney <ac131313@redhat.com>
7241
7242 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7243 (do-tar, do-bz2): New rules.
7244 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7245 (gdb-tar): New rule.
7246 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7247 (insight_dejagnu.tar): New rule.
7248 (insight.tar): New rule.
7249 (gdb+dejagnu.tar): New rule.
7250 (gdb.tar): New rule.
7251
ab50d72b
DD
72522002-02-01 Mo DeJong <supermo@bayarea.net>
7253
7254 * Makefile.in: Add all-tix to deps for all-snavigator
7255 so that tix is built when building snavigator.
7256
72572002-01-11 Steve Ellcey <sje@cup.hp.com>
7258
7259 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7260 ld and gdb are not supported.
7261
72622002-01-07 Mark Salter <msalter@redhat.com>
7263
7264 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7265 Allow target-libgloss to be built for arm, strongarm, and xscale.
7266
72672001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7268
7269 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7270 options for i[3456]86-pc-linux* native builds.
7271
72722001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7273
7274 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7275 files from .po files for a distribution.
7276
72772001-09-03 Jeff Holcomb <jeffh@redhat.com>
7278
7279 * configure.in: Enable libstdc++-v3 for h8300 targets.
7280
72812001-06-19 Alan Modra <amodra@bigpond.net.au>
7282
7283 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7284 version from bfd/.
7285
7286Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7287
7288 * Makefile.in (VER): When present, extract the version number from
7289 the file version.in.
7290
72912001-05-24 Tom Rix <trix@redhat.com>
7292
7293 * configure.in : enable ld for aix
7294
72952001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7296
7297 * config.guess: Add linux target for S/390.
7298
72992000-11-07 Philip Blundell <pb@futuretv.com>
7300
7301 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7302
73032000-11-03 Philip Blundell <pb@futuretv.com>
7304
7305 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7306 files.
7307
73082001-01-15 Ben Elliston <bje@redhat.com>
7309
7310 * configure.in (host_tools): Add sid.
7311 Always configure cgen.
7312
73132000-11-24 Nick Clifton <nickc@redhat.com>
7314
7315 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7316
7317
73182000-08-20 Doug Evans <dje@casey.transmeta.com>
7319
7320 * Makefile.in (ALL_MODULES): Add all-cgen.
7321 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7322 (all-cgen): New target.
7323 (all-opcodes,all-sim): Depend on all-cgen.
7324 * configure.in (host_tools): Add cgen.
7325 Only configure cgen if --enable-cgen-maint.
7326
ef98ad7b
LR
73272002-04-09 Loren J. Rittle <ljrittle@acm.org>
7328
7329 * configure.in: Add *-*-freebsd* configurations.
7330
90def2b2
TT
73312002-04-08 Tom Tromey <tromey@redhat.com>
7332
7333 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7334 Fixes PR libgcj/6068.
7335
320d7e7a
KW
73362002-03-30 Krister Walfridsson <cato@df.lth.se>
7337
7338 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7339
18b467f1
RO
73402002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7341
7342 * configure.in (alpha*-dec-osf*): Enable libgcj.
7343
8bb3a5af
MG
73442003-03-27 Matthew Gingell <gingell@gnat.com>
7345
7346 * MAINTAINERS (Write After Approval): Add myself.
7347
56ae9405
NC
73482002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7349
7350 Fix for: PR bootstrap/3591, target/5676
7351 * configure.in (mcore-pe): Disable the configuration of
7352 libstdc++-v3 since exceptions are not supported.
7353
f18d9a0c
AG
73542002-03-20 Anthony Green <green@redhat.com>
7355
7356 * configure.in: Enable libgcj for xscale-elf target.
7357
c0e21eef
R
7358Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
7359
7360 * MAINTAINERS: Update my email address.
7361
28eca9e8
AO
73622002-03-16 Alexandre Oliva <aoliva@redhat.com>
7363
7364 * ltmain.sh (relink_command): Fix typo in previous change.
7365
e67e72c7
AO
73662002-03-15 Alexandre Oliva <aoliva@redhat.com>
7367
7368 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7369 (relink_command): Added --tag flags.
7370 (mode=install): If relinking fails; error out.
7371
c2273204
RH
73722002-03-12 Richard Henderson <rth@redhat.com>
7373
7374 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7375 .NOTPARALLEL tag.
7376 (do-check): Rename from check.
7377 (check): Allow parallel check.
7378
bcb64245
BW
73792002-03-12 Bob Wilson <bob.wilson@acm.org>
7380
7381 * MAINTAINERS: Add myself as maintainer for xtensa port.
7382 Fix alphabetical order in CPU port maintainer list.
7383 Remove myself from Write After Approval list.
7384
63adb4ff
RH
73852002-03-11 Richard Henderson <rth@redhat.com>
7386
7387 * Makefile.in (.NOTPARALLEL): Add fake tag.
7388
9bec4bf0
L
73892002-03-07 H.J. Lu (hjl@gnu.org)
7390
7391 * configure.in: Enable gprof for mips*-*-linux*.
7392
c7fc1f84
DS
73932002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
7394
7395 * MAINTAINERS (Write After Approval): Add myself.
7396
6bff33fb
AO
73972002-02-28 Alexandre Oliva <aoliva@redhat.com>
7398
7399 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7400 libjava.
7401 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7402
0210b33b
AO
74032002-02-23 Alexandre Oliva <aoliva@redhat.com>
7404
7405 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7406 because its Makefile is there; test for the executable instead.
7407
fcc0a3ef
AO
74082002-02-22 Alexandre Oliva <aoliva@redhat.com>
7409
7410 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7411 libstdc++-v3 and libjava.
7412
97cf8285
AM
74132002-02-11 Adam Megacz <adam@xwt.org>
7414
7415 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7416 boehm-gc
5ce6f47b 7417
40fe0ec3
AO
74182002-02-09 Alexandre Oliva <aoliva@redhat.com>
7419
7420 * config.guess: Updated to 2002-01-30's version.
7421 * config.sub: Updated to 2002-02-01's version.
7422 Contribute sh64-elf.
7423 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7424 * configure.in: Added sh64-*-*.
7425
694d53ee
CD
74262002-02-08 Chris Demetriou <cgd@broadcom.com>
7427
7428 * MAINTAINERS: Belatedly add myself to write after approval list.
7429
a9ca50b1
JH
7430Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
7431
7432 * MAINTAINERS: Put self in as maintainer for x86-64 port.
7433 Remove self as Write After Approval.
7434
5ffc3500
GK
74352002-01-31 Geoffrey Keating <geoffk@redhat.com>
7436
7437 * MAINTAINERS: Put self in as maintainer for contrib/regression
7438 directory.
7439
4ceaf7fb
PE
74402002-01-28 Phil Edwards <pme@gcc.gnu.org>
7441
7442 * MAINTAINERS: Update my email address.
7443
51584787
JT
74442002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7445
5ce6f47b
EC
7446 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7447 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
7448 libraries if not supported for NetBSD on target CPU.
7449
5701d273
DR
74502002-01-25 Douglas B Rupp <rupp@gnat.com>
7451
7452 * install-sh: Use _inst.$$_ for temp file name.
7453
b299a075
JT
74542002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
7455
7456 * MAINTAINERS (Write After Approval): Move my contact info
7457 from here...
7458 (OS Port Maintainers): ...to here (netbsd).
7459
51fe14b5
BW
74602002-01-22 Bob Wilson <bob.wilson@acm.org>
7461
7462 * MAINTAINERS (Write After Approval): Add myself.
7463
b634ad42
L
74642002-01-17 H.J. Lu <hjl@gnu.org>
7465
7466 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7467 (all-target-fastjar): Also depend on all-target-libiberty.
7468
3cd87679
L
74692002-01-16 H.J. Lu (hjl@gnu.org)
7470
7471 * config.guess: Import from master sources, rev 1.225.
7472 * config.sub: Import from master sources, rev 1.238.
7473
969a6d8f
KH
74742002-01-16 Kazu Hirata <kazu@hxi.com>
7475
7476 * MAINTAINERS (Write After Approval): Remove myself.
7477
366f6a52
FW
74782001-12-19 Florian Weimer <fw@deneb.enyo.de>
7479
7480 * MAINTAINERS (Write After Approval): Add myself.
7481
f02240b6
JM
74822001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
7483
7484 * MAINTAINERS: Add self as docs co-maintainer.
7485
5d08dc39
MK
74862001-12-11 Matthias Klose <doko@debian.org>
7487
7488 * MAINTAINERS (Write After Approval): Add myself.
7489
39e790d5
ZW
74902001-12-09 Zack Weinberg <zack@codesourcery.com>
7491
7492 * MAINTAINERS: Update my email address.
7493
4519d6a3
TC
74942001-12-07 Turly O'Connor <turly@apple.com>
7495 * MAINTAINERS (Write After Approval): Add myself.
7496 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
7497 (rs6000_initialize_trampoline): Call __trampoline_setup for
7498 ABI_DARWIN too.
7499 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 7500 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 7501
21cf0a73
PC
75022001-12-07 Paolo Carlini <pcarlini@unitus.it>
7503
7504 * MAINTAINERS (Write After Approval): Add myself.
7505
4ee43206
DR
7506Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7507
7508 * configure, configure.in: Use temp file for long sed commands.
7509
251931f3
LG
75102001-12-03 Laurent Guerby <guerby@acm.org>
7511
7512 * config.sub: Update to version 1.232 on subversion.
7513
03777dd7
BE
75142001-12-03 Ben Elliston <bje@redhat.com>
7515
7516 * MAINTAINERS: Update mail address for config.* patches.
7517
e490616e
ZW
75182001-11-27 DJ Delorie <dj@redhat.com>
7519 Zack Weinberg <zack@codesourcery.com>
7520
7521 When build != host, create libiberty for the build machine.
7522
7523 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7524 CONFIG_ARGUMENTS.
7525 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7526 New variables.
7527 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7528 and rules.
7529 (all.normal): Depend on ALL_BUILD_MODULES.
7530 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7531 (all-build-libiberty): Depend on configure-build-libiberty.
7532
7533 * configure: Calculate and substitute proper value for
7534 ALL_BUILD_MODULES.
7535 * configure.in: Create the build subdirectory.
7536 Calculate and substitute TARGET_CONFIGARGS (formerly
7537 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7538
04075e8f
ZL
75392001-11-26 Ziemowit Laski <zlaski@apple.com>
7540
7541 * MAINTAINERS (write-after-approval): Add self.
7542
ed19322d
CR
75432001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
7544
7545 * MAINTAINERS (GNATS only accounts): Remove self.
7546
90a12988
HPN
75472001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7548
7549 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7550 libf2c.
7551
77e653ad
CR
75522001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
7553
7554 * MAINTAINERS (Write After Approval): Add self.
7555
64adad99
DB
75562001-11-12 David O'Brien <obrien@FreeBSD.org>
7557
7558 * MAINTAINERS: mips and s390 are also CPU ports.
7559
834a28c7
DB
75602001-11-12 David O'Brien <obrien@FreeBSD.org>
7561
7562 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7563
ef94239f
DB
75642001-11-11 David O'Brien <obrien@FreeBSD.org>
7565
7566 * MAINTAINERS: Alphabetize.
7567
beda0427
KH
75682001-11-09 Kazu Hirata <kazu@hxi.com>
7569
7570 * MAINTAINERS (Various maintainers: h8 port): Add myself.
7571
6ca224d3
JDA
75722001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
7573
7574 * MAINTAINERS (Various maintainers: hppa port): Added myself.
7575
132e4bd7
PE
75762001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7577
7578 * configure.in (--enable-languages): Be more permissive about
7579 syntax. Check for empty lists better. Warn about $LANGUAGES.
7580
c6243b4c
GK
75812001-11-08 Geoffrey Keating <geoffk@redhat.com>
7582
7583 * config.sub: Import from master sources, rev. 1.230.
7584 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7585
abbb9e76
LG
75862001-11-07 Laurent Guerby <guerby@acm.org>
7587
7588 * MAINTAINERS (Write After Approval): Add self.
7589
53cdb27a
HPN
75902001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7591
7592 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7593
dd3a88c9
HPN
75942001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
7595
7596 * config.sub: Import from master sources, rev 1.226.
7597 * config.guess: Import from master sources, rev 1.216.
7598
d344dce9
HPN
75992001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7600
7601 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7602 * MAINTAINERS: Add self as maintainer of MMIX port.
7603 Remove old after-approval entry.
7604
63f6bcd7
JM
76052001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
7606
7607 * ChangeLog, configure: Fix spelling errors.
7608
84f92638
BK
76092001-10-20 Brendan Kehoe <brendan@zen.org>
7610
7611 * MAINTAINERS: Tweak my address.
7612
2f30eda4
R
7613Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
7614
7615 * MAINTAINERS: Update my email address.
7616
1567080c 76172001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 7618
f48a3b5c 7619 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 7620 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 7621
30106886
GB
76222001-10-10 Geert Bosch <bosch@gnat.com>
7623
e490616e 7624 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
7625 Added Robert Dewar.
7626
d3d51b8c
DB
76272001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
7628
7629 * MAINTAINERS (Write After Approval): Added self
7630
d1c3e709
GB
76312001-10-02 Geert Bosch <bosch@gnat.com>
7632
7633 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7634
50f5f793
JM
76352001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7636
7637 * configure: Handle temporary files securely using mkdir.
7638
7fddf9a9
AO
76392001-09-29 Alexandre Oliva <aoliva@redhat.com>
7640
7641 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7642
387beb82
WC
76432001-09-26 Will Cohen <wcohen@redhat.com>
7644
7645 * configure.in (*-*-linux*): Disable configuration of target-newlib
7646 and target-libgloss.
e490616e 7647
0c055e34
AO
76482001-09-26 Alexandre Oliva <aoliva@redhat.com>
7649
7650 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7651 RANLIB.
7652
759bfa90
AO
76532001-09-21 Alexandre Oliva <aoliva@redhat.com>
7654
7655 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7656 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7657 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7658 avoid quotes nesting problems.
7659 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7660 (DO_X): Export only variables that are set.
7661
1dc4a750
BE
76622001-09-19 Ben Elliston <bje@redhat.com>
7663
7664 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7665 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7666 semantics. Use the shell built-in "type" command instead.
7667
898c7238
AO
76682001-08-31 Alexandre Oliva <aoliva@redhat.com>
7669
7670 Merged from gcc-3_0-branch:
7671 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7672 * ltcf-c.sh: Use $objext, not $ac_objext.
7673 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7674 * ltcf-cxx.sh: Add support for GNU.
7675 2001-07-22 Timothy Wall <twall@redhat.com>
7676 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7677 default settings if using GNU tools with that configuration.
7678 * ltcf-cxx.sh: Ditto.
7679 * ltcf-gcj.sh: Ditto.
7680 2001-07-21 Michael Chastain <chastain@redhat.com>
7681 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7682 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7683 * ltmain.sh: Mark as gcc-local.
7684
8fa0a32e
EC
76852001-08-30 Eric Christopher <echristo@redhat.com>
7686 Jason Eckhardt <jle@redhat.com>
7687
7688 * config.guess: Merge from master sources.
7689 * config.sub: Merge from master sources, add support for mipsisa32.
7690
32f30f91 76912001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
7692 * config.sub: Merge from master sources, rev 1.219.
7693 * MAINTAINERS: Add self as contact for stormy16 port.
7694
f6084f99
ZW
76952001-08-14 Zack Weinberg <zackw@panix.com>
7696
7697 * config.sub: Merge from master sources, rev 1.218.
7698 * config.guess: Merge from master sources, rev 1.209.
7699
91b54f7f
GS
77002001-08-11 Graham Stott <grahams@redhat.com>
7701
7702 * Makefile.in (check-c++): Add missing semicolon.
7703
e5b3941e
JH
7704Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
7705
32f30f91 7706 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 7707
6387a56e
EC
77082001-07-30 Eric Christopher <echristo@redhat.com>
7709
7710 * MAINTAINERS (Various maintainers: mips port): Added myself.
7711
53b475f0
AH
77122001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7713
e490616e 7714 * configure.in (sh-*-linux*): New.
53b475f0 7715
2a08c780
RH
77162001-07-27 Richard Henderson <rth@redhat.com>
7717
7718 * .cvsignore: Add LAST_UPDATED.
7719
bfa79422
UW
77202001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
7721
7722 * MAINTAINERS (Various maintainers: s390 port): Added myself.
7723
0ae85492
AH
77242001-07-16 Aldy Hernandez <aldyh@redhat.com>
7725
e490616e 7726 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 7727
8e1ab0fe
NP
7728Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
7729
7730 * MAINTAINERS (Write After Approval): Added myself.
7731
2b997990
SC
77322001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7733
7734 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7735 and libgcj on m68hc11/m68hc12.
7736
d920e825
L
77372001-06-27 H.J. Lu (hjl@gnu.org)
7738
7739 * Makefile (CFLAGS_FOR_BUILD): New.
7740 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7741
d425a1e0
JM
77422001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
7743
7744 * README: Remove version number.
7745
5b5b4207
GP
77462001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7747
7748 * INSTALL/README: Update wrt. to the installation instructions now
7749 residing in gcc/doc/install.texi.
7750
be839b69
JM
77512001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
7752
7753 * README: Replace with a cut-down and updated version of gcc/README.
7754
fe2ee7c4
DE
77552001-06-12 David Edelsohn <edelsohn@gnu.org>
7756
7757 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
7758 multilibs to be disabled.
7759
4f5d646c
DB
77602001-06-11 Daniel Berlin <dan@cgsoftware.com>
7761
7762 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 7763
818f0c85
AO
77642001-06-09 Alexandre Oliva <aoliva@redhat.com>
7765
7766 * config.guess: Import CVS version 1.195.
7767 * config.sub: Import CVS version 1.212.
7768
e9a8af10
AO
77692001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7770
7771 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7772 gcc/xgcc is built, use -print-prog-name to find out the program
7773 name to use.
7774
ae3ca0a9
PE
77752001-06-04 Phil Edwards <pme@sources.redhat.com>
7776
7777 * config.guess: Import CVS version 1.194. All gcc-local changes
7778 appear to also be in the master copy.
7779 * config.sub: Import CVS version 1.211.
7780
066bd40d
MM
7781Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
7782
7783 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7784 with_gcc]: Use `gcc -shared' to build a shared library.
7785
4aef4f33
JDA
7786Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
7787
7788 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7789 archives.
7790
c386f00f
RO
7791Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7792
7793 * MAINTAINERS (Write After Approval): Add myself.
7794
2ae5cea5
HPN
77952001-06-01 Hans-Peter Nilsson <hp@axis.com>
7796
7797 * configure.in (libstdcxx_flags): Do not try to execute
7798 libstdc++-v3/testsuite_flags until it exists.
7799
c3766183
AM
78002001-06-01 Alan Modra <amodra@bigpond.net.au>
7801
7802 * MAINTAINERS: Update my email address.
7803
9b337833
GS
78042001-05-31 Graham Stott <grahams@redhat.com>
7805
7806 * MAINTAINERS (Write After Approval): Add myself.
7807
55fce0eb
SP
78082001-05-28 Simon Patarin <simon.patarin@inria.fr>
7809
7810 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7811 libraries when using g++ with native linker.
7812
5f7de4b8
AO
78132001-05-28 Alexandre Oliva <aoliva@redhat.com>
7814
7815 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7816
a7bc0fbb
AO
78172001-05-22 Alexandre Oliva <aoliva@redhat.com>
7818
7819 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7820 [aix4*|aix5*]: Prepend blank.
7821
33456445
AO
78222001-05-20 Alexandre Oliva <aoliva@redhat.com>
7823
7824 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7825 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7826 of subdir/configure scripts to use the new libtool.m4.
7827
e48d3d00
MK
78282001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
7829
7830 * MAINTAINERS (Write After Approval): Add myself.
7831
9e0e191b
BK
78322001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7833
7834 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7835
3f19b439
BE
78362001-05-11 Ben Elliston <bje@redhat.com>
7837
7838 * Makefile.in (all-sid): New target.
7839 (check-sid, clean-sid, install-sid): Likewise.
7840
6ebe3121
JO
78412001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7842
7843 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7844
ca3667c4
AO
78452001-05-03 Alexandre Oliva <aoliva@redhat.com>
7846
7847 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7848 libgcj.
7849
78502001-05-03 Alexandre Oliva <aoliva@redhat.com>
7851
7852 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7853 gcc/xgcc is built, use -print-prog-name to find out the program
7854 name to use.
7855
b2964d63
AO
78562001-04-26 Alexandre Oliva <aoliva@redhat.com>
7857
b1bb2302
AO
7858 * configure.in (noconfigdirs): Don't reset it from scratch in the
7859 target case; only append to it.
6387a56e 7860
b2964d63
AO
7861 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7862 sparc-*-solaris2.8]: Disable ${libgcj}.
7863
8343765d
AO
78642001-04-25 Alexandre Oliva <aoliva@redhat.com>
7865
7866 * configure.in (libgcj_saved): Copy from $libgcj.
7867 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7868 --disable-libgcj.
7869
ddbb6d43
GRK
78702001-04-25 Gavin Romig-Koch <gavin@redhat.com>
7871
7872 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 7873 C front end maintainer.
ddbb6d43 7874
3fa03ff9
AG
7875Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7876
7877 * configure.in: Move *-chorusos target case to the proper switch.
7878 Disable libgcj.
7879
99ffe40f
AO
78802001-04-12 Alexandre Oliva <aoliva@redhat.com>
7881
7882 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7883 1.641.2.228.
7884
78faa32d
FS
78852001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7886
7887 * Makefile.in (STAGE1_CFLAGS): Pass down.
7888
cdbff0ab
AM
78892001-04-13 Alan Modra <amodra@one.net.au>
7890
7891 * config.guess: Add hppa64-linux support. Note for next import that
7892 this is already in the master file.
7893 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7894
75b9074c
AO
78952001-04-12 Alexandre Oliva <aoliva@redhat.com>
7896
7897 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7898 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7899
125404c5
SS
79002001-04-11 Stan Shebs <shebs@apple.com>
7901
7902 * MAINTAINERS: Add self as Darwin port maintainer.
7903
876684fe
AM
79042001-04-11 Alan Modra <amodra@one.net.au>
7905
7906 * MAINTAINERS: Update my email address.
7907
06729913
LR
79082001-04-10 Loren J. Rittle <ljrittle@acm.org>
7909
7910 * ltcf-cxx.sh: Support creation of C++ shared libraries on
7911 recent versions of FreeBSD (release 3 or later).
7912 * ltconfig: On FreeBSD, -lc must not be provided when building
7913 a shared library or else the standard -pthread gcc option is
7914 rendered worthless to later users of the built library.
7915
67916302
JM
79162001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
7917
7918 * MAINTAINERS: Add self and RTH as C front end maintainers.
7919
d2bc0628
AO
79202001-04-05 Alexandre Oliva <aoliva@redhat.com>
7921
e490616e
ZW
7922 * config.sub: Make sure to match an already-canonicalized
7923 machine name (eg. mn10300-unknown-elf).
d2bc0628 7924
a3406c06
AO
79252001-04-01 Alexandre Oliva <aoliva@redhat.com>
7926
7927 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7928 New macros.
7929 (bootstrap, cross): Use RECURSE_FLAGS.
7930 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7931
a076f6a4
AO
79322001-03-27 Alexandre Oliva <aoliva@redhat.com>
7933
7934 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7935
e9f4fa71
CH
79362001-03-22 Colin Howell <chowell@redhat.com>
7937
7238de5c
CH
7938 * Makefile.in (DO_X): Do not backslash single-quotes in
7939 backquotes (two places).
e9f4fa71 7940
b6b14b1b
AO
79412001-03-22 Alexandre Oliva <aoliva@redhat.com>
7942
7943 Re-installed:
7944 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7945 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7946 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7947 * ltcf-cxx.sh: Likewise.
7948 * ltcf-gcj.sh: Likewise.
7949
1eb0b89d
GP
79502001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7951
7952 * MAINTAINERS: Add myself as "documentation co-maintainer".
7953
82e23236
AO
79542001-03-22 Alexandre Oliva <aoliva@redhat.com>
7955
7956 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7957 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7958
64ec27c3
TT
79592001-03-19 Tom Tromey <tromey@redhat.com>
7960
7961 * config-ml.in: Handle GCJ and GCJFLAGS.
7962
191de407
MC
79632001-03-21 Michael Chastain <chastain@redhat.com>
7964
7965 * Makefile.in: all-m4 depends on all-texinfo.
7966
fed4dede
LR
79672001-03-20 Loren J. Rittle <ljrittle@acm.org>
7968
7969 * MAINTAINERS: Add myself to write after approval list.
7970
085072bb
LB
79712001-03-18 Laurynas Biveinis <lauras@softhome.net>
7972
7973 * Makefile.in (DO_X): Quote nested quotes.
7974
5af8ea3f
AM
79752001-03-18 Alan Modra <alan@linuxcare.com.au>
7976
7977 * MAINTAINERS: Add myself to write after approval list.
7978
69e23037
LB
79792001-03-15 Laurynas Biveinis <lauras@softhome.net>
7980
7981 * Makefile.in (DO_X): Use double quotes for quoting
7982 "RANLIB=$${RANLIB}".
7983
2b9650f4
OP
79842001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
7985
7986 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
7987
4698d2cf
NP
79882001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7989
7990 * configure.in: Only use `lang_requires' for languages athat are
7991 actually enabled.
7992
f6646274
PE
79932001-03-08 Phil Edwards <pme@sources.redhat.com>
7994
7995 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
7996
c9a54638
AO
79972001-03-08 Alexandre Oliva <aoliva@redhat.com>
7998
7999 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8000
6a556ad6
TT
80012001-03-07 Tom Tromey <tromey@redhat.com>
8002
8003 * configure.in: Allow config-lang.in to set `lang_requires' to list
8004 of other required languages.
8005
6822468a
LB
80062001-03-06 Laurynas Biveinis <lauras@softhome.net>
8007
8008 * Makefile.in: Remove RANLIB definition. Use RANLIB
8009 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8010 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 8011
f04885d3 80122001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 8013 Alexandre Oliva <aoliva@redhat.com>
6387a56e 8014
f04885d3
BK
8015 * Makefile.in (check-c++): Use tabs, not spaces.
8016
288edf47 80172001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 8018
288edf47
LB
8019 * MAINTAINERS: add myself to Write After Approval list.
8020
3d55d2f8 80212001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 8022
e490616e 8023 * Makefile.in (check-c++): New rule.
6387a56e 8024
4d88a68a
BK
8025 * configure.in (target_libs): Remove libg++.
8026 (noconfigdirs): Remove libg++.
8027 (noconfigdirs): Same.
8028 (noconfigdirs): Same.
8029 (noconfigdirs): Same.
8030
8031 * config-ml.in: Remove libg++ references.
8032
8033 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8034 (ALL_TARGET_MODULES): Same.
8035 (configure-target-libg++): Remove.
8036 (all-target-libg++): Remove.
8037 (configure-target-libio): Remove.
8038 (all-target-libio): Remove.
8039 (check-target-libio): Remove.
8040 (.PHONY): Remove.
8041 (libg++.tar.bz2): Remove.
8042 (all-target-cygmon): Remove libio.
8043 (all-target-libstdc++): Remove.
8044 (configure-target-libstdc++): Remove.
8045 (TARGET_LIB_PATH): Remove libstdc++.
8046 (ALL_GCC_CXX): Remove libstdc++.
8047 (all-target-gperf): Correct.
8048
2437d4ed
NC
80492001-02-16 Nick Clifton <nickc@redhat.com>
8050
8051 * configure.in (noconfigdirs): Allow configuration of texinfo
8052 for Cygwin hosts.
8053
85b99cbe
AG
80542001-02-15 Anthony Green <green@redhat.com>
8055
8056 * configure: Introduce GCJ_FOR_TARGET.
8057 * configure.in: Ditto.
8058 * Makefile.in: Ditto.
8059
7b18790c
AS
80602001-02-13 Andreas Schwab <schwab@suse.de>
8061
8062 * MAINTAINERS: Update mail address.
8063
c4880c99
MS
80642001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8065
8066 * config.guess: Add linux target for S/390.
8067 * config.sub: Likewise.
8068
e31ae6db
CC
80692001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8070
8071 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 8072 target-libgloss.
e31ae6db 8073
7739adfb
BE
80742001-02-06 Ben Elliston <bje@redhat.com>
8075
8076 * configure: Output host type to stdout, not stderr.
8077
36ca672c
MM
80782001-02-05 Mark Mitchell <mark@codesourcery.com>
8079
e40f2829 8080 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
8081 * ltcf-cxx.sh: Likewise.
8082
36ca672c
MM
8083 * config.if: Assume enable_libstdcxx_v3 is defined.
8084
22fdd65e
MM
80852001-02-04 Mark Mitchell <mark@codesourcery.com>
8086
8087 Remove V2 C++ library.
8088 * configure.in: Remove --enable-libstdcxx_v3 support.
8089
3b60dd8e
BM
80902001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
8091
8092 * include/demangle.h: Add prototype for java_demangle_v3.
8093
42c0c80a
PE
80942001-01-29 Phil Edwards <pme@sources.redhat.com>
8095
8096 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
8097
0be25992
RH
80982001-01-27 Richard Henderson <rth@redhat.com>
8099
8100 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8101
8a8de62d
MS
81022001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8103
8104 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8105 Don't unset, it's non-portable and no longer necessary, set to empty
8106 instead.
8107
92769744
MS
81082001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8109
8110 * ltconfig: Shell portability fix for the tagname validity check.
8111
88a1c0ab
AO
81122001-01-27 Alexandre Oliva <aoliva@redhat.com>
8113
8114 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8115 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8116
45291dd5
MS
81172001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8118
8119 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8120
1ace7e15
TT
81212001-01-26 Tom Tromey <tromey@redhat.com>
8122
8123 * configure.in: Allow libgcj to be built on Sparc Solaris.
8124
0ef8b11b
DE
81252001-01-25 David Edelsohn <edelsohn@gnu.org>
8126
8127 * ltcf-c.sh: Add aix5 case.
8128 * ltcf-cxx.sh: Likewise.
8129 * ltconfig: Likewise.
8130
0006091e
AO
81312001-01-24 Alexandre Oliva <aoliva@redhat.com>
8132
9bad11e1
AO
8133 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8134 keep at least one of build_libtool_libs or build_old_libs set to
8135 yes.
8136
0006091e
AO
8137 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8138 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8139
7c01b2b5
BM
81402001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8141
8142 * configure.in: Enable libgcj on several additional platforms.
8143
d340e0ac
BM
81442001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8145
8146 * configure.in: Enable libgcj for linux targets.
8147
5baf8c37
MS
81482001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8149
8150 * MAINTAINERS (Write After Approval): Add myself.
8151
10a0ba84
JDA
81522001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
8153
8154 * MAINTAINERS: Add myself as vax port maintainer.
8155
357c6a4b
FH
81562001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
8157
8158 * MAINTAINERS: Add myself as Mercury front-end maintainer.
8159
6e2d9a7a
MS
81602001-01-09 Mike Stump <mrs@wrs.com>
8161
8162 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8163 failures of subdirectories.
8164
b6b14b1b 81652001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 8166
b6b14b1b 8167 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 8168 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
8169 * ltcf-cxx.sh: Likewise.
8170 * ltcf-gcj.sh: Likewise.
8171 * ltconfig.sh: Fix typo.
976b230d 8172
07109110
LB
81732001-01-02 Laurynas Biveinis <lauras@softhome.net>
8174
8175 * configure: handle DOS-style absolute paths.
8176
1da5b8fc
LB
81772001-01-02 Laurynas Biveinis <lauras@softhome.net>
8178
8179 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8180
4c2f5b4f
MM
81812000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
8182
8183 * MAINTAINERS: Add myself as avr port co-maintainer.
8184
bc53668e
BE
81852000-12-28 Ben Elliston <bje@redhat.com>
8186
8187 * MAINTAINERS: Add myself under ``Write After Approval''.
8188
c387606f
JM
81892000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
8190
8191 * texinfo: Remove directory from GCC.
8192
2cb5082c
JM
81932000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8194
8195 * COPYING: Update to current
8196 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8197 to 19yy as example year in copyright notice).
8198
cc330df9
BK
81992000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8200
6387a56e 8201 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
8202 (libstdcxx_incdir): Pass down.
8203 * config.if: Remove expired bits for cxx_interface, add stub.
8204 (libstdcxx_incdir): Add variable for g++ include directory.
8205 * configure.in (gxx_include_dir): Use it.
6387a56e 8206
4c6b2835
AO
82072000-12-18 Alexandre Oliva <aoliva@redhat.com>
8208
8209 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
8210 with old-email address from ``Write After Approval''.
8211
3896f13e
AJ
82122000-12-15 Andreas Jaeger <aj@suse.de>
8213
8214 * configure.in: Handle lang_dirs.
8215
82162000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 8217
ad46e881
TT
8218 * MAINTAINERS: Removed brads.
8219
90a10418
TT
8220 * MAINTAINERS: Added gcj developers.
8221
41dfe3a2 82222000-12-13 Anthony Green <green@redhat.com>
6387a56e 8223
41dfe3a2 8224 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
8225 listed. Disable libgcj for x86 and Alpha Linux until compatible
8226 with g++ abi.
6387a56e 8227
e2f601da
MS
82282000-12-13 Mike Stump <mrs@wrs.com>
8229
8230 * Makefile.in (local-distclean): Also remove fastjar.
8231
70030c01
RB
82322000-12-12 Rodney Brown <RodneyBrown@mynd.com>
8233
8234 * contrib/gcc_update: Add fastjar --touch entries.
8235
2a50f859
AO
82362000-12-12 Alexandre Oliva <aoliva@redhat.com>
8237
8238 * configure.in: Disable language-specific target libraries for
8239 languages that aren't enabled.
8240
7743113b
AG
82412000-12-10 Anthony Green <green@redhat.com>
8242
8243 * configure.in: Define libgcj. Disable libgcj target libraries for
8244 most targets.
8245
92e061a6
NB
82462000-12-10 Neil Booth <neilb@earthling.net>
8247
8248 * MAINTAINERS: Update mail address, remove from WAA list.
8249
f34ff6d6
APB
82502000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8251
8252 * libjava: Imported from /cvs/java.
8253 * libffi: Likewise.
8254 * Boehm-gc: Likewise.
8255
d82a33c6
APB
82562000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8257
8258 * configure.in (target_libs): Revert 2000-12-08 patch.
8259 (noconfigdirs): Added target-libjava.
8260
e14f8e28
LB
82612000-12-09 Laurynas Biveinis <lauras@softhome.net>
8262
8263 * djunpack.bat: removed.
8264
fc26516b
LB
82652000-12-09 Laurynas Biveinis <lauras@softhome.net>
8266
8267 * Makefile.in: handle DOS-style absolute paths.
8268 * config-ml.in: likewise.
8269 * symlink-tree: likewise.
8270
bd8757b3
APB
82712000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8272
8273 * fastjar: Imported.
8274
81522a1f
APB
82752000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8276
8277 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8278 libjava.
8279 * configure.in (target_libs): Removed `target-libjava'.
8280
5db1f7ed
APB
82812000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8282
8283 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8284 (ALL_MODULES): Added fastjar.
8285 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8286 (all-target-libjava): all-fastjar replaces all-zip.
8287 (all-fastjar): Added.
8288 (configure-target-fastjar, all-target-fastjar): Likewise.
8289 * configure.in (host_tools): Added fastjar.
8290
5e59997c
MS
82912000-12-07 Mike Stump <mrs@wrs.com>
8292
8293 * Makefile.in (local-distclean): Remove leftover built files.
8294
0a534f40
NC
82952000-11-24 Nick Clifton <nickc@redhat.com>
8296
8297 * configure.in (xscale-elf): Add target.
8298 (xscale-coff): Add target.
8299
7686cadf
LR
83002000-11-22 Loren J. Rittle <ljrittle@acm.org>
8301
e490616e
ZW
8302 * ltcf-cxx.sh: Support creation of C++ shared libraries on
8303 recent versions of FreeBSD (release 3 or later).
8304 * ltconfig: On FreeBSD, -lc must not be provided when building
8305 a shared library or else the standard -pthread gcc option is
8306 rendered worthless to later users of the built library.
7686cadf 8307
fff01699
FF
83082000-11-16 Fred Fish <fnf@be.com>
8309
8310 * configure.in (enable_libstdcxx_v3): Fix typo,
8311 libstd++ -> libstdc++.
8312
4dc16355
KL
83132000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8314
8315 * MAINTAINERS: Add self to Write After Approval list.
8316
bf6fc7b2
BS
83172000-11-21 Bernd Schmidt <bernds@redhat.com>
8318
8319 * MAINTAINERS: Update my email address. Add myself to global write
8320 privs list.
8321
ce8e06b1
AO
83222000-11-18 Alexandre Oliva <aoliva@redhat.com>
8323
6e2a4843
AO
8324 * Makefile.in: Merge with src and libgcj.
8325 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8326 configure-target-<library> when their configure scripts need the C
8327 or C++ library to have already been built to work properly.
8328 (do_proto_toplev): Set them to an empty string.
8329
ce8e06b1
AO
8330 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8331 (REALLY_SET_LIB_PATH): Use them.
8332
c003f378
SS
83332000-11-17 Stan Shebs <shebs@apple.com>
8334
8335 * MAINTAINERS: Add self to Write After Approval list.
8336
cc1e60ea
JM
83372000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8338
8339 * configure: Provide the original toplevel configure arguments
8340 (including $0) to subprocesses in the environment rather than
8341 through gcc/configargs.h.
8342
1173593d
JM
83432000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8344
8345 * MAINTAINERS: Remove references to cccp. Change C9X reference to
8346 C99. Alphabetise "Write After Approval" list.
8347
520907ee
MM
83482000-11-12 Mark Mitchell <mark@codesourcery.com>
8349
34f6fbdb
MM
8350 * configure: Turn on libstdc++ V3 by default.
8351
520907ee
MM
8352 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8353 if we've got GCC.
8354
0bbd37ed
PB
83552000-11-11 Philip Blundell <philb@gnu.org>
8356
8357 * MAINTAINERS: Add self to Write After Approval list.
8358
7ca0e6d9
DE
83592000-11-09 David Edelsohn <edelsohn@gnu.org>
8360
8361 * ltcf-c.sh (aix4): Improve shared library configuration; require
8362 exporting symbols.
8363 * ltcf-cxx.sh (aix4): Define.
8364 * ltconfig (aix4): Define library and soname specs appropriate for
8365 AIX. Define command to create export symbols list.
8366
f559f30b
CF
8367Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
8368
8369 * config.sub: Add support for Sun Chorus
8370
fc05d516
NC
83712000-10-31 Nick Clifton <nickc@redhat.com>
8372
8373 * MAINTAINERS: Rename <name>@cygnus.com addresses to
8374 <name>@redhat.com. Also installed new email address for Clint
8375 Popetz.
6387a56e 8376
90a0e73f
JM
83772000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
8378
8379 * etc: Remove directory from GCC.
8380
a5e1b548
MM
83812000-10-16 Michael Meissner <meissner@redhat.com>
8382
8383 * configure (gcc/configargs.h): Only create if there is a build GCC
8384 directory created.
8385
6387a56e
EC
83862000-10-16 Matthias Klose <doko@debian.org>
8387
be1db873
MK
8388 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8389 when configured for libstdc++-v3.
8390
f5fa9a5b
PE
83912000-10-05 Phil Edwards <pme@gcc.gnu.org>
8392
8393 * configure: Save configure arguments to gcc/configargs.h.
8394
61a77fea
PT
83952000-10-04 Philipp Thomas <pthomas@suse.de>
8396
8397 * config.guess: Import CVS version 1.157.
8398 * config.sub: Import CVS version 1.181.
8399
3a4fee66
AP
84002000-10-04 Andris Pavenis <pavenis@latnet.lv>
8401
8402 * Makefile.in (bootstrap): avoid recursion if subdir missing
8403 (cross): ditto
8404 (do-proto-toplev): ditto
8405
3dd7094e
AO
84062000-09-30 Alexandre Oliva <aoliva@redhat.com>
8407
de710532
AO
8408 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8409 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8410
3dd7094e
AO
8411 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8412 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8413 all affected `configure' scripts.
8414
e592386f
NB
8415Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
8416
8417 * MAINTAINERS: Add self as cpplib co-maintainer.
8418
fba54939
AH
84192000-09-24 Aldy Hernandez <aldyh@redhat.com>
8420
8421 * MAINTAINERS: Add self to Write After Approval list.
8422
2bd429f4
GP
84232000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8424
8425 * INSTALL/README: egcs -> GCC update.
8426
d733f374
ME
8427Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
8428
8429 * MAINTAINERS: Add myself to Write After Approval list.
8430
d7ce9a83
KH
84312000-09-15 Kazu Hirata <kazu@hxi.com>
8432
8433 * MAINTAINERS: Add myself to Write After Approval list.
8434
18a53ffe
JL
8435Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8436
e490616e
ZW
8437 * configure.in: Do not build byacc for hppa64. Provide paths to the
8438 X11 libraries for hppa64.
18a53ffe 8439
f246ff23
SC
84402000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8441
8442 * MAINTAINERS: Add myself as 68hc11 port maintainer.
8443
06298abd
AO
84442000-09-06 Alexandre Oliva <aoliva@redhat.com>
8445
4b92758a
AO
8446 * Makefile.in (all-zlib): Added dummy target.
8447
06298abd
AO
8448 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8449 ltcf-gcj.sh: Updated from libtool multi-language branch.
8450
4d73d07a
AO
84512000-09-05 Alexandre Oliva <aoliva@redhat.com>
8452
8453 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8454 (bootstrap*): Depend on all-bootstrap.
8455
05d52d78
PT
84562000-09-05 Philipp Thomas <pthomas@suse.de>
8457
8458 * config.guess: Import CVS version 1.156.
8459 * config.sub: Import CVS version 1.179.
8460
3c809ba4
AG
84612000-09-02 Anthony Green <green@cygnus.com>
8462
8463 * Makefile.in (all-gcc): Depend on all-zlib.
8464 (CLEAN_MODULES): Add clean-zlib.
8465 (ALL_MODULES): Add all-zlib.
8466 * configure.in (host_libs): Add zlib.
8467
10ad78a0 84682000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
8469
8470 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8471 crosses, but add gcc/include to the header search path for them.
8472
b36a9ce3
DB
84732000-08-04 David E. O'Brien <obrien@FreeBSD.org>
8474
8475 * MAINTAINERS: Add self to Write After Approval list.
8476
cb011248
FS
84772000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8478
8479 * config.guess: Import CVS version 1.152.
8480 * config.sub: Import CVS version 1.177.
8481
db310af0
AO
84822000-08-25 Alexandre Oliva <aoliva@redhat.com>
8483
7965440a
AO
8484 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8485 $targargs to tell whether newlib is going to be built.
8486
db310af0
AO
8487 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8488 $$r/TARGET_SUBDIR/libio for _G_config.h.
8489
e7977565
AO
84902000-08-23 Alexandre Oliva <aoliva@redhat.com>
8491
8492 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
8493
126bb9ed
DD
84942000-08-22 DJ Delorie <dj@redhat.com>
8495
8496 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
8497
5b0e9d29
AO
84982000-08-22 Alexandre Oliva <aoliva@redhat.com>
8499
8500 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8501 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8502 sub-configures.
8503
4f3e904e
DD
85042000-08-21 DJ Delorie <dj@redhat.com>
8505
8506 * MAINTAINERS: Add self as a libiberty maintainer
8507
c9635443
AO
85082000-08-16 Alexandre Oliva <aoliva@redhat.com>
8509
8510 * configure.in (libstdcxx_flags): Use
8511 libstdc++-v3/src/libstdc++.INC.
8512
8b2100ba
AO
85132000-08-15 Alexandre Oliva <aoliva@redhat.com>
8514
8515 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8516
57119aa9
ZW
85172000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8518
eeb943b0
ZW
8519 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8520
6387a56e 8521 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
8522 explicit. Substitute enable_threads into generated Makefiles.
8523 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8524 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8525
acffa7c4
GK
85262000-08-13 Geoff Keating <geoffk@cygnus.com>
8527
8528 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8529
808d8c41
AO
85302000-08-12 Alexandre Oliva <aoliva@redhat.com>
8531
8532 * config-ml.in (CC): Remove bogus duplicate quotation mark from
8533 previous delta.
8534
1fc8c51c 85352000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 8536
1fc8c51c
JM
8537 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8538 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8539 (FLAGS_FOR_TARGET): Not here.
8540 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 8541
25698887
AO
85422000-08-11 Alexandre Oliva <aoliva@redhat.com>
8543
8544 * config-ml.in (CC, CXX): Don't introduce a leading space.
8545
10120687
DD
85462000-08-07 DJ Delorie <dj@delorie.com>
8547
8548 * MAINTAINERS: Add self as a DJGPP maintainer
8549
15c758e9
DD
85502000-08-07 DJ Delorie <dj@redhat.com>
8551
8552 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8553 "if we're also building gcc, and it's a gcc that will run on the
8554 build machine, we want to use its includes instead of the system's
8555 default includes".
8556
2d0de245
JM
85572000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
8558
8559 * MAINTAINERS: Add self to Write After Approval list.
8560
e81b330a
AO
85612000-08-03 Alexandre Oliva <aoliva@redhat.com>
8562
83440c1e
AO
8563 * configure.in (libstdcxx_flags): Don't use `"'.
8564
e81b330a
AO
8565 * config-ml.in: Adjust multilib search paths to the
8566 appropriate multilib tree.
8567
cf95c847
AO
85682000-08-02 Alexandre Oliva <aoliva@redhat.com>
8569
8570 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8571 commas in $LANGUAGES.
8572
9e9af119
MH
85732000-08-02 Manfred Hollstein <manfredh@redhat.com>
8574
8575 * configure.in: Re-enable all references to libg++ and librx.
8576
606ce391
AO
85772000-08-01 Alexandre Oliva <aoliva@redhat.com>
8578
89820b43
AO
8579 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8580 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
8581 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8582 * ltcf-cxx.sh (need_lc): Set based on postdeps.
8583
606ce391
AO
8584 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8585
04179d4a
AO
85862000-07-31 Alexandre Oliva <aoliva@redhat.com>
8587
8588 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8589 CXX_FOR_TARGET for sed.
8590
d4eb109c
AO
85912000-07-30 Alexandre Oliva <aoliva@redhat.com>
8592
8593 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8594 Do not override if already set in the environment or in configure.
8595 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8596 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8597
4f4caf92
AO
85982000-07-28 Alexandre Oliva <aoliva@redhat.com>
8599
8600 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8601 the libtool CVS tree multi-language branch.
8602 * ltconfig, ltmain.sh: Updated.
6387a56e 8603
b87487b6
AO
86042000-07-27 Alexandre Oliva <aoliva@redhat.com>
8605
1670d1ea
AO
8606 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8607 (clean-target): Depend on it.
8608
b87487b6
AO
8609 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8610 (GCC_FOR_TARGET): Use it.
8611 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8612 * configure.in: ... here.
8613 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8614 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8615
4e81ae98
EC
86162000-07-24 Eric Christopher <echristo@cygnus.com>
8617
8618 * MAINTAINERS: Add self to Write After Approval list.
8619
059ae32c
AO
86202000-07-24 Alexandre Oliva <aoliva@redhat.com>
8621
5b28edd4
AO
8622 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8623 (configure-target-libchill, configure-target-libobjc): Likewise.
8624
059ae32c
AO
8625 * configure.in: Use the same cache file for all target libs.
8626 * config-ml.in: But different cache files per multilib variant.
8627
1adcd149
MS
86282000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8629
8630 * configure (topsrcdir): Don't use dirname.
8631
2d573dff
JO
86322000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
8633
8634 * MAINTAINERS: Add self to Write After Approval list.
8635
d207ebef
JM
86362000-07-20 Jason Merrill <jason@redhat.com>
8637
8638 * configure.in: Remove all references to libg++ and librx.
8639
8640 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8641
86422000-07-20 Hans-Peter Nilsson <hp@axis.com>
8643
8644 * config.sub: Update to subversions version 2000-07-06.
8645
7b7792d5
AH
86462000-07-12 Andrew Haley <aph@cygnus.com>
8647
8648 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8649 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8650
3abaac67
PE
86512000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8652
8653 * symlink-tree: Check number of arguments.
8654
34be2b36
JW
86552000-07-05 Jim Wilson <wilson@cygnus.com>
8656
8657 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8658 search path for a g++ extracted from the build tree. This
8659 will allow link tests run by configure scripts in
8660 subdirectories to succeed.
8661
d207ebef
JM
86622000-07-01 Koundinya K <kk@ddeorg.soft.net>
8663
e490616e 8664 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 8665
0900331b
MH
86662000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8667
8668 * MAINTAINERS: Add myself as loop discovery maintainer.
8669
d207ebef
JM
86702000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8671
8672 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8673 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8674
86752000-06-19 Timothy Wall <twall@cygnus.com>
8676
8677 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8678 * config.sub: Add tic54x target.
8679
11a27a76
TM
8680Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
8681
8682 * MAINTAINERS: Add self as Fortran maintainer,
8683 remove Craig Burley.
8684
d207ebef 8685Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 8686
d207ebef
JM
8687 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8688 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 8689
7758b73f
PT
8690Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
8691
8692 * MAINTAINERS: Add self as i18n maintainer
8693
d207ebef
JM
869420000-05-21 H.J. Lu (hjl@gnu.org)
8695
e490616e
ZW
8696 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8697 directory are used if they exist. Make sure
8698 $(build_tooldir)/include is searched for header files,
8699 $(build_tooldir)/lib/ for library files.
d207ebef 8700 (GCC_FOR_TARGET): Likewise.
e490616e 8701 (CXX_FOR_TARGET): Likewise.
d207ebef 8702
bae29210
JL
8703Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
8704
8705 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8706
d207ebef 8707Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
8708
8709 * Makefile.in (configure-target-libiberty): Depend on
8710 configure-target-newlib.
8711
aab0d19d
AO
87122000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8713
8714 * configure.in, Makefile.in: Merge all libffi-related
8715 configury stuff from the libgcj tree.
8716
d207ebef
JM
8717Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
8718
8719 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8720 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8721
8722Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8723
8724 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8725 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 8726 current version information. Add to proto-toplev directory.
d207ebef
JM
8727 (gdb-taz): Build do-djunpack.
8728
758c7bd4
DE
87292000-05-15 David Edelsohn <edelsohn@gnu.org>
8730
8731 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8732
1888228d
AC
8733Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
8734
8735 * MAINTAINERS: Add self to Write After Approval list.
8736
d207ebef
JM
87372000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8738
8739 * ltmain.sh: Preserve in relink_command any environment
8740 variables that may affect the linker behavior.
8741
2d7cc2fe
JL
8742Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
8743
d207ebef
JM
8744 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8745
8746Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
8747
8748 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8749
87502000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8751
8752 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 8753 with the version name.
2d7cc2fe 8754
ee455968
JE
8755Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
8756
8757 * MAINTAINERS: Add self as bb-reorder maintainer.
8758
73b97e5c
BK
87592000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8760
8761 * config.if: Tweak.
8762
d207ebef
JM
87632000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8764
8765 * djunpack.bat: New file.
8766
8767Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
8768
8769 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
8770 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8771 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8772 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 8773
954869eb
DP
87742000-04-16 Dave Pitts <dpitts@cozx.com>
8775
e490616e
ZW
8776 * config.sub (case $basic_machine): Change default for "ibm-*"
8777 to "openedition".
954869eb 8778
eaabe541
AJ
87792000-04-13 Andreas Jaeger <aj@suse.de>
8780
8781 * MAINTAINERS: Added myself.
8782
d207ebef
JM
8783Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8784
8785 * Makefile.in (gdb-taz): New target. GDB specific archive.
8786 (do-md5sum): New target.
8787 (MD5PROG): Define.
8788 (PACKAGE): Default to TOOL.
8789 (VER): Default to a shell script.
8790 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 8791 md5 checksum generation.
d207ebef
JM
8792 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8793 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8794 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 8795 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
8796
8797Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
8798
8799 * configure (warn_cflags): Delete.
8800
0ea6d60c
PDM
8801Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
8802
8803 * MAINTAINERS: Added myself.
8804
17090313 88052000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 8806 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 8807
e490616e
ZW
8808 * configure.in (enable_libstdcxx_v3): Add.
8809 (target_libs): Add bits here to switch between libstdc++-v2 and
8810 libstdc++-v3.
8811 * config.if: And this file too.
8812 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 8813
76b78517
MM
88142000-04-05 Michael Meissner <meissner@redhat.com>
8815
8816 * config.sub (d30v): Add d30v as a basic machine type.
8817
ad242caf
JM
88182000-03-29 Jason Merrill <jason@casey.cygnus.com>
8819
8820 * configure.in: -linux-gnu*, not -linux-gnu.
8821
d4537148
TM
8822Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
8823
8824 * MAINTAINERS: Add self in write-after-approval section.
8825
f152e9d4
JW
8826Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
8827
8828 * MAINTAINERS: Add self as ia64 port maintainer.
8829
6a5fcef1
NB
88302000-03-08 Neil Booth <NeilB@earthling.net>
8831
8832 * MAINTAINERS: Add self in write-after-approval section.
8833
d207ebef 8834Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 8835
d207ebef
JM
8836 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8837 (do-tar-bz2): Replace TOOL with PACKAGE.
8838 (gdb.tar.bz2): Remove GDBTK from GDB package.
8839 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 8840 dejagnu.tar.bz2): New packages.
d207ebef
JM
8841
88422000-02-27 Andreas Jaeger <aj@suse.de>
8843
8844 * configure.in: Add entry for mips*-*-linux*, move catch all
8845 *-*-*linux* entry below this one.
8846
88472000-02-27 Ian Lance Taylor <ian@zembu.com>
8848
8849 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 8850
521fe9d0
NC
88512000-02-24 Nick Clifton <nickc@cygnus.com>
8852
8853 * config.sub: Support an OS of "wince".
8854
d207ebef
JM
8855Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
8856
8857 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 8858 version.
d207ebef
JM
8859
88602000-02-23 Linas Vepstas <linas@linas.org>
8861
8862 * config.sub: Add support for Linux/IBM 370.
8863 * configure.in: Likewise.
8864
3a685f6f
NC
88652000-02-22 Nick Clifton <nickc@cygnus.com>
8866
8867 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8868
d207ebef 88692000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 8870
d207ebef 8871 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 8872
4746ee26
KG
88732000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8874
8875 * configure (gcc_version): When setting, narrow search to
8876 lines containing `version_string'.
8877
ba96c72d
DC
88782000-02-15 Denis Chertykov <denisc@overta.ru>
8879
8880 * config.sub: Add support for avr target.
8881
77f16a66
NC
88822000-02-14 Nick Clifton <nickc@cygnus.com>
8883
8884 * MAINTAINERS: Add maintainers for MCore port.
8885
784a3a80
HPN
8886Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
8887
8888 * config.sub: Add mmix-knuth-mmixware.
8889
719dd4fa
KG
88902000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8891
8892 * MAINTAINERS: Pair cccp with cpplib maintainership.
8893
d207ebef
JM
88942000-01-27 Christopher Faylor <cgf@redhat.com>
8895
8896 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8897 structure stuff to -L library search.
8898 (CXX_FOR_TARGET): Ditto.
8899 (CROSS_CHECK_MODULES): Fix spelling mistake.
8900
7a53e94b
MM
89012000-01-24 Mark Mitchell <mark@codesourcery.com>
8902
8903 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8904 the C++ compiler.
8905
0da3b5a7
RH
89062000-01-12 Richard Henderson <rth@cygnus.com>
8907
8908 * configure.in: Don't build some bits for beos.
8909
02368d6d
JS
89102000-01-12 Joel Sherrill (joel@OARcorp.com)
8911
8912 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8913 as include files.
8914
2e76d35c
ZW
89152000-01-11 Zack Weinberg <zack@wolery.cumb.org>
8916
8917 * Add self as cpplib maintainer, as requested by Jason
8918 Merrill. Correct my e-mail address.
8919
4c25fdcf
GK
89202000-01-06 Geoff Keating <geoffk@cygnus.com>
8921
8922 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8923 not mh-aix43.
8924
188e3966
HPN
8925Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
8926
8927 * MAINTAINERS: Add myself to "write after approval" list.
8928
c2f5d030
RH
89291999-12-14 Richard Henderson <rth@cygnus.com>
8930
8931 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8932 * config.sub: Accept alphaev[78], alphaev8.
8933
eeda916a
AO
89341999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8935
8936 * config.guess, config.sub: Update from autoconf.
8937
b3bd7820
BK
89381999-11-29 Bruce Korb <autogen@linuxbox.com>
8939
2c290989 8940 * MAINTAINERS: update my playtime e-address.
b3bd7820 8941
1882b2b1
RO
8942Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8943
8944 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8945 necessary libraries are missing.
8946
2395f805
DN
8947Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
8948
8949 * MAINTAINERS: Add new 'write after approval' maintainer.
8950
1e25de97
APB
8951Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
8952
8953 * MAINTAINERS: Add new Java maintainer.
8954
1722c704
AS
89551999-10-25 Andreas Schwab <schwab@suse.de>
8956
8957 * configure: Fix quoting inside arguments of eval.
8958
8141abe8
NC
89591999-10-21 Nick Clifton <nickc@cygnus.com>
8960
8961 * config-ml.in: Allow suppression of some ARM multilibs.
8962
0b77644a
LV
8963Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8964
8965 * config.guess: Add OS/390 match pattern.
8966 * config.sub: Add mvs, openedition targets.
8967 * configure.in (i370-ibm-opened*): New.
8968
d207ebef
JM
89691999-09-04 Steve Chamberlain <sac@pobox.com>
8970
8971 * config.sub: Add support for configuring for pj.
8972
89731999-08-31 Nick Clifton <nickc@cygnus.com>
8974
8975 * config.sub (maybe_os): Add support for configuring for fr30.
8976
af13ebe9
NC
89771999-08-25 Nick Clifton <nickc@cygnus.com>
8978
8979 * configure.in: Do not configure or build ld for AIX
8980 platforms. ld is known to be broken on these platforms.
8981
1250c760
RO
8982Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8983
8984 * config-ml.in: Pass compiler flag corresponding to multidirs to
8985 subdir configures.
8986
d207ebef
JM
89871999-08-09 Ian Lance Taylor <ian@zembu.com>
8988
8989 * Makefile.in (LDFLAGS): Define.
8990
89911999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8992
8993 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8994 noconfigdirs.
8995 (*-*-cygwin*): Likewise.
8996
89971999-08-08 Ian Lance Taylor <ian@zembu.com>
8998
8999 * mkdep: New file.
9000 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9001 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9002
9003 From Eli Zaretskii <eliz@is.elta.co.il>:
9004 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9005 long file name when using DJGPP on MS-DOS.
9006
dbd83e11
JL
9007Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9008
9009 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9010
d207ebef
JM
90111999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9012
9013 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9014 dependency as this causes "make check" to globally "make all"
9015
cd1f4c2c
TT
9016Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9017
9018 * configure.in (target_libs): Added target-zlib.
9019 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9020 (CONFIGURE_TARGET_MODULES): Likewise.
9021 (CHECK_TARGET_MODULES): Likewise.
9022 (INSTALL_TARGET_MODULES): Likewise.
9023 (CLEAN_TARGET_MODULES): Likewise.
9024 (configure-target-zlib): New target.
9025 (all-target-zlib): Likewise.
9026 (all-target-libjava): Depend on all-target-zlib.
9027 (configure-target-libjava): Depend on configure-target-zlib.
9028
9029 * Makefile.in (configure-target-libjava): Depend on
9030 configure-target-newlib.
9031 (configure-target-boehm-gc): New target.
9032 (configure-target-qthreads): New target.
9033
e490616e
ZW
9034 * configure.in (target_libs): Added target-qthreads.
9035 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9036 (CONFIGURE_TARGET_MODULES): Likewise.
9037 (CHECK_TARGET_MODULES): Likewise.
9038 (INSTALL_TARGET_MODULES): Likewise.
9039 (CLEAN_TARGET_MODULES): Likewise.
9040 (all-target-qthreads): New target.
9041 (configure-target-libjava): Depend on configure-target-qthreads.
9042 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
9043
9044 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9045 (CONFIGURE_TARGET_MODULES): Likewise.
9046 (CHECK_TARGET_MODULES): Likewise.
9047 (INSTALL_TARGET_MODULES): Likewise.
9048 (CLEAN_TARGET_MODULES): Likewise.
9049 (all-target-libjava): New target.
9050 (all-target-boehm-gc): Likewise.
9051 * configure.in (target_libs): Added libjava, boehm-gc.
9052
d207ebef
JM
90531999-07-22 Ian Lance Taylor <ian@zembu.com>
9054
9055 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9056 configure.bat in SUPPORT_FILES.
9057 (gas+binutils.tar.bz2): Likewise.
9058
9059 * makeall.bat: Remove; obsolete.
9060
90611999-07-21 Ian Lance Taylor <ian@zembu.com>
9062
9063 From Mark Elbrecht:
9064 * configure.bat: Remove; obsolete.
9065
90661999-07-11 Ian Lance Taylor <ian@zembu.com>
9067
9068 * configure: Add -W -Wall to the default CFLAGS when compiling with
9069 gcc.
9070
9071Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9072
9073 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9074
90751999-06-30 Mark Mitchell <mark@codesourcery.com>
9076
9077 * configure.in: Build ld on IRIX6.
9078
90791999-06-12 Ian Lance Taylor <ian@zembu.com>
9080
9081 * Makefile.in: Change distribution targets to use bzip2 instead of
9082 gzip.
9083 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9084 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9085
90861999-06-04 Nick Clifton <nickc@cygnus.com>
9087
9088 * config.sub: Add mcore target.
9089
26d088fa
CD
9090Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
9091
9092 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9093
c2c08b29
L
9094Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
9095
9096 * config.guess (dummy): Changed to $dummy.
9097
671d0648
NC
90981999-05-24 Nick Clifton <nickc@cygnus.com>
9099
9100 * config.sub: Tidied up case statements.
9101
b1345c72
BE
91021999-05-22 Ben Elliston <bje@cygnus.com>
9103
51ccbd8d
BE
9104 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9105 <jiro@din.or.jp>.
9106
b1345c72
BE
9107 * config.guess: Merge with FSF version. Future changes will be
9108 more accurately recorded in this ChangeLog.
9109 * config.sub: Likewise.
9110
2caf864f
SM
9111Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
9112
9113 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9114
d207ebef
JM
91151999-04-30 Tom Tromey <tromey@cygnus.com>
9116
9117 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9118
90fb0c24
TT
91191999-04-23 Tom Tromey <tromey@cygnus.com>
9120
9121 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9122
d207ebef
JM
91231999-04-20 Drew Moseley <dmoseley@cygnus.com>
9124
9125 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9126 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9127 Bad merge removed these two changes.
9128
3516940d 9129Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 9130 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
9131
9132 * config.guess (interix Alpha): Add.
9133
d207ebef
JM
91341999-04-11 Richard Henderson <rth@cygnus.com>
9135
9136 * configure.in (i?86-*-beos*): Do config gperf; don't config
9137 gdb, newlib, or libgloss.
9138
e891fbfe 9139Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 9140
e891fbfe
AO
9141 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9142 link a trivial program with -mabi=64. If it fails, remove mabi=64
9143 from multidirs.
9144
f9ae47d6
PT
9145Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
9146
9147 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9148
d207ebef
JM
91491999-04-08 Nick Clifton <nickc@cygnus.com>
9150
9151 * config.sub: Add support for mcore targets.
9152
91531999-04-07 Michael Meissner <meissner@cygnus.com>
9154
9155 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9156 not mt-ospace, in order to shut up assembler warning about using
9157 symbols that are named the same as registers.
9158
91591999-04-07 Drew Moseley <dmoseley@cygnus.com>
9160
9161 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9162 dependency list for all-target-cygmon.
9163
91641999-04-05 Doug Evans <devans@casey.cygnus.com>
9165
9166 * config-ml.in: Check $host, not $target, for selective multilibs.
9167 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9168 thumb interworking, and underscore prefix multilibs.
9169
91701999-04-04 Ian Lance Taylor <ian@zembu.com>
9171
9172 * missing: Update to version from current automake.
9173
88101ab9
L
9174Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9175
9176 * configure (gxx_include_dir): Removed.
9177
9178 * configure.in (gxx_include_dir): Handle it.
9179 * Makefile.in: Likewise.
9180
d207ebef
JM
91811999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9182
9183 * config.sub (mips64vr4111,mips64vr4111el) Add.
9184
91851999-03-21 Ben Elliston <bje@cygnus.com>
9186
e490616e 9187 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 9188
8dc91cbe
ME
9189Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9190
8dc91cbe
ME
9191 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9192 config/mh-djgpp.
9193
d207ebef
JM
9194Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9195
9196 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9197 all-target-newlib to dependency list for all-target-bsp.
9198
926bb5ed
MK
9199Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9200
9201 * config.sub: Add i386-uwin support.
9202 * config.guess: Likewise.
9203
4a6e3000
FS
9204Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9205
9206 * configure.in: cleanup, add mh-*pic handling for arm, special
9207 case powerpc*-*-aix*
9208
d207ebef
JM
9209Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9210
9211 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9212 can be built.
9213
9214Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9215
9216 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 9217 targets.
d207ebef 9218
71c91078
NC
92191999-03-02 Nick Clifton <nickc@cygnus.com>
9220
9221 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9222
282e5df8
GN
9223Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
9224
9225 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9226
1de558ee
NC
92271999-02-24 Nick Clifton <nickc@cygnus.com>
9228
9229 * config.sub: Fix typo in arm recognition.
9230
d207ebef
JM
9231Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
9232
9233 * configure.in (noconfigdirs): Changed target_configdirs to
9234 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9235 rather than m68k-*-* since it is not known to work on
9236 m68k-aout. Ditto for arm-*-*oabi.
9237
9238Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
9239
9240 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
9241
92421999-02-19 Ben Elliston <bje@cygnus.com>
9243
9244 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9245 Smart and improved by Andrew Cagney.
9246
fab7445a
ME
9247Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
9248
9249 * config.guess: Recognize openbsd-*-hppa.
9250
8ccdc228
L
9251Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
9252
9253 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9254 only if it is not empty.
9255
3b7265ff
NC
92561999-02-17 Nick Clifton <nickc@cygnus.com>
9257
9258 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 9259
d207ebef 9260 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
9261
9262 * config.sub: Modified to recognize uname's armv* syntax.
9263
d207ebef
JM
92641999-02-17 Mark Salter <msalter@cygnus.com>
9265
9266 * configure.in: Added target-bsp for sparclite.
9267
9268Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
9269
9270 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9271
92721999-02-08 Nick Clifton <nickc@cygnus.com>
9273
9274 * configure.in: Add support for strongarm port.
9275 * config.sub: Add support for strongarm target.
9276
c48dd3f5 9277Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 9278
c48dd3f5
MK
9279 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9280 the old name config/mh-cygwin32.
9281 Enable texinfo.
9282
d207ebef
JM
9283Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
9284
9285 * configure.in: Do build ld for ix86 Solaris.
9286
ecd62820
JW
9287Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
9288
9289 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9290 $AR_FOR_TARGET. Likewise for RANLIB.
9291
bbd8fa7f 9292Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 9293
e490616e
ZW
9294 * config.sub (oabi): Recognize.
9295 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 9296
0397442c
RL
9297Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
9298
9299 * config.guess: Improve detection of i686 on UnixWare 7.
9300
c9ffaa63
MK
9301Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
9302
9303 * config.guess: Add support for i386-pc-interix.
9304 * config.sub: Likewise.
9305 * configure.in: Likewise.
c9ffaa63 9306
d207ebef
JM
9307Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
9308
9309 * Makefile.in: Remove unneeded all-target-libio from
9310 from all-target-winsup target since it is now unneeded.
9311 Add all-target-libtermcap in its place since it is now
9312 needed.
9313
9314Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
9315
9316 * configure.in: makefile stub for cygwin target is probably
9317 unnecessary. Remove it for now.
d207ebef
JM
9318
9319Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
9320
9321 * configure.in: libtermcap.a should be built when cygwin is the
9322 target as well as the host.
9323 * config.guess: Allow mixed case in cygwin uname output.
9324 * Makefile.in: Add libtermcap target.
d207ebef 9325
ebe12325
JL
9326Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
9327
9328 * config.sub: Clean up handling of hppa2.0.
9329
57057b67
RB
9330Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
9331
9332 * config.guess: Use C code to identify more HP machines.
9333
f8670be1
JL
9334Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9335
9336 * config.sub: Handle hppa2.0.
9337
d207ebef
JM
9338Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9339
9340 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 9341 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
9342
93431998-12-15 Mark Salter <msalter@cygnus.com>
9344
9345 * configure.in: Added target-bsp for several target architectures.
9346
9347 * Makefile.in: Added rules for bsp.
9348
d1a09590
JL
9349Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9350
9351 * config.guess: Improve detection of hppa2.0 processors.
9352
9353Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9354
9355 * config.guess: Recognize FreeBSD using ELF automatically.
9356
71205e0b
MH
93571998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9358
9359 * configure (skip-this-dir): Add handling for new shell script, which
9360 might be created by a sub-directory's configure to indicate, this particular
9361 directory is "unwanted".
9362 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9363
d207ebef
JM
9364Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9365
9366 * ltconfig: import from libtool, after changing libtool to
9367 account for the cygwin name change.
9368
9369Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9370
9371 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9372 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9373
9374Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9375
9376 * configure.in: Add libtermcap to list of cygwin dependencies.
9377
9378Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
9379
e490616e
ZW
9380 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9381 they include winsup/include when it's a cygwin target.
d207ebef
JM
9382
93831998-11-12 Tom Tromey <tromey@cygnus.com>
9384
9385 * configure.in (host_tools): Added zip.
9386 * Makefile.in (all-target-libjava): Depend on all-zip.
9387 (all-zip): New target.
9388 (ALL_MODULES): Added all-zip.
9389 (NATIVE_CHECK_MODULES): Added check-zip.
9390 (INSTALL_MODULES): Added install-zip.
9391 (CLEAN_MODULES): Added clean-zip.
9392
9393Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
9394
9395 * Makefile.in: lose "32" from comment about cygwin.
9396
9397Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
9398
9399 * configure.in: Use -Os to build target libraries for the fr30.
9400
9401Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
9402
9403 * config.sub: Add fr30.
9404
9405Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
9406
e490616e 9407 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
9408 cygwin* instead of cygwin32*.
9409 * config.sub: Check cygwin* instead of cygwin32*.
9410
d2ec8b39
RL
9411Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
9412
9413 * config.guess: Match any version of Unixware7.
9414
d207ebef
JM
94151998-10-20 Syd Polk <spolk@cygnus.com>
9416
9417 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9418 if desired.
9419
35cd2565
JL
9420Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
9421
9422 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9423 these if the appropriate directories and files to not exist.
9424
52d4e5b7
JL
9425Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
9426
9427 * Makefile.in (DEVO_SUPPORT): Add config.if.
9428
38ada91e
MH
9429Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
9430
9431 * configure: Add pattern to replace "build_tooldir"'s
9432 definition in the generated Makefile with "tooldir"'s
9433 actual value.
9434
e44e84da
JL
9435Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9436
56a8387f
JL
9437 * config.sub: Bring back lost sparcv9.
9438
e44e84da
JL
9439 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9440
5cb95c7a
JL
9441Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9442
9443 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9444 CC_FOR_TARGET and friends.
9445
9446Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 9447
ceff9b14
AO
9448 * Makefile.in (build_tooldir): New variable, same as tooldir.
9449 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9450 -B$(build_tooldir)/bin/.
9451 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 9452
f2d11dcd
GP
9453Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9454
9455 * README: Remove installation instructions and refer to the
9456 INSTALL directory instead.
9457
73a6d2e7 9458Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 9459
73a6d2e7
RL
9460 * config.sub: Add support for i[34567]86-pc-udk.
9461 * configure.in: Likewise.
9462
5d4a5ee6
JL
9463Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9464
9465 * Makefile.in: add bzip2 package building bits for user
9466 tools module
9467 * configure.in: ditto
9468
6fc19d6d
JL
9469Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9470
9471 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9472 (ALL_TARGET_MODULES): Add all-target-libobjc.
9473 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9474 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9475 (all-target-libchill): Add dependencies.
9476 * configure.in (target_libs): Add libchill.
4e81ae98 9477
f653f0ab
MH
94781998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9479
9480 * configure.in (target_subdir): Remove duplicate line.
9481
5d4a5ee6
JL
9482Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9483
9484 * Makefile.in (all-automake): fix dependencies.
9485
494933e4
JL
9486Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9487
9488 * configure.in: Minor cleanups for building in the $(target_alias)
9489 subdir.
9490
f6b58262
JW
94911998-09-22 Jim Wilson <wilson@cygnus.com>
9492
9493 * Makefile.in (bootstrap): Set r and s before make all. Use
9494 BASE_FLAGS_TO_PASS in make all.
9495 (cross): Likewise.
9496
27c7a08d
MM
94971998-09-20 Mark Mitchell <mark@markmitchell.com>
9498
9499 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9500
e67afd1e
RH
9501Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9502
9503 * config.sub: Fix typo in last change.
9504
8e44ac71
MH
95051998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9506
9507 * config.sub: Add support for C4x target.
9508 * configure.in: Likewise.
9509
d7496fbb
DM
95101998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9511
9512 * config.sub: Recognize sparcv9 just like sparc64.
9513
22097bd1
RL
9514Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9515
9516 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9517
4b877abd
JL
9518Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9519
2c8ec9a2
JL
9520 * config.guess: Correctly identify Pentium II sco boxes.
9521
4b877abd
JL
9522 * config.guess: Fix "tr" code. From Weiwen Liu.
9523
ab03db52
JH
9524Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9525
9526 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9527 stabs.
9528
b54db294
JL
9529Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9530
9531 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9532 (ALL_TARGET_MODULES): Add all-target-libchill.
9533 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9534 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9535 (all-target-libchill): Add dependencies.
9536 * configure.in (target_libs): Add libchill.
9537
bf48dd73
LW
9538Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9539
9540 * config.guess: Avoid assumptions about "tr" behaves when
9541 LANG is set to something other than English.
9542
a3cbd105
L
9543Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9544
9545 * configure (gxx_include_dir): Changed to
9546 '${prefix}/include/g++'-${libstdcxx_interface}.
9547
9548 * config.if: New to determine the interfaces.
9549
c4acd909
MK
9550Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9551
9552 * config.guess: Detect and handle MPE/IX.
9553 * config.sub: Deal with MPE/IX.
9554
9ea97665
DE
9555Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9556
9557 * configure.in: Use mh-aix43.
9558
0ce065bd
MH
95591998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9560
9561 * configure: Fix --without/--disable cases for gxx-include-dir.
9562
5d4a5ee6
JL
9563Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9564
9565 * mdata-sh: Imported. Needed for automake support.
9566
9567Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9568
9569 * Makefile.in (taz): Try "chmod -R og=u ." before
9570 "chmod og=u `find . -print`".
9571
9572Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9573
9574 * configure.in: Add arm-elf and thumb-elf support.
9575
9576Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9577
9578 * Makefile.in: Undo previous patch.
9579
9580Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9581
9582 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9583 to here ...
9584 (install-no-fixedincludes): and here
9585 (INSTALL_MODULES): ... from here.
9586
466456d9
ILT
9587Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9588
9589 * config.sub: Merge with FSF.
9590
1b409d25
ILT
9591 * config.guess: Merge with FSF.
9592
d207ebef
JM
9593Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9594
9595 * configure (extraconfigdirs): New variable.
9596 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9597 * Makefile.in (all): Move higher in file.
9598 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9599 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9600 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9601 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9602 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9603
96041998-07-23 Brendan Kehoe <brendan@cygnus.com>
9605
9606 * Makefile.in (all-target-libjava): Depend on all-gcc and
9607 all-target-newlib.
9608 (configure-target-libjava): Depend on $(ALL_GCC).
9609
7f1937c1
RL
9610Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9611
9612 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9613 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9614
2ada2bd6
ML
9615Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
9616
9617 * INSTALL/README: Fix typo.
9618
1e025bde
ML
9619Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9620
5d4a5ee6
JL
9621 * ylwrap: Change absolute path checks to check for DOS style path
9622 names.
1e025bde 9623
5d4a5ee6
JL
9624 * ylwrap: Don't use a full path name if the source file is in the
9625 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 9626
6755ff73
ILT
9627 * config-ml.in: Default to being verbose, to match Feb 18 change to
9628 configure.
9629
5d4a5ee6
JL
9630Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9631
9632 Brought over from egcs:
9633
9634 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9635
9636 * configure.in (target_subdir): Set to ${target_alias} instead
9637 of "libraries".
9638
9639 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9640
9641 * configure.in (target_subdir): Set to libraries if enable_multilib.
9642
9643Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9644
9645 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9646 multilibs, force reconfiguration the first time we create
9647 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9648
9649Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9650
9651 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9652 avoid confusion with --no-recursion.
9653
9654Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9655
9656 * configure.in: Win32 hosts shouldn't use install -x
9657 * install-sh: remove -x option, and special .exe-handling
9658 hack.
9659
d207ebef
JM
9660Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9661
9662 * config.guess: Recognize i586-pc-beos.
9663 * configure.in: Don't build some bits for beos.
9664
fbd836fc
ILT
9665Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9666
5d4a5ee6
JL
9667 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9668 CFLAGS default to -O2.
9669
fbd836fc
ILT
9670 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9671 when using GNU ld.
9672
9673Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9674
9675 * ltmain.sh: Correct install when using a different shell.
9676
9677Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9678
9679 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9680
d207ebef
JM
9681Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9682
9683 * makefile.vms: Update to build binutils/makefile.vms. Add install
9684 target.
fbd836fc
ILT
9685
9686Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9687
9688 * ltconfig: Update to correct AIX handling.
9689
69b471bc
JL
9690Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9691
81241b5e
JL
9692 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9693
69b471bc
JL
9694 * configure.in (target_subdir): Set to ${target_alias} instead
9695 of "libraries".
9696
bedf82df
MH
96971998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9698
9699 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9700 (Makefile): Depend on $(gcc_version_trigger).
9701
9702 * configure (gcc_version): Change default initializer to empty
9703 string.
9704 (gcc_version_trigger): New variable; pass this variable down
9705 to subdir configures to enable them checking gcc's version
9706 themselves. Emit make macros for both gcc_version vars.
9707 (topsrcdir): Initialize reliably.
9708 (recursion line): Remove --with-gcc-version=${gcc_version}.
9709
28e449d8
MH
97101998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9711
9712 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
9713 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9714 in $(libsubdir); emit definition in each generated Makefile.
9715 (gxx_include_dir): Initialize depending on
9716 $enable_version_specific_runtime_libs.
28e449d8 9717
50c4c9f7
MH
97181998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9719
9720 * configure (gcc_version): Initialize properly depending on
9721 how and where configure is started.
9722 (recursion line): Pass a --with-gcc-version=${gcc_version}
9723 to configures in subdirs.
9724
d207ebef
JM
9725Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9726
9727 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 9728 cygmon
d207ebef 9729
5d4a5ee6
JL
9730Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9731
9732 * configure.in: Add cygmon and libstub support for mn10200.
9733
2f96399b
MH
97341998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9735
9736 * configure (gcc_version): Add new variable describing the
9737 particular gcc version we're building.
9738 * Makefile.in (libsubdir): Add new macro for the directory
9739 in which the compiler finds executables, libraries, etc.
9740 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9741 and libsubdir.
9742
c4137c50
AO
9743Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9744
ceff9b14
AO
9745 * Makefile.in (local-clean): Remove *.log.
9746 (warning.log): Built with warn_summary from build.log.
9747 (mail-report.log): Run test_summary.
9748 (mail-report-with-warnings.log): Run test_summary including
9749 warning.log in the report.
c4137c50 9750
276d5ee0
RL
9751Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9752
9753 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9754
5d4a5ee6
JL
9755Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9756
9757 * Makefile.in (grep): Grep no longer depends on libiberty.
9758
9759Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9760
9761 * Makefile.in: all-snavigator needs all-libgui.
9762
9763Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9764
9765 * configure.in: Add cygmon and libstub support for mn10300.
9766
8af14275
ILT
9767Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9768
9769 * missing: Update to version from automake 1.3.
9770
fbd836fc
ILT
9771 * ltmain.sh: On installation, don't get confused if the same name
9772 appears more than once in the list of library names.
9773
466456d9
ILT
9774Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9775
9776 * config.sub: Accept m68060 and m5200 as CPU names.
9777
5d4a5ee6
JL
9778Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9779
9780 * configure: Use && rather than using -a in test, because odd
9781 strings can confuse test.
9782 * configure.in: Likewise.
9783
fbd836fc
ILT
9784Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9785
9786 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9787
f0983958
AO
9788Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9789
9790 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 9791 bootstrap4-lean): New targets.
f0983958 9792
bfed1ea0
JL
9793Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9794
9795 * mpw-* Delete. Not used.
9796
5d4a5ee6
JL
9797Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9798
9799 * COPYING.LIB: Update FSF address.
9800
bfed1ea0
JL
9801Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9802
9803 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9804
5d4a5ee6
JL
9805 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9806 GAS_SUPPORT_DIRS.
9807
bfed1ea0
JL
9808Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9809
9810 * ltconfig, ltmain.sh: Avoid producing a version number if
9811 -version-info was not used.
9812
5d4a5ee6
JL
9813Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9814
9815 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9816 building with newlib.
9817
98181998-04-30 Paul Eggert <eggert@twinsun.com>
9819
d207ebef 9820 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 9821 Solaris `make' causes it to continue to next definition.
d207ebef
JM
9822
9823Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9824
9825 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9826 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
9827
9828Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9829
9830 * configure.in: Change alpha to alpha* in several places.
9831
d207ebef
JM
9832Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9833
9834 * config.sub: Recognize sparc86x.
9835
77be0cab
MM
9836Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9837
9838 * configure.in (--enable-target-optspace): Remove debug echo.
9839
62441128
JW
9840Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9841
9842 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9843
bfed1ea0
JL
9844Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9845
9846 * ltconfig: Update cygwin32 support.
9847
5d4a5ee6
JL
9848 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9849 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9850 (GDB_SUPPORT_DIRS): Likewise.
9851
3f4ea1de
MM
9852Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9853
9854 * configure.in (target_makefile_frag): If --enable-target-optspace,
9855 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
9856 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9857 not used.
9858 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 9859
5d4a5ee6
JL
9860Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9861
9862 * Makefile.in (all-bfd): Depend on all-intl.
9863 (all-binutils): Likewise.
9864 (all-gas): Likewise.
9865 (all-gprof): Likewise.
9866 (all-ld): Likewise.
9867
98681998-04-19 Brendan Kehoe <brendan@cygnus.com>
9869
9870 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9871
bfed1ea0
JL
9872Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9873
5d4a5ee6
JL
9874 * Makefile.in (all-bfd): Depend upon all-libiberty.
9875
bfed1ea0
JL
9876 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9877
5d4a5ee6
JL
9878Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9879
9880 * Makefile.in: Add libstub.
9881
9882 * configure.in: Ditto. Build libstub for targets that have cygmon
9883 support.
9884
9885Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9886
9887 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9888
9889Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9890
9891 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9892 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9893
ec8d6ddc
KW
9894Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9895
9896 * configure: Define DEFAULT_M4 by searching PATH.
9897 * Makfile.in: Use DEFAULT_M4.
9898
bfed1ea0
JL
9899Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9900
9901 * ltconfig: Add cygwin32 support.
9902
5d4a5ee6
JL
9903 * Makefile.in, configure.in: Add libtool as a native only directory
9904 to configure and build.
9905
547a6183
JL
9906Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9907
9908 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9909
5d4a5ee6 9910Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 9911
5d4a5ee6
JL
9912 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9913
9914Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9915
9916 * Makefile.in: add ash make rules
9917 * configure.in: add ash to native_only and host_tools lists
9918
9919Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9920
9921 * Makefile.in (all-gettext, all-intl): New targets.
9922 (ALL_MODULES): Added all-gettext, all-intl.
9923 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9924 (INSTALL_MODULES): Added install-gettext, install-intl.
9925 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9926
9927 * configure.in (host_tools): Added gettext.
9928 (native_only): Likewise.
9929 (noconfigdirs) [various cases]: Likewise.
9930 (host_libs): Added intl.
9931
d207ebef
JM
9932Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9933
9934 * configure: Do not disable building gdbtk for cygwin32 hosts.
9935
e98e406f
NC
9936Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9937
9938 * configure.in: Add thumb-coff target.
9939 * config.sub: Add thumb-coff target.
9940
5d4a5ee6
JL
9941Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9942
9943 * Makefile.in: Revert yesterday's change.
9944 (all-target-winsup): all-target-librx stays out of here.
9945
9946Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9947
9948 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9949 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9950 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9951 Remove references to librx and libg++.
9952
9953Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9954
9955 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9956 recursive makes
9957
bfed1ea0
JL
9958Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9959
9960 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 9961 for newlib directory.
bfed1ea0
JL
9962 (CXX_FOR_TARGET): Likewise.
9963
9964Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9965
9966 * ltconfig: Update after libtool/ltconfig.in change for
9967 hpux11.
9968
9969Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9970
9971 * ltconfig, ltmain.sh: Update to libtool 1.2.
9972
3cd730af
MH
9973Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9974
9975 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9976 (install-gcc-cross): Instead, override LANGUAGES here.
9977
80564603
DL
99781998-03-18 Dave Love <d.love@dl.ac.uk>
9979
9980 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9981 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9982
d207ebef
JM
9983Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9984
9985 * configure.in: Add Thumb-pe target.
9986
5d4a5ee6 9987Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 9988
5d4a5ee6
JL
9989 * Makefile.in - changed sn targets to snavigator
9990 * configure.in - changed sn targets to snavigator
9991
2d4a0558
MH
9992Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9993
9994 * config-ml.in: After building symlink tree call make distclean
9995 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9996 to be the case for libiberty.
9997
04b93567
L
9998Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9999
10000 * configure: When making link, also check the current
10001 directory. The configure scripts may create one.
10002
9a06b842
RH
10003Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10004
10005 * config.sub: Accept alphapca56 and alphaev6 properly.
10006
217fc4e6
FS
10007Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10008
10009 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10010
3e07bdbd 10011Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 10012
e490616e 10013 * config.sub (sco5): Fix typo.
3e07bdbd 10014
5d4a5ee6
JL
10015Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10016
10017 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10018 install-itcl.
10019 (install-itcl): Remove dependency on install-tcl.
10020
10021Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10022
10023 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10024
10025Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10026
10027 * configure.in: Don't build libgui for a cygwin32 target when not on
10028 a cygwin32 host.
10029
10030Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10031
10032 * configure (redirect): Set to null, so default behavior of
10033 configure is now --verbose.
10034
ce0d965c
DL
100351998-02-16 Dave Love <d.love@dl.ac.uk>
10036
10037 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10038 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10039
3acd1fd0
MH
10040Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10041
10042 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10043 this change to sync Makefile.in with its ChangeLog entries.
10044
5d4a5ee6
JL
10045Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10046
10047 * ltmain.sh (mkdir): Check that the directory doesn't exist
10048 before we exit with error, so that we don't get races during
10049 parallel builds.
10050
bfed1ea0
JL
10051Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10052
10053 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10054
4e77e8f1
MH
10055Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10056
10057 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10058 PICFLAG_FOR_TARGET.
10059 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10060
10061 * configure: Emit a definition for the new macro enable_shared
10062 into each Makefile.
10063
5d4a5ee6
JL
10064Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10065
10066 * configure.in (host_tools, native_only): Add libtool.
10067
10068Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10069
10070 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10071 Fix typo in ming config comment.
10072
bfed1ea0
JL
10073Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10074
10075 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10076
5d4a5ee6
JL
10077Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10078
10079 * config.sub: Add tic30 cases, and map c30 to tic30.
10080
8821a725
RH
10081Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10082
10083 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10084 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10085 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10086 (CLEAN_TARGET_MODULES): Similarly
10087 (all-target-libf2c): Add dependences.
4e81ae98 10088 * configure.in (target_libs): Add libf2c.
8821a725 10089
5d4a5ee6
JL
10090Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10091
10092 * configure.in: Remove expect from noconfigdirs when target
10093 is cygwin32. OK to build expect and dejagnu with Canadian
10094 Cross.
10095
0aadd657
ILT
10096Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10097
5d4a5ee6
JL
10098 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10099 host.
10100
0aadd657
ILT
10101 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10102 and mingw32.
10103
d0a8352c
MH
10104Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10105
10106 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10107 here as it is not defined in the toplevel Makefile.
10108
59739e3c
MH
10109Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10110
10111 * configure (package_makefile_rules_frag): New variable, which names
10112 a file with generic rules, ...
10113 Change comment to mention we now have FIVE parts.
10114 * configure: Undo last change.
10115
228197ee
LT
10116Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10117
10118 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 10119 * config.sub: More accurate determination of HP processor types.
228197ee 10120
efd4c0ba
MH
10121Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10122
10123 * configure (package_makefile_frag): Move inserting the
10124 ${package_makefile_frag} to where it should be according
10125 to the comment.
10126
6eef3189
PB
10127Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10128
10129 * config.guess: Add support for Linux/ARM.
10130
d207ebef
JM
10131Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10132
10133 * .cvsignore: Remove *-info and *-install since they match
10134 release-info and mpw-install, which we don't want to just ignore.
10135
48464ebf
RH
10136Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10137
10138 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10139
803462a7
PN
10140Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10141
10142 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10143 local_prefix to sub-make invocations.
10144
520ab477
L
10145Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10146
10147 * configure.in: Check makefile fragments in the source
10148 directory.
10149
4bcdb76d
AO
10150Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10151
ceff9b14
AO
10152 * configure.in: Check whether host and target makefile
10153 fragments exist before adding them to *_makefile_frag.
4bcdb76d 10154
5d4a5ee6
JL
10155Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10156
10157 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10158
10159Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10160
10161 * configure.in: Make sure we only replace RPATH_ENVVAR on
10162 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10163 regexp to sed.
10164
10165 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10166 to sub-makes.
10167
0d3e11a5
LI
101681998-01-13 Lee Iverson (leei@ai.sri.com)
10169
10170 * config-ml.in (multi-do): LDFLAGS must include multilib
10171 designator.
10172
d45b3d87 10173Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
10174
10175 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10176
d39cd7a1
MK
10177Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10178
10179 * config.sub: Add mingw32 support.
10180 * configure.in: Likewise.
d39cd7a1 10181
6decbc24
FS
10182Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10183
10184 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10185
5d4a5ee6
JL
10186Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10187
10188 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10189 * configure (gxx_include_dir): Provide a definition for subdirs
10190 which do not use autoconf.
10191
10192Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10193
10194 * config.guess: Sync with egcs. Picks up new alpha support,
10195 BeOS & some additional linux support.
10196
d3d1907a
JL
10197Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10198
10199 * config.guess: HP 9000/803 is a PA1.1 machine.
10200
b104e095
RH
10201Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10202
10203 * configure.in: It's alpha*-...
10204
aca823c1
L
10205Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10206
10207 * configure.in (host_makefile_frag, target_makefile_frag):
10208 Handle multiple config files.
10209 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10210 alpha-*-*.
10211
d207ebef
JM
10212Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10213
10214 * mkdep: New file.
10215
10216Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10217
10218 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10219
5d4a5ee6
JL
10220Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10221
10222 * Makefile.in: Add libgui directory.
10223 (GDB_TK): Add all-libgui.
10224 * configure.in: Add libgui directory.
10225 * configure: Add all-libgui to GDB_TK.
10226
10227Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10228
10229 * config-ml.in (multidirs): Add m32r to multilib list.
10230
10231Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10232
10233 * Makefile.in (all-target-gperf): Change dependency to
10234 all-target-libstdc++.
10235
baf55877
FF
10236Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10237
10238 * config.guess: Add BeOS support.
10239
5d4a5ee6
JL
10240Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10241
10242 Source directory cvs renamed to cvssrc:
10243 * configure.in (host_tools): Change cvs to cvssrc.
10244 (native_only): Likewise.
10245 (noconfigdirs) [various cases]: Likewise.
10246 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10247 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10248 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10249 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10250 (all-cvssrc): Rename target from all-cvs.
10251
f2d76545
JL
10252Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10253
10254 * configure (gxx_include_dir): Fix thinko.
10255
205cba53
JL
10256Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10257
10258 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10259 (install-cross, install-gcc-cross): New targets.
10260
5d4a5ee6
JL
10261Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10262
10263 * configure.in (noconfigdirs): Add support for Thumb target.
10264
10265 * config.sub (maybe_os): Add support for Thumb target.
10266
10267Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10268
10269 * Makefile.in: Add rules for cygmon.
10270
10271 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10272
96b0f1fc
JL
10273Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10274
10275 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10276 * configure (gxx_include_dir): Provide a definition for subdirs
10277 which do not use autoconf.
d207ebef
JM
10278
10279Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10280
10281 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 10282 11/18/97 build
d207ebef 10283
7dfef6ed
JL
10284Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10285
10286 * From Franz Sirl.
10287 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10288 found on RedHat Linux systems.
96b0f1fc 10289
83cfe7c0
JL
10290Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10291
10292 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10293 guesses.
10294
7dfef6ed
JL
10295Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10296
10297 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10298
5d4a5ee6
JL
10299Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10300
10301 * ltmain.sh: If mkdir fails, check whether the directory was created
10302 anyhow by some other process.
10303
d207ebef
JM
10304Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10305
10306 * configure.in (d30v-*-*): Configure all directories.
10307
10308Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10309
10310 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10311 for the D30V.
10312
10313Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10314
10315 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10316
5d4a5ee6
JL
10317Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10318
e490616e
ZW
10319 * include/libiberty.h: Add extern "C" { so it can be used with C++
10320 progrms.
10321 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10322 programs.
5d4a5ee6 10323
d207ebef
JM
10324Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10325
10326 * configure.in (d30v-*-*): Configure GCC now.
10327
5d4a5ee6
JL
10328Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10329
10330 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10331 is no longer needed.
10332
c9670e62
JM
10333Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10334
10335 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10336
cc71c0ca
MH
10337Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10338
10339 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10340 targets using "$@" to provide support for similar but not identical
10341 targets without having to duplicate code.
10342
d207ebef
JM
10343Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10344
10345 * makefile.vms: Fix to work with DEC C.
10346
10347Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10348
10349 * config.sub: Add mips-tx39-elf to marketing names.
10350
10351Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10352
10353 * ltmain.sh: Handle symlinks in generated script.
10354
10355Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10356
10357 * configure: Handle autoconf style directory options: --bindir,
10358 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10359 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10360 --sysconfdir.
10361 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10362 (sharedstatedir, localstatedir, oldincludedir): New variables.
10363 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10364 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10365 sbindir, sharedstatedir, and sysconfdir.
10366
b1e3ddfd
AJ
10367Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10368
10369 * Makefile.in (bootstrap-lean): New target.
10370
d207ebef
JM
10371Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10372
10373 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 10374 sn, and gnuserv from noconfigdirs.
d207ebef
JM
10375
10376Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10377
10378 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10379
09f97c1e
JL
10380Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10381
10382 * Makefile.in (cross): New target.
10383
335d0ab2
AO
10384Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10385 Jeff Law <law@cygnus.com>
10386
10387 * Makefile.in (bootstrap2, bootstrap3): New targets.
10388 (all-bootstrap): Remove outdated and confusing target.
339c9b00 10389 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 10390
d207ebef
JM
10391Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10392
10393 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 10394 windows. Consistent with gdb/configure.
d207ebef 10395
e693cc28
UD
103961997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10397
e693cc28
UD
10398 * configure.in: Name Linux target fragment.
10399
10400 * configure: Rewrite so that project Makefile fragment is inserted
10401 first and appears last in the resulting Makefile.
10402
d207ebef
JM
10403Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10404
10405 * Makefile.in (install-itcl): Install tcl first.
10406
5d4a5ee6
JL
10407Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10408
10409 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10410
f401679e
JW
10411Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10412
10413 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10414
10415 * configure.in (skipdirs): Add target-librx for Linux.
10416 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10417
ec20b1b9
JL
10418Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10419
10420 * Makefile.in (bootstrap): New target.
10421
becdcf6d
JL
10422Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10423
63f6bcd7 10424 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 10425
d207ebef
JM
10426Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10427
10428 * config.guess: Merge with FSF.
10429
0c82f6bf
FF
10430Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10431
10432 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10433
d207ebef
JM
10434Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10435
10436 * config.sub: Add "marketing-names" patch.
10437
3fbc0b70
JS
10438Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10439
e490616e 10440 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 10441
e20d4801
JL
10442Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10443
10444 * config.sub: Handle v850-elf.
10445
fe181f78 10446Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
10447
10448 * .cvsignore (*-install): Remove.
10449
bfed1ea0
JL
10450Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10451
10452 * ltconfig: Set CONFIG_SHELL in libtool.
10453 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10454
558a1e7c
JW
10455Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10456
10457 * configure.in (target_subdir): Set to libraries if enable_multilib.
10458
7818d6fc
JW
10459Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10460
10461 * config.guess: Update from gcc directory.
10462
d207ebef
JM
10463Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10464
10465 * Makefile.in (all-sim): Depends on all-readline.
10466
6599da04
JM
10467Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10468
10469 * Makefile.in (BISON, YACC): Use $$s.
10470 (all-bison): Depend on all-texinfo.
10471
10472Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10473
10474 * Makefile.in (BISON): Add -L flag.
10475 (YACC): Likewise.
10476
d207ebef
JM
10477Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10478
4e81ae98
EC
10479 * configure.in (noconfigdirs): Add support for v850e target.
10480
d207ebef
JM
10481 * config.sub (maybe_os): Add support for v850e target.
10482
10483Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10484
4e81ae98
EC
10485 * configure.in (noconfigdirs): Add support for v850ea target.
10486
d207ebef
JM
10487 * config.sub (maybe_os): Add support for v850ea target.
10488
6599da04
JM
10489Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10490
10491 * config.sub: Add mipstx39. Delete r3900.
10492
10493Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10494
10495 * Makefile.in (all-autoconf): Depends on all-texinfo.
10496
10497Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10498
10499 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10500 eabi targets.
10501
10502Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10503
10504 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10505
10506 * configure: When handling a Canadian Cross, handle YACC as well as
10507 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 10508 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
10509
10510Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10511
10512 * Makefile.in (BISON): bison, not byacc or bison -y.
10513 (YACC): bison -y or byacc or yacc.
10514 (various): Add *-bison as appropriate.
10515 (taz): No need to mess with BISON anymore.
10516
10517Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10518
10519 * configure: If OSTYPE matches *win32*, try to find a good value for
10520 CONFIG_SHELL.
10521
10522Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10523
10524 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10525 configure.in if it is present.
10526
10527Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10528
10529 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10530
10531Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10532
10533 * config.sub: Recognize `arc' cpu.
10534 * configure.in: Likewise.
10535 * config-ml.in: Likewise.
10536
10537Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10538
10539 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10540
10541Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10542
10543 * configure: Changed sed delimiter from ':' to '|' when
10544 attempting to substitute ${config_shell} for SHELL. On
10545 NT ${config_shell} may contain a ':' in it.
10546
10547Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10548
10549 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10550
10551Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10552
10553 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10554
10555Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10556
10557 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10558
10559 * ylwrap: If the program is a relative path, force it to be
10560 absolute.
10561
10562Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10563
10564 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10565
10566Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10567
10568 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
10569 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10570 for libraries.
6599da04
JM
10571
10572Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10573
10574 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 10575 separated by spaces.
6599da04
JM
10576
10577Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10578
10579 * ylwrap: New file.
10580 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10581
10582 * ltmain.sh: Handle /bin/sh at start of install program.
10583
10584 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10585
10586 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10587 * missing: New file, from automake 1.2.
10588
10589Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10590
10591 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10592 check-tk to CHECK_X11_MODULES.
10593
10594Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10595
10596 * config.sub: Merge with FSF.
10597
10598Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10599
10600 * config.guess: Merge with FSF.
10601
10602Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10603
10604 * configure: Treat msdosdjgpp like go32.
10605 * configure.in: Likewise. Don't remove gprof for go32.
10606
10607 * configure: Change Makefile.tem2 to Makefile.tm2.
10608
10609Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10610
10611 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10612
10613Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10614
10615 * install-sh (chmodcmd): Set to null if the DST directory already
10616 exists. Same as Nov 11th change.
10617
10618Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10619
4e81ae98 10620 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
10621
10622Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10623
10624 * config.guess: Update from FSF.
10625
10626Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10627
10628 * Makefile.in (GDB_TK): Depend on itcl and tix.
10629
10630Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10631
10632 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10633 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10634 (INSTALL_SCRIPT): New variable.
10635 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10636 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10637 to -x.
10638 * install-sh: Add support for -x option.
10639
10640Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10641
10642 * configure.in, Makefile.in: Treat tix like itcl.
10643
10644Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10645
10646 * Makefile.in (WINDRES): New variable.
10647 (WINDRES_FOR_TARGET): New variable.
10648 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10649 (EXTRA_HOST_FLAGS): Add WINDRES.
10650 (EXTRA_TARGET_FLAGS): Add WINDRES.
10651 (EXTRA_GCC_FLAGS): Add WINDRES.
10652 ($(DO_X)): Pass down WINDRES.
10653 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10654 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10655 DLLTOOL_FOR_TARGET.
10656
10657Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10658
10659 * configure.in: configure sim before gdb for win32-x-ppc
10660
10661Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10662
10663 Move gperf into the toplevel, from libg++.
10664 * configure.in (target_tools): Add target-gperf.
10665 (native_only): Add target-gperf.
10666 * Makefile.in (all-target-gperf): New target, depend on
10667 all-target-libg++.
10668 (configure-target-gperf): Empty rule.
10669 (ALL_TARGET_MODULES): Add all-target-gperf.
10670 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10671 (CHECK_TARGET_MODULES): Add check-target-gperf.
10672 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10673 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10674
10675Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 10676
6599da04
JM
10677 * config.sub (mn10200): Recognize new basic machine.
10678
10679Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10680
10681 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10682 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10683
10684Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10685
10686 * configure.in: If we're building mips-sgi-irix6* native, turn on
10687 ENABLE_MULTILIB and set TARGET_SUBDIR.
10688
10689Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10690
10691 * Makefile.in (all-sn): Depend on all-grep.
10692
10693Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10694
10695 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10696
10697 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10698 Makefile. From Jeff Makey <jeff@cts.com>.
10699 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10700
10701 * Makefile.in (DISTBISONFILES): Remove.
10702 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10703 $(DEFAULT_YACC).
10704
10705 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 10706 cygwin32.
6599da04
JM
10707
10708 * Makefile.in (LD): New variable.
10709 (EXTRA_HOST_FLAGS): Pass down LD.
10710 ($(DO_X)): Likewise.
10711
10712Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10713
10714 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10715
10716Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10717
10718 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 10719 before adding our own. Always add --build.
6599da04
JM
10720
10721Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10722
10723 * configure.in (targargs): Pass --build if we're doing
10724 a cross-compile.
10725
10726Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10727
ca236658 10728 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
10729 sed. Otherwise sed chokes on NT path names with drive
10730 designators. Also look for "?:*" as the leading characters in an
10731 absolute pathname.
10732
10733Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10734
10735 * config.sub: Support for r3900.
10736
10737Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10738
10739 * configure.in: Use install-sh, not install.sh.
10740
10741Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10742
10743 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10744 apply it twice.
10745
10746Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10747
10748 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10749 install-binutils.
10750
10751Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10752
10753 * Makefile.in: Add automake targets.
10754 * configure.in (host_tools): Add automake.
10755
10756Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10757
10758 * configure: Default CXX to c++, not gcc.
10759 * Makefile.in (CXX): Set to c++, not gcc.
10760 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10761
10762Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10763
10764 * install-sh: try appending a .exe if source file doesn't
10765 exist
10766
10767Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10768
10769 * configure.in: Turn on multilib by default.
10770 (cross_only): Remove target-libiberty.
10771
10772 * Makefile.in (all-gcc): Don't depend on libiberty.
10773
10774Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10775
10776 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10777
10778Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10779
10780 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10781 (DISTBISONFILES): Add ld/Makefile.in
10782
10783Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10784
10785 * configure.in: if target is cygwin32 but host isn't cygwin32,
10786 don't configure gdb tcl tk expect, not just gdb.
10787
10788Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10789
10790 * configure.in: Added gnuserv everywhere sn appears.
10791
10792 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10793 (CROSS_CHECK_MODULES): Added check-gnuserv.
10794 (INSTALL_MODULES): Added install-gnuserv.
10795 (CLEAN_MODULES): Added clean-gnuserv.
10796 (all-gnuserv): New target.
10797
10798Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10799
10800 * config.guess: Fixes for MIPS OpenBSD systems.
10801
10802Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10803
10804 * Makefile.in (INSTALL_XFORM): Remove.
10805 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10806
10807 * mkinstalldirs: New file, copied from automake.
10808 * Makefile.in (installdirs): Rename from install-dirs. Use
10809 mkinstalldirs. Change all users.
10810 (DEVO_SUPPORT): Add mkinstalldirs.
10811
10812Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10813
10814 * install-sh: Rename from install.sh.
10815 * Makefile.in (INSTALL): Change install.sh to install-sh.
10816 (DEVO_SUPPORT): Likewise.
10817
10818 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10819 Graichen <graichen@rzpd.de>.
10820
10821Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10822
10823 * config.guess: Recognize OpenBSD systems correctly.
10824
10825Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10826
10827 * README, Makefile.in (ETC_SUPPORT): Remove references to
10828 cfg-paper*, configure.{texi,man,info*}._
10829
10830Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10831
10832 * Makefile.in (all.normal): Ensure that gcc is built after all
10833 the x11 - ie gdb - targets.
10834
10835Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10836
10837 * makefile.vms: Don't run conf-a-gas.
10838
10839Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10840
e490616e 10841 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 10842
d207ebef
JM
10843Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10844
10845 * configure.in: Remove noconfigdirs case since gdb also
10846 configures and builds for tic80-coff.
10847
6599da04
JM
10848Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10849
10850 * configure: Set cache_file to config.cache.
10851 * Makefile.in (local-distclean): Remove config.cache.
10852
10853Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10854
10855 * COPYING: Update FSF address.
10856
d207ebef
JM
10857Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10858
10859 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10860 noconfigdirs.
10861
6599da04
JM
10862Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10863
10864 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10865 MAKEDIRS, is empty.
10866
10867Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10868
10869 * config.sub: Tweak mn10300 entry.
10870
10871Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10872
10873 * configure.in (host_tools): Put sim before gdb, so gdb's
10874 configure.tgt can determine if the simulator was configured.
10875
10876Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10877
10878 * config.sub: Move BeOS $os case to be with other Cygnus
10879 local cases.
10880
10881Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10882
10883 * config.sub: Remove misplaced comment that broke Linux.
10884
10885Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10886
10887 * config.sub: Add BeOS support.
10888
10889Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10890
10891 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10892
10893Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10894
10895 * configure.in (noconfigdirs): Remove tcl and tk from
10896 noconfigdirs for cygwin32 builds.
10897
d207ebef
JM
10898Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10899
10900 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10901
6599da04
JM
10902Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10903
10904 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10905 make-all.com, use makefile.vms instead.
10906
10907Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10908
10909 * config.sub: Accept -lnews*.
10910
d207ebef
JM
10911Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10912
10913 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 10914 target-examples and target-libiberty for d30v.
d207ebef
JM
10915
10916Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10917
10918 * configure.in (noconfigdirs): Enable ld for d30v.
10919
10920Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10921
10922 * configure.in (tic80-*-*): Build compiler.
10923
10924Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10925
10926 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 10927 unsupported d30v directories
d207ebef
JM
10928
10929Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10930
4e81ae98
EC
10931 * config.sub, configure.in: Add d30v target cpu.
10932
6599da04
JM
10933Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10934
10935 * makefile.vms: New file.
10936 * make-all.com: Remove.
10937
10938Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10939
10940 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10941
10942Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10943
10944 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10945
10946Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10947
10948 * Makefile.in (ALL_MODULES): Added all-db.
10949 (CROSS_CHECK_MODULES): Addec check-db.
10950 (INSTALL_MODULES): Added install-db.
10951 (CLEAN_MODULES): Added clean-db.
10952
10953Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10954
10955 * config.guess: Merge with latest FSF sources.
10956
10957Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10958
10959 * Makefile.in (ALL_MODULES): Added all-itcl.
10960 (CROSS_CHECK_MODULES): Added check-itcl.
10961 (INSTALL_MODULES): Added install-itcl.
10962 (CLEAN_MODULES): Added clean-itcl.
10963
10964Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10965
10966 * configure.in: build gdb for mn10200
10967
10968Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10969
10970 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10971
d207ebef
JM
10972Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10973
10974 * configure.in (tic80-*-*): Turn off most targets right now.
10975
6599da04
JM
10976Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10977
10978 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10979 rather than the makeinfo program.
10980 (do-info): Depend upon all-texinfo.
10981
10982Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10983
10984 * configure.in: Remove uses of config/mh-linux.
10985
10986 * config.sub, config.guess: Merge with latest FSF sources.
10987
d207ebef
JM
10988Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10989
10990 * config.sub (case $basic_machine): Add tic80 entries.
10991
6599da04
JM
10992Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10993
10994 * config.sub, config.guess: Merge with latest FSF sources.
10995
10996Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10997
10998 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10999 * mpw-config.in: Test for NewFolderRecursive.
11000 * mpw-install: Use symbolic name for startup filename.
11001 * mpw-README: Add various additional details.
11002
11003Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11004
11005 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11006
11007Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11008
11009 * configure.in: Do build gcc and the target libraries for
11010 the mn10200.
11011
11012Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11013
11014 * configure.in: don't avoid building gdb for mn10300 any more
11015 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11016 instead of single-quoting it.
11017
11018Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11019
11020 * configure.in: Don't use --with-stabs on IRIX 6.
11021
11022Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11023
11024 * configure.in (m32r): Build gdb, libg++ now.
11025
11026Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11027
11028 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11029 directories from noconfigdirs.
11030
11031Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11032
11033 * config.sub (basic_machine): added mips16 configuration
11034
11035Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11036
11037 * config.sub: Handle d10v-unknown.
11038
d207ebef
JM
11039Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11040
11041 * config.sub: Handle v850-unknown.
11042
6599da04
JM
11043Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11044
11045 * Makefile.in: add findutils
11046 * configure.in: add findutils to list of host_tools
11047
11048Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11049
11050 * config.sub: Handle mn10200 and mn10300.
11051
11052Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11053
11054 * configure.in (d10v-*): Do not build librx.
11055
11056Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11057
11058 * configure.in (mn10300): Build everything except gdb & libgloss.
11059
11060Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11061
11062 * config.guess: Patch for Dansk Data Elektronik servers,
11063 from Niels Skou Olsen <nso@dde.dk>.
11064
11065 For ncr, use /bin/uname rather than uname, since GNU uname does not
11066 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11067
11068 Patch for MIPS R4000 running System V,
11069 from Eric S. Raymond <esr@snark.thyrsus.com>.
11070
11071 Fix thinko for nextstep.
11072
11073 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11074
11075 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11076 * config.guess: Guess mips-dec-mach_bsd4.3.
11077
11078 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11079 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11080 release numbers.
11081 * config.guess (mips-mips-riscos*): Emit just enough of the
11082 release number.
11083
11084 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11085 * config.guess (sparc-auspex-sunos*): Added.
11086 (f300-fujitsu-*): Added.
11087
11088 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11089 * config.guess: Recognize a Tadpole as a sparc.
11090
11091Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11092
11093 * config.guess: Don't assume that NextStep version is either 2 or
11094 3. NextStep 4 (aka OpenStep 4) has come out now.
11095
11096Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11097
11098 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11099 From Rik Faith <faith@cs.unc.edu>.
11100
11101Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11102
11103 * config.sub: Contributions from bug-gnu-utils to:
11104 Support plain "hppa" (no version given) architecture, reported by
11105 OpenStep.
11106 OpenBSD like NetBSD.
11107 LynxOs is not a hardware supplier.
11108
11109 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 11110 OpenBSD like NetBSD.
6599da04
JM
11111 Stratus systems.
11112 More Pyramid systems.
11113 i[n>4]86 Intel chips.
11114 M680[n>4]0 Motorola chips.
11115 Use unknown instead of lynx for hardware manufacturer.
11116
11117Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11118
11119 * install.sh (chmodcmd): Set to null if the DST directory already
11120 exists.
11121
11122Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11123
11124 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11125 not use mt-ppc target Makefile fragment any more.
11126
11127Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11128
11129 * configure.in (*-*-windows): Exclude everything but those dirs
11130 needed to build windows.
11131
11132Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11133
11134 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11135
11136Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11137
11138 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
11139
11140Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11141
11142 * Undo my previous change.
11143
11144Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11145
11146 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11147 unconditionally.
11148 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11149
11150Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11151
11152 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11153 host to add it's own flags.
6599da04
JM
11154
11155Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11156
11157 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11158
11159Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11160
11161 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11162 (CXX_FOR_TARGET): Likewise.
11163 (GCC_FOR_TARGET): Define.
11164 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11165 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11166 CC_FOR_TARGET was specified on the command line.
11167 (MAKEOVERRIDES): Don't define.
11168
11169Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11170
11171 * configure.in (m32r): Fix spelling of libg++ libs.
11172
11173Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11174
11175 * config.sub (-apple*): Remove, now redundant.
11176
11177Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11178
11179 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11180
11181 * configure: Rework yesterday's sed script patch.
11182
11183 * config.sub: Merge with FSF.
11184
11185Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11186
11187 * config.guess: Merge from FSF.
11188
11189 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
11190 * config.guess: Use pc instead of unknown, for pc clone systems.
11191 Change linux to linux-gnu.
6599da04
JM
11192
11193 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 11194 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
11195
11196Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11197
11198 * test-build.mk (HOLES): Add "xargs" for gdb.
11199
11200 * configure: Avoid hpux10.20 sed bug.
11201
11202Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11203
731a8127 11204 * configure.in: Add support for windows host
6599da04
JM
11205 (that is a build done under the Microsoft build environment).
11206
11207Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11208
11209 * Makefile.in: Replace all uses of srcroot with s, to shrink
11210 command line lengths.
11211
11212 Patches from Geoffrey Noer <noer@cygnus.com>:
11213 * configure.in: If configuring for newlib, pass --with-newlib to
11214 subdirectories.
11215 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11216 -Bnewlib/ and -Lwinsup to gcc.
11217 (CXX_FOR_TARGET): Likewise.
11218
11219Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11220
11221 * Makefile.in (ETC_SUPPORT): Add configure.
11222
11223Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11224
4e81ae98 11225 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
11226 host configuration file.
11227
11228Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11229
11230 * configure.in: Break mn10x00 support into separate
11231 mn10200 and mn10300 configurations.
11232 * config.sub: Likewise.
11233
11234Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11235
11236 * configure.in: Add lots of stuff to noconfigdirs for
11237 the mn10x00 targets.
11238
11239 * config.sub, configure.in: Add mn10x00 support.
11240
11241Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11242
11243 * make-all.com: Call conf-a-gas, not config-a-gas.
11244
11245Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11246
11247 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 11248 targets.
6599da04
JM
11249
11250Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11251
11252 * mpw-README: Add much more detail for native PowerMac.
11253 * mpw-install: New file.
11254 * mpw-configure: Add --norecursion and --help options.
11255 * mpw-config.in: Translate readme and install files when
11256 copying to objdir.
11257 * mpw-build.in: Don't always depend on byacc and flex.
11258 (install-only-top): New action.
11259
d207ebef
JM
11260Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11261
11262 * configure.in: You can now configure GDB for the v850.
11263
6599da04
JM
11264Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11265
11266 * configure.in (noconfigdirs): Don't configure any C++ dirs
11267 if targeting D10V.
11268
11269Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11270
11271 * config.sub: Recognize mips64vr5000.
11272
11273Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11274
11275 * configure.in: Use a single line for host_tools and native_only.
11276
11277Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11278
11279 * config.sub, configure.in: Add entries for m32r.
11280
11281Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11282
11283 * Makefile.in (inet-install): Don't run install-gzip.
11284
11285Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11286
11287 * configure.in: Don't config lots of things for *-*-windows*.
11288
11289Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11290
11291 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11292 (host_libs, host_tools): Copy from configure.in.
11293 * mpw-configure: Don't complain about directories not found.
11294
11295Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11296
11297 * configure.in (i[345]86): Recognize i686 for pentium pro.
11298 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11299 file.
11300
11301 * config.guess (i[345]86): Ditto.
11302
11303Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11304
11305 * configure.in (noconfigdirs): Removed gdb for D10V.
11306
d207ebef 11307Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 11308
d207ebef
JM
11309 * configure.in: Remove ld, target-libio, target-libg++, and
11310 target-libstdc++ from noconfigdirs.
5d4a5ee6 11311
6599da04
JM
11312Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11313
11314 * configure: Fix three locations where shell scripts were
11315 being run directly rather than with config_shell.
11316
d207ebef
JM
11317Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11318
11319 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11320 * config.sub (basic_machine): Recognize v850.
11321
6599da04
JM
11322Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11323
11324 * mpw-configure: Handle multiple enable/disable options and
11325 pass them down recursively, handle -c and -s flags appropriately
11326 depending on choice of compiler, add escape mechanism for
11327 quoted arguments to gC.
11328
11329Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11330
11331 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11332 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11333 so that -mrelocatable-lib and -mno-eabi are used.
11334
11335 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11336 not support --print-multi-lib, don't abort.
11337
6599da04
JM
11338Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11339
11340 * make-all.com: Run config-a-gas.
11341 * setup.com: Don't copy subdirectory files around.
11342
11343Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11344
11345 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11346 target, it now compiles correctly.
11347
11348Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11349
11350 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11351
11352Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11353
4e81ae98 11354 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
11355
11356Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11357
11358 * configure.in (native_only): Add prms.
11359
11360Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11361
11362 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11363 (BINUTILS_SUPPORT_DIRS): Likewise.
11364
11365Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11366
11367 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11368 d10v support is added.
11369
11370Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11371
11372 * configure.in (d10v-*-*): New target.
11373
11374Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11375
11376 * config.guess (HP 9000/811): Recognize this as a PA1.1
11377 machine.
11378
11379Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11380
11381 * Makefile.in (do-tar-gz): New target, split out from tail end of
11382 taz target. Run each command separately, don't use pipes.
11383 (taz): Use it.
11384
11385Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11386
11387 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11388 * mpw-build.in: No builds should depend on building byacc or flex,
11389 they are assumed to be installed already.
11390
11391Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11392
11393 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11394 variable that CC_FOR_TARGET needs.
11395
11396Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11397
11398 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11399 options have changed since the last time the subdirectory was
11400 configured, and if it has, reconfigure.
11401 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11402 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11403
11404Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11405
11406 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11407 CLEAN_MODULES): Add bash.
11408 (all-bash): New target.
11409
11410Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11411
11412 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11413
11414Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11415
11416 * config.sub (basic_machine): Recognize d10v as a valid processor.
11417
11418Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11419
11420 * mpw-configure: Add support for --bindir.
11421 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11422
11423Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11424
11425 * configure.in: add bash, time, gawk to list of hosttools and things
11426 to only build for native toolchains
11427
11428Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11429
11430 * Makefile.in (docdir): Remove.
11431
11432Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11433
11434 * Makefile.in (datadir): Set to $(prefix)/share.
11435
11436Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11437
11438 * configure.in: build diff and patch for cygwin32-hosted
11439 toolchains.
11440
11441Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11442
11443 * config.sub: Accept -rtems*.
11444
11445Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11446
e490616e
ZW
11447 * configure.in: enable dosrel for cygwin32-hosted builds,
11448 remove diff from the list of things not buildable
11449 via Canadian Cross
6599da04
JM
11450
11451Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11452
11453 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 11454 don't get ". ".
6599da04
JM
11455
11456Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11457
11458 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11459
11460Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11461
11462 * Makefile.in (taz): Handle case where tex3patch didn't even get
11463 checked out. Also, if it was found, put the symlink in a new util
11464 subdirectory.
11465
11466Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11467
11468 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11469
11470Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11471
11472 * config.sub: Recognize -openvms.
11473 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11474 * make-all.com, setup.com: New files.
11475
11476Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11477
11478 * Makefile.in (taz): tex3patch moved to texinfo/util.
11479
11480Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11481
11482 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11483 * configure.in: remove make from disable-if-Can-Cross list
11484 enable gdb if ${host} and ${target} are cygwin32
11485
11486Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11487
11488 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11489 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11490
11491Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11492
11493 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11494 distinguish sysv/svr4/bsd variants.
11495 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11496
11497Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11498
11499 * configure.in: Added copyright notice.
11500 * move-if-change: Added copyright notice.
11501
11502Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11503
11504 * configure.in (powerpcle-*-solaris*): Until we get shared
11505 libraries working, don't build gdb, sim, make, tcl, tk, or
11506 expect.
11507
11508Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11509
11510 * config.guess: Merge with FSF:
11511
11512 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11513 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11514
11515 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11516 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11517
11518 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11519 * config.guess: Combine two OSF1 rules.
11520 Also recognize field test versions. From mjr@zk3.dec.com.
11521 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11522 because GNU uname does not support -p. From pmr@pajato.com.
11523
11524Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11525
11526 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11527
11528Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11529
11530 * mpw-README: Document GCCIncludes.
11531
11532Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11533
11534 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11535
11536Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11537
11538 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11539
11540Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11541
11542 * configure.in (*-*-cygwin32): Configure make.
11543
11544Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11545
11546 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11547
11548Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11549
11550 * Makefile.in (all-inet): Depend on all-perl.
11551
11552 * Makefile.in (inet-install): New target.
11553
11554 * Makefile.in (all-inet): Depend on all-tcl.
11555 (all-inet): Depend on all-send-pr.
11556
11557Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11558
11559 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11560 temporarily.
11561
11562Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11563
11564 * configure.in: Don't configure --with-gnu-ld on AIX.
11565
11566Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11567
11568 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11569
11570Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11571
11572 * Makefile.in (ALL_MODULES): Added all-inet.
11573 (CROSS_CHECK_MODULES): Added check-inet.
11574 (INSTALL_MODULES): Added install-inet.
11575 (CLEAN_MODULES): Added clean-inet.
11576 (all-indent): New target.
11577
11578 * configure.in (host_tools): Added inet.
11579 (native_only): Added inet.
11580 (noconfigdirs): Added inet.
11581
11582Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11583
11584 * configure.in: Don't configure libgloss if we are not configuring
11585 newlib.
11586
11587Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11588
11589 * configure.in: Don't configure libgloss for unsupported
11590 architectures.
11591
11592Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11593
11594 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11595
11596Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11597
11598 * Makefile.in (ALL_MODULES): Include all-apache.
11599 (CROSS_CHECK_MODULES): Include check-apache.
11600 (INSTALL_MODULES): Include install-apache.
11601 (all-apache): New target.
11602
11603 * configure.in: Added apache everywhere perl is seen.
11604
11605Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11606
11607 * Makefile.in: Add support for clean-{module} and
11608 clean-target-{module} rules.
11609
11610Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11611
11612 * configure.in (*-*-ose) do not build libgloss.
11613
11614Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11615
11616 * config.guess (prep*:SunOS:5.*:*): Turn into
11617 powerpele-unknown-solaris2.
11618
11619Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11620
11621 * configure.in: Permit --enable-shared to specify a list of
11622 directories.
11623
11624Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11625
11626 * configure.in (host==solaris): Pass only the first word of $CC
11627 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11628
11629Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11630
11631 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11632
11633Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11634
11635 * Makefile.in (ALL_MODULES): Include all-perl.
11636 (CROSS_CHECK_MODULES): Include check-perl.
11637 (INSTALL_MODULES): Include install-perl.
11638 (ALL_X11_MODULES): Include all-guile.
11639 (CHECK_X11_MODULES): Include check-guile.
11640 (INSTALL_X11_MODULES): Include install-guile.
11641 (all-perl): New target.
11642 (all-guile): New target.
11643
11644 * configure.in (host_tools): Include perl and guile.
11645 (native_only): Include perl and guile.
11646 (noconfigdirs): Don't build guile and perl; no ports have been
11647 done.
11648
11649Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11650
e490616e
ZW
11651 * configure (--enable-*): Handle quoted option lists such as
11652 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
11653
11654Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11655
11656 * Makefile.in ({,inst}all-target): New rule so we can make and
11657 install all of the target directories easily.
11658
11659Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11660
11661 * configure.in: Add missing global flag in sed substitution when
11662 deleting `target-' from ${configdirs}.
11663
11664Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11665
11666 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11667 option.
11668
11669 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11670 config/mh-necv4.
11671
11672 * install.sh: Correct misspelling of transformbasename.
11673
11674 * config.guess: Recognize mips-*-sysv*.
11675
11676Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11677
11678 * config.sub: Recognize mon960.
11679
11680Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11681
11682 * configure: Restore Canadian Cross handling of BISON and LEX,
11683 removed in Feb 20 change.
11684
11685Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11686
11687 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11688 Mention make install. Remove the old copyright date as well the
11689 clumsy and rather pointless copyright on the README file.
11690
11691Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11692
11693 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11694 Makefile after running symlink-tree, then run `make distclean' to
11695 avoid clobbering any generated files in srcdir.
11696
11697Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11698
11699 * configure.in (m68k-*-netbsd*): Build everything now.
11700
11701Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11702
11703 * Makefile.in (taz): Fix quoting.
11704
11705Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11706
11707 * configure.in (sparclet-*-*): Build everything now.
11708
11709Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11710
11711 * configure.in (m68k-*-linux*): New host.
11712
11713Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11714
11715 * configure: Check for bison before byacc.
11716
11717Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11718
11719 * Makefile.in configure: Change the way LEX and BISON/YACC are
11720 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11721 searching PATH. These are used as fallbacks by Makefile.in if
11722 flex/bison/byacc aren't in objdir.
11723
11724Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11725
11726 * Makefile.in: Make everything which depends upon all-bfd also
11727 depend upon all-opcodes, in case --with-commonbfdlib is used.
11728
11729Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11730
11731 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11732 building NT native compilers on Unix.
11733
11734Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11735
11736 * configure.in: Don't get CC from the host Makefile fragment if we
11737 can find gcc in PATH, or if this is a Canadian Cross. Move the
11738 Solaris test for /usr/ucb/cc to the post target script, just after
11739 the compiler sanity test.
11740
11741Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11742
11743 * config.sub: Merge with FSF.
11744
11745Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11746
11747 * Makefile.in (RPATH_ENVVAR): New variable.
11748 (REALLY_SET_LIB_PATH): Use it.
11749 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11750
11751Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11752
11753 * config.sub, configure.in: Recognize sparclet cpu.
11754
11755Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11756
11757 * config.guess: Support m68k-cbm-sysv4.
11758
11759Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11760
11761 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11762 m68k-unknown-linuxaout from linker help string. Put quotes around
11763 $ld_help_string.
11764
11765Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11766
11767 * config.guess (powerpc-harris-powerunix): Add guess for port
11768 to new target.
11769
11770Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11771
11772 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11773
11774Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11775
11776 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11777 $(REALLY_SET_LIB_PATH) in Makefile.
11778 * Makefile.in (SET_LIB_PATH): New variable.
11779 (REALLY_SET_LIB_PATH): New variable.
11780 ($(DO_X)): Use $(SET_LIB_PATH).
11781 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11782 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11783 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11784 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11785 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11786 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11787 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11788 (install-dosrel): Likewise.
11789 (all-opcodes): Depend upon all-libiberty.
11790
11791Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11792
11793 * config.guess (*:CYGWIN*): New
11794
11795Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11796
11797 * Makefile.in (all-target-winsup): All all-target-libiberty.
11798
11799Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11800
11801 * configure.in (noconfigdirs): Add missing # in front of comment.
11802
11803Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11804
11805 * configure.in: add second pass to things added to noconfigdirs
11806 so *-gm-magic can exclude libgloss properly.
11807
11808Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11809
11810 * mpw-configure (extralibs_name, rez_name): Set correctly
11811 for MWC68K compiler.
11812
11813 * mpw-README: Add more info on the necessary build tools.
11814
11815Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11816
11817 * configure.in, config.sub: Recognize cygwin32.
11818
11819Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11820
11821 * config.guess, config.sub: Recognize A/UX.
11822
11823Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11824
11825 * config.sub: Merge with gcc/config.sub.
11826
11827Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11828
11829 * mpw-build.in (do-binutils): Add build of stamps.
11830
11831Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11832
11833 * config.sub: Add recognition for mips64vr4100*-* targets.
11834
11835Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11836
11837 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11838 Add creation of gconfigargs with `--enable-shared' turned on.
11839 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11840 ($(host)-stamp-stage3-configured): Likewise.
11841 (HOLES): Add chatr and ldd.
11842 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11843
11844Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11845
11846 * configure: Pass --nfp to recursive configures.
11847
11848Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11849
11850 * Makefile.in (DLLTOOL): New.
11851 (DLLTOOL_FOR_TARGET): New.
11852 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11853 (EXTRA_TARGET_FLAGS): Ditto.
11854 (EXTRA_GCC_FLAGS): Ditto.
11855 (CONFIGURE_TARGET_MODULES): Ditto.
11856 (DO_X): Ditto.
11857 * configure: Add DLLTOOL.
11858
11859Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11860
11861 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11862 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11863 mh-sco, since old workarounds no longer needed, and don't
11864 build ld, since libraries have weak symbols in COFF.
11865
11866Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11867
11868 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11869
11870Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11871
11872 * configure.in: Make sure that ${CC} can be used to compile an
11873 executable.
11874
11875Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11876
11877 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11878 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11879 nothing depending on whether gdbtk is being built.
11880
11881Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11882
11883 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11884
11885Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11886
11887 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11888 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11889
11890Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11891
11892 * config-ml.in: Add support for
11893 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11894 Simplify setting of multidirs from --disable-foo.
11895
11896Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11897
11898 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11899 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11900 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 11901 non-empty, pass them on to the GCC make.
6599da04
JM
11902 (all-bootstrap): New rule that is like all-gcc, except it executes
11903 the GCC bootstrap rule instead of the GCC all rule.
11904
11905Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11906
11907 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11908
11909Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11910
11911 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11912 DG/UX support.
11913
11914Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11915
11916 * config.sub (i*86*) Change [345] to [3456]
11917
11918Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11919
11920 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11921 --with-gnu-ld=no.
11922
11923Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11924
11925 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11926 AIX multilibs get built.
11927
11928Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11929
11930 * configure.in (i386-win32): Don't build expect if we're not
11931 building the tcl subdir.
11932
11933Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11934
11935 * Makefile.in: (configure-target-examples, all-target-examples):
11936 New targets, configure and build example programs.
11937
11938Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11939
11940 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11941 use it as input to sedit the generated MPW makefile.
11942 * mpw-README: Add a suggestion about Gestalt.h.
11943
11944Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11945
11946 * config.sub: Accept *-*-ieee*.
11947
11948Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11949
11950 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11951 Ronald F. Guilmette <rfg@monkeys.com>.
11952
11953Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11954
11955 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11956 for powerpc-pe native.
11957 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11958 (target==powerpc-pe): duplicate i386-win32 entry.
11959
11960Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11961
11962 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11963 of vxworks, not just vxworks5.1.
11964
11965Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11966
11967 * mpw-configure: Add support for exec-prefix.
11968
11969Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11970
11971 * config.guess: Recognize HP model 816 machines as having
11972 a PA1.1 processor.
11973
11974Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11975
11976 * configure: Ignore new autoconf configure options.
11977
6599da04
JM
11978Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11979
11980 * config.guess: Recognize Pentium under SCO.
11981 From Robert Lipe <robertl@arnet.com>.
11982
11983Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11984
11985 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
11986
11987Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11988
11989 * configure.in: Don't configure gas for alpha-dec-osf*.
11990
11991Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11992
11993 * configure.in: Default to --with-stabs for some targets for which
11994 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11995 i[345]86*-*-unixware*.
11996
11997Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11998
11999 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12000 rather than basing it on the target. Simplify handling of options
12001 controlling which directories to configure. Remove extraneous
12002 slash in multi-clean target.
12003
12004Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12005
12006 * config-ml.in: Prefix more variables with ml_ so they don't collide
12007 with configure's.
12008
12009Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12010
12011 * configure: Don't turn -v into --v.
12012
12013Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12014
12015 * configure.in (targargs): Fix typo.
12016
12017 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12018
12019Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12020
12021 * configure.in: Strip --host and --target options from
12022 CONFIG_ARGUMENTS, and always configure for --host only. Add
12023 --with-cross-host option when building with a cross-compiler.
12024 * configure: Canonicalize the arguments put into config.status by
12025 always using `=' for an option with an argument. Pass a presumed
12026 --host or --target explicitly.
12027
12028Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12029
12030 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12031 into general OS recognition case.
12032
12033Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12034
12035 * configure.in (target_configdirs): add target-winsup only
12036 for win32 target systems.
12037
12038Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12039
12040 * Makefile.in (all-target-libgloss): Depend upon
12041 configure-target-newlib, since when libgloss is built it looks to
12042 see if the newlib directory exists.
12043
12044Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12045
12046 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12047 cfg-ml-*.in.
12048
12049Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12050
12051 * configure: Handle LD and LD_FOR_TARGET when configuring a
12052 Canadian Cross.
12053
6599da04
JM
12054Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12055
12056 * configure.in (target_libs): add target-winsup.
12057 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12058 (target==ppcle-pe): remove ld from $noconfigdirs.
12059
12060Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12061
12062 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12063 Preserve relative path names in $srcdir. Build symlink tree if
12064 configuring cross target dir and srcdir=. (= no VPATH support).
12065 (configure-target-libg++): Depend on configure-target-librx.
12066 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12067 * config-ml.in: New file.
12068 * symlink-tree: New file.
12069 * configure: Ensure srcdir="." if that's what it is.
12070
12071Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12072
12073 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12074 includes and FLEX_SKELETON setting.
12075 * mpw-configure (--with-gnu-ld): New option, controls whether
12076 to use PPCLink or ld with PowerMac GCC.
12077 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12078 * mpw-config.in: Configure grez if targeting Mac.
12079
12080 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
12081 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12082 just macos.
6599da04
JM
12083 * configure.in: Configure grez resource compiler if targeting Mac.
12084 * Makefile.in (all-grez, install-grez): New targets.
12085
12086Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12087
12088 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 12089 gcc in the path, set CC to gcc -O2.
6599da04
JM
12090
12091Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12092
12093 * configure: Default ${build} correctly. Avoid picking up extra
12094 spaces when reading CC and CXX from Makefile. When doing a
12095 Canadian Cross, use plausible default values for numerous
12096 variables.
12097 * configure.in: When doing a Canadian Cross, don't try to
12098 configure tools whose configure script can't handle it.
12099
12100Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12101
12102 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12103
12104Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12105
12106 * configure: Remove dubious bug reporting address.
12107
12108Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12109
12110 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12111 configure script, run that instead of this directory's configure.
12112 In either case, print a message that we're configuring the sub-dir.
12113
12114Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12115
12116 * configure.in: Before checking for the existence of various files,
12117 use sed to filter out "target-".
12118
12119Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12120
12121 * Makefile.in (DO_X): Split rule to decrease command line length
12122 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12123 (Philippe De Muyter).
12124
12125Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12126
12127 * Makefile.in (all-patch): depend on all-libiberty.
12128
12129Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12130
12131 * configure.in: If the only directory in target_configdirs which
12132 actually exists is libiberty, then set target_configdirs to empty,
12133 to avoid trying to build a target libiberty in a gas or gdb
12134 distribution.
12135
12136Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12137
12138 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
12139 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12140 systems.
6599da04
JM
12141
12142Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12143
12144 * configure.in (copy_dirs): Use sys-include instead of include
12145 for --with-headers option.
12146
12147Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12148
12149 * Makefile.in, configure.in: Make winsup builds work with
12150 new scheme.
12151
12152Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12153
12154 * configure.in: Build the linker on AIX.
12155
12156Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12157
12158 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12159 where needed.
12160
12161Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12162
12163 * Makefile.in (all-gcc): Fix typo.
12164
12165Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12166
12167 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12168
12169Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12170
12171 * configure.in: Rename libFOO to target-libFOO, and xiberty
12172 to target-xiberty, to provide more flexibility.
12173 (target_subdir): Define. Create if cross.
12174 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12175 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12176 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12177 check-libFOO -> check-target-libFOO, etc.
12178 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12179 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12180 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12181 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12182 allow ALL_GCC="" to only configure.
12183 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12184 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12185 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12186
12187Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12188
12189 * Makefile.in (taz): Build "info" in etc explicitly.
12190
12191Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12192
12193 * configure.in: Make sure that CC is undefined (as opposed to
12194 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12195 problem with autoconf trying to configure on a host without GCC.
12196
12197Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12198
12199 * mpw-configure: Set host alias from choice of host compiler,
12200 only use generic MPW Makefile sed if present, edit a file
12201 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12202 * mpw-README: Add problem notes about CW6 and CW7.
12203
12204Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12205
12206 * Makefile.in (taz): Use ";" instead of ";;".
12207
12208Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12209
12210 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12211 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12212 DISTDOCDIRS.
12213 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12214 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12215
12216Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12217
12218 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12219 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12220 Move bfd to DISTSTUFFDIRS.
12221
12222Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12223
12224 * Makefile.in (X11_LIB): Removed.
12225 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12226
12227 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12228
12229Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12230
12231 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12232 names.
12233
12234Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12235
12236 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12237
12238Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12239
12240 * configure.in (i[345]86-*-win32): Always build newlib.
12241 Don't configure cvs, autoconf or texinfo.
12242 * Makefile.in (LD_FOR_TARGET): New.
12243 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12244 Pass down LD_FOR_TARGET.
12245
12246Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12247
12248 * winsup: New directory.
12249 * Makefile.in: Build winsup.
12250 * configure.in: Winsup is configured when target is win32.
12251 Can only build win32 target GDB when native.
4e81ae98 12252
6599da04
JM
12253Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12254
12255 * config.guess: Recognize HP model 819 machines as having
12256 a PA 1.1 processor.
12257
12258Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12259
12260 * configure: Fix sed loop which substitutes for CC and CXX to
12261 avoid bug found in various sed implementations.
12262
12263Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12264
12265 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12266 simulator. Use standard powerpc-*-eabi*.
12267
12268Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12269
12270 * configure.in: Stop putting gas and binutils in noconfigdirs for
12271 powerpc-*-aix* and rs6000-*-*.
12272
12273Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12274
12275 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12276 -mcall-aixdesc libraries.
12277
12278Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12279
12280 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12281
12282 * config.sub (arm | armel | armeb): Fix shell syntax.
12283
12284Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12285
12286 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12287 -msoft-float and -mcpu=common support.
12288 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12289 libraries.
12290
12291Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12292
12293 * configure.in: Allow configuration and build of emacs19 for the alpha.
12294
12295Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12296
12297 * configure.in (CC): Get ^CC, not just any old CC, from
12298 ${host_makefile_frag}.
12299
12300Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12301
4e81ae98 12302 * configure.in (CC): Try to get CC from
6599da04
JM
12303 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12304
12305Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12306
12307 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12308 only if it exists in $(srcdir).
12309
12310Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12311
12312 * configure: If CC and CXX are not set in the environment, set
12313 them, based on either an existing Makefile or on searching for gcc
12314 in PATH. Substitute for CC and CXX in Makefile.
12315 * configure.in: Remove libm from target_libs. Separate
12316 target_configdirs from configdirs. If CC is not set in
12317 environment, try to get it from a host Makefile fragment. Rewrite
12318 changes of configdirs to use skipdirs instead. A few minor
12319 tweaks. Take directories out of target_configdirs as they are
12320 taken out of configdirs. Remove existing Makefile files from
12321 subdirectories. Substitute for TARGET_CONFIGDIRS and
12322 CONFIG_ARGUMENTS in Makefile.
12323 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12324 by configure.in.
12325 (CONFIG_ARGUMENTS): Likewise.
12326 (CONFIGURE_TARGET_MODULES): New variable.
12327 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12328 ($(CONFIGURE_TARGET_MODULES)): New target.
12329 (configure-libg++, configure-libio): New targets.
12330 (all-libg++): Depend upon configure-libg++.
12331 (all-libio): Depend upon configure-libio.
12332 (configure-libgloss, all-libgloss): New targets.
12333 (configure-libstdc++): New target.
12334 (all-libstdc++): Depend upon configure-libstdc++.
12335 (configure-librx, all-librx): New targets.
12336 (configure-newlib): New target.
12337 (all-newlib): Depend upon configure-newlib
12338 (configure-xiberty): New target.
12339 (all-xiberty): Depend upon configure-xiberty.
12340
12341Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12342
12343 * configure.in (host i[345]86-*-win32): Expand the
12344 noconfigdirs again.
12345
12346Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12347
12348 * mpw-configure: Fix sed command file name.
12349
12350Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12351
4e81ae98 12352 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
12353 noconfigdirs again.
12354
12355Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12356
12357 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12358 or powerpc*-*-pe*, since they are not yet supported.
12359
12360Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12361
12362 Add PowerMac support and many other enhancements.
12363 * mpw-configure: New option --cc to select compiler to use,
12364 paste options set according to --cc into the generated
12365 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12366 if mpw-make.sed is present.
12367 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12368 add forward includes for PowerPC include files.
12369 * mpw-build.in: Build using Makefile.PPC if present.
12370 (do-byacc, etc): Remove separate version resource builds.
12371 (do-gas): Build "stamps" before "all".
12372 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12373 * mpw-README: Update to reflect --cc option, PowerMac support,
12374 and recently-reported compatibility problems.
12375
12376Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12377
12378 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12379 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12380 (--with-multilib-top): Pass to recursive invocations.
12381
12382Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12383
12384 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12385 v810-*-*.
12386
12387Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12388
12389 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12390 gdb, ld and opcodes on v810-*-*.
12391
6599da04
JM
12392Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12393
12394 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12395 (local-maintainer-clean): New target.
12396 (maintainer-clean): New target.
12397 (realclean): Just depend upon maintainer-clean.
12398
12399Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12400
12401 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12402
12403Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12404
12405 * configure.in: Build ld in mips*-*-bsd* case.
12406
12407Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12408
12409 * config.sub: Accept -lites* OS. From Ian Dall.
12410
12411Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12412
12413 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 12414 targets.
6599da04
JM
12415
12416Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12417
12418 * configure.in: treat i386-win32 canadian cross the same as
12419 i386-go32 canadian cross.
12420
12421Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12422
12423 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12424 running under the simulator to build a reduced set of libraries.
12425 (powerpc-*-eabiaix): Add fine grained multilib support added to
12426 other powerpc targets yesterday.
12427
12428Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12429
12430 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12431 -disable-softfloat, -disable-relocatable, -disable-aix, and
12432 -disable-sysv to control which multilib libraries get built.
12433
12434Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12435
12436 * configure: Add Makefile.tem to list of files to remove in trap
12437 handler.
12438
12439Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12440
12441 * config.guess (*Linux*): Add missing "exit"s.
12442 Also, need specific check for alpha-unknown-linux (uses COFF).
12443
12444Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12445
12446 * config.guess: Merge with FSF:
12447
12448 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12449 * config.guess (AIX4): More robust release numbering discovery.
12450
12451 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12452 * config.guess (i386-sequent-ptx): Properly get version number.
12453
12454 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12455 * config.guess (mips:*:4*:UMIPS): New case.
12456
12457Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12458
12459 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12460 (i386-win32 host): Likewise. Don't build readline.
12461
12462Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12463
12464 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12465 SUPPORT_FILES to submakes.
12466
12467Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12468
12469 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12470 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12471 mpw-configure.
12472
12473Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12474
12475 * configure.in (appdirs): Use =, not ==, in test expression when
12476 trying to build the text to print in the warning message for
12477 Solaris users.
12478
12479Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12480
12481 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12482
12483Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12484
12485 * config.guess: Recognize lynx-2.3.
12486
12487Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12488
12489 * config.sub (z8ksim): Deleted
12490 (z8k-*-coff): New, this is the one true name of the target.
12491
12492Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12493
12494 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12495
12496Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12497
12498 * config.guess (*:Linux:*:*): First try asking the linker what the
12499 default object file format is (elf, aout, or coff). Then if this
12500 fails, try previous methods.
12501
12502Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12503
12504 * configure.in: Don't build newlib for *-*-vxworks5.1.
12505
12506Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12507
12508 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12509 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12510
12511Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12512
12513 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12514
12515Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12516
12517 * cfg-ml-com.in: New file.
12518 * cfg-ml-pos.in: New file.
12519
12520Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12521
12522 * COPYING.NEWLIB: Add HP free copyright to list.
12523
12524Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12525
12526 * config.sub: Recognize -eabi* for the system, not just -eabi.
12527
12528Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12529
12530 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12531 * config.sub, configure.in (win32): New target and host.
12532
12533Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12534
12535 * configure.in: Add i386-pe configuration.
12536
12537Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12538
12539 * mpw-build.in (install): Install GDB after LD.
12540
12541Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12542
12543 * mpw-config.in (elf/mips.h): Always forward-include, needed
12544 for GDB to build.
12545
12546Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12547
12548 * testsuite: New directory for customer acceptance and whole tool
12549 chain tests.
12550
12551Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12552
12553 * configure: If per-host line isn't found, but AC_OUTPUT is found
12554 and a configure script exists, run it instead.
12555
12556Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12557
12558 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12559
12560Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12561
12562 * configure: Set build_{cpu,vendor,os,alias} to host values when
12563 --build isn't specified.
12564
12565Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12566
12567 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12568 (FLAGS_TO_PASS): Pass them.
12569 (EXTRA_TARGET_FLAGS): Ditto.
12570
6599da04
JM
12571Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12572
12573 * Makefile.in (all-libg++): Depend on all-libstdc++.
12574
12575Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12576
12577 * configure.in (noconfigdirs): Enable all packages for
12578 i386-unknown-netbsd.
12579
12580Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12581
12582 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12583 hosted builds (DOS builds)
12584
12585Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12586
12587 Changes for ARM based on patches from Richard Earnshaw:
12588 * config.sub: Handle armeb and armel.
12589 * configure.in: Omit arm linker only for riscix.
12590
12591Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12592
12593 * config.guess: Update from FSF.
12594
12595Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12596
63f6bcd7 12597 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
12598 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12599 powerpcle variant. Convert pentium into i586, not i486. Add p5
12600 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12601 temporarily.
12602
12603Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12604
12605 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12606
12607Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12608
12609 * config.sub: Accept -lites* as a basic system type.
12610
12611Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12612
12613 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12614 installed, and if so return linuxoldld as the system name.
12615
12616Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12617
12618 * config.guess: Add hppa1.1-hp-lites support.
12619
12620Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12621
12622 * configure.in: Don't build newlib for m68k-vxworks5.1.
12623
12624Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12625
12626 * configure.in (mips-sgi-irix6): Use mh-irix5.
12627
12628Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12629
12630 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12631
12632Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12633
12634 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 12635 OSF/1. Fix compiler flags.
6599da04
JM
12636 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12637
12638Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12639
12640 * configure.in: Recognize --with-newlib.
12641 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12642
12643Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12644
d207ebef 12645 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
12646 to *_X11_MODULES due to gdbtk needing X include files et al.
12647
12648Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12649
12650 Merge in support for Mac MPW as a host.
12651 (Old change descriptions retained for informational value.)
12652
12653 * mpw-config.in: Add generic include forwards for cpu-specific
12654 include files in aout and elf directories.
12655
12656 * mpw-configure: Added copyright.
12657 * mpw-config.in: Check for presence of required build tools.
12658 (target_libs): Add newlib.
12659 (target_tools): Add examples.
12660 (Read Me): Generate as "Read Me for MPW" instead.
12661 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12662 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12663 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12664
12665 * mpw-configure: Remove subdir-specific makefile hackery,
12666 delete mk.tmp after using it.
12667
12668 * mpw-build.in (all): Display start and end times.
12669
12670 * mpw-configure (host_canonical): Set.
12671 (target_cpu): Always add to makefiles.
12672 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12673 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12674 (mpw-mh-mpw): Look for in srcdir and srcroot.
12675 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12676
12677 * mpw-build.in: (install-only): New target.
12678
12679 * mpw-configure (host_alias, target_alias): Rename from hostalias
12680 and targetalias, add into generated Makefile.
12681 (mk.tmp): If present, add into generated Makefile.
12682 * mpw-build.in (all-gas): Build config.h first before gas proper.
12683
12684 * mpw-configure (config.status): Write only if changed.
12685 * mpw-config.in (readline): Configure it (not built, just used for
12686 definitions).
12687
12688 * mpw-config.in (elf/mips.h): Add a forward include.
12689
12690 * mpw-config.in: Forward-include most .h files in include into
12691 extra-include.
12692 (readline): Don't build.
12693 mpw-build.in (install): Install GDB.
12694
12695 * mpw-configure (prefix, mpw_prefix): Handle it.
12696 * mpw-config.in (mmalloc, readline): Don't configure.
12697 * mpw-build.in (thisscript): Rename to ThisScript.
12698 Use mpw-build instead of BuildProgram everywhere.
12699 (mmalloc, readline): Don't build.
12700 * mpw-README: New file, basic documentation about the MPW port.
12701
12702 * mpw-config.in: Use forward-include to create include files.
12703
12704 * mpw-configure: Add more things to the top of each configured
12705 Makefile, including contents of config/mpw-mh-mpw.
12706 * mpw-config.in (extra-include): Create this directory and fill it
12707 with Posix-like include files when configuring.
12708
12709 * config.sub (apple, mac, mpw): Add various aliases.
12710
12711 * mpw-build.in: New file, top-level build script fragment for MPW.
12712 * mpw-configure: New file, configure script for MPW.
12713 * mpw-config.in: New file, config fragment for MPW.
12714
12715Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12716
12717 * configure.in (host_libs): Remove glob, since it is gone from the
12718 sources.
12719
12720Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12721
12722 * Makefile.in: define empty GDB_NLM_DEPS var.
12723
12724 * configure.in(target_makefile_frag): use config/mt-netware
12725 for netware targets.
12726
12727Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12728
12729 * config.sub: Merge in recent FSF changes. Remove linux special
12730 cases.
12731
12732Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12733
731a8127 12734 Revert this change:
6599da04
JM
12735
12736 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12737
12738 * build-all.mk: Use CC=cc -Xs on Solaris.
12739
6599da04
JM
12740Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12741
12742 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12743 stop using it.
12744 * Makefile.in: Nuke all references to glob subdirectory.
12745
12746Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12747
12748 * configure.in: Fix --enable-shared logic in per-host.
12749
12750Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12751
12752 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12753
12754Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12755
12756 * configure.in (noconfigdirs): Don't build gas on AIX, for
12757 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12758
12759Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12760
12761 * configure: Fix --cache-file to work if the file argument is a
12762 relative path.
12763
12764Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12765
12766 * configure: If the --cache-file is used, pass it down to
12767 configure in subdirectories.
12768
12769Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12770
12771 * config.sub: add vxworks29k configuration.
12772
12773Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12774
12775 * Makefile.in (taz): Do "diststuff" part quietly.
12776
12777Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12778
12779 * config.sub: Mini-merge with gcc/config.sub.
12780
12781Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12782
12783 * config.guess (IRIX): Sed - to _.
12784
12785Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12786
12787 * Makefile.in (source-vault, binary-vault): New targets.
12788
12789Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12790
12791 * config.sub: Recognize -eabi as a basic system type.
12792
12793Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12794
12795 * configure.in (enable_shared stuff): Fix typo.
12796
12797Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12798
12799 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12800
12801Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12802
12803 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12804
12805Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12806
12807 * configure.in (rs6000-*-*): Don't build gas.
12808
12809Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12810
12811 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12812 reduce command line length.
12813 (AS_FOR_TARGET): Check for as.new, not Makefile.
12814 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12815
12816Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12817
12818 * config.guess: Merge from FSF.
12819
12820Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12821
12822 * configure: Don't use $ when handling program_suffix.
12823
12824Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12825
12826 * configure.in: Configure tk for hppa/hpux.
12827
12828Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12829
12830 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12831
12832Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12833
12834 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12835 to LIBCXXFLAGS. Tests are better run without it.
12836
12837Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12838
12839 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12840
12841Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12842
12843 * configure.in (*-*-netware*): Don't configure xiberty.
12844
12845Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12846
12847 * configure.in: Remove tk from native_only list.
12848
12849Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12850
12851 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12852 for special NCD build.
12853
12854Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12855
12856 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12857 makeall.bat, they're only useful for binutils snapshots.
12858 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12859 makeall.bat to specified SUPPORT_FILES.
12860
12861Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12862
12863 * build-all.mk: Add Ericsson targets to sun4 and solaris
12864 hosts. Add BNR's sun4 target to solaris host, so their
12865 build-from-source will be tested in-house first.
12866
12867Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12868
12869 * Makefile.in (LIBCFLAGS): New variable.
12870 (CFLAGS_FOR_TARGET): Ditto.
12871 (LIBCFLAGS_FOR_TARGET): Ditto.
12872 (LIBCXXFLAGS): Ditto.
12873 (CXXFLAGS_FOR_TARGET): Ditto.
12874 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12875 (BASE_FLAGS_TO_PASS): Pass them.
12876 (EXTRA_TARGET_FLAGS): Ditto.
12877
731a8127 12878 * configure.in: Support --enable-shared.
6599da04
JM
12879
12880Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12881
12882 * configure.in (target_libs): Include libstdc++ again.
12883 * config.guess: Update from FSF (for FreeBSD).
12884
12885Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12886
12887 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12888 makeall.bat.
12889 (DISTDOCDIRS): Add `etc'.
12890 (ETC_SUPPORT_PFX): New variable.
12891 (taz): Include anything from etc starting with a word in
12892 ETC_SUPPORT_PFX.
12893
12894Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12895
12896 * config.sub: Update for recent FSF changes. Remove obsolete
12897 h8300hds entry. Add -windows* and -osx as basic os. Minor
12898 spacing changes.
12899
12900Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12901
12902 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12903
12904 * config.guess: Merge with FSF.
12905 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12906
12907Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12908
12909 * configure: Since the "trap 0" handler will override the exit
12910 status on many systems, only use it for "exit 1", and make it set
12911 a non-zero exit status; reset it before "exit 0". Also, check
12912 exit status of config.sub, and error out if it failed.
12913
12914Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12915
12916 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12917 and install libgloss.
12918
12919Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12920
12921 * Makefile.in (all-binutils): Depend upon all-byacc.
12922
12923 * configure.in: Don't build emacs on Irix 5.
12924
12925Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12926
12927 * configure.in (*-*-netware*): Add libio.
12928
12929Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12930
12931 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12932 (CHECK_TARGET_MODULES): Ditto.
12933 (INSTALL_TARGET_MODULES): Ditto.
12934 (TARGET_LIBS): Ditto.
12935 (all-libstdc++): Note dependencies.
12936
12937Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12938
12939 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12940
12941Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12942
12943 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12944 -fexternal-templates.
12945
12946 * configure.in (target_libs): Add libstdc++.
12947 (noconfigdirs): Add libstdc++ as appropriate.
12948
12949Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12950
12951 * config.guess: Update from FSF.
12952
12953Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12954
12955 * configure: Use ${config_shell} when running ${configsub}.
12956
12957Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12958
12959 * config.sub: No longer recognize h8300h.
12960
12961Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12962
12963 * config.sub: Remove extraneous differences between config.sub and
12964 gcc/config.sub.
12965
12966Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12967
12968 * Makefile.in (DISTSTUFFDIRS): Add gas.
12969
12970Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12971
12972 * COPYING.NEWLIB: New file.
12973
12974Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12975
12976 * config.guess (HP-UX): Patch from Harlan Stenn
12977 <harlan@landmark.com> to also emit release level.
12978
12979Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12980
12981 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12982
12983Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12984
12985 * config.sub: Merge nextstep cleanup from FSF.
12986
12987Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12988
12989 * configure.in (arm-*-*): Don't configure ld for this target.
12990
12991Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12992
12993 * configure.in (*-*-netware): don't configure libg++, libio,
12994 librx, or newlib.
12995
12996Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12997
12998 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12999 configure ld--it works, but it doesn't support shared libraries.
13000
13001Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13002
13003 * config.guess (*-unknown-freebsd*): Get rid of possible
13004 trailing "(Release)" in version string.
13005 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13006
13007Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13008
13009 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13010 Fix type: *-next-neststep -> *-next-nextstep.
13011
13012 * config.guess: Merge from FSF:
13013
13014 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13015
13016 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13017
13018 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13019
13020 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13021 instead of UNIX_SV for UnixWare 1.0).
13022
13023Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13024
13025 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13026 to make gdb/nlm/* build after the compiler and linker.
13027
13028Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13029
13030 * config.guess (netbsd, freebsd, linux): Accept any machine,
13031 not just i[34]86.
13032 (m68k-atari-sysv4): Relocate to match FSF version.
13033
13034 * config.guess: More merges from the FSF:
13035
13036 Add a space before function call or macro invocation.
13037
13038 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13039
13040 * config.guess: Add trap cmd to remove dummy.c and dummy when
13041 interrupted.
13042
13043 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13044
13045 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13046 (dummy): Redirect stderr from compilation of dummy.c.
13047
13048 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13049
13050 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13051
13052Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13053
13054 * configure: Accept and ignore --cache*, for compatibility with
13055 new autoconf.
13056
13057Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13058
13059 * config.guess: Merge from FSF:
13060
13061 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13062
13063 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
13064 (PATH): Add /.attbin at end for finding uname.
13065 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
13066
13067 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13068
e490616e 13069 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
13070
13071 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13072
e490616e
ZW
13073 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13074 to select whether to use ELF or COFF.
6599da04
JM
13075
13076 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13077
e490616e 13078 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
13079
13080 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13081
13082 * config.guess: Guess the OS version for HPUX.
13083
13084 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13085
13086 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13087
13088Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13089
13090 * configure.in: Recognize --with-headers, --with-libs, and
13091 --without-newlib.
13092 * Makefile.in (all-xiberty): Depend upon all-ld.
13093
13094Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13095
13096 * configure.in: Change i[34]86 to i[345]86.
13097
13098Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13099
13100 * configure (version): A few more tweaks to help message.
13101
13102Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13103
13104 * Makefile.in: Remove (for now) librx as a host library,
13105 now that we're building it for target.
13106
13107Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13108
13109 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13110 (Karl Berry).
13111
13112Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13113
13114 * configure.in: Also configure librx.
13115
13116Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13117
13118 * Makefile.in: Update various rules to reflect that librx
13119 is now needed for libg++.
13120
13121Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13122
13123 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13124
13125Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13126
13127 * configure.in: Configure the examples directory.
13128
13129Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13130
13131 * configure: Simplify Jun 2 1994 change.
13132
13133Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13134
13135 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13136 /bin/gcc isn't good enough to build gcc.
13137
13138Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13139
13140 * Makefile.in (GDB_SUPPORT_FILES): Remove
13141 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13142 (gdb.tar.gz): Add new rule to use standard distribution building
13143 mechanism.
13144
13145Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13146
13147 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13148 Bill Cox <bill@cygnus.com>.
13149
13150Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13151
13152 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13153
13154Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13155
13156 * configure: Search current dir first in .gdbinit.
13157
13158Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13159
13160 * config.sub: Recognize freebsd (merged from gcc config.sub).
13161
13162Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13163
13164 * config.sub: Refer to NeXT's operating system as nextstep.
13165
13166 * config.sub (case $basic_machine): Re-order the cases, to match
13167 the order in the FSF version (which is mostly alphabethical).
13168 Merge in some additions and changes from the FSF.
13169
13170Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13171
13172 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13173 * config.sub: Recognize cxux7.
13174 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13175
13176Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13177
13178 * config.sub: Fix typo powerpc -> powerpc-*.
13179
13180Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13181
13182 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13183
13184 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13185 parallel with all-emacs and install-emacs). Top-level command
13186 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13187
13188Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13189
13190 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13191 $(relbindir)/make before doing ``make install'', and use
13192 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13193 installing over running make binary.
13194 ($(host)-stamp-stage3-installed): Likewise.
13195
13196Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13197
13198 * config.guess: Recognize Mach.
13199
13200Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13201
13202 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13203 see whether --exec-prefix was used.
13204
13205Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13206
13207 * README: Explicitly mention libg++/README. (Zoo's idea.)
13208
13209Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13210
13211 * Makefile.in: Add all-librx target similar to all-libproc.
13212
13213Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13214
13215 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13216 with post 1.2 uname bogosity.
13217
13218Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13219
13220 * configure: Remove temporary files on receipt of a signal.
13221
13222Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13223
13224 * configure: If there is a package_makefile_frag, remove
13225 ${subdir}/Makefile.tem after copying it in.
13226
13227Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13228
13229 * build_all.mk: support rs6000 lynx identifies itself as
13230 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13231 since /bin/gcc is too feeble to compile a modern gcc.
13232
13233Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13234
13235 * brought devo/test-build.mk update-to-date with progressive/
13236 test-build.mk. Add lynx targets and hppa flag info.
13237
13238Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13239
13240 * configure.in: Use mh-ncrsvr43. Patch from
13241 Tom McConnell <tmcconne@sedona.intel.com>.
13242
13243Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13244
13245 * config.guess (i386-unknown-bsdi): No longer need to
13246 check #if defined(__bsdi__) && defined(__i386__).
13247
13248Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13249
13250 * configure: Set program_transform_nameoption correctly.
13251
13252Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13253
13254 * brought build-all.mk update-to-date with progressive build-all.mk,
13255 added new targets and hppa info.
4e81ae98 13256
6599da04
JM
13257Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13258
13259 * configure: If config.guess result is a prefix of the user
13260 specified target, assume a native build and use the user specified
13261 target as the host alias. Remove SunOS patch suffix removal hack.
13262 * configure.in: Remove SunOS patch suffix removal hack.
13263
13264 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13265 in NATIVE_CHECK_MODULES.
13266
13267Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13268
13269 * Makefile.in: Rename HOST_ONLY to NATIVE.
13270 * configure: Delete SunOs patch suffix from host_canonical
13271 and build_canonical variables that are prepended to Makefiles.
13272 * configure.in: Add comments for easier maintenance.
13273
13274Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13275
13276 * Makefile.in: Add all-libproc target similar to all-gui.
13277
13278Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13279
13280 * Makefile.in (CHECK_MODULES): split into
13281 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13282
13283Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13284
13285 * config.guess (i386-unknown-bsdi): New system to guess.
13286
13287Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13288
13289 * Makefile.in: Add all-gui target (but not yet build by "all").
13290
13291Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13292
13293 * config.sub: Move deletion of patch suffix from here...
13294 * configure.in: To here, at Ian's suggestion. The top-
13295 level scripts might need to know of a patch level.
13296
13297Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13298
13299 * config.sub: Strip off patch suffix so rtl is recognized
13300 as a sunos4.1.3 machine, even though it's been patched.
13301
13302Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13303
13304 * Makefile.in (INSTALL_LAST): Delete.
13305 (INSTALL_DOSREL): New.
13306
13307Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13308
13309 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13310 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13311 whether we pass down --with-gnu-ld anyhow.
13312
13313Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13314
13315 * Makefile.in (INSTALL_LAST): Change operation so it works
13316 on more flavors of make.
13317 * configure.in (go32): Don't build libg++ or libio.
13318
13319Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13320
13321 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13322 they can be overriden by templates.
13323
13324Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13325
13326 * configure.in (target==go32): Don't build gdb.
13327 * dosrel: New directory.
13328
13329Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13330
13331 * configure.in (host==go32): Configure dosrel too.
13332 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13333 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13334 be set by incoming names or templates.
13335 (INSTALL_LAST): New rule.
6599da04
JM
13336
13337Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13338
13339 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13340
13341Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13342
6599da04
JM
13343 * configure.in (appdirs): New variable. Currently empty, but will
13344 be used in gas distribution. If nonempty, lists a set of
13345 directories at least one of which must get configured, or top
13346 level configuration is considered to have failed.
13347 (rs6000-*-lynxos*): Use new file name.
13348
13349Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13350
13351 Eliminate XTRAFLAGS.
13352 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13353 newlib include files using -idirafter, and also use -nostdinc.
13354 (CXX_FOR_TARGET): Likewise.
13355 (XTRAFLAGS): Removed.
13356 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13357 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13358 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13359 ($(DO_X)): Don't pass down XTRAFLAGS.
13360
13361Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13362
13363 * configure.in (mips*-dec-bsd*): New target; do build linker.
13364 (mips*-*-bsd*): New target; don't build linker.
13365
13366Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13367
13368 * configure.in: support rs6000-*-lynxos* configuration.
13369 support sunos4 as a cross target.
13370
13371 * config.sub: look for lynx*, not lynx since the OS version may
13372 legitimately be part of the name.
13373
13374Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13375
13376 * configure.in (i[34]86-*-sco*): Move to be with other i386
13377 targets.
13378 (romp-*-*): New target. Skip various binary utilities.
13379 (vax-*-*): New target. Don't build newlib.
13380 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13381
13382Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13383
13384 * configure.in: Only set host_makefile_frag if config
13385 directory exists.
13386
13387Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13388
13389 * install.sh: If $dstdir exists, don't check whether each
13390 component does.
13391
13392Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13393
13394 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13395
13396Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13397
3b75d237
AJ
13398 * configure.in (*-*-lynxos*): Don't configure newlib for either
13399 native or cross Lynx.
6599da04
JM
13400
13401Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13402
13403 * config.sub (sparc64-elf): Fix os.
13404 (z8k): Remove duplicate.
13405
13406Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13407
13408 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13409 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13410
13411Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13412
13413 * configure: Make file links cleanly even if Lynx fails on
e490616e 13414 an NFS symlink (at least fail cleanly).
6599da04
JM
13415
13416Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13417
13418 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13419 -XNh2000.
13420
13421Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13422
13423 * configure: Unknown options are fatal again.
13424
13425Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13426
13427 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 13428 compatibility.
6599da04
JM
13429
13430Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13431
13432 * build-all.mk: Add `clean' target.
13433
13434Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13435
13436 * config.guess: Add SINIX support.
13437 * configure.in: Add mips-*-sysv4* support.
13438
13439Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13440
13441 * build-all.mk: Document all useful targets.
13442 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13443 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13444
13445Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13446
13447 * configure: Support --silent, --quiet.
13448
13449Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13450
13451 * configure: Support --disable-FEATURE.
13452
13453Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13454
13455 * config.guess: Recognize NCR running SVR4.3.
13456
13457Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13458
13459 * config.guess: Make BSDI generate i386-unknown-bsd386.
13460 Patch from Paul Eggert <eggert@twinsun.com>.
13461
13462Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13463
13464 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13465
13466Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13467
13468 * configure: Make unrecognized options give nonfatal warnings
13469 instead of fatal errors, and pass them to any subdirectory
13470 configures in case they recognize them.
13471 Make --x equivalent to --with-x.
13472
13473Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13474
13475 * configure: Add --enable-* options. Clean up usage message and
13476 some comments.
13477
13478Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13479
13480 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13481
13482Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13483
13484 * configure.in (hppa*-*-*): Enable binutils.
13485
13486Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13487
13488 * config.sub: Recognize cisco.
13489
13490Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13491
13492 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13493
13494Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13495
13496 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13497 than one configuration name. Add comment.
13498
13499Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13500
13501 * config.guess: about target *-hitachi-hiuxwe2, fixed
13502 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13503 macro is incorrect.]
13504
13505Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13506
13507 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13508 than the "make ls" stuff which used to be here.
13509
13510Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13511
13512 * config.guess: Recognize i[34]86-unknown-freebsd.
13513 From Shawn M Carey <smcarey@rodan.syr.edu>.
13514
13515Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13516
13517 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13518
13519Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13520
13521 * config.guess: Check for ptx.
13522
13523Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13524
13525 * config.sub: Add os9k checking.
13526
13527Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13528
13529 * config.guess: Handle OSF1 running on HPPA processors
13530
13531Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13532
13533 * configure: If subdir configure fails, print out a message with
13534 subdirectory name, in case subdir's configure code didn't identify
13535 itself.
13536
13537Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13538
13539 * configure.in: Remove embedded newlines from configdirs.
13540 Avoid mismatches of substrings. Fix matching strings at end
13541 of configdirs.
13542
13543Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13544
13545 * config.guess: Add Lynx/rs6000 config support.
13546
13547Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13548
13549 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13550
13551Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13552
13553 * configure.in (hppa*-*-osf*): Treat this just like most other
13554 PA configurations (eg no binutils or ld).
13555 (hppa*-*-*elf*): These configurations have binutils and ld.
13556
13557Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13558
13559 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13560
13561Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13562
13563 * configure.in (rs6000-*-*): Build gas.
13564
13565Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13566
e490616e 13567 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
13568
13569Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13570
13571 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13572 for GDB and GDB has been fixed to not need it.
13573
6599da04
JM
13574Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13575
13576 * config.guess: Recognize vax hosts.
13577
13578Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13579
13580 * configure (while loop): Don't use "break 2" inside case
13581 statement -- the case statement isn't an enclosing loop.
13582
13583Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13584
13585 * config.guess: Clean up NeXT support, to allow nextstep
13586 on Intel machines. Make OS be nextstep.
13587
13588Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13589
13590 * config.guess: Add alternate forms for Convex.
13591
13592Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13593
13594 * configure: Completely rewrite option processing. Take
13595 advantage of pattern-matching to avoid invoking test frequently.
13596 Also clean up host and target defaulting logic.
13597
13598Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13599
13600 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13601 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13602 commands (plus user environment) will fit SCO limits.
13603
13604Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13605
13606 * configure.in: Don't issue warnings about directories which are
13607 not being configured if -norecursion is set. Correct test for
13608 --with-gnu-as and --with-gnu-ld to not get confused by substring
13609 matches.
13610
13611 * configure.in: Don't build gas for alpha-dec-osf1*.
13612
13613Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13614
13615 * configure: Back out Per's change of 12/19/1993. It changes the
13616 behavior of configure in unexpected and confusing ways.
13617
13618 Also, use different delim char when calculating
13619 program_transform_name so that the name can contain slashes.
13620
13621Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13622
13623 * configure.in, config.sub: Add support for VSTa micro-kernel.
13624
13625Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13626
13627 * configure.in: Nuke hacks which were used to get a special
13628 version of GAS for HPPA configurations.
13629
13630Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13631
13632 * configure: If only ${target_alias} is given, use that
13633 as the default for ${host_alias}.
13634 * configure: Add missing back-slashes before nested quotes.
13635
13636Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13637
13638 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13639
13640Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13641
13642 * config.guess: Recognize some Tektronix configurations.
13643 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13644
13645Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13646
13647 * config.sub: Match any flavor of SH.
13648
13649Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13650
13651 * configure.in: Don't try to configure newlib for Alpha.
13652
13653Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13654
13655 * configure.in: Don't build ld for Irix 5. Don't build gas,
13656 libg++ or libio for any Alpha target.
13657
13658 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
13659
13660Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13661
13662 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13663 default arguments -- so it tried to compress itself.
13664
13665Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13666
13667 * configure.in (notsupp): ensure that a space is always at the end
13668 of the configdirs list, since the grep checks for an explicit space
13669
13670Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13671
13672 * configure.in (target i386-sysv4.2): don't build ld, since static
13673 versions of many libraries are not available.
13674
13675Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13676
13677 * config.guess: Recognize Apollos (using environment variables).
13678 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13679
13680Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13681
13682 * config.guess: Recognize Sony news mips running newsos.
13683
13684Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13685
13686 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13687 "fi ; else" for bash.
13688
13689Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13690
13691 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13692
13693Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13694
13695 * config.sub: accept unixware as an alias for svr4.2.
13696 Fix some inconsistancies with the gcc version.
13697
13698Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13699
13700 * Makefile.in (DISTDOCDIRS): Add gdb.
13701
13702Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13703
13704 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13705
13706Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13707
13708 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13709 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13710 this now.
13711
13712Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13713
13714 * config.sub: Accept hiux* as an OS name.
13715
13716 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13717 etc/make-stds.texi. The underscore came from gcc, and dje now
13718 agrees that RUNTESTFLAGS is the correct name.
13719
13720Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13721
13722 * install.sh: Remove 'set -e'. It makes any conditionals
13723 in the script useless.
13724
13725 * config.guess: Automatically recognize arm-acorn-riscix
13726 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13727
13728Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13729
13730 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13731
13732Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13733
13734 * Makefile.in (DISTDOCDIRS): New variable.
13735 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 13736 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
13737
13738Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13739
13740 * configure.in (hppa target): check the source directory for the
13741 pagas sub-directory
13742
13743Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13744
13745 * config.sub: Allow -aout* and -elf*.
13746
13747Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13748
13749 * configure.in: Don't build ld on i386-solaris2, same as for
13750 sparc-solaris2.
13751
13752Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13753
13754 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13755
13756Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13757
13758 * configure.in: Configure gdb for alpha.
13759
13760Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13761
13762 * Makefile.in (CXXFLAGS): Add -O.
13763
13764Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13765
13766 * config.guess: added support for DG Aviion
13767
13768Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13769
13770 * configure.in: Produce warning message for subdirectories not
13771 configurable for this host/target combination. Don't try to
13772 configure gdb for vms.
13773
13774Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13775
13776 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13777 appropriate files before making "diststuff".
13778 (DISTBISONFILES): New var: list of files to be edited.
13779 (DISTSTUFFDIRS): Add binutils.
13780
13781Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13782
13783 * config.sub: also handle mipsel and mips64el (for little endian mips)
13784
13785Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13786
13787 * configure.in: Add * to end of all OS names.
13788
13789Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13790
13791 * configure.in: Build newlib for LynxOS native.
13792
13793Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13794
13795 * config.guess: Add support for delta 88k running SVR3.
13796
13797 * configure.in: Add comment about HP compiler vs. emacs.
13798
13799Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13800
13801 * configure.in: don't build ld on solaris2 (not a viable option
13802 due to bugs in getpwnam & getpwuid)
13803
13804Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13805
13806 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13807 config.guess will produce a full version number.
13808
13809Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13810
13811 * configure.in: Build linker and binutils for alpha-dec-osf1.
13812
13813Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13814
13815 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13816 and gdb/testsuite/Makefile.in.
13817
13818Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13819
13820 * configure.in: recognize mips*- instead of mips-
13821
13822Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13823
13824 * config.sub: Accept linux*coff and linux*elf as operating
13825 systems.
13826
13827Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13828
13829 * config.sub: Recognize mips64, and mips3 as an alias for it.
13830
13831Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13832
13833 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13834 gdb knows how to handle OSF/1 shared libraries.
13835
13836Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13837
13838 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13839 * config.guess: Recognize Hitachi's HIUX.
13840 * config.sub: Recognize h3050r* and hppahitachi.
13841 Remove redundant cases for hp9k[23]*.
13842
13843Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13844
13845 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13846 if gas and ld are in the source tree and are in ${configdirs}.
13847 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 13848 --with options (but still pass them down on the command line,
6599da04
JM
13849 if they were explicitly specified).
13850
13851Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13852
13853 * configure: substitute SHELL value in Makefile.in with
13854 ${CONFIG_SHELL}
13855
13856Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13857
13858 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13859 *-*-solaris2* targets.
13860
13861Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13862
13863 * Makefile.in: define M4, and pass it down to sub-makes;
13864 all-autoconf now depends on all-m4
13865
13866Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13867
13868 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13869 presence of {ar,ranlib} instead of a configured directory
13870
13871Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13872
13873 * config.guess: Accept 34?? as well as 33?? for NCR.
13874
13875Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13876
13877 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13878 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13879
13880Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13881
13882 * configure: grab values for $(CC) and $(CXX) from the
13883 environment, so that someone can do "CC=gcc configure; make" and
13884 have it work right (matching the way that autoconf works now)
13885
13886 * configure.in, Makefile.in: add support for gash, the tcl
13887 interface to Galaxy
13888
13889 * config.guess: add NetBSD variants (hp300, x86)
13890
13891Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13892
13893 * install.sh: Support -d option (in the manner of SunOS 4 install,
13894 as it is more deterministic than that of GNU install)
13895 (chmodcmd): Set file to mode 755 by default (should also do default
13896 chgrp and chown, but I don't feel like dealing with that now)
13897
13898Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13899
13900 * config.sub: Remove h8300hhms alias.
13901
13902Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13903
13904 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13905
13906Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13907
13908 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13909 as stmp-fixinc
13910
13911Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13912
13913 * config.sub: recognize m88110-bug-coff.
13914
13915Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13916
13917 * Makefile.in (all-libio): all dependencies on the toolchain used
13918 to build this (gcc, gas, ld, etc)
13919
13920Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13921
13922 * config.guess: Deal with OSF/1 1.3 on alpha.
13923
13924Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13925
13926 * install.sh: add some 'else true' clauses for portability
13927
13928 * configure.in: don't build libio for h8[35]00-*-* targets
13929
13930Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13931
13932 * Makefile.in: Add support for new libio.
13933
13934Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13935
13936 * install.sh: If one command fails, don't try the rest. Don't try
13937 to remove $dsttmp (via trap) unless we have already created it.
13938 If $src doesn't exist, detect it and exit with an error.
13939
13940 * config.guess: Recognize BSD on hp300.
13941
13942Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13943
13944 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13945 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13946
13947Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13948
13949 * Makefile.in (all-send-pr): depends on all-prms
13950
13951Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13952
13953 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13954
13955Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13956
13957 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13958 Added test for mips-mips-riscos5.
13959
13960Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13961
13962 * configure.in: use mh-hp300 for 68k HP hosts
13963
13964Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13965
13966 * configure: add support for CONFIG_SHELL, so that you can use
13967 some alternate shell for evaluating configure scripts
13968
13969Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13970
13971 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13972 in configure script to bug-gdb@prep.ai.mit.edu when building
13973 distribution archive.
13974 * Makefile.in (COMPRESS): Remove def.
13975 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13976 gdb.tar.Z and make-gdb.tar.Z respectively.
13977 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13978 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13979 to convergence with 'taz' target in Makefile.in.
13980
13981Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13982
13983 * install.sh (dsttmp): use trap to ensure that tmp files go
13984 away on error conditions
13985
13986Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13987
13988 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13989
13990Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13991
13992 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13993 its parent is '/' not ''.
13994
13995 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13996
13997Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13998
13999 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14000 that ${newsrcdir}/configure.in does.
14001
14002Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14003
14004 * test-build.mk: support for CONFIG_SHELL
14005
14006Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14007
14008 * config.sub (netware): Add as a basic system type.
14009
14010Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14011
14012 * Makefile.in (Makefile): depend on configure.in. Also drop the
14013 $(srcdir)/ from the dependency on Makefile.in.
14014
14015Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14016
14017 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14018 (h8300hhms is temporary until multi-libraries are implemented).
14019 * configure.in: Handle h8300h too.
14020
14021Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14022
14023 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14024
14025Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14026
14027 * configure: Remove extraneous output when guessing host type.
14028 * config.guess: Remove extraneous output when guessing using C
14029 compiler rather than uname, or when guessing fails.
14030
14031Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14032
14033 * Makefile.in: remove all.cross and install.cross targets
14034
14035 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14036 definitions
14037
14038Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14039
14040 * configure.in (target sh): Build gprof.
14041
14042Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14043
14044 * config.sub: change -solaris to -solaris2
14045
14046Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14047
14048 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14049
14050Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14051
14052 * configure: Correct error message for missing Makefile.in to
14053 print correct directory.
14054
14055Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14056
14057 * install.sh: kludge around 386BSD shell bug
14058
14059Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14060
14061 * config.guess: Recognize NeXT.
14062 * config.guess: Recognize i486-ncr-sysv4.
14063 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14064
14065Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14066
14067 * Makefile.in (MAKEINFOFLAGS): New variable.
14068 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14069 * build-all.mk, test-build.mk: Pass down --no-split as
14070 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14071
14072Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14073
14074 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14075
14076Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14077
14078 * Makefile.in (libg++.tar.z): New rule.
14079 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14080 * Makefile.in (taz): Only do a single chmod.
14081
14082Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14083
14084 * install.sh: don't use dirname anymore (replaced with sed usage)
14085
14086Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14087
14088 * Makefile.in: Change extension for gzip'd files from '.z' to
14089 '.gz' per new FSF standard usage.
14090
14091Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14092
14093 * configure: put quotes around the final value of program_transform_name
14094
14095Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14096
14097 * Makefile.in: new install.sh support; update install-info rules
14098
14099Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14100
14101 * configure.in: Build diff for crosses, but not for go32 host.
14102
14103 * configure.in: Build gprof only for native, and don't build it
14104 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14105
14106Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14107
14108 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14109
14110Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14111
14112 * configure.in (host_tools): Add prms.
14113
14114Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14115
14116 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14117 with $(FLAGS_TO_PASS) on the command line
14118
14119 * config.sub: Recognize lynx and lynxos
14120
14121Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14122
14123 * config.sub: Accept -ecoff*, not just -ecoff.
14124
14125Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14126
14127 * Makefile.in (taz): Use .gz suffix instead of .z.
14128 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14129 names.
14130
14131Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14132
14133 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14134
14135Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14136
14137 * Makefile.in (install-no-fixedincludes): install gcc last, so
14138 that rebuilds that might happen during 'make install' don't get
14139 bogus gcc include files
14140
14141Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14142
14143 Change from Utah for HPPA support:
14144 * config.guess: Recognize hppa1.x-hp-bsd.
14145
14146Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14147
14148 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14149 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14150
14151Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14152
14153 * config.sub: Add support for rom68k and bug boot monitors.
14154
14155Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14156
14157 * Makefile.in: Make all-opcodes depend on all-bfd.
14158
14159Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14160
14161 * config.guess: Added special check for i[34]86-univel-sysv4*.
14162
14163Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14164
14165 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14166 the processor rather than assuming i486.
14167
14168Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14169
14170 * config.guess: Recognize SunOS6 as Solaris3.
14171
14172Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14173
14174 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14175 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14176
14177Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14178
14179 * build-all.mk (all-cross): New target for Canadian Cross.
14180 Added Q2 go32 targets.
14181 * test-build.mk: Configure go32 cross sparclite-aout and
14182 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14183 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14184
14185Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14186
14187 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14188 GO32 hosted toolchains
14189
14190Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14191
14192 * configure: change so "-exec-prefix" gets passed down rather
14193 than "-exec_prefix" so autoconf generated Makefiles get the
14194 exec_prefix set right.
14195
14196Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14197
14198 * config.guess: get the Solaris2 minor version number
14199
14200 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14201
14202Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14203
14204 * config.guess: Recognize some Sequent platforms.
14205
14206Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14207
14208 * Makefile.in: added the vault-install target
14209
14210 * configure.in: actually use the Sun3 makefile fragment that's in
14211 config, also added the release dir to configdirs
14212
14213Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14214
14215 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14216
14217Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14218
14219 * configure.in: remove some program from Alpha targetted toolchains
14220
14221Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14222
14223 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14224 gprof.
14225 (taz): Run "make diststuff" in those directories instead of "make
14226 proto-dir". Look for "VERSION=" only at start of line in subdir
14227 Makefile. Use "gzip -9" for compression.
14228 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14229 (binutils.tar.z): New target.
14230
14231Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14232
14233 * Makefile.in (taz): Include gpl.texinfo.
14234
14235Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14236
14237 * Makefile.in (setup-dirs): Merged into "taz" target.
14238 (taz): Only do `proto-dir' stuff if a directory is actually needed
14239 for this target.
14240
14241Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14242
14243 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14244 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14245 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14246 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14247 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14248
14249Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14250
14251 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14252 config.sub, and move-if-change to gdb testsuite distribution
14253 archive, so the testsuite can be extracted, configured, and
14254 run separately from the gdb distribution. Blow away the Chill
14255 tests that require a Chill compiled executable, since GNU Chill
14256 is not yet publically available.
14257
14258Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14259
14260 * test-build.mk: set environment variables in a single command,
14261 instead of a list of assignments and exports
14262
14263 * config.guess: recognize Alpha/OSF1 systems
14264
14265Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14266
14267 * configure: Change help message to prefer --options rather than
14268 -options.
14269
14270Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14271
14272 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14273 zippy@ecst.csuchico.edu.
14274 * config.guess: Recognize miniframe.
14275
14276Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14277
cc6010cd
AP
14278 * Makefile.in: Use srcroot to find runtest rather than rootme.
14279 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
14280
14281Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14282
14283 * test-build.mk: Extensive additions to support building on a
14284 machine other than the host.
14285
14286Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14287
14288 * configure (tooldir): Fix for i386-aix again.
14289
14290Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14291
14292 * configure, Makefile.in: Change definition of $(tooldir)
14293 to match the FSF.
14294
14295Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14296
14297 * config.guess: Recognize i[34]86/SVR4.
14298
14299Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14300
14301 * Makefile.in (all-gdb): gdb depends on sim.
14302
14303Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14304
14305 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14306 at the same time we make the prototype gdb directory.
14307 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14308 files at the same time as the gdb base release distribution.
14309
14310Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14311
14312 * Makefile.in (check): Use individual check targets rather than
14313 DO_X rule.
14314 (check-gcc): Added.
14315
14316Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14317
14318 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14319 for System V release 3.2.
14320
14321Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14322
14323 * config.sub: Recognize hppaosf.
14324 * configure.in: Do configure ld/binutils/gas for it.
14325
14326Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14327
14328 * configure (tooldir): Alter syntax used to set this, for systems
14329 where "\$" isn't handled right, like i386-aix.
14330
14331Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14332
14333 * configure: Pass program-transform-name, not
14334 program_transform_name, to recursive configures.
14335
14336Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14337
14338 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14339 of gas+ld+binutils.
14340
14341Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14342
14343 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14344
14345Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14346
14347 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14348
6599da04
JM
14349Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14350
14351 * Makefile.in (PRMS): Set back to all-prms.
14352
14353Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14354
14355 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14356 targets, rather than for MIPS hosts.
14357
14358Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14359
14360 * configure.in: add comment for --with-x default values
14361
14362 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14363
14364 * Makefile.in: add check-* targets for each of the directories in
14365 the tree. Add a definition of RUNTEST that will use the one we
14366 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14367
14368Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14369
14370 * configure.in: Removed obsolete references to bfd_target and
14371 target_makefile_frag.
14372
14373 * build-all.mk: Set assorted targets for Q2.
14374 * config.sub: Recognize z8k-sim and h8300-hms.
14375 * test-build.mk: Really don't pass host to configure.
14376 (HOLES): Added uname.
14377
14378Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14379
14380 * configure: Handle an empty program-prefix, program-suffix or
14381 program-transform-name correctly.
14382
14383Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14384
14385 * build-all.mk: -G 8 no longer required for MIPS targets.
14386 * test-build.mk: Don't pass host argument to configure; make it
14387 guess.
14388
14389Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14390
14391 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14392 * Makefile.in (COMPRESS): New macro, like GZIP.
14393
14394Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14395
14396 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14397
14398 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14399 with gas currently defaults to -G 0.
14400
14401Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14402
14403 * Makefile.in (all-flex): flex depends on byacc.
14404
14405 * build-all.mk: If host not specified, use config.guess. Pass TAG
14406 to test-build.mk as RELEASE_TAG.
14407 * test-build.mk (configargs): New variable containing arguments to
14408 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14409 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14410
14411 * config.guess: Use /bin/uname when checking -X argument on SCO,
14412 to avoid invoking GNU uname which doesn't understand -X.
14413
14414 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14415
14416 * configure.in: Build gas for mips-*-*.
14417
14418Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14419
14420 * Makefile.in (all.normal): insert missing backslash.
14421
14422Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14423
731a8127 14424 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
14425
14426 * Makefile.in: Complete overhaul to merge many almost identical
14427 targets.
14428
14429Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14430
14431 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14432 (gdb.tar.Z): Adjusted.
14433
14434 * Makefile.in (setup-dirs, taz): New targets; should be general
14435 enough to adapt for gdb sometime. Build only .z file.
14436 (gas.tar.z): New target.
14437
14438Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14439
14440 * build-all.mk: Use CC=cc -Xs on Solaris.
14441
6599da04
JM
14442Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14443
14444 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14445 for handling BISON for FSF releases.
14446
14447Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14448
14449 * configure: Actually implement the change zoo just documented.
14450
14451Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14452
14453 * configure: when using config.guess, only set target_alias when
14454 it's not already been set (ie, on the command line)
14455
14456Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14457
14458 * Makefile.in: add installcheck target, set PRMS to install-prms
14459
14460Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14461
14462 * configure: add support for package_makefile_fragment, handle the
14463 case where a directory has a configure.in file but no Makefile.in
14464 more gracefully (with an actual understandable error message, even);
14465 add support for --without (and add this to the usage message); also
14466 explicitly add a --host=${host_alias} to the command line when
14467 config.guess is used
14468
14469Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14470
14471 * configure: Must use both --host and --target in recursive calls.
14472
14473Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14474
14475 * Makefile.in: Change deja-gnu to dejagnu.
14476
14477Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14478
14479 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14480
14481Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14482
14483 * configure.in: canonicalize all instances to *-*-solaris2*,
14484 also strip out a number of tools to not build for go32 host
14485
14486Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14487
14488 * config.guess: add GPL.
14489
14490 * Makefile.in, config.guess, config.sub, configure: bump
14491 copyrights to 93.
14492
14493Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14494
14495 * Makefile.in (do-info): Removed obsolete check for existence of
14496 localenv file.
14497
14498 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14499
14500Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14501
14502 * Makefile.in: a couple of 'else true' for decstation,
14503 support for TclX
14504
14505 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14506
14507Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14508
14509 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14510
14511Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14512
14513 * config.guess: Recognize i386-ibm-aix (PS/2).
14514 * configure.in: Use config/mh-aix386 file for it.
14515
14516Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14517
14518 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14519 CC_FOR_TARGET instead.
14520 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14521
14522Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14523
14524 * Makefile.in: Add sim to list of directories sent with gdb
14525
14526Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14527
14528 * configure.in: Put back mips-dec-bsd* case.
14529
14530Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14531
14532 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14533 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14534 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
14535
14536Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14537
14538 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14539
14540 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14541 (install-info): install dir.info only if it exists,
14542 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14543
14544Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14545
14546 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14547 gas for mips-dec-bsd.
14548
14549Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14550
14551 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14552 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14553
14554Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14555
14556 * configure.in: Added "dejagnu" to hosttools list.
14557
14558Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14559
14560 * config.sub, configure.in, config.guess: Add support
14561 for Bosx, an AIX variant from Bull.
14562 Patches from F.Pierresteguy@frcl.bull.fr.
14563
14564Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14565
14566 * devo/dejagnu: Initial creation of devo/dejagnu.
14567 Migrated dejagnu testcases and support files for testing software
14568 tools to reside as subdirectories, currently called "testsuite",
14569 within the directory of the software tool. Migrated all programs,
14570 support libraries, etc. beloging to dejagnu proper from
14571 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14572 with no modifications. The changes to these files which will
14573 allow them to configure, build, and execute properly will be made
14574 in a future update.
14575
14576Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14577
14578 * Makefile.in: Change send_pr to send-pr.
14579 * configure.in: Likewise.
14580 * send_pr: Renamed directory to send-pr.
14581
14582Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14583
14584 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14585
14586Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14587
14588 * README: Update for gdb-4.8 release.
14589 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14590 gdb-xxx.tar.z (gzip'd) file also.
14591
14592Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14593
14594 * Makefile.in: make all-diff depend on all-libiberty
14595
14596Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14597
14598 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14599
14600Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14601
14602 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14603
14604Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14605
14606 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14607 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14608 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14609
14610Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14611
14612 * Makefile.in: makeinfo binary is in a new location
14613
14614Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14615
14616 * config.sub: Accept -ecoff as an OS.
14617
14618 * Makefile.in: Various changes to eliminate a level of make
14619 recursion and reduce the required command line length.
14620 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14621 sub-makes.
14622 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14623 variables holding settings for specific sub-makes.
14624 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14625 in terms of BASE_FLAGS_TO_PASS.
14626 (TARGET_LIBS): New variable listing directories which use
14627 TARGET_FLAGS_TO_PASS.
14628 (subdir_do): Eliminated.
14629 (do-*): New set of targets to replace subdir_do.
14630 (various): All targets which used subdir_do now depend on do-*.
14631 (local-clean): Renamed from do_clean.
14632 (local-distclean): New target, dependency of distclean and
14633 realclean.
14634 (install-info): Don't create directories. Depend on dir.info
14635 rather than calling make recursively.
14636 (install-dir.info): Eliminated.
14637 (install-info-dirs): Create all info directories here.
14638 (dir.info): Depend upon do-install-info.
14639
14640 * test-build.mk (HOLES): Added false.
14641
14642Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14643
14644 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14645
14646Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14647
14648 * Makefile.in (info): remove dependency on all-texinfo. The
14649 problem was really in texinfo/C, not at this level.
14650
14651Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14652
14653 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14654
14655Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14656
14657 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14658 GDB releases.
14659
14660Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14661
14662 * configure: Include srcdir in message about target of link not
14663 being found. Don't convert `-' to `_' in `with' options being
14664 passed to subdirs.
14665
14666Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14667
14668 * configure.in: add uudecode to host_tools
14669
14670 * Makefile.in: added {all,install}-uudecode targets, added them to
14671 the appropriate lists
14672
14673Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14674
14675 * Makefile.in (all-gcc): Added dependency on all-gas.
14676
14677 * configure.in (mips-*-*): Build ld and binutils.
14678
14679Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14680
14681 * configure: check return code from mkdir, print error message and
14682 exit on failure.
14683
14684Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14685
14686 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14687
14688Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14689
14690 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14691
14692Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14693
14694 * config.sub (h8500): Recognize this as a cpu type.
14695
14696Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14697
14698 * configure: source directory missing is no longer a warning
14699
14700 * configure.in: recognize irix[34]* instead of irix[34]
14701
14702 * Makefile.in: define and pass down X11_LIB
14703
6599da04
JM
14704Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14705
14706 * guess-systype: Renamed to ...
14707 * config.guess: ... by popular request.
14708 * configure.in, Makefile.in: Update accordingly.
14709
14710Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14711
14712 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14713 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14714 + Execute ./dummy instead of assuming . is in PATH.
14715
14716Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14717
14718 * guess-systype: New shell script. Attempts to guess the
14719 canonical host name of the executing host.
14720 Only a few hosts are supported so far.
14721 * configure: Call guess-systype if no host is specified.
14722
14723Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14724
14725 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14726 gcc Makefile.
14727
14728
14729Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14730
14731 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14732 (all-gcc, install-gcc, subdir_do): Use it.
14733
14734Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14735
14736 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14737
14738Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14739
14740 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14741 set exclusively by configure, using configure.in .
14742
14743Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14744
14745 * test-build.mk: set $PATH for all builds
14746
14747 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14748
14749Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14750
14751 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14752 the one used in gcc/Makefile.in, so that a null expansion doesn't
14753 override the one needed to build gcc with a native cc.
14754
14755
14756Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14757
14758 * configure: Accept -with arguments.
14759
14760Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14761
14762 * Makefile.in: added h8300sim
14763
14764Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14765
6599da04
JM
14766 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14767 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14768 (all-cygnus, native, build-cygnus): Make
14769 $(canonhost)-stamp-3stage-done, not $(host)....
14770 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14771 i386-sco3.2v4. Added else true to if command.
14772
14773Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14774
14775 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14776
14777Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14778
14779 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14780
14781Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14782
14783 * configure.in: don't remove binutils from Solaris builds
14784
14785Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14786
14787 * Makefile.in: get rid of earlier definitions for *clean,
14788 also handle the recursive info rule better
14789
14790Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14791
14792 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14793 do more-or-less the right thing.
14794
14795Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14796
14797 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14798 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14799
14800Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14801
14802 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14803 $(host_canonical).
14804
14805 * configure.in: split the configdirs list into 4 categories (native
14806 v. cross, library v. tool) and handle the cross-only and native-
14807 only in more reasonable (and correct!) way.
14808
14809Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14810
14811 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14812 configdirs anymore.
14813
14814Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14815
14816 * Makefile.in: extensive cleanup:: removed all of the explicit
14817 clean-* targets, collapsed many wrappers around subdir_do into
14818 one, added additional targets to satisfy standards.texi, deleted
14819 some old targets, some changes for consistency
14820
14821Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14822
14823 * configure.in: handle some programs as cross-only, and others as
14824 native only
14825
14826 * test-build.mk: handle partial holes in a more generic manner
14827
14828 * Makefile.in: m4 depends on libiberty
14829
6599da04
JM
14830Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14831
14832 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14833 time, wdiff, and find to configdirs
14834
14835 * Makefile.in: all, clean, and install rules for the new programs
14836 added to configure.in
14837
14838Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14839
14840 * configure.in: use mh-sun for all *-sun-* hosts
14841
6599da04
JM
14842Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14843
14844 * Makefile.in: define flags for X11 include files and library file
14845 locations, pass them down to the programs that need this info
14846
14847 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14848
6599da04
JM
14849Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14850
14851 * configure.in: start building libg++ for HP-UX targets
14852
14853Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14854
14855 * README: Update references to files moved into etc/.
14856
14857Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14858
14859 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14860 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14861
14862Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14863
14864 * configure: accept dash as well as underscore in long option
14865 names for FSF compatibility.
14866
14867Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14868
14869 * config.sub: added -sco3.2v4 support from FSF.
14870
14871Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14872
14873 * configure.in: expand the section that adds or removes
14874 directories from the list of programs to build, to handle native
14875 vs. cross in addition to host v. native
14876
14877Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14878
14879 * Makefile.in: Replace C++ in macro names with CXX.
14880 This is less likely to break ...
14881
14882Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14883
14884 * test-build.mk: add -w to GNU_MAKE
14885
14886Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14887
14888 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14889 add 'sparc' to list of recognized cpus. This needed to make
14890 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14891 Delete some redundant ose68 variants. Recognize -wrs as an os,
14892 then changes that into $CPU-wrs-vxworks.
14893
14894 * configure.in: remove most references to gdbtest, regularize
14895 target based program removal
14896
14897 * test-build.mk: import from p3 tree (many fixes and changes)
14898
14899Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14900
14901 * Makefile.in: added rules to handle tcl, tk, and expect
14902
14903 * configure.in: handle those directories if they exist
14904
14905Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14906
14907 * config.sub: removed bogus hppabsd and hppahpux names, since
14908 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14909
14910Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14911
14912 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14913 depends upon all-xiberty
14914
14915 * Makefile.in: changes from p3, including:
14916
14917 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14918
14919 * Makefile.in (XTRAFLAGS): include newlib directories if
14920 newlib/Makefile exists, rather than if host != target.
14921
14922 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14923
14924 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14925 from the same source tree and not building a cross-compiler. This
14926 matters for the libg++ configuration if reconfiguring a tree that
14927 has already been installed.
14928
14929 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14930
14931 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14932 pick up the machine and system specific header files.
14933
14934 * Makefile.in: added AS_FOR_TARGET, passed down in
14935 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14936 the C compiler to use to create programs which are run in the
14937 build environment, set it to default to $(CC), and passed it down
14938 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14939
14940 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14941
14942 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14943 We need them for unusual native builds, like systems without
14944 ranlib.
14945
14946 * configure: also define $(host_canonical) and
e490616e
ZW
14947 $(target_canonical), which are the full, canonical names for the
14948 given host and target
6599da04
JM
14949
14950Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14951
14952 * Makefile.in: Added separate definitions for C++.
14953
14954Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14955
14956 * configure.in (configdirs): Add deja-gnu.
14957
14958Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14959
14960 * README: Update for configure.texi and gdb-4.7 release.
14961
14962Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14963
14964 * Makefile.in: Move "all" target to top of file.
14965 Previously, first target was ".PHONY" which caused BSD4.4 make
14966 to build .PHONY when make was run without arguments.
14967
14968Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14969
14970 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14971 Library-copylefted code in libiberty.
14972
14973Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14974
14975 * config.sub: Replace m68kmote with plain old m68k.
14976
14977Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14978
14979 * Makefile.in: Remove space from blank line, avoid Make complaints.
14980
14981Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14982
14983 * config.sub: Complain if no argument is given. Added support for
14984 386bsd as OS and target alias.
14985
14986Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14987
14988 * Makefile.in (XTRAFLAGS): include newlib directories if
14989 newlib/Makefile exists, rather than if host != target.
14990
14991Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14992
14993 * config.sub: recognize sparclite-wrs-vxworks.
14994
14995 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14996 p3.) Added clean-xiberty to clean.
14997
14998Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14999
15000 * configure.in: use *-*-* instead of nested cases for host and target
15001
15002Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15003
15004 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15005 from the same source tree and not building a cross-compiler. This
15006 matters for the libg++ configuration if reconfiguring a tree that
15007 has already been installed.
15008
15009Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15010
15011 * config.sub (i486v/i486v4): Merge in from FSF version.
15012
15013Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15014
15015 * configure: only set PWD if it is already set.
15016
15017Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15018
15019 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15020 doesn't have unset and all success paths (and most error paths)
15021 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15022 to just ${PWD} to avoid confusion.)
15023
15024Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15025
15026 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15027 even for a native compilation.
15028
15029Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15030
15031 Changes to make the gdb.tar.Z rule work better.
15032
15033 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15034 (DEVO_SUPPORT): Add configure.texi.
15035 (bfd-ilrt.tar.Z): Remove ancient rule.
15036
15037Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15038
15039 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15040 pick up the machine and system specific header files.
15041
15042 * configure.in, config.sub: added new target m68010-adobe-scout,
15043 with alias of adobe68k. Changed configure.in to check for
15044 -scout before -sco* to avoid a false match.
15045
15046 * Makefile.in: added AS_FOR_TARGET, passed down in
15047 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15048 the C compiler to use to create programs which are run in the
15049 build environment, set it to default to $(CC), and passed it down
15050 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15051
15052Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15053
15054 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15055 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15056 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15057 FOR_TARGET variants, to newlib and libg++.
15058
15059Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15060
15061 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15062 first.
15063
15064Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15065
15066 * config.sub: Accept `elf' as an environment.
15067
15068Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15069
15070 * Makefile.in (all-opcodes): cd into the right directory
15071
15072Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15073
15074 * configure: added -program_transform_name option, used as
15075 argument to sed when installing programs.
15076 configure.texi: added documentation for -program_prefix,
15077 -program_suffix and -program_transform_name.
15078
15079Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15080
15081 * config.sub: Accept i486 where i386 ok.
15082
15083Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15084
15085 * config.sub: accept we32k
15086
15087Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15088
3b75d237 15089 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
15090
15091 * Makefile.in: don't create all directories for ``make install'';
15092 let the subdirectories create the ones they need.
15093
15094Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15095
e490616e 15096 * COPYING: new file, GPL v2
6599da04
JM
15097
15098Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15099
15100 * Makefile.in: use the new gen-info-dir, which needs a template
15101 argument (which also lives in texinfo)
15102
15103 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15104
6599da04
JM
15105Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15106
15107 * config.sub (ncr3000): Change i386 to i486.
15108
15109Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15110
15111 * Makefile.in: add install-rcs, install-grep to
15112 install-no-fixedincludes, removed install-bison and install-libgcc
15113
15114Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15115
15116 * configure.in: grab the HPUX makefile fragment if on HPUX
15117
15118Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15119
15120 * Makefile.in: eradicate bison spoor (ditto libgcc).
15121 configure.in: recognise m68{k,000}-ericsson-OSE.
15122 es1800 is alias for m68k-ericsson-OSE
15123
15124Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15125
15126 * configure.in: rearrange the parts that remove programs from
15127 configdirs, based now on HOST==TARGET or by canonical triple.
15128
15129Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15130
15131 * test-build.mk: recurse explicitly with -f test-build.mk when
15132 appropriate. predicate stage3 and comparison on the existence
15133 of gcc. That is, if gcc isn't around, we aren't three-staging.
15134 On very clean, also remove ...stamp-co. Build in-place before
15135 doing other builds.
15136
15137Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15138
15139 * Makefile.in, configure.in: add tgas
15140
15141Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15142
15143 * Makefile.in: a number of changes merged in from progressive.
15144
15145 * configure.in: add libm.
15146
15147 * .cvsignore: ignore some stuff that comes from test-build.mk.
15148
6599da04
JM
15149Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15150
15151 * config.sub: Add es1800 (m68k-ericsson-es1800).
15152
15153Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15154
15155 * configure: Add program_suffix (parallel to program_prefix)
15156 * Makefile.in: adjust directory-creating script for losing decstation
15157
15158Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15159
15160 * configure: Minor $subdir-related fixes.
15161
15162Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15163
15164 * configure: fix various problems with propogating
15165 makefile_target_frag in subdirs.
15166 * configure.in: config libgcc if its there
15167
15168Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15169
15170 * config.sub: HPPA merge.
15171
6599da04
JM
15172Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15173
15174 * Makefile.in: Replace all-bison with all-byacc in all
15175 dependency lines for other tools (which now use byacc).
15176
15177Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15178
15179 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15180
6599da04
JM
15181Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15182
15183 * Makefile.in: make gprof rules similar to byacc rules (instead of
15184 vestigal $(unsubdir) that didn't work...)
15185
15186Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15187
15188 * config.sub: Add support for Linux.
15189 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15190 (at least for libg++).
15191
15192Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15193
15194 * configure.texi: fix doc for the -nfp option to configure
15195
15196Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15197
15198 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15199
15200Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15201
15202 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15203 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15204 * configure.in: added solaris* host_makefile_frag hook.
15205
15206Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15207
15208 * config.sub: changed recognition of m68000 so that various
15209 m68k types can be specified via m680[01234]0
15210
15211Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15212
15213 * config.sub (basic_machine): fix sed so that '-foo' isn't
15214 completely substituted out while .+'-foo' loses the '-foo'
15215
15216Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15217
15218 * config.sub ($os): Add -aout.
15219
15220Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15221
15222 * configure: If host_makefile_frag is absolute, don't
15223 prefix ${invsubdir} (relevant to libg++ auto-configure).
15224
15225Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15226
15227 * Makefile.in (tooldir): Define it.
15228 (all-ld): Depend on all-flex.
15229
15230Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15231
15232 * Makefile.in (check): Fix libg++ special case.
15233
15234Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15235
15236 * configure: do not bury `pwd` into config.status, thus do fewer
15237 pwd's.
15238
15239 * configure: print the "Building in" message only when building in
15240 other than "." AND verbose.
15241
63f6bcd7 15242 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
15243 configures.
15244
15245 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15246
15247Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15248
15249 * Makefile.in: macroize flags passed on recursion. remove
15250 fileutils.
15251
15252Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15253
15254 * configure: get makesrcdir right for subdirs deeper than 1.
15255
15256 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15257 install.
15258
15259Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15260
15261 * Makefile.in: don't print subdir_do or recursion lines.
15262
15263Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15264
15265 * standards.texi: added menu item.
15266
15267 * Makefile.in: build and install standards.info.
15268
15269 * standards.texi: new file.
15270
15271Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15272
15273 * configure: test for and move config.status pieces from
15274 ${subdir}/.
15275
15276Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15277
6599da04
JM
15278 * configure: Test for existance of files before trying to mv
15279 them, to avoid numerous non-existance messages.
15280
15281Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15282
15283 * configure: correct final line of config.status.
15284
15285 * configure: patch from eggert. Avoids a protection problem if
15286 the original Makefile.in is read only.
15287
15288 * configure: use move-if-change from gcc to create config.status.
15289 Some makefiles depend on config.status to tell if a directory
15290 has been reconfigured for a different host. This change
15291 prevents those directories from remaking everything in the case
15292 where the reconfig was only intended to rebuild a Makefile.
15293
15294 * configure: test for config.sub with "config.sub sun4" rather
15295 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15296 host alias from a missing config.sub.
15297
15298Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15299
15300 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15301 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15302
15303Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15304
15305 * configure: mkdir ${subdir} as needed.
15306
15307Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15308
15309 * Makefile.in,configure.in: added autoconf.
15310
15311Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15312
15313 * Makefile.in: no longer pass against on recursion.
15314
15315 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15316 definitions are not inherited.
15317
15318 * configure: correct makesrcdir when subdir is .
15319
15320Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15321
15322 * configure: Add support for 'subdirs' variable, which is
15323 like 'configdirs', except that configure doesn't re-invoke
15324 itself for subdirs, it just creates a Makefile for each subdir.
15325 * configure.texi: Document subdirs.
15326
15327Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15328
15329 * configure.in: added flex to configdirs
15330
15331Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15332
15333 * Makefile.in: remove clean-stamps from clean.
15334
15335Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15336
15337 * configure.in: Add gdbtest to configdirs.
15338
15339Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15340
15341 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15342 to recursive makes.
15343 * configure.in: Recognize new ncr3000 config.
15344
15345Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15346
15347 * Makefile.in, configure.in: removed references to gdbm.
15348
15349Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15350
15351 * config.sub: Don't canonicalize os value
15352 newsos* to bsd (readline needs to check for newsos).
15353 (This fix was earlier made Jan 31, but got re-broken.)
15354
15355Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15356
15357 * configure.in: sco is an os, not a vendor!
15358
15359 * configure: Quote $( better. Keep various shells happy.
15360
15361Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15362
15363 * Makefile.in: eliminate stamp-files.
15364
15365Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15366
15367 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15368 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15369
15370Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15371
15372 * config.sub: fix iris/iris3.
15373
15374Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15375
15376 * configure: re-add -rm.
15377
15378Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15379
15380 * Maskefile.in: add .stmp-rcs to all.
15381
15382 * configure.in: remove gas from rs6000 build, use aix host fragment.
15383
15384Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15385
15386 * configure: pass down site_option during recursion.
15387
15388Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15389
15390 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15391
15392Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15393
15394 * configure: Change exec_prefix so that it really defaults to prefix.
15395
15396Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15397
15398 * Makefile.in, configure.in: Add support for mmalloc library.
15399
15400Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15401
15402 * Makefile.in: add stmp dependencies for a few more things.
15403
15404Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15405
15406 * configure: adjusted error message on objdir/srcdir configure
15407 collision, per john's suggestion.
15408
15409 * Makefile.in: add libiberty stmp to all and all.cross.
15410
15411Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15412
15413 * Makefile.in: remove force dependencies, add grep to all.
15414
15415Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15416
15417 * Makefile.in: drop flex. make stamp files work.
15418
15419 * configure: added test for conflicting configuration in srcdir,
15420 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15421 gets cranky. use relative paths for configure and srcdir
15422 whenever possible. Send some error messages to stderr that were
15423 going to stdout.
15424
15425Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15426
15427 * Makefile.in: Fix libg++ rule to check for gcc directory
15428 before using gcc/gcc. Also pass XTRAFLAGS.
15429
15430Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15431
15432 * Makefile.in: added stmp-files so that directories aren't polled
15433 when they are already built.
15434
15435 * configure.texi: fixed a node pointer problem.
15436
15437Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15438
731a8127 15439 * config.sub configure.in gdb/configure.in
6599da04
JM
15440 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15441 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15442 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15443
15444Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15445
15446 * configure: -recurring becomes -silent. corrected help message
15447 for -site= option.
15448
15449 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15450
15451Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15452
15453 * configure: when building Makefile for crosses, replace
15454 tooldir and program_prefix. default srcdir from location of
15455 config.sub. remove "for host in hosts" and "for target in
15456 targets" loops.
15457
15458Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15459
15460 * Makefile.in: Do not pass bindir or mandir to cvs.
15461
15462Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15463
15464 * Makefile.in, configure.in: removed traces of namesubdir,
15465 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15466 copyrights to '92, changed some from Cygnus to FSF.
15467
15468 * configure.texi: remove most references to multiple hosts,
15469 multiple targets, subdirs, etc.
15470
15471 * configure.man: removed rcsid. reference config.sub not
15472 config.subr.
15473
15474 * Makefile.in: mkdir $(infodir) on install-info.
15475
15476Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15477
15478 * configure.texi: Explain better about .gdbinit and about
15479 the environment that configure.in sections run in.
15480
15481Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15482
15483 * configure.in: Ultrix is only a decstation if it's a MIPS.
15484
15485Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15486
15487 * README: DOC.configure => cfg-paper.texi.
15488
15489Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15490
15491 * config.sub (near case $os): Don't convert newsos* to bsd!
15492
15493Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15494
15495 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15496 the number of copies of COPYING that go into the GDB tar file.
15497
15498Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15499
731a8127 15500 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
15501 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15502 Fix SCO configuration stuff.
15503
15504Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15505
15506 * Makefile.in: For libg++, make sure the -I pointing
15507 to the gcc directory goes *after* all the libg++-local -I flags.
15508 Also, move just-gcc dependency from just-libg++ to all-libg++.
15509
15510Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15511
15512 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15513
15514Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15515
15516 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15517
15518Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15519
15520 * config.sub: Add stratus configuration frags. Also
15521 submitted to FSF.
15522
15523Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15524
15525 * Makefile.in (DEV_SUPPORT): add configure.man.
15526
15527 * config.sub(Decode manufacturer-specific): add -none*.
15528
15529Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15530
15531 * Makefile.in: remove form feeds to make Sun's make happy.
15532 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15533
15534Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15535
15536 * Makefile.in (AR_FLAGS): Make quieter.
15537
15538Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15539
15540 * configure.in: Add libg++.
15541 * configure: When verbose, don't output the command line at each
15542 level; it will be unremarkably the same as the previous version,
15543 which will be the same as what the user typed.
15544
15545Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15546
15547 * configure.in, Makefile.in: fix clean-info, add flex. add
15548 fileutils.
15549
15550 * configure: be less sensitive to spaces in Makefile.in. Do not
15551 look for sources in "..". Doing so breaks subdirectories that
15552 might have their own configure. If a subdir has it's own
15553 configure script, use it.
15554
15555Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15556
15557 * cfg-paper.texi: some changes suggested by rms.
15558
15559Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15560
15561 * config.sub: Merge in some small additions from the FSF version,
15562 taken from the gcc distribution, to bring the Cygnus and FSF
15563 versions into closer sync.
15564
15565Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15566
15567 * configure.in: Changed svr4 references to sysv4.
15568
15569Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15570
15571 * configure: added -V for version number option.
15572
15573Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15574
15575 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15576 renamed from DOC.configure to cfg-paper.texi.
15577
15578Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15579
15580 * configure, config.subr, config.sub: config.subr is now
15581 config.sub again.
15582
15583Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15584
15585 * configure.texi: new file, in progress.
15586
15587 * Makefile.in: build info file and install the man page for
15588 configure.
15589
15590 * configure.man: new file, first cut.
15591
15592 * configure: find config.subr again now that configuration "none"
15593 has gone. removed all traces of the -ansi option. removed all
15594 traces of the -languages option.
15595
15596 * config.subr: resync from rms.
15597
15598Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15599
15600 * configure, config.sub, config.subr: merge config.sub into
15601 config.subr, call the result config.subr, remove config.sub, use
15602 config.subr.
15603
15604 * Makefile.in: revised install for dir.info.
15605
15606Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15607
15608 * configure.in: add decstation host makefile frag.
15609
15610 * Makefile.in: BISON now bison -y again. also install-gcc on
15611 install. clean-gdbm on clean. infodir belongs in datadir.
15612 Make directories for info install. Build dir.info here then
15613 install it.
15614
15615Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15616
15617 * Makefile.in: fix for bad directory tests.
15618
15619Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15620
15621 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15622 regexp. -srcdir relative was being handled incorrectly.
15623
15624 * Makefile.in: unwrapped some for loops so that parallel makes
15625 work again and so one can focus one's attention on a particular
15626 package.
15627
15628Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15629
15630 * configure: added PWD as a stand in for `pwd` (for speed). use
15631 elif wherever possible. make -srcdir work without -objdir.
15632 -objdir= commented out.
15633
15634Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15635
15636 * configure: +options become --options. -subdirs commented out.
15637 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15638 Makefile now at top of generated Makefile. Removed cvs log
15639 entries. added -srcdir. create .gdbinit only if there is one
15640 in ${srcdir}.
15641
15642 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15643 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15644 and mandir now keyed off datadir by default.
15645
15646Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15647
15648 * Freshly created ChangeLog.
15649
15650\f
15651Local Variables:
15652mode: change-log
15653left-margin: 8
15654fill-column: 76
15655version-control: never
15656End: