]> git.ipfire.org Git - thirdparty/gcc.git/blob - ChangeLog
commit changelogs for previous change
[thirdparty/gcc.git] / ChangeLog
1 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
2
3 * configure.in: Select appropriate fragments for PowerPC/AIX.
4 * configure: Regenerate.
5
6 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7 BOOT_CFLAGS, BOOT_LDFLAGS.
8 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9 BOOT_CFLAGS, BOOT_LDFLAGS.
10 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
11 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
12 (stage): Fail if we cannot complete the work.
13 * Makefile.in: Regenerate.
14
15 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
16
17 * configure.in: Replace ms1 with mt.
18 * configure: Rebuilt.
19
20 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
21
22 * MAINTAINERS: Update my email address.
23
24 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
25
26 * Makefile.tpl (all, do-[+make_target+], do-check, install,
27 install-host-nogcc): Don't invoke $(stage) at the end.
28 * Makefile.in: Regenerate.
29
30 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
31
32 * configure.in: Flip the top-level bootstrap switch.
33 * configure: Regenerate.
34
35 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
36
37 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
38 $(stage) and $(unstage).
39 (EXTRA_TARGET_FLAGS): Correct double-quoting.
40 (all): Remove stray semicolon.
41 (local-distclean): Don't handle multilib.tmp and multilib.out.
42 (install.all): Set $s for consistency.
43 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
44 check_multilibs setting. Always make the install directory.
45 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
46 Correct @if/@endif.
47 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
48 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
49 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
50 (multilib.out): Remove.
51 * Makefile.in: Regenerated.
52
53 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
54
55 * MAINTAINERS (Write After Approval): Add myself.
56
57 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
58
59 * MAINTAINERS: Add myself as mt maintainer.
60
61 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
62
63 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
64
65 * MAINTAINERS: Change email address.
66
67 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
68
69 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
70 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
71 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
72 Find in-tree tools if available.
73 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
74 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
75 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
76 (COMPILER_*_FOR_TARGET): New.
77 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
78 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
79 (CONFIGURED_*, USUAL_*): Remove.
80 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
81 STRIP): Use autoconf substitutions.
82 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
83 COMPILER_NM_FOR_TARGET): New.
84 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
85
86 (all): Make all-host and all-target in parallel.
87 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
88 that $$r and $$s are set before invoking a recursive make.
89 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
90 ([+bootstrap-target+]): Inline most of the `all' target.
91
92 2005-11-29 Ben Elliston <bje@au.ibm.com>
93
94 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
95 from the gcc build directory.
96 * Makefile.in: Regenerate.
97
98 2005-11-29 Ben Elliston <bje@au.ibm.com>
99
100 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
101 depend on all-libdecnumber.
102 * configure.in (host_libs): Include libdecnumber.
103 * Makefile.in: Regenerate.
104 * configure: Likewise.
105
106 2005-11-29 Ben Elliston <bje@au.ibm.com>
107
108 * libdecnumber: Import decNumber sources from the dfp-branch.
109
110 2005-11-21 Kean Johnston <jkj@sco.com>
111
112 * config.sub, config.guess: Sync from upstream sources.
113
114 2005-11-21 Ben Elliston <bje@au.ibm.com>
115
116 Import from Autoconf sources:
117
118 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
119 * config/move-if-change: Don't output "$2 is unchanged";
120 suggested by Ben Elliston. Handle weird characters correctly.
121
122 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
123
124 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
125 to match upstream libtool for darwin.
126
127 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
128
129 * Makefile.def: Remove gdb dependencies for gdbtk.
130 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
131 (configure-gdb, install-gdb): New rules.
132 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
133 * Makefile.in, configure: Regenerated.
134
135 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
136
137 * MAINTAINERS (Write After Approval): Add myself.
138
139 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
140
141 * MAINTAINERS (Write After Approval): Add myself.
142
143 2005-10-24 Diego Novillo <dnovillo@redhat.com>
144
145 * MAINTAINERS (alias analysis): Add Daniel Berlin and
146 Diego Novillo.
147
148 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
149
150 PR bootstrap/24297
151 * Makefile.tpl (do-[+make-target+], do-check, install,
152 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
153 are set before recursing.
154 * Makefile.in: Regenerate.
155
156 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
157
158 PR bootstrap/18939
159 * Makefile.def (gcc) <target>: Fix thinko.
160 * Makefile.in: Regenerate.
161
162 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
163
164 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
165 * configure: Regenerate.
166
167 2005-10-15 Jie Zhang <jie.zhang@analog.com>
168
169 * MAINTAINERS (Write After Approval): Add self.
170
171 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
172
173 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
174 target-libffi, target-qthreads, target-libjava, and
175 targetlibobjc.
176 * configure: Regenerate.
177
178 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
179
180 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
181 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
182 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
183 (USUAL_OBJDUMP_FOR_TARGET): New.
184 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
185 * configure.in: Check for $OBJDUMP_FOR_TARGET.
186 * configure, Makefile.in: Regenerated.
187
188 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
189
190 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
191 before other host packages.
192
193 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
194
195 * MAINTAINERS: Add self as sh libraries/configury maintainer.
196
197 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
198
199 PR bootstrap/22340
200
201 * configure.in (default_target): Remove.
202 * Makefile.tpl (all): Do not use prerequisites as subroutines
203 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
204 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
205 use prerequisites as subroutines.
206 (check-host, check-target): New.
207 (bootstrap configure & all targets): Do not use stage*-start
208 if the directory layout is already ok.
209 (non-bootstrap configure & all targets): Prepend a $(unstage).
210 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
211 (NOTPARALLEL): Remove.
212 (unstage, stage variables): New variables.
213 (unstage, stage targets): Simply expand to those variables.
214
215 * configure: Regenerate.
216 * Makefile.in: Regenerate.
217
218 2005-10-04 James E Wilson <wilson@specifix.com>
219
220 * Makefile.def (lang_env_dependencies): Add libmudflap.
221 * Makefile.in: Regenerate.
222
223 2005-10-03 Andreas Schwab <schwab@suse.de>
224
225 Backport from libtool CVS:
226 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
227
228 * ltmain.sh: add support for installing into temporary
229 staging area (e.g. 'make install DESTDIR=...')
230
231 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
232
233 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
234 * configure: Regenerated.
235
236 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
237
238 * configure: Regenerate with the correct
239 autoconf version.
240
241 2005-09-30 Catherine Moore <clm@cm00re.com>
242
243 * configure.in (bfin-*-*): New.
244 * configure: Regenerated.
245
246 2005-09-28 Geoffrey Keating <geoffk@apple.com>
247
248 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
249 (LIPO_FOR_TARGET): New.
250 (CONFIGURED_LIPO_FOR_TARGET): New.
251 (USUAL_LIPO_FOR_TARGET): New.
252 (STRIP_FOR_TARGET): New.
253 (CONFIGURED_STRIP_FOR_TARGET): New.
254 (USUAL_STRIP_FOR_TARGET): New.
255 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
256 STRIP_FOR_TARGET.
257 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
258 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
259 * Makefile.in: Regenerate.
260 * configure: Regenerate.
261
262 2005-09-19 David Edelsohn <edelsohn@gnu.org>
263
264 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
265 (rs6000-*-aix*): Same.
266 * configure: Regenerate.
267
268 2005-09-16 Tom Tromey <tromey@redhat.com>
269
270 * MAINTAINERS: Add self as java maintainer.
271
272 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
273
274 * configure.in: Recognize f95 in the --enable-languages option,
275 and substitute it for fortran, issuing a warning.
276 * configure: Regenerate.
277
278 2005-08-30 Phil Edwards <phil@codesourcery.com>
279
280 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
281 * configure: Regenerated.
282
283 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
284
285 * MAINTAINERS: Add self as ms1 maintainer.
286
287 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
288
289 * Makefile.def (libssp): Add to lang_env_dependencies.
290 * Makefile.in: Regenerate.
291
292 2005-08-18 Ian Lance Taylor <ian@airs.com>
293
294 * MAINTAINERS: Add myself as middle-end maintainer.
295
296 2005-08-17 Christian Groessler <chris@groessler.org>
297
298 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
299 * Makefile.in: Regenerate.
300
301 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
302
303 * MAINTAINERS (write after approval): Added myself.
304
305 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
306
307 * MAINTAINERS (Write After Approval): Add myself.
308
309 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
310
311 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
312 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
313 Look for alternate names of the target cc and c++
314 * configure: Regenerate.
315
316 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
317
318 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
319 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
320 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
321 tools; remove code to manually set them.
322 (Target tools): Look in the environment for them.
323 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
324 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
325 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
326 build directory.
327 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
328 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
329 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
330 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
331 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
332 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
333 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
334 * configure: Regenerate.
335 * Makefile.in: Regenerate.
336
337 2005-07-28 Ben Elliston <bje@au.ibm.com>
338
339 * MAINTAINERS: Update for removed CPU targets.
340
341 2005-07-27 Mark Mitchell <mark@codesourcery.com>
342
343 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
344 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
345 * Makefile.in: Regenerated.
346
347 2005-07-26 Mark Mitchell <mark@codesourcery.com>
348
349 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
350 (CFLAGS_FOR_TARGET): Use it.
351 (CXXFLAGS_FOR_TARGET): Likewise.
352 * Makefile.in: Regenerated.
353 * configure.in (--with-build-sysroot): New option.
354 * configure: Regenerated.
355
356 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
357
358 * Makefile.tpl: Wrap install between unstage and stage
359 * Makefile.in: Regenerate.
360
361 2005-07-21 Eric Christopher <echristo@apple.com>
362
363 * MAINTAINERS: Update affiliation.
364
365 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
366
367 * MAINTAINERS: Add self as crx port maintainer.
368
369 2005-07-20 DJ Delorie <dj@redhat.com>
370
371 * MAINTAINERS: Add self as m32c maintainer.
372
373 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
374
375 * all files: Update FSF address.
376
377 2005-07-15 Eric Christopher <echristo@redhat.com>
378
379 * MAINTAINERS: Change affiliation.
380
381 2005-07-14 Jim Blandy <jimb@redhat.com>
382
383 * configure.in: Add cases for Renesas m32c.
384 * configure: Regenerated.
385
386 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
387
388 * COPYING.LIB: Update from fsf.org.
389
390 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
391
392 * COPYING, compile, config.guess,
393 config.sub, install-sh, missing, mkinstalldirs,
394 symlink-tree, ylwrap: Sync from upstream sources.
395 * config-ml.in: Update FSF address.
396
397 2005-07-13 Eric Christopher <echristo@redhat.com>
398
399 * configure.in: Add toplevel noconfigdir support for tpf.
400 * configure: Regenerate.
401
402 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
403
404 PR ada/22340
405
406 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
407 * Makefile.in: Regenerate.
408
409 2005-07-07 Mark Mitchell <mark@codesourcery.com>
410
411 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
412 Brolley to write-after-approval.
413
414 2005-07-07 Andreas Schwab <schwab@suse.de>
415
416 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
417 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
418 * Makefile.in: Regenerated.
419
420 2005-07-06 Geoffrey Keating <geoffk@apple.com>
421
422 * configure.in: Don't build sim or rda when targetting darwin.
423 * configure: Regenerate.
424
425 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
426
427 * configure.in: Add --enable-libssp and --disable-libssp.
428 * configure: Regenerate with autoconf-2.13.
429
430 2005-07-02 Jakub Jelinek <jakub@redhat.com>
431
432 * Makefile.def (target_modules): Add libssp.
433 * configure.in (target_libraries): Add target-libssp.
434 * configure: Rebuilt.
435 * Makefile.in: Rebuilt.
436
437 2005-07-01 Zack Weinberg <zackw@panix.com>
438
439 * MAINTAINERS: Change email address. Resign from maintainership.
440
441 2005-07-01 Richard Guenther <rguenther@suse.de>
442
443 * MAINTAINERS: Change my e-mail address and affiliation.
444
445 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
446
447 * Makefile.def (stagefeedback): Come after profile.
448 Define profiledbootstrap target.
449 * Makefile.tpl (profiledbootstrap): Remove.
450 (stageprofile-end): Zap stagefeedback.
451 (stagefeedback-start): Copy all .gcda files, not only GCC's.
452 * Makefile.in: Regenerate.
453
454 2005-06-13 Richard Sandiford <richard@codesourcery.com>
455
456 * MAINTAINERS: Update my email address.
457
458 2005-06-13 Zack Weinberg <zack@codesourcery.com>
459
460 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
461 In 'cpp' stanza, support '#line' as well as '# '.
462
463 2005-06-08 Andreas Schwab <schwab@suse.de>
464
465 * MAINTAINERS: Move myself from 'Write After Approval' to
466 'CPU Port Maintainers' section as m68k maintainer.
467
468 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
469
470 * configure.in (unsupported_languages): New macro.
471 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
472 non-ported target libraries in noconfigdirs.
473 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
474 non-linux-gnu. Remove libgcj_ex_libffi.
475 <lang_frag loop>: Set add_this_lang=no if the language is in
476 unsupported_languages.
477 * configure: Regenerate.
478
479 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
480
481 * configure.in: Fix typo in handling of --with-mpfr-dir.
482 * configure: Regenerate.
483
484 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
485
486 * MAINTAINERS: Update my email address.
487
488 2005-06-02 Jim Blandy <jimb@redhat.com>
489
490 * config.sub: Add cases for the Renesas m32c. (This patch has been
491 accepted into the master sources.)
492
493 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
494 Michael Snyder <msnyder@redhat.com>
495 Stan Cox <scox@redhat.com>
496
497 * configure.in: Set noconfigdirs for ms1.
498
499 * configure: Regenerate.
500
501 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
502
503 * MAINTAINERS (Write After Approval): Add self.
504
505 2005-06-01 Josh Conner <jconner@apple.com>
506
507 * MAINTAINERS (Write After Approval): Add self.
508
509 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
510
511 * MAINTAINERS: Update my email address.
512
513 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
514
515 * MAINTAINERS (Write After Approval): Add self.
516
517 2005-05-26 Chris Demetriou <cgd@broadcom.com>
518
519 * MAINTAINERS (Write After Approval): Remove self.
520
521 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
522
523 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
524 (Dependencies): Consider target modules for bootstrap dependencies.
525 Make target bootstrap modules depend on each stage's gcc.
526 * Makefile.in: Regenerate.
527
528 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
529
530 * Makefile.def (configure-gcc): Depend on binutils having been built.
531 (all-gcc): No need to do it here.
532 * Makefile.in: Regenerate.
533
534 2005-05-19 Paul Brook <paul@codesourcery.com>
535
536 * configure.in: Rewrite misleading error message when requested
537 language cannot be built.
538 * configure: Regenerate.
539
540 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
541
542 * ylwrap: Import from Automake 1.9.5.
543
544 2005-05-13 David Ung <davidu@mips.com>
545
546 * MAINTAINERS (Write After Approval): Add self.
547
548 2005-05-09 Mike Stump <mrs@apple.com>
549
550 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
551 lt_cv_sys_max_cmd_len for now.
552
553 2005-05-09 Stan Cox <scox@redhat.com>
554
555 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
556
557 2005-05-08 Matt Kraai <kraai@ftbfs.org>
558
559 * README.SCO: Update the URL.
560
561 2005-05-05 David Edelsohn <edelsohn@gnu.org>
562
563 * ltconfig: Define file_list_spec. Pass file_list_spec and
564 with_gnu_ld to libtool.
565 * ltcf-c.sh (aix[45]): Define file_list_spec.
566 * ltcf-cxx.sh (aix[45]): Same.
567 * ltcf-gcj.sh (aix[45]): Same.
568 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
569 exists, write list of input files to temporary file.
570
571 2005-05-04 Mike Stump <mrs@apple.com>
572
573 * configure.in: Always pass --target to target configures as
574 otherwise rebuilds that do --recheck will fail.
575 * confiugure: Rebuilt.
576
577 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
578
579 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
580 STAGE_HOST_EXPORTS.
581 (configure, all): Add bootstrap support.
582 (Host modules, target modules): Pass post-stage1 flags and exports.
583 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
584 * Makefile.in: Regenerate.
585
586 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
587
588 * configure: Regenerate.
589
590 2005-04-27 Mike Stump <mrs@apple.com>
591
592 * MAINTAINERS: Add self as darwin maintainer.
593
594 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
595
596 * config.sub: Update from master copy.
597
598 2005-04-21 Mike Stump <mrs@apple.com>
599
600 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
601 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
602
603 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
604
605 * configure.in <crisv32-*-*, cris-*-*>: New local variable
606 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
607 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
608 "*-*-elf" and "*-*-linux*".
609 * configure: Regenerate.
610
611 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
612
613 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
614
615 2005-04-12 Mike Stump <mrs@apple.com>
616
617 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
618
619 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
620
621 * MAINTAINERS (Write After Approval): Add myself.
622
623 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
624
625 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
626
627 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
628
629 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
630 (TARGET_CONFIGARGS): Include --with-target-subdir.
631 (configure, all): New macros. Use them throughout.
632 * Makefile.in: Regenerate.
633
634 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
635
636 * MAINTAINERS (Write After Approval): Add myself.
637
638 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
639
640 * MAINTAINERS: Remove 'loop unrolling' maintainer.
641
642 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
643
644 * MAINTAINERS: Move John Carr to Write After Approval.
645
646 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
647
648 * config/mh-mingw32: Delete.
649 * configure.in: Don't use it.
650 * configure: Regenerate.
651
652 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
653
654 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
655 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
656 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
657 (HOST_LIB_PATH): Generate from Makefile.def.
658 (TARGET_LIB_PATH): Likewise.
659 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
660 * Makefile.in: Regenerate.
661 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
662 (RPATH_ENVVAR): Include Darwin case.
663 * configure: Regenerate.
664
665 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
666
667 * MAINTAINERS (Various Maintainers): Remove self.
668 (Write After Approval): Add self.
669
670 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
671
672 * MAINTAINERS (Various Maintainers): Add self.
673
674 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
675
676 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
677 * configure: Regenerate.
678
679 2005-03-21 Zack Weinberg <zack@codesourcery.com>
680
681 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
682 gcc_version, and gcc_version_trigger from set of flags to pass.
683 * Makefile.tpl: Remove definitions of above variables.
684 (config.status): Remove dependency on $(gcc_version_trigger).
685 * Makefile.in: Regenerate.
686 * configure.in: Do not reference config/gcc-version.m4 nor
687 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
688 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
689 * configure: Regenerate.
690
691 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
692 Andrew Pinski <pinskia@physics.uc.edu>
693
694 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
695 * Makefile.in: Regenerate.
696
697 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
698
699 * MAINTAINERS (Write After Approval): Add myself.
700
701 2005-03-03 David Ayers <d.ayers@inode.at>
702
703 * MAINTAINERS (Write After Approval): Add myself.
704
705 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
706
707 PR libgcj/20160
708 * ltmain.sh: Avoid creating archives with components that have
709 duplicate basenames.
710
711 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
712
713 PR bootstrap/20250
714 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
715 instead of check.
716 * Makefile.in: Regenerate.
717
718 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
719
720 * Makefile.in: Regenerate to fix conflict between the previous two
721 patches.
722
723 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
724
725 PR bootstrap/17383
726 * Makefile.def (target_modules): Remove "stage", now unnecessary.
727 * Makefile.tpl (HOST_SUBDIR): New substitution.
728 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
729 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
730 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
731 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
732 (Host modules, Bootstrapped modules): Use it.
733 (Build modules, Target modules): Do not create symlink trees,
734 always configure out-of-srcdir.
735 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
736 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
737 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
738 $(HOST_SUBDIR). Create a symlink for host_subdir.
739
740 * Makefile.in: Regenerate.
741 * configure: Regenerate.
742
743 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
744
745 Merged from libada-gnattools-branch:
746 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
747
748 * gnattools: New directory.
749 * Makefile.def: Add gnattools as a module, depending on target-libada.
750 * Makefile.in: Regenerate.
751 * configure.in: Include gnattools in host_tools; disable it if ada
752 is disabled.
753 * configure: Regenerate.
754
755 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
756
757 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
758 treelang maintainer.
759 (Write After Approval): Remove myself.
760
761 2005-02-23 Paul Schlie <schlie@comcast.net>
762
763 * configure.in: Allow darwin targeted ports to build tk, itcl and
764 libgui.
765 * configure: Regenerate.
766
767 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
768
769 PR libgcj/10353
770 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
771 * configure: Regenerate.
772
773 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
774
775 * MAINTAINERS (Write After Approval): Add myself.
776
777 2005-02-10 Ian Lance Taylor <ian@airs.com>
778
779 * MAINTAINERS: Update my e-mail address.
780
781 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
782
783 * MAINTAINERS (Write After Approval): Add myself.
784
785 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
786
787 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
788 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
789 target-libgloss when not *-*-elf and *-*-aout.
790 * configure: Regenerate.
791
792 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
793
794 * MAINTAINERS: Remove obsolete entries.
795
796 * MAINTAINERS (Write After Approval): Add Michael Matz.
797
798 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
799
800 * MAINTAINERS: Remove self as cpplib maintainer.
801
802 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
803
804 * install-sh, config.sub: Import from upstream.
805
806 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
807
808 PR bootstrap/18222
809 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
810 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
811 * Makefile.in: Regenerate.
812
813 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
814
815 * MAINTAINERS: Update my email address.
816
817 2005-01-12 David Edelsohn <edelsohn@gnu.org>
818 Andreas Schwab <schwab@suse.de>
819
820 PR bootstrap/18033
821 * config-ml.in: Eval option if surrounded by single quotes.
822
823 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
824
825 Revert 2004-12-28 Makefile changes, a better fix will be
826 applied to mainline and src after GCC 4.0 branches.
827
828 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
829
830 PR bootstrap/17383
831
832 * Makefile.def (target_modules): Remove stage parameter,
833 it is always true now.
834 * Makefile.tpl (configure-build-[+module+],
835 configure-target-[+module+]): Always build symlink tree
836 for the directory and for include. BUILD_SUBDIR and
837 TARGET_SUBDIR cannot be . anymore.
838 * Makefile.in: Regenerate.
839
840 2004-12-25 David Edelsohn <edelsohn@gnu.org>
841
842 Revert 2004-12-08 Makefile changes.
843
844 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
845
846 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
847 cygwin, mingw.
848
849 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
850
851 * configure.in (sh64-*-*): Reenable gprof.
852 * configure: Regenerate.
853
854 2004-12-08 David Edelsohn <edelsohn@gnu.org>
855
856 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
857 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
858 (EXTRA_TARGET_FLAGS): Add PICFLAG.
859 * Makefile.in: Regenerate.
860
861 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
862
863 * MAINTAINERS: Update my email address.
864
865 2004-12-07 Matt Kraai <kraai@ftbfs.org>
866
867 * Makefile.tpl: Generate normal dependencies if the LHS module is
868 not bootstrapped.
869 * Makefile.in: Regenerate.
870
871 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
872
873 * configure.in: Include config/gxx-include-dir.m4. Use
874 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
875 * configure: Regenerate.
876
877 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
878
879 * config.if: Delete.
880 * configure.in: Set libstdcxx_incdir directly.
881 * configure: Regenerate.
882
883 2004-12-02 Eric Christopher <echristo@redhat.com>
884
885 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
886 * Makefile.in: Regenerate.
887
888 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
889
890 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
891 * configure: Regenerate.
892
893 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
894
895 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
896 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
897 * configure: Regenerate.
898
899 2004-12-01 Eric Christopher <echristo@redhat.com>
900
901 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
902 of things to remove.
903
904 2004-11-29 Matt Kraai <kraai@ftbfs.org>
905
906 * MAINTAINERS (Write After Approval): Update my e-mail address.
907
908 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
909
910 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
911 from CVS libtool to always pass_all.
912
913 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
914
915 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
916 (hppa*64*-*-*): Delete incorrect comment.
917 * configure: Rebuilt.
918
919 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
920
921 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
922
923 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
924
925 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
926 from CVS libtool to always pass_all.
927
928 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
929
930 * install-sh, compile: Import from automake.
931
932 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
933
934 * config.guess, config.sub: Import from savannnah.
935
936 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
937
938 * MAINTAINERS (Write After Approval): Add myself
939
940 2004-11-12 Mike Stump <mrs@apple.com>
941
942 * Makefile.def: Add html support.
943 * Makefile.tpl: Likewise.
944 * Makefile.in: Regenerate.
945
946 2004-11-11 Geoffrey Keating <geoffk@apple.com>
947
948 PR 18423
949 * configure.in: Remove all instances of build-fixincludes from
950 noconfigdirs.
951 (build_configargs): Supply --target to subdirectories.
952 * configure: Regenerate.
953
954 * Makefile.def: Make gcc install depend on fixincludes install.
955 * Makefile.in: Regenerate.
956
957 2004-11-10 Janis Johnson <janis187@us.ibm.com>
958
959 * MAINTAINERS: Add myself as gcc testsuite maintainer.
960
961 2004-11-11 Paul Brook <paul@codesourcery.com>
962
963 * MAINTAINERS: Add self as arm maintainer. Update email address.
964
965 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
966
967 * configure.in (noconfigdirs) [mmix-*-*]: Disable
968 target-libgfortran.
969 * configure: Regenerate.
970
971 2004-11-07 David Edelsohn <edelsohn@gnu.org>
972
973 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
974 like CC.
975
976 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
977
978 * Makefile.def (host fixincludes): Specify missing targets.
979 * Makefile.in: Regenerate.
980
981 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
982
983 * MAINTAINERS: Add myself
984
985 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
986
987 * MAINTAINERS (Write After Approval): Add myself.
988
989 2004-11-04 Geoffrey Keating <geoffk@apple.com>
990
991 * Makefile.def: Build fixincludes for the host, too.
992 * Makefile.in: Regenerate.
993 * configure.in (host_tools): Add fixincludes.
994 * configure: Regenerate.
995
996 2004-11-04 Daniel Jacobowitz <dan@debian.org>
997
998 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
999 * configure: Regenerated.
1000
1001 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
1002
1003 PR other/17783
1004 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1005 * configure: Regenerated.
1006
1007 2004-10-31 Mark Mitchell <mark@codesourcery.com>
1008
1009 * README.SCO: Update per FSF instructions.
1010
1011 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
1012
1013 PR target/18151
1014 * configure.in (case ${target}): Do not build fixincludes for avr.
1015 * configure: Regenerated.
1016
1017 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
1018
1019 * configure.in (case ${target}): Do not build fixincludes
1020 on platforms where it is not used.
1021 * configure: Regenerated.
1022
1023 2004-10-23 Daniel Jacobowitz <dan@debian.org>
1024
1025 * configure.in: Use an absolute path to install-sh.
1026 * configure: Regenerated.
1027
1028 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1029
1030 * MAINTAINERS (Write After Approval): Add myself.
1031
1032 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
1033
1034 * MAINTAINERS: Remove from Write After Approval those that are
1035 already maintainers.
1036
1037 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
1038
1039 * MAINTAINERS: Update my email address.
1040
1041 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1042
1043 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1044 * configure: Regenerate.
1045
1046 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
1047
1048 * MAINTAINERS: Update my email address.
1049
1050 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
1051
1052 * MAINTAINERS (Language Front Ends Maintainers): New. Move
1053 entries belonging to this category.
1054
1055 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
1056
1057 * MAINTAINERS: Update my e-mail address.
1058
1059 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
1060
1061 Fix wrong conflict resolution in:
1062
1063 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1064
1065 * Makefile.in: Regenerate.
1066 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1067 in the recursive `make', instead of hardwiring `all'.
1068 (Autogenerated TARGET-* variables): New.
1069
1070 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
1071
1072 * configure.in: Enable target-libgloss for crx-*-*.
1073 * configure: Regenerate.
1074
1075 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1076
1077 * MAINTAINERS (Various Maintainers): Move the "windows,
1078 cygwin, mingw" maintainer to ...
1079 (OS Port Maintainers): ... here.
1080
1081 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1082
1083 * MAINTAINERS (Write After Approval): Remove those that are
1084 maintainers of some subsystem.
1085
1086 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1087
1088 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1089 * ltcf-cxx.sh (tpf*): Likewise.
1090 * ltconfig (tpf*): Add TPF OS configuration support.
1091
1092 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
1093
1094 * MAINTAINERS: Change my email address to my new work account.
1095
1096 2004-09-24 Michael Roth <mroth@nessie.de>
1097
1098 * configure.in (--without-headers): Add missing double quotes.
1099 * configure: Regenerate.
1100
1101 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1102
1103 * ylwrap: Revert to previous version.
1104
1105 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1106
1107 PR bootstrap/17369
1108 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1109 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1110 SET_GCC_LIB_PATH_CMD.
1111 (BASE_TARGET_EXPORTS): Likewise.
1112 * Makefile.in: Regenerated.
1113
1114 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1115 * configure: Regenerated.
1116
1117 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1118
1119 * config.guess: New upstream version
1120 * compile, depcomp, install-sh, ylwrap: Likewise.
1121
1122 2004-09-19 Roger Sayle <roger@eyesopen.com>
1123
1124 * config/mh-x86omitfp: New host makefile fragment. Add
1125 -fomit-frame-pointer to the default BOOT_CFLAGS.
1126 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1127 * configure: Regenerate.
1128
1129 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1130
1131 PR target/11572
1132 * configure.in (*-*-darwin*): Renable libobjc.
1133 * configure: Regenerate.
1134
1135 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
1136
1137 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1138
1139 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
1140
1141 * Makefile.def: Remove libbanshee.
1142 * Makefile.tpl: Ditto.
1143 * configure.in: Ditto.
1144 * Makefile.in: Regen.
1145 * configure: Ditto.
1146
1147 2004-09-08 David Edelsohn <edelsohn@gnu.org>
1148
1149 * ltmain.sh: Use $pic_object as $non_pic_object if
1150 $non_pic_object=none.
1151
1152 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
1153
1154 * missing: Import latest version from master repository.
1155
1156 2004-09-06 Nick Clifton <nickc@redhat.com>
1157
1158 * config.sub: Import latest version from master repository.
1159 * config.guess: Likewise.
1160 This includes these changes:
1161
1162 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1163
1164 * config.sub: Handle crisv32, alias etraxfs.
1165 * config.guess (crisv32:Linux:*:*): Handle.
1166
1167 2004-08-13 Brad Smith <brad@comstyle.com>
1168
1169 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1170 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1171
1172 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1173
1174 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1175 assume the processor is a powerpc. This is because coreutils
1176 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1177 in this case, due to a MacOS X bug that causes
1178 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1179 to return a negative number.
1180 Problem reported by Petter Reinholdtsen in:
1181 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1182
1183 2004-07-19 Ben Elliston <bje@gnu.org>
1184
1185 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1186
1187 2004-06-24 Ben Elliston <bje@gnu.org>
1188
1189 * config.guess: Update copyright years.
1190 * config.sub: Likewise.
1191
1192 2004-06-22 Robert Millan <robertmh@gnu.org>
1193
1194 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1195 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1196
1197 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1198
1199 * config.guess (*:*VMS:*:*): New entry. Replaces
1200 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1201 manufacturer.
1202
1203 2004-06-22 Ben Elliston <bje@gnu.org>
1204
1205 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1206 * config.sub: Likewise.
1207
1208 2004-06-22 Ben Elliston <bje@gnu.org>
1209
1210 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1211 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1212
1213 2004-06-11 Ben Elliston <bje@gnu.org>
1214
1215 * config.guess (pegasos:OpenBSD:*:*): Remove.
1216
1217 2004-06-11 Ben Elliston <bje@gnu.org>
1218
1219 From Wouter Verhelst <wouter@grep.be>:
1220 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1221
1222 2004-06-11 Ben Elliston <bje@gnu.org>
1223
1224 * config.guess (luna88k:OpenBSD:*:*): New.
1225
1226 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1227
1228 * config.guess (m32r*:Linux:*:*): New case.
1229 * config.sub: Handle m32rle.
1230
1231 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1232
1233 From Jens Petersen <petersen@redhat.com>:
1234 * config.sub: Handle sparcv8.
1235
1236 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1237
1238 From Tom Smith <smith@cag.lkg.hp.com>:
1239 * config.guess: Version suffixes are equally significant on Tru64
1240 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1241 prefix of "P" (patched kernel).
1242
1243 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1244
1245 * config.sub: Add support for National Semiconductor CRX target.
1246
1247 2004-09-03 Janis Johnson <janis187@us.ibm.com>
1248
1249 * MAINTAINERS (Various Maintainers): Remove myself as web page
1250 maintainer, add myself as maintainer of build status lists.
1251
1252 2004-09-03 Jan Beulich <jbeulich@novell.com>
1253
1254 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1255 *-*-netware, but add target-libmudflap.
1256 Consolidate *-*-netware targets (of which really only i?86 exists)
1257 into a single entry.
1258 * configure: Likewise.
1259
1260 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
1261
1262 * Makefile.tpl (sorry): Remove.
1263 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1264 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1265 (do-clean): Clean per-stage directories too.
1266 (do-distclean): Run distclean-stage1 too.
1267 (.NOTPARALLEL): Enable during toplevel bootstrap.
1268 (stage[+id+]-bubble): Enable parallel execution during
1269 the recursive invocation.
1270 * Makefile.in: Regenerate.
1271
1272 Fix previous checkin:
1273
1274 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1275 include.
1276 * configure.in: Fix indentation.
1277 * configure: Regenerate.
1278
1279 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
1280
1281 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1282 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1283 * configure: regenerate
1284 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1285 -mdynamic-no-pic
1286
1287
1288 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
1289
1290 * Makefile.def (build_modules): Add fixincludes.
1291 (dependencies): Make gcc depend on fixincludes.
1292 * configure.in (build_tools): Add fixincludes.
1293 (build_configdirs): Always include build_libs.
1294 * Makefile.in: Regenerate.
1295 * configure: Regenerate.
1296
1297 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
1298
1299 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1300 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1301 phony targets; do not generate timestamp files.
1302 (distclean-stageN): Remove references to their timestamp files.
1303 (restageN, touch-stageN): Remove.
1304 (stageN-bubble): Rewritten.
1305 (compare): Support lean bootstraps.
1306 * Makefile.in: Regenerate.
1307
1308 * configure.in: Only warn when bootstrapping but
1309 build != host or build != target. Support lean bootstraps.
1310 * configure: Regenerate.
1311
1312 2004-08-26 Phil Edwards <phil@codesourcery.com>
1313
1314 * configure.in: Give a better error message if GMP/MPFR are missing
1315 and a language needing them has been requested.
1316 * configure: Regenerated.
1317
1318 2004-08-25 Phil Edwards <phil@codesourcery.com>
1319
1320 * configure.in: Print a list of available language front-ends if
1321 a requested one is missing. Tidy stray tab characters.
1322 * configure: Regenerated.
1323
1324 2004-08-19 Michael Koch <konqueror@gmx.de>
1325
1326 * gcc/doc/install.texi: Update entry about automake for libjava.
1327
1328 2004-08-17 Robert Millan <robertmh@gnu.org>
1329
1330 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1331 (instead of FreeBSD).
1332 * configure: Regenerate.
1333
1334 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1335
1336 * Makefile.in: Regenerate.
1337 * configure: Regenerate.
1338
1339 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1340 stage_*_flags.
1341 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1342 for bootstrapped modules if toplevel bootstrap is going.
1343 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1344 modules. Adjust for changes in Makefile.def. Enable several
1345 rules even in non-bootstrap mode, just to avoid peppering the
1346 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1347 (stage-[+prev+]-bubble): Remove.
1348
1349 * Makefile.def (Dependencies): Depend on all-build-bison,
1350 all-build-flex, all-build-byacc, all-build-texinfo, rather
1351 than the host variations.
1352 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1353 with BUILD_SUBDIR.
1354 (BISON): Update for recent Bisons.
1355 (YACC): Fix typo.
1356 (cross): Depend on all-build.
1357 (all): Do not depend on all-build.
1358 (prebootstrap): Remove.
1359 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1360 (Prebootstrap dependencies): Add them to the per-stage targets
1361 and to all-prebootstrap.
1362 * configure.in (build_configdirs): Always enable build_tools.
1363 (BUILD_DIR_PREFIX): Remove.
1364
1365 * Makefile.def (gcc): Add target variable.
1366 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1367 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1368 in the recursive `make', instead of hardwiring `all'.
1369 (Autogenerated TARGET-* variables): New.
1370
1371 2004-08-13 Brian Booth <bbooth@redhat.com>
1372
1373 * MAINTAINERS: Remove myself from write-after-approval.
1374
1375 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1376
1377 * src-release: Stop distributing mmalloc with gdb (which doesn't
1378 use it).
1379 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1380 * Makefile.in: Regenerate.
1381
1382 2004-08-09 Mark Mitchell <mark@codesourcery.com>
1383
1384 * configure.in (arm*-*-eabi*): New target.
1385 * configure: Regenerate.
1386
1387 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
1388
1389 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1390 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1391 (Dependencies): New section.
1392 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1393 (configure-target-[+module+]): Depend on maybe-all-gcc
1394 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1395 (toplevel profiledbootstrap): Fix dependencies.
1396 * Makefile.in: Regenerate.
1397
1398 2004-08-03 Mark Mitchell <mark@codesourcery.com>
1399
1400 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1401 target-libiberty to noconfigdirs.
1402 * configure: Regenerate.
1403
1404 2004-08-03 Paul Brook <paul@codesourcery.com>
1405
1406 * configure.in: Check for MPFR as well as GMP.
1407 * configure: Regenerate.
1408
1409 2004-08-01 Robert Millan <robertmh@gnu.org>
1410
1411 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1412 libmudflap for all GNU-based systems (with Glibc).
1413 * configure: Regenerate.
1414
1415 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
1416
1417 * Makefile.def (host-modules): Add gcc.
1418 * Makefile.in: Regenerate.
1419 * Makefile.tpl (sorry): New rule.
1420 (configure-host, all-host, [+make_target+]-host, do-check,
1421 install-host): Do not add gcc as a special case.
1422 (host modules): Add a small special-casing for gcc. Export
1423 extra_make_flags through the environment.
1424 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1425 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1426 other recursive targets for gcc): Remove.
1427
1428 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1429 (stage, unstage): New rules.
1430 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1431 distclean-stage[+id+]): Use stage_current.
1432 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1433 the stage*-start rules.
1434
1435 2004-08-02 Geoffrey Keating <geoffk@apple.com>
1436
1437 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1438 use -all_load flag.
1439
1440 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
1441
1442 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1443 * configure: Regenerate.
1444
1445 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
1446
1447 * maintainer-scripts/gcc_release: Revert yesterday's change.
1448
1449 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
1450
1451 * MAINTAINERS: Add myself to write-after-approval.
1452
1453 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
1454
1455 * libf2c: Removed.
1456 * gcc/gccbug.in: Updated because of libf2c removal.
1457 * maintainer-scripts/gcc_release: Ditto.
1458
1459 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
1460
1461 * configure.in: Build libmudflap by default on FreeBSD.
1462 * configure: Regenerated.
1463
1464 2004-07-09 Mark Mitchell <mark@codesourcery.com>
1465
1466 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1467 systems.
1468 * configure: Regenerated.
1469
1470 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1471
1472 PR target/16344
1473 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1474 feedback based compiler.
1475 * Makefile.in: Rebuilt.
1476
1477 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
1478
1479 * Makefile.def (host_modules): Set bootstrap=true for flex.
1480 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1481 * Makefile.in: Rebuilt.
1482
1483 2004-07-07 Jan Hubicka <jh@suse.cz>
1484
1485 * MAINTAINERS: Add self as a profile feedback maintainer.
1486
1487 2004-07-05 Phil Edwards <phil@codesourcery.com>
1488
1489 * configure.in: Do not prepend $srcdir to /dev/null in
1490 makefile fragments.
1491 * configure: Regenerate.
1492
1493 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
1494
1495 * Makefile.def (build_modules): Add bison, byacc, flex,
1496 m4, texinfo.
1497 (flags_to_pass): Add FLEX.
1498 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1499 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1500 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1501 DEFAULT_MAKEINFO): Remove.
1502 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1503 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1504 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1505 objdir or else use configured tool.
1506 (all-build): New.
1507 (all): Depend on it.
1508 (Build module dependencies): Add.
1509 * Makefile.in: Regenerate.
1510 * configure.in: Better support for multiple build modules,
1511 matching what is done for host/target modules. Do not look
1512 for "plausible" locations of build tools if Canadian cross.
1513 Use autoconf's AC_PROG_CC to find a C compiler. Define
1514 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1515 * configure: Regenerate.
1516
1517 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
1518
1519 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1520 * Makefile.in: Regenerate.
1521
1522 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
1523
1524 * Makefile.tpl (configure-build-[+module+],
1525 configure-[+module+], configure-target-[+module+]): Pass
1526 [+extra_configure_args+].
1527 (all-build-[+module+], all-[+module+], check-[+module+],
1528 install-[+module+], [+make_target+]-[+module+],
1529 all-target-[+module+], check-target-[+module+],
1530 install-target-[+module+], [+make_target+]-target-[+module+]):
1531 Pass [+extra_make_args+].
1532 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1533 (GCC_HOST_EXPORTS): Remove.
1534 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1535 cross, check-gcc, check-gcc-c++, install-gcc,
1536 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1537 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1538 * Makefile.in: Regenerate.
1539
1540 2004-06-21 Matthew Sachs <msachs@apple.com>
1541
1542 * MAINTAINERS: Added self to write-after-approval.
1543
1544 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1545
1546 * configure.in: Check for srcdir/winsup rather than build directory
1547 winsup.
1548 * configure: Regenerate.
1549
1550 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
1551
1552 * configure.in: Don't build Cygwin native newlib if winsup
1553 directory is missing. Emit warning instead.
1554 * configure: Regenerate.
1555
1556 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
1557
1558 * Makefile.tpl (touch-stage[+id+]): New.
1559 (restage[+prev+]): Depend on touch-stage[+id+].
1560
1561 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1562 Use it throughout.
1563
1564 * Makefile.def: Add profile and feedback bootstrap stages.
1565 Remove next field from bootstrap stages.
1566 * Makefile.tpl (LN, LN_S): Substitute.
1567 (stageN-start, stageN-end): Use double-colon rules, to
1568 provide a hook for additional setup commands.
1569 (distclean-stageN-gcc, restageN): Create dependencies from
1570 [+prev+], not from [+next+].
1571 (stageN-bubble): Add commands for successive stages from
1572 [+prev+], using double-colon rules.
1573 (all-stageN-gcc): Fix typo.
1574 (stagefeedback-start, profiledbootstrap): New.
1575 * Makefile.in: Regenerate.
1576 * configure.in: Call ACX_PROG_LN.
1577 * configure: Regenerate.
1578
1579 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
1580
1581 * MAINTAINERS (Write After Approval): Add myself.
1582
1583 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
1584
1585 * MAINTAINERS (Write After Approval): Add myself.
1586
1587 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
1588
1589 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1590 without gcc.
1591 * configure: Regenerate.
1592
1593 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1594
1595 * Makefile.tpl: Fix typo.
1596 * Makefile.in: Regenerate.
1597
1598 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1599
1600 * configure.in: Remove new- prefix from toplevel
1601 bootstrap targets.
1602 * configure: Regenerate.
1603
1604 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1605
1606 * Makefile.tpl (all.normal): Rename to all.
1607 (all): Replace with a rule to pick the default
1608 target from configure.
1609 (all-gcc, configure-gcc): Use conditionals to
1610 do nothing when toplevel bootstrap is going on.
1611 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1612 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1613 * configure.in: Support --enable-bootstrap.
1614
1615 * Makefile.def: Remove new- prefix from toplevel
1616 bootstrap targets.
1617 * Makefile.tpl: Likewise.
1618
1619 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1620 target.
1621
1622 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1623 $(RECURSE_FLAGS) to recursive invocation of make.
1624
1625 * Makefile.in: Regenerate.
1626 * configure: Regenerate.
1627
1628 2004-05-30 Andreas Jaeger <aj@suse.de>
1629 Jim Wilson <wilson@specifixinc.com>
1630
1631 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1632 like CC.
1633
1634 2004-05-27 Daniel Jacobowitz <dan@debian.org>
1635
1636 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1637 * configure: Regenerate.
1638
1639 2004-05-25 Daniel Jacobowitz <drow@false.org>
1640
1641 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1642 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1643 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1644 targets.
1645 * Makefile.in: Regenerate.
1646
1647 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
1648
1649 * configure.in: Test the ability to symlink directories.
1650 * configure: Regenerate.
1651
1652 * Makefile.def (bootstrap-stage): New definitions.
1653 * Makefile.tpl (configure-stage1-gcc,
1654 configure-stage2-gcc, configure-stage3-gcc,
1655 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1656 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1657 new-restage3, compare): Autogenerate, see Makefile.in
1658 entry for behavioral changes.
1659 (distclean-stage1, new-stage1-start, new-stage1-end,
1660 new-stage1-bubble, distclean-stage2, new-stage2-start,
1661 new-stage2-end, new-stage2-bubble, distclean-stage3,
1662 new-stage3-start, new-stage3-end): New autogenerated targets.
1663 (objext, prebootstrap, BOOT_CFLAGS,
1664 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1665 targets.
1666
1667 * Makefile.in: Regenerate.
1668 (distclean-stage1, new-stage1-start, new-stage1-end,
1669 new-stage1-bubble, distclean-stage2, new-stage2-start,
1670 new-stage2-end, new-stage2-bubble, distclean-stage3,
1671 new-stage3-start, new-stage3-end): New targets.
1672 (all-stage1-gcc): Move prebootstrap dependency from here...
1673 (configure-stage1-gcc): ...to here.
1674 (new-bootstrap): Use bubble targets.
1675 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1676 Use per-stage distclean targets.
1677 (configure-stage1-gcc, configure-stage2-gcc,
1678 configure-stage3-gcc, all-stage1-gcc,
1679 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1680 Use new-stageN-start to prepare the tree.
1681
1682 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
1683
1684 * Makefile.def (host_modules): add libcpp.
1685 * Makefile.tpl: Add dependencies on and for libcpp.
1686 * Makefile.in: Regenerate.
1687 * configure.in: Add libcpp host module.
1688 * configure: Regenerate.
1689
1690 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
1691
1692 * Makefile.tpl: Whenever a recursive target is defined, wrap
1693 it in a special @if/@endif block, and prepare its maybe
1694 dependency in the @if/@endif block
1695 * configure.in: Instead of writing maybe dependencies, remove
1696 the @if/@endif statements, and remove the @if/@endif blocks
1697 that remain.
1698 * configure: Regenerate.
1699 * Makefile.in: Regenerate.
1700
1701 2004-05-20 Janis Johnson <janis187@us.ibm.com>
1702
1703 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1704
1705 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1706
1707 PR bootstrap/15120
1708 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1709 * */configure: Rebuilt.
1710
1711 2004-05-17 Zack Weinberg <zack@codesourcery.com>
1712
1713 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1714 of libf2c.
1715 * configure, Makefile.in: Regenerate.
1716
1717 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
1718
1719 * MAINTAINERS (Write After Approval): Add myself.
1720
1721 2004-05-13 Diego Novillo <dnovillo@redhat.com>
1722
1723 Merge from tree-ssa-20020619-branch.
1724
1725 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1726 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1727 (HOST_GMPLIBS): Define.
1728 (HOST_GMPINC): Define.
1729 (TARGET_LIB_PATH): Add libmudflap.
1730 (GFORTRAN_FOR_TARGET): Define.
1731 (configure-build*): Export GFORTRAN.
1732 (configure-gcc): Export GMPLIBS and GMPINC.
1733 (all-gcc): Add maybe-all-libbanshee.
1734 (configure-target-libgfortran): Define.
1735 * Makefile.in: Regenerate.
1736 * configure.in (host_libs): Add libbanshee.
1737 (target_libraries): Add target-libmudflap and target-libgfortran.
1738 Add --with-libbanshee.
1739 Handle --disable-libmudflap.
1740 (*-*-freebsd*): Use with_gmp.
1741 Add $(libgcj) to noconfigdirs.
1742 * configure: Regenerate.
1743 * depcomp: New file.
1744 * MAINTAINERS: Add tree-ssa maintainers.
1745
1746 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
1747
1748 * MAINTAINERS (Various Maintainers): Add myself.
1749
1750 2004-04-30 Brian Ford <ford@vss.fsi.com>
1751
1752 * MAINTAINERS (Write After Approval): Add myself.
1753
1754 2004-04-29 Uros Bizjak <uros@kss-loka.si>
1755
1756 * MAINTAINERS (Write After Approval): Add myself.
1757
1758 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
1759
1760 * config/acx.m4: Fix fastcompare support for new-bootstrap.
1761 * configure: Regenerate.
1762
1763 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
1764
1765 Revert:
1766 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1767
1768 * Makefile.def (flags_to_pass): Remove *dir variables that
1769 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1770 as well as prefix and exec_prefix.
1771 * Makefile.in: Regenerate.
1772
1773 2004-04-26 Robert Millan <robertmh@gnu.org>
1774
1775 Add patches from libtool CVS.
1776 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1777 * ltconfig: Likewise.
1778 * ltcf-c.sh: Likewise.
1779 * ltcf-cxx.sh: Likewise.
1780 * ltcf-gcj.sh: Likewise.
1781
1782 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1783
1784 * Makefile.def (host_modules): Mark with the bootstrap
1785 flag packages on which gcc depends.
1786 * Makefile.tpl (all-bootstrap): Use it.
1787 * Makefile.in: Regenerate.
1788
1789 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1790
1791 * Makefile.def (flags_to_pass): Remove *dir variables that
1792 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1793 as well as prefix and exec_prefix.
1794 * Makefile.in: Regenerate.
1795
1796 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1797
1798 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1799 * configure: Regenerate.
1800 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1801 * gcc/Makefile.tpl (compare): Use the result of the test.
1802 * gcc/Makefile.in: Regenerate.
1803
1804 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
1805
1806 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1807 Always relocate gcc and prev-gcc to the original names, even
1808 if the build fails.
1809 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1810 New targets.
1811
1812 2004-04-23 Laurent GUERBY <laurent@guerby.net>
1813
1814 * MAINTAINERS: Update my email address.
1815
1816 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1817
1818 * configure.in (mips*-*-irix5*): Enable ld.
1819 * configure: Regenerate.
1820
1821 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1822
1823 * configure: Regenerate.
1824
1825 2004-04-15 James E Wilson <wilson@specifixinc.com>
1826
1827 * Makefile.tpl (configure-[+module+], configure-gcc,
1828 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1829 Set and export LDFLAGS.
1830 * Makefile.in: Regenerate.
1831
1832 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
1833
1834 * MAINTAINERS: Add myself to write-after-approval.
1835
1836 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1837
1838 PR bootstrap/14871
1839 * Makefile.tpl: If we don't have built-in-tree target tools,
1840 use the ones found by configure rather than hacking around with
1841 program_transform_name.
1842 * configure.in: Give Makefile.tpl the information necessary
1843 to do that.
1844 * Makefile.in: Regenerate.
1845 * configure: Regenerate.
1846
1847 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
1848
1849 PR bootstrap/14760
1850 * configure.in: When computing baseargs, strip *all* copies of
1851 offending options. Also, don't match/substitute the trailing space,
1852 so that this actually works when two similar options are separated by
1853 only one space.
1854 * configure: Regenerate.
1855
1856 2004-04-06 David Edelsohn <edelsohn@gnu.org>
1857
1858 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1859 (rs6000-*-aix*): Same.
1860 * configure: Regenerate.
1861
1862 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
1863
1864 * MAINTAINERS: Add myself to write-after-approval.
1865
1866 2004-04-03 Bud Davis <bdavis9659@comcast.net>
1867
1868 * MAINTAINERS: Add myself to write-after-approval.
1869
1870 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
1871
1872 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1873 STRICT_WARN, WARN_CFLAGS flags passed down to make.
1874 * Makefile.in: Regenerate.
1875
1876 * configure.in (top level bootstrap support): Rework --enable-werror
1877 to set @stage2_werror_flag@.
1878 * configure: Regenerate.
1879 * Makefile.tpl (top level bootstrap support): Pass
1880 @stage2_werror_flag@ down to configure in stages 2 and 3.
1881 * Makefile.in: Regenerate.
1882
1883 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
1884
1885 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1886 for stages 2 and 3 as well as in make. As a consequence, remove
1887 OUTPUT_OPTION (now detected by configure) from the flags passed down
1888 to make.
1889 * Makefile.in: Regenerate.
1890
1891 * Makefile.tpl (new-bootstrap): Fix typo.
1892 * Makefile.in: Regenerate.
1893
1894 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
1895
1896 * Makefile.tpl: Rearrange by moving recursive_targets rules
1897 into their proper sections.
1898 * Makefile.tpl (top level bootstrap support): Move disabling
1899 of coverage flags from 'make' to 'configure'; improve comments.
1900 * Makefile.in: Regenerate.
1901
1902 * Makefile.tpl (experimental top level bootstrap) Move stage1
1903 language setting from all- target to configure- target; disable
1904 intermodule optimization in stage 1; prevent gratuitous rebuilds
1905 of stage 1.
1906 * Makefile.in: Regenerate.
1907 * configure.in: Comma-separate stage 1 language list for top
1908 level bootstrap.
1909 * configure: Regenerate.
1910
1911 * Makefile.tpl: Clean up experimental top level bootstrap support:
1912 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1913 prev-gcc in configure- targets as well as all- targets.
1914 * Makefile.in: Regenerate.
1915
1916 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
1917
1918 * compile: New file imported from automake.
1919
1920 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
1921
1922 * configure.in: Remove symbolic link section.
1923 * configure: Regenerate.
1924 * Makefile.tpl (links): Remove.
1925 * Makefile.in: Regenerate.
1926
1927 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
1928 Nathanael Nerode <neroden@gcc.gnu.org>
1929
1930 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1931 Set with AC_CHECK_PROGS.
1932 * configure.in: Fix comment typo from last patch.
1933 * configure: Regenerate.
1934
1935 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
1936
1937 * Makefile.tpl: Introduce experimental top level bootstrap support.
1938 * Makefile.in: Regenerate.
1939 * configure.in: Introduce support for top level bootstrap.
1940 * configure: Regenerate.
1941
1942 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
1943 Paolo Bonzini <bonzini@gnu.org>
1944
1945 PR bootstrap/14522
1946 * configure.in: Cope with shells that do not support unquoted ^
1947 * configure: Regenerate.
1948
1949 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
1950 Paolo Bonzini <bonzini@gnu.org>
1951
1952 PR bootstrap/14522
1953 * configure.in: Cope with shells that do not support nesting
1954 quotes inside quoted backquote substitutions.
1955 * configure: Regenerate.
1956
1957 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
1958
1959 PR bootstrap/14522
1960 * configure.in: Fix escaping of $.
1961 * configure: Regenerate.
1962
1963 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
1964
1965 * configure: Regenerate, since I forgot to while committing Paolo's
1966 changes.
1967
1968 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
1969
1970 PR ada/14131
1971 Move language detection to the top level.
1972 * configure.in: Find default values for the tools as
1973 soon as possible. Disable ada if GNAT is not found.
1974 Emit error message about missing languages. Expand
1975 --enable-languages=all for the gcc subdirectory.
1976
1977 2004-03-10 Ben Elliston <bje@gnu.org>
1978
1979 * MAINTAINERS: Update my email address.
1980
1981 2004-03-05 David Edelsohn <edelsohn@gnu.org>
1982
1983 * ltconfig: Disable building static libraries if building shared
1984 libraries on AIX 5L.
1985
1986 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
1987
1988 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1989 and disable libgcj.
1990 * configure: Regenerated.
1991
1992 2004-03-01 Brian Booth <bbooth@redhat.com>
1993
1994 * MAINTAINERS: Add myself to write-after-approval.
1995
1996 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
1997
1998 * MAINTAINERS: Add myself to write-after-approval.
1999
2000 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2001
2002 PR bootstrap/7087
2003 * Makefile.tpl: Guard XFOO sed statements better.
2004 * Makefile.tpl: Add dependency for configure-target-libada.
2005 * Makefile.in: Regenerate (incidentally fixes broken
2006 commit when libada-branch was merged).
2007
2008 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
2009
2010 * MAINTAINERS: Add myself to write-after-approval.
2011
2012 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
2013
2014 * MAINTAINERS: Add Nicola Pero and myself as libobjc
2015 maintainers.
2016
2017 2004-02-20 Andrew Cagney <cagney@redhat.com>
2018
2019 * config.guess: Update from version 2003-10-16 to 2004-02-16.
2020 * config.sub: Update from version 2003-11-03 to 2004-02-16.
2021
2022 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
2023
2024 PR bootstrap/11932
2025 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2026
2027 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
2028
2029 * MAINTAINERS: Added myself to write-after-approval.
2030
2031 2004-02-14 Michael Koch <konqueror@gmx.de>
2032
2033 * MAINTAINERS: Added myself to write-after-approval.
2034
2035 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
2036
2037 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
2038 some OS port maintainers to OS port maintainers section.
2039
2040 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
2041
2042 * MAINTAINERS: Add self.
2043
2044 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
2045
2046 * MAINTAINERS: Alphabetize.
2047
2048 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
2049
2050 * MAINTAINERS: Remove myself.
2051
2052 2004-02-11 David Edelsohn <edelsohn@gnu.org>
2053
2054 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2055 (rs6000-*-aix*): Same.
2056 * configure: Regenerate.
2057
2058 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
2059
2060 * configure.in (host): Add in missing $noconfigdirs to defines.
2061 * configure: Regenerate.
2062
2063 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
2064 Nathanael Nerode <neroden@gcc.gnu.org>
2065
2066 PR ada/6637, PR ada/5911
2067 Merge with libada-branch:
2068 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2069 with appropriate dependencies. Add --enable-libada configure switch.
2070 * configure, Makefile.in: Regenerate.
2071
2072 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
2073
2074 * MAINTAINERS: Add myself to write-after-approval.
2075
2076 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2077
2078 * configure.in: Don't pass --with-stabs on IRIX 5 either.
2079 * configure: Regenerate.
2080
2081 2004-02-04 Geoffrey Keating <geoffk@apple.com>
2082
2083 Merge from upstream:
2084
2085 * ltmain.in: When setting IFS to '~', be careful about user
2086 arguments that contain '~'.
2087
2088 2004-02-04 Peter O'Gorman <peter@pogma.com>
2089
2090 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2091 Also test $base_compile against $CC with escaped arguments. Bug
2092 reported by Geoff Keating <geoffk@apple.com>.
2093
2094 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
2095
2096 * MAINTAINERS: Remove i960 port.
2097
2098 2004-01-23 DJ Delorie <dj@redhat.com>
2099
2100 * Makefile.def (target_modules) [libiberty]: Don't stage.
2101 * Makefile.in: Rebuilt.
2102
2103 2004-01-20 Caroline Tice <ctice@apple.com>
2104
2105 * MAINTAINERS: Add myself to write-after-approval.
2106
2107 2004-01-19 Paolo Carlini <pcarlini@suse.de>
2108
2109 * MAINTAINERS: Update my email address.
2110
2111 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
2112
2113 * MAINTAINERS: Add myself to write-after-approval.
2114
2115 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2116
2117 * MAINTAINERS: Remove entries without email address.
2118
2119 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
2120
2121 * MAINTAINERS: Add myself to write-after-approval.
2122
2123 2004-01-15 Steven Bosscher <stevenb@suse.de>
2124
2125 * MAINTAINERS: Update my email address.
2126
2127 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
2128
2129 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2130 * Makefile.tpl (configure-target-[+module+]): Support stage.
2131 * Makefile.in: Rebuilt.
2132
2133 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2134
2135 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2136
2137 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
2138
2139 * MAINTAINERS: Add myself as a MIPS maintainer.
2140
2141 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
2142
2143 * configure.in: Use ./config.cache, not config.cache.
2144 * configure: Regenerate.
2145 * Makefile.tpl: Special-casing not needed for GCC any more.
2146 * Makefile.in: Regenerate.
2147
2148 * configure.in: Don't share a cache file for host dirs.
2149 * configure: Regenerate.
2150
2151 * config-ml.in: Don't mess with the cache file.
2152
2153 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2154
2155 * MAINTAINERS: Move myself from 'Write After Approval' to
2156 'CPU Port Maintainers' section as SPARC maintainer.
2157
2158 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
2159
2160 * Makefile.tpl: Make GCC use a separate config.cache.
2161 * Makefile.in: Regenerate.
2162
2163 PR bootstrap/11932, PR bootstrap/11933
2164 (I don't know if it will fix either of them, but it relates
2165 to them.)
2166 * configure.in: Don't use shared config.cache for target
2167 directories.
2168 * configure: Regenerate.
2169
2170 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
2171
2172 * MAINTAINERS: Add myself to 'Write After Approval' section.
2173
2174 2003-12-31 Roger Sayle <roger@eyesopen.com>
2175
2176 * configure.in (ia64*-*-hpux*): Disable building java libraries.
2177 * configure: Regenerated.
2178
2179 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
2180
2181 * MAINTAINERS: Remove the mn10200 maintainer.
2182
2183 2003-12-21 Bernardo Innocenti <bernie@develer.com>
2184
2185 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2186 * configure: Regenerated.
2187
2188 2003-12-16 Jan Hubicka <jh@suse.cz>
2189
2190 * MAINTAINERS: Add myself as callgraph maintainer.
2191
2192 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
2193
2194 * configure.in (raw_libstdcxx_flags): Remove the leading space.
2195 * configure: Regenerate.
2196
2197 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2198
2199 * MAINTAINERS: Move myself from 'Bug database only accounts' to
2200 'Write After Approval' section. Update email.
2201
2202 2003-12-01 James Lemke <jim@wasabisystems.com>
2203
2204 * MAINTAINERS (Write After Approval): Add myself.
2205
2206 2003-11-20 Matt Thomas <matt@3am-software.com>
2207
2208 * MAINTAINERS: Add myself as a vax port maintainer.
2209
2210 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
2211
2212 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2213 (configure-build-[+module+], configure-[+module+]): Likewise.
2214 (configure-target-[+module+], configure-gcc, config.status): Likewise.
2215 * Makefile.in: Regenerate.
2216
2217 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
2218
2219 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
2220 shared/dylibed libraries.
2221 * ltmain.sh: Likewise.
2222 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
2223 * ltcf-cxx.sh: Likewise.
2224 * ltcf-gcj.sh: Likewise.
2225 * ltconfig: Likewise.
2226
2227 2003-11-17 Stan Cox <scox@redhat.com>
2228
2229 * MAINTAINERS: Add myself as iq2000 port maintainer.
2230
2231 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
2232
2233 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2234 * Makefile.in: Regenerate.
2235
2236 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
2237
2238 * config.sub: Update to 2003-11-03 version.
2239
2240 2003-10-20 Phil Edwards <phil@codesourcery.com>
2241
2242 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
2243 * configure: Regenerate.
2244
2245 2003-10-20 Nicolas Pitre <nico@cam.org>
2246
2247 * MAINTAINERS: Add myself to 'Write After Approval' section.
2248
2249 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
2250
2251 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2252
2253 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
2254
2255 * MAINTAINERS: Update my email address.
2256
2257 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2258
2259 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
2260
2261 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
2262
2263 * MAINTAINERS: Add myself to 'Write After Approval' section.
2264
2265 2003-10-16 Bernardo Innocenti <bernie@develer.com>
2266
2267 * config.guess: Update to 2003-10-16 version.
2268 * config.sub: Update to 2003-10-16 version.
2269
2270 2003-10-15 David Daney <ddaney@avtrex.com>
2271
2272 * MAINTAINERS: Added myself to 'Write After Approval' section.
2273
2274 2003-10-15 Falk Hueffner <falk@debian.org>
2275
2276 * MAINTAINERS: Move myself from 'Bug database only accounts' to
2277 'Write After Approval' section. Update email.
2278
2279 2003-10-14 Roger Sayle <roger@eyesopen.com>
2280
2281 * MAINTAINERS: Move myself from 'Write After Approval' to
2282 'Various Maintainers' section as middle-end maintainer.
2283
2284 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
2285
2286 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2287 HOST_FLAGS_TO_PASS.
2288 * Makefile.in: Regenerate.
2289
2290 2003-10-11 Bernardo Innocenti <bernie@develer.com>
2291
2292 * config.guess: Update to 2003-10-07 version.
2293 * config.sub: Update to 2003-10-07 version.
2294
2295 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2296
2297 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
2298 * ltconfig (irix5*, irix6*): Don't override version_type.
2299
2300 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
2301
2302 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2303 * configure: Rebuilt
2304 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2305 * Makefile.in: Rebuilt
2306
2307 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
2308
2309 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2310
2311 2003-09-30 Carlo Wood <carlo@alinoe.com>
2312
2313 * MAINTAINERS (Write After Approval): Add myself.
2314
2315 2003-09-29 Paul Koning <ni1d@arrl.net>
2316
2317 * MAINTAINERS: Move myself from "Write After Approval"
2318 to CPU platform maintainers for pdp11 platform.
2319
2320 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
2321
2322 * MAINTAINERS: Move myself from 'Write After Approval' to
2323 'Various Maintainers' section as libffi testsuite maintainer.
2324
2325 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
2326
2327 * configure.in: Pass a computed --program-transform-name
2328 to subconfigures.
2329 * configure: Regenerated.
2330
2331 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2332
2333 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2334 * Makefile.in: Regenerate.
2335
2336 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2337 * Makefile.in: Regenerate.
2338
2339 2003-09-19 Ziemowit Laski <zlaski@apple.com>
2340
2341 * MAINTAINERS: Move myself from 'Write After Approval'
2342 to 'Various Maintainers' (objective-c) section.
2343
2344 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
2345
2346 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2347 quoting.
2348 * configure: Regenerated.
2349
2350 2003-09-16 Joel Brobecker <brobecker@gnat.com>
2351
2352 * MAINTAINERS (Write After Approval): Add myself to write after
2353 approval list.
2354
2355 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
2356
2357 * MAINTAINERS (Write After Approval): Add myself.
2358
2359 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2360
2361 * MAINTAINERS: Update my e-mail address.
2362
2363 2003-09-09 Alan Modra <amodra@bigpond.net.au>
2364
2365 * libtool.m4 (LD): Correct powerpc64 host match.
2366
2367 2003-09-06 James E Wilson <wilson@tuliptree.org>
2368
2369 * MAINTAINTERS: Update my affiliation and email address.
2370
2371 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2372
2373 * MAINTAINERS (Write After Approval): Add myself.
2374
2375 2003-09-04 DJ Delorie <dj@redhat.com>
2376
2377 * configure: Regenerate.
2378
2379 2003-09-04 Robert Millan <robertmh@gnu.org>
2380
2381 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2382
2383 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2384
2385 * configure.in: Ensure arguments to sed are properly spaced.
2386 * configure: Regenerate.
2387
2388 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2389
2390 * MAINTAINERS: Update my e-mail address.
2391
2392 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
2393
2394 * MAINTAINERS (Write After Approval): Add myself.
2395
2396 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
2397
2398 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2399 * configure: Regenerated.
2400
2401 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
2402
2403 * MAINTAINERS: Update my email address.
2404
2405 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
2406
2407 * configure.in: Use newline instead of semicolon when assuming
2408 shell arguments in a for loop.
2409 * configure: Regenerated.
2410
2411 2003-08-22 Jason Eckhardt <jle@rice.edu>
2412
2413 * MAINTAINERS: Resurrect the i860 maintainer.
2414
2415 2003-08-20 Geoffrey Keating <geoffk@apple.com>
2416
2417 PR 8180
2418 * configure.in: When testing with_libs and with_headers, treat
2419 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
2420 * configure: Regenerate.
2421
2422 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2423 make, shell, etc.
2424 (baseargs): Likewise.
2425 * configure: Regenerate.
2426
2427 2003-08-20 Bernardo Innocenti <bernie@develer.com>
2428
2429 * MAINTAINERS (Write After Approval): Add myself.
2430
2431 2003-08-19 Geoffrey Keating <geoffk@apple.com>
2432
2433 * configure.in: Disable libgcj for darwin not on powerpc.
2434 * configure: Rebuild.
2435
2436 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
2437
2438 * config-ml.in, symlink-tree: Add license.
2439
2440 2003-08-03 Richard Stallman <rms@gnu.org>
2441 Eben Moglen <moglen@columbia.edu>
2442
2443 * README.SCO: New file.
2444
2445 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
2446
2447 * Makefile.tpl (check, check-c++): Express dependencies using
2448 dependencies rather than commands.
2449 * Makefile.in: Regenerate.
2450
2451 2003-08-01 Andrew Cagney <cagney@redhat.com>
2452
2453 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2454 * configure: Ditto.
2455
2456 2003-07-31 Geoffrey Keating <geoffk@apple.com>
2457
2458 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2459 * Makefile.in: Update.
2460
2461 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
2462
2463 * configure.in: Enable libgcj for darwin.
2464 * configure: Rebuild.
2465
2466 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
2467
2468 * config-ml.in: Use ac_configure_args directly instead of
2469 ml_arguments. Only set ml_norecursion if --no[-]recursion is
2470 actually seen.
2471
2472 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
2473
2474 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2475 creating target and build subdirs to build all parent dirs as needed.
2476 * Makefile.in: Rebuild.
2477 * configure.in: Don't build dirs explicitly here.
2478 * configure: Rebuild.
2479
2480 2003-07-26 Paul Brook <paul@nowt.org>
2481
2482 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
2483
2484 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
2485
2486 * Makefile.tpl (all-make): Depend on intl.
2487 * Makefile.in: Rebuilt.
2488
2489 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
2490
2491 * install-sh: Update to newer upstream versions (associated with
2492 aclocal 1.7).
2493 * mkinstalldirs: Likewise.
2494 * missing: Likewise, plus $1Help2man -> $1 typo fix.
2495
2496 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
2497
2498 * MAINTAINERS: Move self from Bug database only accounts
2499 to write-after-approval.
2500
2501 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2502
2503 * config.if: Remove unused libc_interface determination.
2504
2505 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
2506
2507 * MAINTAINERS: Move self from write-after-approval to
2508 build machinery (*.in).
2509
2510 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
2511
2512 PR bootstrap/11273
2513 PR bootstrap/11408
2514 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
2515 unused INSTALL_PROGRAM_ARGS.
2516 * configure.in: Use AC_PROG_INSTALL.
2517 * Makefile.in: Regenerate.
2518 * configure: Regenerate.
2519
2520 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
2521
2522 * MAINTAINERS: Alphabetize.
2523
2524 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
2525
2526 * configure: Rebuilt.
2527 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
2528 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2529 newlib nor libgloss.
2530 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
2531 * configure.in (am33_2.0-*-linux*): Added.
2532
2533 2003-07-09 Bob Wilson <bob.wilson@acm.org>
2534
2535 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2536 * configure: Regenerate.
2537
2538 2003-07-07 Zack Weinberg <zack@codesourcery.com>
2539
2540 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
2541 * Makefile.in: Regenerate.
2542
2543 2003-07-04 Zack Weinberg <zack@codesourcery.com>
2544
2545 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
2546 * Makefile.in: Regenerate.
2547
2548 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
2549
2550 * Makefile.tpl: Replace PWD with PWD_COMMAND.
2551 * Makefile.in: Regenerated.
2552
2553 * config-ml.in: Replace PWD with PWD_COMMAND.
2554
2555 2003-07-04 Zack Weinberg <zack@codesourcery.com>
2556
2557 * intl: New directory; see intl/ChangeLog for details.
2558 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
2559 * Makefile.tpl: all-gcc depends on maybe-all-intl.
2560 * Makefile.in: Regenerate.
2561
2562 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
2563
2564 * configure.in: Clean up config-lang.in handling. Delete
2565 useless assignment to "subdirs".
2566 * configure: Regenerate.
2567
2568 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
2569
2570 * configure.in: Rename 'target_libs' to 'target_libraries'.
2571 Remove useless reference to 'target_libs'.
2572 * configure: Regenerate.
2573
2574 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
2575
2576 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2577 * Makefile.in: Regenerate.
2578
2579 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
2580
2581 * Makefile.def: Introduce flags_to_pass.
2582 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2583 * Makefile.in: Regenerate.
2584
2585 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
2586
2587 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2588 and target-libgloss.
2589 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2590 <h8300*-*-*>: Disable libf2c and ${libgcj}.
2591 * configure: Regenerate.
2592
2593 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
2594
2595 * configure.in: Update testsuite_flags to new location.
2596 * configure. Regenerate.
2597
2598 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
2599
2600 * Makefile.tpl: Remove BUILD_CC stuff.
2601 * Makefile.in: Regenerate.
2602
2603 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
2604
2605 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
2606
2607 2003-06-16 Graeme Peterson <gp@qnx.com>
2608
2609 * MAINTAINERS (Write After Approval): Add myself.
2610
2611 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
2612
2613 * config.guess: Update to 2003-06-12 version.
2614 * config.sub: Update to 2003-06-13 version.
2615
2616 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
2617
2618 * config.guess: Update to 2003-06-06 version.
2619 * config.sub: Update to 2003-06-06 version.
2620
2621 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2622
2623 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2624 * configure. Regenerate.
2625
2626 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2627
2628 * configure.in: Disable serial configure by default.
2629 * configure: Regenerate.
2630 * Makefile.tpl: Abolish .NOTPARALLEL.
2631 * Makefile.in: Regenerate.
2632
2633 * Makefile.tpl: Replace {build,host,target}_canonical by
2634 {build,host,target}.
2635 * Makefile.in: Regenerate.
2636
2637 * Makefile.tpl: Fix stupid pasto.
2638 * Makefile.in: Regenerate.
2639
2640 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2641
2642 * Makefile.tpl: Remove bogus conditional.
2643 * Makefile.in: Regenerate.
2644
2645 2003-06-05 Jan Hubicka <jh@suse.cz>
2646
2647 * Makefile.tpl (profiledbootstrap): New target.
2648 * Makefile.in (profiledbootstrap): New target.
2649
2650 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
2651
2652 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
2653 Pinski. Remove user names from other bugzilla-only maintainers.
2654
2655 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
2656
2657 * Makefile.tpl: Make 'recursive targets' using autogen rather
2658 than shell loop. Remove duplicate 'clean' targets and false
2659 comments.
2660 * Makefile.def: Add systematic dependencies to 'recursive' targets.
2661 Add systematic method of specifying missing targets in subdirs.
2662 Add copyright boilerplate.
2663 * Makefile.in: Regenerate.
2664 * configure.in: Add 'recursive targets' to maybe list.
2665 * configure: Regenerate.
2666
2667 * MAINTAINERS: "GNATS only" -> "Bug database only".
2668
2669 * Makefile.tpl: Rename [+target+] to [+make_target+].
2670 * Makefile.def: Rename 'target' to 'make_target'.
2671
2672 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
2673
2674 * MAINTAINERS: Add self as options handling maintainer.
2675
2676 2003-05-28 Michael Meissner <gnu@the-meissners.org>
2677
2678 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
2679 been too long since I touched those ports.
2680
2681 2003-05-28 DJ Delorie <dj@redhat.com>
2682
2683 * Makefile.tpl: Make maybe-check-gcc .PHONY.
2684 * Makefile.in: Regenerate.
2685
2686 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2687
2688 * configure.in: Use curly braces in the definition of tooldir.
2689 * configure: Regenerate.
2690
2691 2003-05-21 DJ Delorie <dj@redhat.com>
2692
2693 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2694 newlib or libgloss.
2695 * Makefile.in: Regenerate.
2696
2697 2003-05-21 DJ Delorie <dj@redhat.com>
2698
2699 * Makefile.tpl: Add missing empty maybe-check-gcc target.
2700 * Makefile.in: Regenerate.
2701
2702 2003-05-20 Ian Lance Taylor <ian@airs.com>
2703
2704 * MAINTAINERS: Update my e-mail address.
2705
2706 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
2707
2708 * configure.in: Switch more things to use maybe dependencies.
2709 * Makefile.tpl: Switch more things to use maybe dependencies.
2710 Factor out common code from autogen IF statements.
2711 * configure: Regenerate.
2712 * Makefile.in: Regenerate.
2713
2714 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
2715
2716 * configure.in: Accept i[3456789]86 for machine type.
2717 * configure: Regenerate.
2718
2719 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2720
2721 * configure.in: Switch more things to use maybe dependencies.
2722 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
2723 * configure: Regenerate.
2724 * Makefile.tpl: Switch more things to use maybe dependencies.
2725 * Makefile.in: Regenerate.
2726
2727 2003-05-16 Andreas Schwab <schwab@suse.de>
2728
2729 * Makefile.tpl (install-opcodes): Define.
2730 * Makefile.in: Rebuild.
2731
2732 2003-05-13 Andreas Jaeger <aj@suse.de>
2733
2734 * config.guess: Update to 2003-05-09 version.
2735 * config.sub: Update to 2003-05-09 version.
2736
2737 2003-05-13 Michael Eager <eager@mvista.com>
2738
2739 * configure.in: Correct sed script so that options in quotes are not
2740 deleted.
2741 * configure: Rebuild.
2742
2743 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
2744
2745 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2746 and $$s/newlib/libc/sys/cygwin32 include paths.
2747 * configure: Ditto.
2748
2749 2003-05-12 Michael Meissner <gnu@the-meissners.org>
2750
2751 * MAINTAINERS: Update my email addresses.
2752
2753 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
2754
2755 * config-ml.in: Propagate INSTALL variables.
2756
2757 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2758
2759 * MAINTAINERS: Remove duplicate entries in Write After Approval.
2760
2761 2003-05-02 Chris Demetriou <cgd@broadcom.com>
2762
2763 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2764 * Makefile.in: Regenerate.
2765
2766 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
2767
2768 * MAINTAINERS (GNATS only): Add Falk Hueffner.
2769
2770 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
2771
2772 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
2773
2774 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2775
2776 * Makefile.tpl: Clean $(BUILD_SUBDIR).
2777 * Makefile.in: Regenerated.
2778
2779 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
2780
2781 * MAINTAINERS (Write After Approval): Upgrade myself from
2782 GNATS only to write-after-approval. Update my mail address.
2783
2784 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
2785
2786 (OS Port Maintainers: freebsd): Add myself.
2787
2788 2003-04-22 Mark Mitchell <mark@codesourcery.com>
2789
2790 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
2791
2792 2003-04-22 Kean Johnston <jkj@sco.com>
2793
2794 * MAINTAINERS (SCO ports): Added myself.
2795
2796 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
2797
2798 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
2799
2800 2003-04-19 Kean Johnston <jkj@sco.com>
2801
2802 * MAINTAINERS (Write After Approval): Add myself.
2803
2804 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2805
2806 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2807 * Makefile.in: Regenerate.
2808
2809 2003-04-18 Jakub Jelinek <jakub@redhat.com>
2810
2811 * configure.in (powerpc64*-*-linux*): Remove.
2812 * configure: Rebuilt.
2813
2814 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
2815
2816 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
2817 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2818 and restrap.
2819 * Makefile.in: Regenerate.
2820
2821 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
2822
2823 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2824 * configure: Regenerated.
2825
2826 2003-04-15 DJ Delorie <dj@redhat.com>
2827
2828 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
2829
2830 2003-04-13 Nick Clifton <nickc@redhat.com>
2831
2832 * config-ml.in: Remove support for --disable-aix removing
2833 call-aix multilibs.
2834
2835 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
2836
2837 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2838 * */configure: Rebuilt.
2839
2840 2003-04-08 Joel Sherrill <joel@oarcorp.com>
2841
2842 * MAINTAINERS: Add my email address.
2843
2844 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
2845
2846 * MAINTAINERS (Write After Approval): Add myself.
2847
2848 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
2849
2850 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2851 * Makefile.in: Regenerate.
2852
2853 2003-03-14 Michael Chastain <mec@shout.net>
2854
2855 * Makefile.in: Regenerate with correct Makefile.def.
2856
2857 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
2858
2859 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
2860 Make macro.
2861 * Makefile.in: Regenerate.
2862 * configure.in: Clean up gxx_include_dir logic.
2863 * configure: Regenerate.
2864
2865 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
2866
2867 * MAINTAINERS (Write After Approval): Add myself.
2868
2869 2003-03-10 Ben Elliston <bje@wasabisystems.com>
2870
2871 * MAINTAINERS: Update my mail address.
2872
2873 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2874
2875 * configure.in (gxx_include_dir): Fix typo.
2876 * configure: Regenerated.
2877
2878 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2879
2880 * Makefile.tpl: Reindent.
2881 * Makefile.in: Regenerate.
2882 * configure.in: Reindent. Don't set unused variables.
2883 * configure: Regenerate.
2884
2885 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
2886
2887 * configure.in: Include $(build_tooldir)/sys-include in
2888 FLAGS_FOR_TARGET.
2889 * configure: Regenerated.
2890
2891 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2892
2893 * Makefile.tpl: Always pass down RANLIB.
2894 * Makefile.in: Regenerate.
2895
2896 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2897 * Makefile.in: Regenerate.
2898 * configure.in: Remove unused logic relating to --enable-shared
2899 and --enable-threads. Remove bogus comments. Remove redundant
2900 noconfigdirs.
2901 * configure: Regenerate.
2902
2903 * configure.in: Replace ${libstdcxx_version} by its value.
2904 Remove reference to mh-dgux.
2905 * configure: Regenerate.
2906
2907 2003-03-03 Kevin Buettner <kevinb@redhat.com>
2908
2909 * MAINTAINERS (Write After Approval): Add myself.
2910
2911 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2912
2913 * Makefile.tpl: Rearrange.
2914 * Makefile.in: Regenerate.
2915
2916 2003-02-25 Uwe Stieber <uwe@wwws.de>
2917
2918 * configure.in: Add support for kaOS as cross build target system.
2919 * configure: Regenerated.
2920
2921 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
2922
2923 * MAINTAINERS (Write after approval): Add myself.
2924
2925 2003-02-21 James E Wilson <wilson@tuliptree.org>
2926
2927 * MAINTAINERS: Update my email address.
2928
2929 2003-02-21 Zack Weinberg <zack@codesourcery.com>
2930
2931 * MAINTAINERS: Add self to blanket write privs. section.
2932
2933 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
2934
2935 * Makefile.tpl: Add definition of CPPFLAGS to pass into
2936 configure-target-* as some target builds may require additional
2937 flags for preprocessor tests.
2938 * Makefile.in: Regenerated.
2939
2940 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
2941
2942 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2943 * ltconfig: Handle it.
2944 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2945 auto-detecting it.
2946
2947 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2948 it is used as argument to $CC.
2949 * ltcf-gcj.sh: Likewise.
2950
2951 * configure.in: Introduce --enable-maintainer-mode.
2952 * configure: Rebuilt.
2953 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2954 for maintainer mode.
2955 * Makefile.in: Rebuilt.
2956
2957 2003-02-18 Jason Merrill <jason@redhat.com>
2958
2959 * Makefile.tpl (check-c++): Allow parallelism.
2960
2961 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2962
2963 * MAINTAINERS: Remove John Carr (who never actually had access to
2964 gcc.gnu.org).
2965
2966 2003-02-15 Geoffrey Keating <geoffk@apple.com>
2967
2968 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2969 don't configure target-libobjc.
2970 * configure: Regenerate.
2971
2972 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2973
2974 * Makefile.tpl (RANLIB): Define.
2975 * Makefile.in: Regenerate.
2976
2977 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
2978
2979 * MAINTAINERS: Update my email.
2980
2981 2003-02-06 Keith R Seitz <keiths@redhat.com>
2982
2983 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2984 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2985 * Makefile.in: Regenerated.
2986 * configure.in: Remove all traces of snavigator, db, and grep.
2987 * configure: Regenerated.
2988
2989 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2990
2991 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
2992 After Approval.
2993
2994 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2995
2996 * MAINTAINERS (Write after approval): Add myself.
2997
2998 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
2999
3000 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3001 * Makefile.in: Regenerated.
3002
3003 2003-01-30 Roger Sayle <roger@eyesopen.com>
3004
3005 * config.guess: Updated to 2003-01-30's version.
3006 * config.sub: Updated to 2003-01-28's version.
3007
3008 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
3009
3010 * config.if: If gcc_version is already set, just use it. Don't set
3011 gcc_version_trigger if it's already set, otherwise set it to
3012 gcc/version.c, but only if the file exists. If it is not set and
3013 gcc/version.c does not exist, try to extract the version number from
3014 $CC.
3015
3016 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
3017
3018 * MAINTAINERS: Add myself to write-after-approval list.
3019
3020 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
3021
3022 * configure.in: Revert 24Jan change.
3023 * configure: Regenerate.
3024
3025 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3026
3027 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
3028 entry of HJ Lu.
3029
3030 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3031
3032 * configure.in: Revert previous change.
3033 * configure: Regenerate.
3034
3035 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3036
3037 * configure.in: Make rda native-only.
3038 * configure: Regenerate.
3039
3040 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3041
3042 * MAINTAINERS: Move myself from GNATS-only-accounts to
3043 write-after-approval.
3044
3045 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
3046
3047 * configure.in: Add missing \.
3048 * configure: Rebuilt.
3049
3050 2003-01-17 Jakub Jelinek <jakub@redhat.com>
3051
3052 * configure.in (baseargs): Avoid using \| in sed regular
3053 expressions.
3054 * configure: Rebuilt.
3055
3056 2003-01-16 Jakub Jelinek <jakub@redhat.com>
3057
3058 * configure.in (baseargs): Remove all supported forms of
3059 --cache-file, --srcdir, --host, --build and --target options
3060 from argument lists.
3061 * configure: Rebuilt.
3062
3063 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
3064
3065 * MAINTAINERS: Add myself to write-after-approval list.
3066
3067 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
3068
3069 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3070 * configure: Rebuilt.
3071
3072 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
3073
3074 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3075 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3076 * Makefile.in: Regenerate.
3077 * configure: Regenerate.
3078
3079 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
3080
3081 * configure.in: Remove Makefile in build, host and target modules
3082 unless configure was run with --no-recursion.
3083 * configure: Rebuilt.
3084
3085 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3086
3087 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3088 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3089 * Makefile.in: Regenerate.
3090
3091 2003-01-08 Chris Demetriou <cgd@broadcom.com>
3092
3093 * config.guess: Update to 2003-01-03 version.
3094 * config.sub: Update to 2003-01-03 version.
3095
3096 2003-01-07 Christopher Faylor <cgf@redhat.com>
3097
3098 * configure: Regenerate with proper autoconf 2.13.
3099
3100 2003-01-07 Christopher Faylor <cgf@redhat.com>
3101
3102 * configure.in: Add AC_PREREQ for consistency.
3103 * configure: Regenerate.
3104
3105 2003-01-06 Andrew Cagney <ac131313@redhat.com>
3106
3107 * configure.in (GDB_TK): Add tcl directories conditional on
3108 gdb/gdbtk directory being present.
3109 * configure: Regenerate.
3110
3111 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
3112
3113 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
3114 by gcc if LD is not defined and we are not doing a Canadian Cross.
3115 * configure: Rebuilt.
3116
3117 2002-12-31 Tom Tromey <tromey@redhat.com>
3118
3119 * Makefile.in: Rebuilt.
3120 * Makefile.def (target_modules) [libffi]: Allow installation.
3121
3122 2002-12-31 Andreas Schwab <schwab@suse.de>
3123
3124 * configure.in: Fix use of $program_transform_name.
3125 * configure: Regenerated.
3126
3127 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
3128
3129 * configure.in (baseargs): Don't remove first configure argument.
3130 * configure: Regenerated.
3131
3132 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
3133
3134 * Makefile.tpl (local-distclean): Don't remove...
3135 (multilib.ts): ... this. Moved into...
3136 (multilib.out): ... this. Don't use sub-make.
3137 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3138 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3139 (configure-build-[+module+], configure-[+module+],
3140 configure-target-[+module+], configure-gcc): ... these. Test
3141 for Makefile existence. Drop config.status from dependencies.
3142 * Makefile.in: Rebuilt.
3143 * configure.in: Move gcc-version-trigger to the end of
3144 ac_configure_args. Add comments to maybedep.tmp and
3145 serdep.tmp. Introduce --disable-serial-configure. Remove
3146 nonopt from baseargs, matching and removing corresponding
3147 whitespace while at it.
3148 * configure: Rebuilt.
3149
3150 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
3151
3152 * configure.in (host_configargs): Replace reference to
3153 no-longer-defined buildopts with --build=${build_alias}.
3154 * configure: Rebuilt.
3155
3156 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
3157 program_transform_name to standard idiom.
3158 (AUTOGEN, AUTOCONF): Define.
3159 (Makefile.in): Use $(AUTOGEN).
3160 (Makefile): Depend on config.status, and use autoconf-style rule to
3161 build it. Move original commands to...
3162 (config.status): ... this new target.
3163 (configure): Add $(srcdir). Depend on config/acx.m4. Use
3164 $(AUTOCONF).
3165 * Makefile.in: Rebuilt.
3166
3167 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
3168
3169 * Makefile.tpl: Fix dramatic bustage due to change in
3170 program_transform_name.
3171 * Makefile.in: Regenerate.
3172
3173 * configure.in: Remove unnecessary PATH setting.
3174 * configure: Regnerate.
3175
3176 * configure.in: Don't default to unprefixed tools unless
3177 the native tools will work.
3178 * configure: Regenerate.
3179
3180 * configure.in: Convert to autoconf script. Blow away lots
3181 of now-redundant Makefile fragments.
3182 * configure: Generate using Autoconf.
3183 * Makefile.tpl: Rewrite to reflect autoconfiscation.
3184 * Makefile.in: Regenerate.
3185
3186 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
3187
3188 * configure: Fix stupid bug where RANLIB was mistakenly included.
3189
3190 * configure.in: Rename (buildargs, hostargs, targargs) to
3191 (build_configargs, host_configargs, target_configargs).
3192
3193 * configure.in: Move logic out of sed statement.
3194
3195 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
3196 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3197
3198 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
3199
3200 * config.sub: Import from master repository
3201 * config.guess: Ditto
3202
3203 2002-12-24 Andreas Schwab <schwab@suse.de>
3204
3205 * Makefile.tpl (multilib.out): Fix missing space.
3206 * Makefile.in: Regenerate.
3207
3208 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
3209
3210 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
3211 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
3212 * Makefile.in: Regenerate.
3213 * configure.in: Remove unnecessary leftovers.
3214
3215 2002-12-21 Geoffrey Keating <geoffk@apple.com>
3216
3217 * configure.in (extra_ranlibflags_for_target): New variable.
3218 (*-*-darwin): Add -c to ranlib commands.
3219 * configure (tooldir): Handle extra_ranlibflags_for_target.
3220
3221 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
3222
3223 * Makefile.tpl: Revert HJL's change.
3224 * Makefile.in: Regenerated.
3225 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3226 always.
3227
3228 2002-12-19 Andreas Schwab <schwab@suse.de>
3229
3230 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3231 * Makefile.in: Regenerate.
3232
3233 2002-12-18 H.J. Lu <hjl@gnu.org>
3234
3235 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3236 * Makefile.in: Regenerated.
3237
3238 * configure.in (build_prefix): New. Substitute.
3239
3240 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
3241
3242 * Makefile.tpl: Don't let real targets depend on phony targets.
3243 * Makefile.in: Regenerate.
3244
3245 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3246 * Makefile.in: Regenerate.
3247
3248 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
3249
3250 * config.sub: Import from master repository
3251 * config.guess: Ditto
3252
3253 2002-12-16 Jason Merrill <jason@redhat.com>
3254
3255 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3256 previous 'make bootstrap'.
3257 * Makefile.in: Regenerate.
3258
3259 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
3260
3261 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3262
3263 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
3264
3265 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3266 * Makefile.in: Regenerate.
3267
3268 2002-12-13 Jason Merrill <jason@redhat.com>
3269
3270 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
3271 library tests.
3272 (check-c++): Just depend on it and check-target-libstdc++-v3.
3273 * Makefile.in: Regenerate.
3274
3275 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
3276
3277 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3278 * Makefile.in: Rebuilt.
3279
3280 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
3281
3282 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
3283
3284 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
3285
3286 * configure: Fix bug put in by gremlins.
3287
3288 * Makefile.tpl: Substitute more autoconfily.
3289 * configure: Substitute more autoconfily.
3290 * Makefile.in: Regenerate.
3291
3292 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
3293
3294 * config.sub: Import from master repository
3295 * config.guess: Ditto
3296 * MAINTAINERS: Added Svein Seldal under write after approval
3297
3298 2002-12-08 Andrew Cagney <ac131313@redhat.com>
3299
3300 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3301 * Makefile.in (all-sim): Ditto.
3302
3303 2002-12-06 DJ Delorie <dj@redhat.com>
3304
3305 * Makefile.tpl: Change configure dependencies to not have real
3306 targets depend on phony targets.
3307
3308 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
3309
3310 * configure.in: Revert unintentional change.
3311
3312 * Makefile.tpl: Change dependency for */multilib.out so that
3313 it works when gcc isn't in the tree.
3314
3315 * configure.in: Substitute more.
3316 * configure: Run subconfigures from the Makefile.
3317 * Makefile.tpl: Run subconfigures from the Makefile; add a few
3318 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
3319
3320 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3321
3322 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
3323
3324 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
3325
3326 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3327 and corresponding dependencies.
3328 * Makefile.in: Regenerate.
3329
3330 * configure.in (host_tools): Order binutils, gas and ld for
3331 convenience in running the testsuites.
3332
3333 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3334 * Makefile.in: Regenerate.
3335 * configure.in: Introduce rules to serialize subconfigure runs.
3336
3337 * configure.in: Introduce BASE_CC_FOR_TARGET.
3338 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
3339 Realize configure-build-* targets. Realize configure-target-* targets.
3340 * Makefile.in: Regenerate.
3341
3342 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3343
3344 * configure: Move gcc_version_trigger stuff from here...
3345 * configure.in: ...to here.
3346
3347 * configure.in: Separate subconfigure options added by this file from
3348 options given by the user. Add machinery to put args for host
3349 subconfigures into the Makefile.
3350
3351 * Makefile.tpl: Remove 'vault' targets.
3352 * Makefile.tpl: Reorder and comment dependencies.
3353 * Makefile.in: Regenerate.
3354
3355 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3356 * configure.in: Fix my broken commit of previous patch. (sigh)
3357
3358 2002-11-28 Geoffrey Keating <geoffk@apple.com>
3359
3360 * configure.in: Move host-specific darwin noconfigdirs into
3361 the host-specific section.
3362
3363 2002-11-28 Geoffrey Keating <geoffk@apple.com>
3364
3365 * configure.in: Move host-specific darwin noconfigdirs into
3366 the host-specific section.
3367
3368 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
3369
3370 * configure: Remove skip-this-dir support.
3371 * Makefile.tpl: Remove skip-this-dir support.
3372
3373 * Makefile.tpl: Remove leftover support for non-autoconfiscated
3374 subdirectories.
3375 * Makefile.in: Regenerate.
3376
3377 * Makefile.tpl: Strip out useless setting of 'dir'.
3378 * Makefile.in: Regenerate.
3379
3380 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
3381
3382 * configure.in: Fix deeply stupid bug.
3383
3384 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3385 shell code in CXX_FOR_TARGET
3386 * Makefile.def: Introduce raw_cxx.
3387 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3388 RAW_CXX_FOR_TARGET.
3389 * Makefile.in: Regenerate.
3390
3391 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
3392
3393 * Makefile.tpl: Remove unnecessary ifs.
3394 * Makefile.in: Regenerate.
3395
3396 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
3397 dependencies. Maybe-ize build-libiberty. Create dummy install
3398 targets for 'no_install' modules.
3399 * configure: Move GDB_TK substitution to configure.in. Move
3400 build_modules stuff to configure.in.
3401 * configure.in: Implement soft dependency machinery. Maybe-ize
3402 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
3403 * Makefile.in: Regenerate.
3404
3405 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
3406
3407 * Makefile.tpl: Make all-target, install-target behave similarly
3408 to all, install (only hitting configured targets). Eliminate
3409 unused macro defintions.
3410
3411 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3412 build != host.
3413
3414 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3415
3416 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3417
3418 * configure.in: Produce lists of subdir targets we're actually
3419 configuring. Remove references to "dosrel".
3420 * Makefile.tpl: Let configure set which subdir targets are hit.
3421 Remove install-cross; clean up install; remove ALL. Remove
3422 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
3423 Autogenerate host module targets. Remove empty dependency lines
3424 and redundant dependency; rearrange slightly.
3425 * Makefile.def: Add host-side libtermcap, utils.
3426
3427 * Makefile.in: Regenerate.
3428
3429 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3430
3431 * ltconfig (osf[345]): Append $major to soname_spec.
3432 Reflect this in library_names_spec.
3433 * ltmain.sh (osf): Prefix $major with . for use as extension.
3434
3435 2002-11-19 Andreas Jaeger <aj@suse.de>
3436
3437 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3438 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
3439 and sparc64 GNU/Linux systems.
3440
3441 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
3442
3443 * MAINTAINERS: Update email.
3444
3445 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3446
3447 * MAINTAINERS: Complete James Dennett's entry.
3448
3449 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
3450
3451 * MAINTAINERS (Write After Approval): Add myself.
3452
3453 2002-11-13 Bruce Korb <bkorb@gnu.org>
3454
3455 * Makefile.tpl: syntactic cleanup
3456
3457 2002-11-13 Stuart Hastings <stuart@apple.com>
3458
3459 * MAINTAINERS: Add myself to write-after-approval list.
3460
3461 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
3462
3463 * Makefile.def: Add list of recursive targets to autogenerate.
3464 Add build_modules.
3465 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
3466 targets. Autogenerate *-build-* targets.
3467 * Makefile.in: Regenerate.
3468
3469 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
3470
3471 * configure: More autoconf-style substitutions.
3472 * Makefile.tpl: More autoconf-style substitutions.
3473 * Makefile.in: Regenerate.
3474
3475 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
3476
3477 * configure: Substitute more variables in a more autoconf-friendly
3478 way. Simplify slightly.
3479 * Makefile.tpl: Make more variables substitutable in an
3480 autoconf-friendly way.
3481 * Makefile.in: Regenerate.
3482
3483 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
3484
3485 * MAINTAINERS (Write After Approval): Add myself.
3486
3487 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
3488
3489 * configure.in (v810*): Remove special setting of tools.
3490
3491 * configure: Add support for extra required flags for ar or nm.
3492 * configure.in (aix4.3+): Use above support for target-specific
3493 issues, rather than using config/mt-aix43.
3494
3495 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
3496
3497 * configure: Remove 'removing', which doesn't work. Replace $subdir
3498 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
3499 with $srcdir. Reformat indentation. Substitute some variables
3500 formerly hard-coded in the Makefile for build=host.
3501 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3502 * Makefile.def: Autogenerate more.
3503 * Makefile.in: Regenerate.
3504
3505 2002-11-04 Adam Nemet <anemet@lnxw.com>
3506
3507 * MAINTAINERS (Write After Approval): Add myself.
3508
3509 2002-11-04 Kevin Buettner <kevinb@redhat.com>
3510
3511 * Makefile.def (host_modules): Add rda.
3512 * Makefile.in: Regenerate.
3513 * configure.in (target_tool): Add target-rda to list.
3514
3515 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3516
3517 * MAINTAINERS: Remove "co-maintainer" note for web pages.
3518
3519 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
3520
3521 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
3522 and restrap targets to this rule.
3523 * Makefile.in: Regenerate.
3524
3525 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3526
3527 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
3528 GNATS only accounts.
3529
3530 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
3531
3532 * configure.in (i[3456]86-*-linux*): Add check to disable
3533 ${libgcj} for glibc1.
3534
3535 2002-10-24 Denis Chertykov <denisc@overta.ru>
3536
3537 * MAINTAINERS: Add myself as ip2k port maintainer.
3538
3539 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
3540
3541 * configure.in: Add tic4x target.
3542
3543 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
3544
3545 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3546 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3547 * Makefile.in: Regenerate.
3548
3549 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3550 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3551 * Makefile.in: Regenerate.
3552
3553 2002-10-02 Janis Johnson <janis187@us.ibm.com>
3554
3555 * MAINTAINERS: Add myself as web pages co-maintainer.
3556
3557 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3558
3559 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3560 * Makefile.in: Regenerate.
3561
3562 2002-10-02 Zack Weinberg <zack@codesourcery.com>
3563
3564 * MAINTAINERS: Add myself and Nathan Sidwell
3565 <nathan@codesourcery.com> as VxWorks maintainers.
3566
3567 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3568
3569 * Makefile.def: Remove order dependency comments.
3570 * Makefile.tpl: Add explicit install-install dependencies.
3571 * Makefile.in: Regenerate.
3572
3573 * Makefile.tpl: Remove material now in src-release. (Finally!)
3574 * Makefile.in: Regenerate.
3575
3576 * Makefile.tpl: Add configure-target (for src-release in src)
3577 * Makefile.in: Regenerate.
3578
3579 2002-09-30 Nick Clifton <nickc@redhat.com>
3580
3581 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3582
3583 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
3584
3585 * configure.in (s390*-*-linux*): Enable libgcj.
3586
3587 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
3588
3589 * configure: Revert accidentally applied changes.
3590
3591 * Makefile.tpl: Make more autoconf-friendly.
3592 * Makefile.in: Regenerate.
3593 * configure: Make substitution more autoconf-like.
3594
3595 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
3596
3597 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3598 single entry to handle all these.
3599 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
3600 libjava on arm-*-elf.
3601
3602 2002-09-27 Geoffrey Keating <geoffk@apple.com>
3603
3604 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3605 things that depend on them.
3606
3607 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3608
3609 * Makefile.tpl: Make subsituted variables more autoconfy.
3610 * Makefile.in: Regenerate.
3611 * configure: Make seds more autoconfy.
3612
3613 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3614
3615 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3616 * Makefile.in: Regenerate.
3617 * configure.in: Rewrite sed statements to look autoconfy.
3618
3619 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3620 all-target-foo on configure-target-foo.
3621 * Makefile.def: Ditto.
3622 * Makefile.in: Rebuild.
3623
3624 2002-09-25 Andrew Haley <aph@redhat.com>
3625
3626 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
3627
3628 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
3629
3630 * Makefile.def: New file.
3631 * Makefile.tpl: New file.
3632 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3633 * contrib/gcc_update: Note that Makefile.in is a generated file.
3634
3635 * configure.in: Minor rearrangement. Simplify tests.
3636
3637 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
3638
3639 * configure.in (with_headers): Skip copy if value is "yes".
3640 (with_libs): Likewise.
3641
3642 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
3643
3644 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3645 * configure.in (sh*-*-pe*): Ditto.
3646 * configure.in (mips*-*-pe*): Ditto.
3647 * configure.in (*arm-wince-pe): Ditto.
3648
3649 * configure.in: Rearrange.
3650
3651 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
3652
3653 * MAINTAINERS: Update my email address.
3654
3655 2002-08-30 Paul Koning <pkoning@equallogic.com>
3656
3657 * MAINTAINERS: (Write After Approval): Add myself.
3658
3659 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
3660
3661 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
3662
3663 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
3664
3665 * MAINTAINERS: Change my mailing address.
3666
3667 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
3668
3669 * MAINTAINERS (Write After Approval): Remove myself.
3670 (Various Maintainers: c++ runtime libs): Add myself.
3671
3672 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
3673
3674 * MAINTAINERS (Write After Approval): Remove myself.
3675 (Various Maintainers: c++ runtime libs): Add myself.
3676
3677 2002-08-15 Eric Christopher <echristo@redhat.com>
3678
3679 * config.sub: Import from master repository.
3680 * config.guess: Ditto.
3681
3682 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
3683
3684 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3685 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3686 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3687
3688 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
3689
3690 * MAINTAINERS: Add self to rs6000 vector extensions.
3691
3692 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
3693
3694 * libiberty/configure: Reverted unintended yesterday's check in.
3695
3696 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
3697
3698 * boehm-gc/configure, libf2c/configure: Rebuilt.
3699 * libffi/configure, libiberty/configure: Ditto.
3700 * libjava/configure, libobjc/configure: Ditto.
3701 * libstdc++-v3/configure, zlib/configure: Ditto.
3702 Merged from binutils:
3703 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
3704 From Steve Ellcey <sje@cup.hp.com>:
3705 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3706 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3707 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3708 IA64.
3709 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3710 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3711 soname_spec, sys_lib_search_path_spec): Ditto.
3712
3713 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
3714
3715 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3716
3717 2002-08-04 H.J. Lu (hjl@gnu.org)
3718
3719 * configure.in (mips*-*-linux*): Don't skip target-libffi.
3720
3721 2002-08-02 Krister Walfridsson <cato@df.lth.se>
3722
3723 * MAINTAINERS (Write After Approval): Add myself.
3724
3725 2002-07-31 Alan Modra <amodra@bigpond.net.au>
3726
3727 * configure.in: Move generic linux case to end. Copy generic
3728 linux noconfigdirs to mips*-*-linux* entry and new
3729 powerpc64*-*-linux* entry. Add target-libffi for the latter.
3730
3731 2002-07-19 Michael Matz <matz@suse.de>
3732
3733 * MAINTAINERS: Add myself as ra* maintainer.
3734
3735 2002-07-16 Chris Demetriou <cgd@broadcom.com>
3736
3737 * config.guess: Update to 2002-07-09 version.
3738 * config.sub: Update to 2002-07-03 version.
3739
3740 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
3741
3742 * MAINTAINERS: Fix typo in a maintainer email address.
3743
3744 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
3745
3746 * configure.in: Remove two redundant tests.
3747
3748 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3749
3750 * configure.in (mips*-*-irix6*o32): Enable stabs.
3751
3752 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
3753
3754 * configure.in: Don't build grez.
3755 * Makefile.in: Ditto.
3756
3757 * Makefile.in: Remove references to bsp, cygmon, libstub.
3758 * configure.in: Ditto.
3759
3760 * configure.in: Remove leftover reference to gdbtest.
3761
3762 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
3763
3764 * configure.in (gxx_include_dir): Change to match versioned
3765 C++ headers if --enable-version-specific-runtime-libs is used.
3766
3767 2002-07-04 Steve Ellcey <sje@cup.hp.com>
3768
3769 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3770
3771 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
3772
3773 * configure.in: Make --without-x work.
3774
3775 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
3776
3777 * configure.in: Rearrange target Makefile fragment collection.
3778
3779 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3780 cvs[src].
3781 * configure.in: Ditto.
3782
3783 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
3784
3785 * MAINTAINERS (Write After Approval): Update my e-mail address.
3786
3787 2002-06-24 Ben Elliston <bje@redhat.com>
3788
3789 * configure.in (host_tools): Remove cgen.
3790
3791 * Makefile.in (all-cgen): Remove; runs from its source directory.
3792 (check-cgen, install-cgen, clean-cgen): Likewise.
3793 (all-opcodes): Do not depend on all-cgen.
3794 (all-sim): Likewise.
3795
3796 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3797
3798 * Makefile.in: Eliminate 'apache' targets.
3799 * configure.in: Eliminate 'apache' targets.
3800
3801 * configure.in: Eliminate redundant tests. Reorganize.
3802
3803 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3804
3805 * config-ml.in: Eliminate references to Cygnus configure.
3806
3807 * Makefile.in: Eliminate references to building emacs.
3808
3809 2002-06-28 Graham Stott <graham.stott@btinternet.com>
3810
3811 * MAINTAINERS: Update my email address.
3812
3813 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
3814
3815 * config.if (libstdcxx_incdir): Version C++ headers.
3816 (cxx_incdir): Remove.
3817
3818 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
3819
3820 * MAINTAINERS (Write After Approval): Add self.
3821
3822 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
3823
3824 * configure.in: Add support for ip2k.
3825
3826 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
3827
3828 * configure.in: Fix AIX configury bug.
3829
3830 2002-06-20 Steve Ellcey <sje@cup.hp.com>
3831
3832 * MAINTAINERS (Write After Approval): Add self.
3833
3834 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3835
3836 * configure.in: replace ${topsrcdir} with ${srcdir}
3837
3838 * configure.in: Move definition of libstdcxx_flags
3839 right above usage, rather than waaay earlier.
3840
3841 * configure.in: Pull definition of is_cross_compiler earlier.
3842
3843 * configure.in: Rearrange a little.
3844
3845 * configure.in: Remove references to librx.
3846 * Makefile.in: Remove references to librx.
3847
3848 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
3849
3850 * config.sub: Add support for avr target.
3851 Import from master sources, rev 1.255
3852
3853 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
3854
3855 * configure, .cvsignore: Revert previous change...
3856 * Makefile: ...delete.
3857
3858 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3859
3860 * configure.in: Eliminate ${gasdir} variable.
3861
3862 2002-06-18 Dave Brolley <brolley@redhat.com>
3863
3864 * configure.in: Add support for frv.
3865 * config.sub: Add support for frv.
3866
3867 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
3868
3869 * configure: Remove garbage from previous commit.
3870
3871 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
3872
3873 * configure: For in-source builds, make a subdir and re-exec there.
3874 * Makefile: New file. Pass targets through to build directory.
3875 * .cvsignore: No longer ignore "Makefile".
3876
3877 2002-06-16 Douglas Rupp <rupp@gnat.com>
3878
3879 * MAINTAINERS (Write After Approval): Add self.
3880
3881 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3882
3883 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3884
3885 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3886
3887 * configure.in (vax-*-netbsd*): Re-enable gas.
3888
3889 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
3890
3891 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3892 BUILD_PREFIX_1, to correct nomenclature.
3893 * configure: Likewise.
3894
3895 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3896 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3897
3898 2002-05-31 Olaf Hering <olh@suse.de>
3899
3900 * config-ml.in: Propogate DESTDIR also.
3901
3902 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3903
3904 * configure.in (vax-*-netbsd*): Don't build gas for this
3905 platform.
3906
3907 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
3908
3909 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3910 and libgcj for AVR.
3911
3912 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
3913
3914 * MAINTAINERS (Write After Approval): Add myself.
3915
3916 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3917
3918 * config.guess: Update to 2002-05-22 version.
3919 * config.sub: Likewise.
3920
3921 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3922
3923 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3924 * config-ml.in: Likewise.
3925 * configure: Likewise.
3926 * configure.in: Likewise.
3927
3928 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
3929
3930 * MAINTAINERS: Update my email address.
3931
3932 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
3933
3934 * configure.in: Simplify makefile fragment collection.
3935
3936 * configure.in: Remove code to build emacs.
3937
3938 * configure.in : Remove --srcdir argument from targargs and buildargs
3939 (it's always overridden in the Makefile anyway). Rearrange a bit.
3940
3941 * configure: Move some logic to configure.in.
3942 * configure.in: Move some logic from configure.
3943
3944 2002-05-11 Tom Tromey <tromey@redhat.com>
3945
3946 * MAINTAINERS: Reflect libgcj reality.
3947
3948 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
3949
3950 * Makefile.in: Honour DESTDIR.
3951
3952 2002-05-08 Mark Mitchell <mark@codesourcery.com>
3953
3954 * config.guess: Import 2002-03-20 version.
3955 * config.sub: Import 2002-04-26 version.
3956
3957 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3958
3959 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
3960
3961 2002-05-07 Tim Josling <tej@melbpc.org.au>
3962
3963 * MAINTAINERS: Add self.
3964
3965 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
3966
3967 * ltmain.sh: Detect and handle object name conflicts
3968 while piecewise linking a static library.
3969
3970 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
3971
3972 * configure.in (noconfigdirs): Don't disable libgcj on
3973 sparc64-*-solaris* and sparcv9-*-solaris*.
3974
3975 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
3976
3977 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3978
3979 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
3980
3981 * configure.in (FLAGS_FOR_TARGET): Do not add
3982 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3983 on i[3456]86-*-linux*.
3984
3985 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
3986
3987 * configure.in (noconfigdirs): Replace [ ] with test.
3988
3989 * configure.in (noconfigdirs): Do not add target-newlib if
3990 target == i[3456]86-*-linux*, and host == target.
3991
3992 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
3993
3994 * configure.in: delete reference to absent file
3995
3996 * configure.in: replace '[' with 'test'
3997
3998 * configure.in: Eliminate references to gash.
3999 * Makefile.in: Eliminate references to gash.
4000
4001 * configure.in: remove useless references to 'pic' makefile fragments.
4002
4003 * configure.in: (*-*-windows*) Finish removing.
4004
4005 * configure.in: Eliminate redundant test for libgui.
4006
4007 2002-04-29 Roger Sayle <roger@eyesopen.com>
4008
4009 * MAINTAINERS: Add self and realphabetize. Update entries
4010 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
4011 entry for a29k port maintainer.
4012
4013 2002-04-26 Joel Sherrill <joel@OARcorp.com>
4014
4015 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4016 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4017
4018 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
4019
4020 * configure.in: remove references to dead files
4021
4022 2002-04-19 Mark Mitchell <mark@codesourcery.com>
4023
4024 * MAINTAINERS: Add information about purpose of this file.
4025
4026 2002-04-18 Tom Tromey <tromey@redhat.com>
4027
4028 * configure.in: Disallow configuring libgcj when it is already
4029 installed and we're using Solaris 2.8 linker. Do enable libgcj on
4030 Solaris 2.8 by default. For PR libgcj/6158.
4031
4032 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
4033
4034 * configure.in: Move default CC setting out of config/mh-* fragments
4035 directly into here.
4036
4037 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
4038
4039 * configure.in: don't even try to configure or make a subdirectory
4040 if there's no configure script for it.
4041
4042 2002-04-15 Mark Mitchell <mark@codesourcery.com>
4043
4044 * MAINTAINERS: Remove chill maintainers.
4045 * Makefile.in (CHILLFLAGS): Remove.
4046 (CHILL_LIB): Remove.
4047 (TARGET_CONFIGDIRS): Remove libchill.
4048 (CHILL_FOR_TARGET): Remove.
4049 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4050 CHILL_LIB.
4051 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4052 (CHECK_TARGET_MODULES): Likewise.
4053 (INSTALL_TARGET_MODULES): Likewise.
4054 (CLEAN_TARGET_MODULES): Likewise.
4055 (configure-target-libchill): Remove.
4056 (all-target-libchill): Remove.
4057 * configure.in (target_libs): Remove target-libchill.
4058 Do not compute CHILL_FOR_TARGET.
4059 * libchill: Remove directory.
4060
4061 2002-04-11 DJ Delorie <dj@redhat.com>
4062
4063 * Makefile.in, configure.in: Sync with binutils, entries
4064 follow...
4065
4066 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4067
4068 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
4069 (do-tar, do-bz2): New rules.
4070 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
4071 (gdb-tar): New rule.
4072 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
4073 (insight_dejagnu.tar): New rule.
4074 (insight.tar): New rule.
4075 (gdb+dejagnu.tar): New rule.
4076 (gdb.tar): New rule.
4077
4078 2002-02-01 Mo DeJong <supermo@bayarea.net>
4079
4080 * Makefile.in: Add all-tix to deps for all-snavigator
4081 so that tix is built when building snavigator.
4082
4083 2002-01-11 Steve Ellcey <sje@cup.hp.com>
4084
4085 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4086 ld and gdb are not supported.
4087
4088 2002-01-07 Mark Salter <msalter@redhat.com>
4089
4090 * configure.in: Remove target-bsp and target-cygmon from arm builds.
4091 Allow target-libgloss to be built for arm, strongarm, and xscale.
4092
4093 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
4094
4095 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4096 options for i[3456]86-pc-linux* native builds.
4097
4098 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
4099
4100 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4101 files from .po files for a distribution.
4102
4103 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
4104
4105 * configure.in: Enable libstdc++-v3 for h8300 targets.
4106
4107 2001-06-19 Alan Modra <amodra@bigpond.net.au>
4108
4109 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
4110 version from bfd/.
4111
4112 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
4113
4114 * Makefile.in (VER): When present, extract the version number from
4115 the file version.in.
4116
4117 2001-05-24 Tom Rix <trix@redhat.com>
4118
4119 * configure.in : enable ld for aix
4120
4121 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4122
4123 * config.guess: Add linux target for S/390.
4124
4125 2000-11-07 Philip Blundell <pb@futuretv.com>
4126
4127 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4128
4129 2000-11-03 Philip Blundell <pb@futuretv.com>
4130
4131 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4132 files.
4133
4134 2001-01-15 Ben Elliston <bje@redhat.com>
4135
4136 * configure.in (host_tools): Add sid.
4137 Always configure cgen.
4138
4139 2000-11-24 Nick Clifton <nickc@redhat.com>
4140
4141 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
4142
4143
4144 2000-08-20 Doug Evans <dje@casey.transmeta.com>
4145
4146 * Makefile.in (ALL_MODULES): Add all-cgen.
4147 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4148 (all-cgen): New target.
4149 (all-opcodes,all-sim): Depend on all-cgen.
4150 * configure.in (host_tools): Add cgen.
4151 Only configure cgen if --enable-cgen-maint.
4152
4153 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
4154
4155 * configure.in: Add *-*-freebsd* configurations.
4156
4157 2002-04-08 Tom Tromey <tromey@redhat.com>
4158
4159 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4160 Fixes PR libgcj/6068.
4161
4162 2002-03-30 Krister Walfridsson <cato@df.lth.se>
4163
4164 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4165
4166 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4167
4168 * configure.in (alpha*-dec-osf*): Enable libgcj.
4169
4170 2003-03-27 Matthew Gingell <gingell@gnat.com>
4171
4172 * MAINTAINERS (Write After Approval): Add myself.
4173
4174 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
4175
4176 Fix for: PR bootstrap/3591, target/5676
4177 * configure.in (mcore-pe): Disable the configuration of
4178 libstdc++-v3 since exceptions are not supported.
4179
4180 2002-03-20 Anthony Green <green@redhat.com>
4181
4182 * configure.in: Enable libgcj for xscale-elf target.
4183
4184 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
4185
4186 * MAINTAINERS: Update my email address.
4187
4188 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
4189
4190 * ltmain.sh (relink_command): Fix typo in previous change.
4191
4192 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
4193
4194 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
4195 (relink_command): Added --tag flags.
4196 (mode=install): If relinking fails; error out.
4197
4198 2002-03-12 Richard Henderson <rth@redhat.com>
4199
4200 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
4201 .NOTPARALLEL tag.
4202 (do-check): Rename from check.
4203 (check): Allow parallel check.
4204
4205 2002-03-12 Bob Wilson <bob.wilson@acm.org>
4206
4207 * MAINTAINERS: Add myself as maintainer for xtensa port.
4208 Fix alphabetical order in CPU port maintainer list.
4209 Remove myself from Write After Approval list.
4210
4211 2002-03-11 Richard Henderson <rth@redhat.com>
4212
4213 * Makefile.in (.NOTPARALLEL): Add fake tag.
4214
4215 2002-03-07 H.J. Lu (hjl@gnu.org)
4216
4217 * configure.in: Enable gprof for mips*-*-linux*.
4218
4219 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
4220
4221 * MAINTAINERS (Write After Approval): Add myself.
4222
4223 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
4224
4225 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4226 libjava.
4227 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4228
4229 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
4230
4231 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4232 because its Makefile is there; test for the executable instead.
4233
4234 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
4235
4236 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4237 libstdc++-v3 and libjava.
4238
4239 2002-02-11 Adam Megacz <adam@xwt.org>
4240
4241 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4242 boehm-gc
4243
4244 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
4245
4246 * config.guess: Updated to 2002-01-30's version.
4247 * config.sub: Updated to 2002-02-01's version.
4248 Contribute sh64-elf.
4249 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
4250 * configure.in: Added sh64-*-*.
4251
4252 2002-02-08 Chris Demetriou <cgd@broadcom.com>
4253
4254 * MAINTAINERS: Belatedly add myself to write after approval list.
4255
4256 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
4257
4258 * MAINTAINERS: Put self in as maintainer for x86-64 port.
4259 Remove self as Write After Approval.
4260
4261 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
4262
4263 * MAINTAINERS: Put self in as maintainer for contrib/regression
4264 directory.
4265
4266 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
4267
4268 * MAINTAINERS: Update my email address.
4269
4270 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
4271
4272 * configure.in (*-*-netbsd*): New. Skip target-newlib,
4273 target-libiberty, and target-libgloss. Skip Java-related
4274 libraries if not supported for NetBSD on target CPU.
4275
4276 2002-01-25 Douglas B Rupp <rupp@gnat.com>
4277
4278 * install-sh: Use _inst.$$_ for temp file name.
4279
4280 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
4281
4282 * MAINTAINERS (Write After Approval): Move my contact info
4283 from here...
4284 (OS Port Maintainers): ...to here (netbsd).
4285
4286 2002-01-22 Bob Wilson <bob.wilson@acm.org>
4287
4288 * MAINTAINERS (Write After Approval): Add myself.
4289
4290 2002-01-17 H.J. Lu <hjl@gnu.org>
4291
4292 * Makefile.in (all-fastjar): Also depend on all-libiberty.
4293 (all-target-fastjar): Also depend on all-target-libiberty.
4294
4295 2002-01-16 H.J. Lu (hjl@gnu.org)
4296
4297 * config.guess: Import from master sources, rev 1.225.
4298 * config.sub: Import from master sources, rev 1.238.
4299
4300 2002-01-16 Kazu Hirata <kazu@hxi.com>
4301
4302 * MAINTAINERS (Write After Approval): Remove myself.
4303
4304 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
4305
4306 * MAINTAINERS (Write After Approval): Add myself.
4307
4308 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
4309
4310 * MAINTAINERS: Add self as docs co-maintainer.
4311
4312 2001-12-11 Matthias Klose <doko@debian.org>
4313
4314 * MAINTAINERS (Write After Approval): Add myself.
4315
4316 2001-12-09 Zack Weinberg <zack@codesourcery.com>
4317
4318 * MAINTAINERS: Update my email address.
4319
4320 2001-12-07 Turly O'Connor <turly@apple.com>
4321 * MAINTAINERS (Write After Approval): Add myself.
4322 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
4323 (rs6000_initialize_trampoline): Call __trampoline_setup for
4324 ABI_DARWIN too.
4325 * darwin-tramp.asm: New file, implements __trampoline_setup.
4326 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4327
4328 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
4329
4330 * MAINTAINERS (Write After Approval): Add myself.
4331
4332 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
4333
4334 * configure, configure.in: Use temp file for long sed commands.
4335
4336 2001-12-03 Laurent Guerby <guerby@acm.org>
4337
4338 * config.sub: Update to version 1.232 on subversion.
4339
4340 2001-12-03 Ben Elliston <bje@redhat.com>
4341
4342 * MAINTAINERS: Update mail address for config.* patches.
4343
4344 2001-11-27 DJ Delorie <dj@redhat.com>
4345 Zack Weinberg <zack@codesourcery.com>
4346
4347 When build != host, create libiberty for the build machine.
4348
4349 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4350 CONFIG_ARGUMENTS.
4351 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4352 New variables.
4353 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4354 and rules.
4355 (all.normal): Depend on ALL_BUILD_MODULES.
4356 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4357 (all-build-libiberty): Depend on configure-build-libiberty.
4358
4359 * configure: Calculate and substitute proper value for
4360 ALL_BUILD_MODULES.
4361 * configure.in: Create the build subdirectory.
4362 Calculate and substitute TARGET_CONFIGARGS (formerly
4363 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4364
4365 2001-11-26 Ziemowit Laski <zlaski@apple.com>
4366
4367 * MAINTAINERS (write-after-approval): Add self.
4368
4369 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
4370
4371 * MAINTAINERS (GNATS only accounts): Remove self.
4372
4373 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4374
4375 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4376 libf2c.
4377
4378 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
4379
4380 * MAINTAINERS (Write After Approval): Add self.
4381
4382 2001-11-12 David O'Brien <obrien@FreeBSD.org>
4383
4384 * MAINTAINERS: mips and s390 are also CPU ports.
4385
4386 2001-11-12 David O'Brien <obrien@FreeBSD.org>
4387
4388 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
4389
4390 2001-11-11 David O'Brien <obrien@FreeBSD.org>
4391
4392 * MAINTAINERS: Alphabetize.
4393
4394 2001-11-09 Kazu Hirata <kazu@hxi.com>
4395
4396 * MAINTAINERS (Various maintainers: h8 port): Add myself.
4397
4398 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
4399
4400 * MAINTAINERS (Various maintainers: hppa port): Added myself.
4401
4402 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
4403
4404 * configure.in (--enable-languages): Be more permissive about
4405 syntax. Check for empty lists better. Warn about $LANGUAGES.
4406
4407 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
4408
4409 * config.sub: Import from master sources, rev. 1.230.
4410 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
4411
4412 2001-11-07 Laurent Guerby <guerby@acm.org>
4413
4414 * MAINTAINERS (Write After Approval): Add self.
4415
4416 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
4417
4418 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4419
4420 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
4421
4422 * config.sub: Import from master sources, rev 1.226.
4423 * config.guess: Import from master sources, rev 1.216.
4424
4425 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
4426
4427 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4428 * MAINTAINERS: Add self as maintainer of MMIX port.
4429 Remove old after-approval entry.
4430
4431 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
4432
4433 * ChangeLog, configure: Fix spelling errors.
4434
4435 2001-10-20 Brendan Kehoe <brendan@zen.org>
4436
4437 * MAINTAINERS: Tweak my address.
4438
4439 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
4440
4441 * MAINTAINERS: Update my email address.
4442
4443 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
4444
4445 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4446 * MAINTAINERS: Add self as maintainer of CRIS port.
4447
4448 2001-10-10 Geert Bosch <bosch@gnat.com>
4449
4450 * MAINTAINERS (Various maintainers: Ada front end):
4451 Added Robert Dewar.
4452
4453 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
4454
4455 * MAINTAINERS (Write After Approval): Added self
4456
4457 2001-10-02 Geert Bosch <bosch@gnat.com>
4458
4459 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4460
4461 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
4462
4463 * configure: Handle temporary files securely using mkdir.
4464
4465 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
4466
4467 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4468
4469 2001-09-26 Will Cohen <wcohen@redhat.com>
4470
4471 * configure.in (*-*-linux*): Disable configuration of target-newlib
4472 and target-libgloss.
4473
4474 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
4475
4476 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4477 RANLIB.
4478
4479 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
4480
4481 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4482 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4483 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4484 avoid quotes nesting problems.
4485 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4486 (DO_X): Export only variables that are set.
4487
4488 2001-09-19 Ben Elliston <bje@redhat.com>
4489
4490 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4491 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4492 semantics. Use the shell built-in "type" command instead.
4493
4494 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
4495
4496 Merged from gcc-3_0-branch:
4497 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
4498 * ltcf-c.sh: Use $objext, not $ac_objext.
4499 2001-07-27 Mark Kettenis <kettenis@gnu.org>
4500 * ltcf-cxx.sh: Add support for GNU.
4501 2001-07-22 Timothy Wall <twall@redhat.com>
4502 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
4503 default settings if using GNU tools with that configuration.
4504 * ltcf-cxx.sh: Ditto.
4505 * ltcf-gcj.sh: Ditto.
4506 2001-07-21 Michael Chastain <chastain@redhat.com>
4507 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4508 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
4509 * ltmain.sh: Mark as gcc-local.
4510
4511 2001-08-30 Eric Christopher <echristo@redhat.com>
4512 Jason Eckhardt <jle@redhat.com>
4513
4514 * config.guess: Merge from master sources.
4515 * config.sub: Merge from master sources, add support for mipsisa32.
4516
4517 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
4518 * config.sub: Merge from master sources, rev 1.219.
4519 * MAINTAINERS: Add self as contact for stormy16 port.
4520
4521 2001-08-14 Zack Weinberg <zackw@panix.com>
4522
4523 * config.sub: Merge from master sources, rev 1.218.
4524 * config.guess: Merge from master sources, rev 1.209.
4525
4526 2001-08-11 Graham Stott <grahams@redhat.com>
4527
4528 * Makefile.in (check-c++): Add missing semicolon.
4529
4530 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
4531
4532 * MAINTAINERS (Various maitainers: predict.def): Added myself.
4533
4534 2001-07-30 Eric Christopher <echristo@redhat.com>
4535
4536 * MAINTAINERS (Various maintainers: mips port): Added myself.
4537
4538 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
4539
4540 * configure.in (sh-*-linux*): New.
4541
4542 2001-07-27 Richard Henderson <rth@redhat.com>
4543
4544 * .cvsignore: Add LAST_UPDATED.
4545
4546 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
4547
4548 * MAINTAINERS (Various maintainers: s390 port): Added myself.
4549
4550 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
4551
4552 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
4553
4554 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
4555
4556 * MAINTAINERS (Write After Approval): Added myself.
4557
4558 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4559
4560 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4561 and libgcj on m68hc11/m68hc12.
4562
4563 2001-06-27 H.J. Lu (hjl@gnu.org)
4564
4565 * Makefile (CFLAGS_FOR_BUILD): New.
4566 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4567
4568 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
4569
4570 * README: Remove version number.
4571
4572 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4573
4574 * INSTALL/README: Update wrt. to the installation instructions now
4575 residing in gcc/doc/install.texi.
4576
4577 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
4578
4579 * README: Replace with a cut-down and updated version of gcc/README.
4580
4581 2001-06-12 David Edelsohn <edelsohn@gnu.org>
4582
4583 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
4584 multilibs to be disabled.
4585
4586 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
4587
4588 * MAINTAINERS (Write After Approval): Add myself.
4589
4590 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
4591
4592 * config.guess: Import CVS version 1.195.
4593 * config.sub: Import CVS version 1.212.
4594
4595 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
4596
4597 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4598 gcc/xgcc is built, use -print-prog-name to find out the program
4599 name to use.
4600
4601 2001-06-04 Phil Edwards <pme@sources.redhat.com>
4602
4603 * config.guess: Import CVS version 1.194. All gcc-local changes
4604 appear to also be in the master copy.
4605 * config.sub: Import CVS version 1.211.
4606
4607 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
4608
4609 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4610 with_gcc]: Use `gcc -shared' to build a shared library.
4611
4612 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
4613
4614 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4615 archives.
4616
4617 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4618
4619 * MAINTAINERS (Write After Approval): Add myself.
4620
4621 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
4622
4623 * configure.in (libstdcxx_flags): Do not try to execute
4624 libstdc++-v3/testsuite_flags until it exists.
4625
4626 2001-06-01 Alan Modra <amodra@bigpond.net.au>
4627
4628 * MAINTAINERS: Update my email address.
4629
4630 2001-05-31 Graham Stott <grahams@redhat.com>
4631
4632 * MAINTAINERS (Write After Approval): Add myself.
4633
4634 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
4635
4636 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
4637 libraries when using g++ with native linker.
4638
4639 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
4640
4641 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4642
4643 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
4644
4645 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4646 [aix4*|aix5*]: Prepend blank.
4647
4648 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
4649
4650 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4651 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
4652 of subdir/configure scripts to use the new libtool.m4.
4653
4654 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
4655
4656 * MAINTAINERS (Write After Approval): Add myself.
4657
4658 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
4659
4660 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4661
4662 2001-05-11 Ben Elliston <bje@redhat.com>
4663
4664 * Makefile.in (all-sid): New target.
4665 (check-sid, clean-sid, install-sid): Likewise.
4666
4667 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
4668
4669 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4670
4671 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
4672
4673 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4674 libgcj.
4675
4676 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
4677
4678 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4679 gcc/xgcc is built, use -print-prog-name to find out the program
4680 name to use.
4681
4682 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
4683
4684 * configure.in (noconfigdirs): Don't reset it from scratch in the
4685 target case; only append to it.
4686
4687 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4688 sparc-*-solaris2.8]: Disable ${libgcj}.
4689
4690 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
4691
4692 * configure.in (libgcj_saved): Copy from $libgcj.
4693 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4694 --disable-libgcj.
4695
4696 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
4697
4698 * MAINTAINERS: Remove self as MIPS maintainer and
4699 C front end maintainer.
4700
4701 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
4702
4703 * configure.in: Move *-chorusos target case to the proper switch.
4704 Disable libgcj.
4705
4706 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
4707
4708 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4709 1.641.2.228.
4710
4711 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4712
4713 * Makefile.in (STAGE1_CFLAGS): Pass down.
4714
4715 2001-04-13 Alan Modra <amodra@one.net.au>
4716
4717 * config.guess: Add hppa64-linux support. Note for next import that
4718 this is already in the master file.
4719 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
4720
4721 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
4722
4723 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4724 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4725
4726 2001-04-11 Stan Shebs <shebs@apple.com>
4727
4728 * MAINTAINERS: Add self as Darwin port maintainer.
4729
4730 2001-04-11 Alan Modra <amodra@one.net.au>
4731
4732 * MAINTAINERS: Update my email address.
4733
4734 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
4735
4736 * ltcf-cxx.sh: Support creation of C++ shared libraries on
4737 recent versions of FreeBSD (release 3 or later).
4738 * ltconfig: On FreeBSD, -lc must not be provided when building
4739 a shared library or else the standard -pthread gcc option is
4740 rendered worthless to later users of the built library.
4741
4742 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
4743
4744 * MAINTAINERS: Add self and RTH as C front end maintainers.
4745
4746 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
4747
4748 * config.sub: Make sure to match an already-canonicalized
4749 machine name (eg. mn10300-unknown-elf).
4750
4751 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
4752
4753 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4754 New macros.
4755 (bootstrap, cross): Use RECURSE_FLAGS.
4756 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4757
4758 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
4759
4760 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4761
4762 2001-03-22 Colin Howell <chowell@redhat.com>
4763
4764 * Makefile.in (DO_X): Do not backslash single-quotes in
4765 backquotes (two places).
4766
4767 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
4768
4769 Re-installed:
4770 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
4771 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
4772 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4773 * ltcf-cxx.sh: Likewise.
4774 * ltcf-gcj.sh: Likewise.
4775
4776 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4777
4778 * MAINTAINERS: Add myself as "documentation co-maintainer".
4779
4780 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
4781
4782 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4783 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4784
4785 2001-03-19 Tom Tromey <tromey@redhat.com>
4786
4787 * config-ml.in: Handle GCJ and GCJFLAGS.
4788
4789 2001-03-21 Michael Chastain <chastain@redhat.com>
4790
4791 * Makefile.in: all-m4 depends on all-texinfo.
4792
4793 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
4794
4795 * MAINTAINERS: Add myself to write after approval list.
4796
4797 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
4798
4799 * Makefile.in (DO_X): Quote nested quotes.
4800
4801 2001-03-18 Alan Modra <alan@linuxcare.com.au>
4802
4803 * MAINTAINERS: Add myself to write after approval list.
4804
4805 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
4806
4807 * Makefile.in (DO_X): Use double quotes for quoting
4808 "RANLIB=$${RANLIB}".
4809
4810 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
4811
4812 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
4813
4814 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4815
4816 * configure.in: Only use `lang_requires' for languages athat are
4817 actually enabled.
4818
4819 2001-03-08 Phil Edwards <pme@sources.redhat.com>
4820
4821 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
4822
4823 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
4824
4825 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4826
4827 2001-03-07 Tom Tromey <tromey@redhat.com>
4828
4829 * configure.in: Allow config-lang.in to set `lang_requires' to list
4830 of other required languages.
4831
4832 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
4833
4834 * Makefile.in: Remove RANLIB definition. Use RANLIB
4835 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4836 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4837
4838 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
4839 Alexandre Oliva <aoliva@redhat.com>
4840
4841 * Makefile.in (check-c++): Use tabs, not spaces.
4842
4843 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
4844
4845 * MAINTAINERS: add myself to Write After Approval list.
4846
4847 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4848
4849 * Makefile.in (check-c++): New rule.
4850
4851 * configure.in (target_libs): Remove libg++.
4852 (noconfigdirs): Remove libg++.
4853 (noconfigdirs): Same.
4854 (noconfigdirs): Same.
4855 (noconfigdirs): Same.
4856
4857 * config-ml.in: Remove libg++ references.
4858
4859 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4860 (ALL_TARGET_MODULES): Same.
4861 (configure-target-libg++): Remove.
4862 (all-target-libg++): Remove.
4863 (configure-target-libio): Remove.
4864 (all-target-libio): Remove.
4865 (check-target-libio): Remove.
4866 (.PHONY): Remove.
4867 (libg++.tar.bz2): Remove.
4868 (all-target-cygmon): Remove libio.
4869 (all-target-libstdc++): Remove.
4870 (configure-target-libstdc++): Remove.
4871 (TARGET_LIB_PATH): Remove libstdc++.
4872 (ALL_GCC_CXX): Remove libstdc++.
4873 (all-target-gperf): Correct.
4874
4875 2001-02-16 Nick Clifton <nickc@redhat.com>
4876
4877 * configure.in (noconfigdirs): Allow configuration of texinfo
4878 for Cygwin hosts.
4879
4880 2001-02-15 Anthony Green <green@redhat.com>
4881
4882 * configure: Introduce GCJ_FOR_TARGET.
4883 * configure.in: Ditto.
4884 * Makefile.in: Ditto.
4885
4886 2001-02-13 Andreas Schwab <schwab@suse.de>
4887
4888 * MAINTAINERS: Update mail address.
4889
4890 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4891
4892 * config.guess: Add linux target for S/390.
4893 * config.sub: Likewise.
4894
4895 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
4896
4897 * configure.in: for *-chorusos, don't config target-newlib and
4898 target-libgloss.
4899
4900 2001-02-06 Ben Elliston <bje@redhat.com>
4901
4902 * configure: Output host type to stdout, not stderr.
4903
4904 2001-02-05 Mark Mitchell <mark@codesourcery.com>
4905
4906 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
4907 * ltcf-cxx.sh: Likewise.
4908
4909 * config.if: Assume enable_libstdcxx_v3 is defined.
4910
4911 2001-02-04 Mark Mitchell <mark@codesourcery.com>
4912
4913 Remove V2 C++ library.
4914 * configure.in: Remove --enable-libstdcxx_v3 support.
4915
4916 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
4917
4918 * include/demangle.h: Add prototype for java_demangle_v3.
4919
4920 2001-01-29 Phil Edwards <pme@sources.redhat.com>
4921
4922 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
4923
4924 2001-01-27 Richard Henderson <rth@redhat.com>
4925
4926 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4927
4928 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4929
4930 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4931 Don't unset, it's non-portable and no longer necessary, set to empty
4932 instead.
4933
4934 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4935
4936 * ltconfig: Shell portability fix for the tagname validity check.
4937
4938 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
4939
4940 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4941 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4942
4943 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4944
4945 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4946
4947 2001-01-26 Tom Tromey <tromey@redhat.com>
4948
4949 * configure.in: Allow libgcj to be built on Sparc Solaris.
4950
4951 2001-01-25 David Edelsohn <edelsohn@gnu.org>
4952
4953 * ltcf-c.sh: Add aix5 case.
4954 * ltcf-cxx.sh: Likewise.
4955 * ltconfig: Likewise.
4956
4957 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
4958
4959 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4960 keep at least one of build_libtool_libs or build_old_libs set to
4961 yes.
4962
4963 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4964 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4965
4966 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
4967
4968 * configure.in: Enable libgcj on several additional platforms.
4969
4970 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
4971
4972 * configure.in: Enable libgcj for linux targets.
4973
4974 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4975
4976 * MAINTAINERS (Write After Approval): Add myself.
4977
4978 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
4979
4980 * MAINTAINERS: Add myself as vax port maintainer.
4981
4982 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
4983
4984 * MAINTAINERS: Add myself as Mercury front-end maintainer.
4985
4986 2001-01-09 Mike Stump <mrs@wrs.com>
4987
4988 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4989 failures of subdirectories.
4990
4991 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
4992
4993 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
4994 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4995 * ltcf-cxx.sh: Likewise.
4996 * ltcf-gcj.sh: Likewise.
4997 * ltconfig.sh: Fix typo.
4998
4999 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
5000
5001 * configure: handle DOS-style absolute paths.
5002
5003 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
5004
5005 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5006
5007 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
5008
5009 * MAINTAINERS: Add myself as avr port co-maintainer.
5010
5011 2000-12-28 Ben Elliston <bje@redhat.com>
5012
5013 * MAINTAINERS: Add myself under ``Write After Approval''.
5014
5015 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
5016
5017 * texinfo: Remove directory from GCC.
5018
5019 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
5020
5021 * COPYING: Update to current
5022 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
5023 to 19yy as example year in copyright notice).
5024
5025 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
5026
5027 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5028 (libstdcxx_incdir): Pass down.
5029 * config.if: Remove expired bits for cxx_interface, add stub.
5030 (libstdcxx_incdir): Add variable for g++ include directory.
5031 * configure.in (gxx_include_dir): Use it.
5032
5033 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
5034
5035 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
5036 with old-email address from ``Write After Approval''.
5037
5038 2000-12-15 Andreas Jaeger <aj@suse.de>
5039
5040 * configure.in: Handle lang_dirs.
5041
5042 2000-12-14 Tom Tromey <tromey@redhat.com>
5043
5044 * MAINTAINERS: Removed brads.
5045
5046 * MAINTAINERS: Added gcj developers.
5047
5048 2000-12-13 Anthony Green <green@redhat.com>
5049
5050 * configure.in: Disable libgcj for any target not specifically
5051 listed. Disable libgcj for x86 and Alpha Linux until compatible
5052 with g++ abi.
5053
5054 2000-12-13 Mike Stump <mrs@wrs.com>
5055
5056 * Makefile.in (local-distclean): Also remove fastjar.
5057
5058 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
5059
5060 * contrib/gcc_update: Add fastjar --touch entries.
5061
5062 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
5063
5064 * configure.in: Disable language-specific target libraries for
5065 languages that aren't enabled.
5066
5067 2000-12-10 Anthony Green <green@redhat.com>
5068
5069 * configure.in: Define libgcj. Disable libgcj target libraries for
5070 most targets.
5071
5072 2000-12-10 Neil Booth <neilb@earthling.net>
5073
5074 * MAINTAINERS: Update mail address, remove from WAA list.
5075
5076 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
5077
5078 * libjava: Imported from /cvs/java.
5079 * libffi: Likewise.
5080 * Boehm-gc: Likewise.
5081
5082 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
5083
5084 * configure.in (target_libs): Revert 2000-12-08 patch.
5085 (noconfigdirs): Added target-libjava.
5086
5087 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
5088
5089 * djunpack.bat: removed.
5090
5091 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
5092
5093 * Makefile.in: handle DOS-style absolute paths.
5094 * config-ml.in: likewise.
5095 * symlink-tree: likewise.
5096
5097 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5098
5099 * fastjar: Imported.
5100
5101 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5102
5103 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5104 libjava.
5105 * configure.in (target_libs): Removed `target-libjava'.
5106
5107 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5108
5109 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5110 (ALL_MODULES): Added fastjar.
5111 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5112 (all-target-libjava): all-fastjar replaces all-zip.
5113 (all-fastjar): Added.
5114 (configure-target-fastjar, all-target-fastjar): Likewise.
5115 * configure.in (host_tools): Added fastjar.
5116
5117 2000-12-07 Mike Stump <mrs@wrs.com>
5118
5119 * Makefile.in (local-distclean): Remove leftover built files.
5120
5121 2000-11-24 Nick Clifton <nickc@redhat.com>
5122
5123 * configure.in (xscale-elf): Add target.
5124 (xscale-coff): Add target.
5125
5126 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
5127
5128 * ltcf-cxx.sh: Support creation of C++ shared libraries on
5129 recent versions of FreeBSD (release 3 or later).
5130 * ltconfig: On FreeBSD, -lc must not be provided when building
5131 a shared library or else the standard -pthread gcc option is
5132 rendered worthless to later users of the built library.
5133
5134 2000-11-16 Fred Fish <fnf@be.com>
5135
5136 * configure.in (enable_libstdcxx_v3): Fix typo,
5137 libstd++ -> libstdc++.
5138
5139 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5140
5141 * MAINTAINERS: Add self to Write After Approval list.
5142
5143 2000-11-21 Bernd Schmidt <bernds@redhat.com>
5144
5145 * MAINTAINERS: Update my email address. Add myself to global write
5146 privs list.
5147
5148 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
5149
5150 * Makefile.in: Merge with src and libgcj.
5151 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
5152 configure-target-<library> when their configure scripts need the C
5153 or C++ library to have already been built to work properly.
5154 (do_proto_toplev): Set them to an empty string.
5155
5156 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5157 (REALLY_SET_LIB_PATH): Use them.
5158
5159 2000-11-17 Stan Shebs <shebs@apple.com>
5160
5161 * MAINTAINERS: Add self to Write After Approval list.
5162
5163 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
5164
5165 * configure: Provide the original toplevel configure arguments
5166 (including $0) to subprocesses in the environment rather than
5167 through gcc/configargs.h.
5168
5169 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
5170
5171 * MAINTAINERS: Remove references to cccp. Change C9X reference to
5172 C99. Alphabetise "Write After Approval" list.
5173
5174 2000-11-12 Mark Mitchell <mark@codesourcery.com>
5175
5176 * configure: Turn on libstdc++ V3 by default.
5177
5178 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
5179 if we've got GCC.
5180
5181 2000-11-11 Philip Blundell <philb@gnu.org>
5182
5183 * MAINTAINERS: Add self to Write After Approval list.
5184
5185 2000-11-09 David Edelsohn <edelsohn@gnu.org>
5186
5187 * ltcf-c.sh (aix4): Improve shared library configuration; require
5188 exporting symbols.
5189 * ltcf-cxx.sh (aix4): Define.
5190 * ltconfig (aix4): Define library and soname specs appropriate for
5191 AIX. Define command to create export symbols list.
5192
5193 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
5194
5195 * config.sub: Add support for Sun Chorus
5196
5197 2000-10-31 Nick Clifton <nickc@redhat.com>
5198
5199 * MAINTAINERS: Rename <name>@cygnus.com addresses to
5200 <name>@redhat.com. Also installed new email address for Clint
5201 Popetz.
5202
5203 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
5204
5205 * etc: Remove directory from GCC.
5206
5207 2000-10-16 Michael Meissner <meissner@redhat.com>
5208
5209 * configure (gcc/configargs.h): Only create if there is a build GCC
5210 directory created.
5211
5212 2000-10-16 Matthias Klose <doko@debian.org>
5213
5214 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
5215 when configured for libstdc++-v3.
5216
5217 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
5218
5219 * configure: Save configure arguments to gcc/configargs.h.
5220
5221 2000-10-04 Philipp Thomas <pthomas@suse.de>
5222
5223 * config.guess: Import CVS version 1.157.
5224 * config.sub: Import CVS version 1.181.
5225
5226 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
5227
5228 * Makefile.in (bootstrap): avoid recursion if subdir missing
5229 (cross): ditto
5230 (do-proto-toplev): ditto
5231
5232 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
5233
5234 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
5235 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
5236
5237 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
5238 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
5239 all affected `configure' scripts.
5240
5241 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
5242
5243 * MAINTAINERS: Add self as cpplib co-maintainer.
5244
5245 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
5246
5247 * MAINTAINERS: Add self to Write After Approval list.
5248
5249 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5250
5251 * INSTALL/README: egcs -> GCC update.
5252
5253 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
5254
5255 * MAINTAINERS: Add myself to Write After Approval list.
5256
5257 2000-09-15 Kazu Hirata <kazu@hxi.com>
5258
5259 * MAINTAINERS: Add myself to Write After Approval list.
5260
5261 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
5262
5263 * configure.in: Do not build byacc for hppa64. Provide paths to the
5264 X11 libraries for hppa64.
5265
5266 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5267
5268 * MAINTAINERS: Add myself as 68hc11 port maintainer.
5269
5270 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
5271
5272 * Makefile.in (all-zlib): Added dummy target.
5273
5274 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5275 ltcf-gcj.sh: Updated from libtool multi-language branch.
5276
5277 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
5278
5279 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5280 (bootstrap*): Depend on all-bootstrap.
5281
5282 2000-09-05 Philipp Thomas <pthomas@suse.de>
5283
5284 * config.guess: Import CVS version 1.156.
5285 * config.sub: Import CVS version 1.179.
5286
5287 2000-09-02 Anthony Green <green@cygnus.com>
5288
5289 * Makefile.in (all-gcc): Depend on all-zlib.
5290 (CLEAN_MODULES): Add clean-zlib.
5291 (ALL_MODULES): Add all-zlib.
5292 * configure.in (host_libs): Add zlib.
5293
5294 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
5295
5296 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5297 crosses, but add gcc/include to the header search path for them.
5298
5299 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
5300
5301 * MAINTAINERS: Add self to Write After Approval list.
5302
5303 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5304
5305 * config.guess: Import CVS version 1.152.
5306 * config.sub: Import CVS version 1.177.
5307
5308 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
5309
5310 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5311 $targargs to tell whether newlib is going to be built.
5312
5313 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5314 $$r/TARGET_SUBDIR/libio for _G_config.h.
5315
5316 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
5317
5318 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
5319
5320 2000-08-22 DJ Delorie <dj@redhat.com>
5321
5322 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
5323
5324 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
5325
5326 * config-ml.in (CC, CXX): Avoid trailing whitespace.
5327 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5328 sub-configures.
5329
5330 2000-08-21 DJ Delorie <dj@redhat.com>
5331
5332 * MAINTAINERS: Add self as a libiberty maintainer
5333
5334 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
5335
5336 * configure.in (libstdcxx_flags): Use
5337 libstdc++-v3/src/libstdc++.INC.
5338
5339 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
5340
5341 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5342
5343 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
5344
5345 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5346
5347 * configure: Make enable_threads and enable_shared defaults
5348 explicit. Substitute enable_threads into generated Makefiles.
5349 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5350 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5351
5352 2000-08-13 Geoff Keating <geoffk@cygnus.com>
5353
5354 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
5355
5356 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
5357
5358 * config-ml.in (CC): Remove bogus duplicate quotation mark from
5359 previous delta.
5360
5361 2000-08-11 Jason Merrill <jason@redhat.com>
5362
5363 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5364 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5365 (FLAGS_FOR_TARGET): Not here.
5366 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5367
5368 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
5369
5370 * config-ml.in (CC, CXX): Don't introduce a leading space.
5371
5372 2000-08-07 DJ Delorie <dj@delorie.com>
5373
5374 * MAINTAINERS: Add self as a DJGPP maintainer
5375
5376 2000-08-07 DJ Delorie <dj@redhat.com>
5377
5378 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5379 "if we're also building gcc, and it's a gcc that will run on the
5380 build machine, we want to use its includes instead of the system's
5381 default includes".
5382
5383 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
5384
5385 * MAINTAINERS: Add self to Write After Approval list.
5386
5387 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
5388
5389 * configure.in (libstdcxx_flags): Don't use `"'.
5390
5391 * config-ml.in: Adjust multilib search paths to the
5392 appropriate multilib tree.
5393
5394 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
5395
5396 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5397 commas in $LANGUAGES.
5398
5399 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
5400
5401 * configure.in: Re-enable all references to libg++ and librx.
5402
5403 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
5404
5405 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
5406 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
5407 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
5408 * ltcf-cxx.sh (need_lc): Set based on postdeps.
5409
5410 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5411
5412 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
5413
5414 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5415 CXX_FOR_TARGET for sed.
5416
5417 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
5418
5419 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5420 Do not override if already set in the environment or in configure.
5421 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5422 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5423
5424 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
5425
5426 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
5427 the libtool CVS tree multi-language branch.
5428 * ltconfig, ltmain.sh: Updated.
5429
5430 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
5431
5432 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
5433 (clean-target): Depend on it.
5434
5435 * Makefile.in (FLAGS_FOR_TARGET): New macro.
5436 (GCC_FOR_TARGET): Use it.
5437 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5438 * configure.in: ... here.
5439 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
5440 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5441
5442 2000-07-24 Eric Christopher <echristo@cygnus.com>
5443
5444 * MAINTAINERS: Add self to Write After Approval list.
5445
5446 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
5447
5448 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5449 (configure-target-libchill, configure-target-libobjc): Likewise.
5450
5451 * configure.in: Use the same cache file for all target libs.
5452 * config-ml.in: But different cache files per multilib variant.
5453
5454 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5455
5456 * configure (topsrcdir): Don't use dirname.
5457
5458 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
5459
5460 * MAINTAINERS: Add self to Write After Approval list.
5461
5462 2000-07-20 Jason Merrill <jason@redhat.com>
5463
5464 * configure.in: Remove all references to libg++ and librx.
5465
5466 * configure, configure.in, Makefile.in: Unify gcc and binutils.
5467
5468 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
5469
5470 * config.sub: Update to subversions version 2000-07-06.
5471
5472 2000-07-12 Andrew Haley <aph@cygnus.com>
5473
5474 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5475 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5476
5477 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
5478
5479 * symlink-tree: Check number of arguments.
5480
5481 2000-07-05 Jim Wilson <wilson@cygnus.com>
5482
5483 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5484 search path for a g++ extracted from the build tree. This
5485 will allow link tests run by configure scripts in
5486 subdirectories to succeed.
5487
5488 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
5489
5490 * ltconfig: Add support for mips-dde-sysv4.2MP
5491
5492 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5493
5494 * MAINTAINERS: Add myself as loop discovery maintainer.
5495
5496 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
5497
5498 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5499 `os2'. Force ac_cv_exeext to be ".exe" in that case.
5500
5501 2000-06-19 Timothy Wall <twall@cygnus.com>
5502
5503 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5504 * config.sub: Add tic54x target.
5505
5506 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
5507
5508 * MAINTAINERS: Add self as Fortran maintainer,
5509 remove Craig Burley.
5510
5511 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
5512
5513 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5514 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5515
5516 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
5517
5518 * MAINTAINERS: Add self as i18n maintainer
5519
5520 20000-05-21 H.J. Lu (hjl@gnu.org)
5521
5522 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5523 directory are used if they exist. Make sure
5524 $(build_tooldir)/include is searched for header files,
5525 $(build_tooldir)/lib/ for library files.
5526 (GCC_FOR_TARGET): Likewise.
5527 (CXX_FOR_TARGET): Likewise.
5528
5529 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
5530
5531 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5532
5533 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
5534
5535 * Makefile.in (configure-target-libiberty): Depend on
5536 configure-target-newlib.
5537
5538 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
5539
5540 * configure.in, Makefile.in: Merge all libffi-related
5541 configury stuff from the libgcj tree.
5542
5543 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
5544
5545 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5546 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5547
5548 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
5549
5550 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5551 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5552 current version information. Add to proto-toplev directory.
5553 (gdb-taz): Build do-djunpack.
5554
5555 2000-05-15 David Edelsohn <edelsohn@gnu.org>
5556
5557 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5558
5559 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
5560
5561 * MAINTAINERS: Add self to Write After Approval list.
5562
5563 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5564
5565 * ltmain.sh: Preserve in relink_command any environment
5566 variables that may affect the linker behavior.
5567
5568 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
5569
5570 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5571
5572 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
5573
5574 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5575
5576 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5577
5578 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5579 with the version name.
5580
5581 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
5582
5583 * MAINTAINERS: Add self as bb-reorder maintainer.
5584
5585 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
5586
5587 * config.if: Tweak.
5588
5589 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5590
5591 * djunpack.bat: New file.
5592
5593 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
5594
5595 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5596 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5597 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5598 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5599
5600 2000-04-16 Dave Pitts <dpitts@cozx.com>
5601
5602 * config.sub (case $basic_machine): Change default for "ibm-*"
5603 to "openedition".
5604
5605 2000-04-13 Andreas Jaeger <aj@suse.de>
5606
5607 * MAINTAINERS: Added myself.
5608
5609 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
5610
5611 * Makefile.in (gdb-taz): New target. GDB specific archive.
5612 (do-md5sum): New target.
5613 (MD5PROG): Define.
5614 (PACKAGE): Default to TOOL.
5615 (VER): Default to a shell script.
5616 (taz): Rewrite target. Move real work to do-proto-toplev. Include
5617 md5 checksum generation.
5618 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5619 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5620 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5621 insight.tar.bz2): Use gdb-taz to create archive.
5622
5623 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
5624
5625 * configure (warn_cflags): Delete.
5626
5627 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
5628
5629 * MAINTAINERS: Added myself.
5630
5631 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
5632 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
5633
5634 * configure.in (enable_libstdcxx_v3): Add.
5635 (target_libs): Add bits here to switch between libstdc++-v2 and
5636 libstdc++-v3.
5637 * config.if: And this file too.
5638 * Makefile.in: Add libstdc++-v3 targets.
5639
5640 2000-04-05 Michael Meissner <meissner@redhat.com>
5641
5642 * config.sub (d30v): Add d30v as a basic machine type.
5643
5644 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
5645
5646 * configure.in: -linux-gnu*, not -linux-gnu.
5647
5648 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
5649
5650 * MAINTAINERS: Add self in write-after-approval section.
5651
5652 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
5653
5654 * MAINTAINERS: Add self as ia64 port maintainer.
5655
5656 2000-03-08 Neil Booth <NeilB@earthling.net>
5657
5658 * MAINTAINERS: Add self in write-after-approval section.
5659
5660 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
5661
5662 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5663 (do-tar-bz2): Replace TOOL with PACKAGE.
5664 (gdb.tar.bz2): Remove GDBTK from GDB package.
5665 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5666 dejagnu.tar.bz2): New packages.
5667
5668 2000-02-27 Andreas Jaeger <aj@suse.de>
5669
5670 * configure.in: Add entry for mips*-*-linux*, move catch all
5671 *-*-*linux* entry below this one.
5672
5673 2000-02-27 Ian Lance Taylor <ian@zembu.com>
5674
5675 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5676
5677 2000-02-24 Nick Clifton <nickc@cygnus.com>
5678
5679 * config.sub: Support an OS of "wince".
5680
5681 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
5682
5683 * config.guess, config.sub: Updated to match config's 2000-02-15
5684 version.
5685
5686 2000-02-23 Linas Vepstas <linas@linas.org>
5687
5688 * config.sub: Add support for Linux/IBM 370.
5689 * configure.in: Likewise.
5690
5691 2000-02-22 Nick Clifton <nickc@cygnus.com>
5692
5693 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5694
5695 2000-02-20 Christopher Faylor <cgf@cygnus.com>
5696
5697 * config.guess: Guess "cygwin" rather than "cygwin32".
5698
5699 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5700
5701 * configure (gcc_version): When setting, narrow search to
5702 lines containing `version_string'.
5703
5704 2000-02-15 Denis Chertykov <denisc@overta.ru>
5705
5706 * config.sub: Add support for avr target.
5707
5708 2000-02-14 Nick Clifton <nickc@cygnus.com>
5709
5710 * MAINTAINERS: Add maintainers for MCore port.
5711
5712 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
5713
5714 * config.sub: Add mmix-knuth-mmixware.
5715
5716 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5717
5718 * MAINTAINERS: Pair cccp with cpplib maintainership.
5719
5720 2000-01-27 Christopher Faylor <cgf@redhat.com>
5721
5722 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5723 structure stuff to -L library search.
5724 (CXX_FOR_TARGET): Ditto.
5725 (CROSS_CHECK_MODULES): Fix spelling mistake.
5726
5727 2000-01-24 Mark Mitchell <mark@codesourcery.com>
5728
5729 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5730 the C++ compiler.
5731
5732 2000-01-12 Richard Henderson <rth@cygnus.com>
5733
5734 * configure.in: Don't build some bits for beos.
5735
5736 2000-01-12 Joel Sherrill (joel@OARcorp.com)
5737
5738 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5739 as include files.
5740
5741 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
5742
5743 * Add self as cpplib maintainer, as requested by Jason
5744 Merrill. Correct my e-mail address.
5745
5746 2000-01-06 Geoff Keating <geoffk@cygnus.com>
5747
5748 * configure.in: Use mt-aix43 to handle *_TARGET defs,
5749 not mh-aix43.
5750
5751 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
5752
5753 * MAINTAINERS: Add myself to "write after approval" list.
5754
5755 1999-12-14 Richard Henderson <rth@cygnus.com>
5756
5757 * config.guess (alpha-osf, alpha-linux): Detect ev67.
5758 * config.sub: Accept alphaev[78], alphaev8.
5759
5760 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5761
5762 * config.guess, config.sub: Update from autoconf.
5763
5764 1999-11-29 Bruce Korb <autogen@linuxbox.com>
5765
5766 * MAINTAINERS: update my playtime e-address.
5767
5768 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5769
5770 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5771 necessary libraries are missing.
5772
5773 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
5774
5775 * MAINTAINERS: Add new 'write after approval' maintainer.
5776
5777 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
5778
5779 * MAINTAINERS: Add new Java maintainer.
5780
5781 1999-10-25 Andreas Schwab <schwab@suse.de>
5782
5783 * configure: Fix quoting inside arguments of eval.
5784
5785 1999-10-21 Nick Clifton <nickc@cygnus.com>
5786
5787 * config-ml.in: Allow suppression of some ARM multilibs.
5788
5789 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
5790
5791 * config.guess: Add OS/390 match pattern.
5792 * config.sub: Add mvs, openedition targets.
5793 * configure.in (i370-ibm-opened*): New.
5794
5795 1999-09-04 Steve Chamberlain <sac@pobox.com>
5796
5797 * config.sub: Add support for configuring for pj.
5798
5799 1999-08-31 Nick Clifton <nickc@cygnus.com>
5800
5801 * config.sub (maybe_os): Add support for configuring for fr30.
5802
5803 1999-08-25 Nick Clifton <nickc@cygnus.com>
5804
5805 * configure.in: Do not configure or build ld for AIX
5806 platforms. ld is known to be broken on these platforms.
5807
5808 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5809
5810 * config-ml.in: Pass compiler flag corresponding to multidirs to
5811 subdir configures.
5812
5813 1999-08-09 Ian Lance Taylor <ian@zembu.com>
5814
5815 * Makefile.in (LDFLAGS): Define.
5816
5817 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
5818
5819 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5820 noconfigdirs.
5821 (*-*-cygwin*): Likewise.
5822
5823 1999-08-08 Ian Lance Taylor <ian@zembu.com>
5824
5825 * mkdep: New file.
5826 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5827 (BINUTILS_SUPPORT_DIRS): Add mkdep.
5828
5829 From Eli Zaretskii <eliz@is.elta.co.il>:
5830 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5831 long file name when using DJGPP on MS-DOS.
5832
5833 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
5834
5835 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5836
5837 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
5838
5839 * Makefile.in (check-target-libio): Remove all-target-libstdc++
5840 dependency as this causes "make check" to globally "make all"
5841
5842 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
5843
5844 * configure.in (target_libs): Added target-zlib.
5845 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5846 (CONFIGURE_TARGET_MODULES): Likewise.
5847 (CHECK_TARGET_MODULES): Likewise.
5848 (INSTALL_TARGET_MODULES): Likewise.
5849 (CLEAN_TARGET_MODULES): Likewise.
5850 (configure-target-zlib): New target.
5851 (all-target-zlib): Likewise.
5852 (all-target-libjava): Depend on all-target-zlib.
5853 (configure-target-libjava): Depend on configure-target-zlib.
5854
5855 * Makefile.in (configure-target-libjava): Depend on
5856 configure-target-newlib.
5857 (configure-target-boehm-gc): New target.
5858 (configure-target-qthreads): New target.
5859
5860 * configure.in (target_libs): Added target-qthreads.
5861 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5862 (CONFIGURE_TARGET_MODULES): Likewise.
5863 (CHECK_TARGET_MODULES): Likewise.
5864 (INSTALL_TARGET_MODULES): Likewise.
5865 (CLEAN_TARGET_MODULES): Likewise.
5866 (all-target-qthreads): New target.
5867 (configure-target-libjava): Depend on configure-target-qthreads.
5868 (all-target-libjava): Depend on all-target-qthreads.
5869
5870 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5871 (CONFIGURE_TARGET_MODULES): Likewise.
5872 (CHECK_TARGET_MODULES): Likewise.
5873 (INSTALL_TARGET_MODULES): Likewise.
5874 (CLEAN_TARGET_MODULES): Likewise.
5875 (all-target-libjava): New target.
5876 (all-target-boehm-gc): Likewise.
5877 * configure.in (target_libs): Added libjava, boehm-gc.
5878
5879 1999-07-22 Ian Lance Taylor <ian@zembu.com>
5880
5881 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5882 configure.bat in SUPPORT_FILES.
5883 (gas+binutils.tar.bz2): Likewise.
5884
5885 * makeall.bat: Remove; obsolete.
5886
5887 1999-07-21 Ian Lance Taylor <ian@zembu.com>
5888
5889 From Mark Elbrecht:
5890 * configure.bat: Remove; obsolete.
5891
5892 1999-07-11 Ian Lance Taylor <ian@zembu.com>
5893
5894 * configure: Add -W -Wall to the default CFLAGS when compiling with
5895 gcc.
5896
5897 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
5898
5899 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5900
5901 1999-06-30 Mark Mitchell <mark@codesourcery.com>
5902
5903 * configure.in: Build ld on IRIX6.
5904
5905 1999-06-12 Ian Lance Taylor <ian@zembu.com>
5906
5907 * Makefile.in: Change distribution targets to use bzip2 instead of
5908 gzip.
5909 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
5910 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
5911
5912 1999-06-04 Nick Clifton <nickc@cygnus.com>
5913
5914 * config.sub: Add mcore target.
5915
5916 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
5917
5918 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5919
5920 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
5921
5922 * config.guess (dummy): Changed to $dummy.
5923
5924 1999-05-24 Nick Clifton <nickc@cygnus.com>
5925
5926 * config.sub: Tidied up case statements.
5927
5928 1999-05-22 Ben Elliston <bje@cygnus.com>
5929
5930 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5931 <jiro@din.or.jp>.
5932
5933 * config.guess: Merge with FSF version. Future changes will be
5934 more accurately recorded in this ChangeLog.
5935 * config.sub: Likewise.
5936
5937 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
5938
5939 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5940
5941 1999-04-30 Tom Tromey <tromey@cygnus.com>
5942
5943 * ltmain.sh: [mode link] Always use CC given by ltconfig.
5944
5945 1999-04-23 Tom Tromey <tromey@cygnus.com>
5946
5947 * ltconfig, ltmain.sh: Update to libtool 1.2f.
5948
5949 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
5950
5951 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5952 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5953 Bad merge removed these two changes.
5954
5955 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
5956 Martin Heller (Ing.-Buero_Heller@t-online.de)
5957
5958 * config.guess (interix Alpha): Add.
5959
5960 1999-04-11 Richard Henderson <rth@cygnus.com>
5961
5962 * configure.in (i?86-*-beos*): Do config gperf; don't config
5963 gdb, newlib, or libgloss.
5964
5965 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
5966
5967 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5968 link a trivial program with -mabi=64. If it fails, remove mabi=64
5969 from multidirs.
5970
5971 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
5972
5973 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5974
5975 1999-04-08 Nick Clifton <nickc@cygnus.com>
5976
5977 * config.sub: Add support for mcore targets.
5978
5979 1999-04-07 Michael Meissner <meissner@cygnus.com>
5980
5981 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5982 not mt-ospace, in order to shut up assembler warning about using
5983 symbols that are named the same as registers.
5984
5985 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
5986
5987 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5988 dependency list for all-target-cygmon.
5989
5990 1999-04-05 Doug Evans <devans@casey.cygnus.com>
5991
5992 * config-ml.in: Check $host, not $target, for selective multilibs.
5993 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5994 thumb interworking, and underscore prefix multilibs.
5995
5996 1999-04-04 Ian Lance Taylor <ian@zembu.com>
5997
5998 * missing: Update to version from current automake.
5999
6000 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
6001
6002 * configure (gxx_include_dir): Removed.
6003
6004 * configure.in (gxx_include_dir): Handle it.
6005 * Makefile.in: Likewise.
6006
6007 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
6008
6009 * config.sub (mips64vr4111,mips64vr4111el) Add.
6010
6011 1999-03-21 Ben Elliston <bje@cygnus.com>
6012
6013 * config.guess: Correct typo for detecting ELF on FreeBSD.
6014
6015 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
6016
6017 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6018 config/mh-djgpp.
6019
6020 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
6021
6022 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6023 all-target-newlib to dependency list for all-target-bsp.
6024
6025 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
6026
6027 * config.sub: Add i386-uwin support.
6028 * config.guess: Likewise.
6029
6030 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6031
6032 * configure.in: cleanup, add mh-*pic handling for arm, special
6033 case powerpc*-*-aix*
6034
6035 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
6036
6037 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6038 can be built.
6039
6040 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
6041
6042 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
6043 targets.
6044
6045 1999-03-02 Nick Clifton <nickc@cygnus.com>
6046
6047 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6048
6049 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
6050
6051 * config.sub: Check for "cygwin*" rather than "cygwin32*"
6052
6053 1999-02-24 Nick Clifton <nickc@cygnus.com>
6054
6055 * config.sub: Fix typo in arm recognition.
6056
6057 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
6058
6059 * configure.in (noconfigdirs): Changed target_configdirs to
6060 include target-bsp only for m68k-*-elf* and m68k-*-coff*
6061 rather than m68k-*-* since it is not known to work on
6062 m68k-aout. Ditto for arm-*-*oabi.
6063
6064 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
6065
6066 * configure.in (*-*-windows*): Remove, no longer used.
6067
6068 1999-02-19 Ben Elliston <bje@cygnus.com>
6069
6070 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6071 Smart and improved by Andrew Cagney.
6072
6073 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
6074
6075 * config.guess: Recognize openbsd-*-hppa.
6076
6077 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
6078
6079 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6080 only if it is not empty.
6081
6082 1999-02-17 Nick Clifton <nickc@cygnus.com>
6083
6084 Patch from: Scott Bambrough <scottb@corelcomputer.com>
6085
6086 * config.guess: Modified to recognize uname's armv* syntax.
6087
6088 * config.sub: Modified to recognize uname's armv* syntax.
6089
6090 1999-02-17 Mark Salter <msalter@cygnus.com>
6091
6092 * configure.in: Added target-bsp for sparclite.
6093
6094 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
6095
6096 * config.sub: Recognize alphapca5[67] and up to alphaev8.
6097
6098 1999-02-08 Nick Clifton <nickc@cygnus.com>
6099
6100 * configure.in: Add support for strongarm port.
6101 * config.sub: Add support for strongarm target.
6102
6103 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
6104
6105 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6106 the old name config/mh-cygwin32.
6107 Enable texinfo.
6108
6109 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
6110
6111 * configure.in: Do build ld for ix86 Solaris.
6112
6113 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
6114
6115 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
6116 $AR_FOR_TARGET. Likewise for RANLIB.
6117
6118 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
6119
6120 * config.sub (oabi): Recognize.
6121 * configure.in (arm-*-oabi): Handle.
6122
6123 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
6124
6125 * config.guess: Improve detection of i686 on UnixWare 7.
6126
6127 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
6128
6129 * config.guess: Add support for i386-pc-interix.
6130 * config.sub: Likewise.
6131 * configure.in: Likewise.
6132
6133 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
6134
6135 * Makefile.in: Remove unneeded all-target-libio from
6136 from all-target-winsup target since it is now unneeded.
6137 Add all-target-libtermcap in its place since it is now
6138 needed.
6139
6140 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
6141
6142 * configure.in: makefile stub for cygwin target is probably
6143 unnecessary. Remove it for now.
6144
6145 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
6146
6147 * configure.in: libtermcap.a should be built when cygwin is the
6148 target as well as the host.
6149 * config.guess: Allow mixed case in cygwin uname output.
6150 * Makefile.in: Add libtermcap target.
6151
6152 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
6153
6154 * config.sub: Clean up handling of hppa2.0.
6155
6156 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
6157
6158 * config.guess: Use C code to identify more HP machines.
6159
6160 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
6161
6162 * config.sub: Handle hppa2.0.
6163
6164 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
6165
6166 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
6167 cygmon for all sparclite targets, regardless of object format.
6168
6169 1998-12-15 Mark Salter <msalter@cygnus.com>
6170
6171 * configure.in: Added target-bsp for several target architectures.
6172
6173 * Makefile.in: Added rules for bsp.
6174
6175 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
6176
6177 * config.guess: Improve detection of hppa2.0 processors.
6178
6179 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
6180
6181 * config.guess: Recognize FreeBSD using ELF automatically.
6182
6183 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
6184
6185 * configure (skip-this-dir): Add handling for new shell script, which
6186 might be created by a sub-directory's configure to indicate, this particular
6187 directory is "unwanted".
6188 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6189
6190 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
6191
6192 * ltconfig: import from libtool, after changing libtool to
6193 account for the cygwin name change.
6194
6195 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
6196
6197 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6198 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6199
6200 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
6201
6202 * configure.in: Add libtermcap to list of cygwin dependencies.
6203
6204 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
6205
6206 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6207 they include winsup/include when it's a cygwin target.
6208
6209 1998-11-12 Tom Tromey <tromey@cygnus.com>
6210
6211 * configure.in (host_tools): Added zip.
6212 * Makefile.in (all-target-libjava): Depend on all-zip.
6213 (all-zip): New target.
6214 (ALL_MODULES): Added all-zip.
6215 (NATIVE_CHECK_MODULES): Added check-zip.
6216 (INSTALL_MODULES): Added install-zip.
6217 (CLEAN_MODULES): Added clean-zip.
6218
6219 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
6220
6221 * Makefile.in: lose "32" from comment about cygwin.
6222
6223 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
6224
6225 * configure.in: Use -Os to build target libraries for the fr30.
6226
6227 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
6228
6229 * config.sub: Add fr30.
6230
6231 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
6232
6233 * configure.in: drop "32" from config/mh-cygwin32. Check
6234 cygwin* instead of cygwin32*.
6235 * config.sub: Check cygwin* instead of cygwin32*.
6236
6237 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
6238
6239 * config.guess: Match any version of Unixware7.
6240
6241 1998-10-20 Syd Polk <spolk@cygnus.com>
6242
6243 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6244 if desired.
6245
6246 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
6247
6248 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6249 these if the appropriate directories and files to not exist.
6250
6251 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
6252
6253 * Makefile.in (DEVO_SUPPORT): Add config.if.
6254
6255 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
6256
6257 * configure: Add pattern to replace "build_tooldir"'s
6258 definition in the generated Makefile with "tooldir"'s
6259 actual value.
6260
6261 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
6262
6263 * config.sub: Bring back lost sparcv9.
6264
6265 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6266
6267 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
6268
6269 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6270 CC_FOR_TARGET and friends.
6271
6272 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6273
6274 * Makefile.in (build_tooldir): New variable, same as tooldir.
6275 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6276 -B$(build_tooldir)/bin/.
6277 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6278
6279 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6280
6281 * README: Remove installation instructions and refer to the
6282 INSTALL directory instead.
6283
6284 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
6285
6286 * config.sub: Add support for i[34567]86-pc-udk.
6287 * configure.in: Likewise.
6288
6289 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
6290
6291 * Makefile.in: add bzip2 package building bits for user
6292 tools module
6293 * configure.in: ditto
6294
6295 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
6296
6297 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6298 (ALL_TARGET_MODULES): Add all-target-libobjc.
6299 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6300 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6301 (all-target-libchill): Add dependencies.
6302 * configure.in (target_libs): Add libchill.
6303
6304 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
6305
6306 * configure.in (target_subdir): Remove duplicate line.
6307
6308 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
6309
6310 * Makefile.in (all-automake): fix dependencies.
6311
6312 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
6313
6314 * configure.in: Minor cleanups for building in the $(target_alias)
6315 subdir.
6316
6317 1998-09-22 Jim Wilson <wilson@cygnus.com>
6318
6319 * Makefile.in (bootstrap): Set r and s before make all. Use
6320 BASE_FLAGS_TO_PASS in make all.
6321 (cross): Likewise.
6322
6323 1998-09-20 Mark Mitchell <mark@markmitchell.com>
6324
6325 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6326
6327 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
6328
6329 * config.sub: Fix typo in last change.
6330
6331 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6332
6333 * config.sub: Add support for C4x target.
6334 * configure.in: Likewise.
6335
6336 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
6337
6338 * config.sub: Recognize sparcv9 just like sparc64.
6339
6340 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
6341
6342 * config.guess: Match "Pent II" or "PentII" for OpenServer.
6343
6344 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
6345
6346 * config.guess: Correctly identify Pentium II sco boxes.
6347
6348 * config.guess: Fix "tr" code. From Weiwen Liu.
6349
6350 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
6351
6352 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6353 stabs.
6354
6355 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
6356
6357 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6358 (ALL_TARGET_MODULES): Add all-target-libchill.
6359 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6360 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6361 (all-target-libchill): Add dependencies.
6362 * configure.in (target_libs): Add libchill.
6363
6364 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6365
6366 * config.guess: Avoid assumptions about "tr" behaves when
6367 LANG is set to something other than English.
6368
6369 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
6370
6371 * configure (gxx_include_dir): Changed to
6372 '${prefix}/include/g++'-${libstdcxx_interface}.
6373
6374 * config.if: New to determine the interfaces.
6375
6376 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
6377
6378 * config.guess: Detect and handle MPE/IX.
6379 * config.sub: Deal with MPE/IX.
6380
6381 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
6382
6383 * configure.in: Use mh-aix43.
6384
6385 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
6386
6387 * configure: Fix --without/--disable cases for gxx-include-dir.
6388
6389 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
6390
6391 * mdata-sh: Imported. Needed for automake support.
6392
6393 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
6394
6395 * Makefile.in (taz): Try "chmod -R og=u ." before
6396 "chmod og=u `find . -print`".
6397
6398 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
6399
6400 * configure.in: Add arm-elf and thumb-elf support.
6401
6402 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
6403
6404 * Makefile.in: Undo previous patch.
6405
6406 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
6407
6408 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6409 to here ...
6410 (install-no-fixedincludes): and here
6411 (INSTALL_MODULES): ... from here.
6412
6413 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
6414
6415 * config.sub: Merge with FSF.
6416
6417 * config.guess: Merge with FSF.
6418
6419 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
6420
6421 * configure (extraconfigdirs): New variable.
6422 (SUBDIRS): Add extraconfigdirs and recurse on them too.
6423 * Makefile.in (all): Move higher in file.
6424 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6425 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6426 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6427 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6428 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6429
6430 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
6431
6432 * Makefile.in (all-target-libjava): Depend on all-gcc and
6433 all-target-newlib.
6434 (configure-target-libjava): Depend on $(ALL_GCC).
6435
6436 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
6437
6438 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6439 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6440
6441 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
6442
6443 * INSTALL/README: Fix typo.
6444
6445 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
6446
6447 * ylwrap: Change absolute path checks to check for DOS style path
6448 names.
6449
6450 * ylwrap: Don't use a full path name if the source file is in the
6451 same directory. From hjl@lucon.org (H.J. Lu).
6452
6453 * config-ml.in: Default to being verbose, to match Feb 18 change to
6454 configure.
6455
6456 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
6457
6458 Brought over from egcs:
6459
6460 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
6461
6462 * configure.in (target_subdir): Set to ${target_alias} instead
6463 of "libraries".
6464
6465 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
6466
6467 * configure.in (target_subdir): Set to libraries if enable_multilib.
6468
6469 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
6470
6471 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6472 multilibs, force reconfiguration the first time we create
6473 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6474
6475 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
6476
6477 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6478 avoid confusion with --no-recursion.
6479
6480 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
6481
6482 * configure.in: Win32 hosts shouldn't use install -x
6483 * install-sh: remove -x option, and special .exe-handling
6484 hack.
6485
6486 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
6487
6488 * config.guess: Recognize i586-pc-beos.
6489 * configure.in: Don't build some bits for beos.
6490
6491 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
6492
6493 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6494 CFLAGS default to -O2.
6495
6496 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6497 when using GNU ld.
6498
6499 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
6500
6501 * ltmain.sh: Correct install when using a different shell.
6502
6503 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
6504
6505 * ltconfig, ltmain.sh: Update to libtool 1.2b.
6506
6507 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
6508
6509 * makefile.vms: Update to build binutils/makefile.vms. Add install
6510 target.
6511
6512 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
6513
6514 * ltconfig: Update to correct AIX handling.
6515
6516 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
6517
6518 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6519
6520 * configure.in (target_subdir): Set to ${target_alias} instead
6521 of "libraries".
6522
6523 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
6524
6525 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6526 (Makefile): Depend on $(gcc_version_trigger).
6527
6528 * configure (gcc_version): Change default initializer to empty
6529 string.
6530 (gcc_version_trigger): New variable; pass this variable down
6531 to subdir configures to enable them checking gcc's version
6532 themselves. Emit make macros for both gcc_version vars.
6533 (topsrcdir): Initialize reliably.
6534 (recursion line): Remove --with-gcc-version=${gcc_version}.
6535
6536 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
6537
6538 * configure (enable_version_specific_runtime_libs): Implement new flag
6539 --enable-version-specific-runtime-libs which installs C++ runtime stuff
6540 in $(libsubdir); emit definition in each generated Makefile.
6541 (gxx_include_dir): Initialize depending on
6542 $enable_version_specific_runtime_libs.
6543
6544 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
6545
6546 * configure (gcc_version): Initialize properly depending on
6547 how and where configure is started.
6548 (recursion line): Pass a --with-gcc-version=${gcc_version}
6549 to configures in subdirs.
6550
6551 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
6552
6553 * configure.in (noconfigdirs): Add configure pattern for mips tx39
6554 cygmon
6555
6556 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
6557
6558 * configure.in: Add cygmon and libstub support for mn10200.
6559
6560 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
6561
6562 * configure (gcc_version): Add new variable describing the
6563 particular gcc version we're building.
6564 * Makefile.in (libsubdir): Add new macro for the directory
6565 in which the compiler finds executables, libraries, etc.
6566 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6567 and libsubdir.
6568
6569 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6570
6571 * Makefile.in (local-clean): Remove *.log.
6572 (warning.log): Built with warn_summary from build.log.
6573 (mail-report.log): Run test_summary.
6574 (mail-report-with-warnings.log): Run test_summary including
6575 warning.log in the report.
6576
6577 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
6578
6579 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6580
6581 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
6582
6583 * Makefile.in (grep): Grep no longer depends on libiberty.
6584
6585 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
6586
6587 * Makefile.in: all-snavigator needs all-libgui.
6588
6589 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
6590
6591 * configure.in: Add cygmon and libstub support for mn10300.
6592
6593 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
6594
6595 * missing: Update to version from automake 1.3.
6596
6597 * ltmain.sh: On installation, don't get confused if the same name
6598 appears more than once in the list of library names.
6599
6600 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
6601
6602 * config.sub: Accept m68060 and m5200 as CPU names.
6603
6604 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
6605
6606 * configure: Use && rather than using -a in test, because odd
6607 strings can confuse test.
6608 * configure.in: Likewise.
6609
6610 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
6611
6612 * ltconfig, ltmain.sh: Bring in Visual C++ support.
6613
6614 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6615
6616 * Makefile.in (boostrap2-lean, bootstrap3-lean,
6617 bootstrap4-lean): New targets.
6618
6619 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
6620
6621 * mpw-* Delete. Not used.
6622
6623 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
6624
6625 * COPYING.LIB: Update FSF address.
6626
6627 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
6628
6629 * ltconfig, ltmain.sh: Update to libtool 1.2a.
6630
6631 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6632 GAS_SUPPORT_DIRS.
6633
6634 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
6635
6636 * ltconfig, ltmain.sh: Avoid producing a version number if
6637 -version-info was not used.
6638
6639 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
6640
6641 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6642 building with newlib.
6643
6644 1998-04-30 Paul Eggert <eggert@twinsun.com>
6645
6646 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6647 Solaris `make' causes it to continue to next definition.
6648
6649 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
6650
6651 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6652 the right GUI libraries and files are installed along with GDB.
6653
6654 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
6655
6656 * configure.in: Change alpha to alpha* in several places.
6657
6658 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
6659
6660 * config.sub: Recognize sparc86x.
6661
6662 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
6663
6664 * configure.in (--enable-target-optspace): Remove debug echo.
6665
6666 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
6667
6668 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6669
6670 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
6671
6672 * ltconfig: Update cygwin32 support.
6673
6674 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6675 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6676 (GDB_SUPPORT_DIRS): Likewise.
6677
6678 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
6679
6680 * configure.in (target_makefile_frag): If --enable-target-optspace,
6681 use -Os to compile target libraries rather than -O2. Default to
6682 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6683 not used.
6684 * configure.in (target_cflags): Ditto for d30v.
6685
6686 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
6687
6688 * Makefile.in (all-bfd): Depend on all-intl.
6689 (all-binutils): Likewise.
6690 (all-gas): Likewise.
6691 (all-gprof): Likewise.
6692 (all-ld): Likewise.
6693
6694 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
6695
6696 * configure.in (host_tools): Fix typo, lbtool -> libtool.
6697
6698 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
6699
6700 * Makefile.in (all-bfd): Depend upon all-libiberty.
6701
6702 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6703
6704 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
6705
6706 * Makefile.in: Add libstub.
6707
6708 * configure.in: Ditto. Build libstub for targets that have cygmon
6709 support.
6710
6711 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
6712
6713 * configure.in: Don't set PICFLAG on ix86-cygwin32.
6714
6715 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
6716
6717 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6718 use mh-sysv5 if specified. Support gprof on SCO Open Server.
6719
6720 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
6721
6722 * configure: Define DEFAULT_M4 by searching PATH.
6723 * Makfile.in: Use DEFAULT_M4.
6724
6725 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
6726
6727 * ltconfig: Add cygwin32 support.
6728
6729 * Makefile.in, configure.in: Add libtool as a native only directory
6730 to configure and build.
6731
6732 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
6733
6734 * Makefile.in (INSTALL_MODULES): Remove texinfo.
6735
6736 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
6737
6738 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6739
6740 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
6741
6742 * Makefile.in: add ash make rules
6743 * configure.in: add ash to native_only and host_tools lists
6744
6745 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
6746
6747 * Makefile.in (all-gettext, all-intl): New targets.
6748 (ALL_MODULES): Added all-gettext, all-intl.
6749 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6750 (INSTALL_MODULES): Added install-gettext, install-intl.
6751 (CLEAN_MODULES): Added clean-gettext, clean-intl.
6752
6753 * configure.in (host_tools): Added gettext.
6754 (native_only): Likewise.
6755 (noconfigdirs) [various cases]: Likewise.
6756 (host_libs): Added intl.
6757
6758 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
6759
6760 * configure: Do not disable building gdbtk for cygwin32 hosts.
6761
6762 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
6763
6764 * configure.in: Add thumb-coff target.
6765 * config.sub: Add thumb-coff target.
6766
6767 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
6768
6769 * Makefile.in: Revert yesterday's change.
6770 (all-target-winsup): all-target-librx stays out of here.
6771
6772 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
6773
6774 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6775 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6776 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
6777 Remove references to librx and libg++.
6778
6779 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
6780
6781 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6782 recursive makes
6783
6784 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
6785
6786 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6787 for newlib directory.
6788 (CXX_FOR_TARGET): Likewise.
6789
6790 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
6791
6792 * ltconfig: Update after libtool/ltconfig.in change for
6793 hpux11.
6794
6795 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
6796
6797 * ltconfig, ltmain.sh: Update to libtool 1.2.
6798
6799 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
6800
6801 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6802 (install-gcc-cross): Instead, override LANGUAGES here.
6803
6804 1998-03-18 Dave Love <d.love@dl.ac.uk>
6805
6806 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6807 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6808
6809 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
6810
6811 * configure.in: Add Thumb-pe target.
6812
6813 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
6814
6815 * Makefile.in - changed sn targets to snavigator
6816 * configure.in - changed sn targets to snavigator
6817
6818 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
6819
6820 * config-ml.in: After building symlink tree call make distclean
6821 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6822 to be the case for libiberty.
6823
6824 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
6825
6826 * configure: When making link, also check the current
6827 directory. The configure scripts may create one.
6828
6829 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
6830
6831 * config.sub: Accept alphapca56 and alphaev6 properly.
6832
6833 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6834
6835 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6836
6837 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6838
6839 * config.sub (sco5): Fix typo.
6840
6841 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
6842
6843 * Makefile.in (INSTALL_MODULES): Move install-tcl before
6844 install-itcl.
6845 (install-itcl): Remove dependency on install-tcl.
6846
6847 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
6848
6849 * configure.in: Remove libgloss from noconfigdirs for MN10300.
6850
6851 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
6852
6853 * configure.in: Don't build libgui for a cygwin32 target when not on
6854 a cygwin32 host.
6855
6856 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
6857
6858 * configure (redirect): Set to null, so default behavior of
6859 configure is now --verbose.
6860
6861 1998-02-16 Dave Love <d.love@dl.ac.uk>
6862
6863 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6864 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6865
6866 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
6867
6868 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6869 this change to sync Makefile.in with its ChangeLog entries.
6870
6871 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
6872
6873 * ltmain.sh (mkdir): Check that the directory doesn't exist
6874 before we exit with error, so that we don't get races during
6875 parallel builds.
6876
6877 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
6878
6879 * ltconfig, ltmain.sh: Update from libtool 1.0i.
6880
6881 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
6882
6883 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6884 PICFLAG_FOR_TARGET.
6885 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6886
6887 * configure: Emit a definition for the new macro enable_shared
6888 into each Makefile.
6889
6890 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
6891
6892 * configure.in (host_tools, native_only): Add libtool.
6893
6894 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
6895
6896 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6897 Fix typo in ming config comment.
6898
6899 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
6900
6901 * ltconfig, ltmain.sh: Update from libtool 1.0h.
6902
6903 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
6904
6905 * config.sub: Add tic30 cases, and map c30 to tic30.
6906
6907 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
6908
6909 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6910 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6911 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6912 (CLEAN_TARGET_MODULES): Similarly
6913 (all-target-libf2c): Add dependences.
6914 * configure.in (target_libs): Add libf2c.
6915
6916 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
6917
6918 * configure.in: Remove expect from noconfigdirs when target
6919 is cygwin32. OK to build expect and dejagnu with Canadian
6920 Cross.
6921
6922 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
6923
6924 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6925 host.
6926
6927 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6928 and mingw32.
6929
6930 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
6931
6932 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6933 here as it is not defined in the toplevel Makefile.
6934
6935 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
6936
6937 * configure (package_makefile_rules_frag): New variable, which names
6938 a file with generic rules, ...
6939 Change comment to mention we now have FIVE parts.
6940 * configure: Undo last change.
6941
6942 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
6943
6944 * config.guess: More accurate determination of HP processor types.
6945 * config.sub: More accurate determination of HP processor types.
6946
6947 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
6948
6949 * configure (package_makefile_frag): Move inserting the
6950 ${package_makefile_frag} to where it should be according
6951 to the comment.
6952
6953 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
6954
6955 * config.guess: Add support for Linux/ARM.
6956
6957 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
6958
6959 * .cvsignore: Remove *-info and *-install since they match
6960 release-info and mpw-install, which we don't want to just ignore.
6961
6962 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
6963
6964 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6965
6966 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
6967
6968 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6969 local_prefix to sub-make invocations.
6970
6971 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
6972
6973 * configure.in: Check makefile fragments in the source
6974 directory.
6975
6976 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6977
6978 * configure.in: Check whether host and target makefile
6979 fragments exist before adding them to *_makefile_frag.
6980
6981 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
6982
6983 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
6984
6985 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
6986
6987 * configure.in: Make sure we only replace RPATH_ENVVAR on
6988 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6989 regexp to sed.
6990
6991 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6992 to sub-makes.
6993
6994 1998-01-13 Lee Iverson (leei@ai.sri.com)
6995
6996 * config-ml.in (multi-do): LDFLAGS must include multilib
6997 designator.
6998
6999 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
7000
7001 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7002
7003 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
7004
7005 * config.sub: Add mingw32 support.
7006 * configure.in: Likewise.
7007
7008 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7009
7010 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7011
7012 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
7013
7014 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7015 * configure (gxx_include_dir): Provide a definition for subdirs
7016 which do not use autoconf.
7017
7018 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
7019
7020 * config.guess: Sync with egcs. Picks up new alpha support,
7021 BeOS & some additional linux support.
7022
7023 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
7024
7025 * config.guess: HP 9000/803 is a PA1.1 machine.
7026
7027 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
7028
7029 * configure.in: It's alpha*-...
7030
7031 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
7032
7033 * configure.in (host_makefile_frag, target_makefile_frag):
7034 Handle multiple config files.
7035 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7036 alpha-*-*.
7037
7038 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
7039
7040 * mkdep: New file.
7041
7042 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
7043
7044 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7045
7046 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
7047
7048 * Makefile.in: Add libgui directory.
7049 (GDB_TK): Add all-libgui.
7050 * configure.in: Add libgui directory.
7051 * configure: Add all-libgui to GDB_TK.
7052
7053 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
7054
7055 * config-ml.in (multidirs): Add m32r to multilib list.
7056
7057 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
7058
7059 * Makefile.in (all-target-gperf): Change dependency to
7060 all-target-libstdc++.
7061
7062 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
7063
7064 * config.guess: Add BeOS support.
7065
7066 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
7067
7068 Source directory cvs renamed to cvssrc:
7069 * configure.in (host_tools): Change cvs to cvssrc.
7070 (native_only): Likewise.
7071 (noconfigdirs) [various cases]: Likewise.
7072 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7073 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7074 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7075 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7076 (all-cvssrc): Rename target from all-cvs.
7077
7078 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
7079
7080 * configure (gxx_include_dir): Fix thinko.
7081
7082 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
7083
7084 * Makefile.in (INSTALL_TARGET_CROSS): Define.
7085 (install-cross, install-gcc-cross): New targets.
7086
7087 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
7088
7089 * configure.in (noconfigdirs): Add support for Thumb target.
7090
7091 * config.sub (maybe_os): Add support for Thumb target.
7092
7093 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
7094
7095 * Makefile.in: Add rules for cygmon.
7096
7097 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7098
7099 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
7100
7101 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7102 * configure (gxx_include_dir): Provide a definition for subdirs
7103 which do not use autoconf.
7104
7105 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
7106
7107 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
7108 11/18/97 build
7109
7110 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
7111
7112 * From Franz Sirl.
7113 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7114 found on RedHat Linux systems.
7115
7116 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
7117
7118 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7119 guesses.
7120
7121 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
7122
7123 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7124
7125 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
7126
7127 * ltmain.sh: If mkdir fails, check whether the directory was created
7128 anyhow by some other process.
7129
7130 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
7131
7132 * configure.in (d30v-*-*): Configure all directories.
7133
7134 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
7135
7136 * configure.in (d30v-*-*): Configure newlib, libiberty directories
7137 for the D30V.
7138
7139 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
7140
7141 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7142
7143 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
7144
7145 * include/libiberty.h: Add extern "C" { so it can be used with C++
7146 progrms.
7147 * include/remote-sim.h: Add extern "C" { so it can be used with C++
7148 programs.
7149
7150 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
7151
7152 * configure.in (d30v-*-*): Configure GCC now.
7153
7154 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
7155
7156 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7157 is no longer needed.
7158
7159 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
7160
7161 * Makefile.in: check-target-libio depends on all-target-libstdc++.
7162
7163 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
7164
7165 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7166 targets using "$@" to provide support for similar but not identical
7167 targets without having to duplicate code.
7168
7169 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
7170
7171 * makefile.vms: Fix to work with DEC C.
7172
7173 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
7174
7175 * config.sub: Add mips-tx39-elf to marketing names.
7176
7177 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
7178
7179 * ltmain.sh: Handle symlinks in generated script.
7180
7181 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
7182
7183 * configure: Handle autoconf style directory options: --bindir,
7184 --datadir, --includedir, --infodir, --libdir, --libexecdir,
7185 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7186 --sysconfdir.
7187 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7188 (sharedstatedir, localstatedir, oldincludedir): New variables.
7189 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7190 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7191 sbindir, sharedstatedir, and sysconfdir.
7192
7193 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7194
7195 * Makefile.in (bootstrap-lean): New target.
7196
7197 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
7198
7199 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
7200 sn, and gnuserv from noconfigdirs.
7201
7202 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
7203
7204 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7205
7206 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
7207
7208 * Makefile.in (cross): New target.
7209
7210 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
7211 Jeff Law <law@cygnus.com>
7212
7213 * Makefile.in (bootstrap2, bootstrap3): New targets.
7214 (all-bootstrap): Remove outdated and confusing target.
7215 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7216
7217 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
7218
7219 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7220 windows. Consistent with gdb/configure.
7221
7222 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
7223
7224 * configure.in: Name Linux target fragment.
7225
7226 * configure: Rewrite so that project Makefile fragment is inserted
7227 first and appears last in the resulting Makefile.
7228
7229 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
7230
7231 * Makefile.in (install-itcl): Install tcl first.
7232
7233 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
7234
7235 * configure.in: remove bison from noconfigdirs for Cygwin32 host
7236
7237 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
7238
7239 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7240
7241 * configure.in (skipdirs): Add target-librx for Linux.
7242 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7243
7244 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
7245
7246 * Makefile.in (bootstrap): New target.
7247
7248 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
7249
7250 * config.sub: Accept 'amigados' for backward compatibility.
7251
7252 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
7253
7254 * config.guess: Merge with FSF.
7255
7256 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
7257
7258 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7259
7260 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
7261
7262 * config.sub: Add "marketing-names" patch.
7263
7264 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
7265
7266 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7267
7268 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
7269
7270 * config.sub: Handle v850-elf.
7271
7272 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
7273
7274 * .cvsignore (*-install): Remove.
7275
7276 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
7277
7278 * ltconfig: Set CONFIG_SHELL in libtool.
7279 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7280
7281 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
7282
7283 * configure.in (target_subdir): Set to libraries if enable_multilib.
7284
7285 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
7286
7287 * config.guess: Update from gcc directory.
7288
7289 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
7290
7291 * Makefile.in (all-sim): Depends on all-readline.
7292
7293 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
7294
7295 * Makefile.in (BISON, YACC): Use $$s.
7296 (all-bison): Depend on all-texinfo.
7297
7298 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
7299
7300 * Makefile.in (BISON): Add -L flag.
7301 (YACC): Likewise.
7302
7303 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
7304
7305 * configure.in (noconfigdirs): Add support for v850e target.
7306
7307 * config.sub (maybe_os): Add support for v850e target.
7308
7309 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
7310
7311 * configure.in (noconfigdirs): Add support for v850ea target.
7312
7313 * config.sub (maybe_os): Add support for v850ea target.
7314
7315 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
7316
7317 * config.sub: Add mipstx39. Delete r3900.
7318
7319 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
7320
7321 * Makefile.in (all-autoconf): Depends on all-texinfo.
7322
7323 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
7324
7325 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7326 eabi targets.
7327
7328 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
7329
7330 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7331
7332 * configure: When handling a Canadian Cross, handle YACC as well as
7333 BISON. Just set BISON to bison. When setting YACC, prefer bison.
7334 * Makefile.in (all-bison): Depend upon all-texinfo.
7335
7336 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
7337
7338 * Makefile.in (BISON): bison, not byacc or bison -y.
7339 (YACC): bison -y or byacc or yacc.
7340 (various): Add *-bison as appropriate.
7341 (taz): No need to mess with BISON anymore.
7342
7343 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
7344
7345 * configure: If OSTYPE matches *win32*, try to find a good value for
7346 CONFIG_SHELL.
7347
7348 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
7349
7350 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7351 configure.in if it is present.
7352
7353 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
7354
7355 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7356
7357 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
7358
7359 * config.sub: Recognize `arc' cpu.
7360 * configure.in: Likewise.
7361 * config-ml.in: Likewise.
7362
7363 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
7364
7365 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7366
7367 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
7368
7369 * configure: Changed sed delimiter from ':' to '|' when
7370 attempting to substitute ${config_shell} for SHELL. On
7371 NT ${config_shell} may contain a ':' in it.
7372
7373 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
7374
7375 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7376
7377 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
7378
7379 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7380
7381 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
7382
7383 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7384
7385 * ylwrap: If the program is a relative path, force it to be
7386 absolute.
7387
7388 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
7389
7390 * configure (tooldir): Set BISON to `bison -y' and not just bison.
7391
7392 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
7393
7394 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7395 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7396 for libraries.
7397
7398 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
7399
7400 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7401 separated by spaces.
7402
7403 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
7404
7405 * ylwrap: New file.
7406 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7407
7408 * ltmain.sh: Handle /bin/sh at start of install program.
7409
7410 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7411
7412 * ltconfig, ltmain.sh: New files, from libtool 1.0.
7413 * missing: New file, from automake 1.2.
7414
7415 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
7416
7417 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
7418 check-tk to CHECK_X11_MODULES.
7419
7420 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
7421
7422 * config.sub: Merge with FSF.
7423
7424 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
7425
7426 * config.guess: Merge with FSF.
7427
7428 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7429
7430 * configure: Treat msdosdjgpp like go32.
7431 * configure.in: Likewise. Don't remove gprof for go32.
7432
7433 * configure: Change Makefile.tem2 to Makefile.tm2.
7434
7435 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
7436
7437 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7438
7439 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7440
7441 * install-sh (chmodcmd): Set to null if the DST directory already
7442 exists. Same as Nov 11th change.
7443
7444 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
7445
7446 * configure (GDB_TK): Needs itcl and tix.
7447
7448 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
7449
7450 * config.guess: Update from FSF.
7451
7452 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
7453
7454 * Makefile.in (GDB_TK): Depend on itcl and tix.
7455
7456 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
7457
7458 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7459 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7460 (INSTALL_SCRIPT): New variable.
7461 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7462 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7463 to -x.
7464 * install-sh: Add support for -x option.
7465
7466 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
7467
7468 * configure.in, Makefile.in: Treat tix like itcl.
7469
7470 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
7471
7472 * Makefile.in (WINDRES): New variable.
7473 (WINDRES_FOR_TARGET): New variable.
7474 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7475 (EXTRA_HOST_FLAGS): Add WINDRES.
7476 (EXTRA_TARGET_FLAGS): Add WINDRES.
7477 (EXTRA_GCC_FLAGS): Add WINDRES.
7478 ($(DO_X)): Pass down WINDRES.
7479 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7480 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7481 DLLTOOL_FOR_TARGET.
7482
7483 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
7484
7485 * configure.in: configure sim before gdb for win32-x-ppc
7486
7487 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7488
7489 Move gperf into the toplevel, from libg++.
7490 * configure.in (target_tools): Add target-gperf.
7491 (native_only): Add target-gperf.
7492 * Makefile.in (all-target-gperf): New target, depend on
7493 all-target-libg++.
7494 (configure-target-gperf): Empty rule.
7495 (ALL_TARGET_MODULES): Add all-target-gperf.
7496 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7497 (CHECK_TARGET_MODULES): Add check-target-gperf.
7498 (INSTALL_TARGET_MODULES): Add install-target-gperf.
7499 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7500
7501 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
7502
7503 * config.sub (mn10200): Recognize new basic machine.
7504
7505 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7506
7507 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7508 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7509
7510 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7511
7512 * configure.in: If we're building mips-sgi-irix6* native, turn on
7513 ENABLE_MULTILIB and set TARGET_SUBDIR.
7514
7515 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
7516
7517 * Makefile.in (all-sn): Depend on all-grep.
7518
7519 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
7520
7521 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7522
7523 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7524 Makefile. From Jeff Makey <jeff@cts.com>.
7525 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7526
7527 * Makefile.in (DISTBISONFILES): Remove.
7528 (taz): Don't futz with DISTBISONFILES. Change BISON to use
7529 $(DEFAULT_YACC).
7530
7531 * configure.in: Build itl, db, sn, etc., when building for native
7532 cygwin32.
7533
7534 * Makefile.in (LD): New variable.
7535 (EXTRA_HOST_FLAGS): Pass down LD.
7536 ($(DO_X)): Likewise.
7537
7538 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
7539
7540 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7541
7542 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
7543
7544 * configure.in (targargs): Strip out any supplied --build argument
7545 before adding our own. Always add --build.
7546
7547 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
7548
7549 * configure.in (targargs): Pass --build if we're doing
7550 a cross-compile.
7551
7552 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
7553
7554 * configure: Use '|' instead of ":" as the separator in
7555 sed. Otherwise sed chokes on NT path names with drive
7556 designators. Also look for "?:*" as the leading characters in an
7557 absolute pathname.
7558
7559 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
7560
7561 * config.sub: Support for r3900.
7562
7563 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
7564
7565 * configure.in: Use install-sh, not install.sh.
7566
7567 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
7568
7569 * Makefile.in (taz): Improve check for BISON so it doesn't try to
7570 apply it twice.
7571
7572 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
7573
7574 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7575 install-binutils.
7576
7577 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
7578
7579 * Makefile.in: Add automake targets.
7580 * configure.in (host_tools): Add automake.
7581
7582 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
7583
7584 * configure: Default CXX to c++, not gcc.
7585 * Makefile.in (CXX): Set to c++, not gcc.
7586 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7587
7588 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
7589
7590 * install-sh: try appending a .exe if source file doesn't
7591 exist
7592
7593 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
7594
7595 * configure.in: Turn on multilib by default.
7596 (cross_only): Remove target-libiberty.
7597
7598 * Makefile.in (all-gcc): Don't depend on libiberty.
7599
7600 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
7601
7602 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7603
7604 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
7605
7606 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7607 (DISTBISONFILES): Add ld/Makefile.in
7608
7609 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
7610
7611 * configure.in: if target is cygwin32 but host isn't cygwin32,
7612 don't configure gdb tcl tk expect, not just gdb.
7613
7614 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
7615
7616 * configure.in: Added gnuserv everywhere sn appears.
7617
7618 * Makefile.in (ALL_MODULES): Added all-gnuserv.
7619 (CROSS_CHECK_MODULES): Added check-gnuserv.
7620 (INSTALL_MODULES): Added install-gnuserv.
7621 (CLEAN_MODULES): Added clean-gnuserv.
7622 (all-gnuserv): New target.
7623
7624 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
7625
7626 * config.guess: Fixes for MIPS OpenBSD systems.
7627
7628 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
7629
7630 * Makefile.in (INSTALL_XFORM): Remove.
7631 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7632
7633 * mkinstalldirs: New file, copied from automake.
7634 * Makefile.in (installdirs): Rename from install-dirs. Use
7635 mkinstalldirs. Change all users.
7636 (DEVO_SUPPORT): Add mkinstalldirs.
7637
7638 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
7639
7640 * install-sh: Rename from install.sh.
7641 * Makefile.in (INSTALL): Change install.sh to install-sh.
7642 (DEVO_SUPPORT): Likewise.
7643
7644 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
7645 Graichen <graichen@rzpd.de>.
7646
7647 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
7648
7649 * config.guess: Recognize OpenBSD systems correctly.
7650
7651 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
7652
7653 * README, Makefile.in (ETC_SUPPORT): Remove references to
7654 cfg-paper*, configure.{texi,man,info*}._
7655
7656 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
7657
7658 * Makefile.in (all.normal): Ensure that gcc is built after all
7659 the x11 - ie gdb - targets.
7660
7661 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
7662
7663 * makefile.vms: Don't run conf-a-gas.
7664
7665 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
7666
7667 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7668
7669 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
7670
7671 * configure.in: Remove noconfigdirs case since gdb also
7672 configures and builds for tic80-coff.
7673
7674 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
7675
7676 * configure: Set cache_file to config.cache.
7677 * Makefile.in (local-distclean): Remove config.cache.
7678
7679 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
7680
7681 * COPYING: Update FSF address.
7682
7683 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
7684
7685 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7686 noconfigdirs.
7687
7688 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
7689
7690 * Makefile.in (install-dirs): Don't crash if prefix, and hence
7691 MAKEDIRS, is empty.
7692
7693 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
7694
7695 * config.sub: Tweak mn10300 entry.
7696
7697 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
7698
7699 * configure.in (host_tools): Put sim before gdb, so gdb's
7700 configure.tgt can determine if the simulator was configured.
7701
7702 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
7703
7704 * config.sub: Move BeOS $os case to be with other Cygnus
7705 local cases.
7706
7707 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
7708
7709 * config.sub: Remove misplaced comment that broke Linux.
7710
7711 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
7712
7713 * config.sub: Add BeOS support.
7714
7715 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
7716
7717 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7718
7719 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
7720
7721 * configure.in (noconfigdirs): Remove tcl and tk from
7722 noconfigdirs for cygwin32 builds.
7723
7724 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
7725
7726 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7727
7728 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
7729
7730 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7731 make-all.com, use makefile.vms instead.
7732
7733 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
7734
7735 * config.sub: Accept -lnews*.
7736
7737 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
7738
7739 * configure.in (noconfigdirs): Disable target-newlib,
7740 target-examples and target-libiberty for d30v.
7741
7742 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
7743
7744 * configure.in (noconfigdirs): Enable ld for d30v.
7745
7746 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
7747
7748 * configure.in (tic80-*-*): Build compiler.
7749
7750 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
7751
7752 * configure.in (d30v-*): Remove sim directory from list of
7753 unsupported d30v directories
7754
7755 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
7756
7757 * config.sub, configure.in: Add d30v target cpu.
7758
7759 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
7760
7761 * makefile.vms: New file.
7762 * make-all.com: Remove.
7763
7764 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
7765
7766 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7767
7768 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
7769
7770 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7771
7772 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
7773
7774 * Makefile.in (ALL_MODULES): Added all-db.
7775 (CROSS_CHECK_MODULES): Addec check-db.
7776 (INSTALL_MODULES): Added install-db.
7777 (CLEAN_MODULES): Added clean-db.
7778
7779 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
7780
7781 * config.guess: Merge with latest FSF sources.
7782
7783 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
7784
7785 * Makefile.in (ALL_MODULES): Added all-itcl.
7786 (CROSS_CHECK_MODULES): Added check-itcl.
7787 (INSTALL_MODULES): Added install-itcl.
7788 (CLEAN_MODULES): Added clean-itcl.
7789
7790 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
7791
7792 * configure.in: build gdb for mn10200
7793
7794 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
7795
7796 * Makefile.in (all-target-winsup): Depend on all-target-libio.
7797
7798 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
7799
7800 * configure.in (tic80-*-*): Turn off most targets right now.
7801
7802 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
7803
7804 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7805 rather than the makeinfo program.
7806 (do-info): Depend upon all-texinfo.
7807
7808 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
7809
7810 * configure.in: Remove uses of config/mh-linux.
7811
7812 * config.sub, config.guess: Merge with latest FSF sources.
7813
7814 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
7815
7816 * config.sub (case $basic_machine): Add tic80 entries.
7817
7818 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
7819
7820 * config.sub, config.guess: Merge with latest FSF sources.
7821
7822 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
7823
7824 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7825 * mpw-config.in: Test for NewFolderRecursive.
7826 * mpw-install: Use symbolic name for startup filename.
7827 * mpw-README: Add various additional details.
7828
7829 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
7830
7831 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7832
7833 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
7834
7835 * configure.in: Do build gcc and the target libraries for
7836 the mn10200.
7837
7838 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
7839
7840 * configure.in: don't avoid building gdb for mn10300 any more
7841 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7842 instead of single-quoting it.
7843
7844 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
7845
7846 * configure.in: Don't use --with-stabs on IRIX 6.
7847
7848 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
7849
7850 * configure.in (m32r): Build gdb, libg++ now.
7851
7852 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7853
7854 * configure.in (mips*-sgi-irix6*): Remove gdb and related
7855 directories from noconfigdirs.
7856
7857 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
7858
7859 * config.sub (basic_machine): added mips16 configuration
7860
7861 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7862
7863 * config.sub: Handle d10v-unknown.
7864
7865 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
7866
7867 * config.sub: Handle v850-unknown.
7868
7869 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
7870
7871 * Makefile.in: add findutils
7872 * configure.in: add findutils to list of host_tools
7873
7874 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
7875
7876 * config.sub: Handle mn10200 and mn10300.
7877
7878 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7879
7880 * configure.in (d10v-*): Do not build librx.
7881
7882 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
7883
7884 * configure.in (mn10300): Build everything except gdb & libgloss.
7885
7886 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
7887
7888 * config.guess: Patch for Dansk Data Elektronik servers,
7889 from Niels Skou Olsen <nso@dde.dk>.
7890
7891 For ncr, use /bin/uname rather than uname, since GNU uname does not
7892 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
7893
7894 Patch for MIPS R4000 running System V,
7895 from Eric S. Raymond <esr@snark.thyrsus.com>.
7896
7897 Fix thinko for nextstep.
7898
7899 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7900
7901 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
7902 * config.guess: Guess mips-dec-mach_bsd4.3.
7903
7904 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
7905 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
7906 release numbers.
7907 * config.guess (mips-mips-riscos*): Emit just enough of the
7908 release number.
7909
7910 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
7911 * config.guess (sparc-auspex-sunos*): Added.
7912 (f300-fujitsu-*): Added.
7913
7914 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
7915 * config.guess: Recognize a Tadpole as a sparc.
7916
7917 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
7918
7919 * config.guess: Don't assume that NextStep version is either 2 or
7920 3. NextStep 4 (aka OpenStep 4) has come out now.
7921
7922 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
7923
7924 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7925 From Rik Faith <faith@cs.unc.edu>.
7926
7927 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7928
7929 * config.sub: Contributions from bug-gnu-utils to:
7930 Support plain "hppa" (no version given) architecture, reported by
7931 OpenStep.
7932 OpenBSD like NetBSD.
7933 LynxOs is not a hardware supplier.
7934
7935 * config.guess: Contributions from bug-gnu-utils to add support for:
7936 OpenBSD like NetBSD.
7937 Stratus systems.
7938 More Pyramid systems.
7939 i[n>4]86 Intel chips.
7940 M680[n>4]0 Motorola chips.
7941 Use unknown instead of lynx for hardware manufacturer.
7942
7943 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7944
7945 * install.sh (chmodcmd): Set to null if the DST directory already
7946 exists.
7947
7948 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7949
7950 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7951 not use mt-ppc target Makefile fragment any more.
7952
7953 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7954
7955 * configure.in (*-*-windows): Exclude everything but those dirs
7956 needed to build windows.
7957
7958 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
7959
7960 * Makefile.in (all-target-winsup): Depend on all-target-librx.
7961
7962 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7963
7964 * configure.in: Exclude mmalloc from i386-windows.
7965
7966 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7967
7968 * Undo my previous change.
7969
7970 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
7971
7972 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7973 unconditionally.
7974 (MAKEOVERRIDES): Define (revert this part of October 18 change).
7975
7976 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7977
7978 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
7979 host to add it's own flags.
7980
7981 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
7982
7983 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7984
7985 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
7986
7987 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7988 (CXX_FOR_TARGET): Likewise.
7989 (GCC_FOR_TARGET): Define.
7990 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7991 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7992 CC_FOR_TARGET was specified on the command line.
7993 (MAKEOVERRIDES): Don't define.
7994
7995 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
7996
7997 * configure.in (m32r): Fix spelling of libg++ libs.
7998
7999 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
8000
8001 * config.sub (-apple*): Remove, now redundant.
8002
8003 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
8004
8005 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8006
8007 * configure: Rework yesterday's sed script patch.
8008
8009 * config.sub: Merge with FSF.
8010
8011 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
8012
8013 * config.guess: Merge from FSF.
8014
8015 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8016 * config.guess: Use pc instead of unknown, for pc clone systems.
8017 Change linux to linux-gnu.
8018
8019 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
8020 * config.guess: Avoid non-portable tr syntax.
8021
8022 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
8023
8024 * test-build.mk (HOLES): Add "xargs" for gdb.
8025
8026 * configure: Avoid hpux10.20 sed bug.
8027
8028 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
8029
8030 * configure.in: Add support for windows host
8031 (that is a build done under the Microsoft build environment).
8032
8033 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
8034
8035 * Makefile.in: Replace all uses of srcroot with s, to shrink
8036 command line lengths.
8037
8038 Patches from Geoffrey Noer <noer@cygnus.com>:
8039 * configure.in: If configuring for newlib, pass --with-newlib to
8040 subdirectories.
8041 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8042 -Bnewlib/ and -Lwinsup to gcc.
8043 (CXX_FOR_TARGET): Likewise.
8044
8045 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
8046
8047 * Makefile.in (ETC_SUPPORT): Add configure.
8048
8049 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
8050
8051 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
8052 host configuration file.
8053
8054 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
8055
8056 * configure.in: Break mn10x00 support into separate
8057 mn10200 and mn10300 configurations.
8058 * config.sub: Likewise.
8059
8060 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
8061
8062 * configure.in: Add lots of stuff to noconfigdirs for
8063 the mn10x00 targets.
8064
8065 * config.sub, configure.in: Add mn10x00 support.
8066
8067 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
8068
8069 * make-all.com: Call conf-a-gas, not config-a-gas.
8070
8071 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
8072
8073 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
8074 targets.
8075
8076 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
8077
8078 * mpw-README: Add much more detail for native PowerMac.
8079 * mpw-install: New file.
8080 * mpw-configure: Add --norecursion and --help options.
8081 * mpw-config.in: Translate readme and install files when
8082 copying to objdir.
8083 * mpw-build.in: Don't always depend on byacc and flex.
8084 (install-only-top): New action.
8085
8086 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
8087
8088 * configure.in: You can now configure GDB for the v850.
8089
8090 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
8091
8092 * configure.in (noconfigdirs): Don't configure any C++ dirs
8093 if targeting D10V.
8094
8095 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
8096
8097 * config.sub: Recognize mips64vr5000.
8098
8099 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
8100
8101 * configure.in: Use a single line for host_tools and native_only.
8102
8103 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
8104
8105 * config.sub, configure.in: Add entries for m32r.
8106
8107 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
8108
8109 * Makefile.in (inet-install): Don't run install-gzip.
8110
8111 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
8112
8113 * configure.in: Don't config lots of things for *-*-windows*.
8114
8115 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
8116
8117 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8118 (host_libs, host_tools): Copy from configure.in.
8119 * mpw-configure: Don't complain about directories not found.
8120
8121 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8122
8123 * configure.in (i[345]86): Recognize i686 for pentium pro.
8124 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8125 file.
8126
8127 * config.guess (i[345]86): Ditto.
8128
8129 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8130
8131 * configure.in (noconfigdirs): Removed gdb for D10V.
8132
8133 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
8134
8135 * configure.in: Remove ld, target-libio, target-libg++, and
8136 target-libstdc++ from noconfigdirs.
8137
8138 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
8139
8140 * configure: Fix three locations where shell scripts were
8141 being run directly rather than with config_shell.
8142
8143 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
8144
8145 * configure.in (v850-*-*): Set up initial $noconfigdirs.
8146 * config.sub (basic_machine): Recognize v850.
8147
8148 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
8149
8150 * mpw-configure: Handle multiple enable/disable options and
8151 pass them down recursively, handle -c and -s flags appropriately
8152 depending on choice of compiler, add escape mechanism for
8153 quoted arguments to gC.
8154
8155 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8156
8157 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8158 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8159 so that -mrelocatable-lib and -mno-eabi are used.
8160
8161 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8162 not support --print-multi-lib, don't abort.
8163
8164 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
8165
8166 * make-all.com: Run config-a-gas.
8167 * setup.com: Don't copy subdirectory files around.
8168
8169 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
8170
8171 * configure.in (*-*-ose): Remove exclusion of libgloss for this
8172 target, it now compiles correctly.
8173
8174 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
8175
8176 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8177
8178 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8179
8180 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
8181
8182 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8183
8184 * configure.in (native_only): Add prms.
8185
8186 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
8187
8188 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8189 (BINUTILS_SUPPORT_DIRS): Likewise.
8190
8191 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8192
8193 * configure.in (d10v-*-*): Don't configure ld or gdb until the
8194 d10v support is added.
8195
8196 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8197
8198 * configure.in (d10v-*-*): New target.
8199
8200 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
8201
8202 * config.guess (HP 9000/811): Recognize this as a PA1.1
8203 machine.
8204
8205 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
8206
8207 * Makefile.in (do-tar-gz): New target, split out from tail end of
8208 taz target. Run each command separately, don't use pipes.
8209 (taz): Use it.
8210
8211 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
8212
8213 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8214 * mpw-build.in: No builds should depend on building byacc or flex,
8215 they are assumed to be installed already.
8216
8217 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8218
8219 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8220 variable that CC_FOR_TARGET needs.
8221
8222 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8223
8224 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8225 options have changed since the last time the subdirectory was
8226 configured, and if it has, reconfigure.
8227 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8228 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8229
8230 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
8231
8232 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8233 CLEAN_MODULES): Add bash.
8234 (all-bash): New target.
8235
8236 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
8237
8238 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8239
8240 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8241
8242 * config.sub (basic_machine): Recognize d10v as a valid processor.
8243
8244 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
8245
8246 * mpw-configure: Add support for --bindir.
8247 * mpw-build.in: Use a GCC-specific build script for GCC actions.
8248
8249 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
8250
8251 * configure.in: add bash, time, gawk to list of hosttools and things
8252 to only build for native toolchains
8253
8254 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8255
8256 * Makefile.in (docdir): Remove.
8257
8258 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8259
8260 * Makefile.in (datadir): Set to $(prefix)/share.
8261
8262 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
8263
8264 * configure.in: build diff and patch for cygwin32-hosted
8265 toolchains.
8266
8267 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
8268
8269 * config.sub: Accept -rtems*.
8270
8271 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
8272
8273 * configure.in: enable dosrel for cygwin32-hosted builds,
8274 remove diff from the list of things not buildable
8275 via Canadian Cross
8276
8277 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
8278
8279 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8280 don't get ". ".
8281
8282 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
8283
8284 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8285
8286 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
8287
8288 * Makefile.in (taz): Handle case where tex3patch didn't even get
8289 checked out. Also, if it was found, put the symlink in a new util
8290 subdirectory.
8291
8292 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8293
8294 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8295
8296 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
8297
8298 * config.sub: Recognize -openvms.
8299 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8300 * make-all.com, setup.com: New files.
8301
8302 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
8303
8304 * Makefile.in (taz): tex3patch moved to texinfo/util.
8305
8306 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
8307
8308 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8309 * configure.in: remove make from disable-if-Can-Cross list
8310 enable gdb if ${host} and ${target} are cygwin32
8311
8312 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
8313
8314 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
8315 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8316
8317 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
8318
8319 * config.guess: Combine mips-mips-riscos cases, and use cpp to
8320 distinguish sysv/svr4/bsd variants.
8321 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8322
8323 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
8324
8325 * configure.in: Added copyright notice.
8326 * move-if-change: Added copyright notice.
8327
8328 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8329
8330 * configure.in (powerpcle-*-solaris*): Until we get shared
8331 libraries working, don't build gdb, sim, make, tcl, tk, or
8332 expect.
8333
8334 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
8335
8336 * config.guess: Merge with FSF:
8337
8338 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
8339 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8340
8341 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
8342 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8343
8344 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
8345 * config.guess: Combine two OSF1 rules.
8346 Also recognize field test versions. From mjr@zk3.dec.com.
8347 * config.guess (dgux): Use /usr/bin/uname rather than uname,
8348 because GNU uname does not support -p. From pmr@pajato.com.
8349
8350 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
8351
8352 * Makefile.in (MAKEDIRS): Removed $(tooldir).
8353
8354 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
8355
8356 * mpw-README: Document GCCIncludes.
8357
8358 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
8359
8360 * configure.in (alpha-*-linux*): Set enable_shared to yes.
8361
8362 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
8363
8364 * mpw-configure: Handle --enable-FOO and --disable-FOO.
8365
8366 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
8367
8368 * configure.in (*-*-cygwin32): Configure make.
8369
8370 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
8371
8372 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8373
8374 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
8375
8376 * Makefile.in (all-inet): Depend on all-perl.
8377
8378 * Makefile.in (inet-install): New target.
8379
8380 * Makefile.in (all-inet): Depend on all-tcl.
8381 (all-inet): Depend on all-send-pr.
8382
8383 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8384
8385 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8386 temporarily.
8387
8388 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
8389
8390 * configure.in: Don't configure --with-gnu-ld on AIX.
8391
8392 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
8393
8394 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8395
8396 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
8397
8398 * Makefile.in (ALL_MODULES): Added all-inet.
8399 (CROSS_CHECK_MODULES): Added check-inet.
8400 (INSTALL_MODULES): Added install-inet.
8401 (CLEAN_MODULES): Added clean-inet.
8402 (all-indent): New target.
8403
8404 * configure.in (host_tools): Added inet.
8405 (native_only): Added inet.
8406 (noconfigdirs): Added inet.
8407
8408 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
8409
8410 * configure.in: Don't configure libgloss if we are not configuring
8411 newlib.
8412
8413 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
8414
8415 * configure.in: Don't configure libgloss for unsupported
8416 architectures.
8417
8418 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8419
8420 * Makefile.in (CLEAN_MODULES): Add clean-apache.
8421
8422 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
8423
8424 * Makefile.in (ALL_MODULES): Include all-apache.
8425 (CROSS_CHECK_MODULES): Include check-apache.
8426 (INSTALL_MODULES): Include install-apache.
8427 (all-apache): New target.
8428
8429 * configure.in: Added apache everywhere perl is seen.
8430
8431 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8432
8433 * Makefile.in: Add support for clean-{module} and
8434 clean-target-{module} rules.
8435
8436 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
8437
8438 * configure.in (*-*-ose) do not build libgloss.
8439
8440 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8441
8442 * config.guess (prep*:SunOS:5.*:*): Turn into
8443 powerpele-unknown-solaris2.
8444
8445 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
8446
8447 * configure.in: Permit --enable-shared to specify a list of
8448 directories.
8449
8450 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
8451
8452 * configure.in (host==solaris): Pass only the first word of $CC
8453 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8454
8455 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
8456
8457 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8458
8459 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
8460
8461 * Makefile.in (ALL_MODULES): Include all-perl.
8462 (CROSS_CHECK_MODULES): Include check-perl.
8463 (INSTALL_MODULES): Include install-perl.
8464 (ALL_X11_MODULES): Include all-guile.
8465 (CHECK_X11_MODULES): Include check-guile.
8466 (INSTALL_X11_MODULES): Include install-guile.
8467 (all-perl): New target.
8468 (all-guile): New target.
8469
8470 * configure.in (host_tools): Include perl and guile.
8471 (native_only): Include perl and guile.
8472 (noconfigdirs): Don't build guile and perl; no ports have been
8473 done.
8474
8475 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
8476
8477 * configure (--enable-*): Handle quoted option lists such as
8478 --enable-sim-cflags='-g0 -O' better.
8479
8480 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8481
8482 * Makefile.in ({,inst}all-target): New rule so we can make and
8483 install all of the target directories easily.
8484
8485 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8486
8487 * configure.in: Add missing global flag in sed substitution when
8488 deleting `target-' from ${configdirs}.
8489
8490 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
8491
8492 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8493 option.
8494
8495 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8496 config/mh-necv4.
8497
8498 * install.sh: Correct misspelling of transformbasename.
8499
8500 * config.guess: Recognize mips-*-sysv*.
8501
8502 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
8503
8504 * config.sub: Recognize mon960.
8505
8506 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
8507
8508 * configure: Restore Canadian Cross handling of BISON and LEX,
8509 removed in Feb 20 change.
8510
8511 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
8512
8513 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8514 Mention make install. Remove the old copyright date as well the
8515 clumsy and rather pointless copyright on the README file.
8516
8517 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
8518
8519 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8520 Makefile after running symlink-tree, then run `make distclean' to
8521 avoid clobbering any generated files in srcdir.
8522
8523 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
8524
8525 * configure.in (m68k-*-netbsd*): Build everything now.
8526
8527 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
8528
8529 * Makefile.in (taz): Fix quoting.
8530
8531 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
8532
8533 * configure.in (sparclet-*-*): Build everything now.
8534
8535 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8536
8537 * configure.in (m68k-*-linux*): New host.
8538
8539 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
8540
8541 * configure: Check for bison before byacc.
8542
8543 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
8544
8545 * Makefile.in configure: Change the way LEX and BISON/YACC are
8546 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
8547 searching PATH. These are used as fallbacks by Makefile.in if
8548 flex/bison/byacc aren't in objdir.
8549
8550 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
8551
8552 * Makefile.in: Make everything which depends upon all-bfd also
8553 depend upon all-opcodes, in case --with-commonbfdlib is used.
8554
8555 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8556
8557 * configure.in (host *-*-cygwin32): Don't build gdb if we are
8558 building NT native compilers on Unix.
8559
8560 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
8561
8562 * configure.in: Don't get CC from the host Makefile fragment if we
8563 can find gcc in PATH, or if this is a Canadian Cross. Move the
8564 Solaris test for /usr/ucb/cc to the post target script, just after
8565 the compiler sanity test.
8566
8567 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
8568
8569 * config.sub: Merge with FSF.
8570
8571 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
8572
8573 * Makefile.in (RPATH_ENVVAR): New variable.
8574 (REALLY_SET_LIB_PATH): Use it.
8575 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8576
8577 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
8578
8579 * config.sub, configure.in: Recognize sparclet cpu.
8580
8581 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8582
8583 * config.guess: Support m68k-cbm-sysv4.
8584
8585 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8586
8587 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8588 m68k-unknown-linuxaout from linker help string. Put quotes around
8589 $ld_help_string.
8590
8591 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
8592
8593 * config.guess (powerpc-harris-powerunix): Add guess for port
8594 to new target.
8595
8596 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8597
8598 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8599
8600 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
8601
8602 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8603 $(REALLY_SET_LIB_PATH) in Makefile.
8604 * Makefile.in (SET_LIB_PATH): New variable.
8605 (REALLY_SET_LIB_PATH): New variable.
8606 ($(DO_X)): Use $(SET_LIB_PATH).
8607 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8608 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8609 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8610 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8611 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8612 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8613 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8614 (install-dosrel): Likewise.
8615 (all-opcodes): Depend upon all-libiberty.
8616
8617 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
8618
8619 * config.guess (*:CYGWIN*): New
8620
8621 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8622
8623 * Makefile.in (all-target-winsup): All all-target-libiberty.
8624
8625 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8626
8627 * configure.in (noconfigdirs): Add missing # in front of comment.
8628
8629 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
8630
8631 * configure.in: add second pass to things added to noconfigdirs
8632 so *-gm-magic can exclude libgloss properly.
8633
8634 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
8635
8636 * mpw-configure (extralibs_name, rez_name): Set correctly
8637 for MWC68K compiler.
8638
8639 * mpw-README: Add more info on the necessary build tools.
8640
8641 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
8642
8643 * configure.in, config.sub: Recognize cygwin32.
8644
8645 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
8646
8647 * config.guess, config.sub: Recognize A/UX.
8648
8649 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
8650
8651 * config.sub: Merge with gcc/config.sub.
8652
8653 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
8654
8655 * mpw-build.in (do-binutils): Add build of stamps.
8656
8657 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
8658
8659 * config.sub: Add recognition for mips64vr4100*-* targets.
8660
8661 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8662
8663 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8664 Add creation of gconfigargs with `--enable-shared' turned on.
8665 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8666 ($(host)-stamp-stage3-configured): Likewise.
8667 (HOLES): Add chatr and ldd.
8668 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8669
8670 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
8671
8672 * configure: Pass --nfp to recursive configures.
8673
8674 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
8675
8676 * Makefile.in (DLLTOOL): New.
8677 (DLLTOOL_FOR_TARGET): New.
8678 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8679 (EXTRA_TARGET_FLAGS): Ditto.
8680 (EXTRA_GCC_FLAGS): Ditto.
8681 (CONFIGURE_TARGET_MODULES): Ditto.
8682 (DO_X): Ditto.
8683 * configure: Add DLLTOOL.
8684
8685 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
8686
8687 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8688 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8689 mh-sco, since old workarounds no longer needed, and don't
8690 build ld, since libraries have weak symbols in COFF.
8691
8692 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
8693
8694 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8695
8696 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
8697
8698 * configure.in: Make sure that ${CC} can be used to compile an
8699 executable.
8700
8701 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
8702
8703 * Makefile.in (all-gdb): Depend on $(GDB_TK).
8704 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8705 nothing depending on whether gdbtk is being built.
8706
8707 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
8708
8709 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8710
8711 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
8712
8713 * configure.in (noconfigdirs): Put ld or gas in this early, if the
8714 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8715
8716 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
8717
8718 * config-ml.in: Add support for
8719 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8720 Simplify setting of multidirs from --disable-foo.
8721
8722 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8723
8724 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8725 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8726 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
8727 non-empty, pass them on to the GCC make.
8728 (all-bootstrap): New rule that is like all-gcc, except it executes
8729 the GCC bootstrap rule instead of the GCC all rule.
8730
8731 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
8732
8733 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8734
8735 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8736
8737 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8738 DG/UX support.
8739
8740 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
8741
8742 * config.sub (i*86*) Change [345] to [3456]
8743
8744 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8745
8746 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8747 --with-gnu-ld=no.
8748
8749 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8750
8751 * config-ml.in (rs6000*, powerpc*): Add switches to control which
8752 AIX multilibs get built.
8753
8754 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8755
8756 * configure.in (i386-win32): Don't build expect if we're not
8757 building the tcl subdir.
8758
8759 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
8760
8761 * Makefile.in: (configure-target-examples, all-target-examples):
8762 New targets, configure and build example programs.
8763
8764 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8765
8766 * mpw-configure: If an mpw-config.in generated a file mk.sed,
8767 use it as input to sedit the generated MPW makefile.
8768 * mpw-README: Add a suggestion about Gestalt.h.
8769
8770 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
8771
8772 * config.sub: Accept *-*-ieee*.
8773
8774 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
8775
8776 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
8777 Ronald F. Guilmette <rfg@monkeys.com>.
8778
8779 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8780
8781 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8782 for powerpc-pe native.
8783 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8784 (target==powerpc-pe): duplicate i386-win32 entry.
8785
8786 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8787
8788 * configure.in (noconfigdirs): Exclude target-newlib for all versions
8789 of vxworks, not just vxworks5.1.
8790
8791 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
8792
8793 * mpw-configure: Add support for exec-prefix.
8794
8795 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8796
8797 * config.guess: Recognize HP model 816 machines as having
8798 a PA1.1 processor.
8799
8800 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
8801
8802 * configure: Ignore new autoconf configure options.
8803
8804 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
8805
8806 * config.guess: Recognize Pentium under SCO.
8807 From Robert Lipe <robertl@arnet.com>.
8808
8809 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8810
8811 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
8812
8813 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
8814
8815 * configure.in: Don't configure gas for alpha-dec-osf*.
8816
8817 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
8818
8819 * configure.in: Default to --with-stabs for some targets for which
8820 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8821 i[345]86*-*-unixware*.
8822
8823 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
8824
8825 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8826 rather than basing it on the target. Simplify handling of options
8827 controlling which directories to configure. Remove extraneous
8828 slash in multi-clean target.
8829
8830 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
8831
8832 * config-ml.in: Prefix more variables with ml_ so they don't collide
8833 with configure's.
8834
8835 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
8836
8837 * configure: Don't turn -v into --v.
8838
8839 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
8840
8841 * configure.in (targargs): Fix typo.
8842
8843 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8844
8845 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
8846
8847 * configure.in: Strip --host and --target options from
8848 CONFIG_ARGUMENTS, and always configure for --host only. Add
8849 --with-cross-host option when building with a cross-compiler.
8850 * configure: Canonicalize the arguments put into config.status by
8851 always using `=' for an option with an argument. Pass a presumed
8852 --host or --target explicitly.
8853
8854 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
8855
8856 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8857 into general OS recognition case.
8858
8859 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8860
8861 * configure.in (target_configdirs): add target-winsup only
8862 for win32 target systems.
8863
8864 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
8865
8866 * Makefile.in (all-target-libgloss): Depend upon
8867 configure-target-newlib, since when libgloss is built it looks to
8868 see if the newlib directory exists.
8869
8870 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
8871
8872 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8873 cfg-ml-*.in.
8874
8875 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
8876
8877 * configure: Handle LD and LD_FOR_TARGET when configuring a
8878 Canadian Cross.
8879
8880 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8881
8882 * configure.in (target_libs): add target-winsup.
8883 (target==i386-win32): add patch diff flex make to $noconfigdirs.
8884 (target==ppcle-pe): remove ld from $noconfigdirs.
8885
8886 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
8887
8888 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8889 Preserve relative path names in $srcdir. Build symlink tree if
8890 configuring cross target dir and srcdir=. (= no VPATH support).
8891 (configure-target-libg++): Depend on configure-target-librx.
8892 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8893 * config-ml.in: New file.
8894 * symlink-tree: New file.
8895 * configure: Ensure srcdir="." if that's what it is.
8896
8897 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
8898
8899 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8900 includes and FLEX_SKELETON setting.
8901 * mpw-configure (--with-gnu-ld): New option, controls whether
8902 to use PPCLink or ld with PowerMac GCC.
8903 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8904 * mpw-config.in: Configure grez if targeting Mac.
8905
8906 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
8907 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8908 just macos.
8909 * configure.in: Configure grez resource compiler if targeting Mac.
8910 * Makefile.in (all-grez, install-grez): New targets.
8911
8912 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
8913
8914 * configure: CXX defaults to gcc, not g++. If we find
8915 gcc in the path, set CC to gcc -O2.
8916
8917 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
8918
8919 * configure: Default ${build} correctly. Avoid picking up extra
8920 spaces when reading CC and CXX from Makefile. When doing a
8921 Canadian Cross, use plausible default values for numerous
8922 variables.
8923 * configure.in: When doing a Canadian Cross, don't try to
8924 configure tools whose configure script can't handle it.
8925
8926 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8927
8928 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8929
8930 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
8931
8932 * configure: Remove dubious bug reporting address.
8933
8934 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
8935
8936 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
8937 configure script, run that instead of this directory's configure.
8938 In either case, print a message that we're configuring the sub-dir.
8939
8940 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
8941
8942 * configure.in: Before checking for the existence of various files,
8943 use sed to filter out "target-".
8944
8945 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
8946
8947 * Makefile.in (DO_X): Split rule to decrease command line length
8948 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
8949 (Philippe De Muyter).
8950
8951 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8952
8953 * Makefile.in (all-patch): depend on all-libiberty.
8954
8955 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
8956
8957 * configure.in: If the only directory in target_configdirs which
8958 actually exists is libiberty, then set target_configdirs to empty,
8959 to avoid trying to build a target libiberty in a gas or gdb
8960 distribution.
8961
8962 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
8963
8964 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8965 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8966 systems.
8967
8968 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8969
8970 * configure.in (copy_dirs): Use sys-include instead of include
8971 for --with-headers option.
8972
8973 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
8974
8975 * Makefile.in, configure.in: Make winsup builds work with
8976 new scheme.
8977
8978 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
8979
8980 * configure.in: Build the linker on AIX.
8981
8982 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
8983
8984 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
8985 where needed.
8986
8987 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
8988
8989 * Makefile.in (all-gcc): Fix typo.
8990
8991 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
8992
8993 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
8994
8995 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
8996
8997 * configure.in: Rename libFOO to target-libFOO, and xiberty
8998 to target-xiberty, to provide more flexibility.
8999 (target_subdir): Define. Create if cross.
9000 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9001 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
9002 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9003 check-libFOO -> check-target-libFOO, etc.
9004 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9005 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9006 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9007 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
9008 allow ALL_GCC="" to only configure.
9009 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
9010 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
9011 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
9012
9013 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
9014
9015 * Makefile.in (taz): Build "info" in etc explicitly.
9016
9017 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
9018
9019 * configure.in: Make sure that CC is undefined (as opposed to
9020 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
9021 problem with autoconf trying to configure on a host without GCC.
9022
9023 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
9024
9025 * mpw-configure: Set host alias from choice of host compiler,
9026 only use generic MPW Makefile sed if present, edit a file
9027 named "hacked_Makefile.in" instead of "Makefile.in" if present.
9028 * mpw-README: Add problem notes about CW6 and CW7.
9029
9030 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
9031
9032 * Makefile.in (taz): Use ";" instead of ";;".
9033
9034 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
9035
9036 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
9037 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9038 DISTDOCDIRS.
9039 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
9040 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
9041
9042 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
9043
9044 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
9045 and gnats, because they are now subsumed by DISTSTUFFDIRS.
9046 Move bfd to DISTSTUFFDIRS.
9047
9048 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9049
9050 * Makefile.in (X11_LIB): Removed.
9051 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9052
9053 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9054
9055 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9056
9057 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9058 names.
9059
9060 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9061
9062 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9063
9064 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
9065
9066 * configure.in (i[345]86-*-win32): Always build newlib.
9067 Don't configure cvs, autoconf or texinfo.
9068 * Makefile.in (LD_FOR_TARGET): New.
9069 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9070 Pass down LD_FOR_TARGET.
9071
9072 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
9073
9074 * winsup: New directory.
9075 * Makefile.in: Build winsup.
9076 * configure.in: Winsup is configured when target is win32.
9077 Can only build win32 target GDB when native.
9078
9079 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
9080
9081 * config.guess: Recognize HP model 819 machines as having
9082 a PA 1.1 processor.
9083
9084 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
9085
9086 * configure: Fix sed loop which substitutes for CC and CXX to
9087 avoid bug found in various sed implementations.
9088
9089 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9090
9091 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9092 simulator. Use standard powerpc-*-eabi*.
9093
9094 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
9095
9096 * configure.in: Stop putting gas and binutils in noconfigdirs for
9097 powerpc-*-aix* and rs6000-*-*.
9098
9099 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
9100
9101 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9102 -mcall-aixdesc libraries.
9103
9104 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
9105
9106 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9107
9108 * config.sub (arm | armel | armeb): Fix shell syntax.
9109
9110 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9111
9112 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9113 -msoft-float and -mcpu=common support.
9114 (powerpc*-*-eabisim*): Add support for building -mcall-aix
9115 libraries.
9116
9117 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9118
9119 * configure.in: Allow configuration and build of emacs19 for the alpha.
9120
9121 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9122
9123 * configure.in (CC): Get ^CC, not just any old CC, from
9124 ${host_makefile_frag}.
9125
9126 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9127
9128 * configure.in (CC): Try to get CC from
9129 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9130
9131 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9132
9133 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9134 only if it exists in $(srcdir).
9135
9136 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
9137
9138 * configure: If CC and CXX are not set in the environment, set
9139 them, based on either an existing Makefile or on searching for gcc
9140 in PATH. Substitute for CC and CXX in Makefile.
9141 * configure.in: Remove libm from target_libs. Separate
9142 target_configdirs from configdirs. If CC is not set in
9143 environment, try to get it from a host Makefile fragment. Rewrite
9144 changes of configdirs to use skipdirs instead. A few minor
9145 tweaks. Take directories out of target_configdirs as they are
9146 taken out of configdirs. Remove existing Makefile files from
9147 subdirectories. Substitute for TARGET_CONFIGDIRS and
9148 CONFIG_ARGUMENTS in Makefile.
9149 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9150 by configure.in.
9151 (CONFIG_ARGUMENTS): Likewise.
9152 (CONFIGURE_TARGET_MODULES): New variable.
9153 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9154 ($(CONFIGURE_TARGET_MODULES)): New target.
9155 (configure-libg++, configure-libio): New targets.
9156 (all-libg++): Depend upon configure-libg++.
9157 (all-libio): Depend upon configure-libio.
9158 (configure-libgloss, all-libgloss): New targets.
9159 (configure-libstdc++): New target.
9160 (all-libstdc++): Depend upon configure-libstdc++.
9161 (configure-librx, all-librx): New targets.
9162 (configure-newlib): New target.
9163 (all-newlib): Depend upon configure-newlib
9164 (configure-xiberty): New target.
9165 (all-xiberty): Depend upon configure-xiberty.
9166
9167 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9168
9169 * configure.in (host i[345]86-*-win32): Expand the
9170 noconfigdirs again.
9171
9172 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
9173
9174 * mpw-configure: Fix sed command file name.
9175
9176 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
9177
9178 * configure.in (host i[345]86-*-win32): Reduce the
9179 noconfigdirs again.
9180
9181 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
9182
9183 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9184 or powerpc*-*-pe*, since they are not yet supported.
9185
9186 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
9187
9188 Add PowerMac support and many other enhancements.
9189 * mpw-configure: New option --cc to select compiler to use,
9190 paste options set according to --cc into the generated
9191 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9192 if mpw-make.sed is present.
9193 * mpw-config.in: Don't test for gC1, test for mpw-touch,
9194 add forward includes for PowerPC include files.
9195 * mpw-build.in: Build using Makefile.PPC if present.
9196 (do-byacc, etc): Remove separate version resource builds.
9197 (do-gas): Build "stamps" before "all".
9198 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9199 * mpw-README: Update to reflect --cc option, PowerMac support,
9200 and recently-reported compatibility problems.
9201
9202 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
9203
9204 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9205 embedded m68k systems (-aout, -coff, -elf, -vxworks).
9206 (--with-multilib-top): Pass to recursive invocations.
9207
9208 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
9209
9210 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9211 v810-*-*.
9212
9213 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9214
9215 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9216 gdb, ld and opcodes on v810-*-*.
9217
9218 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
9219
9220 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9221 (local-maintainer-clean): New target.
9222 (maintainer-clean): New target.
9223 (realclean): Just depend upon maintainer-clean.
9224
9225 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9226
9227 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9228
9229 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
9230
9231 * configure.in: Build ld in mips*-*-bsd* case.
9232
9233 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
9234
9235 * config.sub: Accept -lites* OS. From Ian Dall.
9236
9237 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
9238
9239 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9240 targets.
9241
9242 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9243
9244 * configure.in: treat i386-win32 canadian cross the same as
9245 i386-go32 canadian cross.
9246
9247 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9248
9249 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9250 running under the simulator to build a reduced set of libraries.
9251 (powerpc-*-eabiaix): Add fine grained multilib support added to
9252 other powerpc targets yesterday.
9253
9254 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9255
9256 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9257 -disable-softfloat, -disable-relocatable, -disable-aix, and
9258 -disable-sysv to control which multilib libraries get built.
9259
9260 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9261
9262 * configure: Add Makefile.tem to list of files to remove in trap
9263 handler.
9264
9265 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
9266
9267 * config.guess (*Linux*): Add missing "exit"s.
9268 Also, need specific check for alpha-unknown-linux (uses COFF).
9269
9270 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
9271
9272 * config.guess: Merge with FSF:
9273
9274 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
9275 * config.guess (AIX4): More robust release numbering discovery.
9276
9277 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
9278 * config.guess (i386-sequent-ptx): Properly get version number.
9279
9280 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
9281 * config.guess (mips:*:4*:UMIPS): New case.
9282
9283 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
9284
9285 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9286 (i386-win32 host): Likewise. Don't build readline.
9287
9288 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
9289
9290 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
9291 SUPPORT_FILES to submakes.
9292
9293 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
9294
9295 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9296 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9297 mpw-configure.
9298
9299 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
9300
9301 * configure.in (appdirs): Use =, not ==, in test expression when
9302 trying to build the text to print in the warning message for
9303 Solaris users.
9304
9305 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
9306
9307 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9308
9309 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9310
9311 * config.guess: Recognize lynx-2.3.
9312
9313 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
9314
9315 * config.sub (z8ksim): Deleted
9316 (z8k-*-coff): New, this is the one true name of the target.
9317
9318 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
9319
9320 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9321
9322 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
9323
9324 * config.guess (*:Linux:*:*): First try asking the linker what the
9325 default object file format is (elf, aout, or coff). Then if this
9326 fails, try previous methods.
9327
9328 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9329
9330 * configure.in: Don't build newlib for *-*-vxworks5.1.
9331
9332 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9333
9334 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9335 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9336
9337 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
9338
9339 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9340
9341 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
9342
9343 * cfg-ml-com.in: New file.
9344 * cfg-ml-pos.in: New file.
9345
9346 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9347
9348 * COPYING.NEWLIB: Add HP free copyright to list.
9349
9350 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9351
9352 * config.sub: Recognize -eabi* for the system, not just -eabi.
9353
9354 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
9355
9356 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9357 * config.sub, configure.in (win32): New target and host.
9358
9359 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
9360
9361 * configure.in: Add i386-pe configuration.
9362
9363 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
9364
9365 * mpw-build.in (install): Install GDB after LD.
9366
9367 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
9368
9369 * mpw-config.in (elf/mips.h): Always forward-include, needed
9370 for GDB to build.
9371
9372 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
9373
9374 * testsuite: New directory for customer acceptance and whole tool
9375 chain tests.
9376
9377 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
9378
9379 * configure: If per-host line isn't found, but AC_OUTPUT is found
9380 and a configure script exists, run it instead.
9381
9382 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
9383
9384 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
9385
9386 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
9387
9388 * configure: Set build_{cpu,vendor,os,alias} to host values when
9389 --build isn't specified.
9390
9391 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9392
9393 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9394 (FLAGS_TO_PASS): Pass them.
9395 (EXTRA_TARGET_FLAGS): Ditto.
9396
9397 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9398
9399 * Makefile.in (all-libg++): Depend on all-libstdc++.
9400
9401 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9402
9403 * configure.in (noconfigdirs): Enable all packages for
9404 i386-unknown-netbsd.
9405
9406 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
9407
9408 * configure.in (noconfigdirs): Don't configure tk for i386-go32
9409 hosted builds (DOS builds)
9410
9411 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9412
9413 Changes for ARM based on patches from Richard Earnshaw:
9414 * config.sub: Handle armeb and armel.
9415 * configure.in: Omit arm linker only for riscix.
9416
9417 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
9418
9419 * config.guess: Update from FSF.
9420
9421 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
9422
9423 * config.sub: Recognize powerpcle as the little endian variant of
9424 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
9425 powerpcle variant. Convert pentium into i586, not i486. Add p5
9426 alias for i586. Map new x86 variants p6, k5, nexgen into i586
9427 temporarily.
9428
9429 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
9430
9431 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9432
9433 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
9434
9435 * config.sub: Accept -lites* as a basic system type.
9436
9437 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
9438
9439 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9440 installed, and if so return linuxoldld as the system name.
9441
9442 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
9443
9444 * config.guess: Add hppa1.1-hp-lites support.
9445
9446 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
9447
9448 * configure.in: Don't build newlib for m68k-vxworks5.1.
9449
9450 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9451
9452 * configure.in (mips-sgi-irix6): Use mh-irix5.
9453
9454 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
9455
9456 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9457
9458 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9459
9460 * test-build.mk: Enable building of shared libraries on IRIX 5 and
9461 OSF/1. Fix compiler flags.
9462 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
9463
9464 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
9465
9466 * configure.in: Recognize --with-newlib.
9467 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9468
9469 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9470
9471 * Makefile.in: move {all,check,install}-gdb from *_MODULES
9472 to *_X11_MODULES due to gdbtk needing X include files et al.
9473
9474 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
9475
9476 Merge in support for Mac MPW as a host.
9477 (Old change descriptions retained for informational value.)
9478
9479 * mpw-config.in: Add generic include forwards for cpu-specific
9480 include files in aout and elf directories.
9481
9482 * mpw-configure: Added copyright.
9483 * mpw-config.in: Check for presence of required build tools.
9484 (target_libs): Add newlib.
9485 (target_tools): Add examples.
9486 (Read Me): Generate as "Read Me for MPW" instead.
9487 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9488 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9489 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9490
9491 * mpw-configure: Remove subdir-specific makefile hackery,
9492 delete mk.tmp after using it.
9493
9494 * mpw-build.in (all): Display start and end times.
9495
9496 * mpw-configure (host_canonical): Set.
9497 (target_cpu): Always add to makefiles.
9498 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9499 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9500 (mpw-mh-mpw): Look for in srcdir and srcroot.
9501 Use sed instead of mpw-edit-prefix to edit prefix definitions.
9502
9503 * mpw-build.in: (install-only): New target.
9504
9505 * mpw-configure (host_alias, target_alias): Rename from hostalias
9506 and targetalias, add into generated Makefile.
9507 (mk.tmp): If present, add into generated Makefile.
9508 * mpw-build.in (all-gas): Build config.h first before gas proper.
9509
9510 * mpw-configure (config.status): Write only if changed.
9511 * mpw-config.in (readline): Configure it (not built, just used for
9512 definitions).
9513
9514 * mpw-config.in (elf/mips.h): Add a forward include.
9515
9516 * mpw-config.in: Forward-include most .h files in include into
9517 extra-include.
9518 (readline): Don't build.
9519 mpw-build.in (install): Install GDB.
9520
9521 * mpw-configure (prefix, mpw_prefix): Handle it.
9522 * mpw-config.in (mmalloc, readline): Don't configure.
9523 * mpw-build.in (thisscript): Rename to ThisScript.
9524 Use mpw-build instead of BuildProgram everywhere.
9525 (mmalloc, readline): Don't build.
9526 * mpw-README: New file, basic documentation about the MPW port.
9527
9528 * mpw-config.in: Use forward-include to create include files.
9529
9530 * mpw-configure: Add more things to the top of each configured
9531 Makefile, including contents of config/mpw-mh-mpw.
9532 * mpw-config.in (extra-include): Create this directory and fill it
9533 with Posix-like include files when configuring.
9534
9535 * config.sub (apple, mac, mpw): Add various aliases.
9536
9537 * mpw-build.in: New file, top-level build script fragment for MPW.
9538 * mpw-configure: New file, configure script for MPW.
9539 * mpw-config.in: New file, config fragment for MPW.
9540
9541 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9542
9543 * configure.in (host_libs): Remove glob, since it is gone from the
9544 sources.
9545
9546 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9547
9548 * Makefile.in: define empty GDB_NLM_DEPS var.
9549
9550 * configure.in(target_makefile_frag): use config/mt-netware
9551 for netware targets.
9552
9553 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
9554
9555 * config.sub: Merge in recent FSF changes. Remove linux special
9556 cases.
9557
9558 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9559
9560 Revert this change:
9561
9562 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9563
9564 * build-all.mk: Use CC=cc -Xs on Solaris.
9565
9566 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9567
9568 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
9569 stop using it.
9570 * Makefile.in: Nuke all references to glob subdirectory.
9571
9572 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9573
9574 * configure.in: Fix --enable-shared logic in per-host.
9575
9576 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
9577
9578 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9579
9580 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9581
9582 * configure.in (noconfigdirs): Don't build gas on AIX, for
9583 powerpc*-*-aix* as well as for rs6000*-*-aix*.
9584
9585 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
9586
9587 * configure: Fix --cache-file to work if the file argument is a
9588 relative path.
9589
9590 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
9591
9592 * configure: If the --cache-file is used, pass it down to
9593 configure in subdirectories.
9594
9595 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
9596
9597 * config.sub: add vxworks29k configuration.
9598
9599 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
9600
9601 * Makefile.in (taz): Do "diststuff" part quietly.
9602
9603 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
9604
9605 * config.sub: Mini-merge with gcc/config.sub.
9606
9607 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9608
9609 * config.guess (IRIX): Sed - to _.
9610
9611 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9612
9613 * Makefile.in (source-vault, binary-vault): New targets.
9614
9615 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
9616
9617 * config.sub: Recognize -eabi as a basic system type.
9618
9619 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9620
9621 * configure.in (enable_shared stuff): Fix typo.
9622
9623 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
9624
9625 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9626
9627 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9628
9629 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9630
9631 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9632
9633 * configure.in (rs6000-*-*): Don't build gas.
9634
9635 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
9636
9637 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9638 reduce command line length.
9639 (AS_FOR_TARGET): Check for as.new, not Makefile.
9640 (NM_FOR_TARGET): Check for nm.new, not Makefile.
9641
9642 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
9643
9644 * config.guess: Merge from FSF.
9645
9646 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9647
9648 * configure: Don't use $ when handling program_suffix.
9649
9650 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
9651
9652 * configure.in: Configure tk for hppa/hpux.
9653
9654 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
9655
9656 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
9657
9658 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
9659
9660 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
9661 to LIBCXXFLAGS. Tests are better run without it.
9662
9663 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
9664
9665 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9666
9667 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
9668
9669 * configure.in (*-*-netware*): Don't configure xiberty.
9670
9671 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
9672
9673 * configure.in: Remove tk from native_only list.
9674
9675 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
9676
9677 * build-all.mk: Add mips-ncd-elf target to sun4 targets
9678 for special NCD build.
9679
9680 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9681
9682 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9683 makeall.bat, they're only useful for binutils snapshots.
9684 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9685 makeall.bat to specified SUPPORT_FILES.
9686
9687 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
9688
9689 * build-all.mk: Add Ericsson targets to sun4 and solaris
9690 hosts. Add BNR's sun4 target to solaris host, so their
9691 build-from-source will be tested in-house first.
9692
9693 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9694
9695 * Makefile.in (LIBCFLAGS): New variable.
9696 (CFLAGS_FOR_TARGET): Ditto.
9697 (LIBCFLAGS_FOR_TARGET): Ditto.
9698 (LIBCXXFLAGS): Ditto.
9699 (CXXFLAGS_FOR_TARGET): Ditto.
9700 (LIBCXXFLAGS_FOR_TARGET): Ditto.
9701 (BASE_FLAGS_TO_PASS): Pass them.
9702 (EXTRA_TARGET_FLAGS): Ditto.
9703
9704 * configure.in: Support --enable-shared.
9705
9706 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
9707
9708 * configure.in (target_libs): Include libstdc++ again.
9709 * config.guess: Update from FSF (for FreeBSD).
9710
9711 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9712
9713 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9714 makeall.bat.
9715 (DISTDOCDIRS): Add `etc'.
9716 (ETC_SUPPORT_PFX): New variable.
9717 (taz): Include anything from etc starting with a word in
9718 ETC_SUPPORT_PFX.
9719
9720 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9721
9722 * config.sub: Update for recent FSF changes. Remove obsolete
9723 h8300hds entry. Add -windows* and -osx as basic os. Minor
9724 spacing changes.
9725
9726 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
9727
9728 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
9729
9730 * config.guess: Merge with FSF.
9731 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9732
9733 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9734
9735 * configure: Since the "trap 0" handler will override the exit
9736 status on many systems, only use it for "exit 1", and make it set
9737 a non-zero exit status; reset it before "exit 0". Also, check
9738 exit status of config.sub, and error out if it failed.
9739
9740 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
9741
9742 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9743 and install libgloss.
9744
9745 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9746
9747 * Makefile.in (all-binutils): Depend upon all-byacc.
9748
9749 * configure.in: Don't build emacs on Irix 5.
9750
9751 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9752
9753 * configure.in (*-*-netware*): Add libio.
9754
9755 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9756
9757 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9758 (CHECK_TARGET_MODULES): Ditto.
9759 (INSTALL_TARGET_MODULES): Ditto.
9760 (TARGET_LIBS): Ditto.
9761 (all-libstdc++): Note dependencies.
9762
9763 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9764
9765 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9766
9767 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9768
9769 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9770 -fexternal-templates.
9771
9772 * configure.in (target_libs): Add libstdc++.
9773 (noconfigdirs): Add libstdc++ as appropriate.
9774
9775 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9776
9777 * config.guess: Update from FSF.
9778
9779 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9780
9781 * configure: Use ${config_shell} when running ${configsub}.
9782
9783 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
9784
9785 * config.sub: No longer recognize h8300h.
9786
9787 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9788
9789 * config.sub: Remove extraneous differences between config.sub and
9790 gcc/config.sub.
9791
9792 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9793
9794 * Makefile.in (DISTSTUFFDIRS): Add gas.
9795
9796 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
9797
9798 * COPYING.NEWLIB: New file.
9799
9800 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
9801
9802 * config.guess (HP-UX): Patch from Harlan Stenn
9803 <harlan@landmark.com> to also emit release level.
9804
9805 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
9806
9807 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9808
9809 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
9810
9811 * config.sub: Merge nextstep cleanup from FSF.
9812
9813 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9814
9815 * configure.in (arm-*-*): Don't configure ld for this target.
9816
9817 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9818
9819 * configure.in (*-*-netware): don't configure libg++, libio,
9820 librx, or newlib.
9821
9822 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9823
9824 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
9825 configure ld--it works, but it doesn't support shared libraries.
9826
9827 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9828
9829 * config.guess (*-unknown-freebsd*): Get rid of possible
9830 trailing "(Release)" in version string.
9831 Patch from Paul Richards <paul@isl.cf.ac.uk>.
9832
9833 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
9834
9835 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9836 Fix type: *-next-neststep -> *-next-nextstep.
9837
9838 * config.guess: Merge from FSF:
9839
9840 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
9841
9842 * config.guess: Recognize powerpc-ibm-aix3.2.5.
9843
9844 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
9845
9846 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9847 instead of UNIX_SV for UnixWare 1.0).
9848
9849 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
9850
9851 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
9852 to make gdb/nlm/* build after the compiler and linker.
9853
9854 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
9855
9856 * config.guess (netbsd, freebsd, linux): Accept any machine,
9857 not just i[34]86.
9858 (m68k-atari-sysv4): Relocate to match FSF version.
9859
9860 * config.guess: More merges from the FSF:
9861
9862 Add a space before function call or macro invocation.
9863
9864 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9865
9866 * config.guess: Add trap cmd to remove dummy.c and dummy when
9867 interrupted.
9868
9869 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9870
9871 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9872 (dummy): Redirect stderr from compilation of dummy.c.
9873
9874 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
9875
9876 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9877
9878 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
9879
9880 * configure: Accept and ignore --cache*, for compatibility with
9881 new autoconf.
9882
9883 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
9884
9885 * config.guess: Merge from FSF:
9886
9887 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9888
9889 * config.guess (Pyramid*:OSx*:*:*): New case.
9890 (PATH): Add /.attbin at end for finding uname.
9891 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
9892
9893 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
9894
9895 * config.guess (M88*:DolphinOS:*:*): New case.
9896
9897 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
9898
9899 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9900 to select whether to use ELF or COFF.
9901
9902 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9903
9904 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
9905
9906 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9907
9908 * config.guess: Guess the OS version for HPUX.
9909
9910 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9911
9912 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9913
9914 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9915
9916 * configure.in: Recognize --with-headers, --with-libs, and
9917 --without-newlib.
9918 * Makefile.in (all-xiberty): Depend upon all-ld.
9919
9920 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9921
9922 * configure.in: Change i[34]86 to i[345]86.
9923
9924 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9925
9926 * configure (version): A few more tweaks to help message.
9927
9928 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
9929
9930 * Makefile.in: Remove (for now) librx as a host library,
9931 now that we're building it for target.
9932
9933 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9934
9935 * configure: Fix up help message; from karl@owl.hq.ileaf.com
9936 (Karl Berry).
9937
9938 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
9939
9940 * configure.in: Also configure librx.
9941
9942 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9943
9944 * Makefile.in: Update various rules to reflect that librx
9945 is now needed for libg++.
9946
9947 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9948
9949 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9950
9951 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9952
9953 * configure.in: Configure the examples directory.
9954
9955 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9956
9957 * configure: Simplify Jun 2 1994 change.
9958
9959 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9960
9961 * change CC to /usr/latest/bin/gcc for lynx host builds, since
9962 /bin/gcc isn't good enough to build gcc.
9963
9964 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
9965
9966 * Makefile.in (GDB_SUPPORT_FILES): Remove
9967 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
9968 (gdb.tar.gz): Add new rule to use standard distribution building
9969 mechanism.
9970
9971 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9972
9973 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
9974 Bill Cox <bill@cygnus.com>.
9975
9976 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
9977
9978 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
9979
9980 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
9981
9982 * configure: Search current dir first in .gdbinit.
9983
9984 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
9985
9986 * config.sub: Recognize freebsd (merged from gcc config.sub).
9987
9988 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
9989
9990 * config.sub: Refer to NeXT's operating system as nextstep.
9991
9992 * config.sub (case $basic_machine): Re-order the cases, to match
9993 the order in the FSF version (which is mostly alphabethical).
9994 Merge in some additions and changes from the FSF.
9995
9996 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
9997
9998 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9999 * config.sub: Recognize cxux7.
10000 * configure.in: Use mh-cxux for m88k-harris-cxux*.
10001
10002 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
10003
10004 * config.sub: Fix typo powerpc -> powerpc-*.
10005
10006 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
10007
10008 * Makefile.in: `all-emacs19' depends on `all-byacc'.
10009
10010 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10011 parallel with all-emacs and install-emacs). Top-level command
10012 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10013
10014 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10015
10016 * test-build.mk ($(host)-stamp-stage2-installed): Remove
10017 $(relbindir)/make before doing ``make install'', and use
10018 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
10019 installing over running make binary.
10020 ($(host)-stamp-stage3-installed): Likewise.
10021
10022 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10023
10024 * config.guess: Recognize Mach.
10025
10026 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10027
10028 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10029 see whether --exec-prefix was used.
10030
10031 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10032
10033 * README: Explicitly mention libg++/README. (Zoo's idea.)
10034
10035 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10036
10037 * Makefile.in: Add all-librx target similar to all-libproc.
10038
10039 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
10040
10041 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
10042 with post 1.2 uname bogosity.
10043
10044 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10045
10046 * configure: Remove temporary files on receipt of a signal.
10047
10048 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
10049
10050 * configure: If there is a package_makefile_frag, remove
10051 ${subdir}/Makefile.tem after copying it in.
10052
10053 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10054
10055 * build_all.mk: support rs6000 lynx identifies itself as
10056 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
10057 since /bin/gcc is too feeble to compile a modern gcc.
10058
10059 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
10060
10061 * brought devo/test-build.mk update-to-date with progressive/
10062 test-build.mk. Add lynx targets and hppa flag info.
10063
10064 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10065
10066 * configure.in: Use mh-ncrsvr43. Patch from
10067 Tom McConnell <tmcconne@sedona.intel.com>.
10068
10069 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
10070
10071 * config.guess (i386-unknown-bsdi): No longer need to
10072 check #if defined(__bsdi__) && defined(__i386__).
10073
10074 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10075
10076 * configure: Set program_transform_nameoption correctly.
10077
10078 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
10079
10080 * brought build-all.mk update-to-date with progressive build-all.mk,
10081 added new targets and hppa info.
10082
10083 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10084
10085 * configure: If config.guess result is a prefix of the user
10086 specified target, assume a native build and use the user specified
10087 target as the host alias. Remove SunOS patch suffix removal hack.
10088 * configure.in: Remove SunOS patch suffix removal hack.
10089
10090 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10091 in NATIVE_CHECK_MODULES.
10092
10093 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
10094
10095 * Makefile.in: Rename HOST_ONLY to NATIVE.
10096 * configure: Delete SunOs patch suffix from host_canonical
10097 and build_canonical variables that are prepended to Makefiles.
10098 * configure.in: Add comments for easier maintenance.
10099
10100 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10101
10102 * Makefile.in: Add all-libproc target similar to all-gui.
10103
10104 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
10105
10106 * Makefile.in (CHECK_MODULES): split into
10107 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10108
10109 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
10110
10111 * config.guess (i386-unknown-bsdi): New system to guess.
10112
10113 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10114
10115 * Makefile.in: Add all-gui target (but not yet build by "all").
10116
10117 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
10118
10119 * config.sub: Move deletion of patch suffix from here...
10120 * configure.in: To here, at Ian's suggestion. The top-
10121 level scripts might need to know of a patch level.
10122
10123 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
10124
10125 * config.sub: Strip off patch suffix so rtl is recognized
10126 as a sunos4.1.3 machine, even though it's been patched.
10127
10128 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
10129
10130 * Makefile.in (INSTALL_LAST): Delete.
10131 (INSTALL_DOSREL): New.
10132
10133 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10134
10135 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10136 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10137 whether we pass down --with-gnu-ld anyhow.
10138
10139 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
10140
10141 * Makefile.in (INSTALL_LAST): Change operation so it works
10142 on more flavors of make.
10143 * configure.in (go32): Don't build libg++ or libio.
10144
10145 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
10146
10147 * Makefile.in (Move HOST_PREFIX_1 and friends up so
10148 they can be overriden by templates.
10149
10150 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
10151
10152 * configure.in (target==go32): Don't build gdb.
10153 * dosrel: New directory.
10154
10155 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
10156
10157 * configure.in (host==go32): Configure dosrel too.
10158 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10159 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10160 be set by incoming names or templates.
10161 (INSTALL_LAST): New rule.
10162
10163 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
10164
10165 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10166
10167 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10168
10169 * configure.in (appdirs): New variable. Currently empty, but will
10170 be used in gas distribution. If nonempty, lists a set of
10171 directories at least one of which must get configured, or top
10172 level configuration is considered to have failed.
10173 (rs6000-*-lynxos*): Use new file name.
10174
10175 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10176
10177 Eliminate XTRAFLAGS.
10178 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10179 newlib include files using -idirafter, and also use -nostdinc.
10180 (CXX_FOR_TARGET): Likewise.
10181 (XTRAFLAGS): Removed.
10182 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10183 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10184 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10185 ($(DO_X)): Don't pass down XTRAFLAGS.
10186
10187 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10188
10189 * configure.in (mips*-dec-bsd*): New target; do build linker.
10190 (mips*-*-bsd*): New target; don't build linker.
10191
10192 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10193
10194 * configure.in: support rs6000-*-lynxos* configuration.
10195 support sunos4 as a cross target.
10196
10197 * config.sub: look for lynx*, not lynx since the OS version may
10198 legitimately be part of the name.
10199
10200 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10201
10202 * configure.in (i[34]86-*-sco*): Move to be with other i386
10203 targets.
10204 (romp-*-*): New target. Skip various binary utilities.
10205 (vax-*-*): New target. Don't build newlib.
10206 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
10207
10208 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10209
10210 * configure.in: Only set host_makefile_frag if config
10211 directory exists.
10212
10213 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10214
10215 * install.sh: If $dstdir exists, don't check whether each
10216 component does.
10217
10218 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10219
10220 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10221
10222 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
10223
10224 * configure.in (*-*-lynxos*): Don't configure newlib for either
10225 native or cross Lynx.
10226
10227 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
10228
10229 * config.sub (sparc64-elf): Fix os.
10230 (z8k): Remove duplicate.
10231
10232 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10233
10234 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10235 gcc/stmp-fixproto, to try to prevent fixproto from being run.
10236
10237 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
10238
10239 * configure: Make file links cleanly even if Lynx fails on
10240 an NFS symlink (at least fail cleanly).
10241
10242 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
10243
10244 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10245 -XNh2000.
10246
10247 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10248
10249 * configure: Unknown options are fatal again.
10250
10251 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
10252
10253 * configure: Ignore --x-includes and --x-libraries, for Autoconf
10254 compatibility.
10255
10256 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
10257
10258 * build-all.mk: Add `clean' target.
10259
10260 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10261
10262 * config.guess: Add SINIX support.
10263 * configure.in: Add mips-*-sysv4* support.
10264
10265 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
10266
10267 * build-all.mk: Document all useful targets.
10268 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10269 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10270
10271 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10272
10273 * configure: Support --silent, --quiet.
10274
10275 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10276
10277 * configure: Support --disable-FEATURE.
10278
10279 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10280
10281 * config.guess: Recognize NCR running SVR4.3.
10282
10283 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
10284
10285 * config.guess: Make BSDI generate i386-unknown-bsd386.
10286 Patch from Paul Eggert <eggert@twinsun.com>.
10287
10288 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10289
10290 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10291
10292 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10293
10294 * configure: Make unrecognized options give nonfatal warnings
10295 instead of fatal errors, and pass them to any subdirectory
10296 configures in case they recognize them.
10297 Make --x equivalent to --with-x.
10298
10299 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10300
10301 * configure: Add --enable-* options. Clean up usage message and
10302 some comments.
10303
10304 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
10305
10306 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10307
10308 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10309
10310 * configure.in (hppa*-*-*): Enable binutils.
10311
10312 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10313
10314 * config.sub: Recognize cisco.
10315
10316 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
10317
10318 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10319
10320 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10321
10322 * config.guess: about target *-hitachi-hiuxwe2, don't print more
10323 than one configuration name. Add comment.
10324
10325 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
10326
10327 * config.guess: about target *-hitachi-hiuxwe2, fixed
10328 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
10329 macro is incorrect.]
10330
10331 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10332
10333 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10334 than the "make ls" stuff which used to be here.
10335
10336 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
10337
10338 * config.guess: Recognize i[34]86-unknown-freebsd.
10339 From Shawn M Carey <smcarey@rodan.syr.edu>.
10340
10341 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
10342
10343 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10344
10345 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10346
10347 * config.guess: Check for ptx.
10348
10349 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
10350
10351 * config.sub: Add os9k checking.
10352
10353 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10354
10355 * config.guess: Handle OSF1 running on HPPA processors
10356
10357 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
10358
10359 * configure: If subdir configure fails, print out a message with
10360 subdirectory name, in case subdir's configure code didn't identify
10361 itself.
10362
10363 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
10364
10365 * configure.in: Remove embedded newlines from configdirs.
10366 Avoid mismatches of substrings. Fix matching strings at end
10367 of configdirs.
10368
10369 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
10370
10371 * config.guess: Add Lynx/rs6000 config support.
10372
10373 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
10374
10375 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10376
10377 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
10378
10379 * configure.in (hppa*-*-osf*): Treat this just like most other
10380 PA configurations (eg no binutils or ld).
10381 (hppa*-*-*elf*): These configurations have binutils and ld.
10382
10383 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10384
10385 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
10386
10387 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10388
10389 * configure.in (rs6000-*-*): Build gas.
10390
10391 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10392
10393 * Makefile.in: Avoid bug in losing hpux sed.
10394
10395 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10396
10397 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10398 for GDB and GDB has been fixed to not need it.
10399
10400 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10401
10402 * config.guess: Recognize vax hosts.
10403
10404 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10405
10406 * configure (while loop): Don't use "break 2" inside case
10407 statement -- the case statement isn't an enclosing loop.
10408
10409 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
10410
10411 * config.guess: Clean up NeXT support, to allow nextstep
10412 on Intel machines. Make OS be nextstep.
10413
10414 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
10415
10416 * config.guess: Add alternate forms for Convex.
10417
10418 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
10419
10420 * configure: Completely rewrite option processing. Take
10421 advantage of pattern-matching to avoid invoking test frequently.
10422 Also clean up host and target defaulting logic.
10423
10424 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10425
10426 * Makefile.in: Replace all occurrances of "rootme" with "r" and
10427 "$${rootme}" with "$$r", to increase the likelihood that the do-*
10428 commands (plus user environment) will fit SCO limits.
10429
10430 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10431
10432 * configure.in: Don't issue warnings about directories which are
10433 not being configured if -norecursion is set. Correct test for
10434 --with-gnu-as and --with-gnu-ld to not get confused by substring
10435 matches.
10436
10437 * configure.in: Don't build gas for alpha-dec-osf1*.
10438
10439 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
10440
10441 * configure: Back out Per's change of 12/19/1993. It changes the
10442 behavior of configure in unexpected and confusing ways.
10443
10444 Also, use different delim char when calculating
10445 program_transform_name so that the name can contain slashes.
10446
10447 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
10448
10449 * configure.in, config.sub: Add support for VSTa micro-kernel.
10450
10451 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10452
10453 * configure.in: Nuke hacks which were used to get a special
10454 version of GAS for HPPA configurations.
10455
10456 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
10457
10458 * configure: If only ${target_alias} is given, use that
10459 as the default for ${host_alias}.
10460 * configure: Add missing back-slashes before nested quotes.
10461
10462 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
10463
10464 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10465
10466 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
10467
10468 * config.guess: Recognize some Tektronix configurations.
10469 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10470
10471 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10472
10473 * config.sub: Match any flavor of SH.
10474
10475 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
10476
10477 * configure.in: Don't try to configure newlib for Alpha.
10478
10479 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10480
10481 * configure.in: Don't build ld for Irix 5. Don't build gas,
10482 libg++ or libio for any Alpha target.
10483
10484 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10485
10486 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
10487
10488 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10489 default arguments -- so it tried to compress itself.
10490
10491 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
10492
10493 * configure.in (notsupp): ensure that a space is always at the end
10494 of the configdirs list, since the grep checks for an explicit space
10495
10496 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10497
10498 * configure.in (target i386-sysv4.2): don't build ld, since static
10499 versions of many libraries are not available.
10500
10501 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10502
10503 * config.guess: Recognize Apollos (using environment variables).
10504 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10505
10506 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10507
10508 * config.guess: Recognize Sony news mips running newsos.
10509
10510 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
10511
10512 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10513 "fi ; else" for bash.
10514
10515 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
10516
10517 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10518
10519 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
10520
10521 * config.sub: accept unixware as an alias for svr4.2.
10522 Fix some inconsistancies with the gcc version.
10523
10524 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10525
10526 * Makefile.in (DISTDOCDIRS): Add gdb.
10527
10528 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
10529
10530 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
10531
10532 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10533
10534 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10535 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10536 this now.
10537
10538 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10539
10540 * config.sub: Accept hiux* as an OS name.
10541
10542 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10543 etc/make-stds.texi. The underscore came from gcc, and dje now
10544 agrees that RUNTESTFLAGS is the correct name.
10545
10546 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
10547
10548 * install.sh: Remove 'set -e'. It makes any conditionals
10549 in the script useless.
10550
10551 * config.guess: Automatically recognize arm-acorn-riscix
10552 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10553
10554 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
10555
10556 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10557
10558 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10559
10560 * Makefile.in (DISTDOCDIRS): New variable.
10561 (taz): Edit local Makefile.in sooner, instead of proto-toplev
10562 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
10563
10564 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10565
10566 * configure.in (hppa target): check the source directory for the
10567 pagas sub-directory
10568
10569 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
10570
10571 * config.sub: Allow -aout* and -elf*.
10572
10573 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10574
10575 * configure.in: Don't build ld on i386-solaris2, same as for
10576 sparc-solaris2.
10577
10578 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
10579
10580 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10581
10582 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10583
10584 * configure.in: Configure gdb for alpha.
10585
10586 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10587
10588 * Makefile.in (CXXFLAGS): Add -O.
10589
10590 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10591
10592 * config.guess: added support for DG Aviion
10593
10594 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10595
10596 * configure.in: Produce warning message for subdirectories not
10597 configurable for this host/target combination. Don't try to
10598 configure gdb for vms.
10599
10600 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10601
10602 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10603 appropriate files before making "diststuff".
10604 (DISTBISONFILES): New var: list of files to be edited.
10605 (DISTSTUFFDIRS): Add binutils.
10606
10607 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10608
10609 * config.sub: also handle mipsel and mips64el (for little endian mips)
10610
10611 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10612
10613 * configure.in: Add * to end of all OS names.
10614
10615 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
10616
10617 * configure.in: Build newlib for LynxOS native.
10618
10619 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10620
10621 * config.guess: Add support for delta 88k running SVR3.
10622
10623 * configure.in: Add comment about HP compiler vs. emacs.
10624
10625 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10626
10627 * configure.in: don't build ld on solaris2 (not a viable option
10628 due to bugs in getpwnam & getpwuid)
10629
10630 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10631
10632 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10633 config.guess will produce a full version number.
10634
10635 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10636
10637 * configure.in: Build linker and binutils for alpha-dec-osf1.
10638
10639 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10640
10641 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10642 and gdb/testsuite/Makefile.in.
10643
10644 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10645
10646 * configure.in: recognize mips*- instead of mips-
10647
10648 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
10649
10650 * config.sub: Accept linux*coff and linux*elf as operating
10651 systems.
10652
10653 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10654
10655 * config.sub: Recognize mips64, and mips3 as an alias for it.
10656
10657 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10658
10659 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10660 gdb knows how to handle OSF/1 shared libraries.
10661
10662 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10663
10664 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10665 * config.guess: Recognize Hitachi's HIUX.
10666 * config.sub: Recognize h3050r* and hppahitachi.
10667 Remove redundant cases for hp9k[23]*.
10668
10669 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10670
10671 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10672 if gas and ld are in the source tree and are in ${configdirs}.
10673 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10674 --with options (but still pass them down on the command line,
10675 if they were explicitly specified).
10676
10677 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10678
10679 * configure: substitute SHELL value in Makefile.in with
10680 ${CONFIG_SHELL}
10681
10682 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10683
10684 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10685 *-*-solaris2* targets.
10686
10687 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10688
10689 * Makefile.in: define M4, and pass it down to sub-makes;
10690 all-autoconf now depends on all-m4
10691
10692 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10693
10694 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10695 presence of {ar,ranlib} instead of a configured directory
10696
10697 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10698
10699 * config.guess: Accept 34?? as well as 33?? for NCR.
10700
10701 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10702
10703 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10704 of 'gas' in sed commands, since 'gash' is now in the tree as well.
10705
10706 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10707
10708 * configure: grab values for $(CC) and $(CXX) from the
10709 environment, so that someone can do "CC=gcc configure; make" and
10710 have it work right (matching the way that autoconf works now)
10711
10712 * configure.in, Makefile.in: add support for gash, the tcl
10713 interface to Galaxy
10714
10715 * config.guess: add NetBSD variants (hp300, x86)
10716
10717 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
10718
10719 * install.sh: Support -d option (in the manner of SunOS 4 install,
10720 as it is more deterministic than that of GNU install)
10721 (chmodcmd): Set file to mode 755 by default (should also do default
10722 chgrp and chown, but I don't feel like dealing with that now)
10723
10724 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
10725
10726 * config.sub: Remove h8300hhms alias.
10727
10728 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10729
10730 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10731
10732 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10733
10734 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10735 as stmp-fixinc
10736
10737 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
10738
10739 * config.sub: recognize m88110-bug-coff.
10740
10741 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10742
10743 * Makefile.in (all-libio): all dependencies on the toolchain used
10744 to build this (gcc, gas, ld, etc)
10745
10746 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10747
10748 * config.guess: Deal with OSF/1 1.3 on alpha.
10749
10750 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10751
10752 * install.sh: add some 'else true' clauses for portability
10753
10754 * configure.in: don't build libio for h8[35]00-*-* targets
10755
10756 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
10757
10758 * Makefile.in: Add support for new libio.
10759
10760 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10761
10762 * install.sh: If one command fails, don't try the rest. Don't try
10763 to remove $dsttmp (via trap) unless we have already created it.
10764 If $src doesn't exist, detect it and exit with an error.
10765
10766 * config.guess: Recognize BSD on hp300.
10767
10768 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
10769
10770 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10771 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10772
10773 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
10774
10775 * Makefile.in (all-send-pr): depends on all-prms
10776
10777 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10778
10779 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10780
10781 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10782
10783 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10784 Added test for mips-mips-riscos5.
10785
10786 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10787
10788 * configure.in: use mh-hp300 for 68k HP hosts
10789
10790 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10791
10792 * configure: add support for CONFIG_SHELL, so that you can use
10793 some alternate shell for evaluating configure scripts
10794
10795 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
10796
10797 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
10798 in configure script to bug-gdb@prep.ai.mit.edu when building
10799 distribution archive.
10800 * Makefile.in (COMPRESS): Remove def.
10801 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
10802 gdb.tar.Z and make-gdb.tar.Z respectively.
10803 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
10804 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
10805 to convergence with 'taz' target in Makefile.in.
10806
10807 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10808
10809 * install.sh (dsttmp): use trap to ensure that tmp files go
10810 away on error conditions
10811
10812 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10813
10814 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10815
10816 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10817
10818 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10819 its parent is '/' not ''.
10820
10821 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10822
10823 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
10824
10825 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10826 that ${newsrcdir}/configure.in does.
10827
10828 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10829
10830 * test-build.mk: support for CONFIG_SHELL
10831
10832 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
10833
10834 * config.sub (netware): Add as a basic system type.
10835
10836 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
10837
10838 * Makefile.in (Makefile): depend on configure.in. Also drop the
10839 $(srcdir)/ from the dependency on Makefile.in.
10840
10841 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
10842
10843 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10844 (h8300hhms is temporary until multi-libraries are implemented).
10845 * configure.in: Handle h8300h too.
10846
10847 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10848
10849 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10850
10851 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
10852
10853 * configure: Remove extraneous output when guessing host type.
10854 * config.guess: Remove extraneous output when guessing using C
10855 compiler rather than uname, or when guessing fails.
10856
10857 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10858
10859 * Makefile.in: remove all.cross and install.cross targets
10860
10861 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10862 definitions
10863
10864 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
10865
10866 * configure.in (target sh): Build gprof.
10867
10868 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10869
10870 * config.sub: change -solaris to -solaris2
10871
10872 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10873
10874 * configure.in: Use config/mh-riscos for mips-*-sysv*.
10875
10876 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
10877
10878 * configure: Correct error message for missing Makefile.in to
10879 print correct directory.
10880
10881 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10882
10883 * install.sh: kludge around 386BSD shell bug
10884
10885 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
10886
10887 * config.guess: Recognize NeXT.
10888 * config.guess: Recognize i486-ncr-sysv4.
10889 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
10890
10891 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
10892
10893 * Makefile.in (MAKEINFOFLAGS): New variable.
10894 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10895 * build-all.mk, test-build.mk: Pass down --no-split as
10896 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
10897
10898 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
10899
10900 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
10901
10902 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
10903
10904 * Makefile.in (libg++.tar.z): New rule.
10905 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
10906 * Makefile.in (taz): Only do a single chmod.
10907
10908 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
10909
10910 * install.sh: don't use dirname anymore (replaced with sed usage)
10911
10912 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
10913
10914 * Makefile.in: Change extension for gzip'd files from '.z' to
10915 '.gz' per new FSF standard usage.
10916
10917 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
10918
10919 * configure: put quotes around the final value of program_transform_name
10920
10921 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10922
10923 * Makefile.in: new install.sh support; update install-info rules
10924
10925 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
10926
10927 * configure.in: Build diff for crosses, but not for go32 host.
10928
10929 * configure.in: Build gprof only for native, and don't build it
10930 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10931
10932 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
10933
10934 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10935
10936 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10937
10938 * configure.in (host_tools): Add prms.
10939
10940 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10941
10942 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10943 with $(FLAGS_TO_PASS) on the command line
10944
10945 * config.sub: Recognize lynx and lynxos
10946
10947 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
10948
10949 * config.sub: Accept -ecoff*, not just -ecoff.
10950
10951 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10952
10953 * Makefile.in (taz): Use .gz suffix instead of .z.
10954 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10955 names.
10956
10957 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10958
10959 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10960
10961 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10962
10963 * Makefile.in (install-no-fixedincludes): install gcc last, so
10964 that rebuilds that might happen during 'make install' don't get
10965 bogus gcc include files
10966
10967 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10968
10969 Change from Utah for HPPA support:
10970 * config.guess: Recognize hppa1.x-hp-bsd.
10971
10972 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
10973
10974 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
10975 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10976
10977 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
10978
10979 * config.sub: Add support for rom68k and bug boot monitors.
10980
10981 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
10982
10983 * Makefile.in: Make all-opcodes depend on all-bfd.
10984
10985 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
10986
10987 * config.guess: Added special check for i[34]86-univel-sysv4*.
10988
10989 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
10990
10991 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10992 the processor rather than assuming i486.
10993
10994 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10995
10996 * config.guess: Recognize SunOS6 as Solaris3.
10997
10998 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
10999
11000 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
11001 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11002
11003 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
11004
11005 * build-all.mk (all-cross): New target for Canadian Cross.
11006 Added Q2 go32 targets.
11007 * test-build.mk: Configure go32 cross sparclite-aout and
11008 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
11009 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11010
11011 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11012
11013 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11014 GO32 hosted toolchains
11015
11016 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
11017
11018 * configure: change so "-exec-prefix" gets passed down rather
11019 than "-exec_prefix" so autoconf generated Makefiles get the
11020 exec_prefix set right.
11021
11022 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11023
11024 * config.guess: get the Solaris2 minor version number
11025
11026 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11027
11028 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11029
11030 * config.guess: Recognize some Sequent platforms.
11031
11032 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11033
11034 * Makefile.in: added the vault-install target
11035
11036 * configure.in: actually use the Sun3 makefile fragment that's in
11037 config, also added the release dir to configdirs
11038
11039 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11040
11041 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11042
11043 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11044
11045 * configure.in: remove some program from Alpha targetted toolchains
11046
11047 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
11048
11049 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
11050 gprof.
11051 (taz): Run "make diststuff" in those directories instead of "make
11052 proto-dir". Look for "VERSION=" only at start of line in subdir
11053 Makefile. Use "gzip -9" for compression.
11054 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11055 (binutils.tar.z): New target.
11056
11057 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11058
11059 * Makefile.in (taz): Include gpl.texinfo.
11060
11061 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11062
11063 * Makefile.in (setup-dirs): Merged into "taz" target.
11064 (taz): Only do `proto-dir' stuff if a directory is actually needed
11065 for this target.
11066
11067 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
11068
11069 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11070 (FLAGS_TO_PASS): Pass down MUNCH_NM.
11071 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11072 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11073 (gcc-no-fixedincludes): Correct for current gcc Makefile.
11074
11075 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
11076
11077 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
11078 config.sub, and move-if-change to gdb testsuite distribution
11079 archive, so the testsuite can be extracted, configured, and
11080 run separately from the gdb distribution. Blow away the Chill
11081 tests that require a Chill compiled executable, since GNU Chill
11082 is not yet publically available.
11083
11084 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11085
11086 * test-build.mk: set environment variables in a single command,
11087 instead of a list of assignments and exports
11088
11089 * config.guess: recognize Alpha/OSF1 systems
11090
11091 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11092
11093 * configure: Change help message to prefer --options rather than
11094 -options.
11095
11096 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11097
11098 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11099 zippy@ecst.csuchico.edu.
11100 * config.guess: Recognize miniframe.
11101
11102 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
11103
11104 * Makefile.in: Use srcroot to find runtest rather than rootme.
11105 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11106
11107 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
11108
11109 * test-build.mk: Extensive additions to support building on a
11110 machine other than the host.
11111
11112 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11113
11114 * configure (tooldir): Fix for i386-aix again.
11115
11116 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
11117
11118 * configure, Makefile.in: Change definition of $(tooldir)
11119 to match the FSF.
11120
11121 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
11122
11123 * config.guess: Recognize i[34]86/SVR4.
11124
11125 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11126
11127 * Makefile.in (all-gdb): gdb depends on sim.
11128
11129 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
11130
11131 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
11132 at the same time we make the prototype gdb directory.
11133 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
11134 files at the same time as the gdb base release distribution.
11135
11136 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
11137
11138 * Makefile.in (check): Use individual check targets rather than
11139 DO_X rule.
11140 (check-gcc): Added.
11141
11142 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
11143
11144 * config.sub: Use sysv3.2 not sysv32 for canonical OS
11145 for System V release 3.2.
11146
11147 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11148
11149 * config.sub: Recognize hppaosf.
11150 * configure.in: Do configure ld/binutils/gas for it.
11151
11152 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11153
11154 * configure (tooldir): Alter syntax used to set this, for systems
11155 where "\$" isn't handled right, like i386-aix.
11156
11157 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
11158
11159 * configure: Pass program-transform-name, not
11160 program_transform_name, to recursive configures.
11161
11162 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
11163
11164 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11165 of gas+ld+binutils.
11166
11167 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
11168
11169 * config.guess: Recognize AIX3.2 as distinct from 3.1.
11170
11171 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11172
11173 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11174
11175 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11176
11177 * Makefile.in (PRMS): Set back to all-prms.
11178
11179 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
11180
11181 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11182 targets, rather than for MIPS hosts.
11183
11184 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11185
11186 * configure.in: add comment for --with-x default values
11187
11188 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11189
11190 * Makefile.in: add check-* targets for each of the directories in
11191 the tree. Add a definition of RUNTEST that will use the one we
11192 just built, if it exists. Pass this down via FLAGS_TO_PASS.
11193
11194 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
11195
11196 * configure.in: Removed obsolete references to bfd_target and
11197 target_makefile_frag.
11198
11199 * build-all.mk: Set assorted targets for Q2.
11200 * config.sub: Recognize z8k-sim and h8300-hms.
11201 * test-build.mk: Really don't pass host to configure.
11202 (HOLES): Added uname.
11203
11204 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
11205
11206 * configure: Handle an empty program-prefix, program-suffix or
11207 program-transform-name correctly.
11208
11209 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
11210
11211 * build-all.mk: -G 8 no longer required for MIPS targets.
11212 * test-build.mk: Don't pass host argument to configure; make it
11213 guess.
11214
11215 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
11216
11217 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
11218 * Makefile.in (COMPRESS): New macro, like GZIP.
11219
11220 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
11221
11222 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11223
11224 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11225 with gas currently defaults to -G 0.
11226
11227 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
11228
11229 * Makefile.in (all-flex): flex depends on byacc.
11230
11231 * build-all.mk: If host not specified, use config.guess. Pass TAG
11232 to test-build.mk as RELEASE_TAG.
11233 * test-build.mk (configargs): New variable containing arguments to
11234 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
11235 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11236
11237 * config.guess: Use /bin/uname when checking -X argument on SCO,
11238 to avoid invoking GNU uname which doesn't understand -X.
11239
11240 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11241
11242 * configure.in: Build gas for mips-*-*.
11243
11244 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11245
11246 * Makefile.in (all.normal): insert missing backslash.
11247
11248 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
11249
11250 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11251
11252 * Makefile.in: Complete overhaul to merge many almost identical
11253 targets.
11254
11255 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11256
11257 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11258 (gdb.tar.Z): Adjusted.
11259
11260 * Makefile.in (setup-dirs, taz): New targets; should be general
11261 enough to adapt for gdb sometime. Build only .z file.
11262 (gas.tar.z): New target.
11263
11264 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11265
11266 * build-all.mk: Use CC=cc -Xs on Solaris.
11267
11268 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
11269
11270 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
11271 for handling BISON for FSF releases.
11272
11273 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11274
11275 * configure: Actually implement the change zoo just documented.
11276
11277 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11278
11279 * configure: when using config.guess, only set target_alias when
11280 it's not already been set (ie, on the command line)
11281
11282 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11283
11284 * Makefile.in: add installcheck target, set PRMS to install-prms
11285
11286 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11287
11288 * configure: add support for package_makefile_fragment, handle the
11289 case where a directory has a configure.in file but no Makefile.in
11290 more gracefully (with an actual understandable error message, even);
11291 add support for --without (and add this to the usage message); also
11292 explicitly add a --host=${host_alias} to the command line when
11293 config.guess is used
11294
11295 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11296
11297 * configure: Must use both --host and --target in recursive calls.
11298
11299 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
11300
11301 * Makefile.in: Change deja-gnu to dejagnu.
11302
11303 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
11304
11305 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11306
11307 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11308
11309 * configure.in: canonicalize all instances to *-*-solaris2*,
11310 also strip out a number of tools to not build for go32 host
11311
11312 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11313
11314 * config.guess: add GPL.
11315
11316 * Makefile.in, config.guess, config.sub, configure: bump
11317 copyrights to 93.
11318
11319 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
11320
11321 * Makefile.in (do-info): Removed obsolete check for existence of
11322 localenv file.
11323
11324 * Makefile.in (MAKEOVERRIDES): Define to be empty.
11325
11326 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11327
11328 * Makefile.in: a couple of 'else true' for decstation,
11329 support for TclX
11330
11331 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11332
11333 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
11334
11335 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11336
11337 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
11338
11339 * config.guess: Recognize i386-ibm-aix (PS/2).
11340 * configure.in: Use config/mh-aix386 file for it.
11341
11342 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
11343
11344 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11345 CC_FOR_TARGET instead.
11346 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11347
11348 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
11349
11350 * Makefile.in: Add sim to list of directories sent with gdb
11351
11352 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
11353
11354 * configure.in: Put back mips-dec-bsd* case.
11355
11356 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
11357
11358 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11359 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
11360 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11361
11362 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11363
11364 * configure.in: remove no-op mips-dec-bsd* in "case $target"
11365
11366 * Makefile.in (dir.info): only run gen-info-dir if it exists,
11367 (install-info): install dir.info only if it exists,
11368 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11369
11370 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
11371
11372 * configure.in: For vms target, skip bfd, ld, binutils. Do build
11373 gas for mips-dec-bsd.
11374
11375 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
11376
11377 * configure (makesrcdir): If ${srcdir} is relative and not ".",
11378 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11379
11380 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
11381
11382 * configure.in: Added "dejagnu" to hosttools list.
11383
11384 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11385
11386 * config.sub, configure.in, config.guess: Add support
11387 for Bosx, an AIX variant from Bull.
11388 Patches from F.Pierresteguy@frcl.bull.fr.
11389
11390 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
11391
11392 * devo/dejagnu: Initial creation of devo/dejagnu.
11393 Migrated dejagnu testcases and support files for testing software
11394 tools to reside as subdirectories, currently called "testsuite",
11395 within the directory of the software tool. Migrated all programs,
11396 support libraries, etc. beloging to dejagnu proper from
11397 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
11398 with no modifications. The changes to these files which will
11399 allow them to configure, build, and execute properly will be made
11400 in a future update.
11401
11402 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11403
11404 * Makefile.in: Change send_pr to send-pr.
11405 * configure.in: Likewise.
11406 * send_pr: Renamed directory to send-pr.
11407
11408 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
11409
11410 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
11411
11412 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
11413
11414 * README: Update for gdb-4.8 release.
11415 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
11416 gdb-xxx.tar.z (gzip'd) file also.
11417
11418 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11419
11420 * Makefile.in: make all-diff depend on all-libiberty
11421
11422 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
11423
11424 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11425
11426 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11427
11428 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11429
11430 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
11431
11432 * Makefile.in (DEVO_SUPPORT): Remove etc directory
11433 (ETC_SUPPORT): Only add the files GDB wants from etc/.
11434 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
11435
11436 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11437
11438 * Makefile.in: makeinfo binary is in a new location
11439
11440 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
11441
11442 * config.sub: Accept -ecoff as an OS.
11443
11444 * Makefile.in: Various changes to eliminate a level of make
11445 recursion and reduce the required command line length.
11446 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11447 sub-makes.
11448 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11449 variables holding settings for specific sub-makes.
11450 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11451 in terms of BASE_FLAGS_TO_PASS.
11452 (TARGET_LIBS): New variable listing directories which use
11453 TARGET_FLAGS_TO_PASS.
11454 (subdir_do): Eliminated.
11455 (do-*): New set of targets to replace subdir_do.
11456 (various): All targets which used subdir_do now depend on do-*.
11457 (local-clean): Renamed from do_clean.
11458 (local-distclean): New target, dependency of distclean and
11459 realclean.
11460 (install-info): Don't create directories. Depend on dir.info
11461 rather than calling make recursively.
11462 (install-dir.info): Eliminated.
11463 (install-info-dirs): Create all info directories here.
11464 (dir.info): Depend upon do-install-info.
11465
11466 * test-build.mk (HOLES): Added false.
11467
11468 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
11469
11470 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
11471
11472 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11473
11474 * Makefile.in (info): remove dependency on all-texinfo. The
11475 problem was really in texinfo/C, not at this level.
11476
11477 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
11478
11479 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11480
11481 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
11482
11483 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
11484 GDB releases.
11485
11486 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11487
11488 * configure: Include srcdir in message about target of link not
11489 being found. Don't convert `-' to `_' in `with' options being
11490 passed to subdirs.
11491
11492 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11493
11494 * configure.in: add uudecode to host_tools
11495
11496 * Makefile.in: added {all,install}-uudecode targets, added them to
11497 the appropriate lists
11498
11499 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
11500
11501 * Makefile.in (all-gcc): Added dependency on all-gas.
11502
11503 * configure.in (mips-*-*): Build ld and binutils.
11504
11505 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11506
11507 * configure: check return code from mkdir, print error message and
11508 exit on failure.
11509
11510 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
11511
11512 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
11513
11514 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
11515
11516 * test-build.mk (HOLES): Added tar, cpio and uudecode.
11517
11518 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11519
11520 * config.sub (h8500): Recognize this as a cpu type.
11521
11522 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11523
11524 * configure: source directory missing is no longer a warning
11525
11526 * configure.in: recognize irix[34]* instead of irix[34]
11527
11528 * Makefile.in: define and pass down X11_LIB
11529
11530 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
11531
11532 * guess-systype: Renamed to ...
11533 * config.guess: ... by popular request.
11534 * configure.in, Makefile.in: Update accordingly.
11535
11536 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
11537
11538 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
11539 + Add Convex, Cray/Unicos, and Encore/Multimax support.
11540 + Execute ./dummy instead of assuming . is in PATH.
11541
11542 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
11543
11544 * guess-systype: New shell script. Attempts to guess the
11545 canonical host name of the executing host.
11546 Only a few hosts are supported so far.
11547 * configure: Call guess-systype if no host is specified.
11548
11549 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
11550
11551 * Makefile.in (gcc-no-fixedincludes): Made to work with current
11552 gcc Makefile.
11553
11554
11555 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
11556
11557 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11558 (all-gcc, install-gcc, subdir_do): Use it.
11559
11560 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11561
11562 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11563
11564 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
11565
11566 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11567 set exclusively by configure, using configure.in .
11568
11569 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11570
11571 * test-build.mk: set $PATH for all builds
11572
11573 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11574
11575 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
11576
11577 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
11578 the one used in gcc/Makefile.in, so that a null expansion doesn't
11579 override the one needed to build gcc with a native cc.
11580
11581
11582 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11583
11584 * configure: Accept -with arguments.
11585
11586 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11587
11588 * Makefile.in: added h8300sim
11589
11590 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
11591
11592 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11593 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
11594 (all-cygnus, native, build-cygnus): Make
11595 $(canonhost)-stamp-3stage-done, not $(host)....
11596 * test-build.mk (stamp-3stage-compared): Use tail +10c for
11597 i386-sco3.2v4. Added else true to if command.
11598
11599 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
11600
11601 * config.sub: (from FSF) Sequent uses a BSD-like OS.
11602
11603 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
11604
11605 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11606
11607 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11608
11609 * configure.in: don't remove binutils from Solaris builds
11610
11611 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
11612
11613 * Makefile.in: get rid of earlier definitions for *clean,
11614 also handle the recursive info rule better
11615
11616 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
11617
11618 * Makefile.in (mostlyclean, distclean, realclean): Fix to
11619 do more-or-less the right thing.
11620
11621 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
11622
11623 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11624 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11625
11626 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11627
11628 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11629 $(host_canonical).
11630
11631 * configure.in: split the configdirs list into 4 categories (native
11632 v. cross, library v. tool) and handle the cross-only and native-
11633 only in more reasonable (and correct!) way.
11634
11635 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
11636
11637 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
11638 configdirs anymore.
11639
11640 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11641
11642 * Makefile.in: extensive cleanup:: removed all of the explicit
11643 clean-* targets, collapsed many wrappers around subdir_do into
11644 one, added additional targets to satisfy standards.texi, deleted
11645 some old targets, some changes for consistency
11646
11647 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11648
11649 * configure.in: handle some programs as cross-only, and others as
11650 native only
11651
11652 * test-build.mk: handle partial holes in a more generic manner
11653
11654 * Makefile.in: m4 depends on libiberty
11655
11656 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11657
11658 * configure.in: add m4, textutils, fileutils, sed, shellutils,
11659 time, wdiff, and find to configdirs
11660
11661 * Makefile.in: all, clean, and install rules for the new programs
11662 added to configure.in
11663
11664 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11665
11666 * configure.in: use mh-sun for all *-sun-* hosts
11667
11668 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11669
11670 * Makefile.in: define flags for X11 include files and library file
11671 locations, pass them down to the programs that need this info
11672
11673 * build-all.mk: added a 'native' target, to 3stage the native toolchain
11674
11675 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11676
11677 * configure.in: start building libg++ for HP-UX targets
11678
11679 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
11680
11681 * README: Update references to files moved into etc/.
11682
11683 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
11684
11685 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
11686 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
11687
11688 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
11689
11690 * configure: accept dash as well as underscore in long option
11691 names for FSF compatibility.
11692
11693 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
11694
11695 * config.sub: added -sco3.2v4 support from FSF.
11696
11697 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11698
11699 * configure.in: expand the section that adds or removes
11700 directories from the list of programs to build, to handle native
11701 vs. cross in addition to host v. native
11702
11703 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
11704
11705 * Makefile.in: Replace C++ in macro names with CXX.
11706 This is less likely to break ...
11707
11708 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11709
11710 * test-build.mk: add -w to GNU_MAKE
11711
11712 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11713
11714 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11715 add 'sparc' to list of recognized cpus. This needed to make
11716 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11717 Delete some redundant ose68 variants. Recognize -wrs as an os,
11718 then changes that into $CPU-wrs-vxworks.
11719
11720 * configure.in: remove most references to gdbtest, regularize
11721 target based program removal
11722
11723 * test-build.mk: import from p3 tree (many fixes and changes)
11724
11725 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
11726
11727 * Makefile.in: added rules to handle tcl, tk, and expect
11728
11729 * configure.in: handle those directories if they exist
11730
11731 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11732
11733 * config.sub: removed bogus hppabsd and hppahpux names, since
11734 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11735
11736 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11737
11738 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
11739 depends upon all-xiberty
11740
11741 * Makefile.in: changes from p3, including:
11742
11743 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
11744
11745 * Makefile.in (XTRAFLAGS): include newlib directories if
11746 newlib/Makefile exists, rather than if host != target.
11747
11748 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
11749
11750 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11751 from the same source tree and not building a cross-compiler. This
11752 matters for the libg++ configuration if reconfiguring a tree that
11753 has already been installed.
11754
11755 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
11756
11757 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11758 pick up the machine and system specific header files.
11759
11760 * Makefile.in: added AS_FOR_TARGET, passed down in
11761 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
11762 the C compiler to use to create programs which are run in the
11763 build environment, set it to default to $(CC), and passed it down
11764 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11765
11766 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
11767
11768 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11769 We need them for unusual native builds, like systems without
11770 ranlib.
11771
11772 * configure: also define $(host_canonical) and
11773 $(target_canonical), which are the full, canonical names for the
11774 given host and target
11775
11776 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
11777
11778 * Makefile.in: Added separate definitions for C++.
11779
11780 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
11781
11782 * configure.in (configdirs): Add deja-gnu.
11783
11784 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
11785
11786 * README: Update for configure.texi and gdb-4.7 release.
11787
11788 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
11789
11790 * Makefile.in: Move "all" target to top of file.
11791 Previously, first target was ".PHONY" which caused BSD4.4 make
11792 to build .PHONY when make was run without arguments.
11793
11794 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
11795
11796 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
11797 Library-copylefted code in libiberty.
11798
11799 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
11800
11801 * config.sub: Replace m68kmote with plain old m68k.
11802
11803 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
11804
11805 * Makefile.in: Remove space from blank line, avoid Make complaints.
11806
11807 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
11808
11809 * config.sub: Complain if no argument is given. Added support for
11810 386bsd as OS and target alias.
11811
11812 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
11813
11814 * Makefile.in (XTRAFLAGS): include newlib directories if
11815 newlib/Makefile exists, rather than if host != target.
11816
11817 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
11818
11819 * config.sub: recognize sparclite-wrs-vxworks.
11820
11821 * Makefile.in (install-xiberty): added *-xiberty make rules (from
11822 p3.) Added clean-xiberty to clean.
11823
11824 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11825
11826 * configure.in: use *-*-* instead of nested cases for host and target
11827
11828 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
11829
11830 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11831 from the same source tree and not building a cross-compiler. This
11832 matters for the libg++ configuration if reconfiguring a tree that
11833 has already been installed.
11834
11835 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
11836
11837 * config.sub (i486v/i486v4): Merge in from FSF version.
11838
11839 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
11840
11841 * configure: only set PWD if it is already set.
11842
11843 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
11844
11845 * configure: just set PWD=`pwd` at the top, since Ultrix sh
11846 doesn't have unset and all success paths (and most error paths)
11847 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11848 to just ${PWD} to avoid confusion.)
11849
11850 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
11851
11852 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11853 even for a native compilation.
11854
11855 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
11856
11857 Changes to make the gdb.tar.Z rule work better.
11858
11859 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
11860 (DEVO_SUPPORT): Add configure.texi.
11861 (bfd-ilrt.tar.Z): Remove ancient rule.
11862
11863 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
11864
11865 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11866 pick up the machine and system specific header files.
11867
11868 * configure.in, config.sub: added new target m68010-adobe-scout,
11869 with alias of adobe68k. Changed configure.in to check for
11870 -scout before -sco* to avoid a false match.
11871
11872 * Makefile.in: added AS_FOR_TARGET, passed down in
11873 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
11874 the C compiler to use to create programs which are run in the
11875 build environment, set it to default to $(CC), and passed it down
11876 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11877
11878 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
11879
11880 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11881 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
11882 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11883 FOR_TARGET variants, to newlib and libg++.
11884
11885 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
11886
11887 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11888 first.
11889
11890 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
11891
11892 * config.sub: Accept `elf' as an environment.
11893
11894 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11895
11896 * Makefile.in (all-opcodes): cd into the right directory
11897
11898 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
11899
11900 * configure: added -program_transform_name option, used as
11901 argument to sed when installing programs.
11902 configure.texi: added documentation for -program_prefix,
11903 -program_suffix and -program_transform_name.
11904
11905 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
11906
11907 * config.sub: Accept i486 where i386 ok.
11908
11909 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
11910
11911 * config.sub: accept we32k
11912
11913 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
11914
11915 * config.sub, configure.in: accept OSE68000 and OSE68k.
11916
11917 * Makefile.in: don't create all directories for ``make install'';
11918 let the subdirectories create the ones they need.
11919
11920 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11921
11922 * COPYING: new file, GPL v2
11923
11924 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11925
11926 * Makefile.in: use the new gen-info-dir, which needs a template
11927 argument (which also lives in texinfo)
11928
11929 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11930
11931 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
11932
11933 * config.sub (ncr3000): Change i386 to i486.
11934
11935 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11936
11937 * Makefile.in: add install-rcs, install-grep to
11938 install-no-fixedincludes, removed install-bison and install-libgcc
11939
11940 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
11941
11942 * configure.in: grab the HPUX makefile fragment if on HPUX
11943
11944 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11945
11946 * Makefile.in: eradicate bison spoor (ditto libgcc).
11947 configure.in: recognise m68{k,000}-ericsson-OSE.
11948 es1800 is alias for m68k-ericsson-OSE
11949
11950 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11951
11952 * configure.in: rearrange the parts that remove programs from
11953 configdirs, based now on HOST==TARGET or by canonical triple.
11954
11955 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11956
11957 * test-build.mk: recurse explicitly with -f test-build.mk when
11958 appropriate. predicate stage3 and comparison on the existence
11959 of gcc. That is, if gcc isn't around, we aren't three-staging.
11960 On very clean, also remove ...stamp-co. Build in-place before
11961 doing other builds.
11962
11963 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11964
11965 * Makefile.in, configure.in: add tgas
11966
11967 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11968
11969 * Makefile.in: a number of changes merged in from progressive.
11970
11971 * configure.in: add libm.
11972
11973 * .cvsignore: ignore some stuff that comes from test-build.mk.
11974
11975 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
11976
11977 * config.sub: Add es1800 (m68k-ericsson-es1800).
11978
11979 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11980
11981 * configure: Add program_suffix (parallel to program_prefix)
11982 * Makefile.in: adjust directory-creating script for losing decstation
11983
11984 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
11985
11986 * configure: Minor $subdir-related fixes.
11987
11988 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11989
11990 * configure: fix various problems with propogating
11991 makefile_target_frag in subdirs.
11992 * configure.in: config libgcc if its there
11993
11994 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
11995
11996 * config.sub: HPPA merge.
11997
11998 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
11999
12000 * Makefile.in: Replace all-bison with all-byacc in all
12001 dependency lines for other tools (which now use byacc).
12002
12003 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
12004
12005 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
12006
12007 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
12008
12009 * Makefile.in: make gprof rules similar to byacc rules (instead of
12010 vestigal $(unsubdir) that didn't work...)
12011
12012 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
12013
12014 * config.sub: Add support for Linux.
12015 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
12016 (at least for libg++).
12017
12018 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
12019
12020 * configure.texi: fix doc for the -nfp option to configure
12021
12022 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
12023
12024 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12025
12026 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
12027
12028 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12029 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12030 * configure.in: added solaris* host_makefile_frag hook.
12031
12032 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12033
12034 * config.sub: changed recognition of m68000 so that various
12035 m68k types can be specified via m680[01234]0
12036
12037 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12038
12039 * config.sub (basic_machine): fix sed so that '-foo' isn't
12040 completely substituted out while .+'-foo' loses the '-foo'
12041
12042 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
12043
12044 * config.sub ($os): Add -aout.
12045
12046 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
12047
12048 * configure: If host_makefile_frag is absolute, don't
12049 prefix ${invsubdir} (relevant to libg++ auto-configure).
12050
12051 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
12052
12053 * Makefile.in (tooldir): Define it.
12054 (all-ld): Depend on all-flex.
12055
12056 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
12057
12058 * Makefile.in (check): Fix libg++ special case.
12059
12060 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
12061
12062 * configure: do not bury `pwd` into config.status, thus do fewer
12063 pwd's.
12064
12065 * configure: print the "Building in" message only when building in
12066 other than "." AND verbose.
12067
12068 * configure: remove -s, rework -v to better accommodate guested
12069 configures.
12070
12071 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12072
12073 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
12074
12075 * Makefile.in: macroize flags passed on recursion. remove
12076 fileutils.
12077
12078 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
12079
12080 * configure: get makesrcdir right for subdirs deeper than 1.
12081
12082 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12083 install.
12084
12085 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
12086
12087 * Makefile.in: don't print subdir_do or recursion lines.
12088
12089 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
12090
12091 * standards.texi: added menu item.
12092
12093 * Makefile.in: build and install standards.info.
12094
12095 * standards.texi: new file.
12096
12097 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12098
12099 * configure: test for and move config.status pieces from
12100 ${subdir}/.
12101
12102 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
12103
12104 * configure: Test for existance of files before trying to mv
12105 them, to avoid numerous non-existance messages.
12106
12107 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
12108
12109 * configure: correct final line of config.status.
12110
12111 * configure: patch from eggert. Avoids a protection problem if
12112 the original Makefile.in is read only.
12113
12114 * configure: use move-if-change from gcc to create config.status.
12115 Some makefiles depend on config.status to tell if a directory
12116 has been reconfigured for a different host. This change
12117 prevents those directories from remaking everything in the case
12118 where the reconfig was only intended to rebuild a Makefile.
12119
12120 * configure: test for config.sub with "config.sub sun4" rather
12121 than "config.sub ${host_alias}". Otherwise we can't tell a bad
12122 host alias from a missing config.sub.
12123
12124 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12125
12126 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12127 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
12128
12129 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
12130
12131 * configure: mkdir ${subdir} as needed.
12132
12133 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
12134
12135 * Makefile.in,configure.in: added autoconf.
12136
12137 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12138
12139 * Makefile.in: no longer pass against on recursion.
12140
12141 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12142 definitions are not inherited.
12143
12144 * configure: correct makesrcdir when subdir is .
12145
12146 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
12147
12148 * configure: Add support for 'subdirs' variable, which is
12149 like 'configdirs', except that configure doesn't re-invoke
12150 itself for subdirs, it just creates a Makefile for each subdir.
12151 * configure.texi: Document subdirs.
12152
12153 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12154
12155 * configure.in: added flex to configdirs
12156
12157 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
12158
12159 * Makefile.in: remove clean-stamps from clean.
12160
12161 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
12162
12163 * configure.in: Add gdbtest to configdirs.
12164
12165 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
12166
12167 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
12168 to recursive makes.
12169 * configure.in: Recognize new ncr3000 config.
12170
12171 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
12172
12173 * Makefile.in, configure.in: removed references to gdbm.
12174
12175 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
12176
12177 * config.sub: Don't canonicalize os value
12178 newsos* to bsd (readline needs to check for newsos).
12179 (This fix was earlier made Jan 31, but got re-broken.)
12180
12181 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
12182
12183 * configure.in: sco is an os, not a vendor!
12184
12185 * configure: Quote $( better. Keep various shells happy.
12186
12187 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
12188
12189 * Makefile.in: eliminate stamp-files.
12190
12191 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
12192
12193 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
12194 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12195
12196 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
12197
12198 * config.sub: fix iris/iris3.
12199
12200 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
12201
12202 * configure: re-add -rm.
12203
12204 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
12205
12206 * Maskefile.in: add .stmp-rcs to all.
12207
12208 * configure.in: remove gas from rs6000 build, use aix host fragment.
12209
12210 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
12211
12212 * configure: pass down site_option during recursion.
12213
12214 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
12215
12216 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
12217
12218 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
12219
12220 * configure: Change exec_prefix so that it really defaults to prefix.
12221
12222 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
12223
12224 * Makefile.in, configure.in: Add support for mmalloc library.
12225
12226 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
12227
12228 * Makefile.in: add stmp dependencies for a few more things.
12229
12230 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
12231
12232 * configure: adjusted error message on objdir/srcdir configure
12233 collision, per john's suggestion.
12234
12235 * Makefile.in: add libiberty stmp to all and all.cross.
12236
12237 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
12238
12239 * Makefile.in: remove force dependencies, add grep to all.
12240
12241 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
12242
12243 * Makefile.in: drop flex. make stamp files work.
12244
12245 * configure: added test for conflicting configuration in srcdir,
12246 remove trailing slashes from srcdir. Otherwise emacs gdb mode
12247 gets cranky. use relative paths for configure and srcdir
12248 whenever possible. Send some error messages to stderr that were
12249 going to stdout.
12250
12251 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
12252
12253 * Makefile.in: Fix libg++ rule to check for gcc directory
12254 before using gcc/gcc. Also pass XTRAFLAGS.
12255
12256 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
12257
12258 * Makefile.in: added stmp-files so that directories aren't polled
12259 when they are already built.
12260
12261 * configure.texi: fixed a node pointer problem.
12262
12263 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
12264
12265 * config.sub configure.in gdb/configure.in
12266 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12267 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12268 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
12269
12270 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12271
12272 * configure: -recurring becomes -silent. corrected help message
12273 for -site= option.
12274
12275 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12276
12277 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12278
12279 * configure: when building Makefile for crosses, replace
12280 tooldir and program_prefix. default srcdir from location of
12281 config.sub. remove "for host in hosts" and "for target in
12282 targets" loops.
12283
12284 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12285
12286 * Makefile.in: Do not pass bindir or mandir to cvs.
12287
12288 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12289
12290 * Makefile.in, configure.in: removed traces of namesubdir,
12291 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12292 copyrights to '92, changed some from Cygnus to FSF.
12293
12294 * configure.texi: remove most references to multiple hosts,
12295 multiple targets, subdirs, etc.
12296
12297 * configure.man: removed rcsid. reference config.sub not
12298 config.subr.
12299
12300 * Makefile.in: mkdir $(infodir) on install-info.
12301
12302 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
12303
12304 * configure.texi: Explain better about .gdbinit and about
12305 the environment that configure.in sections run in.
12306
12307 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
12308
12309 * configure.in: Ultrix is only a decstation if it's a MIPS.
12310
12311 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
12312
12313 * README: DOC.configure => cfg-paper.texi.
12314
12315 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
12316
12317 * config.sub (near case $os): Don't convert newsos* to bsd!
12318
12319 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
12320
12321 * Makefile.in: Reinstall change from gdb-4.3 that reduces
12322 the number of copies of COPYING that go into the GDB tar file.
12323
12324 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
12325
12326 * bfd/configure.in, gdb/config/mh-i386sco,
12327 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12328 Fix SCO configuration stuff.
12329
12330 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
12331
12332 * Makefile.in: For libg++, make sure the -I pointing
12333 to the gcc directory goes *after* all the libg++-local -I flags.
12334 Also, move just-gcc dependency from just-libg++ to all-libg++.
12335
12336 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
12337
12338 * configure: Change -x to -f to keep Ultrix /bin/test happy.
12339
12340 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
12341
12342 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
12343
12344 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
12345
12346 * config.sub: Add stratus configuration frags. Also
12347 submitted to FSF.
12348
12349 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
12350
12351 * Makefile.in (DEV_SUPPORT): add configure.man.
12352
12353 * config.sub(Decode manufacturer-specific): add -none*.
12354
12355 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
12356
12357 * Makefile.in: remove form feeds to make Sun's make happy.
12358 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
12359
12360 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
12361
12362 * Makefile.in (AR_FLAGS): Make quieter.
12363
12364 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
12365
12366 * configure.in: Add libg++.
12367 * configure: When verbose, don't output the command line at each
12368 level; it will be unremarkably the same as the previous version,
12369 which will be the same as what the user typed.
12370
12371 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
12372
12373 * configure.in, Makefile.in: fix clean-info, add flex. add
12374 fileutils.
12375
12376 * configure: be less sensitive to spaces in Makefile.in. Do not
12377 look for sources in "..". Doing so breaks subdirectories that
12378 might have their own configure. If a subdir has it's own
12379 configure script, use it.
12380
12381 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
12382
12383 * cfg-paper.texi: some changes suggested by rms.
12384
12385 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
12386
12387 * config.sub: Merge in some small additions from the FSF version,
12388 taken from the gcc distribution, to bring the Cygnus and FSF
12389 versions into closer sync.
12390
12391 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
12392
12393 * configure.in: Changed svr4 references to sysv4.
12394
12395 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
12396
12397 * configure: added -V for version number option.
12398
12399 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
12400
12401 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12402 renamed from DOC.configure to cfg-paper.texi.
12403
12404 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12405
12406 * configure, config.subr, config.sub: config.subr is now
12407 config.sub again.
12408
12409 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
12410
12411 * configure.texi: new file, in progress.
12412
12413 * Makefile.in: build info file and install the man page for
12414 configure.
12415
12416 * configure.man: new file, first cut.
12417
12418 * configure: find config.subr again now that configuration "none"
12419 has gone. removed all traces of the -ansi option. removed all
12420 traces of the -languages option.
12421
12422 * config.subr: resync from rms.
12423
12424 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12425
12426 * configure, config.sub, config.subr: merge config.sub into
12427 config.subr, call the result config.subr, remove config.sub, use
12428 config.subr.
12429
12430 * Makefile.in: revised install for dir.info.
12431
12432 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12433
12434 * configure.in: add decstation host makefile frag.
12435
12436 * Makefile.in: BISON now bison -y again. also install-gcc on
12437 install. clean-gdbm on clean. infodir belongs in datadir.
12438 Make directories for info install. Build dir.info here then
12439 install it.
12440
12441 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12442
12443 * Makefile.in: fix for bad directory tests.
12444
12445 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12446
12447 * configure: \{1,2\} appears to be a sysv'ism. Use a different
12448 regexp. -srcdir relative was being handled incorrectly.
12449
12450 * Makefile.in: unwrapped some for loops so that parallel makes
12451 work again and so one can focus one's attention on a particular
12452 package.
12453
12454 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12455
12456 * configure: added PWD as a stand in for `pwd` (for speed). use
12457 elif wherever possible. make -srcdir work without -objdir.
12458 -objdir= commented out.
12459
12460 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12461
12462 * configure: +options become --options. -subdirs commented out.
12463 added -host, -datadir. Renamed -destdir to -prefix. Comment in
12464 Makefile now at top of generated Makefile. Removed cvs log
12465 entries. added -srcdir. create .gdbinit only if there is one
12466 in ${srcdir}.
12467
12468 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12469 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12470 and mandir now keyed off datadir by default.
12471
12472 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12473
12474 * Freshly created ChangeLog.
12475
12476 \f
12477 Local Variables:
12478 mode: change-log
12479 left-margin: 8
12480 fill-column: 76
12481 version-control: never
12482 End: