]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
toplevel configure: bootstrap target_libs of stage1_languages.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
ca6d0d62
RW
12009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
ab9dcd0c
RW
3 * configure.ac: Also add target_libs of stage1_languages to
4 bootstrap_target_libs.
5 * configure: Regenerate.
6
ca6d0d62
RW
7 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
8 with --enable-languages not containing c++.
9 * configure: Regenerate.
10
1c3c9f12
JZ
112009-09-15 Jie Zhang <jie.zhang@analog.com>
12
13 * configure.ac: Disable java and boehm-gc for bfin-*-*.
14 * configure: Regenerate.
15
6fb30a14 162009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 17
6fb30a14
JR
18 * MAINTAINERS (Write After Approval): Update my e-mail address,
19 and move from from here...
20 (Waiting for paperwork): To here.
0318772d 21
4056c2c6
JM
222009-09-09 Joseph Myers <joseph@codesourcery.com>
23
24 * MAINTAINERS (Reviewers): Add self as driver reviewer.
25
3e54529c
RW
262009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
27
28 * configure.ac: Do not use $extrasub for replacing @if/@endif
29 parts in Makefile; instead, use additional arguments to
30 AC_CONFIG_COMMANDS to do the replacement manually, with several
31 sed invocations, to avoid HP-UX sed command limits.
32 * configure: Regenerate.
33
713e2ea6
AO
342009-09-08 Alexandre Oliva <aoliva@redhat.com>
35
36 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
37 blank before -L.
38
5646b7b9
AO
392009-09-04 Alexandre Oliva <aoliva@redhat.com>
40
41 * configure.ac (with-build-config): Document. Handle without.
42 Handle missing argument.
43 * configure: Rebuilt.
44
e12c4094
AO
452009-09-03 Alexandre Oliva <aoliva@redhat.com>
46
47 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
48 Default to bootstrap-debug only if compare-debug works.
49 * configure: Rebuilt.
50 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
51 * Makefile.in: Rebuilt.
52
75cb0057
RO
532009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
54
55 * MAINTAINERS (OS Port Maintainers): Update my email address.
56
8fc68cba
AO
572009-09-01 Alexandre Oliva <aoliva@redhat.com>
58
59 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
60 * Makefile.in: Rebuilt.
61
44cb38cf
CD
622009-09-01 Chris Demetriou <cgd@google.com>
63
64 * MAINTAINERS (Write After Approval): Add myself.
65
f9329c35
DS
662009-08-31 Dodji Seketeli <dodji@redhat.com>
67
68 PR debug/30161
69 * include/dwarf2.h (enum dwarf_tag): Added
70 DW_TAG_GNU_template_template_param
71 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
72
f945e229
PB
732009-08-30 Paolo Bonzini <bonzini@gnu.org>
74
75 * Makefile.tpl (AWK): Fix typo.
76 * Makefile.in: Regenerate.
77
87264276
PB
782009-08-30 Paolo Bonzini <bonzini@gnu.org>
79
80 * configure.ac: Detect awk and sed.
81 * Makefile.def (flags_to_pass): Add AWK and SED.
82 * Makefile.tpl (AWK, SED): New.
83 (BASE_FLAGS_TO_PASS): Add AWK and SED.
84 * configure: Regenerate.
85 * Makefile.in: Regenerate.
86
68ccd57c
DK
872009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
88
89 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
90 (collapseslashes): Likewise.
91
df58e648
RW
922009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
93
94 * configure.ac (AC_PREREQ): Bump to 2.64.
95
0539cb2c
RW
962009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
97
70fa0efa
RW
98 * configure.ac: Remove --with-datarootdir, --with-docdir,
99 --with-pdfdir, --with-htmldir switches.
100 * configure: Regenerate.
101
5213506e
RW
102 * configure: Regenerate.
103
0539cb2c
RW
104 * compile: Sync from Automake 1.11.
105 * depcomp: Likewise.
106 * install-sh: Likewise.
107 * missing: Likewise.
108 * mkinstalldirs: Likewise.
109 * ylwrap: Likewise.
110
197c68cc
DK
1112009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
112
113 * ltmain.sh (func_normal_abspath): New function.
114 (func_relative_path): Likewise.
115 (func_mode_help): Document new -bindir option for link mode.
116 (func_mode_link): Add new -bindir option, and use it to place
117 output DLL if specified.
118
58af276a
RW
1192009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
120
0115d4a3
RW
121 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
122 (baseargs): Add --disable-option-checking.
123 * configure: Regenerate.
124
58af276a
RW
125 * Makefile.def (configure-target-libiberty): Depend on
126 all-binutils and all-ld.
127 (configure-target-newlib): Likewise.
128 * Makefile.in: Regenerate.
129
e9d9afef
BE
1302009-08-17 Ben Elliston <bje@au.ibm.com>
131
132 * config.sub, config.guess: Update from upstream sources.
133
354ebf88
RW
1342009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
135
136 Sync from src, merge:
137
138 2009-07-02 Tristan Gingold <gingold@adacore.com>
139
140 * configure.ac: Do not exclude gas for i386-*-darwin.
141 Add a case for x86_64-*-darwin.
142 * configure: Regenerate.
143
8375f7b2
NV
1442009-08-06 Neil Vachharajani <nvachhar@gmail.com>
145
146 * MAINTAINERS: Add my name to Write After Approval list.
147
ca9fe997
ME
1482009-08-06 Michael Eager <eager@eagercon.com>
149
150 * configure.ac: Add Microblaze target.
151 * configure: Regenerate.
152
ea2002ba
CB
1532009-07-31 Christian Bruel <christian.bruel@st.com>
154
155 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
156 * configure: Regenerate.
157
f563194d
RIL
1582009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
159
160 * MAINTAINERS (Write After Approval): Update my e-mail address.
161
e90e6bd7
ILT
1622009-07-06 Ian Lance Taylor <iant@google.com>
163
164 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
165 * configure: Rebuild.
166
f6e0880a
TG
1672009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
168
169 * MAINTAINERS: Move myself to the Graphite Reviewers.
170
6d984927
WG
1712009-06-30 Wei Guozhi <carrot@google.com>
172
173 * MAINTAINERS: Add my name to Write After Approval list.
174
f2689b09
SE
1752009-06-26 Steve Ellcey <sje@cup.hp.com>
176
177 PR bootstrap/40338
178 * configure.ac (comparestring): Create new variable.
179 * Makefile.tpl (comparestring): Use to skip some comparisions.
180 * configure: Regenerate.
181 * Makefile.in: Regenerate.
182
f62c0ba4
DE
1832009-06-26 Doug Evans <dje@sebabeach.org>
184
185 * Makefile.def (host_modules): Add cgen.
186 * Makefile.in: Regenerate.
187 * configure.ac (host_tools): Add cgen.
188 * configure: Regenerate.
189
7acf4da6
DD
1902009-06-23 DJ Delorie <dj@redhat.com>
191
192 * MAINTAINERS: Add myself as mep maintainer.
193
00020c16
ILT
1942009-06-23 Ian Lance Taylor <iant@google.com>
195
196 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
197 boot_languages. Only bootstrap target libraries listed in
198 target_libs for some boot language. Add --with-stage1-ldflags,
199 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
200 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
201 if not building with C++.
202 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
203 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
204 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
205 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
206 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
207 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
208 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
209 * configure, Makefile.in: Rebuild.
210
1da52d4a
LF
2112009-06-23 Li Feng <nemokingdom@gmail.com>
212
213 * MAINTAINERS: Added my name to write-after-approval list.
214
144c9175
RM
2152009-06-15 Ryan Mansfield <rmansfield@qnx.com>
216
217 * configure.ac: Define is_elf for QNX Neutrino targets.
218 * configure: Regenerate.
219
e5871e24
GS
2202009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
221
222 * MAINTAINERS: Added my name to the write-after-approval list
223
5f4a82c0
KG
2242009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
225
226 * configure.ac: Detect MPC in default directory.
227 * configure: Regenerate.
228
394e9195
JG
2292009-06-03 Jerome Guitton <guitton@adacore.com>
230 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
231
232 * Makefile.tpl (all): Avoid a trailing backslash.
233 * Makefile.in: Regenerate.
234
47bca6aa
BE
2352009-06-03 Ben Elliston <bje@au.ibm.com>
236
237 * config.sub, config.guess: Update from upstream sources.
238
a891a473
RS
2392009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
240
241 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
242 to noconfdirs.
243 * configure: Regenerate.
244
70cb2d9f
AO
2452009-06-02 Alexandre Oliva <aoliva@redhat.com>
246
247 * Makefile.tpl ([+compare-target+]): Compare all stage
248 directories, rather than just gcc.
249 * Makefile.in: Rebuilt.
250
7f1245df
DK
2512009-06-01 Doug Kwan <dougkwan@google.com>
252
253 * configure.ac: Support gold for target arm*-*-*.
254 * configure: Regenerate.
394e9195 255
acd26225
KG
2562009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
257
258 * Makefile.def: Add MPC support and dependencies.
259 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
260
261 * Makefile.in, configure: Regenerate.
262
a1fc946a
AO
2632009-05-27 Alexandre Oliva <aoliva@redhat.com>
264
265 * Makefile.tpl (all): Avoid harmless warning in make all when
266 gcc-bootstrap is enabled but stage_last does not exist.
267 * Makefile.in: Rebuilt.
268
2e6a3c8d
NR
2692009-05-24 Nicolas Roche <roche@adacore.com>
270
271 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
272 * Makefile.in: Regenerate.
273
63487d11
DC
2742009-05-21 Denis Chertykov <chertykov@gmail.com>
275
276 * MAINTAINERS: Update my e-mail address.
277
449223af
DK
2782009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
279
280 * configure.ac (cygwin noconfigdirs): Remove libgcj.
281 * configure: Regenerate.
282
31c98f49
AO
2832009-05-18 Alexandre Oliva <aoliva@redhat.com>
284
285 PR other/40159
286 * Makefile.tpl (all): Don't assume gcc-bootstrap and
287 gcc-no-bootstrap are mutually exclusive.
288 * Makefile.in: Rebuilt.
289
0f501837
AO
2902009-05-18 Alexandre Oliva <aoliva@redhat.com>
291
292 PR other/40159
293 * Makefile.tpl (all): Don't end with unconditional success.
294 * Makefile.in: Rebuilt.
295
4a4a4e99
AO
2962009-05-12 Alexandre Oliva <aoliva@redhat.com>
297
298 PR target/37137
299 * Makefile.def (flags_to_pass): Remove redundant and incomplete
300 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
301 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
302 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
303 stage_configureflags, stage_cflags and stage_libcflags into
304 explicit Makefile macros.
305 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
306 GFORTRAN.
307 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
308 CC. Set CC_FOR_BUILD from CC.
309 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
310 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
311 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
312 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
313 and GFORTRAN.
314 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
315 (_LIBCFLAGS): Renamed to _TFLAGS.
316 (do-compare-debug, do-compare3-debug): Drop.
317 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
318 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
319 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
320 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
321 (XGCC_FLAGS_FOR_TARGET): New.
322 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
323 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
324 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
325 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
326 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
327 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
328 TFLAGS.
329 (BUILD_CONFIG): Include if requested.
330 (all): Set TFLAGS on bootstrap.
331 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
332 (all-stageid-prefixmodule): Likewise.
333 (do-clean, distclean-stageid): Set TFLAGS.
334 (restrap): Fix whitespace.
335 * Makefile.in: Rebuilt.
336
1cee3429
PB
3372009-05-07 Paolo Bonzini <bonzini@gnu.org>
338
339 * config.guess: Sync with src.
340
0b70eafd
DK
3412009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
342
343 * configure.ac ($with_ppl): Default to no if not supplied.
344 ($with_cloog): Likewise.
345 configure: Regenerate.
346
5175f17c
JW
3472009-04-27 James E. Wilson <wilson@codesourcery.com>
348
349 * MAINTAINERS: Update my e-mail address.
350
952fa153
NC
3512009-04-27 Nick Clifton <nickc@redhat.com>
352
353 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
354
a687f83c
EB
3552009-04-25 Eric Botcazou <ebotcazou@adacore.com>
356
357 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
358 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
359 * Makefile.in: Regenerate.
360
9e3eba15
KG
3612009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
362
363 PR bootstrap/39739
364 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
365 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
366
367 * configure, Makefile.in: Regenerate.
368
a687f83c 3692009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
370
371 * include/hashtab.h: Update GTY annotations to new syntax
372 * include/splay-tree.h: Likewise
373
070bdbd9
BE
3742009-04-17 Ben Elliston <bje@au.ibm.com>
375
376 * config.sub, config.guess: Update from upstream sources.
377
55f2d967
AG
3782009-04-15 Anthony Green <green@moxielogic.com>
379
380 * configure.ac: Add moxie support.
381 * configure: Rebuilt.
382
309c24a9
JJ
3832009-04-14 Jakub Jelinek <jakub@redhat.com>
384
385 * configure.ac: Change copyright header to refer to version
386 3 of the GNU General Public License and to point readers at the
387 COPYING3 file and the FSF's license web page.
388 * Makefile.def: Likewise.
389 * Makefile.tpl: Likewise.
390 * Makefile.in: Regenerate.
391
b93133bc
JH
3922009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
393
394 * configure.ac: Restore match for darwin9 or later. Use double
395 brackets since regeneration eats one pair.
396 * configure: Regenerate.
397
d18ff35a
L
3982009-04-09 H.J. Lu <hongjiu.lu@intel.com>
399
400 PR gas/10039
401 * configure.ac: Require texinfo 4.7.
402 * configure: Regenerated.
403
748086b7
JJ
4042009-04-09 Nick Clifton <nickc@redhat.com>
405
406 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
407 the GCC Runtime Library Exception.
408
a3337ea2
KG
4092009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
410
411 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
412 * configure: Regenerate.
413
60911f14
SE
4142009-04-01 Steve Ellcey <sje@cup.hp.com>
415
416 * Makefil.def (languages): New entries.
417 * Makefile.tpl (check-gcc-*): New generic target.
418 * Makefile.in: Regenerate.
60911f14 419
7369c1d0
ER
4202009-03-25 Erven Rohou <erven.rohou@inria.fr>
421
d18ff35a 422 * MAINTAINERS: Update my email address.
7369c1d0 423
cfb1f59f
TT
4242009-03-18 Tom Tromey <tromey@redhat.com>
425
d18ff35a
L
426 * configure: Rebuild.
427 * configure.ac (host_libs): Add libiconv.
428 * Makefile.in: Rebuild.
429 * Makefile.def (host_modules): Add libiconv.
430 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 431
75eeae1a
TG
4322009-03-16 Tristan Gingold <gingold@adacore.com>
433
434 * configure.ac: Treat gdb as supported on x86_64-darwin.
435 * configure: Regenerate.
436
f38095f3
JM
4372009-03-16 Joseph Myers <joseph@codesourcery.com>
438
439 * configure.ac (--with-host-libstdcxx): New option.
440 * configure: Regenerate.
441
fec7f245
JR
4422009-03-12 Joern Rennecke <joern.rennecke@arc.com>
443
444 * MAINTAINERS: Move myself into the write after approval list.
445
6d401294
NP
4462009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
447
448 * MAINTAINERS: Update e-mail address.
449
07c97076
DN
4502009-03-11 Dorit Nuzman <dorit@il.ibm.com>
451
452 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
453
bb947fd1
IR
4542009-03-10 Ira Rosen <irar@il.ibm.com>
455
456 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
457
7a9d3fe8
RW
4582009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
459
460 Backport from git Libtool:
461
462 2009-01-19 Robert Millan <rmh@aybabtu.com>
463 Support GNU/kOpenSolaris.
464 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
465 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
466 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
467 GNU/kOpenSolaris.
468
c9e9e11f
AS
4692009-02-27 Andreas Schwab <schwab@linux-m68k.org>
470
471 * MAINTAINERS: Update e-mail address.
472
5e8c1552 4732009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
474
475 * MAINTAINERS (Write After Approval): Add self.
476
b0adb088
BM
4772009-02-18 Bingfeng Mei <bmei@broadcom.com>
478
479 * MAINTAINERS (Write After Approval): Add myself.
480
ee04b574
AS
4812009-02-05 Andreas Schwab <schwab@suse.de>
482
483 * Makefile.tpl (stage_last): Define $r and $s before using
484 $(RECURSE_FLAGS_TO_PASS).
485 * Makefile.in: Regenerate
486
907884c9
ILT
4872009-01-30 Ian Lance Taylor <iant@google.com>
488
489 * MAINTAINERS: Move myself to the Global Reviewers list.
490
416ac4d4
RM
4912009-01-29 Robert Millan <rmh@aybabtu.com>
492
493 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
494 * configure: Regenerate.
495
ee5decb3
GP
4962009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
497
498 * MAINTAINERS: Make whitespace consistent.
19196f44 499 Remove Robert Millan from Write After Approval.
ee5decb3 500
36fbb0ec
AM
5012009-01-16 Alan Modra <amodra@bigpond.net.au>
502
503 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
504 (all-opcodes): Depend on all-libiberty.
505 * Makefile.in: Regenerate.
506
52535a64
DR
5072009-01-15 Douglas B Rupp <rupp@gnat.com>
508
509 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
510 * configure: Regenerate.
511
e04a57df
RR
5122009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
513
514 * MAINTAINERS (Write After Approval): Add myself.
515
856c450b
SK
5162009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
517
518 * MAINTAINERS: Add myself to reviewers (Fortran).
519
53095c56
SP
5202009-01-12 Sebastian Pop <sebastian.pop@amd.com>
521
522 PR tree-optimization/38515
523 * configure.ac (cloog-polylib): Removed.
524 (with_ppl, with_cloog): Test for "no".
525 * configure: Regenerated.
526
1e5e8a59
DF
5272009-01-11 Daniel Franke <franke.daniel@gmail.com>
528
529 * MAINTAINERS: Moved myself to reviewers (Fortran).
530
5e5debf6
TS
5312009-01-06 Thomas Schwinge <tschwinge@gnu.org>
532
533 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
534 (Write After Approval): Remove myself.
535
1c42acf1
DN
5362009-01-03 Diego Novillo <dnovillo@google.com>
537
538 * MAINTAINERS: Remove myself from alias maintainership.
539
2fbbedaf
DA
5402009-01-02 David Ayers <ayers@fsfe.org>
541
542 * MAINTAINERS: Update e-mail address.
543
17213821
GP
5442008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
545
546 * MAINTAINERS: Make whitespace consistent.
547
baafc534
RW
5482008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
549
550 Backport from upstream Libtool:
551 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
552 Add cache variables to tests that require the linker to work.
553 For shlibpath_overrides_runpath, this also changes the semantics
554 to let the result from the C compiler take precedence.
555
18430d27
BE
5562008-12-02 Ben Elliston <bje@au.ibm.com>
557
558 * config.sub, config.guess: Update from upstream sources.
559
0a280b35
SP
5602008-12-12 Sebastian Pop <sebastian.pop@amd.com>
561
562 * configure.ac (ppllibs): Add by default the lib flags.
563 * configure: Regenerate.
564
41e9641b
LM
5652008-12-08 Luis Machado <luisgpm@br.ibm.com>
566
567 * MAINTAINERS: Add myself to the write after approval list.
568
25783c30
JH
5692008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
570
ee04b574
AS
571 * configure.ac: Add double brackets on darwin[912].
572 * configure: Regenerate.
25783c30 573
0e318fcc
DK
5742008-12-03 Daniel Kraft <d@domob.eu>
575
576 * MAINTAINERS: Moved myself and Mikael Morin from Write After
577 Approval to Reviewer section (for Fortran front-end).
578
7f171b95
JH
5792008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
580
581 * configure.ac: Expand to darwin10 and later.
582 * configure: Regenerate.
583
09ce620e
AS
5842008-12-02 Andreas Schwab <schwab@suse.de>
585
586 * Makefile.def: configure-target-boehm-gc depends on
587 all-target-libstdc++-v3.
588 * Makefile.in: Regenerate.
589
386c704d
KT
5902008-12-02 Kai Tietz <kai.tietz@onevision.com>
591
592 * MAINTAINERS: Add myself as mingw maintainer.
593
e03dd84a
BE
5942008-12-02 Ben Elliston <bje@au.ibm.com>
595
596 * config.sub, config.guess: Update from upstream sources.
597
3fa87964
GP
5982008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
599
600 * README.SCO: Remove.
601
df72d7ed
FP
6022008-11-29 Fernando Pereira <pronesto@gmail.com>
603
604 * MAINTAINERS: Add myself to the write after approval list.
605
b5646528
DK
6062008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
607
608 * MAINTAINERS: Update my email address in WAA section.
609
ebf24eb4
CL
6102008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
611
612 * MAINTAINERS: Update e-mail address.
613
50e0f131
TM
6142008-11-27 Toon Moene <toon@moene.org>
615
616 * MAINTAINERS: Change e-mail address.
617
0db3a858
TG
6182008-11-27 Tristan Gingold <gingold@adacore.com>
619
620 * configure.ac: Build gdb for i?86-*-darwin*
621 * configure: Regenerated.
622
f07bde68
HS
6232008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
624
625 * MAINTAINERS: Added my full name.
626
487e299b
DJ
6272008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
628
629 PR bootstrap/38014
630 PR bootstrap/37923
631
632 Revert:
633
634 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
635
636 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
637 * Makefile.in: Regenerated.
638
639 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
640
641 PR gdb/921
642 PR gdb/1646
643 PR gdb/2175
644 PR gdb/2176
645
646 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
647 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
648 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
649 (HOST_EXPORTS): Pass CPPFLAGS.
650 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
651 (LDFLAGS_FOR_TARGET): Initialize from configure script.
652 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
653 * Makefile.in, configure: Regenerated.
654 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
655 and CPPFLAGS_FOR_BUILD.
656
d69fbecb
JL
6572008-11-06 Jeff Law <law@redhat.com>
658
659 * MAINTAINERS: Add myself as middle end maintainer.
660
044fed69
AS
6612008-11-06 Andrew Stubbs <ams@codesourcery.com>
662
663 * MAINTAINERS (Write after approval): Add myself.
664
caf6defe
DN
6652008-11-05 Diego Novillo <dnovillo@google.com>
666
667 * MAINTAINERS (Global Reviewers): Add myself.
668 (Non-Algorithmic Maintainers): Remove myself.
669
3e9899ac
TS
6702008-11-04 Thomas Schwinge <tschwinge@gnu.org>
671
09ce620e 672 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 673
ea99e36e
MM
6742008-10-31 Mikael Morin <mikael.morin@tele2.fr>
675
09ce620e 676 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 677
fb0d2684
BE
6782008-10-31 Ben Elliston <bje@au.ibm.com>
679
680 * configure.ac (spu-*-*): Remove special case.
681 * configure: Regenerate.
682
73c07a3e
CM
6832008-10-30 Catherine Moore <clm@codesourcery.com>
684
685 * MAINTAINERS (Write after approval): Update my email address.
686
7310a2da
SSF
6872008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
688
689 * configure.ac [spu-*-*]: Do not set skipdirs.
690 * configure: Re-generate.
691
7e51fe23
BS
6922008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
693
694 * MAINTAINERS (Various Maintainers): Add myself to reload.
695
ef20be93
RG
6962008-10-25 Richard Guenther <rguenther@suse.de>
697
698 * MAINTAINERS (Various Maintainers): Add myself as middle-end
699 maintainer. Remove myself as libgcc-math maintainer.
700 (Non-Algorithmic Maintainers): Remove myself.
701
03ffcfa0
DJ
7022008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
703
704 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
705 * Makefile.in: Regenerated.
706
dec014a9
CC
7072008-10-23 Cary Coutant <ccoutant@google.com>
708
709 * MAINTAINERS (Write after approval): Add myself.
710
b36c386c
DJ
7112008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
712
713 PR gdb/921
714 PR gdb/1646
715 PR gdb/2175
716 PR gdb/2176
717
718 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
719 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
720 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
721 (HOST_EXPORTS): Pass CPPFLAGS.
722 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
723 (LDFLAGS_FOR_TARGET): Initialize from configure script.
724 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
725 * Makefile.in, configure: Regenerated.
726 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
727 and CPPFLAGS_FOR_BUILD.
728
84541525
SP
7292008-10-20 Sebastian Pop <sebastian.pop@amd.com>
730
731 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
732 Sebastian Pop.
733
e0bda97e
AP
7342008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
735
736 * MAINTAINERS (Write After Approval): Added myself.
737
36c713e0
KG
7382008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
739
740 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
741 recommended version to 2.3.2.
742
743 * configure: Regenerate.
744
8fe005ee
MM
7452008-10-01 Mark Mitchell <mark@codesourcery.com>
746
747 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
748
be8f156f
DD
7492008-09-29 David Daney <david.daney@caviumnetworks.com>
750
751 * MAINTAINERS (Write After Approval): Update e-mail address.
752
ae11dff4
PG
7532008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
754
755 * libtool.m4: Update to libtool 2.2.6.
756 * lt~obsolete.m4: Update to libtool 2.2.6.
757 * ltmain.sh: Update to libtool 2.2.6.
758 * ltsugar.m4: Update to libtool 2.2.6.
759 * ltversion.m4: Update to libtool 2.2.6.
760 * ltoptions.m4: Update to libtool 2.2.6.
761 * ltgcc.m4: Update to match changes from libtool 2.2.6.
762
441154b1
CF
7632008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
764
765 * MAINTAINERS (Write After Approval): Add myself.
766
775b3b26
BRF
7672008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
768
769 * MAINTAINERS (Write After Approval): Update my name.
770
94538043
SB
7712008-09-20 Steven Bosscher <steven@gcc.gnu.org>
772
09ce620e 773 * MAINTAINERS: Add myself in "Write After Approval".
94538043 774
52d1bfd8
SE
7752008-09-18 Steve Ellcey <sje@cup.hp.com>
776
09ce620e 777 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 778
c5cc92f5
GP
7792008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
780
781 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
782 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
783 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
784 and Michael Tiemann from Write After Approval since they do not
785 actually have access.
786
23d9794a
RG
7872008-09-05 Richard Guenther <rguenther@suse.de>
788
789 * configure.ac: Initialize clooglibs to -lcloog.
790 * configure: Re-generate.
791
192a671e
LCW
7922008-09-04 Le-Chun Wu <lcwu@google.com>
793
794 * MAINTAINERS (Write After Approval): Add myself.
795
d789184e
SP
7962008-09-03 Sebastian Pop <sebastian.pop@amd.com>
797
798 * configure.ac (--with-cloog-polylib): New.
799 (--disable-cloog-version-check): New.
800 (--disable-ppl-version-check): New.
801 * configure: Re-generate.
802
36a881c7
RG
8032008-09-03 Richard Guenther <rguenther@suse.de>
804
805 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
806 cloog test.
807 * configure: Re-generate.
808
358da97e
HS
8092008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
810
811 Add picoChip port.
812 * MAINTAINERS: Add picoChip maintainers.
813
f8bf9252
SP
8142008-09-02 Sebastian Pop <sebastian.pop@amd.com>
815 Tobias Grosser <grosser@fim.uni-passau.de>
816 Jan Sjodin <jan.sjodin@amd.com>
817 Harsha Jagasia <harsha.jagasia@amd.com>
818 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
819 Konrad Trifunovic <konrad.trifunovic@inria.fr>
820 Adrien Eliche <aeliche@isty.uvsq.fr>
821
822 Merge from graphite branch.
823 * configure: Regenerate.
824 * Makefile.in: Regenerate.
825 * configure.ac (host_libs): Add ppl and cloog.
826 Add checks for PPL and CLooG.
827 * Makefile.def (ppl, cloog): Added modules and dependences.
828 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
829 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
830
d89f0ad6
AL
8312008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
832
833 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
834 (GCC_SHLIB_SUBDIR): New.
835 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
836 * configure: Regenerate.
837 * Makefile.in: Regenerate.
838
88a25817
GP
8392008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
840
841 * MAINTAINERS: Consistently use tabs to separate columns.
842
f873f15f
TG
8432008-08-29 Tristan Gingold <gingold@adacore.com>
844
845 * MAINTAINERS (Write after Approval): Add myself.
846
e1514c3f
TG
8472008-08-28 Tristan Gingold <gingold@adacore.com>
848
849 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
850 Enable bfd, binutils and opcodes.
851 * configure: Regenerate.
852
4717882f
JDA
8532008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
854
855 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
856
28c9884c
TK
8572008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
858
859 * MAINTAINERS: Use correct Umlaut for last name.
860
ae96d86a
FXC
8612008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
862
863 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
864
3ecc96e3
DE
8652008-08-16 David Edelsohn <edelsohn@gnu.org>
866
867 * MAINTAINERS: Update my email address.
868
dd609cc1
EB
8692008-08-16 Nicolas Roche <roche@adacore.com>
870
871 * Makefile.tpl: Add BOOT_ADAFLAGS.
872 * Makefile.in: Regenerate.
873
08d0963a
RS
8742008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
875
876 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
877 * configure: Regenerate.
878
00afcaa0
PB
8792008-07-30 Paolo Bonzini <bonzini@gnu.org>
880
881 * configure.ac: Add makefile fragments for hpux.
882 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
883 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
884 * configure: Regenerate.
885 * Makefile.in: Regenerate.
886
806b3528
AH
8872008-07-28 Aldy Hernandez <aldyh@redhat.com>
888
889 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
890
ab220355
DS
8912008-07-11 Dodji Seketeli <dseketel@redhat.com>
892
893 * MAINTAINERS (Write after Approval): Add myself.
894
78209f30
XG
8952008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
896
897 * MAINTAINERS (Write After Approval): Add myself.
898
5b5b098d
AJ
8992008-06-29 Andrew Jenner <andrew@codesourcery.com>
900
901 * MAINTAINERS (Write After Approval): Add myself.
902
d812ec93
KW
9032008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
904
905 * MAINTAINERS: Update my email address.
906
99e78224
JY
9072008-06-25 Joey Ye <joey.ye@intel.com>
908
909 * MAINTAINERS (Write After Approval): Add myself.
910
18c04407
RW
9112008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
912
913 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
914 * Makefile.in: Regenerate.
915 * configure: Regenerate.
916
47aa9a31
DK
9172008-06-17 Daniel Kraft <d@domob.eu>
918
919 * MAINTAINERS (Write After Approval): Add myself.
920
ad33ff57
RW
9212008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
922
923 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
924 "$@" is still intact with both Autoconf 2.59 and 2.62.
925 * configure: Regenerate.
926
cdce5c41
RW
9272008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
928
929 * Makefile.tpl: Fix comment errors.
930 * Makefile.in: Regenerate.
931
01b79d11
DM
9322008-06-12 David S. Miller <davem@davemloft.net>
933 David Edelsohn <edelsohn@gnu.org>
934
935 * configure.ac: Add powerpc*-*-* to gold supported targets.
936 * configure: Regenerate.
937
f8c33439
JM
9382008-06-08 Joseph Myers <joseph@codesourcery.com>
939
940 PR tree-optimization/36218
941 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
942 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
943 (all prefix="build-"): Pass them to build-system sub-makes.
944 * Makefile.in: Regenerate.
945
cd985f66
JM
9462008-06-07 Joseph Myers <joseph@codesourcery.com>
947
948 * MAINTAINERS (mt port): Remove.
949 (sco5, unixware, sco udk): Remove.
950 (Kean Johnston): Add to Write After Approval.
951
3f6383d3
JB
9522008-05-30 Julian Brown <julian@codesourcery.com>
953
954 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
955 of libobjc for ARM EABI Linux.
956 * configure: Regenerate.
30da41ed 957
e29cc9b4
XDL
9582008-05-18 Xinliang David Li <davidxl@google.com>
959
09ce620e 960 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 961
30da41ed
XDL
9622008-05-17 Xinliang David Li <davidxl@google.com>
963
e29cc9b4 964 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 965
955410cb
JW
9662008-05-15 Janus Weil <janus@gcc.gnu.org>
967
968 * MAINTAINERS (Write After Approval): Add myself.
969
719bb4e3 9702008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
971
972 * config-ml.in: don't handle --enable-shared and --enable-static.
973
372b05fc
RS
9742008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
975
976 * MAINTAINERS: Update my email address.
977
f73e2200
PC
9782008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
979
980 * MAINTAINERS: Update my email address.
09ce620e 981
3e438e2b
KVH
9822008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
983
984 * MAINTAINERS (Write After Approval): Add myself.
985
177bf491
GS
9862008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
987
988 * MAINTAINERS (Write After Approval): Add myself.
989
ac89df2f
PG
9902008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
991
992 * MAINTAINERS (crx): Add myself.
993
14a8726b
PB
9942008-04-18 Paolo Bonzini <bonzini@gnu.org>
995
996 Sync with src:
997 2008-04-14 David S. Miller <davem@davemloft.net>
998
09ce620e
AS
999 * configure.ac: Add sparc*-*-* to gold supported targets.
1000 * configure: Regenerate.
14a8726b 1001
7142fb32
PB
10022008-04-18 Paolo Bonzini <bonzini@gnu.org>
1003
1004 PR bootstrap/35457
1005 * configure.ac: Include override.m4.
1006 * configure: Regenerate.
1007
c6b196de
PB
10082008-04-18 Paolo Bonzini <bonzini@gnu.org>
1009
09ce620e
AS
1010 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1011 * Makefile.in: Regenerate.
c6b196de 1012
c993ae60
SR
10132008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1014
09ce620e 1015 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 1016 as nonconfigurable directories list.
09ce620e 1017 * configure: Regenerate.
c993ae60 1018
8479b1b1
BE
10192008-04-14 Ben Elliston <bje@au.ibm.com>
1020
1021 * config.sub, config.guess: Update from upstream sources.
1022
295e261a
HPN
10232008-04-12 Hans-Peter Nilsson <hp@axis.com>
1024
1025 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1026 * Makefile.in: Regenerate.
1027
ac3949d9
EW
10282008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1029
1030 * configure.ac: Do not build libssp for the AVR.
1031 * configure: Regenerate.
1032
06407e30
ILT
10332008-04-07 Ian Lance Taylor <iant@google.com>
1034
1035 * Makefile.def: check-gold depends upon all-binutils.
1036 * Makefile.in: Regenerate.
1037
97db009c
AH
10382008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
1039
1040 * MAINTAINERS (Write After Approval): Add myself.
1041
2a79c47f
NC
10422008-04-04 Nick Clifton <nickc@redhat.com>
1043
1044 PR binutils/4334
5f4bebbf 1045 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
1046 builds.
1047 * configure: Regenerate.
1048
c53a18d3
N
10492008-04-04 NightStrike <NightStrike@gmail.com>
1050
1051 PR other/35151
09ce620e
AS
1052 * configure.ac: Combine rules for mingw32 and mingw64.
1053 * configure: Regenerate.
c53a18d3 1054
d925aa70
KT
10552008-04-02 Kai Tietz <kai.tietz@onvision.com>
1056
1057 * MAINTAINERS (Write After Approval): Add myself.
1058
ad424a85
SP
10592008-04-01 Seongbae Park <seongbae.park@gmail.com>
1060
1061 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1062 * Makefile.in (.NOTPARALLEL): Ditto.
1063
4412a506
PG
10642008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
1065
1066 * MAINTAINERS (Write After Approval): Add myself.
1067
2f908293
SP
10682008-03-31 Seongbae Park <seongbae.park@gmail.com>
1069
1070 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1071 * Makefile.in (.NOTPARALLEL): Regenerate.
1072
639223bd
PB
10732008-03-27 Paolo Bonzini <bonzini@gnu.org>
1074
1075 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1076 * Makefile.in: Regenerate.
1077
b8ab1f4a
JS
10782008-03-26 Jakub Staszak <kuba@et.pl>
1079
1080 * MAINTAINERS (Write After Approval): Add myself.
1081
b45890a4
TK
10822008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1083
1084 * MAINTAINERS: Update e-mail address.
1085
5afab7ad
ILT
10862008-03-20 Ian Lance Taylor <iant@google.com>
1087
1088 * configure.ac: Add support for --enable-gold.
1089 * Makefile.def: Add gold as a directory like ld.
1090 * configure, Makefile.in: Regenerate.
1091
38d24731
RW
10922008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1093
1094 * configure.ac: m4_include config/proginstall.m4.
1095 * configure: Regenerate.
32bc4cf4
RW
1096
1097 Backport from upstream Libtool:
09ce620e 1098
32bc4cf4 1099 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 1100
32bc4cf4
RW
1101 Deal with Autoconf 2.62's semantic change in m4_append.
1102 * ltsugar.m4 (lt_append): Replace broken versions of
1103 m4_append.
1104 (lt_if_append_uniq): Don't require separator to be overquoted,
1105 and avoid broken m4_append.
1106 (lt_dict_add): Fix typo.
1107 * libtool.m4 (_LT_DECL): Don't overquote separator.
1108
9d3c50ea
DE
11092008-03-13 David Edelsohn <edelsohn@gnu.org>
1110
1111 * config.rpath: Add AIX 6 support.
1112
5d2edb29
PB
11132008-03-13 Paolo Bonzini <bonzini@gnu.org>
1114
1115 * Makefile.def (stageprofile). Remove -fprofile-generate
1116 from stage_libcflags.
1117 * Makefile.in: Regenerate.
1118
954910ef
BE
11192008-03-13 Ben Elliston <bje@au.ibm.com>
1120
1121 * config.sub, config.guess: Update from upstream sources.
1122
e8645a40
TT
11232008-03-06 Tom Tromey <tromey@redhat.com>
1124
1125 * MAINTAINERS: Update for treelang deletion.
1126
2c8e955e
JW
11272008-03-03 James E. Wilson <wilson@tuliptree.org>
1128
1129 * MAINTAINERS: Update my email address.
1130
54acd307
SS
11312008-03-03 Stan Shebs <stanshebs@earthlink.net>
1132
893ad2a1 1133 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
1134 (objective-c/c++): Add myself as a maintainer.
1135
4b52b516
VR
11362008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
1137
1138 * MAINTAINERS (Write After Approval): Update my email address.
1139
e652b516
TB
11402008-02-25 Tomas Bily <tbily@suse.cz>
1141
1142 * MAINTAINERS (Write After Approval): Add myself.
1143
02d30740
JJ
11442008-02-23 Jakub Jelinek <jakub@redhat.com>
1145
1146 * MAINTAINERS (OpenMP): Add myself.
1147
1c8bd6a3
PB
11482008-02-20 Paolo Bonzini <bonzini@gnu.org>
1149
4b40b2a5
UB
1150 PR bootstrap/32009
1151 PR bootstrap/32161
1c8bd6a3 1152
4b40b2a5
UB
1153 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1154 * configure: Regenerate.
1c8bd6a3 1155
4b40b2a5
UB
1156 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1157 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1158 STAGE4_LIBCFLAGS): New.
1159 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1160 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1161 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1162 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1163 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1164 for target modules. Don't export LIBCFLAGS.
1165 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1166 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1167 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1168 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1169 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1170 * Makefile.in: Regenerate.
1c8bd6a3 1171
bb44c9d2
RW
11722008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1173
1174 PR libgcj/33085
1175 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1176 Do not use -DDLL_EXPORT. Backport from upstream.
1177
29a7754d
RW
11782008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1179
1180 * MAINTAINERS (Write After Approval): Add myself.
1181
9a212bb7
HPN
11822008-02-02 Hans-Peter Nilsson <hp@axis.com>
1183
1184 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1185 * configure: Regenerate.
1186
aa12a573
MG
11872008-01-31 Marc Gauthier <marc@tensilica.com>
1188
1189 * configure.ac (xtensa*-*-*): Recognize processor variants.
1190 * configure: Regenerate.
1191
ac9e6043
RW
11922008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1193
40049ccc
UB
1194 PR bootstrap/34922
1195 * configure.ac (PARSE_ARGS): Push suitable setting of
1196 ac_subdirs_all, for `./configure --help=recursive'.
1197 Handle `+' in generic toplevel directory disabling.
1198 * configure: Regenerate.
ac9e6043 1199
4288c86a
NC
12002008-01-28 Nick Clifton <nickc@redhat.com>
1201
1202 * MAINTAINERS (xstormy16): Take over maintainership.
1203
8d8da227
JM
12042008-01-25 Joseph Myers <joseph@codesourcery.com>
1205
1206 * MAINTAINERS (c4x port): Remove.
1207
349b60e7
DE
12082008-01-24 David Edelsohn <edelsohn@gnu.org>
1209
1210 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1211
3ca06a68
BE
12122008-01-23 Ben Elliston <bje@au.ibm.com>
1213
1214 * config.sub, config.guess: Update from upstream sources.
1215
3c631381
TG
12162008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
1217
1218 * MAINTAINERS (Write After Approval): Add myself.
1219
20533ef1
L
12202008-01-17 H.J. Lu <hjl.tools@gmail.com>
1221
1222 * MAINTAINERS: Update my email address.
1223
12242008-01-09 Raksit Ashok <raksit@google.com>
1225
1226 * MAINTAINERS (Write After Approval): Add myself.
1227
684f4f6a
RA
12282008-01-09 Raksit Ashok <raksit@google.com>
1229
1230 * MAINTAINERS (Write After Approval): Add myself.
1231
9cb8756f
BE
12322008-01-08 Ben Elliston <bje@au.ibm.com>
1233
1234 * config.sub, config.guess: Update from upstream sources.
1235
94e1934d
KG
12362007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1237
1238 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 1239 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
1240 * configure: Regenerate.
1241
a2e51f77
SP
12422007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1243
1244 * MAINTAINERS: Update my email address.
1245
ffe3dcd9
BRF
12462007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
1247
1248 * MAINTAINERS: Update my email address.
1249
aa4095c9
RS
12502007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1251
1252 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1253 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1254 * Makefile.in: Regenerate.
1255
030e2013
MH
12562007-12-10 Mark Heffernan <meheff@google.com>
1257
1258 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1259 misplaced entries.
1260
0fe0f073
AT
12612007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1262
1263 * configure.ac: Enable libjava for x86_64-*-darwin9.
1264 * configure: Regenerate.
1265
d4ca4b06
BM
12662007-12-07 Bill Maddox <maddox@google.com>
1267
1268 * MAINTAINERS (Write After Approval): Add myself.
1269
c3220d4c
BE
12702007-12-05 Ben Elliston <bje@au.ibm.com>
1271
1272 * config.sub, config.guess: Update from upstream sources.
1273
aba7501e
MK
12742007-12-02 Matthias Klose <doko@ubuntu.com>
1275
1276 * config-ml.in: Remove 64bit configure tests.
1277
d683ec81
PB
12782007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1279
1280 * config-ml.in: Robustify against white space in absolute file
1281 names.
1282
1283 * config-ml.in (multi-clean): Substitute ${Makefile}.
1284 Remove superfluous ${Makefile} in list.
1285
60f1711a
TS
12862007-11-19 Thiemo Seufer <ths@mips.com>
1287
1288 * config-ml.in: Don't hardcode the Makefile name.
1289
487f9d96
AM
12902007-11-08 Alexander Monakov <amonakov@ispras.ru>
1291
1292 * MAINTAINERS (Write After Approval): Add myself.
1293
fa3886fe
ST
12942007-11-07 Samuel Tardieu <sam@rfc1149.net>
1295
1296 * MAINTAINERS (Write After Approval): Add myself.
1297
ae750079
DK
12982007-11-06 Doug Kwan <dougkwan@google.com>
1299
1300 * MAINTAINERS (Write After Approval): Add myself.
1301
acc48927
BE
13022007-10-25 Ben Elliston <bje@au.ibm.com>
1303
1304 * MAINTAINERS (mercury): Remove entry.
1305 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1306
e00e9858
DJ
13072007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1308
1309 * Makefile.def (dependencies): Make configure-gdb depend on
1310 all-intl.
1311 * Makefile.in: Regenerated.
1312
def14a3c
SK
13132007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
1314
1315 * MAINTAINERS (Fortran maintainer): Remove myself.
1316
0e5e9f76
PM
13172007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1318
1319 * Makefile.def: To avoid problems running with parallel makes,
1320 build newlib before libgloss so that target specific header
1321 files are availble.
1322 * Makefile.in: Regenerate
1323
bbfbfafc
DJ
13242007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1325
1326 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1327 * Makefile.in: Regenerate.
1328
c56abad5
VM
13292007-10-09 Vladimir Makarov <vmakarov@redhat.com>
1330
1331 * MAINTAINERS (Register allocation reviewer): Add myself.
1332
f019adc1
MF
13332007-10-08 Mike Frysinger <vapier@gentoo.org>
1334
1335 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1336 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1337 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1338 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1339 * configure: Regenerate.
1340
789e4e28
SP
13412006-10-04 Seongbae Park <seongbae.park@gmail.com>
1342
1343 * MAINTAINERS (Register allocation reviewer): Add myself.
1344
0999159b
PB
13452007-10-01 Paolo Bonzini <bonzini@gnu.org>
1346
1347 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1348 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1349 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1350 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1351 * configure.ac: Default them to host tools for $host = $build.
1352 Subst them.
1353
1354 * configure: Regenerate.
1355 * Makefile.in: Regenerate.
1356
a054acde
PB
13572006-09-24 Peter Bergner <bergner@vnet.ibm.com>
1358
1359 * MAINTAINERS (Register allocation reviewer): Add myself.
1360
ffda6fc9
KZ
13612006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
1362
1363 * MAINTAINERS (Register allocation reviewer): Add myself.
1364
9d209c83
SP
13652007-09-21 Seongbae Park <seongbae.park@gmail.com>
1366
1367 * MAINTAINERS (Write After Approval): Fix typo.
1368
1ec3b87b
RS
13692007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1370
1371 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1372 * configure: Regenerate.
1373
19d5986d
PJ
13742007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
1375
1376 PR bootstrap/31906
1377 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 1378 they're already prefixed.
19d5986d 1379
6d3b5aea
BK
13802007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1381
1382 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1383 libstdc++.
1384 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1385 * configure: Regenerate.
1386 * Makefile.in: Regenerate.
09ce620e 1387
4fe7e755
AS
13882007-09-17 Andreas Schwab <schwab@suse.de>
1389
1390 * configure.ac: Raise minimum makeinfo version to 4.6.
1391 * configure: Regenerate.
1392
d483feaa
JS
13932007-09-17 Johannes Singler <singler@ira.uka.de>
1394
ffe3dcd9 1395 * MAINTAINERS (write-after-approval) add myself
d483feaa 1396
fa9a3f31
AM
13972007-09-15 Alan Modra <amodra@bigpond.net.au>
1398
1399 * configure.ac: Correct makeinfo version check.
1400 * configure: Regenerate.
1401
6593a73e
RS
14022007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
1403
1404 * MAINTAINERS: Update my email address.
1405
d9dced13
RS
14062007-09-14 Richard Sandiford <richard@codesourcery.com>
1407
1408 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1409 to $skipdirs and only disable gprof for newlib. Use the normal
1410 mips*-elf* handling in other respects.
1411 * configure: Regnerate.
1412
773c1467
DD
14132007-09-12 David Daney <ddaney@avtrex.com>
1414
1415 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1416 enabling libgcj.
1417 * configure: Regenerate.
1418
c03353e2
RIL
14192007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1420
1421 PR other/32154
1422 * configure.ac: For libgloss targets, point the linker to the linker
1423 script, startup code and simulator library.
1424 * configure: Regenerate.
1425
c4e9bf2b
AH
14262007-09-07 Andrew Haley <aph@redhat.com>
1427
1428 * configure.ac (noconfigdirs): Remove target-libffi and
1429 target-libjava.
1430 * configure: Regenerate.
1431
1f5a6b84
FXC
14322007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1433
1434 PR target/33281
1435 * configure.ac: Use config/mh-mingw on mingw.
1436 * configure: Regenerate.
1f5a6b84 1437
3951e521
PH
14382007-09-05 Pat Haugen <pthaugen@us.ibm.com>
1439
9f349f63 1440 * MAINTAINERS (Write After Approval): Add myself.
3951e521 1441
e643dc23
RG
14422007-09-05 Richard Guenther <rguenther@suse.de>
1443
1444 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1445 nor --disable-checking is provided also turn on yes and types
1446 checking for stage1.
1447 * configure: Re-generate.
1448
039874df
KW
14492007-08-30 Krister Walfridsson <cato@df.lth.se>
1450
1451 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1452 (Write After Approval): Remove myself.
1453
c3f07bd6 14542007-08-29 Nick Clifton <nickc@redhat.com>
15098359 1455
c3f07bd6 1456 * config.sub, config.guess: Update from upstream sources.
15098359 1457
40049ccc 14582007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
1459
1460 * MAINTAINERS (Write After Approval): Added myself.
1461 * MAINTAINERS (Reviewers): Removed myself.
1462
c8aea42c 14632007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 1464 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
1465
1466 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1467 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1468 * Makefile.in: Regenerate.
1469 * configure.ac (--with-debug-prefix-map): New.
1470 * configure: Regenerate.
1471
4bf6c438
RS
14722007-08-17 Richard Sandiford <richard@codesourcery.com>
1473 Nigel Stephens <nigel@mips.com>
1474
4bf6c438
RS
1475 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1476 as target_makefile_frag.
1477 * configure: Regenerate.
1478
bb286d71
AO
14792007-08-16 Alexandre Oliva <aoliva@redhat.com>
1480
1481 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1482 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1483 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1484 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1485 (do-compare, do-compare3, do-compare-debug): New.
1486 ([+compare-target+]): Use them.
1487
a4630417
MK
14882007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
1489
1490 * MAINTAINERS (Write After Approval): Change my email address.
1491
d9acb717
RW
14922007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1493 Ben Elliston <bje@au.ibm.com>
1494
1495 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1496 --silent if $silent.
1497 * configure: Regenerate.
1498
96876681
ZD
14992003-08-12 Zdenek Dvorak <ook@ucw.cz>
1500
1501 * MAINTAINERS (Various Maintainers): Add myself as
1502 loop infrastructure maintainer. Update my e-mail
1503 address.
1504
1c1d80ee
DN
15052007-07-31 Diego Novillo <dnovillo@google.com>
1506
1507 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1508 Adjust description.
1509
7e98624c
RG
15102007-07-26 Richard Guenther <rguenther@suse.de>
1511
1512 * configure.ac: Add types checking to stage1 checking flags.
1513 * configure: Regenerate.
1514
4c85af60
NC
15152007-07-17 Nick Clifton <nickc@redhat.com>
1516
1517 * COPYING3: New file. Contains version 3 of the GNU General
1518 Public License.
1519 * COPYING3.LIB: New file. Contains version 3 of the GNU
1520 Lesser General Public License.
1521
19ddfd3a
AK
15222007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1523
1524 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1525
2a064545
AK
15262007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1527
1528 * MAINTAINERS (S/390 co-maintainer): Add myself.
1529 (Write After Approval): Remove myself.
1530
f861f54d
DH
15312007-07-13 Dan Hipschman <dsh@google.com>
1532
1533 * MAINTAINERS (Write After Approval): Add myself.
1534
0136f2f7
NC
15352007-07-11 Nick Clifton <nickc@redhat.com>
1536
1537 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1538 WINDRES export.
1539 * Makefile.in: Regenerate.
1540
6e29b5a4
RO
15412007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1542
1543 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1544 maintainer.
1545
159a4b02
L
15462007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1547
1548 * lt~obsolete.m4: New. Import from 20070318 libtool.
1549
6ba67283
JB
15502007-07-03 Julian Brown <julian@codesourcery.com>
1551
1552 * MAINTAINERS (Write After Approval): Add myself.
1553
30b74385
RW
15542007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1555
1556 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1557 * configure: Regenerate.
1558
15592007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1560
1561 * configure.ac: Add some missing m4 quotation.
1562 * configure: Regenerate.
1563
943c54ce
SB
15642007-07-02 Simon Baldwin <simonb@google.com>
1565
1566 * MAINTAINERS (Write After Approval): Add myself.
1567
1c00b503
PB
15682007-07-02 Paolo Bonzini <bonzini@gnu.org>
1569
1570 * configure: Regenerate.
1571
901119ae
KT
15722007-07-02 Kai Tietz <kai.tietz@onevision.com>
1573
1574 * Makefile.def: Add windmc tool to build.
1575 * Makefile.tpl: Likewise.
1576 * configure.ac: Likewise.
1577 * Makefile.in: Regenerate.
1578 * configure: Regenerate.
09ce620e 1579
83f4c19f
DD
15802007-06-28 DJ Delorie <dj@redhat.com>
1581
1582 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1583 not building newlib.
1584 * configure: Regenerated.
09ce620e 1585
5346c75c
JS
15862007-06-28 Jan Sjodin <jan.sjodin@amd.com>
1587
1588 * MAINTAINERS (Write After Approval): Add myself.
1589
aacfb86b
MM
15902007-06-25 Martin Michlmayr <tbm@cyrius.com>
1591
1592 * MAINTAINERS (Write After Approval): Add myself.
1593
590bf0d3
CM
15942007-06-19 Chris Matthews <chrismatthews@google.com>
1595
1596 * MAINTAINERS (Write After Approval): Add myself.
1597
cdbbee7a
RIL
15982007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
1599
1600 * MAINTAINERS (Write After Approval): Add myself.
1601
b8afffc1
DJ
16022007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1603
1604 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1605 * Makefile.in: Regenerated.
1606
3fcfad76
BS
16072007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
1608
1609 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1610 bfin*-*-uclinux* targets.
1611 * configure: Regenerate.
1612
3f5a2b7f
ILT
16132007-06-14 Ian Lance Taylor <iant@google.com>
1614
1615 * MAINTAINERS: Add myself as non-algorithmic global write
1616 maintainer.
1617
4c46daee
DN
16182007-06-14 Diego Novillo <dnovillo@google.com>
1619
1620 * MAINTAINERS: Add self as middle-end maintainer and
1621 non-algorithmic global write maintainer.
1622
a3bb222a
FXC
16232007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1624
1625 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1626 Move all Fortran maintainers except Paul Brook into the
1627 Non-Autopoiesis section.
1628
a19e8f64
PB
16292007-06-14 Paolo Bonzini <bonzini@gnu.org>
1630
1631 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1632 (distclean-stage[+id+]): Possibly delete stage_last.
1633 * Makefile.in: Regenerate.
1634
1c2abe5e
SP
16352007-06-12 Seongbae Park <seongbae.park@gmail.com>
1636
1637 * MAINTAINERS (Various Maintainer): Fix typo.
1638
abca4739
PB
16392007-06-11 Paolo Bonzini <bonzini@gnu.org>
1640
1641 * MAINTAINERS (Various Maintainer): Add myself as
1642 dataflow maintainer.
1643
a894d2c3
BE
16442007-06-07 Ben Elliston <bje@au.ibm.com>
1645
1646 * config.sub, config.guess: Update from upstream sources.
1647
8024d75e
BE
16482007-06-07 Ben Elliston <bje@au.ibm.com>
1649
1650 * Makefile.tpl: Fix spelling error.
1651 * Makefile.in: Regenerate.
1652
973a9a5e
SE
16532007-06-01 Steve Ellcey <sje@cup.hp.com>
1654
96598938
L
1655 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1656 lt_cv_sys_max_cmd_len.
973a9a5e 1657
ccb4d26b
DN
16582007-05-31 Dorit Nuzman <dorit@il.ibm.com>
1659
1660 * MAINTAINERS (Various Maintainers): Add myself as
1661 auto-vectorizer maintainer.
1662
eecb7461
PB
16632003-05-31 Paolo Bonzini <bonzini@gnu.org>
1664
1665 PR libjava/32098
1666 * libtool.m4: Revert previous change.
1667 * ltgcc.m4: Put it here.
1668
89d28202
ZD
16692003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
1670
1671 * MAINTAINERS (Various Maintainers): Add myself as
1672 auto-vectorizer maintainer.
1673
60c7a11a
L
16742007-05-30 H.J. Lu <hongjiu.lu@intel.com>
1675
1676 PR libjava/32098
1677 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
1678
9dd3cc81
RG
16792007-05-30 Richard Guenther <rguenther@suse.de>
1680
1681 * MAINTAINERS (Various Maintainers): Add myself as
1682 auto-vectorizer maintainer.
1683
9cc1244e
JJ
16842007-05-30 Jakub Jelinek <jakub@redhat.com>
1685
1686 PR bootstrap/29382
1687 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1688 * configure: Rebuilt.
1689
6124296b
RC
16902007-05-28 Roberto Costa <robsettantasei@gmail.com>
1691
1692 * MAINTAINERS (Write After Approval): Removed my name.
1693
6b757a0d
SB
16942007-05-25 Steven Bosscher <steven@gcc.gnu.org>
1695
1696 * MAINTAINERS (Write After Approval): Remove myself.
1697
86ef8528
AT
16982007-05-25 Andreas Tobler <a.tobler@schweiz.org>
1699
1700 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1701
1cf3d07d
SE
17022007-05-23 Steve Ellcey <sje@cup.hp.com>
1703
1704 * ltmain.sh: Update from ToT Libtool.
1705 * libtool.m4: Update from ToT Libtool.
1706 * ltsugar.m4: New. Update from ToT Libtool.
1707 * ltversion.m4: New. Update from ToT Libtool.
1708 * ltoptions.m4: New. Update from ToT Libtool.
1709 * ltconfig: Remove.
1710 * ltcf-c.sh: Remove.
1711 * ltcf-cxx.sh: Remove.
1712 * ltcf-gcj.sh: Remove.
1713
ce3fcf8c
OW
17142007-05-22 Ollie Wild <aaw@google.com>
1715
1716 * MAINTAINERS (Write After Approval): Add myself.
1717
342b9200
PB
17182007-05-16 Paolo Bonzini <bonzini@gnu.org>
1719
1720 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1721 stage_cflags.
1722 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1723 Remove CFLAGS/LIBCFLAGS.
1724 (configure-stage[+id+]-[+prefix+][+module+],
1725 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1726 * Makefile.in: Regenerate.
1727
cea17285
DN
17282007-05-15 Diego Novillo <dnovillo@google.com>
1729
1730 * MAINTAINERS: Update e-mail address.
1731
11c004e7
RE
17322007-05-15 Revital Eres <eres@il.ibm.com>
1733
1734 * MAINTAINERS (Write After Approval): Add myself.
1735
ab6bd693
RC
17362007-05-14 Roberto Costa <robsettantasei@gmail.com>
1737
1738 * MAINTAINERS (Write After Approval): Updated my address.
1739
388cdf07
TN
17402007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
1741
1742 * MAINTAINERS (Write After Approval): Add myself.
1743
23f24034
SR
17442007-05-11 Silvius Rus <rus@google.com>
1745
1746 * MAINTAINERS (Write After Approval): Add myself.
1747
34a7526e
TT
17482007-04-23 Tom Tromey <tromey@redhat.com>
1749
1750 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
1751
51da21be
MM
17522007-04-22 Mark Mitchell <mark@codesourcery.com>
1753
1754 * MAINTAINERS (cpplib): Rename to ...
1755 (libcpp): ... this. Add C/C++ front end maintainers.
1756
70070387
SE
17572007-04-14 Steve Ellcey <sje@cup.hp.com>
1758
1759 * config-ml.in: Pass ${ml_config_env} to configure calls.
1760
df1a0dbb
CB
17612007-04-04 Christian Bruel <christian.bruel@st.com>
1762
1763 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 1764
9daff147
DK
17652007-04-02 Dave Korn <dave.korn@artimi.com>
1766
1767 * MAINTAINERS (Write After Approval): Add myself.
1768
374eadb2
TB
17692007-03-31 Tobias Burnus <burnus@net-b.de>
1770
1771 * MAINTAINERS (fortran 95 front end): Add myself.
1772
8eced3a2
DR
17732007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1774
1775 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 1776
653de3e3
AZ
17772007-03-24 Ayal Zaks <zaks@il.ibm.com>
1778
1779 * MAINTAINERS (Modulo Scheduler): Add myself.
1780
b737d953
BM
17812007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
1782
1783 * MAINTAINERS (fortran 95 front end): Add myself.
1784 (c++ front end): whitespace fix.
1785
a584cdf2
NF
17862007-03-22 Nathan Froyd <froydnj@codesourcery.com>
1787
1788 * MAINTAINERS (Write After Approval): Add myself.
1789
8c79f3c4
RS
17902007-03-21 Richard Sandiford <richard@codesourcery.com>
1791
1792 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1793 of glob. Quote arguments with single quotes too.
1794 * configure: Regenerate.
1795
07f1ac6d
BM
17962007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1797
1798 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1799 * Makefile.in: Regenerate
1800
172e41aa
AS
18012007-03-07 Andreas Schwab <schwab@suse.de>
1802
1803 * configure: Regenerate.
1804
9c4d2493
BM
18052007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1806
1807 * configure.ac: Add "--with-pdfdir" configure option,
1808 which defines pdfdir variable.
1809 * Makefile.def (target=fixincludes): Add install-pdf to
1810 missing targets.
1811 (recursive_targets): Add install-pdf target.
1812 (flags_to_pass): Add pdfdir.
1813 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1814 target.
1815 * configure: Regenerate
1816 * Makefile.in: Regenerate
1817
e14e622e
EC
18182007-02-28 Eric Christopher <echristo@apple.com>
1819
1820 Revert:
1821 2006-12-07 Mike Stump <mrs@apple.com>
1822
1823 * Makefile.def (dependencies): Add dependency for
1824 install-target-libssp and install-target-libgomp on
1825 install-gcc.
1826 * Makefile.in: Regenerate.
1827
54e433bc
MK
18282007-02-27 Matt Kraai <kraai@ftbfs.org>
1829
1830 * configure: Regenerate.
1831 * configure.ac: Move statements after variable declarations.
1832
6c8d3d8f
KK
18332007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
1834
1835 * MAINTAINERS: Add myself as sh maintainer.
1836
9f8c6739
JM
18372007-02-19 Joseph Myers <joseph@codesourcery.com>
1838
1839 * configure.ac: Adjust for loop syntax.
1840 * configure: Regenerate.
1841
278a7a38
AO
18422007-02-18 Alexandre Oliva <aoliva@redhat.com>
1843
1844 * configure: Rebuilt.
1845
b2eaac4a
AO
18462007-02-18 Alexandre Oliva <aoliva@redhat.com>
1847
1848 * configure.ac: Drop multiple occurrences of --enable-languages,
1849 and fix its quoting.
1850 * configure: Rebuilt.
1851
beeaf216 18522007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
1853 Nathan Sidwell <nathan@codesourcery.com>
1854 Vladimir Prus <vladimir@codesourcery.com>
1855 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
1856
1857 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1858 * configure: Regenerate.
1859
09201a09
GP
18602007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
1861
1862 * ltconfig (freebsd*): Default to elf.
1863
291f172e
DJ
18642007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1865
1866 * configure.ac (target_libraries): Move libgcc before libiberty.
1867 * configure: Regenerated.
1868
c3a86da9
DJ
18692007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1870 Paolo Bonzini <bonzini@gnu.org>
1871
1872 PR bootstrap/30753
1873 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
1874 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
1875 * configure: Regenerated.
1876
88e1e72a
FXC
18772007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1878
1879 * MAINTAINERS (Language Front End Maintainers): Update my mail
1880 address.
1881
44bfc3ac
DJ
18822007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1883
1884 PR bootstrap/30748
1885 * configure.ac: Correct syntax for Solaris ksh.
1886 * configure: Regenerated.
1887
3e19841a
PB
18882007-02-09 Paolo Bonzini <bonzini@gnu.org>
1889
1890 * configure.ac: Sync with src.
1891 * configure: Regenerate.
1892
74a48762
PB
18932007-02-09 Paolo Bonzini <bonzini@gnu.org>
1894
1895 * Makefile.in: Regenerate.
1896
d846e52e
PB
18972007-02-09 Paolo Bonzini <bonzini@gnu.org>
1898
1899 * config.sub: Sync with src.
1900
1c710c3c
DJ
19012007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1902
1903 * Makefile.tpl (build_alias, host_alias, target_alias): Use
1904 noncanonical equivalents.
1905 * configure.in: Rename to...
1906 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
1907 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
1908 target_noncanonical. Use them. Rewrite removal of configure
1909 arguments for autoconf 2.59. Discard variable settings. Force
1910 program_transform_name for native tools.
1911
1912 * Makefile.in: Regenerated.
1913 * configure: Regenerated with autoconf 2.59.
1914
74372bdf
RZ
19152007-02-07 Roman Zippel <zippel@linux-m68k.org>
1916
3de8da2a 1917 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 1918
f6671c93
AS
19192007-01-31 Andreas Schwab <schwab@suse.de>
1920
1921 * Makefile.tpl (LDFLAGS): Substitute it.
1922 * Makefile.in: Regenerate.
1923
ba9f17df
AB
19242007-01-30 Andrey Belevantsev <abel@ispras.ru>
1925
3de8da2a 1926 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 1927
2472200d
DE
19282007-01-28 David Edelsohn <edelsohn@gnu.org>
1929
3de8da2a 1930 * MAINTAINERS (spu port): Add myself.
2472200d 1931
5305be7e
RG
19322007-01-23 Richard Guenther <rguenther@suse.de>
1933
1934 PR bootstrap/30541
1935 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
1936 * Makefile.tpl (GNATBIND): Substitute it.
1937 (GNATMAKE): Likewise.
1938 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
1939 of STAGE_PREFIX.
1940 * Makefile.in: Regenerate.
1941 * configure: Regenerate.
1942
416cfb5e
MS
19432007-01-18 Mike Stump <mrs@apple.com>
1944
1945 * configure.in: Re-enable -Werror for gcc builds.
1946
3de8da2a 19472007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 1948
3de8da2a 1949 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 1950
d943d7c4
PB
19512007-01-11 Paolo Bonzini <bonzini@gnu.org>
1952
1953 * configure.in: Change == to = in test command.
3de8da2a 1954 * configure: Regenerate.
d943d7c4 1955
e69bf64b 19562007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
1957 Nick Clifton <nickc@redhat.com>
1958 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
1959
1960 * configure.in (build_configargs, host_configargs, target_configargs):
1961 Remove build/host/target parameters.
1962 (host_libs): Add gmp and mpfr.
1963 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1964 * Makefile.def (gmp, mpfr): New.
1965 (gcc): Remove target.
1966 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1967 target_os, target_vendor): New.
1968 (configure): Add host_alias/target_alias arguments. Adjust invocations.
1969 * configure: Regenerate.
1970 * Makefile.in: Regenerate.
e69bf64b
PB
1971
19722007-01-11 Matt Fago <fago@earthlink.net>
1973
1974 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 1975 to improve robustness of configure tests.
e69bf64b 1976 * configure: Regenerate.
e14e622e 1977
a42f3b80
UB
19782007-01-09 Uros Bizjak <ubizjak@gmail.com>
1979
1980 * MAINTAINERS: Add myself as i386 maintainer.
1981
a36aee1a
JH
19822007-01-08 Jan Hubicka <jh@suse.cz>
1983
61fcaeef 1984 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 1985
738a52d3
KT
19862007-01-08 Kai Tietz <kai.tietz@onevision.com>
1987
1988 * configure.in: Add support for an x86_64-mingw* target.
95af8923 1989 * configure: Regenerate.
738a52d3 1990
54fdc474
DJ
19912007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
1992
1993 * Makefile.tpl (all-target): Correct @if conditional for target
1994 modules.
1995 * configure.in: Omit libiberty if building only target libgcc.
1996 * configure, Makefile.in: Regenerated.
1997
3dd71726
PB
19982007-01-04 Paolo Bonzini <bonzini@gnu.org>
1999
2000 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2001 * configure: Regenerate.
2002
fa958513
DJ
20032007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2004
2005 * Makefile.def (target_modules): Add libgcc.
2006 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2007 * Makefile.tpl (clean-target-libgcc): Delete.
2008 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2009 on gcc even for bootstrapped modules. Rewrite handling of
2010 lang_env_dependencies to loop over target_modules.
2011 * configure.in (target_libraries): Add target-libgcc.
2012 * Makefile.in, configure: Regenerated.
2013
e1888513
PB
20142006-12-29 Paolo Bonzini <bonzini@gnu.org>
2015
2016 * configure.in: Reorganize recognition of languages. Add
2017 --enable-stage1-languages. Show supported languages for the chosen
2018 target rather than all recognized languages.
2019 * configure: Regenerate.
2020
53b88b73
PB
20212006-12-29 Paolo Bonzini <bonzini@gnu.org>
2022
2023 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2024 * Makefile.in: Regenerate.
2025
a3993f33
KG
20262006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2027
2028 * configure.in: Warn that MPFR 2.2.0 is buggy.
2029 * configure: Regenerate.
2030
f063a9ed
ILT
20312006-12-27 Ian Lance Taylor <iant@google.com>
2032
2033 * configure.in: When removing Makefiles to force a reconfigure, also
2034 remove prev-DIR*/Makefile.
2035 * configure: Regenerate.
2036
af71363e
AS
20372006-12-22 Andreas Schwab <schwab@suse.de>
2038
2039 * configure: Regenerate with correct autoconf version.
2040
0b0dc272
AM
20412006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
2042
3de8da2a
UB
2043 * configure.in: add AC_SUBST for *_FOR_TARGET.
2044 * configure: Regenerate.
0b0dc272 2045
53b88b73
PB
20462006-12-19 Paolo Bonzini <bonzini@gnu.org>
2047
2048 * configure.in: Simplify logic for rejecting languages that cannot
2049 be built. Separate the case when a language is unsupported,
2050 from the case when the user chooses not to build a language.
2051
400ebff4
PB
20522006-12-19 Paolo Bonzini <bonzini@gnu.org>
2053
2054 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2055 it only affects bootstrap and could be tested on "$host" as well.
2056 * configure: Regenerate.
2057 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2058
8efea775
PB
20592006-12-19 Paolo Bonzini <bonzini@gnu.org>
2060
2061 PR bootstrap/29544
2062 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2063 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2064 move here comment from Makefile.tpl.
2065 * Makefile.tpl: Move some definitions higher in the file.
2066 (STAGE1_CHECKING): New.
2067 * configure.in: Add --enable-stage1-checking.
2068 * configure: Regenerate.
2069 * Makefile.in: Regenerate.
2070
ed88a7ed
PB
20712006-12-19 Paolo Bonzini <bonzini@gnu.org>
2072
2073 * MAINTAINERS: Add myself as build system maintainer.
2074
b65151d3
SM
20752006-12-15 Simon Martin <simartin@users.sourceforge.net>
2076
2077 * MAINTAINERS (Write After Approval): Add myself.
2078
7e050830
EC
20792006-12-13 Eric Christopher <echristo@apple.com>
2080
2081 * MAINTAINERS: Add myself as darwin maintainer.
2082
8b494895
ILT
20832006-12-11 Ian Lance Taylor <ian@airs.com>
2084
2085 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2086
0ff1416d
JR
20872006-12-11 Joern Rennecke <joern.rennecke@arc.com>
2088
2089 MAINTAINERS: Update my entry.
2090
58e24147
AM
20912006-12-11 Alan Modra <amodra@bigpond.net.au>
2092
2093 * configure.in: Handle spu makefile frag.
58e24147
AM
2094 * Makefile.tpl (MAINT): Define
2095 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2096 * configure: Regenerate.
2097 * Makefile.in: Regenerate.
2098
9b6f37a0
BE
20992006-12-11 Ben Elliston <bje@au.ibm.com>
2100
2101 * config.guess: Import latest version.
2102 * config.sub: Likewise.
2103
ea6f5c57
BE
21042006-12-11 Ben Elliston <bje@au.ibm.com>
2105
2106 * configure.in (spu-*-*): Don't skip target-libiberty.
2107 * configure: Regenerate.
2108
42c1cd8a
AT
21092006-12-10 Andreas Tobler <a.tobler@schweiz.org>
2110
2111 PR bootstrap/30134
2112 * configure.in: Correct x86 darwin support for libjava to powerpc
2113 and i?86 only.
2114 * configure: Regenerate.
2115
55eb837d
ST
21162006-12-08 Sandro Tolaini <tolaini@libero.it>
2117
2118 * configure.in: Add x86 darwin support for libjava.
2119 * configure: Regenerate.
2120
5bdacbc7
MS
21212006-12-07 Mike Stump <mrs@apple.com>
2122
2123 * Makefile.def (dependencies): Add dependency for
2124 install-target-libssp and install-target-libgomp on
2125 install-gcc.
2126 * Makefile.in: Regenerate.
2127
477d851c
RG
21282006-12-04 Richard Guenther <rguenther@suse.de>
2129
2130 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2131 (Non-Algorithmic Maintainers): Move over non-algorithmic
2132 loop optimizer maintainers, add myself as a non-algorithmic
2133 middle-end maintainer.
2134
5d33d367
DF
21352006-12-04 Daniel Franke <franke.daniel@gmail.com>
2136
2137 * MAINTAINERS (Write After Approval): Add myself.
2138
dbee1fb3
KG
21392006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2140
2141 * configure.in: Update error message for missing GMP/MPFR.
2142
2143 * configure: Regenerate.
2144
b5147de7
KG
21452006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2146
2147 * configure.in: Update MPFR version in error message.
2148
2149 * configure: Regenerate.
2150
f019376c
KG
21512006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2152
2153 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2154 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2155 --with-gmp-lib): New flags.
2156
2157 * configure: Regenerate.
2158
91ed95ae
BM
21592006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
2160
2161 * MAINTAINERS (Write After Approval): Change my email address.
2162
3a971f15
MLI
21632006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2164
05170031 2165 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 2166
431041ea
PT
21672006-11-22 Philipp Thomas <pth@suse.de>
2168
2169 * MAINTAINERS (i18n): Update e-mail address.
2170
df5487ee
TS
21712006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2172
2173 * MAINTAINERS (spu port): Add myself as maintainer.
2174 (Write After Approval): Remove myself.
2175
92c2f0ee
BE
21762006-11-22 Ben Elliston <bje@au.ibm.com>
2177
2178 * configure.in (skipdirs): Don't build libssp for SPU.
2179 * configure: Regenerate.
2180
a3b97199
AP
21812006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
2182
2183 * MAINTAINERS (spu port): Add myself as maintainer.
2184 (libobjc): Update my email address.
2185
0eb97064
AB
21862006-11-21 Andrea Bona <andrea.bona@st.com>
2187
2188 * MAINTAINERS (Write After Approval): Add myself.
2189
85d9c13c
TS
21902006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2191
2192 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2193 * configure : Rebuilt.
2194
6696f3cd
TS
21952006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2196
2197 * MAINTAINERS (Write After Approval): Add myself.
2198
d58542ea
AO
21992006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
2200
2201 * MAINTAINERS (Write After Approval): Add myself.
2202
a357b5ae
KG
22032006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2204
2205 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2206 libmpfr.a.
2207 * configure: Regenerate.
2208
9bd6112c
PB
22092006-11-16 Paolo Bonzini <bonzini@gnu.org>
2210
2211 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2212 (unstage): Test for stage_last presence.
2213
2214 PR bootstrap/29802
2215 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2216 * Makefile.in: Regenerate.
2217
c8cf9f0f
ZD
22182003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
2219
2220 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2221 maintainers.
2222
467b1fc6
ER
22232006-11-14 Erven Rohou <erven.rohou@st.com>
2224
2225 * MAINTAINERS (Write After Approval): Add myself.
2226
995a5697
PB
22272006-11-14 Paolo Bonzini <bonzini@gnu.org>
2228
2229 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2230 and stageN-package/Makefile.
2231 * Makefile.in: Regenerated.
2232
c8d6d53e
JZ
22332006-11-14 Jie Zhang <jie.zhang@analog.com>
2234
2235 * configure.in: Remove target-libgloss from noconfigdirs for
2236 bfin-*-*.
2237 * configure: Regenerated.
2238
dffb147d
KG
22392006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2240
2241 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 2242
dffb147d
KG
2243 * configure: Regenerate.
2244
ca558912
KG
22452006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2246
2247 * configure.in: Robustify error message for missing GMP/MPFR.
2248
2249 * configure: Regenerate.
2250
7aa42285
SW
22512006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
2252
2253 * MAINTAINERS (Write After Approval): Add myself.
2254
779958a2
UB
22552006-10-30 Uros Bizjak <ubizjak@gmail.com>
2256
2257 * MAINTAINERS: Change email address.
2258
91de1527
VP
22592006-10-30 Vladimir Prus <vladimir@codesourcery.com>
2260
2261 * MAINTAINERS (Write After Approval): Add myself.
2262
a3867703
PB
22632006-10-26 Peter Bergner <bergner@vnet.ibm.com>
2264
2265 * MAINTAINERS (Write After Approval): Add myself.
2266
b4364fa2
CL
22672006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
2268
7e050830 2269 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 2270 Write After Approval section.
b4364fa2 2271
70ec446f
KG
22722006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2273
2274 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
2275 need_gmp anymore.
2276 * configure: Regenerate.
2277
018c8d88
TB
22782006-10-16 Tobias Burnus <burnus@net-b.de>
2279
2280 * MAINTAINERS (Write After Approval): Add myself.
2281
f6a1687e
BE
22822006-10-16 Ben Elliston <bje@au.ibm.com>
2283
2284 * config.guess: Import latest version.
2285 * config.sub: Likewise.
2286
b5422ad7
BM
22872006-10-10 Brooks Moses <bmoses@stanford.edu>
2288
2289 * Makefile.def: Added pdf target handling.
2290 * Makefile.tpl: Added pdf target handling.
2291 * Makefile.in: Regenerated.
2292
bdcee471
CL
22932006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
2294
2295 * MAINTAINERS: Add self as score port maintainer.
2296
7d610414
BM
22972006-10-04 Brooks Moses <bmoses@stanford.edu>
2298
2299 * MAINTAINERS (Write After Approval): Add myself.
2300
e48d66a9
SK
23012006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
2302
7e050830 2303 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
2304 or newer.
2305 * configure: Regenerated.
2306
c394e891
DB
23072006-09-27 Dave Brolley <brolley@redhat.com>
2308
2309 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2310 $s instead of $r.
2311 * configure: Regenerated.
2312
1ee4c5a0
TS
23132006-09-26 Thiemo Seufer <ths@mips.com>
2314
2315 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2316 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2317 * configure: Regenerate.
2318
5997afc3
GP
23192006-09-24 Graeme Peterson <gridly@gmail.com>
2320
2321 * MAINTAINERS (Write After Approval): Remove myself.
2322
0c502898
CF
23232006-09-22 Chao-ying Fu <fu@mips.com>
2324
2325 * MAINTAINERS (Write After Approval): Add myself.
2326
a7819e42
JM
23272006-09-10 Joseph S. Myers <joseph@codesourcery.com>
2328
2329 * MAINTAINERS: Add self as soft-fp maintainer.
2330
23312006-09-09 Anatoly Sokolov <aesok@post.ru>
2332
2333 * MAINTAINERS: Add myself as avr maintainer.
2334 Remove Marek Michalkiewicz as avr maintainer.
827d0991 2335
e8288489
RC
23362006-09-07 Roberto Costa <roberto.costa@st.com>
2337
2338 * MAINTAINERS (Write After Approval): Add myself.
2339
b91f0a41
CV
23402006-08-30 Corinna Vinschen <corinna@vinschen.de>
2341
2342 * configure.in: Never build newlib for a Mingw host.
2343 Never build newlib as Mingw target library.
2344 Test the existence of winsup/cygwin for building a Cygwin newlib,
2345 rather than just winsup.
2346 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2347 building a Mingw target.
2348 * configure: Regenerate.
2349
094c07a0
EB
23502006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
2351
2352 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2353
8d1171cb
PB
23542006-07-25 Paolo Bonzini <bonzini@gnu.org>
2355
2356 * config.guess: Import from src (was more updated).
2357 * config.sub: Likewise.
2358
2e9e6f68
DJ
23592006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2360
2361 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2362 * configure: Regenerated.
2363
57255173
PB
23642006-07-18 Paolo Bonzini <bonzini@gnu.org>
2365
cc6010cd
AP
2366 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2367 for stages after the first.
57255173 2368
9fbe6585
JJ
23692006-07-17 Jakub Jelinek <jakub@redhat.com>
2370
2371 * Makefile.def: Add dependencies for configure-opcodes
2372 on configure-intl and all-opcodes on all-intl.
2373 * Makefile.in: Regenerated.
2374
18c3f977
BE
23752006-07-13 Ben Elliston <bje@au.ibm.com>
2376
2377 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2378
27b56ba6
PE
23792006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2380
2381 Port to hosts whose 'sort' and 'tail' implementations
2382 treat operands with leading '+' as file names, as POSIX
2383 has required since 2001. However, make sure the code still
2384 works on pre-POSIX hosts.
2385 * ltmain.sh: Don't assume "sort +2" is equivalent to
2386 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2387
ad6d4e43
UW
23882006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
2389
2390 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2391
706601d9
PG
23922006-07-04 Peter O'Gorman <peter@pogma.com>
2393
2394 * ltconfig: chmod 644 before ranlib during install.
2395
0b50988a
EB
23962006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2397
2398 PR bootstrap/18058
2399 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2400 if the bootstrap compiler is a GCC version that supports it.
2401 * configure: Regenerate.
2402
b6348cb3
PB
24032006-07-03 Paolo Bonzini <bonzini@gnu.org>
2404
95695ad3 2405 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
2406 * configure: Regenerate.
2407
1546bb64
PB
24082006-07-03 Paolo Bonzini <bonzini@gnu.org>
2409
2410 PR other/27063
2411 * configure.in: Test subdir_requires and give an appropriate
2412 error message.
2413 * configure: Regenerate.
2414
5cb6c629
AJH
24152006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
2416
2417 * MAINTAINERS (Write After Approval): Add myself.
2418
f4d8cdf8
JDA
24192006-06-22 John David Anglin <dave.anglin@nrc.ca>
2420
2421 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2422
4fe5abb7
SE
24232006-06-22 Steve Ellcey <sje@cup.hp.com>
2424
2425 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2426
2a79fd67
DA
24272006-06-20 David Ayers <d.ayers@inode.at>
2428
2429 PR bootstrap/28072
2430 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2431 whether target-libjava is being configured instead of whether the
2432 java front end is enabled.
2433 * configure: Regenerate.
7e050830 2434
04879af3
RO
24352006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2436
2437 PR target/27540
2438 * configure.in: Only enable libgomp on IRIX 6.
2439 * configure: Regenerate.
2440
ec6c7392
PB
24412006-06-15 Paolo Bonzini <bonzini@gnu.org>
2442
2443 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2444 too.
2445 * Makefile.in: Regenerate.
2446
12973d7a
DD
24472006-06-13 Jeff Johnston <jjohnstn@redhat.com>
2448
2449 * config-ml.in: Alter CCASFLAGS to include special
2450 multilib options the same as is done for CFLAGS.
2451
c67ed86a
JDA
24522006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2453
2454 * configure.in: Don't enable libgomp on hpux10.
2455 * configure: Rebuilt.
2456
cb253473
DA
24572006-06-12 David Ayers <d.ayers@inode.at>
2458
2459 PR bootstrap/27963
2460 PR target/19970
7e050830 2461 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
2462 ${libgcj} is specified.
2463 * configure: Regenerate.
7e050830 2464
32845532
CD
24652006-06-06 Carlos O'Donell <carlos@codesourcery.com>
2466
2467 Sync from src:
7e050830
EC
2468
2469 * configure.in: Sync.
32845532 2470 * configure: Regenerated.
7e050830 2471
32845532
CD
2472 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2473
2474 * Makefile.def: Added dependencies from sim and gdb on intl, and
2475 added configure dependencies to everything with an all dependency
2476 on intl.
2477 * Makefile.in: Regenerated.
2478
7cd0cf9c
DA
24792006-06-06 David Ayers <d.ayers@inode.at>
2480
2481 PR libobjc/13946
2482 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2483 * Makefile.in: Regenerate.
2484 * configure.in: Add --enable-objc-gc at toplevel and have it
2485 enable boehm-gc for Objective-C.
2486 Remove target-boehm-gc from libgcj.
2487 Add target-boehm-gc to target_libraries.
2488 Add target-boehm-gc to noconfigdirs where ${libgcj}
2489 is specified.
2490 Assert that boehm-gc is supported when requested for Objective-C.
2491 Only build boehm-gc if needed either for Java or Objective-C.
2492 * configure: Regenerate.
7e050830 2493
3ff3adad
PB
24942006-06-05 Paolo Bonzini <bonzini@gnu.org>
2495
2496 PR 27674
2497 * Makefile.tpl (configure-[+prefix+][+module+],
2498 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2499 Remove rule to unstage bootstrapped modules.
2500 (stage_current): New.
2501 * Makefile.in: Regenerate.
2502
898e551d
LB
25032006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2504
2505 * MAINTAINERS (Write After Approval): Update my e-mail address.
2506
ea60341e
MS
25072006-06-01 Mark Shinwell <shinwell@codesourcery.com>
2508
2509 * include/libiberty.h: Declare pex_run_in_environment.
2510
222ae291
AL
25112006-05-31 Asher Langton <langton2@llnl.gov>
2512
2513 * MAINTAINERS (Write After Approval): Add myself.
898e551d 2514
e9a54b07
PB
25152006-05-25 Paolo Bonzini <bonzini@gnu.org>
2516
2517 * Makefile.def (bfd, opcodes): Fix lib_path.
2518 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2519 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2520 * Makefile.in: Regenerate.
2521
03e67131
CD
25222006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2523
2524 * Makefile.in: Regenerate.
2525
65d6e994
CD
25262006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2527
2528 * Makefile.def: Add install-html target. Add datarootdir
2529 docdir and htmldir to flags_to_pass.
2530 * Makefile.tpl: Add install-html target.
2531 * Makefile.in: Regenerate.
2532 * configure.in: Add --with-datarootdir, --with-docdir, and
2533 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2534 * configure: Regenerate.
2535
9e299237
MS
25362006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2537
2538 * configure.in: Enable gprof for cross builds.
2539 * configure: Regenerate.
2540
c31202cd
RG
25412006-05-22 Richard Guenther <rguenther@suse.de>
2542
2543 Revert
2544 2006-01-31 Richard Guenther <rguenther@suse.de>
2545 Paolo Bonzini <bonzini@gnu.org>
2546
2547 * Makefile.def (target_modules): Add libgcc-math target module.
2548 * configure.in (target_libraries): Add libgcc-math target library.
2549 (--enable-libgcc-math): New configure switch.
2550 * Makefile.in: Re-generate.
2551 * configure: Re-generate.
2552 * libgcc-math: New toplevel directory.
2553
2a332582
JDA
25542006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2555 Andreas Tobler <a.tobler@schweiz.ch>
2556
2557 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2558 * configure: Rebuilt.
2559
ccce6917 25602006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 2561
ccce6917
SL
2562 * MAINTAINERS (Write After Approval): Add myself.
2563
ed606bc0
DD
25642006-05-01 DJ Delorie <dj@redhat.com>
2565
3d8f47a0 2566 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
2567 * configure: Regenerate.
2568
9386bd20
RG
25692006-05-01 Richard Guenther <rguenther@suse.de>
2570
2571 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2572 maintainer.
2573
7b3bd503
KZ
25742006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2575
2576 * MAINTAINERS (Write After Approval): Add myself.
2577
87ceee72
JB
25782006-04-28 Jan Beulich <jbeulich@novell.com>
2579
2580 * MAINTAINERS (Write After Approval): Add myself.
2581
e88a2c09
DD
25822006-04-18 DJ Delorie <dj@redhat.com>
2583
2584 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2585 reference libgloss so that libssp can be built in a combined
2586 tree.
2587 * configure: Regenerate.
2588
675f0a8a
RM
25892006-04-08 Robert Millan <rmh@gcc.gnu.org>
2590
2591 * MAINTAINERS (Write After Approval): Add myself.
2592
27b6c940
BE
25932006-04-05 Ben Elliston <bje@au.ibm.com>
2594
2595 * configure.in: Require makeinfo 4.4 or higher.
2596 * configure: Regenerate.
2597
687b17d4
GP
25982006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
2599
2600 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2601 Rearrange the entries of other libraries to have them in one place.
2602
906ac235
JB
26032006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
2604
7e050830 2605 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
2606 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2607
fb0103e5
RG
26082006-03-14 Richard Guenther <rguenther@suse.de>
2609
2610 * configure: Regenerate with autoconf 2.13.
2611
17237f6b
JB
26122006-03-13 Jim Blandy <jimb@codesourcery.com>
2613
2614 * MAINTAINERS: Use my work address.
bed31434
JB
2615
2616 * MAINTAINERS: Update my E-mail address.
2617
27079765
AH
26182006-03-10 Aldy Hernandez <aldyh@redhat.com>
2619
2620 * configure.in: Handle --disable-<component> generically.
2621 * configure: Regenerate.
2622
54a17039
L
26232006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2624
2625 PR libgcj/17311
2626 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2627
b9bd11ca
EE
26282006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
2629
2630 * MAINTAINERS (Write After Approval): Remove myself.
2631 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2632
719bb4e3 26332006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 2634
072b06f2
RE
2635 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2636 (TARGET_CONFIGDIRS): Remove.
2637 * configure.in: Remove AC_SUBST(target_configdirs).
2638 * Makefile.in, configure: Regenerated.
ee2312f3 2639
936e1a35
SK
26402006-02-20 Steven G. Kargl <kargls@comcast.net>
2641
2642 * MAINTAINERS (Write After Approval): Remove myself.
2643 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2644
cc11cc9b
PB
26452006-02-20 Paolo Bonzini <bonzini@gnu.org>
2646
2647 PR bootstrap/25670
2648
2649 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2650
2651 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2652 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2653 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2654 BUILD_PREFIX, BUILD_PREFIX_1.
2655 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2656
2657 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2658 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2659
2660 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2661 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2662 of `cat stage_current`. Always provide the `r' and `s' variables.
2663 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2664 a single shell execution.
2665 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2666 bootstrapped modules, make the stage1 module if the build was not
2667 started yet, else build the current stage.
2668 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2669 (all-build, all-host, all-target, [+make_target+]-host,
2670 [+make_target+]-target): Do not use \-continued lines.
2671 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2672 (current_stage, restrap, stage_last): New.
2673
2674 * Makefile.in: Regenerate.
2675 * configure: Regenerate.
2676
63a7c9ef
BD
26772006-02-19 Bud Davis <jmdavis@link.com>
2678
2679 * MAINTAINERS (Write After Approval): Remove myself.
2680 (Language Front End Maintainers): Add myself as fortran 95
2681 maintainer and update e-mail address.
2682
a3543e3a
FXC
26832006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2684
2685 * MAINTAINERS (Write After Approval): Remove myself.
2686 (Language Front End Maintainers): Add myself as fortran 95
2687 maintainer.
2688
ca5b1d2c
VK
26892006-02-16 Victor Kaplansky <victork@il.ibm.com>
2690
2691 * MAINTAINERS (Write After Approval): Add myself.
2692
0499513f
TK
26932006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
2694
2695 * MAINTAINERS (Write After Approval): Remove myself.
2696 (Language Front End Maintainers): Add myself as
2697 fortran 95 maintainer.
2698
d1f8db0c
PB
26992006-02-14 Paolo Bonzini <bonzini@gnu.org>
2700
2701 Sync from src:
2702
2703 2005-12-27 Leif Ekblad <leif@rdos.net>
2704
cc6010cd
AP
2705 * configure.in: Add support for RDOS target.
2706 * configure: Regenerate.
d1f8db0c
PB
2707
27082006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 2709 Andreas Schwab <schwab@suse.de>
d1f8db0c 2710
cc6010cd 2711 * configure: Regenerate.
d1f8db0c 2712
cac90078
DE
27132006-02-12 David Edelsohn <edelsohn@gnu.org>
2714
2715 * configure.in (enable_libgomp): Add AIX.
2716 * configure: Regenerate.
2717
bd37fbf5
MK
27182006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
2719
2720 * MAINTAINERS (Write After Approval): Add myself.
7e050830 2721
23027b7a
LM
27222006-02-03 Lee Millward <lee.millward@gmail.com>
2723
2724 * MAINTAINERS (Write After Approval): Add myself.
7e050830 2725
0058967b
RG
27262006-01-31 Richard Guenther <rguenther@suse.de>
2727 Paolo Bonzini <bonzini@gnu.org>
2728
2729 * Makefile.def (target_modules): Add libgcc-math target module.
2730 * configure.in (target_libraries): Add libgcc-math target library.
2731 (--enable-libgcc-math): New configure switch.
2732 * Makefile.in: Re-generate.
2733 * configure: Re-generate.
2734 * libgcc-math: New toplevel directory.
2735
e8b05380
PB
27362006-01-26 Paolo Bonzini <bonzini@gnu.org>
2737
2738 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2739 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2740 the assembler, linker and binutils.
2741 * configure: Regenerate.
2742
d54d5437
DM
27432006-01-22 Dirk Mueller <dmueller@suse.de>
2744
2745 * MAINTAINERS (Write After Approval): Add myself.
2746
670cbfcf
DN
27472006-01-20 Diego Novillo <dnovillo@redhat.com>
2748
2749 * configure: Regenerate.
2750
953ff289
DN
27512006-01-18 Richard Henderson <rth@redhat.com>
2752 Jakub Jelinek <jakub@redhat.com>
2753 Diego Novillo <dnovillo@redhat.com>
2754
2755 * libgomp: New directory.
2756 * Makefile.def: Add target_module libgomp.
2757 * Makefile.in: Regenerate.
2758 * configure.in (target_libraries): Add target-libgomp.
2759 * configure: Regenerate.
2760
32ce4048
AO
27612006-01-05 Alexandre Oliva <aoliva@redhat.com>
2762
2763 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2764 @ from continuation.
2765 * Makefile.in: Rebuilt.
2766
0eaf8e17 27672006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 2768
c76c0c83
CL
2769 * MAINTAINERS (Write After Approval): Add myself.
2770
2d309510
PB
27712006-01-04 Paolo Bonzini <bonzini@gnu.org>
2772
2773 PR bootstrap/24252
2774
2775 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2776 * Makefile.tpl (OBJDUMP): New.
2777 (EXTRA_HOST_FLAGS): Add it.
2778 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2779
953ff289
DN
2780 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2781 to use symbolic links between directories. Avoid race conditions
2782 or make them harmless.
2783 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
2784
2785 * Makefile.def (LEAN): Pass.
2786 * Makefile.tpl (LEAN): Define.
2787 (stage[+id+]-start): Accept that the previous directory does not
2788 exist, if the bootstrap is lean.
2789 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2790 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2791 configure substitution.
2792 ([+compare-target+]): Likewise.
2793 ([+bootstrap-target+]-lean): New.
2794 * configure.in: Remove lean bootstrap support from here.
2795
953ff289
DN
2796 * Makefile.in: Regenerate.
2797 * configure: Regenerate.
2d309510 2798
368872c3
BE
27992006-01-04 Ben Elliston <bje@au.ibm.com>
2800
2801 * MAINTAINERS (libdecnumber): Add myself.
2802
d79e6356
MM
28032006-01-02 Mark Mitchell <mark@codesourcery.com>
2804
2805 * libtool-ldflags: New script.
2806
a6fbc1e2
AS
28072006-01-02 Andreas Schwab <schwab@suse.de>
2808
2809 * configure.in: When reconfiguring remove Makefile in
2810 all stage directories.
2811 * configure: Regenerate.
2812
103a4b39
SB
28132005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
2814
2815 * MAINTAINERS: Update my email address.
2816
212f829c
PB
28172005-12-20 Paolo Bonzini <bonzini@gnu.org>
2818
2819 Revert Ada-related part of the previous change.
2820
2821 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2822 Do not pass.
2823 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2824 * Makefile.in: Regenerate.
2825 * configure.in: Do not include mt-ppc-aix target fragment.
2826 * configure: Regenerate.
2827
8ef1f2df
PB
28282005-12-19 Paolo Bonzini <bonzini@gnu.org>
2829
2830 * configure.in: Select appropriate fragments for PowerPC/AIX.
2831 * configure: Regenerate.
2832
2833 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2834 BOOT_CFLAGS, BOOT_LDFLAGS.
2835 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2836 BOOT_CFLAGS, BOOT_LDFLAGS.
2837 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2838 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2839 (stage): Fail if we cannot complete the work.
2840 * Makefile.in: Regenerate.
2841
ab34901f
NS
28422005-12-16 Nathan Sidwell <nathan@codesourcery.com>
2843
2844 * configure.in: Replace ms1 with mt.
2845 * configure: Rebuilt.
2846
cbe82f21
BM
28472005-12-15 Bryce McKinlay <mckinlay@redhat.com>
2848
2849 * MAINTAINERS: Update my email address.
2850
19843472
PB
28512005-12-15 Paolo Bonzini <bonzini@gnu.org>
2852
2853 * Makefile.tpl (all, do-[+make_target+], do-check, install,
2854 install-host-nogcc): Don't invoke $(stage) at the end.
2855 * Makefile.in: Regenerate.
2856
1ca26cd2
PB
28572005-12-14 Paolo Bonzini <bonzini@gnu.org>
2858
2859 * configure.in: Flip the top-level bootstrap switch.
2860 * configure: Regenerate.
2861
f41d6665
DJ
28622005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
2863
2864 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2865 $(stage) and $(unstage).
2866 (EXTRA_TARGET_FLAGS): Correct double-quoting.
2867 (all): Remove stray semicolon.
2868 (local-distclean): Don't handle multilib.tmp and multilib.out.
2869 (install.all): Set $s for consistency.
2870 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2871 check_multilibs setting. Always make the install directory.
2872 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2873 Correct @if/@endif.
2874 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2875 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2876 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2877 (multilib.out): Remove.
2878 * Makefile.in: Regenerated.
2879
9174b3cf
CD
28802005-12-12 Carlos O'Donell <carlos@codesourcery.com>
2881
2882 * MAINTAINERS (Write After Approval): Add myself.
2883
64f182bd
NS
28842005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2885
121b2cee
NS
2886 * MAINTAINERS: Add myself as mt maintainer.
2887
64f182bd
NS
2888 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
2889
a6d63770
AN
28902005-12-06 Adam Nemet <anemet@caviumnetworks.com>
2891
2892 * MAINTAINERS: Change email address.
2893
2abefe3d
PB
28942005-12-05 Paolo Bonzini <bonzini@gnu.org>
2895
2896 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2897 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2898 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
2899 Find in-tree tools if available.
2900 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2901 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2902 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2903 (COMPILER_*_FOR_TARGET): New.
2904 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2905 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2906 (CONFIGURED_*, USUAL_*): Remove.
2907 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2908 STRIP): Use autoconf substitutions.
2909 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2910 COMPILER_NM_FOR_TARGET): New.
2911 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2912
2913 (all): Make all-host and all-target in parallel.
2914 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2915 that $$r and $$s are set before invoking a recursive make.
2916 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2917 ([+bootstrap-target+]): Inline most of the `all' target.
2918
2f3bdde7
BE
29192005-11-29 Ben Elliston <bje@au.ibm.com>
2920
2921 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2922 from the gcc build directory.
2923 * Makefile.in: Regenerate.
2924
a4b6c45a
BE
29252005-11-29 Ben Elliston <bje@au.ibm.com>
2926
2927 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
2928 depend on all-libdecnumber.
2929 * configure.in (host_libs): Include libdecnumber.
2930 * Makefile.in: Regenerate.
2931 * configure: Likewise.
2932
473a74b9
BE
29332005-11-29 Ben Elliston <bje@au.ibm.com>
2934
2935 * libdecnumber: Import decNumber sources from the dfp-branch.
2936
b4623110
KJ
29372005-11-21 Kean Johnston <jkj@sco.com>
2938
2939 * config.sub, config.guess: Sync from upstream sources.
2940
67dc1785
BE
29412005-11-21 Ben Elliston <bje@au.ibm.com>
2942
2943 Import from Autoconf sources:
2944
2945 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
2946 * config/move-if-change: Don't output "$2 is unchanged";
2947 suggested by Ben Elliston. Handle weird characters correctly.
2948
186abafe
AT
29492005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
2950
2951 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
2952 to match upstream libtool for darwin.
2953
ef9db8d5
DJ
29542005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
2955
2956 * Makefile.def: Remove gdb dependencies for gdbtk.
2957 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2958 (configure-gdb, install-gdb): New rules.
2959 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2960 * Makefile.in, configure: Regenerated.
2961
9c5141ab
JB
29622005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
2963
2964 * MAINTAINERS (Write After Approval): Add myself.
2965
4523d51b
EE
29662005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
2967
2968 * MAINTAINERS (Write After Approval): Add myself.
2969
086b011c
DN
29702005-10-24 Diego Novillo <dnovillo@redhat.com>
2971
2972 * MAINTAINERS (alias analysis): Add Daniel Berlin and
2973 Diego Novillo.
2974
e7c84bf8
PB
29752005-10-22 Paolo Bonzini <bonzini@gnu.org>
2976
2977 PR bootstrap/24297
2978 * Makefile.tpl (do-[+make-target+], do-check, install,
2979 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2980 are set before recursing.
2981 * Makefile.in: Regenerate.
2982
b88a7564
EB
29832005-10-20 Eric Botcazou <ebotcazou@adacore.com>
2984
2985 PR bootstrap/18939
2986 * Makefile.def (gcc) <target>: Fix thinko.
2987 * Makefile.in: Regenerate.
2988
61efc800
BS
29892005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
2990
2991 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2992 * configure: Regenerate.
2993
f53d2869
JZ
29942005-10-15 Jie Zhang <jie.zhang@analog.com>
2995
2996 * MAINTAINERS (Write After Approval): Add self.
2997
077fc835
KH
29982005-10-08 Kazu Hirata <kazu@codesourcery.com>
2999
3000 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3001 target-libffi, target-qthreads, target-libjava, and
3002 targetlibobjc.
3003 * configure: Regenerate.
3004
d739199a
DJ
30052005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3006
3007 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3008 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3009 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3010 (USUAL_OBJDUMP_FOR_TARGET): New.
3011 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3012 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 3013 * configure, Makefile.in: Regenerated.
d739199a 3014
db38c6bb
PB
30152005-10-05 Paolo Bonzini <bonzini@gnu.org>
3016
3017 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3018 before other host packages.
3019
3015564c
KK
30202005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
3021
3022 * MAINTAINERS: Add self as sh libraries/configury maintainer.
3023
1061f99e
PB
30242005-10-05 Paolo Bonzini <bonzini@gnu.org>
3025
3026 PR bootstrap/22340
3027
3028 * configure.in (default_target): Remove.
3029 * Makefile.tpl (all): Do not use prerequisites as subroutines
3030 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3031 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3032 use prerequisites as subroutines.
3033 (check-host, check-target): New.
3034 (bootstrap configure & all targets): Do not use stage*-start
3035 if the directory layout is already ok.
3036 (non-bootstrap configure & all targets): Prepend a $(unstage).
3037 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3038 (NOTPARALLEL): Remove.
3039 (unstage, stage variables): New variables.
3040 (unstage, stage targets): Simply expand to those variables.
3041
3042 * configure: Regenerate.
3043 * Makefile.in: Regenerate.
3044
4a9c436f
JW
30452005-10-04 James E Wilson <wilson@specifix.com>
3046
3047 * Makefile.def (lang_env_dependencies): Add libmudflap.
3048 * Makefile.in: Regenerate.
3049
37150080
AS
30502005-10-03 Andreas Schwab <schwab@suse.de>
3051
3052 Backport from libtool CVS:
3053 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
3054
3055 * ltmain.sh: add support for installing into temporary
3056 staging area (e.g. 'make install DESTDIR=...')
3057
39d16468
L
30582005-10-03 H.J. Lu <hongjiu.lu@intel.com>
3059
3060 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3061 * configure: Regenerated.
3062
72a7ab82
AP
30632005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
3064
3065 * configure: Regenerate with the correct
3066 autoconf version.
3067
6b65a26d
CM
30682005-09-30 Catherine Moore <clm@cm00re.com>
3069
3070 * configure.in (bfin-*-*): New.
3071 * configure: Regenerated.
3072
040b1c5a
GK
30732005-09-28 Geoffrey Keating <geoffk@apple.com>
3074
3075 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3076 (LIPO_FOR_TARGET): New.
3077 (CONFIGURED_LIPO_FOR_TARGET): New.
3078 (USUAL_LIPO_FOR_TARGET): New.
3079 (STRIP_FOR_TARGET): New.
3080 (CONFIGURED_STRIP_FOR_TARGET): New.
3081 (USUAL_STRIP_FOR_TARGET): New.
3082 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3083 STRIP_FOR_TARGET.
3084 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3085 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3086 * Makefile.in: Regenerate.
3087 * configure: Regenerate.
7e050830 3088
3a3c28db
DE
30892005-09-19 David Edelsohn <edelsohn@gnu.org>
3090
3091 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3092 (rs6000-*-aix*): Same.
3093 * configure: Regenerate.
3094
2749a921
TT
30952005-09-16 Tom Tromey <tromey@redhat.com>
3096
3097 * MAINTAINERS: Add self as java maintainer.
3098
7f26dfa3
FXC
30992005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3100
3101 * configure.in: Recognize f95 in the --enable-languages option,
3102 and substitute it for fortran, issuing a warning.
3103 * configure: Regenerate.
3104
d8852c4f
PE
31052005-08-30 Phil Edwards <phil@codesourcery.com>
3106
3107 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3108 * configure: Regenerated.
3109
ad685e81
AH
31102005-08-22 Aldy Hernandez <aldyh@redhat.com>
3111
3112 * MAINTAINERS: Add self as ms1 maintainer.
3113
b00d752c
RE
31142005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3115
3116 * Makefile.def (libssp): Add to lang_env_dependencies.
3117 * Makefile.in: Regenerate.
3118
9ed8fb9b
ILT
31192005-08-18 Ian Lance Taylor <ian@airs.com>
3120
3121 * MAINTAINERS: Add myself as middle-end maintainer.
3122
0f029d39
CG
31232005-08-17 Christian Groessler <chris@groessler.org>
3124
3125 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3126 * Makefile.in: Regenerate.
3127
81087874
AK
31282005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
3129
3130 * MAINTAINERS (write after approval): Added myself.
3131
6a134f1c
MR
31322005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
3133
3134 * MAINTAINERS (Write After Approval): Add myself.
3135
2693c0b0
PB
31362005-08-12 Paolo Bonzini <bonzini@gnu.org>
3137
3138 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3139 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3140 Look for alternate names of the target cc and c++
3141 * configure: Regenerate.
3142
4de997d1
PB
31432005-08-08 Paolo Bonzini <bonzini@gnu.org>
3144
3145 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3146 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3147 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3148 tools; remove code to manually set them.
3149 (Target tools): Look in the environment for them.
3150 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3151 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3152 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3153 build directory.
3154 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3155 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3156 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3157 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3158 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3159 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3160 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3161 * configure: Regenerate.
3162 * Makefile.in: Regenerate.
3163
b089e33a
BE
31642005-07-28 Ben Elliston <bje@au.ibm.com>
3165
3166 * MAINTAINERS: Update for removed CPU targets.
3167
e3791243
MM
31682005-07-27 Mark Mitchell <mark@codesourcery.com>
3169
3170 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 3171 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
3172 * Makefile.in: Regenerated.
3173
526635cb
MM
31742005-07-26 Mark Mitchell <mark@codesourcery.com>
3175
3176 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3177 (CFLAGS_FOR_TARGET): Use it.
3178 (CXXFLAGS_FOR_TARGET): Likewise.
3179 * Makefile.in: Regenerated.
3180 * configure.in (--with-build-sysroot): New option.
3181 * configure: Regenerated.
3182
19791f70
PB
31832005-07-24 Paolo Bonzini <bonzini@gnu.org>
3184
3185 * Makefile.tpl: Wrap install between unstage and stage
3186 * Makefile.in: Regenerate.
3187
35f5a23f
EC
31882005-07-21 Eric Christopher <echristo@apple.com>
3189
3190 * MAINTAINERS: Update affiliation.
3191
ff3ddf15
PW
31922005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
3193
3194 * MAINTAINERS: Add self as crx port maintainer.
3195
3a664c1c
DD
31962005-07-20 DJ Delorie <dj@redhat.com>
3197
3198 * MAINTAINERS: Add self as m32c maintainer.
3199
539df155
KC
32002005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3201
3202 * all files: Update FSF address.
3203
be9c593a
EC
32042005-07-15 Eric Christopher <echristo@redhat.com>
3205
3206 * MAINTAINERS: Change affiliation.
3207
fd7ea4ab
JB
32082005-07-14 Jim Blandy <jimb@redhat.com>
3209
3210 * configure.in: Add cases for Renesas m32c.
3211 * configure: Regenerated.
7e050830 3212
0063a823
KC
32132005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3214
d0ca130a
KC
3215 * COPYING.LIB: Update from fsf.org.
3216
32172005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3218
3219 * COPYING, compile, config.guess,
0063a823
KC
3220 config.sub, install-sh, missing, mkinstalldirs,
3221 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 3222 * config-ml.in: Update FSF address.
0063a823 3223
a8ba31f2
EC
32242005-07-13 Eric Christopher <echristo@redhat.com>
3225
3226 * configure.in: Add toplevel noconfigdir support for tpf.
3227 * configure: Regenerate.
3228
5bea4a03
PB
32292005-07-11 Paolo Bonzini <bonzini@gnu.org>
3230
3231 PR ada/22340
3232
3233 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3234 * Makefile.in: Regenerate.
3235
284bdbbd
MM
32362005-07-07 Mark Mitchell <mark@codesourcery.com>
3237
3238 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 3239 Brolley to write-after-approval.
284bdbbd 3240
452190fb
AS
32412005-07-07 Andreas Schwab <schwab@suse.de>
3242
3243 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3244 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3245 * Makefile.in: Regenerated.
3246
9c8f9ec2
GK
32472005-07-06 Geoffrey Keating <geoffk@apple.com>
3248
3249 * configure.in: Don't build sim or rda when targetting darwin.
3250 * configure: Regenerate.
3251
ef0087a7
KH
32522005-07-06 Kazu Hirata <kazu@codesourcery.com>
3253
3254 * configure.in: Add --enable-libssp and --disable-libssp.
3255 * configure: Regenerate with autoconf-2.13.
3256
77008252
JJ
32572005-07-02 Jakub Jelinek <jakub@redhat.com>
3258
3259 * Makefile.def (target_modules): Add libssp.
3260 * configure.in (target_libraries): Add target-libssp.
3261 * configure: Rebuilt.
3262 * Makefile.in: Rebuilt.
3263
a04eae1b
ZW
32642005-07-01 Zack Weinberg <zackw@panix.com>
3265
3266 * MAINTAINERS: Change email address. Resign from maintainership.
3267
948884cd
RG
32682005-07-01 Richard Guenther <rguenther@suse.de>
3269
3270 * MAINTAINERS: Change my e-mail address and affiliation.
3271
c7870f5d
PB
32722005-06-22 Paolo Bonzini <bonzini@gnu.org>
3273
3274 * Makefile.def (stagefeedback): Come after profile.
3275 Define profiledbootstrap target.
3276 * Makefile.tpl (profiledbootstrap): Remove.
3277 (stageprofile-end): Zap stagefeedback.
3278 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3279 * Makefile.in: Regenerate.
3280
ab99519a
RS
32812005-06-13 Richard Sandiford <richard@codesourcery.com>
3282
3283 * MAINTAINERS: Update my email address.
3284
f610dd5f
ZW
32852005-06-13 Zack Weinberg <zack@codesourcery.com>
3286
3287 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3288 In 'cpp' stanza, support '#line' as well as '# '.
3289
71bc2a83
AS
32902005-06-08 Andreas Schwab <schwab@suse.de>
3291
3292 * MAINTAINERS: Move myself from 'Write After Approval' to
3293 'CPU Port Maintainers' section as m68k maintainer.
3294
4fab7234
HPN
32952005-06-07 Hans-Peter Nilsson <hp@axis.com>
3296
3297 * configure.in (unsupported_languages): New macro.
3298 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3299 non-ported target libraries in noconfigdirs.
3300 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3301 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 3302 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
3303 unsupported_languages.
3304 * configure: Regenerate.
3305
68193f9b
TS
33062005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3307
3308 * configure.in: Fix typo in handling of --with-mpfr-dir.
3309 * configure: Regenerate.
3310
f26f6b8d
RS
33112005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
3312
3313 * MAINTAINERS: Update my email address.
3314
ba4853f8
JB
33152005-06-02 Jim Blandy <jimb@redhat.com>
3316
3317 * config.sub: Add cases for the Renesas m32c. (This patch has been
3318 accepted into the master sources.)
3319
79dd769c 33202005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
3321 Michael Snyder <msnyder@redhat.com>
3322 Stan Cox <scox@redhat.com>
79dd769c 3323
f610dd5f 3324 * configure.in: Set noconfigdirs for ms1.
79dd769c 3325
f610dd5f 3326 * configure: Regenerate.
79dd769c 3327
d29e107f
JD
33282005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
3329
3330 * MAINTAINERS (Write After Approval): Add self.
3331
e93196c3
JC
33322005-06-01 Josh Conner <jconner@apple.com>
3333
3334 * MAINTAINERS (Write After Approval): Add self.
3335
ae263c7a
KH
33362005-06-01 Kazu Hirata <kazu@codesourcery.com>
3337
3338 * MAINTAINERS: Update my email address.
3339
585b3aa3
ZM
33402005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
3341
3342 * MAINTAINERS (Write After Approval): Add self.
3343
4930c50b
CD
33442005-05-26 Chris Demetriou <cgd@broadcom.com>
3345
3346 * MAINTAINERS (Write After Approval): Remove self.
3347
2dfbef6d
PB
33482005-05-25 Paolo Bonzini <bonzini@gnu.org>
3349
3350 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3351 (Dependencies): Consider target modules for bootstrap dependencies.
3352 Make target bootstrap modules depend on each stage's gcc.
3353 * Makefile.in: Regenerate.
3354
bcb28cf5
PB
33552005-05-20 Paolo Bonzini <bonzini@gnu.org>
3356
3357 * Makefile.def (configure-gcc): Depend on binutils having been built.
3358 (all-gcc): No need to do it here.
3359 * Makefile.in: Regenerate.
3360
0cf085e4
PB
33612005-05-19 Paul Brook <paul@codesourcery.com>
3362
f610dd5f 3363 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
3364 language cannot be built.
3365 * configure: Regenerate.
3366
dfb2c39a
DJ
33672005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3368
3369 * ylwrap: Import from Automake 1.9.5.
3370
771aaa92
DU
33712005-05-13 David Ung <davidu@mips.com>
3372
3373 * MAINTAINERS (Write After Approval): Add self.
3374
3ac9bd58
MS
33752005-05-09 Mike Stump <mrs@apple.com>
3376
3377 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3378 lt_cv_sys_max_cmd_len for now.
f610dd5f 3379
f77a5578
SC
33802005-05-09 Stan Cox <scox@redhat.com>
3381
3382 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3383
795e36e5
MK
33842005-05-08 Matt Kraai <kraai@ftbfs.org>
3385
3386 * README.SCO: Update the URL.
3387
c9392a2b
DE
33882005-05-05 David Edelsohn <edelsohn@gnu.org>
3389
3390 * ltconfig: Define file_list_spec. Pass file_list_spec and
3391 with_gnu_ld to libtool.
3392 * ltcf-c.sh (aix[45]): Define file_list_spec.
3393 * ltcf-cxx.sh (aix[45]): Same.
3394 * ltcf-gcj.sh (aix[45]): Same.
3395 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3396 exists, write list of input files to temporary file.
3397
bebcd931
MS
33982005-05-04 Mike Stump <mrs@apple.com>
3399
3400 * configure.in: Always pass --target to target configures as
3401 otherwise rebuilds that do --recheck will fail.
3402 * confiugure: Rebuilt.
3403
ce406537
PB
34042005-05-04 Paolo Bonzini <bonzini@gnu.org>
3405
3406 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3407 STAGE_HOST_EXPORTS.
3408 (configure, all): Add bootstrap support.
3409 (Host modules, target modules): Pass post-stage1 flags and exports.
3410 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3411 * Makefile.in: Regenerate.
3412
aa9dcfc4
PB
34132005-04-29 Paolo Bonzini <bonzini@gnu.org>
3414
3415 * configure: Regenerate.
3416
b6f9abcf
MS
34172005-04-27 Mike Stump <mrs@apple.com>
3418
3419 * MAINTAINERS: Add self as darwin maintainer.
3420
acb217cb
BS
34212005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3422
3423 * config.sub: Update from master copy.
3424
b6dae270
MS
34252005-04-21 Mike Stump <mrs@apple.com>
3426
3427 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3428 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3429
c2e0d3a9
HPN
34302005-04-19 Hans-Peter Nilsson <hp@axis.com>
3431
3432 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3433 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3434 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3435 "*-*-elf" and "*-*-linux*".
3436 * configure: Regenerate.
3437
871ae772
JM
34382005-04-14 Joseph S. Myers <joseph@codesourcery.com>
3439
3440 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3441
bf070c29
MS
34422005-04-12 Mike Stump <mrs@apple.com>
3443
3444 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3445
e865b6f7
TK
34462005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
3447
3448 * MAINTAINERS (Write After Approval): Add myself.
3449
7b71ad7f
BS
34502005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
3451
3452 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3453
25b42232
PB
34542005-04-06 Paolo Bonzini <bonzini@gnu.org>
3455
f610dd5f 3456 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
3457 (TARGET_CONFIGARGS): Include --with-target-subdir.
3458 (configure, all): New macros. Use them throughout.
3459 * Makefile.in: Regenerate.
3460
d727c624
JG
34612005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
3462
3463 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 3464
fff72cc4
ZD
34652005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3466
3467 * MAINTAINERS: Remove 'loop unrolling' maintainer.
3468
86472dc3
GP
34692005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
3470
3471 * MAINTAINERS: Move John Carr to Write After Approval.
3472
5d0f90e5
R
34732005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3474
3475 * config/mh-mingw32: Delete.
3476 * configure.in: Don't use it.
3477 * configure: Regenerate.
3478
33da42bc
PB
34792005-03-31 Paolo Bonzini <bonzini@gnu.org>
3480
3481 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3482 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3483 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3484 (HOST_LIB_PATH): Generate from Makefile.def.
3485 (TARGET_LIB_PATH): Likewise.
3486 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3487 * Makefile.in: Regenerate.
3488 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3489 (RPATH_ENVVAR): Include Darwin case.
3490 * configure: Regenerate.
3491
15cc1841
TF
34922005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
3493
3494 * MAINTAINERS (Various Maintainers): Remove self.
3495 (Write After Approval): Add self.
3496
6a8c79d5
TF
34972005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
3498
3499 * MAINTAINERS (Various Maintainers): Add self.
3500
256f7136
PB
35012005-03-25 Paolo Bonzini <bonzini@gnu.org>
3502
3503 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3504 * configure: Regenerate.
3505
191dd2c9
ZW
35062005-03-21 Zack Weinberg <zack@codesourcery.com>
3507
3508 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3509 gcc_version, and gcc_version_trigger from set of flags to pass.
3510 * Makefile.tpl: Remove definitions of above variables.
3511 (config.status): Remove dependency on $(gcc_version_trigger).
3512 * Makefile.in: Regenerate.
3513 * configure.in: Do not reference config/gcc-version.m4 nor
3514 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3515 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3516 * configure: Regenerate.
3517
ef6e9bc0
MH
35182005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3519 Andrew Pinski <pinskia@physics.uc.edu>
3520
3521 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3522 * Makefile.in: Regenerate.
3523
009bbd5a
FW
35242005-03-13 Feng Wang <fengwang@nudt.edu.cn>
3525
3526 * MAINTAINERS (Write After Approval): Add myself.
3527
09f8755b
DA
35282005-03-03 David Ayers <d.ayers@inode.at>
3529
3530 * MAINTAINERS (Write After Approval): Add myself.
3531
e73ed25c
AO
35322005-03-01 Alexandre Oliva <aoliva@redhat.com>
3533
3534 PR libgcj/20160
3535 * ltmain.sh: Avoid creating archives with components that have
3536 duplicate basenames.
3537
ace9ac7b
AP
35382005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3539
3540 PR bootstrap/20250
3541 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3542 instead of check.
3543 * Makefile.in: Regenerate.
3544
c9db9354
PB
35452005-02-28 Paolo Bonzini <bonzini@gnu.org>
3546
3547 * Makefile.in: Regenerate to fix conflict between the previous two
3548 patches.
3549
215c351a
PB
35502005-02-28 Paolo Bonzini <bonzini@gnu.org>
3551
3552 PR bootstrap/17383
3553 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3554 * Makefile.tpl (HOST_SUBDIR): New substitution.
3555 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3556 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3557 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3558 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3559 (Host modules, Bootstrapped modules): Use it.
3560 (Build modules, Target modules): Do not create symlink trees,
3561 always configure out-of-srcdir.
3562 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3563 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3564 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3565 $(HOST_SUBDIR). Create a symlink for host_subdir.
3566
3567 * Makefile.in: Regenerate.
3568 * configure: Regenerate.
3569
5395b47b
NN
35702005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3571
3572 Merged from libada-gnattools-branch:
3573 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3574
3575 * gnattools: New directory.
3576 * Makefile.def: Add gnattools as a module, depending on target-libada.
3577 * Makefile.in: Regenerate.
3578 * configure.in: Include gnattools in host_tools; disable it if ada
3579 is disabled.
3580 * configure: Regenerate.
3581
ca2cc05c
JM
35822005-02-24 James A. Morrison <phython@gcc.gnu.org>
3583
3584 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3585 treelang maintainer.
3586 (Write After Approval): Remove myself.
3587
d2f3024f
PS
35882005-02-23 Paul Schlie <schlie@comcast.net>
3589
3590 * configure.in: Allow darwin targeted ports to build tk, itcl and
3591 libgui.
3592 * configure: Regenerate.
3593
bba5e0ca
EB
35942005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3595
3596 PR libgcj/10353
3597 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3598 * configure: Regenerate.
3599
70132ce7
SK
36002005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
3601
3602 * MAINTAINERS (Write After Approval): Add myself.
3603
20f0edca
ILT
36042005-02-10 Ian Lance Taylor <ian@airs.com>
3605
3606 * MAINTAINERS: Update my e-mail address.
3607
e64e5109
RG
36082005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
3609
3610 * MAINTAINERS (Write After Approval): Add myself.
3611
40d64b5a
HPN
36122005-01-29 Hans-Peter Nilsson <hp@axis.com>
3613
3614 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3615 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3616 target-libgloss when not *-*-elf and *-*-aout.
3617 * configure: Regenerate.
3618
54a12711
KH
36192005-01-23 Kazu Hirata <kazu@cs.umass.edu>
3620
3621 * MAINTAINERS: Remove obsolete entries.
3622
0aa99dbb
KH
3623 * MAINTAINERS (Write After Approval): Add Michael Matz.
3624
2b009f5f
NB
36252005-01-19 Neil Booth <neil@daikokuya.co.uk>
3626
3627 * MAINTAINERS: Remove self as cpplib maintainer.
3628
385870f5
KC
36292005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3630
3631 * install-sh, config.sub: Import from upstream.
3632
e7daab31
KC
36332005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3634
3635 PR bootstrap/18222
3636 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3637 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3638 * Makefile.in: Regenerate.
3639
e6003f4d
JT
36402005-01-16 Jason Thorpe <thorpej@netbsd.org>
3641
3642 * MAINTAINERS: Update my email address.
3643
145e2972 36442005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 3645 Andreas Schwab <schwab@suse.de>
145e2972
DE
3646
3647 PR bootstrap/18033
3648 * config-ml.in: Eval option if surrounded by single quotes.
3649
86c7e0da
PB
36502005-01-03 Paolo Bonzini <bonzini@gnu.org>
3651
3652 Revert 2004-12-28 Makefile changes, a better fix will be
3653 applied to mainline and src after GCC 4.0 branches.
3654
3224a22f
PB
36552004-12-28 Paolo Bonzini <bonzini@gnu.org>
3656
3657 PR bootstrap/17383
3658
3659 * Makefile.def (target_modules): Remove stage parameter,
3660 it is always true now.
3661 * Makefile.tpl (configure-build-[+module+],
3662 configure-target-[+module+]): Always build symlink tree
3663 for the directory and for include. BUILD_SUBDIR and
3664 TARGET_SUBDIR cannot be . anymore.
3665 * Makefile.in: Regenerate.
3666
aaf51ca2
DE
36672004-12-25 David Edelsohn <edelsohn@gnu.org>
3668
3669 Revert 2004-12-08 Makefile changes.
3670
4e32e454
DS
36712004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
3672
3673 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
3674 cygwin, mingw.
3675
669f01d8
AS
36762004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3677
3678 * configure.in (sh64-*-*): Reenable gprof.
3679 * configure: Regenerate.
3680
1b227ee0
DE
36812004-12-08 David Edelsohn <edelsohn@gnu.org>
3682
3683 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3684 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3685 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3686 * Makefile.in: Regenerate.
3687
ce5e944c
CF
36882004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
3689
3690 * MAINTAINERS: Update my email address.
3691
893f1e87
MK
36922004-12-07 Matt Kraai <kraai@ftbfs.org>
3693
3694 * Makefile.tpl: Generate normal dependencies if the LHS module is
3695 not bootstrapped.
3696 * Makefile.in: Regenerate.
3697
bb59c339
RS
36982004-12-03 Richard Sandiford <rsandifo@redhat.com>
3699
3700 * configure.in: Include config/gxx-include-dir.m4. Use
3701 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
3702 * configure: Regenerate.
3703
4982adbe
RS
37042004-12-03 Richard Sandiford <rsandifo@redhat.com>
3705
3706 * config.if: Delete.
3707 * configure.in: Set libstdcxx_incdir directly.
3708 * configure: Regenerate.
3709
05750653
EC
37102004-12-02 Eric Christopher <echristo@redhat.com>
3711
3712 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
3713 * Makefile.in: Regenerate.
3714
5fef1dbd
RS
37152004-12-02 Richard Sandiford <rsandifo@redhat.com>
3716
3717 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3718 * configure: Regenerate.
3719
afabd8e6
RS
37202004-12-02 Richard Sandiford <rsandifo@redhat.com>
3721
3722 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
3723 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
3724 * configure: Regenerate.
3725
78716e86
EC
37262004-12-01 Eric Christopher <echristo@redhat.com>
3727
3728 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
3729 of things to remove.
3730
57ab8ba9
MK
37312004-11-29 Matt Kraai <kraai@ftbfs.org>
3732
3733 * MAINTAINERS (Write After Approval): Update my e-mail address.
3734
2539bffe
KC
37352004-11-29 Kelley Cook <kcook@gcc.gnu.org>
3736
3737 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
3738 from CVS libtool to always pass_all.
3739
3e732ba0
JDA
37402004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3741
3742 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3743 (hppa*64*-*-*): Delete incorrect comment.
3744 * configure: Rebuilt.
3745
767f726e
KC
37462004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3747
3748 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
3749
2c92e90f
KC
37502004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3751
3752 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
3753 from CVS libtool to always pass_all.
3754
32f84e48
KC
37552004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3756
3757 * install-sh, compile: Import from automake.
3758
9587be8a
KC
37592004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3760
3761 * config.guess, config.sub: Import from savannnah.
3762
04e81808 37632004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
3764
3765 * MAINTAINERS (Write After Approval): Add myself
3766
f87a2b2e
MS
37672004-11-12 Mike Stump <mrs@apple.com>
3768
3769 * Makefile.def: Add html support.
3770 * Makefile.tpl: Likewise.
3771 * Makefile.in: Regenerate.
3772
848556c2
GK
37732004-11-11 Geoffrey Keating <geoffk@apple.com>
3774
556f03c4
GK
3775 PR 18423
3776 * configure.in: Remove all instances of build-fixincludes from
3777 noconfigdirs.
3778 (build_configargs): Supply --target to subdirectories.
3779 * configure: Regenerate.
3780
848556c2
GK
3781 * Makefile.def: Make gcc install depend on fixincludes install.
3782 * Makefile.in: Regenerate.
3783
9e5712a5
JJ
37842004-11-10 Janis Johnson <janis187@us.ibm.com>
3785
3786 * MAINTAINERS: Add myself as gcc testsuite maintainer.
3787
4ef509c0
PB
37882004-11-11 Paul Brook <paul@codesourcery.com>
3789
3790 * MAINTAINERS: Add self as arm maintainer. Update email address.
3791
20d11df6
HPN
37922004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
3793
3794 * configure.in (noconfigdirs) [mmix-*-*]: Disable
3795 target-libgfortran.
79fd8592 3796 * configure: Regenerate.
20d11df6 3797
68c70f15
DE
37982004-11-07 David Edelsohn <edelsohn@gnu.org>
3799
3800 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3801 like CC.
3802
54f88091
PB
38032004-11-05 Paolo Bonzini <bonzini@gnu.org>
3804
3805 * Makefile.def (host fixincludes): Specify missing targets.
3806 * Makefile.in: Regenerate.
3807
6866abb8
RC
38082004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
3809
3810 * MAINTAINERS: Add myself
3811
83f62578
GL
38122004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
3813
3814 * MAINTAINERS (Write After Approval): Add myself.
3815
53c7ffe7
GK
38162004-11-04 Geoffrey Keating <geoffk@apple.com>
3817
3818 * Makefile.def: Build fixincludes for the host, too.
3819 * Makefile.in: Regenerate.
3820 * configure.in (host_tools): Add fixincludes.
3821 * configure: Regenerate.
3822
ac8b3d9d
DJ
38232004-11-04 Daniel Jacobowitz <dan@debian.org>
3824
3825 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3826 * configure: Regenerated.
3827
bab37580
L
38282004-11-04 H.J. Lu <hongjiu.lu@intel.com>
3829
3830 PR other/17783
3831 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3832 * configure: Regenerated.
3833
db1de713
MM
38342004-10-31 Mark Mitchell <mark@codesourcery.com>
3835
3836 * README.SCO: Update per FSF instructions.
3837
a827e21a
EW
38382004-10-28 Eric B. Weddington <ericw@evcohs.com>
3839
3840 PR target/18151
3841 * configure.in (case ${target}): Do not build fixincludes for avr.
3842 * configure: Regenerated.
3843
9d069a4f
PB
38442004-10-26 Paolo Bonzini <bonzini@gnu.org>
3845
3846 * configure.in (case ${target}): Do not build fixincludes
3847 on platforms where it is not used.
3848 * configure: Regenerated.
3849
fc45f3fe
DJ
38502004-10-23 Daniel Jacobowitz <dan@debian.org>
3851
3852 * configure.in: Use an absolute path to install-sh.
3853 * configure: Regenerated.
3854
36554b92
AL
38552004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3856
3857 * MAINTAINERS (Write After Approval): Add myself.
3858
88e9994a
KH
38592004-10-19 Kazu Hirata <kazu@cs.umass.edu>
3860
3861 * MAINTAINERS: Remove from Write After Approval those that are
3862 already maintainers.
3863
ad02a944
SP
38642004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
3865
3866 * MAINTAINERS: Update my email address.
3867
c8e6cd41
KC
38682004-10-12 Kelley Cook <kcook@gcc.gnu.org>
3869
3870 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3871 * configure: Regenerate.
3872
ebe55024
R
38732004-10-07 J"orn Rennecke <joern.rennecke@st.com>
3874
3875 * MAINTAINERS: Update my email address.
3876
a8b0957e
KH
38772004-10-07 Kazu Hirata <kazu@cs.umass.edu>
3878
3879 * MAINTAINERS (Language Front Ends Maintainers): New. Move
3880 entries belonging to this category.
3881
96836f61
JZ
38822004-10-06 Josef Zlomek <josef.zlomek@email.cz>
3883
3884 * MAINTAINERS: Update my e-mail address.
3885
7e0b5752
PB
38862004-10-06 Paolo Bonzini <bonzini@gnu.org>
3887
3888 Fix wrong conflict resolution in:
3889
3890 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3891
3892 * Makefile.in: Regenerate.
3893 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3894 in the recursive `make', instead of hardwiring `all'.
3895 (Autogenerated TARGET-* variables): New.
3896
370f7a47
TL
38972004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
3898
3899 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 3900 * configure: Regenerate.
370f7a47 3901
13e5d623
KH
39022004-10-04 Kazu Hirata <kazu@cs.umass.edu>
3903
3904 * MAINTAINERS (Various Maintainers): Move the "windows,
3905 cygwin, mingw" maintainer to ...
3906 (OS Port Maintainers): ... here.
3907
a6497c1b
KH
39082004-10-04 Kazu Hirata <kazu@cs.umass.edu>
3909
3910 * MAINTAINERS (Write After Approval): Remove those that are
3911 maintainers of some subsystem.
3912
1abb828a
D
39132004-10-02 P.J. Darcy <darcypj@us.ibm.com>
3914
3915 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3916 * ltcf-cxx.sh (tpf*): Likewise.
3917 * ltconfig (tpf*): Add TPF OS configuration support.
3918
16d1338d
BS
39192004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
3920
3921 * MAINTAINERS: Change my email address to my new work account.
3922
9082a750
MR
39232004-09-24 Michael Roth <mroth@nessie.de>
3924
3925 * configure.in (--without-headers): Add missing double quotes.
3926 * configure: Regenerate.
3927
07a8bdf8
KC
39282004-09-24 Kelley Cook <kcook@gcc.gnu.org>
3929
3930 * ylwrap: Revert to previous version.
3931
4c4a5bbc
L
39322004-09-23 H.J. Lu <hongjiu.lu@intel.com>
3933
3934 PR bootstrap/17369
3935 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3936 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3937 SET_GCC_LIB_PATH_CMD.
3938 (BASE_TARGET_EXPORTS): Likewise.
3939 * Makefile.in: Regenerated.
3940
3941 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3942 * configure: Regenerated.
3943
85f59630
KC
39442004-09-23 Kelley Cook <kcook@gcc.gnu.org>
3945
3946 * config.guess: New upstream version
3947 * compile, depcomp, install-sh, ylwrap: Likewise.
3948
95c53c62
RS
39492004-09-19 Roger Sayle <roger@eyesopen.com>
3950
3951 * config/mh-x86omitfp: New host makefile fragment. Add
3952 -fomit-frame-pointer to the default BOOT_CFLAGS.
3953 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3954 * configure: Regenerate.
3955
0a1c093b
AP
39562004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
3957
3958 PR target/11572
3959 * configure.in (*-*-darwin*): Renable libobjc.
3960 * configure: Regenerate.
3961
315fcf97
NS
39622004-09-10 Nathan Sidwell <nathan@codesourcery.com>
3963
3964 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
3965
0a050485 39662004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 3967
0a050485
DB
3968 * Makefile.def: Remove libbanshee.
3969 * Makefile.tpl: Ditto.
3970 * configure.in: Ditto.
3971 * Makefile.in: Regen.
3972 * configure: Ditto.
3973
5f4a098e
DE
39742004-09-08 David Edelsohn <edelsohn@gnu.org>
3975
3976 * ltmain.sh: Use $pic_object as $non_pic_object if
3977 $non_pic_object=none.
3978
32b2511f
PB
39792004-09-07 Paolo Bonzini <bonzini@gnu.org>
3980
3981 * missing: Import latest version from master repository.
3982
fc4d0e82
NC
39832004-09-06 Nick Clifton <nickc@redhat.com>
3984
3985 * config.sub: Import latest version from master repository.
3986 * config.guess: Likewise.
3987 This includes these changes:
78716e86 3988
fc4d0e82
NC
3989 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
3990
3991 * config.sub: Handle crisv32, alias etraxfs.
3992 * config.guess (crisv32:Linux:*:*): Handle.
3993
3994 2004-08-13 Brad Smith <brad@comstyle.com>
3995
3996 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3997 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3998
3999 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4000
4001 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4002 assume the processor is a powerpc. This is because coreutils
4003 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4004 in this case, due to a MacOS X bug that causes
4005 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4006 to return a negative number.
4007 Problem reported by Petter Reinholdtsen in:
4008 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4009
4010 2004-07-19 Ben Elliston <bje@gnu.org>
4011
4012 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4013
4014 2004-06-24 Ben Elliston <bje@gnu.org>
4015
4016 * config.guess: Update copyright years.
4017 * config.sub: Likewise.
4018
4019 2004-06-22 Robert Millan <robertmh@gnu.org>
4020
4021 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4022 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4023
4024 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4025
4026 * config.guess (*:*VMS:*:*): New entry. Replaces
4027 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4028 manufacturer.
4029
4030 2004-06-22 Ben Elliston <bje@gnu.org>
4031
4032 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4033 * config.sub: Likewise.
4034
4035 2004-06-22 Ben Elliston <bje@gnu.org>
4036
4037 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4038 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4039
4040 2004-06-11 Ben Elliston <bje@gnu.org>
4041
4042 * config.guess (pegasos:OpenBSD:*:*): Remove.
4043
4044 2004-06-11 Ben Elliston <bje@gnu.org>
4045
4046 From Wouter Verhelst <wouter@grep.be>:
4047 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4048
4049 2004-06-11 Ben Elliston <bje@gnu.org>
4050
4051 * config.guess (luna88k:OpenBSD:*:*): New.
4052
4053 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4054
4055 * config.guess (m32r*:Linux:*:*): New case.
4056 * config.sub: Handle m32rle.
4057
4058 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4059
4060 From Jens Petersen <petersen@redhat.com>:
4061 * config.sub: Handle sparcv8.
4062
4063 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4064
4065 From Tom Smith <smith@cag.lkg.hp.com>:
4066 * config.guess: Version suffixes are equally significant on Tru64
4067 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4068 prefix of "P" (patched kernel).
4069
4070 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4071
4072 * config.sub: Add support for National Semiconductor CRX target.
4073
2f4cc6bf
JJ
40742004-09-03 Janis Johnson <janis187@us.ibm.com>
4075
4076 * MAINTAINERS (Various Maintainers): Remove myself as web page
4077 maintainer, add myself as maintainer of build status lists.
4078
61fec9ff
JB
40792004-09-03 Jan Beulich <jbeulich@novell.com>
4080
4081 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4082 *-*-netware, but add target-libmudflap.
4083 Consolidate *-*-netware targets (of which really only i?86 exists)
4084 into a single entry.
4085 * configure: Likewise.
4086
45f366ab
PB
40872004-09-01 Paolo Bonzini <bonzini@gnu.org>
4088
4089 * Makefile.tpl (sorry): Remove.
4090 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4091 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4092 (do-clean): Clean per-stage directories too.
4093 (do-distclean): Run distclean-stage1 too.
4094 (.NOTPARALLEL): Enable during toplevel bootstrap.
4095 (stage[+id+]-bubble): Enable parallel execution during
4096 the recursive invocation.
4097 * Makefile.in: Regenerate.
4098
4099 Fix previous checkin:
4100
4101 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4102 include.
4103 * configure.in: Fix indentation.
4104 * configure: Regenerate.
4105
be8fff81
RB
41062004-08-31 Robert Bowdidge <bowdidge@apple.com>
4107
45f366ab
PB
4108 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4109 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4110 * configure: regenerate
78716e86 4111 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 4112 -mdynamic-no-pic
be8fff81
RB
4113
4114
71b5d516
PB
41152004-08-31 Paolo Bonzini <bonzini@gnu.org>
4116
4117 * Makefile.def (build_modules): Add fixincludes.
4118 (dependencies): Make gcc depend on fixincludes.
4119 * configure.in (build_tools): Add fixincludes.
4120 (build_configdirs): Always include build_libs.
4121 * Makefile.in: Regenerate.
4122 * configure: Regenerate.
4123
41242004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
4125
4126 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4127 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4128 phony targets; do not generate timestamp files.
4129 (distclean-stageN): Remove references to their timestamp files.
4130 (restageN, touch-stageN): Remove.
4131 (stageN-bubble): Rewritten.
4132 (compare): Support lean bootstraps.
4133 * Makefile.in: Regenerate.
4134
4135 * configure.in: Only warn when bootstrapping but
4136 build != host or build != target. Support lean bootstraps.
4137 * configure: Regenerate.
4138
ce7cbbb0
PE
41392004-08-26 Phil Edwards <phil@codesourcery.com>
4140
4141 * configure.in: Give a better error message if GMP/MPFR are missing
4142 and a language needing them has been requested.
4143 * configure: Regenerated.
4144
9c71a529
PE
41452004-08-25 Phil Edwards <phil@codesourcery.com>
4146
4147 * configure.in: Print a list of available language front-ends if
4148 a requested one is missing. Tidy stray tab characters.
4149 * configure: Regenerated.
4150
e3f92d3b
MK
41512004-08-19 Michael Koch <konqueror@gmx.de>
4152
4153 * gcc/doc/install.texi: Update entry about automake for libjava.
4154
c3f84f61
RM
41552004-08-17 Robert Millan <robertmh@gnu.org>
4156
4157 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4158 (instead of FreeBSD).
4159 * configure: Regenerate.
4160
7c27e184
PB
41612004-08-16 Paolo Bonzini <bonzini@gnu.org>
4162
4163 * Makefile.in: Regenerate.
4164 * configure: Regenerate.
4165
4166 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4167 stage_*_flags.
4168 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4169 for bootstrapped modules if toplevel bootstrap is going.
4170 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4171 modules. Adjust for changes in Makefile.def. Enable several
4172 rules even in non-bootstrap mode, just to avoid peppering the
4173 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4174 (stage-[+prev+]-bubble): Remove.
4175
4176 * Makefile.def (Dependencies): Depend on all-build-bison,
4177 all-build-flex, all-build-byacc, all-build-texinfo, rather
4178 than the host variations.
4179 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4180 with BUILD_SUBDIR.
4181 (BISON): Update for recent Bisons.
4182 (YACC): Fix typo.
4183 (cross): Depend on all-build.
4184 (all): Do not depend on all-build.
4185 (prebootstrap): Remove.
4186 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4187 (Prebootstrap dependencies): Add them to the per-stage targets
4188 and to all-prebootstrap.
4189 * configure.in (build_configdirs): Always enable build_tools.
4190 (BUILD_DIR_PREFIX): Remove.
4191
4192 * Makefile.def (gcc): Add target variable.
4193 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4194 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4195 in the recursive `make', instead of hardwiring `all'.
4196 (Autogenerated TARGET-* variables): New.
4197
20f3bb80
BB
41982004-08-13 Brian Booth <bbooth@redhat.com>
4199
4200 * MAINTAINERS: Remove myself from write-after-approval.
4201
b5be499d
NN
42022004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4203
4204 * src-release: Stop distributing mmalloc with gdb (which doesn't
4205 use it).
4206 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4207 * Makefile.in: Regenerate.
4208
b3f8d95d
MM
42092004-08-09 Mark Mitchell <mark@codesourcery.com>
4210
4211 * configure.in (arm*-*-eabi*): New target.
4212 * configure: Regenerate.
4213
3589b69e
PB
42142004-08-06 Paolo Bonzini <bonzini@gnu.org>
4215
4216 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4217 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4218 (Dependencies): New section.
4219 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4220 (configure-target-[+module+]): Depend on maybe-all-gcc
4221 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4222 (toplevel profiledbootstrap): Fix dependencies.
4223 * Makefile.in: Regenerate.
4224
972974fc
MM
42252004-08-03 Mark Mitchell <mark@codesourcery.com>
4226
4227 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4228 target-libiberty to noconfigdirs.
4229 * configure: Regenerate.
4230
bebf829d
PB
42312004-08-03 Paul Brook <paul@codesourcery.com>
4232
4233 * configure.in: Check for MPFR as well as GMP.
4234 * configure: Regenerate.
4235
98a5bb3b
RM
42362004-08-01 Robert Millan <robertmh@gnu.org>
4237
4238 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4239 libmudflap for all GNU-based systems (with Glibc).
4240 * configure: Regenerate.
4241
d32ab992
PB
42422004-08-03 Paolo Bonzini <bonzini@gnu.org>
4243
4244 * Makefile.def (host-modules): Add gcc.
4245 * Makefile.in: Regenerate.
4246 * Makefile.tpl (sorry): New rule.
4247 (configure-host, all-host, [+make_target+]-host, do-check,
4248 install-host): Do not add gcc as a special case.
4249 (host modules): Add a small special-casing for gcc. Export
4250 extra_make_flags through the environment.
4251 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4252 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4253 other recursive targets for gcc): Remove.
4254
4255 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4256 (stage, unstage): New rules.
4257 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4258 distclean-stage[+id+]): Use stage_current.
4259 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4260 the stage*-start rules.
4261
aeb732c1
GK
42622004-08-02 Geoffrey Keating <geoffk@apple.com>
4263
4264 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4265 use -all_load flag.
4266
25b656e7
PB
42672004-08-02 Paolo Bonzini <bonzini@gnu.org>
4268
4269 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4270 * configure: Regenerate.
4271
cc440d71
TM
42722004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
4273
4274 * maintainer-scripts/gcc_release: Revert yesterday's change.
4275
270e140b
SB
42762004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
4277
4278 * MAINTAINERS: Add myself to write-after-approval.
4279
3e4035f8
TM
42802004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
4281
4282 * libf2c: Removed.
4283 * gcc/gccbug.in: Updated because of libf2c removal.
4284 * maintainer-scripts/gcc_release: Ditto.
4285
a3e8d8b4
LR
42862004-07-09 Loren J. Rittle <ljrittle@acm.org>
4287
4288 * configure.in: Build libmudflap by default on FreeBSD.
4289 * configure: Regenerated.
4290
dfcada9a
MM
42912004-07-09 Mark Mitchell <mark@codesourcery.com>
4292
4293 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4294 systems.
4295 * configure: Regenerated.
4296
3922b216
JDA
42972004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4298
4299 PR target/16344
4300 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4301 feedback based compiler.
4302 * Makefile.in: Rebuilt.
4303
95bcca47
AO
43042004-07-08 Alexandre Oliva <aoliva@redhat.com>
4305
4306 * Makefile.def (host_modules): Set bootstrap=true for flex.
4307 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4308 * Makefile.in: Rebuilt.
4309
051822f6
JH
43102004-07-07 Jan Hubicka <jh@suse.cz>
4311
4312 * MAINTAINERS: Add self as a profile feedback maintainer.
4313
7b61653a
PE
43142004-07-05 Phil Edwards <phil@codesourcery.com>
4315
4316 * configure.in: Do not prepend $srcdir to /dev/null in
4317 makefile fragments.
4318 * configure: Regenerate.
4319
23f6b2f9
PB
43202004-07-01 Paolo Bonzini <bonzini@gnu.org>
4321
4322 * Makefile.def (build_modules): Add bison, byacc, flex,
4323 m4, texinfo.
4324 (flags_to_pass): Add FLEX.
4325 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4326 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4327 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4328 DEFAULT_MAKEINFO): Remove.
4329 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4330 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4331 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4332 objdir or else use configured tool.
4333 (all-build): New.
4334 (all): Depend on it.
4335 (Build module dependencies): Add.
4336 * Makefile.in: Regenerate.
4337 * configure.in: Better support for multiple build modules,
4338 matching what is done for host/target modules. Do not look
4339 for "plausible" locations of build tools if Canadian cross.
4340 Use autoconf's AC_PROG_CC to find a C compiler. Define
4341 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4342 * configure: Regenerate.
78716e86 4343
1c020272
PB
43442004-06-22 Paolo Bonzini <bonzini@gnu.org>
4345
4346 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4347 * Makefile.in: Regenerate.
4348
a52a0a7f
PB
43492004-06-22 Paolo Bonzini <bonzini@gnu.org>
4350
4351 * Makefile.tpl (configure-build-[+module+],
4352 configure-[+module+], configure-target-[+module+]): Pass
4353 [+extra_configure_args+].
4354 (all-build-[+module+], all-[+module+], check-[+module+],
4355 install-[+module+], [+make_target+]-[+module+],
4356 all-target-[+module+], check-target-[+module+],
4357 install-target-[+module+], [+make_target+]-target-[+module+]):
4358 Pass [+extra_make_args+].
4359 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4360 (GCC_HOST_EXPORTS): Remove.
4361 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4362 cross, check-gcc, check-gcc-c++, install-gcc,
4363 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4364 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4365 * Makefile.in: Regenerate.
4366
ccde3f1a
MS
43672004-06-21 Matthew Sachs <msachs@apple.com>
4368
4369 * MAINTAINERS: Added self to write-after-approval.
4370
6264b0a6
CF
43712004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4372
4373 * configure.in: Check for srcdir/winsup rather than build directory
4374 winsup.
4375 * configure: Regenerate.
4376
801e2270
CV
43772004-06-17 Corinna Vinschen <vinschen@redhat.com>
4378
4379 * configure.in: Don't build Cygwin native newlib if winsup
4380 directory is missing. Emit warning instead.
4381 * configure: Regenerate.
4382
ad6717df
PB
43832004-06-09 Paolo Bonzini <bonzini@gnu.org>
4384
4385 * Makefile.tpl (touch-stage[+id+]): New.
4386 (restage[+prev+]): Depend on touch-stage[+id+].
4387
4388 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4389 Use it throughout.
4390
4391 * Makefile.def: Add profile and feedback bootstrap stages.
4392 Remove next field from bootstrap stages.
4393 * Makefile.tpl (LN, LN_S): Substitute.
4394 (stageN-start, stageN-end): Use double-colon rules, to
4395 provide a hook for additional setup commands.
4396 (distclean-stageN-gcc, restageN): Create dependencies from
4397 [+prev+], not from [+next+].
4398 (stageN-bubble): Add commands for successive stages from
4399 [+prev+], using double-colon rules.
4400 (all-stageN-gcc): Fix typo.
4401 (stagefeedback-start, profiledbootstrap): New.
4402 * Makefile.in: Regenerate.
4403 * configure.in: Call ACX_PROG_LN.
4404 * configure: Regenerate.
4405
5bbb9680
CY
44062004-06-08 Canqun Yang <canqun@nudt.edu.cn>
4407
4408 * MAINTAINERS (Write After Approval): Add myself.
4409
e18be1d4
MA
44102004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
4411
4412 * MAINTAINERS (Write After Approval): Add myself.
4413
5607edfd
PB
44142004-06-03 Paolo Bonzini <bonzini@gnu.org>
4415
4416 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4417 without gcc.
4418 * configure: Regenerate.
4419
1ec4e9c3
PB
44202004-06-01 Paolo Bonzini <bonzini@gnu.org>
4421
4422 * Makefile.tpl: Fix typo.
4423 * Makefile.in: Regenerate.
4424
c2f7605f
PB
44252004-06-01 Paolo Bonzini <bonzini@gnu.org>
4426
4427 * configure.in: Remove new- prefix from toplevel
4428 bootstrap targets.
4429 * configure: Regenerate.
4430
f516a7da
PB
44312004-06-01 Paolo Bonzini <bonzini@gnu.org>
4432
4433 * Makefile.tpl (all.normal): Rename to all.
4434 (all): Replace with a rule to pick the default
4435 target from configure.
4436 (all-gcc, configure-gcc): Use conditionals to
4437 do nothing when toplevel bootstrap is going on.
4438 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4439 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4440 * configure.in: Support --enable-bootstrap.
4441
4442 * Makefile.def: Remove new- prefix from toplevel
4443 bootstrap targets.
4444 * Makefile.tpl: Likewise.
4445
4446 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4447 target.
4448
4449 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4450 $(RECURSE_FLAGS) to recursive invocation of make.
4451
4452 * Makefile.in: Regenerate.
4453 * configure: Regenerate.
4454
78dd5e36
AJ
44552004-05-30 Andreas Jaeger <aj@suse.de>
4456 Jim Wilson <wilson@specifixinc.com>
4457
4458 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4459 like CC.
4460
30f1bddc
DJ
44612004-05-27 Daniel Jacobowitz <dan@debian.org>
4462
4463 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4464 * configure: Regenerate.
4465
4fc4dd12
DJ
44662004-05-25 Daniel Jacobowitz <drow@false.org>
4467
4468 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4469 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4470 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4471 targets.
4472 * Makefile.in: Regenerate.
4473
94632047 44742004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
4475
4476 * configure.in: Test the ability to symlink directories.
4477 * configure: Regenerate.
4478
4479 * Makefile.def (bootstrap-stage): New definitions.
4480 * Makefile.tpl (configure-stage1-gcc,
4481 configure-stage2-gcc, configure-stage3-gcc,
4482 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4483 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4484 new-restage3, compare): Autogenerate, see Makefile.in
4485 entry for behavioral changes.
4486 (distclean-stage1, new-stage1-start, new-stage1-end,
4487 new-stage1-bubble, distclean-stage2, new-stage2-start,
4488 new-stage2-end, new-stage2-bubble, distclean-stage3,
4489 new-stage3-start, new-stage3-end): New autogenerated targets.
4490 (objext, prebootstrap, BOOT_CFLAGS,
4491 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4492 targets.
4493
4494 * Makefile.in: Regenerate.
4495 (distclean-stage1, new-stage1-start, new-stage1-end,
4496 new-stage1-bubble, distclean-stage2, new-stage2-start,
4497 new-stage2-end, new-stage2-bubble, distclean-stage3,
4498 new-stage3-start, new-stage3-end): New targets.
4499 (all-stage1-gcc): Move prebootstrap dependency from here...
4500 (configure-stage1-gcc): ...to here.
4501 (new-bootstrap): Use bubble targets.
4502 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4503 Use per-stage distclean targets.
4504 (configure-stage1-gcc, configure-stage2-gcc,
4505 configure-stage3-gcc, all-stage1-gcc,
4506 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4507 Use new-stageN-start to prepare the tree.
4508
4f4e53dd
PB
45092004-05-23 Paolo Bonzini <bonzini@gnu.org>
4510
4511 * Makefile.def (host_modules): add libcpp.
4512 * Makefile.tpl: Add dependencies on and for libcpp.
4513 * Makefile.in: Regenerate.
4514 * configure.in: Add libcpp host module.
4515 * configure: Regenerate.
4516
60975492
PB
45172004-05-21 Paolo Bonzini <bonzini@gnu.org>
4518
4519 * Makefile.tpl: Whenever a recursive target is defined, wrap
4520 it in a special @if/@endif block, and prepare its maybe
4521 dependency in the @if/@endif block
4522 * configure.in: Instead of writing maybe dependencies, remove
4523 the @if/@endif statements, and remove the @if/@endif blocks
4524 that remain.
4525 * configure: Regenerate.
4526 * Makefile.in: Regenerate.
4527
5ce7d75d
JJ
45282004-05-20 Janis Johnson <janis187@us.ibm.com>
4529
4530 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
4531
c779c42f
KK
45322004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
4533
4534 PR bootstrap/15120
4535 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
4536 * */configure: Rebuilt.
4537
b4117c30
ZW
45382004-05-17 Zack Weinberg <zack@codesourcery.com>
4539
4540 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4541 of libf2c.
4542 * configure, Makefile.in: Regenerate.
4543
719bb4e3 45442004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
4545
4546 * MAINTAINERS (Write After Approval): Add myself.
4547
6de9cd9a
DN
45482004-05-13 Diego Novillo <dnovillo@redhat.com>
4549
4550 Merge from tree-ssa-20020619-branch.
4551
4552 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4553 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4554 (HOST_GMPLIBS): Define.
4555 (HOST_GMPINC): Define.
4556 (TARGET_LIB_PATH): Add libmudflap.
4557 (GFORTRAN_FOR_TARGET): Define.
4558 (configure-build*): Export GFORTRAN.
4559 (configure-gcc): Export GMPLIBS and GMPINC.
4560 (all-gcc): Add maybe-all-libbanshee.
4561 (configure-target-libgfortran): Define.
4562 * Makefile.in: Regenerate.
4563 * configure.in (host_libs): Add libbanshee.
4564 (target_libraries): Add target-libmudflap and target-libgfortran.
4565 Add --with-libbanshee.
4566 Handle --disable-libmudflap.
4567 (*-*-freebsd*): Use with_gmp.
4568 Add $(libgcj) to noconfigdirs.
4569 * configure: Regenerate.
4570 * depcomp: New file.
4571 * MAINTAINERS: Add tree-ssa maintainers.
4572
8f1b790f
VM
45732004-05-04 Vladimir Makarov <vmakarov@redhat.com>
4574
b4117c30 4575 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 4576
693446fc
BF
45772004-04-30 Brian Ford <ford@vss.fsi.com>
4578
b4117c30 4579 * MAINTAINERS (Write After Approval): Add myself.
693446fc 4580
d1bb666c
UB
45812004-04-29 Uros Bizjak <uros@kss-loka.si>
4582
b4117c30 4583 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 4584
6cf1ac42
PB
45852004-04-28 Paolo Bonzini <bonzini@gnu.org>
4586
4587 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4588 * configure: Regenerate.
4589
632933d5
PB
45902004-04-27 Paolo Bonzini <bonzini@gnu.org>
4591
4592 Revert:
4593 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4594
4595 * Makefile.def (flags_to_pass): Remove *dir variables that
4596 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4597 as well as prefix and exec_prefix.
4598 * Makefile.in: Regenerate.
4599
80dc6aa0
RM
46002004-04-26 Robert Millan <robertmh@gnu.org>
4601
4602 Add patches from libtool CVS.
4603 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4604 * ltconfig: Likewise.
4605 * ltcf-c.sh: Likewise.
4606 * ltcf-cxx.sh: Likewise.
4607 * ltcf-gcj.sh: Likewise.
4608
e11283f1
PB
46092004-04-26 Paolo Bonzini <bonzini@gnu.org>
4610
4611 * Makefile.def (host_modules): Mark with the bootstrap
4612 flag packages on which gcc depends.
4613 * Makefile.tpl (all-bootstrap): Use it.
4614 * Makefile.in: Regenerate.
4615
8546950c
PB
46162004-04-26 Paolo Bonzini <bonzini@gnu.org>
4617
4618 * Makefile.def (flags_to_pass): Remove *dir variables that
4619 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4620 as well as prefix and exec_prefix.
4621 * Makefile.in: Regenerate.
4622
a76494aa
PB
46232004-04-26 Paolo Bonzini <bonzini@gnu.org>
4624
b4117c30
ZW
4625 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4626 * configure: Regenerate.
4627 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4628 * gcc/Makefile.tpl (compare): Use the result of the test.
4629 * gcc/Makefile.in: Regenerate.
a76494aa 4630
03a91701
PB
46312004-04-23 Paolo Bonzini <bonzini@gnu.org>
4632
4633 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4634 Always relocate gcc and prev-gcc to the original names, even
4635 if the build fails.
4636 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4637 New targets.
4638
082a6351
LG
46392004-04-23 Laurent GUERBY <laurent@guerby.net>
4640
4641 * MAINTAINERS: Update my email address.
b4117c30 4642
1f1d584b
RO
46432004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4644
4645 * configure.in (mips*-*-irix5*): Enable ld.
4646 * configure: Regenerate.
082a6351 4647
1db673ca
RO
46482004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4649
4650 * configure: Regenerate.
4651
ce4ea44e
JW
46522004-04-15 James E Wilson <wilson@specifixinc.com>
4653
4654 * Makefile.tpl (configure-[+module+], configure-gcc,
4655 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4656 Set and export LDFLAGS.
4657 * Makefile.in: Regenerate.
4658
611f62ad
MC
46592004-04-12 Michael Chastain <mec.gnu@mindspring.com>
4660
b4117c30 4661 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 4662
be912515
NN
46632004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4664
4665 PR bootstrap/14871
4666 * Makefile.tpl: If we don't have built-in-tree target tools,
4667 use the ones found by configure rather than hacking around with
4668 program_transform_name.
4669 * configure.in: Give Makefile.tpl the information necessary
4670 to do that.
4671 * Makefile.in: Regenerate.
4672 * configure: Regenerate.
4673
9104315a
NN
46742004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
4675
4676 PR bootstrap/14760
4677 * configure.in: When computing baseargs, strip *all* copies of
4678 offending options. Also, don't match/substitute the trailing space,
4679 so that this actually works when two similar options are separated by
4680 only one space.
4681 * configure: Regenerate.
4682
bef1d700
DE
46832004-04-06 David Edelsohn <edelsohn@gnu.org>
4684
b4117c30
ZW
4685 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4686 (rs6000-*-aix*): Same.
4687 * configure: Regenerate.
bef1d700 4688
54bcf05e 46892004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
4690
4691 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 4692
369a832c 46932004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
4694
4695 * MAINTAINERS: Add myself to write-after-approval.
369a832c 4696
09a9c095
NN
46972004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
4698
7caf53cb
NN
4699 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4700 STRICT_WARN, WARN_CFLAGS flags passed down to make.
4701 * Makefile.in: Regenerate.
4702
09a9c095
NN
4703 * configure.in (top level bootstrap support): Rework --enable-werror
4704 to set @stage2_werror_flag@.
4705 * configure: Regenerate.
4706 * Makefile.tpl (top level bootstrap support): Pass
4707 @stage2_werror_flag@ down to configure in stages 2 and 3.
4708 * Makefile.in: Regenerate.
4709
5595a2bd
NN
47102004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
4711
cbfd7e06
NN
4712 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4713 for stages 2 and 3 as well as in make. As a consequence, remove
4714 OUTPUT_OPTION (now detected by configure) from the flags passed down
4715 to make.
4716 * Makefile.in: Regenerate.
4717
5595a2bd
NN
4718 * Makefile.tpl (new-bootstrap): Fix typo.
4719 * Makefile.in: Regenerate.
4720
ca3b3e20
NN
47212004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
4722
295f4e42
NN
4723 * Makefile.tpl: Rearrange by moving recursive_targets rules
4724 into their proper sections.
4725 * Makefile.tpl (top level bootstrap support): Move disabling
4726 of coverage flags from 'make' to 'configure'; improve comments.
4727 * Makefile.in: Regenerate.
4728
340de83f
NN
4729 * Makefile.tpl (experimental top level bootstrap) Move stage1
4730 language setting from all- target to configure- target; disable
4731 intermodule optimization in stage 1; prevent gratuitous rebuilds
4732 of stage 1.
4733 * Makefile.in: Regenerate.
4734 * configure.in: Comma-separate stage 1 language list for top
4735 level bootstrap.
4736 * configure: Regenerate.
4737
ca3b3e20
NN
4738 * Makefile.tpl: Clean up experimental top level bootstrap support:
4739 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4740 prev-gcc in configure- targets as well as all- targets.
4741 * Makefile.in: Regenerate.
4742
4d038073
KC
47432004-03-21 Kelley Cook <kcook@gcc.gnu.org>
4744
4745 * compile: New file imported from automake.
4746
ab3533d6
PB
47472004-03-17 Paolo Bonzini <bonzini@gnu.org>
4748
4749 * configure.in: Remove symbolic link section.
4750 * configure: Regenerate.
4751 * Makefile.tpl (links): Remove.
4752 * Makefile.in: Regenerate.
4753
1e0f07d3 47542004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 4755 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
4756
4757 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 4758 Set with AC_CHECK_PROGS.
1e0f07d3
PB
4759 * configure.in: Fix comment typo from last patch.
4760 * configure: Regenerate.
4761
2805b53a
NN
47622004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
4763
4764 * Makefile.tpl: Introduce experimental top level bootstrap support.
4765 * Makefile.in: Regenerate.
4766 * configure.in: Introduce support for top level bootstrap.
4767 * configure: Regenerate.
4768
79b4b7d2 47692004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 4770 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
4771
4772 PR bootstrap/14522
4773 * configure.in: Cope with shells that do not support unquoted ^
4774 * configure: Regenerate.
4775
6bbec498 47762004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 4777 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
4778
4779 PR bootstrap/14522
79b4b7d2 4780 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
4781 quotes inside quoted backquote substitutions.
4782 * configure: Regenerate.
4783
83c15dfc
AP
47842004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
4785
4786 PR bootstrap/14522
f2bd98d4 4787 * configure.in: Fix escaping of $.
83c15dfc
AP
4788 * configure: Regenerate.
4789
55ffb5ed
NN
47902004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
4791
4792 * configure: Regenerate, since I forgot to while committing Paolo's
4793 changes.
4794
e4c9c075
PB
47952004-03-08 Paolo Bonzini <bonzini@gnu.org>
4796
4797 PR ada/14131
4798 Move language detection to the top level.
4799 * configure.in: Find default values for the tools as
4800 soon as possible. Disable ada if GNAT is not found.
4801 Emit error message about missing languages. Expand
4802 --enable-languages=all for the gcc subdirectory.
4803
5199e2c6
BE
48042004-03-10 Ben Elliston <bje@gnu.org>
4805
4806 * MAINTAINERS: Update my email address.
4807
c18b95e5
DE
48082004-03-05 David Edelsohn <edelsohn@gnu.org>
4809
4810 * ltconfig: Disable building static libraries if building shared
4811 libraries on AIX 5L.
4812
d0fe5ad3
RS
48132004-03-01 Richard Sandiford <rsandifo@redhat.com>
4814
4815 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4816 and disable libgcj.
4817 * configure: Regenerated.
4818
e6f71f9d
BB
48192004-03-01 Brian Booth <bbooth@redhat.com>
4820
4821 * MAINTAINERS: Add myself to write-after-approval.
4822
8983e50e
PB
48232004-03-01 Paolo Bonzini <bonzini@gnu.org>
4824
4825 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4826
d4cd9d81
NN
48272004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4828
4829 PR bootstrap/7087
4830 * Makefile.tpl: Guard XFOO sed statements better.
4831 * Makefile.tpl: Add dependency for configure-target-libada.
4832 * Makefile.in: Regenerate (incidentally fixes broken
4833 commit when libada-branch was merged).
4834
0ea0229e
KC
48352004-02-25 Kelley Cook <kcook@gcc.gnu.org>
4836
4837 * MAINTAINERS: Add myself to write-after-approval.
4838
bad93735
AP
48392004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
4840
4841 * MAINTAINERS: Add Nicola Pero and myself as libobjc
4842 maintainers.
4843
a7ca14fc
AC
48442004-02-20 Andrew Cagney <cagney@redhat.com>
4845
4846 * config.guess: Update from version 2003-10-16 to 2004-02-16.
4847 * config.sub: Update from version 2003-11-03 to 2004-02-16.
4848
51592782
NN
48492004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
4850
4851 PR bootstrap/11932
4852 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4853
6a30854a
JQ
48542004-02-14 Jerry Quinn <jlquinn@optonline.net>
4855
4856 * MAINTAINERS: Added myself to write-after-approval.
4857
be8b2bee
MK
48582004-02-14 Michael Koch <konqueror@gmx.de>
4859
4860 * MAINTAINERS: Added myself to write-after-approval.
4861
972760b7
JM
48622004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
4863
4864 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
4865 some OS port maintainers to OS port maintainers section.
4866
b0281654
FCE
48672004-02-13 Frank Ch. Eigler <fche@redhat.com>
4868
4869 * MAINTAINERS: Add self.
4870
3c419fd6
KH
48712004-02-12 Kazu Hirata <kazu@cs.umass.edu>
4872
4873 * MAINTAINERS: Alphabetize.
4874
e88e9aee
PB
48752004-02-12 Paolo Bonzini <bonzini@gnu.org>
4876
4877 * MAINTAINERS: Remove myself.
b4117c30 4878
1915e422
DE
48792004-02-11 David Edelsohn <edelsohn@gnu.org>
4880
4881 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4882 (rs6000-*-aix*): Same.
4883 * configure: Regenerate.
4884
a22c2d8d
KC
48852004-02-11 Kelley Cook <kcook@gcc.gnu.org>
4886
4887 * configure.in (host): Add in missing $noconfigdirs to defines.
4888 * configure: Regenerate.
4889
d9cdb878
AC
48902004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
4891 Nathanael Nerode <neroden@gcc.gnu.org>
4892
4893 PR ada/6637, PR ada/5911
b4117c30 4894 Merge with libada-branch:
d9cdb878
AC
4895 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4896 with appropriate dependencies. Add --enable-libada configure switch.
4897 * configure, Makefile.in: Regenerate.
4898
8bd92821
PB
48992004-02-09 Paolo Bonzini <bonzini@gnu.org>
4900
4901 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4902
89a95129
RO
49032004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4904
4905 * configure.in: Don't pass --with-stabs on IRIX 5 either.
4906 * configure: Regenerate.
4907
892629bc
GK
49082004-02-04 Geoffrey Keating <geoffk@apple.com>
4909
4910 Merge from upstream:
4911
4912 * ltmain.in: When setting IFS to '~', be careful about user
4913 arguments that contain '~'.
4914
4915 2004-02-04 Peter O'Gorman <peter@pogma.com>
4916
4917 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
4918 Also test $base_compile against $CC with escaped arguments. Bug
4919 reported by Geoff Keating <geoffk@apple.com>.
4920
6b402165
KH
49212004-02-04 Kazu Hirata <kazu@cs.umass.edu>
4922
4923 * MAINTAINERS: Remove i960 port.
4924
fa2f0306
DD
49252004-01-23 DJ Delorie <dj@redhat.com>
4926
4927 * Makefile.def (target_modules) [libiberty]: Don't stage.
4928 * Makefile.in: Rebuilt.
4929
9feb20aa
CT
49302004-01-20 Caroline Tice <ctice@apple.com>
4931
4932 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4933
7aed2ccc
PC
49342004-01-19 Paolo Carlini <pcarlini@suse.de>
4935
4936 * MAINTAINERS: Update my email address.
4937
f25bebe1
JM
49382004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
4939
4940 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4941
28083580
VR
49422004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4943
4944 * MAINTAINERS: Remove entries without email address.
4945
c0f4b5e4
DJ
49462004-01-15 Daniel Jacobowitz <drow@mvista.com>
4947
4948 * MAINTAINERS: Add myself to write-after-approval.
4949
b5eb5a5e
SB
49502004-01-15 Steven Bosscher <stevenb@suse.de>
4951
4952 * MAINTAINERS: Update my email address.
4953
2c4de30b
LR
49542004-01-14 Loren J. Rittle <ljrittle@acm.org>
4955
4956 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4957 * Makefile.tpl (configure-target-[+module+]): Support stage.
4958 * Makefile.in: Rebuilt.
4959
74c0b320
ILT
49602004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
4961
4962 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
4963
2560344b
RS
49642004-01-10 Richard Sandiford <rsandifo@redhat.com>
4965
4966 * MAINTAINERS: Add myself as a MIPS maintainer.
4967
8b21cda6
NN
49682004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
4969
2b6c260d
NN
4970 * configure.in: Use ./config.cache, not config.cache.
4971 * configure: Regenerate.
4972 * Makefile.tpl: Special-casing not needed for GCC any more.
4973 * Makefile.in: Regenerate.
4974
09438bde
NN
4975 * configure.in: Don't share a cache file for host dirs.
4976 * configure: Regenerate.
4977
8b21cda6
NN
4978 * config-ml.in: Don't mess with the cache file.
4979
e42870df
EB
49802004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4981
4982 * MAINTAINERS: Move myself from 'Write After Approval' to
4983 'CPU Port Maintainers' section as SPARC maintainer.
4984
6b9eb62c
NN
49852004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
4986
78a816a6
NN
4987 * Makefile.tpl: Make GCC use a separate config.cache.
4988 * Makefile.in: Regenerate.
4989
6b9eb62c
NN
4990 PR bootstrap/11932, PR bootstrap/11933
4991 (I don't know if it will fix either of them, but it relates
4992 to them.)
4993 * configure.in: Don't use shared config.cache for target
4994 directories.
4995 * configure: Regenerate.
4996
86d7b562
DN
49972004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4998
4999 * MAINTAINERS: Add myself to 'Write After Approval' section.
5000
07d0a605
RS
50012003-12-31 Roger Sayle <roger@eyesopen.com>
5002
5003 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5004 * configure: Regenerated.
5005
459ac19f
KH
50062003-12-23 Kazu Hirata <kazu@cs.umass.edu>
5007
5008 * MAINTAINERS: Remove the mn10200 maintainer.
5009
5785c0ed 50102003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 5011
cc6010cd
AP
5012 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5013 * configure: Regenerated.
5785c0ed 5014
a268eff9
JH
50152003-12-16 Jan Hubicka <jh@suse.cz>
5016
5017 * MAINTAINERS: Add myself as callgraph maintainer.
5018
9d465b12
TF
50192003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5020
5021 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5022 * configure: Regenerate.
5023
a68a270a
GB
50242003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5025
5026 * MAINTAINERS: Move myself from 'Bug database only accounts' to
5027 'Write After Approval' section. Update email.
5028
3066a15c
JL
50292003-12-01 James Lemke <jim@wasabisystems.com>
5030
5031 * MAINTAINERS (Write After Approval): Add myself.
5032
8c052da4
MT
50332003-11-20 Matt Thomas <matt@3am-software.com>
5034
5035 * MAINTAINERS: Add myself as a vax port maintainer.
5036
e75f9147
KC
50372003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5038
5039 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5040 (configure-build-[+module+], configure-[+module+]): Likewise.
5041 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5042 * Makefile.in: Regenerate.
5043
43d8d958
AT
50442003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
5045
5046 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5047 shared/dylibed libraries.
5048 * ltmain.sh: Likewise.
5049 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5050 * ltcf-cxx.sh: Likewise.
5051 * ltcf-gcj.sh: Likewise.
5052 * ltconfig: Likewise.
5053
638dcaa0
SC
50542003-11-17 Stan Cox <scox@redhat.com>
5055
5056 * MAINTAINERS: Add myself as iq2000 port maintainer.
5057
15cc172b
AC
50582003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5059
b4117c30
ZW
5060 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5061 * Makefile.in: Regenerate.
15cc172b 5062
20af77cd
UW
50632003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
5064
5065 * config.sub: Update to 2003-11-03 version.
5066
4dd01c5c
PE
50672003-10-20 Phil Edwards <phil@codesourcery.com>
5068
5069 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5070 * configure: Regenerate.
5071
8d36c499
NP
50722003-10-20 Nicolas Pitre <nico@cam.org>
5073
5074 * MAINTAINERS: Add myself to 'Write After Approval' section.
5075
8b7ebc31
AC
50762003-10-20 Arnaud Charlet <charlet@act-europe.fr>
5077
5078 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5079
afe1910c
JM
50802003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
5081
5082 * MAINTAINERS: Update my email address.
5083
05dcec66
RO
50842003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5085
5086 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5087
71fc2f0c
RL
50882003-10-17 Ralph Loader <rcl@ihug.co.nz>
5089
5090 * MAINTAINERS: Add myself to 'Write After Approval' section.
5091
507ec745
BI
50922003-10-16 Bernardo Innocenti <bernie@develer.com>
5093
5094 * config.guess: Update to 2003-10-16 version.
5095 * config.sub: Update to 2003-10-16 version.
5096
4d466c42
DD
50972003-10-15 David Daney <ddaney@avtrex.com>
5098
5099 * MAINTAINERS: Added myself to 'Write After Approval' section.
5100
0c9b16bc
FH
51012003-10-15 Falk Hueffner <falk@debian.org>
5102
5103 * MAINTAINERS: Move myself from 'Bug database only accounts' to
5104 'Write After Approval' section. Update email.
5105
74d57d15
RS
51062003-10-14 Roger Sayle <roger@eyesopen.com>
5107
5108 * MAINTAINERS: Move myself from 'Write After Approval' to
5109 'Various Maintainers' section as middle-end maintainer.
5110
d29b8ad8
NN
51112003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5112
5113 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5114 HOST_FLAGS_TO_PASS.
5115 * Makefile.in: Regenerate.
5116
26db814a
BI
51172003-10-11 Bernardo Innocenti <bernie@develer.com>
5118
5119 * config.guess: Update to 2003-10-07 version.
5120 * config.sub: Update to 2003-10-07 version.
5121
fffeb871
RO
51222003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5123
5124 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5125 * ltconfig (irix5*, irix6*): Don't override version_type.
5126
6691a79e
ME
51272003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5128
5129 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5130 * configure: Rebuilt
5131 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5132 * Makefile.in: Rebuilt
5133
62cdd71e
L
51342003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5135
5136 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5137
6fe2eacc
CW
51382003-09-30 Carlo Wood <carlo@alinoe.com>
5139
cc6010cd 5140 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 5141
ea57e5ad
PK
51422003-09-29 Paul Koning <ni1d@arrl.net>
5143
5144 * MAINTAINERS: Move myself from "Write After Approval"
5145 to CPU platform maintainers for pdp11 platform.
5146
e070672a
AT
51472003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
5148
5149 * MAINTAINERS: Move myself from 'Write After Approval' to
5150 'Various Maintainers' section as libffi testsuite maintainer.
5151
43bb47c2
DJ
51522003-09-21 Daniel Jacobowitz <drow@mvista.com>
5153
5154 * configure.in: Pass a computed --program-transform-name
5155 to subconfigures.
5156 * configure: Regenerated.
5157
da9d3b37
NN
51582003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5159
94322beb
NN
5160 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5161 * Makefile.in: Regenerate.
5162
da9d3b37
NN
5163 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5164 * Makefile.in: Regenerate.
5165
ffd9060b
ZL
51662003-09-19 Ziemowit Laski <zlaski@apple.com>
5167
5168 * MAINTAINERS: Move myself from 'Write After Approval'
5169 to 'Various Maintainers' (objective-c) section.
5170
eeae7b41
DJ
51712003-09-17 Daniel Jacobowitz <drow@mvista.com>
5172
5173 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5174 quoting.
5175 * configure: Regenerated.
5176
a080d12b
JB
51772003-09-16 Joel Brobecker <brobecker@gnat.com>
5178
5179 * MAINTAINERS (Write After Approval): Add myself to write after
5180 approval list.
5181
6cd2fc59
DN
51822003-09-16 Dorit Naishlos <dorit@il.ibm.com>
5183
cc6010cd 5184 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 5185
dcbdd9cc
ILT
51862003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
5187
5188 * MAINTAINERS: Update my e-mail address.
5189
e517f636
AM
51902003-09-09 Alan Modra <amodra@bigpond.net.au>
5191
5192 * libtool.m4 (LD): Correct powerpc64 host match.
5193
bc49924b
JW
51942003-09-06 James E Wilson <wilson@tuliptree.org>
5195
5196 * MAINTAINTERS: Update my affiliation and email address.
5197
082124f5
ZD
51982003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5199
5200 * MAINTAINERS (Write After Approval): Add myself.
5201
dc94d89e
DD
52022003-09-04 DJ Delorie <dj@redhat.com>
5203
5204 * configure: Regenerate.
5205
52062003-09-04 Robert Millan <robertmh@gnu.org>
5207
5208 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 5209
7a0f2d4e
KG
52102003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5211
5212 * configure.in: Ensure arguments to sed are properly spaced.
5213 * configure: Regenerate.
5214
88d032eb
GP
52152003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5216
5217 * MAINTAINERS: Update my e-mail address.
5218
0b3f3d22
ME
52192003-08-28 Mohan Embar <gnustuff@thisiscool.com>
5220
5221 * MAINTAINERS (Write After Approval): Add myself.
5222
d253f9ba
DJ
52232003-08-27 Daniel Jacobowitz <drow@mvista.com>
5224
5225 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5226 * configure: Regenerated.
5227
066ec9c9
MM
52282003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
5229
5230 * MAINTAINERS: Update my email address.
5231
415d7ef9
PE
52322003-08-23 Phil Edwards <pme@gcc.gnu.org>
5233
5234 * configure.in: Use newline instead of semicolon when assuming
5235 shell arguments in a for loop.
5236 * configure: Regenerated.
5237
e1567352
JE
52382003-08-22 Jason Eckhardt <jle@rice.edu>
5239
5240 * MAINTAINERS: Resurrect the i860 maintainer.
5241
b348267b
GK
52422003-08-20 Geoffrey Keating <geoffk@apple.com>
5243
e50084fa
GK
5244 PR 8180
5245 * configure.in: When testing with_libs and with_headers, treat
5246 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5247 * configure: Regenerate.
b4117c30 5248
b348267b
GK
5249 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5250 make, shell, etc.
5251 (baseargs): Likewise.
5252 * configure: Regenerate.
5253
ca26ffe0
BI
52542003-08-20 Bernardo Innocenti <bernie@develer.com>
5255
5256 * MAINTAINERS (Write After Approval): Add myself.
5257
940cde4d
GK
52582003-08-19 Geoffrey Keating <geoffk@apple.com>
5259
5260 * configure.in: Disable libgcj for darwin not on powerpc.
5261 * configure: Rebuild.
5262
74bed51b
ADL
52632003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5264
5265 * config-ml.in, symlink-tree: Add license.
5266
b4117c30
ZW
52672003-08-03 Richard Stallman <rms@gnu.org>
5268 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
5269
5270 * README.SCO: New file.
5271
333a28b4
MK
52722003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5273
5274 * Makefile.tpl (check, check-c++): Express dependencies using
5275 dependencies rather than commands.
5276 * Makefile.in: Regenerate.
5277
c197e306
AC
52782003-08-01 Andrew Cagney <cagney@redhat.com>
5279
5280 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5281 * configure: Ditto.
5282
a8ee6e2d
GK
52832003-07-31 Geoffrey Keating <geoffk@apple.com>
5284
5285 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 5286 * Makefile.in: Update.
a8ee6e2d 5287
8d9b3f2e
AT
52882003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5289
5290 * configure.in: Enable libgcj for darwin.
5291 * configure: Rebuild.
5292
52c0c542
PE
52932003-07-29 Phil Edwards <pme@gcc.gnu.org>
5294
5295 * config-ml.in: Use ac_configure_args directly instead of
5296 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5297 actually seen.
5298
b4acb5ef
NN
52992003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5300
5301 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5302 creating target and build subdirs to build all parent dirs as needed.
5303 * Makefile.in: Rebuild.
5304 * configure.in: Don't build dirs explicitly here.
5305 * configure: Rebuild.
5306
a51d71d0
PB
53072003-07-26 Paul Brook <paul@nowt.org>
5308
5309 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5310
f43e12ce
AO
53112003-07-22 Alexandre Oliva <aoliva@redhat.com>
5312
5313 * Makefile.tpl (all-make): Depend on intl.
5314 * Makefile.in: Rebuilt.
5315
8a199ff6
PE
53162003-07-20 Phil Edwards <pme@gcc.gnu.org>
5317
5318 * install-sh: Update to newer upstream versions (associated with
5319 aclocal 1.7).
5320 * mkinstalldirs: Likewise.
5321 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5322
e6a8c803
AP
53232003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
5324
5325 * MAINTAINERS: Move self from Bug database only accounts
5326 to write-after-approval.
5327
9f13608f
NN
53282003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5329
5330 * config.if: Remove unused libc_interface determination.
5331
c7864714
NN
53322003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5333
5334 * MAINTAINERS: Move self from write-after-approval to
5335 build machinery (*.in).
5336
775956d0
NN
53372003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5338
5339 PR bootstrap/11273
5340 PR bootstrap/11408
5341 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5342 unused INSTALL_PROGRAM_ARGS.
5343 * configure.in: Use AC_PROG_INSTALL.
5344 * Makefile.in: Regenerate.
5345 * configure: Regenerate.
5346
c7f67a6e
KH
53472003-07-13 Kazu Hirata <kazu@cs.umass.edu>
5348
5349 * MAINTAINERS: Alphabetize.
5350
33952f6f
AO
53512003-07-10 Alexandre Oliva <aoliva@redhat.com>
5352
5353 * configure: Rebuilt.
5354 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5355 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5356 newlib nor libgloss.
5357 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5358 * configure.in (am33_2.0-*-linux*): Added.
5359
0d4f1b4e
BW
53602003-07-09 Bob Wilson <bob.wilson@acm.org>
5361
5362 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5363 * configure: Regenerate.
5364
56694dd9
ZW
53652003-07-07 Zack Weinberg <zack@codesourcery.com>
5366
5367 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5368 * Makefile.in: Regenerate.
5369
21607eb4
ZW
53702003-07-04 Zack Weinberg <zack@codesourcery.com>
5371
5372 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
5373 * Makefile.in: Regenerate.
5374
8c90b13a
L
53752003-07-04 H.J. Lu <hongjiu.lu@intel.com>
5376
5377 * Makefile.tpl: Replace PWD with PWD_COMMAND.
5378 * Makefile.in: Regenerated.
5379
5d42f90e
L
5380 * config-ml.in: Replace PWD with PWD_COMMAND.
5381
6eb95e99
ZW
53822003-07-04 Zack Weinberg <zack@codesourcery.com>
5383
5384 * intl: New directory; see intl/ChangeLog for details.
5385 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
5386 * Makefile.tpl: all-gcc depends on maybe-all-intl.
5387 * Makefile.in: Regenerate.
5388
07d1940e
NN
53892003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5390
5391 * configure.in: Clean up config-lang.in handling. Delete
5392 useless assignment to "subdirs".
5393 * configure: Regenerate.
5394
4dbda6f0
NN
53952003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5396
5397 * configure.in: Rename 'target_libs' to 'target_libraries'.
5398 Remove useless reference to 'target_libs'.
5399 * configure: Regenerate.
5400
2c30ab71
KS
54012003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5402
5403 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5404 * Makefile.in: Regenerate.
5405
11405c93
NN
54062003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5407
5408 * Makefile.def: Introduce flags_to_pass.
5409 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5410 * Makefile.in: Regenerate.
5411
fb87ad5d
HPN
54122003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5413
5414 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5415 and target-libgloss.
5416 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5417 <h8300*-*-*>: Disable libf2c and ${libgcj}.
5418 * configure: Regenerate.
5419
a7956a48
BK
54202003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5421
5422 * configure.in: Update testsuite_flags to new location.
5423 * configure. Regenerate.
6eb95e99 5424
eaf9f3b2
NN
54252003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5426
5427 * Makefile.tpl: Remove BUILD_CC stuff.
5428 * Makefile.in: Regenerate.
5429
2d89ffef
KH
54302003-06-17 Kazu Hirata <kazu@cs.umass.edu>
5431
5432 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
5433
83415b0b
GP
54342003-06-16 Graeme Peterson <gp@qnx.com>
5435
5436 * MAINTAINERS (Write After Approval): Add myself.
5437
b951c91c 54382003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 5439
b951c91c
L
5440 * config.guess: Update to 2003-06-12 version.
5441 * config.sub: Update to 2003-06-13 version.
5442
0bb41a37
L
54432003-06-12 H.J. Lu <hongjiu.lu@intel.com>
5444
5445 * config.guess: Update to 2003-06-06 version.
5446 * config.sub: Update to 2003-06-06 version.
5447
655b7166
RO
54482003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5449
5450 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5451 * configure. Regenerate.
5452
01b759aa
NN
54532003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5454
bf1d3e81
NN
5455 * configure.in: Disable serial configure by default.
5456 * configure: Regenerate.
5457 * Makefile.tpl: Abolish .NOTPARALLEL.
5458 * Makefile.in: Regenerate.
5459
e89fbdfe
NN
5460 * Makefile.tpl: Replace {build,host,target}_canonical by
5461 {build,host,target}.
5462 * Makefile.in: Regenerate.
5463
01b759aa
NN
5464 * Makefile.tpl: Fix stupid pasto.
5465 * Makefile.in: Regenerate.
5466
f7dae026
NN
54672003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5468
5469 * Makefile.tpl: Remove bogus conditional.
5470 * Makefile.in: Regenerate.
5471
54722003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
5473
5474 * Makefile.tpl (profiledbootstrap): New target.
5475 * Makefile.in (profiledbootstrap): New target.
5476
2ffc3e73 54772003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
5478
5479 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
5480 Pinski. Remove user names from other bugzilla-only maintainers.
5481
1a1e6b96
NN
54822003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5483
1358ccea
NN
5484 * Makefile.tpl: Make 'recursive targets' using autogen rather
5485 than shell loop. Remove duplicate 'clean' targets and false
5486 comments.
5487 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5488 Add systematic method of specifying missing targets in subdirs.
5489 Add copyright boilerplate.
5490 * Makefile.in: Regenerate.
5491 * configure.in: Add 'recursive targets' to maybe list.
5492 * configure: Regenerate.
5493
ae74ed1f
NN
5494 * MAINTAINERS: "GNATS only" -> "Bug database only".
5495
1a1e6b96
NN
5496 * Makefile.tpl: Rename [+target+] to [+make_target+].
5497 * Makefile.def: Rename 'target' to 'make_target'.
5498
c79af3fa
NB
54992003-05-31 Neil Booth <neil@daikokuya.co.uk>
5500
5501 * MAINTAINERS: Add self as options handling maintainer.
5502
39d85b61
MM
55032003-05-28 Michael Meissner <gnu@the-meissners.org>
5504
5505 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
5506 been too long since I touched those ports.
5507
afc2b62d
DD
55082003-05-28 DJ Delorie <dj@redhat.com>
5509
5510 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5511 * Makefile.in: Regenerate.
5512
df445104
MR
55132003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5514
5515 * configure.in: Use curly braces in the definition of tooldir.
5516 * configure: Regenerate.
5517
2eb98e5d 55182003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 5519
2eb98e5d
DD
5520 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5521 newlib or libgloss.
5522 * Makefile.in: Regenerate.
5523
862fced8
DD
55242003-05-21 DJ Delorie <dj@redhat.com>
5525
5526 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5527 * Makefile.in: Regenerate.
5528
fc351800
ILT
55292003-05-20 Ian Lance Taylor <ian@airs.com>
5530
5531 * MAINTAINERS: Update my e-mail address.
5532
7e2dbcef
NN
55332003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5534
5535 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 5536 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
5537 Factor out common code from autogen IF statements.
5538 * configure: Regenerate.
5539 * Makefile.in: Regenerate.
5540
f2a0e225
KC
55412003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5542
5543 * configure.in: Accept i[3456789]86 for machine type.
5544 * configure: Regenerate.
5545
8b87bb96
NN
55462003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5547
5548 * configure.in: Switch more things to use maybe dependencies.
5549 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5550 * configure: Regenerate.
5551 * Makefile.tpl: Switch more things to use maybe dependencies.
5552 * Makefile.in: Regenerate.
5553
fdb882bc 55542003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
5555
5556 * Makefile.tpl (install-opcodes): Define.
5557 * Makefile.in: Rebuild.
5558
f7c50032
AJ
55592003-05-13 Andreas Jaeger <aj@suse.de>
5560
5561 * config.guess: Update to 2003-05-09 version.
5562 * config.sub: Update to 2003-05-09 version.
5563
f2181bed 55642003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
5565
5566 * configure.in: Correct sed script so that options in quotes are not
5567 deleted.
5568 * configure: Rebuild.
5569
aa8f1f57
CV
55702003-05-12 Corinna Vinschen <corinna@vinschen.de>
5571
5572 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5573 and $$s/newlib/libc/sys/cygwin32 include paths.
5574 * configure: Ditto.
5575
0c130f81
MM
55762003-05-12 Michael Meissner <gnu@the-meissners.org>
5577
5578 * MAINTAINERS: Update my email addresses.
5579
aa1a100b
EB
55802003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
5581
5582 * config-ml.in: Propagate INSTALL variables.
f7c50032 5583
87861833
GP
55842003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5585
5586 * MAINTAINERS: Remove duplicate entries in Write After Approval.
5587
de722255
CD
55882003-05-02 Chris Demetriou <cgd@broadcom.com>
5589
6eb95e99
ZW
5590 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5591 * Makefile.in: Regenerate.
de722255 5592
96c4a002
WB
55932003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
5594
5595 * MAINTAINERS (GNATS only): Add Falk Hueffner.
5596
55b15a11
WB
55972003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
5598
5599 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
5600
0c227849
DJ
56012003-04-27 Daniel Jacobowitz <drow@mvista.com>
5602
5603 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5604 * Makefile.in: Regenerated.
5605
d45148c1
WB
56062003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
5607
5608 * MAINTAINERS (Write After Approval): Upgrade myself from
5609 GNATS only to write-after-approval. Update my mail address.
5610
48f2318c 56112003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
5612
5613 (OS Port Maintainers: freebsd): Add myself.
5614
438f50c3
MM
56152003-04-22 Mark Mitchell <mark@codesourcery.com>
5616
5617 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
5618
9074e169
KJ
56192003-04-22 Kean Johnston <jkj@sco.com>
5620
5621 * MAINTAINERS (SCO ports): Added myself.
5622
dfd39a2e
NS
56232003-04-21 Nathan Sidwell <nathan@codesourcery.com>
5624
5625 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
5626
ccbae82a
KJ
56272003-04-19 Kean Johnston <jkj@sco.com>
5628
5629 * MAINTAINERS (Write After Approval): Add myself.
5630
2f50999f
GP
56312003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5632
5633 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5634 * Makefile.in: Regenerate.
5635
e9b84181
JJ
56362003-04-18 Jakub Jelinek <jakub@redhat.com>
5637
5638 * configure.in (powerpc64*-*-linux*): Remove.
5639 * configure: Rebuilt.
5640
1ca4c6e1
PE
56412003-04-17 Phil Edwards <pme@gcc.gnu.org>
5642
5643 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5644 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5645 and restrap.
5646 * Makefile.in: Regenerate.
5647
0590b963
RE
56482003-04-16 Richard Earnshaw <rearnsha@arm.com>
5649
5650 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5651 * configure: Regenerated.
5652
ff41a56f
DD
56532003-04-15 DJ Delorie <dj@redhat.com>
5654
5655 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
5656
50d440bc
NC
56572003-04-13 Nick Clifton <nickc@redhat.com>
5658
5659 * config-ml.in: Remove support for --disable-aix removing
5660 call-aix multilibs.
5661
b1e0a93e
AO
56622003-04-10 Alexandre Oliva <aoliva@redhat.com>
5663
5664 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5665 * */configure: Rebuilt.
5666
71fb704d
JS
56672003-04-08 Joel Sherrill <joel@oarcorp.com>
5668
5669 * MAINTAINERS: Add my email address.
5670
3897ea90
OH
56712003-03-17 Olivier Hainque <hainque@act-europe.fr>
5672
5673 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 5674
93c834b7
NN
56752003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5676
5677 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5678 * Makefile.in: Regenerate.
5679
82c34dcb
MC
56802003-03-14 Michael Chastain <mec@shout.net>
5681
5682 * Makefile.in: Regenerate with correct Makefile.def.
5683
73458fb7
NN
56842003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5685
5686 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5687 Make macro.
5688 * Makefile.in: Regenerate.
5689 * configure.in: Clean up gxx_include_dir logic.
5690 * configure: Regenerate.
5691
32cf27e5
AE
56922003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
5693
5694 * MAINTAINERS (Write After Approval): Add myself.
5695
c727e7a0
BE
56962003-03-10 Ben Elliston <bje@wasabisystems.com>
5697
5698 * MAINTAINERS: Update my mail address.
5699
9a27ac7a
FS
57002003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5701
5702 * configure.in (gxx_include_dir): Fix typo.
5703 * configure: Regenerated.
5704
3aa83176
NN
57052003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5706
5707 * Makefile.tpl: Reindent.
5708 * Makefile.in: Regenerate.
5709 * configure.in: Reindent. Don't set unused variables.
5710 * configure: Regenerate.
5711
9124bc53
DJ
57122003-03-04 Daniel Jacobowitz <drow@mvista.com>
5713
5714 * configure.in: Include $(build_tooldir)/sys-include in
5715 FLAGS_FOR_TARGET.
5716 * configure: Regenerated.
5717
cb543528
NN
57182003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5719
c858bf1e
NN
5720 * Makefile.tpl: Always pass down RANLIB.
5721 * Makefile.in: Regenerate.
5722
aa9c3ab4
NN
5723 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5724 * Makefile.in: Regenerate.
5725 * configure.in: Remove unused logic relating to --enable-shared
5726 and --enable-threads. Remove bogus comments. Remove redundant
5727 noconfigdirs.
5728 * configure: Regenerate.
5729
cb543528
NN
5730 * configure.in: Replace ${libstdcxx_version} by its value.
5731 Remove reference to mh-dgux.
5732 * configure: Regenerate.
5733
53f70c1b
KB
57342003-03-03 Kevin Buettner <kevinb@redhat.com>
5735
5736 * MAINTAINERS (Write After Approval): Add myself.
5737
df0f0674
NN
57382003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5739
5740 * Makefile.tpl: Rearrange.
5741 * Makefile.in: Regenerate.
5742
ef4e7569
US
57432003-02-25 Uwe Stieber <uwe@wwws.de>
5744
5745 * configure.in: Add support for kaOS as cross build target system.
5746 * configure: Regenerated.
5747
a7a287eb
SB
57482003-02-24 Steven Bosscher <steven@gcc.gnu.org>
5749
5750 * MAINTAINERS (Write after approval): Add myself.
5751
ff00c8a2
JW
57522003-02-21 James E Wilson <wilson@tuliptree.org>
5753
5754 * MAINTAINERS: Update my email address.
5755
abb2db7a
ZW
57562003-02-21 Zack Weinberg <zack@codesourcery.com>
5757
5758 * MAINTAINERS: Add self to blanket write privs. section.
5759
e9f2dc3b
SM
57602003-02-20 Sean McNeil <sean@blue.mcneil.com>
5761
5762 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5763 configure-target-* as some target builds may require additional
5764 flags for preprocessor tests.
5765 * Makefile.in: Regenerated.
5766
ee03dc5e
AO
57672003-02-19 Alexandre Oliva <aoliva@redhat.com>
5768
11856278
AO
5769 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5770 * ltconfig: Handle it.
5771 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5772 auto-detecting it.
5773
274aef32
AO
5774 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5775 it is used as argument to $CC.
5776 * ltcf-gcj.sh: Likewise.
5777
ee03dc5e
AO
5778 * configure.in: Introduce --enable-maintainer-mode.
5779 * configure: Rebuilt.
5780 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5781 for maintainer mode.
5782 * Makefile.in: Rebuilt.
5783
30db8e17
JM
57842003-02-18 Jason Merrill <jason@redhat.com>
5785
5786 * Makefile.tpl (check-c++): Allow parallelism.
5787
cab60ac6
GP
57882003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5789
5790 * MAINTAINERS: Remove John Carr (who never actually had access to
5791 gcc.gnu.org).
5792
c8e5d1af
GK
57932003-02-15 Geoffrey Keating <geoffk@apple.com>
5794
5795 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5796 don't configure target-libobjc.
5797 * configure: Regenerate.
5798
70f91f50
RO
57992003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5800
5801 * Makefile.tpl (RANLIB): Define.
5802 * Makefile.in: Regenerate.
5803
669e9062
LB
58042003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
5805
5806 * MAINTAINERS: Update my email.
abb2db7a 5807
61b56b2e
KS
58082003-02-06 Keith R Seitz <keiths@redhat.com>
5809
5810 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5811 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5812 * Makefile.in: Regenerated.
5813 * configure.in: Remove all traces of snavigator, db, and grep.
5814 * configure: Regenerated.
5815
a1ba6e15
GP
58162003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5817
5818 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
5819 After Approval.
5820
f5f2cce5
CC
58212003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5822
5823 * MAINTAINERS (Write after approval): Add myself.
5824
ba49f6f1
FCE
58252003-01-31 Frank Ch. Eigler <fche@redhat.com>
5826
5827 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5828 * Makefile.in: Regenerated.
5829
ccf9f10c
RS
58302003-01-30 Roger Sayle <roger@eyesopen.com>
5831
5832 * config.guess: Updated to 2003-01-30's version.
5833 * config.sub: Updated to 2003-01-28's version.
5834
a693735b
AO
58352003-01-30 Alexandre Oliva <aoliva@redhat.com>
5836
5837 * config.if: If gcc_version is already set, just use it. Don't set
5838 gcc_version_trigger if it's already set, otherwise set it to
5839 gcc/version.c, but only if the file exists. If it is not set and
5840 gcc/version.c does not exist, try to extract the version number from
5841 $CC.
5842
204c43d6
AT
58432003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
5844
abb2db7a 5845 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 5846
842e91ec
PE
58472003-01-27 Phil Edwards <pme@gcc.gnu.org>
5848
5849 * configure.in: Revert 24Jan change.
5850 * configure: Regenerate.
5851
6b99984e
GP
58522003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5853
5854 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
5855 entry of HJ Lu.
5856
806e0935
NN
58572003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5858
5859 * configure.in: Revert previous change.
5860 * configure: Regenerate.
5861
307a9864
NN
58622003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5863
5864 * configure.in: Make rda native-only.
5865 * configure: Regenerate.
5866
02ba6302
VR
58672003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5868
5869 * MAINTAINERS: Move myself from GNATS-only-accounts to
5870 write-after-approval.
5871
77d187bc
NN
58722003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5873
5874 * configure.in: Add missing \.
5875 * configure: Rebuilt.
5876
a94a2d4c
JJ
58772003-01-17 Jakub Jelinek <jakub@redhat.com>
5878
5879 * configure.in (baseargs): Avoid using \| in sed regular
5880 expressions.
5881 * configure: Rebuilt.
5882
73f84924
JJ
58832003-01-16 Jakub Jelinek <jakub@redhat.com>
5884
5885 * configure.in (baseargs): Remove all supported forms of
5886 --cache-file, --srcdir, --host, --build and --target options
5887 from argument lists.
5888 * configure: Rebuilt.
5889
8c12fc63
JZ
58902003-01-15 Josef Zlomek <zlomekj@suse.cz>
5891
5892 * MAINTAINERS: Add myself to write-after-approval list.
5893
7c005a3a
AO
58942003-01-15 Alexandre Oliva <aoliva@redhat.com>
5895
5896 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5897 * configure: Rebuilt.
5898
3dfabf63
NN
58992003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5900
5901 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5902 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5903 * Makefile.in: Regenerate.
5904 * configure: Regenerate.
5905
cf53ae10
AO
59062003-01-09 Alexandre Oliva <aoliva@redhat.com>
5907
5908 * configure.in: Remove Makefile in build, host and target modules
5909 unless configure was run with --no-recursion.
5910 * configure: Rebuilt.
5911
3fbe8e4a
CC
59122003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5913
5914 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5915 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5916 * Makefile.in: Regenerate.
5917
66e2aa7d
CD
59182003-01-08 Chris Demetriou <cgd@broadcom.com>
5919
5920 * config.guess: Update to 2003-01-03 version.
5921 * config.sub: Update to 2003-01-03 version.
5922
b5038cfb
CF
59232003-01-07 Christopher Faylor <cgf@redhat.com>
5924
5925 * configure: Regenerate with proper autoconf 2.13.
5926
d02c69be
CF
59272003-01-07 Christopher Faylor <cgf@redhat.com>
5928
5929 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 5930 * configure: Regenerate.
d02c69be 5931
e914a571
AC
59322003-01-06 Andrew Cagney <ac131313@redhat.com>
5933
5934 * configure.in (GDB_TK): Add tcl directories conditional on
5935 gdb/gdbtk directory being present.
5936 * configure: Regenerate.
abb2db7a 5937
70571545
JDA
59382003-01-04 John David Anglin <dave.anglin@nrc.ca>
5939
5940 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5941 by gcc if LD is not defined and we are not doing a Canadian Cross.
5942 * configure: Rebuilt.
5943
89a7012a
TT
59442002-12-31 Tom Tromey <tromey@redhat.com>
5945
5946 * Makefile.in: Rebuilt.
5947 * Makefile.def (target_modules) [libffi]: Allow installation.
5948
3f4f56e2
AS
59492002-12-31 Andreas Schwab <schwab@suse.de>
5950
5951 * configure.in: Fix use of $program_transform_name.
5952 * configure: Regenerated.
5953
6c1b8d0a
DJ
59542002-12-30 Daniel Jacobowitz <drow@mvista.com>
5955
5956 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 5957 * configure: Regenerated.
6c1b8d0a 5958
c5120911
AO
59592002-12-29 Alexandre Oliva <aoliva@redhat.com>
5960
5961 * Makefile.tpl (local-distclean): Don't remove...
5962 (multilib.ts): ... this. Moved into...
5963 (multilib.out): ... this. Don't use sub-make.
5964 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5965 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5966 (configure-build-[+module+], configure-[+module+],
5967 configure-target-[+module+], configure-gcc): ... these. Test
5968 for Makefile existence. Drop config.status from dependencies.
5969 * Makefile.in: Rebuilt.
5970 * configure.in: Move gcc-version-trigger to the end of
5971 ac_configure_args. Add comments to maybedep.tmp and
5972 serdep.tmp. Introduce --disable-serial-configure. Remove
5973 nonopt from baseargs, matching and removing corresponding
5974 whitespace while at it.
5975 * configure: Rebuilt.
5976
e245b0ea
AO
59772002-12-28 Alexandre Oliva <aoliva@redhat.com>
5978
903de295
AO
5979 * configure.in (host_configargs): Replace reference to
5980 no-longer-defined buildopts with --build=${build_alias}.
5981 * configure: Rebuilt.
5982
e245b0ea
AO
5983 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
5984 program_transform_name to standard idiom.
5985 (AUTOGEN, AUTOCONF): Define.
5986 (Makefile.in): Use $(AUTOGEN).
5987 (Makefile): Depend on config.status, and use autoconf-style rule to
5988 build it. Move original commands to...
5989 (config.status): ... this new target.
5990 (configure): Add $(srcdir). Depend on config/acx.m4. Use
5991 $(AUTOCONF).
5992 * Makefile.in: Rebuilt.
5993
671aa708
NN
59942002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
5995
53fbfb58
NN
5996 * Makefile.tpl: Fix dramatic bustage due to change in
5997 program_transform_name.
5998 * Makefile.in: Regenerate.
5999
6000 * configure.in: Remove unnecessary PATH setting.
6001 * configure: Regnerate.
6002
6003 * configure.in: Don't default to unprefixed tools unless
6004 the native tools will work.
6005 * configure: Regenerate.
6006
671aa708
NN
6007 * configure.in: Convert to autoconf script. Blow away lots
6008 of now-redundant Makefile fragments.
6009 * configure: Generate using Autoconf.
6010 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6011 * Makefile.in: Regenerate.
6012
57f40826
NN
60132002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6014
3fedb745
NN
6015 * configure: Fix stupid bug where RANLIB was mistakenly included.
6016
abb2db7a 6017 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
6018 (build_configargs, host_configargs, target_configargs).
6019
6020 * configure.in: Move logic out of sed statement.
6021
abb2db7a 6022 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
6023 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6024
315fa0f4
SS
60252002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
6026
6027 * config.sub: Import from master repository
6028 * config.guess: Ditto
6029
45aff44f
AS
60302002-12-24 Andreas Schwab <schwab@suse.de>
6031
6032 * Makefile.tpl (multilib.out): Fix missing space.
6033 * Makefile.in: Regenerate.
6034
88b5521b
NN
60352002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6036
6037 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6038 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6039 * Makefile.in: Regenerate.
6040 * configure.in: Remove unnecessary leftovers.
6041
2a726918
GK
60422002-12-21 Geoffrey Keating <geoffk@apple.com>
6043
6044 * configure.in (extra_ranlibflags_for_target): New variable.
6045 (*-*-darwin): Add -c to ranlib commands.
6046 * configure (tooldir): Handle extra_ranlibflags_for_target.
6047
aace3269 60482002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
6049
6050 * Makefile.tpl: Revert HJL's change.
6051 * Makefile.in: Regenerated.
6052 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6053 always.
6054
f0895142
AS
60552002-12-19 Andreas Schwab <schwab@suse.de>
6056
6057 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6058 * Makefile.in: Regenerate.
6059
782d0c02
L
60602002-12-18 H.J. Lu <hjl@gnu.org>
6061
6062 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6063 * Makefile.in: Regenerated.
6064
6065 * configure.in (build_prefix): New. Substitute.
6066
212f6dd0
NN
60672002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6068
79308c5d
NN
6069 * Makefile.tpl: Don't let real targets depend on phony targets.
6070 * Makefile.in: Regenerate.
6071
212f6dd0
NN
6072 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6073 * Makefile.in: Regenerate.
6074
ab17919f
SS
60752002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
6076
6077 * config.sub: Import from master repository
6078 * config.guess: Ditto
6079
5ecf91d1
JM
60802002-12-16 Jason Merrill <jason@redhat.com>
6081
6082 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6083 previous 'make bootstrap'.
6084 * Makefile.in: Regenerate.
6085
d8437e1b
HPN
60862002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6087
6088 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6089
4977bab6
ZW
60902002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6091
6092 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6093 * Makefile.in: Regenerate.
6094
0edcfdcb
JM
60952002-12-13 Jason Merrill <jason@redhat.com>
6096
6248218a 6097 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
6098 library tests.
6099 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
6100 * Makefile.in: Regenerate.
6101
4977bab6
ZW
61022002-12-12 Alexandre Oliva <aoliva@redhat.com>
6103
6104 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6105 * Makefile.in: Rebuilt.
6106
f87505dd
AO
61072002-12-12 Alexandre Oliva <aoliva@redhat.com>
6108
6109 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6110
4977bab6
ZW
61112002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6112
6113 * configure: Fix bug put in by gremlins.
6114
6115 * Makefile.tpl: Substitute more autoconfily.
6116 * configure: Substitute more autoconfily.
6117 * Makefile.in: Regenerate.
6118
7f0db92a
SS
61192002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
6120
6121 * config.sub: Import from master repository
6122 * config.guess: Ditto
6123 * MAINTAINERS: Added Svein Seldal under write after approval
6124
4977bab6
ZW
61252002-12-08 Andrew Cagney <ac131313@redhat.com>
6126
6127 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6128 * Makefile.in (all-sim): Ditto.
6129
61302002-12-06 DJ Delorie <dj@redhat.com>
6131
6132 * Makefile.tpl: Change configure dependencies to not have real
6133 targets depend on phony targets.
6134
61352002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6136
6137 * configure.in: Revert unintentional change.
6138
6139 * Makefile.tpl: Change dependency for */multilib.out so that
6140 it works when gcc isn't in the tree.
6141
6142 * configure.in: Substitute more.
6143 * configure: Run subconfigures from the Makefile.
6144 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6145 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6146
67f1b906
GP
61472002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6148
6149 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
6150
4977bab6
ZW
61512002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6152
6153 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6154 and corresponding dependencies.
6155 * Makefile.in: Regenerate.
6156
6157 * configure.in (host_tools): Order binutils, gas and ld for
6158 convenience in running the testsuites.
6159
6160 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6161 * Makefile.in: Regenerate.
6162 * configure.in: Introduce rules to serialize subconfigure runs.
6163
6164 * configure.in: Introduce BASE_CC_FOR_TARGET.
6165 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6166 Realize configure-build-* targets. Realize configure-target-* targets.
6167 * Makefile.in: Regenerate.
6168
61692002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6170
6171 * configure: Move gcc_version_trigger stuff from here...
6172 * configure.in: ...to here.
6173
6174 * configure.in: Separate subconfigure options added by this file from
6175 options given by the user. Add machinery to put args for host
6176 subconfigures into the Makefile.
6177
6178 * Makefile.tpl: Remove 'vault' targets.
6179 * Makefile.tpl: Reorder and comment dependencies.
6180 * Makefile.in: Regenerate.
6181
61822002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6183 * configure.in: Fix my broken commit of previous patch. (sigh)
6184
743f054e
GK
61852002-11-28 Geoffrey Keating <geoffk@apple.com>
6186
6187 * configure.in: Move host-specific darwin noconfigdirs into
6188 the host-specific section.
6189
4977bab6
ZW
61902002-11-28 Geoffrey Keating <geoffk@apple.com>
6191
6192 * configure.in: Move host-specific darwin noconfigdirs into
6193 the host-specific section.
6194
61952002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
6196
6197 * configure: Remove skip-this-dir support.
6198 * Makefile.tpl: Remove skip-this-dir support.
6199
6200 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6201 subdirectories.
6202 * Makefile.in: Regenerate.
6203
6204 * Makefile.tpl: Strip out useless setting of 'dir'.
6205 * Makefile.in: Regenerate.
6206
62072002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
6208
6209 * configure.in: Fix deeply stupid bug.
6210
6211 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6212 shell code in CXX_FOR_TARGET
6213 * Makefile.def: Introduce raw_cxx.
6214 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6215 RAW_CXX_FOR_TARGET.
6216 * Makefile.in: Regenerate.
6217
62182002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
6219
6220 * Makefile.tpl: Remove unnecessary ifs.
6221 * Makefile.in: Regenerate.
6222
6223 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6224 dependencies. Maybe-ize build-libiberty. Create dummy install
6225 targets for 'no_install' modules.
6226 * configure: Move GDB_TK substitution to configure.in. Move
6227 build_modules stuff to configure.in.
6228 * configure.in: Implement soft dependency machinery. Maybe-ize
6229 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6230 * Makefile.in: Regenerate.
6231
62322002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
6233
6234 * Makefile.tpl: Make all-target, install-target behave similarly
6235 to all, install (only hitting configured targets). Eliminate
6236 unused macro defintions.
6237
6238 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6239 build != host.
6240
6241 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6242
6243 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6244
6245 * configure.in: Produce lists of subdir targets we're actually
6246 configuring. Remove references to "dosrel".
6247 * Makefile.tpl: Let configure set which subdir targets are hit.
6248 Remove install-cross; clean up install; remove ALL. Remove
6249 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6250 Autogenerate host module targets. Remove empty dependency lines
6251 and redundant dependency; rearrange slightly.
6252 * Makefile.def: Add host-side libtermcap, utils.
6253
6254 * Makefile.in: Regenerate.
6255
e6226a2f
RO
62562002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6257
6258 * ltconfig (osf[345]): Append $major to soname_spec.
6259 Reflect this in library_names_spec.
6260 * ltmain.sh (osf): Prefix $major with . for use as extension.
6261
3b75d237
AJ
62622002-11-19 Andreas Jaeger <aj@suse.de>
6263
6264 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6265 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6266 and sparc64 GNU/Linux systems.
6267
809108de
NS
62682002-11-19 Nathan Sidwell <nathan@codesourcery.com>
6269
6270 * MAINTAINERS: Update email.
6271
e7e0de7e
GP
62722002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6273
6274 * MAINTAINERS: Complete James Dennett's entry.
6275
f7109dea
EB
62762002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
6277
6278 * MAINTAINERS (Write After Approval): Add myself.
6279
d3ac17c9
BK
62802002-11-13 Bruce Korb <bkorb@gnu.org>
6281
6282 * Makefile.tpl: syntactic cleanup
6283
cbf78ae4
SH
62842002-11-13 Stuart Hastings <stuart@apple.com>
6285
6286 * MAINTAINERS: Add myself to write-after-approval list.
6287
4977bab6
ZW
62882002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
6289
6290 * Makefile.def: Add list of recursive targets to autogenerate.
6291 Add build_modules.
6292 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6293 targets. Autogenerate *-build-* targets.
6294 * Makefile.in: Regenerate.
6295
62962002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
6297
6298 * configure: More autoconf-style substitutions.
6299 * Makefile.tpl: More autoconf-style substitutions.
6300 * Makefile.in: Regenerate.
6301
63022002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
6303
6304 * configure: Substitute more variables in a more autoconf-friendly
6305 way. Simplify slightly.
6306 * Makefile.tpl: Make more variables substitutable in an
6307 autoconf-friendly way.
6308 * Makefile.in: Regenerate.
6309
d4783999
JW
63102002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
6311
6312 * MAINTAINERS (Write After Approval): Add myself.
6313
4977bab6
ZW
63142002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
6315
6316 * configure.in (v810*): Remove special setting of tools.
6317
6318 * configure: Add support for extra required flags for ar or nm.
6319 * configure.in (aix4.3+): Use above support for target-specific
6320 issues, rather than using config/mt-aix43.
6321
63222002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
6323
6324 * configure: Remove 'removing', which doesn't work. Replace $subdir
6325 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6326 with $srcdir. Reformat indentation. Substitute some variables
6327 formerly hard-coded in the Makefile for build=host.
6328 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6329 * Makefile.def: Autogenerate more.
6330 * Makefile.in: Regenerate.
6331
1c9c903e
AN
63322002-11-04 Adam Nemet <anemet@lnxw.com>
6333
6334 * MAINTAINERS (Write After Approval): Add myself.
6335
40673d2b
KB
63362002-11-04 Kevin Buettner <kevinb@redhat.com>
6337
6338 * Makefile.def (host_modules): Add rda.
6339 * Makefile.in: Regenerate.
6340 * configure.in (target_tool): Add target-rda to list.
6341
42e650ae
GP
63422002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6343
6344 * MAINTAINERS: Remove "co-maintainer" note for web pages.
6345
e004b81f
PE
63462002-10-25 Phil Edwards <pme@gcc.gnu.org>
6347
6348 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6349 and restrap targets to this rule.
6350 * Makefile.in: Regenerate.
6351
06bd49b1
GP
63522002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6353
6354 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6355 GNATS only accounts.
6356
d0af82b0
HPN
63572002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6358
6359 * configure.in (i[3456]86-*-linux*): Add check to disable
6360 ${libgcj} for glibc1.
6361
10782654
DC
63622002-10-24 Denis Chertykov <denisc@overta.ru>
6363
6364 * MAINTAINERS: Add myself as ip2k port maintainer.
6365
a5a438f5
SS
63662002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6367
6368 * configure.in: Add tic4x target.
6369
fe3d5b7f
NN
63702002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6371
aba8a494
NN
6372 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6373 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6374 * Makefile.in: Regenerate.
6375
fe3d5b7f
NN
6376 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6377 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6378 * Makefile.in: Regenerate.
6379
a6ad79e7
JJ
63802002-10-02 Janis Johnson <janis187@us.ibm.com>
6381
6382 * MAINTAINERS: Add myself as web pages co-maintainer.
6383
6a8a9058
NN
63842002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6385
6386 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6387 * Makefile.in: Regenerate.
6388
327d975a
ZW
63892002-10-02 Zack Weinberg <zack@codesourcery.com>
6390
6391 * MAINTAINERS: Add myself and Nathan Sidwell
6392 <nathan@codesourcery.com> as VxWorks maintainers.
6393
a5ae8f19 63942002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
6395
6396 * Makefile.def: Remove order dependency comments.
6397 * Makefile.tpl: Add explicit install-install dependencies.
6398 * Makefile.in: Regenerate.
d0f6c823 6399
34c6040c 6400 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 6401 * Makefile.in: Regenerate.
34c6040c 6402
d0f6c823
NN
6403 * Makefile.tpl: Add configure-target (for src-release in src)
6404 * Makefile.in: Regenerate.
6405
50bd210b
NC
64062002-09-30 Nick Clifton <nickc@redhat.com>
6407
6408 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6409
ca25149e
UW
64102002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6411
6412 * configure.in (s390*-*-linux*): Enable libgcj.
6413
dd30b57d
NN
64142002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6415
9e60a678
NN
6416 * configure: Revert accidentally applied changes.
6417
dd30b57d
NN
6418 * Makefile.tpl: Make more autoconf-friendly.
6419 * Makefile.in: Regenerate.
6420 * configure: Make substitution more autoconf-like.
6421
5831424e
RE
64222002-09-28 Richard Earnshaw <rearnsha@arm.com>
6423
6424 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6425 single entry to handle all these.
6426 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6427 libjava on arm-*-elf.
6428
b7f3b15b
GK
64292002-09-27 Geoffrey Keating <geoffk@apple.com>
6430
6431 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6432 things that depend on them.
6433
0dffceed
NN
64342002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6435
6436 * Makefile.tpl: Make subsituted variables more autoconfy.
6437 * Makefile.in: Regenerate.
6438 * configure: Make seds more autoconfy.
6439
1db75a86 64402002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
6441
6442 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6443 * Makefile.in: Regenerate.
6444 * configure.in: Rewrite sed statements to look autoconfy.
6445
1db75a86
NN
6446 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6447 all-target-foo on configure-target-foo.
6448 * Makefile.def: Ditto.
6449 * Makefile.in: Rebuild.
6450
741a4e89
AH
64512002-09-25 Andrew Haley <aph@redhat.com>
6452
6453 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
6454
95ddd785
NN
64552002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6456
6457 * Makefile.def: New file.
6458 * Makefile.tpl: New file.
6459 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6460 * contrib/gcc_update: Note that Makefile.in is a generated file.
6461
6462 * configure.in: Minor rearrangement. Simplify tests.
6463
65a824f6
JT
64642002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
6465
6466 * configure.in (with_headers): Skip copy if value is "yes".
6467 (with_libs): Likewise.
6468
51270f0a 64692002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
6470
6471 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6472 * configure.in (sh*-*-pe*): Ditto.
6473 * configure.in (mips*-*-pe*): Ditto.
6474 * configure.in (*arm-wince-pe): Ditto.
6475
8f89dbf4
NN
6476 * configure.in: Rearrange.
6477
c1b8db3f
KH
64782002-09-14 Kazu Hirata <kazu@cs.umass.edu>
6479
6480 * MAINTAINERS: Update my email address.
6481
341f0575
PK
64822002-08-30 Paul Koning <pkoning@equallogic.com>
6483
6484 * MAINTAINERS: (Write After Approval): Add myself.
6485
d2e06980
GK
64862002-08-29 Geoffrey Keating <geoffk@redhat.com>
6487
6488 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
6489
4906d5d8
GK
64902002-08-24 Geoffrey Keating <geoffk@redhat.com>
6491
6492 * MAINTAINERS: Change my mailing address.
6493
e9a25cc8
PC
64942002-08-21 Paolo Carlini <pcarlini@unitus.it>
6495
6496 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 6497 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 6498
a5aa7421
LR
64992002-08-20 Loren J. Rittle <ljrittle@acm.org>
6500
6501 * MAINTAINERS (Write After Approval): Remove myself.
6502 (Various Maintainers: c++ runtime libs): Add myself.
6503
5ce6f47b
EC
65042002-08-15 Eric Christopher <echristo@redhat.com>
6505
6506 * config.sub: Import from master repository.
6507 * config.guess: Ditto.
6508
7f9317f0
AO
65092002-08-19 Alexandre Oliva <aoliva@redhat.com>
6510
6511 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6512 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6513 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6514
7aecca3d
AH
65152002-08-16 Aldy Hernandez <aldyh@redhat.com>
6516
6517 * MAINTAINERS: Add self to rs6000 vector extensions.
6518
8ea4b195
AO
65192002-08-15 Alexandre Oliva <aoliva@redhat.com>
6520
6521 * libiberty/configure: Reverted unintended yesterday's check in.
6522
f5cc59a7
AO
65232002-08-14 Alexandre Oliva <aoliva@redhat.com>
6524
6525 * boehm-gc/configure, libf2c/configure: Rebuilt.
6526 * libffi/configure, libiberty/configure: Ditto.
6527 * libjava/configure, libobjc/configure: Ditto.
6528 * libstdc++-v3/configure, zlib/configure: Ditto.
6529 Merged from binutils:
6530 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
6531 From Steve Ellcey <sje@cup.hp.com>:
6532 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6533 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6534 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6535 IA64.
6536 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6537 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6538 soname_spec, sys_lib_search_path_spec): Ditto.
6539
66350331
FS
65402002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6541
6542 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6543
2ff34870
L
65442002-08-04 H.J. Lu (hjl@gnu.org)
6545
6546 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6547
a014f2fe
KW
65482002-08-02 Krister Walfridsson <cato@df.lth.se>
6549
6550 * MAINTAINERS (Write After Approval): Add myself.
6551
c01d477a
AM
65522002-07-31 Alan Modra <amodra@bigpond.net.au>
6553
6554 * configure.in: Move generic linux case to end. Copy generic
6555 linux noconfigdirs to mips*-*-linux* entry and new
6556 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6557
68cd2524
MM
65582002-07-19 Michael Matz <matz@suse.de>
6559
6560 * MAINTAINERS: Add myself as ra* maintainer.
6561
e2d83b8c
CD
65622002-07-16 Chris Demetriou <cgd@broadcom.com>
6563
6564 * config.guess: Update to 2002-07-09 version.
6565 * config.sub: Update to 2002-07-03 version.
6566
cece4f1d
HPN
65672002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
6568
6569 * MAINTAINERS: Fix typo in a maintainer email address.
6570
bb654703
NN
65712002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6572
6573 * configure.in: Remove two redundant tests.
6574
789b7de5
RO
65752002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6576
6577 * configure.in (mips*-*-irix6*o32): Enable stabs.
6578
e1da1089
NN
65792002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6580
f3970bba
NN
6581 * configure.in: Don't build grez.
6582 * Makefile.in: Ditto.
6583
e1da1089
NN
6584 * Makefile.in: Remove references to bsp, cygmon, libstub.
6585 * configure.in: Ditto.
6586
6587 * configure.in: Remove leftover reference to gdbtest.
6588
57c905fa
PE
65892002-07-08 Phil Edwards <pme@gcc.gnu.org>
6590
6591 * configure.in (gxx_include_dir): Change to match versioned
6592 C++ headers if --enable-version-specific-runtime-libs is used.
6593
a0af94a7 65942002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 6595
a0af94a7
SE
6596 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6597
423ce3eb
NN
65982002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6599
6600 * configure.in: Make --without-x work.
6601
98186934
NN
66022002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6603
c3b7d169
NN
6604 * configure.in: Rearrange target Makefile fragment collection.
6605
98186934
NN
6606 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6607 cvs[src].
6608 * configure.in: Ditto.
6609
eebd288a
MK
66102002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
6611
6612 * MAINTAINERS (Write After Approval): Update my e-mail address.
6613
3ab36f05
NN
66142002-06-24 Ben Elliston <bje@redhat.com>
6615
6616 * configure.in (host_tools): Remove cgen.
6617
6618 * Makefile.in (all-cgen): Remove; runs from its source directory.
6619 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 6620 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
6621 (all-sim): Likewise.
6622
66232002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6624
6625 * Makefile.in: Eliminate 'apache' targets.
6626 * configure.in: Eliminate 'apache' targets.
6627
55380b08
NN
6628 * configure.in: Eliminate redundant tests. Reorganize.
6629
9a5c1b9d
NN
6630 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6631
5fd3853a
NN
6632 * config-ml.in: Eliminate references to Cygnus configure.
6633
cfefc434
NN
6634 * Makefile.in: Eliminate references to building emacs.
6635
2fe93885
GS
66362002-06-28 Graham Stott <graham.stott@btinternet.com>
6637
6638 * MAINTAINERS: Update my email address.
6639
53c40185
BK
66402002-06-26 Benjamin Kosnik <bkoz@redhat.com>
6641
6642 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 6643 (cxx_incdir): Remove.
53c40185 6644
97679694
NN
66452002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
6646
6647 * MAINTAINERS (Write After Approval): Add self.
6648
b03bcd37
DC
6649Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
6650
6651 * configure.in: Add support for ip2k.
6652
6bd12129
NN
66532002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6654
6655 * configure.in: Fix AIX configury bug.
6656
e0d98a92
SE
66572002-06-20 Steve Ellcey <sje@cup.hp.com>
6658
6659 * MAINTAINERS (Write After Approval): Add self.
6660
ba3292db
NN
66612002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6662
ef40bc65
NN
6663 * configure.in: replace ${topsrcdir} with ${srcdir}
6664
7a0be465
NN
6665 * configure.in: Move definition of libstdcxx_flags
6666 right above usage, rather than waaay earlier.
6667
e1848dde
NN
6668 * configure.in: Pull definition of is_cross_compiler earlier.
6669
8bc2fff1
NN
6670 * configure.in: Rearrange a little.
6671
ba3292db
NN
6672 * configure.in: Remove references to librx.
6673 * Makefile.in: Remove references to librx.
6674
11d8b408
DC
6675Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
6676
6677 * config.sub: Add support for avr target.
6678 Import from master sources, rev 1.255
5ce6f47b 6679
93da8339
PE
66802002-06-19 Phil Edwards <pme@gcc.gnu.org>
6681
6682 * configure, .cvsignore: Revert previous change...
6683 * Makefile: ...delete.
6684
b4caab5c
NN
66852002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6686
6687 * configure.in: Eliminate ${gasdir} variable.
6688
ee777171
DB
66892002-06-18 Dave Brolley <brolley@redhat.com>
6690
6691 * configure.in: Add support for frv.
6692 * config.sub: Add support for frv.
6693
26e4af54
PE
66942002-06-18 Phil Edwards <pme@gcc.gnu.org>
6695
6696 * configure: Remove garbage from previous commit.
6697
bb20b7da
PE
66982002-06-18 Phil Edwards <pme@gcc.gnu.org>
6699
6700 * configure: For in-source builds, make a subdir and re-exec there.
6701 * Makefile: New file. Pass targets through to build directory.
6702 * .cvsignore: No longer ignore "Makefile".
6703
9d321f6c
DR
67042002-06-16 Douglas Rupp <rupp@gnat.com>
6705
6706 * MAINTAINERS (Write After Approval): Add self.
6707
c8eb2bc0
KG
67082002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6709
6710 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6711
f210d239
JT
67122002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6713
6714 * configure.in (vax-*-netbsd*): Re-enable gas.
6715
e9667b3c
NN
67162002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6717
efe1f357
NN
6718 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6719 BUILD_PREFIX_1, to correct nomenclature.
6720 * configure: Likewise.
6721
e9667b3c
NN
6722 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6723 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6724
fe2fe497
OH
67252002-05-31 Olaf Hering <olh@suse.de>
6726
6727 * config-ml.in: Propogate DESTDIR also.
6728
dcf7f0dd
JT
67292002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6730
6731 * configure.in (vax-*-netbsd*): Don't build gas for this
6732 platform.
6733
6ff14f32
MM
67342002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6735
6736 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6737 and libgcj for AVR.
6738
397de1ff
KK
67392002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
6740
6741 * MAINTAINERS (Write After Approval): Add myself.
6742
ac30211c
JT
67432002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6744
6745 * config.guess: Update to 2002-05-22 version.
6746 * config.sub: Likewise.
6747
1e6347d8
RO
67482002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6749
6750 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6751 * config-ml.in: Likewise.
6752 * configure: Likewise.
6753 * configure.in: Likewise.
6754
e5ce1d6d
SC
67552002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6756
6757 * MAINTAINERS: Update my email address.
6758
6cdef75d
NN
67592002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6760
4a87f061
NN
6761 * configure.in: Simplify makefile fragment collection.
6762
6763 * configure.in: Remove code to build emacs.
603606e7 6764
e254d6b5
NN
6765 * configure.in : Remove --srcdir argument from targargs and buildargs
6766 (it's always overridden in the Makefile anyway). Rearrange a bit.
6767
6768 * configure: Move some logic to configure.in.
6769 * configure.in: Move some logic from configure.
6cdef75d 6770
1d6006fe
TT
67712002-05-11 Tom Tromey <tromey@redhat.com>
6772
6773 * MAINTAINERS: Reflect libgcj reality.
6774
b70b3534
FS
67752002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
6776
6777 * Makefile.in: Honour DESTDIR.
6778
4434687a
MM
67792002-05-08 Mark Mitchell <mark@codesourcery.com>
6780
6781 * config.guess: Import 2002-03-20 version.
6782 * config.sub: Import 2002-04-26 version.
6783
a89e49c7
RO
67842002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6785
6786 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
6787
44e55536
TJ
67882002-05-07 Tim Josling <tej@melbpc.org.au>
6789
6790 * MAINTAINERS: Add self.
6791
97320a3f
LR
67922002-05-06 Loren J. Rittle <ljrittle@acm.org>
6793
6794 * ltmain.sh: Detect and handle object name conflicts
6795 while piecewise linking a static library.
6796
b7c13625
AO
67972002-05-05 Alexandre Oliva <aoliva@redhat.com>
6798
6799 * configure.in (noconfigdirs): Don't disable libgcj on
6800 sparc64-*-solaris* and sparcv9-*-solaris*.
6801
4182d9fa
AO
68022002-05-03 Alexandre Oliva <aoliva@redhat.com>
6803
6804 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6805
7bebf279
TF
68062002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6807
6808 * configure.in (FLAGS_FOR_TARGET): Do not add
6809 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6810 on i[3456]86-*-linux*.
6811
9a06dc7d
TF
68122002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6813
6814 * configure.in (noconfigdirs): Replace [ ] with test.
6815
6816 * configure.in (noconfigdirs): Do not add target-newlib if
6817 target == i[3456]86-*-linux*, and host == target.
6818
a51a07fa
NN
68192002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6820
9e7facd6
DD
6821 * configure.in: delete reference to absent file
6822
aeaa0f2f
NN
6823 * configure.in: replace '[' with 'test'
6824
4bb98828
NN
6825 * configure.in: Eliminate references to gash.
6826 * Makefile.in: Eliminate references to gash.
6827
64791664
NN
6828 * configure.in: remove useless references to 'pic' makefile fragments.
6829
3ed57cf4
NN
6830 * configure.in: (*-*-windows*) Finish removing.
6831
a51a07fa
NN
6832 * configure.in: Eliminate redundant test for libgui.
6833
8552f6f1
RS
68342002-04-29 Roger Sayle <roger@eyesopen.com>
6835
6836 * MAINTAINERS: Add self and realphabetize. Update entries
6837 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
6838 entry for a29k port maintainer.
6839
9e847666
JS
68402002-04-26 Joel Sherrill <joel@OARcorp.com>
6841
6842 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6843 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6844
704c9a14
NN
68452002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6846
6847 * configure.in: remove references to dead files
6848
7bff5059
MM
68492002-04-19 Mark Mitchell <mark@codesourcery.com>
6850
6851 * MAINTAINERS: Add information about purpose of this file.
6852
0c7c67f0
TT
68532002-04-18 Tom Tromey <tromey@redhat.com>
6854
6855 * configure.in: Disallow configuring libgcj when it is already
6856 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6857 Solaris 2.8 by default. For PR libgcj/6158.
6858
63501e91
NN
68592002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6860
6861 * configure.in: Move default CC setting out of config/mh-* fragments
6862 directly into here.
6863
701afd4d
NN
68642002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6865
6866 * configure.in: don't even try to configure or make a subdirectory
6867 if there's no configure script for it.
6868
07cdae91
MM
68692002-04-15 Mark Mitchell <mark@codesourcery.com>
6870
6871 * MAINTAINERS: Remove chill maintainers.
6872 * Makefile.in (CHILLFLAGS): Remove.
6873 (CHILL_LIB): Remove.
6874 (TARGET_CONFIGDIRS): Remove libchill.
6875 (CHILL_FOR_TARGET): Remove.
6876 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6877 CHILL_LIB.
6878 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6879 (CHECK_TARGET_MODULES): Likewise.
6880 (INSTALL_TARGET_MODULES): Likewise.
6881 (CLEAN_TARGET_MODULES): Likewise.
6882 (configure-target-libchill): Remove.
6883 (all-target-libchill): Remove.
6884 * configure.in (target_libs): Remove target-libchill.
6885 Do not compute CHILL_FOR_TARGET.
6886 * libchill: Remove directory.
5ce6f47b 6887
ab50d72b
DD
68882002-04-11 DJ Delorie <dj@redhat.com>
6889
6890 * Makefile.in, configure.in: Sync with binutils, entries
6891 follow...
6892
0a1e123a
DD
68932002-04-07 Andrew Cagney <ac131313@redhat.com>
6894
6895 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
6896 (do-tar, do-bz2): New rules.
6897 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
6898 (gdb-tar): New rule.
6899 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
6900 (insight_dejagnu.tar): New rule.
6901 (insight.tar): New rule.
6902 (gdb+dejagnu.tar): New rule.
6903 (gdb.tar): New rule.
6904
ab50d72b
DD
69052002-02-01 Mo DeJong <supermo@bayarea.net>
6906
6907 * Makefile.in: Add all-tix to deps for all-snavigator
6908 so that tix is built when building snavigator.
6909
69102002-01-11 Steve Ellcey <sje@cup.hp.com>
6911
6912 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6913 ld and gdb are not supported.
6914
69152002-01-07 Mark Salter <msalter@redhat.com>
6916
6917 * configure.in: Remove target-bsp and target-cygmon from arm builds.
6918 Allow target-libgloss to be built for arm, strongarm, and xscale.
6919
69202001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
6921
6922 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
6923 options for i[3456]86-pc-linux* native builds.
6924
69252001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
6926
6927 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
6928 files from .po files for a distribution.
6929
69302001-09-03 Jeff Holcomb <jeffh@redhat.com>
6931
6932 * configure.in: Enable libstdc++-v3 for h8300 targets.
6933
69342001-06-19 Alan Modra <amodra@bigpond.net.au>
6935
6936 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
6937 version from bfd/.
6938
6939Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
6940
6941 * Makefile.in (VER): When present, extract the version number from
6942 the file version.in.
6943
69442001-05-24 Tom Rix <trix@redhat.com>
6945
6946 * configure.in : enable ld for aix
6947
69482001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
6949
6950 * config.guess: Add linux target for S/390.
6951
69522000-11-07 Philip Blundell <pb@futuretv.com>
6953
6954 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6955
69562000-11-03 Philip Blundell <pb@futuretv.com>
6957
6958 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6959 files.
6960
69612001-01-15 Ben Elliston <bje@redhat.com>
6962
6963 * configure.in (host_tools): Add sid.
6964 Always configure cgen.
6965
69662000-11-24 Nick Clifton <nickc@redhat.com>
6967
6968 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
6969
6970
69712000-08-20 Doug Evans <dje@casey.transmeta.com>
6972
6973 * Makefile.in (ALL_MODULES): Add all-cgen.
6974 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6975 (all-cgen): New target.
6976 (all-opcodes,all-sim): Depend on all-cgen.
6977 * configure.in (host_tools): Add cgen.
6978 Only configure cgen if --enable-cgen-maint.
6979
ef98ad7b
LR
69802002-04-09 Loren J. Rittle <ljrittle@acm.org>
6981
6982 * configure.in: Add *-*-freebsd* configurations.
6983
90def2b2
TT
69842002-04-08 Tom Tromey <tromey@redhat.com>
6985
6986 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6987 Fixes PR libgcj/6068.
6988
320d7e7a
KW
69892002-03-30 Krister Walfridsson <cato@df.lth.se>
6990
6991 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6992
18b467f1
RO
69932002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6994
6995 * configure.in (alpha*-dec-osf*): Enable libgcj.
6996
8bb3a5af
MG
69972003-03-27 Matthew Gingell <gingell@gnat.com>
6998
6999 * MAINTAINERS (Write After Approval): Add myself.
7000
56ae9405
NC
70012002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7002
7003 Fix for: PR bootstrap/3591, target/5676
7004 * configure.in (mcore-pe): Disable the configuration of
7005 libstdc++-v3 since exceptions are not supported.
7006
f18d9a0c
AG
70072002-03-20 Anthony Green <green@redhat.com>
7008
7009 * configure.in: Enable libgcj for xscale-elf target.
7010
c0e21eef
R
7011Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
7012
7013 * MAINTAINERS: Update my email address.
7014
28eca9e8
AO
70152002-03-16 Alexandre Oliva <aoliva@redhat.com>
7016
7017 * ltmain.sh (relink_command): Fix typo in previous change.
7018
e67e72c7
AO
70192002-03-15 Alexandre Oliva <aoliva@redhat.com>
7020
7021 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7022 (relink_command): Added --tag flags.
7023 (mode=install): If relinking fails; error out.
7024
c2273204
RH
70252002-03-12 Richard Henderson <rth@redhat.com>
7026
7027 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7028 .NOTPARALLEL tag.
7029 (do-check): Rename from check.
7030 (check): Allow parallel check.
7031
bcb64245
BW
70322002-03-12 Bob Wilson <bob.wilson@acm.org>
7033
7034 * MAINTAINERS: Add myself as maintainer for xtensa port.
7035 Fix alphabetical order in CPU port maintainer list.
7036 Remove myself from Write After Approval list.
7037
63adb4ff
RH
70382002-03-11 Richard Henderson <rth@redhat.com>
7039
7040 * Makefile.in (.NOTPARALLEL): Add fake tag.
7041
9bec4bf0
L
70422002-03-07 H.J. Lu (hjl@gnu.org)
7043
7044 * configure.in: Enable gprof for mips*-*-linux*.
7045
c7fc1f84
DS
70462002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
7047
7048 * MAINTAINERS (Write After Approval): Add myself.
7049
6bff33fb
AO
70502002-02-28 Alexandre Oliva <aoliva@redhat.com>
7051
7052 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7053 libjava.
7054 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7055
0210b33b
AO
70562002-02-23 Alexandre Oliva <aoliva@redhat.com>
7057
7058 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7059 because its Makefile is there; test for the executable instead.
7060
fcc0a3ef
AO
70612002-02-22 Alexandre Oliva <aoliva@redhat.com>
7062
7063 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7064 libstdc++-v3 and libjava.
7065
97cf8285
AM
70662002-02-11 Adam Megacz <adam@xwt.org>
7067
7068 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7069 boehm-gc
5ce6f47b 7070
40fe0ec3
AO
70712002-02-09 Alexandre Oliva <aoliva@redhat.com>
7072
7073 * config.guess: Updated to 2002-01-30's version.
7074 * config.sub: Updated to 2002-02-01's version.
7075 Contribute sh64-elf.
7076 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7077 * configure.in: Added sh64-*-*.
7078
694d53ee
CD
70792002-02-08 Chris Demetriou <cgd@broadcom.com>
7080
7081 * MAINTAINERS: Belatedly add myself to write after approval list.
7082
a9ca50b1
JH
7083Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
7084
7085 * MAINTAINERS: Put self in as maintainer for x86-64 port.
7086 Remove self as Write After Approval.
7087
5ffc3500
GK
70882002-01-31 Geoffrey Keating <geoffk@redhat.com>
7089
7090 * MAINTAINERS: Put self in as maintainer for contrib/regression
7091 directory.
7092
4ceaf7fb
PE
70932002-01-28 Phil Edwards <pme@gcc.gnu.org>
7094
7095 * MAINTAINERS: Update my email address.
7096
51584787
JT
70972002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7098
5ce6f47b
EC
7099 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7100 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
7101 libraries if not supported for NetBSD on target CPU.
7102
5701d273
DR
71032002-01-25 Douglas B Rupp <rupp@gnat.com>
7104
7105 * install-sh: Use _inst.$$_ for temp file name.
7106
b299a075
JT
71072002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
7108
7109 * MAINTAINERS (Write After Approval): Move my contact info
7110 from here...
7111 (OS Port Maintainers): ...to here (netbsd).
7112
51fe14b5
BW
71132002-01-22 Bob Wilson <bob.wilson@acm.org>
7114
7115 * MAINTAINERS (Write After Approval): Add myself.
7116
b634ad42
L
71172002-01-17 H.J. Lu <hjl@gnu.org>
7118
7119 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7120 (all-target-fastjar): Also depend on all-target-libiberty.
7121
3cd87679
L
71222002-01-16 H.J. Lu (hjl@gnu.org)
7123
7124 * config.guess: Import from master sources, rev 1.225.
7125 * config.sub: Import from master sources, rev 1.238.
7126
969a6d8f
KH
71272002-01-16 Kazu Hirata <kazu@hxi.com>
7128
7129 * MAINTAINERS (Write After Approval): Remove myself.
7130
366f6a52
FW
71312001-12-19 Florian Weimer <fw@deneb.enyo.de>
7132
7133 * MAINTAINERS (Write After Approval): Add myself.
7134
f02240b6
JM
71352001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
7136
7137 * MAINTAINERS: Add self as docs co-maintainer.
7138
5d08dc39
MK
71392001-12-11 Matthias Klose <doko@debian.org>
7140
7141 * MAINTAINERS (Write After Approval): Add myself.
7142
39e790d5
ZW
71432001-12-09 Zack Weinberg <zack@codesourcery.com>
7144
7145 * MAINTAINERS: Update my email address.
7146
4519d6a3
TC
71472001-12-07 Turly O'Connor <turly@apple.com>
7148 * MAINTAINERS (Write After Approval): Add myself.
7149 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
7150 (rs6000_initialize_trampoline): Call __trampoline_setup for
7151 ABI_DARWIN too.
7152 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 7153 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 7154
21cf0a73
PC
71552001-12-07 Paolo Carlini <pcarlini@unitus.it>
7156
7157 * MAINTAINERS (Write After Approval): Add myself.
7158
4ee43206
DR
7159Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7160
7161 * configure, configure.in: Use temp file for long sed commands.
7162
251931f3
LG
71632001-12-03 Laurent Guerby <guerby@acm.org>
7164
7165 * config.sub: Update to version 1.232 on subversion.
7166
03777dd7
BE
71672001-12-03 Ben Elliston <bje@redhat.com>
7168
7169 * MAINTAINERS: Update mail address for config.* patches.
7170
e490616e
ZW
71712001-11-27 DJ Delorie <dj@redhat.com>
7172 Zack Weinberg <zack@codesourcery.com>
7173
7174 When build != host, create libiberty for the build machine.
7175
7176 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7177 CONFIG_ARGUMENTS.
7178 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7179 New variables.
7180 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7181 and rules.
7182 (all.normal): Depend on ALL_BUILD_MODULES.
7183 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7184 (all-build-libiberty): Depend on configure-build-libiberty.
7185
7186 * configure: Calculate and substitute proper value for
7187 ALL_BUILD_MODULES.
7188 * configure.in: Create the build subdirectory.
7189 Calculate and substitute TARGET_CONFIGARGS (formerly
7190 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7191
04075e8f
ZL
71922001-11-26 Ziemowit Laski <zlaski@apple.com>
7193
7194 * MAINTAINERS (write-after-approval): Add self.
7195
ed19322d
CR
71962001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
7197
7198 * MAINTAINERS (GNATS only accounts): Remove self.
7199
90a12988
HPN
72002001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7201
7202 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7203 libf2c.
7204
77e653ad
CR
72052001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
7206
7207 * MAINTAINERS (Write After Approval): Add self.
7208
64adad99
DB
72092001-11-12 David O'Brien <obrien@FreeBSD.org>
7210
7211 * MAINTAINERS: mips and s390 are also CPU ports.
7212
834a28c7
DB
72132001-11-12 David O'Brien <obrien@FreeBSD.org>
7214
7215 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7216
ef94239f
DB
72172001-11-11 David O'Brien <obrien@FreeBSD.org>
7218
7219 * MAINTAINERS: Alphabetize.
7220
beda0427
KH
72212001-11-09 Kazu Hirata <kazu@hxi.com>
7222
7223 * MAINTAINERS (Various maintainers: h8 port): Add myself.
7224
6ca224d3
JDA
72252001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
7226
7227 * MAINTAINERS (Various maintainers: hppa port): Added myself.
7228
132e4bd7
PE
72292001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7230
7231 * configure.in (--enable-languages): Be more permissive about
7232 syntax. Check for empty lists better. Warn about $LANGUAGES.
7233
c6243b4c
GK
72342001-11-08 Geoffrey Keating <geoffk@redhat.com>
7235
7236 * config.sub: Import from master sources, rev. 1.230.
7237 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7238
abbb9e76
LG
72392001-11-07 Laurent Guerby <guerby@acm.org>
7240
7241 * MAINTAINERS (Write After Approval): Add self.
7242
53cdb27a
HPN
72432001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7244
7245 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7246
dd3a88c9
HPN
72472001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
7248
7249 * config.sub: Import from master sources, rev 1.226.
7250 * config.guess: Import from master sources, rev 1.216.
7251
d344dce9
HPN
72522001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7253
7254 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7255 * MAINTAINERS: Add self as maintainer of MMIX port.
7256 Remove old after-approval entry.
7257
63f6bcd7
JM
72582001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
7259
7260 * ChangeLog, configure: Fix spelling errors.
7261
84f92638
BK
72622001-10-20 Brendan Kehoe <brendan@zen.org>
7263
7264 * MAINTAINERS: Tweak my address.
7265
2f30eda4
R
7266Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
7267
7268 * MAINTAINERS: Update my email address.
7269
1567080c 72702001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 7271
f48a3b5c 7272 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 7273 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 7274
30106886
GB
72752001-10-10 Geert Bosch <bosch@gnat.com>
7276
e490616e 7277 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
7278 Added Robert Dewar.
7279
d3d51b8c
DB
72802001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
7281
7282 * MAINTAINERS (Write After Approval): Added self
7283
d1c3e709
GB
72842001-10-02 Geert Bosch <bosch@gnat.com>
7285
7286 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7287
50f5f793
JM
72882001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7289
7290 * configure: Handle temporary files securely using mkdir.
7291
7fddf9a9
AO
72922001-09-29 Alexandre Oliva <aoliva@redhat.com>
7293
7294 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7295
387beb82
WC
72962001-09-26 Will Cohen <wcohen@redhat.com>
7297
7298 * configure.in (*-*-linux*): Disable configuration of target-newlib
7299 and target-libgloss.
e490616e 7300
0c055e34
AO
73012001-09-26 Alexandre Oliva <aoliva@redhat.com>
7302
7303 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7304 RANLIB.
7305
759bfa90
AO
73062001-09-21 Alexandre Oliva <aoliva@redhat.com>
7307
7308 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7309 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7310 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7311 avoid quotes nesting problems.
7312 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7313 (DO_X): Export only variables that are set.
7314
1dc4a750
BE
73152001-09-19 Ben Elliston <bje@redhat.com>
7316
7317 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7318 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7319 semantics. Use the shell built-in "type" command instead.
7320
898c7238
AO
73212001-08-31 Alexandre Oliva <aoliva@redhat.com>
7322
7323 Merged from gcc-3_0-branch:
7324 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7325 * ltcf-c.sh: Use $objext, not $ac_objext.
7326 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7327 * ltcf-cxx.sh: Add support for GNU.
7328 2001-07-22 Timothy Wall <twall@redhat.com>
7329 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7330 default settings if using GNU tools with that configuration.
7331 * ltcf-cxx.sh: Ditto.
7332 * ltcf-gcj.sh: Ditto.
7333 2001-07-21 Michael Chastain <chastain@redhat.com>
7334 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7335 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7336 * ltmain.sh: Mark as gcc-local.
7337
8fa0a32e
EC
73382001-08-30 Eric Christopher <echristo@redhat.com>
7339 Jason Eckhardt <jle@redhat.com>
7340
7341 * config.guess: Merge from master sources.
7342 * config.sub: Merge from master sources, add support for mipsisa32.
7343
32f30f91 73442001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
7345 * config.sub: Merge from master sources, rev 1.219.
7346 * MAINTAINERS: Add self as contact for stormy16 port.
7347
f6084f99
ZW
73482001-08-14 Zack Weinberg <zackw@panix.com>
7349
7350 * config.sub: Merge from master sources, rev 1.218.
7351 * config.guess: Merge from master sources, rev 1.209.
7352
91b54f7f
GS
73532001-08-11 Graham Stott <grahams@redhat.com>
7354
7355 * Makefile.in (check-c++): Add missing semicolon.
7356
e5b3941e
JH
7357Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
7358
32f30f91 7359 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 7360
6387a56e
EC
73612001-07-30 Eric Christopher <echristo@redhat.com>
7362
7363 * MAINTAINERS (Various maintainers: mips port): Added myself.
7364
53b475f0
AH
73652001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7366
e490616e 7367 * configure.in (sh-*-linux*): New.
53b475f0 7368
2a08c780
RH
73692001-07-27 Richard Henderson <rth@redhat.com>
7370
7371 * .cvsignore: Add LAST_UPDATED.
7372
bfa79422
UW
73732001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
7374
7375 * MAINTAINERS (Various maintainers: s390 port): Added myself.
7376
0ae85492
AH
73772001-07-16 Aldy Hernandez <aldyh@redhat.com>
7378
e490616e 7379 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 7380
8e1ab0fe
NP
7381Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
7382
7383 * MAINTAINERS (Write After Approval): Added myself.
7384
2b997990
SC
73852001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7386
7387 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7388 and libgcj on m68hc11/m68hc12.
7389
d920e825
L
73902001-06-27 H.J. Lu (hjl@gnu.org)
7391
7392 * Makefile (CFLAGS_FOR_BUILD): New.
7393 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7394
d425a1e0
JM
73952001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
7396
7397 * README: Remove version number.
7398
5b5b4207
GP
73992001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7400
7401 * INSTALL/README: Update wrt. to the installation instructions now
7402 residing in gcc/doc/install.texi.
7403
be839b69
JM
74042001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
7405
7406 * README: Replace with a cut-down and updated version of gcc/README.
7407
fe2ee7c4
DE
74082001-06-12 David Edelsohn <edelsohn@gnu.org>
7409
7410 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
7411 multilibs to be disabled.
7412
4f5d646c
DB
74132001-06-11 Daniel Berlin <dan@cgsoftware.com>
7414
7415 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 7416
818f0c85
AO
74172001-06-09 Alexandre Oliva <aoliva@redhat.com>
7418
7419 * config.guess: Import CVS version 1.195.
7420 * config.sub: Import CVS version 1.212.
7421
e9a8af10
AO
74222001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7423
7424 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7425 gcc/xgcc is built, use -print-prog-name to find out the program
7426 name to use.
7427
ae3ca0a9
PE
74282001-06-04 Phil Edwards <pme@sources.redhat.com>
7429
7430 * config.guess: Import CVS version 1.194. All gcc-local changes
7431 appear to also be in the master copy.
7432 * config.sub: Import CVS version 1.211.
7433
066bd40d
MM
7434Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
7435
7436 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7437 with_gcc]: Use `gcc -shared' to build a shared library.
7438
4aef4f33
JDA
7439Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
7440
7441 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7442 archives.
7443
c386f00f
RO
7444Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7445
7446 * MAINTAINERS (Write After Approval): Add myself.
7447
2ae5cea5
HPN
74482001-06-01 Hans-Peter Nilsson <hp@axis.com>
7449
7450 * configure.in (libstdcxx_flags): Do not try to execute
7451 libstdc++-v3/testsuite_flags until it exists.
7452
c3766183
AM
74532001-06-01 Alan Modra <amodra@bigpond.net.au>
7454
7455 * MAINTAINERS: Update my email address.
7456
9b337833
GS
74572001-05-31 Graham Stott <grahams@redhat.com>
7458
7459 * MAINTAINERS (Write After Approval): Add myself.
7460
55fce0eb
SP
74612001-05-28 Simon Patarin <simon.patarin@inria.fr>
7462
7463 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7464 libraries when using g++ with native linker.
7465
5f7de4b8
AO
74662001-05-28 Alexandre Oliva <aoliva@redhat.com>
7467
7468 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7469
a7bc0fbb
AO
74702001-05-22 Alexandre Oliva <aoliva@redhat.com>
7471
7472 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7473 [aix4*|aix5*]: Prepend blank.
7474
33456445
AO
74752001-05-20 Alexandre Oliva <aoliva@redhat.com>
7476
7477 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7478 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7479 of subdir/configure scripts to use the new libtool.m4.
7480
e48d3d00
MK
74812001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
7482
7483 * MAINTAINERS (Write After Approval): Add myself.
7484
9e0e191b
BK
74852001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7486
7487 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7488
3f19b439
BE
74892001-05-11 Ben Elliston <bje@redhat.com>
7490
7491 * Makefile.in (all-sid): New target.
7492 (check-sid, clean-sid, install-sid): Likewise.
7493
6ebe3121
JO
74942001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7495
7496 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7497
ca3667c4
AO
74982001-05-03 Alexandre Oliva <aoliva@redhat.com>
7499
7500 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7501 libgcj.
7502
75032001-05-03 Alexandre Oliva <aoliva@redhat.com>
7504
7505 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7506 gcc/xgcc is built, use -print-prog-name to find out the program
7507 name to use.
7508
b2964d63
AO
75092001-04-26 Alexandre Oliva <aoliva@redhat.com>
7510
b1bb2302
AO
7511 * configure.in (noconfigdirs): Don't reset it from scratch in the
7512 target case; only append to it.
6387a56e 7513
b2964d63
AO
7514 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7515 sparc-*-solaris2.8]: Disable ${libgcj}.
7516
8343765d
AO
75172001-04-25 Alexandre Oliva <aoliva@redhat.com>
7518
7519 * configure.in (libgcj_saved): Copy from $libgcj.
7520 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7521 --disable-libgcj.
7522
ddbb6d43
GRK
75232001-04-25 Gavin Romig-Koch <gavin@redhat.com>
7524
7525 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 7526 C front end maintainer.
ddbb6d43 7527
3fa03ff9
AG
7528Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7529
7530 * configure.in: Move *-chorusos target case to the proper switch.
7531 Disable libgcj.
7532
99ffe40f
AO
75332001-04-12 Alexandre Oliva <aoliva@redhat.com>
7534
7535 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7536 1.641.2.228.
7537
78faa32d
FS
75382001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7539
7540 * Makefile.in (STAGE1_CFLAGS): Pass down.
7541
cdbff0ab
AM
75422001-04-13 Alan Modra <amodra@one.net.au>
7543
7544 * config.guess: Add hppa64-linux support. Note for next import that
7545 this is already in the master file.
7546 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7547
75b9074c
AO
75482001-04-12 Alexandre Oliva <aoliva@redhat.com>
7549
7550 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7551 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7552
125404c5
SS
75532001-04-11 Stan Shebs <shebs@apple.com>
7554
7555 * MAINTAINERS: Add self as Darwin port maintainer.
7556
876684fe
AM
75572001-04-11 Alan Modra <amodra@one.net.au>
7558
7559 * MAINTAINERS: Update my email address.
7560
06729913
LR
75612001-04-10 Loren J. Rittle <ljrittle@acm.org>
7562
7563 * ltcf-cxx.sh: Support creation of C++ shared libraries on
7564 recent versions of FreeBSD (release 3 or later).
7565 * ltconfig: On FreeBSD, -lc must not be provided when building
7566 a shared library or else the standard -pthread gcc option is
7567 rendered worthless to later users of the built library.
7568
67916302
JM
75692001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
7570
7571 * MAINTAINERS: Add self and RTH as C front end maintainers.
7572
d2bc0628
AO
75732001-04-05 Alexandre Oliva <aoliva@redhat.com>
7574
e490616e
ZW
7575 * config.sub: Make sure to match an already-canonicalized
7576 machine name (eg. mn10300-unknown-elf).
d2bc0628 7577
a3406c06
AO
75782001-04-01 Alexandre Oliva <aoliva@redhat.com>
7579
7580 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7581 New macros.
7582 (bootstrap, cross): Use RECURSE_FLAGS.
7583 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7584
a076f6a4
AO
75852001-03-27 Alexandre Oliva <aoliva@redhat.com>
7586
7587 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7588
e9f4fa71
CH
75892001-03-22 Colin Howell <chowell@redhat.com>
7590
7238de5c
CH
7591 * Makefile.in (DO_X): Do not backslash single-quotes in
7592 backquotes (two places).
e9f4fa71 7593
b6b14b1b
AO
75942001-03-22 Alexandre Oliva <aoliva@redhat.com>
7595
7596 Re-installed:
7597 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7598 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7599 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7600 * ltcf-cxx.sh: Likewise.
7601 * ltcf-gcj.sh: Likewise.
7602
1eb0b89d
GP
76032001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7604
7605 * MAINTAINERS: Add myself as "documentation co-maintainer".
7606
82e23236
AO
76072001-03-22 Alexandre Oliva <aoliva@redhat.com>
7608
7609 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7610 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7611
64ec27c3
TT
76122001-03-19 Tom Tromey <tromey@redhat.com>
7613
7614 * config-ml.in: Handle GCJ and GCJFLAGS.
7615
191de407
MC
76162001-03-21 Michael Chastain <chastain@redhat.com>
7617
7618 * Makefile.in: all-m4 depends on all-texinfo.
7619
fed4dede
LR
76202001-03-20 Loren J. Rittle <ljrittle@acm.org>
7621
7622 * MAINTAINERS: Add myself to write after approval list.
7623
085072bb
LB
76242001-03-18 Laurynas Biveinis <lauras@softhome.net>
7625
7626 * Makefile.in (DO_X): Quote nested quotes.
7627
5af8ea3f
AM
76282001-03-18 Alan Modra <alan@linuxcare.com.au>
7629
7630 * MAINTAINERS: Add myself to write after approval list.
7631
69e23037
LB
76322001-03-15 Laurynas Biveinis <lauras@softhome.net>
7633
7634 * Makefile.in (DO_X): Use double quotes for quoting
7635 "RANLIB=$${RANLIB}".
7636
2b9650f4
OP
76372001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
7638
7639 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
7640
4698d2cf
NP
76412001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7642
7643 * configure.in: Only use `lang_requires' for languages athat are
7644 actually enabled.
7645
f6646274
PE
76462001-03-08 Phil Edwards <pme@sources.redhat.com>
7647
7648 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
7649
c9a54638
AO
76502001-03-08 Alexandre Oliva <aoliva@redhat.com>
7651
7652 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7653
6a556ad6
TT
76542001-03-07 Tom Tromey <tromey@redhat.com>
7655
7656 * configure.in: Allow config-lang.in to set `lang_requires' to list
7657 of other required languages.
7658
6822468a
LB
76592001-03-06 Laurynas Biveinis <lauras@softhome.net>
7660
7661 * Makefile.in: Remove RANLIB definition. Use RANLIB
7662 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7663 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 7664
f04885d3 76652001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 7666 Alexandre Oliva <aoliva@redhat.com>
6387a56e 7667
f04885d3
BK
7668 * Makefile.in (check-c++): Use tabs, not spaces.
7669
288edf47 76702001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 7671
288edf47
LB
7672 * MAINTAINERS: add myself to Write After Approval list.
7673
3d55d2f8 76742001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 7675
e490616e 7676 * Makefile.in (check-c++): New rule.
6387a56e 7677
4d88a68a
BK
7678 * configure.in (target_libs): Remove libg++.
7679 (noconfigdirs): Remove libg++.
7680 (noconfigdirs): Same.
7681 (noconfigdirs): Same.
7682 (noconfigdirs): Same.
7683
7684 * config-ml.in: Remove libg++ references.
7685
7686 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7687 (ALL_TARGET_MODULES): Same.
7688 (configure-target-libg++): Remove.
7689 (all-target-libg++): Remove.
7690 (configure-target-libio): Remove.
7691 (all-target-libio): Remove.
7692 (check-target-libio): Remove.
7693 (.PHONY): Remove.
7694 (libg++.tar.bz2): Remove.
7695 (all-target-cygmon): Remove libio.
7696 (all-target-libstdc++): Remove.
7697 (configure-target-libstdc++): Remove.
7698 (TARGET_LIB_PATH): Remove libstdc++.
7699 (ALL_GCC_CXX): Remove libstdc++.
7700 (all-target-gperf): Correct.
7701
2437d4ed
NC
77022001-02-16 Nick Clifton <nickc@redhat.com>
7703
7704 * configure.in (noconfigdirs): Allow configuration of texinfo
7705 for Cygwin hosts.
7706
85b99cbe
AG
77072001-02-15 Anthony Green <green@redhat.com>
7708
7709 * configure: Introduce GCJ_FOR_TARGET.
7710 * configure.in: Ditto.
7711 * Makefile.in: Ditto.
7712
7b18790c
AS
77132001-02-13 Andreas Schwab <schwab@suse.de>
7714
7715 * MAINTAINERS: Update mail address.
7716
c4880c99
MS
77172001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7718
7719 * config.guess: Add linux target for S/390.
7720 * config.sub: Likewise.
7721
e31ae6db
CC
77222001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7723
7724 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 7725 target-libgloss.
e31ae6db 7726
7739adfb
BE
77272001-02-06 Ben Elliston <bje@redhat.com>
7728
7729 * configure: Output host type to stdout, not stderr.
7730
36ca672c
MM
77312001-02-05 Mark Mitchell <mark@codesourcery.com>
7732
e40f2829 7733 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
7734 * ltcf-cxx.sh: Likewise.
7735
36ca672c
MM
7736 * config.if: Assume enable_libstdcxx_v3 is defined.
7737
22fdd65e
MM
77382001-02-04 Mark Mitchell <mark@codesourcery.com>
7739
7740 Remove V2 C++ library.
7741 * configure.in: Remove --enable-libstdcxx_v3 support.
7742
3b60dd8e
BM
77432001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
7744
7745 * include/demangle.h: Add prototype for java_demangle_v3.
7746
42c0c80a
PE
77472001-01-29 Phil Edwards <pme@sources.redhat.com>
7748
7749 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
7750
0be25992
RH
77512001-01-27 Richard Henderson <rth@redhat.com>
7752
7753 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7754
8a8de62d
MS
77552001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7756
7757 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7758 Don't unset, it's non-portable and no longer necessary, set to empty
7759 instead.
7760
92769744
MS
77612001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7762
7763 * ltconfig: Shell portability fix for the tagname validity check.
7764
88a1c0ab
AO
77652001-01-27 Alexandre Oliva <aoliva@redhat.com>
7766
7767 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7768 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7769
45291dd5
MS
77702001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7771
7772 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7773
1ace7e15
TT
77742001-01-26 Tom Tromey <tromey@redhat.com>
7775
7776 * configure.in: Allow libgcj to be built on Sparc Solaris.
7777
0ef8b11b
DE
77782001-01-25 David Edelsohn <edelsohn@gnu.org>
7779
7780 * ltcf-c.sh: Add aix5 case.
7781 * ltcf-cxx.sh: Likewise.
7782 * ltconfig: Likewise.
7783
0006091e
AO
77842001-01-24 Alexandre Oliva <aoliva@redhat.com>
7785
9bad11e1
AO
7786 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7787 keep at least one of build_libtool_libs or build_old_libs set to
7788 yes.
7789
0006091e
AO
7790 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7791 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7792
7c01b2b5
BM
77932001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7794
7795 * configure.in: Enable libgcj on several additional platforms.
7796
d340e0ac
BM
77972001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7798
7799 * configure.in: Enable libgcj for linux targets.
7800
5baf8c37
MS
78012001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7802
7803 * MAINTAINERS (Write After Approval): Add myself.
7804
10a0ba84
JDA
78052001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
7806
7807 * MAINTAINERS: Add myself as vax port maintainer.
7808
357c6a4b
FH
78092001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
7810
7811 * MAINTAINERS: Add myself as Mercury front-end maintainer.
7812
6e2d9a7a
MS
78132001-01-09 Mike Stump <mrs@wrs.com>
7814
7815 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7816 failures of subdirectories.
7817
b6b14b1b 78182001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 7819
b6b14b1b 7820 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 7821 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
7822 * ltcf-cxx.sh: Likewise.
7823 * ltcf-gcj.sh: Likewise.
7824 * ltconfig.sh: Fix typo.
976b230d 7825
07109110
LB
78262001-01-02 Laurynas Biveinis <lauras@softhome.net>
7827
7828 * configure: handle DOS-style absolute paths.
7829
1da5b8fc
LB
78302001-01-02 Laurynas Biveinis <lauras@softhome.net>
7831
7832 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7833
4c2f5b4f
MM
78342000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
7835
7836 * MAINTAINERS: Add myself as avr port co-maintainer.
7837
bc53668e
BE
78382000-12-28 Ben Elliston <bje@redhat.com>
7839
7840 * MAINTAINERS: Add myself under ``Write After Approval''.
7841
c387606f
JM
78422000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
7843
7844 * texinfo: Remove directory from GCC.
7845
2cb5082c
JM
78462000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
7847
7848 * COPYING: Update to current
7849 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
7850 to 19yy as example year in copyright notice).
7851
cc330df9
BK
78522000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7853
6387a56e 7854 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
7855 (libstdcxx_incdir): Pass down.
7856 * config.if: Remove expired bits for cxx_interface, add stub.
7857 (libstdcxx_incdir): Add variable for g++ include directory.
7858 * configure.in (gxx_include_dir): Use it.
6387a56e 7859
4c6b2835
AO
78602000-12-18 Alexandre Oliva <aoliva@redhat.com>
7861
7862 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
7863 with old-email address from ``Write After Approval''.
7864
3896f13e
AJ
78652000-12-15 Andreas Jaeger <aj@suse.de>
7866
7867 * configure.in: Handle lang_dirs.
7868
78692000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 7870
ad46e881
TT
7871 * MAINTAINERS: Removed brads.
7872
90a10418
TT
7873 * MAINTAINERS: Added gcj developers.
7874
41dfe3a2 78752000-12-13 Anthony Green <green@redhat.com>
6387a56e 7876
41dfe3a2 7877 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
7878 listed. Disable libgcj for x86 and Alpha Linux until compatible
7879 with g++ abi.
6387a56e 7880
e2f601da
MS
78812000-12-13 Mike Stump <mrs@wrs.com>
7882
7883 * Makefile.in (local-distclean): Also remove fastjar.
7884
70030c01
RB
78852000-12-12 Rodney Brown <RodneyBrown@mynd.com>
7886
7887 * contrib/gcc_update: Add fastjar --touch entries.
7888
2a50f859
AO
78892000-12-12 Alexandre Oliva <aoliva@redhat.com>
7890
7891 * configure.in: Disable language-specific target libraries for
7892 languages that aren't enabled.
7893
7743113b
AG
78942000-12-10 Anthony Green <green@redhat.com>
7895
7896 * configure.in: Define libgcj. Disable libgcj target libraries for
7897 most targets.
7898
92e061a6
NB
78992000-12-10 Neil Booth <neilb@earthling.net>
7900
7901 * MAINTAINERS: Update mail address, remove from WAA list.
7902
f34ff6d6
APB
79032000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7904
7905 * libjava: Imported from /cvs/java.
7906 * libffi: Likewise.
7907 * Boehm-gc: Likewise.
7908
d82a33c6
APB
79092000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7910
7911 * configure.in (target_libs): Revert 2000-12-08 patch.
7912 (noconfigdirs): Added target-libjava.
7913
e14f8e28
LB
79142000-12-09 Laurynas Biveinis <lauras@softhome.net>
7915
7916 * djunpack.bat: removed.
7917
fc26516b
LB
79182000-12-09 Laurynas Biveinis <lauras@softhome.net>
7919
7920 * Makefile.in: handle DOS-style absolute paths.
7921 * config-ml.in: likewise.
7922 * symlink-tree: likewise.
7923
bd8757b3
APB
79242000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7925
7926 * fastjar: Imported.
7927
81522a1f
APB
79282000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7929
7930 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7931 libjava.
7932 * configure.in (target_libs): Removed `target-libjava'.
7933
5db1f7ed
APB
79342000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7935
7936 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7937 (ALL_MODULES): Added fastjar.
7938 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7939 (all-target-libjava): all-fastjar replaces all-zip.
7940 (all-fastjar): Added.
7941 (configure-target-fastjar, all-target-fastjar): Likewise.
7942 * configure.in (host_tools): Added fastjar.
7943
5e59997c
MS
79442000-12-07 Mike Stump <mrs@wrs.com>
7945
7946 * Makefile.in (local-distclean): Remove leftover built files.
7947
0a534f40
NC
79482000-11-24 Nick Clifton <nickc@redhat.com>
7949
7950 * configure.in (xscale-elf): Add target.
7951 (xscale-coff): Add target.
7952
7686cadf
LR
79532000-11-22 Loren J. Rittle <ljrittle@acm.org>
7954
e490616e
ZW
7955 * ltcf-cxx.sh: Support creation of C++ shared libraries on
7956 recent versions of FreeBSD (release 3 or later).
7957 * ltconfig: On FreeBSD, -lc must not be provided when building
7958 a shared library or else the standard -pthread gcc option is
7959 rendered worthless to later users of the built library.
7686cadf 7960
fff01699
FF
79612000-11-16 Fred Fish <fnf@be.com>
7962
7963 * configure.in (enable_libstdcxx_v3): Fix typo,
7964 libstd++ -> libstdc++.
7965
4dc16355
KL
79662000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7967
7968 * MAINTAINERS: Add self to Write After Approval list.
7969
bf6fc7b2
BS
79702000-11-21 Bernd Schmidt <bernds@redhat.com>
7971
7972 * MAINTAINERS: Update my email address. Add myself to global write
7973 privs list.
7974
ce8e06b1
AO
79752000-11-18 Alexandre Oliva <aoliva@redhat.com>
7976
6e2a4843
AO
7977 * Makefile.in: Merge with src and libgcj.
7978 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7979 configure-target-<library> when their configure scripts need the C
7980 or C++ library to have already been built to work properly.
7981 (do_proto_toplev): Set them to an empty string.
7982
ce8e06b1
AO
7983 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7984 (REALLY_SET_LIB_PATH): Use them.
7985
c003f378
SS
79862000-11-17 Stan Shebs <shebs@apple.com>
7987
7988 * MAINTAINERS: Add self to Write After Approval list.
7989
cc1e60ea
JM
79902000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7991
7992 * configure: Provide the original toplevel configure arguments
7993 (including $0) to subprocesses in the environment rather than
7994 through gcc/configargs.h.
7995
1173593d
JM
79962000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7997
7998 * MAINTAINERS: Remove references to cccp. Change C9X reference to
7999 C99. Alphabetise "Write After Approval" list.
8000
520907ee
MM
80012000-11-12 Mark Mitchell <mark@codesourcery.com>
8002
34f6fbdb
MM
8003 * configure: Turn on libstdc++ V3 by default.
8004
520907ee
MM
8005 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8006 if we've got GCC.
8007
0bbd37ed
PB
80082000-11-11 Philip Blundell <philb@gnu.org>
8009
8010 * MAINTAINERS: Add self to Write After Approval list.
8011
7ca0e6d9
DE
80122000-11-09 David Edelsohn <edelsohn@gnu.org>
8013
8014 * ltcf-c.sh (aix4): Improve shared library configuration; require
8015 exporting symbols.
8016 * ltcf-cxx.sh (aix4): Define.
8017 * ltconfig (aix4): Define library and soname specs appropriate for
8018 AIX. Define command to create export symbols list.
8019
f559f30b
CF
8020Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
8021
8022 * config.sub: Add support for Sun Chorus
8023
fc05d516
NC
80242000-10-31 Nick Clifton <nickc@redhat.com>
8025
8026 * MAINTAINERS: Rename <name>@cygnus.com addresses to
8027 <name>@redhat.com. Also installed new email address for Clint
8028 Popetz.
6387a56e 8029
90a0e73f
JM
80302000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
8031
8032 * etc: Remove directory from GCC.
8033
a5e1b548
MM
80342000-10-16 Michael Meissner <meissner@redhat.com>
8035
8036 * configure (gcc/configargs.h): Only create if there is a build GCC
8037 directory created.
8038
6387a56e
EC
80392000-10-16 Matthias Klose <doko@debian.org>
8040
be1db873
MK
8041 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8042 when configured for libstdc++-v3.
8043
f5fa9a5b
PE
80442000-10-05 Phil Edwards <pme@gcc.gnu.org>
8045
8046 * configure: Save configure arguments to gcc/configargs.h.
8047
61a77fea
PT
80482000-10-04 Philipp Thomas <pthomas@suse.de>
8049
8050 * config.guess: Import CVS version 1.157.
8051 * config.sub: Import CVS version 1.181.
8052
3a4fee66
AP
80532000-10-04 Andris Pavenis <pavenis@latnet.lv>
8054
8055 * Makefile.in (bootstrap): avoid recursion if subdir missing
8056 (cross): ditto
8057 (do-proto-toplev): ditto
8058
3dd7094e
AO
80592000-09-30 Alexandre Oliva <aoliva@redhat.com>
8060
de710532
AO
8061 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8062 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8063
3dd7094e
AO
8064 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8065 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8066 all affected `configure' scripts.
8067
e592386f
NB
8068Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
8069
8070 * MAINTAINERS: Add self as cpplib co-maintainer.
8071
fba54939
AH
80722000-09-24 Aldy Hernandez <aldyh@redhat.com>
8073
8074 * MAINTAINERS: Add self to Write After Approval list.
8075
2bd429f4
GP
80762000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8077
8078 * INSTALL/README: egcs -> GCC update.
8079
d733f374
ME
8080Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
8081
8082 * MAINTAINERS: Add myself to Write After Approval list.
8083
d7ce9a83
KH
80842000-09-15 Kazu Hirata <kazu@hxi.com>
8085
8086 * MAINTAINERS: Add myself to Write After Approval list.
8087
18a53ffe
JL
8088Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8089
e490616e
ZW
8090 * configure.in: Do not build byacc for hppa64. Provide paths to the
8091 X11 libraries for hppa64.
18a53ffe 8092
f246ff23
SC
80932000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8094
8095 * MAINTAINERS: Add myself as 68hc11 port maintainer.
8096
06298abd
AO
80972000-09-06 Alexandre Oliva <aoliva@redhat.com>
8098
4b92758a
AO
8099 * Makefile.in (all-zlib): Added dummy target.
8100
06298abd
AO
8101 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8102 ltcf-gcj.sh: Updated from libtool multi-language branch.
8103
4d73d07a
AO
81042000-09-05 Alexandre Oliva <aoliva@redhat.com>
8105
8106 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8107 (bootstrap*): Depend on all-bootstrap.
8108
05d52d78
PT
81092000-09-05 Philipp Thomas <pthomas@suse.de>
8110
8111 * config.guess: Import CVS version 1.156.
8112 * config.sub: Import CVS version 1.179.
8113
3c809ba4
AG
81142000-09-02 Anthony Green <green@cygnus.com>
8115
8116 * Makefile.in (all-gcc): Depend on all-zlib.
8117 (CLEAN_MODULES): Add clean-zlib.
8118 (ALL_MODULES): Add all-zlib.
8119 * configure.in (host_libs): Add zlib.
8120
10ad78a0 81212000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
8122
8123 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8124 crosses, but add gcc/include to the header search path for them.
8125
b36a9ce3
DB
81262000-08-04 David E. O'Brien <obrien@FreeBSD.org>
8127
8128 * MAINTAINERS: Add self to Write After Approval list.
8129
cb011248
FS
81302000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8131
8132 * config.guess: Import CVS version 1.152.
8133 * config.sub: Import CVS version 1.177.
8134
db310af0
AO
81352000-08-25 Alexandre Oliva <aoliva@redhat.com>
8136
7965440a
AO
8137 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8138 $targargs to tell whether newlib is going to be built.
8139
db310af0
AO
8140 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8141 $$r/TARGET_SUBDIR/libio for _G_config.h.
8142
e7977565
AO
81432000-08-23 Alexandre Oliva <aoliva@redhat.com>
8144
8145 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
8146
126bb9ed
DD
81472000-08-22 DJ Delorie <dj@redhat.com>
8148
8149 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
8150
5b0e9d29
AO
81512000-08-22 Alexandre Oliva <aoliva@redhat.com>
8152
8153 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8154 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8155 sub-configures.
8156
4f3e904e
DD
81572000-08-21 DJ Delorie <dj@redhat.com>
8158
8159 * MAINTAINERS: Add self as a libiberty maintainer
8160
c9635443
AO
81612000-08-16 Alexandre Oliva <aoliva@redhat.com>
8162
8163 * configure.in (libstdcxx_flags): Use
8164 libstdc++-v3/src/libstdc++.INC.
8165
8b2100ba
AO
81662000-08-15 Alexandre Oliva <aoliva@redhat.com>
8167
8168 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8169
57119aa9
ZW
81702000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8171
eeb943b0
ZW
8172 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8173
6387a56e 8174 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
8175 explicit. Substitute enable_threads into generated Makefiles.
8176 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8177 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8178
acffa7c4
GK
81792000-08-13 Geoff Keating <geoffk@cygnus.com>
8180
8181 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
8182
808d8c41
AO
81832000-08-12 Alexandre Oliva <aoliva@redhat.com>
8184
8185 * config-ml.in (CC): Remove bogus duplicate quotation mark from
8186 previous delta.
8187
1fc8c51c 81882000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 8189
1fc8c51c
JM
8190 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8191 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8192 (FLAGS_FOR_TARGET): Not here.
8193 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 8194
25698887
AO
81952000-08-11 Alexandre Oliva <aoliva@redhat.com>
8196
8197 * config-ml.in (CC, CXX): Don't introduce a leading space.
8198
10120687
DD
81992000-08-07 DJ Delorie <dj@delorie.com>
8200
8201 * MAINTAINERS: Add self as a DJGPP maintainer
8202
15c758e9
DD
82032000-08-07 DJ Delorie <dj@redhat.com>
8204
8205 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8206 "if we're also building gcc, and it's a gcc that will run on the
8207 build machine, we want to use its includes instead of the system's
8208 default includes".
8209
2d0de245
JM
82102000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
8211
8212 * MAINTAINERS: Add self to Write After Approval list.
8213
e81b330a
AO
82142000-08-03 Alexandre Oliva <aoliva@redhat.com>
8215
83440c1e
AO
8216 * configure.in (libstdcxx_flags): Don't use `"'.
8217
e81b330a
AO
8218 * config-ml.in: Adjust multilib search paths to the
8219 appropriate multilib tree.
8220
cf95c847
AO
82212000-08-02 Alexandre Oliva <aoliva@redhat.com>
8222
8223 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8224 commas in $LANGUAGES.
8225
9e9af119
MH
82262000-08-02 Manfred Hollstein <manfredh@redhat.com>
8227
8228 * configure.in: Re-enable all references to libg++ and librx.
8229
606ce391
AO
82302000-08-01 Alexandre Oliva <aoliva@redhat.com>
8231
89820b43
AO
8232 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8233 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
8234 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8235 * ltcf-cxx.sh (need_lc): Set based on postdeps.
8236
606ce391
AO
8237 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8238
04179d4a
AO
82392000-07-31 Alexandre Oliva <aoliva@redhat.com>
8240
8241 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8242 CXX_FOR_TARGET for sed.
8243
d4eb109c
AO
82442000-07-30 Alexandre Oliva <aoliva@redhat.com>
8245
8246 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8247 Do not override if already set in the environment or in configure.
8248 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8249 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8250
4f4caf92
AO
82512000-07-28 Alexandre Oliva <aoliva@redhat.com>
8252
8253 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8254 the libtool CVS tree multi-language branch.
8255 * ltconfig, ltmain.sh: Updated.
6387a56e 8256
b87487b6
AO
82572000-07-27 Alexandre Oliva <aoliva@redhat.com>
8258
1670d1ea
AO
8259 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8260 (clean-target): Depend on it.
8261
b87487b6
AO
8262 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8263 (GCC_FOR_TARGET): Use it.
8264 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8265 * configure.in: ... here.
8266 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8267 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8268
4e81ae98
EC
82692000-07-24 Eric Christopher <echristo@cygnus.com>
8270
8271 * MAINTAINERS: Add self to Write After Approval list.
8272
059ae32c
AO
82732000-07-24 Alexandre Oliva <aoliva@redhat.com>
8274
5b28edd4
AO
8275 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8276 (configure-target-libchill, configure-target-libobjc): Likewise.
8277
059ae32c
AO
8278 * configure.in: Use the same cache file for all target libs.
8279 * config-ml.in: But different cache files per multilib variant.
8280
1adcd149
MS
82812000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8282
8283 * configure (topsrcdir): Don't use dirname.
8284
2d573dff
JO
82852000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
8286
8287 * MAINTAINERS: Add self to Write After Approval list.
8288
d207ebef
JM
82892000-07-20 Jason Merrill <jason@redhat.com>
8290
8291 * configure.in: Remove all references to libg++ and librx.
8292
8293 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8294
82952000-07-20 Hans-Peter Nilsson <hp@axis.com>
8296
8297 * config.sub: Update to subversions version 2000-07-06.
8298
7b7792d5
AH
82992000-07-12 Andrew Haley <aph@cygnus.com>
8300
8301 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8302 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8303
3abaac67
PE
83042000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8305
8306 * symlink-tree: Check number of arguments.
8307
34be2b36
JW
83082000-07-05 Jim Wilson <wilson@cygnus.com>
8309
8310 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8311 search path for a g++ extracted from the build tree. This
8312 will allow link tests run by configure scripts in
8313 subdirectories to succeed.
8314
d207ebef
JM
83152000-07-01 Koundinya K <kk@ddeorg.soft.net>
8316
e490616e 8317 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 8318
0900331b
MH
83192000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8320
8321 * MAINTAINERS: Add myself as loop discovery maintainer.
8322
d207ebef
JM
83232000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8324
8325 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8326 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8327
83282000-06-19 Timothy Wall <twall@cygnus.com>
8329
8330 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8331 * config.sub: Add tic54x target.
8332
11a27a76
TM
8333Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
8334
8335 * MAINTAINERS: Add self as Fortran maintainer,
8336 remove Craig Burley.
8337
d207ebef 8338Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 8339
d207ebef
JM
8340 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8341 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 8342
7758b73f
PT
8343Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
8344
8345 * MAINTAINERS: Add self as i18n maintainer
8346
d207ebef
JM
834720000-05-21 H.J. Lu (hjl@gnu.org)
8348
e490616e
ZW
8349 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8350 directory are used if they exist. Make sure
8351 $(build_tooldir)/include is searched for header files,
8352 $(build_tooldir)/lib/ for library files.
d207ebef 8353 (GCC_FOR_TARGET): Likewise.
e490616e 8354 (CXX_FOR_TARGET): Likewise.
d207ebef 8355
bae29210
JL
8356Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
8357
8358 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8359
d207ebef 8360Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
8361
8362 * Makefile.in (configure-target-libiberty): Depend on
8363 configure-target-newlib.
8364
aab0d19d
AO
83652000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8366
8367 * configure.in, Makefile.in: Merge all libffi-related
8368 configury stuff from the libgcj tree.
8369
d207ebef
JM
8370Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
8371
8372 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8373 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8374
8375Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8376
8377 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8378 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 8379 current version information. Add to proto-toplev directory.
d207ebef
JM
8380 (gdb-taz): Build do-djunpack.
8381
758c7bd4
DE
83822000-05-15 David Edelsohn <edelsohn@gnu.org>
8383
8384 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8385
1888228d
AC
8386Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
8387
8388 * MAINTAINERS: Add self to Write After Approval list.
8389
d207ebef
JM
83902000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8391
8392 * ltmain.sh: Preserve in relink_command any environment
8393 variables that may affect the linker behavior.
8394
2d7cc2fe
JL
8395Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
8396
d207ebef
JM
8397 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8398
8399Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
8400
8401 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8402
84032000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8404
8405 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 8406 with the version name.
2d7cc2fe 8407
ee455968
JE
8408Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
8409
8410 * MAINTAINERS: Add self as bb-reorder maintainer.
8411
73b97e5c
BK
84122000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8413
8414 * config.if: Tweak.
8415
d207ebef
JM
84162000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8417
8418 * djunpack.bat: New file.
8419
8420Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
8421
8422 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
8423 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8424 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8425 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 8426
954869eb
DP
84272000-04-16 Dave Pitts <dpitts@cozx.com>
8428
e490616e
ZW
8429 * config.sub (case $basic_machine): Change default for "ibm-*"
8430 to "openedition".
954869eb 8431
eaabe541
AJ
84322000-04-13 Andreas Jaeger <aj@suse.de>
8433
8434 * MAINTAINERS: Added myself.
8435
d207ebef
JM
8436Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8437
8438 * Makefile.in (gdb-taz): New target. GDB specific archive.
8439 (do-md5sum): New target.
8440 (MD5PROG): Define.
8441 (PACKAGE): Default to TOOL.
8442 (VER): Default to a shell script.
8443 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 8444 md5 checksum generation.
d207ebef
JM
8445 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8446 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8447 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 8448 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
8449
8450Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
8451
8452 * configure (warn_cflags): Delete.
8453
0ea6d60c
PDM
8454Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
8455
8456 * MAINTAINERS: Added myself.
8457
17090313 84582000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 8459 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 8460
e490616e
ZW
8461 * configure.in (enable_libstdcxx_v3): Add.
8462 (target_libs): Add bits here to switch between libstdc++-v2 and
8463 libstdc++-v3.
8464 * config.if: And this file too.
8465 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 8466
76b78517
MM
84672000-04-05 Michael Meissner <meissner@redhat.com>
8468
8469 * config.sub (d30v): Add d30v as a basic machine type.
8470
ad242caf
JM
84712000-03-29 Jason Merrill <jason@casey.cygnus.com>
8472
8473 * configure.in: -linux-gnu*, not -linux-gnu.
8474
d4537148
TM
8475Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
8476
8477 * MAINTAINERS: Add self in write-after-approval section.
8478
f152e9d4
JW
8479Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
8480
8481 * MAINTAINERS: Add self as ia64 port maintainer.
8482
6a5fcef1
NB
84832000-03-08 Neil Booth <NeilB@earthling.net>
8484
8485 * MAINTAINERS: Add self in write-after-approval section.
8486
d207ebef 8487Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 8488
d207ebef
JM
8489 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8490 (do-tar-bz2): Replace TOOL with PACKAGE.
8491 (gdb.tar.bz2): Remove GDBTK from GDB package.
8492 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 8493 dejagnu.tar.bz2): New packages.
d207ebef
JM
8494
84952000-02-27 Andreas Jaeger <aj@suse.de>
8496
8497 * configure.in: Add entry for mips*-*-linux*, move catch all
8498 *-*-*linux* entry below this one.
8499
85002000-02-27 Ian Lance Taylor <ian@zembu.com>
8501
8502 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 8503
521fe9d0
NC
85042000-02-24 Nick Clifton <nickc@cygnus.com>
8505
8506 * config.sub: Support an OS of "wince".
8507
d207ebef
JM
8508Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
8509
8510 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 8511 version.
d207ebef
JM
8512
85132000-02-23 Linas Vepstas <linas@linas.org>
8514
8515 * config.sub: Add support for Linux/IBM 370.
8516 * configure.in: Likewise.
8517
3a685f6f
NC
85182000-02-22 Nick Clifton <nickc@cygnus.com>
8519
8520 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8521
d207ebef 85222000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 8523
d207ebef 8524 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 8525
4746ee26
KG
85262000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8527
8528 * configure (gcc_version): When setting, narrow search to
8529 lines containing `version_string'.
8530
ba96c72d
DC
85312000-02-15 Denis Chertykov <denisc@overta.ru>
8532
8533 * config.sub: Add support for avr target.
8534
77f16a66
NC
85352000-02-14 Nick Clifton <nickc@cygnus.com>
8536
8537 * MAINTAINERS: Add maintainers for MCore port.
8538
784a3a80
HPN
8539Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
8540
8541 * config.sub: Add mmix-knuth-mmixware.
8542
719dd4fa
KG
85432000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8544
8545 * MAINTAINERS: Pair cccp with cpplib maintainership.
8546
d207ebef
JM
85472000-01-27 Christopher Faylor <cgf@redhat.com>
8548
8549 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8550 structure stuff to -L library search.
8551 (CXX_FOR_TARGET): Ditto.
8552 (CROSS_CHECK_MODULES): Fix spelling mistake.
8553
7a53e94b
MM
85542000-01-24 Mark Mitchell <mark@codesourcery.com>
8555
8556 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8557 the C++ compiler.
8558
0da3b5a7
RH
85592000-01-12 Richard Henderson <rth@cygnus.com>
8560
8561 * configure.in: Don't build some bits for beos.
8562
02368d6d
JS
85632000-01-12 Joel Sherrill (joel@OARcorp.com)
8564
8565 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8566 as include files.
8567
2e76d35c
ZW
85682000-01-11 Zack Weinberg <zack@wolery.cumb.org>
8569
8570 * Add self as cpplib maintainer, as requested by Jason
8571 Merrill. Correct my e-mail address.
8572
4c25fdcf
GK
85732000-01-06 Geoff Keating <geoffk@cygnus.com>
8574
8575 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8576 not mh-aix43.
8577
188e3966
HPN
8578Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
8579
8580 * MAINTAINERS: Add myself to "write after approval" list.
8581
c2f5d030
RH
85821999-12-14 Richard Henderson <rth@cygnus.com>
8583
8584 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8585 * config.sub: Accept alphaev[78], alphaev8.
8586
eeda916a
AO
85871999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8588
8589 * config.guess, config.sub: Update from autoconf.
8590
b3bd7820
BK
85911999-11-29 Bruce Korb <autogen@linuxbox.com>
8592
2c290989 8593 * MAINTAINERS: update my playtime e-address.
b3bd7820 8594
1882b2b1
RO
8595Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8596
8597 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8598 necessary libraries are missing.
8599
2395f805
DN
8600Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
8601
8602 * MAINTAINERS: Add new 'write after approval' maintainer.
8603
1e25de97
APB
8604Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
8605
8606 * MAINTAINERS: Add new Java maintainer.
8607
1722c704
AS
86081999-10-25 Andreas Schwab <schwab@suse.de>
8609
8610 * configure: Fix quoting inside arguments of eval.
8611
8141abe8
NC
86121999-10-21 Nick Clifton <nickc@cygnus.com>
8613
8614 * config-ml.in: Allow suppression of some ARM multilibs.
8615
0b77644a
LV
8616Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8617
8618 * config.guess: Add OS/390 match pattern.
8619 * config.sub: Add mvs, openedition targets.
8620 * configure.in (i370-ibm-opened*): New.
8621
d207ebef
JM
86221999-09-04 Steve Chamberlain <sac@pobox.com>
8623
8624 * config.sub: Add support for configuring for pj.
8625
86261999-08-31 Nick Clifton <nickc@cygnus.com>
8627
8628 * config.sub (maybe_os): Add support for configuring for fr30.
8629
af13ebe9
NC
86301999-08-25 Nick Clifton <nickc@cygnus.com>
8631
8632 * configure.in: Do not configure or build ld for AIX
8633 platforms. ld is known to be broken on these platforms.
8634
1250c760
RO
8635Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8636
8637 * config-ml.in: Pass compiler flag corresponding to multidirs to
8638 subdir configures.
8639
d207ebef
JM
86401999-08-09 Ian Lance Taylor <ian@zembu.com>
8641
8642 * Makefile.in (LDFLAGS): Define.
8643
86441999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8645
8646 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8647 noconfigdirs.
8648 (*-*-cygwin*): Likewise.
8649
86501999-08-08 Ian Lance Taylor <ian@zembu.com>
8651
8652 * mkdep: New file.
8653 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8654 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8655
8656 From Eli Zaretskii <eliz@is.elta.co.il>:
8657 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8658 long file name when using DJGPP on MS-DOS.
8659
dbd83e11
JL
8660Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8661
8662 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8663
d207ebef
JM
86641999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8665
8666 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8667 dependency as this causes "make check" to globally "make all"
8668
cd1f4c2c
TT
8669Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8670
8671 * configure.in (target_libs): Added target-zlib.
8672 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8673 (CONFIGURE_TARGET_MODULES): Likewise.
8674 (CHECK_TARGET_MODULES): Likewise.
8675 (INSTALL_TARGET_MODULES): Likewise.
8676 (CLEAN_TARGET_MODULES): Likewise.
8677 (configure-target-zlib): New target.
8678 (all-target-zlib): Likewise.
8679 (all-target-libjava): Depend on all-target-zlib.
8680 (configure-target-libjava): Depend on configure-target-zlib.
8681
8682 * Makefile.in (configure-target-libjava): Depend on
8683 configure-target-newlib.
8684 (configure-target-boehm-gc): New target.
8685 (configure-target-qthreads): New target.
8686
e490616e
ZW
8687 * configure.in (target_libs): Added target-qthreads.
8688 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8689 (CONFIGURE_TARGET_MODULES): Likewise.
8690 (CHECK_TARGET_MODULES): Likewise.
8691 (INSTALL_TARGET_MODULES): Likewise.
8692 (CLEAN_TARGET_MODULES): Likewise.
8693 (all-target-qthreads): New target.
8694 (configure-target-libjava): Depend on configure-target-qthreads.
8695 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
8696
8697 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8698 (CONFIGURE_TARGET_MODULES): Likewise.
8699 (CHECK_TARGET_MODULES): Likewise.
8700 (INSTALL_TARGET_MODULES): Likewise.
8701 (CLEAN_TARGET_MODULES): Likewise.
8702 (all-target-libjava): New target.
8703 (all-target-boehm-gc): Likewise.
8704 * configure.in (target_libs): Added libjava, boehm-gc.
8705
d207ebef
JM
87061999-07-22 Ian Lance Taylor <ian@zembu.com>
8707
8708 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8709 configure.bat in SUPPORT_FILES.
8710 (gas+binutils.tar.bz2): Likewise.
8711
8712 * makeall.bat: Remove; obsolete.
8713
87141999-07-21 Ian Lance Taylor <ian@zembu.com>
8715
8716 From Mark Elbrecht:
8717 * configure.bat: Remove; obsolete.
8718
87191999-07-11 Ian Lance Taylor <ian@zembu.com>
8720
8721 * configure: Add -W -Wall to the default CFLAGS when compiling with
8722 gcc.
8723
8724Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8725
8726 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8727
87281999-06-30 Mark Mitchell <mark@codesourcery.com>
8729
8730 * configure.in: Build ld on IRIX6.
8731
87321999-06-12 Ian Lance Taylor <ian@zembu.com>
8733
8734 * Makefile.in: Change distribution targets to use bzip2 instead of
8735 gzip.
8736 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8737 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8738
87391999-06-04 Nick Clifton <nickc@cygnus.com>
8740
8741 * config.sub: Add mcore target.
8742
26d088fa
CD
8743Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
8744
8745 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8746
c2c08b29
L
8747Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
8748
8749 * config.guess (dummy): Changed to $dummy.
8750
671d0648
NC
87511999-05-24 Nick Clifton <nickc@cygnus.com>
8752
8753 * config.sub: Tidied up case statements.
8754
b1345c72
BE
87551999-05-22 Ben Elliston <bje@cygnus.com>
8756
51ccbd8d
BE
8757 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8758 <jiro@din.or.jp>.
8759
b1345c72
BE
8760 * config.guess: Merge with FSF version. Future changes will be
8761 more accurately recorded in this ChangeLog.
8762 * config.sub: Likewise.
8763
2caf864f
SM
8764Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
8765
8766 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8767
d207ebef
JM
87681999-04-30 Tom Tromey <tromey@cygnus.com>
8769
8770 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8771
90fb0c24
TT
87721999-04-23 Tom Tromey <tromey@cygnus.com>
8773
8774 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8775
d207ebef
JM
87761999-04-20 Drew Moseley <dmoseley@cygnus.com>
8777
8778 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8779 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8780 Bad merge removed these two changes.
8781
3516940d 8782Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 8783 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
8784
8785 * config.guess (interix Alpha): Add.
8786
d207ebef
JM
87871999-04-11 Richard Henderson <rth@cygnus.com>
8788
8789 * configure.in (i?86-*-beos*): Do config gperf; don't config
8790 gdb, newlib, or libgloss.
8791
e891fbfe 8792Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 8793
e891fbfe
AO
8794 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8795 link a trivial program with -mabi=64. If it fails, remove mabi=64
8796 from multidirs.
8797
f9ae47d6
PT
8798Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
8799
8800 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8801
d207ebef
JM
88021999-04-08 Nick Clifton <nickc@cygnus.com>
8803
8804 * config.sub: Add support for mcore targets.
8805
88061999-04-07 Michael Meissner <meissner@cygnus.com>
8807
8808 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8809 not mt-ospace, in order to shut up assembler warning about using
8810 symbols that are named the same as registers.
8811
88121999-04-07 Drew Moseley <dmoseley@cygnus.com>
8813
8814 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8815 dependency list for all-target-cygmon.
8816
88171999-04-05 Doug Evans <devans@casey.cygnus.com>
8818
8819 * config-ml.in: Check $host, not $target, for selective multilibs.
8820 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8821 thumb interworking, and underscore prefix multilibs.
8822
88231999-04-04 Ian Lance Taylor <ian@zembu.com>
8824
8825 * missing: Update to version from current automake.
8826
88101ab9
L
8827Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8828
8829 * configure (gxx_include_dir): Removed.
8830
8831 * configure.in (gxx_include_dir): Handle it.
8832 * Makefile.in: Likewise.
8833
d207ebef
JM
88341999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8835
8836 * config.sub (mips64vr4111,mips64vr4111el) Add.
8837
88381999-03-21 Ben Elliston <bje@cygnus.com>
8839
e490616e 8840 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 8841
8dc91cbe
ME
8842Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8843
8dc91cbe
ME
8844 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8845 config/mh-djgpp.
8846
d207ebef
JM
8847Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8848
8849 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8850 all-target-newlib to dependency list for all-target-bsp.
8851
926bb5ed
MK
8852Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8853
8854 * config.sub: Add i386-uwin support.
8855 * config.guess: Likewise.
8856
4a6e3000
FS
8857Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8858
8859 * configure.in: cleanup, add mh-*pic handling for arm, special
8860 case powerpc*-*-aix*
8861
d207ebef
JM
8862Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8863
8864 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8865 can be built.
8866
8867Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8868
8869 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 8870 targets.
d207ebef 8871
71c91078
NC
88721999-03-02 Nick Clifton <nickc@cygnus.com>
8873
8874 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8875
282e5df8
GN
8876Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
8877
8878 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8879
1de558ee
NC
88801999-02-24 Nick Clifton <nickc@cygnus.com>
8881
8882 * config.sub: Fix typo in arm recognition.
8883
d207ebef
JM
8884Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
8885
8886 * configure.in (noconfigdirs): Changed target_configdirs to
8887 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8888 rather than m68k-*-* since it is not known to work on
8889 m68k-aout. Ditto for arm-*-*oabi.
8890
8891Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
8892
8893 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
8894
88951999-02-19 Ben Elliston <bje@cygnus.com>
8896
8897 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8898 Smart and improved by Andrew Cagney.
8899
fab7445a
ME
8900Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
8901
8902 * config.guess: Recognize openbsd-*-hppa.
8903
8ccdc228
L
8904Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
8905
8906 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8907 only if it is not empty.
8908
3b7265ff
NC
89091999-02-17 Nick Clifton <nickc@cygnus.com>
8910
8911 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 8912
d207ebef 8913 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
8914
8915 * config.sub: Modified to recognize uname's armv* syntax.
8916
d207ebef
JM
89171999-02-17 Mark Salter <msalter@cygnus.com>
8918
8919 * configure.in: Added target-bsp for sparclite.
8920
8921Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
8922
8923 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8924
89251999-02-08 Nick Clifton <nickc@cygnus.com>
8926
8927 * configure.in: Add support for strongarm port.
8928 * config.sub: Add support for strongarm target.
8929
c48dd3f5 8930Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 8931
c48dd3f5
MK
8932 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8933 the old name config/mh-cygwin32.
8934 Enable texinfo.
8935
d207ebef
JM
8936Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
8937
8938 * configure.in: Do build ld for ix86 Solaris.
8939
ecd62820
JW
8940Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
8941
8942 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8943 $AR_FOR_TARGET. Likewise for RANLIB.
8944
bbd8fa7f 8945Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 8946
e490616e
ZW
8947 * config.sub (oabi): Recognize.
8948 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 8949
0397442c
RL
8950Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
8951
8952 * config.guess: Improve detection of i686 on UnixWare 7.
8953
c9ffaa63
MK
8954Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
8955
8956 * config.guess: Add support for i386-pc-interix.
8957 * config.sub: Likewise.
8958 * configure.in: Likewise.
c9ffaa63 8959
d207ebef
JM
8960Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
8961
8962 * Makefile.in: Remove unneeded all-target-libio from
8963 from all-target-winsup target since it is now unneeded.
8964 Add all-target-libtermcap in its place since it is now
8965 needed.
8966
8967Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
8968
8969 * configure.in: makefile stub for cygwin target is probably
8970 unnecessary. Remove it for now.
d207ebef
JM
8971
8972Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
8973
8974 * configure.in: libtermcap.a should be built when cygwin is the
8975 target as well as the host.
8976 * config.guess: Allow mixed case in cygwin uname output.
8977 * Makefile.in: Add libtermcap target.
d207ebef 8978
ebe12325
JL
8979Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
8980
8981 * config.sub: Clean up handling of hppa2.0.
8982
57057b67
RB
8983Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
8984
8985 * config.guess: Use C code to identify more HP machines.
8986
f8670be1
JL
8987Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8988
8989 * config.sub: Handle hppa2.0.
8990
d207ebef
JM
8991Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8992
8993 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 8994 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
8995
89961998-12-15 Mark Salter <msalter@cygnus.com>
8997
8998 * configure.in: Added target-bsp for several target architectures.
8999
9000 * Makefile.in: Added rules for bsp.
9001
d1a09590
JL
9002Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9003
9004 * config.guess: Improve detection of hppa2.0 processors.
9005
9006Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9007
9008 * config.guess: Recognize FreeBSD using ELF automatically.
9009
71205e0b
MH
90101998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9011
9012 * configure (skip-this-dir): Add handling for new shell script, which
9013 might be created by a sub-directory's configure to indicate, this particular
9014 directory is "unwanted".
9015 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9016
d207ebef
JM
9017Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9018
9019 * ltconfig: import from libtool, after changing libtool to
9020 account for the cygwin name change.
9021
9022Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9023
9024 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9025 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9026
9027Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9028
9029 * configure.in: Add libtermcap to list of cygwin dependencies.
9030
9031Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
9032
e490616e
ZW
9033 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9034 they include winsup/include when it's a cygwin target.
d207ebef
JM
9035
90361998-11-12 Tom Tromey <tromey@cygnus.com>
9037
9038 * configure.in (host_tools): Added zip.
9039 * Makefile.in (all-target-libjava): Depend on all-zip.
9040 (all-zip): New target.
9041 (ALL_MODULES): Added all-zip.
9042 (NATIVE_CHECK_MODULES): Added check-zip.
9043 (INSTALL_MODULES): Added install-zip.
9044 (CLEAN_MODULES): Added clean-zip.
9045
9046Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
9047
9048 * Makefile.in: lose "32" from comment about cygwin.
9049
9050Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
9051
9052 * configure.in: Use -Os to build target libraries for the fr30.
9053
9054Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
9055
9056 * config.sub: Add fr30.
9057
9058Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
9059
e490616e 9060 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
9061 cygwin* instead of cygwin32*.
9062 * config.sub: Check cygwin* instead of cygwin32*.
9063
d2ec8b39
RL
9064Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
9065
9066 * config.guess: Match any version of Unixware7.
9067
d207ebef
JM
90681998-10-20 Syd Polk <spolk@cygnus.com>
9069
9070 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9071 if desired.
9072
35cd2565
JL
9073Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
9074
9075 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9076 these if the appropriate directories and files to not exist.
9077
52d4e5b7
JL
9078Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
9079
9080 * Makefile.in (DEVO_SUPPORT): Add config.if.
9081
38ada91e
MH
9082Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
9083
9084 * configure: Add pattern to replace "build_tooldir"'s
9085 definition in the generated Makefile with "tooldir"'s
9086 actual value.
9087
e44e84da
JL
9088Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9089
56a8387f
JL
9090 * config.sub: Bring back lost sparcv9.
9091
e44e84da
JL
9092 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9093
5cb95c7a
JL
9094Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9095
9096 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9097 CC_FOR_TARGET and friends.
9098
9099Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 9100
ceff9b14
AO
9101 * Makefile.in (build_tooldir): New variable, same as tooldir.
9102 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9103 -B$(build_tooldir)/bin/.
9104 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 9105
f2d11dcd
GP
9106Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9107
9108 * README: Remove installation instructions and refer to the
9109 INSTALL directory instead.
9110
73a6d2e7 9111Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 9112
73a6d2e7
RL
9113 * config.sub: Add support for i[34567]86-pc-udk.
9114 * configure.in: Likewise.
9115
5d4a5ee6
JL
9116Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9117
9118 * Makefile.in: add bzip2 package building bits for user
9119 tools module
9120 * configure.in: ditto
9121
6fc19d6d
JL
9122Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9123
9124 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9125 (ALL_TARGET_MODULES): Add all-target-libobjc.
9126 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9127 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9128 (all-target-libchill): Add dependencies.
9129 * configure.in (target_libs): Add libchill.
4e81ae98 9130
f653f0ab
MH
91311998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9132
9133 * configure.in (target_subdir): Remove duplicate line.
9134
5d4a5ee6
JL
9135Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9136
9137 * Makefile.in (all-automake): fix dependencies.
9138
494933e4
JL
9139Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9140
9141 * configure.in: Minor cleanups for building in the $(target_alias)
9142 subdir.
9143
f6b58262
JW
91441998-09-22 Jim Wilson <wilson@cygnus.com>
9145
9146 * Makefile.in (bootstrap): Set r and s before make all. Use
9147 BASE_FLAGS_TO_PASS in make all.
9148 (cross): Likewise.
9149
27c7a08d
MM
91501998-09-20 Mark Mitchell <mark@markmitchell.com>
9151
9152 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9153
e67afd1e
RH
9154Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9155
9156 * config.sub: Fix typo in last change.
9157
8e44ac71
MH
91581998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9159
9160 * config.sub: Add support for C4x target.
9161 * configure.in: Likewise.
9162
d7496fbb
DM
91631998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9164
9165 * config.sub: Recognize sparcv9 just like sparc64.
9166
22097bd1
RL
9167Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9168
9169 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9170
4b877abd
JL
9171Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9172
2c8ec9a2
JL
9173 * config.guess: Correctly identify Pentium II sco boxes.
9174
4b877abd
JL
9175 * config.guess: Fix "tr" code. From Weiwen Liu.
9176
ab03db52
JH
9177Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9178
9179 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9180 stabs.
9181
b54db294
JL
9182Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9183
9184 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9185 (ALL_TARGET_MODULES): Add all-target-libchill.
9186 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9187 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9188 (all-target-libchill): Add dependencies.
9189 * configure.in (target_libs): Add libchill.
9190
bf48dd73
LW
9191Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9192
9193 * config.guess: Avoid assumptions about "tr" behaves when
9194 LANG is set to something other than English.
9195
a3cbd105
L
9196Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9197
9198 * configure (gxx_include_dir): Changed to
9199 '${prefix}/include/g++'-${libstdcxx_interface}.
9200
9201 * config.if: New to determine the interfaces.
9202
c4acd909
MK
9203Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9204
9205 * config.guess: Detect and handle MPE/IX.
9206 * config.sub: Deal with MPE/IX.
9207
9ea97665
DE
9208Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9209
9210 * configure.in: Use mh-aix43.
9211
0ce065bd
MH
92121998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9213
9214 * configure: Fix --without/--disable cases for gxx-include-dir.
9215
5d4a5ee6
JL
9216Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9217
9218 * mdata-sh: Imported. Needed for automake support.
9219
9220Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9221
9222 * Makefile.in (taz): Try "chmod -R og=u ." before
9223 "chmod og=u `find . -print`".
9224
9225Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9226
9227 * configure.in: Add arm-elf and thumb-elf support.
9228
9229Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9230
9231 * Makefile.in: Undo previous patch.
9232
9233Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9234
9235 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9236 to here ...
9237 (install-no-fixedincludes): and here
9238 (INSTALL_MODULES): ... from here.
9239
466456d9
ILT
9240Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9241
9242 * config.sub: Merge with FSF.
9243
1b409d25
ILT
9244 * config.guess: Merge with FSF.
9245
d207ebef
JM
9246Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9247
9248 * configure (extraconfigdirs): New variable.
9249 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9250 * Makefile.in (all): Move higher in file.
9251 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9252 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9253 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9254 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9255 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9256
92571998-07-23 Brendan Kehoe <brendan@cygnus.com>
9258
9259 * Makefile.in (all-target-libjava): Depend on all-gcc and
9260 all-target-newlib.
9261 (configure-target-libjava): Depend on $(ALL_GCC).
9262
7f1937c1
RL
9263Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9264
9265 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9266 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9267
2ada2bd6
ML
9268Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
9269
9270 * INSTALL/README: Fix typo.
9271
1e025bde
ML
9272Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9273
5d4a5ee6
JL
9274 * ylwrap: Change absolute path checks to check for DOS style path
9275 names.
1e025bde 9276
5d4a5ee6
JL
9277 * ylwrap: Don't use a full path name if the source file is in the
9278 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 9279
6755ff73
ILT
9280 * config-ml.in: Default to being verbose, to match Feb 18 change to
9281 configure.
9282
5d4a5ee6
JL
9283Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9284
9285 Brought over from egcs:
9286
9287 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9288
9289 * configure.in (target_subdir): Set to ${target_alias} instead
9290 of "libraries".
9291
9292 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9293
9294 * configure.in (target_subdir): Set to libraries if enable_multilib.
9295
9296Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9297
9298 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9299 multilibs, force reconfiguration the first time we create
9300 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9301
9302Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9303
9304 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9305 avoid confusion with --no-recursion.
9306
9307Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9308
9309 * configure.in: Win32 hosts shouldn't use install -x
9310 * install-sh: remove -x option, and special .exe-handling
9311 hack.
9312
d207ebef
JM
9313Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9314
9315 * config.guess: Recognize i586-pc-beos.
9316 * configure.in: Don't build some bits for beos.
9317
fbd836fc
ILT
9318Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9319
5d4a5ee6
JL
9320 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9321 CFLAGS default to -O2.
9322
fbd836fc
ILT
9323 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9324 when using GNU ld.
9325
9326Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9327
9328 * ltmain.sh: Correct install when using a different shell.
9329
9330Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9331
9332 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9333
d207ebef
JM
9334Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9335
9336 * makefile.vms: Update to build binutils/makefile.vms. Add install
9337 target.
fbd836fc
ILT
9338
9339Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9340
9341 * ltconfig: Update to correct AIX handling.
9342
69b471bc
JL
9343Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9344
81241b5e
JL
9345 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9346
69b471bc
JL
9347 * configure.in (target_subdir): Set to ${target_alias} instead
9348 of "libraries".
9349
bedf82df
MH
93501998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9351
9352 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9353 (Makefile): Depend on $(gcc_version_trigger).
9354
9355 * configure (gcc_version): Change default initializer to empty
9356 string.
9357 (gcc_version_trigger): New variable; pass this variable down
9358 to subdir configures to enable them checking gcc's version
9359 themselves. Emit make macros for both gcc_version vars.
9360 (topsrcdir): Initialize reliably.
9361 (recursion line): Remove --with-gcc-version=${gcc_version}.
9362
28e449d8
MH
93631998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9364
9365 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
9366 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9367 in $(libsubdir); emit definition in each generated Makefile.
9368 (gxx_include_dir): Initialize depending on
9369 $enable_version_specific_runtime_libs.
28e449d8 9370
50c4c9f7
MH
93711998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9372
9373 * configure (gcc_version): Initialize properly depending on
9374 how and where configure is started.
9375 (recursion line): Pass a --with-gcc-version=${gcc_version}
9376 to configures in subdirs.
9377
d207ebef
JM
9378Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9379
9380 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 9381 cygmon
d207ebef 9382
5d4a5ee6
JL
9383Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9384
9385 * configure.in: Add cygmon and libstub support for mn10200.
9386
2f96399b
MH
93871998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9388
9389 * configure (gcc_version): Add new variable describing the
9390 particular gcc version we're building.
9391 * Makefile.in (libsubdir): Add new macro for the directory
9392 in which the compiler finds executables, libraries, etc.
9393 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9394 and libsubdir.
9395
c4137c50
AO
9396Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9397
ceff9b14
AO
9398 * Makefile.in (local-clean): Remove *.log.
9399 (warning.log): Built with warn_summary from build.log.
9400 (mail-report.log): Run test_summary.
9401 (mail-report-with-warnings.log): Run test_summary including
9402 warning.log in the report.
c4137c50 9403
276d5ee0
RL
9404Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9405
9406 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9407
5d4a5ee6
JL
9408Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9409
9410 * Makefile.in (grep): Grep no longer depends on libiberty.
9411
9412Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9413
9414 * Makefile.in: all-snavigator needs all-libgui.
9415
9416Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9417
9418 * configure.in: Add cygmon and libstub support for mn10300.
9419
8af14275
ILT
9420Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9421
9422 * missing: Update to version from automake 1.3.
9423
fbd836fc
ILT
9424 * ltmain.sh: On installation, don't get confused if the same name
9425 appears more than once in the list of library names.
9426
466456d9
ILT
9427Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9428
9429 * config.sub: Accept m68060 and m5200 as CPU names.
9430
5d4a5ee6
JL
9431Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9432
9433 * configure: Use && rather than using -a in test, because odd
9434 strings can confuse test.
9435 * configure.in: Likewise.
9436
fbd836fc
ILT
9437Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9438
9439 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9440
f0983958
AO
9441Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9442
9443 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 9444 bootstrap4-lean): New targets.
f0983958 9445
bfed1ea0
JL
9446Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9447
9448 * mpw-* Delete. Not used.
9449
5d4a5ee6
JL
9450Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9451
9452 * COPYING.LIB: Update FSF address.
9453
bfed1ea0
JL
9454Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9455
9456 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9457
5d4a5ee6
JL
9458 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9459 GAS_SUPPORT_DIRS.
9460
bfed1ea0
JL
9461Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9462
9463 * ltconfig, ltmain.sh: Avoid producing a version number if
9464 -version-info was not used.
9465
5d4a5ee6
JL
9466Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9467
9468 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9469 building with newlib.
9470
94711998-04-30 Paul Eggert <eggert@twinsun.com>
9472
d207ebef 9473 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 9474 Solaris `make' causes it to continue to next definition.
d207ebef
JM
9475
9476Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9477
9478 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9479 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
9480
9481Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9482
9483 * configure.in: Change alpha to alpha* in several places.
9484
d207ebef
JM
9485Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9486
9487 * config.sub: Recognize sparc86x.
9488
77be0cab
MM
9489Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9490
9491 * configure.in (--enable-target-optspace): Remove debug echo.
9492
62441128
JW
9493Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9494
9495 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9496
bfed1ea0
JL
9497Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9498
9499 * ltconfig: Update cygwin32 support.
9500
5d4a5ee6
JL
9501 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9502 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9503 (GDB_SUPPORT_DIRS): Likewise.
9504
3f4ea1de
MM
9505Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9506
9507 * configure.in (target_makefile_frag): If --enable-target-optspace,
9508 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
9509 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9510 not used.
9511 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 9512
5d4a5ee6
JL
9513Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9514
9515 * Makefile.in (all-bfd): Depend on all-intl.
9516 (all-binutils): Likewise.
9517 (all-gas): Likewise.
9518 (all-gprof): Likewise.
9519 (all-ld): Likewise.
9520
95211998-04-19 Brendan Kehoe <brendan@cygnus.com>
9522
9523 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9524
bfed1ea0
JL
9525Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9526
5d4a5ee6
JL
9527 * Makefile.in (all-bfd): Depend upon all-libiberty.
9528
bfed1ea0
JL
9529 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9530
5d4a5ee6
JL
9531Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9532
9533 * Makefile.in: Add libstub.
9534
9535 * configure.in: Ditto. Build libstub for targets that have cygmon
9536 support.
9537
9538Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9539
9540 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9541
9542Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9543
9544 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9545 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9546
ec8d6ddc
KW
9547Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9548
9549 * configure: Define DEFAULT_M4 by searching PATH.
9550 * Makfile.in: Use DEFAULT_M4.
9551
bfed1ea0
JL
9552Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9553
9554 * ltconfig: Add cygwin32 support.
9555
5d4a5ee6
JL
9556 * Makefile.in, configure.in: Add libtool as a native only directory
9557 to configure and build.
9558
547a6183
JL
9559Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9560
9561 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9562
5d4a5ee6 9563Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 9564
5d4a5ee6
JL
9565 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9566
9567Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9568
9569 * Makefile.in: add ash make rules
9570 * configure.in: add ash to native_only and host_tools lists
9571
9572Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9573
9574 * Makefile.in (all-gettext, all-intl): New targets.
9575 (ALL_MODULES): Added all-gettext, all-intl.
9576 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9577 (INSTALL_MODULES): Added install-gettext, install-intl.
9578 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9579
9580 * configure.in (host_tools): Added gettext.
9581 (native_only): Likewise.
9582 (noconfigdirs) [various cases]: Likewise.
9583 (host_libs): Added intl.
9584
d207ebef
JM
9585Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9586
9587 * configure: Do not disable building gdbtk for cygwin32 hosts.
9588
e98e406f
NC
9589Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9590
9591 * configure.in: Add thumb-coff target.
9592 * config.sub: Add thumb-coff target.
9593
5d4a5ee6
JL
9594Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9595
9596 * Makefile.in: Revert yesterday's change.
9597 (all-target-winsup): all-target-librx stays out of here.
9598
9599Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9600
9601 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9602 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9603 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9604 Remove references to librx and libg++.
9605
9606Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9607
9608 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9609 recursive makes
9610
bfed1ea0
JL
9611Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9612
9613 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 9614 for newlib directory.
bfed1ea0
JL
9615 (CXX_FOR_TARGET): Likewise.
9616
9617Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9618
9619 * ltconfig: Update after libtool/ltconfig.in change for
9620 hpux11.
9621
9622Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9623
9624 * ltconfig, ltmain.sh: Update to libtool 1.2.
9625
3cd730af
MH
9626Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9627
9628 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9629 (install-gcc-cross): Instead, override LANGUAGES here.
9630
80564603
DL
96311998-03-18 Dave Love <d.love@dl.ac.uk>
9632
9633 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9634 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9635
d207ebef
JM
9636Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9637
9638 * configure.in: Add Thumb-pe target.
9639
5d4a5ee6 9640Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 9641
5d4a5ee6
JL
9642 * Makefile.in - changed sn targets to snavigator
9643 * configure.in - changed sn targets to snavigator
9644
2d4a0558
MH
9645Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9646
9647 * config-ml.in: After building symlink tree call make distclean
9648 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9649 to be the case for libiberty.
9650
04b93567
L
9651Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9652
9653 * configure: When making link, also check the current
9654 directory. The configure scripts may create one.
9655
9a06b842
RH
9656Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9657
9658 * config.sub: Accept alphapca56 and alphaev6 properly.
9659
217fc4e6
FS
9660Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9661
9662 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9663
3e07bdbd 9664Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 9665
e490616e 9666 * config.sub (sco5): Fix typo.
3e07bdbd 9667
5d4a5ee6
JL
9668Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9669
9670 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9671 install-itcl.
9672 (install-itcl): Remove dependency on install-tcl.
9673
9674Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9675
9676 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9677
9678Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9679
9680 * configure.in: Don't build libgui for a cygwin32 target when not on
9681 a cygwin32 host.
9682
9683Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9684
9685 * configure (redirect): Set to null, so default behavior of
9686 configure is now --verbose.
9687
ce0d965c
DL
96881998-02-16 Dave Love <d.love@dl.ac.uk>
9689
9690 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9691 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9692
3acd1fd0
MH
9693Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9694
9695 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9696 this change to sync Makefile.in with its ChangeLog entries.
9697
5d4a5ee6
JL
9698Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9699
9700 * ltmain.sh (mkdir): Check that the directory doesn't exist
9701 before we exit with error, so that we don't get races during
9702 parallel builds.
9703
bfed1ea0
JL
9704Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9705
9706 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9707
4e77e8f1
MH
9708Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9709
9710 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9711 PICFLAG_FOR_TARGET.
9712 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9713
9714 * configure: Emit a definition for the new macro enable_shared
9715 into each Makefile.
9716
5d4a5ee6
JL
9717Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9718
9719 * configure.in (host_tools, native_only): Add libtool.
9720
9721Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9722
9723 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9724 Fix typo in ming config comment.
9725
bfed1ea0
JL
9726Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9727
9728 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9729
5d4a5ee6
JL
9730Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9731
9732 * config.sub: Add tic30 cases, and map c30 to tic30.
9733
8821a725
RH
9734Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9735
9736 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9737 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9738 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9739 (CLEAN_TARGET_MODULES): Similarly
9740 (all-target-libf2c): Add dependences.
4e81ae98 9741 * configure.in (target_libs): Add libf2c.
8821a725 9742
5d4a5ee6
JL
9743Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9744
9745 * configure.in: Remove expect from noconfigdirs when target
9746 is cygwin32. OK to build expect and dejagnu with Canadian
9747 Cross.
9748
0aadd657
ILT
9749Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9750
5d4a5ee6
JL
9751 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9752 host.
9753
0aadd657
ILT
9754 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9755 and mingw32.
9756
d0a8352c
MH
9757Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9758
9759 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9760 here as it is not defined in the toplevel Makefile.
9761
59739e3c
MH
9762Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9763
9764 * configure (package_makefile_rules_frag): New variable, which names
9765 a file with generic rules, ...
9766 Change comment to mention we now have FIVE parts.
9767 * configure: Undo last change.
9768
228197ee
LT
9769Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9770
9771 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 9772 * config.sub: More accurate determination of HP processor types.
228197ee 9773
efd4c0ba
MH
9774Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9775
9776 * configure (package_makefile_frag): Move inserting the
9777 ${package_makefile_frag} to where it should be according
9778 to the comment.
9779
6eef3189
PB
9780Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
9781
9782 * config.guess: Add support for Linux/ARM.
9783
d207ebef
JM
9784Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9785
9786 * .cvsignore: Remove *-info and *-install since they match
9787 release-info and mpw-install, which we don't want to just ignore.
9788
48464ebf
RH
9789Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9790
9791 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9792
803462a7
PN
9793Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9794
9795 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9796 local_prefix to sub-make invocations.
9797
520ab477
L
9798Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9799
9800 * configure.in: Check makefile fragments in the source
9801 directory.
9802
4bcdb76d
AO
9803Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9804
ceff9b14
AO
9805 * configure.in: Check whether host and target makefile
9806 fragments exist before adding them to *_makefile_frag.
4bcdb76d 9807
5d4a5ee6
JL
9808Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9809
9810 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9811
9812Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9813
9814 * configure.in: Make sure we only replace RPATH_ENVVAR on
9815 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9816 regexp to sed.
9817
9818 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9819 to sub-makes.
9820
0d3e11a5
LI
98211998-01-13 Lee Iverson (leei@ai.sri.com)
9822
9823 * config-ml.in (multi-do): LDFLAGS must include multilib
9824 designator.
9825
d45b3d87 9826Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
9827
9828 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9829
d39cd7a1
MK
9830Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9831
9832 * config.sub: Add mingw32 support.
9833 * configure.in: Likewise.
d39cd7a1 9834
6decbc24
FS
9835Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9836
9837 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9838
5d4a5ee6
JL
9839Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9840
9841 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9842 * configure (gxx_include_dir): Provide a definition for subdirs
9843 which do not use autoconf.
9844
9845Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9846
9847 * config.guess: Sync with egcs. Picks up new alpha support,
9848 BeOS & some additional linux support.
9849
d3d1907a
JL
9850Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
9851
9852 * config.guess: HP 9000/803 is a PA1.1 machine.
9853
b104e095
RH
9854Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9855
9856 * configure.in: It's alpha*-...
9857
aca823c1
L
9858Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9859
9860 * configure.in (host_makefile_frag, target_makefile_frag):
9861 Handle multiple config files.
9862 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9863 alpha-*-*.
9864
d207ebef
JM
9865Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9866
9867 * mkdep: New file.
9868
9869Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9870
9871 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9872
5d4a5ee6
JL
9873Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9874
9875 * Makefile.in: Add libgui directory.
9876 (GDB_TK): Add all-libgui.
9877 * configure.in: Add libgui directory.
9878 * configure: Add all-libgui to GDB_TK.
9879
9880Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9881
9882 * config-ml.in (multidirs): Add m32r to multilib list.
9883
9884Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9885
9886 * Makefile.in (all-target-gperf): Change dependency to
9887 all-target-libstdc++.
9888
baf55877
FF
9889Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9890
9891 * config.guess: Add BeOS support.
9892
5d4a5ee6
JL
9893Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9894
9895 Source directory cvs renamed to cvssrc:
9896 * configure.in (host_tools): Change cvs to cvssrc.
9897 (native_only): Likewise.
9898 (noconfigdirs) [various cases]: Likewise.
9899 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9900 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9901 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9902 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9903 (all-cvssrc): Rename target from all-cvs.
9904
f2d76545
JL
9905Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9906
9907 * configure (gxx_include_dir): Fix thinko.
9908
205cba53
JL
9909Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9910
9911 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9912 (install-cross, install-gcc-cross): New targets.
9913
5d4a5ee6
JL
9914Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9915
9916 * configure.in (noconfigdirs): Add support for Thumb target.
9917
9918 * config.sub (maybe_os): Add support for Thumb target.
9919
9920Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9921
9922 * Makefile.in: Add rules for cygmon.
9923
9924 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9925
96b0f1fc
JL
9926Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9927
9928 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9929 * configure (gxx_include_dir): Provide a definition for subdirs
9930 which do not use autoconf.
d207ebef
JM
9931
9932Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9933
9934 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 9935 11/18/97 build
d207ebef 9936
7dfef6ed
JL
9937Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9938
9939 * From Franz Sirl.
9940 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9941 found on RedHat Linux systems.
96b0f1fc 9942
83cfe7c0
JL
9943Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9944
9945 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9946 guesses.
9947
7dfef6ed
JL
9948Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9949
9950 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9951
5d4a5ee6
JL
9952Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9953
9954 * ltmain.sh: If mkdir fails, check whether the directory was created
9955 anyhow by some other process.
9956
d207ebef
JM
9957Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9958
9959 * configure.in (d30v-*-*): Configure all directories.
9960
9961Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9962
9963 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9964 for the D30V.
9965
9966Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9967
9968 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9969
5d4a5ee6
JL
9970Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9971
e490616e
ZW
9972 * include/libiberty.h: Add extern "C" { so it can be used with C++
9973 progrms.
9974 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9975 programs.
5d4a5ee6 9976
d207ebef
JM
9977Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9978
9979 * configure.in (d30v-*-*): Configure GCC now.
9980
5d4a5ee6
JL
9981Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9982
9983 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9984 is no longer needed.
9985
c9670e62
JM
9986Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9987
9988 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9989
cc71c0ca
MH
9990Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9991
9992 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9993 targets using "$@" to provide support for similar but not identical
9994 targets without having to duplicate code.
9995
d207ebef
JM
9996Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9997
9998 * makefile.vms: Fix to work with DEC C.
9999
10000Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10001
10002 * config.sub: Add mips-tx39-elf to marketing names.
10003
10004Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10005
10006 * ltmain.sh: Handle symlinks in generated script.
10007
10008Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10009
10010 * configure: Handle autoconf style directory options: --bindir,
10011 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10012 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10013 --sysconfdir.
10014 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10015 (sharedstatedir, localstatedir, oldincludedir): New variables.
10016 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10017 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10018 sbindir, sharedstatedir, and sysconfdir.
10019
b1e3ddfd
AJ
10020Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10021
10022 * Makefile.in (bootstrap-lean): New target.
10023
d207ebef
JM
10024Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10025
10026 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 10027 sn, and gnuserv from noconfigdirs.
d207ebef
JM
10028
10029Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10030
10031 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10032
09f97c1e
JL
10033Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10034
10035 * Makefile.in (cross): New target.
10036
335d0ab2
AO
10037Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10038 Jeff Law <law@cygnus.com>
10039
10040 * Makefile.in (bootstrap2, bootstrap3): New targets.
10041 (all-bootstrap): Remove outdated and confusing target.
339c9b00 10042 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 10043
d207ebef
JM
10044Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10045
10046 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 10047 windows. Consistent with gdb/configure.
d207ebef 10048
e693cc28
UD
100491997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10050
e693cc28
UD
10051 * configure.in: Name Linux target fragment.
10052
10053 * configure: Rewrite so that project Makefile fragment is inserted
10054 first and appears last in the resulting Makefile.
10055
d207ebef
JM
10056Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10057
10058 * Makefile.in (install-itcl): Install tcl first.
10059
5d4a5ee6
JL
10060Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10061
10062 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10063
f401679e
JW
10064Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10065
10066 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10067
10068 * configure.in (skipdirs): Add target-librx for Linux.
10069 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10070
ec20b1b9
JL
10071Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10072
10073 * Makefile.in (bootstrap): New target.
10074
becdcf6d
JL
10075Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10076
63f6bcd7 10077 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 10078
d207ebef
JM
10079Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10080
10081 * config.guess: Merge with FSF.
10082
0c82f6bf
FF
10083Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10084
10085 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10086
d207ebef
JM
10087Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10088
10089 * config.sub: Add "marketing-names" patch.
10090
3fbc0b70
JS
10091Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10092
e490616e 10093 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 10094
e20d4801
JL
10095Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10096
10097 * config.sub: Handle v850-elf.
10098
fe181f78 10099Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
10100
10101 * .cvsignore (*-install): Remove.
10102
bfed1ea0
JL
10103Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10104
10105 * ltconfig: Set CONFIG_SHELL in libtool.
10106 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10107
558a1e7c
JW
10108Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10109
10110 * configure.in (target_subdir): Set to libraries if enable_multilib.
10111
7818d6fc
JW
10112Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10113
10114 * config.guess: Update from gcc directory.
10115
d207ebef
JM
10116Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10117
10118 * Makefile.in (all-sim): Depends on all-readline.
10119
6599da04
JM
10120Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10121
10122 * Makefile.in (BISON, YACC): Use $$s.
10123 (all-bison): Depend on all-texinfo.
10124
10125Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10126
10127 * Makefile.in (BISON): Add -L flag.
10128 (YACC): Likewise.
10129
d207ebef
JM
10130Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10131
4e81ae98
EC
10132 * configure.in (noconfigdirs): Add support for v850e target.
10133
d207ebef
JM
10134 * config.sub (maybe_os): Add support for v850e target.
10135
10136Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10137
4e81ae98
EC
10138 * configure.in (noconfigdirs): Add support for v850ea target.
10139
d207ebef
JM
10140 * config.sub (maybe_os): Add support for v850ea target.
10141
6599da04
JM
10142Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10143
10144 * config.sub: Add mipstx39. Delete r3900.
10145
10146Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10147
10148 * Makefile.in (all-autoconf): Depends on all-texinfo.
10149
10150Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10151
10152 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10153 eabi targets.
10154
10155Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10156
10157 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10158
10159 * configure: When handling a Canadian Cross, handle YACC as well as
10160 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 10161 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
10162
10163Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10164
10165 * Makefile.in (BISON): bison, not byacc or bison -y.
10166 (YACC): bison -y or byacc or yacc.
10167 (various): Add *-bison as appropriate.
10168 (taz): No need to mess with BISON anymore.
10169
10170Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10171
10172 * configure: If OSTYPE matches *win32*, try to find a good value for
10173 CONFIG_SHELL.
10174
10175Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10176
10177 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10178 configure.in if it is present.
10179
10180Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10181
10182 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10183
10184Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10185
10186 * config.sub: Recognize `arc' cpu.
10187 * configure.in: Likewise.
10188 * config-ml.in: Likewise.
10189
10190Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10191
10192 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10193
10194Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10195
10196 * configure: Changed sed delimiter from ':' to '|' when
10197 attempting to substitute ${config_shell} for SHELL. On
10198 NT ${config_shell} may contain a ':' in it.
10199
10200Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10201
10202 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10203
10204Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10205
10206 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10207
10208Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10209
10210 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10211
10212 * ylwrap: If the program is a relative path, force it to be
10213 absolute.
10214
10215Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10216
10217 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10218
10219Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10220
10221 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
10222 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10223 for libraries.
6599da04
JM
10224
10225Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10226
10227 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 10228 separated by spaces.
6599da04
JM
10229
10230Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10231
10232 * ylwrap: New file.
10233 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10234
10235 * ltmain.sh: Handle /bin/sh at start of install program.
10236
10237 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10238
10239 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10240 * missing: New file, from automake 1.2.
10241
10242Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10243
10244 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10245 check-tk to CHECK_X11_MODULES.
10246
10247Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10248
10249 * config.sub: Merge with FSF.
10250
10251Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10252
10253 * config.guess: Merge with FSF.
10254
10255Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10256
10257 * configure: Treat msdosdjgpp like go32.
10258 * configure.in: Likewise. Don't remove gprof for go32.
10259
10260 * configure: Change Makefile.tem2 to Makefile.tm2.
10261
10262Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10263
10264 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10265
10266Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10267
10268 * install-sh (chmodcmd): Set to null if the DST directory already
10269 exists. Same as Nov 11th change.
10270
10271Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10272
4e81ae98 10273 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
10274
10275Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10276
10277 * config.guess: Update from FSF.
10278
10279Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10280
10281 * Makefile.in (GDB_TK): Depend on itcl and tix.
10282
10283Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10284
10285 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10286 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10287 (INSTALL_SCRIPT): New variable.
10288 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10289 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10290 to -x.
10291 * install-sh: Add support for -x option.
10292
10293Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10294
10295 * configure.in, Makefile.in: Treat tix like itcl.
10296
10297Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10298
10299 * Makefile.in (WINDRES): New variable.
10300 (WINDRES_FOR_TARGET): New variable.
10301 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10302 (EXTRA_HOST_FLAGS): Add WINDRES.
10303 (EXTRA_TARGET_FLAGS): Add WINDRES.
10304 (EXTRA_GCC_FLAGS): Add WINDRES.
10305 ($(DO_X)): Pass down WINDRES.
10306 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10307 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10308 DLLTOOL_FOR_TARGET.
10309
10310Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10311
10312 * configure.in: configure sim before gdb for win32-x-ppc
10313
10314Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10315
10316 Move gperf into the toplevel, from libg++.
10317 * configure.in (target_tools): Add target-gperf.
10318 (native_only): Add target-gperf.
10319 * Makefile.in (all-target-gperf): New target, depend on
10320 all-target-libg++.
10321 (configure-target-gperf): Empty rule.
10322 (ALL_TARGET_MODULES): Add all-target-gperf.
10323 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10324 (CHECK_TARGET_MODULES): Add check-target-gperf.
10325 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10326 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10327
10328Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 10329
6599da04
JM
10330 * config.sub (mn10200): Recognize new basic machine.
10331
10332Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10333
10334 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10335 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10336
10337Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10338
10339 * configure.in: If we're building mips-sgi-irix6* native, turn on
10340 ENABLE_MULTILIB and set TARGET_SUBDIR.
10341
10342Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10343
10344 * Makefile.in (all-sn): Depend on all-grep.
10345
10346Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10347
10348 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10349
10350 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10351 Makefile. From Jeff Makey <jeff@cts.com>.
10352 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10353
10354 * Makefile.in (DISTBISONFILES): Remove.
10355 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10356 $(DEFAULT_YACC).
10357
10358 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 10359 cygwin32.
6599da04
JM
10360
10361 * Makefile.in (LD): New variable.
10362 (EXTRA_HOST_FLAGS): Pass down LD.
10363 ($(DO_X)): Likewise.
10364
10365Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10366
10367 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10368
10369Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10370
10371 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 10372 before adding our own. Always add --build.
6599da04
JM
10373
10374Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10375
10376 * configure.in (targargs): Pass --build if we're doing
10377 a cross-compile.
10378
10379Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10380
ca236658 10381 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
10382 sed. Otherwise sed chokes on NT path names with drive
10383 designators. Also look for "?:*" as the leading characters in an
10384 absolute pathname.
10385
10386Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10387
10388 * config.sub: Support for r3900.
10389
10390Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10391
10392 * configure.in: Use install-sh, not install.sh.
10393
10394Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10395
10396 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10397 apply it twice.
10398
10399Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10400
10401 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10402 install-binutils.
10403
10404Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10405
10406 * Makefile.in: Add automake targets.
10407 * configure.in (host_tools): Add automake.
10408
10409Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10410
10411 * configure: Default CXX to c++, not gcc.
10412 * Makefile.in (CXX): Set to c++, not gcc.
10413 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10414
10415Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10416
10417 * install-sh: try appending a .exe if source file doesn't
10418 exist
10419
10420Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10421
10422 * configure.in: Turn on multilib by default.
10423 (cross_only): Remove target-libiberty.
10424
10425 * Makefile.in (all-gcc): Don't depend on libiberty.
10426
10427Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10428
10429 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10430
10431Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10432
10433 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10434 (DISTBISONFILES): Add ld/Makefile.in
10435
10436Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10437
10438 * configure.in: if target is cygwin32 but host isn't cygwin32,
10439 don't configure gdb tcl tk expect, not just gdb.
10440
10441Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10442
10443 * configure.in: Added gnuserv everywhere sn appears.
10444
10445 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10446 (CROSS_CHECK_MODULES): Added check-gnuserv.
10447 (INSTALL_MODULES): Added install-gnuserv.
10448 (CLEAN_MODULES): Added clean-gnuserv.
10449 (all-gnuserv): New target.
10450
10451Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10452
10453 * config.guess: Fixes for MIPS OpenBSD systems.
10454
10455Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10456
10457 * Makefile.in (INSTALL_XFORM): Remove.
10458 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10459
10460 * mkinstalldirs: New file, copied from automake.
10461 * Makefile.in (installdirs): Rename from install-dirs. Use
10462 mkinstalldirs. Change all users.
10463 (DEVO_SUPPORT): Add mkinstalldirs.
10464
10465Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10466
10467 * install-sh: Rename from install.sh.
10468 * Makefile.in (INSTALL): Change install.sh to install-sh.
10469 (DEVO_SUPPORT): Likewise.
10470
10471 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10472 Graichen <graichen@rzpd.de>.
10473
10474Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10475
10476 * config.guess: Recognize OpenBSD systems correctly.
10477
10478Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10479
10480 * README, Makefile.in (ETC_SUPPORT): Remove references to
10481 cfg-paper*, configure.{texi,man,info*}._
10482
10483Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10484
10485 * Makefile.in (all.normal): Ensure that gcc is built after all
10486 the x11 - ie gdb - targets.
10487
10488Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10489
10490 * makefile.vms: Don't run conf-a-gas.
10491
10492Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10493
e490616e 10494 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 10495
d207ebef
JM
10496Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10497
10498 * configure.in: Remove noconfigdirs case since gdb also
10499 configures and builds for tic80-coff.
10500
6599da04
JM
10501Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10502
10503 * configure: Set cache_file to config.cache.
10504 * Makefile.in (local-distclean): Remove config.cache.
10505
10506Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10507
10508 * COPYING: Update FSF address.
10509
d207ebef
JM
10510Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10511
10512 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10513 noconfigdirs.
10514
6599da04
JM
10515Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10516
10517 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10518 MAKEDIRS, is empty.
10519
10520Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10521
10522 * config.sub: Tweak mn10300 entry.
10523
10524Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10525
10526 * configure.in (host_tools): Put sim before gdb, so gdb's
10527 configure.tgt can determine if the simulator was configured.
10528
10529Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10530
10531 * config.sub: Move BeOS $os case to be with other Cygnus
10532 local cases.
10533
10534Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10535
10536 * config.sub: Remove misplaced comment that broke Linux.
10537
10538Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10539
10540 * config.sub: Add BeOS support.
10541
10542Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10543
10544 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10545
10546Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10547
10548 * configure.in (noconfigdirs): Remove tcl and tk from
10549 noconfigdirs for cygwin32 builds.
10550
d207ebef
JM
10551Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10552
10553 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10554
6599da04
JM
10555Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10556
10557 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10558 make-all.com, use makefile.vms instead.
10559
10560Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10561
10562 * config.sub: Accept -lnews*.
10563
d207ebef
JM
10564Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10565
10566 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 10567 target-examples and target-libiberty for d30v.
d207ebef
JM
10568
10569Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10570
10571 * configure.in (noconfigdirs): Enable ld for d30v.
10572
10573Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10574
10575 * configure.in (tic80-*-*): Build compiler.
10576
10577Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10578
10579 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 10580 unsupported d30v directories
d207ebef
JM
10581
10582Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10583
4e81ae98
EC
10584 * config.sub, configure.in: Add d30v target cpu.
10585
6599da04
JM
10586Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10587
10588 * makefile.vms: New file.
10589 * make-all.com: Remove.
10590
10591Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10592
10593 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10594
10595Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10596
10597 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10598
10599Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10600
10601 * Makefile.in (ALL_MODULES): Added all-db.
10602 (CROSS_CHECK_MODULES): Addec check-db.
10603 (INSTALL_MODULES): Added install-db.
10604 (CLEAN_MODULES): Added clean-db.
10605
10606Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10607
10608 * config.guess: Merge with latest FSF sources.
10609
10610Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10611
10612 * Makefile.in (ALL_MODULES): Added all-itcl.
10613 (CROSS_CHECK_MODULES): Added check-itcl.
10614 (INSTALL_MODULES): Added install-itcl.
10615 (CLEAN_MODULES): Added clean-itcl.
10616
10617Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10618
10619 * configure.in: build gdb for mn10200
10620
10621Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10622
10623 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10624
d207ebef
JM
10625Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10626
10627 * configure.in (tic80-*-*): Turn off most targets right now.
10628
6599da04
JM
10629Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10630
10631 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10632 rather than the makeinfo program.
10633 (do-info): Depend upon all-texinfo.
10634
10635Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10636
10637 * configure.in: Remove uses of config/mh-linux.
10638
10639 * config.sub, config.guess: Merge with latest FSF sources.
10640
d207ebef
JM
10641Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10642
10643 * config.sub (case $basic_machine): Add tic80 entries.
10644
6599da04
JM
10645Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10646
10647 * config.sub, config.guess: Merge with latest FSF sources.
10648
10649Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10650
10651 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10652 * mpw-config.in: Test for NewFolderRecursive.
10653 * mpw-install: Use symbolic name for startup filename.
10654 * mpw-README: Add various additional details.
10655
10656Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10657
10658 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10659
10660Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10661
10662 * configure.in: Do build gcc and the target libraries for
10663 the mn10200.
10664
10665Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10666
10667 * configure.in: don't avoid building gdb for mn10300 any more
10668 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10669 instead of single-quoting it.
10670
10671Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10672
10673 * configure.in: Don't use --with-stabs on IRIX 6.
10674
10675Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10676
10677 * configure.in (m32r): Build gdb, libg++ now.
10678
10679Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10680
10681 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10682 directories from noconfigdirs.
10683
10684Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10685
10686 * config.sub (basic_machine): added mips16 configuration
10687
10688Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10689
10690 * config.sub: Handle d10v-unknown.
10691
d207ebef
JM
10692Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10693
10694 * config.sub: Handle v850-unknown.
10695
6599da04
JM
10696Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10697
10698 * Makefile.in: add findutils
10699 * configure.in: add findutils to list of host_tools
10700
10701Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10702
10703 * config.sub: Handle mn10200 and mn10300.
10704
10705Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10706
10707 * configure.in (d10v-*): Do not build librx.
10708
10709Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10710
10711 * configure.in (mn10300): Build everything except gdb & libgloss.
10712
10713Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10714
10715 * config.guess: Patch for Dansk Data Elektronik servers,
10716 from Niels Skou Olsen <nso@dde.dk>.
10717
10718 For ncr, use /bin/uname rather than uname, since GNU uname does not
10719 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10720
10721 Patch for MIPS R4000 running System V,
10722 from Eric S. Raymond <esr@snark.thyrsus.com>.
10723
10724 Fix thinko for nextstep.
10725
10726 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10727
10728 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10729 * config.guess: Guess mips-dec-mach_bsd4.3.
10730
10731 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10732 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10733 release numbers.
10734 * config.guess (mips-mips-riscos*): Emit just enough of the
10735 release number.
10736
10737 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10738 * config.guess (sparc-auspex-sunos*): Added.
10739 (f300-fujitsu-*): Added.
10740
10741 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10742 * config.guess: Recognize a Tadpole as a sparc.
10743
10744Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10745
10746 * config.guess: Don't assume that NextStep version is either 2 or
10747 3. NextStep 4 (aka OpenStep 4) has come out now.
10748
10749Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10750
10751 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10752 From Rik Faith <faith@cs.unc.edu>.
10753
10754Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10755
10756 * config.sub: Contributions from bug-gnu-utils to:
10757 Support plain "hppa" (no version given) architecture, reported by
10758 OpenStep.
10759 OpenBSD like NetBSD.
10760 LynxOs is not a hardware supplier.
10761
10762 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 10763 OpenBSD like NetBSD.
6599da04
JM
10764 Stratus systems.
10765 More Pyramid systems.
10766 i[n>4]86 Intel chips.
10767 M680[n>4]0 Motorola chips.
10768 Use unknown instead of lynx for hardware manufacturer.
10769
10770Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10771
10772 * install.sh (chmodcmd): Set to null if the DST directory already
10773 exists.
10774
10775Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10776
10777 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10778 not use mt-ppc target Makefile fragment any more.
10779
10780Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10781
10782 * configure.in (*-*-windows): Exclude everything but those dirs
10783 needed to build windows.
10784
10785Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10786
10787 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10788
10789Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10790
10791 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
10792
10793Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10794
10795 * Undo my previous change.
10796
10797Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10798
10799 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10800 unconditionally.
10801 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10802
10803Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10804
10805 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10806 host to add it's own flags.
6599da04
JM
10807
10808Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10809
10810 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10811
10812Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10813
10814 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10815 (CXX_FOR_TARGET): Likewise.
10816 (GCC_FOR_TARGET): Define.
10817 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10818 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10819 CC_FOR_TARGET was specified on the command line.
10820 (MAKEOVERRIDES): Don't define.
10821
10822Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10823
10824 * configure.in (m32r): Fix spelling of libg++ libs.
10825
10826Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10827
10828 * config.sub (-apple*): Remove, now redundant.
10829
10830Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10831
10832 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10833
10834 * configure: Rework yesterday's sed script patch.
10835
10836 * config.sub: Merge with FSF.
10837
10838Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10839
10840 * config.guess: Merge from FSF.
10841
10842 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
10843 * config.guess: Use pc instead of unknown, for pc clone systems.
10844 Change linux to linux-gnu.
6599da04
JM
10845
10846 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 10847 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
10848
10849Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10850
10851 * test-build.mk (HOLES): Add "xargs" for gdb.
10852
10853 * configure: Avoid hpux10.20 sed bug.
10854
10855Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10856
731a8127 10857 * configure.in: Add support for windows host
6599da04
JM
10858 (that is a build done under the Microsoft build environment).
10859
10860Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10861
10862 * Makefile.in: Replace all uses of srcroot with s, to shrink
10863 command line lengths.
10864
10865 Patches from Geoffrey Noer <noer@cygnus.com>:
10866 * configure.in: If configuring for newlib, pass --with-newlib to
10867 subdirectories.
10868 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10869 -Bnewlib/ and -Lwinsup to gcc.
10870 (CXX_FOR_TARGET): Likewise.
10871
10872Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10873
10874 * Makefile.in (ETC_SUPPORT): Add configure.
10875
10876Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10877
4e81ae98 10878 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
10879 host configuration file.
10880
10881Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10882
10883 * configure.in: Break mn10x00 support into separate
10884 mn10200 and mn10300 configurations.
10885 * config.sub: Likewise.
10886
10887Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10888
10889 * configure.in: Add lots of stuff to noconfigdirs for
10890 the mn10x00 targets.
10891
10892 * config.sub, configure.in: Add mn10x00 support.
10893
10894Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10895
10896 * make-all.com: Call conf-a-gas, not config-a-gas.
10897
10898Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10899
10900 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 10901 targets.
6599da04
JM
10902
10903Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10904
10905 * mpw-README: Add much more detail for native PowerMac.
10906 * mpw-install: New file.
10907 * mpw-configure: Add --norecursion and --help options.
10908 * mpw-config.in: Translate readme and install files when
10909 copying to objdir.
10910 * mpw-build.in: Don't always depend on byacc and flex.
10911 (install-only-top): New action.
10912
d207ebef
JM
10913Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10914
10915 * configure.in: You can now configure GDB for the v850.
10916
6599da04
JM
10917Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10918
10919 * configure.in (noconfigdirs): Don't configure any C++ dirs
10920 if targeting D10V.
10921
10922Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10923
10924 * config.sub: Recognize mips64vr5000.
10925
10926Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10927
10928 * configure.in: Use a single line for host_tools and native_only.
10929
10930Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10931
10932 * config.sub, configure.in: Add entries for m32r.
10933
10934Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10935
10936 * Makefile.in (inet-install): Don't run install-gzip.
10937
10938Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10939
10940 * configure.in: Don't config lots of things for *-*-windows*.
10941
10942Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10943
10944 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10945 (host_libs, host_tools): Copy from configure.in.
10946 * mpw-configure: Don't complain about directories not found.
10947
10948Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10949
10950 * configure.in (i[345]86): Recognize i686 for pentium pro.
10951 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10952 file.
10953
10954 * config.guess (i[345]86): Ditto.
10955
10956Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10957
10958 * configure.in (noconfigdirs): Removed gdb for D10V.
10959
d207ebef 10960Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 10961
d207ebef
JM
10962 * configure.in: Remove ld, target-libio, target-libg++, and
10963 target-libstdc++ from noconfigdirs.
5d4a5ee6 10964
6599da04
JM
10965Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10966
10967 * configure: Fix three locations where shell scripts were
10968 being run directly rather than with config_shell.
10969
d207ebef
JM
10970Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10971
10972 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10973 * config.sub (basic_machine): Recognize v850.
10974
6599da04
JM
10975Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10976
10977 * mpw-configure: Handle multiple enable/disable options and
10978 pass them down recursively, handle -c and -s flags appropriately
10979 depending on choice of compiler, add escape mechanism for
10980 quoted arguments to gC.
10981
10982Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10983
10984 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10985 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10986 so that -mrelocatable-lib and -mno-eabi are used.
10987
10988 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10989 not support --print-multi-lib, don't abort.
10990
6599da04
JM
10991Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10992
10993 * make-all.com: Run config-a-gas.
10994 * setup.com: Don't copy subdirectory files around.
10995
10996Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10997
10998 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10999 target, it now compiles correctly.
11000
11001Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11002
11003 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11004
11005Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11006
4e81ae98 11007 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
11008
11009Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11010
11011 * configure.in (native_only): Add prms.
11012
11013Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11014
11015 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11016 (BINUTILS_SUPPORT_DIRS): Likewise.
11017
11018Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11019
11020 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11021 d10v support is added.
11022
11023Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11024
11025 * configure.in (d10v-*-*): New target.
11026
11027Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11028
11029 * config.guess (HP 9000/811): Recognize this as a PA1.1
11030 machine.
11031
11032Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11033
11034 * Makefile.in (do-tar-gz): New target, split out from tail end of
11035 taz target. Run each command separately, don't use pipes.
11036 (taz): Use it.
11037
11038Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11039
11040 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11041 * mpw-build.in: No builds should depend on building byacc or flex,
11042 they are assumed to be installed already.
11043
11044Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11045
11046 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11047 variable that CC_FOR_TARGET needs.
11048
11049Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11050
11051 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11052 options have changed since the last time the subdirectory was
11053 configured, and if it has, reconfigure.
11054 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11055 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11056
11057Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11058
11059 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11060 CLEAN_MODULES): Add bash.
11061 (all-bash): New target.
11062
11063Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11064
11065 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11066
11067Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11068
11069 * config.sub (basic_machine): Recognize d10v as a valid processor.
11070
11071Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11072
11073 * mpw-configure: Add support for --bindir.
11074 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11075
11076Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11077
11078 * configure.in: add bash, time, gawk to list of hosttools and things
11079 to only build for native toolchains
11080
11081Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11082
11083 * Makefile.in (docdir): Remove.
11084
11085Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11086
11087 * Makefile.in (datadir): Set to $(prefix)/share.
11088
11089Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11090
11091 * configure.in: build diff and patch for cygwin32-hosted
11092 toolchains.
11093
11094Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11095
11096 * config.sub: Accept -rtems*.
11097
11098Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11099
e490616e
ZW
11100 * configure.in: enable dosrel for cygwin32-hosted builds,
11101 remove diff from the list of things not buildable
11102 via Canadian Cross
6599da04
JM
11103
11104Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11105
11106 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 11107 don't get ". ".
6599da04
JM
11108
11109Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11110
11111 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11112
11113Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11114
11115 * Makefile.in (taz): Handle case where tex3patch didn't even get
11116 checked out. Also, if it was found, put the symlink in a new util
11117 subdirectory.
11118
11119Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11120
11121 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11122
11123Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11124
11125 * config.sub: Recognize -openvms.
11126 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11127 * make-all.com, setup.com: New files.
11128
11129Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11130
11131 * Makefile.in (taz): tex3patch moved to texinfo/util.
11132
11133Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11134
11135 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11136 * configure.in: remove make from disable-if-Can-Cross list
11137 enable gdb if ${host} and ${target} are cygwin32
11138
11139Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11140
11141 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11142 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11143
11144Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11145
11146 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11147 distinguish sysv/svr4/bsd variants.
11148 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11149
11150Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11151
11152 * configure.in: Added copyright notice.
11153 * move-if-change: Added copyright notice.
11154
11155Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11156
11157 * configure.in (powerpcle-*-solaris*): Until we get shared
11158 libraries working, don't build gdb, sim, make, tcl, tk, or
11159 expect.
11160
11161Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11162
11163 * config.guess: Merge with FSF:
11164
11165 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11166 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11167
11168 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11169 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11170
11171 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11172 * config.guess: Combine two OSF1 rules.
11173 Also recognize field test versions. From mjr@zk3.dec.com.
11174 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11175 because GNU uname does not support -p. From pmr@pajato.com.
11176
11177Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11178
11179 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11180
11181Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11182
11183 * mpw-README: Document GCCIncludes.
11184
11185Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11186
11187 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11188
11189Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11190
11191 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11192
11193Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11194
11195 * configure.in (*-*-cygwin32): Configure make.
11196
11197Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11198
11199 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11200
11201Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11202
11203 * Makefile.in (all-inet): Depend on all-perl.
11204
11205 * Makefile.in (inet-install): New target.
11206
11207 * Makefile.in (all-inet): Depend on all-tcl.
11208 (all-inet): Depend on all-send-pr.
11209
11210Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11211
11212 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11213 temporarily.
11214
11215Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11216
11217 * configure.in: Don't configure --with-gnu-ld on AIX.
11218
11219Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11220
11221 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11222
11223Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11224
11225 * Makefile.in (ALL_MODULES): Added all-inet.
11226 (CROSS_CHECK_MODULES): Added check-inet.
11227 (INSTALL_MODULES): Added install-inet.
11228 (CLEAN_MODULES): Added clean-inet.
11229 (all-indent): New target.
11230
11231 * configure.in (host_tools): Added inet.
11232 (native_only): Added inet.
11233 (noconfigdirs): Added inet.
11234
11235Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11236
11237 * configure.in: Don't configure libgloss if we are not configuring
11238 newlib.
11239
11240Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11241
11242 * configure.in: Don't configure libgloss for unsupported
11243 architectures.
11244
11245Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11246
11247 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11248
11249Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11250
11251 * Makefile.in (ALL_MODULES): Include all-apache.
11252 (CROSS_CHECK_MODULES): Include check-apache.
11253 (INSTALL_MODULES): Include install-apache.
11254 (all-apache): New target.
11255
11256 * configure.in: Added apache everywhere perl is seen.
11257
11258Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11259
11260 * Makefile.in: Add support for clean-{module} and
11261 clean-target-{module} rules.
11262
11263Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11264
11265 * configure.in (*-*-ose) do not build libgloss.
11266
11267Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11268
11269 * config.guess (prep*:SunOS:5.*:*): Turn into
11270 powerpele-unknown-solaris2.
11271
11272Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11273
11274 * configure.in: Permit --enable-shared to specify a list of
11275 directories.
11276
11277Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11278
11279 * configure.in (host==solaris): Pass only the first word of $CC
11280 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11281
11282Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11283
11284 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11285
11286Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11287
11288 * Makefile.in (ALL_MODULES): Include all-perl.
11289 (CROSS_CHECK_MODULES): Include check-perl.
11290 (INSTALL_MODULES): Include install-perl.
11291 (ALL_X11_MODULES): Include all-guile.
11292 (CHECK_X11_MODULES): Include check-guile.
11293 (INSTALL_X11_MODULES): Include install-guile.
11294 (all-perl): New target.
11295 (all-guile): New target.
11296
11297 * configure.in (host_tools): Include perl and guile.
11298 (native_only): Include perl and guile.
11299 (noconfigdirs): Don't build guile and perl; no ports have been
11300 done.
11301
11302Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11303
e490616e
ZW
11304 * configure (--enable-*): Handle quoted option lists such as
11305 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
11306
11307Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11308
11309 * Makefile.in ({,inst}all-target): New rule so we can make and
11310 install all of the target directories easily.
11311
11312Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11313
11314 * configure.in: Add missing global flag in sed substitution when
11315 deleting `target-' from ${configdirs}.
11316
11317Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11318
11319 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11320 option.
11321
11322 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11323 config/mh-necv4.
11324
11325 * install.sh: Correct misspelling of transformbasename.
11326
11327 * config.guess: Recognize mips-*-sysv*.
11328
11329Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11330
11331 * config.sub: Recognize mon960.
11332
11333Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11334
11335 * configure: Restore Canadian Cross handling of BISON and LEX,
11336 removed in Feb 20 change.
11337
11338Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11339
11340 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11341 Mention make install. Remove the old copyright date as well the
11342 clumsy and rather pointless copyright on the README file.
11343
11344Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11345
11346 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11347 Makefile after running symlink-tree, then run `make distclean' to
11348 avoid clobbering any generated files in srcdir.
11349
11350Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11351
11352 * configure.in (m68k-*-netbsd*): Build everything now.
11353
11354Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11355
11356 * Makefile.in (taz): Fix quoting.
11357
11358Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11359
11360 * configure.in (sparclet-*-*): Build everything now.
11361
11362Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11363
11364 * configure.in (m68k-*-linux*): New host.
11365
11366Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11367
11368 * configure: Check for bison before byacc.
11369
11370Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11371
11372 * Makefile.in configure: Change the way LEX and BISON/YACC are
11373 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11374 searching PATH. These are used as fallbacks by Makefile.in if
11375 flex/bison/byacc aren't in objdir.
11376
11377Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11378
11379 * Makefile.in: Make everything which depends upon all-bfd also
11380 depend upon all-opcodes, in case --with-commonbfdlib is used.
11381
11382Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11383
11384 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11385 building NT native compilers on Unix.
11386
11387Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11388
11389 * configure.in: Don't get CC from the host Makefile fragment if we
11390 can find gcc in PATH, or if this is a Canadian Cross. Move the
11391 Solaris test for /usr/ucb/cc to the post target script, just after
11392 the compiler sanity test.
11393
11394Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11395
11396 * config.sub: Merge with FSF.
11397
11398Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11399
11400 * Makefile.in (RPATH_ENVVAR): New variable.
11401 (REALLY_SET_LIB_PATH): Use it.
11402 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11403
11404Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11405
11406 * config.sub, configure.in: Recognize sparclet cpu.
11407
11408Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11409
11410 * config.guess: Support m68k-cbm-sysv4.
11411
11412Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11413
11414 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11415 m68k-unknown-linuxaout from linker help string. Put quotes around
11416 $ld_help_string.
11417
11418Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11419
11420 * config.guess (powerpc-harris-powerunix): Add guess for port
11421 to new target.
11422
11423Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11424
11425 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11426
11427Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11428
11429 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11430 $(REALLY_SET_LIB_PATH) in Makefile.
11431 * Makefile.in (SET_LIB_PATH): New variable.
11432 (REALLY_SET_LIB_PATH): New variable.
11433 ($(DO_X)): Use $(SET_LIB_PATH).
11434 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11435 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11436 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11437 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11438 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11439 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11440 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11441 (install-dosrel): Likewise.
11442 (all-opcodes): Depend upon all-libiberty.
11443
11444Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11445
11446 * config.guess (*:CYGWIN*): New
11447
11448Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11449
11450 * Makefile.in (all-target-winsup): All all-target-libiberty.
11451
11452Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11453
11454 * configure.in (noconfigdirs): Add missing # in front of comment.
11455
11456Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11457
11458 * configure.in: add second pass to things added to noconfigdirs
11459 so *-gm-magic can exclude libgloss properly.
11460
11461Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11462
11463 * mpw-configure (extralibs_name, rez_name): Set correctly
11464 for MWC68K compiler.
11465
11466 * mpw-README: Add more info on the necessary build tools.
11467
11468Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11469
11470 * configure.in, config.sub: Recognize cygwin32.
11471
11472Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11473
11474 * config.guess, config.sub: Recognize A/UX.
11475
11476Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11477
11478 * config.sub: Merge with gcc/config.sub.
11479
11480Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11481
11482 * mpw-build.in (do-binutils): Add build of stamps.
11483
11484Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11485
11486 * config.sub: Add recognition for mips64vr4100*-* targets.
11487
11488Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11489
11490 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11491 Add creation of gconfigargs with `--enable-shared' turned on.
11492 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11493 ($(host)-stamp-stage3-configured): Likewise.
11494 (HOLES): Add chatr and ldd.
11495 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11496
11497Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11498
11499 * configure: Pass --nfp to recursive configures.
11500
11501Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11502
11503 * Makefile.in (DLLTOOL): New.
11504 (DLLTOOL_FOR_TARGET): New.
11505 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11506 (EXTRA_TARGET_FLAGS): Ditto.
11507 (EXTRA_GCC_FLAGS): Ditto.
11508 (CONFIGURE_TARGET_MODULES): Ditto.
11509 (DO_X): Ditto.
11510 * configure: Add DLLTOOL.
11511
11512Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11513
11514 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11515 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11516 mh-sco, since old workarounds no longer needed, and don't
11517 build ld, since libraries have weak symbols in COFF.
11518
11519Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11520
11521 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11522
11523Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11524
11525 * configure.in: Make sure that ${CC} can be used to compile an
11526 executable.
11527
11528Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11529
11530 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11531 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11532 nothing depending on whether gdbtk is being built.
11533
11534Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11535
11536 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11537
11538Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11539
11540 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11541 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11542
11543Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11544
11545 * config-ml.in: Add support for
11546 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11547 Simplify setting of multidirs from --disable-foo.
11548
11549Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11550
11551 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11552 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11553 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 11554 non-empty, pass them on to the GCC make.
6599da04
JM
11555 (all-bootstrap): New rule that is like all-gcc, except it executes
11556 the GCC bootstrap rule instead of the GCC all rule.
11557
11558Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11559
11560 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11561
11562Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11563
11564 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11565 DG/UX support.
11566
11567Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11568
11569 * config.sub (i*86*) Change [345] to [3456]
11570
11571Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11572
11573 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11574 --with-gnu-ld=no.
11575
11576Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11577
11578 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11579 AIX multilibs get built.
11580
11581Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11582
11583 * configure.in (i386-win32): Don't build expect if we're not
11584 building the tcl subdir.
11585
11586Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11587
11588 * Makefile.in: (configure-target-examples, all-target-examples):
11589 New targets, configure and build example programs.
11590
11591Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11592
11593 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11594 use it as input to sedit the generated MPW makefile.
11595 * mpw-README: Add a suggestion about Gestalt.h.
11596
11597Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11598
11599 * config.sub: Accept *-*-ieee*.
11600
11601Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11602
11603 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11604 Ronald F. Guilmette <rfg@monkeys.com>.
11605
11606Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11607
11608 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11609 for powerpc-pe native.
11610 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11611 (target==powerpc-pe): duplicate i386-win32 entry.
11612
11613Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11614
11615 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11616 of vxworks, not just vxworks5.1.
11617
11618Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11619
11620 * mpw-configure: Add support for exec-prefix.
11621
11622Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11623
11624 * config.guess: Recognize HP model 816 machines as having
11625 a PA1.1 processor.
11626
11627Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11628
11629 * configure: Ignore new autoconf configure options.
11630
6599da04
JM
11631Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11632
11633 * config.guess: Recognize Pentium under SCO.
11634 From Robert Lipe <robertl@arnet.com>.
11635
11636Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11637
11638 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
11639
11640Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11641
11642 * configure.in: Don't configure gas for alpha-dec-osf*.
11643
11644Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11645
11646 * configure.in: Default to --with-stabs for some targets for which
11647 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11648 i[345]86*-*-unixware*.
11649
11650Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11651
11652 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11653 rather than basing it on the target. Simplify handling of options
11654 controlling which directories to configure. Remove extraneous
11655 slash in multi-clean target.
11656
11657Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11658
11659 * config-ml.in: Prefix more variables with ml_ so they don't collide
11660 with configure's.
11661
11662Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11663
11664 * configure: Don't turn -v into --v.
11665
11666Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11667
11668 * configure.in (targargs): Fix typo.
11669
11670 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11671
11672Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11673
11674 * configure.in: Strip --host and --target options from
11675 CONFIG_ARGUMENTS, and always configure for --host only. Add
11676 --with-cross-host option when building with a cross-compiler.
11677 * configure: Canonicalize the arguments put into config.status by
11678 always using `=' for an option with an argument. Pass a presumed
11679 --host or --target explicitly.
11680
11681Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11682
11683 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11684 into general OS recognition case.
11685
11686Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11687
11688 * configure.in (target_configdirs): add target-winsup only
11689 for win32 target systems.
11690
11691Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11692
11693 * Makefile.in (all-target-libgloss): Depend upon
11694 configure-target-newlib, since when libgloss is built it looks to
11695 see if the newlib directory exists.
11696
11697Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11698
11699 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11700 cfg-ml-*.in.
11701
11702Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11703
11704 * configure: Handle LD and LD_FOR_TARGET when configuring a
11705 Canadian Cross.
11706
6599da04
JM
11707Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11708
11709 * configure.in (target_libs): add target-winsup.
11710 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11711 (target==ppcle-pe): remove ld from $noconfigdirs.
11712
11713Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11714
11715 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11716 Preserve relative path names in $srcdir. Build symlink tree if
11717 configuring cross target dir and srcdir=. (= no VPATH support).
11718 (configure-target-libg++): Depend on configure-target-librx.
11719 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11720 * config-ml.in: New file.
11721 * symlink-tree: New file.
11722 * configure: Ensure srcdir="." if that's what it is.
11723
11724Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11725
11726 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11727 includes and FLEX_SKELETON setting.
11728 * mpw-configure (--with-gnu-ld): New option, controls whether
11729 to use PPCLink or ld with PowerMac GCC.
11730 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11731 * mpw-config.in: Configure grez if targeting Mac.
11732
11733 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
11734 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11735 just macos.
6599da04
JM
11736 * configure.in: Configure grez resource compiler if targeting Mac.
11737 * Makefile.in (all-grez, install-grez): New targets.
11738
11739Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11740
11741 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 11742 gcc in the path, set CC to gcc -O2.
6599da04
JM
11743
11744Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11745
11746 * configure: Default ${build} correctly. Avoid picking up extra
11747 spaces when reading CC and CXX from Makefile. When doing a
11748 Canadian Cross, use plausible default values for numerous
11749 variables.
11750 * configure.in: When doing a Canadian Cross, don't try to
11751 configure tools whose configure script can't handle it.
11752
11753Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11754
11755 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11756
11757Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11758
11759 * configure: Remove dubious bug reporting address.
11760
11761Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11762
11763 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11764 configure script, run that instead of this directory's configure.
11765 In either case, print a message that we're configuring the sub-dir.
11766
11767Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11768
11769 * configure.in: Before checking for the existence of various files,
11770 use sed to filter out "target-".
11771
11772Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11773
11774 * Makefile.in (DO_X): Split rule to decrease command line length
11775 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11776 (Philippe De Muyter).
11777
11778Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11779
11780 * Makefile.in (all-patch): depend on all-libiberty.
11781
11782Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11783
11784 * configure.in: If the only directory in target_configdirs which
11785 actually exists is libiberty, then set target_configdirs to empty,
11786 to avoid trying to build a target libiberty in a gas or gdb
11787 distribution.
11788
11789Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11790
11791 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
11792 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11793 systems.
6599da04
JM
11794
11795Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11796
11797 * configure.in (copy_dirs): Use sys-include instead of include
11798 for --with-headers option.
11799
11800Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11801
11802 * Makefile.in, configure.in: Make winsup builds work with
11803 new scheme.
11804
11805Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11806
11807 * configure.in: Build the linker on AIX.
11808
11809Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11810
11811 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11812 where needed.
11813
11814Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11815
11816 * Makefile.in (all-gcc): Fix typo.
11817
11818Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11819
11820 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11821
11822Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11823
11824 * configure.in: Rename libFOO to target-libFOO, and xiberty
11825 to target-xiberty, to provide more flexibility.
11826 (target_subdir): Define. Create if cross.
11827 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11828 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11829 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11830 check-libFOO -> check-target-libFOO, etc.
11831 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11832 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11833 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11834 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11835 allow ALL_GCC="" to only configure.
11836 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11837 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11838 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11839
11840Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11841
11842 * Makefile.in (taz): Build "info" in etc explicitly.
11843
11844Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11845
11846 * configure.in: Make sure that CC is undefined (as opposed to
11847 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11848 problem with autoconf trying to configure on a host without GCC.
11849
11850Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11851
11852 * mpw-configure: Set host alias from choice of host compiler,
11853 only use generic MPW Makefile sed if present, edit a file
11854 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11855 * mpw-README: Add problem notes about CW6 and CW7.
11856
11857Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11858
11859 * Makefile.in (taz): Use ";" instead of ";;".
11860
11861Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11862
11863 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11864 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11865 DISTDOCDIRS.
11866 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11867 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11868
11869Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11870
11871 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11872 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11873 Move bfd to DISTSTUFFDIRS.
11874
11875Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11876
11877 * Makefile.in (X11_LIB): Removed.
11878 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11879
11880 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11881
11882Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11883
11884 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11885 names.
11886
11887Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11888
11889 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11890
11891Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11892
11893 * configure.in (i[345]86-*-win32): Always build newlib.
11894 Don't configure cvs, autoconf or texinfo.
11895 * Makefile.in (LD_FOR_TARGET): New.
11896 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11897 Pass down LD_FOR_TARGET.
11898
11899Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11900
11901 * winsup: New directory.
11902 * Makefile.in: Build winsup.
11903 * configure.in: Winsup is configured when target is win32.
11904 Can only build win32 target GDB when native.
4e81ae98 11905
6599da04
JM
11906Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11907
11908 * config.guess: Recognize HP model 819 machines as having
11909 a PA 1.1 processor.
11910
11911Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11912
11913 * configure: Fix sed loop which substitutes for CC and CXX to
11914 avoid bug found in various sed implementations.
11915
11916Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11917
11918 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11919 simulator. Use standard powerpc-*-eabi*.
11920
11921Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11922
11923 * configure.in: Stop putting gas and binutils in noconfigdirs for
11924 powerpc-*-aix* and rs6000-*-*.
11925
11926Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11927
11928 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11929 -mcall-aixdesc libraries.
11930
11931Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11932
11933 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11934
11935 * config.sub (arm | armel | armeb): Fix shell syntax.
11936
11937Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11938
11939 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11940 -msoft-float and -mcpu=common support.
11941 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11942 libraries.
11943
11944Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11945
11946 * configure.in: Allow configuration and build of emacs19 for the alpha.
11947
11948Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11949
11950 * configure.in (CC): Get ^CC, not just any old CC, from
11951 ${host_makefile_frag}.
11952
11953Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11954
4e81ae98 11955 * configure.in (CC): Try to get CC from
6599da04
JM
11956 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11957
11958Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11959
11960 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11961 only if it exists in $(srcdir).
11962
11963Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11964
11965 * configure: If CC and CXX are not set in the environment, set
11966 them, based on either an existing Makefile or on searching for gcc
11967 in PATH. Substitute for CC and CXX in Makefile.
11968 * configure.in: Remove libm from target_libs. Separate
11969 target_configdirs from configdirs. If CC is not set in
11970 environment, try to get it from a host Makefile fragment. Rewrite
11971 changes of configdirs to use skipdirs instead. A few minor
11972 tweaks. Take directories out of target_configdirs as they are
11973 taken out of configdirs. Remove existing Makefile files from
11974 subdirectories. Substitute for TARGET_CONFIGDIRS and
11975 CONFIG_ARGUMENTS in Makefile.
11976 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11977 by configure.in.
11978 (CONFIG_ARGUMENTS): Likewise.
11979 (CONFIGURE_TARGET_MODULES): New variable.
11980 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11981 ($(CONFIGURE_TARGET_MODULES)): New target.
11982 (configure-libg++, configure-libio): New targets.
11983 (all-libg++): Depend upon configure-libg++.
11984 (all-libio): Depend upon configure-libio.
11985 (configure-libgloss, all-libgloss): New targets.
11986 (configure-libstdc++): New target.
11987 (all-libstdc++): Depend upon configure-libstdc++.
11988 (configure-librx, all-librx): New targets.
11989 (configure-newlib): New target.
11990 (all-newlib): Depend upon configure-newlib
11991 (configure-xiberty): New target.
11992 (all-xiberty): Depend upon configure-xiberty.
11993
11994Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11995
11996 * configure.in (host i[345]86-*-win32): Expand the
11997 noconfigdirs again.
11998
11999Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12000
12001 * mpw-configure: Fix sed command file name.
12002
12003Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12004
4e81ae98 12005 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
12006 noconfigdirs again.
12007
12008Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12009
12010 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12011 or powerpc*-*-pe*, since they are not yet supported.
12012
12013Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12014
12015 Add PowerMac support and many other enhancements.
12016 * mpw-configure: New option --cc to select compiler to use,
12017 paste options set according to --cc into the generated
12018 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12019 if mpw-make.sed is present.
12020 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12021 add forward includes for PowerPC include files.
12022 * mpw-build.in: Build using Makefile.PPC if present.
12023 (do-byacc, etc): Remove separate version resource builds.
12024 (do-gas): Build "stamps" before "all".
12025 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12026 * mpw-README: Update to reflect --cc option, PowerMac support,
12027 and recently-reported compatibility problems.
12028
12029Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12030
12031 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12032 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12033 (--with-multilib-top): Pass to recursive invocations.
12034
12035Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12036
12037 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12038 v810-*-*.
12039
12040Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12041
12042 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12043 gdb, ld and opcodes on v810-*-*.
12044
6599da04
JM
12045Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12046
12047 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12048 (local-maintainer-clean): New target.
12049 (maintainer-clean): New target.
12050 (realclean): Just depend upon maintainer-clean.
12051
12052Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12053
12054 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12055
12056Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12057
12058 * configure.in: Build ld in mips*-*-bsd* case.
12059
12060Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12061
12062 * config.sub: Accept -lites* OS. From Ian Dall.
12063
12064Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12065
12066 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 12067 targets.
6599da04
JM
12068
12069Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12070
12071 * configure.in: treat i386-win32 canadian cross the same as
12072 i386-go32 canadian cross.
12073
12074Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12075
12076 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12077 running under the simulator to build a reduced set of libraries.
12078 (powerpc-*-eabiaix): Add fine grained multilib support added to
12079 other powerpc targets yesterday.
12080
12081Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12082
12083 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12084 -disable-softfloat, -disable-relocatable, -disable-aix, and
12085 -disable-sysv to control which multilib libraries get built.
12086
12087Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12088
12089 * configure: Add Makefile.tem to list of files to remove in trap
12090 handler.
12091
12092Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12093
12094 * config.guess (*Linux*): Add missing "exit"s.
12095 Also, need specific check for alpha-unknown-linux (uses COFF).
12096
12097Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12098
12099 * config.guess: Merge with FSF:
12100
12101 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12102 * config.guess (AIX4): More robust release numbering discovery.
12103
12104 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12105 * config.guess (i386-sequent-ptx): Properly get version number.
12106
12107 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12108 * config.guess (mips:*:4*:UMIPS): New case.
12109
12110Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12111
12112 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12113 (i386-win32 host): Likewise. Don't build readline.
12114
12115Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12116
12117 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12118 SUPPORT_FILES to submakes.
12119
12120Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12121
12122 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12123 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12124 mpw-configure.
12125
12126Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12127
12128 * configure.in (appdirs): Use =, not ==, in test expression when
12129 trying to build the text to print in the warning message for
12130 Solaris users.
12131
12132Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12133
12134 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12135
12136Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12137
12138 * config.guess: Recognize lynx-2.3.
12139
12140Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12141
12142 * config.sub (z8ksim): Deleted
12143 (z8k-*-coff): New, this is the one true name of the target.
12144
12145Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12146
12147 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12148
12149Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12150
12151 * config.guess (*:Linux:*:*): First try asking the linker what the
12152 default object file format is (elf, aout, or coff). Then if this
12153 fails, try previous methods.
12154
12155Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12156
12157 * configure.in: Don't build newlib for *-*-vxworks5.1.
12158
12159Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12160
12161 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12162 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12163
12164Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12165
12166 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12167
12168Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12169
12170 * cfg-ml-com.in: New file.
12171 * cfg-ml-pos.in: New file.
12172
12173Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12174
12175 * COPYING.NEWLIB: Add HP free copyright to list.
12176
12177Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12178
12179 * config.sub: Recognize -eabi* for the system, not just -eabi.
12180
12181Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12182
12183 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12184 * config.sub, configure.in (win32): New target and host.
12185
12186Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12187
12188 * configure.in: Add i386-pe configuration.
12189
12190Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12191
12192 * mpw-build.in (install): Install GDB after LD.
12193
12194Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12195
12196 * mpw-config.in (elf/mips.h): Always forward-include, needed
12197 for GDB to build.
12198
12199Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12200
12201 * testsuite: New directory for customer acceptance and whole tool
12202 chain tests.
12203
12204Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12205
12206 * configure: If per-host line isn't found, but AC_OUTPUT is found
12207 and a configure script exists, run it instead.
12208
12209Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12210
12211 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12212
12213Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12214
12215 * configure: Set build_{cpu,vendor,os,alias} to host values when
12216 --build isn't specified.
12217
12218Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12219
12220 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12221 (FLAGS_TO_PASS): Pass them.
12222 (EXTRA_TARGET_FLAGS): Ditto.
12223
6599da04
JM
12224Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12225
12226 * Makefile.in (all-libg++): Depend on all-libstdc++.
12227
12228Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12229
12230 * configure.in (noconfigdirs): Enable all packages for
12231 i386-unknown-netbsd.
12232
12233Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12234
12235 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12236 hosted builds (DOS builds)
12237
12238Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12239
12240 Changes for ARM based on patches from Richard Earnshaw:
12241 * config.sub: Handle armeb and armel.
12242 * configure.in: Omit arm linker only for riscix.
12243
12244Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12245
12246 * config.guess: Update from FSF.
12247
12248Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12249
63f6bcd7 12250 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
12251 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12252 powerpcle variant. Convert pentium into i586, not i486. Add p5
12253 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12254 temporarily.
12255
12256Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12257
12258 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12259
12260Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12261
12262 * config.sub: Accept -lites* as a basic system type.
12263
12264Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12265
12266 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12267 installed, and if so return linuxoldld as the system name.
12268
12269Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12270
12271 * config.guess: Add hppa1.1-hp-lites support.
12272
12273Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12274
12275 * configure.in: Don't build newlib for m68k-vxworks5.1.
12276
12277Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12278
12279 * configure.in (mips-sgi-irix6): Use mh-irix5.
12280
12281Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12282
12283 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12284
12285Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12286
12287 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 12288 OSF/1. Fix compiler flags.
6599da04
JM
12289 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12290
12291Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12292
12293 * configure.in: Recognize --with-newlib.
12294 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12295
12296Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12297
d207ebef 12298 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
12299 to *_X11_MODULES due to gdbtk needing X include files et al.
12300
12301Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12302
12303 Merge in support for Mac MPW as a host.
12304 (Old change descriptions retained for informational value.)
12305
12306 * mpw-config.in: Add generic include forwards for cpu-specific
12307 include files in aout and elf directories.
12308
12309 * mpw-configure: Added copyright.
12310 * mpw-config.in: Check for presence of required build tools.
12311 (target_libs): Add newlib.
12312 (target_tools): Add examples.
12313 (Read Me): Generate as "Read Me for MPW" instead.
12314 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12315 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12316 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12317
12318 * mpw-configure: Remove subdir-specific makefile hackery,
12319 delete mk.tmp after using it.
12320
12321 * mpw-build.in (all): Display start and end times.
12322
12323 * mpw-configure (host_canonical): Set.
12324 (target_cpu): Always add to makefiles.
12325 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12326 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12327 (mpw-mh-mpw): Look for in srcdir and srcroot.
12328 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12329
12330 * mpw-build.in: (install-only): New target.
12331
12332 * mpw-configure (host_alias, target_alias): Rename from hostalias
12333 and targetalias, add into generated Makefile.
12334 (mk.tmp): If present, add into generated Makefile.
12335 * mpw-build.in (all-gas): Build config.h first before gas proper.
12336
12337 * mpw-configure (config.status): Write only if changed.
12338 * mpw-config.in (readline): Configure it (not built, just used for
12339 definitions).
12340
12341 * mpw-config.in (elf/mips.h): Add a forward include.
12342
12343 * mpw-config.in: Forward-include most .h files in include into
12344 extra-include.
12345 (readline): Don't build.
12346 mpw-build.in (install): Install GDB.
12347
12348 * mpw-configure (prefix, mpw_prefix): Handle it.
12349 * mpw-config.in (mmalloc, readline): Don't configure.
12350 * mpw-build.in (thisscript): Rename to ThisScript.
12351 Use mpw-build instead of BuildProgram everywhere.
12352 (mmalloc, readline): Don't build.
12353 * mpw-README: New file, basic documentation about the MPW port.
12354
12355 * mpw-config.in: Use forward-include to create include files.
12356
12357 * mpw-configure: Add more things to the top of each configured
12358 Makefile, including contents of config/mpw-mh-mpw.
12359 * mpw-config.in (extra-include): Create this directory and fill it
12360 with Posix-like include files when configuring.
12361
12362 * config.sub (apple, mac, mpw): Add various aliases.
12363
12364 * mpw-build.in: New file, top-level build script fragment for MPW.
12365 * mpw-configure: New file, configure script for MPW.
12366 * mpw-config.in: New file, config fragment for MPW.
12367
12368Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12369
12370 * configure.in (host_libs): Remove glob, since it is gone from the
12371 sources.
12372
12373Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12374
12375 * Makefile.in: define empty GDB_NLM_DEPS var.
12376
12377 * configure.in(target_makefile_frag): use config/mt-netware
12378 for netware targets.
12379
12380Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12381
12382 * config.sub: Merge in recent FSF changes. Remove linux special
12383 cases.
12384
12385Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12386
731a8127 12387 Revert this change:
6599da04
JM
12388
12389 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12390
12391 * build-all.mk: Use CC=cc -Xs on Solaris.
12392
6599da04
JM
12393Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12394
12395 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12396 stop using it.
12397 * Makefile.in: Nuke all references to glob subdirectory.
12398
12399Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12400
12401 * configure.in: Fix --enable-shared logic in per-host.
12402
12403Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12404
12405 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12406
12407Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12408
12409 * configure.in (noconfigdirs): Don't build gas on AIX, for
12410 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12411
12412Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12413
12414 * configure: Fix --cache-file to work if the file argument is a
12415 relative path.
12416
12417Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12418
12419 * configure: If the --cache-file is used, pass it down to
12420 configure in subdirectories.
12421
12422Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12423
12424 * config.sub: add vxworks29k configuration.
12425
12426Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12427
12428 * Makefile.in (taz): Do "diststuff" part quietly.
12429
12430Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12431
12432 * config.sub: Mini-merge with gcc/config.sub.
12433
12434Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12435
12436 * config.guess (IRIX): Sed - to _.
12437
12438Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12439
12440 * Makefile.in (source-vault, binary-vault): New targets.
12441
12442Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12443
12444 * config.sub: Recognize -eabi as a basic system type.
12445
12446Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12447
12448 * configure.in (enable_shared stuff): Fix typo.
12449
12450Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12451
12452 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12453
12454Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12455
12456 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12457
12458Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12459
12460 * configure.in (rs6000-*-*): Don't build gas.
12461
12462Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12463
12464 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12465 reduce command line length.
12466 (AS_FOR_TARGET): Check for as.new, not Makefile.
12467 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12468
12469Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12470
12471 * config.guess: Merge from FSF.
12472
12473Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12474
12475 * configure: Don't use $ when handling program_suffix.
12476
12477Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12478
12479 * configure.in: Configure tk for hppa/hpux.
12480
12481Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12482
12483 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12484
12485Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12486
12487 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12488 to LIBCXXFLAGS. Tests are better run without it.
12489
12490Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12491
12492 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12493
12494Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12495
12496 * configure.in (*-*-netware*): Don't configure xiberty.
12497
12498Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12499
12500 * configure.in: Remove tk from native_only list.
12501
12502Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12503
12504 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12505 for special NCD build.
12506
12507Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12508
12509 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12510 makeall.bat, they're only useful for binutils snapshots.
12511 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12512 makeall.bat to specified SUPPORT_FILES.
12513
12514Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12515
12516 * build-all.mk: Add Ericsson targets to sun4 and solaris
12517 hosts. Add BNR's sun4 target to solaris host, so their
12518 build-from-source will be tested in-house first.
12519
12520Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12521
12522 * Makefile.in (LIBCFLAGS): New variable.
12523 (CFLAGS_FOR_TARGET): Ditto.
12524 (LIBCFLAGS_FOR_TARGET): Ditto.
12525 (LIBCXXFLAGS): Ditto.
12526 (CXXFLAGS_FOR_TARGET): Ditto.
12527 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12528 (BASE_FLAGS_TO_PASS): Pass them.
12529 (EXTRA_TARGET_FLAGS): Ditto.
12530
731a8127 12531 * configure.in: Support --enable-shared.
6599da04
JM
12532
12533Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12534
12535 * configure.in (target_libs): Include libstdc++ again.
12536 * config.guess: Update from FSF (for FreeBSD).
12537
12538Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12539
12540 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12541 makeall.bat.
12542 (DISTDOCDIRS): Add `etc'.
12543 (ETC_SUPPORT_PFX): New variable.
12544 (taz): Include anything from etc starting with a word in
12545 ETC_SUPPORT_PFX.
12546
12547Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12548
12549 * config.sub: Update for recent FSF changes. Remove obsolete
12550 h8300hds entry. Add -windows* and -osx as basic os. Minor
12551 spacing changes.
12552
12553Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12554
12555 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12556
12557 * config.guess: Merge with FSF.
12558 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12559
12560Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12561
12562 * configure: Since the "trap 0" handler will override the exit
12563 status on many systems, only use it for "exit 1", and make it set
12564 a non-zero exit status; reset it before "exit 0". Also, check
12565 exit status of config.sub, and error out if it failed.
12566
12567Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12568
12569 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12570 and install libgloss.
12571
12572Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12573
12574 * Makefile.in (all-binutils): Depend upon all-byacc.
12575
12576 * configure.in: Don't build emacs on Irix 5.
12577
12578Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12579
12580 * configure.in (*-*-netware*): Add libio.
12581
12582Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12583
12584 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12585 (CHECK_TARGET_MODULES): Ditto.
12586 (INSTALL_TARGET_MODULES): Ditto.
12587 (TARGET_LIBS): Ditto.
12588 (all-libstdc++): Note dependencies.
12589
12590Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12591
12592 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12593
12594Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12595
12596 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12597 -fexternal-templates.
12598
12599 * configure.in (target_libs): Add libstdc++.
12600 (noconfigdirs): Add libstdc++ as appropriate.
12601
12602Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12603
12604 * config.guess: Update from FSF.
12605
12606Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12607
12608 * configure: Use ${config_shell} when running ${configsub}.
12609
12610Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12611
12612 * config.sub: No longer recognize h8300h.
12613
12614Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12615
12616 * config.sub: Remove extraneous differences between config.sub and
12617 gcc/config.sub.
12618
12619Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12620
12621 * Makefile.in (DISTSTUFFDIRS): Add gas.
12622
12623Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12624
12625 * COPYING.NEWLIB: New file.
12626
12627Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12628
12629 * config.guess (HP-UX): Patch from Harlan Stenn
12630 <harlan@landmark.com> to also emit release level.
12631
12632Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12633
12634 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12635
12636Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12637
12638 * config.sub: Merge nextstep cleanup from FSF.
12639
12640Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12641
12642 * configure.in (arm-*-*): Don't configure ld for this target.
12643
12644Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12645
12646 * configure.in (*-*-netware): don't configure libg++, libio,
12647 librx, or newlib.
12648
12649Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12650
12651 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12652 configure ld--it works, but it doesn't support shared libraries.
12653
12654Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12655
12656 * config.guess (*-unknown-freebsd*): Get rid of possible
12657 trailing "(Release)" in version string.
12658 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12659
12660Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12661
12662 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12663 Fix type: *-next-neststep -> *-next-nextstep.
12664
12665 * config.guess: Merge from FSF:
12666
12667 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12668
12669 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12670
12671 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12672
12673 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12674 instead of UNIX_SV for UnixWare 1.0).
12675
12676Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12677
12678 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12679 to make gdb/nlm/* build after the compiler and linker.
12680
12681Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12682
12683 * config.guess (netbsd, freebsd, linux): Accept any machine,
12684 not just i[34]86.
12685 (m68k-atari-sysv4): Relocate to match FSF version.
12686
12687 * config.guess: More merges from the FSF:
12688
12689 Add a space before function call or macro invocation.
12690
12691 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12692
12693 * config.guess: Add trap cmd to remove dummy.c and dummy when
12694 interrupted.
12695
12696 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12697
12698 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12699 (dummy): Redirect stderr from compilation of dummy.c.
12700
12701 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12702
12703 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12704
12705Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12706
12707 * configure: Accept and ignore --cache*, for compatibility with
12708 new autoconf.
12709
12710Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12711
12712 * config.guess: Merge from FSF:
12713
12714 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12715
12716 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
12717 (PATH): Add /.attbin at end for finding uname.
12718 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
12719
12720 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12721
e490616e 12722 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
12723
12724 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12725
e490616e
ZW
12726 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12727 to select whether to use ELF or COFF.
6599da04
JM
12728
12729 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12730
e490616e 12731 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
12732
12733 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12734
12735 * config.guess: Guess the OS version for HPUX.
12736
12737 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12738
12739 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12740
12741Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12742
12743 * configure.in: Recognize --with-headers, --with-libs, and
12744 --without-newlib.
12745 * Makefile.in (all-xiberty): Depend upon all-ld.
12746
12747Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12748
12749 * configure.in: Change i[34]86 to i[345]86.
12750
12751Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12752
12753 * configure (version): A few more tweaks to help message.
12754
12755Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12756
12757 * Makefile.in: Remove (for now) librx as a host library,
12758 now that we're building it for target.
12759
12760Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12761
12762 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12763 (Karl Berry).
12764
12765Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12766
12767 * configure.in: Also configure librx.
12768
12769Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12770
12771 * Makefile.in: Update various rules to reflect that librx
12772 is now needed for libg++.
12773
12774Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12775
12776 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12777
12778Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12779
12780 * configure.in: Configure the examples directory.
12781
12782Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12783
12784 * configure: Simplify Jun 2 1994 change.
12785
12786Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12787
12788 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12789 /bin/gcc isn't good enough to build gcc.
12790
12791Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12792
12793 * Makefile.in (GDB_SUPPORT_FILES): Remove
12794 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12795 (gdb.tar.gz): Add new rule to use standard distribution building
12796 mechanism.
12797
12798Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12799
12800 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12801 Bill Cox <bill@cygnus.com>.
12802
12803Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12804
12805 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12806
12807Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12808
12809 * configure: Search current dir first in .gdbinit.
12810
12811Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12812
12813 * config.sub: Recognize freebsd (merged from gcc config.sub).
12814
12815Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12816
12817 * config.sub: Refer to NeXT's operating system as nextstep.
12818
12819 * config.sub (case $basic_machine): Re-order the cases, to match
12820 the order in the FSF version (which is mostly alphabethical).
12821 Merge in some additions and changes from the FSF.
12822
12823Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12824
12825 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12826 * config.sub: Recognize cxux7.
12827 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12828
12829Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12830
12831 * config.sub: Fix typo powerpc -> powerpc-*.
12832
12833Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12834
12835 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12836
12837 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12838 parallel with all-emacs and install-emacs). Top-level command
12839 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12840
12841Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12842
12843 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12844 $(relbindir)/make before doing ``make install'', and use
12845 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12846 installing over running make binary.
12847 ($(host)-stamp-stage3-installed): Likewise.
12848
12849Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12850
12851 * config.guess: Recognize Mach.
12852
12853Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12854
12855 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12856 see whether --exec-prefix was used.
12857
12858Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12859
12860 * README: Explicitly mention libg++/README. (Zoo's idea.)
12861
12862Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12863
12864 * Makefile.in: Add all-librx target similar to all-libproc.
12865
12866Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12867
12868 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12869 with post 1.2 uname bogosity.
12870
12871Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12872
12873 * configure: Remove temporary files on receipt of a signal.
12874
12875Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12876
12877 * configure: If there is a package_makefile_frag, remove
12878 ${subdir}/Makefile.tem after copying it in.
12879
12880Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12881
12882 * build_all.mk: support rs6000 lynx identifies itself as
12883 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12884 since /bin/gcc is too feeble to compile a modern gcc.
12885
12886Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12887
12888 * brought devo/test-build.mk update-to-date with progressive/
12889 test-build.mk. Add lynx targets and hppa flag info.
12890
12891Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12892
12893 * configure.in: Use mh-ncrsvr43. Patch from
12894 Tom McConnell <tmcconne@sedona.intel.com>.
12895
12896Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12897
12898 * config.guess (i386-unknown-bsdi): No longer need to
12899 check #if defined(__bsdi__) && defined(__i386__).
12900
12901Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12902
12903 * configure: Set program_transform_nameoption correctly.
12904
12905Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12906
12907 * brought build-all.mk update-to-date with progressive build-all.mk,
12908 added new targets and hppa info.
4e81ae98 12909
6599da04
JM
12910Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12911
12912 * configure: If config.guess result is a prefix of the user
12913 specified target, assume a native build and use the user specified
12914 target as the host alias. Remove SunOS patch suffix removal hack.
12915 * configure.in: Remove SunOS patch suffix removal hack.
12916
12917 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12918 in NATIVE_CHECK_MODULES.
12919
12920Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12921
12922 * Makefile.in: Rename HOST_ONLY to NATIVE.
12923 * configure: Delete SunOs patch suffix from host_canonical
12924 and build_canonical variables that are prepended to Makefiles.
12925 * configure.in: Add comments for easier maintenance.
12926
12927Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12928
12929 * Makefile.in: Add all-libproc target similar to all-gui.
12930
12931Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12932
12933 * Makefile.in (CHECK_MODULES): split into
12934 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12935
12936Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12937
12938 * config.guess (i386-unknown-bsdi): New system to guess.
12939
12940Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12941
12942 * Makefile.in: Add all-gui target (but not yet build by "all").
12943
12944Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12945
12946 * config.sub: Move deletion of patch suffix from here...
12947 * configure.in: To here, at Ian's suggestion. The top-
12948 level scripts might need to know of a patch level.
12949
12950Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12951
12952 * config.sub: Strip off patch suffix so rtl is recognized
12953 as a sunos4.1.3 machine, even though it's been patched.
12954
12955Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12956
12957 * Makefile.in (INSTALL_LAST): Delete.
12958 (INSTALL_DOSREL): New.
12959
12960Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12961
12962 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12963 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12964 whether we pass down --with-gnu-ld anyhow.
12965
12966Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12967
12968 * Makefile.in (INSTALL_LAST): Change operation so it works
12969 on more flavors of make.
12970 * configure.in (go32): Don't build libg++ or libio.
12971
12972Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12973
12974 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12975 they can be overriden by templates.
12976
12977Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12978
12979 * configure.in (target==go32): Don't build gdb.
12980 * dosrel: New directory.
12981
12982Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12983
12984 * configure.in (host==go32): Configure dosrel too.
12985 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12986 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12987 be set by incoming names or templates.
12988 (INSTALL_LAST): New rule.
6599da04
JM
12989
12990Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12991
12992 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12993
12994Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12995
6599da04
JM
12996 * configure.in (appdirs): New variable. Currently empty, but will
12997 be used in gas distribution. If nonempty, lists a set of
12998 directories at least one of which must get configured, or top
12999 level configuration is considered to have failed.
13000 (rs6000-*-lynxos*): Use new file name.
13001
13002Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13003
13004 Eliminate XTRAFLAGS.
13005 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13006 newlib include files using -idirafter, and also use -nostdinc.
13007 (CXX_FOR_TARGET): Likewise.
13008 (XTRAFLAGS): Removed.
13009 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13010 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13011 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13012 ($(DO_X)): Don't pass down XTRAFLAGS.
13013
13014Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13015
13016 * configure.in (mips*-dec-bsd*): New target; do build linker.
13017 (mips*-*-bsd*): New target; don't build linker.
13018
13019Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13020
13021 * configure.in: support rs6000-*-lynxos* configuration.
13022 support sunos4 as a cross target.
13023
13024 * config.sub: look for lynx*, not lynx since the OS version may
13025 legitimately be part of the name.
13026
13027Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13028
13029 * configure.in (i[34]86-*-sco*): Move to be with other i386
13030 targets.
13031 (romp-*-*): New target. Skip various binary utilities.
13032 (vax-*-*): New target. Don't build newlib.
13033 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13034
13035Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13036
13037 * configure.in: Only set host_makefile_frag if config
13038 directory exists.
13039
13040Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13041
13042 * install.sh: If $dstdir exists, don't check whether each
13043 component does.
13044
13045Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13046
13047 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13048
13049Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13050
3b75d237
AJ
13051 * configure.in (*-*-lynxos*): Don't configure newlib for either
13052 native or cross Lynx.
6599da04
JM
13053
13054Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13055
13056 * config.sub (sparc64-elf): Fix os.
13057 (z8k): Remove duplicate.
13058
13059Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13060
13061 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13062 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13063
13064Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13065
13066 * configure: Make file links cleanly even if Lynx fails on
e490616e 13067 an NFS symlink (at least fail cleanly).
6599da04
JM
13068
13069Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13070
13071 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13072 -XNh2000.
13073
13074Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13075
13076 * configure: Unknown options are fatal again.
13077
13078Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13079
13080 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 13081 compatibility.
6599da04
JM
13082
13083Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13084
13085 * build-all.mk: Add `clean' target.
13086
13087Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13088
13089 * config.guess: Add SINIX support.
13090 * configure.in: Add mips-*-sysv4* support.
13091
13092Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13093
13094 * build-all.mk: Document all useful targets.
13095 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13096 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13097
13098Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13099
13100 * configure: Support --silent, --quiet.
13101
13102Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13103
13104 * configure: Support --disable-FEATURE.
13105
13106Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13107
13108 * config.guess: Recognize NCR running SVR4.3.
13109
13110Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13111
13112 * config.guess: Make BSDI generate i386-unknown-bsd386.
13113 Patch from Paul Eggert <eggert@twinsun.com>.
13114
13115Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13116
13117 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13118
13119Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13120
13121 * configure: Make unrecognized options give nonfatal warnings
13122 instead of fatal errors, and pass them to any subdirectory
13123 configures in case they recognize them.
13124 Make --x equivalent to --with-x.
13125
13126Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13127
13128 * configure: Add --enable-* options. Clean up usage message and
13129 some comments.
13130
13131Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13132
13133 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13134
13135Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13136
13137 * configure.in (hppa*-*-*): Enable binutils.
13138
13139Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13140
13141 * config.sub: Recognize cisco.
13142
13143Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13144
13145 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13146
13147Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13148
13149 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13150 than one configuration name. Add comment.
13151
13152Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13153
13154 * config.guess: about target *-hitachi-hiuxwe2, fixed
13155 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13156 macro is incorrect.]
13157
13158Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13159
13160 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13161 than the "make ls" stuff which used to be here.
13162
13163Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13164
13165 * config.guess: Recognize i[34]86-unknown-freebsd.
13166 From Shawn M Carey <smcarey@rodan.syr.edu>.
13167
13168Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13169
13170 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13171
13172Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13173
13174 * config.guess: Check for ptx.
13175
13176Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13177
13178 * config.sub: Add os9k checking.
13179
13180Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13181
13182 * config.guess: Handle OSF1 running on HPPA processors
13183
13184Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13185
13186 * configure: If subdir configure fails, print out a message with
13187 subdirectory name, in case subdir's configure code didn't identify
13188 itself.
13189
13190Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13191
13192 * configure.in: Remove embedded newlines from configdirs.
13193 Avoid mismatches of substrings. Fix matching strings at end
13194 of configdirs.
13195
13196Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13197
13198 * config.guess: Add Lynx/rs6000 config support.
13199
13200Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13201
13202 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13203
13204Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13205
13206 * configure.in (hppa*-*-osf*): Treat this just like most other
13207 PA configurations (eg no binutils or ld).
13208 (hppa*-*-*elf*): These configurations have binutils and ld.
13209
13210Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13211
13212 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13213
13214Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13215
13216 * configure.in (rs6000-*-*): Build gas.
13217
13218Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13219
e490616e 13220 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
13221
13222Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13223
13224 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13225 for GDB and GDB has been fixed to not need it.
13226
6599da04
JM
13227Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13228
13229 * config.guess: Recognize vax hosts.
13230
13231Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13232
13233 * configure (while loop): Don't use "break 2" inside case
13234 statement -- the case statement isn't an enclosing loop.
13235
13236Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13237
13238 * config.guess: Clean up NeXT support, to allow nextstep
13239 on Intel machines. Make OS be nextstep.
13240
13241Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13242
13243 * config.guess: Add alternate forms for Convex.
13244
13245Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13246
13247 * configure: Completely rewrite option processing. Take
13248 advantage of pattern-matching to avoid invoking test frequently.
13249 Also clean up host and target defaulting logic.
13250
13251Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13252
13253 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13254 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13255 commands (plus user environment) will fit SCO limits.
13256
13257Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13258
13259 * configure.in: Don't issue warnings about directories which are
13260 not being configured if -norecursion is set. Correct test for
13261 --with-gnu-as and --with-gnu-ld to not get confused by substring
13262 matches.
13263
13264 * configure.in: Don't build gas for alpha-dec-osf1*.
13265
13266Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13267
13268 * configure: Back out Per's change of 12/19/1993. It changes the
13269 behavior of configure in unexpected and confusing ways.
13270
13271 Also, use different delim char when calculating
13272 program_transform_name so that the name can contain slashes.
13273
13274Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13275
13276 * configure.in, config.sub: Add support for VSTa micro-kernel.
13277
13278Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13279
13280 * configure.in: Nuke hacks which were used to get a special
13281 version of GAS for HPPA configurations.
13282
13283Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13284
13285 * configure: If only ${target_alias} is given, use that
13286 as the default for ${host_alias}.
13287 * configure: Add missing back-slashes before nested quotes.
13288
13289Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13290
13291 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13292
13293Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13294
13295 * config.guess: Recognize some Tektronix configurations.
13296 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13297
13298Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13299
13300 * config.sub: Match any flavor of SH.
13301
13302Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13303
13304 * configure.in: Don't try to configure newlib for Alpha.
13305
13306Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13307
13308 * configure.in: Don't build ld for Irix 5. Don't build gas,
13309 libg++ or libio for any Alpha target.
13310
13311 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
13312
13313Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13314
13315 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13316 default arguments -- so it tried to compress itself.
13317
13318Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13319
13320 * configure.in (notsupp): ensure that a space is always at the end
13321 of the configdirs list, since the grep checks for an explicit space
13322
13323Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13324
13325 * configure.in (target i386-sysv4.2): don't build ld, since static
13326 versions of many libraries are not available.
13327
13328Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13329
13330 * config.guess: Recognize Apollos (using environment variables).
13331 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13332
13333Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13334
13335 * config.guess: Recognize Sony news mips running newsos.
13336
13337Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13338
13339 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13340 "fi ; else" for bash.
13341
13342Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13343
13344 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13345
13346Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13347
13348 * config.sub: accept unixware as an alias for svr4.2.
13349 Fix some inconsistancies with the gcc version.
13350
13351Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13352
13353 * Makefile.in (DISTDOCDIRS): Add gdb.
13354
13355Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13356
13357 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13358
13359Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13360
13361 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13362 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13363 this now.
13364
13365Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13366
13367 * config.sub: Accept hiux* as an OS name.
13368
13369 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13370 etc/make-stds.texi. The underscore came from gcc, and dje now
13371 agrees that RUNTESTFLAGS is the correct name.
13372
13373Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13374
13375 * install.sh: Remove 'set -e'. It makes any conditionals
13376 in the script useless.
13377
13378 * config.guess: Automatically recognize arm-acorn-riscix
13379 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13380
13381Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13382
13383 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13384
13385Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13386
13387 * Makefile.in (DISTDOCDIRS): New variable.
13388 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 13389 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
13390
13391Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13392
13393 * configure.in (hppa target): check the source directory for the
13394 pagas sub-directory
13395
13396Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13397
13398 * config.sub: Allow -aout* and -elf*.
13399
13400Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13401
13402 * configure.in: Don't build ld on i386-solaris2, same as for
13403 sparc-solaris2.
13404
13405Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13406
13407 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13408
13409Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13410
13411 * configure.in: Configure gdb for alpha.
13412
13413Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13414
13415 * Makefile.in (CXXFLAGS): Add -O.
13416
13417Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13418
13419 * config.guess: added support for DG Aviion
13420
13421Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13422
13423 * configure.in: Produce warning message for subdirectories not
13424 configurable for this host/target combination. Don't try to
13425 configure gdb for vms.
13426
13427Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13428
13429 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13430 appropriate files before making "diststuff".
13431 (DISTBISONFILES): New var: list of files to be edited.
13432 (DISTSTUFFDIRS): Add binutils.
13433
13434Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13435
13436 * config.sub: also handle mipsel and mips64el (for little endian mips)
13437
13438Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13439
13440 * configure.in: Add * to end of all OS names.
13441
13442Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13443
13444 * configure.in: Build newlib for LynxOS native.
13445
13446Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13447
13448 * config.guess: Add support for delta 88k running SVR3.
13449
13450 * configure.in: Add comment about HP compiler vs. emacs.
13451
13452Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13453
13454 * configure.in: don't build ld on solaris2 (not a viable option
13455 due to bugs in getpwnam & getpwuid)
13456
13457Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13458
13459 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13460 config.guess will produce a full version number.
13461
13462Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13463
13464 * configure.in: Build linker and binutils for alpha-dec-osf1.
13465
13466Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13467
13468 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13469 and gdb/testsuite/Makefile.in.
13470
13471Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13472
13473 * configure.in: recognize mips*- instead of mips-
13474
13475Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13476
13477 * config.sub: Accept linux*coff and linux*elf as operating
13478 systems.
13479
13480Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13481
13482 * config.sub: Recognize mips64, and mips3 as an alias for it.
13483
13484Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13485
13486 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13487 gdb knows how to handle OSF/1 shared libraries.
13488
13489Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13490
13491 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13492 * config.guess: Recognize Hitachi's HIUX.
13493 * config.sub: Recognize h3050r* and hppahitachi.
13494 Remove redundant cases for hp9k[23]*.
13495
13496Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13497
13498 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13499 if gas and ld are in the source tree and are in ${configdirs}.
13500 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 13501 --with options (but still pass them down on the command line,
6599da04
JM
13502 if they were explicitly specified).
13503
13504Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13505
13506 * configure: substitute SHELL value in Makefile.in with
13507 ${CONFIG_SHELL}
13508
13509Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13510
13511 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13512 *-*-solaris2* targets.
13513
13514Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13515
13516 * Makefile.in: define M4, and pass it down to sub-makes;
13517 all-autoconf now depends on all-m4
13518
13519Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13520
13521 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13522 presence of {ar,ranlib} instead of a configured directory
13523
13524Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13525
13526 * config.guess: Accept 34?? as well as 33?? for NCR.
13527
13528Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13529
13530 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13531 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13532
13533Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13534
13535 * configure: grab values for $(CC) and $(CXX) from the
13536 environment, so that someone can do "CC=gcc configure; make" and
13537 have it work right (matching the way that autoconf works now)
13538
13539 * configure.in, Makefile.in: add support for gash, the tcl
13540 interface to Galaxy
13541
13542 * config.guess: add NetBSD variants (hp300, x86)
13543
13544Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13545
13546 * install.sh: Support -d option (in the manner of SunOS 4 install,
13547 as it is more deterministic than that of GNU install)
13548 (chmodcmd): Set file to mode 755 by default (should also do default
13549 chgrp and chown, but I don't feel like dealing with that now)
13550
13551Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13552
13553 * config.sub: Remove h8300hhms alias.
13554
13555Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13556
13557 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13558
13559Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13560
13561 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13562 as stmp-fixinc
13563
13564Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13565
13566 * config.sub: recognize m88110-bug-coff.
13567
13568Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13569
13570 * Makefile.in (all-libio): all dependencies on the toolchain used
13571 to build this (gcc, gas, ld, etc)
13572
13573Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13574
13575 * config.guess: Deal with OSF/1 1.3 on alpha.
13576
13577Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13578
13579 * install.sh: add some 'else true' clauses for portability
13580
13581 * configure.in: don't build libio for h8[35]00-*-* targets
13582
13583Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13584
13585 * Makefile.in: Add support for new libio.
13586
13587Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13588
13589 * install.sh: If one command fails, don't try the rest. Don't try
13590 to remove $dsttmp (via trap) unless we have already created it.
13591 If $src doesn't exist, detect it and exit with an error.
13592
13593 * config.guess: Recognize BSD on hp300.
13594
13595Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13596
13597 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13598 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13599
13600Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13601
13602 * Makefile.in (all-send-pr): depends on all-prms
13603
13604Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13605
13606 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13607
13608Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13609
13610 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13611 Added test for mips-mips-riscos5.
13612
13613Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13614
13615 * configure.in: use mh-hp300 for 68k HP hosts
13616
13617Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13618
13619 * configure: add support for CONFIG_SHELL, so that you can use
13620 some alternate shell for evaluating configure scripts
13621
13622Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13623
13624 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13625 in configure script to bug-gdb@prep.ai.mit.edu when building
13626 distribution archive.
13627 * Makefile.in (COMPRESS): Remove def.
13628 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13629 gdb.tar.Z and make-gdb.tar.Z respectively.
13630 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13631 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13632 to convergence with 'taz' target in Makefile.in.
13633
13634Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13635
13636 * install.sh (dsttmp): use trap to ensure that tmp files go
13637 away on error conditions
13638
13639Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13640
13641 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13642
13643Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13644
13645 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13646 its parent is '/' not ''.
13647
13648 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13649
13650Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13651
13652 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13653 that ${newsrcdir}/configure.in does.
13654
13655Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13656
13657 * test-build.mk: support for CONFIG_SHELL
13658
13659Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13660
13661 * config.sub (netware): Add as a basic system type.
13662
13663Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13664
13665 * Makefile.in (Makefile): depend on configure.in. Also drop the
13666 $(srcdir)/ from the dependency on Makefile.in.
13667
13668Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13669
13670 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13671 (h8300hhms is temporary until multi-libraries are implemented).
13672 * configure.in: Handle h8300h too.
13673
13674Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13675
13676 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13677
13678Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13679
13680 * configure: Remove extraneous output when guessing host type.
13681 * config.guess: Remove extraneous output when guessing using C
13682 compiler rather than uname, or when guessing fails.
13683
13684Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13685
13686 * Makefile.in: remove all.cross and install.cross targets
13687
13688 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13689 definitions
13690
13691Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13692
13693 * configure.in (target sh): Build gprof.
13694
13695Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13696
13697 * config.sub: change -solaris to -solaris2
13698
13699Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13700
13701 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13702
13703Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13704
13705 * configure: Correct error message for missing Makefile.in to
13706 print correct directory.
13707
13708Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13709
13710 * install.sh: kludge around 386BSD shell bug
13711
13712Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13713
13714 * config.guess: Recognize NeXT.
13715 * config.guess: Recognize i486-ncr-sysv4.
13716 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13717
13718Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13719
13720 * Makefile.in (MAKEINFOFLAGS): New variable.
13721 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13722 * build-all.mk, test-build.mk: Pass down --no-split as
13723 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13724
13725Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13726
13727 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13728
13729Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13730
13731 * Makefile.in (libg++.tar.z): New rule.
13732 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13733 * Makefile.in (taz): Only do a single chmod.
13734
13735Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13736
13737 * install.sh: don't use dirname anymore (replaced with sed usage)
13738
13739Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13740
13741 * Makefile.in: Change extension for gzip'd files from '.z' to
13742 '.gz' per new FSF standard usage.
13743
13744Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13745
13746 * configure: put quotes around the final value of program_transform_name
13747
13748Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13749
13750 * Makefile.in: new install.sh support; update install-info rules
13751
13752Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13753
13754 * configure.in: Build diff for crosses, but not for go32 host.
13755
13756 * configure.in: Build gprof only for native, and don't build it
13757 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13758
13759Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13760
13761 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13762
13763Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13764
13765 * configure.in (host_tools): Add prms.
13766
13767Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13768
13769 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13770 with $(FLAGS_TO_PASS) on the command line
13771
13772 * config.sub: Recognize lynx and lynxos
13773
13774Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13775
13776 * config.sub: Accept -ecoff*, not just -ecoff.
13777
13778Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13779
13780 * Makefile.in (taz): Use .gz suffix instead of .z.
13781 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13782 names.
13783
13784Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13785
13786 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13787
13788Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13789
13790 * Makefile.in (install-no-fixedincludes): install gcc last, so
13791 that rebuilds that might happen during 'make install' don't get
13792 bogus gcc include files
13793
13794Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13795
13796 Change from Utah for HPPA support:
13797 * config.guess: Recognize hppa1.x-hp-bsd.
13798
13799Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13800
13801 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13802 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13803
13804Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13805
13806 * config.sub: Add support for rom68k and bug boot monitors.
13807
13808Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13809
13810 * Makefile.in: Make all-opcodes depend on all-bfd.
13811
13812Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13813
13814 * config.guess: Added special check for i[34]86-univel-sysv4*.
13815
13816Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13817
13818 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13819 the processor rather than assuming i486.
13820
13821Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13822
13823 * config.guess: Recognize SunOS6 as Solaris3.
13824
13825Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13826
13827 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13828 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13829
13830Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13831
13832 * build-all.mk (all-cross): New target for Canadian Cross.
13833 Added Q2 go32 targets.
13834 * test-build.mk: Configure go32 cross sparclite-aout and
13835 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13836 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13837
13838Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13839
13840 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13841 GO32 hosted toolchains
13842
13843Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13844
13845 * configure: change so "-exec-prefix" gets passed down rather
13846 than "-exec_prefix" so autoconf generated Makefiles get the
13847 exec_prefix set right.
13848
13849Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13850
13851 * config.guess: get the Solaris2 minor version number
13852
13853 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13854
13855Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13856
13857 * config.guess: Recognize some Sequent platforms.
13858
13859Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13860
13861 * Makefile.in: added the vault-install target
13862
13863 * configure.in: actually use the Sun3 makefile fragment that's in
13864 config, also added the release dir to configdirs
13865
13866Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13867
13868 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13869
13870Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13871
13872 * configure.in: remove some program from Alpha targetted toolchains
13873
13874Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13875
13876 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13877 gprof.
13878 (taz): Run "make diststuff" in those directories instead of "make
13879 proto-dir". Look for "VERSION=" only at start of line in subdir
13880 Makefile. Use "gzip -9" for compression.
13881 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13882 (binutils.tar.z): New target.
13883
13884Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13885
13886 * Makefile.in (taz): Include gpl.texinfo.
13887
13888Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13889
13890 * Makefile.in (setup-dirs): Merged into "taz" target.
13891 (taz): Only do `proto-dir' stuff if a directory is actually needed
13892 for this target.
13893
13894Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13895
13896 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13897 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13898 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13899 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13900 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13901
13902Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13903
13904 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13905 config.sub, and move-if-change to gdb testsuite distribution
13906 archive, so the testsuite can be extracted, configured, and
13907 run separately from the gdb distribution. Blow away the Chill
13908 tests that require a Chill compiled executable, since GNU Chill
13909 is not yet publically available.
13910
13911Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13912
13913 * test-build.mk: set environment variables in a single command,
13914 instead of a list of assignments and exports
13915
13916 * config.guess: recognize Alpha/OSF1 systems
13917
13918Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13919
13920 * configure: Change help message to prefer --options rather than
13921 -options.
13922
13923Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13924
13925 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13926 zippy@ecst.csuchico.edu.
13927 * config.guess: Recognize miniframe.
13928
13929Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13930
cc6010cd
AP
13931 * Makefile.in: Use srcroot to find runtest rather than rootme.
13932 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
13933
13934Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13935
13936 * test-build.mk: Extensive additions to support building on a
13937 machine other than the host.
13938
13939Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13940
13941 * configure (tooldir): Fix for i386-aix again.
13942
13943Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13944
13945 * configure, Makefile.in: Change definition of $(tooldir)
13946 to match the FSF.
13947
13948Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13949
13950 * config.guess: Recognize i[34]86/SVR4.
13951
13952Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13953
13954 * Makefile.in (all-gdb): gdb depends on sim.
13955
13956Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13957
13958 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13959 at the same time we make the prototype gdb directory.
13960 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13961 files at the same time as the gdb base release distribution.
13962
13963Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13964
13965 * Makefile.in (check): Use individual check targets rather than
13966 DO_X rule.
13967 (check-gcc): Added.
13968
13969Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13970
13971 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13972 for System V release 3.2.
13973
13974Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13975
13976 * config.sub: Recognize hppaosf.
13977 * configure.in: Do configure ld/binutils/gas for it.
13978
13979Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13980
13981 * configure (tooldir): Alter syntax used to set this, for systems
13982 where "\$" isn't handled right, like i386-aix.
13983
13984Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13985
13986 * configure: Pass program-transform-name, not
13987 program_transform_name, to recursive configures.
13988
13989Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13990
13991 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13992 of gas+ld+binutils.
13993
13994Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13995
13996 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13997
13998Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13999
14000 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14001
6599da04
JM
14002Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14003
14004 * Makefile.in (PRMS): Set back to all-prms.
14005
14006Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14007
14008 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14009 targets, rather than for MIPS hosts.
14010
14011Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14012
14013 * configure.in: add comment for --with-x default values
14014
14015 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14016
14017 * Makefile.in: add check-* targets for each of the directories in
14018 the tree. Add a definition of RUNTEST that will use the one we
14019 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14020
14021Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14022
14023 * configure.in: Removed obsolete references to bfd_target and
14024 target_makefile_frag.
14025
14026 * build-all.mk: Set assorted targets for Q2.
14027 * config.sub: Recognize z8k-sim and h8300-hms.
14028 * test-build.mk: Really don't pass host to configure.
14029 (HOLES): Added uname.
14030
14031Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14032
14033 * configure: Handle an empty program-prefix, program-suffix or
14034 program-transform-name correctly.
14035
14036Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14037
14038 * build-all.mk: -G 8 no longer required for MIPS targets.
14039 * test-build.mk: Don't pass host argument to configure; make it
14040 guess.
14041
14042Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14043
14044 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14045 * Makefile.in (COMPRESS): New macro, like GZIP.
14046
14047Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14048
14049 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14050
14051 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14052 with gas currently defaults to -G 0.
14053
14054Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14055
14056 * Makefile.in (all-flex): flex depends on byacc.
14057
14058 * build-all.mk: If host not specified, use config.guess. Pass TAG
14059 to test-build.mk as RELEASE_TAG.
14060 * test-build.mk (configargs): New variable containing arguments to
14061 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14062 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14063
14064 * config.guess: Use /bin/uname when checking -X argument on SCO,
14065 to avoid invoking GNU uname which doesn't understand -X.
14066
14067 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14068
14069 * configure.in: Build gas for mips-*-*.
14070
14071Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14072
14073 * Makefile.in (all.normal): insert missing backslash.
14074
14075Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14076
731a8127 14077 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
14078
14079 * Makefile.in: Complete overhaul to merge many almost identical
14080 targets.
14081
14082Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14083
14084 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14085 (gdb.tar.Z): Adjusted.
14086
14087 * Makefile.in (setup-dirs, taz): New targets; should be general
14088 enough to adapt for gdb sometime. Build only .z file.
14089 (gas.tar.z): New target.
14090
14091Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14092
14093 * build-all.mk: Use CC=cc -Xs on Solaris.
14094
6599da04
JM
14095Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14096
14097 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14098 for handling BISON for FSF releases.
14099
14100Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14101
14102 * configure: Actually implement the change zoo just documented.
14103
14104Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14105
14106 * configure: when using config.guess, only set target_alias when
14107 it's not already been set (ie, on the command line)
14108
14109Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14110
14111 * Makefile.in: add installcheck target, set PRMS to install-prms
14112
14113Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14114
14115 * configure: add support for package_makefile_fragment, handle the
14116 case where a directory has a configure.in file but no Makefile.in
14117 more gracefully (with an actual understandable error message, even);
14118 add support for --without (and add this to the usage message); also
14119 explicitly add a --host=${host_alias} to the command line when
14120 config.guess is used
14121
14122Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14123
14124 * configure: Must use both --host and --target in recursive calls.
14125
14126Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14127
14128 * Makefile.in: Change deja-gnu to dejagnu.
14129
14130Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14131
14132 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14133
14134Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14135
14136 * configure.in: canonicalize all instances to *-*-solaris2*,
14137 also strip out a number of tools to not build for go32 host
14138
14139Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14140
14141 * config.guess: add GPL.
14142
14143 * Makefile.in, config.guess, config.sub, configure: bump
14144 copyrights to 93.
14145
14146Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14147
14148 * Makefile.in (do-info): Removed obsolete check for existence of
14149 localenv file.
14150
14151 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14152
14153Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14154
14155 * Makefile.in: a couple of 'else true' for decstation,
14156 support for TclX
14157
14158 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14159
14160Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14161
14162 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14163
14164Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14165
14166 * config.guess: Recognize i386-ibm-aix (PS/2).
14167 * configure.in: Use config/mh-aix386 file for it.
14168
14169Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14170
14171 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14172 CC_FOR_TARGET instead.
14173 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14174
14175Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14176
14177 * Makefile.in: Add sim to list of directories sent with gdb
14178
14179Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14180
14181 * configure.in: Put back mips-dec-bsd* case.
14182
14183Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14184
14185 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14186 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14187 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
14188
14189Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14190
14191 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14192
14193 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14194 (install-info): install dir.info only if it exists,
14195 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14196
14197Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14198
14199 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14200 gas for mips-dec-bsd.
14201
14202Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14203
14204 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14205 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14206
14207Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14208
14209 * configure.in: Added "dejagnu" to hosttools list.
14210
14211Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14212
14213 * config.sub, configure.in, config.guess: Add support
14214 for Bosx, an AIX variant from Bull.
14215 Patches from F.Pierresteguy@frcl.bull.fr.
14216
14217Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14218
14219 * devo/dejagnu: Initial creation of devo/dejagnu.
14220 Migrated dejagnu testcases and support files for testing software
14221 tools to reside as subdirectories, currently called "testsuite",
14222 within the directory of the software tool. Migrated all programs,
14223 support libraries, etc. beloging to dejagnu proper from
14224 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14225 with no modifications. The changes to these files which will
14226 allow them to configure, build, and execute properly will be made
14227 in a future update.
14228
14229Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14230
14231 * Makefile.in: Change send_pr to send-pr.
14232 * configure.in: Likewise.
14233 * send_pr: Renamed directory to send-pr.
14234
14235Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14236
14237 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14238
14239Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14240
14241 * README: Update for gdb-4.8 release.
14242 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14243 gdb-xxx.tar.z (gzip'd) file also.
14244
14245Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14246
14247 * Makefile.in: make all-diff depend on all-libiberty
14248
14249Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14250
14251 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14252
14253Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14254
14255 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14256
14257Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14258
14259 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14260 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14261 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14262
14263Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14264
14265 * Makefile.in: makeinfo binary is in a new location
14266
14267Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14268
14269 * config.sub: Accept -ecoff as an OS.
14270
14271 * Makefile.in: Various changes to eliminate a level of make
14272 recursion and reduce the required command line length.
14273 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14274 sub-makes.
14275 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14276 variables holding settings for specific sub-makes.
14277 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14278 in terms of BASE_FLAGS_TO_PASS.
14279 (TARGET_LIBS): New variable listing directories which use
14280 TARGET_FLAGS_TO_PASS.
14281 (subdir_do): Eliminated.
14282 (do-*): New set of targets to replace subdir_do.
14283 (various): All targets which used subdir_do now depend on do-*.
14284 (local-clean): Renamed from do_clean.
14285 (local-distclean): New target, dependency of distclean and
14286 realclean.
14287 (install-info): Don't create directories. Depend on dir.info
14288 rather than calling make recursively.
14289 (install-dir.info): Eliminated.
14290 (install-info-dirs): Create all info directories here.
14291 (dir.info): Depend upon do-install-info.
14292
14293 * test-build.mk (HOLES): Added false.
14294
14295Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14296
14297 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14298
14299Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14300
14301 * Makefile.in (info): remove dependency on all-texinfo. The
14302 problem was really in texinfo/C, not at this level.
14303
14304Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14305
14306 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14307
14308Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14309
14310 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14311 GDB releases.
14312
14313Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14314
14315 * configure: Include srcdir in message about target of link not
14316 being found. Don't convert `-' to `_' in `with' options being
14317 passed to subdirs.
14318
14319Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14320
14321 * configure.in: add uudecode to host_tools
14322
14323 * Makefile.in: added {all,install}-uudecode targets, added them to
14324 the appropriate lists
14325
14326Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14327
14328 * Makefile.in (all-gcc): Added dependency on all-gas.
14329
14330 * configure.in (mips-*-*): Build ld and binutils.
14331
14332Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14333
14334 * configure: check return code from mkdir, print error message and
14335 exit on failure.
14336
14337Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14338
14339 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14340
14341Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14342
14343 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14344
14345Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14346
14347 * config.sub (h8500): Recognize this as a cpu type.
14348
14349Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14350
14351 * configure: source directory missing is no longer a warning
14352
14353 * configure.in: recognize irix[34]* instead of irix[34]
14354
14355 * Makefile.in: define and pass down X11_LIB
14356
6599da04
JM
14357Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14358
14359 * guess-systype: Renamed to ...
14360 * config.guess: ... by popular request.
14361 * configure.in, Makefile.in: Update accordingly.
14362
14363Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14364
14365 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14366 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14367 + Execute ./dummy instead of assuming . is in PATH.
14368
14369Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14370
14371 * guess-systype: New shell script. Attempts to guess the
14372 canonical host name of the executing host.
14373 Only a few hosts are supported so far.
14374 * configure: Call guess-systype if no host is specified.
14375
14376Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14377
14378 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14379 gcc Makefile.
14380
14381
14382Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14383
14384 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14385 (all-gcc, install-gcc, subdir_do): Use it.
14386
14387Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14388
14389 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14390
14391Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14392
14393 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14394 set exclusively by configure, using configure.in .
14395
14396Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14397
14398 * test-build.mk: set $PATH for all builds
14399
14400 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14401
14402Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14403
14404 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14405 the one used in gcc/Makefile.in, so that a null expansion doesn't
14406 override the one needed to build gcc with a native cc.
14407
14408
14409Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14410
14411 * configure: Accept -with arguments.
14412
14413Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14414
14415 * Makefile.in: added h8300sim
14416
14417Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14418
6599da04
JM
14419 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14420 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14421 (all-cygnus, native, build-cygnus): Make
14422 $(canonhost)-stamp-3stage-done, not $(host)....
14423 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14424 i386-sco3.2v4. Added else true to if command.
14425
14426Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14427
14428 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14429
14430Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14431
14432 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14433
14434Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14435
14436 * configure.in: don't remove binutils from Solaris builds
14437
14438Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14439
14440 * Makefile.in: get rid of earlier definitions for *clean,
14441 also handle the recursive info rule better
14442
14443Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14444
14445 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14446 do more-or-less the right thing.
14447
14448Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14449
14450 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14451 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14452
14453Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14454
14455 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14456 $(host_canonical).
14457
14458 * configure.in: split the configdirs list into 4 categories (native
14459 v. cross, library v. tool) and handle the cross-only and native-
14460 only in more reasonable (and correct!) way.
14461
14462Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14463
14464 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14465 configdirs anymore.
14466
14467Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14468
14469 * Makefile.in: extensive cleanup:: removed all of the explicit
14470 clean-* targets, collapsed many wrappers around subdir_do into
14471 one, added additional targets to satisfy standards.texi, deleted
14472 some old targets, some changes for consistency
14473
14474Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14475
14476 * configure.in: handle some programs as cross-only, and others as
14477 native only
14478
14479 * test-build.mk: handle partial holes in a more generic manner
14480
14481 * Makefile.in: m4 depends on libiberty
14482
6599da04
JM
14483Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14484
14485 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14486 time, wdiff, and find to configdirs
14487
14488 * Makefile.in: all, clean, and install rules for the new programs
14489 added to configure.in
14490
14491Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14492
14493 * configure.in: use mh-sun for all *-sun-* hosts
14494
6599da04
JM
14495Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14496
14497 * Makefile.in: define flags for X11 include files and library file
14498 locations, pass them down to the programs that need this info
14499
14500 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14501
6599da04
JM
14502Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14503
14504 * configure.in: start building libg++ for HP-UX targets
14505
14506Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14507
14508 * README: Update references to files moved into etc/.
14509
14510Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14511
14512 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14513 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14514
14515Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14516
14517 * configure: accept dash as well as underscore in long option
14518 names for FSF compatibility.
14519
14520Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14521
14522 * config.sub: added -sco3.2v4 support from FSF.
14523
14524Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14525
14526 * configure.in: expand the section that adds or removes
14527 directories from the list of programs to build, to handle native
14528 vs. cross in addition to host v. native
14529
14530Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14531
14532 * Makefile.in: Replace C++ in macro names with CXX.
14533 This is less likely to break ...
14534
14535Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14536
14537 * test-build.mk: add -w to GNU_MAKE
14538
14539Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14540
14541 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14542 add 'sparc' to list of recognized cpus. This needed to make
14543 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14544 Delete some redundant ose68 variants. Recognize -wrs as an os,
14545 then changes that into $CPU-wrs-vxworks.
14546
14547 * configure.in: remove most references to gdbtest, regularize
14548 target based program removal
14549
14550 * test-build.mk: import from p3 tree (many fixes and changes)
14551
14552Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14553
14554 * Makefile.in: added rules to handle tcl, tk, and expect
14555
14556 * configure.in: handle those directories if they exist
14557
14558Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14559
14560 * config.sub: removed bogus hppabsd and hppahpux names, since
14561 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14562
14563Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14564
14565 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14566 depends upon all-xiberty
14567
14568 * Makefile.in: changes from p3, including:
14569
14570 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14571
14572 * Makefile.in (XTRAFLAGS): include newlib directories if
14573 newlib/Makefile exists, rather than if host != target.
14574
14575 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14576
14577 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14578 from the same source tree and not building a cross-compiler. This
14579 matters for the libg++ configuration if reconfiguring a tree that
14580 has already been installed.
14581
14582 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14583
14584 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14585 pick up the machine and system specific header files.
14586
14587 * Makefile.in: added AS_FOR_TARGET, passed down in
14588 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14589 the C compiler to use to create programs which are run in the
14590 build environment, set it to default to $(CC), and passed it down
14591 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14592
14593 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14594
14595 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14596 We need them for unusual native builds, like systems without
14597 ranlib.
14598
14599 * configure: also define $(host_canonical) and
e490616e
ZW
14600 $(target_canonical), which are the full, canonical names for the
14601 given host and target
6599da04
JM
14602
14603Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14604
14605 * Makefile.in: Added separate definitions for C++.
14606
14607Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14608
14609 * configure.in (configdirs): Add deja-gnu.
14610
14611Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14612
14613 * README: Update for configure.texi and gdb-4.7 release.
14614
14615Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14616
14617 * Makefile.in: Move "all" target to top of file.
14618 Previously, first target was ".PHONY" which caused BSD4.4 make
14619 to build .PHONY when make was run without arguments.
14620
14621Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14622
14623 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14624 Library-copylefted code in libiberty.
14625
14626Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14627
14628 * config.sub: Replace m68kmote with plain old m68k.
14629
14630Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14631
14632 * Makefile.in: Remove space from blank line, avoid Make complaints.
14633
14634Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14635
14636 * config.sub: Complain if no argument is given. Added support for
14637 386bsd as OS and target alias.
14638
14639Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14640
14641 * Makefile.in (XTRAFLAGS): include newlib directories if
14642 newlib/Makefile exists, rather than if host != target.
14643
14644Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14645
14646 * config.sub: recognize sparclite-wrs-vxworks.
14647
14648 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14649 p3.) Added clean-xiberty to clean.
14650
14651Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14652
14653 * configure.in: use *-*-* instead of nested cases for host and target
14654
14655Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14656
14657 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14658 from the same source tree and not building a cross-compiler. This
14659 matters for the libg++ configuration if reconfiguring a tree that
14660 has already been installed.
14661
14662Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14663
14664 * config.sub (i486v/i486v4): Merge in from FSF version.
14665
14666Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14667
14668 * configure: only set PWD if it is already set.
14669
14670Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14671
14672 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14673 doesn't have unset and all success paths (and most error paths)
14674 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14675 to just ${PWD} to avoid confusion.)
14676
14677Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14678
14679 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14680 even for a native compilation.
14681
14682Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14683
14684 Changes to make the gdb.tar.Z rule work better.
14685
14686 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14687 (DEVO_SUPPORT): Add configure.texi.
14688 (bfd-ilrt.tar.Z): Remove ancient rule.
14689
14690Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14691
14692 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14693 pick up the machine and system specific header files.
14694
14695 * configure.in, config.sub: added new target m68010-adobe-scout,
14696 with alias of adobe68k. Changed configure.in to check for
14697 -scout before -sco* to avoid a false match.
14698
14699 * Makefile.in: added AS_FOR_TARGET, passed down in
14700 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14701 the C compiler to use to create programs which are run in the
14702 build environment, set it to default to $(CC), and passed it down
14703 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14704
14705Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14706
14707 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14708 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14709 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14710 FOR_TARGET variants, to newlib and libg++.
14711
14712Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14713
14714 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14715 first.
14716
14717Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14718
14719 * config.sub: Accept `elf' as an environment.
14720
14721Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14722
14723 * Makefile.in (all-opcodes): cd into the right directory
14724
14725Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14726
14727 * configure: added -program_transform_name option, used as
14728 argument to sed when installing programs.
14729 configure.texi: added documentation for -program_prefix,
14730 -program_suffix and -program_transform_name.
14731
14732Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14733
14734 * config.sub: Accept i486 where i386 ok.
14735
14736Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14737
14738 * config.sub: accept we32k
14739
14740Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14741
3b75d237 14742 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
14743
14744 * Makefile.in: don't create all directories for ``make install'';
14745 let the subdirectories create the ones they need.
14746
14747Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14748
e490616e 14749 * COPYING: new file, GPL v2
6599da04
JM
14750
14751Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14752
14753 * Makefile.in: use the new gen-info-dir, which needs a template
14754 argument (which also lives in texinfo)
14755
14756 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14757
6599da04
JM
14758Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14759
14760 * config.sub (ncr3000): Change i386 to i486.
14761
14762Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14763
14764 * Makefile.in: add install-rcs, install-grep to
14765 install-no-fixedincludes, removed install-bison and install-libgcc
14766
14767Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14768
14769 * configure.in: grab the HPUX makefile fragment if on HPUX
14770
14771Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14772
14773 * Makefile.in: eradicate bison spoor (ditto libgcc).
14774 configure.in: recognise m68{k,000}-ericsson-OSE.
14775 es1800 is alias for m68k-ericsson-OSE
14776
14777Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14778
14779 * configure.in: rearrange the parts that remove programs from
14780 configdirs, based now on HOST==TARGET or by canonical triple.
14781
14782Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14783
14784 * test-build.mk: recurse explicitly with -f test-build.mk when
14785 appropriate. predicate stage3 and comparison on the existence
14786 of gcc. That is, if gcc isn't around, we aren't three-staging.
14787 On very clean, also remove ...stamp-co. Build in-place before
14788 doing other builds.
14789
14790Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14791
14792 * Makefile.in, configure.in: add tgas
14793
14794Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14795
14796 * Makefile.in: a number of changes merged in from progressive.
14797
14798 * configure.in: add libm.
14799
14800 * .cvsignore: ignore some stuff that comes from test-build.mk.
14801
6599da04
JM
14802Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14803
14804 * config.sub: Add es1800 (m68k-ericsson-es1800).
14805
14806Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14807
14808 * configure: Add program_suffix (parallel to program_prefix)
14809 * Makefile.in: adjust directory-creating script for losing decstation
14810
14811Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14812
14813 * configure: Minor $subdir-related fixes.
14814
14815Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14816
14817 * configure: fix various problems with propogating
14818 makefile_target_frag in subdirs.
14819 * configure.in: config libgcc if its there
14820
14821Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14822
14823 * config.sub: HPPA merge.
14824
6599da04
JM
14825Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14826
14827 * Makefile.in: Replace all-bison with all-byacc in all
14828 dependency lines for other tools (which now use byacc).
14829
14830Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14831
14832 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14833
6599da04
JM
14834Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14835
14836 * Makefile.in: make gprof rules similar to byacc rules (instead of
14837 vestigal $(unsubdir) that didn't work...)
14838
14839Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14840
14841 * config.sub: Add support for Linux.
14842 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14843 (at least for libg++).
14844
14845Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14846
14847 * configure.texi: fix doc for the -nfp option to configure
14848
14849Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14850
14851 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14852
14853Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14854
14855 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14856 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14857 * configure.in: added solaris* host_makefile_frag hook.
14858
14859Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14860
14861 * config.sub: changed recognition of m68000 so that various
14862 m68k types can be specified via m680[01234]0
14863
14864Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14865
14866 * config.sub (basic_machine): fix sed so that '-foo' isn't
14867 completely substituted out while .+'-foo' loses the '-foo'
14868
14869Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14870
14871 * config.sub ($os): Add -aout.
14872
14873Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14874
14875 * configure: If host_makefile_frag is absolute, don't
14876 prefix ${invsubdir} (relevant to libg++ auto-configure).
14877
14878Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14879
14880 * Makefile.in (tooldir): Define it.
14881 (all-ld): Depend on all-flex.
14882
14883Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14884
14885 * Makefile.in (check): Fix libg++ special case.
14886
14887Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14888
14889 * configure: do not bury `pwd` into config.status, thus do fewer
14890 pwd's.
14891
14892 * configure: print the "Building in" message only when building in
14893 other than "." AND verbose.
14894
63f6bcd7 14895 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
14896 configures.
14897
14898 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14899
14900Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14901
14902 * Makefile.in: macroize flags passed on recursion. remove
14903 fileutils.
14904
14905Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14906
14907 * configure: get makesrcdir right for subdirs deeper than 1.
14908
14909 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14910 install.
14911
14912Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14913
14914 * Makefile.in: don't print subdir_do or recursion lines.
14915
14916Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14917
14918 * standards.texi: added menu item.
14919
14920 * Makefile.in: build and install standards.info.
14921
14922 * standards.texi: new file.
14923
14924Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14925
14926 * configure: test for and move config.status pieces from
14927 ${subdir}/.
14928
14929Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14930
6599da04
JM
14931 * configure: Test for existance of files before trying to mv
14932 them, to avoid numerous non-existance messages.
14933
14934Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14935
14936 * configure: correct final line of config.status.
14937
14938 * configure: patch from eggert. Avoids a protection problem if
14939 the original Makefile.in is read only.
14940
14941 * configure: use move-if-change from gcc to create config.status.
14942 Some makefiles depend on config.status to tell if a directory
14943 has been reconfigured for a different host. This change
14944 prevents those directories from remaking everything in the case
14945 where the reconfig was only intended to rebuild a Makefile.
14946
14947 * configure: test for config.sub with "config.sub sun4" rather
14948 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14949 host alias from a missing config.sub.
14950
14951Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14952
14953 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14954 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14955
14956Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14957
14958 * configure: mkdir ${subdir} as needed.
14959
14960Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14961
14962 * Makefile.in,configure.in: added autoconf.
14963
14964Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14965
14966 * Makefile.in: no longer pass against on recursion.
14967
14968 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14969 definitions are not inherited.
14970
14971 * configure: correct makesrcdir when subdir is .
14972
14973Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14974
14975 * configure: Add support for 'subdirs' variable, which is
14976 like 'configdirs', except that configure doesn't re-invoke
14977 itself for subdirs, it just creates a Makefile for each subdir.
14978 * configure.texi: Document subdirs.
14979
14980Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14981
14982 * configure.in: added flex to configdirs
14983
14984Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14985
14986 * Makefile.in: remove clean-stamps from clean.
14987
14988Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14989
14990 * configure.in: Add gdbtest to configdirs.
14991
14992Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14993
14994 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14995 to recursive makes.
14996 * configure.in: Recognize new ncr3000 config.
14997
14998Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14999
15000 * Makefile.in, configure.in: removed references to gdbm.
15001
15002Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15003
15004 * config.sub: Don't canonicalize os value
15005 newsos* to bsd (readline needs to check for newsos).
15006 (This fix was earlier made Jan 31, but got re-broken.)
15007
15008Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15009
15010 * configure.in: sco is an os, not a vendor!
15011
15012 * configure: Quote $( better. Keep various shells happy.
15013
15014Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15015
15016 * Makefile.in: eliminate stamp-files.
15017
15018Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15019
15020 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15021 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15022
15023Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15024
15025 * config.sub: fix iris/iris3.
15026
15027Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15028
15029 * configure: re-add -rm.
15030
15031Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15032
15033 * Maskefile.in: add .stmp-rcs to all.
15034
15035 * configure.in: remove gas from rs6000 build, use aix host fragment.
15036
15037Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15038
15039 * configure: pass down site_option during recursion.
15040
15041Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15042
15043 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15044
15045Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15046
15047 * configure: Change exec_prefix so that it really defaults to prefix.
15048
15049Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15050
15051 * Makefile.in, configure.in: Add support for mmalloc library.
15052
15053Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15054
15055 * Makefile.in: add stmp dependencies for a few more things.
15056
15057Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15058
15059 * configure: adjusted error message on objdir/srcdir configure
15060 collision, per john's suggestion.
15061
15062 * Makefile.in: add libiberty stmp to all and all.cross.
15063
15064Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15065
15066 * Makefile.in: remove force dependencies, add grep to all.
15067
15068Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15069
15070 * Makefile.in: drop flex. make stamp files work.
15071
15072 * configure: added test for conflicting configuration in srcdir,
15073 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15074 gets cranky. use relative paths for configure and srcdir
15075 whenever possible. Send some error messages to stderr that were
15076 going to stdout.
15077
15078Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15079
15080 * Makefile.in: Fix libg++ rule to check for gcc directory
15081 before using gcc/gcc. Also pass XTRAFLAGS.
15082
15083Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15084
15085 * Makefile.in: added stmp-files so that directories aren't polled
15086 when they are already built.
15087
15088 * configure.texi: fixed a node pointer problem.
15089
15090Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15091
731a8127 15092 * config.sub configure.in gdb/configure.in
6599da04
JM
15093 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15094 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15095 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15096
15097Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15098
15099 * configure: -recurring becomes -silent. corrected help message
15100 for -site= option.
15101
15102 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15103
15104Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15105
15106 * configure: when building Makefile for crosses, replace
15107 tooldir and program_prefix. default srcdir from location of
15108 config.sub. remove "for host in hosts" and "for target in
15109 targets" loops.
15110
15111Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15112
15113 * Makefile.in: Do not pass bindir or mandir to cvs.
15114
15115Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15116
15117 * Makefile.in, configure.in: removed traces of namesubdir,
15118 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15119 copyrights to '92, changed some from Cygnus to FSF.
15120
15121 * configure.texi: remove most references to multiple hosts,
15122 multiple targets, subdirs, etc.
15123
15124 * configure.man: removed rcsid. reference config.sub not
15125 config.subr.
15126
15127 * Makefile.in: mkdir $(infodir) on install-info.
15128
15129Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15130
15131 * configure.texi: Explain better about .gdbinit and about
15132 the environment that configure.in sections run in.
15133
15134Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15135
15136 * configure.in: Ultrix is only a decstation if it's a MIPS.
15137
15138Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15139
15140 * README: DOC.configure => cfg-paper.texi.
15141
15142Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15143
15144 * config.sub (near case $os): Don't convert newsos* to bsd!
15145
15146Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15147
15148 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15149 the number of copies of COPYING that go into the GDB tar file.
15150
15151Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15152
731a8127 15153 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
15154 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15155 Fix SCO configuration stuff.
15156
15157Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15158
15159 * Makefile.in: For libg++, make sure the -I pointing
15160 to the gcc directory goes *after* all the libg++-local -I flags.
15161 Also, move just-gcc dependency from just-libg++ to all-libg++.
15162
15163Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15164
15165 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15166
15167Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15168
15169 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15170
15171Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15172
15173 * config.sub: Add stratus configuration frags. Also
15174 submitted to FSF.
15175
15176Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15177
15178 * Makefile.in (DEV_SUPPORT): add configure.man.
15179
15180 * config.sub(Decode manufacturer-specific): add -none*.
15181
15182Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15183
15184 * Makefile.in: remove form feeds to make Sun's make happy.
15185 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15186
15187Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15188
15189 * Makefile.in (AR_FLAGS): Make quieter.
15190
15191Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15192
15193 * configure.in: Add libg++.
15194 * configure: When verbose, don't output the command line at each
15195 level; it will be unremarkably the same as the previous version,
15196 which will be the same as what the user typed.
15197
15198Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15199
15200 * configure.in, Makefile.in: fix clean-info, add flex. add
15201 fileutils.
15202
15203 * configure: be less sensitive to spaces in Makefile.in. Do not
15204 look for sources in "..". Doing so breaks subdirectories that
15205 might have their own configure. If a subdir has it's own
15206 configure script, use it.
15207
15208Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15209
15210 * cfg-paper.texi: some changes suggested by rms.
15211
15212Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15213
15214 * config.sub: Merge in some small additions from the FSF version,
15215 taken from the gcc distribution, to bring the Cygnus and FSF
15216 versions into closer sync.
15217
15218Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15219
15220 * configure.in: Changed svr4 references to sysv4.
15221
15222Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15223
15224 * configure: added -V for version number option.
15225
15226Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15227
15228 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15229 renamed from DOC.configure to cfg-paper.texi.
15230
15231Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15232
15233 * configure, config.subr, config.sub: config.subr is now
15234 config.sub again.
15235
15236Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15237
15238 * configure.texi: new file, in progress.
15239
15240 * Makefile.in: build info file and install the man page for
15241 configure.
15242
15243 * configure.man: new file, first cut.
15244
15245 * configure: find config.subr again now that configuration "none"
15246 has gone. removed all traces of the -ansi option. removed all
15247 traces of the -languages option.
15248
15249 * config.subr: resync from rms.
15250
15251Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15252
15253 * configure, config.sub, config.subr: merge config.sub into
15254 config.subr, call the result config.subr, remove config.sub, use
15255 config.subr.
15256
15257 * Makefile.in: revised install for dir.info.
15258
15259Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15260
15261 * configure.in: add decstation host makefile frag.
15262
15263 * Makefile.in: BISON now bison -y again. also install-gcc on
15264 install. clean-gdbm on clean. infodir belongs in datadir.
15265 Make directories for info install. Build dir.info here then
15266 install it.
15267
15268Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15269
15270 * Makefile.in: fix for bad directory tests.
15271
15272Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15273
15274 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15275 regexp. -srcdir relative was being handled incorrectly.
15276
15277 * Makefile.in: unwrapped some for loops so that parallel makes
15278 work again and so one can focus one's attention on a particular
15279 package.
15280
15281Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15282
15283 * configure: added PWD as a stand in for `pwd` (for speed). use
15284 elif wherever possible. make -srcdir work without -objdir.
15285 -objdir= commented out.
15286
15287Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15288
15289 * configure: +options become --options. -subdirs commented out.
15290 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15291 Makefile now at top of generated Makefile. Removed cvs log
15292 entries. added -srcdir. create .gdbinit only if there is one
15293 in ${srcdir}.
15294
15295 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15296 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15297 and mandir now keyed off datadir by default.
15298
15299Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15300
15301 * Freshly created ChangeLog.
15302
15303\f
15304Local Variables:
15305mode: change-log
15306left-margin: 8
15307fill-column: 76
15308version-control: never
15309End: