* Makefile.def: Add dependencies for configure-opcodes
[deliverable/binutils-gdb.git] / ChangeLog
1 2006-07-17 Jakub Jelinek <jakub@redhat.com>
2
3 * Makefile.def: Add dependencies for configure-opcodes
4 on configure-intl and all-opcodes on all-intl.
5 * Makefile.in: Regenerated.
6
7 2006-07-04 Peter O'Gorman <peter@pogma.com>
8
9 * ltconfig: chmod 644 before ranlib during install.
10
11 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
12
13 * configure.in: Fix thinkos in previous check-in.
14 * configure: Regenerate.
15
16 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
17
18 Sync from gcc:
19
20 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
21
22 PR other/27063
23 * configure.in: Test subdir_requires and give an appropriate
24 error message.
25 * configure: Regenerate.
26
27 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
28
29 PR target/27540
30 * configure.in: Only enable libgomp on IRIX 6.
31 * configure: Regenerate.
32
33 2006-06-20 David Ayers <d.ayers@inode.at>
34
35 PR bootstrap/28072
36 * configure.in: Add target-boehm-gc to noconfigdirs depending on
37 whether target-libjava is being configured instead of whether the
38 java front end is enabled.
39 * configure: Regenerate.
40
41 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
42
43 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
44 to R_ARM_LDC_SB_G{0,1,2} respectively.
45
46 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
47
48 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
49 too.
50 * Makefile.in: Regenerate.
51
52 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
53
54 Sync from gcc:
55
56 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
57 * configure.in: Don't enable libgomp on hpux10.
58 * configure: Rebuilt.
59
60 2006-06-13 David Ayers <d.ayers@inode.at>
61
62 Sync from gcc:
63
64 2006-06-12 David Ayers <d.ayers@inode.at>
65
66 PR bootstrap/27963
67 PR target/19970
68 * configure.in: Remove target-boehm-gc from noconfigdirs where
69 ${libgcj} is specified.
70 * configure: Regenerate.
71
72 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
73
74 Sync from gcc:
75
76 2005-01-12 David Edelsohn <edelsohn@gnu.org>
77 Andreas Schwab <schwab@suse.de>
78
79 PR bootstrap/18033
80 * config-ml.in: Eval option if surrounded by single quotes.
81
82 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
83
84 Sync from gcc:
85
86 2006-06-06 David Ayers <d.ayers@inode.at>
87
88 PR libobjc/13946
89 * Makefile.def: Add dependencies for libobjc which boehm-gc.
90 * Makefile.in: Regenerate.
91 * configure.in: Add --enable-objc-gc at toplevel and have it
92 enable boehm-gc for Objective-C.
93 Remove target-boehm-gc from libgcj.
94 Add target-boehm-gc to target_libraries.
95 Add target-boehm-gc to noconfigdirs where ${libgcj}
96 is specified.
97 Assert that boehm-gc is supported when requested for Objective-C.
98 Only build boehm-gc if needed either for Java or Objective-C.
99 * configure: Regenerate.
100
101 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
102
103 PR 27674
104 * Makefile.tpl (configure-[+prefix+][+module+],
105 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
106 Remove rule to unstage bootstrapped modules.
107 (stage_current): New.
108 * Makefile.in: Regenerate.
109
110 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
111 Andreas Tobler <a.tobler@schweiz.ch>
112
113 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
114 * configure: Rebuilt.
115
116 Revert
117 2006-01-31 Richard Guenther <rguenther@suse.de>
118 Paolo Bonzini <bonzini@gnu.org>
119
120 * Makefile.def (target_modules): Add libgcc-math target module.
121 * configure.in (target_libraries): Add libgcc-math target library.
122 (--enable-libgcc-math): New configure switch.
123 * Makefile.in: Re-generate.
124 * configure: Re-generate.
125
126 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
127
128 * config-ml.in: Alter CCASFLAGS to include special
129 multilib options the same as is done for CFLAGS.
130
131 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
132
133 * Makefile.def: Added dependencies from sim and gdb on intl, and
134 added configure dependencies to everything with an all dependency
135 on intl.
136 * gettext.m4: Removed.
137 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
138 (GDB_SUPPORT_DIRS): Add intl.
139 * Makefile.in: Regenerated.
140
141 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
142
143 * src-release (DEVO_SUPPORT): Add config.rpath.
144
145 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
146
147 * Makefile.def (bfd, opcodes): Fix lib_path.
148 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
149 (restrap): Move under "@if gcc-bootstrap". Fix typo.
150 * Makefile.in: Regenerate.
151
152 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
153
154 * configure.in: Enable gprof for cross builds.
155 * configure: Regenerate.
156
157 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
158
159 * src-release (MAKEINFOFLAGS): Define.
160 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
161
162 2006-05-14 Ben Elliston <bje@au.ibm.com>
163
164 * config.sub, config.guess: Update from upstream sources.
165
166 2006-05-12 Ben Elliston <bje@au.ibm.com>
167
168 * config.sub, config.guess: Update from upstream sources.
169
170 2006-05-04 Steve Ellcey <sje@cup.hp.com>
171
172 * blt, iwidgets, mmalloc: Remove directories.
173
174 2006-05-01 DJ Delorie <dj@redhat.com>
175
176 * configure.in: Restore CFLAGS if GMP isn't present.
177 * configure: Regenerate.
178
179 2006-04-18 DJ Delorie <dj@redhat.com>
180
181 * configure.in (m32c): Build libstdc++-v3. Pass flags to
182 reference libgloss so that libssp can be built in a combined
183 tree.
184 * configure: Regenerate.
185
186 2006-04-10 Ben Elliston <bje@au.ibm.com>
187
188 * contrib: Remove directory.
189
190 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
191
192 * Makefile.tpl: Add install-html target.
193 * Makefile.def: Add install-html target.
194 * Makefile.in: Regenerate.
195 * configure.in: Add --with-datarootdir, --with-docdir,
196 and --with-htmldir options.
197 * configure: Regenerate.
198
199 2006-03-31 Ben Elliston <bje@au.ibm.com>
200
201 PR binutils/1860
202 * configure.in: Require makeinfo 4.4 or higher.
203 * configure: Regenerate.
204
205 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
206
207 * Makefile.in: Regenerate.
208
209 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
210
211 Sync with gcc:
212 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
213
214 * configure.in: Handle --disable-<component> generically.
215 * configure: Regenerate.
216
217 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
218
219 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
220 (TARGET_CONFIGDIRS): Remove.
221 * configure.in: Remove AC_SUBST(target_configdirs).
222 * Makefile.in, configure: Regenerated.
223
224
225 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
226
227 PR libgcj/17311
228 * ltmain.sh: Don't use "$finalize_rpath" for compile.
229
230 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
231
232 PR bootstrap/25670
233
234 * Makefile.tpl ([+compare-target+]): Print explanation messages.
235
236 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
237 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
238 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
239 BUILD_PREFIX, BUILD_PREFIX_1.
240 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
241
242 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
243 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
244
245 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
246 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
247 of `cat stage_current`. Always provide the `r' and `s' variables.
248 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
249 a single shell execution.
250 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
251 bootstrapped modules, make the stage1 module if the build was not
252 started yet, else build the current stage.
253 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
254 (all-build, all-host, all-target, [+make_target+]-host,
255 [+make_target+]-target): Do not use \-continued lines.
256 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
257 (current_stage, restrap, stage_last): New.
258
259 * Makefile.in: Regenerate.
260 * configure: Regenerate.
261
262 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
263
264 Sync from gcc:
265
266 2006-01-31 Richard Guenther <rguenther@suse.de>
267 Paolo Bonzini <bonzini@gnu.org>
268
269 * Makefile.def (target_modules): Add libgcc-math target module.
270 * configure.in (target_libraries): Add libgcc-math target library.
271 (--enable-libgcc-math): New configure switch.
272 * Makefile.in: Re-generate.
273 * configure: Re-generate.
274 * libgcc-math: New toplevel directory.
275
276 2006-01-18 Richard Henderson <rth@redhat.com>
277 Jakub Jelinek <jakub@redhat.com>
278 Diego Novillo <dnovillo@redhat.com>
279
280 * libgomp: New directory.
281 * Makefile.def: Add target_module libgomp.
282 * Makefile.in: Regenerate.
283 * configure.in (target_libraries): Add target-libgomp.
284 * configure: Regenerate.
285
286 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
287 Andreas Schwab <schwab@suse.de>
288
289 * configure: Regenerate.
290
291 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
292
293 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
294 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
295 the assembler, linker and binutils.
296 * configure: Regenerate.
297
298 2006-01-16 Nick Clifton <nickc@redhat.com>
299
300 * config.sub, config.guess: Sync from config repository.
301
302 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
303
304 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
305 @ from continuation.
306 * Makefile.in: Rebuilt.
307
308 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
309
310 Sync from gcc:
311
312 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
313
314 PR bootstrap/24252
315
316 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
317 * Makefile.tpl (OBJDUMP): New.
318 (EXTRA_HOST_FLAGS): Add it.
319 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
320
321 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
322 to use symbolic links between directories. Avoid race conditions
323 or make them harmless.
324 * configure.in: Do not try to use symbolic links between directories.
325
326 * Makefile.def (LEAN): Pass.
327 * Makefile.tpl (LEAN): Define.
328 (stage[+id+]-start): Accept that the previous directory does not
329 exist, if the bootstrap is lean.
330 (stage[+id+]-bubble): Invoke lean bootstrap commands after
331 stage[+id+]-start. Use a makefile variable and an `if' instead of a
332 configure substitution.
333 ([+compare-target+]): Likewise.
334 ([+bootstrap-target+]-lean): New.
335 * configure.in: Remove lean bootstrap support from here.
336
337 * Makefile.in: Regenerate.
338 * configure: Regenerate.
339
340 2006-01-02 Andreas Schwab <schwab@suse.de>
341
342 * configure.in: When reconfiguring remove Makefile in
343 all stage directories.
344 * configure: Regenerate.
345
346 2005-12-27 Leif Ekblad <leif@rdos.net>
347
348 * configure.in: Add support for RDOS target.
349 * configure: Regenerate.
350
351 2005-12-27 Nick Clifton <nickc@redhat.com>
352
353 PR binutils/1990
354 * libtool.m4: Synchronize with version in GCC sources.
355
356 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
357
358 Revert Ada-related part of the previous change.
359
360 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
361 Do not pass.
362 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
363 * Makefile.in: Regenerate.
364 * configure.in: Do not include mt-ppc-aix target fragment.
365 * configure: Regenerate.
366
367 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
368
369 * configure.in: Select appropriate fragments for PowerPC/AIX.
370 * configure: Regenerate.
371
372 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
373 BOOT_CFLAGS, BOOT_LDFLAGS.
374 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
375 BOOT_CFLAGS, BOOT_LDFLAGS.
376 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
377 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
378 (stage): Fail if we cannot complete the work.
379 * Makefile.in: Regenerate.
380
381 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
382
383 * COPYING.NEWLIB: Update copyright year for default
384 copyright.
385
386 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
387
388 * Makefile.tpl (all, do-[+make_target+], do-check, install,
389 install-host-nogcc): Don't invoke $(stage) at the end.
390 * Makefile.in: Regenerate.
391
392 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
393
394 * configure.in: Flip the top-level bootstrap switch.
395 * configure: Regenerate.
396
397 Merge from gcc:
398
399 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
400
401 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
402 $(stage) and $(unstage).
403 (EXTRA_TARGET_FLAGS): Correct double-quoting.
404 (all): Remove stray semicolon.
405 (local-distclean): Don't handle multilib.tmp and multilib.out.
406 (install.all): Set $s for consistency.
407 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
408 check_multilibs setting. Always make the install directory.
409 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
410 Correct @if/@endif.
411 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
412 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
413 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
414 (multilib.out): Remove.
415 * Makefile.in: Regenerated.
416
417 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
418
419 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
420 * configure.in: Replace ms1 arch with mt.
421 * configure: Rebuilt.
422
423 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
424
425 Sync with gcc:
426
427 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
428
429 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
430 * configure.in: Replace ms1 arch with mt.
431 * configure: Rebuilt.
432
433 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
434
435 Sync with gcc:
436
437 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
438
439 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
440 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
441 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
442 Find in-tree tools if available.
443 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
444 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
445 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
446 (COMPILER_*_FOR_TARGET): New.
447 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
448 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
449 (CONFIGURED_*, USUAL_*): Remove.
450 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
451 STRIP): Use autoconf substitutions.
452 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
453 COMPILER_NM_FOR_TARGET): New.
454 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
455
456 (all): Make all-host and all-target in parallel.
457 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
458 that $$r and $$s are set before invoking a recursive make.
459 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
460 ([+bootstrap-target+]): Inline most of the `all' target.
461
462 2005-11-29 Ben Elliston <bje@au.ibm.com>
463
464 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
465 from the gcc build directory.
466 * Makefile.in: Regenerate.
467
468 2005-11-29 Ben Elliston <bje@au.ibm.com>
469
470 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
471 depend on all-libdecnumber.
472 * configure.in (host_libs): Include libdecnumber.
473 * Makefile.in: Regenerate.
474 * configure: Likewise.
475
476 2005-11-21 Kean Johnston <jkj@sco.com>
477
478 * config.sub, config.guess: Sync from upstream sources.
479
480 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
481
482 * Makefile.def: Remove gdb dependencies for gdbtk.
483 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
484 (configure-gdb, install-gdb): New rules.
485 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
486 * Makefile.in, configure: Regenerated.
487
488 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
489
490 PR bootstrap/24297
491 * Makefile.tpl (do-[+make-target+], do-check, install,
492 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
493 are set before recursing.
494 * Makefile.in: Regenerate.
495
496 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
497
498 PR bootstrap/18939
499 * Makefile.def (gcc) <target>: Fix thinko.
500 * Makefile.in: Regenerate.
501
502 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
503
504 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
505 * configure: Regenerate.
506
507 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
508
509 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
510 target-libffi, target-qthreads, target-libjava, and
511 targetlibobjc.
512 * configure: Regenerate.
513
514 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
515
516 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
517 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
518 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
519 (USUAL_OBJDUMP_FOR_TARGET): New.
520 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
521 * configure.in: Check for $OBJDUMP_FOR_TARGET.
522 * configure, Makefile.in: Regenerated.
523
524 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
525
526 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
527 before other host packages.
528
529 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
530
531 PR bootstrap/22340
532
533 * configure.in (default_target): Remove.
534 * Makefile.tpl (all): Do not use prerequisites as subroutines
535 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
536 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
537 use prerequisites as subroutines.
538 (check-host, check-target): New.
539 (bootstrap configure & all targets): Do not use stage*-start
540 if the directory layout is already ok.
541 (non-bootstrap configure & all targets): Prepend a $(unstage).
542 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
543 (NOTPARALLEL): Remove.
544 (unstage, stage variables): New variables.
545 (unstage, stage targets): Simply expand to those variables.
546
547 * configure: Regenerate.
548 * Makefile.in: Regenerate.
549
550 2005-10-04 James E Wilson <wilson@specifix.com>
551
552 * Makefile.def (lang_env_dependencies): Add libmudflap.
553 * Makefile.in: Regenerate.
554
555 2005-10-03 Catherine Moore <clm@cm00re.com>
556
557 * configure.in (bfin-*-*): Support bfin.
558 * configure: Regenerated.
559
560 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
561
562 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
563 * configure: Regenerated.
564
565 2005-09-28 Geoffrey Keating <geoffk@apple.com>
566
567 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
568 (LIPO_FOR_TARGET): New.
569 (CONFIGURED_LIPO_FOR_TARGET): New.
570 (USUAL_LIPO_FOR_TARGET): New.
571 (STRIP_FOR_TARGET): New.
572 (CONFIGURED_STRIP_FOR_TARGET): New.
573 (USUAL_STRIP_FOR_TARGET): New.
574 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
575 STRIP_FOR_TARGET.
576 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
577 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
578 * Makefile.in: Regenerate.
579 * configure: Regenerate.
580
581 2005-09-19 David Edelsohn <edelsohn@gnu.org>
582
583 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
584 (rs6000-*-aix*): Same.
585 * configure: Regenerate.
586
587 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
588
589 * configure.in: Recognize f95 in the --enable-languages option,
590 and substitute it for fortran, issuing a warning.
591 * configure: Regenerate.
592
593 2005-09-07 Ben Elliston <bje@au.ibm.com>
594
595 Import from Autoconf sources:
596
597 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
598 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
599 Elliston. Handle weird characters correctly.
600
601 2005-08-30 Phil Edwards <phil@codesourcery.com>
602
603 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
604 * configure: Regenerated.
605
606 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
607
608 * Makefile.def (libssp): Add to lang_env_dependencies.
609 * Makefile.in: Regenerate.
610
611 2005-08-17 Christian Groessler <chris@groessler.org>
612
613 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
614 * Makefile.in: Regenerate.
615
616 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
617
618 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
619 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
620 Look for alternate names of the target cc and c++
621 * configure: Regenerate.
622
623 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
624
625 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
626 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
627 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
628 tools; remove code to manually set them.
629 (Target tools): Look in the environment for them.
630 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
631 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
632 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
633 build directory.
634 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
635 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
636 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
637 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
638 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
639 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
640 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
641 * configure: Regenerate.
642 * Makefile.in: Regenerate.
643
644 2005-07-27 Mark Mitchell <mark@codesourcery.com>
645
646 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
647 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
648 * Makefile.in: Regenerated.
649
650 2005-07-26 Mark Mitchell <mark@codesourcery.com>
651
652 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
653 (CFLAGS_FOR_TARGET): Use it.
654 (CXXFLAGS_FOR_TARGET): Likewise.
655 * Makefile.in: Regenerated.
656 * configure.in (--with-build-sysroot): New option.
657 * configure: Regenerated.
658
659 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
660
661 * Makefile.tpl: Wrap install between unstage and stage
662 * Makefile.in: Regenerate.
663
664 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
665
666 * all files: Update FSF address.
667
668 2005-07-14 Jim Blandy <jimb@redhat.com>
669
670 * configure.in: Add cases for Renesas m32c.
671 * configure: Regenerated.
672
673 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
674
675 * COPYING, compile, config-ml.in, config.guess,
676 config.sub, install-sh, missing, mkinstalldirs,
677 symlink-tree, ylwrap: Sync from upstream sources.
678
679 2005-07-13 Eric Christopher <echristo@redhat.com>
680
681 * configure.in: Add toplevel noconfigdir support for tpf.
682 * configure: Regenerate.
683
684 2005-07-11 Jakub Jelinek <jakub@redhat.com>
685
686 * Makefile.def (target_modules): Add libssp.
687 * configure.in (target_libraries): Add target-libssp.
688 * configure: Rebuilt.
689 * Makefile.in: Rebuilt.
690
691 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
692
693 PR ada/22340
694
695 * Makefile.def: Sync with gcc.
696 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
697 * Makefile.in: Regenerate.
698
699 2005-07-07 Andreas Schwab <schwab@suse.de>
700
701 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
702 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
703 * Makefile.in: Regenerated.
704
705 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
706
707 * configure.in: Add --enable-libssp and --disable-libssp.
708 * configure: Regenerate with autoconf-2.13.
709
710 2005-07-06 Geoffrey Keating <geoffk@apple.com>
711
712 * configure.in: Don't build sim or rda when targetting darwin.
713 * configure: Regenerate.
714
715 2005-07-04 Ben Elliston <bje@gnu.org>
716
717 * src-release (do-proto-toplev): Remove dejagnu bits.
718 (DEJAGNU_SUPPORT_DIRS): Remove.
719 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
720 (GDBD_SUPPORT_DIRS): Likewise.
721 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
722 (INSIGHTD_SUPPORT_DIRS): Likewise.
723 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
724
725 2005-06-30 Ben Elliston <bje@gnu.org>
726
727 * setup.com (mpw): Remove unused directive.
728
729 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
730
731 * Makefile.def (stagefeedback): Come after profile.
732 Define profiledbootstrap target.
733 * Makefile.tpl (profiledbootstrap): Remove.
734 (stageprofile-end): Zap stagefeedback.
735 (stagefeedback-start): Copy all .gcda files, not only GCC's.
736 * Makefile.in: Regenerate.
737
738 2005-06-13 Zack Weinberg <zack@codesourcery.com>
739
740 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
741 In 'cpp' stanza, support '#line' as well as '# '.
742
743 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
744
745 * configure.in (unsupported_languages): New macro.
746 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
747 non-ported target libraries in noconfigdirs.
748 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
749 non-linux-gnu. Remove libgcj_ex_libffi.
750 <lang_frag loop>: Set add_this_lang=no if the language is in
751 unsupported_languages.
752 * configure: Regenerate.
753
754 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
755
756 * configure.in: Fix typo in handling of --with-mpfr-dir.
757 * configure: Regenerate.
758
759 2005-06-02 Jim Blandy <jimb@redhat.com>
760
761 * config.sub: Add cases for the Renesas m32c. (This patch has been
762 accepted into the master sources.)
763
764 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
765 Michael Snyder <msnyder@redhat.com>
766 Stan Cox <scox@redhat.com>
767
768 * configure.in: Set noconfigdirs for ms1.
769
770 * configure: Regenerate.
771
772 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
773
774 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
775 (Dependencies): Consider target modules for bootstrap dependencies.
776 Make target bootstrap modules depend on each stage's gcc.
777 * Makefile.in: Regenerate.
778
779 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
780
781 * Makefile.def (configure-gcc): Depend on binutils having been built.
782 (all-gcc): No need to do it here.
783 * Makefile.in: Regenerate.
784
785 2005-05-19 Paul Brook <paul@codesourcery.com>
786
787 * configure.in: Rewrite misleading error message when requested
788 language cannot be built.
789 * configure: Regenerate.
790
791 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
792
793 * ylwrap: Import from Automake 1.9.5.
794
795 2005-05-04 Mike Stump <mrs@apple.com>
796
797 * configure.in: Always pass --target to target configures as
798 otherwise rebuilds that do --recheck will fail.
799 * configure: Rebuilt.
800
801 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
802
803 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
804 STAGE_HOST_EXPORTS.
805 (configure, all): Add bootstrap support.
806 (Host modules, target modules): Pass post-stage1 flags and exports.
807 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
808 * Makefile.in: Regenerate.
809
810 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
811
812 Sync from gcc:
813
814 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
815
816 * config.sub: Update from master copy.
817
818 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
819
820 * configure.in <crisv32-*-*, cris-*-*>: New local variable
821 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
822 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
823 "*-*-elf" and "*-*-linux*".
824 * configure: Regenerate.
825
826 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
827
828 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
829 (TARGET_CONFIGARGS): Include --with-target-subdir.
830 (configure, all): New macros. Use them throughout.
831
832 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
833
834 * Makefile.tpl: Sync with gcc.
835 * Makefile.in: Regenerate.
836
837 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
838
839 * config/mh-mingw32: Delete.
840 * configure.in: Don't use it.
841 * configure: Regenerate.
842
843 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
844
845 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
846 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
847 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
848 (HOST_LIB_PATH): Generate from Makefile.def.
849 (TARGET_LIB_PATH): Likewise.
850 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
851 * Makefile.in: Regenerate.
852 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
853 (RPATH_ENVVAR): Include Darwin case.
854 * configure: Regenerate.
855
856 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
857
858 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
859 * configure: Regenerate.
860
861 2005-03-21 Zack Weinberg <zack@codesourcery.com>
862
863 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
864 gcc_version, and gcc_version_trigger from set of flags to pass.
865 * Makefile.tpl: Remove definitions of above variables.
866 (config.status): Remove dependency on $(gcc_version_trigger).
867 * Makefile.in: Regenerate.
868 * configure.in: Do not reference config/gcc-version.m4 nor
869 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
870 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
871 * configure: Regenerate.
872
873 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
874 Andrew Pinski <pinskia@physics.uc.edu>
875
876 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
877 * Makefile.in: Regenerate.
878
879 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
880
881 PR libgcj/20160
882 * ltmain.sh: Avoid creating archives with components that have
883 duplicate basenames.
884
885 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
886
887 PR bootstrap/20250
888 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
889 instead of check.
890 * Makefile.in: Regenerate.
891
892 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
893
894 Sync from gcc.
895
896 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
897
898 PR bootstrap/17383
899 * Makefile.def (target_modules): Remove "stage", now unnecessary.
900 * Makefile.tpl (HOST_SUBDIR): New substitution.
901 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
902 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
903 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
904 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
905 (Host modules, Bootstrapped modules): Use it.
906 (Build modules, Target modules): Do not create symlink trees,
907 always configure out-of-srcdir.
908 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
909 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
910 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
911 $(HOST_SUBDIR). Create a symlink for host_subdir.
912
913 * Makefile.in: Regenerate.
914 * configure: Regenerate.
915
916 Merged from libada-gnattools-branch:
917 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
918
919 * Makefile.def: Add gnattools as a module, depending on target-libada.
920 * Makefile.in: Regenerate.
921 * configure.in: Include gnattools in host_tools; disable it if ada
922 is disabled.
923 * configure: Regenerate.
924
925 2005-02-23 Nick Clifton <nickc@redhat.com>
926
927 * configure: Regenerate.
928
929 2005-02-22 Paul Schlie <schlie@comcast.net>
930
931 * configure.in: Allow darwin targeted ports to build tk, itcl and
932 libgui.
933
934 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
935
936 PR libgcj/10353
937 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
938 * configure: Regenerate.
939
940 2005-02-08 Andrew Cagney <cagney@gnu.org>
941
942 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
943 gdb/ section. Update GDB's URL.
944
945 2005-01-31 Andrew Cagney <cagney@gnu.org>
946
947 * gettext.m4: Only set ENABLE_NLS when gettext is present.
948
949 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
950
951 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
952 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
953 target-libgloss when not *-*-elf and *-*-aout.
954 * configure: Regenerate.
955
956 2005-01-27 Andrew Cagney <cagney@gnu.org>
957
958 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
959
960 2005-01-24 Andrew Cagney <cagney@gnu.org>
961
962 * gettext.m4: Only fall back to ../intl/ when it's present.
963
964 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
965
966 * install-sh, config.sub: Import from upstream.
967
968 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
969
970 PR bootstrap/18222
971 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
972 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
973 * Makefile.in: Regenerate.
974
975 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
976
977 Revert 2004-12-28 Makefile changes, a better fix will be
978 applied to mainline and src after GCC 4.0 branches.
979
980 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
981
982 PR bootstrap/17383
983
984 * Makefile.def (target_modules): Remove stage parameter,
985 it is always true now.
986 * Makefile.tpl (configure-build-[+module+],
987 configure-target-[+module+]): Always build symlink tree
988 for the directory and for include. BUILD_SUBDIR and
989 TARGET_SUBDIR cannot be . anymore.
990 * Makefile.in: Regenerate.
991
992 2004-12-25 David Edelsohn <edelsohn@gnu.org>
993
994 Revert 2004-12-08 Makefile changes.
995
996 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
997
998 * configure.in (sh64-*-*): Reenable gprof.
999 * configure: Regenerate.
1000
1001 2004-12-09 Jim Blandy <jimb@redhat.com>
1002
1003 * MAINTAINERS: List 'depcomp' as part of automake.
1004
1005 2004-12-08 David Edelsohn <edelsohn@gnu.org>
1006
1007 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1008 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1009 (EXTRA_TARGET_FLAGS): Add PICFLAG.
1010 * Makefile.in: Regenerate.
1011
1012 2004-12-07 Matt Kraai <kraai@ftbfs.org>
1013
1014 * Makefile.tpl: Generate normal dependencies if the LHS module is
1015 not bootstrapped.
1016 * Makefile.in: Regenerate.
1017
1018 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
1019
1020 * configure.in: Include config/gxx-include-dir.m4. Use
1021 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
1022 * configure: Regenerate.
1023
1024 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
1025
1026 * config.if: Delete.
1027 * configure.in: Set libstdcxx_incdir directly.
1028 * configure: Regenerate.
1029 * MAINTAINERS: Remove mention of config.if.
1030 * src-release (DEVO_SUPPORT): Remove config.if.
1031
1032 2004-12-02 Eric Christopher <echristo@redhat.com>
1033
1034 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
1035 of things to remove.
1036 * Makefile.in: Regenerate.
1037
1038 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
1039
1040 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1041 * configure: Regenerate.
1042
1043 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
1044
1045 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
1046 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
1047 * configure: Regenerate.
1048
1049 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1050
1051 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1052 (hppa*64*-*-*): Delete incorrect comment.
1053 * configure: Rebuilt.
1054
1055 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1056
1057 * install-sh, compile: Import from automake.
1058
1059 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1060
1061 * config.guess, config.sub: Import from savannnah.
1062
1063 2004-11-12 Mike Stump <mrs@apple.com>
1064
1065 * Makefile.def: Add html support.
1066 * Makefile.tpl: Likewise.
1067 * Makefile.in: Regenerate.
1068
1069 2004-11-11 Geoffrey Keating <geoffk@apple.com>
1070
1071 PR 18423
1072 * configure.in: Remove all instances of build-fixincludes from
1073 noconfigdirs.
1074 (build_configargs): Supply --target to subdirectories.
1075 * configure: Regenerate.
1076
1077 * Makefile.def: Make gcc install depend on fixincludes install.
1078 * Makefile.in: Regenerate.
1079
1080 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
1081
1082 * configure.in (noconfigdirs) [mmix-*-*]: Disable
1083 target-libgfortran.
1084 * configure: Regenerate.
1085
1086 2004-11-07 David Edelsohn <edelsohn@gnu.org>
1087
1088 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1089 like CC.
1090
1091 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
1092
1093 * Makefile.def (host fixincludes): Specify missing targets.
1094 * Makefile.in: Regenerate.
1095
1096 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
1097
1098 PR other/17783
1099 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1100 * configure: Regenerated.
1101
1102 2004-11-04 Daniel Jacobowitz <dan@debian.org>
1103
1104 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1105 * configure: Regenerated.
1106
1107 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
1108
1109 PR target/18151
1110 * configure.in (case ${target}): Do not build fixincludes for avr.
1111 * configure: Regenerated.
1112
1113 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
1114
1115 * configure.in (case ${target}): Do not build fixincludes
1116 on platforms where it is not used.
1117 * configure: Regenerated.
1118
1119 2004-10-23 Daniel Jacobowitz <dan@debian.org>
1120
1121 * configure.in: Use an absolute path to install-sh.
1122 * configure: Regenerated.
1123
1124 2004-10-19 Andrew Cagney <cagney@gnu.org>
1125
1126 * src-release (do-djunpack, do-md5sum): Install the generated file
1127 directly into the proto-toplev/ directory.
1128
1129 2004-10-19 Andrew Cagney <cagney@gnu.org>
1130
1131 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
1132
1133 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1134
1135 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1136 * configure: Regenerate.
1137
1138 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
1139
1140 Fix wrong conflict resolution in:
1141
1142 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1143
1144 * Makefile.in: Regenerate.
1145 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1146 in the recursive `make', instead of hardwiring `all'.
1147 (Autogenerated TARGET-* variables): New.
1148
1149 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1150
1151 Merged from GCC / libtool upstream:
1152 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1153 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1154 * ltcf-cxx.sh (tpf*): Likewise.
1155 * ltconfig (tpf*): Add TPF OS configuration support.
1156
1157 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
1158
1159 * configure.in: Enable target-libgloss for crx-*-*.
1160 * configure: Regenerate.
1161
1162 2004-09-24 Michael Roth <mroth@nessie.de>
1163
1164 * configure.in (--without-headers): Add missing double quotes.
1165 * configure: Regenerate.
1166
1167 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1168
1169 * ylwrap: Revert to previous version.
1170
1171 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1172
1173 PR bootstrap/17369
1174 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1175 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1176 SET_GCC_LIB_PATH_CMD.
1177 (BASE_TARGET_EXPORTS): Likewise.
1178 * Makefile.in: Regenerated.
1179
1180 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1181 * configure: Regenerated.
1182
1183 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1184
1185 * config.guess: New upstream version
1186 * compile, depcomp, install-sh, ylwrap: Likewise.
1187
1188 2004-09-19 Roger Sayle <roger@eyesopen.com>
1189
1190 * config/mh-x86omitfp: New host makefile fragment. Add
1191 -fomit-frame-pointer to the default BOOT_CFLAGS.
1192 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1193 * configure: Regenerate.
1194
1195 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1196
1197 PR target/11572
1198 * configure.in (*-*-darwin*): Renable libobjc.
1199 * configure: Regenerate.
1200
1201 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
1202
1203 * Makefile.def: Remove libbanshee.
1204 * Makefile.tpl: Ditto.
1205 * configure.in: Ditto.
1206 * Makefile.in: Regen.
1207 * configure: Ditto.
1208
1209 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
1210
1211 * missing: Import latest version from master repository.
1212
1213 2004-09-04 Nick Clifton <nickc@redhat.com>
1214
1215 * config.sub: Import latest version from master repository.
1216 * config.guess: Likewise.
1217 This includes these changes:
1218
1219 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1220
1221 * config.sub: Handle crisv32, alias etraxfs.
1222 * config.guess (crisv32:Linux:*:*): Handle.
1223
1224 2004-08-13 Brad Smith <brad@comstyle.com>
1225
1226 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1227 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1228
1229 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1230
1231 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1232 assume the processor is a powerpc. This is because coreutils
1233 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1234 in this case, due to a MacOS X bug that causes
1235 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1236 to return a negative number.
1237 Problem reported by Petter Reinholdtsen in:
1238 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1239
1240 2004-07-19 Ben Elliston <bje@gnu.org>
1241
1242 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1243
1244 2004-06-24 Ben Elliston <bje@gnu.org>
1245
1246 * config.guess: Update copyright years.
1247 * config.sub: Likewise.
1248
1249 2004-06-22 Robert Millan <robertmh@gnu.org>
1250
1251 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1252 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1253
1254 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1255
1256 * config.guess (*:*VMS:*:*): New entry. Replaces
1257 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1258 manufacturer.
1259
1260 2004-06-22 Ben Elliston <bje@gnu.org>
1261
1262 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1263 * config.sub: Likewise.
1264
1265 2004-06-22 Ben Elliston <bje@gnu.org>
1266
1267 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1268 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1269
1270 2004-06-11 Ben Elliston <bje@gnu.org>
1271
1272 * config.guess (pegasos:OpenBSD:*:*): Remove.
1273
1274 2004-06-11 Ben Elliston <bje@gnu.org>
1275
1276 From Wouter Verhelst <wouter@grep.be>:
1277 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1278
1279 2004-06-11 Ben Elliston <bje@gnu.org>
1280
1281 * config.guess (luna88k:OpenBSD:*:*): New.
1282
1283 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1284
1285 * config.guess (m32r*:Linux:*:*): New case.
1286 * config.sub: Handle m32rle.
1287
1288 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1289
1290 From Jens Petersen <petersen@redhat.com>:
1291 * config.sub: Handle sparcv8.
1292
1293 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1294
1295 From Tom Smith <smith@cag.lkg.hp.com>:
1296 * config.guess: Version suffixes are equally significant on Tru64
1297 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1298 prefix of "P" (patched kernel).
1299
1300 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1301
1302 * config.sub: Add support for National Semiconductor CRX target.
1303
1304 2004-09-03 Jan Beulich <jbeulich@novell.com>
1305
1306 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1307 *-*-netware, but add target-libmudflap.
1308 Consolidate *-*-netware targets (of which really only i?86 exists)
1309 into a single entry.
1310 * configure: Likewise.
1311
1312 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
1313
1314 * Makefile.tpl (sorry): Remove.
1315 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1316 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1317 (do-clean): Clean per-stage directories too.
1318 (do-distclean): Run distclean-stage1 too.
1319 (.NOTPARALLEL): Enable during toplevel bootstrap.
1320 (stage[+id+]-bubble): Enable parallel execution during
1321 the recursive invocation.
1322 * Makefile.in: Regenerate.
1323
1324 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
1325
1326 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
1327
1328 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1329 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1330 * configure: regenerate
1331 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1332 -mdynamic-no-pic
1333
1334 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
1335
1336 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1337 include.
1338 * configure.in: Fix indentation.
1339 * configure: Regenerate.
1340
1341 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
1342
1343 * Makefile.def (build_modules): Add fixincludes.
1344 (dependencies): Make gcc depend on fixincludes.
1345 * configure.in (build_tools): Add fixincludes.
1346 (build_configdirs): Always include build_libs.
1347 * Makefile.in: Regenerate.
1348 * configure: Regenerate.
1349
1350 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
1351
1352 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1353 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1354 phony targets; do not generate timestamp files.
1355 (distclean-stageN): Remove references to their timestamp files.
1356 (restageN, touch-stageN): Remove.
1357 (stageN-bubble): Rewritten.
1358 (compare): Support lean bootstraps.
1359 * Makefile.in: Regenerate.
1360
1361 * configure.in: Only warn when bootstrapping but
1362 build != host or build != target. Support lean bootstraps.
1363 * configure: Regenerate.
1364
1365 Sync from gcc:
1366 2004-08-26 Phil Edwards <phil@codesourcery.com>
1367
1368 * configure.in: Give a better error message if GMP/MPFR are missing
1369 and a language needing them has been requested.
1370 * configure: Regenerated.
1371
1372 2004-08-25 Phil Edwards <phil@codesourcery.com>
1373
1374 * configure.in: Print a list of available language front-ends if
1375 a requested one is missing. Tidy stray tab characters.
1376 * configure: Regenerated.
1377
1378 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
1379
1380 * Makefile.in: Regenerate.
1381 * configure: Regenerate.
1382
1383 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1384 stage_*_flags.
1385 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1386 for bootstrapped modules if toplevel bootstrap is going.
1387 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1388 modules. Adjust for changes in Makefile.def. Enable several
1389 rules even in non-bootstrap mode, just to avoid peppering the
1390 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1391 (stage-[+prev+]-bubble): Remove.
1392
1393 * Makefile.def (Dependencies): Depend on all-build-bison,
1394 all-build-flex, all-build-byacc, all-build-texinfo, rather
1395 than the host variations.
1396 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1397 with BUILD_SUBDIR.
1398 (BISON): Update for recent Bisons.
1399 (YACC): Fix typo.
1400 (cross): Depend on all-build.
1401 (all): Do not depend on all-build.
1402 (prebootstrap): Remove.
1403 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1404 (Prebootstrap dependencies): Add them to the per-stage targets
1405 and to all-prebootstrap.
1406 * configure.in (build_configdirs): Always enable build_tools.
1407 (BUILD_DIR_PREFIX): Remove.
1408
1409 * Makefile.def (gcc): Add target variable.
1410 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1411 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1412 in the recursive `make', instead of hardwiring `all'.
1413 (Autogenerated TARGET-* variables): New.
1414
1415 2004-08-17 Robert Millan <robertmh@gnu.org>
1416
1417 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1418 (instead of FreeBSD).
1419 * configure: Regenerate.
1420
1421 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1422
1423 * Makefile.def, configure.in, src-release: Remove useless, bogus
1424 references to tix.
1425 * Makefile.in, configure: Regenerate.
1426
1427 * src-release: Stop distributing mmalloc with gdb (which doesn't
1428 use it).
1429 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1430 * Makefile.in: Regenerate.
1431
1432 2004-08-09 Mark Mitchell <mark@codesourcery.com>
1433
1434 * configure.in (arm*-*-eabi*): New target.
1435 * configure: Regenerate.
1436
1437 2004-08-01 Robert Millan <robertmh@gnu.org>
1438
1439 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1440 libmudflap for all GNU-based systems (with Glibc).
1441 * configure: Regenerate.
1442
1443 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
1444
1445 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1446 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1447 (Dependencies): New section.
1448 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1449 (configure-target-[+module+]): Depend on maybe-all-gcc
1450 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1451 (toplevel profiledbootstrap): Fix dependencies.
1452 * Makefile.in: Regenerate.
1453
1454 2004-08-03 Mark Mitchell <mark@codesourcery.com>
1455
1456 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1457 target-libiberty to noconfigdirs.
1458
1459 2004-08-03 Paul Brook <paul@codesourcery.com>
1460
1461 * configure.in: Check for MPFR as well as GMP.
1462 * configure: Regenerate.
1463
1464 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
1465
1466 * Makefile.def (host-modules): Add gcc.
1467 * Makefile.in: Regenerate.
1468 * Makefile.tpl (sorry): New rule.
1469 (configure-host, all-host, [+make_target+]-host, do-check,
1470 install-host): Do not add gcc as a special case.
1471 (host modules): Add a small special-casing for gcc. Export
1472 extra_make_flags through the environment.
1473 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1474 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1475 other recursive targets for gcc): Remove.
1476
1477 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1478 (stage, unstage): New rules.
1479 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1480 distclean-stage[+id+]): Use stage_current.
1481 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1482 the stage*-start rules.
1483
1484 2004-07-19 Robert Millan <robertmh@gnu.org>
1485
1486 Synced from gcc:
1487
1488 2004-04-26 Robert Millan <robertmh@gnu.org>
1489
1490 Add patches from libtool CVS.
1491 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1492 * ltconfig: Likewise.
1493 * ltcf-c.sh: Likewise.
1494 * ltcf-cxx.sh: Likewise.
1495 * ltcf-gcj.sh: Likewise.
1496
1497 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
1498
1499 * configure.in: Add noconfigdirs for crx-*-*.
1500 * configure: Regenerate.
1501
1502 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
1503
1504 Synced from gcc:
1505
1506 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
1507
1508 * configure.in: Build libmudflap by default on FreeBSD.
1509 * configure: Regenerated.
1510
1511 2004-07-09 Mark Mitchell <mark@codesourcery.com>
1512
1513 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1514 systems.
1515 * configure: Regenerated.
1516
1517 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1518
1519 PR target/16344
1520 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1521 feedback based compiler.
1522 * Makefile.in: Rebuilt.
1523
1524 2004-07-05 Phil Edwards <phil@codesourcery.com>
1525
1526 * configure.in: Do not prepend $srcdir to /dev/null in
1527 makefile fragments.
1528 * configure: Regenerate.
1529
1530 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
1531
1532 * Makefile.def (host_modules): Set bootstrap=true for flex.
1533 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1534 * Makefile.in: Rebuilt.
1535
1536 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
1537
1538 * Makefile.def (build_modules): Add bison, byacc, flex,
1539 m4, texinfo.
1540 (flags_to_pass): Add FLEX.
1541 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1542 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1543 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1544 DEFAULT_MAKEINFO): Remove.
1545 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1546 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1547 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1548 objdir or else use configured tool.
1549 (all-build): New.
1550 (all): Depend on it.
1551 (Build module dependencies): Add.
1552 * Makefile.in: Regenerate.
1553 * configure.in: Better support for multiple build modules,
1554 matching what is done for host/target modules. Do not look
1555 for "plausible" locations of build tools if Canadian cross.
1556 Use autoconf's AC_PROG_CC to find a C compiler. Define
1557 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1558 * configure: Regenerate.
1559
1560 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
1561
1562 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1563 * Makefile.in: Regenerate.
1564
1565 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
1566
1567 * Makefile.tpl (configure-build-[+module+],
1568 configure-[+module+], configure-target-[+module+]): Pass
1569 [+extra_configure_args+].
1570 (all-build-[+module+], all-[+module+], check-[+module+],
1571 install-[+module+], [+make_target+]-[+module+],
1572 all-target-[+module+], check-target-[+module+],
1573 install-target-[+module+], [+make_target+]-target-[+module+]):
1574 Pass [+extra_make_args+].
1575 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1576 (GCC_HOST_EXPORTS): Remove.
1577 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1578 cross, check-gcc, check-gcc-c++, install-gcc,
1579 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1580 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1581 * Makefile.in: Regenerate.
1582
1583 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1584
1585 * configure.in: Check for srcdir/winsup rather than build directory
1586 winsup.
1587 * configure: Regenerate.
1588
1589 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
1590
1591 * configure.in: Don't build Cygwin native newlib if winsup
1592 directory is missing. Emit warning instead.
1593 * configure: Regenerate.
1594
1595 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
1596
1597 * Makefile.tpl (touch-stage[+id+]): New.
1598 (restage[+prev+]): Depend on touch-stage[+id+].
1599
1600 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1601 Use it throughout.
1602
1603 * Makefile.def: Add profile and feedback bootstrap stages.
1604 Remove next field from bootstrap stages.
1605 * Makefile.tpl (LN, LN_S): Substitute.
1606 (stageN-start, stageN-end): Use double-colon rules, to
1607 provide a hook for additional setup commands.
1608 (distclean-stageN-gcc, restageN): Create dependencies from
1609 [+prev+], not from [+next+].
1610 (stageN-bubble): Add commands for successive stages from
1611 [+prev+], using double-colon rules.
1612 (all-stageN-gcc): Fix typo.
1613 (stagefeedback-start, profiledbootstrap): New.
1614 * Makefile.in: Regenerate.
1615 * configure.in: Call ACX_PROG_LN.
1616 * configure: Regenerate.
1617
1618 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
1619
1620 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1621 without gcc.
1622 * configure: Regenerate.
1623
1624 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1625
1626 * Makefile.tpl: Fix typo.
1627 * Makefile.in: Regenerate.
1628
1629 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1630
1631 * configure.in: Remove new- prefix from toplevel
1632 bootstrap targets.
1633 * configure: Regenerate.
1634
1635 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1636
1637 Merge this patch from the gcc tree:
1638
1639 2004-05-30 Andreas Jaeger <aj@suse.de>
1640 Jim Wilson <wilson@specifixinc.com>
1641
1642 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1643 like CC.
1644
1645 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1646
1647 * Makefile.tpl (all.normal): Rename to all.
1648 (all): Replace with a rule to pick the default
1649 target from configure.
1650 (all-gcc, configure-gcc): Use conditionals to
1651 do nothing when toplevel bootstrap is going on.
1652 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1653 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1654 * configure.in: Support --enable-bootstrap.
1655
1656 * Makefile.def: Remove new- prefix from toplevel
1657 bootstrap targets.
1658 * Makefile.tpl: Likewise.
1659
1660 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1661 target.
1662
1663 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1664 $(RECURSE_FLAGS) to recursive invocation of make.
1665
1666 * Makefile.in: Regenerate.
1667 * configure: Regenerate.
1668
1669 2004-05-27 Daniel Jacobowitz <dan@debian.org>
1670
1671 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1672 * configure: Regenerate.
1673
1674 2004-05-25 Daniel Jacobowitz <drow@false.org>
1675
1676 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1677 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1678 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1679 targets.
1680 * Makefile.in: Regenerate.
1681
1682 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
1683
1684 * configure.in: Test the ability to symlink directories.
1685 * configure: Regenerate.
1686
1687 * Makefile.def (bootstrap-stage): New definitions.
1688 * Makefile.tpl (configure-stage1-gcc,
1689 configure-stage2-gcc, configure-stage3-gcc,
1690 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1691 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1692 new-restage3, compare): Autogenerate, see Makefile.in
1693 entry for behavioral changes.
1694 (distclean-stage1, new-stage1-start, new-stage1-end,
1695 new-stage1-bubble, distclean-stage2, new-stage2-start,
1696 new-stage2-end, new-stage2-bubble, distclean-stage3,
1697 new-stage3-start, new-stage3-end): New autogenerated targets.
1698 (objext, prebootstrap, BOOT_CFLAGS,
1699 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1700 targets.
1701
1702 * Makefile.in: Regenerate.
1703 (distclean-stage1, new-stage1-start, new-stage1-end,
1704 new-stage1-bubble, distclean-stage2, new-stage2-start,
1705 new-stage2-end, new-stage2-bubble, distclean-stage3,
1706 new-stage3-start, new-stage3-end): New targets.
1707 (all-stage1-gcc): Move prebootstrap dependency from here...
1708 (configure-stage1-gcc): ...to here.
1709 (new-bootstrap): Use bubble targets.
1710 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1711 Use per-stage distclean targets.
1712 (configure-stage1-gcc, configure-stage2-gcc,
1713 configure-stage3-gcc, all-stage1-gcc,
1714 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1715 Use new-stageN-start to prepare the tree.
1716
1717 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
1718
1719 * Makefile.def (host_modules): add libcpp.
1720 * Makefile.tpl: Add dependencies on and for libcpp.
1721 * Makefile.in: Regenerate.
1722 * configure.in: Add libcpp host module.
1723 * configure: Regenerate.
1724
1725 2004-05-17 Zack Weinberg <zack@codesourcery.com>
1726
1727 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1728 of libf2c.
1729 * configure, Makefile.in: Regenerate.
1730
1731 2004-05-13 Diego Novillo <dnovillo@redhat.com>
1732
1733 Merge from tree-ssa-20020619-branch.
1734
1735 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1736 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1737 (HOST_GMPLIBS): Define.
1738 (HOST_GMPINC): Define.
1739 (TARGET_LIB_PATH): Add libmudflap.
1740 (GFORTRAN_FOR_TARGET): Define.
1741 (configure-build*): Export GFORTRAN.
1742 (configure-gcc): Export GMPLIBS and GMPINC.
1743 (all-gcc): Add maybe-all-libbanshee.
1744 (configure-target-libgfortran): Define.
1745 * Makefile.in: Regenerate.
1746 * configure.in (host_libs): Add libbanshee.
1747 (target_libraries): Add target-libmudflap and target-libgfortran.
1748 Add --with-libbanshee.
1749 Handle --disable-libmudflap.
1750 (*-*-freebsd*): Use with_gmp.
1751 Add $(libgcj) to noconfigdirs.
1752 * configure: Regenerate.
1753 * depcomp: New file.
1754 * MAINTAINERS: Add tree-ssa maintainers.
1755
1756 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
1757
1758 * config/acx.m4: Fix fastcompare support for new-bootstrap.
1759 * configure: Regenerate.
1760
1761 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
1762
1763 Revert:
1764 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1765
1766 * Makefile.def (flags_to_pass): Remove *dir variables that
1767 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1768 as well as prefix and exec_prefix.
1769 * Makefile.in: Regenerate.
1770
1771 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1772
1773 * Makefile.def (host_modules): Mark with the bootstrap
1774 flag packages on which gcc depends.
1775 * Makefile.tpl (all-bootstrap): Use it.
1776 * Makefile.in: Regenerate.
1777
1778 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1779
1780 * Makefile.def (flags_to_pass): Remove *dir variables that
1781 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1782 as well as prefix and exec_prefix.
1783 * Makefile.in: Regenerate.
1784
1785 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1786
1787 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1788 * configure: Regenerate.
1789 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1790 * gcc/Makefile.tpl (compare): Use the result of the test.
1791 * gcc/Makefile.in: Regenerate.
1792
1793 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
1794
1795 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1796 Always relocate gcc and prev-gcc to the original names, even
1797 if the build fails.
1798 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1799 New targets.
1800
1801 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1802
1803 * configure.in (mips*-*-irix5*): Enable ld.
1804 * configure: Regenerate.
1805
1806 2004-04-15 James E Wilson <wilson@specifixinc.com>
1807
1808 * Makefile.tpl (configure-[+module+], configure-gcc,
1809 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1810 Set and export LDFLAGS.
1811 * Makefile.in: Regenerate.
1812
1813 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1814
1815 PR bootstrap/14871
1816 * Makefile.tpl: If we don't have built-in-tree target tools,
1817 use the ones found by configure rather than hacking around with
1818 program_transform_name.
1819 * configure.in: Give Makefile.tpl the information necessary
1820 to do that.
1821 * Makefile.in: Regenerate.
1822 * configure: Regenerate.
1823
1824 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
1825
1826 PR bootstrap/14760
1827 * configure.in: When computing baseargs, strip *all* copies of
1828 offending options. Also, don't match/substitute the trailing space,
1829 so that this actually works when two similar options are separated by
1830 only one space.
1831 * configure: Regenerate.
1832
1833 2004-04-06 David Edelsohn <edelsohn@gnu.org>
1834
1835 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1836 (rs6000-*-aix*): Same.
1837 * configure: Regenerate.
1838
1839 2004-03-25 Stan Shebs <shebs@apple.com>
1840
1841 Remove MPW support, no longer used.
1842 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
1843 mpw-install: Remove files.
1844 * src-release (DEVO_SUPPORT): Remove names of removed files.
1845 * MAINTAINERS: Likewise.
1846
1847 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
1848
1849 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1850 STRICT_WARN, WARN_CFLAGS flags passed down to make.
1851 * Makefile.in: Regenerate.
1852
1853 * configure.in (top level bootstrap support): Rework --enable-werror
1854 to set @stage2_werror_flag@.
1855 * configure: Regenerate.
1856 * Makefile.tpl (top level bootstrap support): Pass
1857 @stage2_werror_flag@ down to configure in stages 2 and 3.
1858 * Makefile.in: Regenerate.
1859
1860 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
1861
1862 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1863 for stages 2 and 3 as well as in make. As a consequence, remove
1864 OUTPUT_OPTION (now detected by configure) from the flags passed down
1865 to make.
1866 * Makefile.in: Regenerate.
1867
1868 * Makefile.tpl (new-bootstrap): Fix typo.
1869 * Makefile.in: Regenerate.
1870
1871 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
1872
1873 * Makefile.tpl: Rearrange by moving recursive_targets rules
1874 into their proper sections.
1875 * Makefile.tpl (top level bootstrap support): Move disabling
1876 of coverage flags from 'make' to 'configure'; improve comments.
1877 * Makefile.in: Regenerate.
1878
1879 * Makefile.tpl (experimental top level bootstrap) Move stage1
1880 language setting from all- target to configure- target; disable
1881 intermodule optimization in stage 1; prevent gratuitous rebuilds
1882 of stage 1.
1883 * Makefile.in: Regenerate.
1884 * configure.in: Comma-separate stage 1 language list for top
1885 level bootstrap.
1886 * configure: Regenerate.
1887
1888 * Makefile.tpl: Clean up experimental top level bootstrap support:
1889 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1890 prev-gcc in configure- targets as well as all- targets.
1891 * Makefile.in: Regenerate.
1892
1893 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
1894
1895 * configure.in: Remove symbolic link section.
1896 * configure: Regenerate.
1897 * Makefile.tpl (links): Remove.
1898 * Makefile.in: Regenerate.
1899
1900 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
1901 Nathanael Nerode <neroden@gcc.gnu.org>
1902
1903 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1904 Set with AC_CHECK_PROGS.
1905 * configure.in: Fix comment typo from last patch.
1906 * configure: Regenerate.
1907
1908 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
1909
1910 * Makefile.tpl: Introduce experimental top level bootstrap support.
1911 * Makefile.in: Regenerate.
1912 * configure.in: Introduce support for top level bootstrap.
1913 * configure: Regenerate.
1914
1915 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
1916 Paolo Bonzini <bonzini@gnu.org>
1917
1918 PR bootstrap/14522
1919 * configure.in: Cope with shells that do not support unquoted ^
1920 * configure: Regenerate.
1921
1922 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
1923 Paolo Bonzini <bonzini@gnu.org>
1924
1925 PR bootstrap/14522
1926 * configure.in: Cope with shell that do not support nesting
1927 quotes inside quoted backquote substitutions.
1928 * configure: Regenerate.
1929
1930 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
1931
1932 PR bootstrap/14522
1933 * configure.in: Fix escaping of $.
1934 * configure: Regenerate.
1935
1936 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
1937
1938 * configure: Regenerate.
1939
1940 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
1941
1942 PR ada/14131
1943 Move language detection to the top level.
1944 * configure.in: Find default values for the tools as
1945 soon as possible. Disable ada if GNAT is not found.
1946 Emit error message about missing languages. Expand
1947 --enable-languages=all for the gcc subdirectory.
1948
1949 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
1950
1951 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1952 and disable libgcj.
1953 * configure: Regenerated.
1954
1955 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1956
1957 PR bootstrap/7087
1958 * Makefile.tpl: Guard XFOO sed statements better.
1959 * Makefile.tpl: Add dependency for configure-target-libada.
1960 * Makefile.in: Regenerate (incidentally fixes broken
1961 commit when libada-branch was merged).
1962
1963 2004-02-28 Andrew Cagney <cagney@redhat.com>
1964
1965 * src-release (CVS_NAMES): Define.
1966 (do-tar, do-tar): Prune $(CVS_NAMES).
1967
1968 2004-02-23 Andrew Cagney <cagney@redhat.com>
1969
1970 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
1971 2004-02-19.09.
1972
1973 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
1974
1975 PR bootstrap/11932
1976 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1977
1978 2004-02-19 Andrew Cagney <cagney@redhat.com>
1979
1980 * config.guess: Update from version 2003-06-12 to 2004-02-16.
1981 * config.sub: Update from version 2003-06-13 to 2004-02-16.
1982
1983 2004-02-11 David Edelsohn <edelsohn@gnu.org>
1984
1985 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1986 (rs6000-*-aix*): Same.
1987 * configure: Regenerate.
1988
1989 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
1990
1991 * configure.in (host): Add in missing $noconfigdirs to defines.
1992 * configure: Regenerate.
1993
1994 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
1995 Nathanael Nerode <neroden@gcc.gnu.org>
1996
1997 PR ada/6637, PR ada/5911
1998 Merge with libada-branch:
1999 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2000 with appropriate dependencies. Add --enable-libada configure switch.
2001 * configure, Makefile.in: Regenerate.
2002
2003 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2004
2005 * configure.in: Don't pass --with-stabs on IRIX 5 either.
2006 * configure: Regenerate.
2007
2008 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2009
2010 * COPYING.NEWLIB: Update Red Hat license to 2004.
2011
2012 2004-01-23 DJ Delorie <dj@redhat.com>
2013
2014 * Makefile.def (target_modules) [libiberty]: Don't stage.
2015 * Makefile.in: Rebuilt.
2016
2017 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
2018
2019 * COPYING.NEWLIB: Update to include copyrights for new
2020 iconv code.
2021
2022 2004-01-15 Andrew Cagney <cagney@redhat.com>
2023
2024 * src-release: Update copyright year.
2025 (do-proto-toplev): Configure using i686-pc-linux-gnu.
2026 (NEWLIB_SUPPORT_DIRS): Delete macro.
2027 (newlib.tar.bz2): Delete rule.
2028
2029 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
2030
2031 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2032 * Makefile.tpl (configure-target-[+module+]): Support stage.
2033 * Makefile.in: Rebuilt.
2034
2035 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2036
2037 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
2038 throughout.
2039
2040 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
2041
2042 * configure.in: Use ./config.cache, not config.cache.
2043 * configure: Regenerate.
2044 * Makefile.tpl: Special-casing not needed for GCC any more.
2045 * Makefile.in: Regenerate.
2046
2047 * configure.in: Don't share a cache file for host dirs.
2048 * configure: Regenerate.
2049
2050 * config-ml.in: Don't mess with the cache file.
2051
2052 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
2053
2054 * Makefile.tpl: Make GCC use a separate config.cache.
2055 * Makefile.in: Regenerate.
2056
2057 PR bootstrap/11932, PR bootstrap/11933
2058 (I don't know if it will fix either of them, but it relates
2059 to them.)
2060 * configure.in: Don't use shared config.cache for target
2061 directories.
2062 * configure: Regenerate.
2063
2064 2003-12-31 Roger Sayle <roger@eyesopen.com>
2065
2066 * configure.in (ia64*-*-hpux*): Disable building java libraries.
2067 * configure: Regenerated.
2068
2069 2003-12-21 Bernardo Innocenti <bernie@develer.com>
2070
2071 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2072 * configure: Regenerated.
2073
2074 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2075
2076 Port change over from GCC:
2077 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
2078 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2079 (configure-build-[+module+], configure-[+module+]): Likewise.
2080 (configure-target-[+module+], configure-gcc, config.status): Likewise.
2081 * Makefile.in: Regenerate.
2082
2083 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
2084
2085 * configure.in (raw_libstdcxx_flags): Remove the leading space.
2086 * configure: Regenerate.
2087
2088 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
2089
2090 * COPYING.NEWLIB: Add license info for long long routines added to
2091 stdlib.
2092
2093 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
2094
2095 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2096 * Makefile.in: Regenerate.
2097
2098 2003-10-20 Phil Edwards <phil@codesourcery.com>
2099
2100 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
2101 * configure: Regenerate.
2102
2103 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
2104
2105 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2106 HOST_FLAGS_TO_PASS.
2107 * Makefile.in: Regenerate.
2108
2109 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
2110
2111 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2112 * configure: Rebuilt
2113 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2114 * Makefile.in: Rebuilt
2115
2116 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
2117
2118 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2119
2120 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
2121
2122 * config-ml.in: Use ac_configure_args directly instead of
2123 ml_arguments. Only set ml_norecursion if --no[-]recursion is
2124 actually seen.
2125
2126 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
2127
2128 * config-ml.in: Propagate INSTALL variables.
2129
2130 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
2131
2132 * configure.in: Pass a computed --program-transform-name
2133 to subconfigures.
2134 * configure: Regenerated.
2135
2136 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2137
2138 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2139 * Makefile.in: Regenerate.
2140
2141 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2142 * Makefile.in: Regenerate.
2143
2144 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
2145
2146 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2147 quoting.
2148 * configure: Regenerated.
2149
2150 2003-09-12 Michael Chastain <mec@shout.net>
2151
2152 Fix PR gdb/857.
2153 * src-release (do-proto-topleve): Remove junk files
2154 intl/config.cache, intl/config.status,
2155 intl/config.h, intl/stamp-h.
2156
2157 2003-09-14 Andrew Cagney <cagney@redhat.com>
2158
2159 * src-release (dejagnu.tar): New target.
2160 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
2161 (do-djunpack): Use $(PACKAGE) for the package name.
2162
2163 2003-09-04 DJ Delorie <dj@redhat.com>
2164
2165 * configure: Regenerate.
2166
2167 2003-09-04 Robert Millan <robertmh@gnu.org>
2168
2169 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2170
2171 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2172
2173 * configure.in: Ensure arguments to sed are properly spaced.
2174 * configure: Regenerate.
2175
2176 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2177
2178 Merge from gcc:
2179 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
2180 * install-sh: Update to newer upstream versions (associated with
2181 aclocal 1.7).
2182 * missing: Likewise, plus $1Help2man -> $1 typo fix.
2183
2184 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
2185
2186 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2187 * configure: Regenerated.
2188
2189 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
2190
2191 * configure.in: Use newline instead of semicolon when assuming
2192 shell arguments in a for loop.
2193 * configure: Regenerated.
2194
2195 2003-08-20 Geoffrey Keating <geoffk@apple.com>
2196
2197 PR 8180
2198 * configure.in: When testing with_libs and with_headers, treat
2199 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
2200 * configure: Regenerate.
2201
2202 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2203 make, shell, etc.
2204 (baseargs): Likewise.
2205 * configure: Regenerate.
2206
2207 2003-08-19 Geoffrey Keating <geoffk@apple.com>
2208
2209 * configure.in: Disable libgcj for darwin not on powerpc.
2210 * configure: Rebuild.
2211
2212 2003-08-15 Michael Chastain <mec@shout.net>
2213
2214 * src-release (do-proto-toplev): Remove junk files
2215 dejagnu/example/calc/config.status,
2216 dejagnu/example/calc/config.log.
2217
2218 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
2219
2220 * config-ml.in, symlink-tree: Add license.
2221
2222 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
2223
2224 Merge from gcc:
2225
2226 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
2227 * Makefile.tpl (check, check-c++): Express dependencies using
2228 dependencies rather than commands.
2229 * Makefile.in: Regenerate.
2230
2231 2003-07-31 Geoffrey Keating <geoffk@apple.com>
2232 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2233 * Makefile.in: Update.
2234
2235 2003-08-01 Andrew Cagney <cagney@redhat.com>
2236
2237 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2238 * configure: Ditto.
2239
2240 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
2241
2242 * configure.in: Enable libgcj for darwin.
2243 * configure: Rebuild.
2244
2245 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
2246
2247 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
2248
2249 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
2250
2251 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2252 creating target and build subdirs to build all parent dirs as needed.
2253 * Makefile.in: Rebuild.
2254 * configure.in: Don't build dirs explicitly here.
2255 * configure: Rebuild.
2256
2257 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
2258
2259 * Makefile.tpl (all-make): Depend on intl.
2260 * Makefile.in: Rebuilt.
2261
2262 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2263
2264 * config.if: Remove unused libc_interface determination.
2265
2266 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
2267
2268 * Makefile.in: Regenerate, correctly this time.
2269
2270 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
2271
2272 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
2273 unused INSTALL_PROGRAM_ARGS.
2274 * configure.in: Use AC_PROG_INSTALL.
2275 * Makefile.in: Regenerate.
2276 * configure: Regenerate.
2277
2278 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
2279
2280 * configure: Rebuilt.
2281 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
2282 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2283 newlib nor libgloss.
2284 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
2285 * configure.in (am33_2.0-*-linux*): Added.
2286
2287 2003-07-09 Bob Wilson <bob.wilson@acm.org>
2288
2289 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2290 * configure: Regenerate.
2291
2292 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
2293
2294 * config-ml.in: Replace PWD with PWD_COMMAND.
2295 * Makefile.tpl: Likewise.
2296 * Makefile.in: Regenerated.
2297
2298 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
2299
2300 * configure.in: Clean up config-lang.in handling. Delete
2301 useless assignment to "subdirs".
2302 * configure: Regenerate.
2303
2304 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
2305
2306 * configure.in: Rename 'target_libs' to 'target_libraries'.
2307 Remove useless reference to 'target_libs'.
2308 * configure: Regenerate.
2309
2310 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
2311
2312 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2313 * Makefile.in: Regenerate.
2314
2315 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
2316
2317 * Makefile.def: Introduce flags_to_pass.
2318 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2319 * Makefile.in: Regenerate.
2320
2321 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
2322
2323 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2324 and target-libgloss.
2325 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2326 <h8300*-*-*>: Disable libf2c and ${libgcj}.
2327 * configure: Regenerate.
2328
2329 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
2330
2331 * configure.in: Update testsuite_flags to new location.
2332 * configure. Regenerate.
2333
2334 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
2335
2336 * Makefile.tpl: Remove BUILD_CC stuff.
2337 * Makefile.in: Regenerate.
2338
2339 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
2340
2341 * config.guess: Update to 2003-06-12 version.
2342 * config.sub: Update to 2003-06-13 version.
2343
2344 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2345
2346 * MAINTAINERS: Add myself as MIPS co-maintainer.
2347
2348 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
2349
2350 * config.guess: Update to 2003-06-06 version.
2351 * config.sub: Update to 2003-06-06 version.
2352
2353 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2354
2355 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2356 * configure. Regenerate.
2357
2358 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2359
2360 * configure.in: Disable serial configure by default.
2361 * configure: Regenerate.
2362 * Makefile.tpl: Abolish .NOTPARALLEL.
2363 * Makefile.in: Regenerate.
2364
2365 * Makefile.tpl: Replace {build,host,target}_canonical by
2366 {build,host,target}.
2367 * Makefile.in: Regenerate.
2368
2369 * Makefile.tpl: Fix stupid pasto.
2370 * Makefile.in: Regenerate.
2371
2372 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2373
2374 * Makefile.tpl: Remove bogus conditional.
2375 * Makefile.in: Regenerate.
2376
2377 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
2378
2379 * Makefile.tpl: Make 'recursive targets' using autogen rather
2380 than shell loop. Remove duplicate 'clean' targets and false
2381 comments.
2382 * Makefile.def: Add systematic dependencies to 'recursive' targets.
2383 Add systematic method of specifying missing targets in subdirs.
2384 Add copyright boilerplate.
2385 * Makefile.in: Regenerate.
2386 * configure.in: Add 'recursive targets' to maybe list.
2387 * configure: Regenerate.
2388
2389 * Makefile.tpl: Rename [+target+] to [+make_target+].
2390 * Makefile.def: Rename 'target' to 'make_target'.
2391
2392 2003-05-30 Nick Clifton <nickc@redhat.com>
2393
2394 * README-maintainer-mode: Update URL for locating blessed config
2395 tools.
2396
2397 2003-05-29 Robert Millan <rmh@debian.org>
2398
2399 * ltconfig: Import this patch and modify for use with current
2400 version of ltconfig:
2401
2402 2003-05-21 Bruno Haible <bruno@clisp.org>
2403
2404 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
2405 GNU/FreeBSD.
2406
2407 2003-05-28 DJ Delorie <dj@redhat.com>
2408
2409 * Makefile.tpl: Make maybe-check-gcc .PHONY.
2410 * Makefile.in: Regenerate.
2411
2412 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
2413
2414 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2415
2416 2003-05-21 DJ Delorie <dj@redhat.com>
2417
2418 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2419 newlib or libgloss.
2420 * Makefile.in: Regenerate.
2421
2422 2003-05-21 DJ Delorie <dj@redhat.com>
2423
2424 * Makefile.tpl: Add missing empty maybe-check-gcc target.
2425 * Makefile.in: Regenerate.
2426
2427 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2428
2429 * configure.in: Use curly braces in the definition of tooldir.
2430 * configure: Regenerate.
2431
2432 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
2433
2434 * configure.in: Switch more things to use maybe dependencies.
2435 * Makefile.tpl: Switch more things to use maybe dependencies.
2436 Factor out common code from autogen IF statements.
2437 * configure: Regenerate.
2438 * Makefile.in: Regenerate.
2439
2440 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
2441
2442 * configure.in: Accept i[3456789]86 for machine type.
2443 * configure: Regenerate.
2444
2445 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2446
2447 * configure.in: Switch more things to use maybe dependencies.
2448 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
2449 * configure: Regenerate.
2450 * Makefile.tpl: Switch more things to use maybe dependencies.
2451 * Makefile.in: Regenerate.
2452
2453 2003-05-16 Andreas Schwab <schwab@suse.de>
2454
2455 * Makefile.tpl (install-opcodes): Define.
2456 * Makefile.in: Rebuild.
2457
2458 2003-05-13 Andreas Jaeger <aj@suse.de>
2459
2460 * config.guess: Update to 2003-05-09 version.
2461 * config.sub: Update to 2003-05-09 version.
2462
2463 2003-05-13 Michael Eager <eager@mvista.com>
2464
2465 * configure.in: Correct sed script so that options in quotes are not
2466 deleted.
2467 * configure: Rebuild.
2468
2469 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
2470
2471 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2472 and $$s/newlib/libc/sys/cygwin32 include paths.
2473 * configure: Ditto.
2474
2475 2003-05-05 H.J. Lu <hjl@gnu.org>
2476
2477 * config-ml.in: Restored from gcc repository.
2478
2479 2003-05-02 Chris Demetriou <cgd@broadcom.com>
2480
2481 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2482 * Makefile.in: Regenerate.
2483
2484 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2485
2486 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
2487 and Makefile.def.
2488
2489 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2490
2491 * Makefile.tpl: Clean $(BUILD_SUBDIR).
2492 * Makefile.in: Regenerated.
2493
2494 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2495
2496 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2497 * Makefile.in: Regenerate.
2498
2499 2003-04-18 Jakub Jelinek <jakub@redhat.com>
2500
2501 * configure.in (powerpc64*-*-linux*): Remove.
2502 * configure: Rebuilt.
2503
2504 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
2505
2506 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
2507 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2508 and restrap.
2509 * Makefile.in: Regenerate.
2510
2511 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
2512
2513 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2514 * configure: Regenerated.
2515
2516 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
2517
2518 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2519 * */configure: Rebuilt.
2520
2521 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
2522
2523 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2524 * Makefile.in: Regenerate.
2525
2526 2003-03-14 Michael Chastain <mec@shout.net>
2527
2528 * Makefile.in: Regenerate with correct Makefile.def.
2529
2530 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
2531
2532 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
2533 Make macro.
2534 * Makefile.in: Regenerate.
2535 * configure.in: Clean up gxx_include_dir logic.
2536 * configure: Regenerate.
2537
2538 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2539
2540 * configure.in (gxx_include_dir): Fix typo.
2541 * configure: Regenerated.
2542
2543 2003-03-06 Andrew Cagney <cagney@redhat.com>
2544
2545 * texinfo/texinfo.tex: Import version 2003-02-03.16.
2546
2547 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
2548
2549 * configure.in: Include $(build_tooldir)/sys-include in
2550 FLAGS_FOR_TARGET.
2551 * configure: Regenerated.
2552
2553 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2554
2555 * Makefile.tpl: Reindent.
2556 * Makefile.in: Regenerate.
2557 * configure.in: Reindent. Don't set unused variables.
2558 * configure: Regenerate.
2559
2560 * Makefile.tpl: Always pass down RANLIB.
2561 * Makefile.in: Regenerate.
2562
2563 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2564 * Makefile.in: Regenerate.
2565 * configure.in: Remove unused logic relating to --enable-shared
2566 and --enable-threads. Remove bogus comments. Remove redundant
2567 noconfigdirs.
2568 * configure: Regenerate.
2569
2570 * configure.in: Replace ${libstdcxx_version} by its value.
2571 Remove reference to mh-dgux.
2572 * configure: Regenerate.
2573
2574 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2575
2576 * Makefile.tpl: Rearrange.
2577 * Makefile.in: Regenerate.
2578
2579 2003-02-25 Nick Clifton <nickc@redhat.com>
2580
2581 * configure: Remove site-file supprot - it is obsolete.
2582
2583 2003-02-24 Uwe Stieber <uwe@wwws.de>
2584
2585 * configure.in: Add support for kaOS as cross build target system.
2586 * configure: Regenerated.
2587
2588 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
2589
2590 * Makefile.tpl: Add definition of CPPFLAGS to pass into
2591 configure-target-* as some target builds may require additional
2592 flags for preprocessor tests.
2593 * Makefile.in: Regenerated.
2594
2595 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
2596
2597 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2598 * ltconfig: Handle it.
2599 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2600 auto-detecting it.
2601
2602 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
2603
2604 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2605 it is used as argument to $CC.
2606 * ltcf-gcj.sh: Likewise.
2607
2608 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
2609
2610 * configure.in: Introduce --enable-maintainer-mode.
2611 * configure: Rebuilt.
2612 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2613 for maintainer mode.
2614 * Makefile.in: Rebuilt.
2615
2616 2003-02-19 Andrew Cagney <ac131313@redhat.com>
2617
2618 * configure: Regenerate using autoconf 2.13.
2619
2620 2003-02-19 Alan Modra <amodra@bigpond.net.au>
2621
2622 * config.guess: Import latest version.
2623 * config.sub: Import latest version.
2624
2625 2003-02-18 Jason Merrill <jason@redhat.com>
2626
2627 * Makefile.tpl (check-c++): Allow parallelism.
2628
2629 2003-02-17 Andrew Cagney <ac131313@redhat.com>
2630
2631 * configure: Regenerate using autoconf 000227.
2632
2633 2003-02-15 Geoffrey Keating <geoffk@apple.com>
2634
2635 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2636 don't configure target-libobjc.
2637 * configure: Regenerate.
2638
2639 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2640
2641 * Makefile.tpl (RANLIB): Define.
2642 * Makefile.in: Regenerate.
2643
2644 2003-02-06 Keith R Seitz <keiths@redhat.com>
2645
2646 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2647 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2648 * Makefile.in: Regenerated.
2649 * configure.in: Remove all traces of snavigator, db, and grep.
2650 * configure: Regenerated.
2651
2652 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
2653
2654 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2655 * Makefile.in: Regenerated.
2656
2657 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
2658
2659 * config.if: Copy from GCC.
2660
2661 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
2662
2663 * configure.in: Revert 24Jan change.
2664 * configure: Regenerate.
2665
2666 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2667
2668 * configure.in: Revert previous change.
2669 * configure: Regenerate.
2670
2671 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2672
2673 * configure.in: Make rda native-only.
2674 * configure: Regenerate.
2675
2676 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
2677
2678 * configure.in: Add missing \.
2679 * configure: Rebuilt.
2680
2681 2003-01-17 Jakub Jelinek <jakub@redhat.com>
2682
2683 * configure.in (baseargs): Avoid using \| in sed regular
2684 expressions.
2685 * configure: Rebuilt.
2686
2687 2003-01-16 Jakub Jelinek <jakub@redhat.com>
2688
2689 * configure.in (baseargs): Remove all supported forms of
2690 --cache-file, --srcdir, --host, --build and --target options
2691 from argument lists.
2692 * configure: Rebuilt.
2693
2694 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
2695
2696 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2697 * configure: Rebuilt.
2698
2699 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
2700
2701 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2702 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2703 * Makefile.in: Regenerate.
2704 * configure: Regenerate.
2705
2706 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2707
2708 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2709 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2710 * Makefile.in: Regenerate.
2711
2712 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
2713
2714 * configure.in: Remove Makefile in build, host and target modules
2715 unless configure was run with --no-recursion.
2716 * configure: Rebuilt.
2717
2718 2003-01-08 Chris Demetriou <cgd@broadcom.com>
2719
2720 * config.guess: Update to 2003-01-03 version.
2721 * config.sub: Update to 2003-01-03 version.
2722
2723 2003-01-07 Christopher Faylor <cgf@redhat.com>
2724
2725 * configure: Regenerate with proper autoconf 2.13.
2726
2727 2003-01-07 Christopher Faylor <cgf@redhat.com>
2728
2729 * configure.in: Add AC_PREREQ for consistency.
2730 * configure: Regenerate.
2731
2732 2003-01-06 Andrew Cagney <ac131313@redhat.com>
2733
2734 * configure.in (GDB_TK): Add tcl directories conditional on
2735 gdb/gdbtk directory being present.
2736 * configure: Regenerate.
2737
2738 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
2739
2740 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
2741 by gcc if LD is not defined and we are not doing a Canadian Cross.
2742 * configure: Rebuilt.
2743
2744 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
2745
2746 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
2747
2748 2002-12-31 Tom Tromey <tromey@redhat.com>
2749
2750 * Makefile.in: Rebuilt.
2751 * Makefile.def (target_modules) [libffi]: Allow installation.
2752
2753 2002-12-31 Andreas Schwab <schwab@suse.de>
2754
2755 * configure.in: Fix use of $program_transform_name.
2756 * configure: Regenerated.
2757
2758 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
2759
2760 * configure.in (baseargs): Don't remove first configure argument.
2761 * configure: Regenerated.
2762
2763 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
2764
2765 * Makefile.tpl (local-distclean): Don't remove...
2766 (multilib.ts): ... this. Moved into...
2767 (multilib.out): ... this. Don't use sub-make.
2768 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2769 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2770 (configure-build-[+module+], configure-[+module+],
2771 configure-target-[+module+], configure-gcc): ... these. Test
2772 for Makefile existence. Drop config.status from dependencies.
2773 * Makefile.in: Rebuilt.
2774 * configure.in: Move gcc-version-trigger to the end of
2775 ac_configure_args. Add comments to maybedep.tmp and
2776 serdep.tmp. Introduce --disable-serial-configure. Remove
2777 nonopt from baseargs, matching and removing corresponding
2778 whitespace while at it.
2779 * configure: Rebuilt.
2780
2781 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
2782
2783 * configure.in (host_configargs): Replace reference to
2784 no-longer-defined buildopts with --build=${build_alias}.
2785 * configure: Rebuilt.
2786
2787 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
2788
2789 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
2790 program_transform_name to standard idiom.
2791 (AUTOGEN, AUTOCONF): Define.
2792 (Makefile.in): Use $(AUTOGEN).
2793 (Makefile): Depend on config.status, and use autoconf-style rule to
2794 build it. Move original commands to...
2795 (config.status): ... this new target.
2796 (configure): Add $(srcdir). Depend on config/acx.m4. Use
2797 $(AUTOCONF).
2798 * Makefile.in: Rebuilt.
2799
2800 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
2801
2802 * Makefile.tpl: Fix dramatic bustage due to change in
2803 program_transform_name.
2804 * Makefile.in: Regenerate.
2805
2806 * configure.in: Remove unnecessary PATH setting.
2807 * configure: Regnerate.
2808
2809 * configure.in: Don't default to unprefixed tools unless
2810 the native tools will work.
2811 * configure: Regenerate.
2812
2813 * configure.in: Convert to autoconf script. Blow away lots
2814 of now-redundant Makefile fragments.
2815 * configure: Generate using Autoconf.
2816 * Makefile.tpl: Rewrite to reflect autoconfiscation.
2817 * Makefile.in: Regenerate.
2818
2819 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
2820
2821 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
2822 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2823
2824 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
2825 where they belong.
2826
2827 2002-12-24 Andreas Schwab <schwab@suse.de>
2828
2829 * Makefile.tpl (multilib.out): Fix missing space.
2830 * Makefile.in: Regenerate.
2831
2832 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
2833
2834 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
2835 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
2836 * Makefile.in: Regenerate.
2837 * configure.in: Remove unnecessary leftovers.
2838
2839 2002-12-21 Geoffrey Keating <geoffk@apple.com>
2840
2841 * configure.in (extra_ranlibflags_for_target): New variable.
2842 (*-*-darwin): Add -c to ranlib commands.
2843 * configure (tooldir): Handle extra_ranlibflags_for_target.
2844
2845 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
2846
2847 * COPYING.NEWLIB: Updated.
2848 * COPYING.LIBGLOSS: Ditto.
2849
2850 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2851
2852 * Makefile.tpl: Revert HJL's change.
2853 * Makefile.in: Regenerated.
2854 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2855 always.
2856
2857 2002-12-19 Andreas Schwab <schwab@suse.de>
2858
2859 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2860 * Makefile.in: Regenerate.
2861
2862 2002-12-18 H.J. Lu <hjl@gnu.org>
2863
2864 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2865 * Makefile.in: Regenerated.
2866
2867 * configure.in (build_prefix): New. Substitute.
2868
2869 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
2870
2871 * Makefile.tpl: Don't let real targets depend on phony targets.
2872 * Makefile.in: Regenerate.
2873
2874 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2875 * Makefile.in: Regenerate.
2876
2877 2002-12-16 Jason Merrill <jason@redhat.com>
2878
2879 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2880 previous 'make bootstrap'.
2881 * Makefile.in: Regenerate.
2882
2883 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
2884
2885 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2886
2887 2002-12-13 Jason Merrill <jason@redhat.com>
2888
2889 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
2890 library tests.
2891 (check-c++): Just depend on it and check-target-libstdc++-v3.
2892 * Makefile.in: Regenerate.
2893
2894 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
2895
2896 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2897 * Makefile.in: Regenerate.
2898
2899 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
2900
2901 * COPYING.NEWLIB: Update list of alternate Regent of California
2902 licenses and discuss official revoking of advertising clause.
2903 * COPYING.LIBGLOSS: Ditto.
2904
2905 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2906
2907 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2908 * Makefile.in: Rebuilt.
2909
2910 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
2911
2912 * configure: Fix bug put in by gremlins.
2913
2914 * Makefile.tpl: Substitute more autoconfily.
2915 * configure: Substitute more autoconfily.
2916 * Makefile.in: Regenerate.
2917
2918 2002-12-08 Andrew Cagney <ac131313@redhat.com>
2919
2920 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2921 * Makefile.in (all-sim): Ditto.
2922
2923 2002-12-06 DJ Delorie <dj@redhat.com>
2924
2925 * Makefile.tpl: Change configure dependencies to not have real
2926 targets depend on phony targets.
2927
2928 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
2929
2930 * configure.in: Revert unintentional change.
2931
2932 * src-release: Configure host subdirs.
2933
2934 * Makefile.tpl: Change dependency for */multilib.out so that
2935 it works when gcc isn't in the tree.
2936
2937 * configure.in: Substitute more.
2938 * configure: Run subconfigures from the Makefile.
2939 * Makefile.tpl: Run subconfigures from the Makefile; add a few
2940 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2941
2942 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2943
2944 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2945 and corresponding dependencies.
2946 * Makefile.in: Regenerate.
2947
2948 * configure.in (host_tools): Order binutils, gas and ld for
2949 convenience in running the testsuites.
2950
2951 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2952 * Makefile.in: Regenerate.
2953 * configure.in: Introduce rules to serialize subconfigure runs.
2954
2955 * configure.in: Introduce BASE_CC_FOR_TARGET.
2956 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2957 Realize configure-build-* targets. Realize configure-target-* targets.
2958 * Makefile.in: Regenerate.
2959
2960 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2961
2962 * configure: Move gcc_version_trigger stuff from here...
2963 * configure.in: ...to here.
2964
2965 * configure.in: Separate subconfigure options added by this file from
2966 options given by the user. Add machinery to put args for host
2967 subconfigures into the Makefile.
2968
2969 * Makefile.tpl: Remove 'vault' targets.
2970 * Makefile.tpl: Reorder and comment dependencies.
2971 * Makefile.in: Regenerate.
2972
2973 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2974
2975 * configure.in: Move host-specific darwin noconfigdirs into
2976 the host-specific section.
2977
2978 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2979
2980 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
2981 during replay.
2982 * Makefile.in: Regenerate.
2983
2984 (finishing slow-motion replay)
2985 * configure: Remove skip-this-dir support.
2986 * Makefile.tpl: Remove skip-this-dir support.
2987
2988 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2989 subdirectories.
2990 * Makefile.in: Regenerate.
2991
2992 * Makefile.tpl: Strip out useless setting of 'dir'.
2993 * Makefile.in: Regenerate.
2994
2995 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2996
2997 (finishing slow-motion replay)
2998 * configure.in: Fix deeply stupid bug.
2999
3000 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3001 shell code in CXX_FOR_TARGET
3002 * Makefile.def: Introduce raw_cxx.
3003 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3004 RAW_CXX_FOR_TARGET.
3005 * Makefile.in: Regenerate.
3006
3007 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3008
3009 (finishing slow-motion replay)
3010 * Makefile.tpl: Remove unnecessary ifs.
3011 * Makefile.in: Regenerate.
3012
3013 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
3014 dependencies. Maybe-ize build-libiberty. Create dummy install
3015 targets for 'no_install' modules.
3016 * configure: Move GDB_TK substitution to configure.in. Move
3017 build_modules stuff to configure.in.
3018 * configure.in: Implement soft dependency machinery. Maybe-ize
3019 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
3020 * Makefile.in: Regenerate.
3021
3022 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3023
3024 (continuing slow-motion replay)
3025 * Makefile.tpl: Make all-target, install-target behave similarly
3026 to all, install (only hitting configured targets). Eliminate
3027 unused macro defintions.
3028
3029 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3030 build != host.
3031
3032 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3033
3034 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3035
3036 * configure.in: Produce lists of subdir targets we're actually
3037 configuring. Remove references to "dosrel".
3038 * Makefile.tpl: Let configure set which subdir targets are hit.
3039 Remove install-cross; clean up install; remove ALL. Remove
3040 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
3041 Autogenerate host module targets. Remove empty dependency lines
3042 and redundant dependency; rearrange slightly.
3043 * Makefile.def: Add host-side libtermcap, utils.
3044
3045 * Makefile.in: Regenerate.
3046
3047 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3048
3049 (Continuing slow-motion replay)
3050 * Makefile.def: Add list of recursive targets to autogenerate.
3051 Add build_modules.
3052 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
3053 targets. Autogenerate *-build-* targets.
3054 * Makefile.in: Regenerate.
3055
3056 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
3057
3058 (Continuing slow-motion replay)
3059 * configure: More autoconf-style substitutions.
3060 * Makefile.tpl: More autoconf-style substitutions.
3061 * Makefile.in: Regenerate.
3062
3063 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
3064
3065 (Continuing slow-motion replay)
3066 * configure: Substitute more variables in a more autoconf-friendly
3067 way. Simplify slightly.
3068 * Makefile.tpl: Make more variables substitutable in an
3069 autoconf-friendly way.
3070 * Makefile.in: Regenerate.
3071
3072 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
3073
3074 (Continuing slow-motion replay)
3075 * configure.in (v810*): Remove special setting of tools.
3076
3077 * configure: Add support for extra required flags for ar or nm.
3078 * configure.in (aix4.3+): Use above support for target-specific
3079 issues, rather than using config/mt-aix43.
3080
3081 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
3082
3083 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
3084 * configure: Remove 'removing', which doesn't work. Replace $subdir
3085 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
3086 with $srcdir. Reformat indentation. Substitute some variables
3087 formerly hard-coded in the Makefile for build=host.
3088 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3089 * Makefile.def: Autogenerate more.
3090 * Makefile.in: Regenerate.
3091
3092 2002-11-13 Bruce Korb <bkorb@gnu.org>
3093
3094 * Makefile.tpl: syntactic cleanup
3095
3096 2002-11-04 Kevin Buettner <kevinb@redhat.com>
3097
3098 * Makefile.def (host_modules): Add rda.
3099 * Makefile.in: Regenerate.
3100 * configure.in (target_tool): Add target-rda to list.
3101
3102 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
3103
3104 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
3105 and restrap targets to this rule.
3106 * Makefile.in: Regenerate.
3107
3108 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
3109
3110 * configure.in (i[3456]86-*-linux*): Add check to disable
3111 ${libgcj} for glibc1.
3112
3113 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
3114
3115 * configure.in: Add tic4x target.
3116
3117 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
3118
3119 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3120 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3121 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3122 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3123 * Makefile.in: Regenerate.
3124
3125 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3126
3127 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3128 * Makefile.in: Regenerate.
3129
3130 * Makefile.def: Remove order dependency comments.
3131 * Makefile.tpl: Add explicit install-install dependencies.
3132 * Makefile.in: Regenerate.
3133
3134 * Makefile.tpl: Remove material now in src-release. (Finally!)
3135 * Makefile.in: Regenerate.
3136
3137 * configure: Restore my original patch by syncing with gcc version.
3138
3139 * Bring following over from gcc:
3140
3141 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
3142
3143 * configure.in (s390*-*-linux*): Enable libgcj.
3144
3145 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3146
3147 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
3148
3149 2002-10-02 Alan Modra <amodra@bigpond.net.au>
3150
3151 * configure: Move stray lines back to where they belong.
3152
3153 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
3154
3155 * Makefile.tpl: Insert configure-target target, for src-release.
3156
3157 * configure: Finish reverting change which Andrew Cagney started
3158 reverting. Should fix bustage.
3159
3160 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3161 * src-release: New file. Contains material for making net
3162 releases for gdb, binutils, et al., formerly in Makefile.in.
3163
3164 2002-09-30 Nick Clifton <nickc@redhat.com>
3165
3166 * cpu: New top level directory. Intended to hold input files for
3167 CGEN which have FSF copyright assignment.
3168 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3169
3170 2002-09-29 Andrew Cagney <ac131313@redhat.com>
3171
3172 Revert below (note that src does not contain Makefile.tpl):
3173 * Makefile.tpl: Make subsituted variables more autoconfy.
3174 * Makefile.in: Regenerate.
3175
3176 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
3177
3178 * configure: Revert accidentally applied changes.
3179
3180 * Makefile.tpl: Make more autoconf-friendly.
3181 * Makefile.in: Regenerate.
3182 * configure: Make substitution more autoconf-like.
3183
3184 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
3185
3186 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3187 single entry to handle all these.
3188 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
3189 libjava on arm-*-elf.
3190
3191 2002-09-27 Geoffrey Keating <geoffk@apple.com>
3192
3193 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3194 things that depend on them.
3195
3196 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3197
3198 * Makefile.tpl: Make subsituted variables more autoconfy.
3199 * Makefile.in: Regenerate.
3200 * configure: Make seds more autoconfy.
3201
3202 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3203
3204 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3205 * Makefile.in: Regenerate.
3206 * configure.in: Rewrite sed statements to look autoconfy.
3207
3208 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3209 all-target-foo on configure-target-foo.
3210 * Makefile.def: Ditto.
3211 * Makefile.in: Rebuild.
3212
3213 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
3214
3215 * Makefile.def: New file.
3216 * Makefile.tpl: New file.
3217 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3218
3219 * configure.in: Minor rearrangement. Simplify tests.
3220
3221 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
3222
3223 * configure.in (with_headers): Skip copy if value is "yes".
3224 (with_libs): Likewise.
3225
3226 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
3227
3228 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3229 * configure.in (sh*-*-pe*): Ditto.
3230 * configure.in (mips*-*-pe*): Ditto.
3231 * configure.in (*arm-wince-pe): Ditto.
3232
3233 * configure.in: Rearrange.
3234
3235 2002-09-12 Nick Clifton <nickc@redhat.com>
3236
3237 * Import these changes from the config master repository:
3238
3239 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
3240
3241 * config.sub: Add tic4x target.
3242
3243 2002-09-03 Ben Elliston <bje@redhat.com>
3244
3245 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
3246 Reported by <Duncan_Stodart@insession.com>.
3247
3248 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
3249
3250 * COPYING.NEWLIB: More updates.
3251
3252 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
3253
3254 * COPYING.NEWLIB: Update.
3255
3256 2002-08-23 Andrew Cagney <ac131313@redhat.com>
3257
3258 * texinfo/texinfo.tex: Import version 2002-06-04.06.
3259
3260 * config.guess: Import version 2002-08-23.
3261 * config.sub: Import version 2002-08-22.
3262
3263 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
3264
3265 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3266 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3267 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3268
3269 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
3270
3271 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3272
3273 2002-08-04 H.J. Lu (hjl@gnu.org)
3274
3275 * configure.in (mips*-*-linux*): Don't skip target-libffi.
3276
3277 2002-07-31 Alan Modra <amodra@bigpond.net.au>
3278
3279 * configure.in: Move generic linux case to end. Copy generic
3280 linux noconfigdirs to mips*-*-linux* entry and new
3281 powerpc64*-*-linux* entry. Add target-libffi for the latter.
3282
3283 2002-07-19 Chris Demetriou <cgd@broadcom.com>
3284
3285 * MAINTAINERS: Clarify on config.guess and config.sub, and add
3286 one instance of them which was missed to the list to update.
3287
3288 2002-07-16 Chris Demetriou <cgd@broadcom.com>
3289
3290 * config.guess: Update to 2002-07-09 version.
3291 * config.sub: Update to 2002-07-03 version.
3292
3293 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
3294
3295 * configure.in: Remove two redundant tests.
3296
3297 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3298
3299 * configure.in (mips*-*-irix6*o32): Enable stabs.
3300
3301 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
3302
3303 * configure.in: Don't build grez.
3304 * Makefile.in: Ditto.
3305
3306 * Makefile.in: Remove references to bsp, cygmon, libstub.
3307 * configure.in: Ditto.
3308
3309 * configure.in: Remove leftover reference to gdbtest.
3310
3311 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
3312
3313 * configure.in (gxx_include_dir): Change to match versioned
3314 C++ headers if --enable-version-specific-runtime-libs is used.
3315
3316 2002-07-04 Steve Ellcey <sje@cup.hp.com>
3317
3318 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3319
3320 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
3321
3322 * configure.in: Make --without-x work.
3323
3324 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
3325
3326 * contrib: New directory. Created to contain a copy of the
3327 texi2pod.pl script so that it is in the same place as the version in
3328 the FSF GCC sources.
3329
3330 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
3331
3332 * configure.in: Rearrange target Makefile fragment collection.
3333
3334 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3335 cvs[src].
3336 * configure.in: Ditto.
3337
3338 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3339
3340 * Makefile.in: Eliminate 'apache' targets.
3341 * configure.in: Eliminate 'apache' targets.
3342
3343 * configure.in: Eliminate redundant tests. Reorganize.
3344
3345 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3346
3347 * config-ml.in: Eliminate references to Cygnus configure.
3348
3349 * Makefile.in: Eliminate references to building emacs.
3350
3351 2002-07-01 Denis Chertykov <denisc@overta.ru>
3352
3353 * configure.in: Add support for ip2k.
3354
3355 2002-06-24 Ben Elliston <bje@redhat.com>
3356
3357 * configure.in (host_tools): Remove cgen.
3358
3359 * Makefile.in (all-cgen): Remove; runs from its source directory.
3360 (check-cgen, install-cgen, clean-cgen): Likewise.
3361 (all-opcodes): No not depend on all-cgen.
3362 (all-sim): Likewise.
3363
3364 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
3365
3366 * configure.in: Fix AIX configury bug.
3367
3368 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3369
3370 * configure.in: Replace ${topsrcdir} with ${srcdir}.
3371
3372 * configure.in: Move definition of libstdcxx_flags right above
3373 usage, rather than way earlier.
3374
3375 * configure.in: Pull definition of is_cross_compiler earlier.
3376
3377 * configure.in: Rearrange a little.
3378
3379 * configure.in: Remove references to librx.
3380 * Makefile.in: Remove references to librx.
3381
3382 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3383
3384 * configure.in: Eliminate ${gasdir} variable.
3385
3386 2002-06-18 Dave Brolley <brolley@redhat.com>
3387
3388 * configure.in: Add support for frv.
3389 * config.sub: Add support for frv.
3390
3391 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3392
3393 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3394
3395 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3396
3397 * configure.in (vax-*-netbsd*): Re-enable gas.
3398
3399 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
3400
3401 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3402 BUILD_PREFIX_1, to correct nomenclature.
3403 * configure: Likewise.
3404
3405 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3406 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3407
3408 2002-05-31 Olaf Hering <olh@suse.de>
3409
3410 * config-ml.in: Propogate DESTDIR also.
3411
3412 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3413
3414 * configure.in (vax-*-netbsd*): Don't build gas for this
3415 platform.
3416
3417 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
3418
3419 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3420 and libgcj for AVR.
3421
3422 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
3423
3424 * config.sub: Add DLX target.
3425
3426 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3427
3428 * config.guess: Update to 2002-05-22 version.
3429 * config.sub: Likewise.
3430
3431 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3432
3433 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3434 * config-ml.in: Likewise.
3435 * configure: Likewise.
3436 * configure.in: Likewise.
3437
3438 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
3439
3440 * configure.in: Simplify makefile fragment collection.
3441
3442 * configure.in: Remove code to build emacs.
3443
3444 * configure.in : Remove --srcdir argument from targargs and buildargs
3445 (it's always overridden in the Makefile anyway). Rearrange a bit.
3446
3447 * configure: Move some logic to configure.in.
3448 * configure.in: Move some logic from configure.
3449
3450 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
3451
3452 * COPYING.LIBGLOSS: New file.
3453
3454 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
3455
3456 * Makefile.in: Honour DESTDIR.
3457
3458 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
3459
3460 * configure.in (noconfigdirs): Don't disable libgcj on
3461 sparc64-*-solaris* and sparcv9-*-solaris*.
3462
3463 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
3464
3465 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3466
3467 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
3468
3469 * configure.in (FLAGS_FOR_TARGET): Do not add
3470 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3471 on i[3456]86-*-linux*.
3472
3473 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
3474
3475 * configure.in (noconfigdirs): Replace [ ] with test.
3476
3477 * configure.in (noconfigdirs): Do not add target-newlib if
3478 target == i[3456]86-*-linux*, and host == target.
3479
3480 2002-04-29 Mark Mitchell <mark@codesourcery.com>
3481
3482 * config.guess: Updated to 2002-04-26's version.
3483 * config.sub: Updated to 2002-04-26's version.
3484
3485 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
3486
3487 * configure.in: delete reference to absent file
3488
3489 * configure.in: replace '[' with 'test'
3490
3491 * configure.in: Eliminate references to gash.
3492 * Makefile.in: Eliminate references to gash.
3493
3494 * configure.in: remove useless references to 'pic' makefile fragments.
3495
3496 * configure.in: (*-*-windows*) Finish removing.
3497
3498 * configure.in: Eliminate redundant test for libgui.
3499
3500 2002-04-26 Joel Sherrill <joel@OARcorp.com>
3501
3502 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3503 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3504
3505 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
3506
3507 * configure.in: remove references to dead files
3508
3509 2002-04-18 Tom Tromey <tromey@redhat.com>
3510
3511 * configure.in: Disallow configuring libgcj when it is already
3512 installed and we're using Solaris 2.8 linker. Do enable libgcj on
3513 Solaris 2.8 by default. For PR libgcj/6158.
3514
3515 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3516
3517 * configure.in: Move default CC setting out of config/mh-* fragments
3518 directly into here.
3519
3520 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3521
3522 * configure.in: don't even try to configure or make a subdirectory
3523 if there's no configure script for it.
3524
3525 2002-04-15 Mark Mitchell <mark@codesourcery.com>
3526
3527 * MAINTAINERS: Remove chill maintainers.
3528 * Makefile.in (CHILLFLAGS): Remove.
3529 (CHILL_LIB): Remove.
3530 (TARGET_CONFIGDIRS): Remove libchill.
3531 (CHILL_FOR_TARGET): Remove.
3532 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3533 CHILL_LIB.
3534 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3535 (CHECK_TARGET_MODULES): Likewise.
3536 (INSTALL_TARGET_MODULES): Likewise.
3537 (CLEAN_TARGET_MODULES): Likewise.
3538 (configure-target-libchill): Remove.
3539 (all-target-libchill): Remove.
3540 * configure.in (target_libs): Remove target-libchill.
3541 Do not compute CHILL_FOR_TARGET.
3542 * libchill: Remove directory.
3543
3544 2002-04-15 DJ Delorie <dj@redhat.com>
3545
3546 * Makefile.in, configure.in, configure: Sync with gcc, entries
3547 follow...
3548
3549 2002-04-08 Tom Tromey <tromey@redhat.com>
3550
3551 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3552 Fixes PR libgcj/6068.
3553
3554 2002-03-30 Krister Walfridsson <cato@df.lth.se>
3555
3556 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3557
3558 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3559
3560 * configure.in (alpha*-dec-osf*): Enable libgcj.
3561
3562 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
3563
3564 Fix for: PR bootstrap/3591, target/5676
3565 * configure.in (mcore-pe): Disable the configuration of
3566 libstdc++-v3 since exceptions are not supported.
3567
3568 2002-03-20 Anthony Green <green@redhat.com>
3569
3570 * configure.in: Enable libgcj for xscale-elf target.
3571
3572 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
3573
3574 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3575 libjava.
3576 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
3577
3578 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
3579
3580 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
3581 libstdc++-v3 and libjava.
3582
3583 2002-02-11 Adam Megacz <adam@xwt.org>
3584
3585 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
3586 boehm-gc
3587
3588 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
3589
3590 * config.guess: Updated to 2002-01-30's version.
3591 * config.sub: Updated to 2002-02-01's version.
3592 Contribute sh64-elf.
3593 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3594 * configure.in: Added sh64-*-*.
3595
3596 2002-01-17 H.J. Lu <hjl@gnu.org>
3597
3598 * Makefile.in (all-fastjar): Also depend on all-libiberty.
3599 (all-target-fastjar): Also depend on all-target-libiberty.
3600
3601 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3602
3603 * configure, configure.in: Use temp file for long sed commands.
3604
3605 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3606
3607 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3608 libf2c.
3609
3610 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3611
3612 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3613
3614 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
3615
3616 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3617
3618 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3619
3620 * configure: Handle temporary files securely using mkdir.
3621
3622 2001-09-26 Will Cohen <wcohen@redhat.com>
3623
3624 * configure.in (*-*-linux*): Disable configuration of target-newlib
3625 and target-libgloss.
3626
3627 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3628
3629 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3630 RANLIB.
3631
3632 2001-08-11 Graham Stott <grahams@redhat.com>
3633
3634 * Makefile.in (check-c++): Add missing semicolon.
3635
3636 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3637
3638 * configure.in (sh-*-linux*): New.
3639
3640 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3641
3642 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3643 and libgcj on m68hc11/m68hc12.
3644
3645 2001-06-27 H.J. Lu (hjl@gnu.org)
3646
3647 * Makefile (CFLAGS_FOR_BUILD): New.
3648 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3649
3650 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
3651
3652 * configure.in (libstdcxx_flags): Do not try to execute
3653 libstdc++-v3/testsuite_flags until it exists.
3654
3655 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3656
3657 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3658
3659 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3660
3661 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3662
3663 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3664
3665 * configure.in: Move *-chorusos target case to the proper switch.
3666 Disable libgcj.
3667
3668 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3669
3670 * Makefile.in (STAGE1_CFLAGS): Pass down.
3671
3672 2001-04-13 Alan Modra <amodra@one.net.au>
3673
3674 * config.guess: Add hppa64-linux support. Note for next import that
3675 this is already in the master file.
3676 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3677
3678 2001-03-22 Colin Howell <chowell@redhat.com>
3679
3680 * Makefile.in (DO_X): Do not backslash single-quotes in
3681 backquotes (two places).
3682
3683 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
3684
3685 * Makefile.in (DO_X): Quote nested quotes.
3686
3687 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
3688
3689 * Makefile.in (DO_X): Use double quotes for quoting
3690 "RANLIB=$${RANLIB}".
3691
3692 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3693
3694 * configure.in: Only use `lang_requires' for languages athat are
3695 actually enabled.
3696
3697 2001-03-07 Tom Tromey <tromey@redhat.com>
3698
3699 * configure.in: Allow config-lang.in to set `lang_requires' to list
3700 of other required languages.
3701
3702 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
3703
3704 * Makefile.in: Remove RANLIB definition. Use RANLIB
3705 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3706 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3707
3708 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
3709 Alexandre Oliva <aoliva@redhat.com>
3710
3711 * Makefile.in (check-c++): Use tabs, not spaces.
3712
3713 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
3714
3715 * Makefile.in (check-c++): New rule.
3716
3717 * configure.in (target_libs): Remove libg++.
3718 (noconfigdirs): Remove libg++.
3719 (noconfigdirs): Same.
3720 (noconfigdirs): Same.
3721 (noconfigdirs): Same.
3722
3723 * config-ml.in: Remove libg++ references.
3724
3725 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3726 (ALL_TARGET_MODULES): Same.
3727 (configure-target-libg++): Remove.
3728 (all-target-libg++): Remove.
3729 (configure-target-libio): Remove.
3730 (all-target-libio): Remove.
3731 (check-target-libio): Remove.
3732 (.PHONY): Remove.
3733 (libg++.tar.bz2): Remove.
3734 (all-target-cygmon): Remove libio.
3735 (all-target-libstdc++): Remove.
3736 (configure-target-libstdc++): Remove.
3737 (TARGET_LIB_PATH): Remove libstdc++.
3738 (ALL_GCC_CXX): Remove libstdc++.
3739 (all-target-gperf): Correct.
3740
3741 2001-02-15 Anthony Green <green@redhat.com>
3742
3743 * configure: Introduce GCJ_FOR_TARGET.
3744 * configure.in: Ditto.
3745 * Makefile.in: Ditto.
3746
3747 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3748
3749 * configure.in: for *-chorusos, don't config target-newlib and
3750 target-libgloss.
3751
3752 2001-02-04 Mark Mitchell <mark@codesourcery.com>
3753
3754 Remove V2 C++ library.
3755 * configure.in: Remove --enable-libstdcxx_v3 support.
3756
3757 2001-01-27 Richard Henderson <rth@redhat.com>
3758
3759 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3760
3761 2001-01-26 Tom Tromey <tromey@redhat.com>
3762
3763 * configure.in: Allow libgcj to be built on Sparc Solaris.
3764
3765 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3766
3767 * configure.in: Enable libgcj on several additional platforms.
3768
3769 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3770
3771 * configure.in: Enable libgcj for linux targets.
3772
3773 2001-01-09 Mike Stump <mrs@wrs.com>
3774
3775 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3776 failures of subdirectories.
3777
3778 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3779
3780 * configure: handle DOS-style absolute paths.
3781
3782 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3783
3784 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3785
3786 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3787
3788 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3789 (libstdcxx_incdir): Pass down.
3790 * config.if: Remove expired bits for cxx_interface, add stub.
3791 (libstdcxx_incdir): Add variable for g++ include directory.
3792 * configure.in (gxx_include_dir): Use it.
3793
3794 2000-12-15 Andreas Jaeger <aj@suse.de>
3795
3796 * configure.in: Handle lang_dirs.
3797
3798 2000-12-13 Anthony Green <green@redhat.com>
3799
3800 * configure.in: Disable libgcj for any target not specifically
3801 listed. Disable libgcj for x86 and Alpha Linux until compatible
3802 with g++ abi.
3803
3804 2000-12-13 Mike Stump <mrs@wrs.com>
3805
3806 * Makefile.in (local-distclean): Also remove fastjar.
3807
3808 2000-12-10 Anthony Green <green@redhat.com>
3809
3810 * configure.in: Define libgcj. Disable libgcj target libraries for
3811 most targets.
3812
3813 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3814
3815 * configure.in (target_libs): Revert 2000-12-08 patch.
3816 (noconfigdirs): Added target-libjava.
3817
3818 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3819
3820 * Makefile.in: handle DOS-style absolute paths.
3821
3822 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3823
3824 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3825 libjava.
3826 * configure.in (target_libs): Removed `target-libjava'.
3827
3828 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3829
3830 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3831 (ALL_MODULES): Added fastjar.
3832 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3833 (all-target-libjava): all-fastjar replaces all-zip.
3834 (all-fastjar): Added.
3835 (configure-target-fastjar, all-target-fastjar): Likewise.
3836 * configure.in (host_tools): Added fastjar.
3837
3838 2000-12-07 Mike Stump <mrs@wrs.com>
3839
3840 * Makefile.in (local-distclean): Remove leftover built files.
3841
3842 2000-11-16 Fred Fish <fnf@be.com>
3843
3844 * configure.in (enable_libstdcxx_v3): Fix typo,
3845 libstd++ -> libstdc++.
3846
3847 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3848
3849 * configure: Provide the original toplevel configure arguments
3850 (including $0) to subprocesses in the environment rather than
3851 through gcc/configargs.h.
3852
3853 2000-11-12 Mark Mitchell <mark@codesourcery.com>
3854
3855 * configure: Turn on libstdc++ V3 by default.
3856
3857 2000-10-16 Michael Meissner <meissner@redhat.com>
3858
3859 * configure (gcc/configargs.h): Only create if there is a build GCC
3860 directory created.
3861
3862 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
3863
3864 * configure: Save configure arguments to gcc/configargs.h.
3865
3866 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
3867
3868 * Makefile.in (bootstrap): avoid recursion if subdir missing
3869 (cross): ditto
3870 (do-proto-toplev): ditto
3871
3872 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
3873
3874 * configure.in: Do not build byacc for hppa64. Provide paths to the
3875 X11 libraries for hppa64.
3876
3877 2000-09-02 Anthony Green <green@cygnus.com>
3878
3879 * Makefile.in (all-gcc): Depend on all-zlib.
3880 (CLEAN_MODULES): Add clean-zlib.
3881 (ALL_MODULES): Add all-zlib.
3882 * configure.in (host_libs): Add zlib.
3883
3884 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
3885
3886 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
3887 $targargs to tell whether newlib is going to be built.
3888
3889 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
3890 $$r/TARGET_SUBDIR/libio for _G_config.h.
3891
3892 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
3893
3894 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
3895
3896 * configure: Make enable_threads and enable_shared defaults
3897 explicit. Substitute enable_threads into generated Makefiles.
3898 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
3899 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
3900
3901 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
3902
3903 * configure.in: Re-enable all references to libg++ and librx.
3904
3905 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
3906
3907 * configure.in: Add *-*-freebsd* configurations.
3908
3909 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3910
3911 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
3912 (do-tar, do-bz2): New rules.
3913 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
3914 (gdb-tar): New rule.
3915 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
3916 (insight_dejagnu.tar): New rule.
3917 (insight.tar): New rule.
3918 (gdb+dejagnu.tar): New rule.
3919 (gdb.tar): New rule.
3920
3921 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3922
3923 * MAINTAINERS: Update dejagnu/
3924
3925 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
3926
3927 * ltmain.sh (relink_command): Fix typo in previous change.
3928
3929 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
3930
3931 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
3932 (relink_command): Added --tag flags.
3933 (mode=install): If relinking fails; error out.
3934
3935 2002-03-12 Richard Henderson <rth@redhat.com>
3936
3937 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
3938 .NOTPARALLEL tag.
3939 (do-check): Rename from check.
3940 (check): Allow parallel check.
3941
3942 2002-03-11 Richard Henderson <rth@redhat.com>
3943
3944 * Makefile.in (.NOTPARALLEL): Add fake tag.
3945
3946 2002-03-07 H.J. Lu (hjl@gnu.org)
3947
3948 * configure.in: Enable gprof for mips*-*-linux*.
3949
3950 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
3951
3952 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3953 libjava.
3954 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
3955
3956 2002-02-24 Andrew Cagney <ac131313@redhat.com>
3957
3958 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
3959
3960 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
3961
3962 * config.guess: Import from master sources, rev 1.232.
3963 * config.sub: Import from master sources, rev 1.246.
3964
3965 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
3966
3967 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3968 because its Makefile is there; test for the executable instead.
3969
3970 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
3971
3972 Contribute sh64-elf.
3973 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3974 * configure.in: Added sh64-*-*.
3975
3976 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
3977
3978 * COPYING.NEWLIB: Remove advertising clause from
3979 Berkeley and Red Hat licenses.
3980
3981 2002-02-01 Mo DeJong <supermo@bayarea.net>
3982
3983 * Makefile.in: Add all-tix to deps for all-snavigator
3984 so that tix is built when building snavigator.
3985
3986 2002-02-01 Ben Elliston <bje@redhat.com>
3987
3988 * config.guess: Import from master sources, rev 1.229.
3989 * config.sub: Import from master sources, rev 1.240.
3990
3991 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
3992
3993 From Steve Ellcey <sje@cup.hp.com>:
3994 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3995 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3996 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3997 IA64.
3998 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3999 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4000 soname_spec, sys_lib_search_path_spec): Ditto.
4001
4002 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
4003
4004 * configure.in (*-*-netbsd*): New. Skip target-newlib,
4005 target-libiberty, and target-libgloss. Skip Java-related
4006 libraries if not supported for NetBSD on target CPU.
4007
4008 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
4009
4010 * configure.in: Import StrongARM and XScale target_configdirs from
4011 FSF GCC version.
4012
4013 2002-01-16 H.J. Lu (hjl@gnu.org)
4014
4015 * config.guess: Import from master sources, rev 1.225.
4016 * config.sub: Import from master sources, rev 1.238.
4017
4018 * MAINTAINERS: Updated notes on config.guess and config.sub.
4019
4020 2002-01-11 Steve Ellcey <sje@cup.hp.com>
4021
4022 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4023 ld and gdb are not supported.
4024
4025 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
4026
4027 * Change reference to Cygnus Solutions to be Red Hat.
4028
4029 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
4030
4031 * COPYING.NEWLIB: Update generic copyright date.
4032
4033 2002-01-07 Mark Salter <msalter@redhat.com>
4034
4035 * configure.in: Remove target-bsp and target-cygmon from arm builds.
4036 Allow target-libgloss to be built for arm, strongarm, and xscale.
4037
4038 2002-01-03 Ben Elliston <bje@redhat.com>
4039
4040 * MAINTAINERS: Update URL for config.* scripts.
4041
4042 2001-12-18 Alan Modra <amodra@bigpond.net.au>
4043
4044 * config.sub: Import latest version.
4045 * config.guess: Likewise.
4046
4047 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
4048
4049 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4050 options for i[3456]86-pc-linux* native builds.
4051
4052 2001-12-05 Laurent Guerby <guerby@acm.org>
4053
4054 * MAINTAINERS: gcc adopts symlink-tree, refer more to
4055 libiberty.
4056
4057 Import this patch from gcc:
4058
4059 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
4060
4061 * symlink-tree: handle DOS-style absolute paths.
4062
4063 2001-11-28 DJ Delorie <dj@redhat.com>
4064 Zack Weinberg <zack@codesourcery.com>
4065
4066 When build != host, create libiberty for the build machine.
4067
4068 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4069 CONFIG_ARGUMENTS.
4070 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4071 New variables.
4072 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4073 and rules.
4074 (all.normal): Depend on ALL_BUILD_MODULES.
4075 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4076 (all-build-libiberty): Depend on configure-build-libiberty.
4077
4078 * configure: Calculate and substitute proper value for
4079 ALL_BUILD_MODULES.
4080 * configure.in: Create the build subdirectory.
4081 Calculate and substitute TARGET_CONFIGARGS (formerly
4082 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4083
4084 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
4085
4086 * config.sub: Update to version 1.232 on subversion.
4087
4088 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
4089
4090 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4091 files from .po files for a distribution.
4092
4093 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
4094
4095 * COPYING.NEWLIB: Mention preserved notice in specific parts.
4096
4097 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
4098
4099 Merged from net gcc:
4100 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
4101 * ltcf-c.sh: Use $objext, not $ac_objext.
4102 2001-07-27 Mark Kettenis <kettenis@gnu.org>
4103 * ltcf-cxx.sh: Add support for GNU.
4104 2001-07-22 Timothy Wall <twall@redhat.com>
4105 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
4106 default settings if using GNU tools with that configuration.
4107 * ltcf-cxx.sh: Ditto.
4108 * ltcf-gcj.sh: Ditto.
4109 2001-07-21 Michael Chastain <chastain@redhat.com>
4110 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4111 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
4112 * ltmain.sh: Mark as gcc-local.
4113
4114 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
4115
4116 * Makefile.in (all-bison): Revert 2001-10-24.
4117 Don't depend on texinfo.
4118
4119 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
4120
4121 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
4122
4123 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
4124
4125 * configure.in (--enable-languages): Be more permissive about
4126 syntax. Check for empty lists better. Warn about $LANGUAGES.
4127
4128 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
4129
4130 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4131
4132 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
4133
4134 Makefile.in (all-bison): Don't depend on texinfo.
4135
4136 2001-10-03 Alan Modra <amodra@bigpond.net.au>
4137
4138 * gettext.m4: Test po/POTFILES.in exists before trying to read.
4139
4140 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
4141
4142 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4143
4144 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
4145
4146 * config.sub, config.guess: Import latest from subversions.
4147
4148 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
4149
4150 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4151 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4152 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4153 avoid quotes nesting problems.
4154 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4155 (DO_X): Export only variables that are set.
4156
4157 2001-09-19 Ben Elliston <bje@redhat.com>
4158
4159 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4160 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4161 semantics. Use the shell built-in "type" command instead.
4162
4163 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4164
4165 * config.sub: Reverted the earlier change, this version is not the
4166 master file.
4167
4168 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4169
4170 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
4171 Add support for mips64.
4172
4173 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
4174
4175 * configure.in: Enable libstdc++-v3 for h8300 targets.
4176
4177 2001-08-30 Eric Christopher <echristo@redhat.com>
4178 Jason Eckhardt <jle@redhat.com>
4179
4180 * config.sub: Add support for mipsisa32.
4181
4182 2001-08-30 Eric Christopher <echristo@redhat.com>
4183
4184 * config.sub, config.guess: Import latest from subversions.
4185
4186 2001-08-20 Alan Modra <amodra@bigpond.net.au>
4187
4188 * config.sub, config.guess: Import latest from subversions.
4189
4190 2001-07-26 DJ Delorie <dj@redhat.com>
4191
4192 * MAINTAINERS: Clarify libiberty merge rules and procedures.
4193
4194 2001-06-19 Alan Modra <amodra@bigpond.net.au>
4195
4196 * Makefile.in: Revert 2001-06-17.
4197 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
4198
4199 2001-06-17 H.J. Lu <hjl@gnu.org>
4200
4201 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
4202 (gas+binutils.tar.bz2): Likewise.
4203 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
4204
4205 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
4206
4207 * Makefile.in (VER): When present, extract the version number from
4208 the file version.in.
4209
4210 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
4211
4212 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4213 gcc/xgcc is built, use -print-prog-name to find out the program
4214 name to use.
4215
4216 2001-06-04 Mark Mitchell <mark@codesourcery.com>
4217
4218 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4219 with_gcc]: Use `gcc -shared' to build a shared library.
4220
4221 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4222
4223 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4224 archives.
4225
4226 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
4227
4228 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
4229 libraries when using g++ with native linker.
4230
4231 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
4232
4233 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4234
4235 2001-05-24 Tom Rix <trix@redhat.com>
4236
4237 * configure.in : enable ld for aix
4238
4239 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
4240
4241 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4242 [aix4*|aix5*]: Prepend blank.
4243
4244 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
4245
4246 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4247 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
4248 of subdir/configure scripts to use the new libtool.m4.
4249
4250 2001-05-14 H.J. Lu <hjl@gnu.org>
4251
4252 * config.if (libc_interface): Set to -libc6.2- for cross
4253 compiling to Linux/glibc 2.2.
4254
4255 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
4256
4257 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4258 libgcj.
4259
4260 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
4261
4262 * configure.in (noconfigdirs): Don't reset it from scratch in the
4263 target case; only append to it.
4264
4265 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
4266
4267 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4268 sparc-*-solaris2.8]: Disable ${libgcj}.
4269
4270 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
4271
4272 * configure.in (libgcj_saved): Copy from $libgcj.
4273 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4274 --disable-libgcj.
4275
4276 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
4277
4278 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4279 1.641.2.228.
4280
4281 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
4282
4283 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4284 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4285
4286 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
4287
4288 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4289 New macros.
4290 (bootstrap, cross): Use RECURSE_FLAGS.
4291 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4292
4293 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
4294
4295 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4296
4297 2001-03-23 Nick Clifton <nickc@redhat.com>
4298
4299 * README-maintainer-mode: Add note about inability to use "make
4300 distclean" in maintainer mode.
4301
4302 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
4303
4304 Re-installed:
4305 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
4306 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
4307 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4308 * ltcf-cxx.sh: Likewise.
4309 * ltcf-gcj.sh: Likewise.
4310
4311 2001-03-22 Philip Blundell <philb@gnu.org>
4312
4313 * config.sub, config.guess: Import latest from subversions.
4314
4315 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
4316
4317 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4318 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4319
4320 2001-03-20 Michael Chastain <chastain@redhat.com>
4321
4322 * Makefile.in: all-m4 depends on all-texinfo.
4323
4324 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
4325
4326 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4327
4328 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
4329
4330 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
4331 longer valid.
4332
4333 2001-02-16 Nick Clifton <nickc@redhat.com>
4334
4335 * configure.in (noconfigdirs): Allow configuration of texinfo
4336 for Cygwin hosts.
4337
4338 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4339
4340 * config.guess: Add linux target for S/390.
4341 * config.sub: Likewise.
4342 * configure.in: Likewise.
4343
4344 2001-02-06 Ben Elliston <bje@redhat.com>
4345
4346 * configure: Output host type to stdout, not stderr.
4347
4348 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4349
4350 * config.guess: Import from subversions.gnu.org (revision 1.181).
4351 * config.sub: Import from subversions.gnu.org (revision 1.199).
4352
4353 2001-01-30 Alan Modra <alan@linuxcare.com.au>
4354
4355 * config.guess: Handle hppa64-linux systems.
4356
4357 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4358
4359 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4360 Don't unset, it's non-portable and no longer necessary, set to empty
4361 instead.
4362
4363 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4364
4365 * ltconfig: Shell portability fix for the tagname validity check.
4366
4367 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4368
4369 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4370
4371 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
4372
4373 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4374 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4375
4376 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
4377
4378 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4379 keep at least one of build_libtool_libs or build_old_libs set to
4380 yes.
4381
4382 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
4383
4384 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4385 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4386
4387 2000-11-07 Philip Blundell <pb@futuretv.com>
4388
4389 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4390
4391 2000-11-03 Philip Blundell <pb@futuretv.com>
4392
4393 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4394 files.
4395
4396 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
4397
4398 * COPYING.NEWLIB: Put into source repository.
4399
4400 2001-01-15 Ben Elliston <bje@redhat.com>
4401
4402 * configure.in (host_tools): Add sid.
4403 Always configure cgen.
4404 * Makefile.in (all-sid): New target.
4405 (check-sid, clean-sid, install-sid): Likewise.
4406
4407 2001-01-07 Andreas Jaeger <aj@suse.de>
4408
4409 * config.sub, config.guess: Update from subversions.
4410
4411 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
4412
4413 * configure.in: Disable language-specific target libraries for
4414 languages that aren't enabled.
4415
4416 2000-11-24 Nick Clifton <nickc@redhat.com>
4417
4418 * configure.in (xscale-elf): Add target.
4419 (xscale-coff): Add target.
4420 (c4x, c5x, tic54x): Move after ARM targets.
4421
4422 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
4423
4424 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
4425
4426 2000-11-20 Ian Lance Taylor <ian@zembu.com>
4427
4428 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
4429
4430 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
4431
4432 * Makefile.in: Merge with GCC and libgcj.
4433 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
4434 configure-target-<library> when their configure scripts need the C
4435 or C++ library to have already been built to work properly.
4436 (do_proto_toplev): Set them to an empty string.
4437
4438 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
4439
4440 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
4441 (REALLY_SET_LIB_PATH): Use them.
4442
4443 2000-11-06 Christopher Faylor <cgf@cygnus.com>
4444
4445 * config.sub: Add support for Sun Chorus
4446
4447 2000-11-02 Per Lundberg <plundis@chaosdev.org>
4448
4449 * config.sub: Add support for the *-storm-chaos OS.
4450
4451 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
4452
4453 * configure.in (noconfigdirs): Don't compile some
4454 of the libraries for 68HC11 & 68hc12 targets.
4455
4456 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
4457
4458 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
4459 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
4460 all affected `configure' scripts.
4461
4462 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
4463
4464 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
4465 ltcf-c.sh.
4466
4467 2000-09-12 Philip Blundell <philb@gnu.org>
4468
4469 * config.sub, config.guess: Update from subversions.
4470
4471 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
4472
4473 * Makefile.in (all-zlib): Added dummy target.
4474
4475 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
4476 multi-language branch.
4477
4478 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
4479
4480 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
4481 (bootstrap*): Depend on all-bootstrap.
4482
4483 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
4484
4485 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
4486 crosses, but add gcc/include to the header search path for them.
4487
4488 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
4489
4490 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
4491 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
4492 * gettext.m4: New file, extracted from aclocal.m4.
4493
4494 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
4495
4496 * config-ml.in (CC, CXX): Avoid trailing whitespace.
4497 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
4498 sub-configures.
4499
4500 2000-08-20 Doug Evans <dje@casey.transmeta.com>
4501
4502 * Makefile.in (ALL_MODULES): Add all-cgen.
4503 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4504 (all-cgen): New target.
4505 (all-opcodes,all-sim): Depend on all-cgen.
4506 * configure.in (host_tools): Add cgen.
4507 Only configure cgen if --enable-cgen-maint.
4508
4509 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
4510
4511 * config-ml.in (CC, CXX): Don't introduce a leading space.
4512
4513 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
4514
4515 * configure.in (libstdcxx_flags): Use
4516 libstdc++-v3/src/libstdc++.INC.
4517
4518 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
4519
4520 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
4521
4522 2000-08-11 Jason Merrill <jason@redhat.com>
4523
4524 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
4525 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
4526 (FLAGS_FOR_TARGET): Not here.
4527 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
4528
4529 2000-08-07 DJ Delorie <dj@redhat.com>
4530
4531 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
4532 "if we're also building gcc, and it's a gcc that will run on the
4533 build machine, we want to use its includes instead of the system's
4534 default includes".
4535
4536 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
4537
4538 * configure.in (libstdcxx_flags): Don't use `"'.
4539
4540 * config-ml.in: Adjust multilib search paths to the
4541 appropriate multilib tree.
4542
4543 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
4544
4545 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
4546 commas in $LANGUAGES.
4547
4548 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
4549
4550 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
4551
4552 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
4553
4554 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
4555 CXX_FOR_TARGET for sed.
4556
4557 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
4558
4559 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
4560 Do not override if already set in the environment or in configure.
4561 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
4562 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
4563
4564 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
4565
4566 * Makefile.in (FLAGS_FOR_TARGET): New macro.
4567 (GCC_FOR_TARGET): Use it.
4568 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
4569 * configure.in: ... here.
4570 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
4571 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
4572
4573 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
4574
4575 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
4576 (configure-target-libchill, configure-target-libobjc): Likewise.
4577
4578 * configure.in: Use the same cache file for all target libs.
4579 * config-ml.in: But different cache files per multilib variant.
4580
4581 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4582
4583 * configure (topsrcdir): Don't use dirname.
4584
4585 2000-07-20 Jason Merrill <jason@redhat.com>
4586
4587 * configure.in: Remove all references to libg++ and librx.
4588
4589 * configure, configure.in, Makefile.in: Unify gcc and binutils.
4590
4591 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
4592
4593 * config.sub: Update to subversions version 2000-07-06.
4594
4595 2000-07-12 Andrew Haley <aph@cygnus.com>
4596
4597 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
4598 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
4599
4600 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
4601
4602 * symlink-tree: Check number of arguments.
4603
4604 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
4605
4606 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
4607
4608 2000-07-05 Jim Wilson <wilson@cygnus.com>
4609
4610 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
4611 search path for a g++ extracted from the build tree. This
4612 will allow link tests run by configure scripts in
4613 subdirectories to succeed.
4614
4615 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
4616
4617 * ltconfig: Add support for mips-dde-sysv4.2MP
4618
4619 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
4620
4621 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
4622 `os2'. Force ac_cv_exeext to be ".exe" in that case.
4623
4624 2000-06-19 Timothy Wall <twall@cygnus.com>
4625
4626 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
4627 * config.sub: Add tic54x target.
4628
4629 2000-06-07 Phillip Thomas <pthomas@suse.de>
4630
4631 * README-maintainer-mode: New file: Contains notes on using
4632 --enable-maintainer-mode with binutils.
4633
4634 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
4635
4636 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
4637
4638 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
4639
4640 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
4641 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
4642
4643 20000-05-21 H.J. Lu (hjl@gnu.org)
4644
4645 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
4646 directory are used if they exist. Make sure
4647 $(build_tooldir)/include is searched for header files,
4648 $(build_tooldir)/lib/ for library files.
4649 (GCC_FOR_TARGET): Likewise.
4650 (CXX_FOR_TARGET): Likewise.
4651
4652 2000-05-18 Jeffrey A Law (law@cygnus.com)
4653
4654 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
4655
4656 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
4657
4658 * Makefile.in (configure-target-libiberty): Depend on
4659 configure-target-newlib.
4660
4661 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
4662
4663 * configure.in, Makefile.in: Merge all libffi-related
4664 configury stuff from the libgcj tree.
4665
4666 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
4667
4668 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4669 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
4670
4671 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
4672
4673 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4674 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
4675 current version information. Add to proto-toplev directory.
4676 (gdb-taz): Build do-djunpack.
4677
4678 2000-05-15 David Edelsohn <edelsohn@gnu.org>
4679
4680 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
4681
4682 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4683
4684 * ltmain.sh: Preserve in relink_command any environment
4685 variables that may affect the linker behavior.
4686
4687 2000-05-12 Jeffrey A Law (law@cygnus.com)
4688
4689 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
4690
4691 2000-05-10 Jim Wilson <wilson@cygnus.com>
4692
4693 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
4694
4695 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4696
4697 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
4698 with the version name.
4699
4700 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
4701
4702 * config.if: Tweak.
4703
4704 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
4705
4706 * djunpack.bat: New file.
4707
4708 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
4709
4710 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
4711 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
4712 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
4713 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
4714
4715 2000-04-16 Dave Pitts <dpitts@cozx.com>
4716
4717 * config.sub (case $basic_machine): Change default for "ibm-*"
4718 to "openedition".
4719
4720 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
4721
4722 * Makefile.in (gdb-taz): New target. GDB specific archive.
4723 (do-md5sum): New target.
4724 (MD5PROG): Define.
4725 (PACKAGE): Default to TOOL.
4726 (VER): Default to a shell script.
4727 (taz): Rewrite target. Move real work to do-proto-toplev. Include
4728 md5 checksum generation.
4729 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
4730 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
4731 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
4732 insight.tar.bz2): Use gdb-taz to create archive.
4733
4734 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
4735
4736 * configure (warn_cflags): Delete.
4737
4738 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
4739 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
4740
4741 * configure.in (enable_libstdcxx_v3): Add.
4742 (target_libs): Add bits here to switch between libstdc++-v2 and
4743 libstdc++-v3.
4744 * config.if: And this file too.
4745 * Makefile.in: Add libstdc++-v3 targets.
4746
4747 2000-04-05 Michael Meissner <meissner@redhat.com>
4748
4749 * config.sub (d30v): Add d30v as a basic machine type.
4750
4751 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
4752
4753 * configure.in: -linux-gnu*, not -linux-gnu.
4754
4755 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
4756
4757 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
4758 (do-tar-bz2): Replace TOOL with PACKAGE.
4759 (gdb.tar.bz2): Remove GDBTK from GDB package.
4760 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
4761 dejagnu.tar.bz2): New packages.
4762
4763 2000-02-27 Andreas Jaeger <aj@suse.de>
4764
4765 * configure.in: Add entry for mips*-*-linux*, move catch all
4766 *-*-*linux* entry below this one.
4767
4768 2000-02-27 Ian Lance Taylor <ian@zembu.com>
4769
4770 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
4771
4772 2000-02-24 Nick Clifton <nickc@cygnus.com>
4773
4774 * config.sub: Support an OS of "wince".
4775
4776 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
4777
4778 * config.guess, config.sub: Updated to match config's 2000-02-15
4779 version.
4780
4781 2000-02-23 Linas Vepstas <linas@linas.org>
4782
4783 * config.sub: Add support for Linux/IBM 370.
4784 * configure.in: Likewise.
4785
4786 2000-02-22 Nick Clifton <nickc@cygnus.com>
4787
4788 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
4789
4790 2000-02-20 Christopher Faylor <cgf@cygnus.com>
4791
4792 * config.guess: Guess "cygwin" rather than "cygwin32".
4793
4794 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4795
4796 * configure (gcc_version): When setting, narrow search to
4797 lines containing `version_string'.
4798
4799 2000-02-15 Denis Chertykov <denisc@overta.ru>
4800
4801 * config.sub: Add support for avr target.
4802
4803 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
4804
4805 * config.sub: Add mmix-knuth-mmixware.
4806
4807 2000-01-27 Christopher Faylor <cgf@redhat.com>
4808
4809 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
4810 structure stuff to -L library search.
4811 (CXX_FOR_TARGET): Ditto.
4812 (CROSS_CHECK_MODULES): Fix spelling mistake.
4813
4814 2000-01-24 Mark Mitchell <mark@codesourcery.com>
4815
4816 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
4817 the C++ compiler.
4818
4819 2000-01-12 Richard Henderson <rth@cygnus.com>
4820
4821 * configure.in: Don't build some bits for beos.
4822
4823 2000-01-12 Joel Sherrill (joel@OARcorp.com)
4824
4825 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
4826 as include files.
4827
4828 2000-01-06 Geoff Keating <geoffk@cygnus.com>
4829
4830 * configure.in: Use mt-aix43 to handle *_TARGET defs,
4831 not mh-aix43.
4832
4833 1999-12-14 Richard Henderson <rth@cygnus.com>
4834
4835 * config.guess (alpha-osf, alpha-linux): Detect ev67.
4836 * config.sub: Accept alphaev[78], alphaev8.
4837
4838 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4839
4840 * config.guess, config.sub: Update from autoconf.
4841
4842 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4843
4844 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
4845 necessary libraries are missing.
4846
4847 1999-10-25 Andreas Schwab <schwab@suse.de>
4848
4849 * configure: Fix quoting inside arguments of eval.
4850
4851 1999-10-21 Nick Clifton <nickc@cygnus.com>
4852
4853 * config-ml.in: Allow suppression of some ARM multilibs.
4854
4855 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
4856
4857 * config.guess: Add OS/390 match pattern.
4858 * config.sub: Add mvs, openedition targets.
4859 * configure.in (i370-ibm-opened*): New.
4860
4861 1999-09-04 Steve Chamberlain <sac@pobox.com>
4862
4863 * config.sub: Add support for configuring for pj.
4864
4865 1999-08-31 Nick Clifton <nickc@cygnus.com>
4866
4867 * config.sub (maybe_os): Add support for configuring for fr30.
4868
4869 1999-08-25 Nick Clifton <nickc@cygnus.com>
4870
4871 * configure.in: Do not configure or build ld for AIX
4872 platforms. ld is known to be broken on these platforms.
4873
4874 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4875
4876 * config-ml.in: Pass compiler flag corresponding to multidirs to
4877 subdir configures.
4878
4879 1999-08-09 Ian Lance Taylor <ian@zembu.com>
4880
4881 * Makefile.in (LDFLAGS): Define.
4882
4883 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
4884
4885 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
4886 noconfigdirs.
4887 (*-*-cygwin*): Likewise.
4888
4889 1999-08-08 Ian Lance Taylor <ian@zembu.com>
4890
4891 * mkdep: New file.
4892 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
4893 (BINUTILS_SUPPORT_DIRS): Add mkdep.
4894
4895 From Eli Zaretskii <eliz@is.elta.co.il>:
4896 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
4897 long file name when using DJGPP on MS-DOS.
4898
4899 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
4900
4901 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
4902
4903 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
4904
4905 * Makefile.in (check-target-libio): Remove all-target-libstdc++
4906 dependency as this causes "make check" to globally "make all"
4907
4908 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
4909
4910 * configure.in (target_libs): Added target-zlib.
4911 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
4912 (CONFIGURE_TARGET_MODULES): Likewise.
4913 (CHECK_TARGET_MODULES): Likewise.
4914 (INSTALL_TARGET_MODULES): Likewise.
4915 (CLEAN_TARGET_MODULES): Likewise.
4916 (configure-target-zlib): New target.
4917 (all-target-zlib): Likewise.
4918 (all-target-libjava): Depend on all-target-zlib.
4919 (configure-target-libjava): Depend on configure-target-zlib.
4920
4921 * Makefile.in (configure-target-libjava): Depend on
4922 configure-target-newlib.
4923 (configure-target-boehm-gc): New target.
4924 (configure-target-qthreads): New target.
4925
4926 * configure.in (target_libs): Added target-qthreads.
4927 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
4928 (CONFIGURE_TARGET_MODULES): Likewise.
4929 (CHECK_TARGET_MODULES): Likewise.
4930 (INSTALL_TARGET_MODULES): Likewise.
4931 (CLEAN_TARGET_MODULES): Likewise.
4932 (all-target-qthreads): New target.
4933 (configure-target-libjava): Depend on configure-target-qthreads.
4934 (all-target-libjava): Depend on all-target-qthreads.
4935
4936 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
4937 (CONFIGURE_TARGET_MODULES): Likewise.
4938 (CHECK_TARGET_MODULES): Likewise.
4939 (INSTALL_TARGET_MODULES): Likewise.
4940 (CLEAN_TARGET_MODULES): Likewise.
4941 (all-target-libjava): New target.
4942 (all-target-boehm-gc): Likewise.
4943 * configure.in (target_libs): Added libjava, boehm-gc.
4944
4945 1999-07-22 Ian Lance Taylor <ian@zembu.com>
4946
4947 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
4948 configure.bat in SUPPORT_FILES.
4949 (gas+binutils.tar.bz2): Likewise.
4950
4951 * makeall.bat: Remove; obsolete.
4952
4953 1999-07-21 Ian Lance Taylor <ian@zembu.com>
4954
4955 From Mark Elbrecht:
4956 * configure.bat: Remove; obsolete.
4957
4958 1999-07-11 Ian Lance Taylor <ian@zembu.com>
4959
4960 * configure: Add -W -Wall to the default CFLAGS when compiling with
4961 gcc.
4962
4963 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
4964
4965 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
4966
4967 1999-06-30 Mark Mitchell <mark@codesourcery.com>
4968
4969 * configure.in: Build ld on IRIX6.
4970
4971 1999-06-12 Ian Lance Taylor <ian@zembu.com>
4972
4973 * Makefile.in: Change distribution targets to use bzip2 instead of
4974 gzip.
4975 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
4976 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
4977
4978 1999-06-04 Nick Clifton <nickc@cygnus.com>
4979
4980 * config.sub: Add mcore target.
4981
4982 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
4983
4984 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
4985
4986 1999-05-25 H.J. Lu (hjl@gnu.org)
4987
4988 * config.guess (dummy): Changed to $dummy.
4989
4990 1999-05-24 Nick Clifton <nickc@cygnus.com>
4991
4992 * config.sub: Tidied up case statements.
4993
4994 1999-05-22 Ben Elliston <bje@cygnus.com>
4995
4996 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
4997 <jiro@din.or.jp>.
4998
4999 * config.guess: Merge with FSF version. Future changes will be
5000 more accurately recorded in this ChangeLog.
5001 * config.sub: Likewise.
5002
5003 1999-05-20 Stephen L Moshier <moshier@world.std.com>
5004
5005 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5006
5007 1999-04-30 Tom Tromey <tromey@cygnus.com>
5008
5009 * ltmain.sh: [mode link] Always use CC given by ltconfig.
5010
5011 1999-04-23 Tom Tromey <tromey@cygnus.com>
5012
5013 * ltconfig, ltmain.sh: Update to libtool 1.2f.
5014
5015 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
5016
5017 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5018 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5019 Bad merge removed these two changes.
5020
5021 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
5022 Martin Heller (Ing.-Buero_Heller@t-online.de)
5023
5024 * config.guess (interix Alpha): Add.
5025
5026 1999-04-11 Richard Henderson <rth@cygnus.com>
5027
5028 * configure.in (i?86-*-beos*): Do config gperf; don't config
5029 gdb, newlib, or libgloss.
5030
5031 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
5032
5033 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5034 link a trivial program with -mabi=64. If it fails, remove mabi=64
5035 from multidirs.
5036
5037 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
5038
5039 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5040
5041 1999-04-08 Nick Clifton <nickc@cygnus.com>
5042
5043 * config.sub: Add support for mcore targets.
5044
5045 1999-04-07 Michael Meissner <meissner@cygnus.com>
5046
5047 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5048 not mt-ospace, in order to shut up assembler warning about using
5049 symbols that are named the same as registers.
5050
5051 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
5052
5053 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5054 dependency list for all-target-cygmon.
5055
5056 1999-04-05 Doug Evans <devans@casey.cygnus.com>
5057
5058 * config-ml.in: Check $host, not $target, for selective multilibs.
5059 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5060 thumb interworking, and underscore prefix multilibs.
5061
5062 1999-04-04 Ian Lance Taylor <ian@zembu.com>
5063
5064 * missing: Update to version from current automake.
5065
5066 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
5067
5068 * configure (gxx_include_dir): Removed.
5069
5070 * configure.in (gxx_include_dir): Handle it.
5071 * Makefile.in: Likewise.
5072
5073 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
5074
5075 * config.sub (mips64vr4111,mips64vr4111el) Add.
5076
5077 1999-03-21 Ben Elliston <bje@cygnus.com>
5078
5079 * config.guess: Correct typo for detecting ELF on FreeBSD.
5080
5081 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
5082
5083 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5084 config/mh-djgpp.
5085
5086 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
5087
5088 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5089 all-target-newlib to dependency list for all-target-bsp.
5090
5091 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
5092
5093 * config.sub: Add i386-uwin support.
5094 * config.guess: Likewise.
5095
5096 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5097
5098 * configure.in: cleanup, add mh-*pic handling for arm, special
5099 case powerpc*-*-aix*
5100
5101 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
5102
5103 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5104 can be built.
5105
5106 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
5107
5108 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
5109 targets.
5110
5111 1999-03-02 Nick Clifton <nickc@cygnus.com>
5112
5113 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5114
5115 1999-02-28 Geoffrey Noer <noer@cygnus.com>
5116
5117 * config.sub: Check for "cygwin*" rather than "cygwin32*"
5118
5119 1999-02-24 Nick Clifton <nickc@cygnus.com>
5120
5121 * config.sub: Fix typo in arm recognition.
5122
5123 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
5124
5125 * configure.in (noconfigdirs): Changed target_configdirs to
5126 include target-bsp only for m68k-*-elf* and m68k-*-coff*
5127 rather than m68k-*-* since it is not known to work on
5128 m68k-aout. Ditto for arm-*-*oabi.
5129
5130 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
5131
5132 * configure.in (*-*-windows*): Remove, no longer used.
5133
5134 1999-02-19 Ben Elliston <bje@cygnus.com>
5135
5136 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
5137 Smart and improved by Andrew Cagney.
5138
5139 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
5140
5141 * config.guess: Recognize openbsd-*-hppa.
5142
5143 1999-02-17 H.J. Lu (hjl@gnu.org)
5144
5145 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
5146 only if it is not empty.
5147
5148 1999-02-17 Nick Clifton <nickc@cygnus.com>
5149
5150 Patch from: Scott Bambrough <scottb@corelcomputer.com>
5151
5152 * config.guess: Modified to recognize uname's armv* syntax.
5153
5154 * config.sub: Modified to recognize uname's armv* syntax.
5155
5156 1999-02-17 Mark Salter <msalter@cygnus.com>
5157
5158 * configure.in: Added target-bsp for sparclite.
5159
5160 1999-02-08 Richard Henderson <rth@cygnus.com>
5161
5162 * config.sub: Recognize alphapca5[67] and up to alphaev8.
5163
5164 1999-02-08 Nick Clifton <nickc@cygnus.com>
5165
5166 * configure.in: Add support for strongarm port.
5167 * config.sub: Add support for strongarm target.
5168
5169 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
5170
5171 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
5172 the old name config/mh-cygwin32.
5173 Enable texinfo.
5174
5175 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
5176
5177 * configure.in: Do build ld for ix86 Solaris.
5178
5179 1999-02-02 Jim Wilson <wilson@cygnus.com>
5180
5181 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
5182 $AR_FOR_TARGET. Likewise for RANLIB.
5183
5184 1999-02-02 Catherine Moore <clm@cygnus.com>
5185
5186 * config.sub (oabi): Recognize.
5187 * configure.in (arm-*-oabi): Handle.
5188
5189 1999-01-30 Robert Lipe (robertlipe@usa.net)
5190
5191 * config.guess: Improve detection of i686 on UnixWare 7.
5192
5193 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
5194
5195 * config.guess: Add support for i386-pc-interix.
5196 * config.sub: Likewise.
5197 * configure.in: Likewise.
5198
5199 1999-01-18 Christopher Faylor <cgf@cygnus.com>
5200
5201 * Makefile.in: Remove unneeded all-target-libio from
5202 from all-target-winsup target since it is now unneeded.
5203 Add all-target-libtermcap in its place since it is now
5204 needed.
5205
5206 1998-12-30 Christopher Faylor <cgf@cygnus.com>
5207
5208 * configure.in: makefile stub for cygwin target is probably
5209 unnecessary. Remove it for now.
5210
5211 1998-12-30 Christopher Faylor <cgf@cygnus.com>
5212
5213 * configure.in: libtermcap.a should be built when cygwin is the
5214 target as well as the host.
5215 * config.guess: Allow mixed case in cygwin uname output.
5216 * Makefile.in: Add libtermcap target.
5217
5218 1998-12-23 Jeffrey A Law (law@cygnus.com)
5219
5220 * config.sub: Clean up handling of hppa2.0.
5221
5222 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
5223
5224 * config.guess: Use C code to identify more HP machines.
5225
5226 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
5227
5228 * config.sub: Handle hppa2.0.
5229
5230 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
5231
5232 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
5233 cygmon for all sparclite targets, regardless of object format.
5234
5235 1998-12-15 Mark Salter <msalter@cygnus.com>
5236
5237 * configure.in: Added target-bsp for several target architectures.
5238
5239 * Makefile.in: Added rules for bsp.
5240
5241 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
5242
5243 * config.guess: Improve detection of hppa2.0 processors.
5244
5245 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
5246
5247 * config.guess: Recognize FreeBSD using ELF automatically.
5248
5249 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
5250
5251 * configure (skip-this-dir): Add handling for new shell script, which
5252 might be created by a sub-directory's configure to indicate, this particular
5253 directory is "unwanted".
5254 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
5255
5256 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
5257
5258 * ltconfig: import from libtool, after changing libtool to
5259 account for the cygwin name change.
5260
5261 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
5262
5263 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
5264 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
5265
5266 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
5267
5268 * configure.in: Add libtermcap to list of cygwin dependencies.
5269
5270 1998-11-17 Geoffrey Noer <noer@cygnus.com>
5271
5272 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
5273 they include winsup/include when it's a cygwin target.
5274
5275 1998-11-12 Tom Tromey <tromey@cygnus.com>
5276
5277 * configure.in (host_tools): Added zip.
5278 * Makefile.in (all-target-libjava): Depend on all-zip.
5279 (all-zip): New target.
5280 (ALL_MODULES): Added all-zip.
5281 (NATIVE_CHECK_MODULES): Added check-zip.
5282 (INSTALL_MODULES): Added install-zip.
5283 (CLEAN_MODULES): Added clean-zip.
5284
5285 1998-11-12 Geoffrey Noer <noer@cygnus.com>
5286
5287 * Makefile.in: lose "32" from comment about cygwin.
5288
5289 1998-11-05 Nick Clifton <nickc@cygnus.com>
5290
5291 * configure.in: Use -Os to build target libraries for the fr30.
5292
5293 1998-11-04 Dave Brolley <brolley@cygnus.com>
5294
5295 * config.sub: Add fr30.
5296
5297 1998-11-02 Geoffrey Noer <noer@cygnus.com>
5298
5299 * configure.in: drop "32" from config/mh-cygwin32. Check
5300 cygwin* instead of cygwin32*.
5301 * config.sub: Check cygwin* instead of cygwin32*.
5302
5303 1998-10-22 Robert Lipe <robertl@dgii.com>
5304
5305 * config.guess: Match any version of Unixware7.
5306
5307 1998-10-20 Syd Polk <spolk@cygnus.com>
5308
5309 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
5310 if desired.
5311
5312 1998-10-18 Jeffrey A Law (law@cygnus.com)
5313
5314 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
5315 these if the appropriate directories and files to not exist.
5316
5317 1998-10-14 Jeffrey A Law (law@cygnus.com)
5318
5319 * Makefile.in (DEVO_SUPPORT): Add config.if.
5320
5321 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
5322
5323 * configure: Add pattern to replace "build_tooldir"'s
5324 definition in the generated Makefile with "tooldir"'s
5325 actual value.
5326
5327 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
5328
5329 * config.sub: Bring back lost sparcv9.
5330
5331 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
5332
5333 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
5334
5335 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
5336 CC_FOR_TARGET and friends.
5337
5338 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5339
5340 * Makefile.in (build_tooldir): New variable, same as tooldir.
5341 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
5342 -B$(build_tooldir)/bin/.
5343 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5344
5345 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
5346
5347 * config.sub: Add support for i[34567]86-pc-udk.
5348 * configure.in: Likewise.
5349
5350 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
5351
5352 * Makefile.in: add bzip2 package building bits for user
5353 tools module
5354 * configure.in: ditto
5355
5356 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
5357
5358 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
5359 (ALL_TARGET_MODULES): Add all-target-libobjc.
5360 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5361 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5362 (all-target-libchill): Add dependencies.
5363 * configure.in (target_libs): Add libchill.
5364
5365 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
5366
5367 * configure.in (target_subdir): Remove duplicate line.
5368
5369 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
5370
5371 * Makefile.in (all-automake): fix dependencies.
5372
5373 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
5374
5375 * configure.in: Minor cleanups for building in the $(target_alias)
5376 subdir.
5377
5378 1998-09-22 Jim Wilson <wilson@cygnus.com>
5379
5380 * Makefile.in (bootstrap): Set r and s before make all. Use
5381 BASE_FLAGS_TO_PASS in make all.
5382 (cross): Likewise.
5383
5384 1998-09-20 Mark Mitchell <mark@markmitchell.com>
5385
5386 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
5387
5388 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
5389
5390 * config.sub: Fix typo in last change.
5391
5392 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5393
5394 * config.sub: Add support for C4x target.
5395 * configure.in: Likewise.
5396
5397 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
5398
5399 * config.sub: Recognize sparcv9 just like sparc64.
5400
5401 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
5402
5403 * config.guess: Match "Pent II" or "PentII" for OpenServer.
5404
5405 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
5406
5407 * config.guess: Correctly identify Pentium II sco boxes.
5408
5409 * config.guess: Fix "tr" code. From Weiwen Liu.
5410
5411 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
5412
5413 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
5414 stabs.
5415
5416 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
5417
5418 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
5419 (ALL_TARGET_MODULES): Add all-target-libchill.
5420 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5421 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5422 (all-target-libchill): Add dependencies.
5423 * configure.in (target_libs): Add libchill.
5424
5425 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
5426
5427 * config.guess: Avoid assumptions about "tr" behaves when
5428 LANG is set to something other than English.
5429
5430 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
5431
5432 * configure (gxx_include_dir): Changed to
5433 '${prefix}/include/g++'-${libstdcxx_interface}.
5434
5435 * config.if: New to determine the interfaces.
5436
5437 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
5438
5439 * config.guess: Detect and handle MPE/IX.
5440 * config.sub: Deal with MPE/IX.
5441
5442 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
5443
5444 * configure.in: Use mh-aix43.
5445
5446 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
5447
5448 * configure: Fix --without/--disable cases for gxx-include-dir.
5449
5450 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
5451
5452 * mdata-sh: Imported. Needed for automake support.
5453
5454 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
5455
5456 * Makefile.in (taz): Try "chmod -R og=u ." before
5457 "chmod og=u `find . -print`".
5458
5459 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
5460
5461 * configure.in: Add arm-elf and thumb-elf support.
5462
5463 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
5464
5465 * Makefile.in: Undo previous patch.
5466
5467 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
5468
5469 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
5470 to here ...
5471 (install-no-fixedincludes): and here
5472 (INSTALL_MODULES): ... from here.
5473
5474 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
5475
5476 * config.sub: Merge with FSF.
5477
5478 * config.guess: Merge with FSF.
5479
5480 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
5481
5482 * configure (extraconfigdirs): New variable.
5483 (SUBDIRS): Add extraconfigdirs and recurse on them too.
5484 * Makefile.in (all): Move higher in file.
5485 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
5486 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
5487 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
5488 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
5489 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
5490
5491 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
5492
5493 * Makefile.in (all-target-libjava): Depend on all-gcc and
5494 all-target-newlib.
5495 (configure-target-libjava): Depend on $(ALL_GCC).
5496
5497 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
5498
5499 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
5500 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
5501
5502 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
5503
5504 * ylwrap: Change absolute path checks to check for DOS style path
5505 names.
5506
5507 * ylwrap: Don't use a full path name if the source file is in the
5508 same directory. From hjl@lucon.org (H.J. Lu).
5509
5510 * config-ml.in: Default to being verbose, to match Feb 18 change to
5511 configure.
5512
5513 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
5514
5515 Brought over from egcs:
5516
5517 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
5518
5519 * configure.in (target_subdir): Set to ${target_alias} instead
5520 of "libraries".
5521
5522 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5523
5524 * configure.in (target_subdir): Set to libraries if enable_multilib.
5525
5526 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
5527
5528 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
5529 multilibs, force reconfiguration the first time we create
5530 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
5531
5532 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
5533
5534 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
5535 avoid confusion with --no-recursion.
5536
5537 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
5538
5539 * configure.in: Win32 hosts shouldn't use install -x
5540 * install-sh: remove -x option, and special .exe-handling
5541 hack.
5542
5543 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
5544
5545 * config.guess: Recognize i586-pc-beos.
5546 * configure.in: Don't build some bits for beos.
5547
5548 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
5549
5550 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
5551 CFLAGS default to -O2.
5552
5553 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
5554 when using GNU ld.
5555
5556 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
5557
5558 * ltmain.sh: Correct install when using a different shell.
5559
5560 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
5561
5562 * ltconfig, ltmain.sh: Update to libtool 1.2b.
5563
5564 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
5565
5566 * makefile.vms: Update to build binutils/makefile.vms. Add install
5567 target.
5568
5569 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
5570
5571 * ltconfig: Update to correct AIX handling.
5572
5573 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
5574
5575 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
5576
5577 * configure.in (target_subdir): Set to ${target_alias} instead
5578 of "libraries".
5579
5580 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
5581
5582 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
5583 (Makefile): Depend on $(gcc_version_trigger).
5584
5585 * configure (gcc_version): Change default initializer to empty
5586 string.
5587 (gcc_version_trigger): New variable; pass this variable down
5588 to subdir configures to enable them checking gcc's version
5589 themselves. Emit make macros for both gcc_version vars.
5590 (topsrcdir): Initialize reliably.
5591 (recursion line): Remove --with-gcc-version=${gcc_version}.
5592
5593 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
5594
5595 * configure (enable_version_specific_runtime_libs): Implement new flag
5596 --enable-version-specific-runtime-libs which installs C++ runtime stuff
5597 in $(libsubdir); emit definition in each generated Makefile.
5598 (gxx_include_dir): Initialize depending on
5599 $enable_version_specific_runtime_libs.
5600
5601 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
5602
5603 * configure (gcc_version): Initialize properly depending on
5604 how and where configure is started.
5605 (recursion line): Pass a --with-gcc-version=${gcc_version}
5606 to configures in subdirs.
5607
5608 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
5609
5610 * configure.in (noconfigdirs): Add configure pattern for mips tx39
5611 cygmon
5612
5613 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
5614
5615 * configure.in: Add cygmon and libstub support for mn10200.
5616
5617 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
5618
5619 * configure (gcc_version): Add new variable describing the
5620 particular gcc version we're building.
5621 * Makefile.in (libsubdir): Add new macro for the directory
5622 in which the compiler finds executables, libraries, etc.
5623 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
5624 and libsubdir.
5625
5626 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5627
5628 * Makefile.in (local-clean): Remove *.log.
5629 (warning.log): Built with warn_summary from build.log.
5630 (mail-report.log): Run test_summary.
5631 (mail-report-with-warnings.log): Run test_summary including
5632 warning.log in the report.
5633
5634 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
5635
5636 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
5637
5638 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
5639
5640 * Makefile.in (grep): Grep no longer depends on libiberty.
5641
5642 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
5643
5644 * Makefile.in: all-snavigator needs all-libgui.
5645
5646 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
5647
5648 * configure.in: Add cygmon and libstub support for mn10300.
5649
5650 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
5651
5652 * missing: Update to version from automake 1.3.
5653
5654 * ltmain.sh: On installation, don't get confused if the same name
5655 appears more than once in the list of library names.
5656
5657 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
5658
5659 * config.sub: Accept m68060 and m5200 as CPU names.
5660
5661 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
5662
5663 * configure: Use && rather than using -a in test, because odd
5664 strings can confuse test.
5665 * configure.in: Likewise.
5666
5667 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
5668
5669 * ltconfig, ltmain.sh: Bring in Visual C++ support.
5670
5671 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5672
5673 * Makefile.in (boostrap2-lean, bootstrap3-lean,
5674 bootstrap4-lean): New targets.
5675
5676 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
5677
5678 * mpw-* Delete. Not used.
5679
5680 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
5681
5682 * COPYING.LIB: Update FSF address.
5683
5684 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
5685
5686 * ltconfig, ltmain.sh: Update to libtool 1.2a.
5687
5688 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
5689 GAS_SUPPORT_DIRS.
5690
5691 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
5692
5693 * ltconfig, ltmain.sh: Avoid producing a version number if
5694 -version-info was not used.
5695
5696 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
5697
5698 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
5699 building with newlib.
5700
5701 1998-04-30 Paul Eggert <eggert@twinsun.com>
5702
5703 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
5704 Solaris `make' causes it to continue to next definition.
5705
5706 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
5707
5708 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
5709 the right GUI libraries and files are installed along with GDB.
5710
5711 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
5712
5713 * configure.in: Change alpha to alpha* in several places.
5714
5715 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
5716
5717 * config.sub: Recognize sparc86x.
5718
5719 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
5720
5721 * configure.in (--enable-target-optspace): Remove debug echo.
5722
5723 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
5724
5725 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
5726
5727 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
5728
5729 * ltconfig: Update cygwin32 support.
5730
5731 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
5732 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
5733 (GDB_SUPPORT_DIRS): Likewise.
5734
5735 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
5736
5737 * configure.in (target_makefile_frag): If --enable-target-optspace,
5738 use -Os to compile target libraries rather than -O2. Default to
5739 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
5740 not used.
5741 * configure.in (target_cflags): Ditto for d30v.
5742
5743 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
5744
5745 * Makefile.in (all-bfd): Depend on all-intl.
5746 (all-binutils): Likewise.
5747 (all-gas): Likewise.
5748 (all-gprof): Likewise.
5749 (all-ld): Likewise.
5750
5751 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
5752
5753 * configure.in (host_tools): Fix typo, lbtool -> libtool.
5754
5755 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
5756
5757 * Makefile.in (all-bfd): Depend upon all-libiberty.
5758
5759 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
5760
5761 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
5762
5763 * Makefile.in: Add libstub.
5764
5765 * configure.in: Ditto. Build libstub for targets that have cygmon
5766 support.
5767
5768 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
5769
5770 * configure.in: Don't set PICFLAG on ix86-cygwin32.
5771
5772 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
5773
5774 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
5775 use mh-sysv5 if specified. Support gprof on SCO Open Server.
5776
5777 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
5778
5779 * configure: Define DEFAULT_M4 by searching PATH.
5780 * Makfile.in: Use DEFAULT_M4.
5781
5782 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
5783
5784 * ltconfig: Add cygwin32 support.
5785
5786 * Makefile.in, configure.in: Add libtool as a native only directory
5787 to configure and build.
5788
5789 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
5790
5791 * Makefile.in (INSTALL_MODULES): Remove texinfo.
5792
5793 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
5794
5795 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
5796
5797 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
5798
5799 * Makefile.in: add ash make rules
5800 * configure.in: add ash to native_only and host_tools lists
5801
5802 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
5803
5804 * Makefile.in (all-gettext, all-intl): New targets.
5805 (ALL_MODULES): Added all-gettext, all-intl.
5806 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
5807 (INSTALL_MODULES): Added install-gettext, install-intl.
5808 (CLEAN_MODULES): Added clean-gettext, clean-intl.
5809
5810 * configure.in (host_tools): Added gettext.
5811 (native_only): Likewise.
5812 (noconfigdirs) [various cases]: Likewise.
5813 (host_libs): Added intl.
5814
5815 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
5816
5817 * configure: Do not disable building gdbtk for cygwin32 hosts.
5818
5819 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
5820
5821 * configure.in: Add thumb-coff target.
5822 * config.sub: Add thumb-coff target.
5823
5824 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5825
5826 * Makefile.in: Revert yesterday's change.
5827 (all-target-winsup): all-target-librx stays out of here.
5828
5829 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
5830
5831 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
5832 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
5833 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
5834 Remove references to librx and libg++.
5835
5836 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
5837
5838 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
5839 recursive makes
5840
5841 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
5842
5843 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
5844 for newlib directory.
5845 (CXX_FOR_TARGET): Likewise.
5846
5847 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
5848
5849 * ltconfig: Update after libtool/ltconfig.in change for
5850 hpux11.
5851
5852 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
5853
5854 * ltconfig, ltmain.sh: Update to libtool 1.2.
5855
5856 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
5857
5858 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
5859 (install-gcc-cross): Instead, override LANGUAGES here.
5860
5861 1998-03-18 Dave Love <d.love@dl.ac.uk>
5862
5863 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
5864 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
5865
5866 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
5867
5868 * configure.in: Add Thumb-pe target.
5869
5870 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
5871
5872 * Makefile.in - changed sn targets to snavigator
5873 * configure.in - changed sn targets to snavigator
5874
5875 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
5876
5877 * config-ml.in: After building symlink tree call make distclean
5878 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
5879 to be the case for libiberty.
5880
5881 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
5882
5883 * configure: When making link, also check the current
5884 directory. The configure scripts may create one.
5885
5886 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
5887
5888 * config.sub: Accept alphapca56 and alphaev6 properly.
5889
5890 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5891
5892 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
5893
5894 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
5895
5896 * config.sub (sco5): Fix typo.
5897
5898 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
5899
5900 * Makefile.in (INSTALL_MODULES): Move install-tcl before
5901 install-itcl.
5902 (install-itcl): Remove dependency on install-tcl.
5903
5904 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
5905
5906 * configure.in: Remove libgloss from noconfigdirs for MN10300.
5907
5908 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
5909
5910 * configure.in: Don't build libgui for a cygwin32 target when not on
5911 a cygwin32 host.
5912
5913 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
5914
5915 * configure (redirect): Set to null, so default behavior of
5916 configure is now --verbose.
5917
5918 1998-02-16 Dave Love <d.love@dl.ac.uk>
5919
5920 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
5921 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
5922
5923 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
5924
5925 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
5926 this change to sync Makefile.in with its ChangeLog entries.
5927
5928 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
5929
5930 * ltmain.sh (mkdir): Check that the directory doesn't exist
5931 before we exit with error, so that we don't get races during
5932 parallel builds.
5933
5934 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
5935
5936 * ltconfig, ltmain.sh: Update from libtool 1.0i.
5937
5938 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
5939
5940 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
5941 PICFLAG_FOR_TARGET.
5942 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
5943
5944 * configure: Emit a definition for the new macro enable_shared
5945 into each Makefile.
5946
5947 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5948
5949 * configure.in (host_tools, native_only): Add libtool.
5950
5951 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
5952
5953 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
5954 Fix typo in ming config comment.
5955
5956 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
5957
5958 * ltconfig, ltmain.sh: Update from libtool 1.0h.
5959
5960 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
5961
5962 * config.sub: Add tic30 cases, and map c30 to tic30.
5963
5964 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
5965
5966 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
5967 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
5968 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
5969 (CLEAN_TARGET_MODULES): Similarly
5970 (all-target-libf2c): Add dependences.
5971 * configure.in (target_libs): Add libf2c.
5972
5973 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
5974
5975 * configure.in: Remove expect from noconfigdirs when target
5976 is cygwin32. OK to build expect and dejagnu with Canadian
5977 Cross.
5978
5979 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
5980
5981 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
5982 host.
5983
5984 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
5985 and mingw32.
5986
5987 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
5988
5989 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
5990 here as it is not defined in the toplevel Makefile.
5991
5992 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
5993
5994 * configure (package_makefile_rules_frag): New variable, which names
5995 a file with generic rules, ...
5996 Change comment to mention we now have FIVE parts.
5997 * configure: Undo last change.
5998
5999 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
6000
6001 * config.guess: More accurate determination of HP processor types.
6002 * config.sub: More accurate determination of HP processor types.
6003
6004 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
6005
6006 * configure (package_makefile_frag): Move inserting the
6007 ${package_makefile_frag} to where it should be according
6008 to the comment.
6009
6010 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
6011
6012 * config.guess: Add support for Linux/ARM.
6013
6014 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
6015
6016 * .cvsignore: Remove *-info and *-install since they match
6017 release-info and mpw-install, which we don't want to just ignore.
6018
6019 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
6020
6021 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6022
6023 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
6024
6025 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6026 local_prefix to sub-make invocations.
6027
6028 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
6029
6030 * configure.in: Check makefile fragments in the source
6031 directory.
6032
6033 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6034
6035 * configure.in: Check whether host and target makefile
6036 fragments exist before adding them to *_makefile_frag.
6037
6038 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
6039
6040 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
6041
6042 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
6043
6044 * configure.in: Make sure we only replace RPATH_ENVVAR on
6045 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6046 regexp to sed.
6047
6048 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6049 to sub-makes.
6050
6051 1998-01-13 Lee Iverson (leei@ai.sri.com)
6052
6053 * config-ml.in (multi-do): LDFLAGS must include multilib
6054 designator.
6055
6056 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
6057
6058 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6059
6060 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
6061
6062 * config.sub: Add mingw32 support.
6063 * configure.in: Likewise.
6064
6065 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6066
6067 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6068
6069 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
6070
6071 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6072 * configure (gxx_include_dir): Provide a definition for subdirs
6073 which do not use autoconf.
6074
6075 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
6076
6077 * config.guess: Sync with egcs. Picks up new alpha support,
6078 BeOS & some additional linux support.
6079
6080 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
6081
6082 * config.guess: HP 9000/803 is a PA1.1 machine.
6083
6084 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
6085
6086 * configure.in: It's alpha*-...
6087
6088 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
6089
6090 * configure.in (host_makefile_frag, target_makefile_frag):
6091 Handle multiple config files.
6092 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6093 alpha-*-*.
6094
6095 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
6096
6097 * mkdep: New file.
6098
6099 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
6100
6101 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6102
6103 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
6104
6105 * Makefile.in: Add libgui directory.
6106 (GDB_TK): Add all-libgui.
6107 * configure.in: Add libgui directory.
6108 * configure: Add all-libgui to GDB_TK.
6109
6110 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
6111
6112 * config-ml.in (multidirs): Add m32r to multilib list.
6113
6114 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
6115
6116 * Makefile.in (all-target-gperf): Change dependency to
6117 all-target-libstdc++.
6118
6119 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
6120
6121 * config.guess: Add BeOS support.
6122
6123 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
6124
6125 Source directory cvs renamed to cvssrc:
6126 * configure.in (host_tools): Change cvs to cvssrc.
6127 (native_only): Likewise.
6128 (noconfigdirs) [various cases]: Likewise.
6129 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
6130 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
6131 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
6132 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
6133 (all-cvssrc): Rename target from all-cvs.
6134
6135 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
6136
6137 * configure (gxx_include_dir): Fix thinko.
6138
6139 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
6140
6141 * Makefile.in (INSTALL_TARGET_CROSS): Define.
6142 (install-cross, install-gcc-cross): New targets.
6143
6144 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
6145
6146 * configure.in (noconfigdirs): Add support for Thumb target.
6147
6148 * config.sub (maybe_os): Add support for Thumb target.
6149
6150 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
6151
6152 * Makefile.in: Add rules for cygmon.
6153
6154 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
6155
6156 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
6157
6158 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6159 * configure (gxx_include_dir): Provide a definition for subdirs
6160 which do not use autoconf.
6161
6162 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
6163
6164 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
6165 11/18/97 build
6166
6167 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
6168
6169 * From Franz Sirl.
6170 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
6171 found on RedHat Linux systems.
6172
6173 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
6174
6175 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
6176 guesses.
6177
6178 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
6179
6180 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6181
6182 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
6183
6184 * ltmain.sh: If mkdir fails, check whether the directory was created
6185 anyhow by some other process.
6186
6187 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
6188
6189 * configure.in (d30v-*-*): Configure all directories.
6190
6191 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
6192
6193 * configure.in (d30v-*-*): Configure newlib, libiberty directories
6194 for the D30V.
6195
6196 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
6197
6198 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6199
6200 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
6201
6202 * include/libiberty.h: Add extern "C" { so it can be used with C++
6203 progrms.
6204 * include/remote-sim.h: Add extern "C" { so it can be used with C++
6205 programs.
6206
6207 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
6208
6209 * configure.in (d30v-*-*): Configure GCC now.
6210
6211 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6212
6213 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
6214 is no longer needed.
6215
6216 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
6217
6218 * Makefile.in: check-target-libio depends on all-target-libstdc++.
6219
6220 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
6221
6222 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6223 targets using "$@" to provide support for similar but not identical
6224 targets without having to duplicate code.
6225
6226 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
6227
6228 * makefile.vms: Fix to work with DEC C.
6229
6230 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
6231
6232 * config.sub: Add mips-tx39-elf to marketing names.
6233
6234 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
6235
6236 * ltmain.sh: Handle symlinks in generated script.
6237
6238 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
6239
6240 * configure: Handle autoconf style directory options: --bindir,
6241 --datadir, --includedir, --infodir, --libdir, --libexecdir,
6242 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
6243 --sysconfdir.
6244 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6245 (sharedstatedir, localstatedir, oldincludedir): New variables.
6246 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6247 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6248 sbindir, sharedstatedir, and sysconfdir.
6249
6250 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
6251
6252 * Makefile.in (bootstrap-lean): New target.
6253
6254 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
6255
6256 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
6257 sn, and gnuserv from noconfigdirs.
6258
6259 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
6260
6261 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
6262
6263 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
6264
6265 * Makefile.in (cross): New target.
6266
6267 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
6268 Jeff Law <law@cygnus.com>
6269
6270 * Makefile.in (bootstrap2, bootstrap3): New targets.
6271 (all-bootstrap): Remove outdated and confusing target.
6272 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
6273
6274 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
6275
6276 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
6277 windows. Consistent with gdb/configure.
6278
6279 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
6280
6281 * configure.in: Name Linux target fragment.
6282
6283 * configure: Rewrite so that project Makefile fragment is inserted
6284 first and appears last in the resulting Makefile.
6285
6286 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
6287
6288 * Makefile.in (install-itcl): Install tcl first.
6289
6290 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
6291
6292 * configure.in: remove bison from noconfigdirs for Cygwin32 host
6293
6294 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
6295
6296 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
6297
6298 * configure.in (skipdirs): Add target-librx for Linux.
6299 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
6300
6301 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
6302
6303 * Makefile.in (bootstrap): New target.
6304
6305 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
6306
6307 * config.sub: Accept 'amigados' for backward compatability.
6308
6309 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
6310
6311 * config.guess: Merge with FSF.
6312
6313 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
6314
6315 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
6316
6317 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
6318
6319 * config.sub: Add "marketing-names" patch.
6320
6321 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
6322
6323 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
6324
6325 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
6326
6327 * config.sub: Handle v850-elf.
6328
6329 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
6330
6331 * .cvsignore (*-install): Remove.
6332
6333 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
6334
6335 * ltconfig: Set CONFIG_SHELL in libtool.
6336 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
6337
6338 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
6339
6340 * configure.in (target_subdir): Set to libraries if enable_multilib.
6341
6342 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
6343
6344 * config.guess: Update from gcc directory.
6345
6346 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
6347
6348 * Makefile.in (all-sim): Depends on all-readline.
6349
6350 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
6351
6352 * Makefile.in (BISON, YACC): Use $$s.
6353 (all-bison): Depend on all-texinfo.
6354
6355 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
6356
6357 * Makefile.in (BISON): Add -L flag.
6358 (YACC): Likewise.
6359
6360 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6361
6362 * configure.in (noconfigdirs): Add support for v850e target.
6363
6364 * config.sub (maybe_os): Add support for v850e target.
6365
6366 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6367
6368 * configure.in (noconfigdirs): Add support for v850ea target.
6369
6370 * config.sub (maybe_os): Add support for v850ea target.
6371
6372 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
6373
6374 * config.sub: Add mipstx39. Delete r3900.
6375
6376 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6377
6378 * Makefile.in (all-autoconf): Depends on all-texinfo.
6379
6380 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
6381
6382 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
6383 eabi targets.
6384
6385 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
6386
6387 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
6388
6389 * configure: When handling a Canadian Cross, handle YACC as well as
6390 BISON. Just set BISON to bison. When setting YACC, prefer bison.
6391 * Makefile.in (all-bison): Depend upon all-texinfo.
6392
6393 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
6394
6395 * Makefile.in (BISON): bison, not byacc or bison -y.
6396 (YACC): bison -y or byacc or yacc.
6397 (various): Add *-bison as appropriate.
6398 (taz): No need to mess with BISON anymore.
6399
6400 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
6401
6402 * configure: If OSTYPE matches *win32*, try to find a good value for
6403 CONFIG_SHELL.
6404
6405 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
6406
6407 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
6408 configure.in if it is present.
6409
6410 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
6411
6412 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
6413
6414 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
6415
6416 * config.sub: Recognize `arc' cpu.
6417 * configure.in: Likewise.
6418 * config-ml.in: Likewise.
6419
6420 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
6421
6422 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
6423
6424 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
6425
6426 * configure: Changed sed delimiter from ':' to '|' when
6427 attempting to substitute ${config_shell} for SHELL. On
6428 NT ${config_shell} may contain a ':' in it.
6429
6430 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
6431
6432 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
6433
6434 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
6435
6436 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
6437
6438 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
6439
6440 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
6441
6442 * ylwrap: If the program is a relative path, force it to be
6443 absolute.
6444
6445 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
6446
6447 * configure (tooldir): Set BISON to `bison -y' and not just bison.
6448
6449 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
6450
6451 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
6452 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
6453 for libraries.
6454
6455 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
6456
6457 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
6458 separated by spaces.
6459
6460 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
6461
6462 * ylwrap: New file.
6463 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
6464
6465 * ltmain.sh: Handle /bin/sh at start of install program.
6466
6467 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
6468
6469 * ltconfig, ltmain.sh: New files, from libtool 1.0.
6470 * missing: New file, from automake 1.2.
6471
6472 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
6473
6474 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
6475 check-tk to CHECK_X11_MODULES.
6476
6477 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
6478
6479 * config.sub: Merge with FSF.
6480
6481 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
6482
6483 * config.guess: Merge with FSF.
6484
6485 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
6486
6487 * configure: Treat msdosdjgpp like go32.
6488 * configure.in: Likewise. Don't remove gprof for go32.
6489
6490 * configure: Change Makefile.tem2 to Makefile.tm2.
6491
6492 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
6493
6494 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
6495
6496 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6497
6498 * install-sh (chmodcmd): Set to null if the DST directory already
6499 exists. Same as Nov 11th change.
6500
6501 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
6502
6503 * configure (GDB_TK): Needs itcl and tix.
6504
6505 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
6506
6507 * config.guess: Update from FSF.
6508
6509 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
6510
6511 * Makefile.in (GDB_TK): Depend on itcl and tix.
6512
6513 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
6514
6515 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
6516 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
6517 (INSTALL_SCRIPT): New variable.
6518 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
6519 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
6520 to -x.
6521 * install-sh: Add support for -x option.
6522
6523 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
6524
6525 * configure.in, Makefile.in: Treat tix like itcl.
6526
6527 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
6528
6529 * Makefile.in (WINDRES): New variable.
6530 (WINDRES_FOR_TARGET): New variable.
6531 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
6532 (EXTRA_HOST_FLAGS): Add WINDRES.
6533 (EXTRA_TARGET_FLAGS): Add WINDRES.
6534 (EXTRA_GCC_FLAGS): Add WINDRES.
6535 ($(DO_X)): Pass down WINDRES.
6536 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
6537 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
6538 DLLTOOL_FOR_TARGET.
6539
6540 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
6541
6542 * configure.in: configure sim before gdb for win32-x-ppc
6543
6544 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6545
6546 Move gperf into the toplevel, from libg++.
6547 * configure.in (target_tools): Add target-gperf.
6548 (native_only): Add target-gperf.
6549 * Makefile.in (all-target-gperf): New target, depend on
6550 all-target-libg++.
6551 (configure-target-gperf): Empty rule.
6552 (ALL_TARGET_MODULES): Add all-target-gperf.
6553 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
6554 (CHECK_TARGET_MODULES): Add check-target-gperf.
6555 (INSTALL_TARGET_MODULES): Add install-target-gperf.
6556 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
6557
6558 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
6559
6560 * config.sub (mn10200): Recognize new basic machine.
6561
6562 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6563
6564 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
6565 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
6566
6567 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6568
6569 * configure.in: If we're building mips-sgi-irix6* native, turn on
6570 ENABLE_MULTILIB and set TARGET_SUBDIR.
6571
6572 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
6573
6574 * Makefile.in (all-sn): Depend on all-grep.
6575
6576 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
6577
6578 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
6579
6580 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
6581 Makefile. From Jeff Makey <jeff@cts.com>.
6582 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
6583
6584 * Makefile.in (DISTBISONFILES): Remove.
6585 (taz): Don't futz with DISTBISONFILES. Change BISON to use
6586 $(DEFAULT_YACC).
6587
6588 * configure.in: Build itl, db, sn, etc., when building for native
6589 cygwin32.
6590
6591 * Makefile.in (LD): New variable.
6592 (EXTRA_HOST_FLAGS): Pass down LD.
6593 ($(DO_X)): Likewise.
6594
6595 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
6596
6597 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
6598
6599 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
6600
6601 * configure.in (targargs): Strip out any supplied --build argument
6602 before adding our own. Always add --build.
6603
6604 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
6605
6606 * configure.in (targargs): Pass --build if we're doing
6607 a cross-compile.
6608
6609 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
6610
6611 * configure: Use '|' instead of ":" as the separator in
6612 sed. Otherwise sed chokes on NT path names with drive
6613 designators. Also look for "?:*" as the leading characters in an
6614 absolute pathname.
6615
6616 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
6617
6618 * config.sub: Support for r3900.
6619
6620 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
6621
6622 * configure.in: Use install-sh, not install.sh.
6623
6624 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
6625
6626 * Makefile.in (taz): Improve check for BISON so it doesn't try to
6627 apply it twice.
6628
6629 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
6630
6631 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
6632 install-binutils.
6633
6634 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
6635
6636 * Makefile.in: Add automake targets.
6637 * configure.in (host_tools): Add automake.
6638
6639 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
6640
6641 * configure: Default CXX to c++, not gcc.
6642 * Makefile.in (CXX): Set to c++, not gcc.
6643 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
6644
6645 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
6646
6647 * install-sh: try appending a .exe if source file doesn't
6648 exist
6649
6650 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
6651
6652 * configure.in: Turn on multilib by default.
6653 (cross_only): Remove target-libiberty.
6654
6655 * Makefile.in (all-gcc): Don't depend on libiberty.
6656
6657 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
6658
6659 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
6660
6661 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
6662
6663 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
6664 (DISTBISONFILES): Add ld/Makefile.in
6665
6666 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
6667
6668 * configure.in: if target is cygwin32 but host isn't cygwin32,
6669 don't configure gdb tcl tk expect, not just gdb.
6670
6671 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
6672
6673 * configure.in: Added gnuserv everywhere sn appears.
6674
6675 * Makefile.in (ALL_MODULES): Added all-gnuserv.
6676 (CROSS_CHECK_MODULES): Added check-gnuserv.
6677 (INSTALL_MODULES): Added install-gnuserv.
6678 (CLEAN_MODULES): Added clean-gnuserv.
6679 (all-gnuserv): New target.
6680
6681 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
6682
6683 * config.guess: Fixes for MIPS OpenBSD systems.
6684
6685 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
6686
6687 * Makefile.in (INSTALL_XFORM): Remove.
6688 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
6689
6690 * mkinstalldirs: New file, copied from automake.
6691 * Makefile.in (installdirs): Rename from install-dirs. Use
6692 mkinstalldirs. Change all users.
6693 (DEVO_SUPPORT): Add mkinstalldirs.
6694
6695 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
6696
6697 * install-sh: Rename from install.sh.
6698 * Makefile.in (INSTALL): Change install.sh to install-sh.
6699 (DEVO_SUPPORT): Likewise.
6700
6701 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
6702 Graichen <graichen@rzpd.de>.
6703
6704 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
6705
6706 * config.guess: Recognize OpenBSD systems correctly.
6707
6708 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6709
6710 * README, Makefile.in (ETC_SUPPORT): Remove references to
6711 cfg-paper*, configure.{texi,man,info*}._
6712
6713 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
6714
6715 * Makefile.in (all.normal): Ensure that gcc is built after all
6716 the x11 - ie gdb - targets.
6717
6718 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
6719
6720 * makefile.vms: Don't run conf-a-gas.
6721
6722 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
6723
6724 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6725
6726 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
6727
6728 * configure.in: Remove noconfigdirs case since gdb also
6729 configures and builds for tic80-coff.
6730
6731 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
6732
6733 * configure: Set cache_file to config.cache.
6734 * Makefile.in (local-distclean): Remove config.cache.
6735
6736 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
6737
6738 * COPYING: Update FSF address.
6739
6740 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
6741
6742 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
6743 noconfigdirs.
6744
6745 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
6746
6747 * Makefile.in (install-dirs): Don't crash if prefix, and hence
6748 MAKEDIRS, is empty.
6749
6750 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
6751
6752 * config.sub: Tweak mn10300 entry.
6753
6754 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
6755
6756 * configure.in (host_tools): Put sim before gdb, so gdb's
6757 configure.tgt can determine if the simulator was configured.
6758
6759 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
6760
6761 * config.sub: Move BeOS $os case to be with other Cygnus
6762 local cases.
6763
6764 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
6765
6766 * config.sub: Remove misplaced comment that broke Linux.
6767
6768 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
6769
6770 * config.sub: Add BeOS support.
6771
6772 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
6773
6774 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
6775
6776 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
6777
6778 * configure.in (noconfigdirs): Remove tcl and tk from
6779 noconfigdirs for cygwin32 builds.
6780
6781 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
6782
6783 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
6784
6785 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
6786
6787 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
6788 make-all.com, use makefile.vms instead.
6789
6790 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
6791
6792 * config.sub: Accept -lnews*.
6793
6794 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
6795
6796 * configure.in (noconfigdirs): Disable target-newlib,
6797 target-examples and target-libiberty for d30v.
6798
6799 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
6800
6801 * configure.in (noconfigdirs): Enable ld for d30v.
6802
6803 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
6804
6805 * configure.in (tic80-*-*): Build compiler.
6806
6807 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
6808
6809 * configure.in (d30v-*): Remove sim directory from list of
6810 unsupported d30v directories
6811
6812 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
6813
6814 * config.sub, configure.in: Add d30v target cpu.
6815
6816 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
6817
6818 * makefile.vms: New file.
6819 * make-all.com: Remove.
6820
6821 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
6822
6823 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
6824
6825 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
6826
6827 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
6828
6829 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
6830
6831 * Makefile.in (ALL_MODULES): Added all-db.
6832 (CROSS_CHECK_MODULES): Addec check-db.
6833 (INSTALL_MODULES): Added install-db.
6834 (CLEAN_MODULES): Added clean-db.
6835
6836 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
6837
6838 * config.guess: Merge with latest FSF sources.
6839
6840 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
6841
6842 * Makefile.in (ALL_MODULES): Added all-itcl.
6843 (CROSS_CHECK_MODULES): Added check-itcl.
6844 (INSTALL_MODULES): Added install-itcl.
6845 (CLEAN_MODULES): Added clean-itcl.
6846
6847 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
6848
6849 * configure.in: build gdb for mn10200
6850
6851 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
6852
6853 * Makefile.in (all-target-winsup): Depend on all-target-libio.
6854
6855 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
6856
6857 * configure.in (tic80-*-*): Turn off most targets right now.
6858
6859 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
6860
6861 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
6862 rather than the makeinfo program.
6863 (do-info): Depend upon all-texinfo.
6864
6865 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
6866
6867 * configure.in: Remove uses of config/mh-linux.
6868
6869 * config.sub, config.guess: Merge with latest FSF sources.
6870
6871 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
6872
6873 * config.sub (case $basic_machine): Add tic80 entries.
6874
6875 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
6876
6877 * config.sub, config.guess: Merge with latest FSF sources.
6878
6879 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
6880
6881 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
6882 * mpw-config.in: Test for NewFolderRecursive.
6883 * mpw-install: Use symbolic name for startup filename.
6884 * mpw-README: Add various additional details.
6885
6886 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
6887
6888 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
6889
6890 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
6891
6892 * configure.in: Do build gcc and the target libraries for
6893 the mn10200.
6894
6895 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
6896
6897 * configure.in: don't avoid building gdb for mn10300 any more
6898 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
6899 instead of single-quoting it.
6900
6901 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
6902
6903 * configure.in: Don't use --with-stabs on IRIX 6.
6904
6905 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
6906
6907 * configure.in (m32r): Build gdb, libg++ now.
6908
6909 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6910
6911 * configure.in (mips*-sgi-irix6*): Remove gdb and related
6912 directories from noconfigdirs.
6913
6914 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
6915
6916 * config.sub (basic_machine): added mips16 configuration
6917
6918 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6919
6920 * config.sub: Handle d10v-unknown.
6921
6922 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
6923
6924 * config.sub: Handle v850-unknown.
6925
6926 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
6927
6928 * Makefile.in: add findutils
6929 * configure.in: add findutils to list of host_tools
6930
6931 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
6932
6933 * config.sub: Handle mn10200 and mn10300.
6934
6935 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6936
6937 * configure.in (d10v-*): Do not build librx.
6938
6939 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
6940
6941 * configure.in (mn10300): Build everything except gdb & libgloss.
6942
6943 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
6944
6945 * config.guess: Patch for Dansk Data Elektronik servers,
6946 from Niels Skou Olsen <nso@dde.dk>.
6947
6948 For ncr, use /bin/uname rather than uname, since GNU uname does not
6949 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
6950
6951 Patch for MIPS R4000 running System V,
6952 from Eric S. Raymond <esr@snark.thyrsus.com>.
6953
6954 Fix thinko for nextstep.
6955
6956 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
6957
6958 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
6959 * config.guess: Guess mips-dec-mach_bsd4.3.
6960
6961 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
6962 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
6963 release numbers.
6964 * config.guess (mips-mips-riscos*): Emit just enough of the
6965 release number.
6966
6967 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
6968 * config.guess (sparc-auspex-sunos*): Added.
6969 (f300-fujitsu-*): Added.
6970
6971 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
6972 * config.guess: Recognize a Tadpole as a sparc.
6973
6974 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6975
6976 * config.guess: Don't assume that NextStep version is either 2 or
6977 3. NextStep 4 (aka OpenStep 4) has come out now.
6978
6979 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6980
6981 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
6982 From Rik Faith <faith@cs.unc.edu>.
6983
6984 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6985
6986 * config.sub: Contributions from bug-gnu-utils to:
6987 Support plain "hppa" (no version given) architecture, reported by
6988 OpenStep.
6989 OpenBSD like NetBSD.
6990 LynxOs is not a hardware supplier.
6991
6992 * config.guess: Contributions from bug-gnu-utils to add support for:
6993 OpenBSD like NetBSD.
6994 Stratus systems.
6995 More Pyramid systems.
6996 i[n>4]86 Intel chips.
6997 M680[n>4]0 Motorola chips.
6998 Use unknown instead of lynx for hardware manufacturer.
6999
7000 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7001
7002 * install.sh (chmodcmd): Set to null if the DST directory already
7003 exists.
7004
7005 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7006
7007 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7008 not use mt-ppc target Makefile fragment any more.
7009
7010 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7011
7012 * configure.in (*-*-windows): Exclude everything but those dirs
7013 needed to build windows.
7014
7015 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
7016
7017 * Makefile.in (all-target-winsup): Depend on all-target-librx.
7018
7019 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7020
7021 * configure.in: Exclude mmalloc from i386-windows.
7022
7023 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7024
7025 * Undo my previous change.
7026
7027 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
7028
7029 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7030 unconditionally.
7031 (MAKEOVERRIDES): Define (revert this part of October 18 change).
7032
7033 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7034
7035 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
7036 host to add it's own flags.
7037
7038 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
7039
7040 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7041
7042 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
7043
7044 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7045 (CXX_FOR_TARGET): Likewise.
7046 (GCC_FOR_TARGET): Define.
7047 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7048 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7049 CC_FOR_TARGET was specified on the command line.
7050 (MAKEOVERRIDES): Don't define.
7051
7052 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
7053
7054 * configure.in (m32r): Fix spelling of libg++ libs.
7055
7056 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
7057
7058 * config.sub (-apple*): Remove, now redundant.
7059
7060 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
7061
7062 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7063
7064 * configure: Rework yesterday's sed script patch.
7065
7066 * config.sub: Merge with FSF.
7067
7068 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
7069
7070 * config.guess: Merge from FSF.
7071
7072 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7073 * config.guess: Use pc instead of unknown, for pc clone systems.
7074 Change linux to linux-gnu.
7075
7076 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
7077 * config.guess: Avoid non-portable tr syntax.
7078
7079 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
7080
7081 * test-build.mk (HOLES): Add "xargs" for gdb.
7082
7083 * configure: Avoid hpux10.20 sed bug.
7084
7085 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
7086
7087 * configure.in: Add support for windows host
7088 (that is a build done under the Microsoft build environment).
7089
7090 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
7091
7092 * Makefile.in: Replace all uses of srcroot with s, to shrink
7093 command line lengths.
7094
7095 Patches from Geoffrey Noer <noer@cygnus.com>:
7096 * configure.in: If configuring for newlib, pass --with-newlib to
7097 subdirectories.
7098 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7099 -Bnewlib/ and -Lwinsup to gcc.
7100 (CXX_FOR_TARGET): Likewise.
7101
7102 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
7103
7104 * Makefile.in (ETC_SUPPORT): Add configure.
7105
7106 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
7107
7108 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
7109 host configuration file.
7110
7111 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
7112
7113 * configure.in: Break mn10x00 support into separate
7114 mn10200 and mn10300 configurations.
7115 * config.sub: Likewise.
7116
7117 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
7118
7119 * configure.in: Add lots of stuff to noconfigdirs for
7120 the mn10x00 targets.
7121
7122 * config.sub, configure.in: Add mn10x00 support.
7123
7124 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
7125
7126 * make-all.com: Call conf-a-gas, not config-a-gas.
7127
7128 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
7129
7130 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
7131 targets.
7132
7133 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
7134
7135 * mpw-README: Add much more detail for native PowerMac.
7136 * mpw-install: New file.
7137 * mpw-configure: Add --norecursion and --help options.
7138 * mpw-config.in: Translate readme and install files when
7139 copying to objdir.
7140 * mpw-build.in: Don't always depend on byacc and flex.
7141 (install-only-top): New action.
7142
7143 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
7144
7145 * configure.in: You can now configure GDB for the v850.
7146
7147 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
7148
7149 * configure.in (noconfigdirs): Don't configure any C++ dirs
7150 if targeting D10V.
7151
7152 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
7153
7154 * config.sub: Recognize mips64vr5000.
7155
7156 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
7157
7158 * configure.in: Use a single line for host_tools and native_only.
7159
7160 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
7161
7162 * config.sub, configure.in: Add entries for m32r.
7163
7164 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
7165
7166 * Makefile.in (inet-install): Don't run install-gzip.
7167
7168 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
7169
7170 * configure.in: Don't config lots of things for *-*-windows*.
7171
7172 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
7173
7174 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
7175 (host_libs, host_tools): Copy from configure.in.
7176 * mpw-configure: Don't complain about directories not found.
7177
7178 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7179
7180 * configure.in (i[345]86): Recognize i686 for pentium pro.
7181 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7182 file.
7183
7184 * config.guess (i[345]86): Ditto.
7185
7186 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7187
7188 * configure.in (noconfigdirs): Removed gdb for D10V.
7189
7190 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
7191
7192 * configure.in: Remove ld, target-libio, target-libg++, and
7193 target-libstdc++ from noconfigdirs.
7194
7195 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
7196
7197 * configure: Fix three locations where shell scripts were
7198 being run directly rather than with config_shell.
7199
7200 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
7201
7202 * configure.in (v850-*-*): Set up initial $noconfigdirs.
7203 * config.sub (basic_machine): Recognize v850.
7204
7205 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7206
7207 * mpw-configure: Handle multiple enable/disable options and
7208 pass them down recursively, handle -c and -s flags appropriately
7209 depending on choice of compiler, add escape mechanism for
7210 quoted arguments to gC.
7211
7212 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7213
7214 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7215 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7216 so that -mrelocatable-lib and -mno-eabi are used.
7217
7218 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7219 not support --print-multi-lib, don't abort.
7220
7221 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
7222
7223 * make-all.com: Run config-a-gas.
7224 * setup.com: Don't copy subdirectory files around.
7225
7226 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
7227
7228 * configure.in (*-*-ose): Remove exclusion of libgloss for this
7229 target, it now compiles correctly.
7230
7231 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
7232
7233 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
7234
7235 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7236
7237 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
7238
7239 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7240
7241 * configure.in (native_only): Add prms.
7242
7243 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
7244
7245 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7246 (BINUTILS_SUPPORT_DIRS): Likewise.
7247
7248 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7249
7250 * configure.in (d10v-*-*): Don't configure ld or gdb until the
7251 d10v support is added.
7252
7253 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7254
7255 * configure.in (d10v-*-*): New target.
7256
7257 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
7258
7259 * config.guess (HP 9000/811): Recognize this as a PA1.1
7260 machine.
7261
7262 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
7263
7264 * Makefile.in (do-tar-gz): New target, split out from tail end of
7265 taz target. Run each command separately, don't use pipes.
7266 (taz): Use it.
7267
7268 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
7269
7270 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
7271 * mpw-build.in: No builds should depend on building byacc or flex,
7272 they are assumed to be installed already.
7273
7274 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7275
7276 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
7277 variable that CC_FOR_TARGET needs.
7278
7279 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7280
7281 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
7282 options have changed since the last time the subdirectory was
7283 configured, and if it has, reconfigure.
7284 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
7285 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
7286
7287 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
7288
7289 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
7290 CLEAN_MODULES): Add bash.
7291 (all-bash): New target.
7292
7293 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
7294
7295 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
7296
7297 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7298
7299 * config.sub (basic_machine): Recognize d10v as a valid processor.
7300
7301 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
7302
7303 * mpw-configure: Add support for --bindir.
7304 * mpw-build.in: Use a GCC-specific build script for GCC actions.
7305
7306 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
7307
7308 * configure.in: add bash, time, gawk to list of hosttools and things
7309 to only build for native toolchains
7310
7311 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7312
7313 * Makefile.in (docdir): Remove.
7314
7315 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7316
7317 * Makefile.in (datadir): Set to $(prefix)/share.
7318
7319 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
7320
7321 * configure.in: build diff and patch for cygwin32-hosted
7322 toolchains.
7323
7324 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
7325
7326 * config.sub: Accept -rtems*.
7327
7328 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
7329
7330 * configure.in: enable dosrel for cygwin32-hosted builds,
7331 remove diff from the list of things not buildable
7332 via Canadian Cross
7333
7334 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
7335
7336 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
7337 don't get ". ".
7338
7339 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
7340
7341 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
7342
7343 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
7344
7345 * Makefile.in (taz): Handle case where tex3patch didn't even get
7346 checked out. Also, if it was found, put the symlink in a new util
7347 subdirectory.
7348
7349 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7350
7351 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
7352
7353 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
7354
7355 * config.sub: Recognize -openvms.
7356 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
7357 * make-all.com, setup.com: New files.
7358
7359 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
7360
7361 * Makefile.in (taz): tex3patch moved to texinfo/util.
7362
7363 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
7364
7365 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
7366 * configure.in: remove make from disable-if-Can-Cross list
7367 enable gdb if ${host} and ${target} are cygwin32
7368
7369 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
7370
7371 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
7372 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
7373
7374 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7375
7376 * config.guess: Combine mips-mips-riscos cases, and use cpp to
7377 distinguish sysv/svr4/bsd variants.
7378 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
7379
7380 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
7381
7382 * configure.in: Added copyright notice.
7383 * move-if-change: Added copyright notice.
7384
7385 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7386
7387 * configure.in (powerpcle-*-solaris*): Until we get shared
7388 libraries working, don't build gdb, sim, make, tcl, tk, or
7389 expect.
7390
7391 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
7392
7393 * config.guess: Merge with FSF:
7394
7395 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
7396 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
7397
7398 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
7399 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
7400
7401 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
7402 * config.guess: Combine two OSF1 rules.
7403 Also recognize field test versions. From mjr@zk3.dec.com.
7404 * config.guess (dgux): Use /usr/bin/uname rather than uname,
7405 because GNU uname does not support -p. From pmr@pajato.com.
7406
7407 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
7408
7409 * Makefile.in (MAKEDIRS): Removed $(tooldir).
7410
7411 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
7412
7413 * mpw-README: Document GCCIncludes.
7414
7415 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
7416
7417 * configure.in (alpha-*-linux*): Set enable_shared to yes.
7418
7419 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
7420
7421 * mpw-configure: Handle --enable-FOO and --disable-FOO.
7422
7423 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
7424
7425 * configure.in (*-*-cygwin32): Configure make.
7426
7427 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
7428
7429 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
7430
7431 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
7432
7433 * Makefile.in (all-inet): Depend on all-perl.
7434
7435 * Makefile.in (inet-install): New target.
7436
7437 * Makefile.in (all-inet): Depend on all-tcl.
7438 (all-inet): Depend on all-send-pr.
7439
7440 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7441
7442 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
7443 temporarily.
7444
7445 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
7446
7447 * configure.in: Don't configure --with-gnu-ld on AIX.
7448
7449 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7450
7451 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
7452
7453 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
7454
7455 * Makefile.in (ALL_MODULES): Added all-inet.
7456 (CROSS_CHECK_MODULES): Added check-inet.
7457 (INSTALL_MODULES): Added install-inet.
7458 (CLEAN_MODULES): Added clean-inet.
7459 (all-indent): New target.
7460
7461 * configure.in (host_tools): Added inet.
7462 (native_only): Added inet.
7463 (noconfigdirs): Added inet.
7464
7465 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
7466
7467 * configure.in: Don't configure libgloss if we are not configuring
7468 newlib.
7469
7470 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7471
7472 * configure.in: Don't configure libgloss for unsupported
7473 architectures.
7474
7475 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7476
7477 * Makefile.in (CLEAN_MODULES): Add clean-apache.
7478
7479 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
7480
7481 * Makefile.in (ALL_MODULES): Include all-apache.
7482 (CROSS_CHECK_MODULES): Include check-apache.
7483 (INSTALL_MODULES): Include install-apache.
7484 (all-apache): New target.
7485
7486 * configure.in: Added apache everywhere perl is seen.
7487
7488 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7489
7490 * Makefile.in: Add support for clean-{module} and
7491 clean-target-{module} rules.
7492
7493 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
7494
7495 * configure.in (*-*-ose) do not build libgloss.
7496
7497 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7498
7499 * config.guess (prep*:SunOS:5.*:*): Turn into
7500 powerpele-unknown-solaris2.
7501
7502 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
7503
7504 * configure.in: Permit --enable-shared to specify a list of
7505 directories.
7506
7507 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
7508
7509 * configure.in (host==solaris): Pass only the first word of $CC
7510 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
7511
7512 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
7513
7514 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
7515
7516 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
7517
7518 * Makefile.in (ALL_MODULES): Include all-perl.
7519 (CROSS_CHECK_MODULES): Include check-perl.
7520 (INSTALL_MODULES): Include install-perl.
7521 (ALL_X11_MODULES): Include all-guile.
7522 (CHECK_X11_MODULES): Include check-guile.
7523 (INSTALL_X11_MODULES): Include install-guile.
7524 (all-perl): New target.
7525 (all-guile): New target.
7526
7527 * configure.in (host_tools): Include perl and guile.
7528 (native_only): Include perl and guile.
7529 (noconfigdirs): Don't build guile and perl; no ports have been
7530 done.
7531
7532 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
7533
7534 * configure (--enable-*): Handle quoted option lists such as
7535 --enable-sim-cflags='-g0 -O' better.
7536
7537 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7538
7539 * Makefile.in ({,inst}all-target): New rule so we can make and
7540 install all of the target directories easily.
7541
7542 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7543
7544 * configure.in: Add missing global flag in sed substitution when
7545 deleting `target-' from ${configdirs}.
7546
7547 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
7548
7549 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
7550 option.
7551
7552 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
7553 config/mh-necv4.
7554
7555 * install.sh: Correct misspelling of transformbasename.
7556
7557 * config.guess: Recognize mips-*-sysv*.
7558
7559 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
7560
7561 * config.sub: Recognize mon960.
7562
7563 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
7564
7565 * configure: Restore Canadian Cross handling of BISON and LEX,
7566 removed in Feb 20 change.
7567
7568 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
7569
7570 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
7571 Mention make install. Remove the old copyright date as well the
7572 clumsy and rather pointless copyright on the README file.
7573
7574 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
7575
7576 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
7577 Makefile after running symlink-tree, then run `make distclean' to
7578 avoid clobbering any generated files in srcdir.
7579
7580 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
7581
7582 * configure.in (m68k-*-netbsd*): Build everything now.
7583
7584 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
7585
7586 * Makefile.in (taz): Fix quoting.
7587
7588 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
7589
7590 * configure.in (sparclet-*-*): Build everything now.
7591
7592 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7593
7594 * configure.in (m68k-*-linux*): New host.
7595
7596 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
7597
7598 * configure: Check for bison before byacc.
7599
7600 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
7601
7602 * Makefile.in configure: Change the way LEX and BISON/YACC are
7603 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
7604 searching PATH. These are used as fallbacks by Makefile.in if
7605 flex/bison/byacc aren't in objdir.
7606
7607 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
7608
7609 * Makefile.in: Make everything which depends upon all-bfd also
7610 depend upon all-opcodes, in case --with-commonbfdlib is used.
7611
7612 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7613
7614 * configure.in (host *-*-cygwin32): Don't build gdb if we are
7615 building NT native compilers on Unix.
7616
7617 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
7618
7619 * configure.in: Don't get CC from the host Makefile fragment if we
7620 can find gcc in PATH, or if this is a Canadian Cross. Move the
7621 Solaris test for /usr/ucb/cc to the post target script, just after
7622 the compiler sanity test.
7623
7624 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
7625
7626 * config.sub: Merge with FSF.
7627
7628 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
7629
7630 * Makefile.in (RPATH_ENVVAR): New variable.
7631 (REALLY_SET_LIB_PATH): Use it.
7632 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
7633
7634 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
7635
7636 * config.sub, configure.in: Recognize sparclet cpu.
7637
7638 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
7639
7640 * config.guess: Support m68k-cbm-sysv4.
7641
7642 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7643
7644 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
7645 m68k-unknown-linuxaout from linker help string. Put quotes around
7646 $ld_help_string.
7647
7648 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
7649
7650 * config.guess (powerpc-harris-powerunix): Add guess for port
7651 to new target.
7652
7653 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7654
7655 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
7656
7657 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
7658
7659 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
7660 $(REALLY_SET_LIB_PATH) in Makefile.
7661 * Makefile.in (SET_LIB_PATH): New variable.
7662 (REALLY_SET_LIB_PATH): New variable.
7663 ($(DO_X)): Use $(SET_LIB_PATH).
7664 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
7665 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
7666 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
7667 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
7668 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
7669 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
7670 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
7671 (install-dosrel): Likewise.
7672 (all-opcodes): Depend upon all-libiberty.
7673
7674 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
7675
7676 * config.guess (*:CYGWIN*): New
7677
7678 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7679
7680 * Makefile.in (all-target-winsup): All all-target-libiberty.
7681
7682 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7683
7684 * configure.in (noconfigdirs): Add missing # in front of comment.
7685
7686 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
7687
7688 * configure.in: add second pass to things added to noconfigdirs
7689 so *-gm-magic can exclude libgloss properly.
7690
7691 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7692
7693 * mpw-configure (extralibs_name, rez_name): Set correctly
7694 for MWC68K compiler.
7695
7696 * mpw-README: Add more info on the necessary build tools.
7697
7698 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
7699
7700 * configure.in, config.sub: Recognize cygwin32.
7701
7702 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
7703
7704 * config.guess, config.sub: Recognize A/UX.
7705
7706 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
7707
7708 * config.sub: Merge with gcc/config.sub.
7709
7710 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
7711
7712 * mpw-build.in (do-binutils): Add build of stamps.
7713
7714 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
7715
7716 * config.sub: Add recognition for mips64vr4100*-* targets.
7717
7718 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7719
7720 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
7721 Add creation of gconfigargs with `--enable-shared' turned on.
7722 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
7723 ($(host)-stamp-stage3-configured): Likewise.
7724 (HOLES): Add chatr and ldd.
7725 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
7726
7727 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
7728
7729 * configure: Pass --nfp to recursive configures.
7730
7731 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
7732
7733 * Makefile.in (DLLTOOL): New.
7734 (DLLTOOL_FOR_TARGET): New.
7735 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
7736 (EXTRA_TARGET_FLAGS): Ditto.
7737 (EXTRA_GCC_FLAGS): Ditto.
7738 (CONFIGURE_TARGET_MODULES): Ditto.
7739 (DO_X): Ditto.
7740 * configure: Add DLLTOOL.
7741
7742 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
7743
7744 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
7745 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
7746 mh-sco, since old workarounds no longer needed, and don't
7747 build ld, since libraries have weak symbols in COFF.
7748
7749 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
7750
7751 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
7752
7753 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
7754
7755 * configure.in: Make sure that ${CC} can be used to compile an
7756 executable.
7757
7758 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7759
7760 * Makefile.in (all-gdb): Depend on $(GDB_TK).
7761 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
7762 nothing depending on whether gdbtk is being built.
7763
7764 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
7765
7766 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
7767
7768 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
7769
7770 * configure.in (noconfigdirs): Put ld or gas in this early, if the
7771 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
7772
7773 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
7774
7775 * config-ml.in: Add support for
7776 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
7777 Simplify setting of multidirs from --disable-foo.
7778
7779 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7780
7781 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
7782 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
7783 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
7784 non-empty, pass them on to the GCC make.
7785 (all-bootstrap): New rule that is like all-gcc, except it executes
7786 the GCC bootstrap rule instead of the GCC all rule.
7787
7788 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
7789
7790 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
7791
7792 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7793
7794 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
7795 DG/UX support.
7796
7797 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
7798
7799 * config.sub (i*86*) Change [345] to [3456]
7800
7801 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7802
7803 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
7804 --with-gnu-ld=no.
7805
7806 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7807
7808 * config-ml.in (rs6000*, powerpc*): Add switches to control which
7809 AIX multilibs get built.
7810
7811 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7812
7813 * configure.in (i386-win32): Don't build expect if we're not
7814 building the tcl subdir.
7815
7816 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
7817
7818 * Makefile.in: (configure-target-examples, all-target-examples):
7819 New targets, configure and build example programs.
7820
7821 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7822
7823 * mpw-configure: If an mpw-config.in generated a file mk.sed,
7824 use it as input to sedit the generated MPW makefile.
7825 * mpw-README: Add a suggestion about Gestalt.h.
7826
7827 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
7828
7829 * config.sub: Accept *-*-ieee*.
7830
7831 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
7832
7833 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
7834 Ronald F. Guilmette <rfg@monkeys.com>.
7835
7836 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7837
7838 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
7839 for powerpc-pe native.
7840 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
7841 (target==powerpc-pe): duplicate i386-win32 entry.
7842
7843 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7844
7845 * configure.in (noconfigdirs): Exclude target-newlib for all versions
7846 of vxworks, not just vxworks5.1.
7847
7848 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
7849
7850 * mpw-configure: Add support for exec-prefix.
7851
7852 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7853
7854 * config.guess: Recognize HP model 816 machines as having
7855 a PA1.1 processor.
7856
7857 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
7858
7859 * configure: Ignore new autoconf configure options.
7860
7861 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7862
7863 * config.guess: Recognize Pentium under SCO.
7864 From Robert Lipe <robertl@arnet.com>.
7865
7866 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7867
7868 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
7869
7870 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
7871
7872 * configure.in: Don't configure gas for alpha-dec-osf*.
7873
7874 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
7875
7876 * configure.in: Default to --with-stabs for some targets for which
7877 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
7878 i[345]86*-*-unixware*.
7879
7880 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
7881
7882 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
7883 rather than basing it on the target. Simplify handling of options
7884 controlling which directories to configure. Remove extraneous
7885 slash in multi-clean target.
7886
7887 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
7888
7889 * config-ml.in: Prefix more variables with ml_ so they don't collide
7890 with configure's.
7891
7892 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
7893
7894 * configure: Don't turn -v into --v.
7895
7896 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
7897
7898 * configure.in (targargs): Fix typo.
7899
7900 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
7901
7902 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
7903
7904 * configure.in: Strip --host and --target options from
7905 CONFIG_ARGUMENTS, and always configure for --host only. Add
7906 --with-cross-host option when building with a cross-compiler.
7907 * configure: Canonicalize the arguments put into config.status by
7908 always using `=' for an option with an argument. Pass a presumed
7909 --host or --target explicitly.
7910
7911 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
7912
7913 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
7914 into general OS recognition case.
7915
7916 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7917
7918 * configure.in (target_configdirs): add target-winsup only
7919 for win32 target systems.
7920
7921 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
7922
7923 * Makefile.in (all-target-libgloss): Depend upon
7924 configure-target-newlib, since when libgloss is built it looks to
7925 see if the newlib directory exists.
7926
7927 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
7928
7929 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
7930 cfg-ml-*.in.
7931
7932 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
7933
7934 * configure: Handle LD and LD_FOR_TARGET when configuring a
7935 Canadian Cross.
7936
7937 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7938
7939 * configure.in (target_libs): add target-winsup.
7940 (target==i386-win32): add patch diff flex make to $noconfigdirs.
7941 (target==ppcle-pe): remove ld from $noconfigdirs.
7942
7943 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
7944
7945 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
7946 Preserve relative path names in $srcdir. Build symlink tree if
7947 configuring cross target dir and srcdir=. (= no VPATH support).
7948 (configure-target-libg++): Depend on configure-target-librx.
7949 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
7950 * config-ml.in: New file.
7951 * symlink-tree: New file.
7952 * configure: Ensure srcdir="." if that's what it is.
7953
7954 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7955
7956 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
7957 includes and FLEX_SKELETON setting.
7958 * mpw-configure (--with-gnu-ld): New option, controls whether
7959 to use PPCLink or ld with PowerMac GCC.
7960 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
7961 * mpw-config.in: Configure grez if targeting Mac.
7962
7963 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
7964 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
7965 just macos.
7966 * configure.in: Configure grez resource compiler if targeting Mac.
7967 * Makefile.in (all-grez, install-grez): New targets.
7968
7969 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
7970
7971 * configure: CXX defaults to gcc, not g++. If we find
7972 gcc in the path, set CC to gcc -O2.
7973
7974 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
7975
7976 * configure: Default ${build} correctly. Avoid picking up extra
7977 spaces when reading CC and CXX from Makefile. When doing a
7978 Canadian Cross, use plausible default values for numerous
7979 variables.
7980 * configure.in: When doing a Canadian Cross, don't try to
7981 configure tools whose configure script can't handle it.
7982
7983 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7984
7985 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
7986
7987 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
7988
7989 * configure: Remove dubious bug reporting address.
7990
7991 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
7992
7993 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
7994 configure script, run that instead of this directory's configure.
7995 In either case, print a message that we're configuring the sub-dir.
7996
7997 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
7998
7999 * configure.in: Before checking for the existence of various files,
8000 use sed to filter out "target-".
8001
8002 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
8003
8004 * Makefile.in (DO_X): Split rule to decrease command line length
8005 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
8006 (Philippe De Muyter).
8007
8008 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8009
8010 * Makefile.in (all-patch): depend on all-libiberty.
8011
8012 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
8013
8014 * configure.in: If the only directory in target_configdirs which
8015 actually exists is libiberty, then set target_configdirs to empty,
8016 to avoid trying to build a target libiberty in a gas or gdb
8017 distribution.
8018
8019 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
8020
8021 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8022 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8023 systems.
8024
8025 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8026
8027 * configure.in (copy_dirs): Use sys-include instead of include
8028 for --with-headers option.
8029
8030 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
8031
8032 * Makefile.in, configure.in: Make winsup builds work with
8033 new scheme.
8034
8035 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
8036
8037 * configure.in: Build the linker on AIX.
8038
8039 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
8040
8041 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
8042 where needed.
8043
8044 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
8045
8046 * Makefile.in (all-gcc): Fix typo.
8047
8048 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
8049
8050 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
8051
8052 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
8053
8054 * configure.in: Rename libFOO to target-libFOO, and xiberty
8055 to target-xiberty, to provide more flexibility.
8056 (target_subdir): Define. Create if cross.
8057 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8058 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
8059 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8060 check-libFOO -> check-target-libFOO, etc.
8061 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8062 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8063 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8064 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
8065 allow ALL_GCC="" to only configure.
8066 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
8067 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
8068 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
8069
8070 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
8071
8072 * Makefile.in (taz): Build "info" in etc explicitly.
8073
8074 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
8075
8076 * configure.in: Make sure that CC is undefined (as opposed to
8077 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
8078 problem with autoconf trying to configure on a host without GCC.
8079
8080 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
8081
8082 * mpw-configure: Set host alias from choice of host compiler,
8083 only use generic MPW Makefile sed if present, edit a file
8084 named "hacked_Makefile.in" instead of "Makefile.in" if present.
8085 * mpw-README: Add problem notes about CW6 and CW7.
8086
8087 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
8088
8089 * Makefile.in (taz): Use ";" instead of ";;".
8090
8091 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8092
8093 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
8094 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8095 DISTDOCDIRS.
8096 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
8097 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
8098
8099 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
8100
8101 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
8102 and gnats, because they are now subsumed by DISTSTUFFDIRS.
8103 Move bfd to DISTSTUFFDIRS.
8104
8105 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8106
8107 * Makefile.in (X11_LIB): Removed.
8108 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8109
8110 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8111
8112 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8113
8114 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
8115 names.
8116
8117 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8118
8119 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
8120
8121 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
8122
8123 * configure.in (i[345]86-*-win32): Always build newlib.
8124 Don't configure cvs, autoconf or texinfo.
8125 * Makefile.in (LD_FOR_TARGET): New.
8126 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
8127 Pass down LD_FOR_TARGET.
8128
8129 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
8130
8131 * winsup: New directory.
8132 * Makefile.in: Build winsup.
8133 * configure.in: Winsup is configured when target is win32.
8134 Can only build win32 target GDB when native.
8135
8136 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
8137
8138 * config.guess: Recognize HP model 819 machines as having
8139 a PA 1.1 processor.
8140
8141 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
8142
8143 * configure: Fix sed loop which substitutes for CC and CXX to
8144 avoid bug found in various sed implementations.
8145
8146 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8147
8148 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
8149 simulator. Use standard powerpc-*-eabi*.
8150
8151 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
8152
8153 * configure.in: Stop putting gas and binutils in noconfigdirs for
8154 powerpc-*-aix* and rs6000-*-*.
8155
8156 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
8157
8158 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
8159 -mcall-aixdesc libraries.
8160
8161 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
8162
8163 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8164
8165 * config.sub (arm | armel | armeb): Fix shell syntax.
8166
8167 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8168
8169 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
8170 -msoft-float and -mcpu=common support.
8171 (powerpc*-*-eabisim*): Add support for building -mcall-aix
8172 libraries.
8173
8174 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8175
8176 * configure.in: Allow configuration and build of emacs19 for the alpha.
8177
8178 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8179
8180 * configure.in (CC): Get ^CC, not just any old CC, from
8181 ${host_makefile_frag}.
8182
8183 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8184
8185 * configure.in (CC): Try to get CC from
8186 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8187
8188 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8189
8190 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8191 only if it exists in $(srcdir).
8192
8193 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
8194
8195 * configure: If CC and CXX are not set in the environment, set
8196 them, based on either an existing Makefile or on searching for gcc
8197 in PATH. Substitute for CC and CXX in Makefile.
8198 * configure.in: Remove libm from target_libs. Separate
8199 target_configdirs from configdirs. If CC is not set in
8200 environment, try to get it from a host Makefile fragment. Rewrite
8201 changes of configdirs to use skipdirs instead. A few minor
8202 tweaks. Take directories out of target_configdirs as they are
8203 taken out of configdirs. Remove existing Makefile files from
8204 subdirectories. Substitute for TARGET_CONFIGDIRS and
8205 CONFIG_ARGUMENTS in Makefile.
8206 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8207 by configure.in.
8208 (CONFIG_ARGUMENTS): Likewise.
8209 (CONFIGURE_TARGET_MODULES): New variable.
8210 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8211 ($(CONFIGURE_TARGET_MODULES)): New target.
8212 (configure-libg++, configure-libio): New targets.
8213 (all-libg++): Depend upon configure-libg++.
8214 (all-libio): Depend upon configure-libio.
8215 (configure-libgloss, all-libgloss): New targets.
8216 (configure-libstdc++): New target.
8217 (all-libstdc++): Depend upon configure-libstdc++.
8218 (configure-librx, all-librx): New targets.
8219 (configure-newlib): New target.
8220 (all-newlib): Depend upon configure-newlib
8221 (configure-xiberty): New target.
8222 (all-xiberty): Depend upon configure-xiberty.
8223
8224 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8225
8226 * configure.in (host i[345]86-*-win32): Expand the
8227 noconfigdirs again.
8228
8229 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
8230
8231 * mpw-configure: Fix sed command file name.
8232
8233 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
8234
8235 * configure.in (host i[345]86-*-win32): Reduce the
8236 noconfigdirs again.
8237
8238 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
8239
8240 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8241 or powerpc*-*-pe*, since they are not yet supported.
8242
8243 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
8244
8245 Add PowerMac support and many other enhancements.
8246 * mpw-configure: New option --cc to select compiler to use,
8247 paste options set according to --cc into the generated
8248 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8249 if mpw-make.sed is present.
8250 * mpw-config.in: Don't test for gC1, test for mpw-touch,
8251 add forward includes for PowerPC include files.
8252 * mpw-build.in: Build using Makefile.PPC if present.
8253 (do-byacc, etc): Remove separate version resource builds.
8254 (do-gas): Build "stamps" before "all".
8255 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
8256 * mpw-README: Update to reflect --cc option, PowerMac support,
8257 and recently-reported compatibility problems.
8258
8259 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
8260
8261 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
8262 embedded m68k systems (-aout, -coff, -elf, -vxworks).
8263 (--with-multilib-top): Pass to recursive invocations.
8264
8265 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
8266
8267 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
8268 v810-*-*.
8269
8270 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8271
8272 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
8273 gdb, ld and opcodes on v810-*-*.
8274
8275 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
8276
8277 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
8278 (local-maintainer-clean): New target.
8279 (maintainer-clean): New target.
8280 (realclean): Just depend upon maintainer-clean.
8281
8282 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8283
8284 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
8285
8286 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
8287
8288 * configure.in: Build ld in mips*-*-bsd* case.
8289
8290 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
8291
8292 * config.sub: Accept -lites* OS. From Ian Dall.
8293
8294 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
8295
8296 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
8297 targets.
8298
8299 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8300
8301 * configure.in: treat i386-win32 canadian cross the same as
8302 i386-go32 canadian cross.
8303
8304 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8305
8306 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
8307 running under the simulator to build a reduced set of libraries.
8308 (powerpc-*-eabiaix): Add fine grained multilib support added to
8309 other powerpc targets yesterday.
8310
8311 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8312
8313 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
8314 -disable-softfloat, -disable-relocatable, -disable-aix, and
8315 -disable-sysv to control which multilib libraries get built.
8316
8317 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8318
8319 * configure: Add Makefile.tem to list of files to remove in trap
8320 handler.
8321
8322 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
8323
8324 * config.guess (*Linux*): Add missing "exit"s.
8325 Also, need specific check for alpha-unknown-linux (uses COFF).
8326
8327 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
8328
8329 * config.guess: Merge with FSF:
8330
8331 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
8332 * config.guess (AIX4): More robust release numbering discovery.
8333
8334 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
8335 * config.guess (i386-sequent-ptx): Properly get version number.
8336
8337 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
8338 * config.guess (mips:*:4*:UMIPS): New case.
8339
8340 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
8341
8342 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
8343 (i386-win32 host): Likewise. Don't build readline.
8344
8345 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
8346
8347 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
8348 SUPPORT_FILES to submakes.
8349
8350 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
8351
8352 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
8353 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
8354 mpw-configure.
8355
8356 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
8357
8358 * configure.in (appdirs): Use =, not ==, in test expression when
8359 trying to build the text to print in the warning message for
8360 Solaris users.
8361
8362 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
8363
8364 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
8365
8366 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8367
8368 * config.guess: Recognize lynx-2.3.
8369
8370 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
8371
8372 * config.sub (z8ksim): Deleted
8373 (z8k-*-coff): New, this is the one true name of the target.
8374
8375 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
8376
8377 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
8378
8379 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
8380
8381 * config.guess (*:Linux:*:*): First try asking the linker what the
8382 default object file format is (elf, aout, or coff). Then if this
8383 fails, try previous methods.
8384
8385 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8386
8387 * configure.in: Don't build newlib for *-*-vxworks5.1.
8388
8389 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8390
8391 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
8392 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
8393
8394 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
8395
8396 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
8397
8398 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
8399
8400 * cfg-ml-com.in: New file.
8401 * cfg-ml-pos.in: New file.
8402
8403 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8404
8405 * COPYING.NEWLIB: Add HP free copyright to list.
8406
8407 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8408
8409 * config.sub: Recognize -eabi* for the system, not just -eabi.
8410
8411 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
8412
8413 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
8414 * config.sub, configure.in (win32): New target and host.
8415
8416 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
8417
8418 * configure.in: Add i386-pe configuration.
8419
8420 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
8421
8422 * mpw-build.in (install): Install GDB after LD.
8423
8424 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
8425
8426 * mpw-config.in (elf/mips.h): Always forward-include, needed
8427 for GDB to build.
8428
8429 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
8430
8431 * testsuite: New directory for customer acceptance and whole tool
8432 chain tests.
8433
8434 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8435
8436 * configure: If per-host line isn't found, but AC_OUTPUT is found
8437 and a configure script exists, run it instead.
8438
8439 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8440
8441 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
8442
8443 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
8444
8445 * configure: Set build_{cpu,vendor,os,alias} to host values when
8446 --build isn't specified.
8447
8448 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8449
8450 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
8451 (FLAGS_TO_PASS): Pass them.
8452 (EXTRA_TARGET_FLAGS): Ditto.
8453
8454 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8455
8456 * Makefile.in (all-libg++): Depend on all-libstdc++.
8457
8458 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8459
8460 * configure.in (noconfigdirs): Enable all packages for
8461 i386-unknown-netbsd.
8462
8463 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
8464
8465 * configure.in (noconfigdirs): Don't configure tk for i386-go32
8466 hosted builds (DOS builds)
8467
8468 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8469
8470 Changes for ARM based on patches from Richard Earnshaw:
8471 * config.sub: Handle armeb and armel.
8472 * configure.in: Omit arm linker only for riscix.
8473
8474 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
8475
8476 * config.guess: Update from FSF.
8477
8478 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
8479
8480 * config.sub: Recognize powerpcle as the little endian varient of
8481 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
8482 powerpcle variant. Convert pentium into i586, not i486. Add p5
8483 alias for i586. Map new x86 variants p6, k5, nexgen into i586
8484 temporarily.
8485
8486 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
8487
8488 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
8489
8490 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
8491
8492 * config.sub: Accept -lites* as a basic system type.
8493
8494 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
8495
8496 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
8497 installed, and if so return linuxoldld as the system name.
8498
8499 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
8500
8501 * config.guess: Add hppa1.1-hp-lites support.
8502
8503 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
8504
8505 * configure.in: Don't build newlib for m68k-vxworks5.1.
8506
8507 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8508
8509 * configure.in (mips-sgi-irix6): Use mh-irix5.
8510
8511 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
8512
8513 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
8514
8515 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8516
8517 * test-build.mk: Enable building of shared libraries on IRIX 5 and
8518 OSF/1. Fix compiler flags.
8519 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
8520
8521 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
8522
8523 * configure.in: Recognize --with-newlib.
8524 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
8525
8526 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8527
8528 * Makefile.in: move {all,check,install}-gdb from *_MODULES
8529 to *_X11_MODULES due to gdbtk needing X include files et al.
8530
8531 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
8532
8533 Merge in support for Mac MPW as a host.
8534 (Old change descriptions retained for informational value.)
8535
8536 * mpw-config.in: Add generic include forwards for cpu-specific
8537 include files in aout and elf directories.
8538
8539 * mpw-configure: Added copyright.
8540 * mpw-config.in: Check for presence of required build tools.
8541 (target_libs): Add newlib.
8542 (target_tools): Add examples.
8543 (Read Me): Generate as "Read Me for MPW" instead.
8544 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
8545 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
8546 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
8547
8548 * mpw-configure: Remove subdir-specific makefile hackery,
8549 delete mk.tmp after using it.
8550
8551 * mpw-build.in (all): Display start and end times.
8552
8553 * mpw-configure (host_canonical): Set.
8554 (target_cpu): Always add to makefiles.
8555 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
8556 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
8557 (mpw-mh-mpw): Look for in srcdir and srcroot.
8558 Use sed instead of mpw-edit-prefix to edit prefix definitions.
8559
8560 * mpw-build.in: (install-only): New target.
8561
8562 * mpw-configure (host_alias, target_alias): Rename from hostalias
8563 and targetalias, add into generated Makefile.
8564 (mk.tmp): If present, add into generated Makefile.
8565 * mpw-build.in (all-gas): Build config.h first before gas proper.
8566
8567 * mpw-configure (config.status): Write only if changed.
8568 * mpw-config.in (readline): Configure it (not built, just used for
8569 definitions).
8570
8571 * mpw-config.in (elf/mips.h): Add a forward include.
8572
8573 * mpw-config.in: Forward-include most .h files in include into
8574 extra-include.
8575 (readline): Don't build.
8576 mpw-build.in (install): Install GDB.
8577
8578 * mpw-configure (prefix, mpw_prefix): Handle it.
8579 * mpw-config.in (mmalloc, readline): Don't configure.
8580 * mpw-build.in (thisscript): Rename to ThisScript.
8581 Use mpw-build instead of BuildProgram everywhere.
8582 (mmalloc, readline): Don't build.
8583 * mpw-README: New file, basic documentation about the MPW port.
8584
8585 * mpw-config.in: Use forward-include to create include files.
8586
8587 * mpw-configure: Add more things to the top of each configured
8588 Makefile, including contents of config/mpw-mh-mpw.
8589 * mpw-config.in (extra-include): Create this directory and fill it
8590 with Posix-like include files when configuring.
8591
8592 * config.sub (apple, mac, mpw): Add various aliases.
8593
8594 * mpw-build.in: New file, top-level build script fragment for MPW.
8595 * mpw-configure: New file, configure script for MPW.
8596 * mpw-config.in: New file, config fragment for MPW.
8597
8598 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8599
8600 * configure.in (host_libs): Remove glob, since it is gone from the
8601 sources.
8602
8603 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8604
8605 * Makefile.in: define empty GDB_NLM_DEPS var.
8606
8607 * configure.in(target_makefile_frag): use config/mt-netware
8608 for netware targets.
8609
8610 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
8611
8612 * config.sub: Merge in recent FSF changes. Remove linux special
8613 cases.
8614
8615 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8616
8617 Revert this change:
8618
8619 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
8620
8621 * build-all.mk: Use CC=cc -Xs on Solaris.
8622
8623 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8624
8625 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
8626 stop using it.
8627 * Makefile.in: Nuke all references to glob subdirectory.
8628
8629 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8630
8631 * configure.in: Fix --enable-shared logic in per-host.
8632
8633 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
8634
8635 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
8636
8637 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8638
8639 * configure.in (noconfigdirs): Don't build gas on AIX, for
8640 powerpc*-*-aix* as well as for rs6000*-*-aix*.
8641
8642 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
8643
8644 * configure: Fix --cache-file to work if the file argument is a
8645 relative path.
8646
8647 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
8648
8649 * configure: If the --cache-file is used, pass it down to
8650 configure in subdirectories.
8651
8652 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
8653
8654 * config.sub: add vxworks29k configuration.
8655
8656 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8657
8658 * Makefile.in (taz): Do "diststuff" part quietly.
8659
8660 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
8661
8662 * config.sub: Mini-merge with gcc/config.sub.
8663
8664 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8665
8666 * config.guess (IRIX): Sed - to _.
8667
8668 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8669
8670 * Makefile.in (source-vault, binary-vault): New targets.
8671
8672 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
8673
8674 * config.sub: Recognize -eabi as a basic system type.
8675
8676 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8677
8678 * configure.in (enable_shared stuff): Fix typo.
8679
8680 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
8681
8682 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
8683
8684 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8685
8686 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
8687
8688 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8689
8690 * configure.in (rs6000-*-*): Don't build gas.
8691
8692 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
8693
8694 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
8695 reduce command line length.
8696 (AS_FOR_TARGET): Check for as.new, not Makefile.
8697 (NM_FOR_TARGET): Check for nm.new, not Makefile.
8698
8699 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
8700
8701 * config.guess: Merge from FSF.
8702
8703 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8704
8705 * configure: Don't use $ when handling program_suffix.
8706
8707 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
8708
8709 * configure.in: Configure tk for hppa/hpux.
8710
8711 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
8712
8713 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
8714
8715 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
8716
8717 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
8718 to LIBCXXFLAGS. Tests are better run without it.
8719
8720 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
8721
8722 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
8723
8724 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
8725
8726 * configure.in (*-*-netware*): Don't configure xiberty.
8727
8728 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
8729
8730 * configure.in: Remove tk from native_only list.
8731
8732 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
8733
8734 * build-all.mk: Add mips-ncd-elf target to sun4 targets
8735 for special NCD build.
8736
8737 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8738
8739 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
8740 makeall.bat, they're only useful for binutils snapshots.
8741 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
8742 makeall.bat to specified SUPPORT_FILES.
8743
8744 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
8745
8746 * build-all.mk: Add Ericsson targets to sun4 and solaris
8747 hosts. Add BNR's sun4 target to solaris host, so their
8748 build-from-source will be tested in-house first.
8749
8750 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8751
8752 * Makefile.in (LIBCFLAGS): New variable.
8753 (CFLAGS_FOR_TARGET): Ditto.
8754 (LIBCFLAGS_FOR_TARGET): Ditto.
8755 (LIBCXXFLAGS): Ditto.
8756 (CXXFLAGS_FOR_TARGET): Ditto.
8757 (LIBCXXFLAGS_FOR_TARGET): Ditto.
8758 (BASE_FLAGS_TO_PASS): Pass them.
8759 (EXTRA_TARGET_FLAGS): Ditto.
8760
8761 * configure.in: Support --enable-shared.
8762
8763 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
8764
8765 * configure.in (target_libs): Include libstdc++ again.
8766 * config.guess: Update from FSF (for FreeBSD).
8767
8768 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8769
8770 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
8771 makeall.bat.
8772 (DISTDOCDIRS): Add `etc'.
8773 (ETC_SUPPORT_PFX): New variable.
8774 (taz): Include anything from etc starting with a word in
8775 ETC_SUPPORT_PFX.
8776
8777 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8778
8779 * config.sub: Update for recent FSF changes. Remove obsolete
8780 h8300hds entry. Add -windows* and -osx as basic os. Minor
8781 spacing changes.
8782
8783 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
8784
8785 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
8786
8787 * config.guess: Merge with FSF.
8788 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
8789
8790 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8791
8792 * configure: Since the "trap 0" handler will override the exit
8793 status on many systems, only use it for "exit 1", and make it set
8794 a non-zero exit status; reset it before "exit 0". Also, check
8795 exit status of config.sub, and error out if it failed.
8796
8797 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
8798
8799 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
8800 and install libgloss.
8801
8802 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8803
8804 * Makefile.in (all-binutils): Depend upon all-byacc.
8805
8806 * configure.in: Don't build emacs on Irix 5.
8807
8808 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8809
8810 * configure.in (*-*-netware*): Add libio.
8811
8812 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8813
8814 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
8815 (CHECK_TARGET_MODULES): Ditto.
8816 (INSTALL_TARGET_MODULES): Ditto.
8817 (TARGET_LIBS): Ditto.
8818 (all-libstdc++): Note dependencies.
8819
8820 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8821
8822 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
8823
8824 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8825
8826 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
8827 -fexternal-templates.
8828
8829 * configure.in (target_libs): Add libstdc++.
8830 (noconfigdirs): Add libstdc++ as appropriate.
8831
8832 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8833
8834 * config.guess: Update from FSF.
8835
8836 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8837
8838 * configure: Use ${config_shell} when running ${configsub}.
8839
8840 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
8841
8842 * config.sub: No longer recognize h8300h.
8843
8844 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8845
8846 * config.sub: Remove extraneous differences between config.sub and
8847 gcc/config.sub.
8848
8849 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8850
8851 * Makefile.in (DISTSTUFFDIRS): Add gas.
8852
8853 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
8854
8855 * COPYING.NEWLIB: New file.
8856
8857 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
8858
8859 * config.guess (HP-UX): Patch from Harlan Stenn
8860 <harlan@landmark.com> to also emit release level.
8861
8862 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8863
8864 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
8865
8866 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
8867
8868 * config.sub: Merge nextstep cleanup from FSF.
8869
8870 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8871
8872 * configure.in (arm-*-*): Don't configure ld for this target.
8873
8874 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8875
8876 * configure.in (*-*-netware): don't configure libg++, libio,
8877 librx, or newlib.
8878
8879 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8880
8881 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
8882 configure ld--it works, but it doesn't support shared libraries.
8883
8884 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
8885
8886 * config.guess (*-unknown-freebsd*): Get rid of possible
8887 trailing "(Release)" in version string.
8888 Patch from Paul Richards <paul@isl.cf.ac.uk>.
8889
8890 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
8891
8892 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
8893 Fix type: *-next-neststep -> *-next-nextstep.
8894
8895 * config.guess: Merge from FSF:
8896
8897 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
8898
8899 * config.guess: Recognize powerpc-ibm-aix3.2.5.
8900
8901 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
8902
8903 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
8904 instead of UNIX_SV for UnixWare 1.0).
8905
8906 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
8907
8908 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
8909 to make gdb/nlm/* build after the compiler and linker.
8910
8911 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
8912
8913 * config.guess (netbsd, freebsd, linux): Accept any machine,
8914 not just i[34]86.
8915 (m68k-atari-sysv4): Relocate to match FSF version.
8916
8917 * config.guess: More merges from the FSF:
8918
8919 Add a space before function call or macro invocation.
8920
8921 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8922
8923 * config.guess: Add trap cmd to remove dummy.c and dummy when
8924 interrupted.
8925
8926 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8927
8928 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
8929 (dummy): Redirect stderr from compilation of dummy.c.
8930
8931 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
8932
8933 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
8934
8935 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
8936
8937 * configure: Accept and ignore --cache*, for compatibility with
8938 new autoconf.
8939
8940 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
8941
8942 * config.guess: Merge from FSF:
8943
8944 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8945
8946 * config.guess (Pyramid*:OSx*:*:*): New case.
8947 (PATH): Add /.attbin at end for finding uname.
8948 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
8949
8950 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
8951
8952 * config.guess (M88*:DolphinOS:*:*): New case.
8953
8954 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
8955
8956 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
8957 to select whether to use ELF or COFF.
8958
8959 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8960
8961 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
8962
8963 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8964
8965 * config.guess: Guess the OS version for HPUX.
8966
8967 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8968
8969 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
8970
8971 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8972
8973 * configure.in: Recognize --with-headers, --with-libs, and
8974 --without-newlib.
8975 * Makefile.in (all-xiberty): Depend upon all-ld.
8976
8977 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8978
8979 * configure.in: Change i[34]86 to i[345]86.
8980
8981 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8982
8983 * configure (version): A few more tweaks to help message.
8984
8985 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
8986
8987 * Makefile.in: Remove (for now) librx as a host library,
8988 now that we're building it for target.
8989
8990 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8991
8992 * configure: Fix up help message; from karl@owl.hq.ileaf.com
8993 (Karl Berry).
8994
8995 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
8996
8997 * configure.in: Also configure librx.
8998
8999 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9000
9001 * Makefile.in: Update various rules to reflect that librx
9002 is now needed for libg++.
9003
9004 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9005
9006 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9007
9008 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9009
9010 * configure.in: Configure the examples directory.
9011
9012 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9013
9014 * configure: Simplify Jun 2 1994 change.
9015
9016 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9017
9018 * change CC to /usr/latest/bin/gcc for lynx host builds, since
9019 /bin/gcc isn't good enough to build gcc.
9020
9021 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
9022
9023 * Makefile.in (GDB_SUPPORT_FILES): Remove
9024 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
9025 (gdb.tar.gz): Add new rule to use standard distribution building
9026 mechanism.
9027
9028 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9029
9030 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
9031 Bill Cox <bill@cygnus.com>.
9032
9033 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
9034
9035 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
9036
9037 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
9038
9039 * configure: Search current dir first in .gdbinit.
9040
9041 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
9042
9043 * config.sub: Recognize freebsd (merged from gcc config.sub).
9044
9045 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
9046
9047 * config.sub: Refer to NeXT's operating system as nextstep.
9048
9049 * config.sub (case $basic_machine): Re-order the cases, to match
9050 the order in the FSF version (which is mostly alphabethical).
9051 Merge in some additions and changes from the FSF.
9052
9053 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
9054
9055 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9056 * config.sub: Recognize cxux7.
9057 * configure.in: Use mh-cxux for m88k-harris-cxux*.
9058
9059 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9060
9061 * config.sub: Fix typo powerpc -> powerpc-*.
9062
9063 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
9064
9065 * Makefile.in: `all-emacs19' depends on `all-byacc'.
9066
9067 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9068 parallel with all-emacs and install-emacs). Top-level command
9069 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9070
9071 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9072
9073 * test-build.mk ($(host)-stamp-stage2-installed): Remove
9074 $(relbindir)/make before doing ``make install'', and use
9075 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
9076 installing over running make binary.
9077 ($(host)-stamp-stage3-installed): Likewise.
9078
9079 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9080
9081 * config.guess: Recognize Mach.
9082
9083 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9084
9085 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9086 see whether --exec-prefix was used.
9087
9088 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9089
9090 * README: Explicitly mention libg++/README. (Zoo's idea.)
9091
9092 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9093
9094 * Makefile.in: Add all-librx target similar to all-libproc.
9095
9096 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
9097
9098 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
9099 with post 1.2 uname bogosity.
9100
9101 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9102
9103 * configure: Remove temporary files on receipt of a signal.
9104
9105 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
9106
9107 * configure: If there is a package_makefile_frag, remove
9108 ${subdir}/Makefile.tem after copying it in.
9109
9110 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9111
9112 * build_all.mk: support rs6000 lynx identifies itself as
9113 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
9114 since /bin/gcc is too feeble to compile a modern gcc.
9115
9116 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
9117
9118 * brought devo/test-build.mk update-to-date with progressive/
9119 test-build.mk. Add lynx targets and hppa flag info.
9120
9121 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9122
9123 * configure.in: Use mh-ncrsvr43. Patch from
9124 Tom McConnell <tmcconne@sedona.intel.com>.
9125
9126 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
9127
9128 * config.guess (i386-unknown-bsdi): No longer need to
9129 check #if defined(__bsdi__) && defined(__i386__).
9130
9131 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9132
9133 * configure: Set program_transform_nameoption correctly.
9134
9135 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
9136
9137 * brought build-all.mk update-to-date with progressive build-all.mk,
9138 added new targets and hppa info.
9139
9140 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9141
9142 * configure: If config.guess result is a prefix of the user
9143 specified target, assume a native build and use the user specified
9144 target as the host alias. Remove SunOS patch suffix removal hack.
9145 * configure.in: Remove SunOS patch suffix removal hack.
9146
9147 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
9148 in NATIVE_CHECK_MODULES.
9149
9150 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
9151
9152 * Makefile.in: Rename HOST_ONLY to NATIVE.
9153 * configure: Delete SunOs patch suffix from host_canonical
9154 and build_canonical variables that are prepended to Makefiles.
9155 * configure.in: Add comments for easier maintenance.
9156
9157 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9158
9159 * Makefile.in: Add all-libproc target similar to all-gui.
9160
9161 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
9162
9163 * Makefile.in (CHECK_MODULES): split into
9164 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
9165
9166 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
9167
9168 * config.guess (i386-unknown-bsdi): New system to guess.
9169
9170 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9171
9172 * Makefile.in: Add all-gui target (but not yet build by "all").
9173
9174 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
9175
9176 * config.sub: Move deletion of patch suffix from here...
9177 * configure.in: To here, at Ian's suggestion. The top-
9178 level scripts might need to know of a patch level.
9179
9180 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
9181
9182 * config.sub: Strip off patch suffix so rtl is recognized
9183 as a sunos4.1.3 machine, even though it's been patched.
9184
9185 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
9186
9187 * Makefile.in (INSTALL_LAST): Delete.
9188 (INSTALL_DOSREL): New.
9189
9190 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9191
9192 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9193 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9194 whether we pass down --with-gnu-ld anyhow.
9195
9196 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
9197
9198 * Makefile.in (INSTALL_LAST): Change operation so it works
9199 on more flavors of make.
9200 * configure.in (go32): Don't build libg++ or libio.
9201
9202 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
9203
9204 * Makefile.in (Move HOST_PREFIX_1 and friends up so
9205 they can be overriden by templates.
9206
9207 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
9208
9209 * configure.in (target==go32): Don't build gdb.
9210 * dosrel: New directory.
9211
9212 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
9213
9214 * configure.in (host==go32): Configure dosrel too.
9215 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9216 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9217 be set by incoming names or templates.
9218 (INSTALL_LAST): New rule.
9219
9220 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
9221
9222 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9223
9224 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9225
9226 * configure.in (appdirs): New variable. Currently empty, but will
9227 be used in gas distribution. If nonempty, lists a set of
9228 directories at least one of which must get configured, or top
9229 level configuration is considered to have failed.
9230 (rs6000-*-lynxos*): Use new file name.
9231
9232 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9233
9234 Eliminate XTRAFLAGS.
9235 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9236 newlib include files using -idirafter, and also use -nostdinc.
9237 (CXX_FOR_TARGET): Likewise.
9238 (XTRAFLAGS): Removed.
9239 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9240 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9241 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9242 ($(DO_X)): Don't pass down XTRAFLAGS.
9243
9244 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9245
9246 * configure.in (mips*-dec-bsd*): New target; do build linker.
9247 (mips*-*-bsd*): New target; don't build linker.
9248
9249 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9250
9251 * configure.in: support rs6000-*-lynxos* configuration.
9252 support sunos4 as a cross target.
9253
9254 * config.sub: look for lynx*, not lynx since the OS version may
9255 legitimately be part of the name.
9256
9257 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9258
9259 * configure.in (i[34]86-*-sco*): Move to be with other i386
9260 targets.
9261 (romp-*-*): New target. Skip various binary utilities.
9262 (vax-*-*): New target. Don't build newlib.
9263 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
9264
9265 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9266
9267 * configure.in: Only set host_makefile_frag if config
9268 directory exists.
9269
9270 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9271
9272 * install.sh: If $dstdir exists, don't check whether each
9273 component does.
9274
9275 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9276
9277 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
9278
9279 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9280
9281 * configure.in (*-*-lynxos*): Don't configure newlib for either
9282 native or cross Lynx.
9283
9284 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
9285
9286 * config.sub (sparc64-elf): Fix os.
9287 (z8k): Remove duplicate.
9288
9289 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9290
9291 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
9292 gcc/stmp-fixproto, to try to prevent fixproto from being run.
9293
9294 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
9295
9296 * configure: Make file links cleanly even if Lynx fails on
9297 an NFS symlink (at least fail cleanly).
9298
9299 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
9300
9301 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
9302 -XNh2000.
9303
9304 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9305
9306 * configure: Unknown options are fatal again.
9307
9308 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
9309
9310 * configure: Ignore --x-includes and --x-libraries, for Autoconf
9311 compatibility.
9312
9313 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
9314
9315 * build-all.mk: Add `clean' target.
9316
9317 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9318
9319 * config.guess: Add SINIX support.
9320 * configure.in: Add mips-*-sysv4* support.
9321
9322 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
9323
9324 * build-all.mk: Document all useful targets.
9325 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
9326 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
9327
9328 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9329
9330 * configure: Support --silent, --quiet.
9331
9332 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9333
9334 * configure: Support --disable-FEATURE.
9335
9336 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9337
9338 * config.guess: Recognize NCR running SVR4.3.
9339
9340 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
9341
9342 * config.guess: Make BSDI generate i386-unknown-bsd386.
9343 Patch from Paul Eggert <eggert@twinsun.com>.
9344
9345 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9346
9347 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
9348
9349 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9350
9351 * configure: Make unrecognized options give nonfatal warnings
9352 instead of fatal errors, and pass them to any subdirectory
9353 configures in case they recognize them.
9354 Make --x equivalent to --with-x.
9355
9356 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9357
9358 * configure: Add --enable-* options. Clean up usage message and
9359 some comments.
9360
9361 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
9362
9363 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
9364
9365 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9366
9367 * configure.in (hppa*-*-*): Enable binutils.
9368
9369 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9370
9371 * config.sub: Recognize cisco.
9372
9373 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
9374
9375 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
9376
9377 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9378
9379 * config.guess: about target *-hitachi-hiuxwe2, don't print more
9380 than one configuration name. Add comment.
9381
9382 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
9383
9384 * config.guess: about target *-hitachi-hiuxwe2, fixed
9385 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
9386 macro is incorrect.]
9387
9388 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9389
9390 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
9391 than the "make ls" stuff which used to be here.
9392
9393 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9394
9395 * config.guess: Recognize i[34]86-unknown-freebsd.
9396 From Shawn M Carey <smcarey@rodan.syr.edu>.
9397
9398 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
9399
9400 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
9401
9402 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9403
9404 * config.guess: Check for ptx.
9405
9406 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
9407
9408 * config.sub: Add os9k checking.
9409
9410 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9411
9412 * config.guess: Handle OSF1 running on HPPA processors
9413
9414 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9415
9416 * configure: If subdir configure fails, print out a message with
9417 subdirectory name, in case subdir's configure code didn't identify
9418 itself.
9419
9420 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
9421
9422 * configure.in: Remove embedded newlines from configdirs.
9423 Avoid mismatches of substrings. Fix matching strings at end
9424 of configdirs.
9425
9426 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
9427
9428 * config.guess: Add Lynx/rs6000 config support.
9429
9430 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9431
9432 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
9433
9434 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
9435
9436 * configure.in (hppa*-*-osf*): Treat this just like most other
9437 PA configurations (eg no binutils or ld).
9438 (hppa*-*-*elf*): These configurations have binutils and ld.
9439
9440 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9441
9442 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
9443
9444 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9445
9446 * configure.in (rs6000-*-*): Build gas.
9447
9448 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9449
9450 * Makefile.in: Avoid bug in losing hpux sed.
9451
9452 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9453
9454 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
9455 for GDB and GDB has been fixed to not need it.
9456
9457 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9458
9459 * config.guess: Recognize vax hosts.
9460
9461 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9462
9463 * configure (while loop): Don't use "break 2" inside case
9464 statement -- the case statement isn't an enclosing loop.
9465
9466 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9467
9468 * config.guess: Clean up NeXT support, to allow nextstep
9469 on Intel machines. Make OS be nextstep.
9470
9471 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
9472
9473 * config.guess: Add alternate forms for Convex.
9474
9475 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
9476
9477 * configure: Completely rewrite option processing. Take
9478 advantage of pattern-matching to avoid invoking test frequently.
9479 Also clean up host and target defaulting logic.
9480
9481 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9482
9483 * Makefile.in: Replace all occurrances of "rootme" with "r" and
9484 "$${rootme}" with "$$r", to increase the likelihood that the do-*
9485 commands (plus user environment) will fit SCO limits.
9486
9487 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9488
9489 * configure.in: Don't issue warnings about directories which are
9490 not being configured if -norecursion is set. Correct test for
9491 --with-gnu-as and --with-gnu-ld to not get confused by substring
9492 matches.
9493
9494 * configure.in: Don't build gas for alpha-dec-osf1*.
9495
9496 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
9497
9498 * configure: Back out Per's change of 12/19/1993. It changes the
9499 behavior of configure in unexpected and confusing ways.
9500
9501 Also, use different delim char when calculating
9502 program_transform_name so that the name can contain slashes.
9503
9504 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
9505
9506 * configure.in, config.sub: Add support for VSTa micro-kernel.
9507
9508 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9509
9510 * configure.in: Nuke hacks which were used to get a special
9511 version of GAS for HPPA configurations.
9512
9513 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
9514
9515 * configure: If only ${target_alias} is given, use that
9516 as the default for ${host_alias}.
9517 * configure: Add missing back-slashes before nested quotes.
9518
9519 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
9520
9521 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
9522
9523 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
9524
9525 * config.guess: Recognize some Tektronix configurations.
9526 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
9527
9528 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9529
9530 * config.sub: Match any flavor of SH.
9531
9532 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
9533
9534 * configure.in: Don't try to configure newlib for Alpha.
9535
9536 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9537
9538 * configure.in: Don't build ld for Irix 5. Don't build gas,
9539 libg++ or libio for any Alpha target.
9540
9541 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
9542
9543 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
9544
9545 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
9546 default arguments -- so it tried to compress itself.
9547
9548 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
9549
9550 * configure.in (notsupp): ensure that a space is always at the end
9551 of the configdirs list, since the grep checks for an explicit space
9552
9553 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9554
9555 * configure.in (target i386-sysv4.2): don't build ld, since static
9556 versions of many libraries are not available.
9557
9558 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9559
9560 * config.guess: Recognize Apollos (using environment variables).
9561 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
9562
9563 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9564
9565 * config.guess: Recognize Sony news mips running newsos.
9566
9567 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
9568
9569 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
9570 "fi ; else" for bash.
9571
9572 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
9573
9574 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
9575
9576 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
9577
9578 * config.sub: accept unixware as an alias for svr4.2.
9579 Fix some inconsistancies with the gcc version.
9580
9581 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9582
9583 * Makefile.in (DISTDOCDIRS): Add gdb.
9584
9585 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
9586
9587 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
9588
9589 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9590
9591 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
9592 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
9593 this now.
9594
9595 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9596
9597 * config.sub: Accept hiux* as an OS name.
9598
9599 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
9600 etc/make-stds.texi. The underscore came from gcc, and dje now
9601 agrees that RUNTESTFLAGS is the correct name.
9602
9603 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
9604
9605 * install.sh: Remove 'set -e'. It makes any conditionals
9606 in the script useless.
9607
9608 * config.guess: Automatically recognize arm-acorn-riscix
9609 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
9610
9611 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
9612
9613 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
9614
9615 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9616
9617 * Makefile.in (DISTDOCDIRS): New variable.
9618 (taz): Edit local Makefile.in sooner, instead of proto-toplev
9619 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
9620
9621 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9622
9623 * configure.in (hppa target): check the source directory for the
9624 pagas sub-directory
9625
9626 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
9627
9628 * config.sub: Allow -aout* and -elf*.
9629
9630 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9631
9632 * configure.in: Don't build ld on i386-solaris2, same as for
9633 sparc-solaris2.
9634
9635 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
9636
9637 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
9638
9639 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9640
9641 * configure.in: Configure gdb for alpha.
9642
9643 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9644
9645 * Makefile.in (CXXFLAGS): Add -O.
9646
9647 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9648
9649 * config.guess: added support for DG Aviion
9650
9651 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9652
9653 * configure.in: Produce warning message for subdirectories not
9654 configurable for this host/target combination. Don't try to
9655 configure gdb for vms.
9656
9657 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9658
9659 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
9660 appropriate files before making "diststuff".
9661 (DISTBISONFILES): New var: list of files to be edited.
9662 (DISTSTUFFDIRS): Add binutils.
9663
9664 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9665
9666 * config.sub: also handle mipsel and mips64el (for little endian mips)
9667
9668 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9669
9670 * configure.in: Add * to end of all OS names.
9671
9672 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
9673
9674 * configure.in: Build newlib for LynxOS native.
9675
9676 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9677
9678 * config.guess: Add support for delta 88k running SVR3.
9679
9680 * configure.in: Add comment about HP compiler vs. emacs.
9681
9682 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9683
9684 * configure.in: don't build ld on solaris2 (not a viable option
9685 due to bugs in getpwnam & getpwuid)
9686
9687 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9688
9689 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
9690 config.guess will produce a full version number.
9691
9692 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9693
9694 * configure.in: Build linker and binutils for alpha-dec-osf1.
9695
9696 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9697
9698 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
9699 and gdb/testsuite/Makefile.in.
9700
9701 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9702
9703 * configure.in: recognize mips*- instead of mips-
9704
9705 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
9706
9707 * config.sub: Accept linux*coff and linux*elf as operating
9708 systems.
9709
9710 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9711
9712 * config.sub: Recognize mips64, and mips3 as an alias for it.
9713
9714 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9715
9716 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
9717 gdb knows how to handle OSF/1 shared libraries.
9718
9719 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9720
9721 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
9722 * config.guess: Recognize Hitachi's HIUX.
9723 * config.sub: Recognize h3050r* and hppahitachi.
9724 Remove redundant cases for hp9k[23]*.
9725
9726 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9727
9728 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
9729 if gas and ld are in the source tree and are in ${configdirs}.
9730 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
9731 --with options (but still pass them down on the command line,
9732 if they were explicitly specified).
9733
9734 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9735
9736 * configure: substitute SHELL value in Makefile.in with
9737 ${CONFIG_SHELL}
9738
9739 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9740
9741 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
9742 *-*-solaris2* targets.
9743
9744 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9745
9746 * Makefile.in: define M4, and pass it down to sub-makes;
9747 all-autoconf now depends on all-m4
9748
9749 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9750
9751 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
9752 presence of {ar,ranlib} instead of a configured directory
9753
9754 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9755
9756 * config.guess: Accept 34?? as well as 33?? for NCR.
9757
9758 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9759
9760 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
9761 of 'gas' in sed commands, since 'gash' is now in the tree as well.
9762
9763 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9764
9765 * configure: grab values for $(CC) and $(CXX) from the
9766 environment, so that someone can do "CC=gcc configure; make" and
9767 have it work right (matching the way that autoconf works now)
9768
9769 * configure.in, Makefile.in: add support for gash, the tcl
9770 interface to Galaxy
9771
9772 * config.guess: add NetBSD variants (hp300, x86)
9773
9774 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
9775
9776 * install.sh: Support -d option (in the manner of SunOS 4 install,
9777 as it is more deterministic than that of GNU install)
9778 (chmodcmd): Set file to mode 755 by default (should also do default
9779 chgrp and chown, but I don't feel like dealing with that now)
9780
9781 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
9782
9783 * config.sub: Remove h8300hhms alias.
9784
9785 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9786
9787 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
9788
9789 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9790
9791 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
9792 as stmp-fixinc
9793
9794 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
9795
9796 * config.sub: recognize m88110-bug-coff.
9797
9798 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9799
9800 * Makefile.in (all-libio): all dependencies on the toolchain used
9801 to build this (gcc, gas, ld, etc)
9802
9803 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9804
9805 * config.guess: Deal with OSF/1 1.3 on alpha.
9806
9807 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9808
9809 * install.sh: add some 'else true' clauses for portability
9810
9811 * configure.in: don't build libio for h8[35]00-*-* targets
9812
9813 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
9814
9815 * Makefile.in: Add support for new libio.
9816
9817 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9818
9819 * install.sh: If one command fails, don't try the rest. Don't try
9820 to remove $dsttmp (via trap) unless we have already created it.
9821 If $src doesn't exist, detect it and exit with an error.
9822
9823 * config.guess: Recognize BSD on hp300.
9824
9825 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
9826
9827 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
9828 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
9829
9830 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
9831
9832 * Makefile.in (all-send-pr): depends on all-prms
9833
9834 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9835
9836 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
9837
9838 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9839
9840 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
9841 Added test for mips-mips-riscos5.
9842
9843 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9844
9845 * configure.in: use mh-hp300 for 68k HP hosts
9846
9847 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9848
9849 * configure: add support for CONFIG_SHELL, so that you can use
9850 some alternate shell for evaluating configure scripts
9851
9852 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
9853
9854 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
9855 in configure script to bug-gdb@prep.ai.mit.edu when building
9856 distribution archive.
9857 * Makefile.in (COMPRESS): Remove def.
9858 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
9859 gdb.tar.Z and make-gdb.tar.Z respectively.
9860 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
9861 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
9862 to convergence with 'taz' target in Makefile.in.
9863
9864 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9865
9866 * install.sh (dsttmp): use trap to ensure that tmp files go
9867 away on error conditions
9868
9869 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9870
9871 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
9872
9873 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9874
9875 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
9876 its parent is '/' not ''.
9877
9878 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
9879
9880 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
9881
9882 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
9883 that ${newsrcdir}/configure.in does.
9884
9885 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9886
9887 * test-build.mk: support for CONFIG_SHELL
9888
9889 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
9890
9891 * config.sub (netware): Add as a basic system type.
9892
9893 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
9894
9895 * Makefile.in (Makefile): depend on configure.in. Also drop the
9896 $(srcdir)/ from the dependency on Makefile.in.
9897
9898 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
9899
9900 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
9901 (h8300hhms is temporary until multi-libraries are implemented).
9902 * configure.in: Handle h8300h too.
9903
9904 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9905
9906 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
9907
9908 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
9909
9910 * configure: Remove extraneous output when guessing host type.
9911 * config.guess: Remove extraneous output when guessing using C
9912 compiler rather than uname, or when guessing fails.
9913
9914 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9915
9916 * Makefile.in: remove all.cross and install.cross targets
9917
9918 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
9919 definitions
9920
9921 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
9922
9923 * configure.in (target sh): Build gprof.
9924
9925 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9926
9927 * config.sub: change -solaris to -solaris2
9928
9929 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9930
9931 * configure.in: Use config/mh-riscos for mips-*-sysv*.
9932
9933 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
9934
9935 * configure: Correct error message for missing Makefile.in to
9936 print correct directory.
9937
9938 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9939
9940 * install.sh: kludge around 386BSD shell bug
9941
9942 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
9943
9944 * config.guess: Recognize NeXT.
9945 * config.guess: Recognize i486-ncr-sysv4.
9946 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
9947
9948 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
9949
9950 * Makefile.in (MAKEINFOFLAGS): New variable.
9951 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
9952 * build-all.mk, test-build.mk: Pass down --no-split as
9953 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
9954
9955 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
9956
9957 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
9958
9959 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
9960
9961 * Makefile.in (libg++.tar.z): New rule.
9962 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
9963 * Makefile.in (taz): Only do a single chmod.
9964
9965 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9966
9967 * install.sh: don't use dirname anymore (replaced with sed usage)
9968
9969 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
9970
9971 * Makefile.in: Change extension for gzip'd files from '.z' to
9972 '.gz' per new FSF standard usage.
9973
9974 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9975
9976 * configure: put quotes around the final value of program_transform_name
9977
9978 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9979
9980 * Makefile.in: new install.sh support; update install-info rules
9981
9982 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
9983
9984 * configure.in: Build diff for crosses, but not for go32 host.
9985
9986 * configure.in: Build gprof only for native, and don't build it
9987 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
9988
9989 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
9990
9991 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
9992
9993 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9994
9995 * configure.in (host_tools): Add prms.
9996
9997 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9998
9999 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10000 with $(FLAGS_TO_PASS) on the command line
10001
10002 * config.sub: Recognize lynx and lynxos
10003
10004 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
10005
10006 * config.sub: Accept -ecoff*, not just -ecoff.
10007
10008 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10009
10010 * Makefile.in (taz): Use .gz suffix instead of .z.
10011 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10012 names.
10013
10014 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10015
10016 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10017
10018 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10019
10020 * Makefile.in (install-no-fixedincludes): install gcc last, so
10021 that rebuilds that might happen during 'make install' don't get
10022 bogus gcc include files
10023
10024 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10025
10026 Change from Utah for HPPA support:
10027 * config.guess: Recognize hppa1.x-hp-bsd.
10028
10029 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
10030
10031 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
10032 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10033
10034 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
10035
10036 * config.sub: Add support for rom68k and bug boot monitors.
10037
10038 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
10039
10040 * Makefile.in: Make all-opcodes depend on all-bfd.
10041
10042 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
10043
10044 * config.guess: Added special check for i[34]86-univel-sysv4*.
10045
10046 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
10047
10048 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10049 the processor rather than assuming i486.
10050
10051 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10052
10053 * config.guess: Recognize SunOS6 as Solaris3.
10054
10055 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
10056
10057 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
10058 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10059
10060 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
10061
10062 * build-all.mk (all-cross): New target for Canadian Cross.
10063 Added Q2 go32 targets.
10064 * test-build.mk: Configure go32 cross sparclite-aout and
10065 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
10066 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10067
10068 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10069
10070 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10071 GO32 hosted toolchains
10072
10073 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
10074
10075 * configure: change so "-exec-prefix" gets passed down rather
10076 than "-exec_prefix" so autoconf generated Makefiles get the
10077 exec_prefix set right.
10078
10079 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10080
10081 * config.guess: get the Solaris2 minor version number
10082
10083 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10084
10085 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10086
10087 * config.guess: Recognize some Sequent platforms.
10088
10089 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10090
10091 * Makefile.in: added the vault-install target
10092
10093 * configure.in: actually use the Sun3 makefile fragment that's in
10094 config, also added the release dir to configdirs
10095
10096 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10097
10098 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10099
10100 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10101
10102 * configure.in: remove some program from Alpha targetted toolchains
10103
10104 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
10105
10106 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
10107 gprof.
10108 (taz): Run "make diststuff" in those directories instead of "make
10109 proto-dir". Look for "VERSION=" only at start of line in subdir
10110 Makefile. Use "gzip -9" for compression.
10111 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10112 (binutils.tar.z): New target.
10113
10114 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10115
10116 * Makefile.in (taz): Include gpl.texinfo.
10117
10118 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10119
10120 * Makefile.in (setup-dirs): Merged into "taz" target.
10121 (taz): Only do `proto-dir' stuff if a directory is actually needed
10122 for this target.
10123
10124 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
10125
10126 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
10127 (FLAGS_TO_PASS): Pass down MUNCH_NM.
10128 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
10129 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
10130 (gcc-no-fixedincludes): Correct for current gcc Makefile.
10131
10132 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
10133
10134 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
10135 config.sub, and move-if-change to gdb testsuite distribution
10136 archive, so the testsuite can be extracted, configured, and
10137 run separately from the gdb distribution. Blow away the Chill
10138 tests that require a Chill compiled executable, since GNU Chill
10139 is not yet publically available.
10140
10141 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10142
10143 * test-build.mk: set environment variables in a single command,
10144 instead of a list of assignments and exports
10145
10146 * config.guess: recognize Alpha/OSF1 systems
10147
10148 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10149
10150 * configure: Change help message to prefer --options rather than
10151 -options.
10152
10153 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10154
10155 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
10156 zippy@ecst.csuchico.edu.
10157 * config.guess: Recognize miniframe.
10158
10159 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
10160
10161 * Makefile.in: Use srcroot to find runtest rather than rootme.
10162 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
10163
10164 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
10165
10166 * test-build.mk: Extensive additions to support building on a
10167 machine other than the host.
10168
10169 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10170
10171 * configure (tooldir): Fix for i386-aix again.
10172
10173 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
10174
10175 * configure, Makefile.in: Change definition of $(tooldir)
10176 to match the FSF.
10177
10178 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
10179
10180 * config.guess: Recognize i[34]86/SVR4.
10181
10182 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10183
10184 * Makefile.in (all-gdb): gdb depends on sim.
10185
10186 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
10187
10188 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
10189 at the same time we make the prototype gdb directory.
10190 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
10191 files at the same time as the gdb base release distribution.
10192
10193 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
10194
10195 * Makefile.in (check): Use individual check targets rather than
10196 DO_X rule.
10197 (check-gcc): Added.
10198
10199 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
10200
10201 * config.sub: Use sysv3.2 not sysv32 for canonical OS
10202 for System V release 3.2.
10203
10204 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10205
10206 * config.sub: Recognize hppaosf.
10207 * configure.in: Do configure ld/binutils/gas for it.
10208
10209 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10210
10211 * configure (tooldir): Alter syntax used to set this, for systems
10212 where "\$" isn't handled right, like i386-aix.
10213
10214 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
10215
10216 * configure: Pass program-transform-name, not
10217 program_transform_name, to recursive configures.
10218
10219 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
10220
10221 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10222 of gas+ld+binutils.
10223
10224 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
10225
10226 * config.guess: Recognize AIX3.2 as distinct from 3.1.
10227
10228 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10229
10230 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10231
10232 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10233
10234 * Makefile.in (PRMS): Set back to all-prms.
10235
10236 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
10237
10238 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10239 targets, rather than for MIPS hosts.
10240
10241 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10242
10243 * configure.in: add comment for --with-x default values
10244
10245 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10246
10247 * Makefile.in: add check-* targets for each of the directories in
10248 the tree. Add a definition of RUNTEST that will use the one we
10249 just built, if it exists. Pass this down via FLAGS_TO_PASS.
10250
10251 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
10252
10253 * configure.in: Removed obsolete references to bfd_target and
10254 target_makefile_frag.
10255
10256 * build-all.mk: Set assorted targets for Q2.
10257 * config.sub: Recognize z8k-sim and h8300-hms.
10258 * test-build.mk: Really don't pass host to configure.
10259 (HOLES): Added uname.
10260
10261 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
10262
10263 * configure: Handle an empty program-prefix, program-suffix or
10264 program-transform-name correctly.
10265
10266 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
10267
10268 * build-all.mk: -G 8 no longer required for MIPS targets.
10269 * test-build.mk: Don't pass host argument to configure; make it
10270 guess.
10271
10272 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
10273
10274 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
10275 * Makefile.in (COMPRESS): New macro, like GZIP.
10276
10277 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
10278
10279 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
10280
10281 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
10282 with gas currently defaults to -G 0.
10283
10284 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
10285
10286 * Makefile.in (all-flex): flex depends on byacc.
10287
10288 * build-all.mk: If host not specified, use config.guess. Pass TAG
10289 to test-build.mk as RELEASE_TAG.
10290 * test-build.mk (configargs): New variable containing arguments to
10291 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
10292 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
10293
10294 * config.guess: Use /bin/uname when checking -X argument on SCO,
10295 to avoid invoking GNU uname which doesn't understand -X.
10296
10297 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
10298
10299 * configure.in: Build gas for mips-*-*.
10300
10301 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10302
10303 * Makefile.in (all.normal): insert missing backslash.
10304
10305 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
10306
10307 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
10308
10309 * Makefile.in: Complete overhaul to merge many almost identical
10310 targets.
10311
10312 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10313
10314 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
10315 (gdb.tar.Z): Adjusted.
10316
10317 * Makefile.in (setup-dirs, taz): New targets; should be general
10318 enough to adapt for gdb sometime. Build only .z file.
10319 (gas.tar.z): New target.
10320
10321 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
10322
10323 * build-all.mk: Use CC=cc -Xs on Solaris.
10324
10325 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
10326
10327 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
10328 for handling BISON for FSF releases.
10329
10330 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10331
10332 * configure: Actually implement the change zoo just documented.
10333
10334 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10335
10336 * configure: when using config.guess, only set target_alias when
10337 it's not already been set (ie, on the command line)
10338
10339 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10340
10341 * Makefile.in: add installcheck target, set PRMS to install-prms
10342
10343 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10344
10345 * configure: add support for package_makefile_fragment, handle the
10346 case where a directory has a configure.in file but no Makefile.in
10347 more gracefully (with an actual understandable error message, even);
10348 add support for --without (and add this to the usage message); also
10349 explicitly add a --host=${host_alias} to the command line when
10350 config.guess is used
10351
10352 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10353
10354 * configure: Must use both --host and --target in recursive calls.
10355
10356 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
10357
10358 * Makefile.in: Change deja-gnu to dejagnu.
10359
10360 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
10361
10362 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
10363
10364 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10365
10366 * configure.in: canonicalize all instances to *-*-solaris2*,
10367 also strip out a number of tools to not build for go32 host
10368
10369 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10370
10371 * config.guess: add GPL.
10372
10373 * Makefile.in, config.guess, config.sub, configure: bump
10374 copyrights to 93.
10375
10376 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
10377
10378 * Makefile.in (do-info): Removed obsolete check for existence of
10379 localenv file.
10380
10381 * Makefile.in (MAKEOVERRIDES): Define to be empty.
10382
10383 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10384
10385 * Makefile.in: a couple of 'else true' for decstation,
10386 support for TclX
10387
10388 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
10389
10390 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
10391
10392 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
10393
10394 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
10395
10396 * config.guess: Recognize i386-ibm-aix (PS/2).
10397 * configure.in: Use config/mh-aix386 file for it.
10398
10399 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
10400
10401 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
10402 CC_FOR_TARGET instead.
10403 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
10404
10405 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
10406
10407 * Makefile.in: Add sim to list of directories sent with gdb
10408
10409 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
10410
10411 * configure.in: Put back mips-dec-bsd* case.
10412
10413 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
10414
10415 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
10416 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
10417 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
10418
10419 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10420
10421 * configure.in: remove no-op mips-dec-bsd* in "case $target"
10422
10423 * Makefile.in (dir.info): only run gen-info-dir if it exists,
10424 (install-info): install dir.info only if it exists,
10425 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
10426
10427 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
10428
10429 * configure.in: For vms target, skip bfd, ld, binutils. Do build
10430 gas for mips-dec-bsd.
10431
10432 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
10433
10434 * configure (makesrcdir): If ${srcdir} is relative and not ".",
10435 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
10436
10437 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
10438
10439 * configure.in: Added "dejagnu" to hosttools list.
10440
10441 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10442
10443 * config.sub, configure.in, config.guess: Add support
10444 for Bosx, an AIX variant from Bull.
10445 Patches from F.Pierresteguy@frcl.bull.fr.
10446
10447 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
10448
10449 * devo/dejagnu: Initial creation of devo/dejagnu.
10450 Migrated dejagnu testcases and support files for testing software
10451 tools to reside as subdirectories, currently called "testsuite",
10452 within the directory of the software tool. Migrated all programs,
10453 support libraries, etc. beloging to dejagnu proper from
10454 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
10455 with no modifications. The changes to these files which will
10456 allow them to configure, build, and execute properly will be made
10457 in a future update.
10458
10459 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10460
10461 * Makefile.in: Change send_pr to send-pr.
10462 * configure.in: Likewise.
10463 * send_pr: Renamed directory to send-pr.
10464
10465 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
10466
10467 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
10468
10469 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
10470
10471 * README: Update for gdb-4.8 release.
10472 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
10473 gdb-xxx.tar.z (gzip'd) file also.
10474
10475 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10476
10477 * Makefile.in: make all-diff depend on all-libiberty
10478
10479 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
10480
10481 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
10482
10483 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10484
10485 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
10486
10487 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
10488
10489 * Makefile.in (DEVO_SUPPORT): Remove etc directory
10490 (ETC_SUPPORT): Only add the files GDB wants from etc/.
10491 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
10492
10493 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10494
10495 * Makefile.in: makeinfo binary is in a new location
10496
10497 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
10498
10499 * config.sub: Accept -ecoff as an OS.
10500
10501 * Makefile.in: Various changes to eliminate a level of make
10502 recursion and reduce the required command line length.
10503 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
10504 sub-makes.
10505 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
10506 variables holding settings for specific sub-makes.
10507 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
10508 in terms of BASE_FLAGS_TO_PASS.
10509 (TARGET_LIBS): New variable listing directories which use
10510 TARGET_FLAGS_TO_PASS.
10511 (subdir_do): Eliminated.
10512 (do-*): New set of targets to replace subdir_do.
10513 (various): All targets which used subdir_do now depend on do-*.
10514 (local-clean): Renamed from do_clean.
10515 (local-distclean): New target, dependency of distclean and
10516 realclean.
10517 (install-info): Don't create directories. Depend on dir.info
10518 rather than calling make recursively.
10519 (install-dir.info): Eliminated.
10520 (install-info-dirs): Create all info directories here.
10521 (dir.info): Depend upon do-install-info.
10522
10523 * test-build.mk (HOLES): Added false.
10524
10525 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
10526
10527 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
10528
10529 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10530
10531 * Makefile.in (info): remove dependency on all-texinfo. The
10532 problem was really in texinfo/C, not at this level.
10533
10534 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
10535
10536 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
10537
10538 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
10539
10540 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
10541 GDB releases.
10542
10543 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10544
10545 * configure: Include srcdir in message about target of link not
10546 being found. Don't convert `-' to `_' in `with' options being
10547 passed to subdirs.
10548
10549 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10550
10551 * configure.in: add uudecode to host_tools
10552
10553 * Makefile.in: added {all,install}-uudecode targets, added them to
10554 the appropriate lists
10555
10556 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
10557
10558 * Makefile.in (all-gcc): Added dependency on all-gas.
10559
10560 * configure.in (mips-*-*): Build ld and binutils.
10561
10562 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10563
10564 * configure: check return code from mkdir, print error message and
10565 exit on failure.
10566
10567 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
10568
10569 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
10570
10571 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
10572
10573 * test-build.mk (HOLES): Added tar, cpio and uudecode.
10574
10575 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10576
10577 * config.sub (h8500): Recognize this as a cpu type.
10578
10579 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10580
10581 * configure: source directory missing is no longer a warning
10582
10583 * configure.in: recognize irix[34]* instead of irix[34]
10584
10585 * Makefile.in: define and pass down X11_LIB
10586
10587 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
10588
10589 * guess-systype: Renamed to ...
10590 * config.guess: ... by popular request.
10591 * configure.in, Makefile.in: Update accordingly.
10592
10593 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
10594
10595 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
10596 + Add Convex, Cray/Unicos, and Encore/Multimax support.
10597 + Execute ./dummy instead of assuming . is in PATH.
10598
10599 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
10600
10601 * guess-systype: New shell script. Attempts to guess the
10602 canonical host name of the executing host.
10603 Only a few hosts are supported so far.
10604 * configure: Call guess-systype if no host is specified.
10605
10606 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
10607
10608 * Makefile.in (gcc-no-fixedincludes): Made to work with current
10609 gcc Makefile.
10610
10611
10612 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
10613
10614 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
10615 (all-gcc, install-gcc, subdir_do): Use it.
10616
10617 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10618
10619 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
10620
10621 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
10622
10623 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
10624 set exclusively by configure, using configure.in .
10625
10626 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10627
10628 * test-build.mk: set $PATH for all builds
10629
10630 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
10631
10632 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
10633
10634 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
10635 the one used in gcc/Makefile.in, so that a null expansion doesn't
10636 override the one needed to build gcc with a native cc.
10637
10638
10639 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10640
10641 * configure: Accept -with arguments.
10642
10643 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10644
10645 * Makefile.in: added h8300sim
10646
10647 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
10648
10649 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
10650 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
10651 (all-cygnus, native, build-cygnus): Make
10652 $(canonhost)-stamp-3stage-done, not $(host)....
10653 * test-build.mk (stamp-3stage-compared): Use tail +10c for
10654 i386-sco3.2v4. Added else true to if command.
10655
10656 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
10657
10658 * config.sub: (from FSF) Sequent uses a BSD-like OS.
10659
10660 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
10661
10662 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
10663
10664 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10665
10666 * configure.in: don't remove binutils from Solaris builds
10667
10668 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
10669
10670 * Makefile.in: get rid of earlier definitions for *clean,
10671 also handle the recursive info rule better
10672
10673 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
10674
10675 * Makefile.in (mostlyclean, distclean, realclean): Fix to
10676 do more-or-less the right thing.
10677
10678 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
10679
10680 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
10681 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
10682
10683 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10684
10685 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
10686 $(host_canonical).
10687
10688 * configure.in: split the configdirs list into 4 categories (native
10689 v. cross, library v. tool) and handle the cross-only and native-
10690 only in more reasonable (and correct!) way.
10691
10692 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
10693
10694 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
10695 configdirs anymore.
10696
10697 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10698
10699 * Makefile.in: extensive cleanup:: removed all of the explicit
10700 clean-* targets, collapsed many wrappers around subdir_do into
10701 one, added additional targets to satisfy standards.texi, deleted
10702 some old targets, some changes for consistency
10703
10704 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10705
10706 * configure.in: handle some programs as cross-only, and others as
10707 native only
10708
10709 * test-build.mk: handle partial holes in a more generic manner
10710
10711 * Makefile.in: m4 depends on libiberty
10712
10713 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10714
10715 * configure.in: add m4, textutils, fileutils, sed, shellutils,
10716 time, wdiff, and find to configdirs
10717
10718 * Makefile.in: all, clean, and install rules for the new programs
10719 added to configure.in
10720
10721 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10722
10723 * configure.in: use mh-sun for all *-sun-* hosts
10724
10725 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10726
10727 * Makefile.in: define flags for X11 include files and library file
10728 locations, pass them down to the programs that need this info
10729
10730 * build-all.mk: added a 'native' target, to 3stage the native toolchain
10731
10732 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10733
10734 * configure.in: start building libg++ for HP-UX targets
10735
10736 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
10737
10738 * README: Update references to files moved into etc/.
10739
10740 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
10741
10742 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
10743 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
10744
10745 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
10746
10747 * configure: accept dash as well as underscore in long option
10748 names for FSF compatibility.
10749
10750 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
10751
10752 * config.sub: added -sco3.2v4 support from FSF.
10753
10754 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10755
10756 * configure.in: expand the section that adds or removes
10757 directories from the list of programs to build, to handle native
10758 vs. cross in addition to host v. native
10759
10760 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
10761
10762 * Makefile.in: Replace C++ in macro names with CXX.
10763 This is less likely to break ...
10764
10765 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10766
10767 * test-build.mk: add -w to GNU_MAKE
10768
10769 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10770
10771 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
10772 add 'sparc' to list of recognized cpus. This needed to make
10773 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
10774 Delete some redundant ose68 variants. Recognize -wrs as an os,
10775 then changes that into $CPU-wrs-vxworks.
10776
10777 * configure.in: remove most references to gdbtest, regularize
10778 target based program removal
10779
10780 * test-build.mk: import from p3 tree (many fixes and changes)
10781
10782 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
10783
10784 * Makefile.in: added rules to handle tcl, tk, and expect
10785
10786 * configure.in: handle those directories if they exist
10787
10788 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10789
10790 * config.sub: removed bogus hppabsd and hppahpux names, since
10791 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
10792
10793 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10794
10795 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
10796 depends upon all-xiberty
10797
10798 * Makefile.in: changes from p3, including:
10799
10800 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
10801
10802 * Makefile.in (XTRAFLAGS): include newlib directories if
10803 newlib/Makefile exists, rather than if host != target.
10804
10805 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
10806
10807 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10808 from the same source tree and not building a cross-compiler. This
10809 matters for the libg++ configuration if reconfiguring a tree that
10810 has already been installed.
10811
10812 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
10813
10814 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10815 pick up the machine and system specific header files.
10816
10817 * Makefile.in: added AS_FOR_TARGET, passed down in
10818 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10819 the C compiler to use to create programs which are run in the
10820 build environment, set it to default to $(CC), and passed it down
10821 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10822
10823 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
10824
10825 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
10826 We need them for unusual native builds, like systems without
10827 ranlib.
10828
10829 * configure: also define $(host_canonical) and
10830 $(target_canonical), which are the full, canonical names for the
10831 given host and target
10832
10833 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
10834
10835 * Makefile.in: Added separate definitions for C++.
10836
10837 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
10838
10839 * configure.in (configdirs): Add deja-gnu.
10840
10841 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
10842
10843 * README: Update for configure.texi and gdb-4.7 release.
10844
10845 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
10846
10847 * Makefile.in: Move "all" target to top of file.
10848 Previously, first target was ".PHONY" which caused BSD4.4 make
10849 to build .PHONY when make was run without arguments.
10850
10851 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
10852
10853 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
10854 Library-copylefted code in libiberty.
10855
10856 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
10857
10858 * config.sub: Replace m68kmote with plain old m68k.
10859
10860 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
10861
10862 * Makefile.in: Remove space from blank line, avoid Make complaints.
10863
10864 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
10865
10866 * config.sub: Complain if no argument is given. Added support for
10867 386bsd as OS and target alias.
10868
10869 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
10870
10871 * Makefile.in (XTRAFLAGS): include newlib directories if
10872 newlib/Makefile exists, rather than if host != target.
10873
10874 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
10875
10876 * config.sub: recognize sparclite-wrs-vxworks.
10877
10878 * Makefile.in (install-xiberty): added *-xiberty make rules (from
10879 p3.) Added clean-xiberty to clean.
10880
10881 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10882
10883 * configure.in: use *-*-* instead of nested cases for host and target
10884
10885 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
10886
10887 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10888 from the same source tree and not building a cross-compiler. This
10889 matters for the libg++ configuration if reconfiguring a tree that
10890 has already been installed.
10891
10892 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
10893
10894 * config.sub (i486v/i486v4): Merge in from FSF version.
10895
10896 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
10897
10898 * configure: only set PWD if it is already set.
10899
10900 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
10901
10902 * configure: just set PWD=`pwd` at the top, since Ultrix sh
10903 doesn't have unset and all success paths (and most error paths)
10904 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
10905 to just ${PWD} to avoid confusion.)
10906
10907 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
10908
10909 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
10910 even for a native compilation.
10911
10912 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
10913
10914 Changes to make the gdb.tar.Z rule work better.
10915
10916 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
10917 (DEVO_SUPPORT): Add configure.texi.
10918 (bfd-ilrt.tar.Z): Remove ancient rule.
10919
10920 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
10921
10922 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10923 pick up the machine and system specific header files.
10924
10925 * configure.in, config.sub: added new target m68010-adobe-scout,
10926 with alias of adobe68k. Changed configure.in to check for
10927 -scout before -sco* to avoid a false match.
10928
10929 * Makefile.in: added AS_FOR_TARGET, passed down in
10930 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10931 the C compiler to use to create programs which are run in the
10932 build environment, set it to default to $(CC), and passed it down
10933 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10934
10935 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
10936
10937 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
10938 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
10939 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
10940 FOR_TARGET variants, to newlib and libg++.
10941
10942 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10943
10944 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
10945 first.
10946
10947 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
10948
10949 * config.sub: Accept `elf' as an environment.
10950
10951 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10952
10953 * Makefile.in (all-opcodes): cd into the right directory
10954
10955 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
10956
10957 * configure: added -program_transform_name option, used as
10958 argument to sed when installing programs.
10959 configure.texi: added documentation for -program_prefix,
10960 -program_suffix and -program_transform_name.
10961
10962 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
10963
10964 * config.sub: Accept i486 where i386 ok.
10965
10966 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
10967
10968 * config.sub: accept we32k
10969
10970 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
10971
10972 * config.sub, configure.in: accept OSE68000 and OSE68k.
10973
10974 * Makefile.in: don't create all directories for ``make install'';
10975 let the subdirectories create the ones they need.
10976
10977 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10978
10979 * COPYING: new file, GPL v2
10980
10981 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10982
10983 * Makefile.in: use the new gen-info-dir, which needs a template
10984 argument (which also lives in texinfo)
10985
10986 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
10987
10988 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
10989
10990 * config.sub (ncr3000): Change i386 to i486.
10991
10992 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10993
10994 * Makefile.in: add install-rcs, install-grep to
10995 install-no-fixedincludes, removed install-bison and install-libgcc
10996
10997 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
10998
10999 * configure.in: grab the HPUX makefile fragment if on HPUX
11000
11001 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11002
11003 * Makefile.in: eradicate bison spoor (ditto libgcc).
11004 configure.in: recognise m68{k,000}-ericsson-OSE.
11005 es1800 is alias for m68k-ericsson-OSE
11006
11007 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11008
11009 * configure.in: rearrange the parts that remove programs from
11010 configdirs, based now on HOST==TARGET or by canonical triple.
11011
11012 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11013
11014 * test-build.mk: recurse explicitly with -f test-build.mk when
11015 appropriate. predicate stage3 and comparison on the existence
11016 of gcc. That is, if gcc isn't around, we aren't three-staging.
11017 On very clean, also remove ...stamp-co. Build in-place before
11018 doing other builds.
11019
11020 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11021
11022 * Makefile.in, configure.in: add tgas
11023
11024 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11025
11026 * Makefile.in: a number of changes merged in from progressive.
11027
11028 * configure.in: add libm.
11029
11030 * .cvsignore: ignore some stuff that comes from test-build.mk.
11031
11032 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
11033
11034 * config.sub: Add es1800 (m68k-ericsson-es1800).
11035
11036 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11037
11038 * configure: Add program_suffix (parallel to program_prefix)
11039 * Makefile.in: adjust directory-creating script for losing decstation
11040
11041 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
11042
11043 * configure: Minor $subdir-related fixes.
11044
11045 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11046
11047 * configure: fix various problems with propogating
11048 makefile_target_frag in subdirs.
11049 * configure.in: config libgcc if its there
11050
11051 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
11052
11053 * config.sub: HPPA merge.
11054
11055 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
11056
11057 * Makefile.in: Replace all-bison with all-byacc in all
11058 dependency lines for other tools (which now use byacc).
11059
11060 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
11061
11062 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
11063
11064 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
11065
11066 * Makefile.in: make gprof rules similar to byacc rules (instead of
11067 vestigal $(unsubdir) that didn't work...)
11068
11069 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
11070
11071 * config.sub: Add support for Linux.
11072 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
11073 (at least for libg++).
11074
11075 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
11076
11077 * configure.texi: fix doc for the -nfp option to configure
11078
11079 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
11080
11081 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11082
11083 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
11084
11085 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11086 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11087 * configure.in: added solaris* host_makefile_frag hook.
11088
11089 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11090
11091 * config.sub: changed recognition of m68000 so that various
11092 m68k types can be specified via m680[01234]0
11093
11094 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11095
11096 * config.sub (basic_machine): fix sed so that '-foo' isn't
11097 completely substituted out while .+'-foo' loses the '-foo'
11098
11099 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
11100
11101 * config.sub ($os): Add -aout.
11102
11103 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
11104
11105 * configure: If host_makefile_frag is absolute, don't
11106 prefix ${invsubdir} (relevant to libg++ auto-configure).
11107
11108 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
11109
11110 * Makefile.in (tooldir): Define it.
11111 (all-ld): Depend on all-flex.
11112
11113 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
11114
11115 * Makefile.in (check): Fix libg++ special case.
11116
11117 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
11118
11119 * configure: do not bury `pwd` into config.status, thus do fewer
11120 pwd's.
11121
11122 * configure: print the "Building in" message only when building in
11123 other than "." AND verbose.
11124
11125 * configure: remove -s, rework -v to better accomodate guested
11126 configures.
11127
11128 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
11129
11130 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
11131
11132 * Makefile.in: macroize flags passed on recursion. remove
11133 fileutils.
11134
11135 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
11136
11137 * configure: get makesrcdir right for subdirs deeper than 1.
11138
11139 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
11140 install.
11141
11142 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
11143
11144 * Makefile.in: don't print subdir_do or recursion lines.
11145
11146 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
11147
11148 * standards.texi: added menu item.
11149
11150 * Makefile.in: build and install standards.info.
11151
11152 * standards.texi: new file.
11153
11154 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11155
11156 * configure: test for and move config.status pieces from
11157 ${subdir}/.
11158
11159 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
11160
11161 * configure: Test for existance of files before trying to mv
11162 them, to avoid numerous non-existance messages.
11163
11164 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
11165
11166 * configure: correct final line of config.status.
11167
11168 * configure: patch from eggert. Avoids a protection problem if
11169 the original Makefile.in is read only.
11170
11171 * configure: use move-if-change from gcc to create config.status.
11172 Some makefiles depend on config.status to tell if a directory
11173 has been reconfigured for a different host. This change
11174 prevents those directories from remaking everything in the case
11175 where the reconfig was only intended to rebuild a Makefile.
11176
11177 * configure: test for config.sub with "config.sub sun4" rather
11178 than "config.sub ${host_alias}". Otherwise we can't tell a bad
11179 host alias from a missing config.sub.
11180
11181 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11182
11183 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11184 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
11185
11186 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
11187
11188 * configure: mkdir ${subdir} as needed.
11189
11190 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
11191
11192 * Makefile.in,configure.in: added autoconf.
11193
11194 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11195
11196 * Makefile.in: no longer pass against on recursion.
11197
11198 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
11199 definitions are not inherited.
11200
11201 * configure: correct makesrcdir when subdir is .
11202
11203 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
11204
11205 * configure: Add support for 'subdirs' variable, which is
11206 like 'configdirs', except that configure doesn't re-invoke
11207 itself for subdirs, it just creates a Makefile for each subdir.
11208 * configure.texi: Document subdirs.
11209
11210 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11211
11212 * configure.in: added flex to configdirs
11213
11214 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
11215
11216 * Makefile.in: remove clean-stamps from clean.
11217
11218 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
11219
11220 * configure.in: Add gdbtest to configdirs.
11221
11222 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
11223
11224 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
11225 to recursive makes.
11226 * configure.in: Recognize new ncr3000 config.
11227
11228 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
11229
11230 * Makefile.in, configure.in: removed references to gdbm.
11231
11232 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
11233
11234 * config.sub: Don't canonicalize os value
11235 newsos* to bsd (readline needs to check for newsos).
11236 (This fix was earlier made Jan 31, but got re-broken.)
11237
11238 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
11239
11240 * configure.in: sco is an os, not a vendor!
11241
11242 * configure: Quote $( better. Keep various shells happy.
11243
11244 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
11245
11246 * Makefile.in: eliminate stamp-files.
11247
11248 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
11249
11250 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
11251 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
11252
11253 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
11254
11255 * config.sub: fix iris/iris3.
11256
11257 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
11258
11259 * configure: re-add -rm.
11260
11261 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
11262
11263 * Maskefile.in: add .stmp-rcs to all.
11264
11265 * configure.in: remove gas from rs6000 build, use aix host fragment.
11266
11267 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
11268
11269 * configure: pass down site_option during recursion.
11270
11271 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
11272
11273 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
11274
11275 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
11276
11277 * configure: Change exec_prefix so that it really defaults to prefix.
11278
11279 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
11280
11281 * Makefile.in, configure.in: Add support for mmalloc library.
11282
11283 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
11284
11285 * Makefile.in: add stmp dependencies for a few more things.
11286
11287 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
11288
11289 * configure: adjusted error message on objdir/srcdir configure
11290 collision, per john's suggestion.
11291
11292 * Makefile.in: add libiberty stmp to all and all.cross.
11293
11294 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
11295
11296 * Makefile.in: remove force dependencies, add grep to all.
11297
11298 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
11299
11300 * Makefile.in: drop flex. make stamp files work.
11301
11302 * configure: added test for conflicting configuration in srcdir,
11303 remove trailing slashes from srcdir. Otherwise emacs gdb mode
11304 gets cranky. use relative paths for configure and srcdir
11305 whenever possible. Send some error messages to stderr that were
11306 going to stdout.
11307
11308 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
11309
11310 * Makefile.in: Fix libg++ rule to check for gcc directory
11311 before using gcc/gcc. Also pass XTRAFLAGS.
11312
11313 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
11314
11315 * Makefile.in: added stmp-files so that directories aren't polled
11316 when they are already built.
11317
11318 * configure.texi: fixed a node pointer problem.
11319
11320 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
11321
11322 * config.sub configure.in gdb/configure.in
11323 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
11324 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
11325 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
11326
11327 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11328
11329 * configure: -recurring becomes -silent. corrected help message
11330 for -site= option.
11331
11332 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
11333
11334 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11335
11336 * configure: when building Makefile for crosses, replace
11337 tooldir and program_prefix. default srcdir from location of
11338 config.sub. remove "for host in hosts" and "for target in
11339 targets" loops.
11340
11341 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11342
11343 * Makefile.in: Do not pass bindir or mandir to cvs.
11344
11345 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11346
11347 * Makefile.in, configure.in: removed traces of namesubdir,
11348 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11349 copyrights to '92, changed some from Cygnus to FSF.
11350
11351 * configure.texi: remove most references to multiple hosts,
11352 multiple targets, subdirs, etc.
11353
11354 * configure.man: removed rcsid. reference config.sub not
11355 config.subr.
11356
11357 * Makefile.in: mkdir $(infodir) on install-info.
11358
11359 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
11360
11361 * configure.texi: Explain better about .gdbinit and about
11362 the environment that configure.in sections run in.
11363
11364 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
11365
11366 * configure.in: Ultrix is only a decstation if it's a MIPS.
11367
11368 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
11369
11370 * README: DOC.configure => cfg-paper.texi.
11371
11372 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
11373
11374 * config.sub (near case $os): Don't convert newsos* to bsd!
11375
11376 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
11377
11378 * Makefile.in: Reinstall change from gdb-4.3 that reduces
11379 the number of copies of COPYING that go into the GDB tar file.
11380
11381 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
11382
11383 * bfd/configure.in, gdb/config/mh-i386sco,
11384 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
11385 Fix SCO configuration stuff.
11386
11387 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
11388
11389 * Makefile.in: For libg++, make sure the -I pointing
11390 to the gcc directory goes *after* all the libg++-local -I flags.
11391 Also, move just-gcc dependency from just-libg++ to all-libg++.
11392
11393 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
11394
11395 * configure: Change -x to -f to keep Ultrix /bin/test happy.
11396
11397 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
11398
11399 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
11400
11401 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
11402
11403 * config.sub: Add stratus configuration frags. Also
11404 submitted to FSF.
11405
11406 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
11407
11408 * Makefile.in (DEV_SUPPORT): add configure.man.
11409
11410 * config.sub(Decode manufacturer-specific): add -none*.
11411
11412 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
11413
11414 * Makefile.in: remove form feeds to make Sun's make happy.
11415 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
11416
11417 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
11418
11419 * Makefile.in (AR_FLAGS): Make quieter.
11420
11421 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
11422
11423 * configure.in: Add libg++.
11424 * configure: When verbose, don't output the command line at each
11425 level; it will be unremarkably the same as the previous version,
11426 which will be the same as what the user typed.
11427
11428 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
11429
11430 * configure.in, Makefile.in: fix clean-info, add flex. add
11431 fileutils.
11432
11433 * configure: be less sensitive to spaces in Makefile.in. Do not
11434 look for sources in "..". Doing so breaks subdirectories that
11435 might have their own configure. If a subdir has it's own
11436 configure script, use it.
11437
11438 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
11439
11440 * cfg-paper.texi: some changes suggested by rms.
11441
11442 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
11443
11444 * config.sub: Merge in some small additions from the FSF version,
11445 taken from the gcc distribution, to bring the Cygnus and FSF
11446 versions into closer sync.
11447
11448 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
11449
11450 * configure.in: Changed svr4 references to sysv4.
11451
11452 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
11453
11454 * configure: added -V for version number option.
11455
11456 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
11457
11458 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
11459 renamed from DOC.configure to cfg-paper.texi.
11460
11461 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11462
11463 * configure, config.subr, config.sub: config.subr is now
11464 config.sub again.
11465
11466 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
11467
11468 * configure.texi: new file, in progress.
11469
11470 * Makefile.in: build info file and install the man page for
11471 configure.
11472
11473 * configure.man: new file, first cut.
11474
11475 * configure: find config.subr again now that configuration "none"
11476 has gone. removed all traces of the -ansi option. removed all
11477 traces of the -languages option.
11478
11479 * config.subr: resync from rms.
11480
11481 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
11482
11483 * configure, config.sub, config.subr: merge config.sub into
11484 config.subr, call the result config.subr, remove config.sub, use
11485 config.subr.
11486
11487 * Makefile.in: revised install for dir.info.
11488
11489 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
11490
11491 * configure.in: add decstation host makefile frag.
11492
11493 * Makefile.in: BISON now bison -y again. also install-gcc on
11494 install. clean-gdbm on clean. infodir belongs in datadir.
11495 Make directories for info install. Build dir.info here then
11496 install it.
11497
11498 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
11499
11500 * Makefile.in: fix for bad directory tests.
11501
11502 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
11503
11504 * configure: \{1,2\} appears to be a sysv'ism. Use a different
11505 regexp. -srcdir relative was being handled incorrectly.
11506
11507 * Makefile.in: unwrapped some for loops so that parallel makes
11508 work again and so one can focus one's attention on a particular
11509 package.
11510
11511 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
11512
11513 * configure: added PWD as a stand in for `pwd` (for speed). use
11514 elif wherever possible. make -srcdir work without -objdir.
11515 -objdir= commented out.
11516
11517 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
11518
11519 * configure: +options become --options. -subdirs commented out.
11520 added -host, -datadir. Renamed -destdir to -prefix. Comment in
11521 Makefile now at top of generated Makefile. Removed cvs log
11522 entries. added -srcdir. create .gdbinit only if there is one
11523 in ${srcdir}.
11524
11525 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11526 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11527 and mandir now keyed off datadir by default.
11528
11529 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
11530
11531 * Freshly created ChangeLog.
11532
11533 \f
11534 Local Variables:
11535 mode: change-log
11536 left-margin: 8
11537 fill-column: 76
11538 version-control: never
11539 End:
This page took 0.252892 seconds and 5 git commands to generate.