]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
[thirdparty/gcc.git] / ChangeLog
CommitLineData
d8fe8895
DK
12010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2
3 * MAINTAINERS: Adjust my details.
4
f7746c59
TL
52010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6
7 * MAINTAINERS: reindented my entry with tabs instead of spaces.
8
306c7b5b
TL
92010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
10
11 * MAINTAINERS (Write After Approval): Add myself.
12
1b8b9e19
KT
132010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
14
15 * MAINTAINERS (Write After Approval): Add myself.
16
c164615b
RG
172010-01-11 Richard Guenther <rguenther@suse.de>
18
19 PR lto/41569
20 * Makefile.def (all-lto-plugin): Depend on all-gcc.
21 * Makefile.in: Regenerated.
22
f3f623ae
AT
232010-01-11 Andreas Tobler <andreast@fgznet.ch>
24
25 * configure.ac: Enable libjava build on x86_64-*freebsd*.
26 * configure: Regenerate.
27
592c90ff
KG
282010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
29 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
30
31 PR bootstrap/42424
32 * configure.ac: Include libtool m4 files.
33 (_LT_CHECK_OBJDIR): Call it.
34 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
35 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 36
592c90ff
KG
37 * configure: Regenerate.
38
60a2e213
RW
392010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
40
41 PR bootstrap/41818
42 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
43 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
44 * Makefile.in: Regenerate.
45
7413962d
RG
462010-01-02 Richard Guenther <rguenther@suse.de>
47
48 PR lto/41529
49 * configure.ac: Include config/elf.m4. Disable LTO if not
50 builting for an elf target.
51 * configure: Regenerate.
52
f77f3945
CF
532009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
54
55 * MAINTAINERS: Change my email address.
56
4960e3f0
BE
572009-12-18 Ben Elliston <bje@au.ibm.com>
58
59 * config.sub, config.guess: Update from upstream sources.
60
d16a31da
SZ
612009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
62
63 * MAINTAINERS (Write After Approval): Add myself.
64
3a5729ea
KG
652009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
66
67 PR middle-end/30447
68 PR middle-end/30789
69 PR other/40302
70
71 * configure.ac: Require MPC.
72 * configure: Regenerate.
73
43e02a8a
RW
742009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
75
76 PR target/38384
77 PR bootstrap/40972
78 * libtool.m4: Sync from git Libtool.
79 * ltoptions.m4: Likewise.
80 * ltversion.m4: Likewise.
81 * lt~obsolete.m4: Likewise.
82 * ltmain.sh: Likewise.
83
360d4522
KG
842009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
85
86 * configure.ac: Update minimum MPC version to 0.8.
87 * configure: Regenerate.
88
f264ed56
SP
892009-11-21 Sebastian Pop <sebpop@gmail.com>
90
91 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
92 * configure: Regenerated.
93
ed2eaa9f
ILT
942009-11-21 Ian Lance Taylor <iant@google.com>
95
96 * configure.ac: Change default of poststage1_ldflags to be empty if
97 poststage1_libs is set. When poststage1_libs is empty, and
98 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
99 * configure: Rebuild.
100
58346783
AN
1012009-11-21 Adam Nemet <adambnmet@gmail.com>
102
103 * MAINTAINERS (Write After Approval): Update my email address.
104
5ca0106a
BE
1052009-11-20 Ben Elliston <bje@au.ibm.com>
106
107 * config.guess: Update from upstream sources.
108
87213cd4
AO
1092009-11-16 Alexandre Oliva <aoliva@redhat.com>
110
111 * Makefile.def: Restore host and target settings for gmp.
112 * Makefile.in: Rebuild.
113
f61428ed
AO
1142009-11-16 Alexandre Oliva <aoliva@redhat.com>
115
116 * configure.ac: Add libelf to host_libs. Enable in-tree configury
117 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
118 Fix portability of test of C++ as bootstrap language. Add
119 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
120 * configure: Rebuild.
121 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
122 and cloog. Fix in-tree ppl configuration. Introduce libelf
123 in-tree building.
124 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
125 (POSTSTAGE1_HOST_EXPORTS): Use it.
126 (STAGE[+id+]_CXXFLAGS): New.
127 (BASE_FLAGS_TO_PASS): Pass it down.
128 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
129 extra_exports.
130 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
131 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
132 extra_exports.
133 * Makefile.in: Rebuild.
134
f6c56be6
BE
1352009-11-17 Ben Elliston <bje@au.ibm.com>
136
137 * config.sub, config.guess: Update from upstream sources.
138
0ccb5970
JK
1392009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
140
141 * MAINTAINERS (Write After Approval): Add myself.
142
3f08607c
JB
1432009-11-09 Jon Beniston <jon@beniston.com>
144
145 * MAINTAINERS (Write After Approval): Add myself.
146
5d571eaa
OS
1472009-11-06 Ozkan Sezer <sezeroz@gmail.com>
148
149 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
150 paths for *-w64-mingw* and x86_64-*mingw*.
151 * configure: Regenerated.
152
3be9759a
JR
1532009-11-05 Joern Rennecke <amylaar@spamcop.net>
154
155 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
156
c393f559
BK
1572009-11-02 Benjamin Kosnik <bkoz@redhat.com>
158
159 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
160 Phil Edwards to Write-After Approval.
161
ef4c4300
KT
1622009-10-30 Kai Tietz <kai.tietz@onevision.com>
163
164 * configure.ac: Disable target-winsup & co for
165 x86_64-*-mingw* and *-w64-mingw* targets.
166 * configure: Regenerated.
167
65a324b4
NC
1682009-10-16 Nick Clifton <nickc@redhat.com>
169
170 * MAINTAINERS: Add myself as a maintainer for the RX port.
171
22e5d3dc
JS
1722009-10-26 Johannes Singler <singler@kit.edu>
173
174 * MAINTAINERS (Write After Approval): Update my e-mail address.
175
17e72e5d
RO
1762009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
177
178 * configure.ac (CLooG test): Use = with test.
179 * configure: Regenerate.
180
ed3a56f3
RG
1812009-10-22 Richard Guenther <rguenther@suse.de>
182
183 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
184 cloog if the ppl version check failed. Move flags saving
185 before setting in libelf check.
186 * configure: Regenerate.
187
ad0abd3c
RG
1882009-10-21 Richard Guenther <rguenther@suse.de>
189
190 * configure.ac: Adjust the ppl and cloog configure to work as
191 documented. Disable cloog if ppl was disabled. Omit the version
192 checks if they were disabled.
193 * configure: Re-generate.
194
e4c5bd48
RW
1952009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
196
197 * configure.ac: Add 'lto' to enable_languages, not
198 new_enable_languages, and only if not already present.
199 * configure: Regenerate.
200
0ffd69c5
GP
2012009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
202
203 * README: Refer to the various COPYING* files instead of just
204 COPYING.
205 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
206
1fc23736
RE
2072009-10-07 Rafael Avila de Espindola <espindola@google.com>
208
209 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
210
58687768
RG
2112009-10-07 Richard Guenther <rguenther@suse.de>
212
213 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
214 and Richard Guenther as reviewers.
215 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
216 as reviewers.
217
49b0ca5c 2182009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 219
49b0ca5c 220 * config.sub: Update from upstream sources.
d2d9ce5e 221
aeb94799
ILT
2222009-10-06 Ian Lance Taylor <iant@google.com>
223
224 * Makefile.def: check-gold depends upon all-gas.
225 * Makefile.in: Rebuild.
226
123651cd
PM
2272009-10-05 Phil Muldoon <pmuldoon@redhat.com>
228
229 * MAINTAINERS (Write After Approval): Add myself.
230
d7f09764
DN
2312009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
232
233 * Makefile.def: all-lto-plugin depends on all-libiberty.
234 set bootstrap=true for lto-plugin.
235 Add lto-plugin.
236 * Makefile.in: Regenerate.
237 * configure.ac (host_libs): Add lto-plugin.
238 * configure: Regenerate.
239
d7f09764
DN
2402009-10-03 Diego Novillo <dnovillo@google.com>
241
242 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
243 (HOST_LIBELFLIBS): Define.
244 (HOST_LIBELFINC): Define.
245 * Makefile.in: Regenerate.
246 * configure.ac: Add --enable-lto.
247 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
248 If --enable-lto is used, add 'lto' to new_enable_languages.
249 If --enable-lto is used and gold is enabled, add
250 lto-plugin to configdirs.
251 * configure: Regenerate.
252
2532009-10-03 Simon Baldwin <simonb@google.com>
254
255 * configure.ac: If --with-system-zlib, suppress local zlib and
256 pass --with-system-zlib to subdir configure scripts.
257 * configure: Regenerate.
258
0ecdd2aa
LR
2592009-10-01 Loren J. Rittle <ljrittle@acm.org>
260 Paolo Bonzini <bonzini@gnu.org>
261
262 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
263 $(srcdir).
264 * Makefile.in: Rebuilt.
265
5bfbb7f7
GF
2662009-09-26 Gary Funck <gary@intrepid.com>
267
268 * MAINTAINERS (Write After Approval): Add myself.
269
3e661154
KG
2702009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
271
272 * configure.ac: Update minimum MPC version to 0.7.
273 * configure: Regenerate.
274
f1a036e4
NC
2752009-09-25 Nick Clifton <nickc@redhat.com>
276
277 * configure.ac: Pass any --cache-file=/dev/null option on to
278 subconfigures.
279 * configure: Regenerate.
280
d4c74acc
NC
2812009-09-23 Nick Clifton <nickc@redhat.com>
282
283 * config.sub, config.guess: Update from upstream sources.
284
03261b6d
LR
2852009-09-22 Loren J. Rittle <ljrittle@acm.org>
286
287 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
288 * Makefile.in: Rebuilt.
289
0db770bd
RW
2902009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
291
292 PR bootstrap/32272
293 * configure.ac: Error out if $srcdir isn't '.' but contains
294 host-${host_noncanonical}.
295 * configure: Regenerate.
296
71101870
RO
2972009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
298
299 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
300 maintainer.
301
ca6d0d62
RW
3022009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
303
79cd2b23
RW
304 * configure.ac: If bootstrapping a combined tree with
305 --enable-gold, require c++ in stage1_languages.
306 * configure: Regenerate.
307
ab9dcd0c
RW
308 * configure.ac: Also add target_libs of stage1_languages to
309 bootstrap_target_libs.
310 * configure: Regenerate.
311
ca6d0d62
RW
312 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
313 with --enable-languages not containing c++.
314 * configure: Regenerate.
315
1c3c9f12
JZ
3162009-09-15 Jie Zhang <jie.zhang@analog.com>
317
318 * configure.ac: Disable java and boehm-gc for bfin-*-*.
319 * configure: Regenerate.
320
6fb30a14 3212009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 322
6fb30a14
JR
323 * MAINTAINERS (Write After Approval): Update my e-mail address,
324 and move from from here...
325 (Waiting for paperwork): To here.
0318772d 326
4056c2c6
JM
3272009-09-09 Joseph Myers <joseph@codesourcery.com>
328
329 * MAINTAINERS (Reviewers): Add self as driver reviewer.
330
3e54529c
RW
3312009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
332
333 * configure.ac: Do not use $extrasub for replacing @if/@endif
334 parts in Makefile; instead, use additional arguments to
335 AC_CONFIG_COMMANDS to do the replacement manually, with several
336 sed invocations, to avoid HP-UX sed command limits.
337 * configure: Regenerate.
338
713e2ea6
AO
3392009-09-08 Alexandre Oliva <aoliva@redhat.com>
340
341 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
342 blank before -L.
343
5646b7b9
AO
3442009-09-04 Alexandre Oliva <aoliva@redhat.com>
345
346 * configure.ac (with-build-config): Document. Handle without.
347 Handle missing argument.
348 * configure: Rebuilt.
349
e12c4094
AO
3502009-09-03 Alexandre Oliva <aoliva@redhat.com>
351
352 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
353 Default to bootstrap-debug only if compare-debug works.
354 * configure: Rebuilt.
355 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
356 * Makefile.in: Rebuilt.
357
75cb0057
RO
3582009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
359
360 * MAINTAINERS (OS Port Maintainers): Update my email address.
361
8fc68cba
AO
3622009-09-01 Alexandre Oliva <aoliva@redhat.com>
363
364 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
365 * Makefile.in: Rebuilt.
366
44cb38cf
CD
3672009-09-01 Chris Demetriou <cgd@google.com>
368
369 * MAINTAINERS (Write After Approval): Add myself.
370
f9329c35
DS
3712009-08-31 Dodji Seketeli <dodji@redhat.com>
372
373 PR debug/30161
374 * include/dwarf2.h (enum dwarf_tag): Added
375 DW_TAG_GNU_template_template_param
376 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
377
f945e229
PB
3782009-08-30 Paolo Bonzini <bonzini@gnu.org>
379
380 * Makefile.tpl (AWK): Fix typo.
381 * Makefile.in: Regenerate.
382
87264276
PB
3832009-08-30 Paolo Bonzini <bonzini@gnu.org>
384
385 * configure.ac: Detect awk and sed.
386 * Makefile.def (flags_to_pass): Add AWK and SED.
387 * Makefile.tpl (AWK, SED): New.
388 (BASE_FLAGS_TO_PASS): Add AWK and SED.
389 * configure: Regenerate.
390 * Makefile.in: Regenerate.
391
68ccd57c
DK
3922009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
393
394 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
395 (collapseslashes): Likewise.
396
df58e648
RW
3972009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
398
399 * configure.ac (AC_PREREQ): Bump to 2.64.
400
0539cb2c
RW
4012009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
402
70fa0efa
RW
403 * configure.ac: Remove --with-datarootdir, --with-docdir,
404 --with-pdfdir, --with-htmldir switches.
405 * configure: Regenerate.
406
5213506e
RW
407 * configure: Regenerate.
408
0539cb2c
RW
409 * compile: Sync from Automake 1.11.
410 * depcomp: Likewise.
411 * install-sh: Likewise.
412 * missing: Likewise.
413 * mkinstalldirs: Likewise.
414 * ylwrap: Likewise.
415
197c68cc
DK
4162009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
417
418 * ltmain.sh (func_normal_abspath): New function.
419 (func_relative_path): Likewise.
420 (func_mode_help): Document new -bindir option for link mode.
421 (func_mode_link): Add new -bindir option, and use it to place
422 output DLL if specified.
423
58af276a
RW
4242009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
425
0115d4a3
RW
426 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
427 (baseargs): Add --disable-option-checking.
428 * configure: Regenerate.
429
58af276a
RW
430 * Makefile.def (configure-target-libiberty): Depend on
431 all-binutils and all-ld.
432 (configure-target-newlib): Likewise.
433 * Makefile.in: Regenerate.
434
e9d9afef
BE
4352009-08-17 Ben Elliston <bje@au.ibm.com>
436
437 * config.sub, config.guess: Update from upstream sources.
438
354ebf88
RW
4392009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
440
441 Sync from src, merge:
442
443 2009-07-02 Tristan Gingold <gingold@adacore.com>
444
445 * configure.ac: Do not exclude gas for i386-*-darwin.
446 Add a case for x86_64-*-darwin.
447 * configure: Regenerate.
448
8375f7b2
NV
4492009-08-06 Neil Vachharajani <nvachhar@gmail.com>
450
451 * MAINTAINERS: Add my name to Write After Approval list.
452
ca9fe997
ME
4532009-08-06 Michael Eager <eager@eagercon.com>
454
455 * configure.ac: Add Microblaze target.
456 * configure: Regenerate.
457
ea2002ba
CB
4582009-07-31 Christian Bruel <christian.bruel@st.com>
459
460 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
461 * configure: Regenerate.
462
f563194d
RIL
4632009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
464
465 * MAINTAINERS (Write After Approval): Update my e-mail address.
466
e90e6bd7
ILT
4672009-07-06 Ian Lance Taylor <iant@google.com>
468
469 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
470 * configure: Rebuild.
471
f6e0880a
TG
4722009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
473
474 * MAINTAINERS: Move myself to the Graphite Reviewers.
475
6d984927
WG
4762009-06-30 Wei Guozhi <carrot@google.com>
477
478 * MAINTAINERS: Add my name to Write After Approval list.
479
f2689b09
SE
4802009-06-26 Steve Ellcey <sje@cup.hp.com>
481
482 PR bootstrap/40338
483 * configure.ac (comparestring): Create new variable.
484 * Makefile.tpl (comparestring): Use to skip some comparisions.
485 * configure: Regenerate.
486 * Makefile.in: Regenerate.
487
f62c0ba4
DE
4882009-06-26 Doug Evans <dje@sebabeach.org>
489
490 * Makefile.def (host_modules): Add cgen.
491 * Makefile.in: Regenerate.
492 * configure.ac (host_tools): Add cgen.
493 * configure: Regenerate.
494
7acf4da6
DD
4952009-06-23 DJ Delorie <dj@redhat.com>
496
497 * MAINTAINERS: Add myself as mep maintainer.
498
00020c16
ILT
4992009-06-23 Ian Lance Taylor <iant@google.com>
500
501 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
502 boot_languages. Only bootstrap target libraries listed in
503 target_libs for some boot language. Add --with-stage1-ldflags,
504 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
505 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
506 if not building with C++.
507 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
508 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
509 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
510 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
511 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
512 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
513 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
514 * configure, Makefile.in: Rebuild.
515
1da52d4a
LF
5162009-06-23 Li Feng <nemokingdom@gmail.com>
517
518 * MAINTAINERS: Added my name to write-after-approval list.
519
144c9175
RM
5202009-06-15 Ryan Mansfield <rmansfield@qnx.com>
521
522 * configure.ac: Define is_elf for QNX Neutrino targets.
523 * configure: Regenerate.
524
e5871e24
GS
5252009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
526
527 * MAINTAINERS: Added my name to the write-after-approval list
528
5f4a82c0
KG
5292009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
530
531 * configure.ac: Detect MPC in default directory.
532 * configure: Regenerate.
533
394e9195
JG
5342009-06-03 Jerome Guitton <guitton@adacore.com>
535 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
536
537 * Makefile.tpl (all): Avoid a trailing backslash.
538 * Makefile.in: Regenerate.
539
47bca6aa
BE
5402009-06-03 Ben Elliston <bje@au.ibm.com>
541
542 * config.sub, config.guess: Update from upstream sources.
543
a891a473
RS
5442009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
545
546 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
547 to noconfdirs.
548 * configure: Regenerate.
549
70cb2d9f
AO
5502009-06-02 Alexandre Oliva <aoliva@redhat.com>
551
552 * Makefile.tpl ([+compare-target+]): Compare all stage
553 directories, rather than just gcc.
554 * Makefile.in: Rebuilt.
555
7f1245df
DK
5562009-06-01 Doug Kwan <dougkwan@google.com>
557
558 * configure.ac: Support gold for target arm*-*-*.
559 * configure: Regenerate.
394e9195 560
acd26225
KG
5612009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
562
563 * Makefile.def: Add MPC support and dependencies.
564 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
565
566 * Makefile.in, configure: Regenerate.
567
a1fc946a
AO
5682009-05-27 Alexandre Oliva <aoliva@redhat.com>
569
570 * Makefile.tpl (all): Avoid harmless warning in make all when
571 gcc-bootstrap is enabled but stage_last does not exist.
572 * Makefile.in: Rebuilt.
573
2e6a3c8d
NR
5742009-05-24 Nicolas Roche <roche@adacore.com>
575
576 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
577 * Makefile.in: Regenerate.
578
63487d11
DC
5792009-05-21 Denis Chertykov <chertykov@gmail.com>
580
581 * MAINTAINERS: Update my e-mail address.
582
449223af
DK
5832009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
584
585 * configure.ac (cygwin noconfigdirs): Remove libgcj.
586 * configure: Regenerate.
587
31c98f49
AO
5882009-05-18 Alexandre Oliva <aoliva@redhat.com>
589
590 PR other/40159
591 * Makefile.tpl (all): Don't assume gcc-bootstrap and
592 gcc-no-bootstrap are mutually exclusive.
593 * Makefile.in: Rebuilt.
594
0f501837
AO
5952009-05-18 Alexandre Oliva <aoliva@redhat.com>
596
597 PR other/40159
598 * Makefile.tpl (all): Don't end with unconditional success.
599 * Makefile.in: Rebuilt.
600
4a4a4e99
AO
6012009-05-12 Alexandre Oliva <aoliva@redhat.com>
602
603 PR target/37137
604 * Makefile.def (flags_to_pass): Remove redundant and incomplete
605 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
606 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
607 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
608 stage_configureflags, stage_cflags and stage_libcflags into
609 explicit Makefile macros.
610 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
611 GFORTRAN.
612 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
613 CC. Set CC_FOR_BUILD from CC.
614 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
615 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
616 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
617 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
618 and GFORTRAN.
619 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
620 (_LIBCFLAGS): Renamed to _TFLAGS.
621 (do-compare-debug, do-compare3-debug): Drop.
622 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
623 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
624 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
625 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
626 (XGCC_FLAGS_FOR_TARGET): New.
627 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
628 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
629 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
630 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
631 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
632 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
633 TFLAGS.
634 (BUILD_CONFIG): Include if requested.
635 (all): Set TFLAGS on bootstrap.
636 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
637 (all-stageid-prefixmodule): Likewise.
638 (do-clean, distclean-stageid): Set TFLAGS.
639 (restrap): Fix whitespace.
640 * Makefile.in: Rebuilt.
641
1cee3429
PB
6422009-05-07 Paolo Bonzini <bonzini@gnu.org>
643
644 * config.guess: Sync with src.
645
0b70eafd
DK
6462009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
647
648 * configure.ac ($with_ppl): Default to no if not supplied.
649 ($with_cloog): Likewise.
650 configure: Regenerate.
651
5175f17c
JW
6522009-04-27 James E. Wilson <wilson@codesourcery.com>
653
654 * MAINTAINERS: Update my e-mail address.
655
952fa153
NC
6562009-04-27 Nick Clifton <nickc@redhat.com>
657
658 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
659
a687f83c
EB
6602009-04-25 Eric Botcazou <ebotcazou@adacore.com>
661
662 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
663 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
664 * Makefile.in: Regenerate.
665
9e3eba15
KG
6662009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
667
668 PR bootstrap/39739
669 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
670 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
671
672 * configure, Makefile.in: Regenerate.
673
a687f83c 6742009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
675
676 * include/hashtab.h: Update GTY annotations to new syntax
677 * include/splay-tree.h: Likewise
678
070bdbd9
BE
6792009-04-17 Ben Elliston <bje@au.ibm.com>
680
681 * config.sub, config.guess: Update from upstream sources.
682
55f2d967
AG
6832009-04-15 Anthony Green <green@moxielogic.com>
684
685 * configure.ac: Add moxie support.
686 * configure: Rebuilt.
687
309c24a9
JJ
6882009-04-14 Jakub Jelinek <jakub@redhat.com>
689
690 * configure.ac: Change copyright header to refer to version
691 3 of the GNU General Public License and to point readers at the
692 COPYING3 file and the FSF's license web page.
693 * Makefile.def: Likewise.
694 * Makefile.tpl: Likewise.
695 * Makefile.in: Regenerate.
696
b93133bc
JH
6972009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
698
699 * configure.ac: Restore match for darwin9 or later. Use double
700 brackets since regeneration eats one pair.
701 * configure: Regenerate.
702
d18ff35a
L
7032009-04-09 H.J. Lu <hongjiu.lu@intel.com>
704
705 PR gas/10039
706 * configure.ac: Require texinfo 4.7.
707 * configure: Regenerated.
708
748086b7
JJ
7092009-04-09 Nick Clifton <nickc@redhat.com>
710
711 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
712 the GCC Runtime Library Exception.
713
a3337ea2
KG
7142009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
715
716 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
717 * configure: Regenerate.
718
60911f14
SE
7192009-04-01 Steve Ellcey <sje@cup.hp.com>
720
721 * Makefil.def (languages): New entries.
722 * Makefile.tpl (check-gcc-*): New generic target.
723 * Makefile.in: Regenerate.
60911f14 724
7369c1d0
ER
7252009-03-25 Erven Rohou <erven.rohou@inria.fr>
726
d18ff35a 727 * MAINTAINERS: Update my email address.
7369c1d0 728
cfb1f59f
TT
7292009-03-18 Tom Tromey <tromey@redhat.com>
730
d18ff35a
L
731 * configure: Rebuild.
732 * configure.ac (host_libs): Add libiconv.
733 * Makefile.in: Rebuild.
734 * Makefile.def (host_modules): Add libiconv.
735 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 736
75eeae1a
TG
7372009-03-16 Tristan Gingold <gingold@adacore.com>
738
739 * configure.ac: Treat gdb as supported on x86_64-darwin.
740 * configure: Regenerate.
741
f38095f3
JM
7422009-03-16 Joseph Myers <joseph@codesourcery.com>
743
744 * configure.ac (--with-host-libstdcxx): New option.
745 * configure: Regenerate.
746
fec7f245
JR
7472009-03-12 Joern Rennecke <joern.rennecke@arc.com>
748
749 * MAINTAINERS: Move myself into the write after approval list.
750
6d401294
NP
7512009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
752
753 * MAINTAINERS: Update e-mail address.
754
07c97076
DN
7552009-03-11 Dorit Nuzman <dorit@il.ibm.com>
756
757 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
758
bb947fd1
IR
7592009-03-10 Ira Rosen <irar@il.ibm.com>
760
761 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
762
7a9d3fe8
RW
7632009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
764
765 Backport from git Libtool:
766
767 2009-01-19 Robert Millan <rmh@aybabtu.com>
768 Support GNU/kOpenSolaris.
769 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
770 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
771 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
772 GNU/kOpenSolaris.
773
c9e9e11f
AS
7742009-02-27 Andreas Schwab <schwab@linux-m68k.org>
775
776 * MAINTAINERS: Update e-mail address.
777
5e8c1552 7782009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
779
780 * MAINTAINERS (Write After Approval): Add self.
781
b0adb088
BM
7822009-02-18 Bingfeng Mei <bmei@broadcom.com>
783
784 * MAINTAINERS (Write After Approval): Add myself.
785
ee04b574
AS
7862009-02-05 Andreas Schwab <schwab@suse.de>
787
788 * Makefile.tpl (stage_last): Define $r and $s before using
789 $(RECURSE_FLAGS_TO_PASS).
790 * Makefile.in: Regenerate
791
907884c9
ILT
7922009-01-30 Ian Lance Taylor <iant@google.com>
793
794 * MAINTAINERS: Move myself to the Global Reviewers list.
795
416ac4d4
RM
7962009-01-29 Robert Millan <rmh@aybabtu.com>
797
798 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
799 * configure: Regenerate.
800
ee5decb3
GP
8012009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
802
803 * MAINTAINERS: Make whitespace consistent.
19196f44 804 Remove Robert Millan from Write After Approval.
ee5decb3 805
36fbb0ec
AM
8062009-01-16 Alan Modra <amodra@bigpond.net.au>
807
808 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
809 (all-opcodes): Depend on all-libiberty.
810 * Makefile.in: Regenerate.
811
52535a64
DR
8122009-01-15 Douglas B Rupp <rupp@gnat.com>
813
814 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
815 * configure: Regenerate.
816
e04a57df
RR
8172009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
818
819 * MAINTAINERS (Write After Approval): Add myself.
820
856c450b
SK
8212009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
822
823 * MAINTAINERS: Add myself to reviewers (Fortran).
824
53095c56
SP
8252009-01-12 Sebastian Pop <sebastian.pop@amd.com>
826
827 PR tree-optimization/38515
828 * configure.ac (cloog-polylib): Removed.
829 (with_ppl, with_cloog): Test for "no".
830 * configure: Regenerated.
831
1e5e8a59
DF
8322009-01-11 Daniel Franke <franke.daniel@gmail.com>
833
834 * MAINTAINERS: Moved myself to reviewers (Fortran).
835
5e5debf6
TS
8362009-01-06 Thomas Schwinge <tschwinge@gnu.org>
837
838 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
839 (Write After Approval): Remove myself.
840
1c42acf1
DN
8412009-01-03 Diego Novillo <dnovillo@google.com>
842
843 * MAINTAINERS: Remove myself from alias maintainership.
844
2fbbedaf
DA
8452009-01-02 David Ayers <ayers@fsfe.org>
846
847 * MAINTAINERS: Update e-mail address.
848
17213821
GP
8492008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
850
851 * MAINTAINERS: Make whitespace consistent.
852
baafc534
RW
8532008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
854
855 Backport from upstream Libtool:
856 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
857 Add cache variables to tests that require the linker to work.
858 For shlibpath_overrides_runpath, this also changes the semantics
859 to let the result from the C compiler take precedence.
860
18430d27
BE
8612008-12-02 Ben Elliston <bje@au.ibm.com>
862
863 * config.sub, config.guess: Update from upstream sources.
864
0a280b35
SP
8652008-12-12 Sebastian Pop <sebastian.pop@amd.com>
866
867 * configure.ac (ppllibs): Add by default the lib flags.
868 * configure: Regenerate.
869
41e9641b
LM
8702008-12-08 Luis Machado <luisgpm@br.ibm.com>
871
872 * MAINTAINERS: Add myself to the write after approval list.
873
25783c30
JH
8742008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
875
ee04b574
AS
876 * configure.ac: Add double brackets on darwin[912].
877 * configure: Regenerate.
25783c30 878
0e318fcc
DK
8792008-12-03 Daniel Kraft <d@domob.eu>
880
881 * MAINTAINERS: Moved myself and Mikael Morin from Write After
882 Approval to Reviewer section (for Fortran front-end).
883
7f171b95
JH
8842008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
885
886 * configure.ac: Expand to darwin10 and later.
887 * configure: Regenerate.
888
09ce620e
AS
8892008-12-02 Andreas Schwab <schwab@suse.de>
890
891 * Makefile.def: configure-target-boehm-gc depends on
892 all-target-libstdc++-v3.
893 * Makefile.in: Regenerate.
894
386c704d
KT
8952008-12-02 Kai Tietz <kai.tietz@onevision.com>
896
897 * MAINTAINERS: Add myself as mingw maintainer.
898
e03dd84a
BE
8992008-12-02 Ben Elliston <bje@au.ibm.com>
900
901 * config.sub, config.guess: Update from upstream sources.
902
3fa87964
GP
9032008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
904
905 * README.SCO: Remove.
906
df72d7ed
FP
9072008-11-29 Fernando Pereira <pronesto@gmail.com>
908
909 * MAINTAINERS: Add myself to the write after approval list.
910
b5646528
DK
9112008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
912
913 * MAINTAINERS: Update my email address in WAA section.
914
ebf24eb4
CL
9152008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
916
917 * MAINTAINERS: Update e-mail address.
918
50e0f131
TM
9192008-11-27 Toon Moene <toon@moene.org>
920
921 * MAINTAINERS: Change e-mail address.
922
0db3a858
TG
9232008-11-27 Tristan Gingold <gingold@adacore.com>
924
925 * configure.ac: Build gdb for i?86-*-darwin*
926 * configure: Regenerated.
927
f07bde68
HS
9282008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
929
930 * MAINTAINERS: Added my full name.
931
487e299b
DJ
9322008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
933
934 PR bootstrap/38014
935 PR bootstrap/37923
936
937 Revert:
938
939 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
940
941 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
942 * Makefile.in: Regenerated.
943
944 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
945
946 PR gdb/921
947 PR gdb/1646
948 PR gdb/2175
949 PR gdb/2176
950
951 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
952 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
953 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
954 (HOST_EXPORTS): Pass CPPFLAGS.
955 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
956 (LDFLAGS_FOR_TARGET): Initialize from configure script.
957 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
958 * Makefile.in, configure: Regenerated.
959 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
960 and CPPFLAGS_FOR_BUILD.
961
d69fbecb
JL
9622008-11-06 Jeff Law <law@redhat.com>
963
964 * MAINTAINERS: Add myself as middle end maintainer.
965
044fed69
AS
9662008-11-06 Andrew Stubbs <ams@codesourcery.com>
967
968 * MAINTAINERS (Write after approval): Add myself.
969
caf6defe
DN
9702008-11-05 Diego Novillo <dnovillo@google.com>
971
972 * MAINTAINERS (Global Reviewers): Add myself.
973 (Non-Algorithmic Maintainers): Remove myself.
974
3e9899ac
TS
9752008-11-04 Thomas Schwinge <tschwinge@gnu.org>
976
09ce620e 977 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 978
ea99e36e
MM
9792008-10-31 Mikael Morin <mikael.morin@tele2.fr>
980
09ce620e 981 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 982
fb0d2684
BE
9832008-10-31 Ben Elliston <bje@au.ibm.com>
984
985 * configure.ac (spu-*-*): Remove special case.
986 * configure: Regenerate.
987
73c07a3e
CM
9882008-10-30 Catherine Moore <clm@codesourcery.com>
989
990 * MAINTAINERS (Write after approval): Update my email address.
991
7310a2da
SSF
9922008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
993
994 * configure.ac [spu-*-*]: Do not set skipdirs.
995 * configure: Re-generate.
996
7e51fe23
BS
9972008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
998
999 * MAINTAINERS (Various Maintainers): Add myself to reload.
1000
ef20be93
RG
10012008-10-25 Richard Guenther <rguenther@suse.de>
1002
1003 * MAINTAINERS (Various Maintainers): Add myself as middle-end
1004 maintainer. Remove myself as libgcc-math maintainer.
1005 (Non-Algorithmic Maintainers): Remove myself.
1006
03ffcfa0
DJ
10072008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1008
1009 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1010 * Makefile.in: Regenerated.
1011
dec014a9
CC
10122008-10-23 Cary Coutant <ccoutant@google.com>
1013
1014 * MAINTAINERS (Write after approval): Add myself.
1015
b36c386c
DJ
10162008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1017
1018 PR gdb/921
1019 PR gdb/1646
1020 PR gdb/2175
1021 PR gdb/2176
1022
1023 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1024 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1025 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1026 (HOST_EXPORTS): Pass CPPFLAGS.
1027 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1028 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1029 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1030 * Makefile.in, configure: Regenerated.
1031 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1032 and CPPFLAGS_FOR_BUILD.
1033
84541525
SP
10342008-10-20 Sebastian Pop <sebastian.pop@amd.com>
1035
1036 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1037 Sebastian Pop.
1038
e0bda97e
AP
10392008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
1040
1041 * MAINTAINERS (Write After Approval): Added myself.
1042
36c713e0
KG
10432008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1044
1045 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1046 recommended version to 2.3.2.
1047
1048 * configure: Regenerate.
1049
8fe005ee
MM
10502008-10-01 Mark Mitchell <mark@codesourcery.com>
1051
1052 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1053
be8f156f
DD
10542008-09-29 David Daney <david.daney@caviumnetworks.com>
1055
1056 * MAINTAINERS (Write After Approval): Update e-mail address.
1057
ae11dff4
PG
10582008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
1059
1060 * libtool.m4: Update to libtool 2.2.6.
1061 * lt~obsolete.m4: Update to libtool 2.2.6.
1062 * ltmain.sh: Update to libtool 2.2.6.
1063 * ltsugar.m4: Update to libtool 2.2.6.
1064 * ltversion.m4: Update to libtool 2.2.6.
1065 * ltoptions.m4: Update to libtool 2.2.6.
1066 * ltgcc.m4: Update to match changes from libtool 2.2.6.
1067
441154b1
CF
10682008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
1069
1070 * MAINTAINERS (Write After Approval): Add myself.
1071
775b3b26
BRF
10722008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1073
1074 * MAINTAINERS (Write After Approval): Update my name.
1075
94538043
SB
10762008-09-20 Steven Bosscher <steven@gcc.gnu.org>
1077
09ce620e 1078 * MAINTAINERS: Add myself in "Write After Approval".
94538043 1079
52d1bfd8
SE
10802008-09-18 Steve Ellcey <sje@cup.hp.com>
1081
09ce620e 1082 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 1083
c5cc92f5
GP
10842008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
1085
1086 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1087 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1088 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1089 and Michael Tiemann from Write After Approval since they do not
1090 actually have access.
1091
23d9794a
RG
10922008-09-05 Richard Guenther <rguenther@suse.de>
1093
1094 * configure.ac: Initialize clooglibs to -lcloog.
1095 * configure: Re-generate.
1096
192a671e
LCW
10972008-09-04 Le-Chun Wu <lcwu@google.com>
1098
1099 * MAINTAINERS (Write After Approval): Add myself.
1100
d789184e
SP
11012008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1102
1103 * configure.ac (--with-cloog-polylib): New.
1104 (--disable-cloog-version-check): New.
1105 (--disable-ppl-version-check): New.
1106 * configure: Re-generate.
1107
36a881c7
RG
11082008-09-03 Richard Guenther <rguenther@suse.de>
1109
1110 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1111 cloog test.
1112 * configure: Re-generate.
1113
358da97e
HS
11142008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
1115
1116 Add picoChip port.
1117 * MAINTAINERS: Add picoChip maintainers.
1118
f8bf9252
SP
11192008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1120 Tobias Grosser <grosser@fim.uni-passau.de>
1121 Jan Sjodin <jan.sjodin@amd.com>
1122 Harsha Jagasia <harsha.jagasia@amd.com>
1123 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1124 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1125 Adrien Eliche <aeliche@isty.uvsq.fr>
1126
1127 Merge from graphite branch.
1128 * configure: Regenerate.
1129 * Makefile.in: Regenerate.
1130 * configure.ac (host_libs): Add ppl and cloog.
1131 Add checks for PPL and CLooG.
1132 * Makefile.def (ppl, cloog): Added modules and dependences.
1133 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1134 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1135
d89f0ad6
AL
11362008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1137
1138 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1139 (GCC_SHLIB_SUBDIR): New.
1140 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1141 * configure: Regenerate.
1142 * Makefile.in: Regenerate.
1143
88a25817
GP
11442008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1145
1146 * MAINTAINERS: Consistently use tabs to separate columns.
1147
f873f15f
TG
11482008-08-29 Tristan Gingold <gingold@adacore.com>
1149
1150 * MAINTAINERS (Write after Approval): Add myself.
1151
e1514c3f
TG
11522008-08-28 Tristan Gingold <gingold@adacore.com>
1153
1154 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1155 Enable bfd, binutils and opcodes.
1156 * configure: Regenerate.
1157
4717882f
JDA
11582008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1159
1160 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
1161
28c9884c
TK
11622008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1163
1164 * MAINTAINERS: Use correct Umlaut for last name.
1165
ae96d86a
FXC
11662008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1167
1168 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1169
3ecc96e3
DE
11702008-08-16 David Edelsohn <edelsohn@gnu.org>
1171
1172 * MAINTAINERS: Update my email address.
1173
dd609cc1
EB
11742008-08-16 Nicolas Roche <roche@adacore.com>
1175
1176 * Makefile.tpl: Add BOOT_ADAFLAGS.
1177 * Makefile.in: Regenerate.
1178
08d0963a
RS
11792008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
1180
1181 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1182 * configure: Regenerate.
1183
00afcaa0
PB
11842008-07-30 Paolo Bonzini <bonzini@gnu.org>
1185
1186 * configure.ac: Add makefile fragments for hpux.
1187 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1188 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1189 * configure: Regenerate.
1190 * Makefile.in: Regenerate.
1191
806b3528
AH
11922008-07-28 Aldy Hernandez <aldyh@redhat.com>
1193
1194 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1195
ab220355
DS
11962008-07-11 Dodji Seketeli <dseketel@redhat.com>
1197
1198 * MAINTAINERS (Write after Approval): Add myself.
1199
78209f30
XG
12002008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
1201
1202 * MAINTAINERS (Write After Approval): Add myself.
1203
5b5b098d
AJ
12042008-06-29 Andrew Jenner <andrew@codesourcery.com>
1205
1206 * MAINTAINERS (Write After Approval): Add myself.
1207
d812ec93
KW
12082008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
1209
1210 * MAINTAINERS: Update my email address.
1211
99e78224
JY
12122008-06-25 Joey Ye <joey.ye@intel.com>
1213
1214 * MAINTAINERS (Write After Approval): Add myself.
1215
18c04407
RW
12162008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1217
1218 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1219 * Makefile.in: Regenerate.
1220 * configure: Regenerate.
1221
47aa9a31
DK
12222008-06-17 Daniel Kraft <d@domob.eu>
1223
1224 * MAINTAINERS (Write After Approval): Add myself.
1225
ad33ff57
RW
12262008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1227
1228 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1229 "$@" is still intact with both Autoconf 2.59 and 2.62.
1230 * configure: Regenerate.
1231
cdce5c41
RW
12322008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1233
1234 * Makefile.tpl: Fix comment errors.
1235 * Makefile.in: Regenerate.
1236
01b79d11
DM
12372008-06-12 David S. Miller <davem@davemloft.net>
1238 David Edelsohn <edelsohn@gnu.org>
1239
1240 * configure.ac: Add powerpc*-*-* to gold supported targets.
1241 * configure: Regenerate.
1242
f8c33439
JM
12432008-06-08 Joseph Myers <joseph@codesourcery.com>
1244
1245 PR tree-optimization/36218
1246 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1247 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1248 (all prefix="build-"): Pass them to build-system sub-makes.
1249 * Makefile.in: Regenerate.
1250
cd985f66
JM
12512008-06-07 Joseph Myers <joseph@codesourcery.com>
1252
1253 * MAINTAINERS (mt port): Remove.
1254 (sco5, unixware, sco udk): Remove.
1255 (Kean Johnston): Add to Write After Approval.
1256
3f6383d3
JB
12572008-05-30 Julian Brown <julian@codesourcery.com>
1258
1259 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1260 of libobjc for ARM EABI Linux.
1261 * configure: Regenerate.
30da41ed 1262
e29cc9b4
XDL
12632008-05-18 Xinliang David Li <davidxl@google.com>
1264
09ce620e 1265 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 1266
30da41ed
XDL
12672008-05-17 Xinliang David Li <davidxl@google.com>
1268
e29cc9b4 1269 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 1270
955410cb
JW
12712008-05-15 Janus Weil <janus@gcc.gnu.org>
1272
1273 * MAINTAINERS (Write After Approval): Add myself.
1274
719bb4e3 12752008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
1276
1277 * config-ml.in: don't handle --enable-shared and --enable-static.
1278
372b05fc
RS
12792008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
1280
1281 * MAINTAINERS: Update my email address.
1282
f73e2200
PC
12832008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
1284
1285 * MAINTAINERS: Update my email address.
09ce620e 1286
3e438e2b
KVH
12872008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
1288
1289 * MAINTAINERS (Write After Approval): Add myself.
1290
177bf491
GS
12912008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
1292
1293 * MAINTAINERS (Write After Approval): Add myself.
1294
ac89df2f
PG
12952008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
1296
1297 * MAINTAINERS (crx): Add myself.
1298
14a8726b
PB
12992008-04-18 Paolo Bonzini <bonzini@gnu.org>
1300
1301 Sync with src:
1302 2008-04-14 David S. Miller <davem@davemloft.net>
1303
09ce620e
AS
1304 * configure.ac: Add sparc*-*-* to gold supported targets.
1305 * configure: Regenerate.
14a8726b 1306
7142fb32
PB
13072008-04-18 Paolo Bonzini <bonzini@gnu.org>
1308
1309 PR bootstrap/35457
1310 * configure.ac: Include override.m4.
1311 * configure: Regenerate.
1312
c6b196de
PB
13132008-04-18 Paolo Bonzini <bonzini@gnu.org>
1314
09ce620e
AS
1315 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1316 * Makefile.in: Regenerate.
c6b196de 1317
c993ae60
SR
13182008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1319
09ce620e 1320 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 1321 as nonconfigurable directories list.
09ce620e 1322 * configure: Regenerate.
c993ae60 1323
8479b1b1
BE
13242008-04-14 Ben Elliston <bje@au.ibm.com>
1325
1326 * config.sub, config.guess: Update from upstream sources.
1327
295e261a
HPN
13282008-04-12 Hans-Peter Nilsson <hp@axis.com>
1329
1330 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1331 * Makefile.in: Regenerate.
1332
ac3949d9
EW
13332008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1334
1335 * configure.ac: Do not build libssp for the AVR.
1336 * configure: Regenerate.
1337
06407e30
ILT
13382008-04-07 Ian Lance Taylor <iant@google.com>
1339
1340 * Makefile.def: check-gold depends upon all-binutils.
1341 * Makefile.in: Regenerate.
1342
97db009c
AH
13432008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
1344
1345 * MAINTAINERS (Write After Approval): Add myself.
1346
2a79c47f
NC
13472008-04-04 Nick Clifton <nickc@redhat.com>
1348
1349 PR binutils/4334
5f4bebbf 1350 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
1351 builds.
1352 * configure: Regenerate.
1353
c53a18d3
N
13542008-04-04 NightStrike <NightStrike@gmail.com>
1355
1356 PR other/35151
09ce620e
AS
1357 * configure.ac: Combine rules for mingw32 and mingw64.
1358 * configure: Regenerate.
c53a18d3 1359
d925aa70
KT
13602008-04-02 Kai Tietz <kai.tietz@onvision.com>
1361
1362 * MAINTAINERS (Write After Approval): Add myself.
1363
ad424a85
SP
13642008-04-01 Seongbae Park <seongbae.park@gmail.com>
1365
1366 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1367 * Makefile.in (.NOTPARALLEL): Ditto.
1368
4412a506
PG
13692008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
1370
1371 * MAINTAINERS (Write After Approval): Add myself.
1372
2f908293
SP
13732008-03-31 Seongbae Park <seongbae.park@gmail.com>
1374
1375 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1376 * Makefile.in (.NOTPARALLEL): Regenerate.
1377
639223bd
PB
13782008-03-27 Paolo Bonzini <bonzini@gnu.org>
1379
1380 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1381 * Makefile.in: Regenerate.
1382
b8ab1f4a
JS
13832008-03-26 Jakub Staszak <kuba@et.pl>
1384
1385 * MAINTAINERS (Write After Approval): Add myself.
1386
b45890a4
TK
13872008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1388
1389 * MAINTAINERS: Update e-mail address.
1390
5afab7ad
ILT
13912008-03-20 Ian Lance Taylor <iant@google.com>
1392
1393 * configure.ac: Add support for --enable-gold.
1394 * Makefile.def: Add gold as a directory like ld.
1395 * configure, Makefile.in: Regenerate.
1396
38d24731
RW
13972008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1398
1399 * configure.ac: m4_include config/proginstall.m4.
1400 * configure: Regenerate.
32bc4cf4
RW
1401
1402 Backport from upstream Libtool:
09ce620e 1403
32bc4cf4 1404 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 1405
32bc4cf4
RW
1406 Deal with Autoconf 2.62's semantic change in m4_append.
1407 * ltsugar.m4 (lt_append): Replace broken versions of
1408 m4_append.
1409 (lt_if_append_uniq): Don't require separator to be overquoted,
1410 and avoid broken m4_append.
1411 (lt_dict_add): Fix typo.
1412 * libtool.m4 (_LT_DECL): Don't overquote separator.
1413
9d3c50ea
DE
14142008-03-13 David Edelsohn <edelsohn@gnu.org>
1415
1416 * config.rpath: Add AIX 6 support.
1417
5d2edb29
PB
14182008-03-13 Paolo Bonzini <bonzini@gnu.org>
1419
1420 * Makefile.def (stageprofile). Remove -fprofile-generate
1421 from stage_libcflags.
1422 * Makefile.in: Regenerate.
1423
954910ef
BE
14242008-03-13 Ben Elliston <bje@au.ibm.com>
1425
1426 * config.sub, config.guess: Update from upstream sources.
1427
e8645a40
TT
14282008-03-06 Tom Tromey <tromey@redhat.com>
1429
1430 * MAINTAINERS: Update for treelang deletion.
1431
2c8e955e
JW
14322008-03-03 James E. Wilson <wilson@tuliptree.org>
1433
1434 * MAINTAINERS: Update my email address.
1435
54acd307
SS
14362008-03-03 Stan Shebs <stanshebs@earthlink.net>
1437
893ad2a1 1438 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
1439 (objective-c/c++): Add myself as a maintainer.
1440
4b52b516
VR
14412008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
1442
1443 * MAINTAINERS (Write After Approval): Update my email address.
1444
e652b516
TB
14452008-02-25 Tomas Bily <tbily@suse.cz>
1446
1447 * MAINTAINERS (Write After Approval): Add myself.
1448
02d30740
JJ
14492008-02-23 Jakub Jelinek <jakub@redhat.com>
1450
1451 * MAINTAINERS (OpenMP): Add myself.
1452
1c8bd6a3
PB
14532008-02-20 Paolo Bonzini <bonzini@gnu.org>
1454
4b40b2a5
UB
1455 PR bootstrap/32009
1456 PR bootstrap/32161
1c8bd6a3 1457
4b40b2a5
UB
1458 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1459 * configure: Regenerate.
1c8bd6a3 1460
4b40b2a5
UB
1461 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1462 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1463 STAGE4_LIBCFLAGS): New.
1464 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1465 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1466 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1467 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1468 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1469 for target modules. Don't export LIBCFLAGS.
1470 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1471 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1472 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1473 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1474 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1475 * Makefile.in: Regenerate.
1c8bd6a3 1476
bb44c9d2
RW
14772008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1478
1479 PR libgcj/33085
1480 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1481 Do not use -DDLL_EXPORT. Backport from upstream.
1482
29a7754d
RW
14832008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1484
1485 * MAINTAINERS (Write After Approval): Add myself.
1486
9a212bb7
HPN
14872008-02-02 Hans-Peter Nilsson <hp@axis.com>
1488
1489 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1490 * configure: Regenerate.
1491
aa12a573
MG
14922008-01-31 Marc Gauthier <marc@tensilica.com>
1493
1494 * configure.ac (xtensa*-*-*): Recognize processor variants.
1495 * configure: Regenerate.
1496
ac9e6043
RW
14972008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1498
40049ccc
UB
1499 PR bootstrap/34922
1500 * configure.ac (PARSE_ARGS): Push suitable setting of
1501 ac_subdirs_all, for `./configure --help=recursive'.
1502 Handle `+' in generic toplevel directory disabling.
1503 * configure: Regenerate.
ac9e6043 1504
4288c86a
NC
15052008-01-28 Nick Clifton <nickc@redhat.com>
1506
1507 * MAINTAINERS (xstormy16): Take over maintainership.
1508
8d8da227
JM
15092008-01-25 Joseph Myers <joseph@codesourcery.com>
1510
1511 * MAINTAINERS (c4x port): Remove.
1512
349b60e7
DE
15132008-01-24 David Edelsohn <edelsohn@gnu.org>
1514
1515 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1516
3ca06a68
BE
15172008-01-23 Ben Elliston <bje@au.ibm.com>
1518
1519 * config.sub, config.guess: Update from upstream sources.
1520
3c631381
TG
15212008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
1522
1523 * MAINTAINERS (Write After Approval): Add myself.
1524
20533ef1
L
15252008-01-17 H.J. Lu <hjl.tools@gmail.com>
1526
1527 * MAINTAINERS: Update my email address.
1528
15292008-01-09 Raksit Ashok <raksit@google.com>
1530
1531 * MAINTAINERS (Write After Approval): Add myself.
1532
684f4f6a
RA
15332008-01-09 Raksit Ashok <raksit@google.com>
1534
1535 * MAINTAINERS (Write After Approval): Add myself.
1536
9cb8756f
BE
15372008-01-08 Ben Elliston <bje@au.ibm.com>
1538
1539 * config.sub, config.guess: Update from upstream sources.
1540
94e1934d
KG
15412007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1542
1543 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 1544 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
1545 * configure: Regenerate.
1546
a2e51f77
SP
15472007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1548
1549 * MAINTAINERS: Update my email address.
1550
ffe3dcd9
BRF
15512007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
1552
1553 * MAINTAINERS: Update my email address.
1554
aa4095c9
RS
15552007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1556
1557 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1558 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1559 * Makefile.in: Regenerate.
1560
030e2013
MH
15612007-12-10 Mark Heffernan <meheff@google.com>
1562
1563 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1564 misplaced entries.
1565
0fe0f073
AT
15662007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1567
1568 * configure.ac: Enable libjava for x86_64-*-darwin9.
1569 * configure: Regenerate.
1570
d4ca4b06
BM
15712007-12-07 Bill Maddox <maddox@google.com>
1572
1573 * MAINTAINERS (Write After Approval): Add myself.
1574
c3220d4c
BE
15752007-12-05 Ben Elliston <bje@au.ibm.com>
1576
1577 * config.sub, config.guess: Update from upstream sources.
1578
aba7501e
MK
15792007-12-02 Matthias Klose <doko@ubuntu.com>
1580
1581 * config-ml.in: Remove 64bit configure tests.
1582
d683ec81
PB
15832007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1584
1585 * config-ml.in: Robustify against white space in absolute file
1586 names.
1587
1588 * config-ml.in (multi-clean): Substitute ${Makefile}.
1589 Remove superfluous ${Makefile} in list.
1590
60f1711a
TS
15912007-11-19 Thiemo Seufer <ths@mips.com>
1592
1593 * config-ml.in: Don't hardcode the Makefile name.
1594
487f9d96
AM
15952007-11-08 Alexander Monakov <amonakov@ispras.ru>
1596
1597 * MAINTAINERS (Write After Approval): Add myself.
1598
fa3886fe
ST
15992007-11-07 Samuel Tardieu <sam@rfc1149.net>
1600
1601 * MAINTAINERS (Write After Approval): Add myself.
1602
ae750079
DK
16032007-11-06 Doug Kwan <dougkwan@google.com>
1604
1605 * MAINTAINERS (Write After Approval): Add myself.
1606
acc48927
BE
16072007-10-25 Ben Elliston <bje@au.ibm.com>
1608
1609 * MAINTAINERS (mercury): Remove entry.
1610 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1611
e00e9858
DJ
16122007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1613
1614 * Makefile.def (dependencies): Make configure-gdb depend on
1615 all-intl.
1616 * Makefile.in: Regenerated.
1617
def14a3c
SK
16182007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
1619
1620 * MAINTAINERS (Fortran maintainer): Remove myself.
1621
0e5e9f76
PM
16222007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1623
1624 * Makefile.def: To avoid problems running with parallel makes,
1625 build newlib before libgloss so that target specific header
1626 files are availble.
1627 * Makefile.in: Regenerate
1628
bbfbfafc
DJ
16292007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1630
1631 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1632 * Makefile.in: Regenerate.
1633
c56abad5
VM
16342007-10-09 Vladimir Makarov <vmakarov@redhat.com>
1635
1636 * MAINTAINERS (Register allocation reviewer): Add myself.
1637
f019adc1
MF
16382007-10-08 Mike Frysinger <vapier@gentoo.org>
1639
1640 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1641 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1642 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1643 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1644 * configure: Regenerate.
1645
789e4e28
SP
16462006-10-04 Seongbae Park <seongbae.park@gmail.com>
1647
1648 * MAINTAINERS (Register allocation reviewer): Add myself.
1649
0999159b
PB
16502007-10-01 Paolo Bonzini <bonzini@gnu.org>
1651
1652 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1653 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1654 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1655 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1656 * configure.ac: Default them to host tools for $host = $build.
1657 Subst them.
1658
1659 * configure: Regenerate.
1660 * Makefile.in: Regenerate.
1661
a054acde
PB
16622006-09-24 Peter Bergner <bergner@vnet.ibm.com>
1663
1664 * MAINTAINERS (Register allocation reviewer): Add myself.
1665
ffda6fc9
KZ
16662006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
1667
1668 * MAINTAINERS (Register allocation reviewer): Add myself.
1669
9d209c83
SP
16702007-09-21 Seongbae Park <seongbae.park@gmail.com>
1671
1672 * MAINTAINERS (Write After Approval): Fix typo.
1673
1ec3b87b
RS
16742007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1675
1676 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1677 * configure: Regenerate.
1678
19d5986d
PJ
16792007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
1680
1681 PR bootstrap/31906
1682 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 1683 they're already prefixed.
19d5986d 1684
6d3b5aea
BK
16852007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1686
1687 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1688 libstdc++.
1689 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1690 * configure: Regenerate.
1691 * Makefile.in: Regenerate.
09ce620e 1692
4fe7e755
AS
16932007-09-17 Andreas Schwab <schwab@suse.de>
1694
1695 * configure.ac: Raise minimum makeinfo version to 4.6.
1696 * configure: Regenerate.
1697
d483feaa
JS
16982007-09-17 Johannes Singler <singler@ira.uka.de>
1699
ffe3dcd9 1700 * MAINTAINERS (write-after-approval) add myself
d483feaa 1701
fa9a3f31
AM
17022007-09-15 Alan Modra <amodra@bigpond.net.au>
1703
1704 * configure.ac: Correct makeinfo version check.
1705 * configure: Regenerate.
1706
6593a73e
RS
17072007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
1708
1709 * MAINTAINERS: Update my email address.
1710
d9dced13
RS
17112007-09-14 Richard Sandiford <richard@codesourcery.com>
1712
1713 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1714 to $skipdirs and only disable gprof for newlib. Use the normal
1715 mips*-elf* handling in other respects.
1716 * configure: Regnerate.
1717
773c1467
DD
17182007-09-12 David Daney <ddaney@avtrex.com>
1719
1720 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1721 enabling libgcj.
1722 * configure: Regenerate.
1723
c03353e2
RIL
17242007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1725
1726 PR other/32154
1727 * configure.ac: For libgloss targets, point the linker to the linker
1728 script, startup code and simulator library.
1729 * configure: Regenerate.
1730
c4e9bf2b
AH
17312007-09-07 Andrew Haley <aph@redhat.com>
1732
1733 * configure.ac (noconfigdirs): Remove target-libffi and
1734 target-libjava.
1735 * configure: Regenerate.
1736
1f5a6b84
FXC
17372007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1738
1739 PR target/33281
1740 * configure.ac: Use config/mh-mingw on mingw.
1741 * configure: Regenerate.
1f5a6b84 1742
3951e521
PH
17432007-09-05 Pat Haugen <pthaugen@us.ibm.com>
1744
9f349f63 1745 * MAINTAINERS (Write After Approval): Add myself.
3951e521 1746
e643dc23
RG
17472007-09-05 Richard Guenther <rguenther@suse.de>
1748
1749 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1750 nor --disable-checking is provided also turn on yes and types
1751 checking for stage1.
1752 * configure: Re-generate.
1753
039874df
KW
17542007-08-30 Krister Walfridsson <cato@df.lth.se>
1755
1756 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1757 (Write After Approval): Remove myself.
1758
c3f07bd6 17592007-08-29 Nick Clifton <nickc@redhat.com>
15098359 1760
c3f07bd6 1761 * config.sub, config.guess: Update from upstream sources.
15098359 1762
40049ccc 17632007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
1764
1765 * MAINTAINERS (Write After Approval): Added myself.
1766 * MAINTAINERS (Reviewers): Removed myself.
1767
c8aea42c 17682007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 1769 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
1770
1771 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1772 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1773 * Makefile.in: Regenerate.
1774 * configure.ac (--with-debug-prefix-map): New.
1775 * configure: Regenerate.
1776
4bf6c438
RS
17772007-08-17 Richard Sandiford <richard@codesourcery.com>
1778 Nigel Stephens <nigel@mips.com>
1779
4bf6c438
RS
1780 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1781 as target_makefile_frag.
1782 * configure: Regenerate.
1783
bb286d71
AO
17842007-08-16 Alexandre Oliva <aoliva@redhat.com>
1785
1786 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1787 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1788 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1789 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1790 (do-compare, do-compare3, do-compare-debug): New.
1791 ([+compare-target+]): Use them.
1792
a4630417
MK
17932007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
1794
1795 * MAINTAINERS (Write After Approval): Change my email address.
1796
d9acb717
RW
17972007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1798 Ben Elliston <bje@au.ibm.com>
1799
1800 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1801 --silent if $silent.
1802 * configure: Regenerate.
1803
96876681
ZD
18042003-08-12 Zdenek Dvorak <ook@ucw.cz>
1805
1806 * MAINTAINERS (Various Maintainers): Add myself as
1807 loop infrastructure maintainer. Update my e-mail
1808 address.
1809
1c1d80ee
DN
18102007-07-31 Diego Novillo <dnovillo@google.com>
1811
1812 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1813 Adjust description.
1814
7e98624c
RG
18152007-07-26 Richard Guenther <rguenther@suse.de>
1816
1817 * configure.ac: Add types checking to stage1 checking flags.
1818 * configure: Regenerate.
1819
4c85af60
NC
18202007-07-17 Nick Clifton <nickc@redhat.com>
1821
1822 * COPYING3: New file. Contains version 3 of the GNU General
1823 Public License.
1824 * COPYING3.LIB: New file. Contains version 3 of the GNU
1825 Lesser General Public License.
1826
19ddfd3a
AK
18272007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1828
1829 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1830
2a064545
AK
18312007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1832
1833 * MAINTAINERS (S/390 co-maintainer): Add myself.
1834 (Write After Approval): Remove myself.
1835
f861f54d
DH
18362007-07-13 Dan Hipschman <dsh@google.com>
1837
1838 * MAINTAINERS (Write After Approval): Add myself.
1839
0136f2f7
NC
18402007-07-11 Nick Clifton <nickc@redhat.com>
1841
1842 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1843 WINDRES export.
1844 * Makefile.in: Regenerate.
1845
6e29b5a4
RO
18462007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1847
1848 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1849 maintainer.
1850
159a4b02
L
18512007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1852
1853 * lt~obsolete.m4: New. Import from 20070318 libtool.
1854
6ba67283
JB
18552007-07-03 Julian Brown <julian@codesourcery.com>
1856
1857 * MAINTAINERS (Write After Approval): Add myself.
1858
30b74385
RW
18592007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1860
1861 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1862 * configure: Regenerate.
1863
18642007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1865
1866 * configure.ac: Add some missing m4 quotation.
1867 * configure: Regenerate.
1868
943c54ce
SB
18692007-07-02 Simon Baldwin <simonb@google.com>
1870
1871 * MAINTAINERS (Write After Approval): Add myself.
1872
1c00b503
PB
18732007-07-02 Paolo Bonzini <bonzini@gnu.org>
1874
1875 * configure: Regenerate.
1876
901119ae
KT
18772007-07-02 Kai Tietz <kai.tietz@onevision.com>
1878
1879 * Makefile.def: Add windmc tool to build.
1880 * Makefile.tpl: Likewise.
1881 * configure.ac: Likewise.
1882 * Makefile.in: Regenerate.
1883 * configure: Regenerate.
09ce620e 1884
83f4c19f
DD
18852007-06-28 DJ Delorie <dj@redhat.com>
1886
1887 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1888 not building newlib.
1889 * configure: Regenerated.
09ce620e 1890
5346c75c
JS
18912007-06-28 Jan Sjodin <jan.sjodin@amd.com>
1892
1893 * MAINTAINERS (Write After Approval): Add myself.
1894
aacfb86b
MM
18952007-06-25 Martin Michlmayr <tbm@cyrius.com>
1896
1897 * MAINTAINERS (Write After Approval): Add myself.
1898
590bf0d3
CM
18992007-06-19 Chris Matthews <chrismatthews@google.com>
1900
1901 * MAINTAINERS (Write After Approval): Add myself.
1902
cdbbee7a
RIL
19032007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
1904
1905 * MAINTAINERS (Write After Approval): Add myself.
1906
b8afffc1
DJ
19072007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1908
1909 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1910 * Makefile.in: Regenerated.
1911
3fcfad76
BS
19122007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
1913
1914 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1915 bfin*-*-uclinux* targets.
1916 * configure: Regenerate.
1917
3f5a2b7f
ILT
19182007-06-14 Ian Lance Taylor <iant@google.com>
1919
1920 * MAINTAINERS: Add myself as non-algorithmic global write
1921 maintainer.
1922
4c46daee
DN
19232007-06-14 Diego Novillo <dnovillo@google.com>
1924
1925 * MAINTAINERS: Add self as middle-end maintainer and
1926 non-algorithmic global write maintainer.
1927
a3bb222a
FXC
19282007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1929
1930 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1931 Move all Fortran maintainers except Paul Brook into the
1932 Non-Autopoiesis section.
1933
a19e8f64
PB
19342007-06-14 Paolo Bonzini <bonzini@gnu.org>
1935
1936 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1937 (distclean-stage[+id+]): Possibly delete stage_last.
1938 * Makefile.in: Regenerate.
1939
1c2abe5e
SP
19402007-06-12 Seongbae Park <seongbae.park@gmail.com>
1941
1942 * MAINTAINERS (Various Maintainer): Fix typo.
1943
abca4739
PB
19442007-06-11 Paolo Bonzini <bonzini@gnu.org>
1945
1946 * MAINTAINERS (Various Maintainer): Add myself as
1947 dataflow maintainer.
1948
a894d2c3
BE
19492007-06-07 Ben Elliston <bje@au.ibm.com>
1950
1951 * config.sub, config.guess: Update from upstream sources.
1952
8024d75e
BE
19532007-06-07 Ben Elliston <bje@au.ibm.com>
1954
1955 * Makefile.tpl: Fix spelling error.
1956 * Makefile.in: Regenerate.
1957
973a9a5e
SE
19582007-06-01 Steve Ellcey <sje@cup.hp.com>
1959
96598938
L
1960 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1961 lt_cv_sys_max_cmd_len.
973a9a5e 1962
ccb4d26b
DN
19632007-05-31 Dorit Nuzman <dorit@il.ibm.com>
1964
1965 * MAINTAINERS (Various Maintainers): Add myself as
1966 auto-vectorizer maintainer.
1967
eecb7461
PB
19682003-05-31 Paolo Bonzini <bonzini@gnu.org>
1969
1970 PR libjava/32098
1971 * libtool.m4: Revert previous change.
1972 * ltgcc.m4: Put it here.
1973
89d28202
ZD
19742003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
1975
1976 * MAINTAINERS (Various Maintainers): Add myself as
1977 auto-vectorizer maintainer.
1978
60c7a11a
L
19792007-05-30 H.J. Lu <hongjiu.lu@intel.com>
1980
1981 PR libjava/32098
1982 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
1983
9dd3cc81
RG
19842007-05-30 Richard Guenther <rguenther@suse.de>
1985
1986 * MAINTAINERS (Various Maintainers): Add myself as
1987 auto-vectorizer maintainer.
1988
9cc1244e
JJ
19892007-05-30 Jakub Jelinek <jakub@redhat.com>
1990
1991 PR bootstrap/29382
1992 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1993 * configure: Rebuilt.
1994
6124296b
RC
19952007-05-28 Roberto Costa <robsettantasei@gmail.com>
1996
1997 * MAINTAINERS (Write After Approval): Removed my name.
1998
6b757a0d
SB
19992007-05-25 Steven Bosscher <steven@gcc.gnu.org>
2000
2001 * MAINTAINERS (Write After Approval): Remove myself.
2002
86ef8528
AT
20032007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2004
2005 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2006
1cf3d07d
SE
20072007-05-23 Steve Ellcey <sje@cup.hp.com>
2008
2009 * ltmain.sh: Update from ToT Libtool.
2010 * libtool.m4: Update from ToT Libtool.
2011 * ltsugar.m4: New. Update from ToT Libtool.
2012 * ltversion.m4: New. Update from ToT Libtool.
2013 * ltoptions.m4: New. Update from ToT Libtool.
2014 * ltconfig: Remove.
2015 * ltcf-c.sh: Remove.
2016 * ltcf-cxx.sh: Remove.
2017 * ltcf-gcj.sh: Remove.
2018
ce3fcf8c
OW
20192007-05-22 Ollie Wild <aaw@google.com>
2020
2021 * MAINTAINERS (Write After Approval): Add myself.
2022
342b9200
PB
20232007-05-16 Paolo Bonzini <bonzini@gnu.org>
2024
2025 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2026 stage_cflags.
2027 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2028 Remove CFLAGS/LIBCFLAGS.
2029 (configure-stage[+id+]-[+prefix+][+module+],
2030 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2031 * Makefile.in: Regenerate.
2032
cea17285
DN
20332007-05-15 Diego Novillo <dnovillo@google.com>
2034
2035 * MAINTAINERS: Update e-mail address.
2036
11c004e7
RE
20372007-05-15 Revital Eres <eres@il.ibm.com>
2038
2039 * MAINTAINERS (Write After Approval): Add myself.
2040
ab6bd693
RC
20412007-05-14 Roberto Costa <robsettantasei@gmail.com>
2042
2043 * MAINTAINERS (Write After Approval): Updated my address.
2044
388cdf07
TN
20452007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
2046
2047 * MAINTAINERS (Write After Approval): Add myself.
2048
23f24034
SR
20492007-05-11 Silvius Rus <rus@google.com>
2050
2051 * MAINTAINERS (Write After Approval): Add myself.
2052
34a7526e
TT
20532007-04-23 Tom Tromey <tromey@redhat.com>
2054
2055 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2056
51da21be
MM
20572007-04-22 Mark Mitchell <mark@codesourcery.com>
2058
2059 * MAINTAINERS (cpplib): Rename to ...
2060 (libcpp): ... this. Add C/C++ front end maintainers.
2061
70070387
SE
20622007-04-14 Steve Ellcey <sje@cup.hp.com>
2063
2064 * config-ml.in: Pass ${ml_config_env} to configure calls.
2065
df1a0dbb
CB
20662007-04-04 Christian Bruel <christian.bruel@st.com>
2067
2068 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 2069
9daff147
DK
20702007-04-02 Dave Korn <dave.korn@artimi.com>
2071
2072 * MAINTAINERS (Write After Approval): Add myself.
2073
374eadb2
TB
20742007-03-31 Tobias Burnus <burnus@net-b.de>
2075
2076 * MAINTAINERS (fortran 95 front end): Add myself.
2077
8eced3a2
DR
20782007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2079
2080 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 2081
653de3e3
AZ
20822007-03-24 Ayal Zaks <zaks@il.ibm.com>
2083
2084 * MAINTAINERS (Modulo Scheduler): Add myself.
2085
b737d953
BM
20862007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
2087
2088 * MAINTAINERS (fortran 95 front end): Add myself.
2089 (c++ front end): whitespace fix.
2090
a584cdf2
NF
20912007-03-22 Nathan Froyd <froydnj@codesourcery.com>
2092
2093 * MAINTAINERS (Write After Approval): Add myself.
2094
8c79f3c4
RS
20952007-03-21 Richard Sandiford <richard@codesourcery.com>
2096
2097 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2098 of glob. Quote arguments with single quotes too.
2099 * configure: Regenerate.
2100
07f1ac6d
BM
21012007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2102
2103 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2104 * Makefile.in: Regenerate
2105
172e41aa
AS
21062007-03-07 Andreas Schwab <schwab@suse.de>
2107
2108 * configure: Regenerate.
2109
9c4d2493
BM
21102007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2111
2112 * configure.ac: Add "--with-pdfdir" configure option,
2113 which defines pdfdir variable.
2114 * Makefile.def (target=fixincludes): Add install-pdf to
2115 missing targets.
2116 (recursive_targets): Add install-pdf target.
2117 (flags_to_pass): Add pdfdir.
2118 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2119 target.
2120 * configure: Regenerate
2121 * Makefile.in: Regenerate
2122
e14e622e
EC
21232007-02-28 Eric Christopher <echristo@apple.com>
2124
2125 Revert:
2126 2006-12-07 Mike Stump <mrs@apple.com>
2127
2128 * Makefile.def (dependencies): Add dependency for
2129 install-target-libssp and install-target-libgomp on
2130 install-gcc.
2131 * Makefile.in: Regenerate.
2132
54e433bc
MK
21332007-02-27 Matt Kraai <kraai@ftbfs.org>
2134
2135 * configure: Regenerate.
2136 * configure.ac: Move statements after variable declarations.
2137
6c8d3d8f
KK
21382007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
2139
2140 * MAINTAINERS: Add myself as sh maintainer.
2141
9f8c6739
JM
21422007-02-19 Joseph Myers <joseph@codesourcery.com>
2143
2144 * configure.ac: Adjust for loop syntax.
2145 * configure: Regenerate.
2146
278a7a38
AO
21472007-02-18 Alexandre Oliva <aoliva@redhat.com>
2148
2149 * configure: Rebuilt.
2150
b2eaac4a
AO
21512007-02-18 Alexandre Oliva <aoliva@redhat.com>
2152
2153 * configure.ac: Drop multiple occurrences of --enable-languages,
2154 and fix its quoting.
2155 * configure: Rebuilt.
2156
beeaf216 21572007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
2158 Nathan Sidwell <nathan@codesourcery.com>
2159 Vladimir Prus <vladimir@codesourcery.com>
2160 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
2161
2162 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2163 * configure: Regenerate.
2164
09201a09
GP
21652007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
2166
2167 * ltconfig (freebsd*): Default to elf.
2168
291f172e
DJ
21692007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2170
2171 * configure.ac (target_libraries): Move libgcc before libiberty.
2172 * configure: Regenerated.
2173
c3a86da9
DJ
21742007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2175 Paolo Bonzini <bonzini@gnu.org>
2176
2177 PR bootstrap/30753
2178 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2179 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2180 * configure: Regenerated.
2181
88e1e72a
FXC
21822007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2183
2184 * MAINTAINERS (Language Front End Maintainers): Update my mail
2185 address.
2186
44bfc3ac
DJ
21872007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2188
2189 PR bootstrap/30748
2190 * configure.ac: Correct syntax for Solaris ksh.
2191 * configure: Regenerated.
2192
3e19841a
PB
21932007-02-09 Paolo Bonzini <bonzini@gnu.org>
2194
2195 * configure.ac: Sync with src.
2196 * configure: Regenerate.
2197
74a48762
PB
21982007-02-09 Paolo Bonzini <bonzini@gnu.org>
2199
2200 * Makefile.in: Regenerate.
2201
d846e52e
PB
22022007-02-09 Paolo Bonzini <bonzini@gnu.org>
2203
2204 * config.sub: Sync with src.
2205
1c710c3c
DJ
22062007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2207
2208 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2209 noncanonical equivalents.
2210 * configure.in: Rename to...
2211 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2212 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2213 target_noncanonical. Use them. Rewrite removal of configure
2214 arguments for autoconf 2.59. Discard variable settings. Force
2215 program_transform_name for native tools.
2216
2217 * Makefile.in: Regenerated.
2218 * configure: Regenerated with autoconf 2.59.
2219
74372bdf
RZ
22202007-02-07 Roman Zippel <zippel@linux-m68k.org>
2221
3de8da2a 2222 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 2223
f6671c93
AS
22242007-01-31 Andreas Schwab <schwab@suse.de>
2225
2226 * Makefile.tpl (LDFLAGS): Substitute it.
2227 * Makefile.in: Regenerate.
2228
ba9f17df
AB
22292007-01-30 Andrey Belevantsev <abel@ispras.ru>
2230
3de8da2a 2231 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 2232
2472200d
DE
22332007-01-28 David Edelsohn <edelsohn@gnu.org>
2234
3de8da2a 2235 * MAINTAINERS (spu port): Add myself.
2472200d 2236
5305be7e
RG
22372007-01-23 Richard Guenther <rguenther@suse.de>
2238
2239 PR bootstrap/30541
2240 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2241 * Makefile.tpl (GNATBIND): Substitute it.
2242 (GNATMAKE): Likewise.
2243 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2244 of STAGE_PREFIX.
2245 * Makefile.in: Regenerate.
2246 * configure: Regenerate.
2247
416cfb5e
MS
22482007-01-18 Mike Stump <mrs@apple.com>
2249
2250 * configure.in: Re-enable -Werror for gcc builds.
2251
3de8da2a 22522007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 2253
3de8da2a 2254 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 2255
d943d7c4
PB
22562007-01-11 Paolo Bonzini <bonzini@gnu.org>
2257
2258 * configure.in: Change == to = in test command.
3de8da2a 2259 * configure: Regenerate.
d943d7c4 2260
e69bf64b 22612007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
2262 Nick Clifton <nickc@redhat.com>
2263 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2264
2265 * configure.in (build_configargs, host_configargs, target_configargs):
2266 Remove build/host/target parameters.
2267 (host_libs): Add gmp and mpfr.
2268 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2269 * Makefile.def (gmp, mpfr): New.
2270 (gcc): Remove target.
2271 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2272 target_os, target_vendor): New.
2273 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2274 * configure: Regenerate.
2275 * Makefile.in: Regenerate.
e69bf64b
PB
2276
22772007-01-11 Matt Fago <fago@earthlink.net>
2278
2279 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 2280 to improve robustness of configure tests.
e69bf64b 2281 * configure: Regenerate.
e14e622e 2282
a42f3b80
UB
22832007-01-09 Uros Bizjak <ubizjak@gmail.com>
2284
2285 * MAINTAINERS: Add myself as i386 maintainer.
2286
a36aee1a
JH
22872007-01-08 Jan Hubicka <jh@suse.cz>
2288
61fcaeef 2289 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 2290
738a52d3
KT
22912007-01-08 Kai Tietz <kai.tietz@onevision.com>
2292
2293 * configure.in: Add support for an x86_64-mingw* target.
95af8923 2294 * configure: Regenerate.
738a52d3 2295
54fdc474
DJ
22962007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2297
2298 * Makefile.tpl (all-target): Correct @if conditional for target
2299 modules.
2300 * configure.in: Omit libiberty if building only target libgcc.
2301 * configure, Makefile.in: Regenerated.
2302
3dd71726
PB
23032007-01-04 Paolo Bonzini <bonzini@gnu.org>
2304
2305 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2306 * configure: Regenerate.
2307
fa958513
DJ
23082007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2309
2310 * Makefile.def (target_modules): Add libgcc.
2311 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2312 * Makefile.tpl (clean-target-libgcc): Delete.
2313 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2314 on gcc even for bootstrapped modules. Rewrite handling of
2315 lang_env_dependencies to loop over target_modules.
2316 * configure.in (target_libraries): Add target-libgcc.
2317 * Makefile.in, configure: Regenerated.
2318
e1888513
PB
23192006-12-29 Paolo Bonzini <bonzini@gnu.org>
2320
2321 * configure.in: Reorganize recognition of languages. Add
2322 --enable-stage1-languages. Show supported languages for the chosen
2323 target rather than all recognized languages.
2324 * configure: Regenerate.
2325
53b88b73
PB
23262006-12-29 Paolo Bonzini <bonzini@gnu.org>
2327
2328 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2329 * Makefile.in: Regenerate.
2330
a3993f33
KG
23312006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2332
2333 * configure.in: Warn that MPFR 2.2.0 is buggy.
2334 * configure: Regenerate.
2335
f063a9ed
ILT
23362006-12-27 Ian Lance Taylor <iant@google.com>
2337
2338 * configure.in: When removing Makefiles to force a reconfigure, also
2339 remove prev-DIR*/Makefile.
2340 * configure: Regenerate.
2341
af71363e
AS
23422006-12-22 Andreas Schwab <schwab@suse.de>
2343
2344 * configure: Regenerate with correct autoconf version.
2345
0b0dc272
AM
23462006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
2347
3de8da2a
UB
2348 * configure.in: add AC_SUBST for *_FOR_TARGET.
2349 * configure: Regenerate.
0b0dc272 2350
53b88b73
PB
23512006-12-19 Paolo Bonzini <bonzini@gnu.org>
2352
2353 * configure.in: Simplify logic for rejecting languages that cannot
2354 be built. Separate the case when a language is unsupported,
2355 from the case when the user chooses not to build a language.
2356
400ebff4
PB
23572006-12-19 Paolo Bonzini <bonzini@gnu.org>
2358
2359 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2360 it only affects bootstrap and could be tested on "$host" as well.
2361 * configure: Regenerate.
2362 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2363
8efea775
PB
23642006-12-19 Paolo Bonzini <bonzini@gnu.org>
2365
2366 PR bootstrap/29544
2367 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2368 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2369 move here comment from Makefile.tpl.
2370 * Makefile.tpl: Move some definitions higher in the file.
2371 (STAGE1_CHECKING): New.
2372 * configure.in: Add --enable-stage1-checking.
2373 * configure: Regenerate.
2374 * Makefile.in: Regenerate.
2375
ed88a7ed
PB
23762006-12-19 Paolo Bonzini <bonzini@gnu.org>
2377
2378 * MAINTAINERS: Add myself as build system maintainer.
2379
b65151d3
SM
23802006-12-15 Simon Martin <simartin@users.sourceforge.net>
2381
2382 * MAINTAINERS (Write After Approval): Add myself.
2383
7e050830
EC
23842006-12-13 Eric Christopher <echristo@apple.com>
2385
2386 * MAINTAINERS: Add myself as darwin maintainer.
2387
8b494895
ILT
23882006-12-11 Ian Lance Taylor <ian@airs.com>
2389
2390 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2391
0ff1416d
JR
23922006-12-11 Joern Rennecke <joern.rennecke@arc.com>
2393
2394 MAINTAINERS: Update my entry.
2395
58e24147
AM
23962006-12-11 Alan Modra <amodra@bigpond.net.au>
2397
2398 * configure.in: Handle spu makefile frag.
58e24147
AM
2399 * Makefile.tpl (MAINT): Define
2400 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2401 * configure: Regenerate.
2402 * Makefile.in: Regenerate.
2403
9b6f37a0
BE
24042006-12-11 Ben Elliston <bje@au.ibm.com>
2405
2406 * config.guess: Import latest version.
2407 * config.sub: Likewise.
2408
ea6f5c57
BE
24092006-12-11 Ben Elliston <bje@au.ibm.com>
2410
2411 * configure.in (spu-*-*): Don't skip target-libiberty.
2412 * configure: Regenerate.
2413
42c1cd8a
AT
24142006-12-10 Andreas Tobler <a.tobler@schweiz.org>
2415
2416 PR bootstrap/30134
2417 * configure.in: Correct x86 darwin support for libjava to powerpc
2418 and i?86 only.
2419 * configure: Regenerate.
2420
55eb837d
ST
24212006-12-08 Sandro Tolaini <tolaini@libero.it>
2422
2423 * configure.in: Add x86 darwin support for libjava.
2424 * configure: Regenerate.
2425
5bdacbc7
MS
24262006-12-07 Mike Stump <mrs@apple.com>
2427
2428 * Makefile.def (dependencies): Add dependency for
2429 install-target-libssp and install-target-libgomp on
2430 install-gcc.
2431 * Makefile.in: Regenerate.
2432
477d851c
RG
24332006-12-04 Richard Guenther <rguenther@suse.de>
2434
2435 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2436 (Non-Algorithmic Maintainers): Move over non-algorithmic
2437 loop optimizer maintainers, add myself as a non-algorithmic
2438 middle-end maintainer.
2439
5d33d367
DF
24402006-12-04 Daniel Franke <franke.daniel@gmail.com>
2441
2442 * MAINTAINERS (Write After Approval): Add myself.
2443
dbee1fb3
KG
24442006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2445
2446 * configure.in: Update error message for missing GMP/MPFR.
2447
2448 * configure: Regenerate.
2449
b5147de7
KG
24502006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2451
2452 * configure.in: Update MPFR version in error message.
2453
2454 * configure: Regenerate.
2455
f019376c
KG
24562006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2457
2458 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2459 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2460 --with-gmp-lib): New flags.
2461
2462 * configure: Regenerate.
2463
91ed95ae
BM
24642006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
2465
2466 * MAINTAINERS (Write After Approval): Change my email address.
2467
3a971f15
MLI
24682006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2469
05170031 2470 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 2471
431041ea
PT
24722006-11-22 Philipp Thomas <pth@suse.de>
2473
2474 * MAINTAINERS (i18n): Update e-mail address.
2475
df5487ee
TS
24762006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2477
2478 * MAINTAINERS (spu port): Add myself as maintainer.
2479 (Write After Approval): Remove myself.
2480
92c2f0ee
BE
24812006-11-22 Ben Elliston <bje@au.ibm.com>
2482
2483 * configure.in (skipdirs): Don't build libssp for SPU.
2484 * configure: Regenerate.
2485
a3b97199
AP
24862006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
2487
2488 * MAINTAINERS (spu port): Add myself as maintainer.
2489 (libobjc): Update my email address.
2490
0eb97064
AB
24912006-11-21 Andrea Bona <andrea.bona@st.com>
2492
2493 * MAINTAINERS (Write After Approval): Add myself.
2494
85d9c13c
TS
24952006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2496
2497 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2498 * configure : Rebuilt.
2499
6696f3cd
TS
25002006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2501
2502 * MAINTAINERS (Write After Approval): Add myself.
2503
d58542ea
AO
25042006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
2505
2506 * MAINTAINERS (Write After Approval): Add myself.
2507
a357b5ae
KG
25082006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2509
2510 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2511 libmpfr.a.
2512 * configure: Regenerate.
2513
9bd6112c
PB
25142006-11-16 Paolo Bonzini <bonzini@gnu.org>
2515
2516 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2517 (unstage): Test for stage_last presence.
2518
2519 PR bootstrap/29802
2520 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2521 * Makefile.in: Regenerate.
2522
c8cf9f0f
ZD
25232003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
2524
2525 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2526 maintainers.
2527
467b1fc6
ER
25282006-11-14 Erven Rohou <erven.rohou@st.com>
2529
2530 * MAINTAINERS (Write After Approval): Add myself.
2531
995a5697
PB
25322006-11-14 Paolo Bonzini <bonzini@gnu.org>
2533
2534 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2535 and stageN-package/Makefile.
2536 * Makefile.in: Regenerated.
2537
c8d6d53e
JZ
25382006-11-14 Jie Zhang <jie.zhang@analog.com>
2539
2540 * configure.in: Remove target-libgloss from noconfigdirs for
2541 bfin-*-*.
2542 * configure: Regenerated.
2543
dffb147d
KG
25442006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2545
2546 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 2547
dffb147d
KG
2548 * configure: Regenerate.
2549
ca558912
KG
25502006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2551
2552 * configure.in: Robustify error message for missing GMP/MPFR.
2553
2554 * configure: Regenerate.
2555
7aa42285
SW
25562006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
2557
2558 * MAINTAINERS (Write After Approval): Add myself.
2559
779958a2
UB
25602006-10-30 Uros Bizjak <ubizjak@gmail.com>
2561
2562 * MAINTAINERS: Change email address.
2563
91de1527
VP
25642006-10-30 Vladimir Prus <vladimir@codesourcery.com>
2565
2566 * MAINTAINERS (Write After Approval): Add myself.
2567
a3867703
PB
25682006-10-26 Peter Bergner <bergner@vnet.ibm.com>
2569
2570 * MAINTAINERS (Write After Approval): Add myself.
2571
b4364fa2
CL
25722006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
2573
7e050830 2574 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 2575 Write After Approval section.
b4364fa2 2576
70ec446f
KG
25772006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2578
2579 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
2580 need_gmp anymore.
2581 * configure: Regenerate.
2582
018c8d88
TB
25832006-10-16 Tobias Burnus <burnus@net-b.de>
2584
2585 * MAINTAINERS (Write After Approval): Add myself.
2586
f6a1687e
BE
25872006-10-16 Ben Elliston <bje@au.ibm.com>
2588
2589 * config.guess: Import latest version.
2590 * config.sub: Likewise.
2591
b5422ad7
BM
25922006-10-10 Brooks Moses <bmoses@stanford.edu>
2593
2594 * Makefile.def: Added pdf target handling.
2595 * Makefile.tpl: Added pdf target handling.
2596 * Makefile.in: Regenerated.
2597
bdcee471
CL
25982006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
2599
2600 * MAINTAINERS: Add self as score port maintainer.
2601
7d610414
BM
26022006-10-04 Brooks Moses <bmoses@stanford.edu>
2603
2604 * MAINTAINERS (Write After Approval): Add myself.
2605
e48d66a9
SK
26062006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
2607
7e050830 2608 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
2609 or newer.
2610 * configure: Regenerated.
2611
c394e891
DB
26122006-09-27 Dave Brolley <brolley@redhat.com>
2613
2614 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2615 $s instead of $r.
2616 * configure: Regenerated.
2617
1ee4c5a0
TS
26182006-09-26 Thiemo Seufer <ths@mips.com>
2619
2620 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2621 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2622 * configure: Regenerate.
2623
5997afc3
GP
26242006-09-24 Graeme Peterson <gridly@gmail.com>
2625
2626 * MAINTAINERS (Write After Approval): Remove myself.
2627
0c502898
CF
26282006-09-22 Chao-ying Fu <fu@mips.com>
2629
2630 * MAINTAINERS (Write After Approval): Add myself.
2631
a7819e42
JM
26322006-09-10 Joseph S. Myers <joseph@codesourcery.com>
2633
2634 * MAINTAINERS: Add self as soft-fp maintainer.
2635
26362006-09-09 Anatoly Sokolov <aesok@post.ru>
2637
2638 * MAINTAINERS: Add myself as avr maintainer.
2639 Remove Marek Michalkiewicz as avr maintainer.
827d0991 2640
e8288489
RC
26412006-09-07 Roberto Costa <roberto.costa@st.com>
2642
2643 * MAINTAINERS (Write After Approval): Add myself.
2644
b91f0a41
CV
26452006-08-30 Corinna Vinschen <corinna@vinschen.de>
2646
2647 * configure.in: Never build newlib for a Mingw host.
2648 Never build newlib as Mingw target library.
2649 Test the existence of winsup/cygwin for building a Cygwin newlib,
2650 rather than just winsup.
2651 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2652 building a Mingw target.
2653 * configure: Regenerate.
2654
094c07a0
EB
26552006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
2656
2657 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2658
8d1171cb
PB
26592006-07-25 Paolo Bonzini <bonzini@gnu.org>
2660
2661 * config.guess: Import from src (was more updated).
2662 * config.sub: Likewise.
2663
2e9e6f68
DJ
26642006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2665
2666 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2667 * configure: Regenerated.
2668
57255173
PB
26692006-07-18 Paolo Bonzini <bonzini@gnu.org>
2670
cc6010cd
AP
2671 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2672 for stages after the first.
57255173 2673
9fbe6585
JJ
26742006-07-17 Jakub Jelinek <jakub@redhat.com>
2675
2676 * Makefile.def: Add dependencies for configure-opcodes
2677 on configure-intl and all-opcodes on all-intl.
2678 * Makefile.in: Regenerated.
2679
18c3f977
BE
26802006-07-13 Ben Elliston <bje@au.ibm.com>
2681
2682 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2683
27b56ba6
PE
26842006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2685
2686 Port to hosts whose 'sort' and 'tail' implementations
2687 treat operands with leading '+' as file names, as POSIX
2688 has required since 2001. However, make sure the code still
2689 works on pre-POSIX hosts.
2690 * ltmain.sh: Don't assume "sort +2" is equivalent to
2691 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2692
ad6d4e43
UW
26932006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
2694
2695 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2696
706601d9
PG
26972006-07-04 Peter O'Gorman <peter@pogma.com>
2698
2699 * ltconfig: chmod 644 before ranlib during install.
2700
0b50988a
EB
27012006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2702
2703 PR bootstrap/18058
2704 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2705 if the bootstrap compiler is a GCC version that supports it.
2706 * configure: Regenerate.
2707
b6348cb3
PB
27082006-07-03 Paolo Bonzini <bonzini@gnu.org>
2709
95695ad3 2710 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
2711 * configure: Regenerate.
2712
1546bb64
PB
27132006-07-03 Paolo Bonzini <bonzini@gnu.org>
2714
2715 PR other/27063
2716 * configure.in: Test subdir_requires and give an appropriate
2717 error message.
2718 * configure: Regenerate.
2719
5cb6c629
AJH
27202006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
2721
2722 * MAINTAINERS (Write After Approval): Add myself.
2723
f4d8cdf8
JDA
27242006-06-22 John David Anglin <dave.anglin@nrc.ca>
2725
2726 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2727
4fe5abb7
SE
27282006-06-22 Steve Ellcey <sje@cup.hp.com>
2729
2730 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2731
2a79fd67
DA
27322006-06-20 David Ayers <d.ayers@inode.at>
2733
2734 PR bootstrap/28072
2735 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2736 whether target-libjava is being configured instead of whether the
2737 java front end is enabled.
2738 * configure: Regenerate.
7e050830 2739
04879af3
RO
27402006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2741
2742 PR target/27540
2743 * configure.in: Only enable libgomp on IRIX 6.
2744 * configure: Regenerate.
2745
ec6c7392
PB
27462006-06-15 Paolo Bonzini <bonzini@gnu.org>
2747
2748 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2749 too.
2750 * Makefile.in: Regenerate.
2751
12973d7a
DD
27522006-06-13 Jeff Johnston <jjohnstn@redhat.com>
2753
2754 * config-ml.in: Alter CCASFLAGS to include special
2755 multilib options the same as is done for CFLAGS.
2756
c67ed86a
JDA
27572006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2758
2759 * configure.in: Don't enable libgomp on hpux10.
2760 * configure: Rebuilt.
2761
cb253473
DA
27622006-06-12 David Ayers <d.ayers@inode.at>
2763
2764 PR bootstrap/27963
2765 PR target/19970
7e050830 2766 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
2767 ${libgcj} is specified.
2768 * configure: Regenerate.
7e050830 2769
32845532
CD
27702006-06-06 Carlos O'Donell <carlos@codesourcery.com>
2771
2772 Sync from src:
7e050830
EC
2773
2774 * configure.in: Sync.
32845532 2775 * configure: Regenerated.
7e050830 2776
32845532
CD
2777 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2778
2779 * Makefile.def: Added dependencies from sim and gdb on intl, and
2780 added configure dependencies to everything with an all dependency
2781 on intl.
2782 * Makefile.in: Regenerated.
2783
7cd0cf9c
DA
27842006-06-06 David Ayers <d.ayers@inode.at>
2785
2786 PR libobjc/13946
2787 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2788 * Makefile.in: Regenerate.
2789 * configure.in: Add --enable-objc-gc at toplevel and have it
2790 enable boehm-gc for Objective-C.
2791 Remove target-boehm-gc from libgcj.
2792 Add target-boehm-gc to target_libraries.
2793 Add target-boehm-gc to noconfigdirs where ${libgcj}
2794 is specified.
2795 Assert that boehm-gc is supported when requested for Objective-C.
2796 Only build boehm-gc if needed either for Java or Objective-C.
2797 * configure: Regenerate.
7e050830 2798
3ff3adad
PB
27992006-06-05 Paolo Bonzini <bonzini@gnu.org>
2800
2801 PR 27674
2802 * Makefile.tpl (configure-[+prefix+][+module+],
2803 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2804 Remove rule to unstage bootstrapped modules.
2805 (stage_current): New.
2806 * Makefile.in: Regenerate.
2807
898e551d
LB
28082006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2809
2810 * MAINTAINERS (Write After Approval): Update my e-mail address.
2811
ea60341e
MS
28122006-06-01 Mark Shinwell <shinwell@codesourcery.com>
2813
2814 * include/libiberty.h: Declare pex_run_in_environment.
2815
222ae291
AL
28162006-05-31 Asher Langton <langton2@llnl.gov>
2817
2818 * MAINTAINERS (Write After Approval): Add myself.
898e551d 2819
e9a54b07
PB
28202006-05-25 Paolo Bonzini <bonzini@gnu.org>
2821
2822 * Makefile.def (bfd, opcodes): Fix lib_path.
2823 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2824 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2825 * Makefile.in: Regenerate.
2826
03e67131
CD
28272006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2828
2829 * Makefile.in: Regenerate.
2830
65d6e994
CD
28312006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2832
2833 * Makefile.def: Add install-html target. Add datarootdir
2834 docdir and htmldir to flags_to_pass.
2835 * Makefile.tpl: Add install-html target.
2836 * Makefile.in: Regenerate.
2837 * configure.in: Add --with-datarootdir, --with-docdir, and
2838 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2839 * configure: Regenerate.
2840
9e299237
MS
28412006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2842
2843 * configure.in: Enable gprof for cross builds.
2844 * configure: Regenerate.
2845
c31202cd
RG
28462006-05-22 Richard Guenther <rguenther@suse.de>
2847
2848 Revert
2849 2006-01-31 Richard Guenther <rguenther@suse.de>
2850 Paolo Bonzini <bonzini@gnu.org>
2851
2852 * Makefile.def (target_modules): Add libgcc-math target module.
2853 * configure.in (target_libraries): Add libgcc-math target library.
2854 (--enable-libgcc-math): New configure switch.
2855 * Makefile.in: Re-generate.
2856 * configure: Re-generate.
2857 * libgcc-math: New toplevel directory.
2858
2a332582
JDA
28592006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2860 Andreas Tobler <a.tobler@schweiz.ch>
2861
2862 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2863 * configure: Rebuilt.
2864
ccce6917 28652006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 2866
ccce6917
SL
2867 * MAINTAINERS (Write After Approval): Add myself.
2868
ed606bc0
DD
28692006-05-01 DJ Delorie <dj@redhat.com>
2870
3d8f47a0 2871 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
2872 * configure: Regenerate.
2873
9386bd20
RG
28742006-05-01 Richard Guenther <rguenther@suse.de>
2875
2876 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2877 maintainer.
2878
7b3bd503
KZ
28792006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2880
2881 * MAINTAINERS (Write After Approval): Add myself.
2882
87ceee72
JB
28832006-04-28 Jan Beulich <jbeulich@novell.com>
2884
2885 * MAINTAINERS (Write After Approval): Add myself.
2886
e88a2c09
DD
28872006-04-18 DJ Delorie <dj@redhat.com>
2888
2889 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2890 reference libgloss so that libssp can be built in a combined
2891 tree.
2892 * configure: Regenerate.
2893
675f0a8a
RM
28942006-04-08 Robert Millan <rmh@gcc.gnu.org>
2895
2896 * MAINTAINERS (Write After Approval): Add myself.
2897
27b6c940
BE
28982006-04-05 Ben Elliston <bje@au.ibm.com>
2899
2900 * configure.in: Require makeinfo 4.4 or higher.
2901 * configure: Regenerate.
2902
687b17d4
GP
29032006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
2904
2905 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2906 Rearrange the entries of other libraries to have them in one place.
2907
906ac235
JB
29082006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
2909
7e050830 2910 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
2911 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2912
fb0103e5
RG
29132006-03-14 Richard Guenther <rguenther@suse.de>
2914
2915 * configure: Regenerate with autoconf 2.13.
2916
17237f6b
JB
29172006-03-13 Jim Blandy <jimb@codesourcery.com>
2918
2919 * MAINTAINERS: Use my work address.
bed31434
JB
2920
2921 * MAINTAINERS: Update my E-mail address.
2922
27079765
AH
29232006-03-10 Aldy Hernandez <aldyh@redhat.com>
2924
2925 * configure.in: Handle --disable-<component> generically.
2926 * configure: Regenerate.
2927
54a17039
L
29282006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2929
2930 PR libgcj/17311
2931 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2932
b9bd11ca
EE
29332006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
2934
2935 * MAINTAINERS (Write After Approval): Remove myself.
2936 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2937
719bb4e3 29382006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 2939
072b06f2
RE
2940 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2941 (TARGET_CONFIGDIRS): Remove.
2942 * configure.in: Remove AC_SUBST(target_configdirs).
2943 * Makefile.in, configure: Regenerated.
ee2312f3 2944
936e1a35
SK
29452006-02-20 Steven G. Kargl <kargls@comcast.net>
2946
2947 * MAINTAINERS (Write After Approval): Remove myself.
2948 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2949
cc11cc9b
PB
29502006-02-20 Paolo Bonzini <bonzini@gnu.org>
2951
2952 PR bootstrap/25670
2953
2954 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2955
2956 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2957 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2958 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2959 BUILD_PREFIX, BUILD_PREFIX_1.
2960 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2961
2962 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2963 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2964
2965 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2966 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2967 of `cat stage_current`. Always provide the `r' and `s' variables.
2968 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2969 a single shell execution.
2970 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2971 bootstrapped modules, make the stage1 module if the build was not
2972 started yet, else build the current stage.
2973 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2974 (all-build, all-host, all-target, [+make_target+]-host,
2975 [+make_target+]-target): Do not use \-continued lines.
2976 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2977 (current_stage, restrap, stage_last): New.
2978
2979 * Makefile.in: Regenerate.
2980 * configure: Regenerate.
2981
63a7c9ef
BD
29822006-02-19 Bud Davis <jmdavis@link.com>
2983
2984 * MAINTAINERS (Write After Approval): Remove myself.
2985 (Language Front End Maintainers): Add myself as fortran 95
2986 maintainer and update e-mail address.
2987
a3543e3a
FXC
29882006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2989
2990 * MAINTAINERS (Write After Approval): Remove myself.
2991 (Language Front End Maintainers): Add myself as fortran 95
2992 maintainer.
2993
ca5b1d2c
VK
29942006-02-16 Victor Kaplansky <victork@il.ibm.com>
2995
2996 * MAINTAINERS (Write After Approval): Add myself.
2997
0499513f
TK
29982006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
2999
3000 * MAINTAINERS (Write After Approval): Remove myself.
3001 (Language Front End Maintainers): Add myself as
3002 fortran 95 maintainer.
3003
d1f8db0c
PB
30042006-02-14 Paolo Bonzini <bonzini@gnu.org>
3005
3006 Sync from src:
3007
3008 2005-12-27 Leif Ekblad <leif@rdos.net>
3009
cc6010cd
AP
3010 * configure.in: Add support for RDOS target.
3011 * configure: Regenerate.
d1f8db0c
PB
3012
30132006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 3014 Andreas Schwab <schwab@suse.de>
d1f8db0c 3015
cc6010cd 3016 * configure: Regenerate.
d1f8db0c 3017
cac90078
DE
30182006-02-12 David Edelsohn <edelsohn@gnu.org>
3019
3020 * configure.in (enable_libgomp): Add AIX.
3021 * configure: Regenerate.
3022
bd37fbf5
MK
30232006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
3024
3025 * MAINTAINERS (Write After Approval): Add myself.
7e050830 3026
23027b7a
LM
30272006-02-03 Lee Millward <lee.millward@gmail.com>
3028
3029 * MAINTAINERS (Write After Approval): Add myself.
7e050830 3030
0058967b
RG
30312006-01-31 Richard Guenther <rguenther@suse.de>
3032 Paolo Bonzini <bonzini@gnu.org>
3033
3034 * Makefile.def (target_modules): Add libgcc-math target module.
3035 * configure.in (target_libraries): Add libgcc-math target library.
3036 (--enable-libgcc-math): New configure switch.
3037 * Makefile.in: Re-generate.
3038 * configure: Re-generate.
3039 * libgcc-math: New toplevel directory.
3040
e8b05380
PB
30412006-01-26 Paolo Bonzini <bonzini@gnu.org>
3042
3043 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3044 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3045 the assembler, linker and binutils.
3046 * configure: Regenerate.
3047
d54d5437
DM
30482006-01-22 Dirk Mueller <dmueller@suse.de>
3049
3050 * MAINTAINERS (Write After Approval): Add myself.
3051
670cbfcf
DN
30522006-01-20 Diego Novillo <dnovillo@redhat.com>
3053
3054 * configure: Regenerate.
3055
953ff289
DN
30562006-01-18 Richard Henderson <rth@redhat.com>
3057 Jakub Jelinek <jakub@redhat.com>
3058 Diego Novillo <dnovillo@redhat.com>
3059
3060 * libgomp: New directory.
3061 * Makefile.def: Add target_module libgomp.
3062 * Makefile.in: Regenerate.
3063 * configure.in (target_libraries): Add target-libgomp.
3064 * configure: Regenerate.
3065
32ce4048
AO
30662006-01-05 Alexandre Oliva <aoliva@redhat.com>
3067
3068 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3069 @ from continuation.
3070 * Makefile.in: Rebuilt.
3071
0eaf8e17 30722006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 3073
c76c0c83
CL
3074 * MAINTAINERS (Write After Approval): Add myself.
3075
2d309510
PB
30762006-01-04 Paolo Bonzini <bonzini@gnu.org>
3077
3078 PR bootstrap/24252
3079
3080 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3081 * Makefile.tpl (OBJDUMP): New.
3082 (EXTRA_HOST_FLAGS): Add it.
3083 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3084
953ff289
DN
3085 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3086 to use symbolic links between directories. Avoid race conditions
3087 or make them harmless.
3088 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
3089
3090 * Makefile.def (LEAN): Pass.
3091 * Makefile.tpl (LEAN): Define.
3092 (stage[+id+]-start): Accept that the previous directory does not
3093 exist, if the bootstrap is lean.
3094 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3095 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3096 configure substitution.
3097 ([+compare-target+]): Likewise.
3098 ([+bootstrap-target+]-lean): New.
3099 * configure.in: Remove lean bootstrap support from here.
3100
953ff289
DN
3101 * Makefile.in: Regenerate.
3102 * configure: Regenerate.
2d309510 3103
368872c3
BE
31042006-01-04 Ben Elliston <bje@au.ibm.com>
3105
3106 * MAINTAINERS (libdecnumber): Add myself.
3107
d79e6356
MM
31082006-01-02 Mark Mitchell <mark@codesourcery.com>
3109
3110 * libtool-ldflags: New script.
3111
a6fbc1e2
AS
31122006-01-02 Andreas Schwab <schwab@suse.de>
3113
3114 * configure.in: When reconfiguring remove Makefile in
3115 all stage directories.
3116 * configure: Regenerate.
3117
103a4b39
SB
31182005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
3119
3120 * MAINTAINERS: Update my email address.
3121
212f829c
PB
31222005-12-20 Paolo Bonzini <bonzini@gnu.org>
3123
3124 Revert Ada-related part of the previous change.
3125
3126 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3127 Do not pass.
3128 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3129 * Makefile.in: Regenerate.
3130 * configure.in: Do not include mt-ppc-aix target fragment.
3131 * configure: Regenerate.
3132
8ef1f2df
PB
31332005-12-19 Paolo Bonzini <bonzini@gnu.org>
3134
3135 * configure.in: Select appropriate fragments for PowerPC/AIX.
3136 * configure: Regenerate.
3137
3138 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3139 BOOT_CFLAGS, BOOT_LDFLAGS.
3140 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3141 BOOT_CFLAGS, BOOT_LDFLAGS.
3142 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3143 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3144 (stage): Fail if we cannot complete the work.
3145 * Makefile.in: Regenerate.
3146
ab34901f
NS
31472005-12-16 Nathan Sidwell <nathan@codesourcery.com>
3148
3149 * configure.in: Replace ms1 with mt.
3150 * configure: Rebuilt.
3151
cbe82f21
BM
31522005-12-15 Bryce McKinlay <mckinlay@redhat.com>
3153
3154 * MAINTAINERS: Update my email address.
3155
19843472
PB
31562005-12-15 Paolo Bonzini <bonzini@gnu.org>
3157
3158 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3159 install-host-nogcc): Don't invoke $(stage) at the end.
3160 * Makefile.in: Regenerate.
3161
1ca26cd2
PB
31622005-12-14 Paolo Bonzini <bonzini@gnu.org>
3163
3164 * configure.in: Flip the top-level bootstrap switch.
3165 * configure: Regenerate.
3166
f41d6665
DJ
31672005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3168
3169 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3170 $(stage) and $(unstage).
3171 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3172 (all): Remove stray semicolon.
3173 (local-distclean): Don't handle multilib.tmp and multilib.out.
3174 (install.all): Set $s for consistency.
3175 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3176 check_multilibs setting. Always make the install directory.
3177 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3178 Correct @if/@endif.
3179 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3180 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3181 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3182 (multilib.out): Remove.
3183 * Makefile.in: Regenerated.
3184
9174b3cf
CD
31852005-12-12 Carlos O'Donell <carlos@codesourcery.com>
3186
3187 * MAINTAINERS (Write After Approval): Add myself.
3188
64f182bd
NS
31892005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3190
121b2cee
NS
3191 * MAINTAINERS: Add myself as mt maintainer.
3192
64f182bd
NS
3193 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
3194
a6d63770
AN
31952005-12-06 Adam Nemet <anemet@caviumnetworks.com>
3196
3197 * MAINTAINERS: Change email address.
3198
2abefe3d
PB
31992005-12-05 Paolo Bonzini <bonzini@gnu.org>
3200
3201 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3202 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3203 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3204 Find in-tree tools if available.
3205 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3206 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3207 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3208 (COMPILER_*_FOR_TARGET): New.
3209 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3210 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3211 (CONFIGURED_*, USUAL_*): Remove.
3212 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3213 STRIP): Use autoconf substitutions.
3214 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3215 COMPILER_NM_FOR_TARGET): New.
3216 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3217
3218 (all): Make all-host and all-target in parallel.
3219 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3220 that $$r and $$s are set before invoking a recursive make.
3221 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3222 ([+bootstrap-target+]): Inline most of the `all' target.
3223
2f3bdde7
BE
32242005-11-29 Ben Elliston <bje@au.ibm.com>
3225
3226 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3227 from the gcc build directory.
3228 * Makefile.in: Regenerate.
3229
a4b6c45a
BE
32302005-11-29 Ben Elliston <bje@au.ibm.com>
3231
3232 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3233 depend on all-libdecnumber.
3234 * configure.in (host_libs): Include libdecnumber.
3235 * Makefile.in: Regenerate.
3236 * configure: Likewise.
3237
473a74b9
BE
32382005-11-29 Ben Elliston <bje@au.ibm.com>
3239
3240 * libdecnumber: Import decNumber sources from the dfp-branch.
3241
b4623110
KJ
32422005-11-21 Kean Johnston <jkj@sco.com>
3243
3244 * config.sub, config.guess: Sync from upstream sources.
3245
67dc1785
BE
32462005-11-21 Ben Elliston <bje@au.ibm.com>
3247
3248 Import from Autoconf sources:
3249
3250 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3251 * config/move-if-change: Don't output "$2 is unchanged";
3252 suggested by Ben Elliston. Handle weird characters correctly.
3253
186abafe
AT
32542005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
3255
3256 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3257 to match upstream libtool for darwin.
3258
ef9db8d5
DJ
32592005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3260
3261 * Makefile.def: Remove gdb dependencies for gdbtk.
3262 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3263 (configure-gdb, install-gdb): New rules.
3264 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3265 * Makefile.in, configure: Regenerated.
3266
9c5141ab
JB
32672005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
3268
3269 * MAINTAINERS (Write After Approval): Add myself.
3270
4523d51b
EE
32712005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
3272
3273 * MAINTAINERS (Write After Approval): Add myself.
3274
086b011c
DN
32752005-10-24 Diego Novillo <dnovillo@redhat.com>
3276
3277 * MAINTAINERS (alias analysis): Add Daniel Berlin and
3278 Diego Novillo.
3279
e7c84bf8
PB
32802005-10-22 Paolo Bonzini <bonzini@gnu.org>
3281
3282 PR bootstrap/24297
3283 * Makefile.tpl (do-[+make-target+], do-check, install,
3284 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3285 are set before recursing.
3286 * Makefile.in: Regenerate.
3287
b88a7564
EB
32882005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3289
3290 PR bootstrap/18939
3291 * Makefile.def (gcc) <target>: Fix thinko.
3292 * Makefile.in: Regenerate.
3293
61efc800
BS
32942005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3295
3296 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3297 * configure: Regenerate.
3298
f53d2869
JZ
32992005-10-15 Jie Zhang <jie.zhang@analog.com>
3300
3301 * MAINTAINERS (Write After Approval): Add self.
3302
077fc835
KH
33032005-10-08 Kazu Hirata <kazu@codesourcery.com>
3304
3305 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3306 target-libffi, target-qthreads, target-libjava, and
3307 targetlibobjc.
3308 * configure: Regenerate.
3309
d739199a
DJ
33102005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3311
3312 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3313 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3314 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3315 (USUAL_OBJDUMP_FOR_TARGET): New.
3316 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3317 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 3318 * configure, Makefile.in: Regenerated.
d739199a 3319
db38c6bb
PB
33202005-10-05 Paolo Bonzini <bonzini@gnu.org>
3321
3322 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3323 before other host packages.
3324
3015564c
KK
33252005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
3326
3327 * MAINTAINERS: Add self as sh libraries/configury maintainer.
3328
1061f99e
PB
33292005-10-05 Paolo Bonzini <bonzini@gnu.org>
3330
3331 PR bootstrap/22340
3332
3333 * configure.in (default_target): Remove.
3334 * Makefile.tpl (all): Do not use prerequisites as subroutines
3335 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3336 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3337 use prerequisites as subroutines.
3338 (check-host, check-target): New.
3339 (bootstrap configure & all targets): Do not use stage*-start
3340 if the directory layout is already ok.
3341 (non-bootstrap configure & all targets): Prepend a $(unstage).
3342 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3343 (NOTPARALLEL): Remove.
3344 (unstage, stage variables): New variables.
3345 (unstage, stage targets): Simply expand to those variables.
3346
3347 * configure: Regenerate.
3348 * Makefile.in: Regenerate.
3349
4a9c436f
JW
33502005-10-04 James E Wilson <wilson@specifix.com>
3351
3352 * Makefile.def (lang_env_dependencies): Add libmudflap.
3353 * Makefile.in: Regenerate.
3354
37150080
AS
33552005-10-03 Andreas Schwab <schwab@suse.de>
3356
3357 Backport from libtool CVS:
3358 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
3359
3360 * ltmain.sh: add support for installing into temporary
3361 staging area (e.g. 'make install DESTDIR=...')
3362
39d16468
L
33632005-10-03 H.J. Lu <hongjiu.lu@intel.com>
3364
3365 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3366 * configure: Regenerated.
3367
72a7ab82
AP
33682005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
3369
3370 * configure: Regenerate with the correct
3371 autoconf version.
3372
6b65a26d
CM
33732005-09-30 Catherine Moore <clm@cm00re.com>
3374
3375 * configure.in (bfin-*-*): New.
3376 * configure: Regenerated.
3377
040b1c5a
GK
33782005-09-28 Geoffrey Keating <geoffk@apple.com>
3379
3380 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3381 (LIPO_FOR_TARGET): New.
3382 (CONFIGURED_LIPO_FOR_TARGET): New.
3383 (USUAL_LIPO_FOR_TARGET): New.
3384 (STRIP_FOR_TARGET): New.
3385 (CONFIGURED_STRIP_FOR_TARGET): New.
3386 (USUAL_STRIP_FOR_TARGET): New.
3387 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3388 STRIP_FOR_TARGET.
3389 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3390 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3391 * Makefile.in: Regenerate.
3392 * configure: Regenerate.
7e050830 3393
3a3c28db
DE
33942005-09-19 David Edelsohn <edelsohn@gnu.org>
3395
3396 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3397 (rs6000-*-aix*): Same.
3398 * configure: Regenerate.
3399
2749a921
TT
34002005-09-16 Tom Tromey <tromey@redhat.com>
3401
3402 * MAINTAINERS: Add self as java maintainer.
3403
7f26dfa3
FXC
34042005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3405
3406 * configure.in: Recognize f95 in the --enable-languages option,
3407 and substitute it for fortran, issuing a warning.
3408 * configure: Regenerate.
3409
d8852c4f
PE
34102005-08-30 Phil Edwards <phil@codesourcery.com>
3411
3412 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3413 * configure: Regenerated.
3414
ad685e81
AH
34152005-08-22 Aldy Hernandez <aldyh@redhat.com>
3416
3417 * MAINTAINERS: Add self as ms1 maintainer.
3418
b00d752c
RE
34192005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3420
3421 * Makefile.def (libssp): Add to lang_env_dependencies.
3422 * Makefile.in: Regenerate.
3423
9ed8fb9b
ILT
34242005-08-18 Ian Lance Taylor <ian@airs.com>
3425
3426 * MAINTAINERS: Add myself as middle-end maintainer.
3427
0f029d39
CG
34282005-08-17 Christian Groessler <chris@groessler.org>
3429
3430 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3431 * Makefile.in: Regenerate.
3432
81087874
AK
34332005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
3434
3435 * MAINTAINERS (write after approval): Added myself.
3436
6a134f1c
MR
34372005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
3438
3439 * MAINTAINERS (Write After Approval): Add myself.
3440
2693c0b0
PB
34412005-08-12 Paolo Bonzini <bonzini@gnu.org>
3442
3443 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3444 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3445 Look for alternate names of the target cc and c++
3446 * configure: Regenerate.
3447
4de997d1
PB
34482005-08-08 Paolo Bonzini <bonzini@gnu.org>
3449
3450 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3451 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3452 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3453 tools; remove code to manually set them.
3454 (Target tools): Look in the environment for them.
3455 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3456 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3457 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3458 build directory.
3459 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3460 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3461 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3462 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3463 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3464 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3465 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3466 * configure: Regenerate.
3467 * Makefile.in: Regenerate.
3468
b089e33a
BE
34692005-07-28 Ben Elliston <bje@au.ibm.com>
3470
3471 * MAINTAINERS: Update for removed CPU targets.
3472
e3791243
MM
34732005-07-27 Mark Mitchell <mark@codesourcery.com>
3474
3475 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 3476 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
3477 * Makefile.in: Regenerated.
3478
526635cb
MM
34792005-07-26 Mark Mitchell <mark@codesourcery.com>
3480
3481 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3482 (CFLAGS_FOR_TARGET): Use it.
3483 (CXXFLAGS_FOR_TARGET): Likewise.
3484 * Makefile.in: Regenerated.
3485 * configure.in (--with-build-sysroot): New option.
3486 * configure: Regenerated.
3487
19791f70
PB
34882005-07-24 Paolo Bonzini <bonzini@gnu.org>
3489
3490 * Makefile.tpl: Wrap install between unstage and stage
3491 * Makefile.in: Regenerate.
3492
35f5a23f
EC
34932005-07-21 Eric Christopher <echristo@apple.com>
3494
3495 * MAINTAINERS: Update affiliation.
3496
ff3ddf15
PW
34972005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
3498
3499 * MAINTAINERS: Add self as crx port maintainer.
3500
3a664c1c
DD
35012005-07-20 DJ Delorie <dj@redhat.com>
3502
3503 * MAINTAINERS: Add self as m32c maintainer.
3504
539df155
KC
35052005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3506
3507 * all files: Update FSF address.
3508
be9c593a
EC
35092005-07-15 Eric Christopher <echristo@redhat.com>
3510
3511 * MAINTAINERS: Change affiliation.
3512
fd7ea4ab
JB
35132005-07-14 Jim Blandy <jimb@redhat.com>
3514
3515 * configure.in: Add cases for Renesas m32c.
3516 * configure: Regenerated.
7e050830 3517
0063a823
KC
35182005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3519
d0ca130a
KC
3520 * COPYING.LIB: Update from fsf.org.
3521
35222005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3523
3524 * COPYING, compile, config.guess,
0063a823
KC
3525 config.sub, install-sh, missing, mkinstalldirs,
3526 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 3527 * config-ml.in: Update FSF address.
0063a823 3528
a8ba31f2
EC
35292005-07-13 Eric Christopher <echristo@redhat.com>
3530
3531 * configure.in: Add toplevel noconfigdir support for tpf.
3532 * configure: Regenerate.
3533
5bea4a03
PB
35342005-07-11 Paolo Bonzini <bonzini@gnu.org>
3535
3536 PR ada/22340
3537
3538 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3539 * Makefile.in: Regenerate.
3540
284bdbbd
MM
35412005-07-07 Mark Mitchell <mark@codesourcery.com>
3542
3543 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 3544 Brolley to write-after-approval.
284bdbbd 3545
452190fb
AS
35462005-07-07 Andreas Schwab <schwab@suse.de>
3547
3548 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3549 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3550 * Makefile.in: Regenerated.
3551
9c8f9ec2
GK
35522005-07-06 Geoffrey Keating <geoffk@apple.com>
3553
3554 * configure.in: Don't build sim or rda when targetting darwin.
3555 * configure: Regenerate.
3556
ef0087a7
KH
35572005-07-06 Kazu Hirata <kazu@codesourcery.com>
3558
3559 * configure.in: Add --enable-libssp and --disable-libssp.
3560 * configure: Regenerate with autoconf-2.13.
3561
77008252
JJ
35622005-07-02 Jakub Jelinek <jakub@redhat.com>
3563
3564 * Makefile.def (target_modules): Add libssp.
3565 * configure.in (target_libraries): Add target-libssp.
3566 * configure: Rebuilt.
3567 * Makefile.in: Rebuilt.
3568
a04eae1b
ZW
35692005-07-01 Zack Weinberg <zackw@panix.com>
3570
3571 * MAINTAINERS: Change email address. Resign from maintainership.
3572
948884cd
RG
35732005-07-01 Richard Guenther <rguenther@suse.de>
3574
3575 * MAINTAINERS: Change my e-mail address and affiliation.
3576
c7870f5d
PB
35772005-06-22 Paolo Bonzini <bonzini@gnu.org>
3578
3579 * Makefile.def (stagefeedback): Come after profile.
3580 Define profiledbootstrap target.
3581 * Makefile.tpl (profiledbootstrap): Remove.
3582 (stageprofile-end): Zap stagefeedback.
3583 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3584 * Makefile.in: Regenerate.
3585
ab99519a
RS
35862005-06-13 Richard Sandiford <richard@codesourcery.com>
3587
3588 * MAINTAINERS: Update my email address.
3589
f610dd5f
ZW
35902005-06-13 Zack Weinberg <zack@codesourcery.com>
3591
3592 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3593 In 'cpp' stanza, support '#line' as well as '# '.
3594
71bc2a83
AS
35952005-06-08 Andreas Schwab <schwab@suse.de>
3596
3597 * MAINTAINERS: Move myself from 'Write After Approval' to
3598 'CPU Port Maintainers' section as m68k maintainer.
3599
4fab7234
HPN
36002005-06-07 Hans-Peter Nilsson <hp@axis.com>
3601
3602 * configure.in (unsupported_languages): New macro.
3603 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3604 non-ported target libraries in noconfigdirs.
3605 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3606 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 3607 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
3608 unsupported_languages.
3609 * configure: Regenerate.
3610
68193f9b
TS
36112005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3612
3613 * configure.in: Fix typo in handling of --with-mpfr-dir.
3614 * configure: Regenerate.
3615
f26f6b8d
RS
36162005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
3617
3618 * MAINTAINERS: Update my email address.
3619
ba4853f8
JB
36202005-06-02 Jim Blandy <jimb@redhat.com>
3621
3622 * config.sub: Add cases for the Renesas m32c. (This patch has been
3623 accepted into the master sources.)
3624
79dd769c 36252005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
3626 Michael Snyder <msnyder@redhat.com>
3627 Stan Cox <scox@redhat.com>
79dd769c 3628
f610dd5f 3629 * configure.in: Set noconfigdirs for ms1.
79dd769c 3630
f610dd5f 3631 * configure: Regenerate.
79dd769c 3632
d29e107f
JD
36332005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
3634
3635 * MAINTAINERS (Write After Approval): Add self.
3636
e93196c3
JC
36372005-06-01 Josh Conner <jconner@apple.com>
3638
3639 * MAINTAINERS (Write After Approval): Add self.
3640
ae263c7a
KH
36412005-06-01 Kazu Hirata <kazu@codesourcery.com>
3642
3643 * MAINTAINERS: Update my email address.
3644
585b3aa3
ZM
36452005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
3646
3647 * MAINTAINERS (Write After Approval): Add self.
3648
4930c50b
CD
36492005-05-26 Chris Demetriou <cgd@broadcom.com>
3650
3651 * MAINTAINERS (Write After Approval): Remove self.
3652
2dfbef6d
PB
36532005-05-25 Paolo Bonzini <bonzini@gnu.org>
3654
3655 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3656 (Dependencies): Consider target modules for bootstrap dependencies.
3657 Make target bootstrap modules depend on each stage's gcc.
3658 * Makefile.in: Regenerate.
3659
bcb28cf5
PB
36602005-05-20 Paolo Bonzini <bonzini@gnu.org>
3661
3662 * Makefile.def (configure-gcc): Depend on binutils having been built.
3663 (all-gcc): No need to do it here.
3664 * Makefile.in: Regenerate.
3665
0cf085e4
PB
36662005-05-19 Paul Brook <paul@codesourcery.com>
3667
f610dd5f 3668 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
3669 language cannot be built.
3670 * configure: Regenerate.
3671
dfb2c39a
DJ
36722005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3673
3674 * ylwrap: Import from Automake 1.9.5.
3675
771aaa92
DU
36762005-05-13 David Ung <davidu@mips.com>
3677
3678 * MAINTAINERS (Write After Approval): Add self.
3679
3ac9bd58
MS
36802005-05-09 Mike Stump <mrs@apple.com>
3681
3682 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3683 lt_cv_sys_max_cmd_len for now.
f610dd5f 3684
f77a5578
SC
36852005-05-09 Stan Cox <scox@redhat.com>
3686
3687 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3688
795e36e5
MK
36892005-05-08 Matt Kraai <kraai@ftbfs.org>
3690
3691 * README.SCO: Update the URL.
3692
c9392a2b
DE
36932005-05-05 David Edelsohn <edelsohn@gnu.org>
3694
3695 * ltconfig: Define file_list_spec. Pass file_list_spec and
3696 with_gnu_ld to libtool.
3697 * ltcf-c.sh (aix[45]): Define file_list_spec.
3698 * ltcf-cxx.sh (aix[45]): Same.
3699 * ltcf-gcj.sh (aix[45]): Same.
3700 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3701 exists, write list of input files to temporary file.
3702
bebcd931
MS
37032005-05-04 Mike Stump <mrs@apple.com>
3704
3705 * configure.in: Always pass --target to target configures as
3706 otherwise rebuilds that do --recheck will fail.
3707 * confiugure: Rebuilt.
3708
ce406537
PB
37092005-05-04 Paolo Bonzini <bonzini@gnu.org>
3710
3711 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3712 STAGE_HOST_EXPORTS.
3713 (configure, all): Add bootstrap support.
3714 (Host modules, target modules): Pass post-stage1 flags and exports.
3715 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3716 * Makefile.in: Regenerate.
3717
aa9dcfc4
PB
37182005-04-29 Paolo Bonzini <bonzini@gnu.org>
3719
3720 * configure: Regenerate.
3721
b6f9abcf
MS
37222005-04-27 Mike Stump <mrs@apple.com>
3723
3724 * MAINTAINERS: Add self as darwin maintainer.
3725
acb217cb
BS
37262005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3727
3728 * config.sub: Update from master copy.
3729
b6dae270
MS
37302005-04-21 Mike Stump <mrs@apple.com>
3731
3732 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3733 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3734
c2e0d3a9
HPN
37352005-04-19 Hans-Peter Nilsson <hp@axis.com>
3736
3737 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3738 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3739 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3740 "*-*-elf" and "*-*-linux*".
3741 * configure: Regenerate.
3742
871ae772
JM
37432005-04-14 Joseph S. Myers <joseph@codesourcery.com>
3744
3745 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3746
bf070c29
MS
37472005-04-12 Mike Stump <mrs@apple.com>
3748
3749 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3750
e865b6f7
TK
37512005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
3752
3753 * MAINTAINERS (Write After Approval): Add myself.
3754
7b71ad7f
BS
37552005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
3756
3757 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3758
25b42232
PB
37592005-04-06 Paolo Bonzini <bonzini@gnu.org>
3760
f610dd5f 3761 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
3762 (TARGET_CONFIGARGS): Include --with-target-subdir.
3763 (configure, all): New macros. Use them throughout.
3764 * Makefile.in: Regenerate.
3765
d727c624
JG
37662005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
3767
3768 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 3769
fff72cc4
ZD
37702005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3771
3772 * MAINTAINERS: Remove 'loop unrolling' maintainer.
3773
86472dc3
GP
37742005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
3775
3776 * MAINTAINERS: Move John Carr to Write After Approval.
3777
5d0f90e5
R
37782005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3779
3780 * config/mh-mingw32: Delete.
3781 * configure.in: Don't use it.
3782 * configure: Regenerate.
3783
33da42bc
PB
37842005-03-31 Paolo Bonzini <bonzini@gnu.org>
3785
3786 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3787 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3788 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3789 (HOST_LIB_PATH): Generate from Makefile.def.
3790 (TARGET_LIB_PATH): Likewise.
3791 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3792 * Makefile.in: Regenerate.
3793 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3794 (RPATH_ENVVAR): Include Darwin case.
3795 * configure: Regenerate.
3796
15cc1841
TF
37972005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
3798
3799 * MAINTAINERS (Various Maintainers): Remove self.
3800 (Write After Approval): Add self.
3801
6a8c79d5
TF
38022005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
3803
3804 * MAINTAINERS (Various Maintainers): Add self.
3805
256f7136
PB
38062005-03-25 Paolo Bonzini <bonzini@gnu.org>
3807
3808 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3809 * configure: Regenerate.
3810
191dd2c9
ZW
38112005-03-21 Zack Weinberg <zack@codesourcery.com>
3812
3813 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3814 gcc_version, and gcc_version_trigger from set of flags to pass.
3815 * Makefile.tpl: Remove definitions of above variables.
3816 (config.status): Remove dependency on $(gcc_version_trigger).
3817 * Makefile.in: Regenerate.
3818 * configure.in: Do not reference config/gcc-version.m4 nor
3819 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3820 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3821 * configure: Regenerate.
3822
ef6e9bc0
MH
38232005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3824 Andrew Pinski <pinskia@physics.uc.edu>
3825
3826 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3827 * Makefile.in: Regenerate.
3828
009bbd5a
FW
38292005-03-13 Feng Wang <fengwang@nudt.edu.cn>
3830
3831 * MAINTAINERS (Write After Approval): Add myself.
3832
09f8755b
DA
38332005-03-03 David Ayers <d.ayers@inode.at>
3834
3835 * MAINTAINERS (Write After Approval): Add myself.
3836
e73ed25c
AO
38372005-03-01 Alexandre Oliva <aoliva@redhat.com>
3838
3839 PR libgcj/20160
3840 * ltmain.sh: Avoid creating archives with components that have
3841 duplicate basenames.
3842
ace9ac7b
AP
38432005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3844
3845 PR bootstrap/20250
3846 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3847 instead of check.
3848 * Makefile.in: Regenerate.
3849
c9db9354
PB
38502005-02-28 Paolo Bonzini <bonzini@gnu.org>
3851
3852 * Makefile.in: Regenerate to fix conflict between the previous two
3853 patches.
3854
215c351a
PB
38552005-02-28 Paolo Bonzini <bonzini@gnu.org>
3856
3857 PR bootstrap/17383
3858 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3859 * Makefile.tpl (HOST_SUBDIR): New substitution.
3860 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3861 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3862 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3863 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3864 (Host modules, Bootstrapped modules): Use it.
3865 (Build modules, Target modules): Do not create symlink trees,
3866 always configure out-of-srcdir.
3867 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3868 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3869 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3870 $(HOST_SUBDIR). Create a symlink for host_subdir.
3871
3872 * Makefile.in: Regenerate.
3873 * configure: Regenerate.
3874
5395b47b
NN
38752005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3876
3877 Merged from libada-gnattools-branch:
3878 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3879
3880 * gnattools: New directory.
3881 * Makefile.def: Add gnattools as a module, depending on target-libada.
3882 * Makefile.in: Regenerate.
3883 * configure.in: Include gnattools in host_tools; disable it if ada
3884 is disabled.
3885 * configure: Regenerate.
3886
ca2cc05c
JM
38872005-02-24 James A. Morrison <phython@gcc.gnu.org>
3888
3889 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3890 treelang maintainer.
3891 (Write After Approval): Remove myself.
3892
d2f3024f
PS
38932005-02-23 Paul Schlie <schlie@comcast.net>
3894
3895 * configure.in: Allow darwin targeted ports to build tk, itcl and
3896 libgui.
3897 * configure: Regenerate.
3898
bba5e0ca
EB
38992005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3900
3901 PR libgcj/10353
3902 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3903 * configure: Regenerate.
3904
70132ce7
SK
39052005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
3906
3907 * MAINTAINERS (Write After Approval): Add myself.
3908
20f0edca
ILT
39092005-02-10 Ian Lance Taylor <ian@airs.com>
3910
3911 * MAINTAINERS: Update my e-mail address.
3912
e64e5109
RG
39132005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
3914
3915 * MAINTAINERS (Write After Approval): Add myself.
3916
40d64b5a
HPN
39172005-01-29 Hans-Peter Nilsson <hp@axis.com>
3918
3919 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3920 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3921 target-libgloss when not *-*-elf and *-*-aout.
3922 * configure: Regenerate.
3923
54a12711
KH
39242005-01-23 Kazu Hirata <kazu@cs.umass.edu>
3925
3926 * MAINTAINERS: Remove obsolete entries.
3927
0aa99dbb
KH
3928 * MAINTAINERS (Write After Approval): Add Michael Matz.
3929
2b009f5f
NB
39302005-01-19 Neil Booth <neil@daikokuya.co.uk>
3931
3932 * MAINTAINERS: Remove self as cpplib maintainer.
3933
385870f5
KC
39342005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3935
3936 * install-sh, config.sub: Import from upstream.
3937
e7daab31
KC
39382005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3939
3940 PR bootstrap/18222
3941 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3942 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3943 * Makefile.in: Regenerate.
3944
e6003f4d
JT
39452005-01-16 Jason Thorpe <thorpej@netbsd.org>
3946
3947 * MAINTAINERS: Update my email address.
3948
145e2972 39492005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 3950 Andreas Schwab <schwab@suse.de>
145e2972
DE
3951
3952 PR bootstrap/18033
3953 * config-ml.in: Eval option if surrounded by single quotes.
3954
86c7e0da
PB
39552005-01-03 Paolo Bonzini <bonzini@gnu.org>
3956
3957 Revert 2004-12-28 Makefile changes, a better fix will be
3958 applied to mainline and src after GCC 4.0 branches.
3959
3224a22f
PB
39602004-12-28 Paolo Bonzini <bonzini@gnu.org>
3961
3962 PR bootstrap/17383
3963
3964 * Makefile.def (target_modules): Remove stage parameter,
3965 it is always true now.
3966 * Makefile.tpl (configure-build-[+module+],
3967 configure-target-[+module+]): Always build symlink tree
3968 for the directory and for include. BUILD_SUBDIR and
3969 TARGET_SUBDIR cannot be . anymore.
3970 * Makefile.in: Regenerate.
3971
aaf51ca2
DE
39722004-12-25 David Edelsohn <edelsohn@gnu.org>
3973
3974 Revert 2004-12-08 Makefile changes.
3975
4e32e454
DS
39762004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
3977
3978 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
3979 cygwin, mingw.
3980
669f01d8
AS
39812004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3982
3983 * configure.in (sh64-*-*): Reenable gprof.
3984 * configure: Regenerate.
3985
1b227ee0
DE
39862004-12-08 David Edelsohn <edelsohn@gnu.org>
3987
3988 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3989 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3990 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3991 * Makefile.in: Regenerate.
3992
ce5e944c
CF
39932004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
3994
3995 * MAINTAINERS: Update my email address.
3996
893f1e87
MK
39972004-12-07 Matt Kraai <kraai@ftbfs.org>
3998
3999 * Makefile.tpl: Generate normal dependencies if the LHS module is
4000 not bootstrapped.
4001 * Makefile.in: Regenerate.
4002
bb59c339
RS
40032004-12-03 Richard Sandiford <rsandifo@redhat.com>
4004
4005 * configure.in: Include config/gxx-include-dir.m4. Use
4006 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4007 * configure: Regenerate.
4008
4982adbe
RS
40092004-12-03 Richard Sandiford <rsandifo@redhat.com>
4010
4011 * config.if: Delete.
4012 * configure.in: Set libstdcxx_incdir directly.
4013 * configure: Regenerate.
4014
05750653
EC
40152004-12-02 Eric Christopher <echristo@redhat.com>
4016
4017 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4018 * Makefile.in: Regenerate.
4019
5fef1dbd
RS
40202004-12-02 Richard Sandiford <rsandifo@redhat.com>
4021
4022 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4023 * configure: Regenerate.
4024
afabd8e6
RS
40252004-12-02 Richard Sandiford <rsandifo@redhat.com>
4026
4027 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4028 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4029 * configure: Regenerate.
4030
78716e86
EC
40312004-12-01 Eric Christopher <echristo@redhat.com>
4032
4033 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4034 of things to remove.
4035
57ab8ba9
MK
40362004-11-29 Matt Kraai <kraai@ftbfs.org>
4037
4038 * MAINTAINERS (Write After Approval): Update my e-mail address.
4039
2539bffe
KC
40402004-11-29 Kelley Cook <kcook@gcc.gnu.org>
4041
4042 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4043 from CVS libtool to always pass_all.
4044
3e732ba0
JDA
40452004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4046
4047 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4048 (hppa*64*-*-*): Delete incorrect comment.
4049 * configure: Rebuilt.
4050
767f726e
KC
40512004-11-24 Kelley Cook <kcook@gcc.gnu.org>
4052
4053 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4054
2c92e90f
KC
40552004-11-24 Kelley Cook <kcook@gcc.gnu.org>
4056
4057 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4058 from CVS libtool to always pass_all.
4059
32f84e48
KC
40602004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4061
4062 * install-sh, compile: Import from automake.
4063
9587be8a
KC
40642004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4065
4066 * config.guess, config.sub: Import from savannnah.
4067
04e81808 40682004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
4069
4070 * MAINTAINERS (Write After Approval): Add myself
4071
f87a2b2e
MS
40722004-11-12 Mike Stump <mrs@apple.com>
4073
4074 * Makefile.def: Add html support.
4075 * Makefile.tpl: Likewise.
4076 * Makefile.in: Regenerate.
4077
848556c2
GK
40782004-11-11 Geoffrey Keating <geoffk@apple.com>
4079
556f03c4
GK
4080 PR 18423
4081 * configure.in: Remove all instances of build-fixincludes from
4082 noconfigdirs.
4083 (build_configargs): Supply --target to subdirectories.
4084 * configure: Regenerate.
4085
848556c2
GK
4086 * Makefile.def: Make gcc install depend on fixincludes install.
4087 * Makefile.in: Regenerate.
4088
9e5712a5
JJ
40892004-11-10 Janis Johnson <janis187@us.ibm.com>
4090
4091 * MAINTAINERS: Add myself as gcc testsuite maintainer.
4092
4ef509c0
PB
40932004-11-11 Paul Brook <paul@codesourcery.com>
4094
4095 * MAINTAINERS: Add self as arm maintainer. Update email address.
4096
20d11df6
HPN
40972004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4098
4099 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4100 target-libgfortran.
79fd8592 4101 * configure: Regenerate.
20d11df6 4102
68c70f15
DE
41032004-11-07 David Edelsohn <edelsohn@gnu.org>
4104
4105 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4106 like CC.
4107
54f88091
PB
41082004-11-05 Paolo Bonzini <bonzini@gnu.org>
4109
4110 * Makefile.def (host fixincludes): Specify missing targets.
4111 * Makefile.in: Regenerate.
4112
6866abb8
RC
41132004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
4114
4115 * MAINTAINERS: Add myself
4116
83f62578
GL
41172004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
4118
4119 * MAINTAINERS (Write After Approval): Add myself.
4120
53c7ffe7
GK
41212004-11-04 Geoffrey Keating <geoffk@apple.com>
4122
4123 * Makefile.def: Build fixincludes for the host, too.
4124 * Makefile.in: Regenerate.
4125 * configure.in (host_tools): Add fixincludes.
4126 * configure: Regenerate.
4127
ac8b3d9d
DJ
41282004-11-04 Daniel Jacobowitz <dan@debian.org>
4129
4130 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4131 * configure: Regenerated.
4132
bab37580
L
41332004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4134
4135 PR other/17783
4136 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4137 * configure: Regenerated.
4138
db1de713
MM
41392004-10-31 Mark Mitchell <mark@codesourcery.com>
4140
4141 * README.SCO: Update per FSF instructions.
4142
a827e21a
EW
41432004-10-28 Eric B. Weddington <ericw@evcohs.com>
4144
4145 PR target/18151
4146 * configure.in (case ${target}): Do not build fixincludes for avr.
4147 * configure: Regenerated.
4148
9d069a4f
PB
41492004-10-26 Paolo Bonzini <bonzini@gnu.org>
4150
4151 * configure.in (case ${target}): Do not build fixincludes
4152 on platforms where it is not used.
4153 * configure: Regenerated.
4154
fc45f3fe
DJ
41552004-10-23 Daniel Jacobowitz <dan@debian.org>
4156
4157 * configure.in: Use an absolute path to install-sh.
4158 * configure: Regenerated.
4159
36554b92
AL
41602004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4161
4162 * MAINTAINERS (Write After Approval): Add myself.
4163
88e9994a
KH
41642004-10-19 Kazu Hirata <kazu@cs.umass.edu>
4165
4166 * MAINTAINERS: Remove from Write After Approval those that are
4167 already maintainers.
4168
ad02a944
SP
41692004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
4170
4171 * MAINTAINERS: Update my email address.
4172
c8e6cd41
KC
41732004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4174
4175 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4176 * configure: Regenerate.
4177
ebe55024
R
41782004-10-07 J"orn Rennecke <joern.rennecke@st.com>
4179
4180 * MAINTAINERS: Update my email address.
4181
a8b0957e
KH
41822004-10-07 Kazu Hirata <kazu@cs.umass.edu>
4183
4184 * MAINTAINERS (Language Front Ends Maintainers): New. Move
4185 entries belonging to this category.
4186
96836f61
JZ
41872004-10-06 Josef Zlomek <josef.zlomek@email.cz>
4188
4189 * MAINTAINERS: Update my e-mail address.
4190
7e0b5752
PB
41912004-10-06 Paolo Bonzini <bonzini@gnu.org>
4192
4193 Fix wrong conflict resolution in:
4194
4195 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4196
4197 * Makefile.in: Regenerate.
4198 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4199 in the recursive `make', instead of hardwiring `all'.
4200 (Autogenerated TARGET-* variables): New.
4201
370f7a47
TL
42022004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
4203
4204 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 4205 * configure: Regenerate.
370f7a47 4206
13e5d623
KH
42072004-10-04 Kazu Hirata <kazu@cs.umass.edu>
4208
4209 * MAINTAINERS (Various Maintainers): Move the "windows,
4210 cygwin, mingw" maintainer to ...
4211 (OS Port Maintainers): ... here.
4212
a6497c1b
KH
42132004-10-04 Kazu Hirata <kazu@cs.umass.edu>
4214
4215 * MAINTAINERS (Write After Approval): Remove those that are
4216 maintainers of some subsystem.
4217
1abb828a
D
42182004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4219
4220 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4221 * ltcf-cxx.sh (tpf*): Likewise.
4222 * ltconfig (tpf*): Add TPF OS configuration support.
4223
16d1338d
BS
42242004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
4225
4226 * MAINTAINERS: Change my email address to my new work account.
4227
9082a750
MR
42282004-09-24 Michael Roth <mroth@nessie.de>
4229
4230 * configure.in (--without-headers): Add missing double quotes.
4231 * configure: Regenerate.
4232
07a8bdf8
KC
42332004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4234
4235 * ylwrap: Revert to previous version.
4236
4c4a5bbc
L
42372004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4238
4239 PR bootstrap/17369
4240 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4241 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4242 SET_GCC_LIB_PATH_CMD.
4243 (BASE_TARGET_EXPORTS): Likewise.
4244 * Makefile.in: Regenerated.
4245
4246 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4247 * configure: Regenerated.
4248
85f59630
KC
42492004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4250
4251 * config.guess: New upstream version
4252 * compile, depcomp, install-sh, ylwrap: Likewise.
4253
95c53c62
RS
42542004-09-19 Roger Sayle <roger@eyesopen.com>
4255
4256 * config/mh-x86omitfp: New host makefile fragment. Add
4257 -fomit-frame-pointer to the default BOOT_CFLAGS.
4258 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4259 * configure: Regenerate.
4260
0a1c093b
AP
42612004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4262
4263 PR target/11572
4264 * configure.in (*-*-darwin*): Renable libobjc.
4265 * configure: Regenerate.
4266
315fcf97
NS
42672004-09-10 Nathan Sidwell <nathan@codesourcery.com>
4268
4269 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4270
0a050485 42712004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 4272
0a050485
DB
4273 * Makefile.def: Remove libbanshee.
4274 * Makefile.tpl: Ditto.
4275 * configure.in: Ditto.
4276 * Makefile.in: Regen.
4277 * configure: Ditto.
4278
5f4a098e
DE
42792004-09-08 David Edelsohn <edelsohn@gnu.org>
4280
4281 * ltmain.sh: Use $pic_object as $non_pic_object if
4282 $non_pic_object=none.
4283
32b2511f
PB
42842004-09-07 Paolo Bonzini <bonzini@gnu.org>
4285
4286 * missing: Import latest version from master repository.
4287
fc4d0e82
NC
42882004-09-06 Nick Clifton <nickc@redhat.com>
4289
4290 * config.sub: Import latest version from master repository.
4291 * config.guess: Likewise.
4292 This includes these changes:
78716e86 4293
fc4d0e82
NC
4294 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4295
4296 * config.sub: Handle crisv32, alias etraxfs.
4297 * config.guess (crisv32:Linux:*:*): Handle.
4298
4299 2004-08-13 Brad Smith <brad@comstyle.com>
4300
4301 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4302 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4303
4304 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4305
4306 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4307 assume the processor is a powerpc. This is because coreutils
4308 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4309 in this case, due to a MacOS X bug that causes
4310 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4311 to return a negative number.
4312 Problem reported by Petter Reinholdtsen in:
4313 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4314
4315 2004-07-19 Ben Elliston <bje@gnu.org>
4316
4317 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4318
4319 2004-06-24 Ben Elliston <bje@gnu.org>
4320
4321 * config.guess: Update copyright years.
4322 * config.sub: Likewise.
4323
4324 2004-06-22 Robert Millan <robertmh@gnu.org>
4325
4326 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4327 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4328
4329 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4330
4331 * config.guess (*:*VMS:*:*): New entry. Replaces
4332 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4333 manufacturer.
4334
4335 2004-06-22 Ben Elliston <bje@gnu.org>
4336
4337 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4338 * config.sub: Likewise.
4339
4340 2004-06-22 Ben Elliston <bje@gnu.org>
4341
4342 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4343 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4344
4345 2004-06-11 Ben Elliston <bje@gnu.org>
4346
4347 * config.guess (pegasos:OpenBSD:*:*): Remove.
4348
4349 2004-06-11 Ben Elliston <bje@gnu.org>
4350
4351 From Wouter Verhelst <wouter@grep.be>:
4352 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4353
4354 2004-06-11 Ben Elliston <bje@gnu.org>
4355
4356 * config.guess (luna88k:OpenBSD:*:*): New.
4357
4358 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4359
4360 * config.guess (m32r*:Linux:*:*): New case.
4361 * config.sub: Handle m32rle.
4362
4363 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4364
4365 From Jens Petersen <petersen@redhat.com>:
4366 * config.sub: Handle sparcv8.
4367
4368 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4369
4370 From Tom Smith <smith@cag.lkg.hp.com>:
4371 * config.guess: Version suffixes are equally significant on Tru64
4372 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4373 prefix of "P" (patched kernel).
4374
4375 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4376
4377 * config.sub: Add support for National Semiconductor CRX target.
4378
2f4cc6bf
JJ
43792004-09-03 Janis Johnson <janis187@us.ibm.com>
4380
4381 * MAINTAINERS (Various Maintainers): Remove myself as web page
4382 maintainer, add myself as maintainer of build status lists.
4383
61fec9ff
JB
43842004-09-03 Jan Beulich <jbeulich@novell.com>
4385
4386 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4387 *-*-netware, but add target-libmudflap.
4388 Consolidate *-*-netware targets (of which really only i?86 exists)
4389 into a single entry.
4390 * configure: Likewise.
4391
45f366ab
PB
43922004-09-01 Paolo Bonzini <bonzini@gnu.org>
4393
4394 * Makefile.tpl (sorry): Remove.
4395 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4396 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4397 (do-clean): Clean per-stage directories too.
4398 (do-distclean): Run distclean-stage1 too.
4399 (.NOTPARALLEL): Enable during toplevel bootstrap.
4400 (stage[+id+]-bubble): Enable parallel execution during
4401 the recursive invocation.
4402 * Makefile.in: Regenerate.
4403
4404 Fix previous checkin:
4405
4406 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4407 include.
4408 * configure.in: Fix indentation.
4409 * configure: Regenerate.
4410
be8fff81
RB
44112004-08-31 Robert Bowdidge <bowdidge@apple.com>
4412
45f366ab
PB
4413 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4414 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4415 * configure: regenerate
78716e86 4416 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 4417 -mdynamic-no-pic
be8fff81
RB
4418
4419
71b5d516
PB
44202004-08-31 Paolo Bonzini <bonzini@gnu.org>
4421
4422 * Makefile.def (build_modules): Add fixincludes.
4423 (dependencies): Make gcc depend on fixincludes.
4424 * configure.in (build_tools): Add fixincludes.
4425 (build_configdirs): Always include build_libs.
4426 * Makefile.in: Regenerate.
4427 * configure: Regenerate.
4428
44292004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
4430
4431 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4432 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4433 phony targets; do not generate timestamp files.
4434 (distclean-stageN): Remove references to their timestamp files.
4435 (restageN, touch-stageN): Remove.
4436 (stageN-bubble): Rewritten.
4437 (compare): Support lean bootstraps.
4438 * Makefile.in: Regenerate.
4439
4440 * configure.in: Only warn when bootstrapping but
4441 build != host or build != target. Support lean bootstraps.
4442 * configure: Regenerate.
4443
ce7cbbb0
PE
44442004-08-26 Phil Edwards <phil@codesourcery.com>
4445
4446 * configure.in: Give a better error message if GMP/MPFR are missing
4447 and a language needing them has been requested.
4448 * configure: Regenerated.
4449
9c71a529
PE
44502004-08-25 Phil Edwards <phil@codesourcery.com>
4451
4452 * configure.in: Print a list of available language front-ends if
4453 a requested one is missing. Tidy stray tab characters.
4454 * configure: Regenerated.
4455
e3f92d3b
MK
44562004-08-19 Michael Koch <konqueror@gmx.de>
4457
4458 * gcc/doc/install.texi: Update entry about automake for libjava.
4459
c3f84f61
RM
44602004-08-17 Robert Millan <robertmh@gnu.org>
4461
4462 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4463 (instead of FreeBSD).
4464 * configure: Regenerate.
4465
7c27e184
PB
44662004-08-16 Paolo Bonzini <bonzini@gnu.org>
4467
4468 * Makefile.in: Regenerate.
4469 * configure: Regenerate.
4470
4471 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4472 stage_*_flags.
4473 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4474 for bootstrapped modules if toplevel bootstrap is going.
4475 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4476 modules. Adjust for changes in Makefile.def. Enable several
4477 rules even in non-bootstrap mode, just to avoid peppering the
4478 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4479 (stage-[+prev+]-bubble): Remove.
4480
4481 * Makefile.def (Dependencies): Depend on all-build-bison,
4482 all-build-flex, all-build-byacc, all-build-texinfo, rather
4483 than the host variations.
4484 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4485 with BUILD_SUBDIR.
4486 (BISON): Update for recent Bisons.
4487 (YACC): Fix typo.
4488 (cross): Depend on all-build.
4489 (all): Do not depend on all-build.
4490 (prebootstrap): Remove.
4491 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4492 (Prebootstrap dependencies): Add them to the per-stage targets
4493 and to all-prebootstrap.
4494 * configure.in (build_configdirs): Always enable build_tools.
4495 (BUILD_DIR_PREFIX): Remove.
4496
4497 * Makefile.def (gcc): Add target variable.
4498 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4499 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4500 in the recursive `make', instead of hardwiring `all'.
4501 (Autogenerated TARGET-* variables): New.
4502
20f3bb80
BB
45032004-08-13 Brian Booth <bbooth@redhat.com>
4504
4505 * MAINTAINERS: Remove myself from write-after-approval.
4506
b5be499d
NN
45072004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4508
4509 * src-release: Stop distributing mmalloc with gdb (which doesn't
4510 use it).
4511 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4512 * Makefile.in: Regenerate.
4513
b3f8d95d
MM
45142004-08-09 Mark Mitchell <mark@codesourcery.com>
4515
4516 * configure.in (arm*-*-eabi*): New target.
4517 * configure: Regenerate.
4518
3589b69e
PB
45192004-08-06 Paolo Bonzini <bonzini@gnu.org>
4520
4521 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4522 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4523 (Dependencies): New section.
4524 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4525 (configure-target-[+module+]): Depend on maybe-all-gcc
4526 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4527 (toplevel profiledbootstrap): Fix dependencies.
4528 * Makefile.in: Regenerate.
4529
972974fc
MM
45302004-08-03 Mark Mitchell <mark@codesourcery.com>
4531
4532 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4533 target-libiberty to noconfigdirs.
4534 * configure: Regenerate.
4535
bebf829d
PB
45362004-08-03 Paul Brook <paul@codesourcery.com>
4537
4538 * configure.in: Check for MPFR as well as GMP.
4539 * configure: Regenerate.
4540
98a5bb3b
RM
45412004-08-01 Robert Millan <robertmh@gnu.org>
4542
4543 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4544 libmudflap for all GNU-based systems (with Glibc).
4545 * configure: Regenerate.
4546
d32ab992
PB
45472004-08-03 Paolo Bonzini <bonzini@gnu.org>
4548
4549 * Makefile.def (host-modules): Add gcc.
4550 * Makefile.in: Regenerate.
4551 * Makefile.tpl (sorry): New rule.
4552 (configure-host, all-host, [+make_target+]-host, do-check,
4553 install-host): Do not add gcc as a special case.
4554 (host modules): Add a small special-casing for gcc. Export
4555 extra_make_flags through the environment.
4556 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4557 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4558 other recursive targets for gcc): Remove.
4559
4560 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4561 (stage, unstage): New rules.
4562 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4563 distclean-stage[+id+]): Use stage_current.
4564 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4565 the stage*-start rules.
4566
aeb732c1
GK
45672004-08-02 Geoffrey Keating <geoffk@apple.com>
4568
4569 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4570 use -all_load flag.
4571
25b656e7
PB
45722004-08-02 Paolo Bonzini <bonzini@gnu.org>
4573
4574 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4575 * configure: Regenerate.
4576
cc440d71
TM
45772004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
4578
4579 * maintainer-scripts/gcc_release: Revert yesterday's change.
4580
270e140b
SB
45812004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
4582
4583 * MAINTAINERS: Add myself to write-after-approval.
4584
3e4035f8
TM
45852004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
4586
4587 * libf2c: Removed.
4588 * gcc/gccbug.in: Updated because of libf2c removal.
4589 * maintainer-scripts/gcc_release: Ditto.
4590
a3e8d8b4
LR
45912004-07-09 Loren J. Rittle <ljrittle@acm.org>
4592
4593 * configure.in: Build libmudflap by default on FreeBSD.
4594 * configure: Regenerated.
4595
dfcada9a
MM
45962004-07-09 Mark Mitchell <mark@codesourcery.com>
4597
4598 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4599 systems.
4600 * configure: Regenerated.
4601
3922b216
JDA
46022004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4603
4604 PR target/16344
4605 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4606 feedback based compiler.
4607 * Makefile.in: Rebuilt.
4608
95bcca47
AO
46092004-07-08 Alexandre Oliva <aoliva@redhat.com>
4610
4611 * Makefile.def (host_modules): Set bootstrap=true for flex.
4612 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4613 * Makefile.in: Rebuilt.
4614
051822f6
JH
46152004-07-07 Jan Hubicka <jh@suse.cz>
4616
4617 * MAINTAINERS: Add self as a profile feedback maintainer.
4618
7b61653a
PE
46192004-07-05 Phil Edwards <phil@codesourcery.com>
4620
4621 * configure.in: Do not prepend $srcdir to /dev/null in
4622 makefile fragments.
4623 * configure: Regenerate.
4624
23f6b2f9
PB
46252004-07-01 Paolo Bonzini <bonzini@gnu.org>
4626
4627 * Makefile.def (build_modules): Add bison, byacc, flex,
4628 m4, texinfo.
4629 (flags_to_pass): Add FLEX.
4630 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4631 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4632 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4633 DEFAULT_MAKEINFO): Remove.
4634 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4635 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4636 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4637 objdir or else use configured tool.
4638 (all-build): New.
4639 (all): Depend on it.
4640 (Build module dependencies): Add.
4641 * Makefile.in: Regenerate.
4642 * configure.in: Better support for multiple build modules,
4643 matching what is done for host/target modules. Do not look
4644 for "plausible" locations of build tools if Canadian cross.
4645 Use autoconf's AC_PROG_CC to find a C compiler. Define
4646 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4647 * configure: Regenerate.
78716e86 4648
1c020272
PB
46492004-06-22 Paolo Bonzini <bonzini@gnu.org>
4650
4651 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4652 * Makefile.in: Regenerate.
4653
a52a0a7f
PB
46542004-06-22 Paolo Bonzini <bonzini@gnu.org>
4655
4656 * Makefile.tpl (configure-build-[+module+],
4657 configure-[+module+], configure-target-[+module+]): Pass
4658 [+extra_configure_args+].
4659 (all-build-[+module+], all-[+module+], check-[+module+],
4660 install-[+module+], [+make_target+]-[+module+],
4661 all-target-[+module+], check-target-[+module+],
4662 install-target-[+module+], [+make_target+]-target-[+module+]):
4663 Pass [+extra_make_args+].
4664 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4665 (GCC_HOST_EXPORTS): Remove.
4666 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4667 cross, check-gcc, check-gcc-c++, install-gcc,
4668 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4669 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4670 * Makefile.in: Regenerate.
4671
ccde3f1a
MS
46722004-06-21 Matthew Sachs <msachs@apple.com>
4673
4674 * MAINTAINERS: Added self to write-after-approval.
4675
6264b0a6
CF
46762004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4677
4678 * configure.in: Check for srcdir/winsup rather than build directory
4679 winsup.
4680 * configure: Regenerate.
4681
801e2270
CV
46822004-06-17 Corinna Vinschen <vinschen@redhat.com>
4683
4684 * configure.in: Don't build Cygwin native newlib if winsup
4685 directory is missing. Emit warning instead.
4686 * configure: Regenerate.
4687
ad6717df
PB
46882004-06-09 Paolo Bonzini <bonzini@gnu.org>
4689
4690 * Makefile.tpl (touch-stage[+id+]): New.
4691 (restage[+prev+]): Depend on touch-stage[+id+].
4692
4693 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4694 Use it throughout.
4695
4696 * Makefile.def: Add profile and feedback bootstrap stages.
4697 Remove next field from bootstrap stages.
4698 * Makefile.tpl (LN, LN_S): Substitute.
4699 (stageN-start, stageN-end): Use double-colon rules, to
4700 provide a hook for additional setup commands.
4701 (distclean-stageN-gcc, restageN): Create dependencies from
4702 [+prev+], not from [+next+].
4703 (stageN-bubble): Add commands for successive stages from
4704 [+prev+], using double-colon rules.
4705 (all-stageN-gcc): Fix typo.
4706 (stagefeedback-start, profiledbootstrap): New.
4707 * Makefile.in: Regenerate.
4708 * configure.in: Call ACX_PROG_LN.
4709 * configure: Regenerate.
4710
5bbb9680
CY
47112004-06-08 Canqun Yang <canqun@nudt.edu.cn>
4712
4713 * MAINTAINERS (Write After Approval): Add myself.
4714
e18be1d4
MA
47152004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
4716
4717 * MAINTAINERS (Write After Approval): Add myself.
4718
5607edfd
PB
47192004-06-03 Paolo Bonzini <bonzini@gnu.org>
4720
4721 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4722 without gcc.
4723 * configure: Regenerate.
4724
1ec4e9c3
PB
47252004-06-01 Paolo Bonzini <bonzini@gnu.org>
4726
4727 * Makefile.tpl: Fix typo.
4728 * Makefile.in: Regenerate.
4729
c2f7605f
PB
47302004-06-01 Paolo Bonzini <bonzini@gnu.org>
4731
4732 * configure.in: Remove new- prefix from toplevel
4733 bootstrap targets.
4734 * configure: Regenerate.
4735
f516a7da
PB
47362004-06-01 Paolo Bonzini <bonzini@gnu.org>
4737
4738 * Makefile.tpl (all.normal): Rename to all.
4739 (all): Replace with a rule to pick the default
4740 target from configure.
4741 (all-gcc, configure-gcc): Use conditionals to
4742 do nothing when toplevel bootstrap is going on.
4743 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4744 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4745 * configure.in: Support --enable-bootstrap.
4746
4747 * Makefile.def: Remove new- prefix from toplevel
4748 bootstrap targets.
4749 * Makefile.tpl: Likewise.
4750
4751 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4752 target.
4753
4754 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4755 $(RECURSE_FLAGS) to recursive invocation of make.
4756
4757 * Makefile.in: Regenerate.
4758 * configure: Regenerate.
4759
78dd5e36
AJ
47602004-05-30 Andreas Jaeger <aj@suse.de>
4761 Jim Wilson <wilson@specifixinc.com>
4762
4763 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4764 like CC.
4765
30f1bddc
DJ
47662004-05-27 Daniel Jacobowitz <dan@debian.org>
4767
4768 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4769 * configure: Regenerate.
4770
4fc4dd12
DJ
47712004-05-25 Daniel Jacobowitz <drow@false.org>
4772
4773 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4774 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4775 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4776 targets.
4777 * Makefile.in: Regenerate.
4778
94632047 47792004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
4780
4781 * configure.in: Test the ability to symlink directories.
4782 * configure: Regenerate.
4783
4784 * Makefile.def (bootstrap-stage): New definitions.
4785 * Makefile.tpl (configure-stage1-gcc,
4786 configure-stage2-gcc, configure-stage3-gcc,
4787 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4788 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4789 new-restage3, compare): Autogenerate, see Makefile.in
4790 entry for behavioral changes.
4791 (distclean-stage1, new-stage1-start, new-stage1-end,
4792 new-stage1-bubble, distclean-stage2, new-stage2-start,
4793 new-stage2-end, new-stage2-bubble, distclean-stage3,
4794 new-stage3-start, new-stage3-end): New autogenerated targets.
4795 (objext, prebootstrap, BOOT_CFLAGS,
4796 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4797 targets.
4798
4799 * Makefile.in: Regenerate.
4800 (distclean-stage1, new-stage1-start, new-stage1-end,
4801 new-stage1-bubble, distclean-stage2, new-stage2-start,
4802 new-stage2-end, new-stage2-bubble, distclean-stage3,
4803 new-stage3-start, new-stage3-end): New targets.
4804 (all-stage1-gcc): Move prebootstrap dependency from here...
4805 (configure-stage1-gcc): ...to here.
4806 (new-bootstrap): Use bubble targets.
4807 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4808 Use per-stage distclean targets.
4809 (configure-stage1-gcc, configure-stage2-gcc,
4810 configure-stage3-gcc, all-stage1-gcc,
4811 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4812 Use new-stageN-start to prepare the tree.
4813
4f4e53dd
PB
48142004-05-23 Paolo Bonzini <bonzini@gnu.org>
4815
4816 * Makefile.def (host_modules): add libcpp.
4817 * Makefile.tpl: Add dependencies on and for libcpp.
4818 * Makefile.in: Regenerate.
4819 * configure.in: Add libcpp host module.
4820 * configure: Regenerate.
4821
60975492
PB
48222004-05-21 Paolo Bonzini <bonzini@gnu.org>
4823
4824 * Makefile.tpl: Whenever a recursive target is defined, wrap
4825 it in a special @if/@endif block, and prepare its maybe
4826 dependency in the @if/@endif block
4827 * configure.in: Instead of writing maybe dependencies, remove
4828 the @if/@endif statements, and remove the @if/@endif blocks
4829 that remain.
4830 * configure: Regenerate.
4831 * Makefile.in: Regenerate.
4832
5ce7d75d
JJ
48332004-05-20 Janis Johnson <janis187@us.ibm.com>
4834
4835 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
4836
c779c42f
KK
48372004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
4838
4839 PR bootstrap/15120
4840 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
4841 * */configure: Rebuilt.
4842
b4117c30
ZW
48432004-05-17 Zack Weinberg <zack@codesourcery.com>
4844
4845 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4846 of libf2c.
4847 * configure, Makefile.in: Regenerate.
4848
719bb4e3 48492004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
4850
4851 * MAINTAINERS (Write After Approval): Add myself.
4852
6de9cd9a
DN
48532004-05-13 Diego Novillo <dnovillo@redhat.com>
4854
4855 Merge from tree-ssa-20020619-branch.
4856
4857 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4858 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4859 (HOST_GMPLIBS): Define.
4860 (HOST_GMPINC): Define.
4861 (TARGET_LIB_PATH): Add libmudflap.
4862 (GFORTRAN_FOR_TARGET): Define.
4863 (configure-build*): Export GFORTRAN.
4864 (configure-gcc): Export GMPLIBS and GMPINC.
4865 (all-gcc): Add maybe-all-libbanshee.
4866 (configure-target-libgfortran): Define.
4867 * Makefile.in: Regenerate.
4868 * configure.in (host_libs): Add libbanshee.
4869 (target_libraries): Add target-libmudflap and target-libgfortran.
4870 Add --with-libbanshee.
4871 Handle --disable-libmudflap.
4872 (*-*-freebsd*): Use with_gmp.
4873 Add $(libgcj) to noconfigdirs.
4874 * configure: Regenerate.
4875 * depcomp: New file.
4876 * MAINTAINERS: Add tree-ssa maintainers.
4877
8f1b790f
VM
48782004-05-04 Vladimir Makarov <vmakarov@redhat.com>
4879
b4117c30 4880 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 4881
693446fc
BF
48822004-04-30 Brian Ford <ford@vss.fsi.com>
4883
b4117c30 4884 * MAINTAINERS (Write After Approval): Add myself.
693446fc 4885
d1bb666c
UB
48862004-04-29 Uros Bizjak <uros@kss-loka.si>
4887
b4117c30 4888 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 4889
6cf1ac42
PB
48902004-04-28 Paolo Bonzini <bonzini@gnu.org>
4891
4892 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4893 * configure: Regenerate.
4894
632933d5
PB
48952004-04-27 Paolo Bonzini <bonzini@gnu.org>
4896
4897 Revert:
4898 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4899
4900 * Makefile.def (flags_to_pass): Remove *dir variables that
4901 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4902 as well as prefix and exec_prefix.
4903 * Makefile.in: Regenerate.
4904
80dc6aa0
RM
49052004-04-26 Robert Millan <robertmh@gnu.org>
4906
4907 Add patches from libtool CVS.
4908 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4909 * ltconfig: Likewise.
4910 * ltcf-c.sh: Likewise.
4911 * ltcf-cxx.sh: Likewise.
4912 * ltcf-gcj.sh: Likewise.
4913
e11283f1
PB
49142004-04-26 Paolo Bonzini <bonzini@gnu.org>
4915
4916 * Makefile.def (host_modules): Mark with the bootstrap
4917 flag packages on which gcc depends.
4918 * Makefile.tpl (all-bootstrap): Use it.
4919 * Makefile.in: Regenerate.
4920
8546950c
PB
49212004-04-26 Paolo Bonzini <bonzini@gnu.org>
4922
4923 * Makefile.def (flags_to_pass): Remove *dir variables that
4924 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4925 as well as prefix and exec_prefix.
4926 * Makefile.in: Regenerate.
4927
a76494aa
PB
49282004-04-26 Paolo Bonzini <bonzini@gnu.org>
4929
b4117c30
ZW
4930 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4931 * configure: Regenerate.
4932 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4933 * gcc/Makefile.tpl (compare): Use the result of the test.
4934 * gcc/Makefile.in: Regenerate.
a76494aa 4935
03a91701
PB
49362004-04-23 Paolo Bonzini <bonzini@gnu.org>
4937
4938 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4939 Always relocate gcc and prev-gcc to the original names, even
4940 if the build fails.
4941 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4942 New targets.
4943
082a6351
LG
49442004-04-23 Laurent GUERBY <laurent@guerby.net>
4945
4946 * MAINTAINERS: Update my email address.
b4117c30 4947
1f1d584b
RO
49482004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4949
4950 * configure.in (mips*-*-irix5*): Enable ld.
4951 * configure: Regenerate.
082a6351 4952
1db673ca
RO
49532004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4954
4955 * configure: Regenerate.
4956
ce4ea44e
JW
49572004-04-15 James E Wilson <wilson@specifixinc.com>
4958
4959 * Makefile.tpl (configure-[+module+], configure-gcc,
4960 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4961 Set and export LDFLAGS.
4962 * Makefile.in: Regenerate.
4963
611f62ad
MC
49642004-04-12 Michael Chastain <mec.gnu@mindspring.com>
4965
b4117c30 4966 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 4967
be912515
NN
49682004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4969
4970 PR bootstrap/14871
4971 * Makefile.tpl: If we don't have built-in-tree target tools,
4972 use the ones found by configure rather than hacking around with
4973 program_transform_name.
4974 * configure.in: Give Makefile.tpl the information necessary
4975 to do that.
4976 * Makefile.in: Regenerate.
4977 * configure: Regenerate.
4978
9104315a
NN
49792004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
4980
4981 PR bootstrap/14760
4982 * configure.in: When computing baseargs, strip *all* copies of
4983 offending options. Also, don't match/substitute the trailing space,
4984 so that this actually works when two similar options are separated by
4985 only one space.
4986 * configure: Regenerate.
4987
bef1d700
DE
49882004-04-06 David Edelsohn <edelsohn@gnu.org>
4989
b4117c30
ZW
4990 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4991 (rs6000-*-aix*): Same.
4992 * configure: Regenerate.
bef1d700 4993
54bcf05e 49942004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
4995
4996 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 4997
369a832c 49982004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
4999
5000 * MAINTAINERS: Add myself to write-after-approval.
369a832c 5001
09a9c095
NN
50022004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5003
7caf53cb
NN
5004 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5005 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5006 * Makefile.in: Regenerate.
5007
09a9c095
NN
5008 * configure.in (top level bootstrap support): Rework --enable-werror
5009 to set @stage2_werror_flag@.
5010 * configure: Regenerate.
5011 * Makefile.tpl (top level bootstrap support): Pass
5012 @stage2_werror_flag@ down to configure in stages 2 and 3.
5013 * Makefile.in: Regenerate.
5014
5595a2bd
NN
50152004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5016
cbfd7e06
NN
5017 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5018 for stages 2 and 3 as well as in make. As a consequence, remove
5019 OUTPUT_OPTION (now detected by configure) from the flags passed down
5020 to make.
5021 * Makefile.in: Regenerate.
5022
5595a2bd
NN
5023 * Makefile.tpl (new-bootstrap): Fix typo.
5024 * Makefile.in: Regenerate.
5025
ca3b3e20
NN
50262004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5027
295f4e42
NN
5028 * Makefile.tpl: Rearrange by moving recursive_targets rules
5029 into their proper sections.
5030 * Makefile.tpl (top level bootstrap support): Move disabling
5031 of coverage flags from 'make' to 'configure'; improve comments.
5032 * Makefile.in: Regenerate.
5033
340de83f
NN
5034 * Makefile.tpl (experimental top level bootstrap) Move stage1
5035 language setting from all- target to configure- target; disable
5036 intermodule optimization in stage 1; prevent gratuitous rebuilds
5037 of stage 1.
5038 * Makefile.in: Regenerate.
5039 * configure.in: Comma-separate stage 1 language list for top
5040 level bootstrap.
5041 * configure: Regenerate.
5042
ca3b3e20
NN
5043 * Makefile.tpl: Clean up experimental top level bootstrap support:
5044 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5045 prev-gcc in configure- targets as well as all- targets.
5046 * Makefile.in: Regenerate.
5047
4d038073
KC
50482004-03-21 Kelley Cook <kcook@gcc.gnu.org>
5049
5050 * compile: New file imported from automake.
5051
ab3533d6
PB
50522004-03-17 Paolo Bonzini <bonzini@gnu.org>
5053
5054 * configure.in: Remove symbolic link section.
5055 * configure: Regenerate.
5056 * Makefile.tpl (links): Remove.
5057 * Makefile.in: Regenerate.
5058
1e0f07d3 50592004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 5060 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
5061
5062 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 5063 Set with AC_CHECK_PROGS.
1e0f07d3
PB
5064 * configure.in: Fix comment typo from last patch.
5065 * configure: Regenerate.
5066
2805b53a
NN
50672004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5068
5069 * Makefile.tpl: Introduce experimental top level bootstrap support.
5070 * Makefile.in: Regenerate.
5071 * configure.in: Introduce support for top level bootstrap.
5072 * configure: Regenerate.
5073
79b4b7d2 50742004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 5075 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
5076
5077 PR bootstrap/14522
5078 * configure.in: Cope with shells that do not support unquoted ^
5079 * configure: Regenerate.
5080
6bbec498 50812004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 5082 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
5083
5084 PR bootstrap/14522
79b4b7d2 5085 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
5086 quotes inside quoted backquote substitutions.
5087 * configure: Regenerate.
5088
83c15dfc
AP
50892004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5090
5091 PR bootstrap/14522
f2bd98d4 5092 * configure.in: Fix escaping of $.
83c15dfc
AP
5093 * configure: Regenerate.
5094
55ffb5ed
NN
50952004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5096
5097 * configure: Regenerate, since I forgot to while committing Paolo's
5098 changes.
5099
e4c9c075
PB
51002004-03-08 Paolo Bonzini <bonzini@gnu.org>
5101
5102 PR ada/14131
5103 Move language detection to the top level.
5104 * configure.in: Find default values for the tools as
5105 soon as possible. Disable ada if GNAT is not found.
5106 Emit error message about missing languages. Expand
5107 --enable-languages=all for the gcc subdirectory.
5108
5199e2c6
BE
51092004-03-10 Ben Elliston <bje@gnu.org>
5110
5111 * MAINTAINERS: Update my email address.
5112
c18b95e5
DE
51132004-03-05 David Edelsohn <edelsohn@gnu.org>
5114
5115 * ltconfig: Disable building static libraries if building shared
5116 libraries on AIX 5L.
5117
d0fe5ad3
RS
51182004-03-01 Richard Sandiford <rsandifo@redhat.com>
5119
5120 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5121 and disable libgcj.
5122 * configure: Regenerated.
5123
e6f71f9d
BB
51242004-03-01 Brian Booth <bbooth@redhat.com>
5125
5126 * MAINTAINERS: Add myself to write-after-approval.
5127
8983e50e
PB
51282004-03-01 Paolo Bonzini <bonzini@gnu.org>
5129
5130 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5131
d4cd9d81
NN
51322004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5133
5134 PR bootstrap/7087
5135 * Makefile.tpl: Guard XFOO sed statements better.
5136 * Makefile.tpl: Add dependency for configure-target-libada.
5137 * Makefile.in: Regenerate (incidentally fixes broken
5138 commit when libada-branch was merged).
5139
0ea0229e
KC
51402004-02-25 Kelley Cook <kcook@gcc.gnu.org>
5141
5142 * MAINTAINERS: Add myself to write-after-approval.
5143
bad93735
AP
51442004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
5145
5146 * MAINTAINERS: Add Nicola Pero and myself as libobjc
5147 maintainers.
5148
a7ca14fc
AC
51492004-02-20 Andrew Cagney <cagney@redhat.com>
5150
5151 * config.guess: Update from version 2003-10-16 to 2004-02-16.
5152 * config.sub: Update from version 2003-11-03 to 2004-02-16.
5153
51592782
NN
51542004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5155
5156 PR bootstrap/11932
5157 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5158
6a30854a
JQ
51592004-02-14 Jerry Quinn <jlquinn@optonline.net>
5160
5161 * MAINTAINERS: Added myself to write-after-approval.
5162
be8b2bee
MK
51632004-02-14 Michael Koch <konqueror@gmx.de>
5164
5165 * MAINTAINERS: Added myself to write-after-approval.
5166
972760b7
JM
51672004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
5168
5169 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
5170 some OS port maintainers to OS port maintainers section.
5171
b0281654
FCE
51722004-02-13 Frank Ch. Eigler <fche@redhat.com>
5173
5174 * MAINTAINERS: Add self.
5175
3c419fd6
KH
51762004-02-12 Kazu Hirata <kazu@cs.umass.edu>
5177
5178 * MAINTAINERS: Alphabetize.
5179
e88e9aee
PB
51802004-02-12 Paolo Bonzini <bonzini@gnu.org>
5181
5182 * MAINTAINERS: Remove myself.
b4117c30 5183
1915e422
DE
51842004-02-11 David Edelsohn <edelsohn@gnu.org>
5185
5186 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5187 (rs6000-*-aix*): Same.
5188 * configure: Regenerate.
5189
a22c2d8d
KC
51902004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5191
5192 * configure.in (host): Add in missing $noconfigdirs to defines.
5193 * configure: Regenerate.
5194
d9cdb878
AC
51952004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5196 Nathanael Nerode <neroden@gcc.gnu.org>
5197
5198 PR ada/6637, PR ada/5911
b4117c30 5199 Merge with libada-branch:
d9cdb878
AC
5200 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5201 with appropriate dependencies. Add --enable-libada configure switch.
5202 * configure, Makefile.in: Regenerate.
5203
8bd92821
PB
52042004-02-09 Paolo Bonzini <bonzini@gnu.org>
5205
5206 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5207
89a95129
RO
52082004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5209
5210 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5211 * configure: Regenerate.
5212
892629bc
GK
52132004-02-04 Geoffrey Keating <geoffk@apple.com>
5214
5215 Merge from upstream:
5216
5217 * ltmain.in: When setting IFS to '~', be careful about user
5218 arguments that contain '~'.
5219
5220 2004-02-04 Peter O'Gorman <peter@pogma.com>
5221
5222 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5223 Also test $base_compile against $CC with escaped arguments. Bug
5224 reported by Geoff Keating <geoffk@apple.com>.
5225
6b402165
KH
52262004-02-04 Kazu Hirata <kazu@cs.umass.edu>
5227
5228 * MAINTAINERS: Remove i960 port.
5229
fa2f0306
DD
52302004-01-23 DJ Delorie <dj@redhat.com>
5231
5232 * Makefile.def (target_modules) [libiberty]: Don't stage.
5233 * Makefile.in: Rebuilt.
5234
9feb20aa
CT
52352004-01-20 Caroline Tice <ctice@apple.com>
5236
5237 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5238
7aed2ccc
PC
52392004-01-19 Paolo Carlini <pcarlini@suse.de>
5240
5241 * MAINTAINERS: Update my email address.
5242
f25bebe1
JM
52432004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
5244
5245 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 5246
28083580
VR
52472004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5248
5249 * MAINTAINERS: Remove entries without email address.
5250
c0f4b5e4
DJ
52512004-01-15 Daniel Jacobowitz <drow@mvista.com>
5252
5253 * MAINTAINERS: Add myself to write-after-approval.
5254
b5eb5a5e
SB
52552004-01-15 Steven Bosscher <stevenb@suse.de>
5256
5257 * MAINTAINERS: Update my email address.
5258
2c4de30b
LR
52592004-01-14 Loren J. Rittle <ljrittle@acm.org>
5260
5261 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5262 * Makefile.tpl (configure-target-[+module+]): Support stage.
5263 * Makefile.in: Rebuilt.
5264
74c0b320
ILT
52652004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
5266
5267 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5268
2560344b
RS
52692004-01-10 Richard Sandiford <rsandifo@redhat.com>
5270
5271 * MAINTAINERS: Add myself as a MIPS maintainer.
5272
8b21cda6
NN
52732004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5274
2b6c260d
NN
5275 * configure.in: Use ./config.cache, not config.cache.
5276 * configure: Regenerate.
5277 * Makefile.tpl: Special-casing not needed for GCC any more.
5278 * Makefile.in: Regenerate.
5279
09438bde
NN
5280 * configure.in: Don't share a cache file for host dirs.
5281 * configure: Regenerate.
5282
8b21cda6
NN
5283 * config-ml.in: Don't mess with the cache file.
5284
e42870df
EB
52852004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5286
5287 * MAINTAINERS: Move myself from 'Write After Approval' to
5288 'CPU Port Maintainers' section as SPARC maintainer.
5289
6b9eb62c
NN
52902004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5291
78a816a6
NN
5292 * Makefile.tpl: Make GCC use a separate config.cache.
5293 * Makefile.in: Regenerate.
5294
6b9eb62c
NN
5295 PR bootstrap/11932, PR bootstrap/11933
5296 (I don't know if it will fix either of them, but it relates
5297 to them.)
5298 * configure.in: Don't use shared config.cache for target
5299 directories.
5300 * configure: Regenerate.
5301
86d7b562
DN
53022004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5303
5304 * MAINTAINERS: Add myself to 'Write After Approval' section.
5305
07d0a605
RS
53062003-12-31 Roger Sayle <roger@eyesopen.com>
5307
5308 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5309 * configure: Regenerated.
5310
459ac19f
KH
53112003-12-23 Kazu Hirata <kazu@cs.umass.edu>
5312
5313 * MAINTAINERS: Remove the mn10200 maintainer.
5314
5785c0ed 53152003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 5316
cc6010cd
AP
5317 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5318 * configure: Regenerated.
5785c0ed 5319
a268eff9
JH
53202003-12-16 Jan Hubicka <jh@suse.cz>
5321
5322 * MAINTAINERS: Add myself as callgraph maintainer.
5323
9d465b12
TF
53242003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5325
5326 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5327 * configure: Regenerate.
5328
a68a270a
GB
53292003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5330
5331 * MAINTAINERS: Move myself from 'Bug database only accounts' to
5332 'Write After Approval' section. Update email.
5333
3066a15c
JL
53342003-12-01 James Lemke <jim@wasabisystems.com>
5335
5336 * MAINTAINERS (Write After Approval): Add myself.
5337
8c052da4
MT
53382003-11-20 Matt Thomas <matt@3am-software.com>
5339
5340 * MAINTAINERS: Add myself as a vax port maintainer.
5341
e75f9147
KC
53422003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5343
5344 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5345 (configure-build-[+module+], configure-[+module+]): Likewise.
5346 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5347 * Makefile.in: Regenerate.
5348
43d8d958
AT
53492003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
5350
5351 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5352 shared/dylibed libraries.
5353 * ltmain.sh: Likewise.
5354 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5355 * ltcf-cxx.sh: Likewise.
5356 * ltcf-gcj.sh: Likewise.
5357 * ltconfig: Likewise.
5358
638dcaa0
SC
53592003-11-17 Stan Cox <scox@redhat.com>
5360
5361 * MAINTAINERS: Add myself as iq2000 port maintainer.
5362
15cc172b
AC
53632003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5364
b4117c30
ZW
5365 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5366 * Makefile.in: Regenerate.
15cc172b 5367
20af77cd
UW
53682003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
5369
5370 * config.sub: Update to 2003-11-03 version.
5371
4dd01c5c
PE
53722003-10-20 Phil Edwards <phil@codesourcery.com>
5373
5374 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5375 * configure: Regenerate.
5376
8d36c499
NP
53772003-10-20 Nicolas Pitre <nico@cam.org>
5378
5379 * MAINTAINERS: Add myself to 'Write After Approval' section.
5380
8b7ebc31
AC
53812003-10-20 Arnaud Charlet <charlet@act-europe.fr>
5382
5383 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5384
afe1910c
JM
53852003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
5386
5387 * MAINTAINERS: Update my email address.
5388
05dcec66
RO
53892003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5390
5391 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5392
71fc2f0c
RL
53932003-10-17 Ralph Loader <rcl@ihug.co.nz>
5394
5395 * MAINTAINERS: Add myself to 'Write After Approval' section.
5396
507ec745
BI
53972003-10-16 Bernardo Innocenti <bernie@develer.com>
5398
5399 * config.guess: Update to 2003-10-16 version.
5400 * config.sub: Update to 2003-10-16 version.
5401
4d466c42
DD
54022003-10-15 David Daney <ddaney@avtrex.com>
5403
5404 * MAINTAINERS: Added myself to 'Write After Approval' section.
5405
0c9b16bc
FH
54062003-10-15 Falk Hueffner <falk@debian.org>
5407
5408 * MAINTAINERS: Move myself from 'Bug database only accounts' to
5409 'Write After Approval' section. Update email.
5410
74d57d15
RS
54112003-10-14 Roger Sayle <roger@eyesopen.com>
5412
5413 * MAINTAINERS: Move myself from 'Write After Approval' to
5414 'Various Maintainers' section as middle-end maintainer.
5415
d29b8ad8
NN
54162003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5417
5418 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5419 HOST_FLAGS_TO_PASS.
5420 * Makefile.in: Regenerate.
5421
26db814a
BI
54222003-10-11 Bernardo Innocenti <bernie@develer.com>
5423
5424 * config.guess: Update to 2003-10-07 version.
5425 * config.sub: Update to 2003-10-07 version.
5426
fffeb871
RO
54272003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5428
5429 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5430 * ltconfig (irix5*, irix6*): Don't override version_type.
5431
6691a79e
ME
54322003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5433
5434 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5435 * configure: Rebuilt
5436 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5437 * Makefile.in: Rebuilt
5438
62cdd71e
L
54392003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5440
5441 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5442
6fe2eacc
CW
54432003-09-30 Carlo Wood <carlo@alinoe.com>
5444
cc6010cd 5445 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 5446
ea57e5ad
PK
54472003-09-29 Paul Koning <ni1d@arrl.net>
5448
5449 * MAINTAINERS: Move myself from "Write After Approval"
5450 to CPU platform maintainers for pdp11 platform.
5451
e070672a
AT
54522003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
5453
5454 * MAINTAINERS: Move myself from 'Write After Approval' to
5455 'Various Maintainers' section as libffi testsuite maintainer.
5456
43bb47c2
DJ
54572003-09-21 Daniel Jacobowitz <drow@mvista.com>
5458
5459 * configure.in: Pass a computed --program-transform-name
5460 to subconfigures.
5461 * configure: Regenerated.
5462
da9d3b37
NN
54632003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5464
94322beb
NN
5465 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5466 * Makefile.in: Regenerate.
5467
da9d3b37
NN
5468 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5469 * Makefile.in: Regenerate.
5470
ffd9060b
ZL
54712003-09-19 Ziemowit Laski <zlaski@apple.com>
5472
5473 * MAINTAINERS: Move myself from 'Write After Approval'
5474 to 'Various Maintainers' (objective-c) section.
5475
eeae7b41
DJ
54762003-09-17 Daniel Jacobowitz <drow@mvista.com>
5477
5478 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5479 quoting.
5480 * configure: Regenerated.
5481
a080d12b
JB
54822003-09-16 Joel Brobecker <brobecker@gnat.com>
5483
5484 * MAINTAINERS (Write After Approval): Add myself to write after
5485 approval list.
5486
6cd2fc59
DN
54872003-09-16 Dorit Naishlos <dorit@il.ibm.com>
5488
cc6010cd 5489 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 5490
dcbdd9cc
ILT
54912003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
5492
5493 * MAINTAINERS: Update my e-mail address.
5494
e517f636
AM
54952003-09-09 Alan Modra <amodra@bigpond.net.au>
5496
5497 * libtool.m4 (LD): Correct powerpc64 host match.
5498
bc49924b
JW
54992003-09-06 James E Wilson <wilson@tuliptree.org>
5500
5501 * MAINTAINTERS: Update my affiliation and email address.
5502
082124f5
ZD
55032003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5504
5505 * MAINTAINERS (Write After Approval): Add myself.
5506
dc94d89e
DD
55072003-09-04 DJ Delorie <dj@redhat.com>
5508
5509 * configure: Regenerate.
5510
55112003-09-04 Robert Millan <robertmh@gnu.org>
5512
5513 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 5514
7a0f2d4e
KG
55152003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5516
5517 * configure.in: Ensure arguments to sed are properly spaced.
5518 * configure: Regenerate.
5519
88d032eb
GP
55202003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5521
5522 * MAINTAINERS: Update my e-mail address.
5523
0b3f3d22
ME
55242003-08-28 Mohan Embar <gnustuff@thisiscool.com>
5525
5526 * MAINTAINERS (Write After Approval): Add myself.
5527
d253f9ba
DJ
55282003-08-27 Daniel Jacobowitz <drow@mvista.com>
5529
5530 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5531 * configure: Regenerated.
5532
066ec9c9
MM
55332003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
5534
5535 * MAINTAINERS: Update my email address.
5536
415d7ef9
PE
55372003-08-23 Phil Edwards <pme@gcc.gnu.org>
5538
5539 * configure.in: Use newline instead of semicolon when assuming
5540 shell arguments in a for loop.
5541 * configure: Regenerated.
5542
e1567352
JE
55432003-08-22 Jason Eckhardt <jle@rice.edu>
5544
5545 * MAINTAINERS: Resurrect the i860 maintainer.
5546
b348267b
GK
55472003-08-20 Geoffrey Keating <geoffk@apple.com>
5548
e50084fa
GK
5549 PR 8180
5550 * configure.in: When testing with_libs and with_headers, treat
5551 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5552 * configure: Regenerate.
b4117c30 5553
b348267b
GK
5554 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5555 make, shell, etc.
5556 (baseargs): Likewise.
5557 * configure: Regenerate.
5558
ca26ffe0
BI
55592003-08-20 Bernardo Innocenti <bernie@develer.com>
5560
5561 * MAINTAINERS (Write After Approval): Add myself.
5562
940cde4d
GK
55632003-08-19 Geoffrey Keating <geoffk@apple.com>
5564
5565 * configure.in: Disable libgcj for darwin not on powerpc.
5566 * configure: Rebuild.
5567
74bed51b
ADL
55682003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5569
5570 * config-ml.in, symlink-tree: Add license.
5571
b4117c30
ZW
55722003-08-03 Richard Stallman <rms@gnu.org>
5573 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
5574
5575 * README.SCO: New file.
5576
333a28b4
MK
55772003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5578
5579 * Makefile.tpl (check, check-c++): Express dependencies using
5580 dependencies rather than commands.
5581 * Makefile.in: Regenerate.
5582
c197e306
AC
55832003-08-01 Andrew Cagney <cagney@redhat.com>
5584
5585 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5586 * configure: Ditto.
5587
a8ee6e2d
GK
55882003-07-31 Geoffrey Keating <geoffk@apple.com>
5589
5590 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 5591 * Makefile.in: Update.
a8ee6e2d 5592
8d9b3f2e
AT
55932003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5594
5595 * configure.in: Enable libgcj for darwin.
5596 * configure: Rebuild.
5597
52c0c542
PE
55982003-07-29 Phil Edwards <pme@gcc.gnu.org>
5599
5600 * config-ml.in: Use ac_configure_args directly instead of
5601 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5602 actually seen.
5603
b4acb5ef
NN
56042003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5605
5606 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5607 creating target and build subdirs to build all parent dirs as needed.
5608 * Makefile.in: Rebuild.
5609 * configure.in: Don't build dirs explicitly here.
5610 * configure: Rebuild.
5611
a51d71d0
PB
56122003-07-26 Paul Brook <paul@nowt.org>
5613
5614 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5615
f43e12ce
AO
56162003-07-22 Alexandre Oliva <aoliva@redhat.com>
5617
5618 * Makefile.tpl (all-make): Depend on intl.
5619 * Makefile.in: Rebuilt.
5620
8a199ff6
PE
56212003-07-20 Phil Edwards <pme@gcc.gnu.org>
5622
5623 * install-sh: Update to newer upstream versions (associated with
5624 aclocal 1.7).
5625 * mkinstalldirs: Likewise.
5626 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5627
e6a8c803
AP
56282003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
5629
5630 * MAINTAINERS: Move self from Bug database only accounts
5631 to write-after-approval.
5632
9f13608f
NN
56332003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5634
5635 * config.if: Remove unused libc_interface determination.
5636
c7864714
NN
56372003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5638
5639 * MAINTAINERS: Move self from write-after-approval to
5640 build machinery (*.in).
5641
775956d0
NN
56422003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5643
5644 PR bootstrap/11273
5645 PR bootstrap/11408
5646 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5647 unused INSTALL_PROGRAM_ARGS.
5648 * configure.in: Use AC_PROG_INSTALL.
5649 * Makefile.in: Regenerate.
5650 * configure: Regenerate.
5651
c7f67a6e
KH
56522003-07-13 Kazu Hirata <kazu@cs.umass.edu>
5653
5654 * MAINTAINERS: Alphabetize.
5655
33952f6f
AO
56562003-07-10 Alexandre Oliva <aoliva@redhat.com>
5657
5658 * configure: Rebuilt.
5659 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5660 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5661 newlib nor libgloss.
5662 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5663 * configure.in (am33_2.0-*-linux*): Added.
5664
0d4f1b4e
BW
56652003-07-09 Bob Wilson <bob.wilson@acm.org>
5666
5667 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5668 * configure: Regenerate.
5669
56694dd9
ZW
56702003-07-07 Zack Weinberg <zack@codesourcery.com>
5671
5672 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5673 * Makefile.in: Regenerate.
5674
21607eb4
ZW
56752003-07-04 Zack Weinberg <zack@codesourcery.com>
5676
5677 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
5678 * Makefile.in: Regenerate.
5679
8c90b13a
L
56802003-07-04 H.J. Lu <hongjiu.lu@intel.com>
5681
5682 * Makefile.tpl: Replace PWD with PWD_COMMAND.
5683 * Makefile.in: Regenerated.
5684
5d42f90e
L
5685 * config-ml.in: Replace PWD with PWD_COMMAND.
5686
6eb95e99
ZW
56872003-07-04 Zack Weinberg <zack@codesourcery.com>
5688
5689 * intl: New directory; see intl/ChangeLog for details.
5690 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
5691 * Makefile.tpl: all-gcc depends on maybe-all-intl.
5692 * Makefile.in: Regenerate.
5693
07d1940e
NN
56942003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5695
5696 * configure.in: Clean up config-lang.in handling. Delete
5697 useless assignment to "subdirs".
5698 * configure: Regenerate.
5699
4dbda6f0
NN
57002003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5701
5702 * configure.in: Rename 'target_libs' to 'target_libraries'.
5703 Remove useless reference to 'target_libs'.
5704 * configure: Regenerate.
5705
2c30ab71
KS
57062003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5707
5708 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5709 * Makefile.in: Regenerate.
5710
11405c93
NN
57112003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5712
5713 * Makefile.def: Introduce flags_to_pass.
5714 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5715 * Makefile.in: Regenerate.
5716
fb87ad5d
HPN
57172003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5718
5719 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5720 and target-libgloss.
5721 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5722 <h8300*-*-*>: Disable libf2c and ${libgcj}.
5723 * configure: Regenerate.
5724
a7956a48
BK
57252003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5726
5727 * configure.in: Update testsuite_flags to new location.
5728 * configure. Regenerate.
6eb95e99 5729
eaf9f3b2
NN
57302003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5731
5732 * Makefile.tpl: Remove BUILD_CC stuff.
5733 * Makefile.in: Regenerate.
5734
2d89ffef
KH
57352003-06-17 Kazu Hirata <kazu@cs.umass.edu>
5736
5737 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
5738
83415b0b
GP
57392003-06-16 Graeme Peterson <gp@qnx.com>
5740
5741 * MAINTAINERS (Write After Approval): Add myself.
5742
b951c91c 57432003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 5744
b951c91c
L
5745 * config.guess: Update to 2003-06-12 version.
5746 * config.sub: Update to 2003-06-13 version.
5747
0bb41a37
L
57482003-06-12 H.J. Lu <hongjiu.lu@intel.com>
5749
5750 * config.guess: Update to 2003-06-06 version.
5751 * config.sub: Update to 2003-06-06 version.
5752
655b7166
RO
57532003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5754
5755 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5756 * configure. Regenerate.
5757
01b759aa
NN
57582003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5759
bf1d3e81
NN
5760 * configure.in: Disable serial configure by default.
5761 * configure: Regenerate.
5762 * Makefile.tpl: Abolish .NOTPARALLEL.
5763 * Makefile.in: Regenerate.
5764
e89fbdfe
NN
5765 * Makefile.tpl: Replace {build,host,target}_canonical by
5766 {build,host,target}.
5767 * Makefile.in: Regenerate.
5768
01b759aa
NN
5769 * Makefile.tpl: Fix stupid pasto.
5770 * Makefile.in: Regenerate.
5771
f7dae026
NN
57722003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5773
5774 * Makefile.tpl: Remove bogus conditional.
5775 * Makefile.in: Regenerate.
5776
57772003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
5778
5779 * Makefile.tpl (profiledbootstrap): New target.
5780 * Makefile.in (profiledbootstrap): New target.
5781
2ffc3e73 57822003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
5783
5784 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
5785 Pinski. Remove user names from other bugzilla-only maintainers.
5786
1a1e6b96
NN
57872003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5788
1358ccea
NN
5789 * Makefile.tpl: Make 'recursive targets' using autogen rather
5790 than shell loop. Remove duplicate 'clean' targets and false
5791 comments.
5792 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5793 Add systematic method of specifying missing targets in subdirs.
5794 Add copyright boilerplate.
5795 * Makefile.in: Regenerate.
5796 * configure.in: Add 'recursive targets' to maybe list.
5797 * configure: Regenerate.
5798
ae74ed1f
NN
5799 * MAINTAINERS: "GNATS only" -> "Bug database only".
5800
1a1e6b96
NN
5801 * Makefile.tpl: Rename [+target+] to [+make_target+].
5802 * Makefile.def: Rename 'target' to 'make_target'.
5803
c79af3fa
NB
58042003-05-31 Neil Booth <neil@daikokuya.co.uk>
5805
5806 * MAINTAINERS: Add self as options handling maintainer.
5807
39d85b61
MM
58082003-05-28 Michael Meissner <gnu@the-meissners.org>
5809
5810 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
5811 been too long since I touched those ports.
5812
afc2b62d
DD
58132003-05-28 DJ Delorie <dj@redhat.com>
5814
5815 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5816 * Makefile.in: Regenerate.
5817
df445104
MR
58182003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5819
5820 * configure.in: Use curly braces in the definition of tooldir.
5821 * configure: Regenerate.
5822
2eb98e5d 58232003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 5824
2eb98e5d
DD
5825 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5826 newlib or libgloss.
5827 * Makefile.in: Regenerate.
5828
862fced8
DD
58292003-05-21 DJ Delorie <dj@redhat.com>
5830
5831 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5832 * Makefile.in: Regenerate.
5833
fc351800
ILT
58342003-05-20 Ian Lance Taylor <ian@airs.com>
5835
5836 * MAINTAINERS: Update my e-mail address.
5837
7e2dbcef
NN
58382003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5839
5840 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 5841 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
5842 Factor out common code from autogen IF statements.
5843 * configure: Regenerate.
5844 * Makefile.in: Regenerate.
5845
f2a0e225
KC
58462003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5847
5848 * configure.in: Accept i[3456789]86 for machine type.
5849 * configure: Regenerate.
5850
8b87bb96
NN
58512003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5852
5853 * configure.in: Switch more things to use maybe dependencies.
5854 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5855 * configure: Regenerate.
5856 * Makefile.tpl: Switch more things to use maybe dependencies.
5857 * Makefile.in: Regenerate.
5858
fdb882bc 58592003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
5860
5861 * Makefile.tpl (install-opcodes): Define.
5862 * Makefile.in: Rebuild.
5863
f7c50032
AJ
58642003-05-13 Andreas Jaeger <aj@suse.de>
5865
5866 * config.guess: Update to 2003-05-09 version.
5867 * config.sub: Update to 2003-05-09 version.
5868
f2181bed 58692003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
5870
5871 * configure.in: Correct sed script so that options in quotes are not
5872 deleted.
5873 * configure: Rebuild.
5874
aa8f1f57
CV
58752003-05-12 Corinna Vinschen <corinna@vinschen.de>
5876
5877 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5878 and $$s/newlib/libc/sys/cygwin32 include paths.
5879 * configure: Ditto.
5880
0c130f81
MM
58812003-05-12 Michael Meissner <gnu@the-meissners.org>
5882
5883 * MAINTAINERS: Update my email addresses.
5884
aa1a100b
EB
58852003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
5886
5887 * config-ml.in: Propagate INSTALL variables.
f7c50032 5888
87861833
GP
58892003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5890
5891 * MAINTAINERS: Remove duplicate entries in Write After Approval.
5892
de722255
CD
58932003-05-02 Chris Demetriou <cgd@broadcom.com>
5894
6eb95e99
ZW
5895 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5896 * Makefile.in: Regenerate.
de722255 5897
96c4a002
WB
58982003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
5899
5900 * MAINTAINERS (GNATS only): Add Falk Hueffner.
5901
55b15a11
WB
59022003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
5903
5904 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
5905
0c227849
DJ
59062003-04-27 Daniel Jacobowitz <drow@mvista.com>
5907
5908 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5909 * Makefile.in: Regenerated.
5910
d45148c1
WB
59112003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
5912
5913 * MAINTAINERS (Write After Approval): Upgrade myself from
5914 GNATS only to write-after-approval. Update my mail address.
5915
48f2318c 59162003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
5917
5918 (OS Port Maintainers: freebsd): Add myself.
5919
438f50c3
MM
59202003-04-22 Mark Mitchell <mark@codesourcery.com>
5921
5922 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
5923
9074e169
KJ
59242003-04-22 Kean Johnston <jkj@sco.com>
5925
5926 * MAINTAINERS (SCO ports): Added myself.
5927
dfd39a2e
NS
59282003-04-21 Nathan Sidwell <nathan@codesourcery.com>
5929
5930 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
5931
ccbae82a
KJ
59322003-04-19 Kean Johnston <jkj@sco.com>
5933
5934 * MAINTAINERS (Write After Approval): Add myself.
5935
2f50999f
GP
59362003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5937
5938 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5939 * Makefile.in: Regenerate.
5940
e9b84181
JJ
59412003-04-18 Jakub Jelinek <jakub@redhat.com>
5942
5943 * configure.in (powerpc64*-*-linux*): Remove.
5944 * configure: Rebuilt.
5945
1ca4c6e1
PE
59462003-04-17 Phil Edwards <pme@gcc.gnu.org>
5947
5948 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5949 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5950 and restrap.
5951 * Makefile.in: Regenerate.
5952
0590b963
RE
59532003-04-16 Richard Earnshaw <rearnsha@arm.com>
5954
5955 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5956 * configure: Regenerated.
5957
ff41a56f
DD
59582003-04-15 DJ Delorie <dj@redhat.com>
5959
5960 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
5961
50d440bc
NC
59622003-04-13 Nick Clifton <nickc@redhat.com>
5963
5964 * config-ml.in: Remove support for --disable-aix removing
5965 call-aix multilibs.
5966
b1e0a93e
AO
59672003-04-10 Alexandre Oliva <aoliva@redhat.com>
5968
5969 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5970 * */configure: Rebuilt.
5971
71fb704d
JS
59722003-04-08 Joel Sherrill <joel@oarcorp.com>
5973
5974 * MAINTAINERS: Add my email address.
5975
3897ea90
OH
59762003-03-17 Olivier Hainque <hainque@act-europe.fr>
5977
5978 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 5979
93c834b7
NN
59802003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5981
5982 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5983 * Makefile.in: Regenerate.
5984
82c34dcb
MC
59852003-03-14 Michael Chastain <mec@shout.net>
5986
5987 * Makefile.in: Regenerate with correct Makefile.def.
5988
73458fb7
NN
59892003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5990
5991 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5992 Make macro.
5993 * Makefile.in: Regenerate.
5994 * configure.in: Clean up gxx_include_dir logic.
5995 * configure: Regenerate.
5996
32cf27e5
AE
59972003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
5998
5999 * MAINTAINERS (Write After Approval): Add myself.
6000
c727e7a0
BE
60012003-03-10 Ben Elliston <bje@wasabisystems.com>
6002
6003 * MAINTAINERS: Update my mail address.
6004
9a27ac7a
FS
60052003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6006
6007 * configure.in (gxx_include_dir): Fix typo.
6008 * configure: Regenerated.
6009
3aa83176
NN
60102003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6011
6012 * Makefile.tpl: Reindent.
6013 * Makefile.in: Regenerate.
6014 * configure.in: Reindent. Don't set unused variables.
6015 * configure: Regenerate.
6016
9124bc53
DJ
60172003-03-04 Daniel Jacobowitz <drow@mvista.com>
6018
6019 * configure.in: Include $(build_tooldir)/sys-include in
6020 FLAGS_FOR_TARGET.
6021 * configure: Regenerated.
6022
cb543528
NN
60232003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6024
c858bf1e
NN
6025 * Makefile.tpl: Always pass down RANLIB.
6026 * Makefile.in: Regenerate.
6027
aa9c3ab4
NN
6028 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6029 * Makefile.in: Regenerate.
6030 * configure.in: Remove unused logic relating to --enable-shared
6031 and --enable-threads. Remove bogus comments. Remove redundant
6032 noconfigdirs.
6033 * configure: Regenerate.
6034
cb543528
NN
6035 * configure.in: Replace ${libstdcxx_version} by its value.
6036 Remove reference to mh-dgux.
6037 * configure: Regenerate.
6038
53f70c1b
KB
60392003-03-03 Kevin Buettner <kevinb@redhat.com>
6040
6041 * MAINTAINERS (Write After Approval): Add myself.
6042
df0f0674
NN
60432003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6044
6045 * Makefile.tpl: Rearrange.
6046 * Makefile.in: Regenerate.
6047
ef4e7569
US
60482003-02-25 Uwe Stieber <uwe@wwws.de>
6049
6050 * configure.in: Add support for kaOS as cross build target system.
6051 * configure: Regenerated.
6052
a7a287eb
SB
60532003-02-24 Steven Bosscher <steven@gcc.gnu.org>
6054
6055 * MAINTAINERS (Write after approval): Add myself.
6056
ff00c8a2
JW
60572003-02-21 James E Wilson <wilson@tuliptree.org>
6058
6059 * MAINTAINERS: Update my email address.
6060
abb2db7a
ZW
60612003-02-21 Zack Weinberg <zack@codesourcery.com>
6062
6063 * MAINTAINERS: Add self to blanket write privs. section.
6064
e9f2dc3b
SM
60652003-02-20 Sean McNeil <sean@blue.mcneil.com>
6066
6067 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6068 configure-target-* as some target builds may require additional
6069 flags for preprocessor tests.
6070 * Makefile.in: Regenerated.
6071
ee03dc5e
AO
60722003-02-19 Alexandre Oliva <aoliva@redhat.com>
6073
11856278
AO
6074 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6075 * ltconfig: Handle it.
6076 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6077 auto-detecting it.
6078
274aef32
AO
6079 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6080 it is used as argument to $CC.
6081 * ltcf-gcj.sh: Likewise.
6082
ee03dc5e
AO
6083 * configure.in: Introduce --enable-maintainer-mode.
6084 * configure: Rebuilt.
6085 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6086 for maintainer mode.
6087 * Makefile.in: Rebuilt.
6088
30db8e17
JM
60892003-02-18 Jason Merrill <jason@redhat.com>
6090
6091 * Makefile.tpl (check-c++): Allow parallelism.
6092
cab60ac6
GP
60932003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6094
6095 * MAINTAINERS: Remove John Carr (who never actually had access to
6096 gcc.gnu.org).
6097
c8e5d1af
GK
60982003-02-15 Geoffrey Keating <geoffk@apple.com>
6099
6100 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6101 don't configure target-libobjc.
6102 * configure: Regenerate.
6103
70f91f50
RO
61042003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6105
6106 * Makefile.tpl (RANLIB): Define.
6107 * Makefile.in: Regenerate.
6108
669e9062
LB
61092003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
6110
6111 * MAINTAINERS: Update my email.
abb2db7a 6112
61b56b2e
KS
61132003-02-06 Keith R Seitz <keiths@redhat.com>
6114
6115 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6116 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6117 * Makefile.in: Regenerated.
6118 * configure.in: Remove all traces of snavigator, db, and grep.
6119 * configure: Regenerated.
6120
a1ba6e15
GP
61212003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6122
6123 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6124 After Approval.
6125
f5f2cce5
CC
61262003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6127
6128 * MAINTAINERS (Write after approval): Add myself.
6129
ba49f6f1
FCE
61302003-01-31 Frank Ch. Eigler <fche@redhat.com>
6131
6132 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6133 * Makefile.in: Regenerated.
6134
ccf9f10c
RS
61352003-01-30 Roger Sayle <roger@eyesopen.com>
6136
6137 * config.guess: Updated to 2003-01-30's version.
6138 * config.sub: Updated to 2003-01-28's version.
6139
a693735b
AO
61402003-01-30 Alexandre Oliva <aoliva@redhat.com>
6141
6142 * config.if: If gcc_version is already set, just use it. Don't set
6143 gcc_version_trigger if it's already set, otherwise set it to
6144 gcc/version.c, but only if the file exists. If it is not set and
6145 gcc/version.c does not exist, try to extract the version number from
6146 $CC.
6147
204c43d6
AT
61482003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
6149
abb2db7a 6150 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 6151
842e91ec
PE
61522003-01-27 Phil Edwards <pme@gcc.gnu.org>
6153
6154 * configure.in: Revert 24Jan change.
6155 * configure: Regenerate.
6156
6b99984e
GP
61572003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6158
6159 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
6160 entry of HJ Lu.
6161
806e0935
NN
61622003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6163
6164 * configure.in: Revert previous change.
6165 * configure: Regenerate.
6166
307a9864
NN
61672003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6168
6169 * configure.in: Make rda native-only.
6170 * configure: Regenerate.
6171
02ba6302
VR
61722003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6173
6174 * MAINTAINERS: Move myself from GNATS-only-accounts to
6175 write-after-approval.
6176
77d187bc
NN
61772003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6178
6179 * configure.in: Add missing \.
6180 * configure: Rebuilt.
6181
a94a2d4c
JJ
61822003-01-17 Jakub Jelinek <jakub@redhat.com>
6183
6184 * configure.in (baseargs): Avoid using \| in sed regular
6185 expressions.
6186 * configure: Rebuilt.
6187
73f84924
JJ
61882003-01-16 Jakub Jelinek <jakub@redhat.com>
6189
6190 * configure.in (baseargs): Remove all supported forms of
6191 --cache-file, --srcdir, --host, --build and --target options
6192 from argument lists.
6193 * configure: Rebuilt.
6194
8c12fc63
JZ
61952003-01-15 Josef Zlomek <zlomekj@suse.cz>
6196
6197 * MAINTAINERS: Add myself to write-after-approval list.
6198
7c005a3a
AO
61992003-01-15 Alexandre Oliva <aoliva@redhat.com>
6200
6201 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6202 * configure: Rebuilt.
6203
3dfabf63
NN
62042003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6205
6206 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6207 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6208 * Makefile.in: Regenerate.
6209 * configure: Regenerate.
6210
cf53ae10
AO
62112003-01-09 Alexandre Oliva <aoliva@redhat.com>
6212
6213 * configure.in: Remove Makefile in build, host and target modules
6214 unless configure was run with --no-recursion.
6215 * configure: Rebuilt.
6216
3fbe8e4a
CC
62172003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6218
6219 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6220 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6221 * Makefile.in: Regenerate.
6222
66e2aa7d
CD
62232003-01-08 Chris Demetriou <cgd@broadcom.com>
6224
6225 * config.guess: Update to 2003-01-03 version.
6226 * config.sub: Update to 2003-01-03 version.
6227
b5038cfb
CF
62282003-01-07 Christopher Faylor <cgf@redhat.com>
6229
6230 * configure: Regenerate with proper autoconf 2.13.
6231
d02c69be
CF
62322003-01-07 Christopher Faylor <cgf@redhat.com>
6233
6234 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 6235 * configure: Regenerate.
d02c69be 6236
e914a571
AC
62372003-01-06 Andrew Cagney <ac131313@redhat.com>
6238
6239 * configure.in (GDB_TK): Add tcl directories conditional on
6240 gdb/gdbtk directory being present.
6241 * configure: Regenerate.
abb2db7a 6242
70571545
JDA
62432003-01-04 John David Anglin <dave.anglin@nrc.ca>
6244
6245 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6246 by gcc if LD is not defined and we are not doing a Canadian Cross.
6247 * configure: Rebuilt.
6248
89a7012a
TT
62492002-12-31 Tom Tromey <tromey@redhat.com>
6250
6251 * Makefile.in: Rebuilt.
6252 * Makefile.def (target_modules) [libffi]: Allow installation.
6253
3f4f56e2
AS
62542002-12-31 Andreas Schwab <schwab@suse.de>
6255
6256 * configure.in: Fix use of $program_transform_name.
6257 * configure: Regenerated.
6258
6c1b8d0a
DJ
62592002-12-30 Daniel Jacobowitz <drow@mvista.com>
6260
6261 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 6262 * configure: Regenerated.
6c1b8d0a 6263
c5120911
AO
62642002-12-29 Alexandre Oliva <aoliva@redhat.com>
6265
6266 * Makefile.tpl (local-distclean): Don't remove...
6267 (multilib.ts): ... this. Moved into...
6268 (multilib.out): ... this. Don't use sub-make.
6269 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6270 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6271 (configure-build-[+module+], configure-[+module+],
6272 configure-target-[+module+], configure-gcc): ... these. Test
6273 for Makefile existence. Drop config.status from dependencies.
6274 * Makefile.in: Rebuilt.
6275 * configure.in: Move gcc-version-trigger to the end of
6276 ac_configure_args. Add comments to maybedep.tmp and
6277 serdep.tmp. Introduce --disable-serial-configure. Remove
6278 nonopt from baseargs, matching and removing corresponding
6279 whitespace while at it.
6280 * configure: Rebuilt.
6281
e245b0ea
AO
62822002-12-28 Alexandre Oliva <aoliva@redhat.com>
6283
903de295
AO
6284 * configure.in (host_configargs): Replace reference to
6285 no-longer-defined buildopts with --build=${build_alias}.
6286 * configure: Rebuilt.
6287
e245b0ea
AO
6288 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6289 program_transform_name to standard idiom.
6290 (AUTOGEN, AUTOCONF): Define.
6291 (Makefile.in): Use $(AUTOGEN).
6292 (Makefile): Depend on config.status, and use autoconf-style rule to
6293 build it. Move original commands to...
6294 (config.status): ... this new target.
6295 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6296 $(AUTOCONF).
6297 * Makefile.in: Rebuilt.
6298
671aa708
NN
62992002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6300
53fbfb58
NN
6301 * Makefile.tpl: Fix dramatic bustage due to change in
6302 program_transform_name.
6303 * Makefile.in: Regenerate.
6304
6305 * configure.in: Remove unnecessary PATH setting.
6306 * configure: Regnerate.
6307
6308 * configure.in: Don't default to unprefixed tools unless
6309 the native tools will work.
6310 * configure: Regenerate.
6311
671aa708
NN
6312 * configure.in: Convert to autoconf script. Blow away lots
6313 of now-redundant Makefile fragments.
6314 * configure: Generate using Autoconf.
6315 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6316 * Makefile.in: Regenerate.
6317
57f40826
NN
63182002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6319
3fedb745
NN
6320 * configure: Fix stupid bug where RANLIB was mistakenly included.
6321
abb2db7a 6322 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
6323 (build_configargs, host_configargs, target_configargs).
6324
6325 * configure.in: Move logic out of sed statement.
6326
abb2db7a 6327 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
6328 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6329
315fa0f4
SS
63302002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
6331
6332 * config.sub: Import from master repository
6333 * config.guess: Ditto
6334
45aff44f
AS
63352002-12-24 Andreas Schwab <schwab@suse.de>
6336
6337 * Makefile.tpl (multilib.out): Fix missing space.
6338 * Makefile.in: Regenerate.
6339
88b5521b
NN
63402002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6341
6342 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6343 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6344 * Makefile.in: Regenerate.
6345 * configure.in: Remove unnecessary leftovers.
6346
2a726918
GK
63472002-12-21 Geoffrey Keating <geoffk@apple.com>
6348
6349 * configure.in (extra_ranlibflags_for_target): New variable.
6350 (*-*-darwin): Add -c to ranlib commands.
6351 * configure (tooldir): Handle extra_ranlibflags_for_target.
6352
aace3269 63532002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
6354
6355 * Makefile.tpl: Revert HJL's change.
6356 * Makefile.in: Regenerated.
6357 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6358 always.
6359
f0895142
AS
63602002-12-19 Andreas Schwab <schwab@suse.de>
6361
6362 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6363 * Makefile.in: Regenerate.
6364
782d0c02
L
63652002-12-18 H.J. Lu <hjl@gnu.org>
6366
6367 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6368 * Makefile.in: Regenerated.
6369
6370 * configure.in (build_prefix): New. Substitute.
6371
212f6dd0
NN
63722002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6373
79308c5d
NN
6374 * Makefile.tpl: Don't let real targets depend on phony targets.
6375 * Makefile.in: Regenerate.
6376
212f6dd0
NN
6377 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6378 * Makefile.in: Regenerate.
6379
ab17919f
SS
63802002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
6381
6382 * config.sub: Import from master repository
6383 * config.guess: Ditto
6384
5ecf91d1
JM
63852002-12-16 Jason Merrill <jason@redhat.com>
6386
6387 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6388 previous 'make bootstrap'.
6389 * Makefile.in: Regenerate.
6390
d8437e1b
HPN
63912002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6392
6393 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6394
4977bab6
ZW
63952002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6396
6397 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6398 * Makefile.in: Regenerate.
6399
0edcfdcb
JM
64002002-12-13 Jason Merrill <jason@redhat.com>
6401
6248218a 6402 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
6403 library tests.
6404 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
6405 * Makefile.in: Regenerate.
6406
4977bab6
ZW
64072002-12-12 Alexandre Oliva <aoliva@redhat.com>
6408
6409 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6410 * Makefile.in: Rebuilt.
6411
f87505dd
AO
64122002-12-12 Alexandre Oliva <aoliva@redhat.com>
6413
6414 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6415
4977bab6
ZW
64162002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6417
6418 * configure: Fix bug put in by gremlins.
6419
6420 * Makefile.tpl: Substitute more autoconfily.
6421 * configure: Substitute more autoconfily.
6422 * Makefile.in: Regenerate.
6423
7f0db92a
SS
64242002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
6425
6426 * config.sub: Import from master repository
6427 * config.guess: Ditto
6428 * MAINTAINERS: Added Svein Seldal under write after approval
6429
4977bab6
ZW
64302002-12-08 Andrew Cagney <ac131313@redhat.com>
6431
6432 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6433 * Makefile.in (all-sim): Ditto.
6434
64352002-12-06 DJ Delorie <dj@redhat.com>
6436
6437 * Makefile.tpl: Change configure dependencies to not have real
6438 targets depend on phony targets.
6439
64402002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6441
6442 * configure.in: Revert unintentional change.
6443
6444 * Makefile.tpl: Change dependency for */multilib.out so that
6445 it works when gcc isn't in the tree.
6446
6447 * configure.in: Substitute more.
6448 * configure: Run subconfigures from the Makefile.
6449 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6450 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6451
67f1b906
GP
64522002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6453
6454 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
6455
4977bab6
ZW
64562002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6457
6458 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6459 and corresponding dependencies.
6460 * Makefile.in: Regenerate.
6461
6462 * configure.in (host_tools): Order binutils, gas and ld for
6463 convenience in running the testsuites.
6464
6465 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6466 * Makefile.in: Regenerate.
6467 * configure.in: Introduce rules to serialize subconfigure runs.
6468
6469 * configure.in: Introduce BASE_CC_FOR_TARGET.
6470 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6471 Realize configure-build-* targets. Realize configure-target-* targets.
6472 * Makefile.in: Regenerate.
6473
64742002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6475
6476 * configure: Move gcc_version_trigger stuff from here...
6477 * configure.in: ...to here.
6478
6479 * configure.in: Separate subconfigure options added by this file from
6480 options given by the user. Add machinery to put args for host
6481 subconfigures into the Makefile.
6482
6483 * Makefile.tpl: Remove 'vault' targets.
6484 * Makefile.tpl: Reorder and comment dependencies.
6485 * Makefile.in: Regenerate.
6486
64872002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6488 * configure.in: Fix my broken commit of previous patch. (sigh)
6489
743f054e
GK
64902002-11-28 Geoffrey Keating <geoffk@apple.com>
6491
6492 * configure.in: Move host-specific darwin noconfigdirs into
6493 the host-specific section.
6494
4977bab6
ZW
64952002-11-28 Geoffrey Keating <geoffk@apple.com>
6496
6497 * configure.in: Move host-specific darwin noconfigdirs into
6498 the host-specific section.
6499
65002002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
6501
6502 * configure: Remove skip-this-dir support.
6503 * Makefile.tpl: Remove skip-this-dir support.
6504
6505 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6506 subdirectories.
6507 * Makefile.in: Regenerate.
6508
6509 * Makefile.tpl: Strip out useless setting of 'dir'.
6510 * Makefile.in: Regenerate.
6511
65122002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
6513
6514 * configure.in: Fix deeply stupid bug.
6515
6516 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6517 shell code in CXX_FOR_TARGET
6518 * Makefile.def: Introduce raw_cxx.
6519 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6520 RAW_CXX_FOR_TARGET.
6521 * Makefile.in: Regenerate.
6522
65232002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
6524
6525 * Makefile.tpl: Remove unnecessary ifs.
6526 * Makefile.in: Regenerate.
6527
6528 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6529 dependencies. Maybe-ize build-libiberty. Create dummy install
6530 targets for 'no_install' modules.
6531 * configure: Move GDB_TK substitution to configure.in. Move
6532 build_modules stuff to configure.in.
6533 * configure.in: Implement soft dependency machinery. Maybe-ize
6534 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6535 * Makefile.in: Regenerate.
6536
65372002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
6538
6539 * Makefile.tpl: Make all-target, install-target behave similarly
6540 to all, install (only hitting configured targets). Eliminate
6541 unused macro defintions.
6542
6543 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6544 build != host.
6545
6546 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6547
6548 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6549
6550 * configure.in: Produce lists of subdir targets we're actually
6551 configuring. Remove references to "dosrel".
6552 * Makefile.tpl: Let configure set which subdir targets are hit.
6553 Remove install-cross; clean up install; remove ALL. Remove
6554 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6555 Autogenerate host module targets. Remove empty dependency lines
6556 and redundant dependency; rearrange slightly.
6557 * Makefile.def: Add host-side libtermcap, utils.
6558
6559 * Makefile.in: Regenerate.
6560
e6226a2f
RO
65612002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6562
6563 * ltconfig (osf[345]): Append $major to soname_spec.
6564 Reflect this in library_names_spec.
6565 * ltmain.sh (osf): Prefix $major with . for use as extension.
6566
3b75d237
AJ
65672002-11-19 Andreas Jaeger <aj@suse.de>
6568
6569 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6570 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6571 and sparc64 GNU/Linux systems.
6572
809108de
NS
65732002-11-19 Nathan Sidwell <nathan@codesourcery.com>
6574
6575 * MAINTAINERS: Update email.
6576
e7e0de7e
GP
65772002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6578
6579 * MAINTAINERS: Complete James Dennett's entry.
6580
f7109dea
EB
65812002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
6582
6583 * MAINTAINERS (Write After Approval): Add myself.
6584
d3ac17c9
BK
65852002-11-13 Bruce Korb <bkorb@gnu.org>
6586
6587 * Makefile.tpl: syntactic cleanup
6588
cbf78ae4
SH
65892002-11-13 Stuart Hastings <stuart@apple.com>
6590
6591 * MAINTAINERS: Add myself to write-after-approval list.
6592
4977bab6
ZW
65932002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
6594
6595 * Makefile.def: Add list of recursive targets to autogenerate.
6596 Add build_modules.
6597 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6598 targets. Autogenerate *-build-* targets.
6599 * Makefile.in: Regenerate.
6600
66012002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
6602
6603 * configure: More autoconf-style substitutions.
6604 * Makefile.tpl: More autoconf-style substitutions.
6605 * Makefile.in: Regenerate.
6606
66072002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
6608
6609 * configure: Substitute more variables in a more autoconf-friendly
6610 way. Simplify slightly.
6611 * Makefile.tpl: Make more variables substitutable in an
6612 autoconf-friendly way.
6613 * Makefile.in: Regenerate.
6614
d4783999
JW
66152002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
6616
6617 * MAINTAINERS (Write After Approval): Add myself.
6618
4977bab6
ZW
66192002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
6620
6621 * configure.in (v810*): Remove special setting of tools.
6622
6623 * configure: Add support for extra required flags for ar or nm.
6624 * configure.in (aix4.3+): Use above support for target-specific
6625 issues, rather than using config/mt-aix43.
6626
66272002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
6628
6629 * configure: Remove 'removing', which doesn't work. Replace $subdir
6630 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6631 with $srcdir. Reformat indentation. Substitute some variables
6632 formerly hard-coded in the Makefile for build=host.
6633 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6634 * Makefile.def: Autogenerate more.
6635 * Makefile.in: Regenerate.
6636
1c9c903e
AN
66372002-11-04 Adam Nemet <anemet@lnxw.com>
6638
6639 * MAINTAINERS (Write After Approval): Add myself.
6640
40673d2b
KB
66412002-11-04 Kevin Buettner <kevinb@redhat.com>
6642
6643 * Makefile.def (host_modules): Add rda.
6644 * Makefile.in: Regenerate.
6645 * configure.in (target_tool): Add target-rda to list.
6646
42e650ae
GP
66472002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6648
6649 * MAINTAINERS: Remove "co-maintainer" note for web pages.
6650
e004b81f
PE
66512002-10-25 Phil Edwards <pme@gcc.gnu.org>
6652
6653 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6654 and restrap targets to this rule.
6655 * Makefile.in: Regenerate.
6656
06bd49b1
GP
66572002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6658
6659 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6660 GNATS only accounts.
6661
d0af82b0
HPN
66622002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6663
6664 * configure.in (i[3456]86-*-linux*): Add check to disable
6665 ${libgcj} for glibc1.
6666
10782654
DC
66672002-10-24 Denis Chertykov <denisc@overta.ru>
6668
6669 * MAINTAINERS: Add myself as ip2k port maintainer.
6670
a5a438f5
SS
66712002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6672
6673 * configure.in: Add tic4x target.
6674
fe3d5b7f
NN
66752002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6676
aba8a494
NN
6677 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6678 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6679 * Makefile.in: Regenerate.
6680
fe3d5b7f
NN
6681 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6682 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6683 * Makefile.in: Regenerate.
6684
a6ad79e7
JJ
66852002-10-02 Janis Johnson <janis187@us.ibm.com>
6686
6687 * MAINTAINERS: Add myself as web pages co-maintainer.
6688
6a8a9058
NN
66892002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6690
6691 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6692 * Makefile.in: Regenerate.
6693
327d975a
ZW
66942002-10-02 Zack Weinberg <zack@codesourcery.com>
6695
6696 * MAINTAINERS: Add myself and Nathan Sidwell
6697 <nathan@codesourcery.com> as VxWorks maintainers.
6698
a5ae8f19 66992002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
6700
6701 * Makefile.def: Remove order dependency comments.
6702 * Makefile.tpl: Add explicit install-install dependencies.
6703 * Makefile.in: Regenerate.
d0f6c823 6704
34c6040c 6705 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 6706 * Makefile.in: Regenerate.
34c6040c 6707
d0f6c823
NN
6708 * Makefile.tpl: Add configure-target (for src-release in src)
6709 * Makefile.in: Regenerate.
6710
50bd210b
NC
67112002-09-30 Nick Clifton <nickc@redhat.com>
6712
6713 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6714
ca25149e
UW
67152002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6716
6717 * configure.in (s390*-*-linux*): Enable libgcj.
6718
dd30b57d
NN
67192002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6720
9e60a678
NN
6721 * configure: Revert accidentally applied changes.
6722
dd30b57d
NN
6723 * Makefile.tpl: Make more autoconf-friendly.
6724 * Makefile.in: Regenerate.
6725 * configure: Make substitution more autoconf-like.
6726
5831424e
RE
67272002-09-28 Richard Earnshaw <rearnsha@arm.com>
6728
6729 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6730 single entry to handle all these.
6731 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6732 libjava on arm-*-elf.
6733
b7f3b15b
GK
67342002-09-27 Geoffrey Keating <geoffk@apple.com>
6735
6736 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6737 things that depend on them.
6738
0dffceed
NN
67392002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6740
6741 * Makefile.tpl: Make subsituted variables more autoconfy.
6742 * Makefile.in: Regenerate.
6743 * configure: Make seds more autoconfy.
6744
1db75a86 67452002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
6746
6747 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6748 * Makefile.in: Regenerate.
6749 * configure.in: Rewrite sed statements to look autoconfy.
6750
1db75a86
NN
6751 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6752 all-target-foo on configure-target-foo.
6753 * Makefile.def: Ditto.
6754 * Makefile.in: Rebuild.
6755
741a4e89
AH
67562002-09-25 Andrew Haley <aph@redhat.com>
6757
6758 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
6759
95ddd785
NN
67602002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6761
6762 * Makefile.def: New file.
6763 * Makefile.tpl: New file.
6764 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6765 * contrib/gcc_update: Note that Makefile.in is a generated file.
6766
6767 * configure.in: Minor rearrangement. Simplify tests.
6768
65a824f6
JT
67692002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
6770
6771 * configure.in (with_headers): Skip copy if value is "yes".
6772 (with_libs): Likewise.
6773
51270f0a 67742002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
6775
6776 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6777 * configure.in (sh*-*-pe*): Ditto.
6778 * configure.in (mips*-*-pe*): Ditto.
6779 * configure.in (*arm-wince-pe): Ditto.
6780
8f89dbf4
NN
6781 * configure.in: Rearrange.
6782
c1b8db3f
KH
67832002-09-14 Kazu Hirata <kazu@cs.umass.edu>
6784
6785 * MAINTAINERS: Update my email address.
6786
341f0575
PK
67872002-08-30 Paul Koning <pkoning@equallogic.com>
6788
6789 * MAINTAINERS: (Write After Approval): Add myself.
6790
d2e06980
GK
67912002-08-29 Geoffrey Keating <geoffk@redhat.com>
6792
6793 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
6794
4906d5d8
GK
67952002-08-24 Geoffrey Keating <geoffk@redhat.com>
6796
6797 * MAINTAINERS: Change my mailing address.
6798
e9a25cc8
PC
67992002-08-21 Paolo Carlini <pcarlini@unitus.it>
6800
6801 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 6802 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 6803
a5aa7421
LR
68042002-08-20 Loren J. Rittle <ljrittle@acm.org>
6805
6806 * MAINTAINERS (Write After Approval): Remove myself.
6807 (Various Maintainers: c++ runtime libs): Add myself.
6808
5ce6f47b
EC
68092002-08-15 Eric Christopher <echristo@redhat.com>
6810
6811 * config.sub: Import from master repository.
6812 * config.guess: Ditto.
6813
7f9317f0
AO
68142002-08-19 Alexandre Oliva <aoliva@redhat.com>
6815
6816 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6817 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6818 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6819
7aecca3d
AH
68202002-08-16 Aldy Hernandez <aldyh@redhat.com>
6821
6822 * MAINTAINERS: Add self to rs6000 vector extensions.
6823
8ea4b195
AO
68242002-08-15 Alexandre Oliva <aoliva@redhat.com>
6825
6826 * libiberty/configure: Reverted unintended yesterday's check in.
6827
f5cc59a7
AO
68282002-08-14 Alexandre Oliva <aoliva@redhat.com>
6829
6830 * boehm-gc/configure, libf2c/configure: Rebuilt.
6831 * libffi/configure, libiberty/configure: Ditto.
6832 * libjava/configure, libobjc/configure: Ditto.
6833 * libstdc++-v3/configure, zlib/configure: Ditto.
6834 Merged from binutils:
6835 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
6836 From Steve Ellcey <sje@cup.hp.com>:
6837 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6838 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6839 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6840 IA64.
6841 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6842 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6843 soname_spec, sys_lib_search_path_spec): Ditto.
6844
66350331
FS
68452002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6846
6847 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6848
2ff34870
L
68492002-08-04 H.J. Lu (hjl@gnu.org)
6850
6851 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6852
a014f2fe
KW
68532002-08-02 Krister Walfridsson <cato@df.lth.se>
6854
6855 * MAINTAINERS (Write After Approval): Add myself.
6856
c01d477a
AM
68572002-07-31 Alan Modra <amodra@bigpond.net.au>
6858
6859 * configure.in: Move generic linux case to end. Copy generic
6860 linux noconfigdirs to mips*-*-linux* entry and new
6861 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6862
68cd2524
MM
68632002-07-19 Michael Matz <matz@suse.de>
6864
6865 * MAINTAINERS: Add myself as ra* maintainer.
6866
e2d83b8c
CD
68672002-07-16 Chris Demetriou <cgd@broadcom.com>
6868
6869 * config.guess: Update to 2002-07-09 version.
6870 * config.sub: Update to 2002-07-03 version.
6871
cece4f1d
HPN
68722002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
6873
6874 * MAINTAINERS: Fix typo in a maintainer email address.
6875
bb654703
NN
68762002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6877
6878 * configure.in: Remove two redundant tests.
6879
789b7de5
RO
68802002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6881
6882 * configure.in (mips*-*-irix6*o32): Enable stabs.
6883
e1da1089
NN
68842002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6885
f3970bba
NN
6886 * configure.in: Don't build grez.
6887 * Makefile.in: Ditto.
6888
e1da1089
NN
6889 * Makefile.in: Remove references to bsp, cygmon, libstub.
6890 * configure.in: Ditto.
6891
6892 * configure.in: Remove leftover reference to gdbtest.
6893
57c905fa
PE
68942002-07-08 Phil Edwards <pme@gcc.gnu.org>
6895
6896 * configure.in (gxx_include_dir): Change to match versioned
6897 C++ headers if --enable-version-specific-runtime-libs is used.
6898
a0af94a7 68992002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 6900
a0af94a7
SE
6901 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6902
423ce3eb
NN
69032002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6904
6905 * configure.in: Make --without-x work.
6906
98186934
NN
69072002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6908
c3b7d169
NN
6909 * configure.in: Rearrange target Makefile fragment collection.
6910
98186934
NN
6911 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6912 cvs[src].
6913 * configure.in: Ditto.
6914
eebd288a
MK
69152002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
6916
6917 * MAINTAINERS (Write After Approval): Update my e-mail address.
6918
3ab36f05
NN
69192002-06-24 Ben Elliston <bje@redhat.com>
6920
6921 * configure.in (host_tools): Remove cgen.
6922
6923 * Makefile.in (all-cgen): Remove; runs from its source directory.
6924 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 6925 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
6926 (all-sim): Likewise.
6927
69282002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6929
6930 * Makefile.in: Eliminate 'apache' targets.
6931 * configure.in: Eliminate 'apache' targets.
6932
55380b08
NN
6933 * configure.in: Eliminate redundant tests. Reorganize.
6934
9a5c1b9d
NN
6935 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6936
5fd3853a
NN
6937 * config-ml.in: Eliminate references to Cygnus configure.
6938
cfefc434
NN
6939 * Makefile.in: Eliminate references to building emacs.
6940
2fe93885
GS
69412002-06-28 Graham Stott <graham.stott@btinternet.com>
6942
6943 * MAINTAINERS: Update my email address.
6944
53c40185
BK
69452002-06-26 Benjamin Kosnik <bkoz@redhat.com>
6946
6947 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 6948 (cxx_incdir): Remove.
53c40185 6949
97679694
NN
69502002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
6951
6952 * MAINTAINERS (Write After Approval): Add self.
6953
b03bcd37
DC
6954Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
6955
6956 * configure.in: Add support for ip2k.
6957
6bd12129
NN
69582002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6959
6960 * configure.in: Fix AIX configury bug.
6961
e0d98a92
SE
69622002-06-20 Steve Ellcey <sje@cup.hp.com>
6963
6964 * MAINTAINERS (Write After Approval): Add self.
6965
ba3292db
NN
69662002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6967
ef40bc65
NN
6968 * configure.in: replace ${topsrcdir} with ${srcdir}
6969
7a0be465
NN
6970 * configure.in: Move definition of libstdcxx_flags
6971 right above usage, rather than waaay earlier.
6972
e1848dde
NN
6973 * configure.in: Pull definition of is_cross_compiler earlier.
6974
8bc2fff1
NN
6975 * configure.in: Rearrange a little.
6976
ba3292db
NN
6977 * configure.in: Remove references to librx.
6978 * Makefile.in: Remove references to librx.
6979
11d8b408
DC
6980Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
6981
6982 * config.sub: Add support for avr target.
6983 Import from master sources, rev 1.255
5ce6f47b 6984
93da8339
PE
69852002-06-19 Phil Edwards <pme@gcc.gnu.org>
6986
6987 * configure, .cvsignore: Revert previous change...
6988 * Makefile: ...delete.
6989
b4caab5c
NN
69902002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6991
6992 * configure.in: Eliminate ${gasdir} variable.
6993
ee777171
DB
69942002-06-18 Dave Brolley <brolley@redhat.com>
6995
6996 * configure.in: Add support for frv.
6997 * config.sub: Add support for frv.
6998
26e4af54
PE
69992002-06-18 Phil Edwards <pme@gcc.gnu.org>
7000
7001 * configure: Remove garbage from previous commit.
7002
bb20b7da
PE
70032002-06-18 Phil Edwards <pme@gcc.gnu.org>
7004
7005 * configure: For in-source builds, make a subdir and re-exec there.
7006 * Makefile: New file. Pass targets through to build directory.
7007 * .cvsignore: No longer ignore "Makefile".
7008
9d321f6c
DR
70092002-06-16 Douglas Rupp <rupp@gnat.com>
7010
7011 * MAINTAINERS (Write After Approval): Add self.
7012
c8eb2bc0
KG
70132002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7014
7015 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7016
f210d239
JT
70172002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7018
7019 * configure.in (vax-*-netbsd*): Re-enable gas.
7020
e9667b3c
NN
70212002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7022
efe1f357
NN
7023 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7024 BUILD_PREFIX_1, to correct nomenclature.
7025 * configure: Likewise.
7026
e9667b3c
NN
7027 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7028 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7029
fe2fe497
OH
70302002-05-31 Olaf Hering <olh@suse.de>
7031
7032 * config-ml.in: Propogate DESTDIR also.
7033
dcf7f0dd
JT
70342002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7035
7036 * configure.in (vax-*-netbsd*): Don't build gas for this
7037 platform.
7038
6ff14f32
MM
70392002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7040
7041 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7042 and libgcj for AVR.
7043
397de1ff
KK
70442002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
7045
7046 * MAINTAINERS (Write After Approval): Add myself.
7047
ac30211c
JT
70482002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7049
7050 * config.guess: Update to 2002-05-22 version.
7051 * config.sub: Likewise.
7052
1e6347d8
RO
70532002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7054
7055 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7056 * config-ml.in: Likewise.
7057 * configure: Likewise.
7058 * configure.in: Likewise.
7059
e5ce1d6d
SC
70602002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7061
7062 * MAINTAINERS: Update my email address.
7063
6cdef75d
NN
70642002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7065
4a87f061
NN
7066 * configure.in: Simplify makefile fragment collection.
7067
7068 * configure.in: Remove code to build emacs.
603606e7 7069
e254d6b5
NN
7070 * configure.in : Remove --srcdir argument from targargs and buildargs
7071 (it's always overridden in the Makefile anyway). Rearrange a bit.
7072
7073 * configure: Move some logic to configure.in.
7074 * configure.in: Move some logic from configure.
6cdef75d 7075
1d6006fe
TT
70762002-05-11 Tom Tromey <tromey@redhat.com>
7077
7078 * MAINTAINERS: Reflect libgcj reality.
7079
b70b3534
FS
70802002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
7081
7082 * Makefile.in: Honour DESTDIR.
7083
4434687a
MM
70842002-05-08 Mark Mitchell <mark@codesourcery.com>
7085
7086 * config.guess: Import 2002-03-20 version.
7087 * config.sub: Import 2002-04-26 version.
7088
a89e49c7
RO
70892002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7090
7091 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7092
44e55536
TJ
70932002-05-07 Tim Josling <tej@melbpc.org.au>
7094
7095 * MAINTAINERS: Add self.
7096
97320a3f
LR
70972002-05-06 Loren J. Rittle <ljrittle@acm.org>
7098
7099 * ltmain.sh: Detect and handle object name conflicts
7100 while piecewise linking a static library.
7101
b7c13625
AO
71022002-05-05 Alexandre Oliva <aoliva@redhat.com>
7103
7104 * configure.in (noconfigdirs): Don't disable libgcj on
7105 sparc64-*-solaris* and sparcv9-*-solaris*.
7106
4182d9fa
AO
71072002-05-03 Alexandre Oliva <aoliva@redhat.com>
7108
7109 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7110
7bebf279
TF
71112002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7112
7113 * configure.in (FLAGS_FOR_TARGET): Do not add
7114 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7115 on i[3456]86-*-linux*.
7116
9a06dc7d
TF
71172002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7118
7119 * configure.in (noconfigdirs): Replace [ ] with test.
7120
7121 * configure.in (noconfigdirs): Do not add target-newlib if
7122 target == i[3456]86-*-linux*, and host == target.
7123
a51a07fa
NN
71242002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7125
9e7facd6
DD
7126 * configure.in: delete reference to absent file
7127
aeaa0f2f
NN
7128 * configure.in: replace '[' with 'test'
7129
4bb98828
NN
7130 * configure.in: Eliminate references to gash.
7131 * Makefile.in: Eliminate references to gash.
7132
64791664
NN
7133 * configure.in: remove useless references to 'pic' makefile fragments.
7134
3ed57cf4
NN
7135 * configure.in: (*-*-windows*) Finish removing.
7136
a51a07fa
NN
7137 * configure.in: Eliminate redundant test for libgui.
7138
8552f6f1
RS
71392002-04-29 Roger Sayle <roger@eyesopen.com>
7140
7141 * MAINTAINERS: Add self and realphabetize. Update entries
7142 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
7143 entry for a29k port maintainer.
7144
9e847666
JS
71452002-04-26 Joel Sherrill <joel@OARcorp.com>
7146
7147 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7148 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7149
704c9a14
NN
71502002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7151
7152 * configure.in: remove references to dead files
7153
7bff5059
MM
71542002-04-19 Mark Mitchell <mark@codesourcery.com>
7155
7156 * MAINTAINERS: Add information about purpose of this file.
7157
0c7c67f0
TT
71582002-04-18 Tom Tromey <tromey@redhat.com>
7159
7160 * configure.in: Disallow configuring libgcj when it is already
7161 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7162 Solaris 2.8 by default. For PR libgcj/6158.
7163
63501e91
NN
71642002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7165
7166 * configure.in: Move default CC setting out of config/mh-* fragments
7167 directly into here.
7168
701afd4d
NN
71692002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7170
7171 * configure.in: don't even try to configure or make a subdirectory
7172 if there's no configure script for it.
7173
07cdae91
MM
71742002-04-15 Mark Mitchell <mark@codesourcery.com>
7175
7176 * MAINTAINERS: Remove chill maintainers.
7177 * Makefile.in (CHILLFLAGS): Remove.
7178 (CHILL_LIB): Remove.
7179 (TARGET_CONFIGDIRS): Remove libchill.
7180 (CHILL_FOR_TARGET): Remove.
7181 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7182 CHILL_LIB.
7183 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7184 (CHECK_TARGET_MODULES): Likewise.
7185 (INSTALL_TARGET_MODULES): Likewise.
7186 (CLEAN_TARGET_MODULES): Likewise.
7187 (configure-target-libchill): Remove.
7188 (all-target-libchill): Remove.
7189 * configure.in (target_libs): Remove target-libchill.
7190 Do not compute CHILL_FOR_TARGET.
7191 * libchill: Remove directory.
5ce6f47b 7192
ab50d72b
DD
71932002-04-11 DJ Delorie <dj@redhat.com>
7194
7195 * Makefile.in, configure.in: Sync with binutils, entries
7196 follow...
7197
0a1e123a
DD
71982002-04-07 Andrew Cagney <ac131313@redhat.com>
7199
7200 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7201 (do-tar, do-bz2): New rules.
7202 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7203 (gdb-tar): New rule.
7204 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7205 (insight_dejagnu.tar): New rule.
7206 (insight.tar): New rule.
7207 (gdb+dejagnu.tar): New rule.
7208 (gdb.tar): New rule.
7209
ab50d72b
DD
72102002-02-01 Mo DeJong <supermo@bayarea.net>
7211
7212 * Makefile.in: Add all-tix to deps for all-snavigator
7213 so that tix is built when building snavigator.
7214
72152002-01-11 Steve Ellcey <sje@cup.hp.com>
7216
7217 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7218 ld and gdb are not supported.
7219
72202002-01-07 Mark Salter <msalter@redhat.com>
7221
7222 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7223 Allow target-libgloss to be built for arm, strongarm, and xscale.
7224
72252001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7226
7227 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7228 options for i[3456]86-pc-linux* native builds.
7229
72302001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7231
7232 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7233 files from .po files for a distribution.
7234
72352001-09-03 Jeff Holcomb <jeffh@redhat.com>
7236
7237 * configure.in: Enable libstdc++-v3 for h8300 targets.
7238
72392001-06-19 Alan Modra <amodra@bigpond.net.au>
7240
7241 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7242 version from bfd/.
7243
7244Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7245
7246 * Makefile.in (VER): When present, extract the version number from
7247 the file version.in.
7248
72492001-05-24 Tom Rix <trix@redhat.com>
7250
7251 * configure.in : enable ld for aix
7252
72532001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7254
7255 * config.guess: Add linux target for S/390.
7256
72572000-11-07 Philip Blundell <pb@futuretv.com>
7258
7259 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7260
72612000-11-03 Philip Blundell <pb@futuretv.com>
7262
7263 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7264 files.
7265
72662001-01-15 Ben Elliston <bje@redhat.com>
7267
7268 * configure.in (host_tools): Add sid.
7269 Always configure cgen.
7270
72712000-11-24 Nick Clifton <nickc@redhat.com>
7272
7273 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7274
7275
72762000-08-20 Doug Evans <dje@casey.transmeta.com>
7277
7278 * Makefile.in (ALL_MODULES): Add all-cgen.
7279 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7280 (all-cgen): New target.
7281 (all-opcodes,all-sim): Depend on all-cgen.
7282 * configure.in (host_tools): Add cgen.
7283 Only configure cgen if --enable-cgen-maint.
7284
ef98ad7b
LR
72852002-04-09 Loren J. Rittle <ljrittle@acm.org>
7286
7287 * configure.in: Add *-*-freebsd* configurations.
7288
90def2b2
TT
72892002-04-08 Tom Tromey <tromey@redhat.com>
7290
7291 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7292 Fixes PR libgcj/6068.
7293
320d7e7a
KW
72942002-03-30 Krister Walfridsson <cato@df.lth.se>
7295
7296 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7297
18b467f1
RO
72982002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7299
7300 * configure.in (alpha*-dec-osf*): Enable libgcj.
7301
8bb3a5af
MG
73022003-03-27 Matthew Gingell <gingell@gnat.com>
7303
7304 * MAINTAINERS (Write After Approval): Add myself.
7305
56ae9405
NC
73062002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7307
7308 Fix for: PR bootstrap/3591, target/5676
7309 * configure.in (mcore-pe): Disable the configuration of
7310 libstdc++-v3 since exceptions are not supported.
7311
f18d9a0c
AG
73122002-03-20 Anthony Green <green@redhat.com>
7313
7314 * configure.in: Enable libgcj for xscale-elf target.
7315
c0e21eef
R
7316Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
7317
7318 * MAINTAINERS: Update my email address.
7319
28eca9e8
AO
73202002-03-16 Alexandre Oliva <aoliva@redhat.com>
7321
7322 * ltmain.sh (relink_command): Fix typo in previous change.
7323
e67e72c7
AO
73242002-03-15 Alexandre Oliva <aoliva@redhat.com>
7325
7326 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7327 (relink_command): Added --tag flags.
7328 (mode=install): If relinking fails; error out.
7329
c2273204
RH
73302002-03-12 Richard Henderson <rth@redhat.com>
7331
7332 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7333 .NOTPARALLEL tag.
7334 (do-check): Rename from check.
7335 (check): Allow parallel check.
7336
bcb64245
BW
73372002-03-12 Bob Wilson <bob.wilson@acm.org>
7338
7339 * MAINTAINERS: Add myself as maintainer for xtensa port.
7340 Fix alphabetical order in CPU port maintainer list.
7341 Remove myself from Write After Approval list.
7342
63adb4ff
RH
73432002-03-11 Richard Henderson <rth@redhat.com>
7344
7345 * Makefile.in (.NOTPARALLEL): Add fake tag.
7346
9bec4bf0
L
73472002-03-07 H.J. Lu (hjl@gnu.org)
7348
7349 * configure.in: Enable gprof for mips*-*-linux*.
7350
c7fc1f84
DS
73512002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
7352
7353 * MAINTAINERS (Write After Approval): Add myself.
7354
6bff33fb
AO
73552002-02-28 Alexandre Oliva <aoliva@redhat.com>
7356
7357 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7358 libjava.
7359 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7360
0210b33b
AO
73612002-02-23 Alexandre Oliva <aoliva@redhat.com>
7362
7363 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7364 because its Makefile is there; test for the executable instead.
7365
fcc0a3ef
AO
73662002-02-22 Alexandre Oliva <aoliva@redhat.com>
7367
7368 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7369 libstdc++-v3 and libjava.
7370
97cf8285
AM
73712002-02-11 Adam Megacz <adam@xwt.org>
7372
7373 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7374 boehm-gc
5ce6f47b 7375
40fe0ec3
AO
73762002-02-09 Alexandre Oliva <aoliva@redhat.com>
7377
7378 * config.guess: Updated to 2002-01-30's version.
7379 * config.sub: Updated to 2002-02-01's version.
7380 Contribute sh64-elf.
7381 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7382 * configure.in: Added sh64-*-*.
7383
694d53ee
CD
73842002-02-08 Chris Demetriou <cgd@broadcom.com>
7385
7386 * MAINTAINERS: Belatedly add myself to write after approval list.
7387
a9ca50b1
JH
7388Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
7389
7390 * MAINTAINERS: Put self in as maintainer for x86-64 port.
7391 Remove self as Write After Approval.
7392
5ffc3500
GK
73932002-01-31 Geoffrey Keating <geoffk@redhat.com>
7394
7395 * MAINTAINERS: Put self in as maintainer for contrib/regression
7396 directory.
7397
4ceaf7fb
PE
73982002-01-28 Phil Edwards <pme@gcc.gnu.org>
7399
7400 * MAINTAINERS: Update my email address.
7401
51584787
JT
74022002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7403
5ce6f47b
EC
7404 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7405 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
7406 libraries if not supported for NetBSD on target CPU.
7407
5701d273
DR
74082002-01-25 Douglas B Rupp <rupp@gnat.com>
7409
7410 * install-sh: Use _inst.$$_ for temp file name.
7411
b299a075
JT
74122002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
7413
7414 * MAINTAINERS (Write After Approval): Move my contact info
7415 from here...
7416 (OS Port Maintainers): ...to here (netbsd).
7417
51fe14b5
BW
74182002-01-22 Bob Wilson <bob.wilson@acm.org>
7419
7420 * MAINTAINERS (Write After Approval): Add myself.
7421
b634ad42
L
74222002-01-17 H.J. Lu <hjl@gnu.org>
7423
7424 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7425 (all-target-fastjar): Also depend on all-target-libiberty.
7426
3cd87679
L
74272002-01-16 H.J. Lu (hjl@gnu.org)
7428
7429 * config.guess: Import from master sources, rev 1.225.
7430 * config.sub: Import from master sources, rev 1.238.
7431
969a6d8f
KH
74322002-01-16 Kazu Hirata <kazu@hxi.com>
7433
7434 * MAINTAINERS (Write After Approval): Remove myself.
7435
366f6a52
FW
74362001-12-19 Florian Weimer <fw@deneb.enyo.de>
7437
7438 * MAINTAINERS (Write After Approval): Add myself.
7439
f02240b6
JM
74402001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
7441
7442 * MAINTAINERS: Add self as docs co-maintainer.
7443
5d08dc39
MK
74442001-12-11 Matthias Klose <doko@debian.org>
7445
7446 * MAINTAINERS (Write After Approval): Add myself.
7447
39e790d5
ZW
74482001-12-09 Zack Weinberg <zack@codesourcery.com>
7449
7450 * MAINTAINERS: Update my email address.
7451
4519d6a3
TC
74522001-12-07 Turly O'Connor <turly@apple.com>
7453 * MAINTAINERS (Write After Approval): Add myself.
7454 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
7455 (rs6000_initialize_trampoline): Call __trampoline_setup for
7456 ABI_DARWIN too.
7457 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 7458 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 7459
21cf0a73
PC
74602001-12-07 Paolo Carlini <pcarlini@unitus.it>
7461
7462 * MAINTAINERS (Write After Approval): Add myself.
7463
4ee43206
DR
7464Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7465
7466 * configure, configure.in: Use temp file for long sed commands.
7467
251931f3
LG
74682001-12-03 Laurent Guerby <guerby@acm.org>
7469
7470 * config.sub: Update to version 1.232 on subversion.
7471
03777dd7
BE
74722001-12-03 Ben Elliston <bje@redhat.com>
7473
7474 * MAINTAINERS: Update mail address for config.* patches.
7475
e490616e
ZW
74762001-11-27 DJ Delorie <dj@redhat.com>
7477 Zack Weinberg <zack@codesourcery.com>
7478
7479 When build != host, create libiberty for the build machine.
7480
7481 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7482 CONFIG_ARGUMENTS.
7483 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7484 New variables.
7485 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7486 and rules.
7487 (all.normal): Depend on ALL_BUILD_MODULES.
7488 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7489 (all-build-libiberty): Depend on configure-build-libiberty.
7490
7491 * configure: Calculate and substitute proper value for
7492 ALL_BUILD_MODULES.
7493 * configure.in: Create the build subdirectory.
7494 Calculate and substitute TARGET_CONFIGARGS (formerly
7495 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7496
04075e8f
ZL
74972001-11-26 Ziemowit Laski <zlaski@apple.com>
7498
7499 * MAINTAINERS (write-after-approval): Add self.
7500
ed19322d
CR
75012001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
7502
7503 * MAINTAINERS (GNATS only accounts): Remove self.
7504
90a12988
HPN
75052001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7506
7507 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7508 libf2c.
7509
77e653ad
CR
75102001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
7511
7512 * MAINTAINERS (Write After Approval): Add self.
7513
64adad99
DB
75142001-11-12 David O'Brien <obrien@FreeBSD.org>
7515
7516 * MAINTAINERS: mips and s390 are also CPU ports.
7517
834a28c7
DB
75182001-11-12 David O'Brien <obrien@FreeBSD.org>
7519
7520 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7521
ef94239f
DB
75222001-11-11 David O'Brien <obrien@FreeBSD.org>
7523
7524 * MAINTAINERS: Alphabetize.
7525
beda0427
KH
75262001-11-09 Kazu Hirata <kazu@hxi.com>
7527
7528 * MAINTAINERS (Various maintainers: h8 port): Add myself.
7529
6ca224d3
JDA
75302001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
7531
7532 * MAINTAINERS (Various maintainers: hppa port): Added myself.
7533
132e4bd7
PE
75342001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7535
7536 * configure.in (--enable-languages): Be more permissive about
7537 syntax. Check for empty lists better. Warn about $LANGUAGES.
7538
c6243b4c
GK
75392001-11-08 Geoffrey Keating <geoffk@redhat.com>
7540
7541 * config.sub: Import from master sources, rev. 1.230.
7542 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7543
abbb9e76
LG
75442001-11-07 Laurent Guerby <guerby@acm.org>
7545
7546 * MAINTAINERS (Write After Approval): Add self.
7547
53cdb27a
HPN
75482001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7549
7550 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7551
dd3a88c9
HPN
75522001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
7553
7554 * config.sub: Import from master sources, rev 1.226.
7555 * config.guess: Import from master sources, rev 1.216.
7556
d344dce9
HPN
75572001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7558
7559 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7560 * MAINTAINERS: Add self as maintainer of MMIX port.
7561 Remove old after-approval entry.
7562
63f6bcd7
JM
75632001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
7564
7565 * ChangeLog, configure: Fix spelling errors.
7566
84f92638
BK
75672001-10-20 Brendan Kehoe <brendan@zen.org>
7568
7569 * MAINTAINERS: Tweak my address.
7570
2f30eda4
R
7571Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
7572
7573 * MAINTAINERS: Update my email address.
7574
1567080c 75752001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 7576
f48a3b5c 7577 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 7578 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 7579
30106886
GB
75802001-10-10 Geert Bosch <bosch@gnat.com>
7581
e490616e 7582 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
7583 Added Robert Dewar.
7584
d3d51b8c
DB
75852001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
7586
7587 * MAINTAINERS (Write After Approval): Added self
7588
d1c3e709
GB
75892001-10-02 Geert Bosch <bosch@gnat.com>
7590
7591 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7592
50f5f793
JM
75932001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7594
7595 * configure: Handle temporary files securely using mkdir.
7596
7fddf9a9
AO
75972001-09-29 Alexandre Oliva <aoliva@redhat.com>
7598
7599 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7600
387beb82
WC
76012001-09-26 Will Cohen <wcohen@redhat.com>
7602
7603 * configure.in (*-*-linux*): Disable configuration of target-newlib
7604 and target-libgloss.
e490616e 7605
0c055e34
AO
76062001-09-26 Alexandre Oliva <aoliva@redhat.com>
7607
7608 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7609 RANLIB.
7610
759bfa90
AO
76112001-09-21 Alexandre Oliva <aoliva@redhat.com>
7612
7613 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7614 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7615 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7616 avoid quotes nesting problems.
7617 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7618 (DO_X): Export only variables that are set.
7619
1dc4a750
BE
76202001-09-19 Ben Elliston <bje@redhat.com>
7621
7622 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7623 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7624 semantics. Use the shell built-in "type" command instead.
7625
898c7238
AO
76262001-08-31 Alexandre Oliva <aoliva@redhat.com>
7627
7628 Merged from gcc-3_0-branch:
7629 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7630 * ltcf-c.sh: Use $objext, not $ac_objext.
7631 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7632 * ltcf-cxx.sh: Add support for GNU.
7633 2001-07-22 Timothy Wall <twall@redhat.com>
7634 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7635 default settings if using GNU tools with that configuration.
7636 * ltcf-cxx.sh: Ditto.
7637 * ltcf-gcj.sh: Ditto.
7638 2001-07-21 Michael Chastain <chastain@redhat.com>
7639 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7640 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7641 * ltmain.sh: Mark as gcc-local.
7642
8fa0a32e
EC
76432001-08-30 Eric Christopher <echristo@redhat.com>
7644 Jason Eckhardt <jle@redhat.com>
7645
7646 * config.guess: Merge from master sources.
7647 * config.sub: Merge from master sources, add support for mipsisa32.
7648
32f30f91 76492001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
7650 * config.sub: Merge from master sources, rev 1.219.
7651 * MAINTAINERS: Add self as contact for stormy16 port.
7652
f6084f99
ZW
76532001-08-14 Zack Weinberg <zackw@panix.com>
7654
7655 * config.sub: Merge from master sources, rev 1.218.
7656 * config.guess: Merge from master sources, rev 1.209.
7657
91b54f7f
GS
76582001-08-11 Graham Stott <grahams@redhat.com>
7659
7660 * Makefile.in (check-c++): Add missing semicolon.
7661
e5b3941e
JH
7662Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
7663
32f30f91 7664 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 7665
6387a56e
EC
76662001-07-30 Eric Christopher <echristo@redhat.com>
7667
7668 * MAINTAINERS (Various maintainers: mips port): Added myself.
7669
53b475f0
AH
76702001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7671
e490616e 7672 * configure.in (sh-*-linux*): New.
53b475f0 7673
2a08c780
RH
76742001-07-27 Richard Henderson <rth@redhat.com>
7675
7676 * .cvsignore: Add LAST_UPDATED.
7677
bfa79422
UW
76782001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
7679
7680 * MAINTAINERS (Various maintainers: s390 port): Added myself.
7681
0ae85492
AH
76822001-07-16 Aldy Hernandez <aldyh@redhat.com>
7683
e490616e 7684 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 7685
8e1ab0fe
NP
7686Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
7687
7688 * MAINTAINERS (Write After Approval): Added myself.
7689
2b997990
SC
76902001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7691
7692 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7693 and libgcj on m68hc11/m68hc12.
7694
d920e825
L
76952001-06-27 H.J. Lu (hjl@gnu.org)
7696
7697 * Makefile (CFLAGS_FOR_BUILD): New.
7698 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7699
d425a1e0
JM
77002001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
7701
7702 * README: Remove version number.
7703
5b5b4207
GP
77042001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7705
7706 * INSTALL/README: Update wrt. to the installation instructions now
7707 residing in gcc/doc/install.texi.
7708
be839b69
JM
77092001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
7710
7711 * README: Replace with a cut-down and updated version of gcc/README.
7712
fe2ee7c4
DE
77132001-06-12 David Edelsohn <edelsohn@gnu.org>
7714
7715 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
7716 multilibs to be disabled.
7717
4f5d646c
DB
77182001-06-11 Daniel Berlin <dan@cgsoftware.com>
7719
7720 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 7721
818f0c85
AO
77222001-06-09 Alexandre Oliva <aoliva@redhat.com>
7723
7724 * config.guess: Import CVS version 1.195.
7725 * config.sub: Import CVS version 1.212.
7726
e9a8af10
AO
77272001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7728
7729 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7730 gcc/xgcc is built, use -print-prog-name to find out the program
7731 name to use.
7732
ae3ca0a9
PE
77332001-06-04 Phil Edwards <pme@sources.redhat.com>
7734
7735 * config.guess: Import CVS version 1.194. All gcc-local changes
7736 appear to also be in the master copy.
7737 * config.sub: Import CVS version 1.211.
7738
066bd40d
MM
7739Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
7740
7741 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7742 with_gcc]: Use `gcc -shared' to build a shared library.
7743
4aef4f33
JDA
7744Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
7745
7746 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7747 archives.
7748
c386f00f
RO
7749Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7750
7751 * MAINTAINERS (Write After Approval): Add myself.
7752
2ae5cea5
HPN
77532001-06-01 Hans-Peter Nilsson <hp@axis.com>
7754
7755 * configure.in (libstdcxx_flags): Do not try to execute
7756 libstdc++-v3/testsuite_flags until it exists.
7757
c3766183
AM
77582001-06-01 Alan Modra <amodra@bigpond.net.au>
7759
7760 * MAINTAINERS: Update my email address.
7761
9b337833
GS
77622001-05-31 Graham Stott <grahams@redhat.com>
7763
7764 * MAINTAINERS (Write After Approval): Add myself.
7765
55fce0eb
SP
77662001-05-28 Simon Patarin <simon.patarin@inria.fr>
7767
7768 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7769 libraries when using g++ with native linker.
7770
5f7de4b8
AO
77712001-05-28 Alexandre Oliva <aoliva@redhat.com>
7772
7773 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7774
a7bc0fbb
AO
77752001-05-22 Alexandre Oliva <aoliva@redhat.com>
7776
7777 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7778 [aix4*|aix5*]: Prepend blank.
7779
33456445
AO
77802001-05-20 Alexandre Oliva <aoliva@redhat.com>
7781
7782 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7783 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7784 of subdir/configure scripts to use the new libtool.m4.
7785
e48d3d00
MK
77862001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
7787
7788 * MAINTAINERS (Write After Approval): Add myself.
7789
9e0e191b
BK
77902001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7791
7792 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7793
3f19b439
BE
77942001-05-11 Ben Elliston <bje@redhat.com>
7795
7796 * Makefile.in (all-sid): New target.
7797 (check-sid, clean-sid, install-sid): Likewise.
7798
6ebe3121
JO
77992001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7800
7801 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7802
ca3667c4
AO
78032001-05-03 Alexandre Oliva <aoliva@redhat.com>
7804
7805 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7806 libgcj.
7807
78082001-05-03 Alexandre Oliva <aoliva@redhat.com>
7809
7810 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7811 gcc/xgcc is built, use -print-prog-name to find out the program
7812 name to use.
7813
b2964d63
AO
78142001-04-26 Alexandre Oliva <aoliva@redhat.com>
7815
b1bb2302
AO
7816 * configure.in (noconfigdirs): Don't reset it from scratch in the
7817 target case; only append to it.
6387a56e 7818
b2964d63
AO
7819 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7820 sparc-*-solaris2.8]: Disable ${libgcj}.
7821
8343765d
AO
78222001-04-25 Alexandre Oliva <aoliva@redhat.com>
7823
7824 * configure.in (libgcj_saved): Copy from $libgcj.
7825 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7826 --disable-libgcj.
7827
ddbb6d43
GRK
78282001-04-25 Gavin Romig-Koch <gavin@redhat.com>
7829
7830 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 7831 C front end maintainer.
ddbb6d43 7832
3fa03ff9
AG
7833Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7834
7835 * configure.in: Move *-chorusos target case to the proper switch.
7836 Disable libgcj.
7837
99ffe40f
AO
78382001-04-12 Alexandre Oliva <aoliva@redhat.com>
7839
7840 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7841 1.641.2.228.
7842
78faa32d
FS
78432001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7844
7845 * Makefile.in (STAGE1_CFLAGS): Pass down.
7846
cdbff0ab
AM
78472001-04-13 Alan Modra <amodra@one.net.au>
7848
7849 * config.guess: Add hppa64-linux support. Note for next import that
7850 this is already in the master file.
7851 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7852
75b9074c
AO
78532001-04-12 Alexandre Oliva <aoliva@redhat.com>
7854
7855 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7856 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7857
125404c5
SS
78582001-04-11 Stan Shebs <shebs@apple.com>
7859
7860 * MAINTAINERS: Add self as Darwin port maintainer.
7861
876684fe
AM
78622001-04-11 Alan Modra <amodra@one.net.au>
7863
7864 * MAINTAINERS: Update my email address.
7865
06729913
LR
78662001-04-10 Loren J. Rittle <ljrittle@acm.org>
7867
7868 * ltcf-cxx.sh: Support creation of C++ shared libraries on
7869 recent versions of FreeBSD (release 3 or later).
7870 * ltconfig: On FreeBSD, -lc must not be provided when building
7871 a shared library or else the standard -pthread gcc option is
7872 rendered worthless to later users of the built library.
7873
67916302
JM
78742001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
7875
7876 * MAINTAINERS: Add self and RTH as C front end maintainers.
7877
d2bc0628
AO
78782001-04-05 Alexandre Oliva <aoliva@redhat.com>
7879
e490616e
ZW
7880 * config.sub: Make sure to match an already-canonicalized
7881 machine name (eg. mn10300-unknown-elf).
d2bc0628 7882
a3406c06
AO
78832001-04-01 Alexandre Oliva <aoliva@redhat.com>
7884
7885 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7886 New macros.
7887 (bootstrap, cross): Use RECURSE_FLAGS.
7888 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7889
a076f6a4
AO
78902001-03-27 Alexandre Oliva <aoliva@redhat.com>
7891
7892 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7893
e9f4fa71
CH
78942001-03-22 Colin Howell <chowell@redhat.com>
7895
7238de5c
CH
7896 * Makefile.in (DO_X): Do not backslash single-quotes in
7897 backquotes (two places).
e9f4fa71 7898
b6b14b1b
AO
78992001-03-22 Alexandre Oliva <aoliva@redhat.com>
7900
7901 Re-installed:
7902 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7903 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7904 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7905 * ltcf-cxx.sh: Likewise.
7906 * ltcf-gcj.sh: Likewise.
7907
1eb0b89d
GP
79082001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7909
7910 * MAINTAINERS: Add myself as "documentation co-maintainer".
7911
82e23236
AO
79122001-03-22 Alexandre Oliva <aoliva@redhat.com>
7913
7914 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7915 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7916
64ec27c3
TT
79172001-03-19 Tom Tromey <tromey@redhat.com>
7918
7919 * config-ml.in: Handle GCJ and GCJFLAGS.
7920
191de407
MC
79212001-03-21 Michael Chastain <chastain@redhat.com>
7922
7923 * Makefile.in: all-m4 depends on all-texinfo.
7924
fed4dede
LR
79252001-03-20 Loren J. Rittle <ljrittle@acm.org>
7926
7927 * MAINTAINERS: Add myself to write after approval list.
7928
085072bb
LB
79292001-03-18 Laurynas Biveinis <lauras@softhome.net>
7930
7931 * Makefile.in (DO_X): Quote nested quotes.
7932
5af8ea3f
AM
79332001-03-18 Alan Modra <alan@linuxcare.com.au>
7934
7935 * MAINTAINERS: Add myself to write after approval list.
7936
69e23037
LB
79372001-03-15 Laurynas Biveinis <lauras@softhome.net>
7938
7939 * Makefile.in (DO_X): Use double quotes for quoting
7940 "RANLIB=$${RANLIB}".
7941
2b9650f4
OP
79422001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
7943
7944 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
7945
4698d2cf
NP
79462001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7947
7948 * configure.in: Only use `lang_requires' for languages athat are
7949 actually enabled.
7950
f6646274
PE
79512001-03-08 Phil Edwards <pme@sources.redhat.com>
7952
7953 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
7954
c9a54638
AO
79552001-03-08 Alexandre Oliva <aoliva@redhat.com>
7956
7957 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7958
6a556ad6
TT
79592001-03-07 Tom Tromey <tromey@redhat.com>
7960
7961 * configure.in: Allow config-lang.in to set `lang_requires' to list
7962 of other required languages.
7963
6822468a
LB
79642001-03-06 Laurynas Biveinis <lauras@softhome.net>
7965
7966 * Makefile.in: Remove RANLIB definition. Use RANLIB
7967 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7968 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 7969
f04885d3 79702001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 7971 Alexandre Oliva <aoliva@redhat.com>
6387a56e 7972
f04885d3
BK
7973 * Makefile.in (check-c++): Use tabs, not spaces.
7974
288edf47 79752001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 7976
288edf47
LB
7977 * MAINTAINERS: add myself to Write After Approval list.
7978
3d55d2f8 79792001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 7980
e490616e 7981 * Makefile.in (check-c++): New rule.
6387a56e 7982
4d88a68a
BK
7983 * configure.in (target_libs): Remove libg++.
7984 (noconfigdirs): Remove libg++.
7985 (noconfigdirs): Same.
7986 (noconfigdirs): Same.
7987 (noconfigdirs): Same.
7988
7989 * config-ml.in: Remove libg++ references.
7990
7991 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7992 (ALL_TARGET_MODULES): Same.
7993 (configure-target-libg++): Remove.
7994 (all-target-libg++): Remove.
7995 (configure-target-libio): Remove.
7996 (all-target-libio): Remove.
7997 (check-target-libio): Remove.
7998 (.PHONY): Remove.
7999 (libg++.tar.bz2): Remove.
8000 (all-target-cygmon): Remove libio.
8001 (all-target-libstdc++): Remove.
8002 (configure-target-libstdc++): Remove.
8003 (TARGET_LIB_PATH): Remove libstdc++.
8004 (ALL_GCC_CXX): Remove libstdc++.
8005 (all-target-gperf): Correct.
8006
2437d4ed
NC
80072001-02-16 Nick Clifton <nickc@redhat.com>
8008
8009 * configure.in (noconfigdirs): Allow configuration of texinfo
8010 for Cygwin hosts.
8011
85b99cbe
AG
80122001-02-15 Anthony Green <green@redhat.com>
8013
8014 * configure: Introduce GCJ_FOR_TARGET.
8015 * configure.in: Ditto.
8016 * Makefile.in: Ditto.
8017
7b18790c
AS
80182001-02-13 Andreas Schwab <schwab@suse.de>
8019
8020 * MAINTAINERS: Update mail address.
8021
c4880c99
MS
80222001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8023
8024 * config.guess: Add linux target for S/390.
8025 * config.sub: Likewise.
8026
e31ae6db
CC
80272001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8028
8029 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 8030 target-libgloss.
e31ae6db 8031
7739adfb
BE
80322001-02-06 Ben Elliston <bje@redhat.com>
8033
8034 * configure: Output host type to stdout, not stderr.
8035
36ca672c
MM
80362001-02-05 Mark Mitchell <mark@codesourcery.com>
8037
e40f2829 8038 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
8039 * ltcf-cxx.sh: Likewise.
8040
36ca672c
MM
8041 * config.if: Assume enable_libstdcxx_v3 is defined.
8042
22fdd65e
MM
80432001-02-04 Mark Mitchell <mark@codesourcery.com>
8044
8045 Remove V2 C++ library.
8046 * configure.in: Remove --enable-libstdcxx_v3 support.
8047
3b60dd8e
BM
80482001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
8049
8050 * include/demangle.h: Add prototype for java_demangle_v3.
8051
42c0c80a
PE
80522001-01-29 Phil Edwards <pme@sources.redhat.com>
8053
8054 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
8055
0be25992
RH
80562001-01-27 Richard Henderson <rth@redhat.com>
8057
8058 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8059
8a8de62d
MS
80602001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8061
8062 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8063 Don't unset, it's non-portable and no longer necessary, set to empty
8064 instead.
8065
92769744
MS
80662001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8067
8068 * ltconfig: Shell portability fix for the tagname validity check.
8069
88a1c0ab
AO
80702001-01-27 Alexandre Oliva <aoliva@redhat.com>
8071
8072 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8073 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8074
45291dd5
MS
80752001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8076
8077 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8078
1ace7e15
TT
80792001-01-26 Tom Tromey <tromey@redhat.com>
8080
8081 * configure.in: Allow libgcj to be built on Sparc Solaris.
8082
0ef8b11b
DE
80832001-01-25 David Edelsohn <edelsohn@gnu.org>
8084
8085 * ltcf-c.sh: Add aix5 case.
8086 * ltcf-cxx.sh: Likewise.
8087 * ltconfig: Likewise.
8088
0006091e
AO
80892001-01-24 Alexandre Oliva <aoliva@redhat.com>
8090
9bad11e1
AO
8091 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8092 keep at least one of build_libtool_libs or build_old_libs set to
8093 yes.
8094
0006091e
AO
8095 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8096 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8097
7c01b2b5
BM
80982001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8099
8100 * configure.in: Enable libgcj on several additional platforms.
8101
d340e0ac
BM
81022001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8103
8104 * configure.in: Enable libgcj for linux targets.
8105
5baf8c37
MS
81062001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8107
8108 * MAINTAINERS (Write After Approval): Add myself.
8109
10a0ba84
JDA
81102001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
8111
8112 * MAINTAINERS: Add myself as vax port maintainer.
8113
357c6a4b
FH
81142001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
8115
8116 * MAINTAINERS: Add myself as Mercury front-end maintainer.
8117
6e2d9a7a
MS
81182001-01-09 Mike Stump <mrs@wrs.com>
8119
8120 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8121 failures of subdirectories.
8122
b6b14b1b 81232001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 8124
b6b14b1b 8125 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 8126 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
8127 * ltcf-cxx.sh: Likewise.
8128 * ltcf-gcj.sh: Likewise.
8129 * ltconfig.sh: Fix typo.
976b230d 8130
07109110
LB
81312001-01-02 Laurynas Biveinis <lauras@softhome.net>
8132
8133 * configure: handle DOS-style absolute paths.
8134
1da5b8fc
LB
81352001-01-02 Laurynas Biveinis <lauras@softhome.net>
8136
8137 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8138
4c2f5b4f
MM
81392000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
8140
8141 * MAINTAINERS: Add myself as avr port co-maintainer.
8142
bc53668e
BE
81432000-12-28 Ben Elliston <bje@redhat.com>
8144
8145 * MAINTAINERS: Add myself under ``Write After Approval''.
8146
c387606f
JM
81472000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
8148
8149 * texinfo: Remove directory from GCC.
8150
2cb5082c
JM
81512000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8152
8153 * COPYING: Update to current
8154 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8155 to 19yy as example year in copyright notice).
8156
cc330df9
BK
81572000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8158
6387a56e 8159 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
8160 (libstdcxx_incdir): Pass down.
8161 * config.if: Remove expired bits for cxx_interface, add stub.
8162 (libstdcxx_incdir): Add variable for g++ include directory.
8163 * configure.in (gxx_include_dir): Use it.
6387a56e 8164
4c6b2835
AO
81652000-12-18 Alexandre Oliva <aoliva@redhat.com>
8166
8167 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
8168 with old-email address from ``Write After Approval''.
8169
3896f13e
AJ
81702000-12-15 Andreas Jaeger <aj@suse.de>
8171
8172 * configure.in: Handle lang_dirs.
8173
81742000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 8175
ad46e881
TT
8176 * MAINTAINERS: Removed brads.
8177
90a10418
TT
8178 * MAINTAINERS: Added gcj developers.
8179
41dfe3a2 81802000-12-13 Anthony Green <green@redhat.com>
6387a56e 8181
41dfe3a2 8182 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
8183 listed. Disable libgcj for x86 and Alpha Linux until compatible
8184 with g++ abi.
6387a56e 8185
e2f601da
MS
81862000-12-13 Mike Stump <mrs@wrs.com>
8187
8188 * Makefile.in (local-distclean): Also remove fastjar.
8189
70030c01
RB
81902000-12-12 Rodney Brown <RodneyBrown@mynd.com>
8191
8192 * contrib/gcc_update: Add fastjar --touch entries.
8193
2a50f859
AO
81942000-12-12 Alexandre Oliva <aoliva@redhat.com>
8195
8196 * configure.in: Disable language-specific target libraries for
8197 languages that aren't enabled.
8198
7743113b
AG
81992000-12-10 Anthony Green <green@redhat.com>
8200
8201 * configure.in: Define libgcj. Disable libgcj target libraries for
8202 most targets.
8203
92e061a6
NB
82042000-12-10 Neil Booth <neilb@earthling.net>
8205
8206 * MAINTAINERS: Update mail address, remove from WAA list.
8207
f34ff6d6
APB
82082000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8209
8210 * libjava: Imported from /cvs/java.
8211 * libffi: Likewise.
8212 * Boehm-gc: Likewise.
8213
d82a33c6
APB
82142000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8215
8216 * configure.in (target_libs): Revert 2000-12-08 patch.
8217 (noconfigdirs): Added target-libjava.
8218
e14f8e28
LB
82192000-12-09 Laurynas Biveinis <lauras@softhome.net>
8220
8221 * djunpack.bat: removed.
8222
fc26516b
LB
82232000-12-09 Laurynas Biveinis <lauras@softhome.net>
8224
8225 * Makefile.in: handle DOS-style absolute paths.
8226 * config-ml.in: likewise.
8227 * symlink-tree: likewise.
8228
bd8757b3
APB
82292000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8230
8231 * fastjar: Imported.
8232
81522a1f
APB
82332000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8234
8235 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8236 libjava.
8237 * configure.in (target_libs): Removed `target-libjava'.
8238
5db1f7ed
APB
82392000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8240
8241 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8242 (ALL_MODULES): Added fastjar.
8243 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8244 (all-target-libjava): all-fastjar replaces all-zip.
8245 (all-fastjar): Added.
8246 (configure-target-fastjar, all-target-fastjar): Likewise.
8247 * configure.in (host_tools): Added fastjar.
8248
5e59997c
MS
82492000-12-07 Mike Stump <mrs@wrs.com>
8250
8251 * Makefile.in (local-distclean): Remove leftover built files.
8252
0a534f40
NC
82532000-11-24 Nick Clifton <nickc@redhat.com>
8254
8255 * configure.in (xscale-elf): Add target.
8256 (xscale-coff): Add target.
8257
7686cadf
LR
82582000-11-22 Loren J. Rittle <ljrittle@acm.org>
8259
e490616e
ZW
8260 * ltcf-cxx.sh: Support creation of C++ shared libraries on
8261 recent versions of FreeBSD (release 3 or later).
8262 * ltconfig: On FreeBSD, -lc must not be provided when building
8263 a shared library or else the standard -pthread gcc option is
8264 rendered worthless to later users of the built library.
7686cadf 8265
fff01699
FF
82662000-11-16 Fred Fish <fnf@be.com>
8267
8268 * configure.in (enable_libstdcxx_v3): Fix typo,
8269 libstd++ -> libstdc++.
8270
4dc16355
KL
82712000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8272
8273 * MAINTAINERS: Add self to Write After Approval list.
8274
bf6fc7b2
BS
82752000-11-21 Bernd Schmidt <bernds@redhat.com>
8276
8277 * MAINTAINERS: Update my email address. Add myself to global write
8278 privs list.
8279
ce8e06b1
AO
82802000-11-18 Alexandre Oliva <aoliva@redhat.com>
8281
6e2a4843
AO
8282 * Makefile.in: Merge with src and libgcj.
8283 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8284 configure-target-<library> when their configure scripts need the C
8285 or C++ library to have already been built to work properly.
8286 (do_proto_toplev): Set them to an empty string.
8287
ce8e06b1
AO
8288 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8289 (REALLY_SET_LIB_PATH): Use them.
8290
c003f378
SS
82912000-11-17 Stan Shebs <shebs@apple.com>
8292
8293 * MAINTAINERS: Add self to Write After Approval list.
8294
cc1e60ea
JM
82952000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8296
8297 * configure: Provide the original toplevel configure arguments
8298 (including $0) to subprocesses in the environment rather than
8299 through gcc/configargs.h.
8300
1173593d
JM
83012000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8302
8303 * MAINTAINERS: Remove references to cccp. Change C9X reference to
8304 C99. Alphabetise "Write After Approval" list.
8305
520907ee
MM
83062000-11-12 Mark Mitchell <mark@codesourcery.com>
8307
34f6fbdb
MM
8308 * configure: Turn on libstdc++ V3 by default.
8309
520907ee
MM
8310 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8311 if we've got GCC.
8312
0bbd37ed
PB
83132000-11-11 Philip Blundell <philb@gnu.org>
8314
8315 * MAINTAINERS: Add self to Write After Approval list.
8316
7ca0e6d9
DE
83172000-11-09 David Edelsohn <edelsohn@gnu.org>
8318
8319 * ltcf-c.sh (aix4): Improve shared library configuration; require
8320 exporting symbols.
8321 * ltcf-cxx.sh (aix4): Define.
8322 * ltconfig (aix4): Define library and soname specs appropriate for
8323 AIX. Define command to create export symbols list.
8324
f559f30b
CF
8325Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
8326
8327 * config.sub: Add support for Sun Chorus
8328
fc05d516
NC
83292000-10-31 Nick Clifton <nickc@redhat.com>
8330
8331 * MAINTAINERS: Rename <name>@cygnus.com addresses to
8332 <name>@redhat.com. Also installed new email address for Clint
8333 Popetz.
6387a56e 8334
90a0e73f
JM
83352000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
8336
8337 * etc: Remove directory from GCC.
8338
a5e1b548
MM
83392000-10-16 Michael Meissner <meissner@redhat.com>
8340
8341 * configure (gcc/configargs.h): Only create if there is a build GCC
8342 directory created.
8343
6387a56e
EC
83442000-10-16 Matthias Klose <doko@debian.org>
8345
be1db873
MK
8346 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8347 when configured for libstdc++-v3.
8348
f5fa9a5b
PE
83492000-10-05 Phil Edwards <pme@gcc.gnu.org>
8350
8351 * configure: Save configure arguments to gcc/configargs.h.
8352
61a77fea
PT
83532000-10-04 Philipp Thomas <pthomas@suse.de>
8354
8355 * config.guess: Import CVS version 1.157.
8356 * config.sub: Import CVS version 1.181.
8357
3a4fee66
AP
83582000-10-04 Andris Pavenis <pavenis@latnet.lv>
8359
8360 * Makefile.in (bootstrap): avoid recursion if subdir missing
8361 (cross): ditto
8362 (do-proto-toplev): ditto
8363
3dd7094e
AO
83642000-09-30 Alexandre Oliva <aoliva@redhat.com>
8365
de710532
AO
8366 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8367 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8368
3dd7094e
AO
8369 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8370 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8371 all affected `configure' scripts.
8372
e592386f
NB
8373Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
8374
8375 * MAINTAINERS: Add self as cpplib co-maintainer.
8376
fba54939
AH
83772000-09-24 Aldy Hernandez <aldyh@redhat.com>
8378
8379 * MAINTAINERS: Add self to Write After Approval list.
8380
2bd429f4
GP
83812000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8382
8383 * INSTALL/README: egcs -> GCC update.
8384
d733f374
ME
8385Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
8386
8387 * MAINTAINERS: Add myself to Write After Approval list.
8388
d7ce9a83
KH
83892000-09-15 Kazu Hirata <kazu@hxi.com>
8390
8391 * MAINTAINERS: Add myself to Write After Approval list.
8392
18a53ffe
JL
8393Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8394
e490616e
ZW
8395 * configure.in: Do not build byacc for hppa64. Provide paths to the
8396 X11 libraries for hppa64.
18a53ffe 8397
f246ff23
SC
83982000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8399
8400 * MAINTAINERS: Add myself as 68hc11 port maintainer.
8401
06298abd
AO
84022000-09-06 Alexandre Oliva <aoliva@redhat.com>
8403
4b92758a
AO
8404 * Makefile.in (all-zlib): Added dummy target.
8405
06298abd
AO
8406 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8407 ltcf-gcj.sh: Updated from libtool multi-language branch.
8408
4d73d07a
AO
84092000-09-05 Alexandre Oliva <aoliva@redhat.com>
8410
8411 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8412 (bootstrap*): Depend on all-bootstrap.
8413
05d52d78
PT
84142000-09-05 Philipp Thomas <pthomas@suse.de>
8415
8416 * config.guess: Import CVS version 1.156.
8417 * config.sub: Import CVS version 1.179.
8418
3c809ba4
AG
84192000-09-02 Anthony Green <green@cygnus.com>
8420
8421 * Makefile.in (all-gcc): Depend on all-zlib.
8422 (CLEAN_MODULES): Add clean-zlib.
8423 (ALL_MODULES): Add all-zlib.
8424 * configure.in (host_libs): Add zlib.
8425
10ad78a0 84262000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
8427
8428 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8429 crosses, but add gcc/include to the header search path for them.
8430
b36a9ce3
DB
84312000-08-04 David E. O'Brien <obrien@FreeBSD.org>
8432
8433 * MAINTAINERS: Add self to Write After Approval list.
8434
cb011248
FS
84352000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8436
8437 * config.guess: Import CVS version 1.152.
8438 * config.sub: Import CVS version 1.177.
8439
db310af0
AO
84402000-08-25 Alexandre Oliva <aoliva@redhat.com>
8441
7965440a
AO
8442 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8443 $targargs to tell whether newlib is going to be built.
8444
db310af0
AO
8445 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8446 $$r/TARGET_SUBDIR/libio for _G_config.h.
8447
e7977565
AO
84482000-08-23 Alexandre Oliva <aoliva@redhat.com>
8449
8450 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
8451
126bb9ed
DD
84522000-08-22 DJ Delorie <dj@redhat.com>
8453
8454 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
8455
5b0e9d29
AO
84562000-08-22 Alexandre Oliva <aoliva@redhat.com>
8457
8458 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8459 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8460 sub-configures.
8461
4f3e904e
DD
84622000-08-21 DJ Delorie <dj@redhat.com>
8463
8464 * MAINTAINERS: Add self as a libiberty maintainer
8465
c9635443
AO
84662000-08-16 Alexandre Oliva <aoliva@redhat.com>
8467
8468 * configure.in (libstdcxx_flags): Use
8469 libstdc++-v3/src/libstdc++.INC.
8470
8b2100ba
AO
84712000-08-15 Alexandre Oliva <aoliva@redhat.com>
8472
8473 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8474
57119aa9
ZW
84752000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8476
eeb943b0
ZW
8477 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8478
6387a56e 8479 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
8480 explicit. Substitute enable_threads into generated Makefiles.
8481 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8482 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8483
acffa7c4
GK
84842000-08-13 Geoff Keating <geoffk@cygnus.com>
8485
8486 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8487
808d8c41
AO
84882000-08-12 Alexandre Oliva <aoliva@redhat.com>
8489
8490 * config-ml.in (CC): Remove bogus duplicate quotation mark from
8491 previous delta.
8492
1fc8c51c 84932000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 8494
1fc8c51c
JM
8495 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8496 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8497 (FLAGS_FOR_TARGET): Not here.
8498 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 8499
25698887
AO
85002000-08-11 Alexandre Oliva <aoliva@redhat.com>
8501
8502 * config-ml.in (CC, CXX): Don't introduce a leading space.
8503
10120687
DD
85042000-08-07 DJ Delorie <dj@delorie.com>
8505
8506 * MAINTAINERS: Add self as a DJGPP maintainer
8507
15c758e9
DD
85082000-08-07 DJ Delorie <dj@redhat.com>
8509
8510 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8511 "if we're also building gcc, and it's a gcc that will run on the
8512 build machine, we want to use its includes instead of the system's
8513 default includes".
8514
2d0de245
JM
85152000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
8516
8517 * MAINTAINERS: Add self to Write After Approval list.
8518
e81b330a
AO
85192000-08-03 Alexandre Oliva <aoliva@redhat.com>
8520
83440c1e
AO
8521 * configure.in (libstdcxx_flags): Don't use `"'.
8522
e81b330a
AO
8523 * config-ml.in: Adjust multilib search paths to the
8524 appropriate multilib tree.
8525
cf95c847
AO
85262000-08-02 Alexandre Oliva <aoliva@redhat.com>
8527
8528 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8529 commas in $LANGUAGES.
8530
9e9af119
MH
85312000-08-02 Manfred Hollstein <manfredh@redhat.com>
8532
8533 * configure.in: Re-enable all references to libg++ and librx.
8534
606ce391
AO
85352000-08-01 Alexandre Oliva <aoliva@redhat.com>
8536
89820b43
AO
8537 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8538 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
8539 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8540 * ltcf-cxx.sh (need_lc): Set based on postdeps.
8541
606ce391
AO
8542 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8543
04179d4a
AO
85442000-07-31 Alexandre Oliva <aoliva@redhat.com>
8545
8546 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8547 CXX_FOR_TARGET for sed.
8548
d4eb109c
AO
85492000-07-30 Alexandre Oliva <aoliva@redhat.com>
8550
8551 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8552 Do not override if already set in the environment or in configure.
8553 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8554 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8555
4f4caf92
AO
85562000-07-28 Alexandre Oliva <aoliva@redhat.com>
8557
8558 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8559 the libtool CVS tree multi-language branch.
8560 * ltconfig, ltmain.sh: Updated.
6387a56e 8561
b87487b6
AO
85622000-07-27 Alexandre Oliva <aoliva@redhat.com>
8563
1670d1ea
AO
8564 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8565 (clean-target): Depend on it.
8566
b87487b6
AO
8567 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8568 (GCC_FOR_TARGET): Use it.
8569 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8570 * configure.in: ... here.
8571 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8572 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8573
4e81ae98
EC
85742000-07-24 Eric Christopher <echristo@cygnus.com>
8575
8576 * MAINTAINERS: Add self to Write After Approval list.
8577
059ae32c
AO
85782000-07-24 Alexandre Oliva <aoliva@redhat.com>
8579
5b28edd4
AO
8580 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8581 (configure-target-libchill, configure-target-libobjc): Likewise.
8582
059ae32c
AO
8583 * configure.in: Use the same cache file for all target libs.
8584 * config-ml.in: But different cache files per multilib variant.
8585
1adcd149
MS
85862000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8587
8588 * configure (topsrcdir): Don't use dirname.
8589
2d573dff
JO
85902000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
8591
8592 * MAINTAINERS: Add self to Write After Approval list.
8593
d207ebef
JM
85942000-07-20 Jason Merrill <jason@redhat.com>
8595
8596 * configure.in: Remove all references to libg++ and librx.
8597
8598 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8599
86002000-07-20 Hans-Peter Nilsson <hp@axis.com>
8601
8602 * config.sub: Update to subversions version 2000-07-06.
8603
7b7792d5
AH
86042000-07-12 Andrew Haley <aph@cygnus.com>
8605
8606 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8607 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8608
3abaac67
PE
86092000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8610
8611 * symlink-tree: Check number of arguments.
8612
34be2b36
JW
86132000-07-05 Jim Wilson <wilson@cygnus.com>
8614
8615 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8616 search path for a g++ extracted from the build tree. This
8617 will allow link tests run by configure scripts in
8618 subdirectories to succeed.
8619
d207ebef
JM
86202000-07-01 Koundinya K <kk@ddeorg.soft.net>
8621
e490616e 8622 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 8623
0900331b
MH
86242000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8625
8626 * MAINTAINERS: Add myself as loop discovery maintainer.
8627
d207ebef
JM
86282000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8629
8630 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8631 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8632
86332000-06-19 Timothy Wall <twall@cygnus.com>
8634
8635 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8636 * config.sub: Add tic54x target.
8637
11a27a76
TM
8638Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
8639
8640 * MAINTAINERS: Add self as Fortran maintainer,
8641 remove Craig Burley.
8642
d207ebef 8643Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 8644
d207ebef
JM
8645 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8646 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 8647
7758b73f
PT
8648Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
8649
8650 * MAINTAINERS: Add self as i18n maintainer
8651
d207ebef
JM
865220000-05-21 H.J. Lu (hjl@gnu.org)
8653
e490616e
ZW
8654 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8655 directory are used if they exist. Make sure
8656 $(build_tooldir)/include is searched for header files,
8657 $(build_tooldir)/lib/ for library files.
d207ebef 8658 (GCC_FOR_TARGET): Likewise.
e490616e 8659 (CXX_FOR_TARGET): Likewise.
d207ebef 8660
bae29210
JL
8661Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
8662
8663 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8664
d207ebef 8665Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
8666
8667 * Makefile.in (configure-target-libiberty): Depend on
8668 configure-target-newlib.
8669
aab0d19d
AO
86702000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8671
8672 * configure.in, Makefile.in: Merge all libffi-related
8673 configury stuff from the libgcj tree.
8674
d207ebef
JM
8675Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
8676
8677 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8678 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8679
8680Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8681
8682 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8683 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 8684 current version information. Add to proto-toplev directory.
d207ebef
JM
8685 (gdb-taz): Build do-djunpack.
8686
758c7bd4
DE
86872000-05-15 David Edelsohn <edelsohn@gnu.org>
8688
8689 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8690
1888228d
AC
8691Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
8692
8693 * MAINTAINERS: Add self to Write After Approval list.
8694
d207ebef
JM
86952000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8696
8697 * ltmain.sh: Preserve in relink_command any environment
8698 variables that may affect the linker behavior.
8699
2d7cc2fe
JL
8700Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
8701
d207ebef
JM
8702 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8703
8704Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
8705
8706 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8707
87082000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8709
8710 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 8711 with the version name.
2d7cc2fe 8712
ee455968
JE
8713Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
8714
8715 * MAINTAINERS: Add self as bb-reorder maintainer.
8716
73b97e5c
BK
87172000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8718
8719 * config.if: Tweak.
8720
d207ebef
JM
87212000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8722
8723 * djunpack.bat: New file.
8724
8725Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
8726
8727 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
8728 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8729 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8730 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 8731
954869eb
DP
87322000-04-16 Dave Pitts <dpitts@cozx.com>
8733
e490616e
ZW
8734 * config.sub (case $basic_machine): Change default for "ibm-*"
8735 to "openedition".
954869eb 8736
eaabe541
AJ
87372000-04-13 Andreas Jaeger <aj@suse.de>
8738
8739 * MAINTAINERS: Added myself.
8740
d207ebef
JM
8741Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8742
8743 * Makefile.in (gdb-taz): New target. GDB specific archive.
8744 (do-md5sum): New target.
8745 (MD5PROG): Define.
8746 (PACKAGE): Default to TOOL.
8747 (VER): Default to a shell script.
8748 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 8749 md5 checksum generation.
d207ebef
JM
8750 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8751 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8752 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 8753 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
8754
8755Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
8756
8757 * configure (warn_cflags): Delete.
8758
0ea6d60c
PDM
8759Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
8760
8761 * MAINTAINERS: Added myself.
8762
17090313 87632000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 8764 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 8765
e490616e
ZW
8766 * configure.in (enable_libstdcxx_v3): Add.
8767 (target_libs): Add bits here to switch between libstdc++-v2 and
8768 libstdc++-v3.
8769 * config.if: And this file too.
8770 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 8771
76b78517
MM
87722000-04-05 Michael Meissner <meissner@redhat.com>
8773
8774 * config.sub (d30v): Add d30v as a basic machine type.
8775
ad242caf
JM
87762000-03-29 Jason Merrill <jason@casey.cygnus.com>
8777
8778 * configure.in: -linux-gnu*, not -linux-gnu.
8779
d4537148
TM
8780Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
8781
8782 * MAINTAINERS: Add self in write-after-approval section.
8783
f152e9d4
JW
8784Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
8785
8786 * MAINTAINERS: Add self as ia64 port maintainer.
8787
6a5fcef1
NB
87882000-03-08 Neil Booth <NeilB@earthling.net>
8789
8790 * MAINTAINERS: Add self in write-after-approval section.
8791
d207ebef 8792Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 8793
d207ebef
JM
8794 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8795 (do-tar-bz2): Replace TOOL with PACKAGE.
8796 (gdb.tar.bz2): Remove GDBTK from GDB package.
8797 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 8798 dejagnu.tar.bz2): New packages.
d207ebef
JM
8799
88002000-02-27 Andreas Jaeger <aj@suse.de>
8801
8802 * configure.in: Add entry for mips*-*-linux*, move catch all
8803 *-*-*linux* entry below this one.
8804
88052000-02-27 Ian Lance Taylor <ian@zembu.com>
8806
8807 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 8808
521fe9d0
NC
88092000-02-24 Nick Clifton <nickc@cygnus.com>
8810
8811 * config.sub: Support an OS of "wince".
8812
d207ebef
JM
8813Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
8814
8815 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 8816 version.
d207ebef
JM
8817
88182000-02-23 Linas Vepstas <linas@linas.org>
8819
8820 * config.sub: Add support for Linux/IBM 370.
8821 * configure.in: Likewise.
8822
3a685f6f
NC
88232000-02-22 Nick Clifton <nickc@cygnus.com>
8824
8825 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8826
d207ebef 88272000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 8828
d207ebef 8829 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 8830
4746ee26
KG
88312000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8832
8833 * configure (gcc_version): When setting, narrow search to
8834 lines containing `version_string'.
8835
ba96c72d
DC
88362000-02-15 Denis Chertykov <denisc@overta.ru>
8837
8838 * config.sub: Add support for avr target.
8839
77f16a66
NC
88402000-02-14 Nick Clifton <nickc@cygnus.com>
8841
8842 * MAINTAINERS: Add maintainers for MCore port.
8843
784a3a80
HPN
8844Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
8845
8846 * config.sub: Add mmix-knuth-mmixware.
8847
719dd4fa
KG
88482000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8849
8850 * MAINTAINERS: Pair cccp with cpplib maintainership.
8851
d207ebef
JM
88522000-01-27 Christopher Faylor <cgf@redhat.com>
8853
8854 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8855 structure stuff to -L library search.
8856 (CXX_FOR_TARGET): Ditto.
8857 (CROSS_CHECK_MODULES): Fix spelling mistake.
8858
7a53e94b
MM
88592000-01-24 Mark Mitchell <mark@codesourcery.com>
8860
8861 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8862 the C++ compiler.
8863
0da3b5a7
RH
88642000-01-12 Richard Henderson <rth@cygnus.com>
8865
8866 * configure.in: Don't build some bits for beos.
8867
02368d6d
JS
88682000-01-12 Joel Sherrill (joel@OARcorp.com)
8869
8870 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8871 as include files.
8872
2e76d35c
ZW
88732000-01-11 Zack Weinberg <zack@wolery.cumb.org>
8874
8875 * Add self as cpplib maintainer, as requested by Jason
8876 Merrill. Correct my e-mail address.
8877
4c25fdcf
GK
88782000-01-06 Geoff Keating <geoffk@cygnus.com>
8879
8880 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8881 not mh-aix43.
8882
188e3966
HPN
8883Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
8884
8885 * MAINTAINERS: Add myself to "write after approval" list.
8886
c2f5d030
RH
88871999-12-14 Richard Henderson <rth@cygnus.com>
8888
8889 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8890 * config.sub: Accept alphaev[78], alphaev8.
8891
eeda916a
AO
88921999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8893
8894 * config.guess, config.sub: Update from autoconf.
8895
b3bd7820
BK
88961999-11-29 Bruce Korb <autogen@linuxbox.com>
8897
2c290989 8898 * MAINTAINERS: update my playtime e-address.
b3bd7820 8899
1882b2b1
RO
8900Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8901
8902 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8903 necessary libraries are missing.
8904
2395f805
DN
8905Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
8906
8907 * MAINTAINERS: Add new 'write after approval' maintainer.
8908
1e25de97
APB
8909Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
8910
8911 * MAINTAINERS: Add new Java maintainer.
8912
1722c704
AS
89131999-10-25 Andreas Schwab <schwab@suse.de>
8914
8915 * configure: Fix quoting inside arguments of eval.
8916
8141abe8
NC
89171999-10-21 Nick Clifton <nickc@cygnus.com>
8918
8919 * config-ml.in: Allow suppression of some ARM multilibs.
8920
0b77644a
LV
8921Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8922
8923 * config.guess: Add OS/390 match pattern.
8924 * config.sub: Add mvs, openedition targets.
8925 * configure.in (i370-ibm-opened*): New.
8926
d207ebef
JM
89271999-09-04 Steve Chamberlain <sac@pobox.com>
8928
8929 * config.sub: Add support for configuring for pj.
8930
89311999-08-31 Nick Clifton <nickc@cygnus.com>
8932
8933 * config.sub (maybe_os): Add support for configuring for fr30.
8934
af13ebe9
NC
89351999-08-25 Nick Clifton <nickc@cygnus.com>
8936
8937 * configure.in: Do not configure or build ld for AIX
8938 platforms. ld is known to be broken on these platforms.
8939
1250c760
RO
8940Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8941
8942 * config-ml.in: Pass compiler flag corresponding to multidirs to
8943 subdir configures.
8944
d207ebef
JM
89451999-08-09 Ian Lance Taylor <ian@zembu.com>
8946
8947 * Makefile.in (LDFLAGS): Define.
8948
89491999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8950
8951 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8952 noconfigdirs.
8953 (*-*-cygwin*): Likewise.
8954
89551999-08-08 Ian Lance Taylor <ian@zembu.com>
8956
8957 * mkdep: New file.
8958 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8959 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8960
8961 From Eli Zaretskii <eliz@is.elta.co.il>:
8962 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8963 long file name when using DJGPP on MS-DOS.
8964
dbd83e11
JL
8965Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8966
8967 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8968
d207ebef
JM
89691999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8970
8971 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8972 dependency as this causes "make check" to globally "make all"
8973
cd1f4c2c
TT
8974Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8975
8976 * configure.in (target_libs): Added target-zlib.
8977 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8978 (CONFIGURE_TARGET_MODULES): Likewise.
8979 (CHECK_TARGET_MODULES): Likewise.
8980 (INSTALL_TARGET_MODULES): Likewise.
8981 (CLEAN_TARGET_MODULES): Likewise.
8982 (configure-target-zlib): New target.
8983 (all-target-zlib): Likewise.
8984 (all-target-libjava): Depend on all-target-zlib.
8985 (configure-target-libjava): Depend on configure-target-zlib.
8986
8987 * Makefile.in (configure-target-libjava): Depend on
8988 configure-target-newlib.
8989 (configure-target-boehm-gc): New target.
8990 (configure-target-qthreads): New target.
8991
e490616e
ZW
8992 * configure.in (target_libs): Added target-qthreads.
8993 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8994 (CONFIGURE_TARGET_MODULES): Likewise.
8995 (CHECK_TARGET_MODULES): Likewise.
8996 (INSTALL_TARGET_MODULES): Likewise.
8997 (CLEAN_TARGET_MODULES): Likewise.
8998 (all-target-qthreads): New target.
8999 (configure-target-libjava): Depend on configure-target-qthreads.
9000 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
9001
9002 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9003 (CONFIGURE_TARGET_MODULES): Likewise.
9004 (CHECK_TARGET_MODULES): Likewise.
9005 (INSTALL_TARGET_MODULES): Likewise.
9006 (CLEAN_TARGET_MODULES): Likewise.
9007 (all-target-libjava): New target.
9008 (all-target-boehm-gc): Likewise.
9009 * configure.in (target_libs): Added libjava, boehm-gc.
9010
d207ebef
JM
90111999-07-22 Ian Lance Taylor <ian@zembu.com>
9012
9013 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9014 configure.bat in SUPPORT_FILES.
9015 (gas+binutils.tar.bz2): Likewise.
9016
9017 * makeall.bat: Remove; obsolete.
9018
90191999-07-21 Ian Lance Taylor <ian@zembu.com>
9020
9021 From Mark Elbrecht:
9022 * configure.bat: Remove; obsolete.
9023
90241999-07-11 Ian Lance Taylor <ian@zembu.com>
9025
9026 * configure: Add -W -Wall to the default CFLAGS when compiling with
9027 gcc.
9028
9029Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9030
9031 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9032
90331999-06-30 Mark Mitchell <mark@codesourcery.com>
9034
9035 * configure.in: Build ld on IRIX6.
9036
90371999-06-12 Ian Lance Taylor <ian@zembu.com>
9038
9039 * Makefile.in: Change distribution targets to use bzip2 instead of
9040 gzip.
9041 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9042 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9043
90441999-06-04 Nick Clifton <nickc@cygnus.com>
9045
9046 * config.sub: Add mcore target.
9047
26d088fa
CD
9048Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
9049
9050 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9051
c2c08b29
L
9052Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
9053
9054 * config.guess (dummy): Changed to $dummy.
9055
671d0648
NC
90561999-05-24 Nick Clifton <nickc@cygnus.com>
9057
9058 * config.sub: Tidied up case statements.
9059
b1345c72
BE
90601999-05-22 Ben Elliston <bje@cygnus.com>
9061
51ccbd8d
BE
9062 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9063 <jiro@din.or.jp>.
9064
b1345c72
BE
9065 * config.guess: Merge with FSF version. Future changes will be
9066 more accurately recorded in this ChangeLog.
9067 * config.sub: Likewise.
9068
2caf864f
SM
9069Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
9070
9071 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9072
d207ebef
JM
90731999-04-30 Tom Tromey <tromey@cygnus.com>
9074
9075 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9076
90fb0c24
TT
90771999-04-23 Tom Tromey <tromey@cygnus.com>
9078
9079 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9080
d207ebef
JM
90811999-04-20 Drew Moseley <dmoseley@cygnus.com>
9082
9083 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9084 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9085 Bad merge removed these two changes.
9086
3516940d 9087Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 9088 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
9089
9090 * config.guess (interix Alpha): Add.
9091
d207ebef
JM
90921999-04-11 Richard Henderson <rth@cygnus.com>
9093
9094 * configure.in (i?86-*-beos*): Do config gperf; don't config
9095 gdb, newlib, or libgloss.
9096
e891fbfe 9097Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 9098
e891fbfe
AO
9099 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9100 link a trivial program with -mabi=64. If it fails, remove mabi=64
9101 from multidirs.
9102
f9ae47d6
PT
9103Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
9104
9105 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9106
d207ebef
JM
91071999-04-08 Nick Clifton <nickc@cygnus.com>
9108
9109 * config.sub: Add support for mcore targets.
9110
91111999-04-07 Michael Meissner <meissner@cygnus.com>
9112
9113 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9114 not mt-ospace, in order to shut up assembler warning about using
9115 symbols that are named the same as registers.
9116
91171999-04-07 Drew Moseley <dmoseley@cygnus.com>
9118
9119 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9120 dependency list for all-target-cygmon.
9121
91221999-04-05 Doug Evans <devans@casey.cygnus.com>
9123
9124 * config-ml.in: Check $host, not $target, for selective multilibs.
9125 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9126 thumb interworking, and underscore prefix multilibs.
9127
91281999-04-04 Ian Lance Taylor <ian@zembu.com>
9129
9130 * missing: Update to version from current automake.
9131
88101ab9
L
9132Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9133
9134 * configure (gxx_include_dir): Removed.
9135
9136 * configure.in (gxx_include_dir): Handle it.
9137 * Makefile.in: Likewise.
9138
d207ebef
JM
91391999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9140
9141 * config.sub (mips64vr4111,mips64vr4111el) Add.
9142
91431999-03-21 Ben Elliston <bje@cygnus.com>
9144
e490616e 9145 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 9146
8dc91cbe
ME
9147Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9148
8dc91cbe
ME
9149 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9150 config/mh-djgpp.
9151
d207ebef
JM
9152Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9153
9154 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9155 all-target-newlib to dependency list for all-target-bsp.
9156
926bb5ed
MK
9157Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9158
9159 * config.sub: Add i386-uwin support.
9160 * config.guess: Likewise.
9161
4a6e3000
FS
9162Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9163
9164 * configure.in: cleanup, add mh-*pic handling for arm, special
9165 case powerpc*-*-aix*
9166
d207ebef
JM
9167Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9168
9169 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9170 can be built.
9171
9172Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9173
9174 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 9175 targets.
d207ebef 9176
71c91078
NC
91771999-03-02 Nick Clifton <nickc@cygnus.com>
9178
9179 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9180
282e5df8
GN
9181Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
9182
9183 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9184
1de558ee
NC
91851999-02-24 Nick Clifton <nickc@cygnus.com>
9186
9187 * config.sub: Fix typo in arm recognition.
9188
d207ebef
JM
9189Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
9190
9191 * configure.in (noconfigdirs): Changed target_configdirs to
9192 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9193 rather than m68k-*-* since it is not known to work on
9194 m68k-aout. Ditto for arm-*-*oabi.
9195
9196Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
9197
9198 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
9199
92001999-02-19 Ben Elliston <bje@cygnus.com>
9201
9202 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9203 Smart and improved by Andrew Cagney.
9204
fab7445a
ME
9205Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
9206
9207 * config.guess: Recognize openbsd-*-hppa.
9208
8ccdc228
L
9209Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
9210
9211 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9212 only if it is not empty.
9213
3b7265ff
NC
92141999-02-17 Nick Clifton <nickc@cygnus.com>
9215
9216 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 9217
d207ebef 9218 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
9219
9220 * config.sub: Modified to recognize uname's armv* syntax.
9221
d207ebef
JM
92221999-02-17 Mark Salter <msalter@cygnus.com>
9223
9224 * configure.in: Added target-bsp for sparclite.
9225
9226Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
9227
9228 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9229
92301999-02-08 Nick Clifton <nickc@cygnus.com>
9231
9232 * configure.in: Add support for strongarm port.
9233 * config.sub: Add support for strongarm target.
9234
c48dd3f5 9235Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 9236
c48dd3f5
MK
9237 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9238 the old name config/mh-cygwin32.
9239 Enable texinfo.
9240
d207ebef
JM
9241Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
9242
9243 * configure.in: Do build ld for ix86 Solaris.
9244
ecd62820
JW
9245Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
9246
9247 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9248 $AR_FOR_TARGET. Likewise for RANLIB.
9249
bbd8fa7f 9250Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 9251
e490616e
ZW
9252 * config.sub (oabi): Recognize.
9253 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 9254
0397442c
RL
9255Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
9256
9257 * config.guess: Improve detection of i686 on UnixWare 7.
9258
c9ffaa63
MK
9259Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
9260
9261 * config.guess: Add support for i386-pc-interix.
9262 * config.sub: Likewise.
9263 * configure.in: Likewise.
c9ffaa63 9264
d207ebef
JM
9265Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
9266
9267 * Makefile.in: Remove unneeded all-target-libio from
9268 from all-target-winsup target since it is now unneeded.
9269 Add all-target-libtermcap in its place since it is now
9270 needed.
9271
9272Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
9273
9274 * configure.in: makefile stub for cygwin target is probably
9275 unnecessary. Remove it for now.
d207ebef
JM
9276
9277Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
9278
9279 * configure.in: libtermcap.a should be built when cygwin is the
9280 target as well as the host.
9281 * config.guess: Allow mixed case in cygwin uname output.
9282 * Makefile.in: Add libtermcap target.
d207ebef 9283
ebe12325
JL
9284Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
9285
9286 * config.sub: Clean up handling of hppa2.0.
9287
57057b67
RB
9288Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
9289
9290 * config.guess: Use C code to identify more HP machines.
9291
f8670be1
JL
9292Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9293
9294 * config.sub: Handle hppa2.0.
9295
d207ebef
JM
9296Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9297
9298 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 9299 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
9300
93011998-12-15 Mark Salter <msalter@cygnus.com>
9302
9303 * configure.in: Added target-bsp for several target architectures.
9304
9305 * Makefile.in: Added rules for bsp.
9306
d1a09590
JL
9307Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9308
9309 * config.guess: Improve detection of hppa2.0 processors.
9310
9311Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9312
9313 * config.guess: Recognize FreeBSD using ELF automatically.
9314
71205e0b
MH
93151998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9316
9317 * configure (skip-this-dir): Add handling for new shell script, which
9318 might be created by a sub-directory's configure to indicate, this particular
9319 directory is "unwanted".
9320 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9321
d207ebef
JM
9322Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9323
9324 * ltconfig: import from libtool, after changing libtool to
9325 account for the cygwin name change.
9326
9327Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9328
9329 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9330 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9331
9332Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9333
9334 * configure.in: Add libtermcap to list of cygwin dependencies.
9335
9336Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
9337
e490616e
ZW
9338 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9339 they include winsup/include when it's a cygwin target.
d207ebef
JM
9340
93411998-11-12 Tom Tromey <tromey@cygnus.com>
9342
9343 * configure.in (host_tools): Added zip.
9344 * Makefile.in (all-target-libjava): Depend on all-zip.
9345 (all-zip): New target.
9346 (ALL_MODULES): Added all-zip.
9347 (NATIVE_CHECK_MODULES): Added check-zip.
9348 (INSTALL_MODULES): Added install-zip.
9349 (CLEAN_MODULES): Added clean-zip.
9350
9351Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
9352
9353 * Makefile.in: lose "32" from comment about cygwin.
9354
9355Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
9356
9357 * configure.in: Use -Os to build target libraries for the fr30.
9358
9359Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
9360
9361 * config.sub: Add fr30.
9362
9363Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
9364
e490616e 9365 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
9366 cygwin* instead of cygwin32*.
9367 * config.sub: Check cygwin* instead of cygwin32*.
9368
d2ec8b39
RL
9369Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
9370
9371 * config.guess: Match any version of Unixware7.
9372
d207ebef
JM
93731998-10-20 Syd Polk <spolk@cygnus.com>
9374
9375 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9376 if desired.
9377
35cd2565
JL
9378Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
9379
9380 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9381 these if the appropriate directories and files to not exist.
9382
52d4e5b7
JL
9383Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
9384
9385 * Makefile.in (DEVO_SUPPORT): Add config.if.
9386
38ada91e
MH
9387Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
9388
9389 * configure: Add pattern to replace "build_tooldir"'s
9390 definition in the generated Makefile with "tooldir"'s
9391 actual value.
9392
e44e84da
JL
9393Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9394
56a8387f
JL
9395 * config.sub: Bring back lost sparcv9.
9396
e44e84da
JL
9397 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9398
5cb95c7a
JL
9399Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9400
9401 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9402 CC_FOR_TARGET and friends.
9403
9404Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 9405
ceff9b14
AO
9406 * Makefile.in (build_tooldir): New variable, same as tooldir.
9407 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9408 -B$(build_tooldir)/bin/.
9409 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 9410
f2d11dcd
GP
9411Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9412
9413 * README: Remove installation instructions and refer to the
9414 INSTALL directory instead.
9415
73a6d2e7 9416Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 9417
73a6d2e7
RL
9418 * config.sub: Add support for i[34567]86-pc-udk.
9419 * configure.in: Likewise.
9420
5d4a5ee6
JL
9421Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9422
9423 * Makefile.in: add bzip2 package building bits for user
9424 tools module
9425 * configure.in: ditto
9426
6fc19d6d
JL
9427Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9428
9429 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9430 (ALL_TARGET_MODULES): Add all-target-libobjc.
9431 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9432 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9433 (all-target-libchill): Add dependencies.
9434 * configure.in (target_libs): Add libchill.
4e81ae98 9435
f653f0ab
MH
94361998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9437
9438 * configure.in (target_subdir): Remove duplicate line.
9439
5d4a5ee6
JL
9440Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9441
9442 * Makefile.in (all-automake): fix dependencies.
9443
494933e4
JL
9444Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9445
9446 * configure.in: Minor cleanups for building in the $(target_alias)
9447 subdir.
9448
f6b58262
JW
94491998-09-22 Jim Wilson <wilson@cygnus.com>
9450
9451 * Makefile.in (bootstrap): Set r and s before make all. Use
9452 BASE_FLAGS_TO_PASS in make all.
9453 (cross): Likewise.
9454
27c7a08d
MM
94551998-09-20 Mark Mitchell <mark@markmitchell.com>
9456
9457 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9458
e67afd1e
RH
9459Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9460
9461 * config.sub: Fix typo in last change.
9462
8e44ac71
MH
94631998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9464
9465 * config.sub: Add support for C4x target.
9466 * configure.in: Likewise.
9467
d7496fbb
DM
94681998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9469
9470 * config.sub: Recognize sparcv9 just like sparc64.
9471
22097bd1
RL
9472Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9473
9474 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9475
4b877abd
JL
9476Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9477
2c8ec9a2
JL
9478 * config.guess: Correctly identify Pentium II sco boxes.
9479
4b877abd
JL
9480 * config.guess: Fix "tr" code. From Weiwen Liu.
9481
ab03db52
JH
9482Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9483
9484 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9485 stabs.
9486
b54db294
JL
9487Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9488
9489 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9490 (ALL_TARGET_MODULES): Add all-target-libchill.
9491 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9492 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9493 (all-target-libchill): Add dependencies.
9494 * configure.in (target_libs): Add libchill.
9495
bf48dd73
LW
9496Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9497
9498 * config.guess: Avoid assumptions about "tr" behaves when
9499 LANG is set to something other than English.
9500
a3cbd105
L
9501Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9502
9503 * configure (gxx_include_dir): Changed to
9504 '${prefix}/include/g++'-${libstdcxx_interface}.
9505
9506 * config.if: New to determine the interfaces.
9507
c4acd909
MK
9508Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9509
9510 * config.guess: Detect and handle MPE/IX.
9511 * config.sub: Deal with MPE/IX.
9512
9ea97665
DE
9513Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9514
9515 * configure.in: Use mh-aix43.
9516
0ce065bd
MH
95171998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9518
9519 * configure: Fix --without/--disable cases for gxx-include-dir.
9520
5d4a5ee6
JL
9521Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9522
9523 * mdata-sh: Imported. Needed for automake support.
9524
9525Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9526
9527 * Makefile.in (taz): Try "chmod -R og=u ." before
9528 "chmod og=u `find . -print`".
9529
9530Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9531
9532 * configure.in: Add arm-elf and thumb-elf support.
9533
9534Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9535
9536 * Makefile.in: Undo previous patch.
9537
9538Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9539
9540 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9541 to here ...
9542 (install-no-fixedincludes): and here
9543 (INSTALL_MODULES): ... from here.
9544
466456d9
ILT
9545Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9546
9547 * config.sub: Merge with FSF.
9548
1b409d25
ILT
9549 * config.guess: Merge with FSF.
9550
d207ebef
JM
9551Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9552
9553 * configure (extraconfigdirs): New variable.
9554 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9555 * Makefile.in (all): Move higher in file.
9556 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9557 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9558 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9559 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9560 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9561
95621998-07-23 Brendan Kehoe <brendan@cygnus.com>
9563
9564 * Makefile.in (all-target-libjava): Depend on all-gcc and
9565 all-target-newlib.
9566 (configure-target-libjava): Depend on $(ALL_GCC).
9567
7f1937c1
RL
9568Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9569
9570 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9571 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9572
2ada2bd6
ML
9573Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
9574
9575 * INSTALL/README: Fix typo.
9576
1e025bde
ML
9577Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9578
5d4a5ee6
JL
9579 * ylwrap: Change absolute path checks to check for DOS style path
9580 names.
1e025bde 9581
5d4a5ee6
JL
9582 * ylwrap: Don't use a full path name if the source file is in the
9583 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 9584
6755ff73
ILT
9585 * config-ml.in: Default to being verbose, to match Feb 18 change to
9586 configure.
9587
5d4a5ee6
JL
9588Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9589
9590 Brought over from egcs:
9591
9592 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9593
9594 * configure.in (target_subdir): Set to ${target_alias} instead
9595 of "libraries".
9596
9597 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9598
9599 * configure.in (target_subdir): Set to libraries if enable_multilib.
9600
9601Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9602
9603 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9604 multilibs, force reconfiguration the first time we create
9605 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9606
9607Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9608
9609 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9610 avoid confusion with --no-recursion.
9611
9612Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9613
9614 * configure.in: Win32 hosts shouldn't use install -x
9615 * install-sh: remove -x option, and special .exe-handling
9616 hack.
9617
d207ebef
JM
9618Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9619
9620 * config.guess: Recognize i586-pc-beos.
9621 * configure.in: Don't build some bits for beos.
9622
fbd836fc
ILT
9623Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9624
5d4a5ee6
JL
9625 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9626 CFLAGS default to -O2.
9627
fbd836fc
ILT
9628 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9629 when using GNU ld.
9630
9631Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9632
9633 * ltmain.sh: Correct install when using a different shell.
9634
9635Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9636
9637 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9638
d207ebef
JM
9639Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9640
9641 * makefile.vms: Update to build binutils/makefile.vms. Add install
9642 target.
fbd836fc
ILT
9643
9644Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9645
9646 * ltconfig: Update to correct AIX handling.
9647
69b471bc
JL
9648Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9649
81241b5e
JL
9650 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9651
69b471bc
JL
9652 * configure.in (target_subdir): Set to ${target_alias} instead
9653 of "libraries".
9654
bedf82df
MH
96551998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9656
9657 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9658 (Makefile): Depend on $(gcc_version_trigger).
9659
9660 * configure (gcc_version): Change default initializer to empty
9661 string.
9662 (gcc_version_trigger): New variable; pass this variable down
9663 to subdir configures to enable them checking gcc's version
9664 themselves. Emit make macros for both gcc_version vars.
9665 (topsrcdir): Initialize reliably.
9666 (recursion line): Remove --with-gcc-version=${gcc_version}.
9667
28e449d8
MH
96681998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9669
9670 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
9671 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9672 in $(libsubdir); emit definition in each generated Makefile.
9673 (gxx_include_dir): Initialize depending on
9674 $enable_version_specific_runtime_libs.
28e449d8 9675
50c4c9f7
MH
96761998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9677
9678 * configure (gcc_version): Initialize properly depending on
9679 how and where configure is started.
9680 (recursion line): Pass a --with-gcc-version=${gcc_version}
9681 to configures in subdirs.
9682
d207ebef
JM
9683Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9684
9685 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 9686 cygmon
d207ebef 9687
5d4a5ee6
JL
9688Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9689
9690 * configure.in: Add cygmon and libstub support for mn10200.
9691
2f96399b
MH
96921998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9693
9694 * configure (gcc_version): Add new variable describing the
9695 particular gcc version we're building.
9696 * Makefile.in (libsubdir): Add new macro for the directory
9697 in which the compiler finds executables, libraries, etc.
9698 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9699 and libsubdir.
9700
c4137c50
AO
9701Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9702
ceff9b14
AO
9703 * Makefile.in (local-clean): Remove *.log.
9704 (warning.log): Built with warn_summary from build.log.
9705 (mail-report.log): Run test_summary.
9706 (mail-report-with-warnings.log): Run test_summary including
9707 warning.log in the report.
c4137c50 9708
276d5ee0
RL
9709Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9710
9711 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9712
5d4a5ee6
JL
9713Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9714
9715 * Makefile.in (grep): Grep no longer depends on libiberty.
9716
9717Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9718
9719 * Makefile.in: all-snavigator needs all-libgui.
9720
9721Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9722
9723 * configure.in: Add cygmon and libstub support for mn10300.
9724
8af14275
ILT
9725Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9726
9727 * missing: Update to version from automake 1.3.
9728
fbd836fc
ILT
9729 * ltmain.sh: On installation, don't get confused if the same name
9730 appears more than once in the list of library names.
9731
466456d9
ILT
9732Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9733
9734 * config.sub: Accept m68060 and m5200 as CPU names.
9735
5d4a5ee6
JL
9736Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9737
9738 * configure: Use && rather than using -a in test, because odd
9739 strings can confuse test.
9740 * configure.in: Likewise.
9741
fbd836fc
ILT
9742Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9743
9744 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9745
f0983958
AO
9746Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9747
9748 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 9749 bootstrap4-lean): New targets.
f0983958 9750
bfed1ea0
JL
9751Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9752
9753 * mpw-* Delete. Not used.
9754
5d4a5ee6
JL
9755Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9756
9757 * COPYING.LIB: Update FSF address.
9758
bfed1ea0
JL
9759Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9760
9761 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9762
5d4a5ee6
JL
9763 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9764 GAS_SUPPORT_DIRS.
9765
bfed1ea0
JL
9766Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9767
9768 * ltconfig, ltmain.sh: Avoid producing a version number if
9769 -version-info was not used.
9770
5d4a5ee6
JL
9771Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9772
9773 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9774 building with newlib.
9775
97761998-04-30 Paul Eggert <eggert@twinsun.com>
9777
d207ebef 9778 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 9779 Solaris `make' causes it to continue to next definition.
d207ebef
JM
9780
9781Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9782
9783 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9784 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
9785
9786Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9787
9788 * configure.in: Change alpha to alpha* in several places.
9789
d207ebef
JM
9790Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9791
9792 * config.sub: Recognize sparc86x.
9793
77be0cab
MM
9794Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9795
9796 * configure.in (--enable-target-optspace): Remove debug echo.
9797
62441128
JW
9798Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9799
9800 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9801
bfed1ea0
JL
9802Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9803
9804 * ltconfig: Update cygwin32 support.
9805
5d4a5ee6
JL
9806 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9807 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9808 (GDB_SUPPORT_DIRS): Likewise.
9809
3f4ea1de
MM
9810Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9811
9812 * configure.in (target_makefile_frag): If --enable-target-optspace,
9813 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
9814 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9815 not used.
9816 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 9817
5d4a5ee6
JL
9818Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9819
9820 * Makefile.in (all-bfd): Depend on all-intl.
9821 (all-binutils): Likewise.
9822 (all-gas): Likewise.
9823 (all-gprof): Likewise.
9824 (all-ld): Likewise.
9825
98261998-04-19 Brendan Kehoe <brendan@cygnus.com>
9827
9828 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9829
bfed1ea0
JL
9830Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9831
5d4a5ee6
JL
9832 * Makefile.in (all-bfd): Depend upon all-libiberty.
9833
bfed1ea0
JL
9834 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9835
5d4a5ee6
JL
9836Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9837
9838 * Makefile.in: Add libstub.
9839
9840 * configure.in: Ditto. Build libstub for targets that have cygmon
9841 support.
9842
9843Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9844
9845 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9846
9847Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9848
9849 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9850 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9851
ec8d6ddc
KW
9852Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9853
9854 * configure: Define DEFAULT_M4 by searching PATH.
9855 * Makfile.in: Use DEFAULT_M4.
9856
bfed1ea0
JL
9857Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9858
9859 * ltconfig: Add cygwin32 support.
9860
5d4a5ee6
JL
9861 * Makefile.in, configure.in: Add libtool as a native only directory
9862 to configure and build.
9863
547a6183
JL
9864Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9865
9866 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9867
5d4a5ee6 9868Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 9869
5d4a5ee6
JL
9870 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9871
9872Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9873
9874 * Makefile.in: add ash make rules
9875 * configure.in: add ash to native_only and host_tools lists
9876
9877Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9878
9879 * Makefile.in (all-gettext, all-intl): New targets.
9880 (ALL_MODULES): Added all-gettext, all-intl.
9881 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9882 (INSTALL_MODULES): Added install-gettext, install-intl.
9883 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9884
9885 * configure.in (host_tools): Added gettext.
9886 (native_only): Likewise.
9887 (noconfigdirs) [various cases]: Likewise.
9888 (host_libs): Added intl.
9889
d207ebef
JM
9890Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9891
9892 * configure: Do not disable building gdbtk for cygwin32 hosts.
9893
e98e406f
NC
9894Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9895
9896 * configure.in: Add thumb-coff target.
9897 * config.sub: Add thumb-coff target.
9898
5d4a5ee6
JL
9899Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9900
9901 * Makefile.in: Revert yesterday's change.
9902 (all-target-winsup): all-target-librx stays out of here.
9903
9904Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9905
9906 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9907 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9908 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9909 Remove references to librx and libg++.
9910
9911Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9912
9913 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9914 recursive makes
9915
bfed1ea0
JL
9916Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9917
9918 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 9919 for newlib directory.
bfed1ea0
JL
9920 (CXX_FOR_TARGET): Likewise.
9921
9922Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9923
9924 * ltconfig: Update after libtool/ltconfig.in change for
9925 hpux11.
9926
9927Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9928
9929 * ltconfig, ltmain.sh: Update to libtool 1.2.
9930
3cd730af
MH
9931Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9932
9933 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9934 (install-gcc-cross): Instead, override LANGUAGES here.
9935
80564603
DL
99361998-03-18 Dave Love <d.love@dl.ac.uk>
9937
9938 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9939 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9940
d207ebef
JM
9941Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9942
9943 * configure.in: Add Thumb-pe target.
9944
5d4a5ee6 9945Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 9946
5d4a5ee6
JL
9947 * Makefile.in - changed sn targets to snavigator
9948 * configure.in - changed sn targets to snavigator
9949
2d4a0558
MH
9950Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9951
9952 * config-ml.in: After building symlink tree call make distclean
9953 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9954 to be the case for libiberty.
9955
04b93567
L
9956Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9957
9958 * configure: When making link, also check the current
9959 directory. The configure scripts may create one.
9960
9a06b842
RH
9961Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9962
9963 * config.sub: Accept alphapca56 and alphaev6 properly.
9964
217fc4e6
FS
9965Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9966
9967 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9968
3e07bdbd 9969Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 9970
e490616e 9971 * config.sub (sco5): Fix typo.
3e07bdbd 9972
5d4a5ee6
JL
9973Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9974
9975 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9976 install-itcl.
9977 (install-itcl): Remove dependency on install-tcl.
9978
9979Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9980
9981 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9982
9983Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9984
9985 * configure.in: Don't build libgui for a cygwin32 target when not on
9986 a cygwin32 host.
9987
9988Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9989
9990 * configure (redirect): Set to null, so default behavior of
9991 configure is now --verbose.
9992
ce0d965c
DL
99931998-02-16 Dave Love <d.love@dl.ac.uk>
9994
9995 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9996 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9997
3acd1fd0
MH
9998Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9999
10000 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10001 this change to sync Makefile.in with its ChangeLog entries.
10002
5d4a5ee6
JL
10003Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10004
10005 * ltmain.sh (mkdir): Check that the directory doesn't exist
10006 before we exit with error, so that we don't get races during
10007 parallel builds.
10008
bfed1ea0
JL
10009Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10010
10011 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10012
4e77e8f1
MH
10013Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10014
10015 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10016 PICFLAG_FOR_TARGET.
10017 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10018
10019 * configure: Emit a definition for the new macro enable_shared
10020 into each Makefile.
10021
5d4a5ee6
JL
10022Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10023
10024 * configure.in (host_tools, native_only): Add libtool.
10025
10026Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10027
10028 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10029 Fix typo in ming config comment.
10030
bfed1ea0
JL
10031Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10032
10033 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10034
5d4a5ee6
JL
10035Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10036
10037 * config.sub: Add tic30 cases, and map c30 to tic30.
10038
8821a725
RH
10039Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10040
10041 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10042 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10043 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10044 (CLEAN_TARGET_MODULES): Similarly
10045 (all-target-libf2c): Add dependences.
4e81ae98 10046 * configure.in (target_libs): Add libf2c.
8821a725 10047
5d4a5ee6
JL
10048Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10049
10050 * configure.in: Remove expect from noconfigdirs when target
10051 is cygwin32. OK to build expect and dejagnu with Canadian
10052 Cross.
10053
0aadd657
ILT
10054Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10055
5d4a5ee6
JL
10056 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10057 host.
10058
0aadd657
ILT
10059 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10060 and mingw32.
10061
d0a8352c
MH
10062Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10063
10064 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10065 here as it is not defined in the toplevel Makefile.
10066
59739e3c
MH
10067Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10068
10069 * configure (package_makefile_rules_frag): New variable, which names
10070 a file with generic rules, ...
10071 Change comment to mention we now have FIVE parts.
10072 * configure: Undo last change.
10073
228197ee
LT
10074Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10075
10076 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 10077 * config.sub: More accurate determination of HP processor types.
228197ee 10078
efd4c0ba
MH
10079Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10080
10081 * configure (package_makefile_frag): Move inserting the
10082 ${package_makefile_frag} to where it should be according
10083 to the comment.
10084
6eef3189
PB
10085Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10086
10087 * config.guess: Add support for Linux/ARM.
10088
d207ebef
JM
10089Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10090
10091 * .cvsignore: Remove *-info and *-install since they match
10092 release-info and mpw-install, which we don't want to just ignore.
10093
48464ebf
RH
10094Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10095
10096 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10097
803462a7
PN
10098Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10099
10100 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10101 local_prefix to sub-make invocations.
10102
520ab477
L
10103Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10104
10105 * configure.in: Check makefile fragments in the source
10106 directory.
10107
4bcdb76d
AO
10108Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10109
ceff9b14
AO
10110 * configure.in: Check whether host and target makefile
10111 fragments exist before adding them to *_makefile_frag.
4bcdb76d 10112
5d4a5ee6
JL
10113Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10114
10115 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10116
10117Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10118
10119 * configure.in: Make sure we only replace RPATH_ENVVAR on
10120 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10121 regexp to sed.
10122
10123 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10124 to sub-makes.
10125
0d3e11a5
LI
101261998-01-13 Lee Iverson (leei@ai.sri.com)
10127
10128 * config-ml.in (multi-do): LDFLAGS must include multilib
10129 designator.
10130
d45b3d87 10131Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
10132
10133 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10134
d39cd7a1
MK
10135Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10136
10137 * config.sub: Add mingw32 support.
10138 * configure.in: Likewise.
d39cd7a1 10139
6decbc24
FS
10140Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10141
10142 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10143
5d4a5ee6
JL
10144Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10145
10146 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10147 * configure (gxx_include_dir): Provide a definition for subdirs
10148 which do not use autoconf.
10149
10150Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10151
10152 * config.guess: Sync with egcs. Picks up new alpha support,
10153 BeOS & some additional linux support.
10154
d3d1907a
JL
10155Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10156
10157 * config.guess: HP 9000/803 is a PA1.1 machine.
10158
b104e095
RH
10159Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10160
10161 * configure.in: It's alpha*-...
10162
aca823c1
L
10163Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10164
10165 * configure.in (host_makefile_frag, target_makefile_frag):
10166 Handle multiple config files.
10167 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10168 alpha-*-*.
10169
d207ebef
JM
10170Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10171
10172 * mkdep: New file.
10173
10174Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10175
10176 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10177
5d4a5ee6
JL
10178Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10179
10180 * Makefile.in: Add libgui directory.
10181 (GDB_TK): Add all-libgui.
10182 * configure.in: Add libgui directory.
10183 * configure: Add all-libgui to GDB_TK.
10184
10185Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10186
10187 * config-ml.in (multidirs): Add m32r to multilib list.
10188
10189Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10190
10191 * Makefile.in (all-target-gperf): Change dependency to
10192 all-target-libstdc++.
10193
baf55877
FF
10194Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10195
10196 * config.guess: Add BeOS support.
10197
5d4a5ee6
JL
10198Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10199
10200 Source directory cvs renamed to cvssrc:
10201 * configure.in (host_tools): Change cvs to cvssrc.
10202 (native_only): Likewise.
10203 (noconfigdirs) [various cases]: Likewise.
10204 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10205 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10206 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10207 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10208 (all-cvssrc): Rename target from all-cvs.
10209
f2d76545
JL
10210Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10211
10212 * configure (gxx_include_dir): Fix thinko.
10213
205cba53
JL
10214Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10215
10216 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10217 (install-cross, install-gcc-cross): New targets.
10218
5d4a5ee6
JL
10219Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10220
10221 * configure.in (noconfigdirs): Add support for Thumb target.
10222
10223 * config.sub (maybe_os): Add support for Thumb target.
10224
10225Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10226
10227 * Makefile.in: Add rules for cygmon.
10228
10229 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10230
96b0f1fc
JL
10231Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10232
10233 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10234 * configure (gxx_include_dir): Provide a definition for subdirs
10235 which do not use autoconf.
d207ebef
JM
10236
10237Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10238
10239 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 10240 11/18/97 build
d207ebef 10241
7dfef6ed
JL
10242Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10243
10244 * From Franz Sirl.
10245 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10246 found on RedHat Linux systems.
96b0f1fc 10247
83cfe7c0
JL
10248Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10249
10250 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10251 guesses.
10252
7dfef6ed
JL
10253Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10254
10255 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10256
5d4a5ee6
JL
10257Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10258
10259 * ltmain.sh: If mkdir fails, check whether the directory was created
10260 anyhow by some other process.
10261
d207ebef
JM
10262Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10263
10264 * configure.in (d30v-*-*): Configure all directories.
10265
10266Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10267
10268 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10269 for the D30V.
10270
10271Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10272
10273 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10274
5d4a5ee6
JL
10275Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10276
e490616e
ZW
10277 * include/libiberty.h: Add extern "C" { so it can be used with C++
10278 progrms.
10279 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10280 programs.
5d4a5ee6 10281
d207ebef
JM
10282Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10283
10284 * configure.in (d30v-*-*): Configure GCC now.
10285
5d4a5ee6
JL
10286Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10287
10288 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10289 is no longer needed.
10290
c9670e62
JM
10291Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10292
10293 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10294
cc71c0ca
MH
10295Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10296
10297 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10298 targets using "$@" to provide support for similar but not identical
10299 targets without having to duplicate code.
10300
d207ebef
JM
10301Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10302
10303 * makefile.vms: Fix to work with DEC C.
10304
10305Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10306
10307 * config.sub: Add mips-tx39-elf to marketing names.
10308
10309Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10310
10311 * ltmain.sh: Handle symlinks in generated script.
10312
10313Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10314
10315 * configure: Handle autoconf style directory options: --bindir,
10316 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10317 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10318 --sysconfdir.
10319 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10320 (sharedstatedir, localstatedir, oldincludedir): New variables.
10321 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10322 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10323 sbindir, sharedstatedir, and sysconfdir.
10324
b1e3ddfd
AJ
10325Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10326
10327 * Makefile.in (bootstrap-lean): New target.
10328
d207ebef
JM
10329Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10330
10331 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 10332 sn, and gnuserv from noconfigdirs.
d207ebef
JM
10333
10334Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10335
10336 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10337
09f97c1e
JL
10338Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10339
10340 * Makefile.in (cross): New target.
10341
335d0ab2
AO
10342Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10343 Jeff Law <law@cygnus.com>
10344
10345 * Makefile.in (bootstrap2, bootstrap3): New targets.
10346 (all-bootstrap): Remove outdated and confusing target.
339c9b00 10347 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 10348
d207ebef
JM
10349Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10350
10351 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 10352 windows. Consistent with gdb/configure.
d207ebef 10353
e693cc28
UD
103541997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10355
e693cc28
UD
10356 * configure.in: Name Linux target fragment.
10357
10358 * configure: Rewrite so that project Makefile fragment is inserted
10359 first and appears last in the resulting Makefile.
10360
d207ebef
JM
10361Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10362
10363 * Makefile.in (install-itcl): Install tcl first.
10364
5d4a5ee6
JL
10365Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10366
10367 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10368
f401679e
JW
10369Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10370
10371 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10372
10373 * configure.in (skipdirs): Add target-librx for Linux.
10374 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10375
ec20b1b9
JL
10376Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10377
10378 * Makefile.in (bootstrap): New target.
10379
becdcf6d
JL
10380Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10381
63f6bcd7 10382 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 10383
d207ebef
JM
10384Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10385
10386 * config.guess: Merge with FSF.
10387
0c82f6bf
FF
10388Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10389
10390 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10391
d207ebef
JM
10392Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10393
10394 * config.sub: Add "marketing-names" patch.
10395
3fbc0b70
JS
10396Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10397
e490616e 10398 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 10399
e20d4801
JL
10400Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10401
10402 * config.sub: Handle v850-elf.
10403
fe181f78 10404Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
10405
10406 * .cvsignore (*-install): Remove.
10407
bfed1ea0
JL
10408Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10409
10410 * ltconfig: Set CONFIG_SHELL in libtool.
10411 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10412
558a1e7c
JW
10413Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10414
10415 * configure.in (target_subdir): Set to libraries if enable_multilib.
10416
7818d6fc
JW
10417Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10418
10419 * config.guess: Update from gcc directory.
10420
d207ebef
JM
10421Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10422
10423 * Makefile.in (all-sim): Depends on all-readline.
10424
6599da04
JM
10425Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10426
10427 * Makefile.in (BISON, YACC): Use $$s.
10428 (all-bison): Depend on all-texinfo.
10429
10430Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10431
10432 * Makefile.in (BISON): Add -L flag.
10433 (YACC): Likewise.
10434
d207ebef
JM
10435Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10436
4e81ae98
EC
10437 * configure.in (noconfigdirs): Add support for v850e target.
10438
d207ebef
JM
10439 * config.sub (maybe_os): Add support for v850e target.
10440
10441Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10442
4e81ae98
EC
10443 * configure.in (noconfigdirs): Add support for v850ea target.
10444
d207ebef
JM
10445 * config.sub (maybe_os): Add support for v850ea target.
10446
6599da04
JM
10447Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10448
10449 * config.sub: Add mipstx39. Delete r3900.
10450
10451Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10452
10453 * Makefile.in (all-autoconf): Depends on all-texinfo.
10454
10455Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10456
10457 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10458 eabi targets.
10459
10460Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10461
10462 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10463
10464 * configure: When handling a Canadian Cross, handle YACC as well as
10465 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 10466 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
10467
10468Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10469
10470 * Makefile.in (BISON): bison, not byacc or bison -y.
10471 (YACC): bison -y or byacc or yacc.
10472 (various): Add *-bison as appropriate.
10473 (taz): No need to mess with BISON anymore.
10474
10475Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10476
10477 * configure: If OSTYPE matches *win32*, try to find a good value for
10478 CONFIG_SHELL.
10479
10480Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10481
10482 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10483 configure.in if it is present.
10484
10485Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10486
10487 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10488
10489Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10490
10491 * config.sub: Recognize `arc' cpu.
10492 * configure.in: Likewise.
10493 * config-ml.in: Likewise.
10494
10495Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10496
10497 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10498
10499Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10500
10501 * configure: Changed sed delimiter from ':' to '|' when
10502 attempting to substitute ${config_shell} for SHELL. On
10503 NT ${config_shell} may contain a ':' in it.
10504
10505Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10506
10507 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10508
10509Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10510
10511 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10512
10513Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10514
10515 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10516
10517 * ylwrap: If the program is a relative path, force it to be
10518 absolute.
10519
10520Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10521
10522 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10523
10524Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10525
10526 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
10527 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10528 for libraries.
6599da04
JM
10529
10530Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10531
10532 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 10533 separated by spaces.
6599da04
JM
10534
10535Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10536
10537 * ylwrap: New file.
10538 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10539
10540 * ltmain.sh: Handle /bin/sh at start of install program.
10541
10542 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10543
10544 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10545 * missing: New file, from automake 1.2.
10546
10547Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10548
10549 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10550 check-tk to CHECK_X11_MODULES.
10551
10552Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * config.sub: Merge with FSF.
10555
10556Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10557
10558 * config.guess: Merge with FSF.
10559
10560Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10561
10562 * configure: Treat msdosdjgpp like go32.
10563 * configure.in: Likewise. Don't remove gprof for go32.
10564
10565 * configure: Change Makefile.tem2 to Makefile.tm2.
10566
10567Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10568
10569 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10570
10571Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10572
10573 * install-sh (chmodcmd): Set to null if the DST directory already
10574 exists. Same as Nov 11th change.
10575
10576Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10577
4e81ae98 10578 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
10579
10580Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10581
10582 * config.guess: Update from FSF.
10583
10584Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10585
10586 * Makefile.in (GDB_TK): Depend on itcl and tix.
10587
10588Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10589
10590 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10591 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10592 (INSTALL_SCRIPT): New variable.
10593 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10594 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10595 to -x.
10596 * install-sh: Add support for -x option.
10597
10598Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10599
10600 * configure.in, Makefile.in: Treat tix like itcl.
10601
10602Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10603
10604 * Makefile.in (WINDRES): New variable.
10605 (WINDRES_FOR_TARGET): New variable.
10606 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10607 (EXTRA_HOST_FLAGS): Add WINDRES.
10608 (EXTRA_TARGET_FLAGS): Add WINDRES.
10609 (EXTRA_GCC_FLAGS): Add WINDRES.
10610 ($(DO_X)): Pass down WINDRES.
10611 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10612 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10613 DLLTOOL_FOR_TARGET.
10614
10615Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10616
10617 * configure.in: configure sim before gdb for win32-x-ppc
10618
10619Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10620
10621 Move gperf into the toplevel, from libg++.
10622 * configure.in (target_tools): Add target-gperf.
10623 (native_only): Add target-gperf.
10624 * Makefile.in (all-target-gperf): New target, depend on
10625 all-target-libg++.
10626 (configure-target-gperf): Empty rule.
10627 (ALL_TARGET_MODULES): Add all-target-gperf.
10628 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10629 (CHECK_TARGET_MODULES): Add check-target-gperf.
10630 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10631 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10632
10633Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 10634
6599da04
JM
10635 * config.sub (mn10200): Recognize new basic machine.
10636
10637Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10638
10639 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10640 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10641
10642Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10643
10644 * configure.in: If we're building mips-sgi-irix6* native, turn on
10645 ENABLE_MULTILIB and set TARGET_SUBDIR.
10646
10647Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10648
10649 * Makefile.in (all-sn): Depend on all-grep.
10650
10651Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10652
10653 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10654
10655 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10656 Makefile. From Jeff Makey <jeff@cts.com>.
10657 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10658
10659 * Makefile.in (DISTBISONFILES): Remove.
10660 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10661 $(DEFAULT_YACC).
10662
10663 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 10664 cygwin32.
6599da04
JM
10665
10666 * Makefile.in (LD): New variable.
10667 (EXTRA_HOST_FLAGS): Pass down LD.
10668 ($(DO_X)): Likewise.
10669
10670Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10671
10672 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10673
10674Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10675
10676 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 10677 before adding our own. Always add --build.
6599da04
JM
10678
10679Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10680
10681 * configure.in (targargs): Pass --build if we're doing
10682 a cross-compile.
10683
10684Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10685
ca236658 10686 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
10687 sed. Otherwise sed chokes on NT path names with drive
10688 designators. Also look for "?:*" as the leading characters in an
10689 absolute pathname.
10690
10691Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10692
10693 * config.sub: Support for r3900.
10694
10695Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10696
10697 * configure.in: Use install-sh, not install.sh.
10698
10699Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10700
10701 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10702 apply it twice.
10703
10704Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10705
10706 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10707 install-binutils.
10708
10709Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10710
10711 * Makefile.in: Add automake targets.
10712 * configure.in (host_tools): Add automake.
10713
10714Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10715
10716 * configure: Default CXX to c++, not gcc.
10717 * Makefile.in (CXX): Set to c++, not gcc.
10718 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10719
10720Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10721
10722 * install-sh: try appending a .exe if source file doesn't
10723 exist
10724
10725Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10726
10727 * configure.in: Turn on multilib by default.
10728 (cross_only): Remove target-libiberty.
10729
10730 * Makefile.in (all-gcc): Don't depend on libiberty.
10731
10732Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10733
10734 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10735
10736Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10737
10738 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10739 (DISTBISONFILES): Add ld/Makefile.in
10740
10741Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10742
10743 * configure.in: if target is cygwin32 but host isn't cygwin32,
10744 don't configure gdb tcl tk expect, not just gdb.
10745
10746Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10747
10748 * configure.in: Added gnuserv everywhere sn appears.
10749
10750 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10751 (CROSS_CHECK_MODULES): Added check-gnuserv.
10752 (INSTALL_MODULES): Added install-gnuserv.
10753 (CLEAN_MODULES): Added clean-gnuserv.
10754 (all-gnuserv): New target.
10755
10756Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10757
10758 * config.guess: Fixes for MIPS OpenBSD systems.
10759
10760Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10761
10762 * Makefile.in (INSTALL_XFORM): Remove.
10763 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10764
10765 * mkinstalldirs: New file, copied from automake.
10766 * Makefile.in (installdirs): Rename from install-dirs. Use
10767 mkinstalldirs. Change all users.
10768 (DEVO_SUPPORT): Add mkinstalldirs.
10769
10770Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10771
10772 * install-sh: Rename from install.sh.
10773 * Makefile.in (INSTALL): Change install.sh to install-sh.
10774 (DEVO_SUPPORT): Likewise.
10775
10776 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10777 Graichen <graichen@rzpd.de>.
10778
10779Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10780
10781 * config.guess: Recognize OpenBSD systems correctly.
10782
10783Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10784
10785 * README, Makefile.in (ETC_SUPPORT): Remove references to
10786 cfg-paper*, configure.{texi,man,info*}._
10787
10788Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10789
10790 * Makefile.in (all.normal): Ensure that gcc is built after all
10791 the x11 - ie gdb - targets.
10792
10793Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10794
10795 * makefile.vms: Don't run conf-a-gas.
10796
10797Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10798
e490616e 10799 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 10800
d207ebef
JM
10801Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10802
10803 * configure.in: Remove noconfigdirs case since gdb also
10804 configures and builds for tic80-coff.
10805
6599da04
JM
10806Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10807
10808 * configure: Set cache_file to config.cache.
10809 * Makefile.in (local-distclean): Remove config.cache.
10810
10811Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10812
10813 * COPYING: Update FSF address.
10814
d207ebef
JM
10815Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10816
10817 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10818 noconfigdirs.
10819
6599da04
JM
10820Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10821
10822 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10823 MAKEDIRS, is empty.
10824
10825Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10826
10827 * config.sub: Tweak mn10300 entry.
10828
10829Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10830
10831 * configure.in (host_tools): Put sim before gdb, so gdb's
10832 configure.tgt can determine if the simulator was configured.
10833
10834Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10835
10836 * config.sub: Move BeOS $os case to be with other Cygnus
10837 local cases.
10838
10839Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10840
10841 * config.sub: Remove misplaced comment that broke Linux.
10842
10843Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10844
10845 * config.sub: Add BeOS support.
10846
10847Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10848
10849 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10850
10851Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10852
10853 * configure.in (noconfigdirs): Remove tcl and tk from
10854 noconfigdirs for cygwin32 builds.
10855
d207ebef
JM
10856Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10857
10858 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10859
6599da04
JM
10860Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10861
10862 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10863 make-all.com, use makefile.vms instead.
10864
10865Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10866
10867 * config.sub: Accept -lnews*.
10868
d207ebef
JM
10869Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10870
10871 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 10872 target-examples and target-libiberty for d30v.
d207ebef
JM
10873
10874Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10875
10876 * configure.in (noconfigdirs): Enable ld for d30v.
10877
10878Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10879
10880 * configure.in (tic80-*-*): Build compiler.
10881
10882Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10883
10884 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 10885 unsupported d30v directories
d207ebef
JM
10886
10887Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10888
4e81ae98
EC
10889 * config.sub, configure.in: Add d30v target cpu.
10890
6599da04
JM
10891Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10892
10893 * makefile.vms: New file.
10894 * make-all.com: Remove.
10895
10896Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10897
10898 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10899
10900Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10901
10902 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10903
10904Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10905
10906 * Makefile.in (ALL_MODULES): Added all-db.
10907 (CROSS_CHECK_MODULES): Addec check-db.
10908 (INSTALL_MODULES): Added install-db.
10909 (CLEAN_MODULES): Added clean-db.
10910
10911Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10912
10913 * config.guess: Merge with latest FSF sources.
10914
10915Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10916
10917 * Makefile.in (ALL_MODULES): Added all-itcl.
10918 (CROSS_CHECK_MODULES): Added check-itcl.
10919 (INSTALL_MODULES): Added install-itcl.
10920 (CLEAN_MODULES): Added clean-itcl.
10921
10922Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10923
10924 * configure.in: build gdb for mn10200
10925
10926Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10927
10928 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10929
d207ebef
JM
10930Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10931
10932 * configure.in (tic80-*-*): Turn off most targets right now.
10933
6599da04
JM
10934Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10935
10936 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10937 rather than the makeinfo program.
10938 (do-info): Depend upon all-texinfo.
10939
10940Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10941
10942 * configure.in: Remove uses of config/mh-linux.
10943
10944 * config.sub, config.guess: Merge with latest FSF sources.
10945
d207ebef
JM
10946Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10947
10948 * config.sub (case $basic_machine): Add tic80 entries.
10949
6599da04
JM
10950Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10951
10952 * config.sub, config.guess: Merge with latest FSF sources.
10953
10954Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10955
10956 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10957 * mpw-config.in: Test for NewFolderRecursive.
10958 * mpw-install: Use symbolic name for startup filename.
10959 * mpw-README: Add various additional details.
10960
10961Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10962
10963 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10964
10965Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10966
10967 * configure.in: Do build gcc and the target libraries for
10968 the mn10200.
10969
10970Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10971
10972 * configure.in: don't avoid building gdb for mn10300 any more
10973 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10974 instead of single-quoting it.
10975
10976Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10977
10978 * configure.in: Don't use --with-stabs on IRIX 6.
10979
10980Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10981
10982 * configure.in (m32r): Build gdb, libg++ now.
10983
10984Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10985
10986 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10987 directories from noconfigdirs.
10988
10989Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10990
10991 * config.sub (basic_machine): added mips16 configuration
10992
10993Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10994
10995 * config.sub: Handle d10v-unknown.
10996
d207ebef
JM
10997Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10998
10999 * config.sub: Handle v850-unknown.
11000
6599da04
JM
11001Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11002
11003 * Makefile.in: add findutils
11004 * configure.in: add findutils to list of host_tools
11005
11006Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11007
11008 * config.sub: Handle mn10200 and mn10300.
11009
11010Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11011
11012 * configure.in (d10v-*): Do not build librx.
11013
11014Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11015
11016 * configure.in (mn10300): Build everything except gdb & libgloss.
11017
11018Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11019
11020 * config.guess: Patch for Dansk Data Elektronik servers,
11021 from Niels Skou Olsen <nso@dde.dk>.
11022
11023 For ncr, use /bin/uname rather than uname, since GNU uname does not
11024 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11025
11026 Patch for MIPS R4000 running System V,
11027 from Eric S. Raymond <esr@snark.thyrsus.com>.
11028
11029 Fix thinko for nextstep.
11030
11031 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11032
11033 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11034 * config.guess: Guess mips-dec-mach_bsd4.3.
11035
11036 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11037 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11038 release numbers.
11039 * config.guess (mips-mips-riscos*): Emit just enough of the
11040 release number.
11041
11042 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11043 * config.guess (sparc-auspex-sunos*): Added.
11044 (f300-fujitsu-*): Added.
11045
11046 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11047 * config.guess: Recognize a Tadpole as a sparc.
11048
11049Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11050
11051 * config.guess: Don't assume that NextStep version is either 2 or
11052 3. NextStep 4 (aka OpenStep 4) has come out now.
11053
11054Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11055
11056 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11057 From Rik Faith <faith@cs.unc.edu>.
11058
11059Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11060
11061 * config.sub: Contributions from bug-gnu-utils to:
11062 Support plain "hppa" (no version given) architecture, reported by
11063 OpenStep.
11064 OpenBSD like NetBSD.
11065 LynxOs is not a hardware supplier.
11066
11067 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 11068 OpenBSD like NetBSD.
6599da04
JM
11069 Stratus systems.
11070 More Pyramid systems.
11071 i[n>4]86 Intel chips.
11072 M680[n>4]0 Motorola chips.
11073 Use unknown instead of lynx for hardware manufacturer.
11074
11075Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11076
11077 * install.sh (chmodcmd): Set to null if the DST directory already
11078 exists.
11079
11080Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11081
11082 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11083 not use mt-ppc target Makefile fragment any more.
11084
11085Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11086
11087 * configure.in (*-*-windows): Exclude everything but those dirs
11088 needed to build windows.
11089
11090Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11091
11092 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11093
11094Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11095
11096 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
11097
11098Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11099
11100 * Undo my previous change.
11101
11102Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11103
11104 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11105 unconditionally.
11106 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11107
11108Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11109
11110 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11111 host to add it's own flags.
6599da04
JM
11112
11113Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11114
11115 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11116
11117Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11118
11119 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11120 (CXX_FOR_TARGET): Likewise.
11121 (GCC_FOR_TARGET): Define.
11122 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11123 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11124 CC_FOR_TARGET was specified on the command line.
11125 (MAKEOVERRIDES): Don't define.
11126
11127Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11128
11129 * configure.in (m32r): Fix spelling of libg++ libs.
11130
11131Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11132
11133 * config.sub (-apple*): Remove, now redundant.
11134
11135Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11136
11137 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11138
11139 * configure: Rework yesterday's sed script patch.
11140
11141 * config.sub: Merge with FSF.
11142
11143Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11144
11145 * config.guess: Merge from FSF.
11146
11147 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
11148 * config.guess: Use pc instead of unknown, for pc clone systems.
11149 Change linux to linux-gnu.
6599da04
JM
11150
11151 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 11152 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
11153
11154Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11155
11156 * test-build.mk (HOLES): Add "xargs" for gdb.
11157
11158 * configure: Avoid hpux10.20 sed bug.
11159
11160Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11161
731a8127 11162 * configure.in: Add support for windows host
6599da04
JM
11163 (that is a build done under the Microsoft build environment).
11164
11165Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11166
11167 * Makefile.in: Replace all uses of srcroot with s, to shrink
11168 command line lengths.
11169
11170 Patches from Geoffrey Noer <noer@cygnus.com>:
11171 * configure.in: If configuring for newlib, pass --with-newlib to
11172 subdirectories.
11173 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11174 -Bnewlib/ and -Lwinsup to gcc.
11175 (CXX_FOR_TARGET): Likewise.
11176
11177Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11178
11179 * Makefile.in (ETC_SUPPORT): Add configure.
11180
11181Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11182
4e81ae98 11183 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
11184 host configuration file.
11185
11186Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11187
11188 * configure.in: Break mn10x00 support into separate
11189 mn10200 and mn10300 configurations.
11190 * config.sub: Likewise.
11191
11192Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11193
11194 * configure.in: Add lots of stuff to noconfigdirs for
11195 the mn10x00 targets.
11196
11197 * config.sub, configure.in: Add mn10x00 support.
11198
11199Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11200
11201 * make-all.com: Call conf-a-gas, not config-a-gas.
11202
11203Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11204
11205 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 11206 targets.
6599da04
JM
11207
11208Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11209
11210 * mpw-README: Add much more detail for native PowerMac.
11211 * mpw-install: New file.
11212 * mpw-configure: Add --norecursion and --help options.
11213 * mpw-config.in: Translate readme and install files when
11214 copying to objdir.
11215 * mpw-build.in: Don't always depend on byacc and flex.
11216 (install-only-top): New action.
11217
d207ebef
JM
11218Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11219
11220 * configure.in: You can now configure GDB for the v850.
11221
6599da04
JM
11222Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11223
11224 * configure.in (noconfigdirs): Don't configure any C++ dirs
11225 if targeting D10V.
11226
11227Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11228
11229 * config.sub: Recognize mips64vr5000.
11230
11231Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11232
11233 * configure.in: Use a single line for host_tools and native_only.
11234
11235Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11236
11237 * config.sub, configure.in: Add entries for m32r.
11238
11239Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11240
11241 * Makefile.in (inet-install): Don't run install-gzip.
11242
11243Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11244
11245 * configure.in: Don't config lots of things for *-*-windows*.
11246
11247Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11248
11249 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11250 (host_libs, host_tools): Copy from configure.in.
11251 * mpw-configure: Don't complain about directories not found.
11252
11253Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11254
11255 * configure.in (i[345]86): Recognize i686 for pentium pro.
11256 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11257 file.
11258
11259 * config.guess (i[345]86): Ditto.
11260
11261Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11262
11263 * configure.in (noconfigdirs): Removed gdb for D10V.
11264
d207ebef 11265Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 11266
d207ebef
JM
11267 * configure.in: Remove ld, target-libio, target-libg++, and
11268 target-libstdc++ from noconfigdirs.
5d4a5ee6 11269
6599da04
JM
11270Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11271
11272 * configure: Fix three locations where shell scripts were
11273 being run directly rather than with config_shell.
11274
d207ebef
JM
11275Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11276
11277 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11278 * config.sub (basic_machine): Recognize v850.
11279
6599da04
JM
11280Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11281
11282 * mpw-configure: Handle multiple enable/disable options and
11283 pass them down recursively, handle -c and -s flags appropriately
11284 depending on choice of compiler, add escape mechanism for
11285 quoted arguments to gC.
11286
11287Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11288
11289 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11290 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11291 so that -mrelocatable-lib and -mno-eabi are used.
11292
11293 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11294 not support --print-multi-lib, don't abort.
11295
6599da04
JM
11296Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11297
11298 * make-all.com: Run config-a-gas.
11299 * setup.com: Don't copy subdirectory files around.
11300
11301Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11302
11303 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11304 target, it now compiles correctly.
11305
11306Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11307
11308 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11309
11310Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11311
4e81ae98 11312 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
11313
11314Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11315
11316 * configure.in (native_only): Add prms.
11317
11318Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11319
11320 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11321 (BINUTILS_SUPPORT_DIRS): Likewise.
11322
11323Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11324
11325 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11326 d10v support is added.
11327
11328Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11329
11330 * configure.in (d10v-*-*): New target.
11331
11332Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11333
11334 * config.guess (HP 9000/811): Recognize this as a PA1.1
11335 machine.
11336
11337Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11338
11339 * Makefile.in (do-tar-gz): New target, split out from tail end of
11340 taz target. Run each command separately, don't use pipes.
11341 (taz): Use it.
11342
11343Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11344
11345 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11346 * mpw-build.in: No builds should depend on building byacc or flex,
11347 they are assumed to be installed already.
11348
11349Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11350
11351 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11352 variable that CC_FOR_TARGET needs.
11353
11354Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11355
11356 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11357 options have changed since the last time the subdirectory was
11358 configured, and if it has, reconfigure.
11359 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11360 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11361
11362Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11363
11364 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11365 CLEAN_MODULES): Add bash.
11366 (all-bash): New target.
11367
11368Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11369
11370 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11371
11372Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11373
11374 * config.sub (basic_machine): Recognize d10v as a valid processor.
11375
11376Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11377
11378 * mpw-configure: Add support for --bindir.
11379 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11380
11381Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11382
11383 * configure.in: add bash, time, gawk to list of hosttools and things
11384 to only build for native toolchains
11385
11386Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11387
11388 * Makefile.in (docdir): Remove.
11389
11390Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11391
11392 * Makefile.in (datadir): Set to $(prefix)/share.
11393
11394Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11395
11396 * configure.in: build diff and patch for cygwin32-hosted
11397 toolchains.
11398
11399Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11400
11401 * config.sub: Accept -rtems*.
11402
11403Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11404
e490616e
ZW
11405 * configure.in: enable dosrel for cygwin32-hosted builds,
11406 remove diff from the list of things not buildable
11407 via Canadian Cross
6599da04
JM
11408
11409Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11410
11411 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 11412 don't get ". ".
6599da04
JM
11413
11414Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11415
11416 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11417
11418Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11419
11420 * Makefile.in (taz): Handle case where tex3patch didn't even get
11421 checked out. Also, if it was found, put the symlink in a new util
11422 subdirectory.
11423
11424Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11425
11426 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11427
11428Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11429
11430 * config.sub: Recognize -openvms.
11431 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11432 * make-all.com, setup.com: New files.
11433
11434Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11435
11436 * Makefile.in (taz): tex3patch moved to texinfo/util.
11437
11438Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11439
11440 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11441 * configure.in: remove make from disable-if-Can-Cross list
11442 enable gdb if ${host} and ${target} are cygwin32
11443
11444Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11445
11446 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11447 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11448
11449Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11450
11451 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11452 distinguish sysv/svr4/bsd variants.
11453 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11454
11455Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11456
11457 * configure.in: Added copyright notice.
11458 * move-if-change: Added copyright notice.
11459
11460Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11461
11462 * configure.in (powerpcle-*-solaris*): Until we get shared
11463 libraries working, don't build gdb, sim, make, tcl, tk, or
11464 expect.
11465
11466Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11467
11468 * config.guess: Merge with FSF:
11469
11470 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11471 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11472
11473 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11474 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11475
11476 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11477 * config.guess: Combine two OSF1 rules.
11478 Also recognize field test versions. From mjr@zk3.dec.com.
11479 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11480 because GNU uname does not support -p. From pmr@pajato.com.
11481
11482Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11483
11484 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11485
11486Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11487
11488 * mpw-README: Document GCCIncludes.
11489
11490Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11491
11492 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11493
11494Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11495
11496 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11497
11498Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11499
11500 * configure.in (*-*-cygwin32): Configure make.
11501
11502Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11503
11504 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11505
11506Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11507
11508 * Makefile.in (all-inet): Depend on all-perl.
11509
11510 * Makefile.in (inet-install): New target.
11511
11512 * Makefile.in (all-inet): Depend on all-tcl.
11513 (all-inet): Depend on all-send-pr.
11514
11515Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11516
11517 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11518 temporarily.
11519
11520Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11521
11522 * configure.in: Don't configure --with-gnu-ld on AIX.
11523
11524Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11525
11526 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11527
11528Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11529
11530 * Makefile.in (ALL_MODULES): Added all-inet.
11531 (CROSS_CHECK_MODULES): Added check-inet.
11532 (INSTALL_MODULES): Added install-inet.
11533 (CLEAN_MODULES): Added clean-inet.
11534 (all-indent): New target.
11535
11536 * configure.in (host_tools): Added inet.
11537 (native_only): Added inet.
11538 (noconfigdirs): Added inet.
11539
11540Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11541
11542 * configure.in: Don't configure libgloss if we are not configuring
11543 newlib.
11544
11545Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11546
11547 * configure.in: Don't configure libgloss for unsupported
11548 architectures.
11549
11550Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11551
11552 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11553
11554Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11555
11556 * Makefile.in (ALL_MODULES): Include all-apache.
11557 (CROSS_CHECK_MODULES): Include check-apache.
11558 (INSTALL_MODULES): Include install-apache.
11559 (all-apache): New target.
11560
11561 * configure.in: Added apache everywhere perl is seen.
11562
11563Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11564
11565 * Makefile.in: Add support for clean-{module} and
11566 clean-target-{module} rules.
11567
11568Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11569
11570 * configure.in (*-*-ose) do not build libgloss.
11571
11572Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11573
11574 * config.guess (prep*:SunOS:5.*:*): Turn into
11575 powerpele-unknown-solaris2.
11576
11577Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11578
11579 * configure.in: Permit --enable-shared to specify a list of
11580 directories.
11581
11582Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11583
11584 * configure.in (host==solaris): Pass only the first word of $CC
11585 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11586
11587Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11588
11589 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11590
11591Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11592
11593 * Makefile.in (ALL_MODULES): Include all-perl.
11594 (CROSS_CHECK_MODULES): Include check-perl.
11595 (INSTALL_MODULES): Include install-perl.
11596 (ALL_X11_MODULES): Include all-guile.
11597 (CHECK_X11_MODULES): Include check-guile.
11598 (INSTALL_X11_MODULES): Include install-guile.
11599 (all-perl): New target.
11600 (all-guile): New target.
11601
11602 * configure.in (host_tools): Include perl and guile.
11603 (native_only): Include perl and guile.
11604 (noconfigdirs): Don't build guile and perl; no ports have been
11605 done.
11606
11607Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11608
e490616e
ZW
11609 * configure (--enable-*): Handle quoted option lists such as
11610 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
11611
11612Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11613
11614 * Makefile.in ({,inst}all-target): New rule so we can make and
11615 install all of the target directories easily.
11616
11617Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11618
11619 * configure.in: Add missing global flag in sed substitution when
11620 deleting `target-' from ${configdirs}.
11621
11622Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11623
11624 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11625 option.
11626
11627 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11628 config/mh-necv4.
11629
11630 * install.sh: Correct misspelling of transformbasename.
11631
11632 * config.guess: Recognize mips-*-sysv*.
11633
11634Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11635
11636 * config.sub: Recognize mon960.
11637
11638Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11639
11640 * configure: Restore Canadian Cross handling of BISON and LEX,
11641 removed in Feb 20 change.
11642
11643Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11644
11645 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11646 Mention make install. Remove the old copyright date as well the
11647 clumsy and rather pointless copyright on the README file.
11648
11649Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11650
11651 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11652 Makefile after running symlink-tree, then run `make distclean' to
11653 avoid clobbering any generated files in srcdir.
11654
11655Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11656
11657 * configure.in (m68k-*-netbsd*): Build everything now.
11658
11659Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11660
11661 * Makefile.in (taz): Fix quoting.
11662
11663Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11664
11665 * configure.in (sparclet-*-*): Build everything now.
11666
11667Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11668
11669 * configure.in (m68k-*-linux*): New host.
11670
11671Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11672
11673 * configure: Check for bison before byacc.
11674
11675Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11676
11677 * Makefile.in configure: Change the way LEX and BISON/YACC are
11678 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11679 searching PATH. These are used as fallbacks by Makefile.in if
11680 flex/bison/byacc aren't in objdir.
11681
11682Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11683
11684 * Makefile.in: Make everything which depends upon all-bfd also
11685 depend upon all-opcodes, in case --with-commonbfdlib is used.
11686
11687Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11688
11689 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11690 building NT native compilers on Unix.
11691
11692Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11693
11694 * configure.in: Don't get CC from the host Makefile fragment if we
11695 can find gcc in PATH, or if this is a Canadian Cross. Move the
11696 Solaris test for /usr/ucb/cc to the post target script, just after
11697 the compiler sanity test.
11698
11699Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11700
11701 * config.sub: Merge with FSF.
11702
11703Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11704
11705 * Makefile.in (RPATH_ENVVAR): New variable.
11706 (REALLY_SET_LIB_PATH): Use it.
11707 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11708
11709Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11710
11711 * config.sub, configure.in: Recognize sparclet cpu.
11712
11713Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11714
11715 * config.guess: Support m68k-cbm-sysv4.
11716
11717Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11718
11719 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11720 m68k-unknown-linuxaout from linker help string. Put quotes around
11721 $ld_help_string.
11722
11723Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11724
11725 * config.guess (powerpc-harris-powerunix): Add guess for port
11726 to new target.
11727
11728Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11729
11730 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11731
11732Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11733
11734 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11735 $(REALLY_SET_LIB_PATH) in Makefile.
11736 * Makefile.in (SET_LIB_PATH): New variable.
11737 (REALLY_SET_LIB_PATH): New variable.
11738 ($(DO_X)): Use $(SET_LIB_PATH).
11739 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11740 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11741 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11742 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11743 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11744 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11745 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11746 (install-dosrel): Likewise.
11747 (all-opcodes): Depend upon all-libiberty.
11748
11749Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11750
11751 * config.guess (*:CYGWIN*): New
11752
11753Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11754
11755 * Makefile.in (all-target-winsup): All all-target-libiberty.
11756
11757Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11758
11759 * configure.in (noconfigdirs): Add missing # in front of comment.
11760
11761Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11762
11763 * configure.in: add second pass to things added to noconfigdirs
11764 so *-gm-magic can exclude libgloss properly.
11765
11766Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11767
11768 * mpw-configure (extralibs_name, rez_name): Set correctly
11769 for MWC68K compiler.
11770
11771 * mpw-README: Add more info on the necessary build tools.
11772
11773Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11774
11775 * configure.in, config.sub: Recognize cygwin32.
11776
11777Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11778
11779 * config.guess, config.sub: Recognize A/UX.
11780
11781Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11782
11783 * config.sub: Merge with gcc/config.sub.
11784
11785Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11786
11787 * mpw-build.in (do-binutils): Add build of stamps.
11788
11789Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11790
11791 * config.sub: Add recognition for mips64vr4100*-* targets.
11792
11793Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11794
11795 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11796 Add creation of gconfigargs with `--enable-shared' turned on.
11797 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11798 ($(host)-stamp-stage3-configured): Likewise.
11799 (HOLES): Add chatr and ldd.
11800 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11801
11802Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11803
11804 * configure: Pass --nfp to recursive configures.
11805
11806Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11807
11808 * Makefile.in (DLLTOOL): New.
11809 (DLLTOOL_FOR_TARGET): New.
11810 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11811 (EXTRA_TARGET_FLAGS): Ditto.
11812 (EXTRA_GCC_FLAGS): Ditto.
11813 (CONFIGURE_TARGET_MODULES): Ditto.
11814 (DO_X): Ditto.
11815 * configure: Add DLLTOOL.
11816
11817Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11818
11819 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11820 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11821 mh-sco, since old workarounds no longer needed, and don't
11822 build ld, since libraries have weak symbols in COFF.
11823
11824Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11825
11826 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11827
11828Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11829
11830 * configure.in: Make sure that ${CC} can be used to compile an
11831 executable.
11832
11833Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11834
11835 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11836 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11837 nothing depending on whether gdbtk is being built.
11838
11839Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11840
11841 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11842
11843Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11844
11845 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11846 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11847
11848Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11849
11850 * config-ml.in: Add support for
11851 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11852 Simplify setting of multidirs from --disable-foo.
11853
11854Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11855
11856 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11857 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11858 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 11859 non-empty, pass them on to the GCC make.
6599da04
JM
11860 (all-bootstrap): New rule that is like all-gcc, except it executes
11861 the GCC bootstrap rule instead of the GCC all rule.
11862
11863Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11864
11865 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11866
11867Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11868
11869 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11870 DG/UX support.
11871
11872Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11873
11874 * config.sub (i*86*) Change [345] to [3456]
11875
11876Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11877
11878 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11879 --with-gnu-ld=no.
11880
11881Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11882
11883 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11884 AIX multilibs get built.
11885
11886Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11887
11888 * configure.in (i386-win32): Don't build expect if we're not
11889 building the tcl subdir.
11890
11891Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11892
11893 * Makefile.in: (configure-target-examples, all-target-examples):
11894 New targets, configure and build example programs.
11895
11896Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11897
11898 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11899 use it as input to sedit the generated MPW makefile.
11900 * mpw-README: Add a suggestion about Gestalt.h.
11901
11902Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11903
11904 * config.sub: Accept *-*-ieee*.
11905
11906Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11907
11908 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11909 Ronald F. Guilmette <rfg@monkeys.com>.
11910
11911Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11912
11913 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11914 for powerpc-pe native.
11915 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11916 (target==powerpc-pe): duplicate i386-win32 entry.
11917
11918Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11919
11920 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11921 of vxworks, not just vxworks5.1.
11922
11923Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11924
11925 * mpw-configure: Add support for exec-prefix.
11926
11927Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11928
11929 * config.guess: Recognize HP model 816 machines as having
11930 a PA1.1 processor.
11931
11932Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11933
11934 * configure: Ignore new autoconf configure options.
11935
6599da04
JM
11936Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11937
11938 * config.guess: Recognize Pentium under SCO.
11939 From Robert Lipe <robertl@arnet.com>.
11940
11941Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11942
11943 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
11944
11945Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11946
11947 * configure.in: Don't configure gas for alpha-dec-osf*.
11948
11949Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11950
11951 * configure.in: Default to --with-stabs for some targets for which
11952 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11953 i[345]86*-*-unixware*.
11954
11955Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11956
11957 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11958 rather than basing it on the target. Simplify handling of options
11959 controlling which directories to configure. Remove extraneous
11960 slash in multi-clean target.
11961
11962Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11963
11964 * config-ml.in: Prefix more variables with ml_ so they don't collide
11965 with configure's.
11966
11967Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11968
11969 * configure: Don't turn -v into --v.
11970
11971Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11972
11973 * configure.in (targargs): Fix typo.
11974
11975 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11976
11977Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11978
11979 * configure.in: Strip --host and --target options from
11980 CONFIG_ARGUMENTS, and always configure for --host only. Add
11981 --with-cross-host option when building with a cross-compiler.
11982 * configure: Canonicalize the arguments put into config.status by
11983 always using `=' for an option with an argument. Pass a presumed
11984 --host or --target explicitly.
11985
11986Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11987
11988 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11989 into general OS recognition case.
11990
11991Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11992
11993 * configure.in (target_configdirs): add target-winsup only
11994 for win32 target systems.
11995
11996Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11997
11998 * Makefile.in (all-target-libgloss): Depend upon
11999 configure-target-newlib, since when libgloss is built it looks to
12000 see if the newlib directory exists.
12001
12002Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12003
12004 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12005 cfg-ml-*.in.
12006
12007Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12008
12009 * configure: Handle LD and LD_FOR_TARGET when configuring a
12010 Canadian Cross.
12011
6599da04
JM
12012Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12013
12014 * configure.in (target_libs): add target-winsup.
12015 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12016 (target==ppcle-pe): remove ld from $noconfigdirs.
12017
12018Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12019
12020 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12021 Preserve relative path names in $srcdir. Build symlink tree if
12022 configuring cross target dir and srcdir=. (= no VPATH support).
12023 (configure-target-libg++): Depend on configure-target-librx.
12024 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12025 * config-ml.in: New file.
12026 * symlink-tree: New file.
12027 * configure: Ensure srcdir="." if that's what it is.
12028
12029Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12030
12031 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12032 includes and FLEX_SKELETON setting.
12033 * mpw-configure (--with-gnu-ld): New option, controls whether
12034 to use PPCLink or ld with PowerMac GCC.
12035 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12036 * mpw-config.in: Configure grez if targeting Mac.
12037
12038 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
12039 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12040 just macos.
6599da04
JM
12041 * configure.in: Configure grez resource compiler if targeting Mac.
12042 * Makefile.in (all-grez, install-grez): New targets.
12043
12044Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12045
12046 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 12047 gcc in the path, set CC to gcc -O2.
6599da04
JM
12048
12049Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12050
12051 * configure: Default ${build} correctly. Avoid picking up extra
12052 spaces when reading CC and CXX from Makefile. When doing a
12053 Canadian Cross, use plausible default values for numerous
12054 variables.
12055 * configure.in: When doing a Canadian Cross, don't try to
12056 configure tools whose configure script can't handle it.
12057
12058Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12059
12060 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12061
12062Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12063
12064 * configure: Remove dubious bug reporting address.
12065
12066Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12067
12068 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12069 configure script, run that instead of this directory's configure.
12070 In either case, print a message that we're configuring the sub-dir.
12071
12072Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12073
12074 * configure.in: Before checking for the existence of various files,
12075 use sed to filter out "target-".
12076
12077Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12078
12079 * Makefile.in (DO_X): Split rule to decrease command line length
12080 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12081 (Philippe De Muyter).
12082
12083Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12084
12085 * Makefile.in (all-patch): depend on all-libiberty.
12086
12087Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12088
12089 * configure.in: If the only directory in target_configdirs which
12090 actually exists is libiberty, then set target_configdirs to empty,
12091 to avoid trying to build a target libiberty in a gas or gdb
12092 distribution.
12093
12094Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12095
12096 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
12097 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12098 systems.
6599da04
JM
12099
12100Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12101
12102 * configure.in (copy_dirs): Use sys-include instead of include
12103 for --with-headers option.
12104
12105Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12106
12107 * Makefile.in, configure.in: Make winsup builds work with
12108 new scheme.
12109
12110Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12111
12112 * configure.in: Build the linker on AIX.
12113
12114Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12115
12116 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12117 where needed.
12118
12119Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12120
12121 * Makefile.in (all-gcc): Fix typo.
12122
12123Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12124
12125 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12126
12127Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12128
12129 * configure.in: Rename libFOO to target-libFOO, and xiberty
12130 to target-xiberty, to provide more flexibility.
12131 (target_subdir): Define. Create if cross.
12132 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12133 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12134 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12135 check-libFOO -> check-target-libFOO, etc.
12136 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12137 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12138 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12139 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12140 allow ALL_GCC="" to only configure.
12141 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12142 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12143 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12144
12145Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12146
12147 * Makefile.in (taz): Build "info" in etc explicitly.
12148
12149Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12150
12151 * configure.in: Make sure that CC is undefined (as opposed to
12152 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12153 problem with autoconf trying to configure on a host without GCC.
12154
12155Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12156
12157 * mpw-configure: Set host alias from choice of host compiler,
12158 only use generic MPW Makefile sed if present, edit a file
12159 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12160 * mpw-README: Add problem notes about CW6 and CW7.
12161
12162Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12163
12164 * Makefile.in (taz): Use ";" instead of ";;".
12165
12166Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12167
12168 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12169 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12170 DISTDOCDIRS.
12171 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12172 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12173
12174Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12175
12176 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12177 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12178 Move bfd to DISTSTUFFDIRS.
12179
12180Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12181
12182 * Makefile.in (X11_LIB): Removed.
12183 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12184
12185 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12186
12187Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12188
12189 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12190 names.
12191
12192Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12193
12194 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12195
12196Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12197
12198 * configure.in (i[345]86-*-win32): Always build newlib.
12199 Don't configure cvs, autoconf or texinfo.
12200 * Makefile.in (LD_FOR_TARGET): New.
12201 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12202 Pass down LD_FOR_TARGET.
12203
12204Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12205
12206 * winsup: New directory.
12207 * Makefile.in: Build winsup.
12208 * configure.in: Winsup is configured when target is win32.
12209 Can only build win32 target GDB when native.
4e81ae98 12210
6599da04
JM
12211Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12212
12213 * config.guess: Recognize HP model 819 machines as having
12214 a PA 1.1 processor.
12215
12216Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12217
12218 * configure: Fix sed loop which substitutes for CC and CXX to
12219 avoid bug found in various sed implementations.
12220
12221Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12222
12223 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12224 simulator. Use standard powerpc-*-eabi*.
12225
12226Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12227
12228 * configure.in: Stop putting gas and binutils in noconfigdirs for
12229 powerpc-*-aix* and rs6000-*-*.
12230
12231Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12232
12233 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12234 -mcall-aixdesc libraries.
12235
12236Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12237
12238 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12239
12240 * config.sub (arm | armel | armeb): Fix shell syntax.
12241
12242Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12243
12244 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12245 -msoft-float and -mcpu=common support.
12246 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12247 libraries.
12248
12249Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12250
12251 * configure.in: Allow configuration and build of emacs19 for the alpha.
12252
12253Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12254
12255 * configure.in (CC): Get ^CC, not just any old CC, from
12256 ${host_makefile_frag}.
12257
12258Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12259
4e81ae98 12260 * configure.in (CC): Try to get CC from
6599da04
JM
12261 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12262
12263Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12264
12265 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12266 only if it exists in $(srcdir).
12267
12268Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12269
12270 * configure: If CC and CXX are not set in the environment, set
12271 them, based on either an existing Makefile or on searching for gcc
12272 in PATH. Substitute for CC and CXX in Makefile.
12273 * configure.in: Remove libm from target_libs. Separate
12274 target_configdirs from configdirs. If CC is not set in
12275 environment, try to get it from a host Makefile fragment. Rewrite
12276 changes of configdirs to use skipdirs instead. A few minor
12277 tweaks. Take directories out of target_configdirs as they are
12278 taken out of configdirs. Remove existing Makefile files from
12279 subdirectories. Substitute for TARGET_CONFIGDIRS and
12280 CONFIG_ARGUMENTS in Makefile.
12281 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12282 by configure.in.
12283 (CONFIG_ARGUMENTS): Likewise.
12284 (CONFIGURE_TARGET_MODULES): New variable.
12285 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12286 ($(CONFIGURE_TARGET_MODULES)): New target.
12287 (configure-libg++, configure-libio): New targets.
12288 (all-libg++): Depend upon configure-libg++.
12289 (all-libio): Depend upon configure-libio.
12290 (configure-libgloss, all-libgloss): New targets.
12291 (configure-libstdc++): New target.
12292 (all-libstdc++): Depend upon configure-libstdc++.
12293 (configure-librx, all-librx): New targets.
12294 (configure-newlib): New target.
12295 (all-newlib): Depend upon configure-newlib
12296 (configure-xiberty): New target.
12297 (all-xiberty): Depend upon configure-xiberty.
12298
12299Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12300
12301 * configure.in (host i[345]86-*-win32): Expand the
12302 noconfigdirs again.
12303
12304Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12305
12306 * mpw-configure: Fix sed command file name.
12307
12308Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12309
4e81ae98 12310 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
12311 noconfigdirs again.
12312
12313Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12314
12315 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12316 or powerpc*-*-pe*, since they are not yet supported.
12317
12318Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12319
12320 Add PowerMac support and many other enhancements.
12321 * mpw-configure: New option --cc to select compiler to use,
12322 paste options set according to --cc into the generated
12323 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12324 if mpw-make.sed is present.
12325 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12326 add forward includes for PowerPC include files.
12327 * mpw-build.in: Build using Makefile.PPC if present.
12328 (do-byacc, etc): Remove separate version resource builds.
12329 (do-gas): Build "stamps" before "all".
12330 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12331 * mpw-README: Update to reflect --cc option, PowerMac support,
12332 and recently-reported compatibility problems.
12333
12334Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12335
12336 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12337 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12338 (--with-multilib-top): Pass to recursive invocations.
12339
12340Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12341
12342 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12343 v810-*-*.
12344
12345Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12346
12347 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12348 gdb, ld and opcodes on v810-*-*.
12349
6599da04
JM
12350Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12351
12352 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12353 (local-maintainer-clean): New target.
12354 (maintainer-clean): New target.
12355 (realclean): Just depend upon maintainer-clean.
12356
12357Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12358
12359 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12360
12361Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12362
12363 * configure.in: Build ld in mips*-*-bsd* case.
12364
12365Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12366
12367 * config.sub: Accept -lites* OS. From Ian Dall.
12368
12369Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12370
12371 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 12372 targets.
6599da04
JM
12373
12374Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12375
12376 * configure.in: treat i386-win32 canadian cross the same as
12377 i386-go32 canadian cross.
12378
12379Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12380
12381 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12382 running under the simulator to build a reduced set of libraries.
12383 (powerpc-*-eabiaix): Add fine grained multilib support added to
12384 other powerpc targets yesterday.
12385
12386Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12387
12388 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12389 -disable-softfloat, -disable-relocatable, -disable-aix, and
12390 -disable-sysv to control which multilib libraries get built.
12391
12392Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12393
12394 * configure: Add Makefile.tem to list of files to remove in trap
12395 handler.
12396
12397Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12398
12399 * config.guess (*Linux*): Add missing "exit"s.
12400 Also, need specific check for alpha-unknown-linux (uses COFF).
12401
12402Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12403
12404 * config.guess: Merge with FSF:
12405
12406 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12407 * config.guess (AIX4): More robust release numbering discovery.
12408
12409 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12410 * config.guess (i386-sequent-ptx): Properly get version number.
12411
12412 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12413 * config.guess (mips:*:4*:UMIPS): New case.
12414
12415Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12416
12417 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12418 (i386-win32 host): Likewise. Don't build readline.
12419
12420Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12421
12422 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12423 SUPPORT_FILES to submakes.
12424
12425Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12426
12427 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12428 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12429 mpw-configure.
12430
12431Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12432
12433 * configure.in (appdirs): Use =, not ==, in test expression when
12434 trying to build the text to print in the warning message for
12435 Solaris users.
12436
12437Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12438
12439 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12440
12441Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12442
12443 * config.guess: Recognize lynx-2.3.
12444
12445Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12446
12447 * config.sub (z8ksim): Deleted
12448 (z8k-*-coff): New, this is the one true name of the target.
12449
12450Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12451
12452 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12453
12454Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12455
12456 * config.guess (*:Linux:*:*): First try asking the linker what the
12457 default object file format is (elf, aout, or coff). Then if this
12458 fails, try previous methods.
12459
12460Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12461
12462 * configure.in: Don't build newlib for *-*-vxworks5.1.
12463
12464Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12465
12466 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12467 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12468
12469Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12470
12471 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12472
12473Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12474
12475 * cfg-ml-com.in: New file.
12476 * cfg-ml-pos.in: New file.
12477
12478Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12479
12480 * COPYING.NEWLIB: Add HP free copyright to list.
12481
12482Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12483
12484 * config.sub: Recognize -eabi* for the system, not just -eabi.
12485
12486Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12487
12488 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12489 * config.sub, configure.in (win32): New target and host.
12490
12491Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12492
12493 * configure.in: Add i386-pe configuration.
12494
12495Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12496
12497 * mpw-build.in (install): Install GDB after LD.
12498
12499Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12500
12501 * mpw-config.in (elf/mips.h): Always forward-include, needed
12502 for GDB to build.
12503
12504Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12505
12506 * testsuite: New directory for customer acceptance and whole tool
12507 chain tests.
12508
12509Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12510
12511 * configure: If per-host line isn't found, but AC_OUTPUT is found
12512 and a configure script exists, run it instead.
12513
12514Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12515
12516 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12517
12518Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12519
12520 * configure: Set build_{cpu,vendor,os,alias} to host values when
12521 --build isn't specified.
12522
12523Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12524
12525 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12526 (FLAGS_TO_PASS): Pass them.
12527 (EXTRA_TARGET_FLAGS): Ditto.
12528
6599da04
JM
12529Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12530
12531 * Makefile.in (all-libg++): Depend on all-libstdc++.
12532
12533Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12534
12535 * configure.in (noconfigdirs): Enable all packages for
12536 i386-unknown-netbsd.
12537
12538Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12539
12540 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12541 hosted builds (DOS builds)
12542
12543Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12544
12545 Changes for ARM based on patches from Richard Earnshaw:
12546 * config.sub: Handle armeb and armel.
12547 * configure.in: Omit arm linker only for riscix.
12548
12549Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12550
12551 * config.guess: Update from FSF.
12552
12553Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12554
63f6bcd7 12555 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
12556 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12557 powerpcle variant. Convert pentium into i586, not i486. Add p5
12558 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12559 temporarily.
12560
12561Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12562
12563 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12564
12565Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12566
12567 * config.sub: Accept -lites* as a basic system type.
12568
12569Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12570
12571 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12572 installed, and if so return linuxoldld as the system name.
12573
12574Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12575
12576 * config.guess: Add hppa1.1-hp-lites support.
12577
12578Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12579
12580 * configure.in: Don't build newlib for m68k-vxworks5.1.
12581
12582Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12583
12584 * configure.in (mips-sgi-irix6): Use mh-irix5.
12585
12586Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12587
12588 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12589
12590Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12591
12592 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 12593 OSF/1. Fix compiler flags.
6599da04
JM
12594 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12595
12596Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12597
12598 * configure.in: Recognize --with-newlib.
12599 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12600
12601Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12602
d207ebef 12603 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
12604 to *_X11_MODULES due to gdbtk needing X include files et al.
12605
12606Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12607
12608 Merge in support for Mac MPW as a host.
12609 (Old change descriptions retained for informational value.)
12610
12611 * mpw-config.in: Add generic include forwards for cpu-specific
12612 include files in aout and elf directories.
12613
12614 * mpw-configure: Added copyright.
12615 * mpw-config.in: Check for presence of required build tools.
12616 (target_libs): Add newlib.
12617 (target_tools): Add examples.
12618 (Read Me): Generate as "Read Me for MPW" instead.
12619 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12620 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12621 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12622
12623 * mpw-configure: Remove subdir-specific makefile hackery,
12624 delete mk.tmp after using it.
12625
12626 * mpw-build.in (all): Display start and end times.
12627
12628 * mpw-configure (host_canonical): Set.
12629 (target_cpu): Always add to makefiles.
12630 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12631 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12632 (mpw-mh-mpw): Look for in srcdir and srcroot.
12633 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12634
12635 * mpw-build.in: (install-only): New target.
12636
12637 * mpw-configure (host_alias, target_alias): Rename from hostalias
12638 and targetalias, add into generated Makefile.
12639 (mk.tmp): If present, add into generated Makefile.
12640 * mpw-build.in (all-gas): Build config.h first before gas proper.
12641
12642 * mpw-configure (config.status): Write only if changed.
12643 * mpw-config.in (readline): Configure it (not built, just used for
12644 definitions).
12645
12646 * mpw-config.in (elf/mips.h): Add a forward include.
12647
12648 * mpw-config.in: Forward-include most .h files in include into
12649 extra-include.
12650 (readline): Don't build.
12651 mpw-build.in (install): Install GDB.
12652
12653 * mpw-configure (prefix, mpw_prefix): Handle it.
12654 * mpw-config.in (mmalloc, readline): Don't configure.
12655 * mpw-build.in (thisscript): Rename to ThisScript.
12656 Use mpw-build instead of BuildProgram everywhere.
12657 (mmalloc, readline): Don't build.
12658 * mpw-README: New file, basic documentation about the MPW port.
12659
12660 * mpw-config.in: Use forward-include to create include files.
12661
12662 * mpw-configure: Add more things to the top of each configured
12663 Makefile, including contents of config/mpw-mh-mpw.
12664 * mpw-config.in (extra-include): Create this directory and fill it
12665 with Posix-like include files when configuring.
12666
12667 * config.sub (apple, mac, mpw): Add various aliases.
12668
12669 * mpw-build.in: New file, top-level build script fragment for MPW.
12670 * mpw-configure: New file, configure script for MPW.
12671 * mpw-config.in: New file, config fragment for MPW.
12672
12673Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12674
12675 * configure.in (host_libs): Remove glob, since it is gone from the
12676 sources.
12677
12678Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12679
12680 * Makefile.in: define empty GDB_NLM_DEPS var.
12681
12682 * configure.in(target_makefile_frag): use config/mt-netware
12683 for netware targets.
12684
12685Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12686
12687 * config.sub: Merge in recent FSF changes. Remove linux special
12688 cases.
12689
12690Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12691
731a8127 12692 Revert this change:
6599da04
JM
12693
12694 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12695
12696 * build-all.mk: Use CC=cc -Xs on Solaris.
12697
6599da04
JM
12698Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12699
12700 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12701 stop using it.
12702 * Makefile.in: Nuke all references to glob subdirectory.
12703
12704Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12705
12706 * configure.in: Fix --enable-shared logic in per-host.
12707
12708Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12709
12710 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12711
12712Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12713
12714 * configure.in (noconfigdirs): Don't build gas on AIX, for
12715 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12716
12717Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12718
12719 * configure: Fix --cache-file to work if the file argument is a
12720 relative path.
12721
12722Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12723
12724 * configure: If the --cache-file is used, pass it down to
12725 configure in subdirectories.
12726
12727Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12728
12729 * config.sub: add vxworks29k configuration.
12730
12731Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12732
12733 * Makefile.in (taz): Do "diststuff" part quietly.
12734
12735Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12736
12737 * config.sub: Mini-merge with gcc/config.sub.
12738
12739Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12740
12741 * config.guess (IRIX): Sed - to _.
12742
12743Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12744
12745 * Makefile.in (source-vault, binary-vault): New targets.
12746
12747Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12748
12749 * config.sub: Recognize -eabi as a basic system type.
12750
12751Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12752
12753 * configure.in (enable_shared stuff): Fix typo.
12754
12755Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12756
12757 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12758
12759Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12760
12761 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12762
12763Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12764
12765 * configure.in (rs6000-*-*): Don't build gas.
12766
12767Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12768
12769 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12770 reduce command line length.
12771 (AS_FOR_TARGET): Check for as.new, not Makefile.
12772 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12773
12774Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12775
12776 * config.guess: Merge from FSF.
12777
12778Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12779
12780 * configure: Don't use $ when handling program_suffix.
12781
12782Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12783
12784 * configure.in: Configure tk for hppa/hpux.
12785
12786Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12787
12788 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12789
12790Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12791
12792 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12793 to LIBCXXFLAGS. Tests are better run without it.
12794
12795Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12796
12797 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12798
12799Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12800
12801 * configure.in (*-*-netware*): Don't configure xiberty.
12802
12803Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12804
12805 * configure.in: Remove tk from native_only list.
12806
12807Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12808
12809 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12810 for special NCD build.
12811
12812Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12813
12814 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12815 makeall.bat, they're only useful for binutils snapshots.
12816 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12817 makeall.bat to specified SUPPORT_FILES.
12818
12819Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12820
12821 * build-all.mk: Add Ericsson targets to sun4 and solaris
12822 hosts. Add BNR's sun4 target to solaris host, so their
12823 build-from-source will be tested in-house first.
12824
12825Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12826
12827 * Makefile.in (LIBCFLAGS): New variable.
12828 (CFLAGS_FOR_TARGET): Ditto.
12829 (LIBCFLAGS_FOR_TARGET): Ditto.
12830 (LIBCXXFLAGS): Ditto.
12831 (CXXFLAGS_FOR_TARGET): Ditto.
12832 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12833 (BASE_FLAGS_TO_PASS): Pass them.
12834 (EXTRA_TARGET_FLAGS): Ditto.
12835
731a8127 12836 * configure.in: Support --enable-shared.
6599da04
JM
12837
12838Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12839
12840 * configure.in (target_libs): Include libstdc++ again.
12841 * config.guess: Update from FSF (for FreeBSD).
12842
12843Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12844
12845 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12846 makeall.bat.
12847 (DISTDOCDIRS): Add `etc'.
12848 (ETC_SUPPORT_PFX): New variable.
12849 (taz): Include anything from etc starting with a word in
12850 ETC_SUPPORT_PFX.
12851
12852Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12853
12854 * config.sub: Update for recent FSF changes. Remove obsolete
12855 h8300hds entry. Add -windows* and -osx as basic os. Minor
12856 spacing changes.
12857
12858Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12859
12860 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12861
12862 * config.guess: Merge with FSF.
12863 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12864
12865Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12866
12867 * configure: Since the "trap 0" handler will override the exit
12868 status on many systems, only use it for "exit 1", and make it set
12869 a non-zero exit status; reset it before "exit 0". Also, check
12870 exit status of config.sub, and error out if it failed.
12871
12872Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12873
12874 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12875 and install libgloss.
12876
12877Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12878
12879 * Makefile.in (all-binutils): Depend upon all-byacc.
12880
12881 * configure.in: Don't build emacs on Irix 5.
12882
12883Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12884
12885 * configure.in (*-*-netware*): Add libio.
12886
12887Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12888
12889 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12890 (CHECK_TARGET_MODULES): Ditto.
12891 (INSTALL_TARGET_MODULES): Ditto.
12892 (TARGET_LIBS): Ditto.
12893 (all-libstdc++): Note dependencies.
12894
12895Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12896
12897 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12898
12899Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12900
12901 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12902 -fexternal-templates.
12903
12904 * configure.in (target_libs): Add libstdc++.
12905 (noconfigdirs): Add libstdc++ as appropriate.
12906
12907Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12908
12909 * config.guess: Update from FSF.
12910
12911Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12912
12913 * configure: Use ${config_shell} when running ${configsub}.
12914
12915Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12916
12917 * config.sub: No longer recognize h8300h.
12918
12919Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12920
12921 * config.sub: Remove extraneous differences between config.sub and
12922 gcc/config.sub.
12923
12924Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12925
12926 * Makefile.in (DISTSTUFFDIRS): Add gas.
12927
12928Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12929
12930 * COPYING.NEWLIB: New file.
12931
12932Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12933
12934 * config.guess (HP-UX): Patch from Harlan Stenn
12935 <harlan@landmark.com> to also emit release level.
12936
12937Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12938
12939 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12940
12941Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12942
12943 * config.sub: Merge nextstep cleanup from FSF.
12944
12945Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12946
12947 * configure.in (arm-*-*): Don't configure ld for this target.
12948
12949Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12950
12951 * configure.in (*-*-netware): don't configure libg++, libio,
12952 librx, or newlib.
12953
12954Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12955
12956 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12957 configure ld--it works, but it doesn't support shared libraries.
12958
12959Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12960
12961 * config.guess (*-unknown-freebsd*): Get rid of possible
12962 trailing "(Release)" in version string.
12963 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12964
12965Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12966
12967 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12968 Fix type: *-next-neststep -> *-next-nextstep.
12969
12970 * config.guess: Merge from FSF:
12971
12972 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12973
12974 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12975
12976 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12977
12978 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12979 instead of UNIX_SV for UnixWare 1.0).
12980
12981Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12982
12983 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12984 to make gdb/nlm/* build after the compiler and linker.
12985
12986Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12987
12988 * config.guess (netbsd, freebsd, linux): Accept any machine,
12989 not just i[34]86.
12990 (m68k-atari-sysv4): Relocate to match FSF version.
12991
12992 * config.guess: More merges from the FSF:
12993
12994 Add a space before function call or macro invocation.
12995
12996 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12997
12998 * config.guess: Add trap cmd to remove dummy.c and dummy when
12999 interrupted.
13000
13001 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13002
13003 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13004 (dummy): Redirect stderr from compilation of dummy.c.
13005
13006 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13007
13008 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13009
13010Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13011
13012 * configure: Accept and ignore --cache*, for compatibility with
13013 new autoconf.
13014
13015Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13016
13017 * config.guess: Merge from FSF:
13018
13019 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13020
13021 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
13022 (PATH): Add /.attbin at end for finding uname.
13023 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
13024
13025 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13026
e490616e 13027 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
13028
13029 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13030
e490616e
ZW
13031 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13032 to select whether to use ELF or COFF.
6599da04
JM
13033
13034 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13035
e490616e 13036 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
13037
13038 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13039
13040 * config.guess: Guess the OS version for HPUX.
13041
13042 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13043
13044 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13045
13046Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13047
13048 * configure.in: Recognize --with-headers, --with-libs, and
13049 --without-newlib.
13050 * Makefile.in (all-xiberty): Depend upon all-ld.
13051
13052Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13053
13054 * configure.in: Change i[34]86 to i[345]86.
13055
13056Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13057
13058 * configure (version): A few more tweaks to help message.
13059
13060Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13061
13062 * Makefile.in: Remove (for now) librx as a host library,
13063 now that we're building it for target.
13064
13065Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13066
13067 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13068 (Karl Berry).
13069
13070Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13071
13072 * configure.in: Also configure librx.
13073
13074Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13075
13076 * Makefile.in: Update various rules to reflect that librx
13077 is now needed for libg++.
13078
13079Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13080
13081 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13082
13083Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13084
13085 * configure.in: Configure the examples directory.
13086
13087Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13088
13089 * configure: Simplify Jun 2 1994 change.
13090
13091Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13092
13093 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13094 /bin/gcc isn't good enough to build gcc.
13095
13096Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13097
13098 * Makefile.in (GDB_SUPPORT_FILES): Remove
13099 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13100 (gdb.tar.gz): Add new rule to use standard distribution building
13101 mechanism.
13102
13103Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13104
13105 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13106 Bill Cox <bill@cygnus.com>.
13107
13108Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13109
13110 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13111
13112Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13113
13114 * configure: Search current dir first in .gdbinit.
13115
13116Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13117
13118 * config.sub: Recognize freebsd (merged from gcc config.sub).
13119
13120Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13121
13122 * config.sub: Refer to NeXT's operating system as nextstep.
13123
13124 * config.sub (case $basic_machine): Re-order the cases, to match
13125 the order in the FSF version (which is mostly alphabethical).
13126 Merge in some additions and changes from the FSF.
13127
13128Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13129
13130 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13131 * config.sub: Recognize cxux7.
13132 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13133
13134Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13135
13136 * config.sub: Fix typo powerpc -> powerpc-*.
13137
13138Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13139
13140 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13141
13142 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13143 parallel with all-emacs and install-emacs). Top-level command
13144 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13145
13146Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13147
13148 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13149 $(relbindir)/make before doing ``make install'', and use
13150 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13151 installing over running make binary.
13152 ($(host)-stamp-stage3-installed): Likewise.
13153
13154Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13155
13156 * config.guess: Recognize Mach.
13157
13158Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13159
13160 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13161 see whether --exec-prefix was used.
13162
13163Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13164
13165 * README: Explicitly mention libg++/README. (Zoo's idea.)
13166
13167Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13168
13169 * Makefile.in: Add all-librx target similar to all-libproc.
13170
13171Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13172
13173 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13174 with post 1.2 uname bogosity.
13175
13176Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13177
13178 * configure: Remove temporary files on receipt of a signal.
13179
13180Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13181
13182 * configure: If there is a package_makefile_frag, remove
13183 ${subdir}/Makefile.tem after copying it in.
13184
13185Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13186
13187 * build_all.mk: support rs6000 lynx identifies itself as
13188 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13189 since /bin/gcc is too feeble to compile a modern gcc.
13190
13191Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13192
13193 * brought devo/test-build.mk update-to-date with progressive/
13194 test-build.mk. Add lynx targets and hppa flag info.
13195
13196Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13197
13198 * configure.in: Use mh-ncrsvr43. Patch from
13199 Tom McConnell <tmcconne@sedona.intel.com>.
13200
13201Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13202
13203 * config.guess (i386-unknown-bsdi): No longer need to
13204 check #if defined(__bsdi__) && defined(__i386__).
13205
13206Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13207
13208 * configure: Set program_transform_nameoption correctly.
13209
13210Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13211
13212 * brought build-all.mk update-to-date with progressive build-all.mk,
13213 added new targets and hppa info.
4e81ae98 13214
6599da04
JM
13215Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13216
13217 * configure: If config.guess result is a prefix of the user
13218 specified target, assume a native build and use the user specified
13219 target as the host alias. Remove SunOS patch suffix removal hack.
13220 * configure.in: Remove SunOS patch suffix removal hack.
13221
13222 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13223 in NATIVE_CHECK_MODULES.
13224
13225Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13226
13227 * Makefile.in: Rename HOST_ONLY to NATIVE.
13228 * configure: Delete SunOs patch suffix from host_canonical
13229 and build_canonical variables that are prepended to Makefiles.
13230 * configure.in: Add comments for easier maintenance.
13231
13232Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13233
13234 * Makefile.in: Add all-libproc target similar to all-gui.
13235
13236Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13237
13238 * Makefile.in (CHECK_MODULES): split into
13239 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13240
13241Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13242
13243 * config.guess (i386-unknown-bsdi): New system to guess.
13244
13245Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13246
13247 * Makefile.in: Add all-gui target (but not yet build by "all").
13248
13249Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13250
13251 * config.sub: Move deletion of patch suffix from here...
13252 * configure.in: To here, at Ian's suggestion. The top-
13253 level scripts might need to know of a patch level.
13254
13255Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13256
13257 * config.sub: Strip off patch suffix so rtl is recognized
13258 as a sunos4.1.3 machine, even though it's been patched.
13259
13260Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13261
13262 * Makefile.in (INSTALL_LAST): Delete.
13263 (INSTALL_DOSREL): New.
13264
13265Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13266
13267 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13268 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13269 whether we pass down --with-gnu-ld anyhow.
13270
13271Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13272
13273 * Makefile.in (INSTALL_LAST): Change operation so it works
13274 on more flavors of make.
13275 * configure.in (go32): Don't build libg++ or libio.
13276
13277Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13278
13279 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13280 they can be overriden by templates.
13281
13282Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13283
13284 * configure.in (target==go32): Don't build gdb.
13285 * dosrel: New directory.
13286
13287Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13288
13289 * configure.in (host==go32): Configure dosrel too.
13290 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13291 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13292 be set by incoming names or templates.
13293 (INSTALL_LAST): New rule.
6599da04
JM
13294
13295Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13296
13297 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13298
13299Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13300
6599da04
JM
13301 * configure.in (appdirs): New variable. Currently empty, but will
13302 be used in gas distribution. If nonempty, lists a set of
13303 directories at least one of which must get configured, or top
13304 level configuration is considered to have failed.
13305 (rs6000-*-lynxos*): Use new file name.
13306
13307Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13308
13309 Eliminate XTRAFLAGS.
13310 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13311 newlib include files using -idirafter, and also use -nostdinc.
13312 (CXX_FOR_TARGET): Likewise.
13313 (XTRAFLAGS): Removed.
13314 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13315 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13316 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13317 ($(DO_X)): Don't pass down XTRAFLAGS.
13318
13319Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13320
13321 * configure.in (mips*-dec-bsd*): New target; do build linker.
13322 (mips*-*-bsd*): New target; don't build linker.
13323
13324Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13325
13326 * configure.in: support rs6000-*-lynxos* configuration.
13327 support sunos4 as a cross target.
13328
13329 * config.sub: look for lynx*, not lynx since the OS version may
13330 legitimately be part of the name.
13331
13332Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13333
13334 * configure.in (i[34]86-*-sco*): Move to be with other i386
13335 targets.
13336 (romp-*-*): New target. Skip various binary utilities.
13337 (vax-*-*): New target. Don't build newlib.
13338 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13339
13340Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13341
13342 * configure.in: Only set host_makefile_frag if config
13343 directory exists.
13344
13345Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13346
13347 * install.sh: If $dstdir exists, don't check whether each
13348 component does.
13349
13350Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13351
13352 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13353
13354Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13355
3b75d237
AJ
13356 * configure.in (*-*-lynxos*): Don't configure newlib for either
13357 native or cross Lynx.
6599da04
JM
13358
13359Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13360
13361 * config.sub (sparc64-elf): Fix os.
13362 (z8k): Remove duplicate.
13363
13364Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13365
13366 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13367 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13368
13369Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13370
13371 * configure: Make file links cleanly even if Lynx fails on
e490616e 13372 an NFS symlink (at least fail cleanly).
6599da04
JM
13373
13374Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13375
13376 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13377 -XNh2000.
13378
13379Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13380
13381 * configure: Unknown options are fatal again.
13382
13383Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13384
13385 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 13386 compatibility.
6599da04
JM
13387
13388Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13389
13390 * build-all.mk: Add `clean' target.
13391
13392Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13393
13394 * config.guess: Add SINIX support.
13395 * configure.in: Add mips-*-sysv4* support.
13396
13397Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13398
13399 * build-all.mk: Document all useful targets.
13400 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13401 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13402
13403Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13404
13405 * configure: Support --silent, --quiet.
13406
13407Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13408
13409 * configure: Support --disable-FEATURE.
13410
13411Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13412
13413 * config.guess: Recognize NCR running SVR4.3.
13414
13415Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13416
13417 * config.guess: Make BSDI generate i386-unknown-bsd386.
13418 Patch from Paul Eggert <eggert@twinsun.com>.
13419
13420Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13421
13422 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13423
13424Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13425
13426 * configure: Make unrecognized options give nonfatal warnings
13427 instead of fatal errors, and pass them to any subdirectory
13428 configures in case they recognize them.
13429 Make --x equivalent to --with-x.
13430
13431Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13432
13433 * configure: Add --enable-* options. Clean up usage message and
13434 some comments.
13435
13436Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13437
13438 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13439
13440Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13441
13442 * configure.in (hppa*-*-*): Enable binutils.
13443
13444Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13445
13446 * config.sub: Recognize cisco.
13447
13448Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13449
13450 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13451
13452Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13453
13454 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13455 than one configuration name. Add comment.
13456
13457Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13458
13459 * config.guess: about target *-hitachi-hiuxwe2, fixed
13460 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13461 macro is incorrect.]
13462
13463Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13464
13465 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13466 than the "make ls" stuff which used to be here.
13467
13468Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13469
13470 * config.guess: Recognize i[34]86-unknown-freebsd.
13471 From Shawn M Carey <smcarey@rodan.syr.edu>.
13472
13473Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13474
13475 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13476
13477Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13478
13479 * config.guess: Check for ptx.
13480
13481Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13482
13483 * config.sub: Add os9k checking.
13484
13485Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13486
13487 * config.guess: Handle OSF1 running on HPPA processors
13488
13489Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13490
13491 * configure: If subdir configure fails, print out a message with
13492 subdirectory name, in case subdir's configure code didn't identify
13493 itself.
13494
13495Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13496
13497 * configure.in: Remove embedded newlines from configdirs.
13498 Avoid mismatches of substrings. Fix matching strings at end
13499 of configdirs.
13500
13501Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13502
13503 * config.guess: Add Lynx/rs6000 config support.
13504
13505Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13506
13507 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13508
13509Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13510
13511 * configure.in (hppa*-*-osf*): Treat this just like most other
13512 PA configurations (eg no binutils or ld).
13513 (hppa*-*-*elf*): These configurations have binutils and ld.
13514
13515Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13516
13517 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13518
13519Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13520
13521 * configure.in (rs6000-*-*): Build gas.
13522
13523Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13524
e490616e 13525 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
13526
13527Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13528
13529 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13530 for GDB and GDB has been fixed to not need it.
13531
6599da04
JM
13532Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13533
13534 * config.guess: Recognize vax hosts.
13535
13536Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13537
13538 * configure (while loop): Don't use "break 2" inside case
13539 statement -- the case statement isn't an enclosing loop.
13540
13541Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13542
13543 * config.guess: Clean up NeXT support, to allow nextstep
13544 on Intel machines. Make OS be nextstep.
13545
13546Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13547
13548 * config.guess: Add alternate forms for Convex.
13549
13550Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13551
13552 * configure: Completely rewrite option processing. Take
13553 advantage of pattern-matching to avoid invoking test frequently.
13554 Also clean up host and target defaulting logic.
13555
13556Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13557
13558 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13559 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13560 commands (plus user environment) will fit SCO limits.
13561
13562Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13563
13564 * configure.in: Don't issue warnings about directories which are
13565 not being configured if -norecursion is set. Correct test for
13566 --with-gnu-as and --with-gnu-ld to not get confused by substring
13567 matches.
13568
13569 * configure.in: Don't build gas for alpha-dec-osf1*.
13570
13571Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13572
13573 * configure: Back out Per's change of 12/19/1993. It changes the
13574 behavior of configure in unexpected and confusing ways.
13575
13576 Also, use different delim char when calculating
13577 program_transform_name so that the name can contain slashes.
13578
13579Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13580
13581 * configure.in, config.sub: Add support for VSTa micro-kernel.
13582
13583Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13584
13585 * configure.in: Nuke hacks which were used to get a special
13586 version of GAS for HPPA configurations.
13587
13588Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13589
13590 * configure: If only ${target_alias} is given, use that
13591 as the default for ${host_alias}.
13592 * configure: Add missing back-slashes before nested quotes.
13593
13594Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13595
13596 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13597
13598Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13599
13600 * config.guess: Recognize some Tektronix configurations.
13601 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13602
13603Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13604
13605 * config.sub: Match any flavor of SH.
13606
13607Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13608
13609 * configure.in: Don't try to configure newlib for Alpha.
13610
13611Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13612
13613 * configure.in: Don't build ld for Irix 5. Don't build gas,
13614 libg++ or libio for any Alpha target.
13615
13616 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
13617
13618Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13619
13620 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13621 default arguments -- so it tried to compress itself.
13622
13623Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13624
13625 * configure.in (notsupp): ensure that a space is always at the end
13626 of the configdirs list, since the grep checks for an explicit space
13627
13628Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13629
13630 * configure.in (target i386-sysv4.2): don't build ld, since static
13631 versions of many libraries are not available.
13632
13633Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13634
13635 * config.guess: Recognize Apollos (using environment variables).
13636 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13637
13638Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13639
13640 * config.guess: Recognize Sony news mips running newsos.
13641
13642Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13643
13644 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13645 "fi ; else" for bash.
13646
13647Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13648
13649 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13650
13651Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13652
13653 * config.sub: accept unixware as an alias for svr4.2.
13654 Fix some inconsistancies with the gcc version.
13655
13656Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13657
13658 * Makefile.in (DISTDOCDIRS): Add gdb.
13659
13660Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13661
13662 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13663
13664Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13665
13666 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13667 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13668 this now.
13669
13670Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13671
13672 * config.sub: Accept hiux* as an OS name.
13673
13674 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13675 etc/make-stds.texi. The underscore came from gcc, and dje now
13676 agrees that RUNTESTFLAGS is the correct name.
13677
13678Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13679
13680 * install.sh: Remove 'set -e'. It makes any conditionals
13681 in the script useless.
13682
13683 * config.guess: Automatically recognize arm-acorn-riscix
13684 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13685
13686Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13687
13688 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13689
13690Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13691
13692 * Makefile.in (DISTDOCDIRS): New variable.
13693 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 13694 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
13695
13696Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13697
13698 * configure.in (hppa target): check the source directory for the
13699 pagas sub-directory
13700
13701Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13702
13703 * config.sub: Allow -aout* and -elf*.
13704
13705Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13706
13707 * configure.in: Don't build ld on i386-solaris2, same as for
13708 sparc-solaris2.
13709
13710Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13711
13712 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13713
13714Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13715
13716 * configure.in: Configure gdb for alpha.
13717
13718Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13719
13720 * Makefile.in (CXXFLAGS): Add -O.
13721
13722Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13723
13724 * config.guess: added support for DG Aviion
13725
13726Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13727
13728 * configure.in: Produce warning message for subdirectories not
13729 configurable for this host/target combination. Don't try to
13730 configure gdb for vms.
13731
13732Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13733
13734 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13735 appropriate files before making "diststuff".
13736 (DISTBISONFILES): New var: list of files to be edited.
13737 (DISTSTUFFDIRS): Add binutils.
13738
13739Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13740
13741 * config.sub: also handle mipsel and mips64el (for little endian mips)
13742
13743Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13744
13745 * configure.in: Add * to end of all OS names.
13746
13747Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13748
13749 * configure.in: Build newlib for LynxOS native.
13750
13751Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13752
13753 * config.guess: Add support for delta 88k running SVR3.
13754
13755 * configure.in: Add comment about HP compiler vs. emacs.
13756
13757Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13758
13759 * configure.in: don't build ld on solaris2 (not a viable option
13760 due to bugs in getpwnam & getpwuid)
13761
13762Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13763
13764 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13765 config.guess will produce a full version number.
13766
13767Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13768
13769 * configure.in: Build linker and binutils for alpha-dec-osf1.
13770
13771Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13772
13773 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13774 and gdb/testsuite/Makefile.in.
13775
13776Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13777
13778 * configure.in: recognize mips*- instead of mips-
13779
13780Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13781
13782 * config.sub: Accept linux*coff and linux*elf as operating
13783 systems.
13784
13785Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13786
13787 * config.sub: Recognize mips64, and mips3 as an alias for it.
13788
13789Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13790
13791 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13792 gdb knows how to handle OSF/1 shared libraries.
13793
13794Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13795
13796 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13797 * config.guess: Recognize Hitachi's HIUX.
13798 * config.sub: Recognize h3050r* and hppahitachi.
13799 Remove redundant cases for hp9k[23]*.
13800
13801Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13802
13803 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13804 if gas and ld are in the source tree and are in ${configdirs}.
13805 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 13806 --with options (but still pass them down on the command line,
6599da04
JM
13807 if they were explicitly specified).
13808
13809Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13810
13811 * configure: substitute SHELL value in Makefile.in with
13812 ${CONFIG_SHELL}
13813
13814Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13815
13816 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13817 *-*-solaris2* targets.
13818
13819Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13820
13821 * Makefile.in: define M4, and pass it down to sub-makes;
13822 all-autoconf now depends on all-m4
13823
13824Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13825
13826 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13827 presence of {ar,ranlib} instead of a configured directory
13828
13829Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13830
13831 * config.guess: Accept 34?? as well as 33?? for NCR.
13832
13833Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13834
13835 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13836 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13837
13838Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13839
13840 * configure: grab values for $(CC) and $(CXX) from the
13841 environment, so that someone can do "CC=gcc configure; make" and
13842 have it work right (matching the way that autoconf works now)
13843
13844 * configure.in, Makefile.in: add support for gash, the tcl
13845 interface to Galaxy
13846
13847 * config.guess: add NetBSD variants (hp300, x86)
13848
13849Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13850
13851 * install.sh: Support -d option (in the manner of SunOS 4 install,
13852 as it is more deterministic than that of GNU install)
13853 (chmodcmd): Set file to mode 755 by default (should also do default
13854 chgrp and chown, but I don't feel like dealing with that now)
13855
13856Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13857
13858 * config.sub: Remove h8300hhms alias.
13859
13860Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13861
13862 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13863
13864Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13865
13866 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13867 as stmp-fixinc
13868
13869Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13870
13871 * config.sub: recognize m88110-bug-coff.
13872
13873Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13874
13875 * Makefile.in (all-libio): all dependencies on the toolchain used
13876 to build this (gcc, gas, ld, etc)
13877
13878Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13879
13880 * config.guess: Deal with OSF/1 1.3 on alpha.
13881
13882Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13883
13884 * install.sh: add some 'else true' clauses for portability
13885
13886 * configure.in: don't build libio for h8[35]00-*-* targets
13887
13888Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13889
13890 * Makefile.in: Add support for new libio.
13891
13892Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13893
13894 * install.sh: If one command fails, don't try the rest. Don't try
13895 to remove $dsttmp (via trap) unless we have already created it.
13896 If $src doesn't exist, detect it and exit with an error.
13897
13898 * config.guess: Recognize BSD on hp300.
13899
13900Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13901
13902 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13903 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13904
13905Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13906
13907 * Makefile.in (all-send-pr): depends on all-prms
13908
13909Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13910
13911 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13912
13913Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13914
13915 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13916 Added test for mips-mips-riscos5.
13917
13918Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13919
13920 * configure.in: use mh-hp300 for 68k HP hosts
13921
13922Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13923
13924 * configure: add support for CONFIG_SHELL, so that you can use
13925 some alternate shell for evaluating configure scripts
13926
13927Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13928
13929 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13930 in configure script to bug-gdb@prep.ai.mit.edu when building
13931 distribution archive.
13932 * Makefile.in (COMPRESS): Remove def.
13933 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13934 gdb.tar.Z and make-gdb.tar.Z respectively.
13935 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13936 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13937 to convergence with 'taz' target in Makefile.in.
13938
13939Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13940
13941 * install.sh (dsttmp): use trap to ensure that tmp files go
13942 away on error conditions
13943
13944Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13945
13946 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13947
13948Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13949
13950 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13951 its parent is '/' not ''.
13952
13953 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13954
13955Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13956
13957 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13958 that ${newsrcdir}/configure.in does.
13959
13960Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13961
13962 * test-build.mk: support for CONFIG_SHELL
13963
13964Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13965
13966 * config.sub (netware): Add as a basic system type.
13967
13968Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13969
13970 * Makefile.in (Makefile): depend on configure.in. Also drop the
13971 $(srcdir)/ from the dependency on Makefile.in.
13972
13973Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13974
13975 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13976 (h8300hhms is temporary until multi-libraries are implemented).
13977 * configure.in: Handle h8300h too.
13978
13979Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13980
13981 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13982
13983Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13984
13985 * configure: Remove extraneous output when guessing host type.
13986 * config.guess: Remove extraneous output when guessing using C
13987 compiler rather than uname, or when guessing fails.
13988
13989Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13990
13991 * Makefile.in: remove all.cross and install.cross targets
13992
13993 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13994 definitions
13995
13996Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13997
13998 * configure.in (target sh): Build gprof.
13999
14000Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14001
14002 * config.sub: change -solaris to -solaris2
14003
14004Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14005
14006 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14007
14008Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14009
14010 * configure: Correct error message for missing Makefile.in to
14011 print correct directory.
14012
14013Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14014
14015 * install.sh: kludge around 386BSD shell bug
14016
14017Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14018
14019 * config.guess: Recognize NeXT.
14020 * config.guess: Recognize i486-ncr-sysv4.
14021 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14022
14023Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14024
14025 * Makefile.in (MAKEINFOFLAGS): New variable.
14026 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14027 * build-all.mk, test-build.mk: Pass down --no-split as
14028 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14029
14030Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14031
14032 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14033
14034Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14035
14036 * Makefile.in (libg++.tar.z): New rule.
14037 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14038 * Makefile.in (taz): Only do a single chmod.
14039
14040Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14041
14042 * install.sh: don't use dirname anymore (replaced with sed usage)
14043
14044Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14045
14046 * Makefile.in: Change extension for gzip'd files from '.z' to
14047 '.gz' per new FSF standard usage.
14048
14049Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14050
14051 * configure: put quotes around the final value of program_transform_name
14052
14053Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14054
14055 * Makefile.in: new install.sh support; update install-info rules
14056
14057Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14058
14059 * configure.in: Build diff for crosses, but not for go32 host.
14060
14061 * configure.in: Build gprof only for native, and don't build it
14062 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14063
14064Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14065
14066 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14067
14068Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14069
14070 * configure.in (host_tools): Add prms.
14071
14072Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14073
14074 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14075 with $(FLAGS_TO_PASS) on the command line
14076
14077 * config.sub: Recognize lynx and lynxos
14078
14079Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14080
14081 * config.sub: Accept -ecoff*, not just -ecoff.
14082
14083Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14084
14085 * Makefile.in (taz): Use .gz suffix instead of .z.
14086 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14087 names.
14088
14089Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14090
14091 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14092
14093Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14094
14095 * Makefile.in (install-no-fixedincludes): install gcc last, so
14096 that rebuilds that might happen during 'make install' don't get
14097 bogus gcc include files
14098
14099Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14100
14101 Change from Utah for HPPA support:
14102 * config.guess: Recognize hppa1.x-hp-bsd.
14103
14104Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14105
14106 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14107 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14108
14109Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14110
14111 * config.sub: Add support for rom68k and bug boot monitors.
14112
14113Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14114
14115 * Makefile.in: Make all-opcodes depend on all-bfd.
14116
14117Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14118
14119 * config.guess: Added special check for i[34]86-univel-sysv4*.
14120
14121Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14122
14123 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14124 the processor rather than assuming i486.
14125
14126Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14127
14128 * config.guess: Recognize SunOS6 as Solaris3.
14129
14130Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14131
14132 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14133 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14134
14135Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14136
14137 * build-all.mk (all-cross): New target for Canadian Cross.
14138 Added Q2 go32 targets.
14139 * test-build.mk: Configure go32 cross sparclite-aout and
14140 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14141 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14142
14143Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14144
14145 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14146 GO32 hosted toolchains
14147
14148Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14149
14150 * configure: change so "-exec-prefix" gets passed down rather
14151 than "-exec_prefix" so autoconf generated Makefiles get the
14152 exec_prefix set right.
14153
14154Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14155
14156 * config.guess: get the Solaris2 minor version number
14157
14158 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14159
14160Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14161
14162 * config.guess: Recognize some Sequent platforms.
14163
14164Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14165
14166 * Makefile.in: added the vault-install target
14167
14168 * configure.in: actually use the Sun3 makefile fragment that's in
14169 config, also added the release dir to configdirs
14170
14171Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14172
14173 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14174
14175Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14176
14177 * configure.in: remove some program from Alpha targetted toolchains
14178
14179Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14180
14181 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14182 gprof.
14183 (taz): Run "make diststuff" in those directories instead of "make
14184 proto-dir". Look for "VERSION=" only at start of line in subdir
14185 Makefile. Use "gzip -9" for compression.
14186 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14187 (binutils.tar.z): New target.
14188
14189Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14190
14191 * Makefile.in (taz): Include gpl.texinfo.
14192
14193Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14194
14195 * Makefile.in (setup-dirs): Merged into "taz" target.
14196 (taz): Only do `proto-dir' stuff if a directory is actually needed
14197 for this target.
14198
14199Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14200
14201 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14202 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14203 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14204 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14205 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14206
14207Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14208
14209 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14210 config.sub, and move-if-change to gdb testsuite distribution
14211 archive, so the testsuite can be extracted, configured, and
14212 run separately from the gdb distribution. Blow away the Chill
14213 tests that require a Chill compiled executable, since GNU Chill
14214 is not yet publically available.
14215
14216Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14217
14218 * test-build.mk: set environment variables in a single command,
14219 instead of a list of assignments and exports
14220
14221 * config.guess: recognize Alpha/OSF1 systems
14222
14223Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14224
14225 * configure: Change help message to prefer --options rather than
14226 -options.
14227
14228Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14229
14230 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14231 zippy@ecst.csuchico.edu.
14232 * config.guess: Recognize miniframe.
14233
14234Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14235
cc6010cd
AP
14236 * Makefile.in: Use srcroot to find runtest rather than rootme.
14237 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
14238
14239Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14240
14241 * test-build.mk: Extensive additions to support building on a
14242 machine other than the host.
14243
14244Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14245
14246 * configure (tooldir): Fix for i386-aix again.
14247
14248Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14249
14250 * configure, Makefile.in: Change definition of $(tooldir)
14251 to match the FSF.
14252
14253Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14254
14255 * config.guess: Recognize i[34]86/SVR4.
14256
14257Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14258
14259 * Makefile.in (all-gdb): gdb depends on sim.
14260
14261Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14262
14263 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14264 at the same time we make the prototype gdb directory.
14265 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14266 files at the same time as the gdb base release distribution.
14267
14268Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14269
14270 * Makefile.in (check): Use individual check targets rather than
14271 DO_X rule.
14272 (check-gcc): Added.
14273
14274Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14275
14276 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14277 for System V release 3.2.
14278
14279Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14280
14281 * config.sub: Recognize hppaosf.
14282 * configure.in: Do configure ld/binutils/gas for it.
14283
14284Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14285
14286 * configure (tooldir): Alter syntax used to set this, for systems
14287 where "\$" isn't handled right, like i386-aix.
14288
14289Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14290
14291 * configure: Pass program-transform-name, not
14292 program_transform_name, to recursive configures.
14293
14294Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14295
14296 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14297 of gas+ld+binutils.
14298
14299Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14300
14301 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14302
14303Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14304
14305 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14306
6599da04
JM
14307Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14308
14309 * Makefile.in (PRMS): Set back to all-prms.
14310
14311Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14312
14313 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14314 targets, rather than for MIPS hosts.
14315
14316Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14317
14318 * configure.in: add comment for --with-x default values
14319
14320 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14321
14322 * Makefile.in: add check-* targets for each of the directories in
14323 the tree. Add a definition of RUNTEST that will use the one we
14324 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14325
14326Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14327
14328 * configure.in: Removed obsolete references to bfd_target and
14329 target_makefile_frag.
14330
14331 * build-all.mk: Set assorted targets for Q2.
14332 * config.sub: Recognize z8k-sim and h8300-hms.
14333 * test-build.mk: Really don't pass host to configure.
14334 (HOLES): Added uname.
14335
14336Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14337
14338 * configure: Handle an empty program-prefix, program-suffix or
14339 program-transform-name correctly.
14340
14341Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14342
14343 * build-all.mk: -G 8 no longer required for MIPS targets.
14344 * test-build.mk: Don't pass host argument to configure; make it
14345 guess.
14346
14347Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14348
14349 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14350 * Makefile.in (COMPRESS): New macro, like GZIP.
14351
14352Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14353
14354 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14355
14356 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14357 with gas currently defaults to -G 0.
14358
14359Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14360
14361 * Makefile.in (all-flex): flex depends on byacc.
14362
14363 * build-all.mk: If host not specified, use config.guess. Pass TAG
14364 to test-build.mk as RELEASE_TAG.
14365 * test-build.mk (configargs): New variable containing arguments to
14366 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14367 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14368
14369 * config.guess: Use /bin/uname when checking -X argument on SCO,
14370 to avoid invoking GNU uname which doesn't understand -X.
14371
14372 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14373
14374 * configure.in: Build gas for mips-*-*.
14375
14376Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14377
14378 * Makefile.in (all.normal): insert missing backslash.
14379
14380Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14381
731a8127 14382 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
14383
14384 * Makefile.in: Complete overhaul to merge many almost identical
14385 targets.
14386
14387Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14388
14389 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14390 (gdb.tar.Z): Adjusted.
14391
14392 * Makefile.in (setup-dirs, taz): New targets; should be general
14393 enough to adapt for gdb sometime. Build only .z file.
14394 (gas.tar.z): New target.
14395
14396Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14397
14398 * build-all.mk: Use CC=cc -Xs on Solaris.
14399
6599da04
JM
14400Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14401
14402 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14403 for handling BISON for FSF releases.
14404
14405Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14406
14407 * configure: Actually implement the change zoo just documented.
14408
14409Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14410
14411 * configure: when using config.guess, only set target_alias when
14412 it's not already been set (ie, on the command line)
14413
14414Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14415
14416 * Makefile.in: add installcheck target, set PRMS to install-prms
14417
14418Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14419
14420 * configure: add support for package_makefile_fragment, handle the
14421 case where a directory has a configure.in file but no Makefile.in
14422 more gracefully (with an actual understandable error message, even);
14423 add support for --without (and add this to the usage message); also
14424 explicitly add a --host=${host_alias} to the command line when
14425 config.guess is used
14426
14427Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14428
14429 * configure: Must use both --host and --target in recursive calls.
14430
14431Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14432
14433 * Makefile.in: Change deja-gnu to dejagnu.
14434
14435Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14436
14437 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14438
14439Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14440
14441 * configure.in: canonicalize all instances to *-*-solaris2*,
14442 also strip out a number of tools to not build for go32 host
14443
14444Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14445
14446 * config.guess: add GPL.
14447
14448 * Makefile.in, config.guess, config.sub, configure: bump
14449 copyrights to 93.
14450
14451Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14452
14453 * Makefile.in (do-info): Removed obsolete check for existence of
14454 localenv file.
14455
14456 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14457
14458Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14459
14460 * Makefile.in: a couple of 'else true' for decstation,
14461 support for TclX
14462
14463 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14464
14465Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14466
14467 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14468
14469Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14470
14471 * config.guess: Recognize i386-ibm-aix (PS/2).
14472 * configure.in: Use config/mh-aix386 file for it.
14473
14474Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14475
14476 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14477 CC_FOR_TARGET instead.
14478 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14479
14480Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14481
14482 * Makefile.in: Add sim to list of directories sent with gdb
14483
14484Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14485
14486 * configure.in: Put back mips-dec-bsd* case.
14487
14488Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14489
14490 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14491 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14492 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
14493
14494Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14495
14496 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14497
14498 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14499 (install-info): install dir.info only if it exists,
14500 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14501
14502Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14503
14504 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14505 gas for mips-dec-bsd.
14506
14507Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14508
14509 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14510 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14511
14512Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14513
14514 * configure.in: Added "dejagnu" to hosttools list.
14515
14516Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14517
14518 * config.sub, configure.in, config.guess: Add support
14519 for Bosx, an AIX variant from Bull.
14520 Patches from F.Pierresteguy@frcl.bull.fr.
14521
14522Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14523
14524 * devo/dejagnu: Initial creation of devo/dejagnu.
14525 Migrated dejagnu testcases and support files for testing software
14526 tools to reside as subdirectories, currently called "testsuite",
14527 within the directory of the software tool. Migrated all programs,
14528 support libraries, etc. beloging to dejagnu proper from
14529 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14530 with no modifications. The changes to these files which will
14531 allow them to configure, build, and execute properly will be made
14532 in a future update.
14533
14534Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14535
14536 * Makefile.in: Change send_pr to send-pr.
14537 * configure.in: Likewise.
14538 * send_pr: Renamed directory to send-pr.
14539
14540Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14541
14542 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14543
14544Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14545
14546 * README: Update for gdb-4.8 release.
14547 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14548 gdb-xxx.tar.z (gzip'd) file also.
14549
14550Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14551
14552 * Makefile.in: make all-diff depend on all-libiberty
14553
14554Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14555
14556 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14557
14558Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14559
14560 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14561
14562Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14563
14564 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14565 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14566 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14567
14568Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14569
14570 * Makefile.in: makeinfo binary is in a new location
14571
14572Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14573
14574 * config.sub: Accept -ecoff as an OS.
14575
14576 * Makefile.in: Various changes to eliminate a level of make
14577 recursion and reduce the required command line length.
14578 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14579 sub-makes.
14580 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14581 variables holding settings for specific sub-makes.
14582 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14583 in terms of BASE_FLAGS_TO_PASS.
14584 (TARGET_LIBS): New variable listing directories which use
14585 TARGET_FLAGS_TO_PASS.
14586 (subdir_do): Eliminated.
14587 (do-*): New set of targets to replace subdir_do.
14588 (various): All targets which used subdir_do now depend on do-*.
14589 (local-clean): Renamed from do_clean.
14590 (local-distclean): New target, dependency of distclean and
14591 realclean.
14592 (install-info): Don't create directories. Depend on dir.info
14593 rather than calling make recursively.
14594 (install-dir.info): Eliminated.
14595 (install-info-dirs): Create all info directories here.
14596 (dir.info): Depend upon do-install-info.
14597
14598 * test-build.mk (HOLES): Added false.
14599
14600Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14601
14602 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14603
14604Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14605
14606 * Makefile.in (info): remove dependency on all-texinfo. The
14607 problem was really in texinfo/C, not at this level.
14608
14609Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14610
14611 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14612
14613Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14614
14615 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14616 GDB releases.
14617
14618Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14619
14620 * configure: Include srcdir in message about target of link not
14621 being found. Don't convert `-' to `_' in `with' options being
14622 passed to subdirs.
14623
14624Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14625
14626 * configure.in: add uudecode to host_tools
14627
14628 * Makefile.in: added {all,install}-uudecode targets, added them to
14629 the appropriate lists
14630
14631Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14632
14633 * Makefile.in (all-gcc): Added dependency on all-gas.
14634
14635 * configure.in (mips-*-*): Build ld and binutils.
14636
14637Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14638
14639 * configure: check return code from mkdir, print error message and
14640 exit on failure.
14641
14642Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14643
14644 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14645
14646Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14647
14648 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14649
14650Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14651
14652 * config.sub (h8500): Recognize this as a cpu type.
14653
14654Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14655
14656 * configure: source directory missing is no longer a warning
14657
14658 * configure.in: recognize irix[34]* instead of irix[34]
14659
14660 * Makefile.in: define and pass down X11_LIB
14661
6599da04
JM
14662Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14663
14664 * guess-systype: Renamed to ...
14665 * config.guess: ... by popular request.
14666 * configure.in, Makefile.in: Update accordingly.
14667
14668Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14669
14670 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14671 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14672 + Execute ./dummy instead of assuming . is in PATH.
14673
14674Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14675
14676 * guess-systype: New shell script. Attempts to guess the
14677 canonical host name of the executing host.
14678 Only a few hosts are supported so far.
14679 * configure: Call guess-systype if no host is specified.
14680
14681Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14682
14683 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14684 gcc Makefile.
14685
14686
14687Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14688
14689 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14690 (all-gcc, install-gcc, subdir_do): Use it.
14691
14692Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14693
14694 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14695
14696Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14697
14698 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14699 set exclusively by configure, using configure.in .
14700
14701Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14702
14703 * test-build.mk: set $PATH for all builds
14704
14705 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14706
14707Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14708
14709 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14710 the one used in gcc/Makefile.in, so that a null expansion doesn't
14711 override the one needed to build gcc with a native cc.
14712
14713
14714Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14715
14716 * configure: Accept -with arguments.
14717
14718Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14719
14720 * Makefile.in: added h8300sim
14721
14722Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14723
6599da04
JM
14724 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14725 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14726 (all-cygnus, native, build-cygnus): Make
14727 $(canonhost)-stamp-3stage-done, not $(host)....
14728 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14729 i386-sco3.2v4. Added else true to if command.
14730
14731Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14732
14733 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14734
14735Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14736
14737 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14738
14739Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14740
14741 * configure.in: don't remove binutils from Solaris builds
14742
14743Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14744
14745 * Makefile.in: get rid of earlier definitions for *clean,
14746 also handle the recursive info rule better
14747
14748Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14749
14750 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14751 do more-or-less the right thing.
14752
14753Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14754
14755 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14756 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14757
14758Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14759
14760 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14761 $(host_canonical).
14762
14763 * configure.in: split the configdirs list into 4 categories (native
14764 v. cross, library v. tool) and handle the cross-only and native-
14765 only in more reasonable (and correct!) way.
14766
14767Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14768
14769 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14770 configdirs anymore.
14771
14772Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14773
14774 * Makefile.in: extensive cleanup:: removed all of the explicit
14775 clean-* targets, collapsed many wrappers around subdir_do into
14776 one, added additional targets to satisfy standards.texi, deleted
14777 some old targets, some changes for consistency
14778
14779Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14780
14781 * configure.in: handle some programs as cross-only, and others as
14782 native only
14783
14784 * test-build.mk: handle partial holes in a more generic manner
14785
14786 * Makefile.in: m4 depends on libiberty
14787
6599da04
JM
14788Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14789
14790 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14791 time, wdiff, and find to configdirs
14792
14793 * Makefile.in: all, clean, and install rules for the new programs
14794 added to configure.in
14795
14796Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14797
14798 * configure.in: use mh-sun for all *-sun-* hosts
14799
6599da04
JM
14800Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14801
14802 * Makefile.in: define flags for X11 include files and library file
14803 locations, pass them down to the programs that need this info
14804
14805 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14806
6599da04
JM
14807Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14808
14809 * configure.in: start building libg++ for HP-UX targets
14810
14811Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14812
14813 * README: Update references to files moved into etc/.
14814
14815Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14816
14817 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14818 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14819
14820Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14821
14822 * configure: accept dash as well as underscore in long option
14823 names for FSF compatibility.
14824
14825Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14826
14827 * config.sub: added -sco3.2v4 support from FSF.
14828
14829Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14830
14831 * configure.in: expand the section that adds or removes
14832 directories from the list of programs to build, to handle native
14833 vs. cross in addition to host v. native
14834
14835Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14836
14837 * Makefile.in: Replace C++ in macro names with CXX.
14838 This is less likely to break ...
14839
14840Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14841
14842 * test-build.mk: add -w to GNU_MAKE
14843
14844Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14845
14846 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14847 add 'sparc' to list of recognized cpus. This needed to make
14848 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14849 Delete some redundant ose68 variants. Recognize -wrs as an os,
14850 then changes that into $CPU-wrs-vxworks.
14851
14852 * configure.in: remove most references to gdbtest, regularize
14853 target based program removal
14854
14855 * test-build.mk: import from p3 tree (many fixes and changes)
14856
14857Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14858
14859 * Makefile.in: added rules to handle tcl, tk, and expect
14860
14861 * configure.in: handle those directories if they exist
14862
14863Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14864
14865 * config.sub: removed bogus hppabsd and hppahpux names, since
14866 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14867
14868Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14869
14870 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14871 depends upon all-xiberty
14872
14873 * Makefile.in: changes from p3, including:
14874
14875 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14876
14877 * Makefile.in (XTRAFLAGS): include newlib directories if
14878 newlib/Makefile exists, rather than if host != target.
14879
14880 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14881
14882 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14883 from the same source tree and not building a cross-compiler. This
14884 matters for the libg++ configuration if reconfiguring a tree that
14885 has already been installed.
14886
14887 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14888
14889 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14890 pick up the machine and system specific header files.
14891
14892 * Makefile.in: added AS_FOR_TARGET, passed down in
14893 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14894 the C compiler to use to create programs which are run in the
14895 build environment, set it to default to $(CC), and passed it down
14896 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14897
14898 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14899
14900 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14901 We need them for unusual native builds, like systems without
14902 ranlib.
14903
14904 * configure: also define $(host_canonical) and
e490616e
ZW
14905 $(target_canonical), which are the full, canonical names for the
14906 given host and target
6599da04
JM
14907
14908Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14909
14910 * Makefile.in: Added separate definitions for C++.
14911
14912Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14913
14914 * configure.in (configdirs): Add deja-gnu.
14915
14916Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14917
14918 * README: Update for configure.texi and gdb-4.7 release.
14919
14920Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14921
14922 * Makefile.in: Move "all" target to top of file.
14923 Previously, first target was ".PHONY" which caused BSD4.4 make
14924 to build .PHONY when make was run without arguments.
14925
14926Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14927
14928 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14929 Library-copylefted code in libiberty.
14930
14931Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14932
14933 * config.sub: Replace m68kmote with plain old m68k.
14934
14935Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14936
14937 * Makefile.in: Remove space from blank line, avoid Make complaints.
14938
14939Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14940
14941 * config.sub: Complain if no argument is given. Added support for
14942 386bsd as OS and target alias.
14943
14944Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14945
14946 * Makefile.in (XTRAFLAGS): include newlib directories if
14947 newlib/Makefile exists, rather than if host != target.
14948
14949Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14950
14951 * config.sub: recognize sparclite-wrs-vxworks.
14952
14953 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14954 p3.) Added clean-xiberty to clean.
14955
14956Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14957
14958 * configure.in: use *-*-* instead of nested cases for host and target
14959
14960Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14961
14962 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14963 from the same source tree and not building a cross-compiler. This
14964 matters for the libg++ configuration if reconfiguring a tree that
14965 has already been installed.
14966
14967Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14968
14969 * config.sub (i486v/i486v4): Merge in from FSF version.
14970
14971Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14972
14973 * configure: only set PWD if it is already set.
14974
14975Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14976
14977 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14978 doesn't have unset and all success paths (and most error paths)
14979 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14980 to just ${PWD} to avoid confusion.)
14981
14982Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14983
14984 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14985 even for a native compilation.
14986
14987Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14988
14989 Changes to make the gdb.tar.Z rule work better.
14990
14991 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14992 (DEVO_SUPPORT): Add configure.texi.
14993 (bfd-ilrt.tar.Z): Remove ancient rule.
14994
14995Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14996
14997 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14998 pick up the machine and system specific header files.
14999
15000 * configure.in, config.sub: added new target m68010-adobe-scout,
15001 with alias of adobe68k. Changed configure.in to check for
15002 -scout before -sco* to avoid a false match.
15003
15004 * Makefile.in: added AS_FOR_TARGET, passed down in
15005 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15006 the C compiler to use to create programs which are run in the
15007 build environment, set it to default to $(CC), and passed it down
15008 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15009
15010Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15011
15012 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15013 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15014 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15015 FOR_TARGET variants, to newlib and libg++.
15016
15017Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15018
15019 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15020 first.
15021
15022Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15023
15024 * config.sub: Accept `elf' as an environment.
15025
15026Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15027
15028 * Makefile.in (all-opcodes): cd into the right directory
15029
15030Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15031
15032 * configure: added -program_transform_name option, used as
15033 argument to sed when installing programs.
15034 configure.texi: added documentation for -program_prefix,
15035 -program_suffix and -program_transform_name.
15036
15037Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15038
15039 * config.sub: Accept i486 where i386 ok.
15040
15041Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15042
15043 * config.sub: accept we32k
15044
15045Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15046
3b75d237 15047 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
15048
15049 * Makefile.in: don't create all directories for ``make install'';
15050 let the subdirectories create the ones they need.
15051
15052Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15053
e490616e 15054 * COPYING: new file, GPL v2
6599da04
JM
15055
15056Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15057
15058 * Makefile.in: use the new gen-info-dir, which needs a template
15059 argument (which also lives in texinfo)
15060
15061 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15062
6599da04
JM
15063Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15064
15065 * config.sub (ncr3000): Change i386 to i486.
15066
15067Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15068
15069 * Makefile.in: add install-rcs, install-grep to
15070 install-no-fixedincludes, removed install-bison and install-libgcc
15071
15072Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15073
15074 * configure.in: grab the HPUX makefile fragment if on HPUX
15075
15076Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15077
15078 * Makefile.in: eradicate bison spoor (ditto libgcc).
15079 configure.in: recognise m68{k,000}-ericsson-OSE.
15080 es1800 is alias for m68k-ericsson-OSE
15081
15082Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15083
15084 * configure.in: rearrange the parts that remove programs from
15085 configdirs, based now on HOST==TARGET or by canonical triple.
15086
15087Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15088
15089 * test-build.mk: recurse explicitly with -f test-build.mk when
15090 appropriate. predicate stage3 and comparison on the existence
15091 of gcc. That is, if gcc isn't around, we aren't three-staging.
15092 On very clean, also remove ...stamp-co. Build in-place before
15093 doing other builds.
15094
15095Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15096
15097 * Makefile.in, configure.in: add tgas
15098
15099Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15100
15101 * Makefile.in: a number of changes merged in from progressive.
15102
15103 * configure.in: add libm.
15104
15105 * .cvsignore: ignore some stuff that comes from test-build.mk.
15106
6599da04
JM
15107Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15108
15109 * config.sub: Add es1800 (m68k-ericsson-es1800).
15110
15111Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15112
15113 * configure: Add program_suffix (parallel to program_prefix)
15114 * Makefile.in: adjust directory-creating script for losing decstation
15115
15116Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15117
15118 * configure: Minor $subdir-related fixes.
15119
15120Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15121
15122 * configure: fix various problems with propogating
15123 makefile_target_frag in subdirs.
15124 * configure.in: config libgcc if its there
15125
15126Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15127
15128 * config.sub: HPPA merge.
15129
6599da04
JM
15130Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15131
15132 * Makefile.in: Replace all-bison with all-byacc in all
15133 dependency lines for other tools (which now use byacc).
15134
15135Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15136
15137 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15138
6599da04
JM
15139Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15140
15141 * Makefile.in: make gprof rules similar to byacc rules (instead of
15142 vestigal $(unsubdir) that didn't work...)
15143
15144Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15145
15146 * config.sub: Add support for Linux.
15147 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15148 (at least for libg++).
15149
15150Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15151
15152 * configure.texi: fix doc for the -nfp option to configure
15153
15154Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15155
15156 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15157
15158Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15159
15160 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15161 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15162 * configure.in: added solaris* host_makefile_frag hook.
15163
15164Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15165
15166 * config.sub: changed recognition of m68000 so that various
15167 m68k types can be specified via m680[01234]0
15168
15169Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15170
15171 * config.sub (basic_machine): fix sed so that '-foo' isn't
15172 completely substituted out while .+'-foo' loses the '-foo'
15173
15174Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15175
15176 * config.sub ($os): Add -aout.
15177
15178Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15179
15180 * configure: If host_makefile_frag is absolute, don't
15181 prefix ${invsubdir} (relevant to libg++ auto-configure).
15182
15183Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15184
15185 * Makefile.in (tooldir): Define it.
15186 (all-ld): Depend on all-flex.
15187
15188Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15189
15190 * Makefile.in (check): Fix libg++ special case.
15191
15192Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15193
15194 * configure: do not bury `pwd` into config.status, thus do fewer
15195 pwd's.
15196
15197 * configure: print the "Building in" message only when building in
15198 other than "." AND verbose.
15199
63f6bcd7 15200 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
15201 configures.
15202
15203 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15204
15205Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15206
15207 * Makefile.in: macroize flags passed on recursion. remove
15208 fileutils.
15209
15210Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15211
15212 * configure: get makesrcdir right for subdirs deeper than 1.
15213
15214 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15215 install.
15216
15217Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15218
15219 * Makefile.in: don't print subdir_do or recursion lines.
15220
15221Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15222
15223 * standards.texi: added menu item.
15224
15225 * Makefile.in: build and install standards.info.
15226
15227 * standards.texi: new file.
15228
15229Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15230
15231 * configure: test for and move config.status pieces from
15232 ${subdir}/.
15233
15234Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15235
6599da04
JM
15236 * configure: Test for existance of files before trying to mv
15237 them, to avoid numerous non-existance messages.
15238
15239Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15240
15241 * configure: correct final line of config.status.
15242
15243 * configure: patch from eggert. Avoids a protection problem if
15244 the original Makefile.in is read only.
15245
15246 * configure: use move-if-change from gcc to create config.status.
15247 Some makefiles depend on config.status to tell if a directory
15248 has been reconfigured for a different host. This change
15249 prevents those directories from remaking everything in the case
15250 where the reconfig was only intended to rebuild a Makefile.
15251
15252 * configure: test for config.sub with "config.sub sun4" rather
15253 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15254 host alias from a missing config.sub.
15255
15256Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15257
15258 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15259 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15260
15261Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15262
15263 * configure: mkdir ${subdir} as needed.
15264
15265Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15266
15267 * Makefile.in,configure.in: added autoconf.
15268
15269Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15270
15271 * Makefile.in: no longer pass against on recursion.
15272
15273 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15274 definitions are not inherited.
15275
15276 * configure: correct makesrcdir when subdir is .
15277
15278Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15279
15280 * configure: Add support for 'subdirs' variable, which is
15281 like 'configdirs', except that configure doesn't re-invoke
15282 itself for subdirs, it just creates a Makefile for each subdir.
15283 * configure.texi: Document subdirs.
15284
15285Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15286
15287 * configure.in: added flex to configdirs
15288
15289Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15290
15291 * Makefile.in: remove clean-stamps from clean.
15292
15293Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15294
15295 * configure.in: Add gdbtest to configdirs.
15296
15297Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15298
15299 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15300 to recursive makes.
15301 * configure.in: Recognize new ncr3000 config.
15302
15303Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15304
15305 * Makefile.in, configure.in: removed references to gdbm.
15306
15307Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15308
15309 * config.sub: Don't canonicalize os value
15310 newsos* to bsd (readline needs to check for newsos).
15311 (This fix was earlier made Jan 31, but got re-broken.)
15312
15313Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15314
15315 * configure.in: sco is an os, not a vendor!
15316
15317 * configure: Quote $( better. Keep various shells happy.
15318
15319Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15320
15321 * Makefile.in: eliminate stamp-files.
15322
15323Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15324
15325 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15326 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15327
15328Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15329
15330 * config.sub: fix iris/iris3.
15331
15332Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15333
15334 * configure: re-add -rm.
15335
15336Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15337
15338 * Maskefile.in: add .stmp-rcs to all.
15339
15340 * configure.in: remove gas from rs6000 build, use aix host fragment.
15341
15342Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15343
15344 * configure: pass down site_option during recursion.
15345
15346Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15347
15348 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15349
15350Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15351
15352 * configure: Change exec_prefix so that it really defaults to prefix.
15353
15354Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15355
15356 * Makefile.in, configure.in: Add support for mmalloc library.
15357
15358Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15359
15360 * Makefile.in: add stmp dependencies for a few more things.
15361
15362Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15363
15364 * configure: adjusted error message on objdir/srcdir configure
15365 collision, per john's suggestion.
15366
15367 * Makefile.in: add libiberty stmp to all and all.cross.
15368
15369Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15370
15371 * Makefile.in: remove force dependencies, add grep to all.
15372
15373Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15374
15375 * Makefile.in: drop flex. make stamp files work.
15376
15377 * configure: added test for conflicting configuration in srcdir,
15378 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15379 gets cranky. use relative paths for configure and srcdir
15380 whenever possible. Send some error messages to stderr that were
15381 going to stdout.
15382
15383Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15384
15385 * Makefile.in: Fix libg++ rule to check for gcc directory
15386 before using gcc/gcc. Also pass XTRAFLAGS.
15387
15388Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15389
15390 * Makefile.in: added stmp-files so that directories aren't polled
15391 when they are already built.
15392
15393 * configure.texi: fixed a node pointer problem.
15394
15395Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15396
731a8127 15397 * config.sub configure.in gdb/configure.in
6599da04
JM
15398 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15399 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15400 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15401
15402Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15403
15404 * configure: -recurring becomes -silent. corrected help message
15405 for -site= option.
15406
15407 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15408
15409Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15410
15411 * configure: when building Makefile for crosses, replace
15412 tooldir and program_prefix. default srcdir from location of
15413 config.sub. remove "for host in hosts" and "for target in
15414 targets" loops.
15415
15416Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15417
15418 * Makefile.in: Do not pass bindir or mandir to cvs.
15419
15420Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15421
15422 * Makefile.in, configure.in: removed traces of namesubdir,
15423 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15424 copyrights to '92, changed some from Cygnus to FSF.
15425
15426 * configure.texi: remove most references to multiple hosts,
15427 multiple targets, subdirs, etc.
15428
15429 * configure.man: removed rcsid. reference config.sub not
15430 config.subr.
15431
15432 * Makefile.in: mkdir $(infodir) on install-info.
15433
15434Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15435
15436 * configure.texi: Explain better about .gdbinit and about
15437 the environment that configure.in sections run in.
15438
15439Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15440
15441 * configure.in: Ultrix is only a decstation if it's a MIPS.
15442
15443Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15444
15445 * README: DOC.configure => cfg-paper.texi.
15446
15447Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15448
15449 * config.sub (near case $os): Don't convert newsos* to bsd!
15450
15451Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15452
15453 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15454 the number of copies of COPYING that go into the GDB tar file.
15455
15456Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15457
731a8127 15458 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
15459 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15460 Fix SCO configuration stuff.
15461
15462Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15463
15464 * Makefile.in: For libg++, make sure the -I pointing
15465 to the gcc directory goes *after* all the libg++-local -I flags.
15466 Also, move just-gcc dependency from just-libg++ to all-libg++.
15467
15468Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15469
15470 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15471
15472Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15473
15474 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15475
15476Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15477
15478 * config.sub: Add stratus configuration frags. Also
15479 submitted to FSF.
15480
15481Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15482
15483 * Makefile.in (DEV_SUPPORT): add configure.man.
15484
15485 * config.sub(Decode manufacturer-specific): add -none*.
15486
15487Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15488
15489 * Makefile.in: remove form feeds to make Sun's make happy.
15490 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15491
15492Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15493
15494 * Makefile.in (AR_FLAGS): Make quieter.
15495
15496Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15497
15498 * configure.in: Add libg++.
15499 * configure: When verbose, don't output the command line at each
15500 level; it will be unremarkably the same as the previous version,
15501 which will be the same as what the user typed.
15502
15503Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15504
15505 * configure.in, Makefile.in: fix clean-info, add flex. add
15506 fileutils.
15507
15508 * configure: be less sensitive to spaces in Makefile.in. Do not
15509 look for sources in "..". Doing so breaks subdirectories that
15510 might have their own configure. If a subdir has it's own
15511 configure script, use it.
15512
15513Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15514
15515 * cfg-paper.texi: some changes suggested by rms.
15516
15517Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15518
15519 * config.sub: Merge in some small additions from the FSF version,
15520 taken from the gcc distribution, to bring the Cygnus and FSF
15521 versions into closer sync.
15522
15523Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15524
15525 * configure.in: Changed svr4 references to sysv4.
15526
15527Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15528
15529 * configure: added -V for version number option.
15530
15531Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15532
15533 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15534 renamed from DOC.configure to cfg-paper.texi.
15535
15536Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15537
15538 * configure, config.subr, config.sub: config.subr is now
15539 config.sub again.
15540
15541Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15542
15543 * configure.texi: new file, in progress.
15544
15545 * Makefile.in: build info file and install the man page for
15546 configure.
15547
15548 * configure.man: new file, first cut.
15549
15550 * configure: find config.subr again now that configuration "none"
15551 has gone. removed all traces of the -ansi option. removed all
15552 traces of the -languages option.
15553
15554 * config.subr: resync from rms.
15555
15556Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15557
15558 * configure, config.sub, config.subr: merge config.sub into
15559 config.subr, call the result config.subr, remove config.sub, use
15560 config.subr.
15561
15562 * Makefile.in: revised install for dir.info.
15563
15564Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15565
15566 * configure.in: add decstation host makefile frag.
15567
15568 * Makefile.in: BISON now bison -y again. also install-gcc on
15569 install. clean-gdbm on clean. infodir belongs in datadir.
15570 Make directories for info install. Build dir.info here then
15571 install it.
15572
15573Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15574
15575 * Makefile.in: fix for bad directory tests.
15576
15577Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15578
15579 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15580 regexp. -srcdir relative was being handled incorrectly.
15581
15582 * Makefile.in: unwrapped some for loops so that parallel makes
15583 work again and so one can focus one's attention on a particular
15584 package.
15585
15586Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15587
15588 * configure: added PWD as a stand in for `pwd` (for speed). use
15589 elif wherever possible. make -srcdir work without -objdir.
15590 -objdir= commented out.
15591
15592Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15593
15594 * configure: +options become --options. -subdirs commented out.
15595 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15596 Makefile now at top of generated Makefile. Removed cvs log
15597 entries. added -srcdir. create .gdbinit only if there is one
15598 in ${srcdir}.
15599
15600 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15601 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15602 and mandir now keyed off datadir by default.
15603
15604Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15605
15606 * Freshly created ChangeLog.
15607
15608\f
15609Local Variables:
15610mode: change-log
15611left-margin: 8
15612fill-column: 76
15613version-control: never
15614End: