Sync from gcc mainline.
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
143754cd
NC
12010-02-15 Nick Clifton <nickc@redhat.com>
2
3 * configure.ac: Sync from gcc.
4 * configure: Regenerate.
5
a6b5846e
KG
62010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7
8 Sync from gcc:
9 * configure.ac: Add "recommended" version checks for GMP/MPC.
10 Update recommended GMP/MPFR/MPC versions.
11 * configure: Regenerate.
12
2aa2364a
JR
132010-01-25 Joern Rennecke <amylaar@spamcop.net>
14
15 gcc PR libstdc++/36101, gcc PR libstdc++/42813
16 * configure.ac (bootstrap_target_libs): Make inclusion of
17 target-libgomp conditional on libgomb being in target_configdirs.
18 * configure: Regenerate.
19
d35e937f
JR
202010-01-23 Joern Rennecke <amylaar@spamcop.net>
21
22 gcc PR libstdc++/36101, gcc PR libstdc++/42813
23 * configure.ac (bootstrap_target_libs): Include target-libgomp.
24 * configure: Regenerate.
25
911e63d0
JR
262010-01-22 Joern Rennecke <amylaar@spamcop.net>
27
28 gcc PR libstdc++/36101, gcc PR libstdc++/42813
29 * configure.ac (target_configdirs): Substitute.
30 * Makefile.def: Bootstrap target module libgomp.
31 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
32 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
33 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
34 * configure, Makefile.in: Regenerate.
35
3725885a
RW
362009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
37
38 * libtool.m4: Sync from git Libtool.
39 * ltmain.sh: Likewise.
40 * ltoptions.m4: Likewise.
41 * ltversion.m4: Likewise.
42 * lt~obsolete.m4: Likewise.
43
d5f2ee2e
KG
442010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
45 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
46
47 PR bootstrap/42424
48 * configure.ac: Include libtool m4 files.
49 (_LT_CHECK_OBJDIR): Call it.
50 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
51 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 52
d5f2ee2e
KG
53 * configure: Regenerate.
54
f2b2dd91
RW
552010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
56
57 PR bootstrap/41818
58 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
59 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
60 * Makefile.in: Regenerate.
61
06ca7962
BE
622009-12-18 Ben Elliston <bje@au.ibm.com>
63
64 * config.sub, config.guess: Update from upstream sources.
65
30a16d7b
JJ
662009-12-17 Jeff Johnston <jjohnstn@redhat.com>
67
68 * COPYING.NEWLIB: Update copyright date.
69 * COPYING.LIBGLOSS: Ditto.
70
d9b76ff9
KG
712009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
72
73 PR middle-end/30447
74 PR middle-end/30789
75 PR other/40302
76
77 * configure.ac: Require MPC.
78 * configure: Regenerate.
79
80 * configure.ac: Update minimum MPC version to 0.8.
81 * configure: Regenerate.
82
e12dec02
PB
832009-11-20 Paolo Bonzini <bonzini@gnu.org>
84
85 * config.guess: Sync with upstream and gcc.
86 * config.sub: Sync with upstream and gcc.
87
606a9ca0
AO
882009-11-16 Alexandre Oliva <aoliva@redhat.com>
89
90 * Makefile.def: Restore host and target settings for gmp.
91 * Makefile.in: Rebuild.
92
1f53ca9a
AO
932009-11-16 Alexandre Oliva <aoliva@redhat.com>
94
95 * configure.ac: Add libelf to host_libs. Enable in-tree configury
96 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
97 Fix portability of test of C++ as bootstrap language. Add
98 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
99 * configure: Rebuild.
100 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
101 and cloog. Fix in-tree ppl configuration. Introduce libelf
102 in-tree building.
103 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
104 (POSTSTAGE1_HOST_EXPORTS): Use it.
105 (STAGE[+id+]_CXXFLAGS): New.
106 (BASE_FLAGS_TO_PASS): Pass it down.
107 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
108 extra_exports.
109 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
110 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
111 extra_exports.
112 * Makefile.in: Rebuild.
113
1142009-11-06 Ozkan Sezer <sezeroz@gmail.com>
115
116 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
117 paths for *-w64-mingw* and x86_64-*mingw*.
118 * configure: Regenerated.
119
1202009-10-30 Kai Tietz <kai.tietz@onevision.com>
121
122 * configure.ac: Disable target-winsup & co for
123 x86_64-*-mingw* and *-w64-mingw* targets.
124 * configure: Regenerated.
125
1262009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
127
128 * configure.ac (CLooG test): Use = with test.
129 * configure: Regenerate.
130
1312009-10-22 Richard Guenther <rguenther@suse.de>
132
133 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
134 cloog if the ppl version check failed. Move flags saving
135 before setting in libelf check.
136 * configure: Regenerate.
137
1382009-10-21 Richard Guenther <rguenther@suse.de>
139
140 * configure.ac: Adjust the ppl and cloog configure to work as
141 documented. Disable cloog if ppl was disabled. Omit the version
142 checks if they were disabled.
143 * configure: Re-generate.
144
6811fb56
RW
1452009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
146
147 * configure.ac: Add 'lto' to enable_languages, not
148 new_enable_languages, and only if not already present.
149 * configure: Regenerate.
150
700d40ca
ILT
1512009-10-06 Ian Lance Taylor <iant@google.com>
152
153 * Makefile.def: check-gold depends upon all-gas.
154 * Makefile.in: Rebuild.
155
1562009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
157
158 * Makefile.def: all-lto-plugin depends on all-libiberty.
159 set bootstrap=true for lto-plugin.
160 Add lto-plugin.
161 * Makefile.in: Regenerate.
162 * configure.ac (host_libs): Add lto-plugin.
163 * configure: Regenerate.
164
1652009-10-03 Diego Novillo <dnovillo@google.com>
166
167 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
168 (HOST_LIBELFLIBS): Define.
169 (HOST_LIBELFINC): Define.
170 * Makefile.in: Regenerate.
171 * configure.ac: Add --enable-lto.
172 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
173 If --enable-lto is used, add 'lto' to new_enable_languages.
174 If --enable-lto is used and gold is enabled, add
175 lto-plugin to configdirs.
176 * configure: Regenerate.
177
1782009-10-03 Simon Baldwin <simonb@google.com>
179
180 * configure.ac: If --with-system-zlib, suppress local zlib and
181 pass --with-system-zlib to subdir configure scripts.
182 * configure: Regenerate.
183
1842009-10-01 Loren J. Rittle <ljrittle@acm.org>
185 Paolo Bonzini <bonzini@gnu.org>
186
187 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
188 $(srcdir).
189 * Makefile.in: Rebuilt.
190
c8cb1b3e
PB
1912009-09-29 Paolo Bonzini <bonzini@gnu.org>
192
193 Sync from gcc:
194 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
195
196 * configure.ac: Update minimum MPC version to 0.7.
197 * configure: Regenerate.
198
30167e0a
NC
1992009-09-25 Nick Clifton <nickc@redhat.com>
200
201 * configure.ac: Pass any --cache-file=/dev/null option on to
202 subconfigures.
203 * configure: Regenerate.
204
707a0b5c
NC
2052009-09-23 Nick Clifton <nickc@redhat.com>
206
207 * config.sub, config.guess: Update from upstream sources.
208
700d40ca
ILT
2092009-09-22 Loren J. Rittle <ljrittle@acm.org>
210
211 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
212 * Makefile.in: Rebuilt.
213
2fd0b40b
RW
2142009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
215
216 PR bootstrap/32272
217 * configure.ac: Error out if $srcdir isn't '.' but contains
218 host-${host_noncanonical}.
219 * configure: Regenerate.
220
4385ad3c
RW
2212009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
222
16b1ad29
RW
223 * configure.ac: If bootstrapping a combined tree with
224 --enable-gold, require c++ in stage1_languages.
225 * configure: Regenerate.
226
f8dc745f
RW
227 * configure.ac: Also add target_libs of stage1_languages to
228 bootstrap_target_libs.
229 * configure: Regenerate.
230
4385ad3c
RW
231 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
232 with --enable-languages not containing c++.
233 * configure: Regenerate.
234
df51e4e1
JZ
2352009-09-16 Jie Zhang <jie.zhang@analog.com>
236
237 * configure.ac: Disable java and boehm-gc for bfin-*-*.
238 * configure: Regenerate.
239
06a51eac
RW
2402009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
241
242 * configure.ac: Do not use $extrasub for replacing @if/@endif
243 parts in Makefile; instead, use additional arguments to
244 AC_CONFIG_COMMANDS to do the replacement manually, with several
245 sed invocations, to avoid HP-UX sed command limits.
246 * configure: Regenerate.
247
96655cc4
AO
2482009-09-04 Alexandre Oliva <aoliva@redhat.com>
249
250 * configure.ac (with-build-config): Document. Handle without.
251 Handle missing argument.
252 * configure: Rebuilt.
253
2542009-09-03 Alexandre Oliva <aoliva@redhat.com>
255
256 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
257 Default to bootstrap-debug only if compare-debug works.
258 * configure: Rebuilt.
259 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
260 * Makefile.in: Rebuilt.
261
2622009-09-01 Alexandre Oliva <aoliva@redhat.com>
263
264 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
265 * Makefile.in: Rebuilt.
266
8e957354
PB
2672009-09-02 Paolo Bonzini <bonzini@gnu.org>
268
269 * Makefile.tpl (AWK): Fix typo.
270 * Makefile.in: Regenerate.
271
2722009-09-02 Paolo Bonzini <bonzini@gnu.org>
273
274 * configure.ac: Detect awk and sed.
275 * Makefile.def (flags_to_pass): Add AWK and SED.
276 * Makefile.tpl (AWK, SED): New.
277 (BASE_FLAGS_TO_PASS): Add AWK and SED.
278 * configure: Regenerate.
279 * Makefile.in: Regenerate.
280
fb792462
TG
2812009-09-01 Tristan Gingold <gingold@adacore.com>
282
283 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
284 Remove logical names.
285
a69e7d0a
DK
2862009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
287
288 * ltmain.sh (func_normal_abspath): New function.
289 (func_relative_path): Likewise.
290 (func_mode_help): Document new -bindir option for link mode.
291 (func_mode_link): Add new -bindir option, and use it to place
292 output DLL if specified.
293
d444d2ba
RW
2942009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
295
296 * configure.ac (AC_PREREQ): Bump to 2.64.
297
13b7343a
RW
2982009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
299
af542c2e
RW
300 * README-maintainer-mode: Point directly to upstream locations
301 for autoconf, automake, libtool, gettext, instead of copies on
302 sources.redhat.com. Document required versions.
303 * configure.ac: Do not substitute datarootdir, htmldir,
304 pdfdir, docdir. Do not process --with-datarootdir,
305 --with-htmldir, --with-pdfdir, --with-docdir.
306 * configure: Regenerate.
307
81ecdfbb
RW
308 * configure: Regenerate.
309
13b7343a
RW
310 * compile: Sync from Automake 1.11.
311 * depcomp: Likewise.
312 * install-sh: Likewise.
313 * missing: Likewise.
314 * mkinstalldirs: Likewise.
315 * ylwrap: Likewise.
316
c1102ce7
RW
3172009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
318
34a0f3cf
RW
319 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
320 (baseargs): Add --disable-option-checking.
321 * configure: Regenerate.
322
c1102ce7
RW
323 * Makefile.def (configure-target-libiberty): Depend on
324 all-binutils and all-ld.
325 (configure-target-newlib): Likewise.
326 * Makefile.in: Regenerate.
327
e8a5fa9c
RW
3282009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
329
330 Sync with GCC, merge:
331
332 2009-07-31 Christian Bruel <christian.bruel@st.com>
333
334 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
335 * configure: Regenerate.
336
337 2009-07-06 Ian Lance Taylor <iant@google.com>
338
339 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
340 * configure: Rebuild.
341
342 2009-06-26 Steve Ellcey <sje@cup.hp.com>
343
344 PR bootstrap/40338
345 * configure.ac (comparestring): Create new variable.
346 * Makefile.tpl (comparestring): Use to skip some comparisions.
347 * configure: Regenerate.
348 * Makefile.in: Regenerate.
349
350 2009-06-23 Ian Lance Taylor <iant@google.com>
351
352 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
353 boot_languages. Only bootstrap target libraries listed in
354 target_libs for some boot language. Add --with-stage1-ldflags,
355 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
356 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
357 if not building with C++.
358 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
359 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
360 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
361 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
362 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
363 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
364 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
365 * configure, Makefile.in: Rebuild.
366
367 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
368
369 * configure.ac: Detect MPC in default directory.
370 * configure: Regenerate.
371
372 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
373
374 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
375 to noconfdirs.
376 * configure: Regenerate.
377
378 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
379
380 * Makefile.def: Add MPC support and dependencies.
381 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
382
383 * Makefile.in, configure: Regenerate.
384
385 2009-05-24 Nicolas Roche <roche@adacore.com>
386
387 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
388 * Makefile.in: Regenerate.
389
390 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
391
392 * configure.ac (cygwin noconfigdirs): Remove libgcj.
393 * configure: Regenerate.
394
395 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
396
397 * configure.ac ($with_ppl): Default to no if not supplied.
398 ($with_cloog): Likewise.
399 configure: Regenerate.
400
401 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
402
403 PR bootstrap/39739
404 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
405 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
406
407 * configure, Makefile.in: Regenerate.
408
409 2009-04-14 Jakub Jelinek <jakub@redhat.com>
410
411 * configure.ac: Change copyright header to refer to version
412 3 of the GNU General Public License and to point readers at the
413 COPYING3 file and the FSF's license web page.
414 * Makefile.def: Likewise.
415 * Makefile.tpl: Likewise.
416 * Makefile.in: Regenerate.
417
418 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
419
420 * configure.ac: Restore match for darwin9 or later. Use double
421 brackets since regeneration eats one pair.
422 * configure: Regenerate.
423
bf110216
CF
4242009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
425
426 * MAINTAINERS: Perform some obvious fixups.
427
2262bbf4
BE
4282009-08-17 Ben Elliston <bje@au.ibm.com>
429
430 * config.sub, config.guess: Update from upstream sources.
431
25a07265
NC
4322009-08-06 Michael Eager <eager@eagercon.com>
433
434 * configure.ac: Add Microblaze target.
435 * configure: Regenerate.
436
85bd1942
TG
4372009-07-02 Tristan Gingold <gingold@adacore.com>
438
439 * configure.ac: Do not exclude gas for i386-*-darwin.
440 Add a case for x86_64-*-darwin.
441 * configure: Regenerate.
442
f9806fa5
DE
4432009-06-26 Doug Evans <dje@sebabeach.org>
444
445 * Makefile.def (host_modules): Add cgen.
446 * Makefile.in: Regenerate.
447 * configure.ac (host_tools): Add cgen.
448 * configure: Regenerate.
449
6bfb4e30
JJ
4502009-06-17 Michael Eager <eager@eagercon.com>
451
452 * COPYING.LIBGLOSS: Add Xilinx license.
453
8bcf2718
NC
4542009-06-15 Ryan Mansfield <rmansfield@qnx.com>
455
456 * configure.ac: Define is_elf for QNX Neutrino targets.
457 * configure: Regenerate.
458
04ec0acb
RW
4592009-06-03 Jerome Guitton <guitton@adacore.com>
460 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
461
462 * Makefile.tpl (all): Avoid a trailing backslash.
463 * Makefile.in: Regenerate.
464
7ee5dbeb
BE
4652009-06-03 Ben Elliston <bje@au.ibm.com>
466
467 * config.sub, config.guess: Update from upstream sources.
468
fda13ee8
AO
4692009-06-02 Alexandre Oliva <aoliva@redhat.com>
470
471 * Makefile.tpl ([+compare-target+]): Compare all stage
472 directories, rather than just gcc.
473 * Makefile.in: Rebuilt.
474
4a657b0d
DK
4752009-05-28 Doug Kwan <dougkwan@google.com>
476
477 * configure.ac: Support gold for target arm*-*-*.
478 * configure: Regenerate.
479
07fc31c9
AO
4802009-05-27 Alexandre Oliva <aoliva@redhat.com>
481
482 * Makefile.tpl (all): Avoid harmless warning in make all when
483 gcc-bootstrap is enabled but stage_last does not exist.
484 * Makefile.in: Rebuilt.
485
8a7a39ab
TG
4862009-05-25 Tristan Gingold <gingold@adacore.com>
487
488 * setup.com: Complete the file with configuration and build.
489
b5233201
AO
4902009-05-18 Alexandre Oliva <aoliva@redhat.com>
491
492 PR other/40159
493 * Makefile.tpl (all): Don't assume gcc-bootstrap and
494 gcc-no-bootstrap are mutually exclusive.
495 * Makefile.in: Rebuilt.
496
7b6175f9
AO
4972009-05-18 Alexandre Oliva <aoliva@redhat.com>
498
499 PR other/40159
500 * Makefile.tpl (all): Don't end with unconditional success.
501 * Makefile.in: Rebuilt.
502
1b05fbbd
AO
5032009-05-12 Alexandre Oliva <aoliva@redhat.com>
504
505 PR target/37137
506 * Makefile.def (flags_to_pass): Remove redundant and incomplete
507 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
508 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
509 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
510 stage_configureflags, stage_cflags and stage_libcflags into
511 explicit Makefile macros.
512 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
513 GFORTRAN.
514 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
515 CC. Set CC_FOR_BUILD from CC.
516 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
517 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
518 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
519 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
520 and GFORTRAN.
521 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
522 (_LIBCFLAGS): Renamed to _TFLAGS.
523 (do-compare-debug, do-compare3-debug): Drop.
524 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
525 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
526 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
527 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
528 (XGCC_FLAGS_FOR_TARGET): New.
529 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
530 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
531 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
532 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
533 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
534 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
535 TFLAGS.
536 (BUILD_CONFIG): Include if requested.
537 (all): Set TFLAGS on bootstrap.
538 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
539 (all-stageid-prefixmodule): Likewise.
540 (do-clean, distclean-stageid): Set TFLAGS.
541 (restrap): Fix whitespace.
542 * Makefile.in: Rebuilt.
543
dc17c78c
EB
5442009-04-25 Eric Botcazou <ebotcazou@adacore.com>
545
546 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
547 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
548 * Makefile.in: Regenerate.
549
14324cd7
EZ
5502009-04-24 Eli Zaretskii <eliz@gnu.org>
551
552 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
553 consistency with config.sub. (Update from upstream sources.)
554
f8d5f06c
JM
5552009-04-21 Joseph Myers <joseph@codesourcery.com>
556
557 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
558
0000e2bf
BE
5592009-04-17 Ben Elliston <bje@au.ibm.com>
560
561 * config.sub, config.guess: Update from upstream sources.
562
20135e4c
NC
5632009-04-15 Anthony Green <green@moxielogic.com>
564
34adf976 565 * configure.ac: Add moxie support.
20135e4c
NC
566 * configure: Rebuilt.
567
ef699244
L
5682009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
569
570 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
571 * configure: Regenerate.
572
10ad8ef3
L
5732009-04-09 H.J. Lu <hongjiu.lu@intel.com>
574
575 PR gas/10039
576 * configure.ac: Require texinfo 4.7.
577 * configure: Regenerated.
578
c50523ce
L
5792009-04-09 Steve Ellcey <sje@cup.hp.com>
580
581 * Makefil.def (languages): New entries.
582 * Makefile.tpl (check-gcc-*): New generic target.
583 * Makefile.in: Regenerate.
584
47afba5f
EZ
5852009-03-27 Eli Zaretskii <eliz@gnu.org>
586
587 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
588 Windows builds of Sed.
589
dc448a7b
TT
5902009-03-18 Tom Tromey <tromey@redhat.com>
591
592 * configure: Rebuild.
593 * configure.ac (host_libs): Add libiconv.
594 * Makefile.in: Rebuild.
595 * Makefile.def (host_modules): Add libiconv.
596 (configure-gdb, all-gdb): Depend on libiconv.
597
24741ab2
JB
5982009-03-16 Tristan Gingold <gingold@adacore.com>
599
600 * configure.ac: Treat gdb as supported on x86_64-darwin.
601 * configure: Regenerate.
602
29383458
JM
6032009-03-16 Joseph Myers <joseph@codesourcery.com>
604
605 Merge from GCC:
606
607 2009-03-16 Joseph Myers <joseph@codesourcery.com>
608
609 * configure.ac (--with-host-libstdcxx): New option.
610 * configure: Regenerate.
611
612 2009-01-29 Robert Millan <rmh@aybabtu.com>
613
614 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
615 * configure: Regenerate.
616
617 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
618
619 PR tree-optimization/38515
620 * configure.ac (cloog-polylib): Removed.
621 (with_ppl, with_cloog): Test for "no".
622 * configure: Regenerated.
623
58e24671
RW
6242009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
625
626 Backport from git Libtool:
627
628 2009-01-19 Robert Millan <rmh@aybabtu.com>
629 Support GNU/kOpenSolaris.
630 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
631 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
632 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
633 GNU/kOpenSolaris.
634
314b2e66
AS
6352009-02-05 Andreas Schwab <schwab@suse.de>
636
637 * Makefile.tpl (stage_last): Define $r and $s before using
638 $(RECURSE_FLAGS_TO_PASS).
639 * Makefile.in: Regenerate
640
8b700390
JJ
6412009-01-21 Jeff Johnston <jjohnstn@redhat.com>
642
643 * COPYING.NEWLIB: Add ARM license.
644
66775d67
AM
6452009-01-16 Alan Modra <amodra@bigpond.net.au>
646
647 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 648 (all-opcodes): Depend on all-libiberty.
66775d67
AM
649 * Makefile.in: Regenerate.
650
19e99079
NC
6512009-01-15 Douglas B Rupp <rupp@gnat.com>
652
653 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
654 * configure: Regenerate.
655
22e8c8e0
RW
6562008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
657
658 Backport link test fix from upstream Libtool:
659
660 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
661 Add cache variables to tests that require the linker to work.
662 For shlibpath_overrides_runpath, this also changes the semantics
663 to let the result from the C compiler take precedence.
664 compiler take precedence.
665
7d6d7764
BE
6662008-12-02 Ben Elliston <bje@au.ibm.com>
667
668 * config.sub, config.guess: Update from upstream sources.
669
ea8af06e
JJ
6702008-12-17 Jeff Johnston <jjohnstn@redhat.com>
671
672 * COPYING.NEWLIB: Updated.
673 * COPYING.LIBGLOSS: Ditto.
674
af0771d3
PB
6752008-12-16 Paolo Bonzini <bonzini@gnu.org>
676
677 Sync with GCC:
678
679 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
680
681 * configure.ac (ppllibs): Add by default the lib flags.
682 * configure: Regenerate.
683
684 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
685
314b2e66
AS
686 * configure.ac: Add double brackets on darwin[912].
687 * configure: Regenerate.
af0771d3
PB
688
689 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
690
314b2e66
AS
691 * configure.ac: Expand to darwin10 and later.
692 * configure: Regenerate.
af0771d3 693
f7c83eac
AS
6942008-12-02 Andreas Schwab <schwab@suse.de>
695
696 * Makefile.def: configure-target-boehm-gc depends on
697 all-target-libstdc++-v3.
698 * Makefile.in: Regenerate.
699
bc67ad83
BE
7002008-12-02 Ben Elliston <bje@au.ibm.com>
701
702 * config.sub, config.guess: Update from upstream sources.
703
e28c595f
JM
7042008-11-27 Joseph Myers <joseph@codesourcery.com>
705
706 Merge from GCC:
707
708 2007-12-02 Matthias Klose <doko@ubuntu.com>
709
710 * config-ml.in: Remove 64bit configure tests.
711
712 2008-05-14 Rafael Espindola <espindola@google.com>
713
714 * config-ml.in: don't handle --enable-shared and --enable-static.
715
716 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
717 Tobias Grosser <grosser@fim.uni-passau.de>
718 Jan Sjodin <jan.sjodin@amd.com>
719 Harsha Jagasia <harsha.jagasia@amd.com>
720 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
721 Konrad Trifunovic <konrad.trifunovic@inria.fr>
722 Adrien Eliche <aeliche@isty.uvsq.fr>
723
724 Merge from graphite branch.
725 * configure: Regenerate.
726 * Makefile.in: Regenerate.
727 * configure.ac (host_libs): Add ppl and cloog.
728 Add checks for PPL and CLooG.
729 * Makefile.def (ppl, cloog): Added modules and dependences.
730 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
731 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
732
733 2008-09-03 Richard Guenther <rguenther@suse.de>
734
735 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
736 cloog test.
737 * configure: Re-generate.
738
739 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
740
741 * configure.ac (--with-cloog-polylib): New.
742 (--disable-cloog-version-check): New.
743 (--disable-ppl-version-check): New.
744 * configure: Re-generate.
745
746 2008-09-05 Richard Guenther <rguenther@suse.de>
747
748 * configure.ac: Initialize clooglibs to -lcloog.
749 * configure: Re-generate.
750
751 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
752
753 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
754 recommended version to 2.3.2.
755
756 * configure: Regenerate.
757
758 2008-10-31 Ben Elliston <bje@au.ibm.com>
759
760 * configure.ac (spu-*-*): Remove special case.
761 * configure: Regenerate.
762
763 Complete comment text from GCC version of:
764
765 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
766
767 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
768 (GCC_SHLIB_SUBDIR): New.
769 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
770 * configure: Regenerate.
771 * Makefile.in: Regenerate.
772
652dec25
TG
7732008-11-27 Tristan Gingold <gingold@adacore.com>
774
775 * configure.ac: Build gdb for i?86-*-darwin*
776 * configure: Regenerated.
777
7582fb4a
DJ
7782008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
779
780 PR bootstrap/38014
781 PR bootstrap/37923
782
783 Revert:
784
785 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
786
787 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
788 * Makefile.in: Regenerated.
789
790 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
791
792 PR gdb/921
793 PR gdb/1646
794 PR gdb/2175
795 PR gdb/2176
796
797 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
798 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
799 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
800 (HOST_EXPORTS): Pass CPPFLAGS.
801 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
802 (LDFLAGS_FOR_TARGET): Initialize from configure script.
803 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
804 * Makefile.in, configure: Regenerated.
805 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
806 and CPPFLAGS_FOR_BUILD.
807
faee1be2
UW
8082008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
809
810 * configure.ac [spu-*-*]: Do not set skipdirs.
811 * configure: Re-generate.
812
b7c2dce4
DJ
8132008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
814
815 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
816 * Makefile.in: Regenerated.
817
bb52de30
DJ
8182008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
819
820 PR gdb/921
821 PR gdb/1646
822 PR gdb/2175
823 PR gdb/2176
824
825 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
826 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
827 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
828 (HOST_EXPORTS): Pass CPPFLAGS.
829 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
830 (LDFLAGS_FOR_TARGET): Initialize from configure script.
831 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
832 * Makefile.in, configure: Regenerated.
833 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
834 and CPPFLAGS_FOR_BUILD.
835
b25062ae
SE
8362008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
837
838 * libtool.m4: Update to libtool 2.2.6.
839 * lt~obsolete.m4: Update to libtool 2.2.6.
840 * ltmain.sh: Update to libtool 2.2.6.
841 * ltsugar.m4: Update to libtool 2.2.6.
842 * ltversion.m4: Update to libtool 2.2.6.
843 * ltoptions.m4: Update to libtool 2.2.6.
844 * ltgcc.m4: Update to match changes from libtool 2.2.6.
845
3bbd2f8f
AL
8462008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
847
848 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
849 (GCC_SHLIB_SUBDIR): New.
850 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
851 * configure: Regenerate.
852 * Makefile.in: Regenerate.
853
b29d32ce
TG
8542008-08-28 Tristan Gingold <gingold@adacore.com>
855
856 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
857 Enable bfd, binutils and opcodes.
858 * configure: Regenerate.
859
c325a203
DD
8602008-08-16 Nicolas Roche <roche@adacore.com>
861
862 * Makefile.tpl: Add BOOT_ADAFLAGS.
863 * Makefile.in: Regenerate.
864
e7c8859c
RS
8652008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
866
867 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
868 * configure: Regenerate.
869
da888c87
PB
8702008-07-30 Paolo Bonzini <bonzini@gnu.org>
871
872 Sync with gcc:
873 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
874
f7c83eac
AS
875 * configure.ac: Add makefile fragments for hpux.
876 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
877 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
878 * configure: Regenerate.
879 * Makefile.in: Regenerate.
da888c87
PB
880
881 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
882
f7c83eac
AS
883 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
884 * Makefile.in: Regenerate.
885 * configure: Regenerate.
da888c87 886
944982cf
ILT
8872008-06-18 Ian Lance Taylor <iant@google.com>
888
662c6704
ILT
889 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
890
944982cf
ILT
891 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
892
7a283e07
RW
8932008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
894
895 * configure: Regenerate.
896
5b553f7e
RW
8972008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
898
899 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
900 "$@" is still intact with both Autoconf 2.59 and 2.62.
901 * configure: Regenerate.
902
675492f0
RW
9032008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
904
905 * Makefile.tpl: Fix comment errors.
906 * Makefile.in: Regenerate.
907
b018a5d1
JB
9082008-06-13 Julian Brown <julian@codesourcery.com>
909
910 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
911 of libobjc for ARM EABI Linux.
912 * configure: Regenerate.
913
310213e8
DE
9142008-06-12 David S. Miller <davem@davemloft.net>
915 David Edelsohn <edelsohn@gnu.org>
916
917 * configure.ac: Add powerpc*-*-* to gold supported targets.
918 * configure: Regenerate.
919
6641ce42
JM
9202008-06-08 Joseph Myers <joseph@codesourcery.com>
921
922 PR tree-optimization/36218
923 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
924 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
925 (all prefix="build-"): Pass them to build-system sub-makes.
926 * Makefile.in: Regenerate.
927
03c2f9e6
DJ
9282008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
929
930 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
931 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
932 mkdep, and compile. Update comments.
933 (ETC_SUPPORT): Add ChangeLog and update comments.
934
4538db8b
ILT
9352008-05-11 Ian Lance Taylor <iant@google.com>
936
937 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
938
266df637
PB
9392008-04-18 Paolo Bonzini <bonzini@gnu.org>
940
941 Sync with gcc:
942 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
943
944 PR bootstrap/35457
945 * configure.ac: Include override.m4.
946 * configure: Regenerate.
947
948 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
949
f7c83eac
AS
950 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
951 * Makefile.in: Regenerate.
266df637
PB
952
953 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
954
f7c83eac
AS
955 * configure.ac: Do not build libssp for the AVR.
956 * configure: Regenerate.
266df637 957
a86a761e
NC
9582008-04-18 Nick Clifton <nickc@redhat.com>
959
960 * MAINTAINERS: Replace reference to configure.in with reference to
961 configure.ac.
962
52310858
NC
9632008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
964
f7c83eac 965 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 966 as nonconfigurable directories list.
f7c83eac 967 * configure: Regenerate.
52310858 968
f5314dd5
DM
9692008-04-14 David S. Miller <davem@davemloft.net>
970
971 * configure.ac: Add sparc*-*-* to gold supported targets.
972 * configure: Regenerate.
973
e2208220
BE
9742008-04-14 Ben Elliston <bje@au.ibm.com>
975
976 * config.sub, config.guess: Update from upstream sources.
977
0bb6ea20
HPN
9782008-04-12 Hans-Peter Nilsson <hp@axis.com>
979
980 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
981 * Makefile.in: Regenerate.
982
e5164e97
ILT
9832008-04-07 Ian Lance Taylor <iant@google.com>
984
985 * Makefile.def: check-gold depends upon all-binutils.
986 * Makefile.in: Regenerate.
987
e33b51a6
NC
9882008-04-04 Nick Clifton <nickc@redhat.com>
989
990 PR binutils/4334
991 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
992 builds.
993 * configure: Regenerate.
994
fc5df3ab
NC
9952008-04-04 NightStrike <NightStrike@gmail.com>
996
997 PR other/35151
f7c83eac
AS
998 * configure.ac: Combine rules for mingw32 and mingw64.
999 * configure: Regenerate.
fc5df3ab 1000
c779bab8
PB
10012008-03-27 Paolo Bonzini <bonzini@gnu.org>
1002
1003 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1004 * Makefile.in: Regenerate.
1005
93f9b408
ILT
10062008-03-20 Ian Lance Taylor <iant@google.com>
1007
1008 * configure.ac: Add support for --enable-gold.
1009 * Makefile.def: Add gold as a directory like ld.
1010 * configure, Makefile.in: Regenerate.
1011
5746fb46
AK
10122008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1013
1014 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1015 (s390_cond_extensions): Reduced extensions to the compare related.
1016 (main): z10 cpu type option added.
1017 (expandConditionalJump): Renamed to ...
1018 (insertExpandedMnemonic): ... this.
1019
1020 * opcodes/s390-opc.c: Re-group the operand format makros.
1021 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
1022 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
1023 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
1024 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
1025 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
1026 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
1027 INSTR_SIL_RDU): New instruction formats added.
1028 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
1029 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
1030 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
1031 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
1032 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
1033 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
1034 masks added.
1035 (s390_opformats): New formats added "ris", "rrs", "sil".
1036 * opcodes/s390-opc.txt: Add the conditional jumps with the
1037 extensions removed from automatic expansion in s390-mkopc.c manually.
1038 (asi - trtre): Add new System z10 EC instructions.
1039 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1040
58c85be7
RW
10412008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1042
1043 * configure.ac: m4_include config/proginstall.m4.
1044 * configure: Regenerate.
1045
78124051
RW
10462008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1047
1048 Backport from upstream Libtool:
f7c83eac 1049
78124051 1050 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 1051
78124051
RW
1052 Deal with Autoconf 2.62's semantic change in m4_append.
1053 * ltsugar.m4 (lt_append): Replace broken versions of
1054 m4_append.
1055 (lt_if_append_uniq): Don't require separator to be overquoted,
1056 and avoid broken m4_append.
1057 (lt_dict_add): Fix typo.
1058 * libtool.m4 (_LT_DECL): Don't overquote separator.
1059
018f1bea
DE
10602008-03-13 David Edelsohn <edelsohn@gnu.org>
1061
1062 * config.rpath: Add AIX 6 support.
1063
5c5f596d
PB
10642008-03-13 Paolo Bonzini <bonzini@gnu.org>
1065
1066 * Makefile.def (stageprofile). Remove -fprofile-generate
1067 from stage_libcflags.
1068 * Makefile.in: Regenerate.
1069
a1f93a5e
BE
10702008-03-13 Ben Elliston <bje@au.ibm.com>
1071
1072 * config.sub, config.guess: Update from upstream sources.
1073
98c3d905
AK
10742008-03-06 Florian Krohm <fkrohm@us.ibm.com>
1075
1076 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
1077 * s390-opc.txt (cmpsc): Duplicate entry removed.
1078 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
1079 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
1080 fier, cu42, cu41): Fix operand format.
1081
7f6ef0c0
PB
10822008-02-20 Paolo Bonzini <bonzini@gnu.org>
1083
f7c83eac
AS
1084 PR bootstrap/32009
1085 PR bootstrap/32161
1086
1087 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1088 * configure: Regenerate.
1089
1090 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1091 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1092 STAGE4_LIBCFLAGS): New.
1093 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1094 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1095 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1096 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1097 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1098 for target modules. Don't export LIBCFLAGS.
1099 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1100 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1101 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1102 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1103 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1104 * Makefile.in: Regenerate.
7f6ef0c0 1105
eaf19029
PB
11062008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1107
1108 PR libgcj/33085
1109 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1110 Do not use -DDLL_EXPORT. Backport from upstream.
1111
680c43e9
NC
11122008-02-14 Nick Clifton <nickc@redhat.com>
1113
1114 Import this patch from gcc:
1115 2008-01-24 David Edelsohn <edelsohn@gnu.org>
1116
1117 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1118
c72b1d96
HPN
11192008-02-02 Hans-Peter Nilsson <hp@axis.com>
1120
1121 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1122 * configure: Regenerate.
1123
8b66833e
BW
11242008-01-31 Marc Gauthier <marc@tensilica.com>
1125
1126 * configure.ac (xtensa*-*-*): Recognize processor variants.
1127 * configure: Regenerate.
1128
9cc8ae67
PB
11292008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1130
f7c83eac
AS
1131 PR bootstrap/34922
1132 * configure.ac (PARSE_ARGS): Push suitable setting of
1133 ac_subdirs_all, for `./configure --help=recursive'.
1134 Handle `+' in generic toplevel directory disabling.
1135 * configure: Regenerate.
9cc8ae67 1136
19090595
BE
11372008-01-23 Ben Elliston <bje@au.ibm.com>
1138
1139 * config.sub, config.guess: Update from upstream sources.
1140
9f1e7fd3
BE
11412008-01-08 Ben Elliston <bje@au.ibm.com>
1142
1143 * config.sub, config.guess: Update from upstream sources.
1144
2f959d61
JJ
11452007-12-19 Jeff Johnston <jjohnstn@redhat.com>
1146
1147 * COPYING.LIBGLOSS: Update default copyright.
1148
aa054b85
JJ
11492007-12-19 Jeff Johnston <jjohnstn@redhat.com>
1150
1151 * COPYING.NEWLIB: Update default copyright.
1152
57c53b2b
RS
11532007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1154
1155 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1156 Change recommended MPFR from 2.2.1 > 2.3.0.
1157 * configure: Regenerate.
1158
fee14b60
RS
11592007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1160
1161 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1162 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1163 * Makefile.in: Regenerate.
1164
c9b68031
DD
11652007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1166
1167 * configure.ac: Enable libjava for x86_64-*-darwin9.
1168 * configure: Regenerate.
1169
ad25e7d5
BE
11702007-12-05 Ben Elliston <bje@au.ibm.com>
1171
1172 * config.sub, config.guess: Update from upstream sources.
1173
6ac84f65
PB
11742007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1175
f7c83eac
AS
1176 * config-ml.in: Robustify against white space in absolute file
1177 names.
6ac84f65 1178
f7c83eac
AS
1179 * config-ml.in (multi-clean): Substitute ${Makefile}.
1180 Remove superfluous ${Makefile} in list.
6ac84f65 1181
7b3200f9
DJ
11822007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1183
1184 * Makefile.def (dependencies): Make configure-gdb depend on
1185 all-intl.
1186 * Makefile.in: Regenerated.
1187
2c133ff9
JJ
11882007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1189
1190 * Makefile.def: To avoid problems running with parallel makes,
1191 build newlib before libgloss so that target specific header
1192 files are availble.
1193 * Makefile.in: Regenerate.
1194
5074315a
DJ
11952007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1196
1197 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1198 * Makefile.in: Regenerate.
1199
f5bc1778
DJ
12002007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1201
1202 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
1203 * libdecnumber: New directory, imported from GCC.
1204
c66487f8
NC
12052007-10-08 Mike Frysinger <vapier@gentoo.org>
1206
1207 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1208 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1209 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1210 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1211 * configure: Regenerate.
1212
b5714970
PB
12132007-10-01 Paolo Bonzini <bonzini@gnu.org>
1214
1215 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1216 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1217 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1218 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1219 * configure.ac: Default them to host tools for $host = $build.
1220 Subst them.
1221
1222 * configure: Regenerate.
1223 * Makefile.in: Regenerate.
1224
f3b1e08e
RS
12252007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1226
1227 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1228 * configure: Regenerate.
1229
cff87f51
DD
12302007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1231
1232 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1233 libstdc++.
1234 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1235 * configure: Regenerate.
1236 * Makefile.in: Regenerate.
f7c83eac 1237
625a61cd
AS
12382007-09-17 Andreas Schwab <schwab@suse.de>
1239
1240 * configure.ac: Raise minimum makeinfo version to 4.6.
1241 * configure: Regenerate.
1242
83a3a68b
AM
12432007-09-15 Alan Modra <amodra@bigpond.net.au>
1244
1245 * configure.ac: Correct makeinfo version check.
1246 * configure: Regenerate.
1247
5bd8be13
RS
12482007-09-14 Richard Sandiford <richard@codesourcery.com>
1249
1250 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1251 to $skipdirs and only disable gprof for newlib. Use the normal
1252 mips*-elf* handling in other respects.
1253 * configure: Regnerate.
1254
5566c1fa
DD
12552007-09-12 David Daney <ddaney@avtrex.com>
1256
1257 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1258 enabling libgcj.
1259 * configure: Regenerate.
1260
12612007-09-12 Richard Guenther <rguenther@suse.de>
1262
1263 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1264 nor --disable-checking is provided also turn on yes and types
1265 checking for stage1.
1266 * configure: Re-generate.
1267
a18e2996 12682007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
1269
1270 PR target/33281
1271 * configure.ac: Use config/mh-mingw on mingw.
1272 * configure: Regenerate.
84e7906e 1273
691bb5a1
DD
12742007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1275
1276 PR other/32154
1277 * configure.ac: For libgloss targets, point the linker to the linker
1278 script, startup code and simulator library.
1279 * configure: Regenerate.
1280
6d18b86b
AH
12812007-09-09 Andrew Haley <aph@redhat.com>
1282
1283 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 1284 target-libjava.
6d18b86b 1285
f00a3165 12862007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 1287
f00a3165 1288 * config.sub, config.guess: Update from upstream sources.
971aaaa5 1289
2abc4e65
BE
12902007-08-21 Richard Guenther <rguenther@suse.de>
1291
1292 * configure.ac: Add types checking to stage1 checking flags.
1293 * configure: Regenerate.
1294
8a6ee3ab 12952007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 1296 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
1297
1298 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1299 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1300 * Makefile.in: Regenerate.
1301 * configure.ac (--with-debug-prefix-map): New.
1302 * configure: Regenerate.
1303
429acdec
RS
13042007-08-17 Richard Sandiford <richard@codesourcery.com>
1305 Nigel Stephens <nigel@mips.com>
1306
429acdec
RS
1307 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1308 as target_makefile_frag.
1309 * configure: Regenerate.
1310
8520c408
AO
13112007-08-16 Alexandre Oliva <aoliva@redhat.com>
1312
1313 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1314 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1315 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1316 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1317 (do-compare, do-compare3, do-compare-debug): New.
1318 ([+compare-target+]): Use them.
1319
13202007-08-16 Alexandre Oliva <aoliva@redhat.com>
1321
1322 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1323 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1324 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1325 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1326 (do-compare, do-compare3, do-compare-debug): New.
1327 ([+compare-target+]): Use them.
1328
2444379b
BE
13292007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1330 Ben Elliston <bje@au.ibm.com>
1331
1332 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1333 --silent if $silent.
1334 * configure: Regenerate.
1335
d6f99447
DJ
13362007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
1337
1338 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
1339
bd0aa315
NC
13402007-07-17 Nick Clifton <nickc@redhat.com>
1341
1342 * COPYING3: New file. Contains version 3 of the GNU General
1343 Public License.
1344 * COPYING3.LIB: New file. Contains version 3 of the GNU
1345 Lesser General Public License.
1346
0ebe98fb
BS
13472007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
1348
1349 * configure.ac: Fix my previous change to really match GCC.
1350 * configure: Regenerate.
1351
521ec477
DD
13522007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1353
1354 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1355 * configure: Regenerate.
1356
13572007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1358
1359 * configure.ac: Add some missing m4 quotation.
1360 * configure: Regenerate.
1361
0c24b341
NC
13622007-07-09 Kai Tietz <kai.tietz@onevision.com>
1363
f7c83eac
AS
1364 * Makefile.def: Add windmc tool to build.
1365 * Makefile.tpl: Likewise.
1366 * configure.ac: Likewise.
1367 * Makefile.in: Regenerate.
1368 * configure: Regenerate.
0c24b341 1369
a09314d0
L
13702007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1371
1372 * lt~obsolete.m4: New. Import from 20070318 libtool.
1373
7c3e1d12
BS
13742007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
1375
1376 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1377 uclinux and linux-uclibc targets.
1378 * configure: Regenerate.
1379
a5b3b4dd
DD
13802007-06-28 DJ Delorie <dj@redhat.com>
1381
1382 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1383 not building newlib.
1384 * configure: Regenerated.
f7c83eac 1385
184d813c
DJ
13862007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
1387
1388 * src-release (DEVO_SUPPORT): Correct typos.
1389
31d99776
DJ
13902007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1391
1392 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1393 * Makefile.in: Regenerated.
1394
e00a73e3
PB
13952007-06-14 Paolo Bonzini <bonzini@gnu.org>
1396
f7c83eac
AS
1397 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1398 (distclean-stage[+id+]): Possibly delete stage_last.
1399 * Makefile.in: Regenerate.
e00a73e3 1400
98a1bbc5
BE
14012007-06-07 Ben Elliston <bje@au.ibm.com>
1402
1403 * config.sub, config.guess: Update from upstream sources.
1404
973601e1
BE
14052007-06-07 Ben Elliston <bje@au.ibm.com>
1406
1407 * Makefile.tpl: Fix spelling error.
1408 * Makefile.in: Regenerate.
1409
2038f525
PB
14102007-06-04 Paolo Bonzini <bonzini@gnu.org>
1411
1412 Sync with gcc:
1413 2007-05-30 Jakub Jelinek <jakub@redhat.com>
1414
f7c83eac
AS
1415 PR bootstrap/29382
1416 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1417 * configure: Rebuilt.
2038f525 1418
f7c5c4b5
PB
14192007-06-01 Steve Ellcey <sje@cup.hp.com>
1420
12a64d4f
L
1421 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1422 lt_cv_sys_max_cmd_len.
f7c5c4b5 1423
7ad9660b
PB
14242007-05-31 Paolo Bonzini <bonzini@gnu.org>
1425
1426 * ltgcc.m4: Update from GCC.
1427
0e7ef45c
EC
14282007-05-25 Andreas Tobler <a.tobler@schweiz.org>
1429
12a64d4f 1430 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 1431
37ad9514
SE
14322007-05-24 Steve Ellcey <sje@cup.hp.com>
1433
1434 * ltmain.sh: Update from GCC.
1435 * libtool.m4: Update from GCC.
1436 * ltsugar.m4: New. Update from GCC.
1437 * ltversion.m4: New. Update from GCC.
1438 * ltoptions.m4: New. Update from GCC.
1439 * ltconfig: Remove.
1440 * ltcf-c.sh: Remove.
1441 * ltcf-cxx.sh: Remove.
1442 * ltcf-gcj.sh: Remove.
1443 * src-release: Update with new libtool file list.
1444
8ee82aff
PB
14452007-05-16 Paolo Bonzini <bonzini@gnu.org>
1446
1447 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1448 stage_cflags.
1449 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1450 Remove CFLAGS/LIBCFLAGS.
1451 (configure-stage[+id+]-[+prefix+][+module+],
1452 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1453 * Makefile.in: Regenerate.
1454
149cb58d
SE
14552007-04-14 Steve Ellcey <sje@cup.hp.com>
1456
1457 * config-ml.in: Update from GCC.
1458
91506736
DJ
14592007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
1460
1461 * src-release (do-proto-toplev): Process the support directories before
1462 the tool directory.
1463
ffa8bd48
RS
14642007-03-21 Richard Sandiford <richard@codesourcery.com>
1465
1466 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1467 of glob. Quote arguments with single quotes too.
1468 * configure: Regenerate.
1469
a4fd3374
DD
14702007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1471
1472 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1473 * Makefile.in: Regenerate
1474
b8025f34
AS
14752007-03-07 Andreas Schwab <schwab@suse.de>
1476
1477 * configure: Regenerate.
1478
a3ca38d2
DD
14792007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1480
1481 * configure.ac: Add "--with-pdfdir" configure option,
1482 which defines pdfdir variable.
1483 * Makefile.def (target=fixincludes): Add install-pdf to
1484 missing targets.
1485 (recursive_targets): Add install-pdf target.
1486 (flags_to_pass): Add pdfdir.
1487 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1488 target.
1489 * configure: Regenerate
1490 * Makefile.in: Regenerate
1491
14922007-02-28 Eric Christopher <echristo@apple.com>
1493
1494 Revert:
1495 2006-12-07 Mike Stump <mrs@apple.com>
1496
1497 * Makefile.def (dependencies): Add dependency for
1498 install-target-libssp and install-target-libgomp on
1499 install-gcc.
1500 * Makefile.in: Regenerate.
1501
15022007-02-27 Matt Kraai <kraai@ftbfs.org>
1503
1504 * configure: Regenerate.
1505 * configure.ac: Move statements after variable declarations.
1506
a4708fba
JM
15072007-02-19 Joseph Myers <joseph@codesourcery.com>
1508
1509 * configure.ac: Adjust for loop syntax.
1510 * configure: Regenerate.
1511
9a819804
AO
15122007-02-18 Alexandre Oliva <aoliva@redhat.com>
1513
1514 * configure: Rebuilt.
1515
81ec575a
AO
15162007-02-18 Alexandre Oliva <aoliva@redhat.com>
1517
1518 * configure.ac: Drop multiple occurrences of --enable-languages,
1519 and fix its quoting.
1520 * configure: Rebuilt.
1521
92f01d61 15222007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
1523 Nathan Sidwell <nathan@codesourcery.com>
1524 Vladimir Prus <vladimir@codesourcery.com
1525 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
1526
1527 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1528 * configure: Regenerate.
1529
b1299c4e
DJ
15302007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1531
1532 * configure.ac (target_libraries): Move libgcc before libiberty.
1533 * configure: Regenerated.
1534
18f6b6ee
PB
15352007-02-13 Paolo Bonzini <bonzini@gnu.org>
1536
1537 * configure: Regenerate again?
1538
9c4e9f27
PB
15392007-02-13 Paolo Bonzini <bonzini@gnu.org>
1540
1541 * configure: Reapply PR30748 fix which was lost in the previous commit.
1542
24ff9987
DJ
15432007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1544 Paolo Bonzini <bonzini@gnu.org>
1545
1546 PR bootstrap/30753
1547 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
1548 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
1549 * configure: Regenerated.
1550
7df2cd5d
PB
15512007-02-10 Paolo Bonzini <bonzini@gnu.org>
1552
1553 * configure: Regenerate.
1554
b0aaa663
DJ
15552007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1556
1557 PR bootstrap/30748
1558 * configure.ac: Correct syntax for Solaris ksh.
1559 * configure: Regenerated.
1560
a0323144
PB
15612007-02-09 Paolo Bonzini <bonzini@gnu.org>
1562
1563 * Makefile.def: Sync with GCC.
1564 * Makefile.tpl: Sync with GCC.
1565 * Makefile.in: Regenerate.
1566 * configure: Regenerate.
1567
c6b750e1
DJ
15682007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1569
1570 * Makefile.tpl (build_alias, host_alias, target_alias): Use
1571 noncanonical equivalents.
1572 * configure.in: Rename to...
1573 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
1574 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
1575 target_noncanonical. Use them. Rewrite removal of configure
1576 arguments for autoconf 2.59. Discard variable settings. Force
1577 program_transform_name for native tools.
1578
1579 * Makefile.in: Regenerated.
1580 * configure: Regenerated with autoconf 2.59.
1581
1582 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
1583
f3cd89f4
JJ
15842007-02-08 Jeff Johnston <jjohnstn@redhat.com>
1585
1586 * COPYING.LIBGLOSS: Reformat default Red Hat
1587 license to fit within 80 columns.
1588 * COPYING.NEWLIB: Ditto.
1589
4e206d7e
DB
15902007-02-05 Dave Brolley <brolley@redhat.com>
1591
1592 * Contribute the following changes:
1593 2006-11-28 DJ Delorie <dj@redhat.com>
1594
1595 * configure.in: Fix typo for mep's target_makefile_frag.
1596 * configure: Regenerated.
1597
1598 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
1599
1600 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
1601 * configure: Regenerate.
1602
1603 2001-09-19 DJ Delorie <dj@redhat.com>
1604
1605 * configure.in (target_makefile_frag): use mt-mep
1606
1607 2001-06-12 Don Howard <dhoward@redhat.com>
1608
1609 * configure.in: Remove gdb from MeP skip list.
1610
1611 2001-04-05 DJ Delorie <dj@redhat.com>
1612
1613 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
1614
1615 2001-03-20 Ben Elliston <bje@redhat.com>
1616
1617 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
1618
1619 2001-03-19 Ben Elliston <bje@redhat.com>
1620
1621 * config.sub (mep, mep-*): Add.
1622
b2edfdd2
AS
16232007-01-31 Andreas Schwab <schwab@suse.de>
1624
1625 * Makefile.tpl (LDFLAGS): Substitute it.
1626 * Makefile.in: Regenerate.
1627
ceb92e78
PB
16282007-01-11 Paolo Bonzini <bonzini@gnu.org>
1629
1630 * configure.in: Change == to = in test command.
f7c83eac 1631 * configure: Regenerate.
ceb92e78 1632
4b900473 16332007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
1634 Nick Clifton <nickc@redhat.com>
1635 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
1636
1637 * configure.in (build_configargs, host_configargs, target_configargs):
1638 Remove build/host/target parameters.
1639 (host_libs): Add gmp and mpfr.
1640 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1641 * Makefile.def (gmp, mpfr): New.
1642 (gcc): Remove target.
1643 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1644 target_os, target_vendor): New.
1645 (configure): Add host_alias/target_alias arguments. Adjust invocations.
1646 * configure: Regenerate.
1647 * Makefile.in: Regenerate.
4b900473
PB
1648
16492007-01-11 Matt Fago <fago@earthlink.net>
1650
1651 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 1652 to improve robustness of configure tests.
4b900473
PB
1653 * configure: Regenerate.
1654
80f6dcbc
NC
16552007-01-08 Kai Tietz <kai.tietz@onevision.com>
1656
1657 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 1658 * configure: Regenerate.
80f6dcbc 1659
f86e35b8
NC
16602007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
1661
1662 * Makefile.tpl (all-target): Correct @if conditional for target
1663 modules.
1664 * configure.in: Omit libiberty if building only target libgcc.
1665 * configure, Makefile.in: Regenerated.
1666
79fcd0ec
PB
16672007-01-04 Paolo Bonzini <bonzini@gnu.org>
1668
1669 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1670 * configure: Regenerate.
1671
6aa8ef82
DJ
16722007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1673
1674 * Makefile.def (target_modules): Add libgcc.
1675 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
1676 * Makefile.tpl (clean-target-libgcc): Delete.
1677 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1678 on gcc even for bootstrapped modules. Rewrite handling of
1679 lang_env_dependencies to loop over target_modules.
1680 * configure.in (target_libraries): Add target-libgcc.
1681 * Makefile.in, configure: Regenerated.
1682
9b134994
PB
16832006-12-29 Paolo Bonzini <bonzini@gnu.org>
1684
1685 Sync with gcc:
1686 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1687
f7c83eac
AS
1688 * configure.in: Reorganize recognition of languages. Add
1689 --enable-stage1-languages. Show supported languages for the chosen
1690 target rather than all recognized languages.
1691 * configure: Regenerate.
9b134994
PB
1692
1693 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1694
f7c83eac
AS
1695 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1696 * Makefile.in: Regenerate.
9b134994
PB
1697
1698 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1699
f7c83eac
AS
1700 * configure.in: Warn that MPFR 2.2.0 is buggy.
1701 * configure: Regenerate.
9b134994 1702
8cf39b1b
ILT
17032006-12-27 Ian Lance Taylor <iant@google.com>
1704
1705 * configure.in: When removing Makefiles to force a reconfigure, also
1706 remove prev-DIR*/Makefile.
1707 * configure: Regenerate.
1708
ebff6cd5
KH
17092006-12-23 Kazu Hirata <kazu@codesourcery.com>
1710
1711 * config.bfd: Recognize fido.
1712
8a0d8a5c
PB
17132006-12-19 Paolo Bonzini <bonzini@gnu.org>
1714
1715 Sync with gcc:
1716
1717 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1718
1719 * configure.in: Remove "$build" case for powerpc-*-darwin* since
1720 it only affects bootstrap and could be tested on "$host" as well.
1721 * configure: Regenerate.
1722 * config/mh-ppc-darwin: Add to the stage1 cflags here.
1723
1724 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1725
1726 PR bootstrap/29544
1727 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1728 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1729 move here comment from Makefile.tpl.
1730 * Makefile.tpl: Move some definitions higher in the file.
1731 (STAGE1_CHECKING): New.
1732 * configure.in: Add --enable-stage1-checking.
1733 * configure: Regenerate.
1734 * Makefile.in: Regenerate.
1735
1736 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1737
1738 * configure.in: Update error message for missing GMP/MPFR.
1739
1740 * configure: Regenerate.
1741
1742 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1743
1744 * configure.in: Update MPFR version in error message.
1745
1746 * configure: Regenerate.
1747
1748 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1749
1750 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1751 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1752 --with-gmp-lib): New flags.
1753
1754 * configure: Regenerate.
1755
790c0838
AM
17562006-12-12 Andreas Tobler <a.tobler@schweiz.org>
1757
1758 PR bootstrap/30134
1759 * configure.in: Correct x86 darwin support for libjava to powerpc
1760 and i?86 only.
1761 * configure: Regenerate.
1762
77d7106f
AM
17632006-12-11 Alan Modra <amodra@bigpond.net.au>
1764
1765 * configure.in: Handle spu makefile frag.
77d7106f
AM
1766 * Makefile.tpl (MAINT): Define
1767 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1768 * configure: Regenerate.
1769 * Makefile.in: Regenerate.
1770
0cfa5389
BE
17712006-12-11 Ben Elliston <bje@au.ibm.com>
1772
1773 * config.sub, config.guess: Update from upstream sources.
1774
2839fe5d
BE
17752006-12-11 Ben Elliston <bje@au.ibm.com>
1776
1777 * configure.in: Sync with GCC (spu-*-*).
1778 * configure: Sync with GCC.
1779
b897f5d4
MS
17802006-12-07 Mike Stump <mrs@apple.com>
1781
1782 * Makefile.def (dependencies): Add dependency for
1783 install-target-libssp and install-target-libgomp on
1784 install-gcc.
1785 * Makefile.in: Regenerate.
1786
9daf3993
PB
17872006-11-16 Paolo Bonzini <bonzini@gnu.org>
1788
1789 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1790 (unstage): Test for stage_last presence.
1791
1792 PR bootstrap/29802
1793 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1794 * Makefile.in: Regenerate.
1795
9dbaa842
DD
17962006-11-14 DJ Delorie <dj@redhat.com>
1797
1798 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
1799 * Makefile.in: Sync with GCC.
1800 * configure.in: Sync with GCC (mpfr, gmp).
1801 * configure: Sync with GCC.
1802
b0cbce8d
JJ
18032006-11-08 Jie Zhang <jie.zhang@analog.com>
1804
1805 * configure.in: Remove target-libgloss from noconfigdirs for
1806 bfin-*-*.
1807 * configure: Regenerated.
1808
44330a94
JJ
18092006-10-27 Jeff Johnston <jjohnstn@redhat.com>
1810
1811 * COPYING.NEWLIB: Add spu license.
7de05dd5 1812 * COPYING.LIBGLOSS: Ditto.
44330a94 1813
56a8fe78
DD
18142006-10-17 Brooks Moses <bmoses@stanford.edu>
1815
1816 * Makefile.def: Added pdf target handling.
1817 * Makefile.tpl: Added pdf target handling.
1818 * Makefile.in: Regenerated.
1819
fbb00ad0
JJ
18202006-10-11 Jeff Johnston <jjohnstn@redhat.com>
1821
1822 * COPYING.NEWLIB: Updated.
1823 * COPYING.LIBGLOSS: Ditto.
1824
6b89cc21
DB
18252006-09-27 Dave Brolley <brolley@redhat.com>
1826
1827 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
1828 $s instead of $r.
1829 * configure: Regenerated.
1830
17bcf627
BE
18312006-09-26 Ben Elliston <bje@au.ibm.com>
1832
1833 * config.sub, config.guess: Update from upstream sources.
1834
f3529cf1
TS
18352006-09-20 Thiemo Seufer <ths@mips.com>
1836
1837 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1838 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1839 * configure: Regenerate.
1840
45055374
CV
18412006-08-30 Corinna Vinschen <corinna@vinschen.de>
1842
1843 * configure.in: Never build newlib for a Mingw host.
1844 Never build newlib as Mingw target library.
1845 Test the existence of winsup/cygwin for building a Cygwin newlib,
1846 rather than just winsup.
1847 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
1848 building a Mingw target.
1849 * configure: Regenerate.
1850
4be041b2 18512006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
1852 Nigel Stephens <nigel@mips.com>
1853 David Ung <davidu@mips.com>
4be041b2
TS
1854
1855 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
1856
1d89b610
PB
18572006-07-25 Paolo Bonzini <bonzini@gnu.org>
1858
1859 Sync from GCC:
1860 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1861
f7c83eac
AS
1862 PR bootstrap/18058
1863 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1864 if the bootstrap compiler is a GCC version that supports it.
1865 * configure: Regenerate.
1d89b610 1866
66a79c16
DJ
18672006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
1868
1869 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
1870 * configure: Regenerated.
1871
c1cb7e02
PB
18722006-07-18 Paolo Bonzini <bonzini@gnu.org>
1873
f7c83eac
AS
1874 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
1875 for stages after the first.
c1cb7e02 1876
7206a0ee
JJ
18772006-07-17 Jakub Jelinek <jakub@redhat.com>
1878
1879 * Makefile.def: Add dependencies for configure-opcodes
1880 on configure-intl and all-opcodes on all-intl.
1881 * Makefile.in: Regenerated.
1882
6816f995
AO
18832006-07-04 Peter O'Gorman <peter@pogma.com>
1884
1885 * ltconfig: chmod 644 before ranlib during install.
1886
3d3adb43
PB
18872006-07-03 Paolo Bonzini <bonzini@gnu.org>
1888
1f3f1bbf 1889 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
1890 * configure: Regenerate.
1891
64ce424c
PB
18922006-07-03 Paolo Bonzini <bonzini@gnu.org>
1893
1894 Sync from gcc:
1895
1896 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
1897
1898 PR other/27063
1899 * configure.in: Test subdir_requires and give an appropriate
1900 error message.
1901 * configure: Regenerate.
1902
1903 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1904
1905 PR target/27540
1906 * configure.in: Only enable libgomp on IRIX 6.
1907 * configure: Regenerate.
1908
d42c4017
DA
19092006-06-20 David Ayers <d.ayers@inode.at>
1910
1911 PR bootstrap/28072
1912 * configure.in: Add target-boehm-gc to noconfigdirs depending on
1913 whether target-libjava is being configured instead of whether the
1914 java front end is enabled.
1915 * configure: Regenerate.
0e7ef45c 1916
4962c51a
MS
19172006-06-15 Mark Shinwell <shinwell@codesourcery.com>
1918
1919 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
1920 to R_ARM_LDC_SB_G{0,1,2} respectively.
1921
caee866a
PB
19222006-06-15 Paolo Bonzini <bonzini@gnu.org>
1923
1924 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
1925 too.
1926 * Makefile.in: Regenerate.
1927
363ef840
DA
19282006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1929
1930 Sync from gcc:
1931
1932 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1933 * configure.in: Don't enable libgomp on hpux10.
1934 * configure: Rebuilt.
1935
54d1c879
DA
19362006-06-13 David Ayers <d.ayers@inode.at>
1937
1938 Sync from gcc:
1939
1940 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 1941
54d1c879
DA
1942 PR bootstrap/27963
1943 PR target/19970
0e7ef45c 1944 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
1945 ${libgcj} is specified.
1946 * configure: Regenerate.
0e7ef45c 1947
a4d8b690
JJ
19482006-06-08 Jeff Johnston <jjohnstn@redhat.com>
1949
1950 Sync from gcc:
1951
1952 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 1953 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
1954
1955 PR bootstrap/18033
1956 * config-ml.in: Eval option if surrounded by single quotes.
1957
4f0ef2d8
CD
19582006-06-07 Carlos O'Donell <carlos@codesourcery.com>
1959
1960 Sync from gcc:
0e7ef45c 1961
4f0ef2d8 1962 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 1963
4f0ef2d8
CD
1964 PR libobjc/13946
1965 * Makefile.def: Add dependencies for libobjc which boehm-gc.
1966 * Makefile.in: Regenerate.
1967 * configure.in: Add --enable-objc-gc at toplevel and have it
1968 enable boehm-gc for Objective-C.
1969 Remove target-boehm-gc from libgcj.
1970 Add target-boehm-gc to target_libraries.
1971 Add target-boehm-gc to noconfigdirs where ${libgcj}
1972 is specified.
1973 Assert that boehm-gc is supported when requested for Objective-C.
1974 Only build boehm-gc if needed either for Java or Objective-C.
1975 * configure: Regenerate.
1976
1977 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 1978
4f0ef2d8
CD
1979 PR 27674
1980 * Makefile.tpl (configure-[+prefix+][+module+],
1981 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
1982 Remove rule to unstage bootstrapped modules.
1983 (stage_current): New.
1984 * Makefile.in: Regenerate.
1985
1986 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1987 Andreas Tobler <a.tobler@schweiz.ch>
1988
1989 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
1990 * configure: Rebuilt.
1991
1992 Revert
1993 2006-01-31 Richard Guenther <rguenther@suse.de>
1994 Paolo Bonzini <bonzini@gnu.org>
1995
1996 * Makefile.def (target_modules): Add libgcc-math target module.
1997 * configure.in (target_libraries): Add libgcc-math target library.
1998 (--enable-libgcc-math): New configure switch.
1999 * Makefile.in: Re-generate.
2000 * configure: Re-generate.
2001
c17b816b
JJ
20022006-06-05 Jeff Johnston <jjohnstn@redhat.com>
2003
2004 * config-ml.in: Alter CCASFLAGS to include special
2005 multilib options the same as is done for CFLAGS.
2006
20e95c23
DJ
20072006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2008
2009 * Makefile.def: Added dependencies from sim and gdb on intl, and
2010 added configure dependencies to everything with an all dependency
2011 on intl.
2012 * gettext.m4: Removed.
2013 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
2014 (GDB_SUPPORT_DIRS): Add intl.
2015 * Makefile.in: Regenerated.
2016
4bd8ad80
DJ
20172006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
2018
2019 * src-release (DEVO_SUPPORT): Add config.rpath.
2020
c380fdd8
PB
20212006-05-25 Paolo Bonzini <bonzini@gnu.org>
2022
2023 * Makefile.def (bfd, opcodes): Fix lib_path.
2024 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2025 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2026 * Makefile.in: Regenerate.
2027
701628f5
MS
20282006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2029
2030 * configure.in: Enable gprof for cross builds.
2031 * configure: Regenerate.
2032
25aae7f2
DJ
20332006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2034
2035 * src-release (MAKEINFOFLAGS): Define.
2036 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
2037
ea3d1626
BE
20382006-05-14 Ben Elliston <bje@au.ibm.com>
2039
2040 * config.sub, config.guess: Update from upstream sources.
2041
49b9e644
BE
20422006-05-12 Ben Elliston <bje@au.ibm.com>
2043
2044 * config.sub, config.guess: Update from upstream sources.
2045
482dd2f6
DJ
20462006-05-04 Steve Ellcey <sje@cup.hp.com>
2047
2048 * blt, iwidgets, mmalloc: Remove directories.
2049
8b01a5c2
DD
20502006-05-01 DJ Delorie <dj@redhat.com>
2051
641a3af4 2052 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
2053 * configure: Regenerate.
2054
a481dbb7
DD
20552006-04-18 DJ Delorie <dj@redhat.com>
2056
2057 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2058 reference libgloss so that libssp can be built in a combined
2059 tree.
2060 * configure: Regenerate.
2061
962c9e74
BE
20622006-04-10 Ben Elliston <bje@au.ibm.com>
2063
2064 * contrib: Remove directory.
2065
108a6f8e
CD
20662006-04-06 Carlos O'Donell <carlos@codesourcery.com>
2067
2068 * Makefile.tpl: Add install-html target.
2069 * Makefile.def: Add install-html target.
2070 * Makefile.in: Regenerate.
2071 * configure.in: Add --with-datarootdir, --with-docdir,
2072 and --with-htmldir options.
2073 * configure: Regenerate.
2074
a4ef73e9
BE
20752006-03-31 Ben Elliston <bje@au.ibm.com>
2076
2077 PR binutils/1860
2078 * configure.in: Require makeinfo 4.4 or higher.
2079 * configure: Regenerate.
2080
b37df25a
PB
20812006-03-14 Paolo Bonzini <bonzini@gnu.org>
2082
2083 * Makefile.in: Regenerate.
2084
a6df5a19
PB
20852006-03-14 Paolo Bonzini <bonzini@gnu.org>
2086
2087 Sync with gcc:
2088 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
2089
f7c83eac
AS
2090 * configure.in: Handle --disable-<component> generically.
2091 * configure: Regenerate.
a6df5a19
PB
2092
2093 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 2094
f7c83eac
AS
2095 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2096 (TARGET_CONFIGDIRS): Remove.
2097 * configure.in: Remove AC_SUBST(target_configdirs).
2098 * Makefile.in, configure: Regenerated.
a6df5a19
PB
2099
2100
65419985
L
21012006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2102
2103 PR libgcj/17311
2104 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2105
c52c6897
PB
21062006-02-20 Paolo Bonzini <bonzini@gnu.org>
2107
2108 PR bootstrap/25670
2109
2110 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2111
2112 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2113 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2114 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2115 BUILD_PREFIX, BUILD_PREFIX_1.
2116 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2117
2118 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2119 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2120
2121 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2122 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2123 of `cat stage_current`. Always provide the `r' and `s' variables.
2124 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2125 a single shell execution.
2126 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2127 bootstrapped modules, make the stage1 module if the build was not
2128 started yet, else build the current stage.
2129 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2130 (all-build, all-host, all-target, [+make_target+]-host,
2131 [+make_target+]-target): Do not use \-continued lines.
2132 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2133 (current_stage, restrap, stage_last): New.
2134
2135 * Makefile.in: Regenerate.
2136 * configure: Regenerate.
2137
b3ded179
PB
21382006-02-14 Paolo Bonzini <bonzini@gnu.org>
2139
2140 Sync from gcc:
2141
2142 2006-01-31 Richard Guenther <rguenther@suse.de>
2143 Paolo Bonzini <bonzini@gnu.org>
2144
f7c83eac
AS
2145 * Makefile.def (target_modules): Add libgcc-math target module.
2146 * configure.in (target_libraries): Add libgcc-math target library.
2147 (--enable-libgcc-math): New configure switch.
2148 * Makefile.in: Re-generate.
2149 * configure: Re-generate.
2150 * libgcc-math: New toplevel directory.
b3ded179
PB
2151
2152 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
2153 Jakub Jelinek <jakub@redhat.com>
2154 Diego Novillo <dnovillo@redhat.com>
b3ded179 2155
f7c83eac
AS
2156 * libgomp: New directory.
2157 * Makefile.def: Add target_module libgomp.
2158 * Makefile.in: Regenerate.
2159 * configure.in (target_libraries): Add target-libgomp.
2160 * configure: Regenerate.
b3ded179 2161
3a35eeb3
PB
21622006-02-14 Paolo Bonzini <bonzini@gnu.org>
2163 Andreas Schwab <schwab@suse.de>
0e7ef45c 2164
3a35eeb3
PB
2165 * configure: Regenerate.
2166
2429c060
PB
21672006-01-16 Paolo Bonzini <bonzini@gnu.org>
2168
2169 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2170 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2171 the assembler, linker and binutils.
2172 * configure: Regenerate.
2173
ec49b2b8
NC
21742006-01-16 Nick Clifton <nickc@redhat.com>
2175
49b9e644 2176 * config.sub, config.guess: Sync from config repository.
ec49b2b8 2177
44b2308f
AO
21782006-01-05 Alexandre Oliva <aoliva@redhat.com>
2179
2180 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2181 @ from continuation.
2182 * Makefile.in: Rebuilt.
2183
80911fe1
PB
21842006-01-04 Paolo Bonzini <bonzini@gnu.org>
2185
2186 Sync from gcc:
2187
2188 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
2189
f7c83eac 2190 PR bootstrap/24252
80911fe1 2191
f7c83eac
AS
2192 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2193 * Makefile.tpl (OBJDUMP): New.
2194 (EXTRA_HOST_FLAGS): Add it.
2195 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 2196
f7c83eac
AS
2197 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2198 to use symbolic links between directories. Avoid race conditions
2199 or make them harmless.
2200 * configure.in: Do not try to use symbolic links between directories.
80911fe1 2201
f7c83eac
AS
2202 * Makefile.def (LEAN): Pass.
2203 * Makefile.tpl (LEAN): Define.
2204 (stage[+id+]-start): Accept that the previous directory does not
2205 exist, if the bootstrap is lean.
2206 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2207 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2208 configure substitution.
2209 ([+compare-target+]): Likewise.
2210 ([+bootstrap-target+]-lean): New.
2211 * configure.in: Remove lean bootstrap support from here.
80911fe1 2212
f7c83eac
AS
2213 * Makefile.in: Regenerate.
2214 * configure: Regenerate.
80911fe1
PB
2215
2216 2006-01-02 Andreas Schwab <schwab@suse.de>
2217
f7c83eac
AS
2218 * configure.in: When reconfiguring remove Makefile in
2219 all stage directories.
2220 * configure: Regenerate.
80911fe1 2221
b59bea8a
NC
22222005-12-27 Leif Ekblad <leif@rdos.net>
2223
2224 * configure.in: Add support for RDOS target.
2225 * configure: Regenerate.
2226
d7730bac
NC
22272005-12-27 Nick Clifton <nickc@redhat.com>
2228
2229 PR binutils/1990
2230 * libtool.m4: Synchronize with version in GCC sources.
2231
c02dabc3
PB
22322005-12-20 Paolo Bonzini <bonzini@gnu.org>
2233
f7c83eac 2234 Revert Ada-related part of the previous change.
c02dabc3 2235
f7c83eac
AS
2236 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2237 Do not pass.
2238 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2239 * Makefile.in: Regenerate.
2240 * configure.in: Do not include mt-ppc-aix target fragment.
2241 * configure: Regenerate.
c02dabc3 2242
f6d183c0
PB
22432005-12-19 Paolo Bonzini <bonzini@gnu.org>
2244
2245 * configure.in: Select appropriate fragments for PowerPC/AIX.
2246 * configure: Regenerate.
2247
2248 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2249 BOOT_CFLAGS, BOOT_LDFLAGS.
2250 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2251 BOOT_CFLAGS, BOOT_LDFLAGS.
2252 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2253 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2254 (stage): Fail if we cannot complete the work.
2255 * Makefile.in: Regenerate.
2256
f29759fc
JJ
22572005-12-16 Jeff Johnston <jjohnstn@redhat.com>
2258
2259 * COPYING.NEWLIB: Update copyright year for default
2260 copyright.
2261
1f054001
PB
22622005-12-15 Paolo Bonzini <bonzini@gnu.org>
2263
2264 * Makefile.tpl (all, do-[+make_target+], do-check, install,
2265 install-host-nogcc): Don't invoke $(stage) at the end.
2266 * Makefile.in: Regenerate.
2267
0aed8855
PB
22682005-12-14 Paolo Bonzini <bonzini@gnu.org>
2269
2270 * configure.in: Flip the top-level bootstrap switch.
2271 * configure: Regenerate.
2272
2273 Merge from gcc:
2274
2275 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
2276
f7c83eac
AS
2277 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2278 $(stage) and $(unstage).
2279 (EXTRA_TARGET_FLAGS): Correct double-quoting.
2280 (all): Remove stray semicolon.
2281 (local-distclean): Don't handle multilib.tmp and multilib.out.
2282 (install.all): Set $s for consistency.
2283 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2284 check_multilibs setting. Always make the install directory.
2285 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2286 Correct @if/@endif.
2287 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2288 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2289 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2290 (multilib.out): Remove.
2291 * Makefile.in: Regenerated.
0aed8855
PB
2292
22932005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2294
2295 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
2296 * configure.in: Replace ms1 arch with mt.
2297 * configure: Rebuilt.
2298
22992005-12-05 Paolo Bonzini <bonzini@gnu.org>
2300
2301 Sync with gcc:
2302
4970f871
NS
23032005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2304
2305 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
2306 * configure.in: Replace ms1 arch with mt.
2307 * configure: Rebuilt.
2308
be01d343
PB
23092005-12-05 Paolo Bonzini <bonzini@gnu.org>
2310
2311 Sync with gcc:
2312
2313 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
2314
f7c83eac
AS
2315 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2316 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2317 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
2318 Find in-tree tools if available.
2319 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2320 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2321 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2322 (COMPILER_*_FOR_TARGET): New.
2323 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2324 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2325 (CONFIGURED_*, USUAL_*): Remove.
2326 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2327 STRIP): Use autoconf substitutions.
2328 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2329 COMPILER_NM_FOR_TARGET): New.
2330 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2331
2332 (all): Make all-host and all-target in parallel.
2333 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2334 that $$r and $$s are set before invoking a recursive make.
2335 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2336 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
2337
2338 2005-11-29 Ben Elliston <bje@au.ibm.com>
2339
f7c83eac
AS
2340 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2341 from the gcc build directory.
2342 * Makefile.in: Regenerate.
be01d343
PB
2343
2344 2005-11-29 Ben Elliston <bje@au.ibm.com>
2345
f7c83eac
AS
2346 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
2347 depend on all-libdecnumber.
2348 * configure.in (host_libs): Include libdecnumber.
2349 * Makefile.in: Regenerate.
2350 * configure: Likewise.
be01d343
PB
2351
2352 2005-11-21 Kean Johnston <jkj@sco.com>
2353
f7c83eac 2354 * config.sub, config.guess: Sync from upstream sources.
be01d343 2355
907be67c
DJ
23562005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
2357
2358 * Makefile.def: Remove gdb dependencies for gdbtk.
2359 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2360 (configure-gdb, install-gdb): New rules.
2361 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2362 * Makefile.in, configure: Regenerated.
2363
e360f423
PB
23642005-10-22 Paolo Bonzini <bonzini@gnu.org>
2365
2366 PR bootstrap/24297
2367 * Makefile.tpl (do-[+make-target+], do-check, install,
2368 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2369 are set before recursing.
2370 * Makefile.in: Regenerate.
2371
45d5eb0a
EB
23722005-10-20 Eric Botcazou <ebotcazou@adacore.com>
2373
2374 PR bootstrap/18939
2375 * Makefile.def (gcc) <target>: Fix thinko.
2376 * Makefile.in: Regenerate.
2377
3cf3372e
BS
23782005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
2379
2380 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2381 * configure: Regenerate.
2382
bd70a46f
KH
23832005-10-09 Kazu Hirata <kazu@codesourcery.com>
2384
2385 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2386 target-libffi, target-qthreads, target-libjava, and
2387 targetlibobjc.
2388 * configure: Regenerate.
2389
5ae72758
DJ
23902005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
2391
2392 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2393 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2394 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2395 (USUAL_OBJDUMP_FOR_TARGET): New.
2396 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2397 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 2398 * configure, Makefile.in: Regenerated.
5ae72758 2399
cc96343e
PB
24002005-10-05 Paolo Bonzini <bonzini@gnu.org>
2401
2402 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2403 before other host packages.
2404
f70224b5
PB
24052005-10-05 Paolo Bonzini <bonzini@gnu.org>
2406
2407 PR bootstrap/22340
2408
2409 * configure.in (default_target): Remove.
2410 * Makefile.tpl (all): Do not use prerequisites as subroutines
2411 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2412 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2413 use prerequisites as subroutines.
2414 (check-host, check-target): New.
2415 (bootstrap configure & all targets): Do not use stage*-start
2416 if the directory layout is already ok.
2417 (non-bootstrap configure & all targets): Prepend a $(unstage).
2418 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
2419 (NOTPARALLEL): Remove.
2420 (unstage, stage variables): New variables.
2421 (unstage, stage targets): Simply expand to those variables.
2422
2423 * configure: Regenerate.
2424 * Makefile.in: Regenerate.
2425
c13c918a
JW
24262005-10-04 James E Wilson <wilson@specifix.com>
2427
2428 * Makefile.def (lang_env_dependencies): Add libmudflap.
2429 * Makefile.in: Regenerate.
2430
376a0e54
CM
24312005-10-03 Catherine Moore <clm@cm00re.com>
2432
2433 * configure.in (bfin-*-*): Support bfin.
2434 * configure: Regenerated.
2435
d320aacb
L
24362005-09-30 H.J. Lu <hongjiu.lu@intel.com>
2437
2438 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2439 * configure: Regenerated.
2440
7e0f7140
GK
24412005-09-28 Geoffrey Keating <geoffk@apple.com>
2442
2443 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2444 (LIPO_FOR_TARGET): New.
2445 (CONFIGURED_LIPO_FOR_TARGET): New.
2446 (USUAL_LIPO_FOR_TARGET): New.
2447 (STRIP_FOR_TARGET): New.
2448 (CONFIGURED_STRIP_FOR_TARGET): New.
2449 (USUAL_STRIP_FOR_TARGET): New.
2450 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2451 STRIP_FOR_TARGET.
2452 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2453 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2454 * Makefile.in: Regenerate.
2455 * configure: Regenerate.
0e7ef45c 2456
096f7d00
DE
24572005-09-19 David Edelsohn <edelsohn@gnu.org>
2458
2459 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2460 (rs6000-*-aix*): Same.
2461 * configure: Regenerate.
2462
24632005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2464
2465 * configure.in: Recognize f95 in the --enable-languages option,
2466 and substitute it for fortran, issuing a warning.
2467 * configure: Regenerate.
2468
2016dfcc
BE
24692005-09-07 Ben Elliston <bje@au.ibm.com>
2470
2471 Import from Autoconf sources:
2472
2473 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
2474 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
2475 Elliston. Handle weird characters correctly.
2476
6dd2fda9
DD
24772005-08-30 Phil Edwards <phil@codesourcery.com>
2478
2479 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
2480 * configure: Regenerated.
2481
e6db70d4
RE
24822005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
2483
f7c83eac
AS
2484 * Makefile.def (libssp): Add to lang_env_dependencies.
2485 * Makefile.in: Regenerate.
e6db70d4 2486
e1e3d0f5
CG
24872005-08-17 Christian Groessler <chris@groessler.org>
2488
2489 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2490 * Makefile.in: Regenerate.
2491
05cbd757
PB
24922005-08-12 Paolo Bonzini <bonzini@gnu.org>
2493
2494 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2495 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2496 Look for alternate names of the target cc and c++
2497 * configure: Regenerate.
2498
55db4b87
PB
24992005-08-08 Paolo Bonzini <bonzini@gnu.org>
2500
2501 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2502 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2503 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2504 tools; remove code to manually set them.
2505 (Target tools): Look in the environment for them.
2506 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2507 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2508 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2509 build directory.
2510 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2511 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2512 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2513 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2514 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2515 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2516 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2517 * configure: Regenerate.
2518 * Makefile.in: Regenerate.
2519
414e5532
MM
25202005-07-27 Mark Mitchell <mark@codesourcery.com>
2521
2522 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 2523 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
2524 * Makefile.in: Regenerated.
2525
a19b6204
MM
25262005-07-26 Mark Mitchell <mark@codesourcery.com>
2527
2528 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2529 (CFLAGS_FOR_TARGET): Use it.
2530 (CXXFLAGS_FOR_TARGET): Likewise.
2531 * Makefile.in: Regenerated.
2532 * configure.in (--with-build-sysroot): New option.
2533 * configure: Regenerated.
2534
b73aa406
PB
25352005-07-24 Paolo Bonzini <bonzini@gnu.org>
2536
2537 * Makefile.tpl: Wrap install between unstage and stage
2538 * Makefile.in: Regenerate.
2539
6e4d0bcb
KC
25402005-07-16 Kelley Cook <kcook@gcc.gnu.org>
2541
2542 * all files: Update FSF address.
2543
49f58d10
JB
25442005-07-14 Jim Blandy <jimb@redhat.com>
2545
2546 * configure.in: Add cases for Renesas m32c.
2547 * configure: Regenerated.
0e7ef45c 2548
1d9c9cd7
KC
25492005-07-14 Kelley Cook <kcook@gcc.gnu.org>
2550
2551 * COPYING, compile, config-ml.in, config.guess,
2552 config.sub, install-sh, missing, mkinstalldirs,
2553 symlink-tree, ylwrap: Sync from upstream sources.
2554
1587117a
EC
25552005-07-13 Eric Christopher <echristo@redhat.com>
2556
2557 * configure.in: Add toplevel noconfigdir support for tpf.
2558 * configure: Regenerate.
2559
bb780410
DD
25602005-07-11 Jakub Jelinek <jakub@redhat.com>
2561
2562 * Makefile.def (target_modules): Add libssp.
2563 * configure.in (target_libraries): Add target-libssp.
2564 * configure: Rebuilt.
2565 * Makefile.in: Rebuilt.
2566
064d0a7c
PB
25672005-07-11 Paolo Bonzini <bonzini@gnu.org>
2568
2569 PR ada/22340
2570
2571 * Makefile.def: Sync with gcc.
2572 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
2573 * Makefile.in: Regenerate.
2574
b2edd3b5
AS
25752005-07-07 Andreas Schwab <schwab@suse.de>
2576
2577 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
2578 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
2579 * Makefile.in: Regenerated.
2580
5f128533
KH
25812005-07-07 Kazu Hirata <kazu@codesourcery.com>
2582
2583 * configure.in: Add --enable-libssp and --disable-libssp.
2584 * configure: Regenerate with autoconf-2.13.
2585
4e3fc8e5
GK
25862005-07-06 Geoffrey Keating <geoffk@apple.com>
2587
2588 * configure.in: Don't build sim or rda when targetting darwin.
2589 * configure: Regenerate.
2590
c7357d6a
BE
25912005-07-04 Ben Elliston <bje@gnu.org>
2592
2593 * src-release (do-proto-toplev): Remove dejagnu bits.
2594 (DEJAGNU_SUPPORT_DIRS): Remove.
2595 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
2596 (GDBD_SUPPORT_DIRS): Likewise.
2597 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
2598 (INSIGHTD_SUPPORT_DIRS): Likewise.
2599 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
2600
26012005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
2602
2603 * setup.com (mpw): Remove unused directive.
2604
7d329e61
PB
26052005-06-22 Paolo Bonzini <bonzini@gnu.org>
2606
2607 * Makefile.def (stagefeedback): Come after profile.
2608 Define profiledbootstrap target.
2609 * Makefile.tpl (profiledbootstrap): Remove.
2610 (stageprofile-end): Zap stagefeedback.
2611 (stagefeedback-start): Copy all .gcda files, not only GCC's.
2612 * Makefile.in: Regenerate.
2613
e5fbed21
DD
26142005-06-13 Zack Weinberg <zack@codesourcery.com>
2615
2616 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
2617 In 'cpp' stanza, support '#line' as well as '# '.
2618
59f7ec45
HPN
26192005-06-07 Hans-Peter Nilsson <hp@axis.com>
2620
2621 * configure.in (unsupported_languages): New macro.
2622 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
2623 non-ported target libraries in noconfigdirs.
2624 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
2625 non-linux-gnu. Remove libgcj_ex_libffi.
2626 <lang_frag loop>: Set add_this_lang=no if the language is in
2627 unsupported_languages.
2628 * configure: Regenerate.
2629
c10e9ba7
DD
26302005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
2631
2632 * configure.in: Fix typo in handling of --with-mpfr-dir.
2633 * configure: Regenerate.
2634
20deb2b8
JB
26352005-06-02 Jim Blandy <jimb@redhat.com>
2636
2637 * config.sub: Add cases for the Renesas m32c. (This patch has been
2638 accepted into the master sources.)
2639
cdb9b172 26402005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
2641 Michael Snyder <msnyder@redhat.com>
2642 Stan Cox <scox@redhat.com>
cdb9b172 2643
f7c83eac 2644 * configure.in: Set noconfigdirs for ms1.
cdb9b172 2645
f7c83eac 2646 * configure: Regenerate.
cdb9b172 2647
1dc3053f
PB
26482005-05-25 Paolo Bonzini <bonzini@gnu.org>
2649
2650 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
2651 (Dependencies): Consider target modules for bootstrap dependencies.
2652 Make target bootstrap modules depend on each stage's gcc.
2653 * Makefile.in: Regenerate.
2654
c60fe18b
PB
26552005-05-20 Paolo Bonzini <bonzini@gnu.org>
2656
2657 * Makefile.def (configure-gcc): Depend on binutils having been built.
2658 (all-gcc): No need to do it here.
2659 * Makefile.in: Regenerate.
2660
27258dd4
PB
26612005-05-19 Paul Brook <paul@codesourcery.com>
2662
0e7ef45c 2663 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
2664 language cannot be built.
2665 * configure: Regenerate.
2666
42ecbf5e
DJ
26672005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2668
2669 * ylwrap: Import from Automake 1.9.5.
2670
ae380b45
MS
26712005-05-04 Mike Stump <mrs@apple.com>
2672
2673 * configure.in: Always pass --target to target configures as
2674 otherwise rebuilds that do --recheck will fail.
811d3af8 2675 * configure: Rebuilt.
ae380b45 2676
d545f33b
PB
26772005-05-04 Paolo Bonzini <bonzini@gnu.org>
2678
2679 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
2680 STAGE_HOST_EXPORTS.
2681 (configure, all): Add bootstrap support.
2682 (Host modules, target modules): Pass post-stage1 flags and exports.
2683 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
2684 * Makefile.in: Regenerate.
2685
2faa2958
PB
26862005-04-29 Paolo Bonzini <bonzini@gnu.org>
2687
2688 Sync from gcc:
2689
2690 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
2691
f7c83eac 2692 * config.sub: Update from master copy.
2faa2958
PB
2693
2694 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
2695
f7c83eac
AS
2696 * configure.in <crisv32-*-*, cris-*-*>: New local variable
2697 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
2698 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
2699 "*-*-elf" and "*-*-linux*".
2700 * configure: Regenerate.
2faa2958 2701
a7254363
PB
27022005-04-06 Paolo Bonzini <bonzini@gnu.org>
2703
f7c83eac 2704 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
2705 (TARGET_CONFIGARGS): Include --with-target-subdir.
2706 (configure, all): New macros. Use them throughout.
2707
a8637a7d
PB
27082005-04-05 Paolo Bonzini <bonzini@gnu.org>
2709
2710 * Makefile.tpl: Sync with gcc.
2711 * Makefile.in: Regenerate.
2712
dd387d52
JR
27132005-03-30 J"orn Rennecke <joern.rennecke@st.com>
2714
2715 * config/mh-mingw32: Delete.
2716 * configure.in: Don't use it.
2717 * configure: Regenerate.
2718
e90269c8
PB
27192005-03-31 Paolo Bonzini <bonzini@gnu.org>
2720
2721 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
2722 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
2723 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
2724 (HOST_LIB_PATH): Generate from Makefile.def.
2725 (TARGET_LIB_PATH): Likewise.
2726 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
2727 * Makefile.in: Regenerate.
2728 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
2729 (RPATH_ENVVAR): Include Darwin case.
2730 * configure: Regenerate.
2731
9a237d9e
PB
27322005-03-25 Paolo Bonzini <bonzini@gnu.org>
2733
2734 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
2735 * configure: Regenerate.
2736
479759c8
ZW
27372005-03-21 Zack Weinberg <zack@codesourcery.com>
2738
2739 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
2740 gcc_version, and gcc_version_trigger from set of flags to pass.
2741 * Makefile.tpl: Remove definitions of above variables.
2742 (config.status): Remove dependency on $(gcc_version_trigger).
2743 * Makefile.in: Regenerate.
2744 * configure.in: Do not reference config/gcc-version.m4 nor
2745 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
2746 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
2747 * configure: Regenerate.
2748
4cfaf6d5
DD
27492005-03-16 Manfred Hollstein <manfred.h@gmx.net>
2750 Andrew Pinski <pinskia@physics.uc.edu>
2751
2752 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2753 * Makefile.in: Regenerate.
2754
33a3fb7b
AO
27552005-03-01 Alexandre Oliva <aoliva@redhat.com>
2756
2757 PR libgcj/20160
2758 * ltmain.sh: Avoid creating archives with components that have
2759 duplicate basenames.
2760
2da12f12
PB
27612005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
2762
479759c8
ZW
2763 PR bootstrap/20250
2764 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
2765 instead of check.
2766 * Makefile.in: Regenerate.
2da12f12 2767
b00612cc
PB
27682005-02-28 Paolo Bonzini <bonzini@gnu.org>
2769
2770 Sync from gcc.
2771
2772 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
2773
2774 PR bootstrap/17383
2775 * Makefile.def (target_modules): Remove "stage", now unnecessary.
2776 * Makefile.tpl (HOST_SUBDIR): New substitution.
2777 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
2778 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2779 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
2780 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
2781 (Host modules, Bootstrapped modules): Use it.
2782 (Build modules, Target modules): Do not create symlink trees,
2783 always configure out-of-srcdir.
2784 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
2785 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
2786 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
2787 $(HOST_SUBDIR). Create a symlink for host_subdir.
2788
2789 * Makefile.in: Regenerate.
2790 * configure: Regenerate.
2791
2792 Merged from libada-gnattools-branch:
2793 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
2794
2795 * Makefile.def: Add gnattools as a module, depending on target-libada.
2796 * Makefile.in: Regenerate.
2797 * configure.in: Include gnattools in host_tools; disable it if ada
2798 is disabled.
2799 * configure: Regenerate.
2800
c3e65f62
NC
28012005-02-23 Nick Clifton <nickc@redhat.com>
2802
2803 * configure: Regenerate.
2804
e4d180c2
NC
28052005-02-22 Paul Schlie <schlie@comcast.net>
2806
2807 * configure.in: Allow darwin targeted ports to build tk, itcl and
2808 libgui.
2809
e3c770b1
EB
28102005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2811
2812 PR libgcj/10353
2813 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2814 * configure: Regenerate.
2815
9c73618c
AC
28162005-02-08 Andrew Cagney <cagney@gnu.org>
2817
2818 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
2819 gdb/ section. Update GDB's URL.
2820
c46f8c51
AC
28212005-01-31 Andrew Cagney <cagney@gnu.org>
2822
2823 * gettext.m4: Only set ENABLE_NLS when gettext is present.
2824
c7e66c6d
HPN
28252005-01-29 Hans-Peter Nilsson <hp@axis.com>
2826
2827 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
2828 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
2829 target-libgloss when not *-*-elf and *-*-aout.
2830 * configure: Regenerate.
2831
a53bf506
AC
28322005-01-27 Andrew Cagney <cagney@gnu.org>
2833
2834 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
2835
45181ed1
AC
28362005-01-24 Andrew Cagney <cagney@gnu.org>
2837
2838 * gettext.m4: Only fall back to ../intl/ when it's present.
2839
a1e0f4e4
KC
28402005-01-17 Kelley Cook <kcook@gcc.gnu.org>
2841
2842 * install-sh, config.sub: Import from upstream.
2843
28442005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
2845
2846 PR bootstrap/18222
2847 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
2848 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2849 * Makefile.in: Regenerate.
2850
c50382e2
PB
28512005-01-03 Paolo Bonzini <bonzini@gnu.org>
2852
2853 Revert 2004-12-28 Makefile changes, a better fix will be
2854 applied to mainline and src after GCC 4.0 branches.
2855
11d07737
PB
28562004-12-28 Paolo Bonzini <bonzini@gnu.org>
2857
2858 PR bootstrap/17383
2859
2860 * Makefile.def (target_modules): Remove stage parameter,
2861 it is always true now.
2862 * Makefile.tpl (configure-build-[+module+],
2863 configure-target-[+module+]): Always build symlink tree
2864 for the directory and for include. BUILD_SUBDIR and
2865 TARGET_SUBDIR cannot be . anymore.
2866 * Makefile.in: Regenerate.
2867
dadfdbe2
DD
28682004-12-25 David Edelsohn <edelsohn@gnu.org>
2869
2870 Revert 2004-12-08 Makefile changes.
2871
dbf85af7
JR
28722004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
2873
2874 * configure.in (sh64-*-*): Reenable gprof.
2875 * configure: Regenerate.
2876
6b8fea99
JB
28772004-12-09 Jim Blandy <jimb@redhat.com>
2878
2879 * MAINTAINERS: List 'depcomp' as part of automake.
2880
7341462c
DE
28812004-12-08 David Edelsohn <edelsohn@gnu.org>
2882
2883 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2884 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2885 (EXTRA_TARGET_FLAGS): Add PICFLAG.
2886 * Makefile.in: Regenerate.
2887
21fde4dc
DD
28882004-12-07 Matt Kraai <kraai@ftbfs.org>
2889
2890 * Makefile.tpl: Generate normal dependencies if the LHS module is
2891 not bootstrapped.
2892 * Makefile.in: Regenerate.
2893
3da796a2
RS
28942004-12-03 Richard Sandiford <rsandifo@redhat.com>
2895
2896 * configure.in: Include config/gxx-include-dir.m4. Use
2897 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
2898 * configure: Regenerate.
2899
73fb7068
RS
29002004-12-03 Richard Sandiford <rsandifo@redhat.com>
2901
2902 * config.if: Delete.
2903 * configure.in: Set libstdcxx_incdir directly.
2904 * configure: Regenerate.
2905 * MAINTAINERS: Remove mention of config.if.
2906 * src-release (DEVO_SUPPORT): Remove config.if.
2907
6c8e6ce9
EC
29082004-12-02 Eric Christopher <echristo@redhat.com>
2909
3b6098f8
EC
2910 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
2911 of things to remove.
6c8e6ce9 2912 * Makefile.in: Regenerate.
479759c8 2913
b8658a2f
RS
29142004-12-02 Richard Sandiford <rsandifo@redhat.com>
2915
2916 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
2917 * configure: Regenerate.
2918
afefada0
RS
29192004-12-02 Richard Sandiford <rsandifo@redhat.com>
2920
2921 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
2922 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
2923 * configure: Regenerate.
2924
5dcac624
DA
29252004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2926
2927 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2928 (hppa*64*-*-*): Delete incorrect comment.
2929 * configure: Rebuilt.
2930
57d1eb1a
DD
29312004-11-15 Kelley Cook <kcook@gcc.gnu.org>
2932
2933 * install-sh, compile: Import from automake.
2934
29352004-11-15 Kelley Cook <kcook@gcc.gnu.org>
2936
2937 * config.guess, config.sub: Import from savannnah.
2938
6d389afc
MS
29392004-11-12 Mike Stump <mrs@apple.com>
2940
2941 * Makefile.def: Add html support.
2942 * Makefile.tpl: Likewise.
2943 * Makefile.in: Regenerate.
2944
69e57115
GK
29452004-11-11 Geoffrey Keating <geoffk@apple.com>
2946
2947 PR 18423
2948 * configure.in: Remove all instances of build-fixincludes from
2949 noconfigdirs.
2950 (build_configargs): Supply --target to subdirectories.
2951 * configure: Regenerate.
2952
2953 * Makefile.def: Make gcc install depend on fixincludes install.
2954 * Makefile.in: Regenerate.
2955
ba719b26
HPN
29562004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
2957
2958 * configure.in (noconfigdirs) [mmix-*-*]: Disable
2959 target-libgfortran.
2960 * configure: Regenerate.
2961
c37653e7
DE
29622004-11-07 David Edelsohn <edelsohn@gnu.org>
2963
2964 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2965 like CC.
2966
1eefd493
PB
29672004-11-05 Paolo Bonzini <bonzini@gnu.org>
2968
2969 * Makefile.def (host fixincludes): Specify missing targets.
2970 * Makefile.in: Regenerate.
2971
02b1af09
L
29722004-11-04 H.J. Lu <hongjiu.lu@intel.com>
2973
2974 PR other/17783
2975 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2976 * configure: Regenerated.
2977
7f266840
DJ
29782004-11-04 Daniel Jacobowitz <dan@debian.org>
2979
2980 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2981 * configure: Regenerated.
2982
47444073
AL
29832004-10-28 Eric B. Weddington <ericw@evcohs.com>
2984
2985 PR target/18151
2986 * configure.in (case ${target}): Do not build fixincludes for avr.
2987 * configure: Regenerated.
2988
caeba88f
AL
29892004-10-26 Paolo Bonzini <bonzini@gnu.org>
2990
2991 * configure.in (case ${target}): Do not build fixincludes
2992 on platforms where it is not used.
2993 * configure: Regenerated.
2994
0fdbe983
DJ
29952004-10-23 Daniel Jacobowitz <dan@debian.org>
2996
2997 * configure.in: Use an absolute path to install-sh.
2998 * configure: Regenerated.
2999
1c0f67c1
AC
30002004-10-19 Andrew Cagney <cagney@gnu.org>
3001
3002 * src-release (do-djunpack, do-md5sum): Install the generated file
3003 directly into the proto-toplev/ directory.
479759c8 3004
a9cfce9c
AC
30052004-10-19 Andrew Cagney <cagney@gnu.org>
3006
3007 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
3008
ac0fa625
DD
30092004-10-12 Kelley Cook <kcook@gcc.gnu.org>
3010
3011 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3012 * configure: Regenerate.
3013
d27cc32e
PB
30142004-10-06 Paolo Bonzini <bonzini@gnu.org>
3015
3016 Fix wrong conflict resolution in:
3017
3018 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3019
3020 * Makefile.in: Regenerate.
3021 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3022 in the recursive `make', instead of hardwiring `all'.
3023 (Autogenerated TARGET-* variables): New.
3024
1763908f
UW
30252004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3026
3027 Merged from GCC / libtool upstream:
3028 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
3029 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3030 * ltcf-cxx.sh (tpf*): Likewise.
3031 * ltconfig (tpf*): Add TPF OS configuration support.
3032
0490e016
NC
30332004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
3034
3035 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 3036 * configure: Regenerate.
0490e016 3037
32be62b5
RS
30382004-09-24 Michael Roth <mroth@nessie.de>
3039
3040 * configure.in (--without-headers): Add missing double quotes.
3041 * configure: Regenerate.
3042
6048df60
DD
30432004-09-24 Kelley Cook <kcook@gcc.gnu.org>
3044
3045 * ylwrap: Revert to previous version.
3046
315b3b02
L
30472004-09-23 H.J. Lu <hongjiu.lu@intel.com>
3048
6048df60 3049 PR bootstrap/17369
315b3b02
L
3050 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3051 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3052 SET_GCC_LIB_PATH_CMD.
3053 (BASE_TARGET_EXPORTS): Likewise.
3054 * Makefile.in: Regenerated.
3055
3056 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3057 * configure: Regenerated.
3058
fe69863c
DD
30592004-09-23 Kelley Cook <kcook@gcc.gnu.org>
3060
3061 * config.guess: New upstream version
3062 * compile, depcomp, install-sh, ylwrap: Likewise.
3063
30642004-09-19 Roger Sayle <roger@eyesopen.com>
3065
3066 * config/mh-x86omitfp: New host makefile fragment. Add
3067 -fomit-frame-pointer to the default BOOT_CFLAGS.
3068 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3069 * configure: Regenerate.
3070
30712004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
3072
3073 PR target/11572
3074 * configure.in (*-*-darwin*): Renable libobjc.
3075 * configure: Regenerate.
3076
be75bbe1 30772004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 3078
be75bbe1
DB
3079 * Makefile.def: Remove libbanshee.
3080 * Makefile.tpl: Ditto.
3081 * configure.in: Ditto.
3082 * Makefile.in: Regen.
3083 * configure: Ditto.
3084
1b882a91
PB
30852004-09-07 Paolo Bonzini <bonzini@gnu.org>
3086
3087 * missing: Import latest version from master repository.
3088
eb1352ed
NC
30892004-09-04 Nick Clifton <nickc@redhat.com>
3090
3091 * config.sub: Import latest version from master repository.
3092 * config.guess: Likewise.
3093 This includes these changes:
479759c8 3094
eb1352ed
NC
3095 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
3096
3097 * config.sub: Handle crisv32, alias etraxfs.
3098 * config.guess (crisv32:Linux:*:*): Handle.
3099
3100 2004-08-13 Brad Smith <brad@comstyle.com>
3101
3102 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3103 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3104
3105 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
3106
3107 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3108 assume the processor is a powerpc. This is because coreutils
3109 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3110 in this case, due to a MacOS X bug that causes
3111 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3112 to return a negative number.
3113 Problem reported by Petter Reinholdtsen in:
3114 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3115
3116 2004-07-19 Ben Elliston <bje@gnu.org>
3117
3118 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3119
3120 2004-06-24 Ben Elliston <bje@gnu.org>
3121
3122 * config.guess: Update copyright years.
3123 * config.sub: Likewise.
3124
3125 2004-06-22 Robert Millan <robertmh@gnu.org>
3126
3127 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3128 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3129
3130 2004-06-22 Stanley F. Quayle <stan@stanq.com>
3131
3132 * config.guess (*:*VMS:*:*): New entry. Replaces
3133 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3134 manufacturer.
3135
3136 2004-06-22 Ben Elliston <bje@gnu.org>
3137
3138 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3139 * config.sub: Likewise.
3140
3141 2004-06-22 Ben Elliston <bje@gnu.org>
3142
3143 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3144 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3145
3146 2004-06-11 Ben Elliston <bje@gnu.org>
3147
3148 * config.guess (pegasos:OpenBSD:*:*): Remove.
3149
3150 2004-06-11 Ben Elliston <bje@gnu.org>
3151
3152 From Wouter Verhelst <wouter@grep.be>:
3153 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3154
3155 2004-06-11 Ben Elliston <bje@gnu.org>
3156
3157 * config.guess (luna88k:OpenBSD:*:*): New.
3158
3159 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3160
3161 * config.guess (m32r*:Linux:*:*): New case.
3162 * config.sub: Handle m32rle.
3163
3164 2004-03-12 Ben Elliston <bje@wasabisystems.com>
3165
3166 From Jens Petersen <petersen@redhat.com>:
3167 * config.sub: Handle sparcv8.
3168
3169 2004-03-03 Ben Elliston <bje@wasabisystems.com>
3170
3171 From Tom Smith <smith@cag.lkg.hp.com>:
3172 * config.guess: Version suffixes are equally significant on Tru64
3173 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
3174 prefix of "P" (patched kernel).
3175
3176 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
3177
3178 * config.sub: Add support for National Semiconductor CRX target.
3179
2a3124ca 31802004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 3181
2a3124ca
RH
3182 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3183 *-*-netware, but add target-libmudflap.
3184 Consolidate *-*-netware targets (of which really only i?86 exists)
3185 into a single entry.
3186 * configure: Likewise.
3187
0df3d27f
PB
31882004-09-01 Paolo Bonzini <bonzini@gnu.org>
3189
3190 * Makefile.tpl (sorry): Remove.
3191 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3192 (cleanstrap targets): Depend on distclean, not distclean-stage1.
3193 (do-clean): Clean per-stage directories too.
3194 (do-distclean): Run distclean-stage1 too.
3195 (.NOTPARALLEL): Enable during toplevel bootstrap.
3196 (stage[+id+]-bubble): Enable parallel execution during
3197 the recursive invocation.
3198 * Makefile.in: Regenerate.
3199
3200 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
3201
3202 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
3203
3204 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3205 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3206 * configure: regenerate
479759c8
ZW
3207 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3208 -mdynamic-no-pic
0df3d27f
PB
3209
32102004-08-31 Paolo Bonzini <bonzini@gnu.org>
3211
3212 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3213 include.
3214 * configure.in: Fix indentation.
3215 * configure: Regenerate.
3216
ee025550
PB
32172004-08-31 Paolo Bonzini <bonzini@gnu.org>
3218
3219 * Makefile.def (build_modules): Add fixincludes.
3220 (dependencies): Make gcc depend on fixincludes.
3221 * configure.in (build_tools): Add fixincludes.
3222 (build_configdirs): Always include build_libs.
3223 * Makefile.in: Regenerate.
3224 * configure: Regenerate.
3225
32262004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
3227
3228 * Makefile.def (bootstrap stages): Add 'lean' parameter.
3229 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3230 phony targets; do not generate timestamp files.
3231 (distclean-stageN): Remove references to their timestamp files.
3232 (restageN, touch-stageN): Remove.
3233 (stageN-bubble): Rewritten.
3234 (compare): Support lean bootstraps.
3235 * Makefile.in: Regenerate.
3236
3237 * configure.in: Only warn when bootstrapping but
3238 build != host or build != target. Support lean bootstraps.
3239 * configure: Regenerate.
3240
3241 Sync from gcc:
3242 2004-08-26 Phil Edwards <phil@codesourcery.com>
3243
3244 * configure.in: Give a better error message if GMP/MPFR are missing
3245 and a language needing them has been requested.
3246 * configure: Regenerated.
3247
3248 2004-08-25 Phil Edwards <phil@codesourcery.com>
3249
3250 * configure.in: Print a list of available language front-ends if
3251 a requested one is missing. Tidy stray tab characters.
3252 * configure: Regenerated.
3253
72b2455a
PB
32542004-08-17 Paolo Bonzini <bonzini@gnu.org>
3255
3256 * Makefile.in: Regenerate.
3257 * configure: Regenerate.
3258
3259 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3260 stage_*_flags.
3261 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3262 for bootstrapped modules if toplevel bootstrap is going.
3263 (GCC bootstrap): Generate per-stage targets for all bootstrapped
3264 modules. Adjust for changes in Makefile.def. Enable several
3265 rules even in non-bootstrap mode, just to avoid peppering the
3266 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3267 (stage-[+prev+]-bubble): Remove.
3268
3269 * Makefile.def (Dependencies): Depend on all-build-bison,
3270 all-build-flex, all-build-byacc, all-build-texinfo, rather
3271 than the host variations.
3272 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
3273 with BUILD_SUBDIR.
3274 (BISON): Update for recent Bisons.
3275 (YACC): Fix typo.
3276 (cross): Depend on all-build.
3277 (all): Do not depend on all-build.
3278 (prebootstrap): Remove.
3279 (dep-kind): Accept separate prefixes for MODULE and ON variables.
3280 (Prebootstrap dependencies): Add them to the per-stage targets
3281 and to all-prebootstrap.
3282 * configure.in (build_configdirs): Always enable build_tools.
3283 (BUILD_DIR_PREFIX): Remove.
3284
3285 * Makefile.def (gcc): Add target variable.
3286 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3287 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3288 in the recursive `make', instead of hardwiring `all'.
3289 (Autogenerated TARGET-* variables): New.
3290
de0b4a87
JW
32912004-08-17 Robert Millan <robertmh@gnu.org>
3292
3293 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3294 (instead of FreeBSD).
3295 * configure: Regenerate.
3296
ad681c85
NN
32972004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
3298
675c6968
NN
3299 * Makefile.def, configure.in, src-release: Remove useless, bogus
3300 references to tix.
3301 * Makefile.in, configure: Regenerate.
3302
ad681c85
NN
3303 * src-release: Stop distributing mmalloc with gdb (which doesn't
3304 use it).
3305 * Makefile.def: GDB doesn't depend on mmalloc anymore.
3306 * Makefile.in: Regenerate.
3307
11b04d1f
DD
33082004-08-09 Mark Mitchell <mark@codesourcery.com>
3309
3310 * configure.in (arm*-*-eabi*): New target.
3311 * configure: Regenerate.
3312
f2420bea
NN
33132004-08-01 Robert Millan <robertmh@gnu.org>
3314
3315 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3316 libmudflap for all GNU-based systems (with Glibc).
3317 * configure: Regenerate.
3318
9e6ce191
PB
33192004-08-06 Paolo Bonzini <bonzini@gnu.org>
3320
3321 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3322 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3323 (Dependencies): New section.
3324 * Makefile.tpl (Dependencies): Generate from Makefile.def.
3325 (configure-target-[+module+]): Depend on maybe-all-gcc
3326 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
3327 (toplevel profiledbootstrap): Fix dependencies.
3328 * Makefile.in: Regenerate.
3329
df4a6958
MM
33302004-08-03 Mark Mitchell <mark@codesourcery.com>
3331
3332 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3333 target-libiberty to noconfigdirs.
3334
11b04d1f
DD
33352004-08-03 Paul Brook <paul@codesourcery.com>
3336
3337 * configure.in: Check for MPFR as well as GMP.
3338 * configure: Regenerate.
3339
b813574b
PB
33402004-08-03 Paolo Bonzini <bonzini@gnu.org>
3341
3342 * Makefile.def (host-modules): Add gcc.
3343 * Makefile.in: Regenerate.
3344 * Makefile.tpl (sorry): New rule.
3345 (configure-host, all-host, [+make_target+]-host, do-check,
3346 install-host): Do not add gcc as a special case.
3347 (host modules): Add a small special-casing for gcc. Export
3348 extra_make_flags through the environment.
3349 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3350 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3351 other recursive targets for gcc): Remove.
3352
3353 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3354 (stage, unstage): New rules.
3355 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3356 distclean-stage[+id+]): Use stage_current.
3357 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3358 the stage*-start rules.
3359
61edac0c
JW
33602004-07-19 Robert Millan <robertmh@gnu.org>
3361
3362 Synced from gcc:
3363
3364 2004-04-26 Robert Millan <robertmh@gnu.org>
3365
3366 Add patches from libtool CVS.
3367 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
3368 * ltconfig: Likewise.
3369 * ltcf-c.sh: Likewise.
3370 * ltcf-cxx.sh: Likewise.
3371 * ltcf-gcj.sh: Likewise.
3372
3e707e94
PB
33732004-07-12 Paolo Bonzini <bonzini@gnu.org>
3374
3375 * configure.in: Add noconfigdirs for crx-*-*.
3376 * configure: Regenerate.
3377
33782004-07-12 Paolo Bonzini <bonzini@gnu.org>
3379
3380 Synced from gcc:
3381
3382 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
3383
3384 * configure.in: Build libmudflap by default on FreeBSD.
3385 * configure: Regenerated.
3386
3387 2004-07-09 Mark Mitchell <mark@codesourcery.com>
3388
3389 * configure.in: Do not build libmudflap by default on non-GNU/Linux
3390 systems.
3391 * configure: Regenerated.
3392
3393 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3394
3395 PR target/16344
3396 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
3397 feedback based compiler.
3398 * Makefile.in: Rebuilt.
3399
3400 2004-07-05 Phil Edwards <phil@codesourcery.com>
3401
3402 * configure.in: Do not prepend $srcdir to /dev/null in
3403 makefile fragments.
3404 * configure: Regenerate.
3405
a7ee7660
AO
34062004-07-08 Alexandre Oliva <aoliva@redhat.com>
3407
3408 * Makefile.def (host_modules): Set bootstrap=true for flex.
3409 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
3410 * Makefile.in: Rebuilt.
3411
6a9cf61e
PB
34122004-07-01 Paolo Bonzini <bonzini@gnu.org>
3413
3414 * Makefile.def (build_modules): Add bison, byacc, flex,
3415 m4, texinfo.
3416 (flags_to_pass): Add FLEX.
3417 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
3418 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
3419 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
3420 DEFAULT_MAKEINFO): Remove.
3421 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
3422 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
3423 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
3424 objdir or else use configured tool.
3425 (all-build): New.
3426 (all): Depend on it.
3427 (Build module dependencies): Add.
3428 * Makefile.in: Regenerate.
3429 * configure.in: Better support for multiple build modules,
3430 matching what is done for host/target modules. Do not look
3431 for "plausible" locations of build tools if Canadian cross.
3432 Use autoconf's AC_PROG_CC to find a C compiler. Define
3433 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
3434 * configure: Regenerate.
3435
95b6a1f2
PB
34362004-06-22 Paolo Bonzini <bonzini@gnu.org>
3437
3438 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
3439 * Makefile.in: Regenerate.
3440
7ffa0b57
PB
34412004-06-22 Paolo Bonzini <bonzini@gnu.org>
3442
3443 * Makefile.tpl (configure-build-[+module+],
3444 configure-[+module+], configure-target-[+module+]): Pass
3445 [+extra_configure_args+].
3446 (all-build-[+module+], all-[+module+], check-[+module+],
3447 install-[+module+], [+make_target+]-[+module+],
3448 all-target-[+module+], check-target-[+module+],
3449 install-target-[+module+], [+make_target+]-target-[+module+]):
3450 Pass [+extra_make_args+].
3451 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
3452 (GCC_HOST_EXPORTS): Remove.
3453 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
3454 cross, check-gcc, check-gcc-c++, install-gcc,
3455 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
3456 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
3457 * Makefile.in: Regenerate.
3458
929ba6e7
CF
34592004-06-21 Christopher Faylor <cgf@alum.bu.edu>
3460
3461 * configure.in: Check for srcdir/winsup rather than build directory
3462 winsup.
3463 * configure: Regenerate.
3464
b76d7de0
CV
34652004-06-17 Corinna Vinschen <vinschen@redhat.com>
3466
3467 * configure.in: Don't build Cygwin native newlib if winsup
3468 directory is missing. Emit warning instead.
3469 * configure: Regenerate.
3470
656fdd47
PB
34712004-06-09 Paolo Bonzini <bonzini@gnu.org>
3472
3473 * Makefile.tpl (touch-stage[+id+]): New.
3474 (restage[+prev+]): Depend on touch-stage[+id+].
3475
3476 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
3477 Use it throughout.
3478
3479 * Makefile.def: Add profile and feedback bootstrap stages.
3480 Remove next field from bootstrap stages.
3481 * Makefile.tpl (LN, LN_S): Substitute.
3482 (stageN-start, stageN-end): Use double-colon rules, to
3483 provide a hook for additional setup commands.
3484 (distclean-stageN-gcc, restageN): Create dependencies from
3485 [+prev+], not from [+next+].
3486 (stageN-bubble): Add commands for successive stages from
3487 [+prev+], using double-colon rules.
3488 (all-stageN-gcc): Fix typo.
3489 (stagefeedback-start, profiledbootstrap): New.
3490 * Makefile.in: Regenerate.
3491 * configure.in: Call ACX_PROG_LN.
3492 * configure: Regenerate.
3493
498d4a71
CF
34942004-06-03 Paolo Bonzini <bonzini@gnu.org>
3495
3496 * configure.in: Fix --enable-bootstrap breakage introduced in trees
3497 without gcc.
3498 * configure: Regenerate.
3499
377d8c42
PB
35002004-06-01 Paolo Bonzini <bonzini@gnu.org>
3501
3502 * Makefile.tpl: Fix typo.
3503 * Makefile.in: Regenerate.
3504
f5f8a794
PB
35052004-06-01 Paolo Bonzini <bonzini@gnu.org>
3506
3507 * configure.in: Remove new- prefix from toplevel
3508 bootstrap targets.
3509 * configure: Regenerate.
3510
f7a4c34f
PB
35112004-06-01 Paolo Bonzini <bonzini@gnu.org>
3512
3513 Merge this patch from the gcc tree:
3514
3515 2004-05-30 Andreas Jaeger <aj@suse.de>
3516 Jim Wilson <wilson@specifixinc.com>
3517
3518 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
3519 like CC.
3520
319cab08
PB
35212004-06-01 Paolo Bonzini <bonzini@gnu.org>
3522
3523 * Makefile.tpl (all.normal): Rename to all.
3524 (all): Replace with a rule to pick the default
3525 target from configure.
3526 (all-gcc, configure-gcc): Use conditionals to
3527 do nothing when toplevel bootstrap is going on.
3528 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
3529 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
3530 * configure.in: Support --enable-bootstrap.
3531
3532 * Makefile.def: Remove new- prefix from toplevel
3533 bootstrap targets.
3534 * Makefile.tpl: Likewise.
3535
3536 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
3537 target.
3538
3539 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
3540 $(RECURSE_FLAGS) to recursive invocation of make.
3541
3542 * Makefile.in: Regenerate.
3543 * configure: Regenerate.
3544
88f64edc
DJ
35452004-05-27 Daniel Jacobowitz <dan@debian.org>
3546
3547 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
3548 * configure: Regenerate.
3549
378fce5b
DD
35502004-05-25 Daniel Jacobowitz <drow@false.org>
3551
3552 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
3553 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
3554 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
3555 targets.
3556 * Makefile.in: Regenerate.
3557
dfdffa2c
PB
35582005-05-24 Paolo Bonzini <bonzini@gnu.org>
3559
3560 * configure.in: Test the ability to symlink directories.
3561 * configure: Regenerate.
3562
3563 * Makefile.def (bootstrap-stage): New definitions.
3564 * Makefile.tpl (configure-stage1-gcc,
3565 configure-stage2-gcc, configure-stage3-gcc,
3566 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
3567 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
3568 new-restage3, compare): Autogenerate, see Makefile.in
3569 entry for behavioral changes.
3570 (distclean-stage1, new-stage1-start, new-stage1-end,
3571 new-stage1-bubble, distclean-stage2, new-stage2-start,
3572 new-stage2-end, new-stage2-bubble, distclean-stage3,
3573 new-stage3-start, new-stage3-end): New autogenerated targets.
3574 (objext, prebootstrap, BOOT_CFLAGS,
3575 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
3576 targets.
3577
3578 * Makefile.in: Regenerate.
3579 (distclean-stage1, new-stage1-start, new-stage1-end,
3580 new-stage1-bubble, distclean-stage2, new-stage2-start,
3581 new-stage2-end, new-stage2-bubble, distclean-stage3,
3582 new-stage3-start, new-stage3-end): New targets.
3583 (all-stage1-gcc): Move prebootstrap dependency from here...
3584 (configure-stage1-gcc): ...to here.
3585 (new-bootstrap): Use bubble targets.
3586 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3587 Use per-stage distclean targets.
3588 (configure-stage1-gcc, configure-stage2-gcc,
3589 configure-stage3-gcc, all-stage1-gcc,
3590 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
3591 Use new-stageN-start to prepare the tree.
3592
04cf1b77
PB
35932004-05-23 Paolo Bonzini <bonzini@gnu.org>
3594
3595 * Makefile.def (host_modules): add libcpp.
3596 * Makefile.tpl: Add dependencies on and for libcpp.
3597 * Makefile.in: Regenerate.
3598 * configure.in: Add libcpp host module.
3599 * configure: Regenerate.
3600
80b200a1
ZW
36012004-05-17 Zack Weinberg <zack@codesourcery.com>
3602
3603 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
3604 of libf2c.
3605 * configure, Makefile.in: Regenerate.
3606
4b1cb4fe
DD
36072004-05-13 Diego Novillo <dnovillo@redhat.com>
3608
3609 Merge from tree-ssa-20020619-branch.
3610
3611 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
3612 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
3613 (HOST_GMPLIBS): Define.
3614 (HOST_GMPINC): Define.
3615 (TARGET_LIB_PATH): Add libmudflap.
3616 (GFORTRAN_FOR_TARGET): Define.
3617 (configure-build*): Export GFORTRAN.
3618 (configure-gcc): Export GMPLIBS and GMPINC.
3619 (all-gcc): Add maybe-all-libbanshee.
3620 (configure-target-libgfortran): Define.
3621 * Makefile.in: Regenerate.
3622 * configure.in (host_libs): Add libbanshee.
3623 (target_libraries): Add target-libmudflap and target-libgfortran.
3624 Add --with-libbanshee.
3625 Handle --disable-libmudflap.
3626 (*-*-freebsd*): Use with_gmp.
3627 Add $(libgcj) to noconfigdirs.
3628 * configure: Regenerate.
3629 * depcomp: New file.
3630 * MAINTAINERS: Add tree-ssa maintainers.
3631
36322004-04-28 Paolo Bonzini <bonzini@gnu.org>
3633
3634 * config/acx.m4: Fix fastcompare support for new-bootstrap.
3635 * configure: Regenerate.
3636
b8908782
DD
36372004-04-27 Paolo Bonzini <bonzini@gnu.org>
3638
3639 Revert:
3640 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
3641
3642 * Makefile.def (flags_to_pass): Remove *dir variables that
3643 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3644 as well as prefix and exec_prefix.
3645 * Makefile.in: Regenerate.
3646
36472004-04-26 Paolo Bonzini <bonzini@gnu.org>
3648
3649 * Makefile.def (host_modules): Mark with the bootstrap
3650 flag packages on which gcc depends.
3651 * Makefile.tpl (all-bootstrap): Use it.
3652 * Makefile.in: Regenerate.
3653
36542004-04-26 Paolo Bonzini <bonzini@gnu.org>
3655
3656 * Makefile.def (flags_to_pass): Remove *dir variables that
3657 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3658 as well as prefix and exec_prefix.
3659 * Makefile.in: Regenerate.
3660
36612004-04-26 Paolo Bonzini <bonzini@gnu.org>
3662
80b200a1
ZW
3663 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
3664 * configure: Regenerate.
3665 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
3666 * gcc/Makefile.tpl (compare): Use the result of the test.
3667 * gcc/Makefile.in: Regenerate.
b8908782
DD
3668
36692004-04-23 Paolo Bonzini <bonzini@gnu.org>
3670
3671 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
3672 Always relocate gcc and prev-gcc to the original names, even
3673 if the build fails.
3674 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3675 New targets.
3676
0f260896
RO
36772004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3678
3679 * configure.in (mips*-*-irix5*): Enable ld.
3680 * configure: Regenerate.
3681
51860f05
JW
36822004-04-15 James E Wilson <wilson@specifixinc.com>
3683
3684 * Makefile.tpl (configure-[+module+], configure-gcc,
3685 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
3686 Set and export LDFLAGS.
3687 * Makefile.in: Regenerate.
3688
54752a6b
NN
36892004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
3690
3691 PR bootstrap/14871
3692 * Makefile.tpl: If we don't have built-in-tree target tools,
3693 use the ones found by configure rather than hacking around with
3694 program_transform_name.
3695 * configure.in: Give Makefile.tpl the information necessary
3696 to do that.
3697 * Makefile.in: Regenerate.
3698 * configure: Regenerate.
3699
37002004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
3701
3702 PR bootstrap/14760
3703 * configure.in: When computing baseargs, strip *all* copies of
3704 offending options. Also, don't match/substitute the trailing space,
3705 so that this actually works when two similar options are separated by
3706 only one space.
3707 * configure: Regenerate.
3708
37092004-04-06 David Edelsohn <edelsohn@gnu.org>
3710
80b200a1
ZW
3711 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
3712 (rs6000-*-aix*): Same.
3713 * configure: Regenerate.
54752a6b 3714
5e2b61fb
SS
37152004-03-25 Stan Shebs <shebs@apple.com>
3716
3717 Remove MPW support, no longer used.
3718 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
3719 mpw-install: Remove files.
3720 * src-release (DEVO_SUPPORT): Remove names of removed files.
3721 * MAINTAINERS: Likewise.
3722
1a6f2dc7
NN
37232004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
3724
a0049f1b
NN
3725 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
3726 STRICT_WARN, WARN_CFLAGS flags passed down to make.
3727 * Makefile.in: Regenerate.
3728
1a6f2dc7
NN
3729 * configure.in (top level bootstrap support): Rework --enable-werror
3730 to set @stage2_werror_flag@.
3731 * configure: Regenerate.
3732 * Makefile.tpl (top level bootstrap support): Pass
3733 @stage2_werror_flag@ down to configure in stages 2 and 3.
3734 * Makefile.in: Regenerate.
3735
920e3419
NN
37362004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
3737
3738 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
3739 for stages 2 and 3 as well as in make. As a consequence, remove
3740 OUTPUT_OPTION (now detected by configure) from the flags passed down
3741 to make.
3742 * Makefile.in: Regenerate.
3743
3744 * Makefile.tpl (new-bootstrap): Fix typo.
3745 * Makefile.in: Regenerate.
3746
4fa63067
NN
37472004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
3748
3749 * Makefile.tpl: Rearrange by moving recursive_targets rules
3750 into their proper sections.
3751 * Makefile.tpl (top level bootstrap support): Move disabling
3752 of coverage flags from 'make' to 'configure'; improve comments.
3753 * Makefile.in: Regenerate.
3754
3755 * Makefile.tpl (experimental top level bootstrap) Move stage1
3756 language setting from all- target to configure- target; disable
3757 intermodule optimization in stage 1; prevent gratuitous rebuilds
3758 of stage 1.
3759 * Makefile.in: Regenerate.
3760 * configure.in: Comma-separate stage 1 language list for top
3761 level bootstrap.
3762 * configure: Regenerate.
3763
3764 * Makefile.tpl: Clean up experimental top level bootstrap support:
3765 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
3766 prev-gcc in configure- targets as well as all- targets.
3767 * Makefile.in: Regenerate.
3768
fb8a10fd
NN
37692004-03-17 Paolo Bonzini <bonzini@gnu.org>
3770
3771 * configure.in: Remove symbolic link section.
3772 * configure: Regenerate.
3773 * Makefile.tpl (links): Remove.
3774 * Makefile.in: Regenerate.
3775
947f426e 37762004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 3777 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
3778
3779 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 3780 Set with AC_CHECK_PROGS.
947f426e
NN
3781 * configure.in: Fix comment typo from last patch.
3782 * configure: Regenerate.
3783
1d39f329
NN
37842004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
3785
3786 * Makefile.tpl: Introduce experimental top level bootstrap support.
3787 * Makefile.in: Regenerate.
3788 * configure.in: Introduce support for top level bootstrap.
3789 * configure: Regenerate.
3790
4b0ac75d 37912004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 3792 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
3793
3794 PR bootstrap/14522
3795 * configure.in: Cope with shells that do not support unquoted ^
3796 * configure: Regenerate.
3797
2e70b094 37982004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 3799 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
3800
3801 PR bootstrap/14522
3802 * configure.in: Cope with shell that do not support nesting
3803 quotes inside quoted backquote substitutions.
3804 * configure: Regenerate.
3805
38062004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
3807
3808 PR bootstrap/14522
3809 * configure.in: Fix escaping of $.
3810 * configure: Regenerate.
3811
9e07f89d
NN
38122004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
3813
3814 * configure: Regenerate.
3815
38162004-03-08 Paolo Bonzini <bonzini@gnu.org>
3817
3818 PR ada/14131
3819 Move language detection to the top level.
3820 * configure.in: Find default values for the tools as
3821 soon as possible. Disable ada if GNAT is not found.
3822 Emit error message about missing languages. Expand
3823 --enable-languages=all for the gcc subdirectory.
3824
1712ab83
RS
38252004-03-01 Richard Sandiford <rsandifo@redhat.com>
3826
3827 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
3828 and disable libgcj.
3829 * configure: Regenerated.
3830
3dee29da
NN
38312004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3832
3833 PR bootstrap/7087
3834 * Makefile.tpl: Guard XFOO sed statements better.
3835 * Makefile.tpl: Add dependency for configure-target-libada.
3836 * Makefile.in: Regenerate (incidentally fixes broken
3837 commit when libada-branch was merged).
3838
0558264b
AC
38392004-02-28 Andrew Cagney <cagney@redhat.com>
3840
3841 * src-release (CVS_NAMES): Define.
3842 (do-tar, do-tar): Prune $(CVS_NAMES).
3843
c38f9803
AC
38442004-02-23 Andrew Cagney <cagney@redhat.com>
3845
3846 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
3847 2004-02-19.09.
3848
55636792
NN
38492004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
3850
3851 PR bootstrap/11932
3852 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
3853
1e600082
AC
38542004-02-19 Andrew Cagney <cagney@redhat.com>
3855
3856 * config.guess: Update from version 2003-06-12 to 2004-02-16.
3857 * config.sub: Update from version 2003-06-13 to 2004-02-16.
3858
3769cd82
DD
38592004-02-11 David Edelsohn <edelsohn@gnu.org>
3860
3861 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
3862 (rs6000-*-aix*): Same.
3863 * configure: Regenerate.
3864
a92834c8
DD
38652004-02-11 Kelley Cook <kcook@gcc.gnu.org>
3866
3867 * configure.in (host): Add in missing $noconfigdirs to defines.
3868 * configure: Regenerate.
3869
a2592b1b
DD
38702004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
3871 Nathanael Nerode <neroden@gcc.gnu.org>
3872
3873 PR ada/6637, PR ada/5911
80b200a1 3874 Merge with libada-branch:
a2592b1b
DD
3875 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
3876 with appropriate dependencies. Add --enable-libada configure switch.
3877 * configure, Makefile.in: Regenerate.
3878
e31d1ea3
DD
38792004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3880
3881 * configure.in: Don't pass --with-stabs on IRIX 5 either.
3882 * configure: Regenerate.
3883
db85f5c0
JJ
38842004-02-02 Jeff Johnston <jjohnstn@redhat.com>
3885
3886 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 3887
fc434214
DD
38882004-01-23 DJ Delorie <dj@redhat.com>
3889
3890 * Makefile.def (target_modules) [libiberty]: Don't stage.
3891 * Makefile.in: Rebuilt.
3892
ad445c2c 38932004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 3894
ad445c2c
JJ
3895 * COPYING.NEWLIB: Update to include copyrights for new
3896 iconv code.
3897
72bbedde
AC
38982004-01-15 Andrew Cagney <cagney@redhat.com>
3899
3900 * src-release: Update copyright year.
3901 (do-proto-toplev): Configure using i686-pc-linux-gnu.
3902 (NEWLIB_SUPPORT_DIRS): Delete macro.
3903 (newlib.tar.bz2): Delete rule.
3904
a6d6062d
DD
39052004-01-14 Loren J. Rittle <ljrittle@acm.org>
3906
3907 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
3908 * Makefile.tpl (configure-target-[+module+]): Support stage.
3909 * Makefile.in: Rebuilt.
3910
f8b73030
MR
39112003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3912
3913 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
3914 throughout.
3915
aff0e9df
NN
39162004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
3917
bb5dca17
NN
3918 * configure.in: Use ./config.cache, not config.cache.
3919 * configure: Regenerate.
3920 * Makefile.tpl: Special-casing not needed for GCC any more.
3921 * Makefile.in: Regenerate.
3922
82252c06
NN
3923 * configure.in: Don't share a cache file for host dirs.
3924 * configure: Regenerate.
3925
aff0e9df
NN
3926 * config-ml.in: Don't mess with the cache file.
3927
95036d20
NN
39282004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
3929
ac7b618e
NN
3930 * Makefile.tpl: Make GCC use a separate config.cache.
3931 * Makefile.in: Regenerate.
3932
95036d20
NN
3933 PR bootstrap/11932, PR bootstrap/11933
3934 (I don't know if it will fix either of them, but it relates
3935 to them.)
3936 * configure.in: Don't use shared config.cache for target
3937 directories.
3938 * configure: Regenerate.
3939
08c1856b
DD
39402003-12-31 Roger Sayle <roger@eyesopen.com>
3941
3942 * configure.in (ia64*-*-hpux*): Disable building java libraries.
3943 * configure: Regenerated.
3944
c1968181 39452003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 3946
c1968181
DD
3947 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
3948 * configure: Regenerated.
3949
10ecffb9
NN
39502003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
3951
3952 Port change over from GCC:
3953 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
3954 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
3955 (configure-build-[+module+], configure-[+module+]): Likewise.
3956 (configure-target-[+module+], configure-gcc, config.status): Likewise.
3957 * Makefile.in: Regenerate.
3958
f2ab5990
TF
39592003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
3960
3961 * configure.in (raw_libstdcxx_flags): Remove the leading space.
3962 * configure: Regenerate.
3963
41a7d11a
JJ
39642003-11-27 Jeff Johnston <jjohnstn@redhat.com>
3965
80b200a1 3966 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
3967 stdlib.
3968
d9441a1f
DD
39692003-11-14 Arnaud Charlet <charlet@act-europe.fr>
3970
3971 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
3972 * Makefile.in: Regenerate.
3973
3a48a978
DD
39742003-10-20 Phil Edwards <phil@codesourcery.com>
3975
3976 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
3977 * configure: Regenerate.
3978
f0b24077
NN
39792003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
3980
3981 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
3982 HOST_FLAGS_TO_PASS.
3983 * Makefile.in: Regenerate.
3984
5fbad20a
DD
39852003-10-05 Mohan Embar <gnustuff@thisiscool.com>
3986
3987 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
3988 * configure: Rebuilt
3989 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
3990 * Makefile.in: Rebuilt
3991
78be4155
L
39922003-10-03 H.J. Lu <hongjiu.lu@intel.com>
3993
3994 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
3995
051fcc7a
L
39962003-10-01 Phil Edwards <pme@gcc.gnu.org>
3997
3998 * config-ml.in: Use ac_configure_args directly instead of
3999 ml_arguments. Only set ml_norecursion if --no[-]recursion is
4000 actually seen.
4001
40022003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
4003
4004 * config-ml.in: Propagate INSTALL variables.
4005
f27d4f92
DJ
40062003-09-21 Daniel Jacobowitz <drow@mvista.com>
4007
4008 * configure.in: Pass a computed --program-transform-name
4009 to subconfigures.
4010 * configure: Regenerated.
4011
cae4d560
NN
40122003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4013
4014 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
4015 * Makefile.in: Regenerate.
4016
4017 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
4018 * Makefile.in: Regenerate.
4019
8ff944f6
DJ
40202003-09-17 Daniel Jacobowitz <drow@mvista.com>
4021
4022 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
4023 quoting.
4024 * configure: Regenerated.
4025
d9a35680
MC
40262003-09-12 Michael Chastain <mec@shout.net>
4027
4028 Fix PR gdb/857.
4029 * src-release (do-proto-topleve): Remove junk files
4030 intl/config.cache, intl/config.status,
4031 intl/config.h, intl/stamp-h.
4032
710068b9
AC
40332003-09-14 Andrew Cagney <cagney@redhat.com>
4034
4035 * src-release (dejagnu.tar): New target.
4036 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
4037 (do-djunpack): Use $(PACKAGE) for the package name.
4038
e1008165
DD
40392003-09-04 DJ Delorie <dj@redhat.com>
4040
4041 * configure: Regenerate.
4042
21998d12
NC
40432003-09-04 Robert Millan <robertmh@gnu.org>
4044
4045 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 4046
ccca4bb3
DD
40472003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4048
4049 * configure.in: Ensure arguments to sed are properly spaced.
4050 * configure: Regenerate.
4051
ee949b5e
DJ
40522003-08-28 Daniel Jacobowitz <drow@mvista.com>
4053
4054 Merge from gcc:
4055 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
4056 * install-sh: Update to newer upstream versions (associated with
4057 aclocal 1.7).
4058 * missing: Likewise, plus $1Help2man -> $1 typo fix.
4059
75addda2
DJ
40602003-08-27 Daniel Jacobowitz <drow@mvista.com>
4061
4062 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
4063 * configure: Regenerated.
4064
8d2877d8
NN
40652003-08-23 Phil Edwards <pme@gcc.gnu.org>
4066
4067 * configure.in: Use newline instead of semicolon when assuming
4068 shell arguments in a for loop.
4069 * configure: Regenerated.
4070
d2cc0e0d
GK
40712003-08-20 Geoffrey Keating <geoffk@apple.com>
4072
4073 PR 8180
4074 * configure.in: When testing with_libs and with_headers, treat
4075 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
4076 * configure: Regenerate.
80b200a1 4077
d2cc0e0d
GK
4078 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
4079 make, shell, etc.
4080 (baseargs): Likewise.
4081 * configure: Regenerate.
4082
04d1ab34
GK
40832003-08-19 Geoffrey Keating <geoffk@apple.com>
4084
4085 * configure.in: Disable libgcj for darwin not on powerpc.
4086 * configure: Rebuild.
4087
ca506da8
MC
40882003-08-15 Michael Chastain <mec@shout.net>
4089
4090 * src-release (do-proto-toplev): Remove junk files
4091 dejagnu/example/calc/config.status,
4092 dejagnu/example/calc/config.log.
4093
a4aa3f49
DD
40942003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
4095
4096 * config-ml.in, symlink-tree: Add license.
4097
ede4fbe4
NN
40982003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
4099
4100 Merge from gcc:
4101
4102 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
4103 * Makefile.tpl (check, check-c++): Express dependencies using
4104 dependencies rather than commands.
4105 * Makefile.in: Regenerate.
4106
4107 2003-07-31 Geoffrey Keating <geoffk@apple.com>
4108 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
4109 * Makefile.in: Update.
4110
970f29af
AC
41112003-08-01 Andrew Cagney <cagney@redhat.com>
4112
4113 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
4114 * configure: Ditto.
4115
b2884a0c
DD
41162003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
4117
4118 * configure.in: Enable libgcj for darwin.
4119 * configure: Rebuild.
4120
c07f46a4
NN
41212003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
4122
4123 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
4124
9175bfc0
NN
41252003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
4126
4127 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
4128 creating target and build subdirs to build all parent dirs as needed.
4129 * Makefile.in: Rebuild.
4130 * configure.in: Don't build dirs explicitly here.
4131 * configure: Rebuild.
4132
b9abda6a
AO
41332003-07-22 Alexandre Oliva <aoliva@redhat.com>
4134
4135 * Makefile.tpl (all-make): Depend on intl.
4136 * Makefile.in: Rebuilt.
4137
eef8ffd4
NN
41382003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
4139
4140 * config.if: Remove unused libc_interface determination.
4141
295efaf0
NN
41422003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
4143
4144 * Makefile.in: Regenerate, correctly this time.
4145
e5c3f801
NN
41462003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
4147
4148 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
4149 unused INSTALL_PROGRAM_ARGS.
4150 * configure.in: Use AC_PROG_INSTALL.
4151 * Makefile.in: Regenerate.
4152 * configure: Regenerate.
4153
4a18bd6b
AO
41542003-07-10 Alexandre Oliva <aoliva@redhat.com>
4155
4156 * configure: Rebuilt.
4157 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
4158 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
4159 newlib nor libgloss.
4160 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
4161 * configure.in (am33_2.0-*-linux*): Added.
4162
fbd1054d
BW
41632003-07-09 Bob Wilson <bob.wilson@acm.org>
4164
4165 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
4166 * configure: Regenerate.
4167
b40e3958
L
41682003-07-06 H.J. Lu <hongjiu.lu@intel.com>
4169
4170 * config-ml.in: Replace PWD with PWD_COMMAND.
4171 * Makefile.tpl: Likewise.
4172 * Makefile.in: Regenerated.
4173
4a5be7ba
NN
41742003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
4175
4176 * configure.in: Clean up config-lang.in handling. Delete
4177 useless assignment to "subdirs".
4178 * configure: Regenerate.
4179
9c14acb8
NN
41802003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
4181
4182 * configure.in: Rename 'target_libs' to 'target_libraries'.
4183 Remove useless reference to 'target_libs'.
4184 * configure: Regenerate.
4185
8f32e830
KS
41862003-06-23 Keith Seitz <kseitz@sources.redhat.com>
4187
4188 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
4189 * Makefile.in: Regenerate.
4190
12f0bd74
NN
41912003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
4192
4193 * Makefile.def: Introduce flags_to_pass.
4194 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
4195 * Makefile.in: Regenerate.
4196
b07c2aad
HPN
41972003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
4198
4199 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
4200 and target-libgloss.
4201 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
4202 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 4203 * configure: Regenerate.
b07c2aad 4204
56f25033
DD
42052003-06-17 Benjamin Kosnik <bkoz@redhat.com>
4206
4207 * configure.in: Update testsuite_flags to new location.
4208 * configure. Regenerate.
80b200a1 4209
4ec9a3b2
NN
42102003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
4211
4212 * Makefile.tpl: Remove BUILD_CC stuff.
4213 * Makefile.in: Regenerate.
4214
059083b1 42152003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 4216
059083b1
L
4217 * config.guess: Update to 2003-06-12 version.
4218 * config.sub: Update to 2003-06-13 version.
4219
535b046a
TS
42202003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4221
4222 * MAINTAINERS: Add myself as MIPS co-maintainer.
4223
00c22daa 42242003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 4225
00c22daa
L
4226 * config.guess: Update to 2003-06-06 version.
4227 * config.sub: Update to 2003-06-06 version.
4228
1047cb91
DD
42292003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4230
4231 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
4232 * configure. Regenerate.
4233
123494c8
NN
42342003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
4235
1047cb91
DD
4236 * configure.in: Disable serial configure by default.
4237 * configure: Regenerate.
4238 * Makefile.tpl: Abolish .NOTPARALLEL.
4239 * Makefile.in: Regenerate.
4240
7f121bbf
NN
4241 * Makefile.tpl: Replace {build,host,target}_canonical by
4242 {build,host,target}.
4243 * Makefile.in: Regenerate.
4244
123494c8
NN
4245 * Makefile.tpl: Fix stupid pasto.
4246 * Makefile.in: Regenerate.
4247
ec7e0995
NN
42482003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
4249
4250 * Makefile.tpl: Remove bogus conditional.
4251 * Makefile.in: Regenerate.
4252
27b1cc72
NN
42532003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
4254
2a4cbe27
NN
4255 * Makefile.tpl: Make 'recursive targets' using autogen rather
4256 than shell loop. Remove duplicate 'clean' targets and false
4257 comments.
4258 * Makefile.def: Add systematic dependencies to 'recursive' targets.
4259 Add systematic method of specifying missing targets in subdirs.
4260 Add copyright boilerplate.
4261 * Makefile.in: Regenerate.
4262 * configure.in: Add 'recursive targets' to maybe list.
4263 * configure: Regenerate.
4264
27b1cc72
NN
4265 * Makefile.tpl: Rename [+target+] to [+make_target+].
4266 * Makefile.def: Rename 'target' to 'make_target'.
4267
01e51bd0
NC
42682003-05-30 Nick Clifton <nickc@redhat.com>
4269
4270 * README-maintainer-mode: Update URL for locating blessed config
4271 tools.
4272
2fd84b42
NC
42732003-05-29 Robert Millan <rmh@debian.org>
4274
4275 * ltconfig: Import this patch and modify for use with current
4276 version of ltconfig:
4277
4278 2003-05-21 Bruno Haible <bruno@clisp.org>
4279
4280 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
4281 GNU/FreeBSD.
4282
8945c6bb
DD
42832003-05-28 DJ Delorie <dj@redhat.com>
4284
4285 * Makefile.tpl: Make maybe-check-gcc .PHONY.
4286 * Makefile.in: Regenerate.
4287
2f9632a1
JJ
42882003-05-28 Jeff Johnston <jjohnstn@redhat.com>
4289
80b200a1 4290 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 4291
3a12db16 42922003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 4293
3a12db16
DD
4294 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
4295 newlib or libgloss.
4296 * Makefile.in: Regenerate.
4297
44482353
DD
42982003-05-21 DJ Delorie <dj@redhat.com>
4299
4300 * Makefile.tpl: Add missing empty maybe-check-gcc target.
4301 * Makefile.in: Regenerate.
4302
fec2c52d
MR
43032003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4304
4305 * configure.in: Use curly braces in the definition of tooldir.
4306 * configure: Regenerate.
4307
16ae0395
NN
43082003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
4309
4310 * configure.in: Switch more things to use maybe dependencies.
80b200a1 4311 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
4312 Factor out common code from autogen IF statements.
4313 * configure: Regenerate.
4314 * Makefile.in: Regenerate.
4315
ec11bdc6
DD
43162003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
4317
4318 * configure.in: Accept i[3456789]86 for machine type.
4319 * configure: Regenerate.
4320
dd12c3a8
NN
43212003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
4322
4323 * configure.in: Switch more things to use maybe dependencies.
4324 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
4325 * configure: Regenerate.
4326 * Makefile.tpl: Switch more things to use maybe dependencies.
4327 * Makefile.in: Regenerate.
4328
cf662e21
AJ
43292003-05-16 Andreas Schwab <schwab@suse.de>
4330
4331 * Makefile.tpl (install-opcodes): Define.
4332 * Makefile.in: Rebuild.
4333
5481b376
AJ
43342003-05-13 Andreas Jaeger <aj@suse.de>
4335
4336 * config.guess: Update to 2003-05-09 version.
4337 * config.sub: Update to 2003-05-09 version.
4338
3959a22a
AJ
43392003-05-13 Michael Eager <eager@mvista.com>
4340
4341 * configure.in: Correct sed script so that options in quotes are not
4342 deleted.
4343 * configure: Rebuild.
4344
564b43e5
CV
43452003-05-12 Corinna Vinschen <corinna@vinschen.de>
4346
4347 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
4348 and $$s/newlib/libc/sys/cygwin32 include paths.
4349 * configure: Ditto.
4350
bb947dc9
L
43512003-05-05 H.J. Lu <hjl@gnu.org>
4352
4353 * config-ml.in: Restored from gcc repository.
4354
77f7441a
CD
43552003-05-02 Chris Demetriou <cgd@broadcom.com>
4356
80b200a1
ZW
4357 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
4358 * Makefile.in: Regenerate.
77f7441a 4359
a26d7085
DJ
43602003-04-27 Daniel Jacobowitz <drow@mvista.com>
4361
4362 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
4363 and Makefile.def.
4364
e4c4d240
DJ
43652003-04-27 Daniel Jacobowitz <drow@mvista.com>
4366
4367 * Makefile.tpl: Clean $(BUILD_SUBDIR).
4368 * Makefile.in: Regenerated.
4369
62a3fc85
DD
43702003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4371
4372 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
4373 * Makefile.in: Regenerate.
4374
43752003-04-18 Jakub Jelinek <jakub@redhat.com>
4376
4377 * configure.in (powerpc64*-*-linux*): Remove.
4378 * configure: Rebuilt.
4379
5b474aa8
DD
43802003-04-17 Phil Edwards <pme@gcc.gnu.org>
4381
4382 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
4383 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
4384 and restrap.
4385 * Makefile.in: Regenerate.
4386
43872003-04-16 Richard Earnshaw <rearnsha@arm.com>
4388
4389 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
4390 * configure: Regenerated.
4391
bc295afe
AO
43922003-04-11 Alexandre Oliva <aoliva@redhat.com>
4393
4394 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
4395 * */configure: Rebuilt.
4396
3728fade
NN
43972003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
4398
4399 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
4400 * Makefile.in: Regenerate.
4401
ce5b542e
MC
44022003-03-14 Michael Chastain <mec@shout.net>
4403
4404 * Makefile.in: Regenerate with correct Makefile.def.
4405
3db0a37f
NN
44062003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
4407
4408 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
4409 Make macro.
4410 * Makefile.in: Regenerate.
4411 * configure.in: Clean up gxx_include_dir logic.
4412 * configure: Regenerate.
4413
34349c6e
DD
44142003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4415
4416 * configure.in (gxx_include_dir): Fix typo.
4417 * configure: Regenerated.
4418
686c28c9
AC
44192003-03-06 Andrew Cagney <cagney@redhat.com>
4420
4421 * texinfo/texinfo.tex: Import version 2003-02-03.16.
4422
bba45b8b 44232003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 4424
bba45b8b
NN
4425 * configure.in: Include $(build_tooldir)/sys-include in
4426 FLAGS_FOR_TARGET.
4427 * configure: Regenerated.
4428
2683747f
NN
44292003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
4430
bba45b8b
NN
4431 * Makefile.tpl: Reindent.
4432 * Makefile.in: Regenerate.
4433 * configure.in: Reindent. Don't set unused variables.
4434 * configure: Regenerate.
4435
2683747f
NN
4436 * Makefile.tpl: Always pass down RANLIB.
4437 * Makefile.in: Regenerate.
4438
4439 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
4440 * Makefile.in: Regenerate.
4441 * configure.in: Remove unused logic relating to --enable-shared
4442 and --enable-threads. Remove bogus comments. Remove redundant
4443 noconfigdirs.
4444 * configure: Regenerate.
4445
4446 * configure.in: Replace ${libstdcxx_version} by its value.
4447 Remove reference to mh-dgux.
4448 * configure: Regenerate.
4449
50212802
NN
44502003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4451
4452 * Makefile.tpl: Rearrange.
4453 * Makefile.in: Regenerate.
4454
a6be7fc6
NC
44552003-02-25 Nick Clifton <nickc@redhat.com>
4456
4457 * configure: Remove site-file supprot - it is obsolete.
4458
f8a495c8
NC
44592003-02-24 Uwe Stieber <uwe@wwws.de>
4460
4461 * configure.in: Add support for kaOS as cross build target system.
4462 * configure: Regenerated.
4463
3decd77d
DD
44642003-02-20 Sean McNeil <sean@blue.mcneil.com>
4465
4466 * Makefile.tpl: Add definition of CPPFLAGS to pass into
4467 configure-target-* as some target builds may require additional
4468 flags for preprocessor tests.
4469 * Makefile.in: Regenerated.
4470
f4ff34a3
AO
44712003-02-19 Alexandre Oliva <aoliva@redhat.com>
4472
4473 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
4474 * ltconfig: Handle it.
4475 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
4476 auto-detecting it.
4477
b7e4a931
AO
44782003-02-19 Alexandre Oliva <aoliva@redhat.com>
4479
4480 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
4481 it is used as argument to $CC.
4482 * ltcf-gcj.sh: Likewise.
4483
6b784d9f
AO
44842003-02-19 Alexandre Oliva <aoliva@redhat.com>
4485
4486 * configure.in: Introduce --enable-maintainer-mode.
4487 * configure: Rebuilt.
4488 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
4489 for maintainer mode.
4490 * Makefile.in: Rebuilt.
4491
8bcd8a07
AC
44922003-02-19 Andrew Cagney <ac131313@redhat.com>
4493
4494 * configure: Regenerate using autoconf 2.13.
4495
ee3fd329
AM
44962003-02-19 Alan Modra <amodra@bigpond.net.au>
4497
4498 * config.guess: Import latest version.
4499 * config.sub: Import latest version.
4500
e9e45685
JM
45012003-02-18 Jason Merrill <jason@redhat.com>
4502
4503 * Makefile.tpl (check-c++): Allow parallelism.
4504
859789af
AC
45052003-02-17 Andrew Cagney <ac131313@redhat.com>
4506
4507 * configure: Regenerate using autoconf 000227.
4508
b3f16a9b
GK
45092003-02-15 Geoffrey Keating <geoffk@apple.com>
4510
4511 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
4512 don't configure target-libobjc.
4513 * configure: Regenerate.
4514
72e60e02
DD
45152003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4516
4517 * Makefile.tpl (RANLIB): Define.
4518 * Makefile.in: Regenerate.
4519
91f0e695
KS
45202003-02-06 Keith R Seitz <keiths@redhat.com>
4521
4522 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
4523 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
4524 * Makefile.in: Regenerated.
4525 * configure.in: Remove all traces of snavigator, db, and grep.
4526 * configure: Regenerated.
4527
122bfa92
FCE
45282003-01-31 Frank Ch. Eigler <fche@redhat.com>
4529
4530 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
4531 * Makefile.in: Regenerated.
4532
264095c3
AO
45332003-01-30 Alexandre Oliva <aoliva@redhat.com>
4534
4535 * config.if: Copy from GCC.
4536
a84dbcb3
AO
45372003-01-27 Phil Edwards <pme@gcc.gnu.org>
4538
4539 * configure.in: Revert 24Jan change.
4540 * configure: Regenerate.
4541
19618276
NN
45422003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
4543
4544 * configure.in: Revert previous change.
4545 * configure: Regenerate.
4546
b7f27a92
NN
45472003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
4548
4549 * configure.in: Make rda native-only.
4550 * configure: Regenerate.
4551
83326456
NN
45522003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
4553
4554 * configure.in: Add missing \.
4555 * configure: Rebuilt.
4556
5e367fa5
JJ
45572003-01-17 Jakub Jelinek <jakub@redhat.com>
4558
4559 * configure.in (baseargs): Avoid using \| in sed regular
4560 expressions.
4561 * configure: Rebuilt.
4562
e01f337c
JJ
45632003-01-16 Jakub Jelinek <jakub@redhat.com>
4564
4565 * configure.in (baseargs): Remove all supported forms of
4566 --cache-file, --srcdir, --host, --build and --target options
4567 from argument lists.
4568 * configure: Rebuilt.
4569
aa236487
AO
45702003-01-15 Alexandre Oliva <aoliva@redhat.com>
4571
4572 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
4573 * configure: Rebuilt.
4574
586c0873
NN
45752003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
4576
4577 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
4578 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
4579 * Makefile.in: Regenerate.
4580 * configure: Regenerate.
4581
497f816e
DD
45822003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
4583
4584 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
4585 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
4586 * Makefile.in: Regenerate.
4587
bfbe5519
AO
45882003-01-09 Alexandre Oliva <aoliva@redhat.com>
4589
4590 * configure.in: Remove Makefile in build, host and target modules
4591 unless configure was run with --no-recursion.
4592 * configure: Rebuilt.
4593
3f234ef5
CD
45942003-01-08 Chris Demetriou <cgd@broadcom.com>
4595
4596 * config.guess: Update to 2003-01-03 version.
4597 * config.sub: Update to 2003-01-03 version.
4598
a3982d48
CF
45992003-01-07 Christopher Faylor <cgf@redhat.com>
4600
4601 * configure: Regenerate with proper autoconf 2.13.
4602
75778ec4
CF
46032003-01-07 Christopher Faylor <cgf@redhat.com>
4604
80b200a1
ZW
4605 * configure.in: Add AC_PREREQ for consistency.
4606 * configure: Regenerate.
75778ec4 4607
c180f501
AC
46082003-01-06 Andrew Cagney <ac131313@redhat.com>
4609
4610 * configure.in (GDB_TK): Add tcl directories conditional on
4611 gdb/gdbtk directory being present.
4612 * configure: Regenerate.
5481b376 4613
46ca2cc2
DA
46142003-01-04 John David Anglin <dave.anglin@nrc.ca>
4615
4616 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
4617 by gcc if LD is not defined and we are not doing a Canadian Cross.
4618 * configure: Rebuilt.
4619
53dd8dab
DJ
46202003-01-01 Daniel Jacobowitz <drow@mvista.com>
4621
4622 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
4623
50ceb20c
TT
46242002-12-31 Tom Tromey <tromey@redhat.com>
4625
4626 * Makefile.in: Rebuilt.
4627 * Makefile.def (target_modules) [libffi]: Allow installation.
4628
e78b5cfe
AS
46292002-12-31 Andreas Schwab <schwab@suse.de>
4630
4631 * configure.in: Fix use of $program_transform_name.
4632 * configure: Regenerated.
4633
67448102
DJ
46342002-12-30 Daniel Jacobowitz <drow@mvista.com>
4635
4636 * configure.in (baseargs): Don't remove first configure argument.
4637 * configure: Regenerated.
4638
e6bfb94a
AO
46392002-12-29 Alexandre Oliva <aoliva@redhat.com>
4640
4641 * Makefile.tpl (local-distclean): Don't remove...
4642 (multilib.ts): ... this. Moved into...
4643 (multilib.out): ... this. Don't use sub-make.
4644 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
4645 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
4646 (configure-build-[+module+], configure-[+module+],
4647 configure-target-[+module+], configure-gcc): ... these. Test
4648 for Makefile existence. Drop config.status from dependencies.
4649 * Makefile.in: Rebuilt.
4650 * configure.in: Move gcc-version-trigger to the end of
4651 ac_configure_args. Add comments to maybedep.tmp and
4652 serdep.tmp. Introduce --disable-serial-configure. Remove
4653 nonopt from baseargs, matching and removing corresponding
4654 whitespace while at it.
4655 * configure: Rebuilt.
4656
8f0dfb36
AO
46572002-12-28 Alexandre Oliva <aoliva@redhat.com>
4658
4659 * configure.in (host_configargs): Replace reference to
4660 no-longer-defined buildopts with --build=${build_alias}.
4661 * configure: Rebuilt.
4662
43be203f
AO
46632002-12-28 Alexandre Oliva <aoliva@redhat.com>
4664
4665 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
4666 program_transform_name to standard idiom.
4667 (AUTOGEN, AUTOCONF): Define.
4668 (Makefile.in): Use $(AUTOGEN).
4669 (Makefile): Depend on config.status, and use autoconf-style rule to
4670 build it. Move original commands to...
4671 (config.status): ... this new target.
4672 (configure): Add $(srcdir). Depend on config/acx.m4. Use
4673 $(AUTOCONF).
4674 * Makefile.in: Rebuilt.
4675
a0da8069
NN
46762002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
4677
d18f1c9f
NN
4678 * Makefile.tpl: Fix dramatic bustage due to change in
4679 program_transform_name.
4680 * Makefile.in: Regenerate.
4681
4682 * configure.in: Remove unnecessary PATH setting.
4683 * configure: Regnerate.
4684
4685 * configure.in: Don't default to unprefixed tools unless
4686 the native tools will work.
4687 * configure: Regenerate.
4688
a0da8069
NN
4689 * configure.in: Convert to autoconf script. Blow away lots
4690 of now-redundant Makefile fragments.
4691 * configure: Generate using Autoconf.
4692 * Makefile.tpl: Rewrite to reflect autoconfiscation.
4693 * Makefile.in: Regenerate.
4694
c567df0a
NN
46952002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
4696
5481b376 4697 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
4698 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4699
5481b376 4700 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 4701 where they belong.
2c7f9a32 4702
2dabcfb4
AS
47032002-12-24 Andreas Schwab <schwab@suse.de>
4704
4705 * Makefile.tpl (multilib.out): Fix missing space.
4706 * Makefile.in: Regenerate.
4707
1086bc09
NN
47082002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
4709
4710 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
4711 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
4712 * Makefile.in: Regenerate.
4713 * configure.in: Remove unnecessary leftovers.
4714
1086bc09
NN
47152002-12-21 Geoffrey Keating <geoffk@apple.com>
4716
4717 * configure.in (extra_ranlibflags_for_target): New variable.
4718 (*-*-darwin): Add -c to ranlib commands.
4719 * configure (tooldir): Handle extra_ranlibflags_for_target.
4720
14e9ca95
JJ
47212002-12-20 Jeff Johnston <jjohnstn@redhat.com>
4722
4723 * COPYING.NEWLIB: Updated.
4724 * COPYING.LIBGLOSS: Ditto.
4725
14c428fb
NN
47262002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
4727
4728 * Makefile.tpl: Revert HJL's change.
4729 * Makefile.in: Regenerated.
4730 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
4731 always.
4732
313b8244
AS
47332002-12-19 Andreas Schwab <schwab@suse.de>
4734
4735 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
4736 * Makefile.in: Regenerate.
4737
efeae3db
L
47382002-12-18 H.J. Lu <hjl@gnu.org>
4739
4740 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
4741 * Makefile.in: Regenerated.
4742
4743 * configure.in (build_prefix): New. Substitute.
4744
43d92c63
NN
47452002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
4746
59da4fe6
NN
4747 * Makefile.tpl: Don't let real targets depend on phony targets.
4748 * Makefile.in: Regenerate.
4749
43d92c63
NN
4750 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
4751 * Makefile.in: Regenerate.
4752
b72e6a2d
JM
47532002-12-16 Jason Merrill <jason@redhat.com>
4754
4755 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
4756 previous 'make bootstrap'.
4757 * Makefile.in: Regenerate.
4758
95c72c44
HPN
47592002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
4760
4761 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
4762
7d695d07
JM
47632002-12-13 Jason Merrill <jason@redhat.com>
4764
4765 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
4766 library tests.
4767 (check-c++): Just depend on it and check-target-libstdc++-v3.
4768 * Makefile.in: Regenerate.
4769
54103d1e
NN
47702002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
4771
4772 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
4773 * Makefile.in: Regenerate.
4774
4024f1e1
JJ
47752002-12-12 Jeff Johnston <jjohnstn@redhat.com>
4776
80b200a1
ZW
4777 * COPYING.NEWLIB: Update list of alternate Regent of California
4778 licenses and discuss official revoking of advertising clause.
4779 * COPYING.LIBGLOSS: Ditto.
4024f1e1 4780
7dda0df6
AO
47812002-12-12 Alexandre Oliva <aoliva@redhat.com>
4782
4783 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
4784 * Makefile.in: Rebuilt.
4785
d03be79e 47862002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 4787
929293f4
NN
4788 * configure: Fix bug put in by gremlins.
4789
d03be79e
NN
4790 * Makefile.tpl: Substitute more autoconfily.
4791 * configure: Substitute more autoconfily.
4792 * Makefile.in: Regenerate.
4793
47942002-12-08 Andrew Cagney <ac131313@redhat.com>
4795
4796 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
4797 * Makefile.in (all-sim): Ditto.
a36d530e
DD
4798
47992002-12-06 DJ Delorie <dj@redhat.com>
4800
4801 * Makefile.tpl: Change configure dependencies to not have real
4802 targets depend on phony targets.
b4a77b47 4803
db1ac78d
NN
48042002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
4805
bcaf2395
NN
4806 * configure.in: Revert unintentional change.
4807
b4fa093e
NN
4808 * src-release: Configure host subdirs.
4809
db1ac78d
NN
4810 * Makefile.tpl: Change dependency for */multilib.out so that
4811 it works when gcc isn't in the tree.
4812
4813 * configure.in: Substitute more.
4814 * configure: Run subconfigures from the Makefile.
4815 * Makefile.tpl: Run subconfigures from the Makefile; add a few
4816 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
4817
15723a45
NN
48182002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
4819
e2b9e2dc
NN
4820 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
4821 and corresponding dependencies.
4822 * Makefile.in: Regenerate.
4823
2af579c4
NN
4824 * configure.in (host_tools): Order binutils, gas and ld for
4825 convenience in running the testsuites.
4826
a2cc058a
NN
4827 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
4828 * Makefile.in: Regenerate.
4829 * configure.in: Introduce rules to serialize subconfigure runs.
4830
15723a45
NN
4831 * configure.in: Introduce BASE_CC_FOR_TARGET.
4832 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
4833 Realize configure-build-* targets. Realize configure-target-* targets.
4834 * Makefile.in: Regenerate.
4835
ae831be5
NN
48362002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4837
4838 * configure: Move gcc_version_trigger stuff from here...
4839 * configure.in: ...to here.
4840
4841 * configure.in: Separate subconfigure options added by this file from
4842 options given by the user. Add machinery to put args for host
4843 subconfigures into the Makefile.
4844
4845 * Makefile.tpl: Remove 'vault' targets.
4846 * Makefile.tpl: Reorder and comment dependencies.
4847 * Makefile.in: Regenerate.
4848
bbf7c8ac
NN
48492002-11-28 Geoffrey Keating <geoffk@apple.com>
4850
4851 * configure.in: Move host-specific darwin noconfigdirs into
4852 the host-specific section.
4853
930314a4
NN
48542002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4855
52d7cdee
NN
4856 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
4857 during replay.
4858 * Makefile.in: Regenerate.
4859
930314a4
NN
4860 (finishing slow-motion replay)
4861 * configure: Remove skip-this-dir support.
4862 * Makefile.tpl: Remove skip-this-dir support.
4863
4864 * Makefile.tpl: Remove leftover support for non-autoconfiscated
4865 subdirectories.
4866 * Makefile.in: Regenerate.
4867
4868 * Makefile.tpl: Strip out useless setting of 'dir'.
4869 * Makefile.in: Regenerate.
5481b376 4870
930314a4
NN
48712002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4872
4873 (finishing slow-motion replay)
4874 * configure.in: Fix deeply stupid bug.
4875
4876 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
4877 shell code in CXX_FOR_TARGET
4878 * Makefile.def: Introduce raw_cxx.
4879 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
4880 RAW_CXX_FOR_TARGET.
4881 * Makefile.in: Regenerate.
4882
48832002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4884
4885 (finishing slow-motion replay)
4886 * Makefile.tpl: Remove unnecessary ifs.
4887 * Makefile.in: Regenerate.
4888
5481b376 4889 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
4890 dependencies. Maybe-ize build-libiberty. Create dummy install
4891 targets for 'no_install' modules.
5481b376 4892 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 4893 build_modules stuff to configure.in.
5481b376 4894 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
4895 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
4896 * Makefile.in: Regenerate.
4897
3866be5d
NN
48982002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
4899
4900 (continuing slow-motion replay)
4901 * Makefile.tpl: Make all-target, install-target behave similarly
4902 to all, install (only hitting configured targets). Eliminate
4903 unused macro defintions.
4904
4905 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
4906 build != host.
4907
4908 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
4909
4910 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
4911
5481b376 4912 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
4913 configuring. Remove references to "dosrel".
4914 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 4915 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 4916 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 4917 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
4918 and redundant dependency; rearrange slightly.
4919 * Makefile.def: Add host-side libtermcap, utils.
4920
4921 * Makefile.in: Regenerate.
4922
e393202e
NN
49232002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
4924
4925 (Continuing slow-motion replay)
4926 * Makefile.def: Add list of recursive targets to autogenerate.
4927 Add build_modules.
4928 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
4929 targets. Autogenerate *-build-* targets.
4930 * Makefile.in: Regenerate.
4931
583d52d7
NN
49322002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
4933
4934 (Continuing slow-motion replay)
4935 * configure: More autoconf-style substitutions.
4936 * Makefile.tpl: More autoconf-style substitutions.
4937 * Makefile.in: Regenerate.
4938
49392002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
4940
4941 (Continuing slow-motion replay)
4942 * configure: Substitute more variables in a more autoconf-friendly
4943 way. Simplify slightly.
4944 * Makefile.tpl: Make more variables substitutable in an
4945 autoconf-friendly way.
4946 * Makefile.in: Regenerate.
4947
874e38b4
NN
49482002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
4949
4950 (Continuing slow-motion replay)
4951 * configure.in (v810*): Remove special setting of tools.
4952
4953 * configure: Add support for extra required flags for ar or nm.
4954 * configure.in (aix4.3+): Use above support for target-specific
4955 issues, rather than using config/mt-aix43.
4956
852e5f18
NN
49572002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
4958
4959 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
4960 * configure: Remove 'removing', which doesn't work. Replace $subdir
4961 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
4962 with $srcdir. Reformat indentation. Substitute some variables
4963 formerly hard-coded in the Makefile for build=host.
4964 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4965 * Makefile.def: Autogenerate more.
4966 * Makefile.in: Regenerate.
4967
c9a0d920
DD
49682002-11-13 Bruce Korb <bkorb@gnu.org>
4969
4970 * Makefile.tpl: syntactic cleanup
4971
dd2768ff
KB
49722002-11-04 Kevin Buettner <kevinb@redhat.com>
4973
4974 * Makefile.def (host_modules): Add rda.
4975 * Makefile.in: Regenerate.
4976 * configure.in (target_tool): Add target-rda to list.
4977
1aa8389d
DD
49782002-10-25 Phil Edwards <pme@gcc.gnu.org>
4979
4980 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
4981 and restrap targets to this rule.
4982 * Makefile.in: Regenerate.
4983
28f46298
HPN
49842002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
4985
4986 * configure.in (i[3456]86-*-linux*): Add check to disable
4987 ${libgcj} for glibc1.
4988
ff72e302
NC
49892002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
4990
4991 * configure.in: Add tic4x target.
4992
8607b6c9
NN
49932002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
4994
4995 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4996 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4997 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4998 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4999 * Makefile.in: Regenerate.
5000
f8f61f4a
NN
50012002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
5002
c86f794b
NN
5003 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
5004 * Makefile.in: Regenerate.
5005
a9590527
NN
5006 * Makefile.def: Remove order dependency comments.
5007 * Makefile.tpl: Add explicit install-install dependencies.
5008 * Makefile.in: Regenerate.
5009
8412ce72
NN
5010 * Makefile.tpl: Remove material now in src-release. (Finally!)
5011 * Makefile.in: Regenerate.
5012
8b9f37f1
NN
5013 * configure: Restore my original patch by syncing with gcc version.
5014
f8f61f4a
NN
5015 * Bring following over from gcc:
5016
50172002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
5018
5019 * configure.in (s390*-*-linux*): Enable libgcj.
5020
403d9505
NN
50212002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
5022
5023 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
5024
95f6f383
AM
50252002-10-02 Alan Modra <amodra@bigpond.net.au>
5026
e4673b0a 5027 * configure: Move stray lines back to where they belong.
95f6f383 5028
748503c8
NN
50292002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
5030
a581b5c3
NN
5031 * Makefile.tpl: Insert configure-target target, for src-release.
5032
c084f5b4
NN
5033 * configure: Finish reverting change which Andrew Cagney started
5034 reverting. Should fix bustage.
5035
7aa673ed 5036 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
5037 * src-release: New file. Contains material for making net
5038 releases for gdb, binutils, et al., formerly in Makefile.in.
5039
82a9b2d9
NC
50402002-09-30 Nick Clifton <nickc@redhat.com>
5041
5042 * cpu: New top level directory. Intended to hold input files for
5043 CGEN which have FSF copyright assignment.
5044 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
5045
c2463a00
AC
50462002-09-29 Andrew Cagney <ac131313@redhat.com>
5047
5048 Revert below (note that src does not contain Makefile.tpl):
5049 * Makefile.tpl: Make subsituted variables more autoconfy.
5050 * Makefile.in: Regenerate.
5051
f03b4789
NN
50522002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
5053
c11e16a9
NN
5054 * configure: Revert accidentally applied changes.
5055
f03b4789
NN
5056 * Makefile.tpl: Make more autoconf-friendly.
5057 * Makefile.in: Regenerate.
5058 * configure: Make substitution more autoconf-like.
5059
50602002-09-28 Richard Earnshaw <rearnsha@arm.com>
5061
5062 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
5063 single entry to handle all these.
5064 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
5065 libjava on arm-*-elf.
5066
c0292023
GK
50672002-09-27 Geoffrey Keating <geoffk@apple.com>
5068
5069 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
5070 things that depend on them.
5071
c66d951e
NN
50722002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
5073
5074 * Makefile.tpl: Make subsituted variables more autoconfy.
5075 * Makefile.in: Regenerate.
5076 * configure: Make seds more autoconfy.
5077
907a7241 50782002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
5079
5080 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
5081 * Makefile.in: Regenerate.
5082 * configure.in: Rewrite sed statements to look autoconfy.
5083
907a7241
NN
5084 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
5085 all-target-foo on configure-target-foo.
5086 * Makefile.def: Ditto.
5087 * Makefile.in: Rebuild.
5088
405ea7a0
NN
50892002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
5090
5091 * Makefile.def: New file.
5092 * Makefile.tpl: New file.
5093 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
5094
5095 * configure.in: Minor rearrangement. Simplify tests.
5096
bdc57bfd
JT
50972002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
5098
5099 * configure.in (with_headers): Skip copy if value is "yes".
5100 (with_libs): Likewise.
5101
ae03d6e2
NN
51022002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5103
5104 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
5105 * configure.in (sh*-*-pe*): Ditto.
5106 * configure.in (mips*-*-pe*): Ditto.
5107 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
5108
5109 * configure.in: Rearrange.
5110
707960fe
NC
51112002-09-12 Nick Clifton <nickc@redhat.com>
5112
5113 * Import these changes from the config master repository:
5114
5115 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
5116
5117 * config.sub: Add tic4x target.
5118
5119 2002-09-03 Ben Elliston <bje@redhat.com>
5120
5121 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
5122 Reported by <Duncan_Stodart@insession.com>.
5123
36ea319f
JJ
51242002-09-10 Jeff Johnston <jjohnstn@redhat.com>
5125
5126 * COPYING.NEWLIB: More updates.
5127
cf57480a
JJ
51282002-09-09 Jeff Johnston <jjohnstn@redhat.com>
5129
5130 * COPYING.NEWLIB: Update.
5131
fd31a171
AC
51322002-08-23 Andrew Cagney <ac131313@redhat.com>
5133
23b632fc
AC
5134 * texinfo/texinfo.tex: Import version 2002-06-04.06.
5135
fd31a171
AC
5136 * config.guess: Import version 2002-08-23.
5137 * config.sub: Import version 2002-08-22.
5138
a08bafb5
AO
51392002-08-20 Alexandre Oliva <aoliva@redhat.com>
5140
5141 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
5142 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
5143 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
5144
17240c1f
NC
51452002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
5146
5147 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
5148
e70ad0c6
L
51492002-08-04 H.J. Lu (hjl@gnu.org)
5150
5151 * configure.in (mips*-*-linux*): Don't skip target-libffi.
5152
574e6d11
DD
51532002-07-31 Alan Modra <amodra@bigpond.net.au>
5154
5155 * configure.in: Move generic linux case to end. Copy generic
5156 linux noconfigdirs to mips*-*-linux* entry and new
5157 powerpc64*-*-linux* entry. Add target-libffi for the latter.
5158
611e7523
CD
51592002-07-19 Chris Demetriou <cgd@broadcom.com>
5160
5161 * MAINTAINERS: Clarify on config.guess and config.sub, and add
5162 one instance of them which was missed to the list to update.
5163
51759676
CD
51642002-07-16 Chris Demetriou <cgd@broadcom.com>
5165
5166 * config.guess: Update to 2002-07-09 version.
5167 * config.sub: Update to 2002-07-03 version.
5168
7c1f909c
DD
51692002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
5170
5171 * configure.in: Remove two redundant tests.
5172
d7cf5d30
DD
51732002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5174
5175 * configure.in (mips*-*-irix6*o32): Enable stabs.
5176
c74222f7
DD
51772002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
5178
5b53c336
DD
5179 * configure.in: Don't build grez.
5180 * Makefile.in: Ditto.
5181
c74222f7
DD
5182 * Makefile.in: Remove references to bsp, cygmon, libstub.
5183 * configure.in: Ditto.
5184
5185 * configure.in: Remove leftover reference to gdbtest.
5186
edd1b227
DD
51872002-07-08 Phil Edwards <pme@gcc.gnu.org>
5188
5189 * configure.in (gxx_include_dir): Change to match versioned
5190 C++ headers if --enable-version-specific-runtime-libs is used.
5191
486186e3
AO
51922002-07-04 Steve Ellcey <sje@cup.hp.com>
5193
5194 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
5195
ff0a3bf8
DD
51962002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
5197
5198 * configure.in: Make --without-x work.
5199
1dfa8174
NC
52002002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
5201
5202 * contrib: New directory. Created to contain a copy of the
5481b376 5203 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
5204 the FSF GCC sources.
5205
07637366
DD
52062002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
5207
b6f83f2a
DD
5208 * configure.in: Rearrange target Makefile fragment collection.
5209
07637366
DD
5210 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
5211 cvs[src].
5212 * configure.in: Ditto.
5213
f48556b1
DD
52142002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
5215
5216 * Makefile.in: Eliminate 'apache' targets.
5217 * configure.in: Eliminate 'apache' targets.
5218
5219 * configure.in: Eliminate redundant tests. Reorganize.
5220
5221 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
5222
5223 * config-ml.in: Eliminate references to Cygnus configure.
5224
5225 * Makefile.in: Eliminate references to building emacs.
5226
52272002-07-01 Denis Chertykov <denisc@overta.ru>
5228
5229 * configure.in: Add support for ip2k.
5230
cdb9e2b8
BE
52312002-06-24 Ben Elliston <bje@redhat.com>
5232
5233 * configure.in (host_tools): Remove cgen.
5234
5235 * Makefile.in (all-cgen): Remove; runs from its source directory.
5236 (check-cgen, install-cgen, clean-cgen): Likewise.
5237 (all-opcodes): No not depend on all-cgen.
5238 (all-sim): Likewise.
5239
3558860c
DD
52402002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
5241
5242 * configure.in: Fix AIX configury bug.
5243
e3b0c936
DD
52442002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
5245
cdb9e2b8 5246 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 5247
cdb9e2b8
BE
5248 * configure.in: Move definition of libstdcxx_flags right above
5249 usage, rather than way earlier.
8ee424c0 5250
c712250a
DD
5251 * configure.in: Pull definition of is_cross_compiler earlier.
5252
9ee1a75c
DD
5253 * configure.in: Rearrange a little.
5254
e3b0c936
DD
5255 * configure.in: Remove references to librx.
5256 * Makefile.in: Remove references to librx.
5257
b2bd228e
DD
52582002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
5259
5260 * configure.in: Eliminate ${gasdir} variable.
5261
7cd52483
DB
52622002-06-18 Dave Brolley <brolley@redhat.com>
5263
5264 * configure.in: Add support for frv.
5265 * config.sub: Add support for frv.
5266
6c5e141a
DD
52672002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5268
5269 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
5270
0d18b56d
JT
52712002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
5272
5273 * configure.in (vax-*-netbsd*): Re-enable gas.
5274
fd8958d5
DD
52752002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
5276
27f15fdd
DD
5277 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
5278 BUILD_PREFIX_1, to correct nomenclature.
5279 * configure: Likewise.
5280
fd8958d5
DD
5281 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
5282 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
5283
0c2442b7
DD
52842002-05-31 Olaf Hering <olh@suse.de>
5285
5286 * config-ml.in: Propogate DESTDIR also.
5287
a3602181
JT
52882002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
5289
5290 * configure.in (vax-*-netbsd*): Don't build gas for this
5291 platform.
5292
c95f53ae
MM
52932002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
5294
5295 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5296 and libgcj for AVR.
5297
1d7c1053
NC
52982002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
5299
5300 * config.sub: Add DLX target.
5301
4b37028f
JT
53022002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5303
5304 * config.guess: Update to 2002-05-22 version.
5305 * config.sub: Likewise.
5306
d5de0a84
NC
53072002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5308
5309 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
5310 * config-ml.in: Likewise.
5311 * configure: Likewise.
5312 * configure.in: Likewise.
5313
c92a0210
DD
53142002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
5315
115a77aa
DD
5316 * configure.in: Simplify makefile fragment collection.
5317
5318 * configure.in: Remove code to build emacs.
e99daf2b 5319
91e060aa
DD
5320 * configure.in : Remove --srcdir argument from targargs and buildargs
5321 (it's always overridden in the Makefile anyway). Rearrange a bit.
5322
5323 * configure: Move some logic to configure.in.
5324 * configure.in: Move some logic from configure.
c92a0210 5325
91217342
JJ
53262002-05-07 Jeff Johnston <jjohnstn@redhat.com>
5327
5328 * COPYING.LIBGLOSS: New file.
5329
d3d8a9ee
NC
53302002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
5331
5332 * Makefile.in: Honour DESTDIR.
5333
3a036cdc
AO
53342002-05-05 Alexandre Oliva <aoliva@redhat.com>
5335
5336 * configure.in (noconfigdirs): Don't disable libgcj on
5337 sparc64-*-solaris* and sparcv9-*-solaris*.
5338
6d095fe4
AO
53392002-05-03 Alexandre Oliva <aoliva@redhat.com>
5340
5341 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
5342
dac55df9
TF
53432002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
5344
5345 * configure.in (FLAGS_FOR_TARGET): Do not add
5346 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
5347 on i[3456]86-*-linux*.
5348
a018e15b
TF
53492002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
5350
5351 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
5352
5353 * configure.in (noconfigdirs): Do not add target-newlib if
5354 target == i[3456]86-*-linux*, and host == target.
5355
5f284831
MM
53562002-04-29 Mark Mitchell <mark@codesourcery.com>
5357
5358 * config.guess: Updated to 2002-04-26's version.
5359 * config.sub: Updated to 2002-04-26's version.
5360
33babf59
DD
53612002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
5362
bd5f7da2
DD
5363 * configure.in: delete reference to absent file
5364
a0c4f3a0
DD
5365 * configure.in: replace '[' with 'test'
5366
66f1ba4f
DD
5367 * configure.in: Eliminate references to gash.
5368 * Makefile.in: Eliminate references to gash.
5369
7c3ab50c
DD
5370 * configure.in: remove useless references to 'pic' makefile fragments.
5371
bbc025f5
DD
5372 * configure.in: (*-*-windows*) Finish removing.
5373
33babf59
DD
5374 * configure.in: Eliminate redundant test for libgui.
5375
d5ec694c
DD
53762002-04-26 Joel Sherrill <joel@OARcorp.com>
5377
5378 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
5379 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
5380
57a5346c
DD
53812002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
5382
5383 * configure.in: remove references to dead files
5384
dbf93899
DD
53852002-04-18 Tom Tromey <tromey@redhat.com>
5386
5387 * configure.in: Disallow configuring libgcj when it is already
5388 installed and we're using Solaris 2.8 linker. Do enable libgcj on
5389 Solaris 2.8 by default. For PR libgcj/6158.
5390
26eadf68
DD
53912002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
5392
5393 * configure.in: Move default CC setting out of config/mh-* fragments
5394 directly into here.
5395
a0a2c6c6
DD
53962002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
5397
5398 * configure.in: don't even try to configure or make a subdirectory
5399 if there's no configure script for it.
5400
9972f812
DD
54012002-04-15 Mark Mitchell <mark@codesourcery.com>
5402
5403 * MAINTAINERS: Remove chill maintainers.
5404 * Makefile.in (CHILLFLAGS): Remove.
5405 (CHILL_LIB): Remove.
5406 (TARGET_CONFIGDIRS): Remove libchill.
5407 (CHILL_FOR_TARGET): Remove.
5408 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
5409 CHILL_LIB.
5410 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
5411 (CHECK_TARGET_MODULES): Likewise.
5412 (INSTALL_TARGET_MODULES): Likewise.
5413 (CLEAN_TARGET_MODULES): Likewise.
5414 (configure-target-libchill): Remove.
5415 (all-target-libchill): Remove.
5416 * configure.in (target_libs): Remove target-libchill.
5417 Do not compute CHILL_FOR_TARGET.
5418 * libchill: Remove directory.
5481b376 5419
75205f78
DD
54202002-04-15 DJ Delorie <dj@redhat.com>
5421
5422 * Makefile.in, configure.in, configure: Sync with gcc, entries
5423 follow...
5424
54252002-04-08 Tom Tromey <tromey@redhat.com>
5426
5427 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
5428 Fixes PR libgcj/6068.
5429
54302002-03-30 Krister Walfridsson <cato@df.lth.se>
5431
5432 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
5433
54342002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5435
5436 * configure.in (alpha*-dec-osf*): Enable libgcj.
5437
54382002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
5439
5440 Fix for: PR bootstrap/3591, target/5676
5441 * configure.in (mcore-pe): Disable the configuration of
5442 libstdc++-v3 since exceptions are not supported.
5443
54442002-03-20 Anthony Green <green@redhat.com>
5445
5446 * configure.in: Enable libgcj for xscale-elf target.
5447
54482002-02-28 Alexandre Oliva <aoliva@redhat.com>
5449
5450 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5451 libjava.
5452 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
5453
54542002-02-22 Alexandre Oliva <aoliva@redhat.com>
5455
5456 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
5457 libstdc++-v3 and libjava.
5458
54592002-02-11 Adam Megacz <adam@xwt.org>
5460
5461 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
5462 boehm-gc
5463
54642002-02-09 Alexandre Oliva <aoliva@redhat.com>
5465
5466 * config.guess: Updated to 2002-01-30's version.
5467 * config.sub: Updated to 2002-02-01's version.
5468 Contribute sh64-elf.
5469 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
5470 * configure.in: Added sh64-*-*.
5471
54722002-01-17 H.J. Lu <hjl@gnu.org>
5473
5474 * Makefile.in (all-fastjar): Also depend on all-libiberty.
5475 (all-target-fastjar): Also depend on all-target-libiberty.
5476
5477Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
5478
5479 * configure, configure.in: Use temp file for long sed commands.
5480
54812001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
5482
5483 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
5484 libf2c.
5485
54862001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
5487
5488 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
5489
54902001-10-11 Hans-Peter Nilsson <hp@axis.com>
5491
5492 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
5493
54942001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5495
5496 * configure: Handle temporary files securely using mkdir.
5497
54982001-09-26 Will Cohen <wcohen@redhat.com>
5499
5500 * configure.in (*-*-linux*): Disable configuration of target-newlib
5501 and target-libgloss.
5502
55032001-09-26 Alexandre Oliva <aoliva@redhat.com>
5504
5505 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
5506 RANLIB.
5507
55082001-08-11 Graham Stott <grahams@redhat.com>
5509
5510 * Makefile.in (check-c++): Add missing semicolon.
5511
55122001-07-25 Andrew Haley <aph@cambridge.redhat.com>
5513
5514 * configure.in (sh-*-linux*): New.
5515
55162001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5517
5518 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5519 and libgcj on m68hc11/m68hc12.
5520
55212001-06-27 H.J. Lu (hjl@gnu.org)
5522
5523 * Makefile (CFLAGS_FOR_BUILD): New.
5524 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5525
55262001-06-01 Hans-Peter Nilsson <hp@axis.com>
5527
5528 * configure.in (libstdcxx_flags): Do not try to execute
5529 libstdc++-v3/testsuite_flags until it exists.
5530
55312001-05-18 Benjamin Kosnik <bkoz@redhat.com>
5532
5533 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5534
55352001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
5536
5537 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5538
5539Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
5540
5541 * configure.in: Move *-chorusos target case to the proper switch.
5542 Disable libgcj.
5543
55442001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5545
5546 * Makefile.in (STAGE1_CFLAGS): Pass down.
5547
55482001-04-13 Alan Modra <amodra@one.net.au>
5549
5550 * config.guess: Add hppa64-linux support. Note for next import that
5551 this is already in the master file.
5552 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
5553
55542001-03-22 Colin Howell <chowell@redhat.com>
5555
5556 * Makefile.in (DO_X): Do not backslash single-quotes in
5557 backquotes (two places).
5558
55592001-03-18 Laurynas Biveinis <lauras@softhome.net>
5560
5561 * Makefile.in (DO_X): Quote nested quotes.
5562
55632001-03-15 Laurynas Biveinis <lauras@softhome.net>
5564
5565 * Makefile.in (DO_X): Use double quotes for quoting
5566 "RANLIB=$${RANLIB}".
5567
55682001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
5569
5570 * configure.in: Only use `lang_requires' for languages athat are
5571 actually enabled.
5572
55732001-03-07 Tom Tromey <tromey@redhat.com>
5574
5575 * configure.in: Allow config-lang.in to set `lang_requires' to list
5576 of other required languages.
5577
55782001-03-06 Laurynas Biveinis <lauras@softhome.net>
5579
5580 * Makefile.in: Remove RANLIB definition. Use RANLIB
5581 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5582 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
5583
55842001-02-28 Benjamin Kosnik <bkoz@redhat.com>
5585 Alexandre Oliva <aoliva@redhat.com>
5586
5587 * Makefile.in (check-c++): Use tabs, not spaces.
5588
55892001-02-19 Benjamin Kosnik <bkoz@redhat.com>
5590
5591 * Makefile.in (check-c++): New rule.
5592
5593 * configure.in (target_libs): Remove libg++.
5594 (noconfigdirs): Remove libg++.
5595 (noconfigdirs): Same.
5596 (noconfigdirs): Same.
5597 (noconfigdirs): Same.
5598
5599 * config-ml.in: Remove libg++ references.
5600
5601 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
5602 (ALL_TARGET_MODULES): Same.
5603 (configure-target-libg++): Remove.
5604 (all-target-libg++): Remove.
5605 (configure-target-libio): Remove.
5606 (all-target-libio): Remove.
5607 (check-target-libio): Remove.
5608 (.PHONY): Remove.
5609 (libg++.tar.bz2): Remove.
5610 (all-target-cygmon): Remove libio.
5611 (all-target-libstdc++): Remove.
5612 (configure-target-libstdc++): Remove.
5613 (TARGET_LIB_PATH): Remove libstdc++.
5614 (ALL_GCC_CXX): Remove libstdc++.
5615 (all-target-gperf): Correct.
5616
56172001-02-15 Anthony Green <green@redhat.com>
5618
5619 * configure: Introduce GCJ_FOR_TARGET.
5620 * configure.in: Ditto.
5621 * Makefile.in: Ditto.
5622
56232001-02-08 Chandrakala Chavva <cchavva@redhat.com>
5624
5625 * configure.in: for *-chorusos, don't config target-newlib and
5626 target-libgloss.
5627
56282001-02-04 Mark Mitchell <mark@codesourcery.com>
5629
5630 Remove V2 C++ library.
5631 * configure.in: Remove --enable-libstdcxx_v3 support.
5632
56332001-01-27 Richard Henderson <rth@redhat.com>
5634
5635 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5636
56372001-01-26 Tom Tromey <tromey@redhat.com>
5638
5639 * configure.in: Allow libgcj to be built on Sparc Solaris.
5640
56412001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
5642
5643 * configure.in: Enable libgcj on several additional platforms.
5644
56452001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
5646
5647 * configure.in: Enable libgcj for linux targets.
5648
56492001-01-09 Mike Stump <mrs@wrs.com>
5650
5651 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5652 failures of subdirectories.
5653
56542001-01-02 Laurynas Biveinis <lauras@softhome.net>
5655
5656 * configure: handle DOS-style absolute paths.
5657
56582001-01-02 Laurynas Biveinis <lauras@softhome.net>
5659
5660 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5661
56622000-12-18 Benjamin Kosnik <bkoz@redhat.com>
5663
5664 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5665 (libstdcxx_incdir): Pass down.
5666 * config.if: Remove expired bits for cxx_interface, add stub.
5667 (libstdcxx_incdir): Add variable for g++ include directory.
5668 * configure.in (gxx_include_dir): Use it.
5669
56702000-12-15 Andreas Jaeger <aj@suse.de>
5671
5672 * configure.in: Handle lang_dirs.
5673
56742000-12-13 Anthony Green <green@redhat.com>
5675
5676 * configure.in: Disable libgcj for any target not specifically
5677 listed. Disable libgcj for x86 and Alpha Linux until compatible
5678 with g++ abi.
5679
56802000-12-13 Mike Stump <mrs@wrs.com>
5681
5682 * Makefile.in (local-distclean): Also remove fastjar.
5683
56842000-12-10 Anthony Green <green@redhat.com>
5685
5686 * configure.in: Define libgcj. Disable libgcj target libraries for
5687 most targets.
5688
56892000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
5690
5691 * configure.in (target_libs): Revert 2000-12-08 patch.
5692 (noconfigdirs): Added target-libjava.
5693
56942000-12-09 Laurynas Biveinis <lauras@softhome.net>
5695
5696 * Makefile.in: handle DOS-style absolute paths.
5697
56982000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5699
5700 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5701 libjava.
5702 * configure.in (target_libs): Removed `target-libjava'.
5703
57042000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5705
5706 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5707 (ALL_MODULES): Added fastjar.
5708 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5709 (all-target-libjava): all-fastjar replaces all-zip.
5710 (all-fastjar): Added.
5711 (configure-target-fastjar, all-target-fastjar): Likewise.
5712 * configure.in (host_tools): Added fastjar.
5713
57142000-12-07 Mike Stump <mrs@wrs.com>
5715
5716 * Makefile.in (local-distclean): Remove leftover built files.
5717
57182000-11-16 Fred Fish <fnf@be.com>
5719
5720 * configure.in (enable_libstdcxx_v3): Fix typo,
5721 libstd++ -> libstdc++.
5722
57232000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
5724
5725 * configure: Provide the original toplevel configure arguments
5726 (including $0) to subprocesses in the environment rather than
5727 through gcc/configargs.h.
5728
57292000-11-12 Mark Mitchell <mark@codesourcery.com>
5730
5731 * configure: Turn on libstdc++ V3 by default.
5732
57332000-10-16 Michael Meissner <meissner@redhat.com>
5734
5735 * configure (gcc/configargs.h): Only create if there is a build GCC
5736 directory created.
5737
57382000-10-05 Phil Edwards <pme@gcc.gnu.org>
5739
5740 * configure: Save configure arguments to gcc/configargs.h.
5741
57422000-10-04 Andris Pavenis <pavenis@latnet.lv>
5743
5744 * Makefile.in (bootstrap): avoid recursion if subdir missing
5745 (cross): ditto
5746 (do-proto-toplev): ditto
5747
5748Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
5749
5750 * configure.in: Do not build byacc for hppa64. Provide paths to the
5751 X11 libraries for hppa64.
5752
57532000-09-02 Anthony Green <green@cygnus.com>
5754
5755 * Makefile.in (all-gcc): Depend on all-zlib.
5756 (CLEAN_MODULES): Add clean-zlib.
5757 (ALL_MODULES): Add all-zlib.
5758 * configure.in (host_libs): Add zlib.
5759
57602000-08-25 Alexandre Oliva <aoliva@redhat.com>
5761
5762 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5763 $targargs to tell whether newlib is going to be built.
5764
5765 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5766 $$r/TARGET_SUBDIR/libio for _G_config.h.
5767
57682000-08-14 Zack Weinberg <zack@wolery.cumb.org>
5769
5770 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5771
5772 * configure: Make enable_threads and enable_shared defaults
5773 explicit. Substitute enable_threads into generated Makefiles.
5774 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5775 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5776
57772000-08-02 Manfred Hollstein <manfredh@redhat.com>
5778
5779 * configure.in: Re-enable all references to libg++ and librx.
5780
ffb97b2f 57812002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 5782
ffb97b2f
DD
5783 * configure.in: Add *-*-freebsd* configurations.
5784
bbf6e9e3
AC
57852002-04-07 Andrew Cagney <ac131313@redhat.com>
5786
5787 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
5788 (do-tar, do-bz2): New rules.
5789 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
5790 (gdb-tar): New rule.
5791 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
5792 (insight_dejagnu.tar): New rule.
5793 (insight.tar): New rule.
5794 (gdb+dejagnu.tar): New rule.
5795 (gdb.tar): New rule.
5796
8f1579c0
AC
57972002-04-07 Andrew Cagney <ac131313@redhat.com>
5798
5799 * MAINTAINERS: Update dejagnu/
5800
ba3c59ab
AO
58012002-03-16 Alexandre Oliva <aoliva@redhat.com>
5802
5803 * ltmain.sh (relink_command): Fix typo in previous change.
5804
6243d5dd
AO
58052002-03-15 Alexandre Oliva <aoliva@redhat.com>
5806
5807 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
5808 (relink_command): Added --tag flags.
5809 (mode=install): If relinking fails; error out.
5810
80413487
RH
58112002-03-12 Richard Henderson <rth@redhat.com>
5812
5813 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
5814 .NOTPARALLEL tag.
5815 (do-check): Rename from check.
5816 (check): Allow parallel check.
5817
3daeddf6
RH
58182002-03-11 Richard Henderson <rth@redhat.com>
5819
5820 * Makefile.in (.NOTPARALLEL): Add fake tag.
5821
fad93c55
L
58222002-03-07 H.J. Lu (hjl@gnu.org)
5823
5824 * configure.in: Enable gprof for mips*-*-linux*.
5825
2e8357fc
AO
58262002-02-28 Alexandre Oliva <aoliva@redhat.com>
5827
5828 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5829 libjava.
5830 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
5831
bd48e1a9
AC
58322002-02-24 Andrew Cagney <ac131313@redhat.com>
5833
5834 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
5835
39121370
DJ
58362002-02-23 Daniel Jacobowitz <drow@mvista.com>
5837
5838 * config.guess: Import from master sources, rev 1.232.
5839 * config.sub: Import from master sources, rev 1.246.
5840
081ff160
AO
58412002-02-23 Alexandre Oliva <aoliva@redhat.com>
5842
5843 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
5844 because its Makefile is there; test for the executable instead.
5845
20a5393b
AO
58462002-02-09 Alexandre Oliva <aoliva@redhat.com>
5847
5848 Contribute sh64-elf.
5849 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
5850 * configure.in: Added sh64-*-*.
5851
38135629
JJ
58522002-02-04 Jeff Johnston <jjohnstn@redhat.com>
5853
80413487
RH
5854 * COPYING.NEWLIB: Remove advertising clause from
5855 Berkeley and Red Hat licenses.
38135629 5856
48d19748
MD
58572002-02-01 Mo DeJong <supermo@bayarea.net>
5858
5859 * Makefile.in: Add all-tix to deps for all-snavigator
5860 so that tix is built when building snavigator.
5861
f6e1c110
BE
58622002-02-01 Ben Elliston <bje@redhat.com>
5863
5864 * config.guess: Import from master sources, rev 1.229.
5865 * config.sub: Import from master sources, rev 1.240.
5866
4867be41
DJ
58672002-01-27 Daniel Jacobowitz <drow@mvista.com>
5868
5869 From Steve Ellcey <sje@cup.hp.com>:
5870 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
5871 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
5872 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
5873 IA64.
5874 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
5875 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
5876 soname_spec, sys_lib_search_path_spec): Ditto.
5877
e82380cc
JT
58782002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
5879
5880 * configure.in (*-*-netbsd*): New. Skip target-newlib,
5881 target-libiberty, and target-libgloss. Skip Java-related
5882 libraries if not supported for NetBSD on target CPU.
5883
1319fb9c
NC
58842002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
5885
5886 * configure.in: Import StrongARM and XScale target_configdirs from
5887 FSF GCC version.
5888
b020f6ac
L
58892002-01-16 H.J. Lu (hjl@gnu.org)
5890
5891 * config.guess: Import from master sources, rev 1.225.
5892 * config.sub: Import from master sources, rev 1.238.
5893
5894 * MAINTAINERS: Updated notes on config.guess and config.sub.
5895
a0c1c920
NC
58962002-01-11 Steve Ellcey <sje@cup.hp.com>
5897
5898 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
5899 ld and gdb are not supported.
5900
a9fa5e1f
JJ
59012002-01-07 Jeff Johnston <jjohnstn@redhat.com>
5902
5903 * Change reference to Cygnus Solutions to be Red Hat.
5904
94077108
JJ
59052002-01-07 Jeff Johnston <jjohnstn@redhat.com>
5906
5907 * COPYING.NEWLIB: Update generic copyright date.
5908
05ecd75c
MS
59092002-01-07 Mark Salter <msalter@redhat.com>
5910
5911 * configure.in: Remove target-bsp and target-cygmon from arm builds.
5912 Allow target-libgloss to be built for arm, strongarm, and xscale.
5913
a106bb62
BE
59142002-01-03 Ben Elliston <bje@redhat.com>
5915
5916 * MAINTAINERS: Update URL for config.* scripts.
5917
0e254642
AM
59182001-12-18 Alan Modra <amodra@bigpond.net.au>
5919
5920 * config.sub: Import latest version.
5921 * config.guess: Likewise.
5922
0a0d0041
TF
59232001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
5924
5925 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
5926 options for i[3456]86-pc-linux* native builds.
5927
d932cae7
NC
59282001-12-05 Laurent Guerby <guerby@acm.org>
5929
5930 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 5931 libiberty.
d932cae7
NC
5932
5933 Import this patch from gcc:
5481b376 5934
d932cae7
NC
5935 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
5936
5937 * symlink-tree: handle DOS-style absolute paths.
5938
49b7683b
DD
59392001-11-28 DJ Delorie <dj@redhat.com>
5940 Zack Weinberg <zack@codesourcery.com>
5941
5942 When build != host, create libiberty for the build machine.
5943
5944 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
5945 CONFIG_ARGUMENTS.
5946 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
5947 New variables.
5948 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
5949 and rules.
5950 (all.normal): Depend on ALL_BUILD_MODULES.
5951 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
5952 (all-build-libiberty): Depend on configure-build-libiberty.
5953
5954 * configure: Calculate and substitute proper value for
5955 ALL_BUILD_MODULES.
5956 * configure.in: Create the build subdirectory.
5957 Calculate and substitute TARGET_CONFIGARGS (formerly
5958 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
5959
26ef82f4
GK
59602001-11-26 Geoffrey Keating <geoffk@redhat.com>
5961
5962 * config.sub: Update to version 1.232 on subversion.
5963
43e64072
NC
59642001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
5965
5966 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
5967 files from .po files for a distribution.
5968
66f6c0d5
HPN
59692001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
5970
5971 * COPYING.NEWLIB: Mention preserved notice in specific parts.
5972
4a02fdb2
JH
59732001-11-13 Jeff Holcomb <jeffh@redhat.com>
5974
5975 Merged from net gcc:
5976 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
5977 * ltcf-c.sh: Use $objext, not $ac_objext.
5978 2001-07-27 Mark Kettenis <kettenis@gnu.org>
5979 * ltcf-cxx.sh: Add support for GNU.
5980 2001-07-22 Timothy Wall <twall@redhat.com>
5981 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
5982 default settings if using GNU tools with that configuration.
5983 * ltcf-cxx.sh: Ditto.
5984 * ltcf-gcj.sh: Ditto.
5985 2001-07-21 Michael Chastain <chastain@redhat.com>
5986 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
5987 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
5988 * ltmain.sh: Mark as gcc-local.
5989
227b9953
JH
59902001-11-13 Jeff Holcomb <jeffh@redhat.com>
5991
5992 * Makefile.in (all-bison): Revert 2001-10-24.
5993 Don't depend on texinfo.
5994
cbbab8fb
JJ
59952001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
5996
80413487 5997 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 5998
922b2485
DD
59992001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
6000
6001 * configure.in (--enable-languages): Be more permissive about
6002 syntax. Check for empty lists better. Warn about $LANGUAGES.
6003
f08fa01d
HPN
60042001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
6005
6006 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
6007
fee3da4e
JH
60082001-10-24 Jeff Holcomb <jeffh@redhat.com>
6009
6010 Makefile.in (all-bison): Don't depend on texinfo.
6011
73fb1ef9
AM
60122001-10-03 Alan Modra <amodra@bigpond.net.au>
6013
6014 * gettext.m4: Test po/POTFILES.in exists before trying to read.
6015
373688ac
AO
60162001-09-29 Alexandre Oliva <aoliva@redhat.com>
6017
6018 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
6019
9c07660b
HPN
60202001-09-28 Hans-Peter Nilsson <hp@axis.com>
6021
6022 * config.sub, config.guess: Import latest from subversions.
6023
3f152009
AO
60242001-09-21 Alexandre Oliva <aoliva@redhat.com>
6025
6026 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
6027 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
6028 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
6029 avoid quotes nesting problems.
6030 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
6031 (DO_X): Export only variables that are set.
6032
8f6a59e5
BE
60332001-09-19 Ben Elliston <bje@redhat.com>
6034
6035 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
6036 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
6037 semantics. Use the shell built-in "type" command instead.
6038
a1ec19fa
TS
60392001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6040
6041 * config.sub: Reverted the earlier change, this version is not the
6042 master file.
6043
4008bd9b
TS
60442001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6045
6046 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
6047 Add support for mips64.
6048
dd1e52a4
JH
60492001-09-03 Jeff Holcomb <jeffh@redhat.com>
6050
6051 * configure.in: Enable libstdc++-v3 for h8300 targets.
6052
91549d1c
EC
60532001-08-30 Eric Christopher <echristo@redhat.com>
6054 Jason Eckhardt <jle@redhat.com>
6055
6056 * config.sub: Add support for mipsisa32.
6057
cf966cf9
EC
60582001-08-30 Eric Christopher <echristo@redhat.com>
6059
6060 * config.sub, config.guess: Import latest from subversions.
6061
82208dc5
AM
60622001-08-20 Alan Modra <amodra@bigpond.net.au>
6063
6064 * config.sub, config.guess: Import latest from subversions.
6065
4dca8403
DD
60662001-07-26 DJ Delorie <dj@redhat.com>
6067
6068 * MAINTAINERS: Clarify libiberty merge rules and procedures.
6069
1107dce2
AM
60702001-06-19 Alan Modra <amodra@bigpond.net.au>
6071
6072 * Makefile.in: Revert 2001-06-17.
6073 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
6074
e09a6604
L
60752001-06-17 H.J. Lu <hjl@gnu.org>
6076
6077 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
6078 (gas+binutils.tar.bz2): Likewise.
6079 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
6080
31a8b634
AC
6081Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
6082
6083 * Makefile.in (VER): When present, extract the version number from
5481b376 6084 the file version.in.
31a8b634 6085
dc70af01
AO
60862001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
6087
6088 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
6089 gcc/xgcc is built, use -print-prog-name to find out the program
6090 name to use.
6091
839bbd8c
AO
60922001-06-04 Mark Mitchell <mark@codesourcery.com>
6093
6094 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
6095 with_gcc]: Use `gcc -shared' to build a shared library.
6096
566e9a30
AO
60972001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6098
6099 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
6100 archives.
6101
e877bb69
AO
61022001-05-28 Simon Patarin <simon.patarin@inria.fr>
6103
6104 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
6105 libraries when using g++ with native linker.
6106
1605288b
AO
61072001-05-28 Alexandre Oliva <aoliva@redhat.com>
6108
6109 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
6110
11a383ba
TR
61112001-05-24 Tom Rix <trix@redhat.com>
6112
6113 * configure.in : enable ld for aix
cf966cf9 6114
18611226
AO
61152001-05-22 Alexandre Oliva <aoliva@redhat.com>
6116
6117 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
6118 [aix4*|aix5*]: Prepend blank.
6119
6be7c12c
AO
61202001-05-20 Alexandre Oliva <aoliva@redhat.com>
6121
6122 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6123 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
6124 of subdir/configure scripts to use the new libtool.m4.
6125
4ed00bba
L
61262001-05-14 H.J. Lu <hjl@gnu.org>
6127
6128 * config.if (libc_interface): Set to -libc6.2- for cross
6129 compiling to Linux/glibc 2.2.
6130
b1af961c
AO
61312001-05-03 Alexandre Oliva <aoliva@redhat.com>
6132
6133 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
6134 libgcj.
6135
5ec3e74e
AO
61362001-04-26 Alexandre Oliva <aoliva@redhat.com>
6137
6138 * configure.in (noconfigdirs): Don't reset it from scratch in the
6139 target case; only append to it.
6140
b3ed1d6b
AO
61412001-04-26 Alexandre Oliva <aoliva@redhat.com>
6142
6143 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
6144 sparc-*-solaris2.8]: Disable ${libgcj}.
6145
96111c10
AO
61462001-04-25 Alexandre Oliva <aoliva@redhat.com>
6147
6148 * configure.in (libgcj_saved): Copy from $libgcj.
6149 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
6150 --disable-libgcj.
6151
b5bf43f2
AO
61522001-04-20 Alexandre Oliva <aoliva@redhat.com>
6153
6154 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
6155 1.641.2.228.
6156
8cc32590
AO
61572001-04-12 Alexandre Oliva <aoliva@redhat.com>
6158
6159 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6160 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
6161
dec0cb0c
AO
61622001-04-01 Alexandre Oliva <aoliva@redhat.com>
6163
6164 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
6165 New macros.
6166 (bootstrap, cross): Use RECURSE_FLAGS.
6167 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
6168
6a9c3886
AO
61692001-03-27 Alexandre Oliva <aoliva@redhat.com>
6170
6171 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
6172
d4fc7db8
NC
61732001-03-23 Nick Clifton <nickc@redhat.com>
6174
6175 * README-maintainer-mode: Add note about inability to use "make
6176 distclean" in maintainer mode.
6177
7389ff65
AO
61782001-03-22 Alexandre Oliva <aoliva@redhat.com>
6179
6180 Re-installed:
6181 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
6182 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
6183 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6184 * ltcf-cxx.sh: Likewise.
6185 * ltcf-gcj.sh: Likewise.
6186
b3e0dc8e
PB
61872001-03-22 Philip Blundell <philb@gnu.org>
6188
6189 * config.sub, config.guess: Import latest from subversions.
6190
469b781c
AO
61912001-03-22 Alexandre Oliva <aoliva@redhat.com>
6192
6193 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6194 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
6195
b0dad762
MC
61962001-03-20 Michael Chastain <chastain@redhat.com>
6197
6198 * Makefile.in: all-m4 depends on all-texinfo.
6199
c559bb17
AO
62002001-03-08 Alexandre Oliva <aoliva@redhat.com>
6201
6202 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
6203
fef4ae2e
JJ
62042001-02-22 Jeff Johnston <jjohnstn@redhat.com>
6205
6206 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
6207 longer valid.
6208
8d6dd99d
NC
62092001-02-16 Nick Clifton <nickc@redhat.com>
6210
6211 * configure.in (noconfigdirs): Allow configuration of texinfo
6212 for Cygwin hosts.
6213
a85d7ed0
NC
62142001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
6215
6216 * config.guess: Add linux target for S/390.
6217 * config.sub: Likewise.
6218 * configure.in: Likewise.
6219
51221c5e
DD
62202001-02-06 Ben Elliston <bje@redhat.com>
6221
6222 * configure: Output host type to stdout, not stderr.
6223
9dec4c71
MS
62242001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6225
6226 * config.guess: Import from subversions.gnu.org (revision 1.181).
6227 * config.sub: Import from subversions.gnu.org (revision 1.199).
6228
9add9c04
AM
62292001-01-30 Alan Modra <alan@linuxcare.com.au>
6230
6231 * config.guess: Handle hppa64-linux systems.
6232
8679174d
MS
62332001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6234
6235 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
6236 Don't unset, it's non-portable and no longer necessary, set to empty
6237 instead.
6238
02d01ed4
MS
62392001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6240
6241 * ltconfig: Shell portability fix for the tagname validity check.
6242
4cc5853d
MS
62432001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6244
6245 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
6246
7487e485
AO
62472001-01-27 Alexandre Oliva <aoliva@redhat.com>
6248
6249 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
6250 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
6251
f332af52
AO
62522001-01-24 Alexandre Oliva <aoliva@redhat.com>
6253
6254 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
6255 keep at least one of build_libtool_libs or build_old_libs set to
6256 yes.
6257
ef099754
AO
62582001-01-24 Alexandre Oliva <aoliva@redhat.com>
6259
6260 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
6261 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
6262
8341f2fc 62632000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 6264
8341f2fc
AJ
6265 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6266
62672000-11-03 Philip Blundell <pb@futuretv.com>
6268
6269 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6270 files.
ebf0fa2e 6271
c320a39f
JJ
62722001-01-15 Jeff Johnston <jjohnstn@redhat.com>
6273
6274 * COPYING.NEWLIB: Put into source repository.
6275
8817b92e
BE
62762001-01-15 Ben Elliston <bje@redhat.com>
6277
6278 * configure.in (host_tools): Add sid.
6279 Always configure cgen.
6280 * Makefile.in (all-sid): New target.
6281 (check-sid, clean-sid, install-sid): Likewise.
6282
35590697
AJ
62832001-01-07 Andreas Jaeger <aj@suse.de>
6284
80413487 6285 * config.sub, config.guess: Update from subversions.
35590697 6286
6ee6cea6
AO
62872000-12-12 Alexandre Oliva <aoliva@redhat.com>
6288
6289 * configure.in: Disable language-specific target libraries for
6290 languages that aren't enabled.
6291
077b8428
NC
62922000-11-24 Nick Clifton <nickc@redhat.com>
6293
6294 * configure.in (xscale-elf): Add target.
6295 (xscale-coff): Add target.
6296 (c4x, c5x, tic54x): Move after ARM targets.
6297
9e28a1ed
AO
62982000-11-23 Alexandre Oliva <aoliva@redhat.com>
6299
6300 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
6301
be98a80a
ILT
63022000-11-20 Ian Lance Taylor <ian@zembu.com>
6303
6304 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
6305
5cec67bf
AO
63062000-11-18 Alexandre Oliva <aoliva@redhat.com>
6307
6308 * Makefile.in: Merge with GCC and libgcj.
6309 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
6310 configure-target-<library> when their configure scripts need the C
6311 or C++ library to have already been built to work properly.
6312 (do_proto_toplev): Set them to an empty string.
6313
d932cae7 63142000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
6315
6316 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
6317 (REALLY_SET_LIB_PATH): Use them.
6318
d932cae7 63192000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
6320
6321 * config.sub: Add support for Sun Chorus
6322
8602ff0c
NC
63232000-11-02 Per Lundberg <plundis@chaosdev.org>
6324
6325 * config.sub: Add support for the *-storm-chaos OS.
6326
f9e0997d
NC
63272000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
6328
80413487
RH
6329 * configure.in (noconfigdirs): Don't compile some
6330 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 6331
d64552c5
AO
63322000-09-30 Alexandre Oliva <aoliva@redhat.com>
6333
6334 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
6335 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
6336 all affected `configure' scripts.
6337
97f60b31
AO
63382000-09-25 Alexandre Oliva <aoliva@redhat.com>
6339
6340 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
6341 ltcf-c.sh.
6342
6e8dd58f
PB
63432000-09-12 Philip Blundell <philb@gnu.org>
6344
6345 * config.sub, config.guess: Update from subversions.
6346
103a2e99
AO
63472000-09-06 Alexandre Oliva <aoliva@redhat.com>
6348
51601921
AO
6349 * Makefile.in (all-zlib): Added dummy target.
6350
103a2e99
AO
6351 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
6352 multi-language branch.
6353
2809b4b9
AO
63542000-09-05 Alexandre Oliva <aoliva@redhat.com>
6355
6356 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
6357 (bootstrap*): Depend on all-bootstrap.
6358
7450026c
AO
63592000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
6360
6361 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
6362 crosses, but add gcc/include to the header search path for them.
6363
6cf86f7f
AO
63642000-08-31 Alexandre Oliva <aoliva@redhat.com>
6365
6366 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
6367 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
6368 * gettext.m4: New file, extracted from aclocal.m4.
6369
ce2ea6e3
AO
63702000-08-22 Alexandre Oliva <aoliva@redhat.com>
6371
6372 * config-ml.in (CC, CXX): Avoid trailing whitespace.
6373 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
6374 sub-configures.
6375
9765193e
DE
63762000-08-20 Doug Evans <dje@casey.transmeta.com>
6377
6378 * Makefile.in (ALL_MODULES): Add all-cgen.
6379 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6380 (all-cgen): New target.
6381 (all-opcodes,all-sim): Depend on all-cgen.
6382 * configure.in (host_tools): Add cgen.
6383 Only configure cgen if --enable-cgen-maint.
6384
d7b32520
AO
63852000-08-17 Alexandre Oliva <aoliva@redhat.com>
6386
6387 * config-ml.in (CC, CXX): Don't introduce a leading space.
6388
e52ef561
AO
63892000-08-16 Alexandre Oliva <aoliva@redhat.com>
6390
6391 * configure.in (libstdcxx_flags): Use
6392 libstdc++-v3/src/libstdc++.INC.
6393
88f9c2a0
AO
63942000-08-15 Alexandre Oliva <aoliva@redhat.com>
6395
6396 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
6397
98fbe43f
JM
63982000-08-11 Jason Merrill <jason@redhat.com>
6399
6400 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
6401 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
6402 (FLAGS_FOR_TARGET): Not here.
6403 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
6404
279ddab4
DD
64052000-08-07 DJ Delorie <dj@redhat.com>
6406
6407 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
6408 "if we're also building gcc, and it's a gcc that will run on the
6409 build machine, we want to use its includes instead of the system's
6410 default includes".
6411
60523a83
AO
64122000-08-03 Alexandre Oliva <aoliva@redhat.com>
6413
24ffec7a
AO
6414 * configure.in (libstdcxx_flags): Don't use `"'.
6415
60523a83
AO
6416 * config-ml.in: Adjust multilib search paths to the
6417 appropriate multilib tree.
6418
daf644b5
AO
64192000-08-02 Alexandre Oliva <aoliva@redhat.com>
6420
6421 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
6422 commas in $LANGUAGES.
6423
63266560
DD
64242000-08-01 Alexandre Oliva <aoliva@redhat.com>
6425
6426 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
6427
64282000-07-31 Alexandre Oliva <aoliva@redhat.com>
6429
6430 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
6431 CXX_FOR_TARGET for sed.
6432
64332000-07-30 Alexandre Oliva <aoliva@redhat.com>
6434
6435 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
6436 Do not override if already set in the environment or in configure.
6437 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
6438 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
6439
9e449d3e
AO
64402000-07-27 Alexandre Oliva <aoliva@redhat.com>
6441
6442 * Makefile.in (FLAGS_FOR_TARGET): New macro.
6443 (GCC_FOR_TARGET): Use it.
6444 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
6445 * configure.in: ... here.
6446 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
6447 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
6448
8bbd92e0
AO
64492000-07-24 Alexandre Oliva <aoliva@redhat.com>
6450
fd1f87b2
AO
6451 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
6452 (configure-target-libchill, configure-target-libobjc): Likewise.
6453
8bbd92e0
AO
6454 * configure.in: Use the same cache file for all target libs.
6455 * config-ml.in: But different cache files per multilib variant.
6456
25c6c112
JL
64572000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6458
6459 * configure (topsrcdir): Don't use dirname.
6460
ba73c63f
JM
64612000-07-20 Jason Merrill <jason@redhat.com>
6462
6463 * configure.in: Remove all references to libg++ and librx.
6464
6465 * configure, configure.in, Makefile.in: Unify gcc and binutils.
6466
1af08294
HPN
64672000-07-20 Hans-Peter Nilsson <hp@axis.com>
6468
6469 * config.sub: Update to subversions version 2000-07-06.
6470
ba73c63f
JM
64712000-07-12 Andrew Haley <aph@cygnus.com>
6472
6473 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
6474 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
6475
64762000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
6477
6478 * symlink-tree: Check number of arguments.
6479
d932cae7 64802000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
6481
6482 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
6483
ba73c63f
JM
64842000-07-05 Jim Wilson <wilson@cygnus.com>
6485
6486 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
6487 search path for a g++ extracted from the build tree. This
6488 will allow link tests run by configure scripts in
6489 subdirectories to succeed.
6490
92ee2f86
UC
64912000-07-01 Koundinya K <kk@ddeorg.soft.net>
6492
80413487 6493 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 6494
23f2f29f
CV
64952000-06-28 Corinna Vinschen <vinschen@cygnus.com>
6496
6497 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
6498 `os2'. Force ac_cv_exeext to be ".exe" in that case.
6499
f04f5a67
TW
65002000-06-19 Timothy Wall <twall@cygnus.com>
6501
6502 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
6503 * config.sub: Add tic54x target.
6504
11da68be
NC
65052000-06-07 Phillip Thomas <pthomas@suse.de>
6506
6507 * README-maintainer-mode: New file: Contains notes on using
6508 --enable-maintainer-mode with binutils.
6509
d932cae7 65102000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
6511
6512 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
6513
d932cae7 65142000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
6515
6516 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
6517 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
6518
9442cea3
L
651920000-05-21 H.J. Lu (hjl@gnu.org)
6520
80413487
RH
6521 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
6522 directory are used if they exist. Make sure
6523 $(build_tooldir)/include is searched for header files,
6524 $(build_tooldir)/lib/ for library files.
9442cea3 6525 (GCC_FOR_TARGET): Likewise.
80413487 6526 (CXX_FOR_TARGET): Likewise.
9442cea3 6527
d932cae7 65282000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
6529
6530 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
6531
d932cae7 65322000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
6533
6534 * Makefile.in (configure-target-libiberty): Depend on
6535 configure-target-newlib.
6536
ba73c63f
JM
65372000-05-16 Alexandre Oliva <aoliva@cygnus.com>
6538
6539 * configure.in, Makefile.in: Merge all libffi-related
6540 configury stuff from the libgcj tree.
6541
d932cae7 65422000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
6543
6544 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6545 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
6546
d932cae7 65472000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
6548
6549 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6550 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 6551 current version information. Add to proto-toplev directory.
b5a23627
AC
6552 (gdb-taz): Build do-djunpack.
6553
ba73c63f
JM
65542000-05-15 David Edelsohn <edelsohn@gnu.org>
6555
6556 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
6557
7c86ed39
L
65582000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6559
6560 * ltmain.sh: Preserve in relink_command any environment
6561 variables that may affect the linker behavior.
6562
d932cae7 65632000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
6564
6565 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
6566
d932cae7 65672000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
6568
6569 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
6570
ed0a91a5
EZ
65712000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6572
6573 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 6574 with the version name.
ed0a91a5 6575
ba73c63f 65762000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 6577
ba73c63f 6578 * config.if: Tweak.
6cafa39f 6579
ba73c63f 65802000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 6581
ba73c63f 6582 * djunpack.bat: New file.
66156876 6583
d932cae7 65842000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
6585
6586 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
6587 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
6588 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
6589 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 6590
ba73c63f
JM
65912000-04-16 Dave Pitts <dpitts@cozx.com>
6592
80413487
RH
6593 * config.sub (case $basic_machine): Change default for "ibm-*"
6594 to "openedition".
ba73c63f 6595
d932cae7 65962000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
6597
6598 * Makefile.in (gdb-taz): New target. GDB specific archive.
6599 (do-md5sum): New target.
6600 (MD5PROG): Define.
6601 (PACKAGE): Default to TOOL.
6602 (VER): Default to a shell script.
6603 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 6604 md5 checksum generation.
b35ece4e
AC
6605 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
6606 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
6607 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 6608 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 6609
d932cae7 66102000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
6611
6612 * configure (warn_cflags): Delete.
6613
ba73c63f 66142000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 6615 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 6616
80413487
RH
6617 * configure.in (enable_libstdcxx_v3): Add.
6618 (target_libs): Add bits here to switch between libstdc++-v2 and
6619 libstdc++-v3.
6620 * config.if: And this file too.
6621 * Makefile.in: Add libstdc++-v3 targets.
35590697 6622
ba73c63f
JM
66232000-04-05 Michael Meissner <meissner@redhat.com>
6624
6625 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 6626
d332c5ac
JM
66272000-03-29 Jason Merrill <jason@casey.cygnus.com>
6628
6629 * configure.in: -linux-gnu*, not -linux-gnu.
6630
d932cae7 66312000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
6632
6633 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6634 (do-tar-bz2): Replace TOOL with PACKAGE.
6635 (gdb.tar.bz2): Remove GDBTK from GDB package.
6636 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 6637 dejagnu.tar.bz2): New packages.
6dcbc97b 6638
96ce09a7
ILT
66392000-02-27 Andreas Jaeger <aj@suse.de>
6640
6641 * configure.in: Add entry for mips*-*-linux*, move catch all
6642 *-*-*linux* entry below this one.
6643
2031769e
ILT
66442000-02-27 Ian Lance Taylor <ian@zembu.com>
6645
6646 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
6647
4bab746c
NC
66482000-02-24 Nick Clifton <nickc@cygnus.com>
6649
6650 * config.sub: Support an OS of "wince".
6651
d932cae7 66522000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
6653
6654 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 6655 version.
ada59422 6656
5b93d8bb
AM
66572000-02-23 Linas Vepstas <linas@linas.org>
6658
6659 * config.sub: Add support for Linux/IBM 370.
6660 * configure.in: Likewise.
6661
2fb651f6
NC
66622000-02-22 Nick Clifton <nickc@cygnus.com>
6663
6664 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6665
b8441c25
CF
66662000-02-20 Christopher Faylor <cgf@cygnus.com>
6667
6668 * config.guess: Guess "cygwin" rather than "cygwin32".
6669
d332c5ac
JM
66702000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6671
6672 * configure (gcc_version): When setting, narrow search to
6673 lines containing `version_string'.
6674
ba73c63f
JM
66752000-02-15 Denis Chertykov <denisc@overta.ru>
6676
6677 * config.sub: Add support for avr target.
6678
d932cae7 66792000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
6680
6681 * config.sub: Add mmix-knuth-mmixware.
6682
66832000-01-27 Christopher Faylor <cgf@redhat.com>
6684
6685 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6686 structure stuff to -L library search.
6687 (CXX_FOR_TARGET): Ditto.
6688 (CROSS_CHECK_MODULES): Fix spelling mistake.
6689
66902000-01-24 Mark Mitchell <mark@codesourcery.com>
6691
6692 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6693 the C++ compiler.
6694
66952000-01-12 Richard Henderson <rth@cygnus.com>
6696
6697 * configure.in: Don't build some bits for beos.
6698
66992000-01-12 Joel Sherrill (joel@OARcorp.com)
6700
6701 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6702 as include files.
6703
91b2c84d
GK
67042000-01-06 Geoff Keating <geoffk@cygnus.com>
6705
6706 * configure.in: Use mt-aix43 to handle *_TARGET defs,
6707 not mh-aix43.
6708
ba73c63f
JM
67091999-12-14 Richard Henderson <rth@cygnus.com>
6710
6711 * config.guess (alpha-osf, alpha-linux): Detect ev67.
6712 * config.sub: Accept alphaev[78], alphaev8.
6713
67141999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6715
6716 * config.guess, config.sub: Update from autoconf.
6717
6718Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6719
6720 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6721 necessary libraries are missing.
6722
67231999-10-25 Andreas Schwab <schwab@suse.de>
6724
6725 * configure: Fix quoting inside arguments of eval.
6726
67271999-10-21 Nick Clifton <nickc@cygnus.com>
6728
6729 * config-ml.in: Allow suppression of some ARM multilibs.
6730
6731Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
6732
6733 * config.guess: Add OS/390 match pattern.
6734 * config.sub: Add mvs, openedition targets.
6735 * configure.in (i370-ibm-opened*): New.
6736
ef14edc4
ILT
67371999-09-04 Steve Chamberlain <sac@pobox.com>
6738
6739 * config.sub: Add support for configuring for pj.
6740
afb478e8
NC
67411999-08-31 Nick Clifton <nickc@cygnus.com>
6742
fd6848f6 6743 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 6744
ba73c63f 67451999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
6746
6747 * configure.in: Do not configure or build ld for AIX
6748 platforms. ld is known to be broken on these platforms.
6749
ba73c63f
JM
6750Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6751
6752 * config-ml.in: Pass compiler flag corresponding to multidirs to
6753 subdir configures.
6754
c363de44
ILT
67551999-08-09 Ian Lance Taylor <ian@zembu.com>
6756
6757 * Makefile.in (LDFLAGS): Define.
6758
dc8bc5a6
ILT
67591999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
6760
6761 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6762 noconfigdirs.
6763 (*-*-cygwin*): Likewise.
6764
6ca3858e
ILT
67651999-08-08 Ian Lance Taylor <ian@zembu.com>
6766
71141bb6
ILT
6767 * mkdep: New file.
6768 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6769 (BINUTILS_SUPPORT_DIRS): Add mkdep.
6770
6ca3858e
ILT
6771 From Eli Zaretskii <eliz@is.elta.co.il>:
6772 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6773 long file name when using DJGPP on MS-DOS.
6774
ba73c63f
JM
6775Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
6776
6777 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6778
2735a327
AM
67791999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
6780
6781 * Makefile.in (check-target-libio): Remove all-target-libstdc++
6782 dependency as this causes "make check" to globally "make all"
6783
ba73c63f
JM
6784Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
6785
6786 * configure.in (target_libs): Added target-zlib.
6787 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6788 (CONFIGURE_TARGET_MODULES): Likewise.
6789 (CHECK_TARGET_MODULES): Likewise.
6790 (INSTALL_TARGET_MODULES): Likewise.
6791 (CLEAN_TARGET_MODULES): Likewise.
6792 (configure-target-zlib): New target.
6793 (all-target-zlib): Likewise.
6794 (all-target-libjava): Depend on all-target-zlib.
6795 (configure-target-libjava): Depend on configure-target-zlib.
6796
6797 * Makefile.in (configure-target-libjava): Depend on
6798 configure-target-newlib.
6799 (configure-target-boehm-gc): New target.
6800 (configure-target-qthreads): New target.
6801
80413487
RH
6802 * configure.in (target_libs): Added target-qthreads.
6803 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6804 (CONFIGURE_TARGET_MODULES): Likewise.
6805 (CHECK_TARGET_MODULES): Likewise.
6806 (INSTALL_TARGET_MODULES): Likewise.
6807 (CLEAN_TARGET_MODULES): Likewise.
6808 (all-target-qthreads): New target.
6809 (configure-target-libjava): Depend on configure-target-qthreads.
6810 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
6811
6812 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6813 (CONFIGURE_TARGET_MODULES): Likewise.
6814 (CHECK_TARGET_MODULES): Likewise.
6815 (INSTALL_TARGET_MODULES): Likewise.
6816 (CLEAN_TARGET_MODULES): Likewise.
6817 (all-target-libjava): New target.
6818 (all-target-boehm-gc): Likewise.
6819 * configure.in (target_libs): Added libjava, boehm-gc.
6820
08d836d6
ILT
68211999-07-22 Ian Lance Taylor <ian@zembu.com>
6822
6823 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6824 configure.bat in SUPPORT_FILES.
6825 (gas+binutils.tar.bz2): Likewise.
6826
6827 * makeall.bat: Remove; obsolete.
6828
8f36e47c
ILT
68291999-07-21 Ian Lance Taylor <ian@zembu.com>
6830
6831 From Mark Elbrecht:
6832 * configure.bat: Remove; obsolete.
6833
56e82f25
ILT
68341999-07-11 Ian Lance Taylor <ian@zembu.com>
6835
6836 * configure: Add -W -Wall to the default CFLAGS when compiling with
6837 gcc.
6838
1001d816
JL
6839Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
6840
6841 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6842
106117aa
MM
68431999-06-30 Mark Mitchell <mark@codesourcery.com>
6844
6845 * configure.in: Build ld on IRIX6.
6846
c376f4ed
ILT
68471999-06-12 Ian Lance Taylor <ian@zembu.com>
6848
6849 * Makefile.in: Change distribution targets to use bzip2 instead of
6850 gzip.
6851 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 6852 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 6853
306b7445
NC
68541999-06-04 Nick Clifton <nickc@cygnus.com>
6855
6856 * config.sub: Add mcore target.
6857
d932cae7 68581999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
6859
6860 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6861
d932cae7 68621999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
6863
6864 * config.guess (dummy): Changed to $dummy.
6865
6c3175b0
NC
68661999-05-24 Nick Clifton <nickc@cygnus.com>
6867
ba73c63f
JM
6868 * config.sub: Tidied up case statements.
6869
68701999-05-22 Ben Elliston <bje@cygnus.com>
6871
6872 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6873 <jiro@din.or.jp>.
6874
6875 * config.guess: Merge with FSF version. Future changes will be
6876 more accurately recorded in this ChangeLog.
6877 * config.sub: Likewise.
6878
d932cae7 68791999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
6880
6881 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 6882
252b5132
RH
68831999-04-30 Tom Tromey <tromey@cygnus.com>
6884
6885 * ltmain.sh: [mode link] Always use CC given by ltconfig.
6886
68871999-04-23 Tom Tromey <tromey@cygnus.com>
6888
6889 * ltconfig, ltmain.sh: Update to libtool 1.2f.
6890
68911999-04-20 Drew Moseley <dmoseley@cygnus.com>
6892
6893 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6894 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6895 Bad merge removed these two changes.
6896
ba73c63f 6897Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 6898 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
6899
6900 * config.guess (interix Alpha): Add.
6901
252b5132
RH
69021999-04-11 Richard Henderson <rth@cygnus.com>
6903
6904 * configure.in (i?86-*-beos*): Do config gperf; don't config
6905 gdb, newlib, or libgloss.
6906
d932cae7 69071999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 6908
ba73c63f
JM
6909 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
6910 link a trivial program with -mabi=64. If it fails, remove mabi=64
6911 from multidirs.
6912
d932cae7 69131999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
6914
6915 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6916
252b5132
RH
69171999-04-08 Nick Clifton <nickc@cygnus.com>
6918
6919 * config.sub: Add support for mcore targets.
6920
69211999-04-07 Michael Meissner <meissner@cygnus.com>
6922
6923 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6924 not mt-ospace, in order to shut up assembler warning about using
6925 symbols that are named the same as registers.
6926
69271999-04-07 Drew Moseley <dmoseley@cygnus.com>
6928
6929 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6930 dependency list for all-target-cygmon.
6931
69321999-04-05 Doug Evans <devans@casey.cygnus.com>
6933
6934 * config-ml.in: Check $host, not $target, for selective multilibs.
6935 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6936 thumb interworking, and underscore prefix multilibs.
6937
69381999-04-04 Ian Lance Taylor <ian@zembu.com>
6939
6940 * missing: Update to version from current automake.
6941
6942Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
6943
6944 * configure (gxx_include_dir): Removed.
6945
6946 * configure.in (gxx_include_dir): Handle it.
6947 * Makefile.in: Likewise.
6948
69491999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
6950
6951 * config.sub (mips64vr4111,mips64vr4111el) Add.
6952
69531999-03-21 Ben Elliston <bje@cygnus.com>
6954
80413487 6955 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
6956
6957Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
6958
252b5132
RH
6959 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6960 config/mh-djgpp.
6961
6962Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
6963
6964 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6965 all-target-newlib to dependency list for all-target-bsp.
6966
6967Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
6968
6969 * config.sub: Add i386-uwin support.
6970 * config.guess: Likewise.
6971
6972Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6973
6974 * configure.in: cleanup, add mh-*pic handling for arm, special
6975 case powerpc*-*-aix*
6976
6977Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
6978
6979 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6980 can be built.
6981
6982Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
6983
6984 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 6985 targets.
252b5132
RH
6986
69871999-03-02 Nick Clifton <nickc@cygnus.com>
6988
6989 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6990
d932cae7 69911999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
6992
6993 * config.sub: Check for "cygwin*" rather than "cygwin32*"
6994
69951999-02-24 Nick Clifton <nickc@cygnus.com>
6996
6997 * config.sub: Fix typo in arm recognition.
6998
d932cae7 69991999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
7000
7001 * configure.in (noconfigdirs): Changed target_configdirs to
7002 include target-bsp only for m68k-*-elf* and m68k-*-coff*
7003 rather than m68k-*-* since it is not known to work on
7004 m68k-aout. Ditto for arm-*-*oabi.
7005
d932cae7 70061999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
7007
7008 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
7009
70101999-02-19 Ben Elliston <bje@cygnus.com>
7011
7012 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
7013 Smart and improved by Andrew Cagney.
7014
d932cae7 70151999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
7016
7017 * config.guess: Recognize openbsd-*-hppa.
7018
d932cae7 70191999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
7020
7021 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
7022 only if it is not empty.
7023
70241999-02-17 Nick Clifton <nickc@cygnus.com>
7025
7026 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 7027
fd6848f6 7028 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
7029
7030 * config.sub: Modified to recognize uname's armv* syntax.
7031
70321999-02-17 Mark Salter <msalter@cygnus.com>
7033
7034 * configure.in: Added target-bsp for sparclite.
7035
d932cae7 70361999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
7037
7038 * config.sub: Recognize alphapca5[67] and up to alphaev8.
7039
70401999-02-08 Nick Clifton <nickc@cygnus.com>
7041
7042 * configure.in: Add support for strongarm port.
7043 * config.sub: Add support for strongarm target.
7044
d932cae7 70451999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 7046
252b5132
RH
7047 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
7048 the old name config/mh-cygwin32.
7049 Enable texinfo.
7050
d932cae7 70511999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
7052
7053 * configure.in: Do build ld for ix86 Solaris.
7054
d932cae7 70551999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
7056
7057 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
7058 $AR_FOR_TARGET. Likewise for RANLIB.
7059
d932cae7 70601999-02-02 Catherine Moore <clm@cygnus.com>
35590697 7061
80413487
RH
7062 * config.sub (oabi): Recognize.
7063 * configure.in (arm-*-oabi): Handle.
252b5132 7064
d932cae7 70651999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
7066
7067 * config.guess: Improve detection of i686 on UnixWare 7.
7068
d932cae7 70691999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
7070
7071 * config.guess: Add support for i386-pc-interix.
7072 * config.sub: Likewise.
7073 * configure.in: Likewise.
252b5132 7074
d932cae7 70751999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7076
7077 * Makefile.in: Remove unneeded all-target-libio from
7078 from all-target-winsup target since it is now unneeded.
7079 Add all-target-libtermcap in its place since it is now
7080 needed.
7081
d932cae7 70821998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7083
7084 * configure.in: makefile stub for cygwin target is probably
7085 unnecessary. Remove it for now.
252b5132 7086
d932cae7 70871998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7088
7089 * configure.in: libtermcap.a should be built when cygwin is the
7090 target as well as the host.
7091 * config.guess: Allow mixed case in cygwin uname output.
7092 * Makefile.in: Add libtermcap target.
252b5132 7093
d932cae7 70941998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7095
7096 * config.sub: Clean up handling of hppa2.0.
7097
d932cae7 70981998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
7099
7100 * config.guess: Use C code to identify more HP machines.
7101
7102Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
7103
7104 * config.sub: Handle hppa2.0.
7105
ba73c63f
JM
7106Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
7107
7108 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 7109 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
7110
71111998-12-15 Mark Salter <msalter@cygnus.com>
7112
7113 * configure.in: Added target-bsp for several target architectures.
7114
7115 * Makefile.in: Added rules for bsp.
7116
252b5132
RH
7117Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
7118
7119 * config.guess: Improve detection of hppa2.0 processors.
7120
7121Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
7122
7123 * config.guess: Recognize FreeBSD using ELF automatically.
7124
71251998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
7126
7127 * configure (skip-this-dir): Add handling for new shell script, which
7128 might be created by a sub-directory's configure to indicate, this particular
7129 directory is "unwanted".
7130 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
7131
252b5132
RH
7132Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
7133
7134 * ltconfig: import from libtool, after changing libtool to
7135 account for the cygwin name change.
7136
7137Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
7138
7139 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
7140 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
7141
7142Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
7143
7144 * configure.in: Add libtermcap to list of cygwin dependencies.
7145
d932cae7 71461998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 7147
80413487
RH
7148 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
7149 they include winsup/include when it's a cygwin target.
252b5132
RH
7150
71511998-11-12 Tom Tromey <tromey@cygnus.com>
7152
7153 * configure.in (host_tools): Added zip.
7154 * Makefile.in (all-target-libjava): Depend on all-zip.
7155 (all-zip): New target.
7156 (ALL_MODULES): Added all-zip.
7157 (NATIVE_CHECK_MODULES): Added check-zip.
7158 (INSTALL_MODULES): Added install-zip.
7159 (CLEAN_MODULES): Added clean-zip.
7160
d932cae7 71611998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
7162
7163 * Makefile.in: lose "32" from comment about cygwin.
7164
d932cae7 71651998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
7166
7167 * configure.in: Use -Os to build target libraries for the fr30.
7168
d932cae7 71691998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
7170
7171 * config.sub: Add fr30.
7172
d932cae7 71731998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 7174
80413487 7175 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
7176 cygwin* instead of cygwin32*.
7177 * config.sub: Check cygwin* instead of cygwin32*.
7178
d932cae7 71791998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
7180
7181 * config.guess: Match any version of Unixware7.
7182
252b5132
RH
71831998-10-20 Syd Polk <spolk@cygnus.com>
7184
7185 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
7186 if desired.
7187
d932cae7 71881998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7189
7190 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
7191 these if the appropriate directories and files to not exist.
7192
d932cae7 71931998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7194
7195 * Makefile.in (DEVO_SUPPORT): Add config.if.
7196
d932cae7 71971998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
7198
7199 * configure: Add pattern to replace "build_tooldir"'s
7200 definition in the generated Makefile with "tooldir"'s
7201 actual value.
7202
252b5132
RH
7203Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
7204
7205 * config.sub: Bring back lost sparcv9.
7206
ba73c63f
JM
7207 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7208
7209Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
7210
7211 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7212 CC_FOR_TARGET and friends.
7213
7214Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 7215
ba73c63f
JM
7216 * Makefile.in (build_tooldir): New variable, same as tooldir.
7217 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
7218 -B$(build_tooldir)/bin/.
7219 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
7220
252b5132
RH
7221Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
7222
7223 * config.sub: Add support for i[34567]86-pc-udk.
7224 * configure.in: Likewise.
7225
7226Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
7227
7228 * Makefile.in: add bzip2 package building bits for user
7229 tools module
7230 * configure.in: ditto
7231
ba73c63f
JM
7232Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
7233
7234 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
7235 (ALL_TARGET_MODULES): Add all-target-libobjc.
7236 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7237 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7238 (all-target-libchill): Add dependencies.
7239 * configure.in (target_libs): Add libchill.
35590697 7240
252b5132
RH
72411998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
7242
ba73c63f 7243 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
7244
7245Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
7246
7247 * Makefile.in (all-automake): fix dependencies.
7248
7249Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
7250
7251 * configure.in: Minor cleanups for building in the $(target_alias)
7252 subdir.
7253
72541998-09-22 Jim Wilson <wilson@cygnus.com>
7255
7256 * Makefile.in (bootstrap): Set r and s before make all. Use
7257 BASE_FLAGS_TO_PASS in make all.
7258 (cross): Likewise.
7259
72601998-09-20 Mark Mitchell <mark@markmitchell.com>
7261
7262 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
7263
252b5132
RH
7264Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
7265
7266 * config.sub: Fix typo in last change.
7267
72681998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7269
7270 * config.sub: Add support for C4x target.
7271 * configure.in: Likewise.
7272
72731998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
7274
7275 * config.sub: Recognize sparcv9 just like sparc64.
7276
7277Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
7278
7279 * config.guess: Match "Pent II" or "PentII" for OpenServer.
7280
7281Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
7282
7283 * config.guess: Correctly identify Pentium II sco boxes.
7284
7285 * config.guess: Fix "tr" code. From Weiwen Liu.
7286
7287Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
7288
7289 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
7290 stabs.
7291
7292Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
7293
7294 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
7295 (ALL_TARGET_MODULES): Add all-target-libchill.
7296 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7297 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7298 (all-target-libchill): Add dependencies.
7299 * configure.in (target_libs): Add libchill.
7300
7301Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
7302
7303 * config.guess: Avoid assumptions about "tr" behaves when
7304 LANG is set to something other than English.
7305
7306Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
7307
7308 * configure (gxx_include_dir): Changed to
7309 '${prefix}/include/g++'-${libstdcxx_interface}.
7310
7311 * config.if: New to determine the interfaces.
7312
7313Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
7314
7315 * config.guess: Detect and handle MPE/IX.
7316 * config.sub: Deal with MPE/IX.
7317
7318Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
7319
7320 * configure.in: Use mh-aix43.
7321
73221998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
7323
7324 * configure: Fix --without/--disable cases for gxx-include-dir.
7325
7326Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
7327
7328 * mdata-sh: Imported. Needed for automake support.
7329
7330Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
7331
ba73c63f 7332 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
7333 "chmod og=u `find . -print`".
7334
7335Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
7336
ba73c63f 7337 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
7338
7339Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
7340
7341 * Makefile.in: Undo previous patch.
7342
7343Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
7344
7345 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
7346 to here ...
7347 (install-no-fixedincludes): and here
7348 (INSTALL_MODULES): ... from here.
7349
7350Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
7351
7352 * config.sub: Merge with FSF.
7353
7354 * config.guess: Merge with FSF.
7355
7356Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
7357
7358 * configure (extraconfigdirs): New variable.
7359 (SUBDIRS): Add extraconfigdirs and recurse on them too.
7360 * Makefile.in (all): Move higher in file.
7361 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
7362 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
7363 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
7364 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
7365 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
7366
73671998-07-23 Brendan Kehoe <brendan@cygnus.com>
7368
7369 * Makefile.in (all-target-libjava): Depend on all-gcc and
7370 all-target-newlib.
7371 (configure-target-libjava): Depend on $(ALL_GCC).
7372
7373Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
7374
7375 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
7376 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
7377
7378Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
7379
7380 * ylwrap: Change absolute path checks to check for DOS style path
7381 names.
7382
7383 * ylwrap: Don't use a full path name if the source file is in the
7384 same directory. From hjl@lucon.org (H.J. Lu).
7385
7386 * config-ml.in: Default to being verbose, to match Feb 18 change to
7387 configure.
7388
7389Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
7390
7391 Brought over from egcs:
7392
7393 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
7394
7395 * configure.in (target_subdir): Set to ${target_alias} instead
7396 of "libraries".
7397
7398 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
7399
7400 * configure.in (target_subdir): Set to libraries if enable_multilib.
7401
7402Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
7403
7404 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
7405 multilibs, force reconfiguration the first time we create
7406 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
7407
7408Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
7409
7410 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
7411 avoid confusion with --no-recursion.
7412
7413Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
7414
7415 * configure.in: Win32 hosts shouldn't use install -x
7416 * install-sh: remove -x option, and special .exe-handling
7417 hack.
7418
7419Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
7420
7421 * config.guess: Recognize i586-pc-beos.
7422 * configure.in: Don't build some bits for beos.
7423
7424Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
7425
7426 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
7427 CFLAGS default to -O2.
7428
7429 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
7430 when using GNU ld.
7431
7432Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
7433
7434 * ltmain.sh: Correct install when using a different shell.
7435
7436Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
7437
7438 * ltconfig, ltmain.sh: Update to libtool 1.2b.
7439
7440Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
7441
7442 * makefile.vms: Update to build binutils/makefile.vms. Add install
7443 target.
7444
7445Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
7446
7447 * ltconfig: Update to correct AIX handling.
7448
7449Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
7450
7451 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
7452
7453 * configure.in (target_subdir): Set to ${target_alias} instead
7454 of "libraries".
7455
74561998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
7457
7458 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
7459 (Makefile): Depend on $(gcc_version_trigger).
7460
7461 * configure (gcc_version): Change default initializer to empty
7462 string.
7463 (gcc_version_trigger): New variable; pass this variable down
7464 to subdir configures to enable them checking gcc's version
7465 themselves. Emit make macros for both gcc_version vars.
7466 (topsrcdir): Initialize reliably.
7467 (recursion line): Remove --with-gcc-version=${gcc_version}.
7468
74691998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
7470
7471 * configure (enable_version_specific_runtime_libs): Implement new flag
7472 --enable-version-specific-runtime-libs which installs C++ runtime stuff
7473 in $(libsubdir); emit definition in each generated Makefile.
7474 (gxx_include_dir): Initialize depending on
7475 $enable_version_specific_runtime_libs.
7476
74771998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
7478
7479 * configure (gcc_version): Initialize properly depending on
7480 how and where configure is started.
7481 (recursion line): Pass a --with-gcc-version=${gcc_version}
7482 to configures in subdirs.
7483
7484Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
7485
7486 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 7487 cygmon
252b5132
RH
7488
7489Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
7490
7491 * configure.in: Add cygmon and libstub support for mn10200.
7492
74931998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
7494
7495 * configure (gcc_version): Add new variable describing the
7496 particular gcc version we're building.
7497 * Makefile.in (libsubdir): Add new macro for the directory
7498 in which the compiler finds executables, libraries, etc.
7499 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
7500 and libsubdir.
7501
7502Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7503
ba73c63f
JM
7504 * Makefile.in (local-clean): Remove *.log.
7505 (warning.log): Built with warn_summary from build.log.
7506 (mail-report.log): Run test_summary.
7507 (mail-report-with-warnings.log): Run test_summary including
7508 warning.log in the report.
252b5132
RH
7509
7510Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
7511
7512 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7513
7514Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
7515
7516 * Makefile.in (grep): Grep no longer depends on libiberty.
7517
7518Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
7519
7520 * Makefile.in: all-snavigator needs all-libgui.
7521
7522Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
7523
7524 * configure.in: Add cygmon and libstub support for mn10300.
7525
7526Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
7527
7528 * missing: Update to version from automake 1.3.
7529
7530 * ltmain.sh: On installation, don't get confused if the same name
7531 appears more than once in the list of library names.
7532
7533Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
7534
7535 * config.sub: Accept m68060 and m5200 as CPU names.
7536
7537Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
7538
7539 * configure: Use && rather than using -a in test, because odd
7540 strings can confuse test.
7541 * configure.in: Likewise.
7542
7543Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
7544
7545 * ltconfig, ltmain.sh: Bring in Visual C++ support.
7546
7547Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7548
7549 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
7550 bootstrap4-lean): New targets.
7551
7552Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
7553
7554 * mpw-* Delete. Not used.
252b5132
RH
7555
7556Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
7557
7558 * COPYING.LIB: Update FSF address.
7559
7560Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
7561
7562 * ltconfig, ltmain.sh: Update to libtool 1.2a.
7563
7564 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
7565 GAS_SUPPORT_DIRS.
7566
7567Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
7568
7569 * ltconfig, ltmain.sh: Avoid producing a version number if
7570 -version-info was not used.
7571
7572Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
7573
7574 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
7575 building with newlib.
7576
75771998-04-30 Paul Eggert <eggert@twinsun.com>
7578
ba73c63f 7579 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 7580 Solaris `make' causes it to continue to next definition.
252b5132 7581
afb8d725
JM
7582Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
7583
7584 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
7585 the right GUI libraries and files are installed along with GDB.
7586
252b5132
RH
7587Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
7588
7589 * configure.in: Change alpha to alpha* in several places.
7590
7591Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
7592
7593 * config.sub: Recognize sparc86x.
7594
7595Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 7596
252b5132
RH
7597 * configure.in (--enable-target-optspace): Remove debug echo.
7598
7599Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
7600
7601 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
7602
7603Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
7604
7605 * ltconfig: Update cygwin32 support.
7606
7607 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
7608 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
7609 (GDB_SUPPORT_DIRS): Likewise.
7610
7611Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
7612
7613 * configure.in (target_makefile_frag): If --enable-target-optspace,
7614 use -Os to compile target libraries rather than -O2. Default to
7615 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
7616 not used.
7617 * configure.in (target_cflags): Ditto for d30v.
7618
7619Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
7620
7621 * Makefile.in (all-bfd): Depend on all-intl.
7622 (all-binutils): Likewise.
7623 (all-gas): Likewise.
7624 (all-gprof): Likewise.
7625 (all-ld): Likewise.
7626
252b5132
RH
76271998-04-19 Brendan Kehoe <brendan@cygnus.com>
7628
7629 * configure.in (host_tools): Fix typo, lbtool -> libtool.
7630
7631Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
7632
7633 * Makefile.in (all-bfd): Depend upon all-libiberty.
7634
7635 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7636
7637Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
7638
7639 * Makefile.in: Add libstub.
7640
7641 * configure.in: Ditto. Build libstub for targets that have cygmon
7642 support.
7643
7644Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
7645
7646 * configure.in: Don't set PICFLAG on ix86-cygwin32.
7647
7648Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
7649
7650 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7651 use mh-sysv5 if specified. Support gprof on SCO Open Server.
7652
7653Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
7654
7655 * configure: Define DEFAULT_M4 by searching PATH.
7656 * Makfile.in: Use DEFAULT_M4.
7657
7658Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
7659
7660 * ltconfig: Add cygwin32 support.
7661
7662 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
7663 to configure and build.
7664
7665Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
7666
7667 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
7668
7669Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
7670
7671 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7672
7673Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
7674
7675 * Makefile.in: add ash make rules
7676 * configure.in: add ash to native_only and host_tools lists
7677
7678Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
7679
7680 * Makefile.in (all-gettext, all-intl): New targets.
7681 (ALL_MODULES): Added all-gettext, all-intl.
7682 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7683 (INSTALL_MODULES): Added install-gettext, install-intl.
7684 (CLEAN_MODULES): Added clean-gettext, clean-intl.
7685
7686 * configure.in (host_tools): Added gettext.
7687 (native_only): Likewise.
7688 (noconfigdirs) [various cases]: Likewise.
7689 (host_libs): Added intl.
7690
afb8d725
JM
7691Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
7692
7693 * configure: Do not disable building gdbtk for cygwin32 hosts.
7694
ba73c63f
JM
7695Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
7696
7697 * configure.in: Add thumb-coff target.
7698 * config.sub: Add thumb-coff target.
7699
252b5132
RH
7700Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
7701
7702 * Makefile.in: Revert yesterday's change.
7703 (all-target-winsup): all-target-librx stays out of here.
7704
7705Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
7706
ba73c63f
JM
7707 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7708 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7709 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
7710 Remove references to librx and libg++.
7711
7712Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
7713
7714 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7715 recursive makes
7716
7717Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
7718
7719 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
7720 for newlib directory.
7721 (CXX_FOR_TARGET): Likewise.
7722
7723Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
7724
7725 * ltconfig: Update after libtool/ltconfig.in change for
7726 hpux11.
7727
7728Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
7729
7730 * ltconfig, ltmain.sh: Update to libtool 1.2.
7731
7732Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
7733
7734 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7735 (install-gcc-cross): Instead, override LANGUAGES here.
7736
77371998-03-18 Dave Love <d.love@dl.ac.uk>
7738
7739 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7740 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7741
7742Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
7743
7744 * configure.in: Add Thumb-pe target.
7745
7746Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 7747
252b5132
RH
7748 * Makefile.in - changed sn targets to snavigator
7749 * configure.in - changed sn targets to snavigator
7750
7751Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
7752
7753 * config-ml.in: After building symlink tree call make distclean
7754 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7755 to be the case for libiberty.
7756
7757Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
7758
7759 * configure: When making link, also check the current
7760 directory. The configure scripts may create one.
7761
7762Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
7763
7764 * config.sub: Accept alphapca56 and alphaev6 properly.
7765
7766Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7767
7768 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7769
252b5132
RH
7770Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
7771
80413487 7772 * config.sub (sco5): Fix typo.
252b5132
RH
7773
7774Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
7775
7776 * Makefile.in (INSTALL_MODULES): Move install-tcl before
7777 install-itcl.
7778 (install-itcl): Remove dependency on install-tcl.
7779
7780Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
7781
7782 * configure.in: Remove libgloss from noconfigdirs for MN10300.
7783
252b5132
RH
7784Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
7785
7786 * configure.in: Don't build libgui for a cygwin32 target when not on
7787 a cygwin32 host.
7788
7789Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
7790
7791 * configure (redirect): Set to null, so default behavior of
7792 configure is now --verbose.
7793
77941998-02-16 Dave Love <d.love@dl.ac.uk>
7795
7796 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7797 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7798
7799Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
7800
7801 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7802 this change to sync Makefile.in with its ChangeLog entries.
7803
7804Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
7805
7806 * ltmain.sh (mkdir): Check that the directory doesn't exist
7807 before we exit with error, so that we don't get races during
7808 parallel builds.
7809
7810Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
7811
7812 * ltconfig, ltmain.sh: Update from libtool 1.0i.
7813
7814Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
7815
7816 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7817 PICFLAG_FOR_TARGET.
7818 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7819
7820 * configure: Emit a definition for the new macro enable_shared
7821 into each Makefile.
7822
252b5132
RH
7823Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
7824
7825 * configure.in (host_tools, native_only): Add libtool.
7826
7827Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
7828
7829 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7830 Fix typo in ming config comment.
7831
7832Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
7833
7834 * ltconfig, ltmain.sh: Update from libtool 1.0h.
7835
7836Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
7837
7838 * config.sub: Add tic30 cases, and map c30 to tic30.
7839
ba73c63f
JM
7840Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
7841
7842 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7843 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7844 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7845 (CLEAN_TARGET_MODULES): Similarly
7846 (all-target-libf2c): Add dependences.
35590697 7847 * configure.in (target_libs): Add libf2c.
ba73c63f 7848
252b5132
RH
7849Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
7850
ba73c63f
JM
7851 * configure.in: Remove expect from noconfigdirs when target
7852 is cygwin32. OK to build expect and dejagnu with Canadian
7853 Cross.
252b5132
RH
7854
7855Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
7856
7857 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7858 host.
7859
7860 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7861 and mingw32.
7862
7863Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
7864
7865 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7866 here as it is not defined in the toplevel Makefile.
7867
7868Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
7869
7870 * configure (package_makefile_rules_frag): New variable, which names
7871 a file with generic rules, ...
7872 Change comment to mention we now have FIVE parts.
7873 * configure: Undo last change.
7874
7875Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
7876
7877 * config.guess: More accurate determination of HP processor types.
7878 * config.sub: More accurate determination of HP processor types.
7879
7880Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
7881
7882 * configure (package_makefile_frag): Move inserting the
7883 ${package_makefile_frag} to where it should be according
7884 to the comment.
7885
ba73c63f 7886Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
7887
7888 * config.guess: Add support for Linux/ARM.
7889
7890Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
7891
7892 * .cvsignore: Remove *-info and *-install since they match
7893 release-info and mpw-install, which we don't want to just ignore.
7894
7895Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
7896
7897 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
7898
7899Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
7900
7901 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7902 local_prefix to sub-make invocations.
7903
7904Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
7905
7906 * configure.in: Check makefile fragments in the source
7907 directory.
7908
7909Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7910
ba73c63f
JM
7911 * configure.in: Check whether host and target makefile
7912 fragments exist before adding them to *_makefile_frag.
252b5132
RH
7913
7914Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
7915
7916 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 7917
252b5132
RH
7918Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
7919
7920 * configure.in: Make sure we only replace RPATH_ENVVAR on
7921 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7922 regexp to sed.
7923
7924 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7925 to sub-makes.
7926
79271998-01-13 Lee Iverson (leei@ai.sri.com)
7928
7929 * config-ml.in (multi-do): LDFLAGS must include multilib
7930 designator.
7931
7932Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
7933
7934 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7935
7936Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
7937
7938 * config.sub: Add mingw32 support.
7939 * configure.in: Likewise.
252b5132
RH
7940
7941Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7942
7943 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7944
7945Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
7946
7947 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7948 * configure (gxx_include_dir): Provide a definition for subdirs
7949 which do not use autoconf.
7950
7951Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
7952
7953 * config.guess: Sync with egcs. Picks up new alpha support,
7954 BeOS & some additional linux support.
7955
ba73c63f 7956Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7957
7958 * config.guess: HP 9000/803 is a PA1.1 machine.
7959
ba73c63f
JM
7960Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
7961
7962 * configure.in: It's alpha*-...
252b5132
RH
7963
7964Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
7965
ba73c63f
JM
7966 * configure.in (host_makefile_frag, target_makefile_frag):
7967 Handle multiple config files.
7968 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7969 alpha-*-*.
252b5132
RH
7970
7971Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
7972
7973 * mkdep: New file.
7974
7975Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
7976
7977 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7978
7979Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
7980
7981 * Makefile.in: Add libgui directory.
7982 (GDB_TK): Add all-libgui.
7983 * configure.in: Add libgui directory.
7984 * configure: Add all-libgui to GDB_TK.
7985
7986Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
7987
7988 * config-ml.in (multidirs): Add m32r to multilib list.
7989
7990Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
7991
7992 * Makefile.in (all-target-gperf): Change dependency to
7993 all-target-libstdc++.
7994
7995Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
7996
7997 * config.guess: Add BeOS support.
7998
7999Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
8000
8001 Source directory cvs renamed to cvssrc:
8002 * configure.in (host_tools): Change cvs to cvssrc.
8003 (native_only): Likewise.
8004 (noconfigdirs) [various cases]: Likewise.
8005 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
8006 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
8007 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
8008 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
8009 (all-cvssrc): Rename target from all-cvs.
8010
8011Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
8012
8013 * configure (gxx_include_dir): Fix thinko.
8014
8015Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
8016
8017 * Makefile.in (INSTALL_TARGET_CROSS): Define.
8018 (install-cross, install-gcc-cross): New targets.
8019
8020Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
8021
8022 * configure.in (noconfigdirs): Add support for Thumb target.
8023
8024 * config.sub (maybe_os): Add support for Thumb target.
8025
8026Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
8027
8028 * Makefile.in: Add rules for cygmon.
8029
8030 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
8031
8032Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
8033
8034 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8035 * configure (gxx_include_dir): Provide a definition for subdirs
8036 which do not use autoconf.
8037
8038Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
8039
8040 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 8041 11/18/97 build
252b5132
RH
8042
8043Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
8044
8045 * From Franz Sirl.
8046 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
8047 found on RedHat Linux systems.
8048
8049Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
8050
8051 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
8052 guesses.
8053
8054Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
8055
8056 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
8057
8058Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
8059
8060 * ltmain.sh: If mkdir fails, check whether the directory was created
8061 anyhow by some other process.
8062
8063Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
8064
8065 * configure.in (d30v-*-*): Configure all directories.
8066
8067Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
8068
8069 * configure.in (d30v-*-*): Configure newlib, libiberty directories
8070 for the D30V.
8071
8072Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
8073
8074 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
8075
8076Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
8077
80413487
RH
8078 * include/libiberty.h: Add extern "C" { so it can be used with C++
8079 progrms.
8080 * include/remote-sim.h: Add extern "C" { so it can be used with C++
8081 programs.
252b5132
RH
8082
8083Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
8084
8085 * configure.in (d30v-*-*): Configure GCC now.
8086
8087Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8088
8089 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
8090 is no longer needed.
8091
8092Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
8093
8094 * Makefile.in: check-target-libio depends on all-target-libstdc++.
8095
8096Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
8097
8098 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8099 targets using "$@" to provide support for similar but not identical
8100 targets without having to duplicate code.
8101
8102Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
8103
8104 * makefile.vms: Fix to work with DEC C.
8105
8106Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
8107
8108 * config.sub: Add mips-tx39-elf to marketing names.
8109
8110Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
8111
8112 * ltmain.sh: Handle symlinks in generated script.
8113
8114Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
8115
8116 * configure: Handle autoconf style directory options: --bindir,
8117 --datadir, --includedir, --infodir, --libdir, --libexecdir,
8118 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
8119 --sysconfdir.
8120 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
8121 (sharedstatedir, localstatedir, oldincludedir): New variables.
8122 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
8123 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
8124 sbindir, sharedstatedir, and sysconfdir.
8125
8126Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8127
8128 * Makefile.in (bootstrap-lean): New target.
8129
8130Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
8131
8132 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 8133 sn, and gnuserv from noconfigdirs.
252b5132
RH
8134
8135Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
8136
8137 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
8138
8139Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
8140
ba73c63f 8141 * Makefile.in (cross): New target.
252b5132
RH
8142
8143Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 8144 Jeff Law <law@cygnus.com>
252b5132
RH
8145
8146 * Makefile.in (bootstrap2, bootstrap3): New targets.
8147 (all-bootstrap): Remove outdated and confusing target.
8148 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
8149
afb8d725
JM
8150Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
8151
8152 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 8153 windows. Consistent with gdb/configure.
afb8d725 8154
252b5132
RH
81551997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
8156
252b5132
RH
8157 * configure.in: Name Linux target fragment.
8158
8159 * configure: Rewrite so that project Makefile fragment is inserted
8160 first and appears last in the resulting Makefile.
8161
8162Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
8163
8164 * Makefile.in (install-itcl): Install tcl first.
8165
252b5132 8166Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 8167
252b5132
RH
8168 * configure.in: remove bison from noconfigdirs for Cygwin32 host
8169
8170Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8171
8172 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
8173
8174 * configure.in (skipdirs): Add target-librx for Linux.
8175 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
8176
8177Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
8178
8179 * Makefile.in (bootstrap): New target.
8180
8181Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
8182
8183 * config.sub: Accept 'amigados' for backward compatability.
8184
8185Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
8186
8187 * config.guess: Merge with FSF.
8188
ba73c63f
JM
8189Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
8190
8191 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
8192
252b5132
RH
8193Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
8194
8195 * config.sub: Add "marketing-names" patch.
8196
8197Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
8198
80413487 8199 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
8200
8201Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
8202
8203 * config.sub: Handle v850-elf.
8204
ba73c63f
JM
8205Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
8206
8207 * .cvsignore (*-install): Remove.
8208
252b5132
RH
8209Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
8210
8211 * ltconfig: Set CONFIG_SHELL in libtool.
8212 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8213
8214Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8215
8216 * configure.in (target_subdir): Set to libraries if enable_multilib.
8217
8218Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
8219
8220 * config.guess: Update from gcc directory.
8221
8222Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
8223
8224 * Makefile.in (all-sim): Depends on all-readline.
8225
8226Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
8227
8228 * Makefile.in (BISON, YACC): Use $$s.
8229 (all-bison): Depend on all-texinfo.
8230
8231Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
8232
8233 * Makefile.in (BISON): Add -L flag.
8234 (YACC): Likewise.
8235
8236Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
8237
35590697
AJ
8238 * configure.in (noconfigdirs): Add support for v850e target.
8239
252b5132
RH
8240 * config.sub (maybe_os): Add support for v850e target.
8241
8242Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
8243
35590697
AJ
8244 * configure.in (noconfigdirs): Add support for v850ea target.
8245
252b5132
RH
8246 * config.sub (maybe_os): Add support for v850ea target.
8247
8248Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
8249
8250 * config.sub: Add mipstx39. Delete r3900.
8251
8252Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
8253
8254 * Makefile.in (all-autoconf): Depends on all-texinfo.
8255
8256Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
8257
8258 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
8259 eabi targets.
8260
8261Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
8262
8263 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
8264
8265 * configure: When handling a Canadian Cross, handle YACC as well as
8266 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 8267 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
8268
8269Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
8270
8271 * Makefile.in (BISON): bison, not byacc or bison -y.
8272 (YACC): bison -y or byacc or yacc.
8273 (various): Add *-bison as appropriate.
8274 (taz): No need to mess with BISON anymore.
8275
8276Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
8277
8278 * configure: If OSTYPE matches *win32*, try to find a good value for
8279 CONFIG_SHELL.
8280
8281Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
8282
8283 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
8284 configure.in if it is present.
8285
8286Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
8287
8288 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
8289
8290Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
8291
8292 * config.sub: Recognize `arc' cpu.
8293 * configure.in: Likewise.
8294 * config-ml.in: Likewise.
8295
8296Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
8297
8298 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
8299
8300Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
8301
8302 * configure: Changed sed delimiter from ':' to '|' when
8303 attempting to substitute ${config_shell} for SHELL. On
8304 NT ${config_shell} may contain a ':' in it.
8305
8306Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
8307
8308 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
8309
8310Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
8311
8312 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
8313
8314Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
8315
8316 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
8317
8318 * ylwrap: If the program is a relative path, force it to be
8319 absolute.
8320
8321Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
8322
8323 * configure (tooldir): Set BISON to `bison -y' and not just bison.
8324
8325Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
8326
8327 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
8328 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
8329 for libraries.
252b5132
RH
8330
8331Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
8332
8333 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 8334 separated by spaces.
252b5132
RH
8335
8336Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
8337
8338 * ylwrap: New file.
8339 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
8340
8341 * ltmain.sh: Handle /bin/sh at start of install program.
8342
8343 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
8344
8345 * ltconfig, ltmain.sh: New files, from libtool 1.0.
8346 * missing: New file, from automake 1.2.
8347
8348Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
8349
8350 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
8351 check-tk to CHECK_X11_MODULES.
8352
8353Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
8354
8355 * config.sub: Merge with FSF.
8356
8357Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
8358
8359 * config.guess: Merge with FSF.
8360
8361Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
8362
8363 * configure: Treat msdosdjgpp like go32.
8364 * configure.in: Likewise. Don't remove gprof for go32.
8365
8366 * configure: Change Makefile.tem2 to Makefile.tm2.
8367
8368Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
8369
8370 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
8371
8372Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8373
8374 * install-sh (chmodcmd): Set to null if the DST directory already
8375 exists. Same as Nov 11th change.
8376
8377Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
8378
35590697 8379 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
8380
8381Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
8382
8383 * config.guess: Update from FSF.
8384
8385Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
8386
8387 * Makefile.in (GDB_TK): Depend on itcl and tix.
8388
8389Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
8390
8391 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
8392 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
8393 (INSTALL_SCRIPT): New variable.
8394 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
8395 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
8396 to -x.
8397 * install-sh: Add support for -x option.
8398
8399Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
8400
8401 * configure.in, Makefile.in: Treat tix like itcl.
8402
8403Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
8404
8405 * Makefile.in (WINDRES): New variable.
8406 (WINDRES_FOR_TARGET): New variable.
8407 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
8408 (EXTRA_HOST_FLAGS): Add WINDRES.
8409 (EXTRA_TARGET_FLAGS): Add WINDRES.
8410 (EXTRA_GCC_FLAGS): Add WINDRES.
8411 ($(DO_X)): Pass down WINDRES.
8412 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
8413 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
8414 DLLTOOL_FOR_TARGET.
8415
8416Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
8417
8418 * configure.in: configure sim before gdb for win32-x-ppc
8419
8420Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8421
8422 Move gperf into the toplevel, from libg++.
8423 * configure.in (target_tools): Add target-gperf.
8424 (native_only): Add target-gperf.
8425 * Makefile.in (all-target-gperf): New target, depend on
8426 all-target-libg++.
8427 (configure-target-gperf): Empty rule.
8428 (ALL_TARGET_MODULES): Add all-target-gperf.
8429 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
8430 (CHECK_TARGET_MODULES): Add check-target-gperf.
8431 (INSTALL_TARGET_MODULES): Add install-target-gperf.
8432 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
8433
8434Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 8435
252b5132
RH
8436 * config.sub (mn10200): Recognize new basic machine.
8437
8438Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8439
8440 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
8441 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
8442
8443Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8444
8445 * configure.in: If we're building mips-sgi-irix6* native, turn on
8446 ENABLE_MULTILIB and set TARGET_SUBDIR.
8447
8448Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
8449
8450 * Makefile.in (all-sn): Depend on all-grep.
8451
8452Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
8453
8454 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
8455
8456 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
8457 Makefile. From Jeff Makey <jeff@cts.com>.
8458 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
8459
8460 * Makefile.in (DISTBISONFILES): Remove.
8461 (taz): Don't futz with DISTBISONFILES. Change BISON to use
8462 $(DEFAULT_YACC).
8463
8464 * configure.in: Build itl, db, sn, etc., when building for native
35590697 8465 cygwin32.
252b5132
RH
8466
8467 * Makefile.in (LD): New variable.
8468 (EXTRA_HOST_FLAGS): Pass down LD.
8469 ($(DO_X)): Likewise.
8470
8471Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
8472
8473 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
8474
8475Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
8476
8477 * configure.in (targargs): Strip out any supplied --build argument
35590697 8478 before adding our own. Always add --build.
252b5132
RH
8479
8480Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
8481
8482 * configure.in (targargs): Pass --build if we're doing
8483 a cross-compile.
8484
8485Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
8486
ba73c63f 8487 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
8488 sed. Otherwise sed chokes on NT path names with drive
8489 designators. Also look for "?:*" as the leading characters in an
8490 absolute pathname.
8491
8492Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
8493
8494 * config.sub: Support for r3900.
8495
8496Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
8497
8498 * configure.in: Use install-sh, not install.sh.
8499
8500Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
8501
8502 * Makefile.in (taz): Improve check for BISON so it doesn't try to
8503 apply it twice.
8504
8505Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
8506
8507 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8508 install-binutils.
8509
8510Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
8511
8512 * Makefile.in: Add automake targets.
8513 * configure.in (host_tools): Add automake.
8514
8515Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
8516
8517 * configure: Default CXX to c++, not gcc.
8518 * Makefile.in (CXX): Set to c++, not gcc.
8519 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8520
8521Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
8522
8523 * install-sh: try appending a .exe if source file doesn't
8524 exist
8525
8526Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
8527
8528 * configure.in: Turn on multilib by default.
8529 (cross_only): Remove target-libiberty.
8530
8531 * Makefile.in (all-gcc): Don't depend on libiberty.
8532
8533Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
8534
8535 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8536
8537Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
8538
8539 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8540 (DISTBISONFILES): Add ld/Makefile.in
8541
8542Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
8543
8544 * configure.in: if target is cygwin32 but host isn't cygwin32,
8545 don't configure gdb tcl tk expect, not just gdb.
8546
8547Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
8548
8549 * configure.in: Added gnuserv everywhere sn appears.
8550
8551 * Makefile.in (ALL_MODULES): Added all-gnuserv.
8552 (CROSS_CHECK_MODULES): Added check-gnuserv.
8553 (INSTALL_MODULES): Added install-gnuserv.
8554 (CLEAN_MODULES): Added clean-gnuserv.
8555 (all-gnuserv): New target.
8556
8557Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
8558
8559 * config.guess: Fixes for MIPS OpenBSD systems.
8560
8561Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
8562
8563 * Makefile.in (INSTALL_XFORM): Remove.
8564 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
8565
8566 * mkinstalldirs: New file, copied from automake.
8567 * Makefile.in (installdirs): Rename from install-dirs. Use
8568 mkinstalldirs. Change all users.
8569 (DEVO_SUPPORT): Add mkinstalldirs.
8570
8571Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
8572
8573 * install-sh: Rename from install.sh.
8574 * Makefile.in (INSTALL): Change install.sh to install-sh.
8575 (DEVO_SUPPORT): Likewise.
8576
8577 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
8578 Graichen <graichen@rzpd.de>.
8579
8580Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
8581
8582 * config.guess: Recognize OpenBSD systems correctly.
8583
8584Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
8585
8586 * README, Makefile.in (ETC_SUPPORT): Remove references to
8587 cfg-paper*, configure.{texi,man,info*}._
8588
8589Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
8590
8591 * Makefile.in (all.normal): Ensure that gcc is built after all
8592 the x11 - ie gdb - targets.
8593
8594Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
8595
8596 * makefile.vms: Don't run conf-a-gas.
8597
8598Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
8599
80413487 8600 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
8601
8602Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
8603
8604 * configure.in: Remove noconfigdirs case since gdb also
8605 configures and builds for tic80-coff.
8606
8607Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
8608
8609 * configure: Set cache_file to config.cache.
8610 * Makefile.in (local-distclean): Remove config.cache.
8611
8612Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
8613
8614 * COPYING: Update FSF address.
8615
8616Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
8617
8618 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
8619 noconfigdirs.
8620
8621Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
8622
8623 * Makefile.in (install-dirs): Don't crash if prefix, and hence
8624 MAKEDIRS, is empty.
8625
8626Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
8627
8628 * config.sub: Tweak mn10300 entry.
8629
8630Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
8631
8632 * configure.in (host_tools): Put sim before gdb, so gdb's
8633 configure.tgt can determine if the simulator was configured.
8634
8635Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
8636
8637 * config.sub: Move BeOS $os case to be with other Cygnus
8638 local cases.
8639
8640Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
8641
8642 * config.sub: Remove misplaced comment that broke Linux.
8643
8644Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
8645
8646 * config.sub: Add BeOS support.
8647
8648Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
8649
8650 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8651
8652Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
8653
8654 * configure.in (noconfigdirs): Remove tcl and tk from
8655 noconfigdirs for cygwin32 builds.
8656
8657Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
8658
8659 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8660
8661Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
8662
8663 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8664 make-all.com, use makefile.vms instead.
8665
8666Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
8667
8668 * config.sub: Accept -lnews*.
8669
8670Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
8671
8672 * configure.in (noconfigdirs): Disable target-newlib,
35590697 8673 target-examples and target-libiberty for d30v.
252b5132
RH
8674
8675Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
8676
8677 * configure.in (noconfigdirs): Enable ld for d30v.
8678
8679Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
8680
8681 * configure.in (tic80-*-*): Build compiler.
8682
8683Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
8684
8685 * configure.in (d30v-*): Remove sim directory from list of
35590697 8686 unsupported d30v directories
252b5132
RH
8687
8688Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
8689
35590697
AJ
8690 * config.sub, configure.in: Add d30v target cpu.
8691
252b5132
RH
8692Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
8693
8694 * makefile.vms: New file.
8695 * make-all.com: Remove.
8696
8697Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
8698
8699 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8700
8701Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
8702
8703 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8704
8705Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
8706
8707 * Makefile.in (ALL_MODULES): Added all-db.
8708 (CROSS_CHECK_MODULES): Addec check-db.
8709 (INSTALL_MODULES): Added install-db.
8710 (CLEAN_MODULES): Added clean-db.
8711
8712Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
8713
8714 * config.guess: Merge with latest FSF sources.
8715
8716Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
8717
8718 * Makefile.in (ALL_MODULES): Added all-itcl.
8719 (CROSS_CHECK_MODULES): Added check-itcl.
8720 (INSTALL_MODULES): Added install-itcl.
8721 (CLEAN_MODULES): Added clean-itcl.
8722
8723Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
8724
8725 * configure.in: build gdb for mn10200
8726
8727Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
8728
8729 * Makefile.in (all-target-winsup): Depend on all-target-libio.
8730
8731Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
8732
8733 * configure.in (tic80-*-*): Turn off most targets right now.
8734
8735Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
8736
8737 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8738 rather than the makeinfo program.
8739 (do-info): Depend upon all-texinfo.
8740
8741Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
8742
8743 * configure.in: Remove uses of config/mh-linux.
8744
8745 * config.sub, config.guess: Merge with latest FSF sources.
8746
8747Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
8748
8749 * config.sub (case $basic_machine): Add tic80 entries.
8750
8751Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
8752
8753 * config.sub, config.guess: Merge with latest FSF sources.
8754
8755Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
8756
8757 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8758 * mpw-config.in: Test for NewFolderRecursive.
8759 * mpw-install: Use symbolic name for startup filename.
8760 * mpw-README: Add various additional details.
8761
8762Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
8763
8764 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8765
8766Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
8767
8768 * configure.in: Do build gcc and the target libraries for
8769 the mn10200.
8770
8771Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
8772
8773 * configure.in: don't avoid building gdb for mn10300 any more
8774 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8775 instead of single-quoting it.
8776
8777Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
8778
8779 * configure.in: Don't use --with-stabs on IRIX 6.
8780
8781Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
8782
8783 * configure.in (m32r): Build gdb, libg++ now.
8784
8785Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8786
8787 * configure.in (mips*-sgi-irix6*): Remove gdb and related
8788 directories from noconfigdirs.
8789
8790Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
8791
8792 * config.sub (basic_machine): added mips16 configuration
8793
8794Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8795
8796 * config.sub: Handle d10v-unknown.
8797
8798Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
8799
8800 * config.sub: Handle v850-unknown.
8801
8802Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
8803
8804 * Makefile.in: add findutils
8805 * configure.in: add findutils to list of host_tools
8806
8807Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
8808
8809 * config.sub: Handle mn10200 and mn10300.
8810
8811Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8812
8813 * configure.in (d10v-*): Do not build librx.
8814
8815Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
8816
8817 * configure.in (mn10300): Build everything except gdb & libgloss.
8818
8819Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
8820
8821 * config.guess: Patch for Dansk Data Elektronik servers,
8822 from Niels Skou Olsen <nso@dde.dk>.
8823
8824 For ncr, use /bin/uname rather than uname, since GNU uname does not
8825 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
8826
8827 Patch for MIPS R4000 running System V,
8828 from Eric S. Raymond <esr@snark.thyrsus.com>.
8829
8830 Fix thinko for nextstep.
8831
8832 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8833
8834 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
8835 * config.guess: Guess mips-dec-mach_bsd4.3.
8836
8837 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
8838 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
8839 release numbers.
8840 * config.guess (mips-mips-riscos*): Emit just enough of the
8841 release number.
8842
8843 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
8844 * config.guess (sparc-auspex-sunos*): Added.
8845 (f300-fujitsu-*): Added.
8846
8847 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
8848 * config.guess: Recognize a Tadpole as a sparc.
8849
8850Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
8851
8852 * config.guess: Don't assume that NextStep version is either 2 or
8853 3. NextStep 4 (aka OpenStep 4) has come out now.
8854
8855Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
8856
8857 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8858 From Rik Faith <faith@cs.unc.edu>.
8859
8860Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8861
8862 * config.sub: Contributions from bug-gnu-utils to:
8863 Support plain "hppa" (no version given) architecture, reported by
8864 OpenStep.
8865 OpenBSD like NetBSD.
8866 LynxOs is not a hardware supplier.
8867
8868 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 8869 OpenBSD like NetBSD.
252b5132
RH
8870 Stratus systems.
8871 More Pyramid systems.
8872 i[n>4]86 Intel chips.
8873 M680[n>4]0 Motorola chips.
8874 Use unknown instead of lynx for hardware manufacturer.
8875
8876Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8877
8878 * install.sh (chmodcmd): Set to null if the DST directory already
8879 exists.
8880
8881Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8882
8883 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8884 not use mt-ppc target Makefile fragment any more.
8885
8886Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
8887
8888 * configure.in (*-*-windows): Exclude everything but those dirs
8889 needed to build windows.
8890
8891Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
8892
8893 * Makefile.in (all-target-winsup): Depend on all-target-librx.
8894
8895Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
8896
8897 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
8898
8899Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
8900
8901 * Undo my previous change.
8902
8903Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
8904
8905 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8906 unconditionally.
8907 (MAKEOVERRIDES): Define (revert this part of October 18 change).
8908
8909Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
8910
8911 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
8912 host to add it's own flags.
252b5132
RH
8913
8914Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
8915
8916 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8917
8918Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
8919
8920 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8921 (CXX_FOR_TARGET): Likewise.
8922 (GCC_FOR_TARGET): Define.
8923 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8924 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8925 CC_FOR_TARGET was specified on the command line.
8926 (MAKEOVERRIDES): Don't define.
8927
8928Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
8929
8930 * configure.in (m32r): Fix spelling of libg++ libs.
8931
8932Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
8933
8934 * config.sub (-apple*): Remove, now redundant.
8935
8936Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
8937
8938 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8939
8940 * configure: Rework yesterday's sed script patch.
8941
8942 * config.sub: Merge with FSF.
8943
8944Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
8945
8946 * config.guess: Merge from FSF.
8947
8948 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
8949 * config.guess: Use pc instead of unknown, for pc clone systems.
8950 Change linux to linux-gnu.
252b5132
RH
8951
8952 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 8953 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
8954
8955Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
8956
8957 * test-build.mk (HOLES): Add "xargs" for gdb.
8958
8959 * configure: Avoid hpux10.20 sed bug.
8960
8961Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
8962
4bddf3ad 8963 * configure.in: Add support for windows host
252b5132
RH
8964 (that is a build done under the Microsoft build environment).
8965
8966Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
8967
8968 * Makefile.in: Replace all uses of srcroot with s, to shrink
8969 command line lengths.
8970
8971 Patches from Geoffrey Noer <noer@cygnus.com>:
8972 * configure.in: If configuring for newlib, pass --with-newlib to
8973 subdirectories.
8974 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8975 -Bnewlib/ and -Lwinsup to gcc.
8976 (CXX_FOR_TARGET): Likewise.
8977
8978Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
8979
8980 * Makefile.in (ETC_SUPPORT): Add configure.
8981
8982Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
8983
35590697 8984 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
8985 host configuration file.
8986
8987Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
8988
8989 * configure.in: Break mn10x00 support into separate
8990 mn10200 and mn10300 configurations.
8991 * config.sub: Likewise.
8992
8993Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
8994
8995 * configure.in: Add lots of stuff to noconfigdirs for
8996 the mn10x00 targets.
8997
8998 * config.sub, configure.in: Add mn10x00 support.
8999
9000Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
9001
9002 * make-all.com: Call conf-a-gas, not config-a-gas.
9003
9004Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
9005
9006 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 9007 targets.
252b5132
RH
9008
9009Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
9010
9011 * mpw-README: Add much more detail for native PowerMac.
9012 * mpw-install: New file.
9013 * mpw-configure: Add --norecursion and --help options.
9014 * mpw-config.in: Translate readme and install files when
9015 copying to objdir.
9016 * mpw-build.in: Don't always depend on byacc and flex.
9017 (install-only-top): New action.
9018
9019Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
9020
9021 * configure.in: You can now configure GDB for the v850.
9022
9023Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
9024
9025 * configure.in (noconfigdirs): Don't configure any C++ dirs
9026 if targeting D10V.
9027
9028Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
9029
9030 * config.sub: Recognize mips64vr5000.
9031
9032Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
9033
9034 * configure.in: Use a single line for host_tools and native_only.
9035
9036Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
9037
9038 * config.sub, configure.in: Add entries for m32r.
9039
9040Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
9041
9042 * Makefile.in (inet-install): Don't run install-gzip.
9043
9044Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
9045
9046 * configure.in: Don't config lots of things for *-*-windows*.
9047
9048Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
9049
9050 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
9051 (host_libs, host_tools): Copy from configure.in.
9052 * mpw-configure: Don't complain about directories not found.
9053
9054Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9055
9056 * configure.in (i[345]86): Recognize i686 for pentium pro.
9057 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
9058 file.
9059
9060 * config.guess (i[345]86): Ditto.
9061
9062Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9063
9064 * configure.in (noconfigdirs): Removed gdb for D10V.
9065
9066Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
9067
9068 * configure.in: Remove ld, target-libio, target-libg++, and
9069 target-libstdc++ from noconfigdirs.
9070
9071Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
9072
9073 * configure: Fix three locations where shell scripts were
9074 being run directly rather than with config_shell.
9075
9076Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
9077
9078 * configure.in (v850-*-*): Set up initial $noconfigdirs.
9079 * config.sub (basic_machine): Recognize v850.
9080
9081Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9082
9083 * mpw-configure: Handle multiple enable/disable options and
9084 pass them down recursively, handle -c and -s flags appropriately
9085 depending on choice of compiler, add escape mechanism for
9086 quoted arguments to gC.
9087
9088Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9089
9090 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
9091 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
9092 so that -mrelocatable-lib and -mno-eabi are used.
9093
9094 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
9095 not support --print-multi-lib, don't abort.
9096
252b5132
RH
9097Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
9098
9099 * make-all.com: Run config-a-gas.
9100 * setup.com: Don't copy subdirectory files around.
9101
9102Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
9103
9104 * configure.in (*-*-ose): Remove exclusion of libgloss for this
9105 target, it now compiles correctly.
9106
9107Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
9108
9109 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
9110
9111Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9112
35590697 9113 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
9114
9115Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9116
9117 * configure.in (native_only): Add prms.
9118
9119Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
9120
9121 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
9122 (BINUTILS_SUPPORT_DIRS): Likewise.
9123
9124Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9125
9126 * configure.in (d10v-*-*): Don't configure ld or gdb until the
9127 d10v support is added.
9128
9129Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9130
9131 * configure.in (d10v-*-*): New target.
9132
9133Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
9134
9135 * config.guess (HP 9000/811): Recognize this as a PA1.1
9136 machine.
9137
9138Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
9139
9140 * Makefile.in (do-tar-gz): New target, split out from tail end of
9141 taz target. Run each command separately, don't use pipes.
9142 (taz): Use it.
9143
9144Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
9145
9146 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
9147 * mpw-build.in: No builds should depend on building byacc or flex,
9148 they are assumed to be installed already.
9149
9150Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9151
9152 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
9153 variable that CC_FOR_TARGET needs.
9154
9155Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9156
9157 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
9158 options have changed since the last time the subdirectory was
9159 configured, and if it has, reconfigure.
9160 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
9161 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
9162
9163Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
9164
9165 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
9166 CLEAN_MODULES): Add bash.
9167 (all-bash): New target.
9168
9169Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
9170
9171 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
9172
9173Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9174
9175 * config.sub (basic_machine): Recognize d10v as a valid processor.
9176
9177Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
9178
9179 * mpw-configure: Add support for --bindir.
9180 * mpw-build.in: Use a GCC-specific build script for GCC actions.
9181
9182Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
9183
9184 * configure.in: add bash, time, gawk to list of hosttools and things
9185 to only build for native toolchains
9186
9187Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9188
9189 * Makefile.in (docdir): Remove.
9190
9191Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9192
9193 * Makefile.in (datadir): Set to $(prefix)/share.
9194
9195Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
9196
9197 * configure.in: build diff and patch for cygwin32-hosted
9198 toolchains.
9199
9200Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
9201
9202 * config.sub: Accept -rtems*.
9203
9204Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
9205
80413487 9206 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
9207 remove diff from the list of things not buildable
9208 via Canadian Cross
252b5132
RH
9209
9210Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
9211
9212 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 9213 don't get ". ".
252b5132
RH
9214
9215Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
9216
9217 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
9218
9219Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
9220
9221 * Makefile.in (taz): Handle case where tex3patch didn't even get
9222 checked out. Also, if it was found, put the symlink in a new util
9223 subdirectory.
9224
9225Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9226
9227 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
9228
9229Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
9230
9231 * config.sub: Recognize -openvms.
9232 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
9233 * make-all.com, setup.com: New files.
9234
9235Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
9236
9237 * Makefile.in (taz): tex3patch moved to texinfo/util.
9238
9239Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
9240
afb8d725 9241 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
9242 * configure.in: remove make from disable-if-Can-Cross list
9243 enable gdb if ${host} and ${target} are cygwin32
9244
9245Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
9246
9247 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
9248 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
9249
9250Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
9251
9252 * config.guess: Combine mips-mips-riscos cases, and use cpp to
9253 distinguish sysv/svr4/bsd variants.
9254 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
9255
9256Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
9257
9258 * configure.in: Added copyright notice.
9259 * move-if-change: Added copyright notice.
9260
9261Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9262
9263 * configure.in (powerpcle-*-solaris*): Until we get shared
9264 libraries working, don't build gdb, sim, make, tcl, tk, or
9265 expect.
9266
9267Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
9268
9269 * config.guess: Merge with FSF:
9270
9271 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
9272 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
9273
9274 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
9275 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
9276
9277 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
9278 * config.guess: Combine two OSF1 rules.
9279 Also recognize field test versions. From mjr@zk3.dec.com.
9280 * config.guess (dgux): Use /usr/bin/uname rather than uname,
9281 because GNU uname does not support -p. From pmr@pajato.com.
9282
9283Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
9284
9285 * Makefile.in (MAKEDIRS): Removed $(tooldir).
9286
9287Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
9288
9289 * mpw-README: Document GCCIncludes.
9290
9291Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
9292
9293 * configure.in (alpha-*-linux*): Set enable_shared to yes.
9294
9295Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
9296
9297 * mpw-configure: Handle --enable-FOO and --disable-FOO.
9298
9299Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
9300
9301 * configure.in (*-*-cygwin32): Configure make.
9302
9303Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
9304
9305 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
9306
9307Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
9308
9309 * Makefile.in (all-inet): Depend on all-perl.
9310
9311 * Makefile.in (inet-install): New target.
9312
9313 * Makefile.in (all-inet): Depend on all-tcl.
9314 (all-inet): Depend on all-send-pr.
9315
9316Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9317
9318 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
9319 temporarily.
9320
9321Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
9322
9323 * configure.in: Don't configure --with-gnu-ld on AIX.
9324
9325Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
9326
9327 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
9328
9329Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
9330
9331 * Makefile.in (ALL_MODULES): Added all-inet.
9332 (CROSS_CHECK_MODULES): Added check-inet.
9333 (INSTALL_MODULES): Added install-inet.
9334 (CLEAN_MODULES): Added clean-inet.
9335 (all-indent): New target.
9336
9337 * configure.in (host_tools): Added inet.
9338 (native_only): Added inet.
9339 (noconfigdirs): Added inet.
9340
9341Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
9342
9343 * configure.in: Don't configure libgloss if we are not configuring
9344 newlib.
9345
9346Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9347
9348 * configure.in: Don't configure libgloss for unsupported
9349 architectures.
9350
9351Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9352
9353 * Makefile.in (CLEAN_MODULES): Add clean-apache.
9354
9355Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
9356
9357 * Makefile.in (ALL_MODULES): Include all-apache.
9358 (CROSS_CHECK_MODULES): Include check-apache.
9359 (INSTALL_MODULES): Include install-apache.
9360 (all-apache): New target.
9361
9362 * configure.in: Added apache everywhere perl is seen.
9363
9364Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9365
9366 * Makefile.in: Add support for clean-{module} and
9367 clean-target-{module} rules.
9368
9369Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
9370
9371 * configure.in (*-*-ose) do not build libgloss.
9372
9373Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9374
9375 * config.guess (prep*:SunOS:5.*:*): Turn into
9376 powerpele-unknown-solaris2.
9377
9378Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
9379
9380 * configure.in: Permit --enable-shared to specify a list of
9381 directories.
9382
9383Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
9384
9385 * configure.in (host==solaris): Pass only the first word of $CC
9386 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
9387
9388Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
9389
9390 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
9391
9392Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
9393
9394 * Makefile.in (ALL_MODULES): Include all-perl.
9395 (CROSS_CHECK_MODULES): Include check-perl.
9396 (INSTALL_MODULES): Include install-perl.
9397 (ALL_X11_MODULES): Include all-guile.
9398 (CHECK_X11_MODULES): Include check-guile.
9399 (INSTALL_X11_MODULES): Include install-guile.
9400 (all-perl): New target.
9401 (all-guile): New target.
9402
9403 * configure.in (host_tools): Include perl and guile.
9404 (native_only): Include perl and guile.
9405 (noconfigdirs): Don't build guile and perl; no ports have been
9406 done.
9407
9408Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
9409
80413487
RH
9410 * configure (--enable-*): Handle quoted option lists such as
9411 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
9412
9413Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9414
9415 * Makefile.in ({,inst}all-target): New rule so we can make and
9416 install all of the target directories easily.
9417
9418Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9419
9420 * configure.in: Add missing global flag in sed substitution when
9421 deleting `target-' from ${configdirs}.
9422
9423Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
9424
9425 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
9426 option.
9427
9428 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
9429 config/mh-necv4.
9430
9431 * install.sh: Correct misspelling of transformbasename.
9432
9433 * config.guess: Recognize mips-*-sysv*.
9434
9435Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
9436
9437 * config.sub: Recognize mon960.
9438
9439Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
9440
9441 * configure: Restore Canadian Cross handling of BISON and LEX,
9442 removed in Feb 20 change.
9443
9444Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
9445
9446 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
9447 Mention make install. Remove the old copyright date as well the
9448 clumsy and rather pointless copyright on the README file.
9449
9450Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
9451
9452 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
9453 Makefile after running symlink-tree, then run `make distclean' to
9454 avoid clobbering any generated files in srcdir.
9455
9456Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
9457
9458 * configure.in (m68k-*-netbsd*): Build everything now.
9459
9460Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
9461
9462 * Makefile.in (taz): Fix quoting.
9463
9464Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
9465
9466 * configure.in (sparclet-*-*): Build everything now.
9467
9468Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9469
9470 * configure.in (m68k-*-linux*): New host.
9471
9472Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
9473
9474 * configure: Check for bison before byacc.
9475
9476Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
9477
9478 * Makefile.in configure: Change the way LEX and BISON/YACC are
9479 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
9480 searching PATH. These are used as fallbacks by Makefile.in if
9481 flex/bison/byacc aren't in objdir.
9482
9483Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
9484
9485 * Makefile.in: Make everything which depends upon all-bfd also
9486 depend upon all-opcodes, in case --with-commonbfdlib is used.
9487
9488Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9489
9490 * configure.in (host *-*-cygwin32): Don't build gdb if we are
9491 building NT native compilers on Unix.
9492
9493Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
9494
9495 * configure.in: Don't get CC from the host Makefile fragment if we
9496 can find gcc in PATH, or if this is a Canadian Cross. Move the
9497 Solaris test for /usr/ucb/cc to the post target script, just after
9498 the compiler sanity test.
9499
9500Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
9501
9502 * config.sub: Merge with FSF.
9503
9504Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
9505
9506 * Makefile.in (RPATH_ENVVAR): New variable.
9507 (REALLY_SET_LIB_PATH): Use it.
9508 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9509
9510Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
9511
9512 * config.sub, configure.in: Recognize sparclet cpu.
9513
9514Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9515
9516 * config.guess: Support m68k-cbm-sysv4.
9517
9518Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9519
9520 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9521 m68k-unknown-linuxaout from linker help string. Put quotes around
9522 $ld_help_string.
9523
9524Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
9525
9526 * config.guess (powerpc-harris-powerunix): Add guess for port
9527 to new target.
9528
9529Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9530
9531 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9532
9533Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
9534
9535 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9536 $(REALLY_SET_LIB_PATH) in Makefile.
9537 * Makefile.in (SET_LIB_PATH): New variable.
9538 (REALLY_SET_LIB_PATH): New variable.
9539 ($(DO_X)): Use $(SET_LIB_PATH).
9540 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9541 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9542 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9543 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9544 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9545 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9546 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9547 (install-dosrel): Likewise.
9548 (all-opcodes): Depend upon all-libiberty.
9549
9550Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
9551
9552 * config.guess (*:CYGWIN*): New
9553
9554Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9555
9556 * Makefile.in (all-target-winsup): All all-target-libiberty.
9557
9558Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9559
9560 * configure.in (noconfigdirs): Add missing # in front of comment.
9561
9562Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
9563
9564 * configure.in: add second pass to things added to noconfigdirs
9565 so *-gm-magic can exclude libgloss properly.
9566
9567Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9568
9569 * mpw-configure (extralibs_name, rez_name): Set correctly
9570 for MWC68K compiler.
9571
9572 * mpw-README: Add more info on the necessary build tools.
9573
9574Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
9575
9576 * configure.in, config.sub: Recognize cygwin32.
9577
9578Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
9579
9580 * config.guess, config.sub: Recognize A/UX.
9581
9582Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
9583
9584 * config.sub: Merge with gcc/config.sub.
9585
9586Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
9587
9588 * mpw-build.in (do-binutils): Add build of stamps.
9589
9590Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
9591
9592 * config.sub: Add recognition for mips64vr4100*-* targets.
9593
9594Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9595
9596 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
9597 Add creation of gconfigargs with `--enable-shared' turned on.
9598 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
9599 ($(host)-stamp-stage3-configured): Likewise.
9600 (HOLES): Add chatr and ldd.
9601 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
9602
9603Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
9604
9605 * configure: Pass --nfp to recursive configures.
9606
9607Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
9608
9609 * Makefile.in (DLLTOOL): New.
9610 (DLLTOOL_FOR_TARGET): New.
9611 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
9612 (EXTRA_TARGET_FLAGS): Ditto.
9613 (EXTRA_GCC_FLAGS): Ditto.
9614 (CONFIGURE_TARGET_MODULES): Ditto.
9615 (DO_X): Ditto.
9616 * configure: Add DLLTOOL.
9617
9618Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
9619
9620 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
9621 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
9622 mh-sco, since old workarounds no longer needed, and don't
9623 build ld, since libraries have weak symbols in COFF.
9624
9625Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
9626
9627 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
9628
9629Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
9630
9631 * configure.in: Make sure that ${CC} can be used to compile an
9632 executable.
9633
afb8d725
JM
9634Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
9635
9636 * Makefile.in (all-gdb): Depend on $(GDB_TK).
9637 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9638 nothing depending on whether gdbtk is being built.
9639
252b5132
RH
9640Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
9641
9642 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9643
9644Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
9645
9646 * configure.in (noconfigdirs): Put ld or gas in this early, if the
9647 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9648
9649Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
9650
9651 * config-ml.in: Add support for
9652 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9653 Simplify setting of multidirs from --disable-foo.
9654
9655Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9656
9657 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9658 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9659 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 9660 non-empty, pass them on to the GCC make.
252b5132
RH
9661 (all-bootstrap): New rule that is like all-gcc, except it executes
9662 the GCC bootstrap rule instead of the GCC all rule.
9663
9664Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
9665
9666 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9667
9668Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9669
9670 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9671 DG/UX support.
9672
9673Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
9674
9675 * config.sub (i*86*) Change [345] to [3456]
9676
9677Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9678
9679 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9680 --with-gnu-ld=no.
9681
9682Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9683
9684 * config-ml.in (rs6000*, powerpc*): Add switches to control which
9685 AIX multilibs get built.
9686
9687Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9688
9689 * configure.in (i386-win32): Don't build expect if we're not
9690 building the tcl subdir.
9691
9692Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
9693
9694 * Makefile.in: (configure-target-examples, all-target-examples):
9695 New targets, configure and build example programs.
9696
9697Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9698
9699 * mpw-configure: If an mpw-config.in generated a file mk.sed,
9700 use it as input to sedit the generated MPW makefile.
9701 * mpw-README: Add a suggestion about Gestalt.h.
9702
9703Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
9704
9705 * config.sub: Accept *-*-ieee*.
9706
9707Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
9708
9709 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
9710 Ronald F. Guilmette <rfg@monkeys.com>.
9711
9712Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9713
9714 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9715 for powerpc-pe native.
9716 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9717 (target==powerpc-pe): duplicate i386-win32 entry.
9718
9719Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9720
9721 * configure.in (noconfigdirs): Exclude target-newlib for all versions
9722 of vxworks, not just vxworks5.1.
9723
9724Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
9725
9726 * mpw-configure: Add support for exec-prefix.
9727
9728Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9729
9730 * config.guess: Recognize HP model 816 machines as having
9731 a PA1.1 processor.
9732
9733Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
9734
9735 * configure: Ignore new autoconf configure options.
9736
252b5132
RH
9737Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
9738
9739 * config.guess: Recognize Pentium under SCO.
9740 From Robert Lipe <robertl@arnet.com>.
9741
9742Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9743
9744 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
9745
9746Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
9747
9748 * configure.in: Don't configure gas for alpha-dec-osf*.
9749
9750Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
9751
9752 * configure.in: Default to --with-stabs for some targets for which
9753 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9754 i[345]86*-*-unixware*.
9755
9756Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
9757
9758 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9759 rather than basing it on the target. Simplify handling of options
9760 controlling which directories to configure. Remove extraneous
9761 slash in multi-clean target.
9762
9763Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
9764
9765 * config-ml.in: Prefix more variables with ml_ so they don't collide
9766 with configure's.
9767
9768Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
9769
9770 * configure: Don't turn -v into --v.
9771
9772Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
9773
9774 * configure.in (targargs): Fix typo.
9775
9776 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9777
9778Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
9779
9780 * configure.in: Strip --host and --target options from
9781 CONFIG_ARGUMENTS, and always configure for --host only. Add
9782 --with-cross-host option when building with a cross-compiler.
9783 * configure: Canonicalize the arguments put into config.status by
9784 always using `=' for an option with an argument. Pass a presumed
9785 --host or --target explicitly.
9786
9787Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
9788
9789 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9790 into general OS recognition case.
9791
9792Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9793
9794 * configure.in (target_configdirs): add target-winsup only
9795 for win32 target systems.
9796
9797Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
9798
9799 * Makefile.in (all-target-libgloss): Depend upon
9800 configure-target-newlib, since when libgloss is built it looks to
9801 see if the newlib directory exists.
9802
9803Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
9804
9805 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9806 cfg-ml-*.in.
9807
9808Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
9809
9810 * configure: Handle LD and LD_FOR_TARGET when configuring a
9811 Canadian Cross.
9812
252b5132
RH
9813Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9814
9815 * configure.in (target_libs): add target-winsup.
9816 (target==i386-win32): add patch diff flex make to $noconfigdirs.
9817 (target==ppcle-pe): remove ld from $noconfigdirs.
9818
9819Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
9820
9821 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9822 Preserve relative path names in $srcdir. Build symlink tree if
9823 configuring cross target dir and srcdir=. (= no VPATH support).
9824 (configure-target-libg++): Depend on configure-target-librx.
9825 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9826 * config-ml.in: New file.
9827 * symlink-tree: New file.
9828 * configure: Ensure srcdir="." if that's what it is.
9829
9830Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9831
9832 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9833 includes and FLEX_SKELETON setting.
9834 * mpw-configure (--with-gnu-ld): New option, controls whether
9835 to use PPCLink or ld with PowerMac GCC.
9836 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9837 * mpw-config.in: Configure grez if targeting Mac.
9838
9839 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
9840 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9841 just macos.
252b5132
RH
9842 * configure.in: Configure grez resource compiler if targeting Mac.
9843 * Makefile.in (all-grez, install-grez): New targets.
9844
9845Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
9846
9847 * configure: CXX defaults to gcc, not g++. If we find
35590697 9848 gcc in the path, set CC to gcc -O2.
252b5132
RH
9849
9850Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
9851
9852 * configure: Default ${build} correctly. Avoid picking up extra
9853 spaces when reading CC and CXX from Makefile. When doing a
9854 Canadian Cross, use plausible default values for numerous
9855 variables.
9856 * configure.in: When doing a Canadian Cross, don't try to
9857 configure tools whose configure script can't handle it.
9858
9859Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9860
9861 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9862
9863Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
9864
9865 * configure: Remove dubious bug reporting address.
9866
9867Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
9868
9869 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
9870 configure script, run that instead of this directory's configure.
9871 In either case, print a message that we're configuring the sub-dir.
9872
9873Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
9874
9875 * configure.in: Before checking for the existence of various files,
9876 use sed to filter out "target-".
9877
9878Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
9879
9880 * Makefile.in (DO_X): Split rule to decrease command line length
9881 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
9882 (Philippe De Muyter).
9883
9884Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9885
9886 * Makefile.in (all-patch): depend on all-libiberty.
9887
9888Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
9889
9890 * configure.in: If the only directory in target_configdirs which
9891 actually exists is libiberty, then set target_configdirs to empty,
9892 to avoid trying to build a target libiberty in a gas or gdb
9893 distribution.
9894
9895Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
9896
9897 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
9898 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
9899 systems.
252b5132
RH
9900
9901Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9902
9903 * configure.in (copy_dirs): Use sys-include instead of include
9904 for --with-headers option.
9905
9906Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
9907
9908 * Makefile.in, configure.in: Make winsup builds work with
9909 new scheme.
9910
9911Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
9912
9913 * configure.in: Build the linker on AIX.
9914
9915Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
9916
9917 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
9918 where needed.
9919
9920Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
9921
9922 * Makefile.in (all-gcc): Fix typo.
9923
9924Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
9925
9926 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
9927
9928Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
9929
9930 * configure.in: Rename libFOO to target-libFOO, and xiberty
9931 to target-xiberty, to provide more flexibility.
9932 (target_subdir): Define. Create if cross.
9933 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9934 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
9935 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9936 check-libFOO -> check-target-libFOO, etc.
9937 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9938 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9939 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9940 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
9941 allow ALL_GCC="" to only configure.
9942 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
9943 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
9944 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
9945
9946Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
9947
9948 * Makefile.in (taz): Build "info" in etc explicitly.
9949
9950Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
9951
9952 * configure.in: Make sure that CC is undefined (as opposed to
9953 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
9954 problem with autoconf trying to configure on a host without GCC.
9955
9956Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
9957
9958 * mpw-configure: Set host alias from choice of host compiler,
9959 only use generic MPW Makefile sed if present, edit a file
9960 named "hacked_Makefile.in" instead of "Makefile.in" if present.
9961 * mpw-README: Add problem notes about CW6 and CW7.
9962
9963Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
9964
9965 * Makefile.in (taz): Use ";" instead of ";;".
9966
9967Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
9968
9969 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
9970 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9971 DISTDOCDIRS.
9972 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
9973 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
9974
9975Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
9976
9977 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
9978 and gnats, because they are now subsumed by DISTSTUFFDIRS.
9979 Move bfd to DISTSTUFFDIRS.
9980
9981Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9982
9983 * Makefile.in (X11_LIB): Removed.
9984 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9985
9986 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9987
9988Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9989
9990 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9991 names.
9992
9993Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9994
9995 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9996
9997Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
9998
9999 * configure.in (i[345]86-*-win32): Always build newlib.
10000 Don't configure cvs, autoconf or texinfo.
10001 * Makefile.in (LD_FOR_TARGET): New.
10002 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
10003 Pass down LD_FOR_TARGET.
10004
10005Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
10006
10007 * winsup: New directory.
10008 * Makefile.in: Build winsup.
10009 * configure.in: Winsup is configured when target is win32.
10010 Can only build win32 target GDB when native.
35590697 10011
252b5132
RH
10012Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
10013
10014 * config.guess: Recognize HP model 819 machines as having
10015 a PA 1.1 processor.
10016
10017Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
10018
10019 * configure: Fix sed loop which substitutes for CC and CXX to
10020 avoid bug found in various sed implementations.
10021
10022Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10023
10024 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
10025 simulator. Use standard powerpc-*-eabi*.
10026
10027Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
10028
10029 * configure.in: Stop putting gas and binutils in noconfigdirs for
10030 powerpc-*-aix* and rs6000-*-*.
10031
10032Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
10033
10034 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
10035 -mcall-aixdesc libraries.
10036
10037Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
10038
10039 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10040
10041 * config.sub (arm | armel | armeb): Fix shell syntax.
10042
10043Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10044
10045 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
10046 -msoft-float and -mcpu=common support.
10047 (powerpc*-*-eabisim*): Add support for building -mcall-aix
10048 libraries.
10049
10050Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10051
10052 * configure.in: Allow configuration and build of emacs19 for the alpha.
10053
10054Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10055
10056 * configure.in (CC): Get ^CC, not just any old CC, from
10057 ${host_makefile_frag}.
10058
10059Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10060
35590697 10061 * configure.in (CC): Try to get CC from
252b5132
RH
10062 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
10063
10064Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10065
10066 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
10067 only if it exists in $(srcdir).
10068
10069Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
10070
10071 * configure: If CC and CXX are not set in the environment, set
10072 them, based on either an existing Makefile or on searching for gcc
10073 in PATH. Substitute for CC and CXX in Makefile.
10074 * configure.in: Remove libm from target_libs. Separate
10075 target_configdirs from configdirs. If CC is not set in
10076 environment, try to get it from a host Makefile fragment. Rewrite
10077 changes of configdirs to use skipdirs instead. A few minor
10078 tweaks. Take directories out of target_configdirs as they are
10079 taken out of configdirs. Remove existing Makefile files from
10080 subdirectories. Substitute for TARGET_CONFIGDIRS and
10081 CONFIG_ARGUMENTS in Makefile.
10082 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
10083 by configure.in.
10084 (CONFIG_ARGUMENTS): Likewise.
10085 (CONFIGURE_TARGET_MODULES): New variable.
10086 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
10087 ($(CONFIGURE_TARGET_MODULES)): New target.
10088 (configure-libg++, configure-libio): New targets.
10089 (all-libg++): Depend upon configure-libg++.
10090 (all-libio): Depend upon configure-libio.
10091 (configure-libgloss, all-libgloss): New targets.
10092 (configure-libstdc++): New target.
10093 (all-libstdc++): Depend upon configure-libstdc++.
10094 (configure-librx, all-librx): New targets.
10095 (configure-newlib): New target.
10096 (all-newlib): Depend upon configure-newlib
10097 (configure-xiberty): New target.
10098 (all-xiberty): Depend upon configure-xiberty.
10099
10100Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10101
10102 * configure.in (host i[345]86-*-win32): Expand the
10103 noconfigdirs again.
10104
10105Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
10106
10107 * mpw-configure: Fix sed command file name.
10108
10109Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
10110
35590697 10111 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
10112 noconfigdirs again.
10113
10114Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
10115
10116 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
10117 or powerpc*-*-pe*, since they are not yet supported.
10118
10119Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
10120
10121 Add PowerMac support and many other enhancements.
10122 * mpw-configure: New option --cc to select compiler to use,
10123 paste options set according to --cc into the generated
10124 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
10125 if mpw-make.sed is present.
10126 * mpw-config.in: Don't test for gC1, test for mpw-touch,
10127 add forward includes for PowerPC include files.
10128 * mpw-build.in: Build using Makefile.PPC if present.
10129 (do-byacc, etc): Remove separate version resource builds.
10130 (do-gas): Build "stamps" before "all".
10131 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
10132 * mpw-README: Update to reflect --cc option, PowerMac support,
10133 and recently-reported compatibility problems.
10134
10135Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
10136
10137 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
10138 embedded m68k systems (-aout, -coff, -elf, -vxworks).
10139 (--with-multilib-top): Pass to recursive invocations.
10140
10141Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
10142
10143 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
10144 v810-*-*.
10145
10146Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10147
10148 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
10149 gdb, ld and opcodes on v810-*-*.
10150
252b5132
RH
10151Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
10152
10153 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
10154 (local-maintainer-clean): New target.
10155 (maintainer-clean): New target.
10156 (realclean): Just depend upon maintainer-clean.
10157
10158Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10159
10160 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
10161
10162Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
10163
10164 * configure.in: Build ld in mips*-*-bsd* case.
10165
10166Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
10167
10168 * config.sub: Accept -lites* OS. From Ian Dall.
10169
10170Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
10171
10172 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 10173 targets.
252b5132
RH
10174
10175Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10176
10177 * configure.in: treat i386-win32 canadian cross the same as
10178 i386-go32 canadian cross.
10179
10180Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10181
10182 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
10183 running under the simulator to build a reduced set of libraries.
10184 (powerpc-*-eabiaix): Add fine grained multilib support added to
10185 other powerpc targets yesterday.
10186
10187Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10188
10189 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
10190 -disable-softfloat, -disable-relocatable, -disable-aix, and
10191 -disable-sysv to control which multilib libraries get built.
10192
10193Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
10194
10195 * configure: Add Makefile.tem to list of files to remove in trap
10196 handler.
10197
10198Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
10199
10200 * config.guess (*Linux*): Add missing "exit"s.
10201 Also, need specific check for alpha-unknown-linux (uses COFF).
10202
10203Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
10204
10205 * config.guess: Merge with FSF:
10206
10207 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
10208 * config.guess (AIX4): More robust release numbering discovery.
10209
10210 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
10211 * config.guess (i386-sequent-ptx): Properly get version number.
10212
10213 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
10214 * config.guess (mips:*:4*:UMIPS): New case.
10215
10216Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
10217
10218 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
10219 (i386-win32 host): Likewise. Don't build readline.
10220
afb8d725
JM
10221Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
10222
10223 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
10224 SUPPORT_FILES to submakes.
10225
252b5132
RH
10226Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
10227
10228 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
10229 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
10230 mpw-configure.
10231
10232Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
10233
10234 * configure.in (appdirs): Use =, not ==, in test expression when
10235 trying to build the text to print in the warning message for
10236 Solaris users.
10237
10238Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
10239
10240 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
10241
10242Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10243
10244 * config.guess: Recognize lynx-2.3.
10245
10246Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
10247
10248 * config.sub (z8ksim): Deleted
10249 (z8k-*-coff): New, this is the one true name of the target.
10250
10251Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
10252
10253 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
10254
10255Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
10256
10257 * config.guess (*:Linux:*:*): First try asking the linker what the
10258 default object file format is (elf, aout, or coff). Then if this
10259 fails, try previous methods.
10260
10261Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10262
10263 * configure.in: Don't build newlib for *-*-vxworks5.1.
10264
10265Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10266
10267 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
10268 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
10269
10270Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
10271
10272 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
10273
10274Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
10275
10276 * cfg-ml-com.in: New file.
10277 * cfg-ml-pos.in: New file.
10278
10279Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10280
10281 * COPYING.NEWLIB: Add HP free copyright to list.
10282
10283Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10284
10285 * config.sub: Recognize -eabi* for the system, not just -eabi.
10286
10287Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
10288
10289 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
10290 * config.sub, configure.in (win32): New target and host.
10291
10292Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
10293
10294 * configure.in: Add i386-pe configuration.
10295
10296Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
10297
10298 * mpw-build.in (install): Install GDB after LD.
10299
10300Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
10301
10302 * mpw-config.in (elf/mips.h): Always forward-include, needed
10303 for GDB to build.
10304
10305Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
10306
10307 * testsuite: New directory for customer acceptance and whole tool
10308 chain tests.
10309
10310Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
10311
10312 * configure: If per-host line isn't found, but AC_OUTPUT is found
10313 and a configure script exists, run it instead.
10314
10315Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
10316
10317 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
10318
10319Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
10320
10321 * configure: Set build_{cpu,vendor,os,alias} to host values when
10322 --build isn't specified.
10323
10324Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10325
10326 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
10327 (FLAGS_TO_PASS): Pass them.
10328 (EXTRA_TARGET_FLAGS): Ditto.
10329
252b5132
RH
10330Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10331
10332 * Makefile.in (all-libg++): Depend on all-libstdc++.
10333
10334Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10335
10336 * configure.in (noconfigdirs): Enable all packages for
10337 i386-unknown-netbsd.
10338
10339Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
10340
10341 * configure.in (noconfigdirs): Don't configure tk for i386-go32
10342 hosted builds (DOS builds)
10343
10344Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
10345
10346 Changes for ARM based on patches from Richard Earnshaw:
10347 * config.sub: Handle armeb and armel.
10348 * configure.in: Omit arm linker only for riscix.
10349
10350Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
10351
10352 * config.guess: Update from FSF.
10353
10354Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
10355
10356 * config.sub: Recognize powerpcle as the little endian varient of
10357 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
10358 powerpcle variant. Convert pentium into i586, not i486. Add p5
10359 alias for i586. Map new x86 variants p6, k5, nexgen into i586
10360 temporarily.
10361
10362Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
10363
10364 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
10365
10366Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
10367
10368 * config.sub: Accept -lites* as a basic system type.
10369
10370Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
10371
10372 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
10373 installed, and if so return linuxoldld as the system name.
10374
10375Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
10376
10377 * config.guess: Add hppa1.1-hp-lites support.
10378
10379Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
10380
10381 * configure.in: Don't build newlib for m68k-vxworks5.1.
10382
10383Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10384
10385 * configure.in (mips-sgi-irix6): Use mh-irix5.
10386
10387Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
10388
10389 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
10390
10391Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10392
10393 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 10394 OSF/1. Fix compiler flags.
252b5132
RH
10395 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
10396
10397Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
10398
10399 * configure.in: Recognize --with-newlib.
10400 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
10401
afb8d725
JM
10402Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10403
10404 * Makefile.in: move {all,check,install}-gdb from *_MODULES
10405 to *_X11_MODULES due to gdbtk needing X include files et al.
10406
252b5132
RH
10407Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
10408
10409 Merge in support for Mac MPW as a host.
10410 (Old change descriptions retained for informational value.)
10411
10412 * mpw-config.in: Add generic include forwards for cpu-specific
10413 include files in aout and elf directories.
10414
10415 * mpw-configure: Added copyright.
10416 * mpw-config.in: Check for presence of required build tools.
10417 (target_libs): Add newlib.
10418 (target_tools): Add examples.
10419 (Read Me): Generate as "Read Me for MPW" instead.
10420 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
10421 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
10422 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
10423
10424 * mpw-configure: Remove subdir-specific makefile hackery,
10425 delete mk.tmp after using it.
10426
10427 * mpw-build.in (all): Display start and end times.
10428
10429 * mpw-configure (host_canonical): Set.
10430 (target_cpu): Always add to makefiles.
10431 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
10432 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
10433 (mpw-mh-mpw): Look for in srcdir and srcroot.
10434 Use sed instead of mpw-edit-prefix to edit prefix definitions.
10435
10436 * mpw-build.in: (install-only): New target.
10437
10438 * mpw-configure (host_alias, target_alias): Rename from hostalias
10439 and targetalias, add into generated Makefile.
10440 (mk.tmp): If present, add into generated Makefile.
10441 * mpw-build.in (all-gas): Build config.h first before gas proper.
10442
10443 * mpw-configure (config.status): Write only if changed.
10444 * mpw-config.in (readline): Configure it (not built, just used for
10445 definitions).
10446
10447 * mpw-config.in (elf/mips.h): Add a forward include.
10448
10449 * mpw-config.in: Forward-include most .h files in include into
10450 extra-include.
10451 (readline): Don't build.
10452 mpw-build.in (install): Install GDB.
10453
10454 * mpw-configure (prefix, mpw_prefix): Handle it.
10455 * mpw-config.in (mmalloc, readline): Don't configure.
10456 * mpw-build.in (thisscript): Rename to ThisScript.
10457 Use mpw-build instead of BuildProgram everywhere.
10458 (mmalloc, readline): Don't build.
10459 * mpw-README: New file, basic documentation about the MPW port.
10460
10461 * mpw-config.in: Use forward-include to create include files.
10462
10463 * mpw-configure: Add more things to the top of each configured
10464 Makefile, including contents of config/mpw-mh-mpw.
10465 * mpw-config.in (extra-include): Create this directory and fill it
10466 with Posix-like include files when configuring.
10467
10468 * config.sub (apple, mac, mpw): Add various aliases.
10469
10470 * mpw-build.in: New file, top-level build script fragment for MPW.
10471 * mpw-configure: New file, configure script for MPW.
10472 * mpw-config.in: New file, config fragment for MPW.
10473
10474Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10475
10476 * configure.in (host_libs): Remove glob, since it is gone from the
10477 sources.
10478
10479Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10480
10481 * Makefile.in: define empty GDB_NLM_DEPS var.
10482
10483 * configure.in(target_makefile_frag): use config/mt-netware
10484 for netware targets.
10485
10486Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
10487
10488 * config.sub: Merge in recent FSF changes. Remove linux special
10489 cases.
10490
10491Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10492
4bddf3ad 10493 Revert this change:
252b5132
RH
10494
10495 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
10496
10497 * build-all.mk: Use CC=cc -Xs on Solaris.
10498
252b5132
RH
10499Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10500
10501 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
10502 stop using it.
10503 * Makefile.in: Nuke all references to glob subdirectory.
10504
10505Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10506
10507 * configure.in: Fix --enable-shared logic in per-host.
10508
10509Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
10510
10511 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10512
10513Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10514
10515 * configure.in (noconfigdirs): Don't build gas on AIX, for
10516 powerpc*-*-aix* as well as for rs6000*-*-aix*.
10517
10518Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
10519
10520 * configure: Fix --cache-file to work if the file argument is a
10521 relative path.
10522
10523Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
10524
10525 * configure: If the --cache-file is used, pass it down to
10526 configure in subdirectories.
10527
10528Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
10529
10530 * config.sub: add vxworks29k configuration.
10531
10532Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
10533
10534 * Makefile.in (taz): Do "diststuff" part quietly.
10535
10536Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
10537
10538 * config.sub: Mini-merge with gcc/config.sub.
10539
10540Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10541
10542 * config.guess (IRIX): Sed - to _.
10543
10544Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10545
10546 * Makefile.in (source-vault, binary-vault): New targets.
10547
10548Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
10549
10550 * config.sub: Recognize -eabi as a basic system type.
10551
10552Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10553
10554 * configure.in (enable_shared stuff): Fix typo.
10555
10556Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
10557
10558 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10559
10560Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10561
10562 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
10563
10564Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10565
10566 * configure.in (rs6000-*-*): Don't build gas.
10567
10568Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
10569
10570 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
10571 reduce command line length.
10572 (AS_FOR_TARGET): Check for as.new, not Makefile.
10573 (NM_FOR_TARGET): Check for nm.new, not Makefile.
10574
10575Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
10576
10577 * config.guess: Merge from FSF.
10578
10579Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10580
10581 * configure: Don't use $ when handling program_suffix.
10582
10583Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
10584
10585 * configure.in: Configure tk for hppa/hpux.
10586
10587Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
10588
10589 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
10590
10591Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
10592
10593 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
10594 to LIBCXXFLAGS. Tests are better run without it.
10595
10596Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
10597
10598 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
10599
10600Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
10601
10602 * configure.in (*-*-netware*): Don't configure xiberty.
10603
10604Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
10605
10606 * configure.in: Remove tk from native_only list.
10607
10608Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
10609
10610 * build-all.mk: Add mips-ncd-elf target to sun4 targets
10611 for special NCD build.
10612
10613Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10614
10615 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
10616 makeall.bat, they're only useful for binutils snapshots.
10617 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
10618 makeall.bat to specified SUPPORT_FILES.
10619
10620Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
10621
10622 * build-all.mk: Add Ericsson targets to sun4 and solaris
10623 hosts. Add BNR's sun4 target to solaris host, so their
10624 build-from-source will be tested in-house first.
10625
10626Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10627
10628 * Makefile.in (LIBCFLAGS): New variable.
10629 (CFLAGS_FOR_TARGET): Ditto.
10630 (LIBCFLAGS_FOR_TARGET): Ditto.
10631 (LIBCXXFLAGS): Ditto.
10632 (CXXFLAGS_FOR_TARGET): Ditto.
10633 (LIBCXXFLAGS_FOR_TARGET): Ditto.
10634 (BASE_FLAGS_TO_PASS): Pass them.
10635 (EXTRA_TARGET_FLAGS): Ditto.
10636
4bddf3ad 10637 * configure.in: Support --enable-shared.
252b5132
RH
10638
10639Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
10640
10641 * configure.in (target_libs): Include libstdc++ again.
10642 * config.guess: Update from FSF (for FreeBSD).
10643
10644Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10645
10646 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10647 makeall.bat.
10648 (DISTDOCDIRS): Add `etc'.
10649 (ETC_SUPPORT_PFX): New variable.
10650 (taz): Include anything from etc starting with a word in
10651 ETC_SUPPORT_PFX.
10652
10653Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10654
10655 * config.sub: Update for recent FSF changes. Remove obsolete
10656 h8300hds entry. Add -windows* and -osx as basic os. Minor
10657 spacing changes.
10658
10659Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
10660
10661 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
10662
10663 * config.guess: Merge with FSF.
10664 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10665
10666Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10667
10668 * configure: Since the "trap 0" handler will override the exit
10669 status on many systems, only use it for "exit 1", and make it set
10670 a non-zero exit status; reset it before "exit 0". Also, check
10671 exit status of config.sub, and error out if it failed.
10672
10673Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
10674
10675 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10676 and install libgloss.
10677
10678Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10679
10680 * Makefile.in (all-binutils): Depend upon all-byacc.
10681
10682 * configure.in: Don't build emacs on Irix 5.
10683
10684Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10685
10686 * configure.in (*-*-netware*): Add libio.
10687
10688Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10689
10690 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10691 (CHECK_TARGET_MODULES): Ditto.
10692 (INSTALL_TARGET_MODULES): Ditto.
10693 (TARGET_LIBS): Ditto.
10694 (all-libstdc++): Note dependencies.
10695
10696Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10697
10698 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10699
10700Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10701
10702 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10703 -fexternal-templates.
10704
10705 * configure.in (target_libs): Add libstdc++.
10706 (noconfigdirs): Add libstdc++ as appropriate.
10707
10708Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10709
10710 * config.guess: Update from FSF.
10711
10712Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10713
10714 * configure: Use ${config_shell} when running ${configsub}.
10715
10716Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
10717
10718 * config.sub: No longer recognize h8300h.
10719
10720Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10721
10722 * config.sub: Remove extraneous differences between config.sub and
10723 gcc/config.sub.
10724
10725Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10726
10727 * Makefile.in (DISTSTUFFDIRS): Add gas.
10728
10729Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
10730
10731 * COPYING.NEWLIB: New file.
10732
10733Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
10734
10735 * config.guess (HP-UX): Patch from Harlan Stenn
10736 <harlan@landmark.com> to also emit release level.
10737
10738Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
10739
10740 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10741
10742Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
10743
10744 * config.sub: Merge nextstep cleanup from FSF.
10745
10746Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10747
10748 * configure.in (arm-*-*): Don't configure ld for this target.
10749
10750Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10751
10752 * configure.in (*-*-netware): don't configure libg++, libio,
10753 librx, or newlib.
10754
10755Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10756
10757 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
10758 configure ld--it works, but it doesn't support shared libraries.
10759
10760Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
10761
10762 * config.guess (*-unknown-freebsd*): Get rid of possible
10763 trailing "(Release)" in version string.
10764 Patch from Paul Richards <paul@isl.cf.ac.uk>.
10765
10766Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
10767
10768 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10769 Fix type: *-next-neststep -> *-next-nextstep.
10770
10771 * config.guess: Merge from FSF:
10772
10773 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
10774
10775 * config.guess: Recognize powerpc-ibm-aix3.2.5.
10776
10777 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
10778
10779 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10780 instead of UNIX_SV for UnixWare 1.0).
10781
10782Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
10783
10784 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
10785 to make gdb/nlm/* build after the compiler and linker.
10786
10787Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
10788
10789 * config.guess (netbsd, freebsd, linux): Accept any machine,
10790 not just i[34]86.
10791 (m68k-atari-sysv4): Relocate to match FSF version.
10792
10793 * config.guess: More merges from the FSF:
10794
10795 Add a space before function call or macro invocation.
10796
10797 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10798
10799 * config.guess: Add trap cmd to remove dummy.c and dummy when
10800 interrupted.
10801
10802 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10803
10804 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10805 (dummy): Redirect stderr from compilation of dummy.c.
10806
10807 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
10808
10809 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10810
10811Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
10812
10813 * configure: Accept and ignore --cache*, for compatibility with
10814 new autoconf.
10815
10816Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
10817
10818 * config.guess: Merge from FSF:
10819
10820 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10821
10822 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
10823 (PATH): Add /.attbin at end for finding uname.
10824 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
10825
10826 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
10827
80413487 10828 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
10829
10830 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
10831
80413487
RH
10832 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10833 to select whether to use ELF or COFF.
252b5132
RH
10834
10835 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10836
80413487 10837 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
10838
10839 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10840
10841 * config.guess: Guess the OS version for HPUX.
10842
10843 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10844
10845 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10846
10847Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10848
10849 * configure.in: Recognize --with-headers, --with-libs, and
10850 --without-newlib.
10851 * Makefile.in (all-xiberty): Depend upon all-ld.
10852
10853Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10854
10855 * configure.in: Change i[34]86 to i[345]86.
10856
10857Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10858
10859 * configure (version): A few more tweaks to help message.
10860
10861Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
10862
10863 * Makefile.in: Remove (for now) librx as a host library,
10864 now that we're building it for target.
10865
10866Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10867
10868 * configure: Fix up help message; from karl@owl.hq.ileaf.com
10869 (Karl Berry).
10870
10871Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
10872
10873 * configure.in: Also configure librx.
10874
10875Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
10876
10877 * Makefile.in: Update various rules to reflect that librx
10878 is now needed for libg++.
10879
10880Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10881
10882 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10883
10884Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10885
10886 * configure.in: Configure the examples directory.
10887
10888Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10889
10890 * configure: Simplify Jun 2 1994 change.
10891
10892Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10893
10894 * change CC to /usr/latest/bin/gcc for lynx host builds, since
10895 /bin/gcc isn't good enough to build gcc.
10896
10897Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
10898
10899 * Makefile.in (GDB_SUPPORT_FILES): Remove
10900 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
10901 (gdb.tar.gz): Add new rule to use standard distribution building
10902 mechanism.
10903
10904Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10905
10906 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
10907 Bill Cox <bill@cygnus.com>.
10908
10909Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
10910
10911 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
10912
10913Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
10914
10915 * configure: Search current dir first in .gdbinit.
10916
10917Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
10918
10919 * config.sub: Recognize freebsd (merged from gcc config.sub).
10920
10921Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
10922
10923 * config.sub: Refer to NeXT's operating system as nextstep.
10924
10925 * config.sub (case $basic_machine): Re-order the cases, to match
10926 the order in the FSF version (which is mostly alphabethical).
10927 Merge in some additions and changes from the FSF.
10928
10929Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
10930
10931 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10932 * config.sub: Recognize cxux7.
10933 * configure.in: Use mh-cxux for m88k-harris-cxux*.
10934
10935Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
10936
10937 * config.sub: Fix typo powerpc -> powerpc-*.
10938
10939Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
10940
10941 * Makefile.in: `all-emacs19' depends on `all-byacc'.
10942
10943 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10944 parallel with all-emacs and install-emacs). Top-level command
10945 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10946
10947Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10948
10949 * test-build.mk ($(host)-stamp-stage2-installed): Remove
10950 $(relbindir)/make before doing ``make install'', and use
10951 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
10952 installing over running make binary.
10953 ($(host)-stamp-stage3-installed): Likewise.
10954
10955Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10956
10957 * config.guess: Recognize Mach.
10958
10959Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10960
10961 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10962 see whether --exec-prefix was used.
10963
10964Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10965
10966 * README: Explicitly mention libg++/README. (Zoo's idea.)
10967
10968Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10969
10970 * Makefile.in: Add all-librx target similar to all-libproc.
10971
10972Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
10973
10974 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
10975 with post 1.2 uname bogosity.
10976
10977Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10978
10979 * configure: Remove temporary files on receipt of a signal.
10980
10981Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
10982
10983 * configure: If there is a package_makefile_frag, remove
10984 ${subdir}/Makefile.tem after copying it in.
10985
10986Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10987
10988 * build_all.mk: support rs6000 lynx identifies itself as
10989 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
10990 since /bin/gcc is too feeble to compile a modern gcc.
10991
10992Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
10993
10994 * brought devo/test-build.mk update-to-date with progressive/
10995 test-build.mk. Add lynx targets and hppa flag info.
10996
10997Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10998
10999 * configure.in: Use mh-ncrsvr43. Patch from
11000 Tom McConnell <tmcconne@sedona.intel.com>.
11001
11002Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
11003
11004 * config.guess (i386-unknown-bsdi): No longer need to
11005 check #if defined(__bsdi__) && defined(__i386__).
11006
11007Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11008
11009 * configure: Set program_transform_nameoption correctly.
11010
11011Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
11012
11013 * brought build-all.mk update-to-date with progressive build-all.mk,
11014 added new targets and hppa info.
35590697 11015
252b5132
RH
11016Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11017
11018 * configure: If config.guess result is a prefix of the user
11019 specified target, assume a native build and use the user specified
11020 target as the host alias. Remove SunOS patch suffix removal hack.
11021 * configure.in: Remove SunOS patch suffix removal hack.
11022
11023 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
11024 in NATIVE_CHECK_MODULES.
11025
11026Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
11027
11028 * Makefile.in: Rename HOST_ONLY to NATIVE.
11029 * configure: Delete SunOs patch suffix from host_canonical
11030 and build_canonical variables that are prepended to Makefiles.
11031 * configure.in: Add comments for easier maintenance.
11032
11033Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11034
11035 * Makefile.in: Add all-libproc target similar to all-gui.
11036
11037Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
11038
11039 * Makefile.in (CHECK_MODULES): split into
11040 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
11041
11042Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
11043
11044 * config.guess (i386-unknown-bsdi): New system to guess.
11045
11046Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11047
11048 * Makefile.in: Add all-gui target (but not yet build by "all").
11049
11050Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
11051
11052 * config.sub: Move deletion of patch suffix from here...
11053 * configure.in: To here, at Ian's suggestion. The top-
11054 level scripts might need to know of a patch level.
11055
11056Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
11057
11058 * config.sub: Strip off patch suffix so rtl is recognized
11059 as a sunos4.1.3 machine, even though it's been patched.
11060
11061Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
11062
11063 * Makefile.in (INSTALL_LAST): Delete.
11064 (INSTALL_DOSREL): New.
11065
11066Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11067
11068 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
11069 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
11070 whether we pass down --with-gnu-ld anyhow.
11071
11072Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
11073
11074 * Makefile.in (INSTALL_LAST): Change operation so it works
11075 on more flavors of make.
11076 * configure.in (go32): Don't build libg++ or libio.
11077
11078Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
11079
11080 * Makefile.in (Move HOST_PREFIX_1 and friends up so
11081 they can be overriden by templates.
11082
11083Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
11084
11085 * configure.in (target==go32): Don't build gdb.
11086 * dosrel: New directory.
11087
11088Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
11089
11090 * configure.in (host==go32): Configure dosrel too.
11091 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
11092 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
11093 be set by incoming names or templates.
11094 (INSTALL_LAST): New rule.
252b5132
RH
11095
11096Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
11097
11098 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
11099
11100Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11101
252b5132
RH
11102 * configure.in (appdirs): New variable. Currently empty, but will
11103 be used in gas distribution. If nonempty, lists a set of
11104 directories at least one of which must get configured, or top
11105 level configuration is considered to have failed.
11106 (rs6000-*-lynxos*): Use new file name.
11107
11108Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11109
11110 Eliminate XTRAFLAGS.
11111 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
11112 newlib include files using -idirafter, and also use -nostdinc.
11113 (CXX_FOR_TARGET): Likewise.
11114 (XTRAFLAGS): Removed.
11115 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
11116 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
11117 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
11118 ($(DO_X)): Don't pass down XTRAFLAGS.
11119
11120Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11121
11122 * configure.in (mips*-dec-bsd*): New target; do build linker.
11123 (mips*-*-bsd*): New target; don't build linker.
11124
11125Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11126
11127 * configure.in: support rs6000-*-lynxos* configuration.
11128 support sunos4 as a cross target.
11129
11130 * config.sub: look for lynx*, not lynx since the OS version may
11131 legitimately be part of the name.
11132
11133Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11134
11135 * configure.in (i[34]86-*-sco*): Move to be with other i386
11136 targets.
11137 (romp-*-*): New target. Skip various binary utilities.
11138 (vax-*-*): New target. Don't build newlib.
11139 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
11140
11141Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11142
11143 * configure.in: Only set host_makefile_frag if config
11144 directory exists.
11145
11146Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11147
11148 * install.sh: If $dstdir exists, don't check whether each
11149 component does.
11150
11151Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11152
11153 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
11154
11155Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11156
35590697
AJ
11157 * configure.in (*-*-lynxos*): Don't configure newlib for either
11158 native or cross Lynx.
252b5132
RH
11159
11160Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
11161
11162 * config.sub (sparc64-elf): Fix os.
11163 (z8k): Remove duplicate.
11164
11165Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11166
11167 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
11168 gcc/stmp-fixproto, to try to prevent fixproto from being run.
11169
11170Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
11171
11172 * configure: Make file links cleanly even if Lynx fails on
80413487 11173 an NFS symlink (at least fail cleanly).
252b5132
RH
11174
11175Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11176
11177 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
11178 -XNh2000.
11179
11180Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11181
11182 * configure: Unknown options are fatal again.
11183
11184Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
11185
11186 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 11187 compatibility.
252b5132
RH
11188
11189Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
11190
11191 * build-all.mk: Add `clean' target.
11192
11193Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11194
11195 * config.guess: Add SINIX support.
11196 * configure.in: Add mips-*-sysv4* support.
11197
11198Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
11199
11200 * build-all.mk: Document all useful targets.
11201 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
11202 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11203
11204Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11205
11206 * configure: Support --silent, --quiet.
11207
11208Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11209
11210 * configure: Support --disable-FEATURE.
11211
11212Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11213
11214 * config.guess: Recognize NCR running SVR4.3.
11215
11216Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
11217
11218 * config.guess: Make BSDI generate i386-unknown-bsd386.
11219 Patch from Paul Eggert <eggert@twinsun.com>.
11220
11221Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11222
11223 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
11224
11225Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11226
11227 * configure: Make unrecognized options give nonfatal warnings
11228 instead of fatal errors, and pass them to any subdirectory
11229 configures in case they recognize them.
11230 Make --x equivalent to --with-x.
11231
11232Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11233
11234 * configure: Add --enable-* options. Clean up usage message and
11235 some comments.
11236
11237Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
11238
11239 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
11240
11241Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11242
11243 * configure.in (hppa*-*-*): Enable binutils.
11244
11245Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11246
11247 * config.sub: Recognize cisco.
11248
11249Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
11250
11251 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
11252
11253Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11254
11255 * config.guess: about target *-hitachi-hiuxwe2, don't print more
11256 than one configuration name. Add comment.
11257
11258Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
11259
11260 * config.guess: about target *-hitachi-hiuxwe2, fixed
11261 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
11262 macro is incorrect.]
11263
11264Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11265
11266 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
11267 than the "make ls" stuff which used to be here.
11268
11269Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
11270
11271 * config.guess: Recognize i[34]86-unknown-freebsd.
11272 From Shawn M Carey <smcarey@rodan.syr.edu>.
11273
11274Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
11275
11276 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
11277
11278Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11279
11280 * config.guess: Check for ptx.
11281
11282Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
11283
11284 * config.sub: Add os9k checking.
11285
11286Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11287
11288 * config.guess: Handle OSF1 running on HPPA processors
11289
11290Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
11291
11292 * configure: If subdir configure fails, print out a message with
11293 subdirectory name, in case subdir's configure code didn't identify
11294 itself.
11295
11296Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
11297
11298 * configure.in: Remove embedded newlines from configdirs.
11299 Avoid mismatches of substrings. Fix matching strings at end
11300 of configdirs.
11301
11302Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
11303
11304 * config.guess: Add Lynx/rs6000 config support.
11305
11306Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
11307
11308 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
11309
11310Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
11311
11312 * configure.in (hppa*-*-osf*): Treat this just like most other
11313 PA configurations (eg no binutils or ld).
11314 (hppa*-*-*elf*): These configurations have binutils and ld.
11315
11316Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11317
11318 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
11319
11320Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11321
11322 * configure.in (rs6000-*-*): Build gas.
11323
11324Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11325
80413487 11326 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
11327
11328Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11329
11330 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
11331 for GDB and GDB has been fixed to not need it.
11332
252b5132
RH
11333Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11334
11335 * config.guess: Recognize vax hosts.
11336
11337Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11338
11339 * configure (while loop): Don't use "break 2" inside case
11340 statement -- the case statement isn't an enclosing loop.
11341
11342Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11343
11344 * config.guess: Clean up NeXT support, to allow nextstep
11345 on Intel machines. Make OS be nextstep.
11346
11347Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
11348
11349 * config.guess: Add alternate forms for Convex.
11350
11351Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
11352
11353 * configure: Completely rewrite option processing. Take
11354 advantage of pattern-matching to avoid invoking test frequently.
11355 Also clean up host and target defaulting logic.
11356
11357Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11358
11359 * Makefile.in: Replace all occurrances of "rootme" with "r" and
11360 "$${rootme}" with "$$r", to increase the likelihood that the do-*
11361 commands (plus user environment) will fit SCO limits.
11362
11363Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11364
11365 * configure.in: Don't issue warnings about directories which are
11366 not being configured if -norecursion is set. Correct test for
11367 --with-gnu-as and --with-gnu-ld to not get confused by substring
11368 matches.
11369
11370 * configure.in: Don't build gas for alpha-dec-osf1*.
11371
11372Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
11373
11374 * configure: Back out Per's change of 12/19/1993. It changes the
11375 behavior of configure in unexpected and confusing ways.
11376
11377 Also, use different delim char when calculating
11378 program_transform_name so that the name can contain slashes.
11379
11380Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
11381
11382 * configure.in, config.sub: Add support for VSTa micro-kernel.
11383
11384Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11385
11386 * configure.in: Nuke hacks which were used to get a special
11387 version of GAS for HPPA configurations.
11388
11389Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
11390
11391 * configure: If only ${target_alias} is given, use that
11392 as the default for ${host_alias}.
11393 * configure: Add missing back-slashes before nested quotes.
11394
11395Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
11396
11397 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
11398
11399Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
11400
11401 * config.guess: Recognize some Tektronix configurations.
11402 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
11403
11404Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11405
11406 * config.sub: Match any flavor of SH.
11407
11408Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
11409
11410 * configure.in: Don't try to configure newlib for Alpha.
11411
11412Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11413
11414 * configure.in: Don't build ld for Irix 5. Don't build gas,
11415 libg++ or libio for any Alpha target.
11416
11417 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
11418
11419Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
11420
11421 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
11422 default arguments -- so it tried to compress itself.
11423
11424Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
11425
11426 * configure.in (notsupp): ensure that a space is always at the end
11427 of the configdirs list, since the grep checks for an explicit space
11428
11429Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11430
11431 * configure.in (target i386-sysv4.2): don't build ld, since static
11432 versions of many libraries are not available.
11433
11434Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11435
11436 * config.guess: Recognize Apollos (using environment variables).
11437 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
11438
11439Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11440
11441 * config.guess: Recognize Sony news mips running newsos.
11442
11443Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
11444
11445 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
11446 "fi ; else" for bash.
11447
11448Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
11449
11450 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
11451
11452Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
11453
11454 * config.sub: accept unixware as an alias for svr4.2.
11455 Fix some inconsistancies with the gcc version.
11456
11457Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11458
11459 * Makefile.in (DISTDOCDIRS): Add gdb.
11460
11461Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
11462
11463 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
11464
11465Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11466
11467 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
11468 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
11469 this now.
11470
11471Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11472
11473 * config.sub: Accept hiux* as an OS name.
11474
11475 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
11476 etc/make-stds.texi. The underscore came from gcc, and dje now
11477 agrees that RUNTESTFLAGS is the correct name.
11478
11479Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
11480
11481 * install.sh: Remove 'set -e'. It makes any conditionals
11482 in the script useless.
11483
11484 * config.guess: Automatically recognize arm-acorn-riscix
11485 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
11486
11487Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
11488
11489 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
11490
11491Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
11492
11493 * Makefile.in (DISTDOCDIRS): New variable.
11494 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 11495 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
11496
11497Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11498
11499 * configure.in (hppa target): check the source directory for the
11500 pagas sub-directory
11501
11502Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
11503
11504 * config.sub: Allow -aout* and -elf*.
11505
11506Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
11507
11508 * configure.in: Don't build ld on i386-solaris2, same as for
11509 sparc-solaris2.
11510
11511Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
11512
11513 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11514
11515Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11516
11517 * configure.in: Configure gdb for alpha.
11518
11519Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11520
11521 * Makefile.in (CXXFLAGS): Add -O.
11522
11523Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11524
11525 * config.guess: added support for DG Aviion
11526
11527Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11528
11529 * configure.in: Produce warning message for subdirectories not
11530 configurable for this host/target combination. Don't try to
11531 configure gdb for vms.
11532
11533Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11534
11535 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11536 appropriate files before making "diststuff".
11537 (DISTBISONFILES): New var: list of files to be edited.
11538 (DISTSTUFFDIRS): Add binutils.
11539
11540Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11541
11542 * config.sub: also handle mipsel and mips64el (for little endian mips)
11543
11544Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11545
11546 * configure.in: Add * to end of all OS names.
11547
11548Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
11549
11550 * configure.in: Build newlib for LynxOS native.
11551
11552Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11553
11554 * config.guess: Add support for delta 88k running SVR3.
11555
11556 * configure.in: Add comment about HP compiler vs. emacs.
11557
11558Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11559
11560 * configure.in: don't build ld on solaris2 (not a viable option
11561 due to bugs in getpwnam & getpwuid)
11562
11563Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
11564
11565 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
11566 config.guess will produce a full version number.
11567
11568Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11569
11570 * configure.in: Build linker and binutils for alpha-dec-osf1.
11571
11572Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11573
11574 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
11575 and gdb/testsuite/Makefile.in.
11576
11577Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11578
11579 * configure.in: recognize mips*- instead of mips-
11580
11581Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
11582
11583 * config.sub: Accept linux*coff and linux*elf as operating
11584 systems.
11585
11586Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11587
11588 * config.sub: Recognize mips64, and mips3 as an alias for it.
11589
11590Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11591
11592 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
11593 gdb knows how to handle OSF/1 shared libraries.
11594
11595Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11596
11597 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
11598 * config.guess: Recognize Hitachi's HIUX.
11599 * config.sub: Recognize h3050r* and hppahitachi.
11600 Remove redundant cases for hp9k[23]*.
11601
11602Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11603
11604 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
11605 if gas and ld are in the source tree and are in ${configdirs}.
11606 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 11607 --with options (but still pass them down on the command line,
252b5132
RH
11608 if they were explicitly specified).
11609
11610Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11611
11612 * configure: substitute SHELL value in Makefile.in with
11613 ${CONFIG_SHELL}
11614
11615Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11616
11617 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
11618 *-*-solaris2* targets.
11619
11620Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11621
11622 * Makefile.in: define M4, and pass it down to sub-makes;
11623 all-autoconf now depends on all-m4
11624
11625Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11626
11627 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
11628 presence of {ar,ranlib} instead of a configured directory
11629
11630Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11631
11632 * config.guess: Accept 34?? as well as 33?? for NCR.
11633
11634Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11635
11636 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11637 of 'gas' in sed commands, since 'gash' is now in the tree as well.
11638
11639Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11640
11641 * configure: grab values for $(CC) and $(CXX) from the
11642 environment, so that someone can do "CC=gcc configure; make" and
11643 have it work right (matching the way that autoconf works now)
11644
11645 * configure.in, Makefile.in: add support for gash, the tcl
11646 interface to Galaxy
11647
11648 * config.guess: add NetBSD variants (hp300, x86)
11649
11650Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
11651
11652 * install.sh: Support -d option (in the manner of SunOS 4 install,
11653 as it is more deterministic than that of GNU install)
11654 (chmodcmd): Set file to mode 755 by default (should also do default
11655 chgrp and chown, but I don't feel like dealing with that now)
11656
11657Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
11658
11659 * config.sub: Remove h8300hhms alias.
11660
11661Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11662
11663 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11664
11665Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11666
11667 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11668 as stmp-fixinc
11669
11670Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
11671
11672 * config.sub: recognize m88110-bug-coff.
11673
11674Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11675
11676 * Makefile.in (all-libio): all dependencies on the toolchain used
11677 to build this (gcc, gas, ld, etc)
11678
11679Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11680
11681 * config.guess: Deal with OSF/1 1.3 on alpha.
11682
11683Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11684
11685 * install.sh: add some 'else true' clauses for portability
11686
11687 * configure.in: don't build libio for h8[35]00-*-* targets
11688
11689Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
11690
11691 * Makefile.in: Add support for new libio.
11692
11693Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11694
11695 * install.sh: If one command fails, don't try the rest. Don't try
11696 to remove $dsttmp (via trap) unless we have already created it.
11697 If $src doesn't exist, detect it and exit with an error.
11698
11699 * config.guess: Recognize BSD on hp300.
11700
11701Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
11702
11703 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11704 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11705
11706Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
11707
11708 * Makefile.in (all-send-pr): depends on all-prms
11709
11710Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11711
11712 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11713
11714Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11715
11716 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11717 Added test for mips-mips-riscos5.
11718
11719Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11720
11721 * configure.in: use mh-hp300 for 68k HP hosts
11722
11723Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11724
11725 * configure: add support for CONFIG_SHELL, so that you can use
11726 some alternate shell for evaluating configure scripts
11727
11728Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
11729
11730 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
11731 in configure script to bug-gdb@prep.ai.mit.edu when building
11732 distribution archive.
11733 * Makefile.in (COMPRESS): Remove def.
11734 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
11735 gdb.tar.Z and make-gdb.tar.Z respectively.
11736 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
11737 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
11738 to convergence with 'taz' target in Makefile.in.
11739
11740Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11741
11742 * install.sh (dsttmp): use trap to ensure that tmp files go
11743 away on error conditions
11744
11745Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11746
11747 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11748
11749Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11750
11751 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11752 its parent is '/' not ''.
11753
11754 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11755
11756Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
11757
11758 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11759 that ${newsrcdir}/configure.in does.
11760
11761Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11762
11763 * test-build.mk: support for CONFIG_SHELL
11764
11765Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
11766
11767 * config.sub (netware): Add as a basic system type.
11768
11769Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
11770
11771 * Makefile.in (Makefile): depend on configure.in. Also drop the
11772 $(srcdir)/ from the dependency on Makefile.in.
11773
11774Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
11775
11776 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11777 (h8300hhms is temporary until multi-libraries are implemented).
11778 * configure.in: Handle h8300h too.
11779
11780Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11781
11782 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11783
11784Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
11785
11786 * configure: Remove extraneous output when guessing host type.
11787 * config.guess: Remove extraneous output when guessing using C
11788 compiler rather than uname, or when guessing fails.
11789
11790Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11791
11792 * Makefile.in: remove all.cross and install.cross targets
11793
11794 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11795 definitions
11796
11797Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
11798
11799 * configure.in (target sh): Build gprof.
11800
11801Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11802
11803 * config.sub: change -solaris to -solaris2
11804
11805Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11806
11807 * configure.in: Use config/mh-riscos for mips-*-sysv*.
11808
11809Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
11810
11811 * configure: Correct error message for missing Makefile.in to
11812 print correct directory.
11813
11814Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11815
11816 * install.sh: kludge around 386BSD shell bug
11817
11818Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
11819
11820 * config.guess: Recognize NeXT.
11821 * config.guess: Recognize i486-ncr-sysv4.
11822 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
11823
11824Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
11825
11826 * Makefile.in (MAKEINFOFLAGS): New variable.
11827 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11828 * build-all.mk, test-build.mk: Pass down --no-split as
11829 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
11830
11831Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
11832
11833 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
11834
11835Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
11836
11837 * Makefile.in (libg++.tar.z): New rule.
11838 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
11839 * Makefile.in (taz): Only do a single chmod.
11840
11841Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
11842
11843 * install.sh: don't use dirname anymore (replaced with sed usage)
11844
11845Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
11846
11847 * Makefile.in: Change extension for gzip'd files from '.z' to
11848 '.gz' per new FSF standard usage.
11849
11850Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
11851
11852 * configure: put quotes around the final value of program_transform_name
11853
11854Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11855
11856 * Makefile.in: new install.sh support; update install-info rules
11857
11858Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
11859
11860 * configure.in: Build diff for crosses, but not for go32 host.
11861
11862 * configure.in: Build gprof only for native, and don't build it
11863 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11864
11865Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
11866
11867 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11868
11869Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11870
11871 * configure.in (host_tools): Add prms.
11872
11873Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11874
11875 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11876 with $(FLAGS_TO_PASS) on the command line
11877
11878 * config.sub: Recognize lynx and lynxos
11879
11880Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
11881
11882 * config.sub: Accept -ecoff*, not just -ecoff.
11883
11884Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11885
11886 * Makefile.in (taz): Use .gz suffix instead of .z.
11887 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11888 names.
11889
11890Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11891
11892 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11893
11894Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11895
11896 * Makefile.in (install-no-fixedincludes): install gcc last, so
11897 that rebuilds that might happen during 'make install' don't get
11898 bogus gcc include files
11899
11900Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11901
11902 Change from Utah for HPPA support:
11903 * config.guess: Recognize hppa1.x-hp-bsd.
11904
11905Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
11906
11907 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
11908 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11909
11910Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
11911
11912 * config.sub: Add support for rom68k and bug boot monitors.
11913
11914Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
11915
11916 * Makefile.in: Make all-opcodes depend on all-bfd.
11917
11918Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
11919
11920 * config.guess: Added special check for i[34]86-univel-sysv4*.
11921
11922Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
11923
11924 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11925 the processor rather than assuming i486.
11926
11927Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11928
11929 * config.guess: Recognize SunOS6 as Solaris3.
11930
11931Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
11932
11933 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
11934 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11935
11936Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
11937
11938 * build-all.mk (all-cross): New target for Canadian Cross.
11939 Added Q2 go32 targets.
11940 * test-build.mk: Configure go32 cross sparclite-aout and
11941 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
11942 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11943
11944Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11945
11946 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11947 GO32 hosted toolchains
11948
11949Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
11950
11951 * configure: change so "-exec-prefix" gets passed down rather
11952 than "-exec_prefix" so autoconf generated Makefiles get the
11953 exec_prefix set right.
11954
11955Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11956
11957 * config.guess: get the Solaris2 minor version number
11958
11959 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11960
11961Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11962
11963 * config.guess: Recognize some Sequent platforms.
11964
11965Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11966
11967 * Makefile.in: added the vault-install target
11968
11969 * configure.in: actually use the Sun3 makefile fragment that's in
11970 config, also added the release dir to configdirs
11971
11972Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11973
11974 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11975
11976Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11977
11978 * configure.in: remove some program from Alpha targetted toolchains
11979
11980Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
11981
11982 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
11983 gprof.
11984 (taz): Run "make diststuff" in those directories instead of "make
11985 proto-dir". Look for "VERSION=" only at start of line in subdir
11986 Makefile. Use "gzip -9" for compression.
11987 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11988 (binutils.tar.z): New target.
11989
11990Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11991
11992 * Makefile.in (taz): Include gpl.texinfo.
11993
11994Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11995
11996 * Makefile.in (setup-dirs): Merged into "taz" target.
11997 (taz): Only do `proto-dir' stuff if a directory is actually needed
11998 for this target.
11999
12000Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
12001
12002 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
12003 (FLAGS_TO_PASS): Pass down MUNCH_NM.
12004 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
12005 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
12006 (gcc-no-fixedincludes): Correct for current gcc Makefile.
12007
12008Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
12009
12010 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
12011 config.sub, and move-if-change to gdb testsuite distribution
12012 archive, so the testsuite can be extracted, configured, and
12013 run separately from the gdb distribution. Blow away the Chill
12014 tests that require a Chill compiled executable, since GNU Chill
12015 is not yet publically available.
12016
12017Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12018
12019 * test-build.mk: set environment variables in a single command,
12020 instead of a list of assignments and exports
12021
12022 * config.guess: recognize Alpha/OSF1 systems
12023
12024Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12025
12026 * configure: Change help message to prefer --options rather than
12027 -options.
12028
12029Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12030
12031 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
12032 zippy@ecst.csuchico.edu.
12033 * config.guess: Recognize miniframe.
12034
12035Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
12036
12037 * Makefile.in: Use srcroot to find runtest rather than rootme.
12038 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
12039
12040Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
12041
12042 * test-build.mk: Extensive additions to support building on a
12043 machine other than the host.
12044
12045Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12046
12047 * configure (tooldir): Fix for i386-aix again.
12048
12049Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
12050
12051 * configure, Makefile.in: Change definition of $(tooldir)
12052 to match the FSF.
12053
12054Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
12055
12056 * config.guess: Recognize i[34]86/SVR4.
12057
12058Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12059
12060 * Makefile.in (all-gdb): gdb depends on sim.
12061
12062Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
12063
12064 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
12065 at the same time we make the prototype gdb directory.
12066 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
12067 files at the same time as the gdb base release distribution.
12068
12069Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
12070
12071 * Makefile.in (check): Use individual check targets rather than
12072 DO_X rule.
12073 (check-gcc): Added.
12074
12075Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
12076
12077 * config.sub: Use sysv3.2 not sysv32 for canonical OS
12078 for System V release 3.2.
12079
12080Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12081
12082 * config.sub: Recognize hppaosf.
12083 * configure.in: Do configure ld/binutils/gas for it.
12084
12085Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12086
12087 * configure (tooldir): Alter syntax used to set this, for systems
12088 where "\$" isn't handled right, like i386-aix.
12089
12090Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
12091
12092 * configure: Pass program-transform-name, not
12093 program_transform_name, to recursive configures.
12094
12095Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
12096
12097 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
12098 of gas+ld+binutils.
12099
12100Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
12101
12102 * config.guess: Recognize AIX3.2 as distinct from 3.1.
12103
12104Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12105
12106 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
12107
252b5132
RH
12108Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12109
12110 * Makefile.in (PRMS): Set back to all-prms.
12111
12112Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
12113
12114 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
12115 targets, rather than for MIPS hosts.
12116
12117Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12118
12119 * configure.in: add comment for --with-x default values
12120
12121 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
12122
12123 * Makefile.in: add check-* targets for each of the directories in
12124 the tree. Add a definition of RUNTEST that will use the one we
12125 just built, if it exists. Pass this down via FLAGS_TO_PASS.
12126
12127Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
12128
12129 * configure.in: Removed obsolete references to bfd_target and
12130 target_makefile_frag.
12131
12132 * build-all.mk: Set assorted targets for Q2.
12133 * config.sub: Recognize z8k-sim and h8300-hms.
12134 * test-build.mk: Really don't pass host to configure.
12135 (HOLES): Added uname.
12136
12137Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
12138
12139 * configure: Handle an empty program-prefix, program-suffix or
12140 program-transform-name correctly.
12141
12142Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
12143
12144 * build-all.mk: -G 8 no longer required for MIPS targets.
12145 * test-build.mk: Don't pass host argument to configure; make it
12146 guess.
12147
12148Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
12149
12150 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
12151 * Makefile.in (COMPRESS): New macro, like GZIP.
12152
12153Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
12154
12155 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
12156
12157 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
12158 with gas currently defaults to -G 0.
12159
12160Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
12161
12162 * Makefile.in (all-flex): flex depends on byacc.
12163
12164 * build-all.mk: If host not specified, use config.guess. Pass TAG
12165 to test-build.mk as RELEASE_TAG.
12166 * test-build.mk (configargs): New variable containing arguments to
12167 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
12168 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
12169
12170 * config.guess: Use /bin/uname when checking -X argument on SCO,
12171 to avoid invoking GNU uname which doesn't understand -X.
12172
12173 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
12174
12175 * configure.in: Build gas for mips-*-*.
12176
12177Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12178
12179 * Makefile.in (all.normal): insert missing backslash.
12180
12181Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
12182
4bddf3ad 12183 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
12184
12185 * Makefile.in: Complete overhaul to merge many almost identical
12186 targets.
12187
12188Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12189
12190 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
12191 (gdb.tar.Z): Adjusted.
12192
12193 * Makefile.in (setup-dirs, taz): New targets; should be general
12194 enough to adapt for gdb sometime. Build only .z file.
12195 (gas.tar.z): New target.
12196
12197Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12198
12199 * build-all.mk: Use CC=cc -Xs on Solaris.
12200
252b5132
RH
12201Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
12202
12203 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
12204 for handling BISON for FSF releases.
12205
12206Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12207
12208 * configure: Actually implement the change zoo just documented.
12209
12210Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12211
12212 * configure: when using config.guess, only set target_alias when
12213 it's not already been set (ie, on the command line)
12214
12215Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12216
12217 * Makefile.in: add installcheck target, set PRMS to install-prms
12218
12219Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12220
12221 * configure: add support for package_makefile_fragment, handle the
12222 case where a directory has a configure.in file but no Makefile.in
12223 more gracefully (with an actual understandable error message, even);
12224 add support for --without (and add this to the usage message); also
12225 explicitly add a --host=${host_alias} to the command line when
12226 config.guess is used
12227
12228Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12229
12230 * configure: Must use both --host and --target in recursive calls.
12231
12232Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
12233
12234 * Makefile.in: Change deja-gnu to dejagnu.
12235
12236Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
12237
12238 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
12239
12240Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12241
12242 * configure.in: canonicalize all instances to *-*-solaris2*,
12243 also strip out a number of tools to not build for go32 host
12244
12245Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12246
12247 * config.guess: add GPL.
12248
12249 * Makefile.in, config.guess, config.sub, configure: bump
12250 copyrights to 93.
12251
12252Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
12253
12254 * Makefile.in (do-info): Removed obsolete check for existence of
12255 localenv file.
12256
12257 * Makefile.in (MAKEOVERRIDES): Define to be empty.
12258
12259Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12260
12261 * Makefile.in: a couple of 'else true' for decstation,
12262 support for TclX
12263
12264 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
12265
12266Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
12267
12268 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
12269
12270Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
12271
12272 * config.guess: Recognize i386-ibm-aix (PS/2).
12273 * configure.in: Use config/mh-aix386 file for it.
12274
12275Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
12276
12277 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
12278 CC_FOR_TARGET instead.
12279 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
12280
12281Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
12282
12283 * Makefile.in: Add sim to list of directories sent with gdb
12284
12285Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
12286
12287 * configure.in: Put back mips-dec-bsd* case.
12288
12289Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
12290
12291 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
12292 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
12293 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
12294
12295Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12296
12297 * configure.in: remove no-op mips-dec-bsd* in "case $target"
12298
12299 * Makefile.in (dir.info): only run gen-info-dir if it exists,
12300 (install-info): install dir.info only if it exists,
12301 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
12302
12303Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
12304
12305 * configure.in: For vms target, skip bfd, ld, binutils. Do build
12306 gas for mips-dec-bsd.
12307
12308Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
12309
12310 * configure (makesrcdir): If ${srcdir} is relative and not ".",
12311 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
12312
12313Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
12314
12315 * configure.in: Added "dejagnu" to hosttools list.
12316
12317Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12318
12319 * config.sub, configure.in, config.guess: Add support
12320 for Bosx, an AIX variant from Bull.
12321 Patches from F.Pierresteguy@frcl.bull.fr.
12322
12323Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
12324
12325 * devo/dejagnu: Initial creation of devo/dejagnu.
12326 Migrated dejagnu testcases and support files for testing software
12327 tools to reside as subdirectories, currently called "testsuite",
12328 within the directory of the software tool. Migrated all programs,
12329 support libraries, etc. beloging to dejagnu proper from
12330 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
12331 with no modifications. The changes to these files which will
12332 allow them to configure, build, and execute properly will be made
12333 in a future update.
12334
12335Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12336
12337 * Makefile.in: Change send_pr to send-pr.
12338 * configure.in: Likewise.
12339 * send_pr: Renamed directory to send-pr.
12340
12341Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
12342
12343 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
12344
12345Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
12346
12347 * README: Update for gdb-4.8 release.
12348 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
12349 gdb-xxx.tar.z (gzip'd) file also.
12350
12351Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12352
12353 * Makefile.in: make all-diff depend on all-libiberty
12354
12355Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
12356
12357 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
12358
12359Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12360
12361 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
12362
12363Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
12364
12365 * Makefile.in (DEVO_SUPPORT): Remove etc directory
12366 (ETC_SUPPORT): Only add the files GDB wants from etc/.
12367 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
12368
12369Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12370
12371 * Makefile.in: makeinfo binary is in a new location
12372
12373Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
12374
12375 * config.sub: Accept -ecoff as an OS.
12376
12377 * Makefile.in: Various changes to eliminate a level of make
12378 recursion and reduce the required command line length.
12379 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
12380 sub-makes.
12381 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
12382 variables holding settings for specific sub-makes.
12383 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
12384 in terms of BASE_FLAGS_TO_PASS.
12385 (TARGET_LIBS): New variable listing directories which use
12386 TARGET_FLAGS_TO_PASS.
12387 (subdir_do): Eliminated.
12388 (do-*): New set of targets to replace subdir_do.
12389 (various): All targets which used subdir_do now depend on do-*.
12390 (local-clean): Renamed from do_clean.
12391 (local-distclean): New target, dependency of distclean and
12392 realclean.
12393 (install-info): Don't create directories. Depend on dir.info
12394 rather than calling make recursively.
12395 (install-dir.info): Eliminated.
12396 (install-info-dirs): Create all info directories here.
12397 (dir.info): Depend upon do-install-info.
12398
12399 * test-build.mk (HOLES): Added false.
12400
12401Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
12402
12403 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
12404
12405Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12406
12407 * Makefile.in (info): remove dependency on all-texinfo. The
12408 problem was really in texinfo/C, not at this level.
12409
12410Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
12411
12412 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
12413
12414Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
12415
12416 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
12417 GDB releases.
12418
12419Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12420
12421 * configure: Include srcdir in message about target of link not
12422 being found. Don't convert `-' to `_' in `with' options being
12423 passed to subdirs.
12424
12425Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12426
12427 * configure.in: add uudecode to host_tools
12428
12429 * Makefile.in: added {all,install}-uudecode targets, added them to
12430 the appropriate lists
12431
12432Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
12433
12434 * Makefile.in (all-gcc): Added dependency on all-gas.
12435
12436 * configure.in (mips-*-*): Build ld and binutils.
12437
12438Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12439
12440 * configure: check return code from mkdir, print error message and
12441 exit on failure.
12442
12443Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
12444
12445 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
12446
12447Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
12448
12449 * test-build.mk (HOLES): Added tar, cpio and uudecode.
12450
12451Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12452
12453 * config.sub (h8500): Recognize this as a cpu type.
12454
12455Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12456
12457 * configure: source directory missing is no longer a warning
12458
12459 * configure.in: recognize irix[34]* instead of irix[34]
12460
12461 * Makefile.in: define and pass down X11_LIB
12462
252b5132
RH
12463Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
12464
12465 * guess-systype: Renamed to ...
12466 * config.guess: ... by popular request.
12467 * configure.in, Makefile.in: Update accordingly.
12468
12469Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
12470
12471 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
12472 + Add Convex, Cray/Unicos, and Encore/Multimax support.
12473 + Execute ./dummy instead of assuming . is in PATH.
12474
12475Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
12476
12477 * guess-systype: New shell script. Attempts to guess the
12478 canonical host name of the executing host.
12479 Only a few hosts are supported so far.
12480 * configure: Call guess-systype if no host is specified.
12481
12482Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
12483
12484 * Makefile.in (gcc-no-fixedincludes): Made to work with current
12485 gcc Makefile.
12486
12487
12488Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
12489
12490 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
12491 (all-gcc, install-gcc, subdir_do): Use it.
12492
12493Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12494
12495 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
12496
12497Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
12498
12499 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
12500 set exclusively by configure, using configure.in .
12501
12502Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12503
12504 * test-build.mk: set $PATH for all builds
12505
12506 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
12507
12508Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
12509
12510 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
12511 the one used in gcc/Makefile.in, so that a null expansion doesn't
12512 override the one needed to build gcc with a native cc.
12513
12514
12515Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12516
12517 * configure: Accept -with arguments.
12518
12519Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12520
12521 * Makefile.in: added h8300sim
12522
12523Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
12524
252b5132
RH
12525 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12526 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
12527 (all-cygnus, native, build-cygnus): Make
12528 $(canonhost)-stamp-3stage-done, not $(host)....
12529 * test-build.mk (stamp-3stage-compared): Use tail +10c for
12530 i386-sco3.2v4. Added else true to if command.
12531
12532Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
12533
12534 * config.sub: (from FSF) Sequent uses a BSD-like OS.
12535
12536Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
12537
12538 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12539
12540Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12541
12542 * configure.in: don't remove binutils from Solaris builds
12543
12544Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
12545
12546 * Makefile.in: get rid of earlier definitions for *clean,
12547 also handle the recursive info rule better
12548
12549Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
12550
12551 * Makefile.in (mostlyclean, distclean, realclean): Fix to
12552 do more-or-less the right thing.
12553
12554Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
12555
12556 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12557 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12558
12559Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12560
12561 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12562 $(host_canonical).
12563
12564 * configure.in: split the configdirs list into 4 categories (native
12565 v. cross, library v. tool) and handle the cross-only and native-
12566 only in more reasonable (and correct!) way.
12567
12568Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
12569
12570 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
12571 configdirs anymore.
12572
12573Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12574
12575 * Makefile.in: extensive cleanup:: removed all of the explicit
12576 clean-* targets, collapsed many wrappers around subdir_do into
12577 one, added additional targets to satisfy standards.texi, deleted
12578 some old targets, some changes for consistency
12579
12580Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12581
12582 * configure.in: handle some programs as cross-only, and others as
12583 native only
12584
12585 * test-build.mk: handle partial holes in a more generic manner
12586
12587 * Makefile.in: m4 depends on libiberty
12588
252b5132
RH
12589Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12590
12591 * configure.in: add m4, textutils, fileutils, sed, shellutils,
12592 time, wdiff, and find to configdirs
12593
12594 * Makefile.in: all, clean, and install rules for the new programs
12595 added to configure.in
12596
12597Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12598
12599 * configure.in: use mh-sun for all *-sun-* hosts
12600
252b5132
RH
12601Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12602
12603 * Makefile.in: define flags for X11 include files and library file
12604 locations, pass them down to the programs that need this info
12605
12606 * build-all.mk: added a 'native' target, to 3stage the native toolchain
12607
252b5132
RH
12608Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12609
12610 * configure.in: start building libg++ for HP-UX targets
12611
12612Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
12613
12614 * README: Update references to files moved into etc/.
12615
12616Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
12617
12618 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
12619 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
12620
12621Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
12622
12623 * configure: accept dash as well as underscore in long option
12624 names for FSF compatibility.
12625
12626Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
12627
12628 * config.sub: added -sco3.2v4 support from FSF.
12629
12630Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12631
12632 * configure.in: expand the section that adds or removes
12633 directories from the list of programs to build, to handle native
12634 vs. cross in addition to host v. native
12635
12636Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
12637
12638 * Makefile.in: Replace C++ in macro names with CXX.
12639 This is less likely to break ...
12640
12641Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12642
12643 * test-build.mk: add -w to GNU_MAKE
12644
12645Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12646
12647 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12648 add 'sparc' to list of recognized cpus. This needed to make
12649 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12650 Delete some redundant ose68 variants. Recognize -wrs as an os,
12651 then changes that into $CPU-wrs-vxworks.
12652
12653 * configure.in: remove most references to gdbtest, regularize
12654 target based program removal
12655
12656 * test-build.mk: import from p3 tree (many fixes and changes)
12657
12658Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
12659
12660 * Makefile.in: added rules to handle tcl, tk, and expect
12661
12662 * configure.in: handle those directories if they exist
12663
12664Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12665
12666 * config.sub: removed bogus hppabsd and hppahpux names, since
12667 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12668
12669Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12670
12671 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
12672 depends upon all-xiberty
12673
12674 * Makefile.in: changes from p3, including:
12675
12676 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
12677
12678 * Makefile.in (XTRAFLAGS): include newlib directories if
12679 newlib/Makefile exists, rather than if host != target.
12680
12681 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
12682
12683 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12684 from the same source tree and not building a cross-compiler. This
12685 matters for the libg++ configuration if reconfiguring a tree that
12686 has already been installed.
12687
12688 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
12689
12690 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12691 pick up the machine and system specific header files.
12692
12693 * Makefile.in: added AS_FOR_TARGET, passed down in
12694 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
12695 the C compiler to use to create programs which are run in the
12696 build environment, set it to default to $(CC), and passed it down
12697 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12698
12699 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
12700
12701 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12702 We need them for unusual native builds, like systems without
12703 ranlib.
12704
12705 * configure: also define $(host_canonical) and
80413487
RH
12706 $(target_canonical), which are the full, canonical names for the
12707 given host and target
252b5132
RH
12708
12709Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
12710
12711 * Makefile.in: Added separate definitions for C++.
12712
12713Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
12714
12715 * configure.in (configdirs): Add deja-gnu.
12716
12717Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
12718
12719 * README: Update for configure.texi and gdb-4.7 release.
12720
12721Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
12722
12723 * Makefile.in: Move "all" target to top of file.
12724 Previously, first target was ".PHONY" which caused BSD4.4 make
12725 to build .PHONY when make was run without arguments.
12726
12727Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
12728
12729 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
12730 Library-copylefted code in libiberty.
12731
12732Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
12733
12734 * config.sub: Replace m68kmote with plain old m68k.
12735
12736Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
12737
12738 * Makefile.in: Remove space from blank line, avoid Make complaints.
12739
12740Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
12741
12742 * config.sub: Complain if no argument is given. Added support for
12743 386bsd as OS and target alias.
12744
12745Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
12746
12747 * Makefile.in (XTRAFLAGS): include newlib directories if
12748 newlib/Makefile exists, rather than if host != target.
12749
12750Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
12751
12752 * config.sub: recognize sparclite-wrs-vxworks.
12753
12754 * Makefile.in (install-xiberty): added *-xiberty make rules (from
12755 p3.) Added clean-xiberty to clean.
12756
12757Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12758
12759 * configure.in: use *-*-* instead of nested cases for host and target
12760
12761Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
12762
12763 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12764 from the same source tree and not building a cross-compiler. This
12765 matters for the libg++ configuration if reconfiguring a tree that
12766 has already been installed.
12767
12768Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
12769
12770 * config.sub (i486v/i486v4): Merge in from FSF version.
12771
12772Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
12773
12774 * configure: only set PWD if it is already set.
12775
12776Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
12777
12778 * configure: just set PWD=`pwd` at the top, since Ultrix sh
12779 doesn't have unset and all success paths (and most error paths)
12780 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12781 to just ${PWD} to avoid confusion.)
12782
12783Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
12784
12785 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12786 even for a native compilation.
12787
12788Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
12789
12790 Changes to make the gdb.tar.Z rule work better.
12791
12792 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
12793 (DEVO_SUPPORT): Add configure.texi.
12794 (bfd-ilrt.tar.Z): Remove ancient rule.
12795
12796Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
12797
12798 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12799 pick up the machine and system specific header files.
12800
12801 * configure.in, config.sub: added new target m68010-adobe-scout,
12802 with alias of adobe68k. Changed configure.in to check for
12803 -scout before -sco* to avoid a false match.
12804
12805 * Makefile.in: added AS_FOR_TARGET, passed down in
12806 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
12807 the C compiler to use to create programs which are run in the
12808 build environment, set it to default to $(CC), and passed it down
12809 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12810
12811Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
12812
12813 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12814 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
12815 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12816 FOR_TARGET variants, to newlib and libg++.
12817
12818Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
12819
12820 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12821 first.
12822
12823Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
12824
12825 * config.sub: Accept `elf' as an environment.
12826
12827Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12828
12829 * Makefile.in (all-opcodes): cd into the right directory
12830
12831Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
12832
12833 * configure: added -program_transform_name option, used as
12834 argument to sed when installing programs.
12835 configure.texi: added documentation for -program_prefix,
12836 -program_suffix and -program_transform_name.
12837
12838Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
12839
12840 * config.sub: Accept i486 where i386 ok.
12841
12842Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
12843
12844 * config.sub: accept we32k
12845
12846Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
12847
35590697 12848 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
12849
12850 * Makefile.in: don't create all directories for ``make install'';
12851 let the subdirectories create the ones they need.
12852
12853Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12854
80413487 12855 * COPYING: new file, GPL v2
252b5132
RH
12856
12857Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12858
12859 * Makefile.in: use the new gen-info-dir, which needs a template
12860 argument (which also lives in texinfo)
12861
12862 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12863
252b5132
RH
12864Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
12865
12866 * config.sub (ncr3000): Change i386 to i486.
12867
12868Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12869
12870 * Makefile.in: add install-rcs, install-grep to
12871 install-no-fixedincludes, removed install-bison and install-libgcc
12872
12873Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
12874
12875 * configure.in: grab the HPUX makefile fragment if on HPUX
12876
12877Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
12878
12879 * Makefile.in: eradicate bison spoor (ditto libgcc).
12880 configure.in: recognise m68{k,000}-ericsson-OSE.
12881 es1800 is alias for m68k-ericsson-OSE
12882
12883Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12884
12885 * configure.in: rearrange the parts that remove programs from
12886 configdirs, based now on HOST==TARGET or by canonical triple.
12887
12888Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12889
12890 * test-build.mk: recurse explicitly with -f test-build.mk when
12891 appropriate. predicate stage3 and comparison on the existence
12892 of gcc. That is, if gcc isn't around, we aren't three-staging.
12893 On very clean, also remove ...stamp-co. Build in-place before
12894 doing other builds.
12895
12896Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12897
12898 * Makefile.in, configure.in: add tgas
12899
12900Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12901
12902 * Makefile.in: a number of changes merged in from progressive.
12903
12904 * configure.in: add libm.
12905
12906 * .cvsignore: ignore some stuff that comes from test-build.mk.
12907
252b5132
RH
12908Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
12909
12910 * config.sub: Add es1800 (m68k-ericsson-es1800).
12911
12912Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
12913
12914 * configure: Add program_suffix (parallel to program_prefix)
12915 * Makefile.in: adjust directory-creating script for losing decstation
12916
12917Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
12918
12919 * configure: Minor $subdir-related fixes.
12920
12921Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12922
12923 * configure: fix various problems with propogating
12924 makefile_target_frag in subdirs.
12925 * configure.in: config libgcc if its there
12926
12927Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
12928
12929 * config.sub: HPPA merge.
12930
252b5132
RH
12931Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
12932
12933 * Makefile.in: Replace all-bison with all-byacc in all
12934 dependency lines for other tools (which now use byacc).
12935
12936Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
12937
12938 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
12939
252b5132
RH
12940Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
12941
12942 * Makefile.in: make gprof rules similar to byacc rules (instead of
12943 vestigal $(unsubdir) that didn't work...)
12944
12945Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
12946
12947 * config.sub: Add support for Linux.
12948 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
12949 (at least for libg++).
12950
12951Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
12952
12953 * configure.texi: fix doc for the -nfp option to configure
12954
12955Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
12956
12957 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12958
12959Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
12960
12961 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12962 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12963 * configure.in: added solaris* host_makefile_frag hook.
12964
12965Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12966
12967 * config.sub: changed recognition of m68000 so that various
12968 m68k types can be specified via m680[01234]0
12969
12970Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12971
12972 * config.sub (basic_machine): fix sed so that '-foo' isn't
12973 completely substituted out while .+'-foo' loses the '-foo'
12974
12975Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
12976
12977 * config.sub ($os): Add -aout.
12978
12979Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
12980
12981 * configure: If host_makefile_frag is absolute, don't
12982 prefix ${invsubdir} (relevant to libg++ auto-configure).
12983
12984Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
12985
12986 * Makefile.in (tooldir): Define it.
12987 (all-ld): Depend on all-flex.
12988
12989Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
12990
12991 * Makefile.in (check): Fix libg++ special case.
12992
12993Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
12994
12995 * configure: do not bury `pwd` into config.status, thus do fewer
12996 pwd's.
12997
12998 * configure: print the "Building in" message only when building in
12999 other than "." AND verbose.
13000
13001 * configure: remove -s, rework -v to better accomodate guested
13002 configures.
13003
13004 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
13005
13006Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
13007
13008 * Makefile.in: macroize flags passed on recursion. remove
13009 fileutils.
13010
13011Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
13012
13013 * configure: get makesrcdir right for subdirs deeper than 1.
13014
13015 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
13016 install.
13017
13018Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
13019
13020 * Makefile.in: don't print subdir_do or recursion lines.
13021
13022Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
13023
13024 * standards.texi: added menu item.
13025
13026 * Makefile.in: build and install standards.info.
13027
13028 * standards.texi: new file.
13029
13030Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13031
13032 * configure: test for and move config.status pieces from
13033 ${subdir}/.
13034
13035Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
13036
252b5132
RH
13037 * configure: Test for existance of files before trying to mv
13038 them, to avoid numerous non-existance messages.
13039
13040Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
13041
13042 * configure: correct final line of config.status.
13043
13044 * configure: patch from eggert. Avoids a protection problem if
13045 the original Makefile.in is read only.
13046
13047 * configure: use move-if-change from gcc to create config.status.
13048 Some makefiles depend on config.status to tell if a directory
13049 has been reconfigured for a different host. This change
13050 prevents those directories from remaking everything in the case
13051 where the reconfig was only intended to rebuild a Makefile.
13052
13053 * configure: test for config.sub with "config.sub sun4" rather
13054 than "config.sub ${host_alias}". Otherwise we can't tell a bad
13055 host alias from a missing config.sub.
13056
13057Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13058
13059 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
13060 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
13061
13062Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
13063
13064 * configure: mkdir ${subdir} as needed.
13065
13066Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
13067
13068 * Makefile.in,configure.in: added autoconf.
13069
13070Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13071
13072 * Makefile.in: no longer pass against on recursion.
13073
13074 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
13075 definitions are not inherited.
13076
13077 * configure: correct makesrcdir when subdir is .
13078
13079Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
13080
13081 * configure: Add support for 'subdirs' variable, which is
13082 like 'configdirs', except that configure doesn't re-invoke
13083 itself for subdirs, it just creates a Makefile for each subdir.
13084 * configure.texi: Document subdirs.
13085
13086Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13087
13088 * configure.in: added flex to configdirs
13089
13090Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
13091
13092 * Makefile.in: remove clean-stamps from clean.
13093
13094Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
13095
13096 * configure.in: Add gdbtest to configdirs.
13097
13098Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
13099
13100 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
13101 to recursive makes.
13102 * configure.in: Recognize new ncr3000 config.
13103
13104Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
13105
13106 * Makefile.in, configure.in: removed references to gdbm.
13107
13108Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
13109
13110 * config.sub: Don't canonicalize os value
13111 newsos* to bsd (readline needs to check for newsos).
13112 (This fix was earlier made Jan 31, but got re-broken.)
13113
13114Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
13115
13116 * configure.in: sco is an os, not a vendor!
13117
13118 * configure: Quote $( better. Keep various shells happy.
13119
13120Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
13121
13122 * Makefile.in: eliminate stamp-files.
13123
13124Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
13125
13126 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
13127 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
13128
13129Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
13130
13131 * config.sub: fix iris/iris3.
13132
13133Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
13134
13135 * configure: re-add -rm.
13136
13137Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
13138
13139 * Maskefile.in: add .stmp-rcs to all.
13140
13141 * configure.in: remove gas from rs6000 build, use aix host fragment.
13142
13143Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
13144
13145 * configure: pass down site_option during recursion.
13146
13147Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
13148
13149 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
13150
13151Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
13152
13153 * configure: Change exec_prefix so that it really defaults to prefix.
13154
13155Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
13156
13157 * Makefile.in, configure.in: Add support for mmalloc library.
13158
13159Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
13160
13161 * Makefile.in: add stmp dependencies for a few more things.
13162
13163Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
13164
13165 * configure: adjusted error message on objdir/srcdir configure
13166 collision, per john's suggestion.
13167
13168 * Makefile.in: add libiberty stmp to all and all.cross.
13169
13170Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
13171
13172 * Makefile.in: remove force dependencies, add grep to all.
13173
13174Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
13175
13176 * Makefile.in: drop flex. make stamp files work.
13177
13178 * configure: added test for conflicting configuration in srcdir,
13179 remove trailing slashes from srcdir. Otherwise emacs gdb mode
13180 gets cranky. use relative paths for configure and srcdir
13181 whenever possible. Send some error messages to stderr that were
13182 going to stdout.
13183
13184Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
13185
13186 * Makefile.in: Fix libg++ rule to check for gcc directory
13187 before using gcc/gcc. Also pass XTRAFLAGS.
13188
13189Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
13190
13191 * Makefile.in: added stmp-files so that directories aren't polled
13192 when they are already built.
13193
13194 * configure.texi: fixed a node pointer problem.
13195
13196Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
13197
4bddf3ad 13198 * config.sub configure.in gdb/configure.in
252b5132
RH
13199 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
13200 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
13201 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
13202
13203Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13204
13205 * configure: -recurring becomes -silent. corrected help message
13206 for -site= option.
13207
13208 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13209
13210Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13211
13212 * configure: when building Makefile for crosses, replace
13213 tooldir and program_prefix. default srcdir from location of
13214 config.sub. remove "for host in hosts" and "for target in
13215 targets" loops.
13216
13217Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13218
13219 * Makefile.in: Do not pass bindir or mandir to cvs.
13220
13221Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13222
13223 * Makefile.in, configure.in: removed traces of namesubdir,
13224 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13225 copyrights to '92, changed some from Cygnus to FSF.
13226
13227 * configure.texi: remove most references to multiple hosts,
13228 multiple targets, subdirs, etc.
13229
13230 * configure.man: removed rcsid. reference config.sub not
13231 config.subr.
13232
13233 * Makefile.in: mkdir $(infodir) on install-info.
13234
13235Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
13236
13237 * configure.texi: Explain better about .gdbinit and about
13238 the environment that configure.in sections run in.
13239
13240Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
13241
13242 * configure.in: Ultrix is only a decstation if it's a MIPS.
13243
13244Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
13245
13246 * README: DOC.configure => cfg-paper.texi.
13247
13248Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
13249
13250 * config.sub (near case $os): Don't convert newsos* to bsd!
13251
13252Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
13253
13254 * Makefile.in: Reinstall change from gdb-4.3 that reduces
13255 the number of copies of COPYING that go into the GDB tar file.
13256
13257Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
13258
4bddf3ad 13259 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
13260 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
13261 Fix SCO configuration stuff.
13262
13263Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
13264
13265 * Makefile.in: For libg++, make sure the -I pointing
13266 to the gcc directory goes *after* all the libg++-local -I flags.
13267 Also, move just-gcc dependency from just-libg++ to all-libg++.
13268
13269Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
13270
13271 * configure: Change -x to -f to keep Ultrix /bin/test happy.
13272
13273Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
13274
13275 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
13276
13277Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
13278
13279 * config.sub: Add stratus configuration frags. Also
13280 submitted to FSF.
13281
13282Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
13283
13284 * Makefile.in (DEV_SUPPORT): add configure.man.
13285
13286 * config.sub(Decode manufacturer-specific): add -none*.
13287
13288Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
13289
13290 * Makefile.in: remove form feeds to make Sun's make happy.
13291 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
13292
13293Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
13294
13295 * Makefile.in (AR_FLAGS): Make quieter.
13296
13297Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
13298
13299 * configure.in: Add libg++.
13300 * configure: When verbose, don't output the command line at each
13301 level; it will be unremarkably the same as the previous version,
13302 which will be the same as what the user typed.
13303
13304Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
13305
13306 * configure.in, Makefile.in: fix clean-info, add flex. add
13307 fileutils.
13308
13309 * configure: be less sensitive to spaces in Makefile.in. Do not
13310 look for sources in "..". Doing so breaks subdirectories that
13311 might have their own configure. If a subdir has it's own
13312 configure script, use it.
13313
13314Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
13315
13316 * cfg-paper.texi: some changes suggested by rms.
13317
13318Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
13319
13320 * config.sub: Merge in some small additions from the FSF version,
13321 taken from the gcc distribution, to bring the Cygnus and FSF
13322 versions into closer sync.
13323
13324Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
13325
13326 * configure.in: Changed svr4 references to sysv4.
13327
13328Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
13329
13330 * configure: added -V for version number option.
13331
13332Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
13333
13334 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
13335 renamed from DOC.configure to cfg-paper.texi.
13336
13337Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13338
13339 * configure, config.subr, config.sub: config.subr is now
13340 config.sub again.
13341
13342Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
13343
13344 * configure.texi: new file, in progress.
13345
13346 * Makefile.in: build info file and install the man page for
13347 configure.
13348
13349 * configure.man: new file, first cut.
13350
13351 * configure: find config.subr again now that configuration "none"
13352 has gone. removed all traces of the -ansi option. removed all
13353 traces of the -languages option.
13354
13355 * config.subr: resync from rms.
13356
d932cae7 133571991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13358
13359 * configure, config.sub, config.subr: merge config.sub into
13360 config.subr, call the result config.subr, remove config.sub, use
13361 config.subr.
13362
13363 * Makefile.in: revised install for dir.info.
13364
d932cae7 133651991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13366
13367 * configure.in: add decstation host makefile frag.
13368
13369 * Makefile.in: BISON now bison -y again. also install-gcc on
13370 install. clean-gdbm on clean. infodir belongs in datadir.
13371 Make directories for info install. Build dir.info here then
13372 install it.
13373
d932cae7 133741991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13375
13376 * Makefile.in: fix for bad directory tests.
13377
d932cae7 133781991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13379
13380 * configure: \{1,2\} appears to be a sysv'ism. Use a different
13381 regexp. -srcdir relative was being handled incorrectly.
13382
13383 * Makefile.in: unwrapped some for loops so that parallel makes
13384 work again and so one can focus one's attention on a particular
13385 package.
13386
d932cae7 133871991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13388
13389 * configure: added PWD as a stand in for `pwd` (for speed). use
13390 elif wherever possible. make -srcdir work without -objdir.
13391 -objdir= commented out.
13392
d932cae7 133931991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13394
13395 * configure: +options become --options. -subdirs commented out.
13396 added -host, -datadir. Renamed -destdir to -prefix. Comment in
13397 Makefile now at top of generated Makefile. Removed cvs log
13398 entries. added -srcdir. create .gdbinit only if there is one
13399 in ${srcdir}.
13400
13401 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13402 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13403 and mandir now keyed off datadir by default.
13404
d932cae7 134051991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13406
13407 * Freshly created ChangeLog.
13408
13409\f
13410Local Variables:
13411mode: change-log
13412left-margin: 8
13413fill-column: 76
13414version-control: never
13415End:
This page took 1.037187 seconds and 4 git commands to generate.