077989734aabcc1d117b846b9e6ca1b4054b94cb
[gcc.git] / ChangeLog
1 2012-10-24 Sharad Singhai <singhai@google.com>
2
3 * MAINTAINERS (Write After Approval): Add myself.
4
5 2012-10-24 Eric Christopher <echristo@gmail.com>
6
7 * MAINTAINERS: Update email address.
8
9 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
10
11 PR bootstrap/54820
12 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
13 * configure: Regenerate.
14
15 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
16
17 * MAINTAINERS (aarch64): Add Marcus and myself.
18
19 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
20
21 PR bootstrap/54820
22 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
23 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
24 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
25 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
26 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
27 * Makefile.in: Regenerate.
28 * configure.ac (have_static_libs): New variable and associated check.
29 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
30 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
31 * configure: Regenerate.
32
33 2012-10-10 Richard Biener <rguenther@suse.de>
34
35 * MAINTAINERS: Adjust for changed surname.
36
37 2012-10-04 Lawrence Crowl <crowl@google.com>
38
39 * MAINTAINERS (Write After Approval): Add myself.
40
41 2012-10-01 Cary Coutant <ccoutant@google.com>
42
43 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
44
45 2012-09-28 Ian Lance Taylor <iant@google.com>
46
47 * Makefile.def: Make all-target-libgo depend on
48 all-target-libbacktrace.
49 * Makefile.in: Rebuild.
50
51 2012-09-26 Ian Lance Taylor <iant@google.com>
52
53 * Makefile.def: Make all-gcc depend on all-libbacktrace.
54 * Makefile.in: Rebuild.
55
56 2012-09-20 Walter Lee <walt@tilera.com>
57
58 * configure.ac: Add tilegx to list of targets that support gold.
59 * configure: Regenerate.
60
61 2012-09-20 Marek Polacek <polacek@redhat.com>
62
63 * MAINTAINERS (Write After Approval): Add myself.
64
65 2012-09-19 Steve Ellcey <sellcey@mips.com>
66
67 * configure.ac: Add mips*-mti-elf* target.
68 * configure: Regenerate.
69
70 2012-09-17 Ian Lance Taylor <iant@google.com>
71
72 * MAINTAINERS (Various Maintainers): Add libbacktrace.
73 * configure.ac (host_libs): Add libbacktrace.
74 (target_libraries): Add libbacktrace.
75 * Makefile.def (host_modules): Add libbacktrace.
76 (target_modules): Likewise.
77 * configure, Makefile.in: Rebuild.
78
79 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
80
81 PR target/38607
82 Merge upstream change.
83 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
84
85 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
86 Add libgomp*.o to compare_exclusions for AIX.
87 * configure: Regenerate.
88
89 2012-09-06 Diego Novillo <dnovillo@google.com>
90
91 * configure.ac: Bump minimum GMP version to 4.2.3.
92 * configure: Re-generate.
93
94 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
95
96 PR target/54461
97 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
98 target-libgloss if not configured --with-avrlibc=no.
99 * configure: Regenerate.
100
101 2012-09-04 Jason Merrill <jason@redhat.com>
102
103 * configure.ac: Fix --enable-languages=all.
104
105 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
106
107 * MAINTAINERS (Write After Approval): Add myself.
108
109 2012-09-03 Richard Guenther <rguenther@suse.de>
110
111 PR bootstrap/54138
112 * configure.ac: Re-organize ISL / CLOOG checks to allow
113 disabling with either --without-isl or --without-cloog.
114 * configure: Regenerated.
115
116 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
117
118 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
119 * configure: Regenerate.
120
121 2012-08-27 Ulrich Drepper <drepper@gmail.com>
122
123 * MAINTAINERS: Fix my email address.
124
125 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
126
127 PR binutils/4970
128 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
129 and opcodes.
130 * Makefile.in: Regenerated.
131
132 2012-08-26 Art Haas <ahaas@impactweather.com>
133
134 * configure: Regenerate.
135
136 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
137
138 * INSTALL/README: Also refer to the online installation
139 instructions.
140
141 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
142
143 * MAINTAINERS (Write After Approval): Add myself.
144 (Picochip port): Remove myself.
145
146 2012-08-14 Diego Novillo <dnovillo@google.com>
147
148 Merge from cxx-conversion branch.
149
150 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
151 POSTSTAGE1_CONFIGURE_FLAGS.
152 * Makefile.in: Regenerate.
153 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
154 Force C++ when bootstrapping.
155 * configure: Regenerate.
156
157 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
158
159 * MAINTAINERS (Write After Approval): Add myself.
160
161 2012-07-16 Joseph Myers <joseph@codesourcery.com>
162
163 * README: Document use of ranges of years in copyright notices.
164
165 2012-07-06 Richard Guenther <rguenther@suse.de>
166
167 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
168 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
169 --with-gmp=system.
170 * Makefile.in: Regenerated.
171 * configure: Likewise.
172
173 2012-07-06 Richard Guenther <rguenther@suse.de>
174
175 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
176 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
177 supply V=1 as extra_make_flags.
178 * configure: Regenerated.
179 * Makefile.in: Likewise.
180
181 2012-07-04 Tristan Gingold <gingold@adacore.com>
182
183 * configure: Regenerate.
184
185 2012-07-03 Richard Guenther <rguenther@suse.de>
186
187 * Makfile.def (isl): Remove not necessary extra_exports and
188 extra_make_flags.
189 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
190 * Makefile.in: Regenerated.
191
192 2012-07-03 Richard Guenther <rguenther@suse.de>
193
194 * Makefile.def (cloog): Add V=1 to extra_make_flags.
195 * configure.ac: If either the ISL or the CLooG check failed
196 do not try to build in-tree versions.
197 * Makefile.in: Regenerated.
198 * configure: Regenerated.
199
200 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
201
202 * configure: Regenerate.
203
204 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
205
206 * MAINTAINERS (Various Maintainers): Add myself as testsuite
207 maintainer.
208
209 2012-07-02 Richard Guenther <rguenther@suse.de>
210
211 * configure: Regenerated.
212
213 2012-07-02 Richard Guenther <rguenther@suse.de>
214 Michael Matz <matz@suse.de>
215 Tobias Grosser <tobias@grosser.es>
216 Sebastian Pop <sebpop@gmail.com>
217
218 * Makefile.def: Add ISL host module, remove PPL host module.
219 Adjust ClooG host module to use the proper ISL.
220 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
221 * configure.ac: Include config/isl.m4. Add ISL host library,
222 remove PPL. Remove PPL configury, add ISL configury, adjust
223 ClooG configury.
224 * Makefile.in: Regenerated.
225 * configure: Likewise.
226
227 2012-07-02 Richard Guenther <rguenther@suse.de>
228
229 Merge from graphite branch
230 2011-07-21 Tobias Grosser <tobias@grosser.es>
231
232 * configure: Regenerated.
233 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
234 both cloog.org and legacy versions. The only supported version will
235 be CLooG with the isl backend.
236
237 2011-07-21 Tobias Grosser <tobias@grosser.es>
238
239 * configure: Regenerated.
240 * configure.ac: Require cloog isl 0.17.0
241
242 2011-07-21 Tobias Grosser <tobias@grosser.es>
243
244 * configure: Regenerated.
245 * config/cloog.m4: Do not define CLOOG_ORG
246
247 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
248
249 * configure.ac: Skip C if explicitly selected.
250 * configure: Regenerate.
251
252 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
253
254 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
255 they contain -O2.
256 * configure: Regenerate.
257
258 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
259
260 PR debug/53740
261 * df.h, df-problems.c, dce.c: Revert last patch.
262
263 2012-06-25 Iain Sandoe <iain@codesourcery.com>
264
265 * MAINTAINERS (Write After Approval): Update my email address.
266
267 2012-06-21 Meador Inge <meadori@codesourcery.com>
268
269 * MAINTAINERS (Write After Approval): Add myself.
270
271 2012-06-20 Jason Merrill <jason@redhat.com>
272
273 * Makefile.tpl (check-target-libgomp-c++): New.
274 (check-target-libitm-c++): New.
275 * Makefile.def (c++): Add them.
276 * Makefile.in: Regenerate.
277
278 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
279
280 * MAINTAINERS (Write After Approval): Add myself.
281
282 2012-05-16 Olivier Hainque <hainque@adacore.com>
283
284 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
285 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
286 (install-no-fixedincludes): Adjust accordingly.
287 * Makefile.in: Regenerate.
288
289 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
290
291 Merge upstream change
292 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
293
294 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
295
296 * MAINTAINERS (Write After Approval): Add myself.
297
298 2012-05-09 Nick Clifton <nickc@redhat.com>
299 Paul Smith <psmith@gnu.org>
300
301 PR bootstrap/50461
302 * configure.ac (mpfr-dir): When using in-tree MPFR sources
303 allow for the fact that from release v3.1.0 of MPFR the source
304 files were moved into a src sub-directory.
305 * configure: Regenerate.
306
307 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
308
309 * configure.ac: Bump minimum MPFR version to 2.4.0.
310 * configure: Regenerated.
311
312 2012-05-01 Richard Henderson <rth@redhat.com>
313
314 * Makefile.def (libatomic): New target_module.
315 * configure.ac (target_libraries): Add libatomic.
316 (noconfigdirs): Check if libatomic is supported.
317 * Makefile.in, configure: Rebuild.
318
319 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
320
321 * MAINTAINERS (Write After Approval): Add myself.
322
323 2012-04-25 Joel Brobecker <brobecker@adacore.com>
324
325 * config.sub: Update to 2012-04-18 version from official repo.
326
327 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
328
329 * MAINTAINERS (Write After Approval): Add myself.
330
331 2012-04-11 Steve Ellcey <sellcey@mips.com>
332
333 * MAINTAINERS: Changed email address.
334
335 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
336
337 PR target/52737
338 * contrib/gcc_update (files_and_dependencies):
339 Remove gcc/config/avr/t-multilib from touch data.
340
341 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
342
343 * MAINTAINERS (OS Port Maintainers): Remove irix.
344 * configure.ac (enable_libgomp): Remove *-*-irix6*.
345 (unsupported_languages): Remove mips-sgi-irix6.*.
346 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
347 (with_stabs): Remove.
348 * configure: Regenerate.
349
350 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
351
352 * MAINTAINERS (OS Port Maintainers): Remove osf.
353 * configure.ac (enable_libgomp): Remove *-*-osf*.
354 (with_stabs): Remove alpha*-*-osf*.
355 * configure: Regenerate.
356
357 2012-03-05 Tristan Gingold <gingold@adacore.com>
358
359 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
360 * configure: Regenerate.
361
362 2012-02-17 Walter Lee <walt@tilera.com>
363
364 * MAINTAINERS: (Write After Approval): Delete myself.
365
366 2012-02-14 Walter Lee <walt@tilera.com>
367
368 * MAINTAINERS (tilegx port): Add myself.
369 (tilepro port): Add myself.
370 (Write After Approval): Add myself.
371
372 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
373
374 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
375 and Joseph Myers as docstring relicensing maintainers.
376
377 2012-02-09 Bin Cheng <bin.cheng@arm.com>
378
379 * MAINTAINERS (write-after-approval): Add myself.
380
381 2012-02-08 Ira Rosen <irar@il.ibm.com>
382
383 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
384 maintainer.
385
386 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
387
388 * MAINTAINERS (Write After Approval): Move myself to
389 maintain alphabetical order.
390
391 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
392
393 * MAINTAINERS (Write After Approval): Add myself.
394
395 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
396
397 * MAINTAINERS (Write After Approval): Add myself.
398
399 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
400 Jayant R Sonar <jayant.sonar@kpitcummins.com>
401
402 * configure.ac (cr16-*-*): Remove nonconfigdirs.
403 * configure: Regenerate.
404
405 2012-01-23 Harshit Chopra <harshit@google.com>
406
407 * MAINTAINERS (Write After Approval): Add myself.
408
409 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
410
411 * configure.ac: Remove reference to mh-interix.
412 * configure: Regenerate.
413
414 2012-01-05 Richard Henderson <rth@redhat.com>
415
416 PR bootstrap/51072
417 * configure.ac: Disable libitm if c++ is not enabled.
418 * configure: Rebuild.
419
420 * configure.ac: Fix regexp for same.
421 * configure: Rebuild.
422
423 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
424
425 * MAINTAINERS (Write After Approval): Add myself.
426
427 2012-01-02 Richard Guenther <rguenther@suse.de>
428
429 PR bootstrap/51686
430 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
431 * Makefile.in: Regenerate.
432
433 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
434
435 * MAINTAINERS (Write After Approval): Add myself.
436
437 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
438
439 * configure: Regenerate.
440
441 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
442
443 * MAINTAINERS (picochip): Changed email address.
444
445 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
446
447 * MAINTAINERS (write-after-approval): Add self.
448
449 2011-11-29 DJ Delorie <dj@redhat.com>
450
451 * configure.ac (rl78-*-*) New case.
452 * configure: Regenerate.
453 * MAINTAINERS: Add myself as RL78 maintainer.
454
455 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
456
457 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
458
459 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
460
461 * libtool.m4: Additional FreeBSD 10 fixes.
462
463 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
464
465 * MAINTAINERS: Move myself from Write After Approval to CPU Port
466 Maintainers section, as Epiphany maintainer.
467
468 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
469
470 PR target/49992
471 * configure.ac: Remove ranlib special-casing for Darwin.
472 * configure: Regenerate.
473
474 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
475
476 * MAINTAINERS (Reviewers): Keep the list sorted.
477
478 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
479
480 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
481
482 2011-11-09 Roland McGrath <mcgrathr@google.com>
483
484 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
485 * configure: Rebuild.
486 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
487 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
488 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
489 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
490 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
491 Add READELF.
492 * Makefile.in: Rebuild.
493
494 2011-11-09 Jason Merrill <jason@redhat.com>
495
496 * Makefile.def (language=c++): Remove check-c++0x.
497 * Makefile.in (check-gcc-c++): Regenerate.
498
499 2011-11-08 Richard Henderson <rth@redhat.com>
500
501 * configure.ac: Test for libitm directory present first.
502
503 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
504
505 * configure.ac: Test libitm/configure.tgt to disable libitm.
506 * configure: Rebuild.
507
508 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
509 Richard Henderson <rth@redhat.com>
510
511 Merged from transactional-memory.
512
513 * Makefile.def (lang_env_dependencies): libitm is c++.
514 Add libitm target module.
515 * configure.ac: Likewise.
516 * config/mmap.m4: New file.
517 * contrib/gcc_update: Add libitm to touch data.
518 * Makefile.in, configure: Rebuild.
519
520 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
521
522 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
523 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
524 * Makefile.in: Regenerate.
525
526 2011-11-01 DJ Delorie <dj@redhat.com>
527
528 * config.sub: Update to version 2011-10-29 (added rl78)
529
530 2011-10-27 Nick Clifton <nickc@redhat.com>
531
532 * config.sub: Import these changes from the config project:
533
534 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
535 Ben Elliston <bje@gnu.org>
536
537 * config.sub (epiphany): New.
538
539 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
540 Ben Elliston <bje@gnu.org>
541
542 * config.sub (hexagon, hexagon-*): New.
543
544 2011-08-23 Roland McGrath <mcgrathr@google.com>
545
546 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
547 64eb to be64.
548
549 2011-08-16 Roland McGrath <mcgrathr@google.com>
550
551 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
552 (nacl): Grok as alias for 32el-unknown-nacl.
553
554 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
555
556 * MAINTAINERS (Write After Approval): Add myself.
557
558 2011-10-24 Teresa Johnson <tejohnson@google.com>
559
560 * MAINTAINERS (Write After Approval): Add myself.
561
562 2011-09-21 Jakub Jelinek <jakub@redhat.com>
563
564 * MAINTAINERS (sparc port): Remove myself.
565
566 2011-09-14 Tom de Vries <tom@codesourcery.com>
567
568 * MAINTAINERS (Write After Approval): Add myself.
569
570 2011-08-14 Yao Qi <yao@codesourcery.com>
571
572 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
573 * configure: Regenerate.
574
575 2011-07-26 Ian Lance Taylor <iant@google.com>
576
577 * configure.ac: Set have_compiler based on whether gcc directory
578 exists, rather than on whether gcc is in configdirs.
579 * configure: Rebuild.
580
581 2011-07-21 Joseph Myers <joseph@codesourcery.com>
582
583 * MAINTAINERS (Global Reviewers): Add self.
584
585 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
586
587 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
588 link directories.
589 * Makefile.in: Rebuild.
590
591 2011-07-20 Ian Lance Taylor <iant@google.com>
592
593 PR bootstrap/49787
594 * configure.ac: Move --enable-bootstrap handling earlier in file.
595 If --enable-bootstrap and either --enable-build-with-cxx or
596 --enable-build-poststage1-with-cxx, enable C++ automatically.
597 * configure: Rebuild.
598
599 2011-07-19 Ian Lance Taylor <iant@google.com>
600
601 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
602 make C++ a boot_language. Set and substitute
603 POSTSTAGE1_CONFIGURE_FLAGS.
604 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
605 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
606 * configure, Makefile.in: Rebuild.
607
608 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
609
610 * MAINTAINERS (Register Allocation): Move myself from reviewers to
611 maintainers.
612
613 2011-07-18 Jakub Jelinek <jakub@redhat.com>
614
615 * MAINTAINERS (Global Reviewers): Add myself.
616
617 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
618
619 * configure: Regenerate.
620
621 2011-07-16 Jason Merrill <jason@redhat.com>
622
623 * Makefile.def (language=c++): Add check-c++0x and
624 check-target-libmudflap-c++.
625 * Makefile.tpl (check-target-libmudflap-c++): New.
626 * Makefile.in: Regenerate.
627
628 2011-07-16 Matthias Klose <doko@ubuntu.com>
629
630 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
631 * Makefile.def (target_modules/libjava): Pass
632 $(EXTRA_CONFIGARGS_LIBJAVA).
633 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
634 if not configured with --enable-static-libjava.
635 * Makefile.in: Regenerate.
636 * configure: Likewise.
637
638 2011-07-15 Jason Merrill <jason@redhat.com>
639
640 * Makefile.in (check-c++): Move check-gcc-c++0x after
641 check-target-libstdc++-v3.
642
643 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
644
645 * MAINTAINERS (c6x port): New entry.
646
647 2011-07-13 Jason Merrill <jason@redhat.com>
648
649 * Makefile.in (check-gcc-c++0x): New.
650 (check-c++): Depend on it.
651
652 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
653
654 PR target/39150
655 * configure.ac (i[3456789]86-*-solaris2*): Also accept
656 x86_64-*-solaris2.1[0-9]*.
657 * configure: Regenerate.
658
659 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
660
661 * MAINTAINERS (RTL optimizers): Add self.
662
663 2011-06-27 Gabriel Charette <gchare@google.com>
664
665 * MAINTAINERS (Write After Approval): Add myself.
666
667 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
668
669 PR regression/47836
670 PR bootstrap/23656
671 PR other/47733
672 PR bootstrap/49247
673 PR c/48825
674 * configure.ac (target_libraries): Remove target-libiberty.
675 Remove case-statement setting skipdirs=target-libiberty for
676 multiple targets. Remove checking target_configdirs and
677 removing target-libiberty but keeping target-libgcc if
678 otherwise empty.
679 * Makefile.def (target_modules): Don't add libiberty.
680 (dependencies): Remove all traces of target-libiberty.
681 * configure, Makefile.in: Regenerate.
682
683 2011-06-13 Walter Lee <walt@tilera.com>
684
685 * configure.ac (tilepro-*-*) New case.
686 (tilegx-*-*): Likewise.
687 * configure: Regenerate.
688
689 2011-06-06 Jing Yu <jingyu@google.com>
690
691 * configure.ac: Skip target-libiberty for
692 arm*-*-linux-androideabi.
693 * configure: Regenerated.
694
695 2011-06-06 Nick Clifton <nickc@redhat.com>
696
697 * config.sub: Sync from upstream.
698
699 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
700
701 * MAINTAINERS (Write After Approval): Add myself.
702
703 2011-06-01 Daniel Jacobowitz <drow@false.org>
704
705 * MAINTAINERS: Update my email address.
706
707 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
708
709 * MAINTAINERS (Write After Approval): Update my email address.
710
711 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
712
713 * MAINTAINERS (Write After Approval): Add myself.
714
715 2011-05-08 Doug Kwan <dougkwan@google.com>
716
717 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
718 * configure: Regenerated.
719 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
720 value from configure.
721 * Makefile.in: Regenerated.
722
723 2011-05-05 Joseph Myers <joseph@codesourcery.com>
724
725 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
726 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
727 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
728 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
729 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
730 *-*-vxworks*): Disable newlib and libgloss in separate case
731 statement.
732 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
733 to separate case statement.
734 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
735 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
736 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
737 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
738 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
739 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
740 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
741 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
742 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
743 i[[3456789]]86-*-rdos*, m32r-*-*,
744 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
745 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
746 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
747 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
748 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
749 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
750 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
751 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
752 and libgloss in main case over targets. Remove most empty cases
753 in main case over targets.
754 * configure: Regenerate.
755
756 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
757
758 * MAINTAINERS (Write After Approval): Add myself.
759
760 2011-05-04 Joseph Myers <joseph@codesourcery.com>
761
762 * configure.ac: Remove code setting special library locations for
763 hppa*64*-*-hpux11*. Remove code setting compiler for
764 sparc-sun-solaris2*.
765 * configure: Regenerate.
766
767 2011-05-04 Joseph Myers <joseph@codesourcery.com>
768
769 * configure.ac: Separate libgloss_dir settings from general case
770 over targets.
771 * configure: Regenerate.
772
773 2011-04-28 Joseph Myers <joseph@codesourcery.com>
774
775 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
776 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
777 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
778 cases in libgcj-disabling case statement.
779 (hppa*64*-*-linux*): Set unsupported_languages instead of
780 disabling target-zlib.
781 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
782 to hppa*64*-*-hpux*.
783 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
784 hppa*-*-hpux*.
785 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
786 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
787 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
788 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
789 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
790 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
791 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
792 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
793 libgcj-disabling case statement.
794 * configure: Regenerate.
795
796 2011-04-28 Joseph Myers <joseph@codesourcery.com>
797
798 * configure.ac: Disable Java for targets not supporting libffi.
799 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
800 Remove cases in Java-disabling statement.
801 (*arm-wince-pe): Change to arm-wince-pe.
802 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
803 cases in Java-disabling statement.
804 (bfin-*-*): Don't disable Java again.
805 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
806 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
807 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
808 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
809 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
810 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
811 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
812 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
813 Java-disabling statement.
814 (mmix-*-*): Don't disable Java again.
815 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
816 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
817 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
818 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
819 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
820 statement.
821 * configure: Regenerate.
822
823 2011-04-28 Joseph Myers <joseph@codesourcery.com>
824
825 * configure.ac: Separate cases disabling Java and Java libraries
826 from general case over targets.
827 * configure: Regenerate.
828
829 2011-04-21 Jie Zhang <jzhang918@gmail.com>
830
831 * MAINTAINERS: Update my email address.
832
833 2011-04-20 Easwaran Raman <eraman@google.com>
834
835 * MAINTAINERS (Write After Approval): Add myself.
836
837 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
838
839 PR lto/48086
840 * configure.ac: Re-enable LTO on *-apple-darwin9*.
841 * configure: Regenerate.
842
843 2011-04-16 Jim Meyering <meyering@redhat.com>
844
845 * MAINTAINERS (Write After Approval): Add myself.
846
847 2011-04-15 Dodji Seketeli <dodji@redhat.com>
848
849 * MAINTAINERS: Update my email address.
850
851 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
852
853 * MAINTAINERS (Write After Approval): Add myself.
854
855 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
856
857 * MAINTAINERS (Write After Approval): Add myself.
858
859 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
860
861 * MAINTAINERS (Write After Approval): Add myself.
862
863 2011-04-06 Joseph Myers <joseph@codesourcery.com>
864
865 * configure.ac (build_tools): Remove build-byacc.
866 (host_libs): Remove mmalloc.
867 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
868 autoconf automake libtool diff rcs fileutils shellutils time
869 textutils wdiff find uudecode hello tar gzip indent recode release
870 sed perl gawk findutils gettext zip.
871 (libgcj): Remove target-qthreads.
872 (target_tools): Remove target-examples target-gperf.
873 (YACC): Don't handle building byacc.
874 * configure: Regenerate.
875 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
876 dosutils, examples, fileutils, find, findutils, gawk, gettext,
877 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
878 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
879 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
880 handle building components.
881 * Makefile.in: Regenerate.
882
883 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
884
885 * MAINTAINERS: Update my email address as Xtensa maintainer.
886
887 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
888
889 * config.sub: Sync from upstream.
890
891 2011-04-01 Joseph Myers <joseph@codesourcery.com>
892
893 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
894 (microblaze*): Don't disable libssp.
895 * configure: Regenerate.
896
897 2011-04-01 Joseph Myers <joseph@codesourcery.com>
898
899 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
900 moveifchange.
901 * configure: Regenerate.
902 * Makefile.tpl: Use @SHELL@ not @config_shell@.
903 * Makefile.in: Regenerate.
904
905 2011-04-01 Joseph Myers <joseph@codesourcery.com>
906
907 * configure.ac (*-*-sysv4*): Don't enable libgomp.
908 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
909 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
910 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
911 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
912 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
913 md_exec_prefix cases.
914 * configure: Regenerate.
915
916 2011-04-01 Joseph Myers <joseph@codesourcery.com>
917
918 * configure.ac: Separate cases disabling target-libssp,
919 target-libiberty, target-libstdc++-v3 and Fortran from general
920 case over targets.
921 * configure: Regenerate.
922
923 2011-04-01 Joseph Myers <joseph@codesourcery.com>
924
925 * configure.ac (*-*-chorusos): Don't disable libgcj.
926 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
927 Remove case.
928 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
929 (arm-*-coff): Don't disable libgcj.
930 (arm*-*-linux-gnueabi): Remove useless assignment.
931 (arm-*-riscix*): Don't disable libgcj.
932 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
933 configuration.
934 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
935 (c54x*-*-*): Remove case.
936 (tic54x-*-*): Don't disable GCC or GCC libraries.
937 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
938 to *.
939 (d10v-*-*): Don't disable GCC libraries.
940 (d30v-*-*): Don't disable libgcj.
941 (h8500-*-*): Don't disable GCC libraries.
942 (i960-*-*): Don't disable libgcj.
943 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
944 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
945 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
946 libgcj.
947 (m68k-*-coff*): Remove case.
948 (mmix-*-*): Don't disable libgloss on host.
949 (mn10200-*-*, mn10300-*-*): Remove cases.
950 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
951 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
952 Don't disable libgcj.
953 (romp-*-*): Remove case.
954 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
955 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
956 case.
957 (v810-*-*): Don't disable GCC libraries.
958 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
959 (ip2k-*-*): Don't disable GCC libraries.
960 * configure: Regenerate.
961
962 2011-03-28 Joseph Myers <joseph@codesourcery.com>
963
964 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
965 libffi on host.
966 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
967 on host.
968 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
969 * configure: Regenerate.
970
971 2011-03-26 John Marino <binutils@marino.st>
972
973 * configure.ac: Add support for *-*-dragonfly*
974 * configure: Regenerate.
975
976 2011-03-25 Joseph Myers <joseph@codesourcery.com>
977
978 * configure.ac (native_only): Remove.
979 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
980 send-pr uudecode guile gnuserv on host.
981 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
982 send-pr rcs guile perl texinfo libtool on host.
983 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
984 automake send-pr rcs guile perl texinfo libtool on host.
985 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
986 (*-*-kaos*): Don't disable target-examples target-gperf on target.
987 (alpha*-dec-osf*): Don't disable fileutils on target.
988 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
989 texinfo send-pr expect dejagnu on target.
990 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
991 target-qthreads on target.
992 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
993 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
994 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
995 x86_64-*-mingw*): Don't disable expect on target.
996 (*-*-cygwin*): Don't disable target-gperf on target.
997 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
998 gnuserv on target.
999 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1000 target.
1001 * configure: Regenerate.
1002
1003 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1004
1005 * configure.ac (target_tools): Remove target-groff.
1006 (native_only): Remove target-groff.
1007 (hppa*64*-*-*): Don't disable byacc.
1008 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1009 setting.
1010 (*-*-kaos*): Don't skip target-librx and target-groff.
1011 (*-*-netware*): Don't skip target-libmudflap.
1012 (*-*-tpf*): Don't skip target-libmudflap.
1013 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1014 directories on the host.
1015 (ia64*-*-*vms*): Don't skip tix.
1016 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1017 host.
1018 * configure: Regenerate.
1019
1020 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1021
1022 * configure.ac: Remove references to mt-mep, mt-netware,
1023 mt-wince.
1024 * Makefile.def: Add all-utils soft dependencies.
1025 * Makefile.tpl: Remove GDB_NLM_DEPS.
1026 * configure: Regenerate.
1027 * Makefile.in: Regenerate.
1028
1029 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1030
1031 * configure.ac: Do not include mh-x86omitfp.
1032 * configure: Regenerate.
1033
1034 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1035
1036 * configure.ac: Remove empty cases.
1037 * configure: Regenerate.
1038
1039 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1040
1041 * Makefile.def: Add dependency from termcap to gdb.
1042 * Makefile.in: Regenerate.
1043
1044 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1045
1046 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1047 * configure: Regenerate.
1048 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1049 * Makefile.tpl: Likewise.
1050 * Makefile.in: Regenerate.
1051
1052 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1053
1054 * configure.ac: Remove all mentions of tentative_cc.
1055 * configure: Regenerate.
1056
1057 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1058
1059 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1060 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1061 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1062 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1063 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1064 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1065 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1066 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1067 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1068 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1069 *-*-rhapsody*): Remove host cases.
1070 * configure: Regenerate.
1071
1072 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1073
1074 * configure.ac (ppc*-*-pe): Remove host case.
1075 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1076 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1077 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1078 cases.
1079 * configure: Regenerate.
1080
1081 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1082
1083 * config.sub: Update to version 2011-03-23.
1084
1085 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1086
1087 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1088 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1089 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1090 * configure: Regenerate.
1091
1092 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1093
1094 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1095 to Write After Approval.
1096 * config-ml.in: Don't handle arc-*-elf*.
1097 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1098 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1099 handle GCC libraries.
1100 * configure: Regenerate.
1101
1102 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1103
1104 PR bootstrap/48120:
1105 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1106 Add -lstdc++ -lm to LIBS.
1107 * configure: Regenerate.
1108
1109 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1110
1111 * config.guess: Update to version 2011-02-02
1112 * config.sub: Update to version 2011-02-24
1113
1114 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1115
1116 PR lto/48086
1117 * configure.ac: Re-enable LTO on *-apple-darwin9.
1118 * configure: Regenerate.
1119
1120 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1121
1122 PR lto/48086
1123 * configure.ac: Disable LTO on darwin due to an assembler change in
1124 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1125 under 256.
1126 * configure: Regenerate.
1127
1128 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1129
1130 * MAINTAINERS: Update myself as score backend maintainer,
1131 update my e-mail address.
1132
1133 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1134
1135 * MAINTAINERS: Update my e-mail address.
1136
1137 2011-03-06 Joey Ye <joey.ye@arm.com>
1138
1139 * MAINTAINERS: Update my e-mail address.
1140
1141 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1142
1143 * configure.ac: Adjust test of with_ppl.
1144 * configure: Regenerated.
1145
1146 2011-03-02 Kai Tietz <ktietz@redhat.com>
1147
1148 * MAINTAINERS: Adjust my e-mail address.
1149
1150 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1151
1152 * configure.ac: Add -lpwl to ppllibs.
1153 * configure: Regenerated.
1154
1155 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1156
1157 * config/cloog.m4: Add -lisl to clooglibs.
1158 * configure: Regenerated.
1159
1160 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1161
1162 * MAINTAINERS (CPU Port maintainers): Add self.
1163
1164 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1165
1166 * MAINTAINERS: Add myself as testsuite maintainer.
1167
1168 2011-02-15 Mike Stump <mikestump@comcast.net>
1169
1170 * MAINTAINERS: Add myself as testsuite maintainer.
1171
1172 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1173
1174 Import from Libtool and gnulib:
1175
1176 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1177
1178 Prepare for supporting FreeBSD 10.
1179 * config.rpath: Remove handling of freebsd1* which soon would
1180 match FreeBSD 10.0.
1181
1182 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1183
1184 Remove support for FreeBSD 1.x.
1185 * libtool.m4 (_LT_LINKER_SHLIBS)
1186 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1187 soon would incorrectly match FreeBSD 10.0.
1188
1189 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1190
1191 PR binutils/12283
1192 * move-if-change: Import version from gnulib.
1193
1194 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1195
1196 PR lto/47225
1197 * Makefile.def (lto-plugin): Double dash for enable-shared.
1198 (configure-gcc): Depend on all-lto-plugin.
1199 * Makefile.in: Rebuilt.
1200
1201 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1202
1203 * configure.ac: Remove extra bracket.
1204 * configure: Regenerate.
1205
1206 2011-02-08 Tobias Burnus <burnus@net-b.de>
1207
1208 * MAINTAINERS: Add myself as libquadmath maintainer.
1209
1210 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1211
1212 * MAINTAINERS: Update my email address.
1213
1214 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1215
1216 * MAINTAINERS (option handling): Add self.
1217
1218 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1219
1220 PR lto/47225
1221 * Makefile.def: Add dependency for install-gcc
1222 on install-lto-plugin.
1223 * Makfile.in: Regenerated
1224
1225 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1226
1227 * MAINTAINERS (CPU Port Maintainers): Add myself.
1228
1229 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1230
1231 PR libgcj/44341
1232 * configure.ac: Discard --with-* flags for host when configuring
1233 target libraries for cross build.
1234 * configure: Rebuilt.
1235
1236 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1237
1238 * MAINTAINERS (linear loop transforms): Removed.
1239
1240 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1241
1242 * configure.ac: If with_ppl is no, move setting with_cloog=no
1243 after CLOOG_REQUESTED check.
1244 * configure: Regenerated.
1245
1246 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1247
1248 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1249 CLooG has been requested.
1250 * configure: Regenerated.
1251
1252 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1253
1254 * configure: Regenerated.
1255 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1256
1257 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1258
1259 * configure: Regenerated.
1260 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1261
1262 2011-01-21 Andreas Schwab <schwab@redhat.com>
1263
1264 * configure.ac: Use AS_HELP_STRING throughout.
1265 * configure: Regenerate.
1266
1267 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1268
1269 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1270 * configure: Regenerate.
1271
1272 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1273
1274 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1275
1276 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1277
1278 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1279 for ia64-hpux.
1280 * configure: Regenerate.
1281
1282 2011-01-07 Jan Hubicka <jh@suse.cz>
1283
1284 PR lto/47225
1285 * Makefile.in: Regenerate.
1286 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1287 configure.
1288
1289 2011-01-07 Jan Hubicka <jh@suse.cz>
1290
1291 * Makefile.in: Regenerate.
1292 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1293 and configure dependency on lto-plugin configure.
1294 (lto-plugin module): Remove dependency on GCC; add dependency on
1295 liniberty.
1296
1297 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1298
1299 * MAINTAINERS (Write After Approval): Add myself.
1300
1301 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1302
1303 * configure: Regenerate.
1304
1305 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1306
1307 * configure.ac: (picochip): Disable libiberty.
1308
1309 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1310
1311 * MAINTAINERS (Write After Approval): Add myself.
1312
1313 2010-12-10 Ian Lance Taylor <iant@google.com>
1314
1315 PR bootstrap/46819
1316 * configure.ac: For --disable-libgcj clear libgcj_saved.
1317 * configure: Rebuild.
1318
1319 2010-12-10 Tobias Burnus <burnus@net-b.de>
1320
1321 PR fortran/46540
1322 * configure.ac: Add --disable-libquadmath and
1323 --disable-libquadmath-support.
1324 * configure: Regenerate.
1325
1326 2010-12-03 Ian Lance Taylor <iant@google.com>
1327
1328 * MAINTAINERS: Add myself as libgo maintainer.
1329
1330 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1331
1332 PR libffi/46792
1333 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1334 * configure: Regenerate.
1335
1336 2010-12-02 Ian Lance Taylor <iant@google.com>
1337
1338 * configure.ac: Always set default for poststage1_ldflags to
1339 -static-libstdc++ -static-libgcc.
1340
1341 2010-11-29 Andreas Schwab <schwab@redhat.com>
1342
1343 * configure.ac: Move comment to remove extra space in last argument
1344 of GCC_TARGET_TOOL.
1345
1346 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1347
1348 PR other/46026
1349 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1350 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1351 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1352 (BASE_FLAGS_TO_PASS): Use it.
1353 * configure: Rebuilt.
1354 * Makefile.in: Rebuilt.
1355
1356 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1357
1358 PR binutils/12258
1359 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1360 Properly check default linker.
1361 * configure: Regnerated.
1362
1363 2010-11-23 Matthias Klose <doko@ubuntu.com>
1364
1365 * configure.ac: For --enable-gold, handle value `default' instead of
1366 `both*'. New configure option --{en,dis}able-ld.
1367 * configure: Regenerate.
1368
1369 2010-11-20 Ian Lance Taylor <iant@google.com>
1370
1371 * configure.ac: Only disable a language library if no language needs
1372 it. Don't let --disable-libgcj uncondtionally disable libffi.
1373 * configure: Rebuild.
1374
1375 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1376
1377 * Makefile.in: Regenerate.
1378
1379 PR other/46202
1380 * configure.ac: Fix just-built in-tree STRIP name to be
1381 binutils/strip-new.
1382 * configure: Regenerate.
1383 * Makefile.def (install-strip-gcc, install-strip-binutils)
1384 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1385 (install-strip-sid): Mirror dependencies on non-strip variants
1386 of these targets on the respective -strip prerequisites.
1387 * Makefile.tpl (install-strip, install-strip-host)
1388 (install-strip-target): New targets.
1389 (install-strip-[+module+], install-strip-target-[+module+]):
1390 New targets.
1391 * Makefile.in: Regenerate.
1392
1393 2010-11-19 Ian Lance Taylor <iant@google.com>
1394 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1395
1396 * configure.ac: Add target-libgo to target_libraries. Set
1397 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1398 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1399 (HOST_EXPORTS): Add GOC.
1400 (BASE_TARGET_EXPORTS): Add GOC.
1401 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1402 (GOCFLAGS_FOR_TARGET): New variable.
1403 (EXTRA_HOST_FLAGS): Add GOC.
1404 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1405 * Makefile.def (target_modules): Add libgo.
1406 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1407 (dependencies): Add dependency from configure-target-libgo to
1408 configure-target-libffi and all-target-libstdc++-v3. Add
1409 dependencies from all-target-libgo to all-target-libffi.
1410 (languages): Add go.
1411 * configure: Rebuild.
1412 * Makefile.in: Rebuild.
1413
1414 2010-11-19 Ian Lance Taylor <iant@google.com>
1415
1416 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1417 compiler/flag environment variables.
1418
1419 2010-11-18 Ian Lance Taylor <iant@google.com>
1420
1421 * configure.ac: Check for lang_requires_boot_languages in
1422 config-lang.in files.
1423 * configure: Rebuild.
1424
1425 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1426 Tobias Burnus <burnus@net-b.de>
1427
1428 PR fortran/32049
1429 * Makefile.def: Add libquadmath; build it with language=fortran.
1430 * configure.ac: Add libquadmath.
1431 * Makefile.tpl: Handle multiple libs in check-[+language+].
1432 * Makefile.in: Regenerate.
1433 * configure: Regenerate.
1434
1435 2010-11-16 Tom Tromey <tromey@redhat.com>
1436
1437 * MAINTAINERS: Moved myself to reviewers section.
1438
1439 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1440
1441 * MAINTAINERS: Moved myself to reviewers section.
1442
1443 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1444
1445 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1446 (Write After Approval): Remove self.
1447
1448 2010-11-15 Andreas Schwab <schwab@redhat.com>
1449
1450 * configure.ac: Fix spelling in option names.
1451 * configure: Regenerated.
1452
1453 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1454
1455 PR bootstrap/39622
1456 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1457 * configure: Regenerated.
1458
1459 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1460
1461 * MAINTAINERS: Update my email address.
1462
1463 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1464
1465 * configure: Regenerate.
1466
1467 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1468
1469 * configure: Regenerate.
1470
1471 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1472
1473 * configure: Regenerate.
1474
1475 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1476
1477 * configure: Regenerate.
1478
1479 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1480
1481 * configure.ac: Support official CLooG.org versions.
1482 * configure: Regenerate.
1483 * config/cloog.m4: New.
1484
1485 2010-11-10 François Dumont <francois.cppdevs@free.fr>
1486
1487 * MAINTAINERS (Write After Approval): Add myself.
1488
1489 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
1490
1491 * MAINTAINERS: Update my email address.
1492
1493 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1494
1495 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1496 * configure: Regenerate.
1497
1498 2010-11-03 Ian Lance Taylor <iant@google.com>
1499 Dave Korn <dave.korn.cygwin@gmail.com>
1500
1501 PR lto/46273
1502 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1503 and on other supported platforms whenever LTO is enabled.
1504 * configure: Rebuild.
1505
1506 2010-11-02 Alan Modra <amodra@gmail.com>
1507
1508 PR binutils/12110
1509 * configure.ac: Error when source path contains spaces.
1510 * configure: Regenerate.
1511
1512 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1513
1514 * MAINTAINERS: Update my email address.
1515
1516 2010-10-20 Ian Lance Taylor <iant@google.com>
1517
1518 * Makefile.def (target_modules): Set lib_path to src/.libs for
1519 libstdc++-v3 module.
1520 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1521 * Makefile.in: Rebuild.
1522
1523 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1524
1525 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1526 (Write After Approval): Remove myself.
1527
1528 2010-10-15 Tristan Gingold <gingold@adacore.com>
1529
1530 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1531
1532 2010-10-14 Douglas Rupp <rupp@gnat.com>
1533
1534 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1535
1536 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1537
1538 * configure.ac (build_lto_plugin): New shell variable.
1539 (--enable-lto): Turn on by default for all non-ELF platforms that
1540 have had LTO support added so far. Set build_lto_plugin appropriately
1541 for both ELF and non-ELF.
1542 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1543 * configure: Regenerate.
1544
1545 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1546
1547 Sync from src:
1548 * configure.ac (v850 support): Remove target-libgloss from
1549 noconfigdirs.
1550 * configure: Regenerate.
1551
1552 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1553
1554 PR bootstrap/45326
1555 PR bootstrap/45174
1556 * configure.ac: Honor initial values of $build_configargs,
1557 $host_configargs, $target_configargs. Mark the precious, so
1558 environment settings get recorded.
1559 * configure: Regenerate.
1560
1561 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1562
1563 PR bootstrap/45796
1564 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1565 Depend on all-build-libiberty.
1566 * Makefile.in: Regenerate.
1567
1568 2010-09-30 Michael Eager <eager@eagercon.com>
1569
1570 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1571 * configure: Regenerate.
1572
1573 2010-09-28 Michael Eager <eager@eagercon.com>
1574
1575 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1576
1577 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1578
1579 PR bootstrap/44621
1580 * configure.ac: Fix unportable shell quoting.
1581 * configure: Regenerate.
1582
1583 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1584
1585 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1586 targets and amend comment.
1587 * configure: Regenerate.
1588
1589 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1590
1591 * MAINTAINERS (Write After Approval): Add myself.
1592
1593 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1594
1595 * configure.ac: Enable LTO by default on Darwin.
1596 * configure: Regenerate.
1597
1598 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1599
1600 * MAINTAINERS (Write After Approval): Add myself.
1601
1602 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1603
1604 * MAINTAINERS (Write After Approval): Add myself.
1605
1606 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1607
1608 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1609 ports
1610
1611 2010-07-28 David Yuste <david.yuste@gmail.com>
1612
1613 * MAINTAINERS (Write After Approval): Add myself.
1614
1615 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1616
1617 * configure.ac: Support all v850 targets.
1618 * configure: Regenerate.
1619
1620 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1621
1622 PR bootstrap/44455
1623 * configure.ac (extra_mpfr_configure_flags): Copy from
1624 extra_mpc_gmp_configure_flags.
1625 * configure: Re-generated.
1626
1627 2010-07-22 Andi Kleen <ak@linux.intel.com>
1628
1629 * MAINTAINERS (Write After Approval): Add myself.
1630
1631 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1632
1633 * MAINTAINERS (Write After Approval): Add myself.
1634
1635 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1636
1637 * MAINTAINERS (Write After Approval): Add myself.
1638
1639 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1640
1641 PR target/44862
1642 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1643 Provide -B option to allow for link spec %s substitutions for
1644 libstdc++.a on darwin.
1645 * Makefile.in: Regenerate.
1646
1647 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1648
1649 * MAINTAINERS (Reviewers): Update my e-mail address
1650
1651 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1652
1653 * Makefile.def (configure-gcc): Depend on all-libelf.
1654 * Makefile.in: Rebuild.
1655
1656 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1657
1658 * MAINTAINERS (Write After Approval): Add myself in the right place.
1659
1660 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1661
1662 * MAINTAINERS (Write After Approval): Add myself.
1663
1664 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1665
1666 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1667
1668 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1669
1670 * config.sub: Update to version 2010-05-21.
1671 * config.guess: Update to version 2010-04-03.
1672
1673 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1674
1675 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1676 * configure: Regenerate.
1677
1678 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1679
1680 * MAINTAINERS (Write After Approval): Add myself.
1681
1682 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1683
1684 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1685 a platform that supports LTO.
1686 * configure: Regenerate.
1687
1688 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1689
1690 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1691 * configure: Regenerated.
1692
1693 2010-04-27 Roland McGrath <roland@redhat.com>
1694 H.J. Lu <hongjiu.lu@intel.com>
1695
1696 * configure.ac (--enable-gold): Support both, both/gold and
1697 both/bfd to add gold to configdirs without removing ld.
1698 * configure: Regenerated.
1699
1700 * Makefile.def: Add install-gold dependency to install-ld.
1701 * Makefile.in: Regenerated.
1702
1703 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1704
1705 PR lto/42776
1706 * configure.ac (--enable-lto): Refactor handling so libelf tests
1707 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1708 and allow LTO to be explicitly enabled on non-ELF platforms that
1709 are known to support it inside else-clause.
1710 * configure: Regenerate.
1711
1712 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1713
1714 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1715 * configure: Regenerate.
1716
1717 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1718
1719 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1720 * configure: Regenerate.
1721
1722 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1723
1724 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1725 separately.
1726 * configure: Regenerate.
1727
1728 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1729
1730 * MAINTAINERS (Write After Approval): Add myself.
1731
1732 2010-04-14 Tristan Gingold <gingold@adacore.com>
1733
1734 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1735 * configure: Regenerate.
1736
1737 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1738
1739 * configure: Regenerate after change to elf.m4.
1740
1741 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1742
1743 * MAINTAINERS (Write After Approval): Add myself.
1744
1745 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1746
1747 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1748 * configure: Regenerated.
1749
1750 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1751
1752 * configure.ac: Print "buggy but acceptable" when CLooG
1753 revision is less than 9.
1754 * configure: Regenerated.
1755
1756 2010-04-01 Diego Novillo <dnovillo@google.com>
1757
1758 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1759
1760 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1761
1762 PR bootstrap/43615
1763 PR bootstrap/43328
1764
1765 Revert:
1766
1767 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1768
1769 * configure.ac: Do not pass --enable-multilib nor
1770 --disable-multilib in baseargs. Accept explicitly passed
1771 --enable_multilib.
1772 * configure: Regenerate.
1773
1774 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1775
1776 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1777
1778 2010-03-31 Janis Johnson <janis187@us.ibm.com>
1779
1780 * MAINTAINERS: Remove myself.
1781
1782 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1783
1784 PR bootstrap/43328
1785 * configure.ac: Do not pass --enable-multilib nor
1786 --disable-multilib in baseargs. Accept explicitly passed
1787 --enable_multilib.
1788 * configure: Regenerate.
1789
1790 2010-03-28 Andrew Pinski <pinskia@gmail.com>
1791
1792 * MAINTAINERS (spu port): Remove me.
1793
1794 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1795
1796 * configure.ac (tic6x-*-*): New case.
1797 * configure: Regenerate.
1798
1799 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1800
1801 * config.sub: Update to version 2010-03-22.
1802 * config.guess: Update to version 2009-12-30.
1803
1804 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1805
1806 PR ada/42554
1807 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1808 * configure: Regenerate.
1809
1810 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1811
1812 * MAINTAINERS: Update my email address.
1813
1814 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1815
1816 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1817 (ghassan.shobaki@amd.com): Removed.
1818
1819 2010-03-17 Alan Modra <amodra@gmail.com>
1820
1821 * MAINTAINERS: Update my email address.
1822
1823 2010-03-16 Diego Novillo <dnovillo@google.com>
1824
1825 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1826 Matthews.
1827
1828 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1829
1830 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1831 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1832
1833 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1834
1835 * MAINTAINERS: Update my email address.
1836
1837 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1838
1839 * MAINTAINERS: Update my email address.
1840
1841 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1842
1843 * MAINTAINERS: Update my email address.
1844
1845 2010-03-09 Jie Zhang <jie@codesourcery.com>
1846
1847 * MAINTAINERS: Update my email address.
1848
1849 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1850
1851 PR libstdc++/32499
1852 * configure.ac (RANLIB): Default to true.
1853 (STRIP): Likewise.
1854 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1855 * configure: Regenerate.
1856
1857 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
1858
1859 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1860 (Write After Approval): Update my email address.
1861
1862 2010-02-17 Nick Clifton <nickc@redhat.com>
1863
1864 PR 11238
1865 * Makefile.tpl (local-distclean): Also remove config.cache files in
1866 sub-directories as there may not be Makefiles present in the
1867 sub-directories.
1868 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1869 the config.cache files found by the find command.
1870
1871 * Makefile.in: Regenerate.
1872 * configure.ac: Revert previous delta.
1873 * configure: Regenerate.
1874
1875 2010-02-15 Nick Clifton <nickc@redhat.com>
1876
1877 PR 11238
1878 * configure.ac: Delete config.cache files in sub-directories when
1879 deleting Makefiles.
1880 * configure: Regenerate.
1881
1882 2010-02-12 Ben Elliston <bje@gnu.org>
1883
1884 * MAINTAINERS: Update my email address.
1885
1886 2010-02-08 Andrew Pinski <pinskia@gmail.com>
1887
1888 * MAINTAINERS (spu port): Update my email address.
1889
1890 2010-02-08 Jie Zhang <jie.zhang@analog.com>
1891
1892 * MAINTAINERS: Add myself as a maintainer for the bfin port.
1893
1894 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1895
1896 * configure.ac: Add "recommended" version checks for GMP/MPC.
1897 Update recommended GMP/MPFR/MPC versions.
1898 * configure: Regenerate.
1899
1900 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
1901
1902 * MAINTAINERS: Move my Embecosm email address into the
1903 write-after-approval section.
1904
1905 2010-01-26 Ian Lance Taylor <iant@google.com>
1906
1907 * MAINTAINERS: Add myself as Go frontend maintainer.
1908
1909 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1910
1911 PR libstdc++/36101, PR libstdc++/42813
1912 * configure.ac (bootstrap_target_libs): Make inclusion of
1913 target-libgomp conditional on libgomb being in target_configdirs.
1914 * configure: Regenerate.
1915
1916 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1917
1918 PR libstdc++/36101, PR libstdc++/42813
1919 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1920 * configure: Regenerate.
1921
1922 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1923
1924 PR libstdc++/36101, PR libstdc++/42813
1925 * configure.ac (target_configdirs): Substitute.
1926 * Makefile.def: Bootstrap target module libgomp.
1927 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1928 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1929 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1930 * configure, Makefile.in: Regenerate.
1931
1932 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
1933
1934 * MAINTAINERS: Adjust my details.
1935
1936 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
1937
1938 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1939
1940 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
1941
1942 * MAINTAINERS: reindented my entry with tabs instead of spaces.
1943
1944 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
1945
1946 * MAINTAINERS (Write After Approval): Add myself.
1947
1948 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1949
1950 * MAINTAINERS (Write After Approval): Add myself.
1951
1952 2010-01-11 Richard Guenther <rguenther@suse.de>
1953
1954 PR lto/41569
1955 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1956 * Makefile.in: Regenerated.
1957
1958 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
1959
1960 * configure.ac: Enable libjava build on x86_64-*freebsd*.
1961 * configure: Regenerate.
1962
1963 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1964 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1965
1966 PR bootstrap/42424
1967 * configure.ac: Include libtool m4 files.
1968 (_LT_CHECK_OBJDIR): Call it.
1969 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1970 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1971
1972 * configure: Regenerate.
1973
1974 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1975
1976 PR bootstrap/41818
1977 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1978 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1979 * Makefile.in: Regenerate.
1980
1981 2010-01-02 Richard Guenther <rguenther@suse.de>
1982
1983 PR lto/41529
1984 * configure.ac: Include config/elf.m4. Disable LTO if not
1985 builting for an elf target.
1986 * configure: Regenerate.
1987
1988 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
1989
1990 * MAINTAINERS: Change my email address.
1991
1992 2009-12-18 Ben Elliston <bje@au.ibm.com>
1993
1994 * config.sub, config.guess: Update from upstream sources.
1995
1996 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
1997
1998 * MAINTAINERS (Write After Approval): Add myself.
1999
2000 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2001
2002 PR middle-end/30447
2003 PR middle-end/30789
2004 PR other/40302
2005
2006 * configure.ac: Require MPC.
2007 * configure: Regenerate.
2008
2009 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2010
2011 PR target/38384
2012 PR bootstrap/40972
2013 * libtool.m4: Sync from git Libtool.
2014 * ltoptions.m4: Likewise.
2015 * ltversion.m4: Likewise.
2016 * lt~obsolete.m4: Likewise.
2017 * ltmain.sh: Likewise.
2018
2019 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2020
2021 * configure.ac: Update minimum MPC version to 0.8.
2022 * configure: Regenerate.
2023
2024 2009-11-21 Sebastian Pop <sebpop@gmail.com>
2025
2026 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2027 * configure: Regenerated.
2028
2029 2009-11-21 Ian Lance Taylor <iant@google.com>
2030
2031 * configure.ac: Change default of poststage1_ldflags to be empty if
2032 poststage1_libs is set. When poststage1_libs is empty, and
2033 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2034 * configure: Rebuild.
2035
2036 2009-11-21 Adam Nemet <adambnmet@gmail.com>
2037
2038 * MAINTAINERS (Write After Approval): Update my email address.
2039
2040 2009-11-20 Ben Elliston <bje@au.ibm.com>
2041
2042 * config.guess: Update from upstream sources.
2043
2044 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2045
2046 * Makefile.def: Restore host and target settings for gmp.
2047 * Makefile.in: Rebuild.
2048
2049 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2050
2051 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2052 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2053 Fix portability of test of C++ as bootstrap language. Add
2054 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2055 * configure: Rebuild.
2056 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2057 and cloog. Fix in-tree ppl configuration. Introduce libelf
2058 in-tree building.
2059 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2060 (POSTSTAGE1_HOST_EXPORTS): Use it.
2061 (STAGE[+id+]_CXXFLAGS): New.
2062 (BASE_FLAGS_TO_PASS): Pass it down.
2063 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2064 extra_exports.
2065 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2066 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2067 extra_exports.
2068 * Makefile.in: Rebuild.
2069
2070 2009-11-17 Ben Elliston <bje@au.ibm.com>
2071
2072 * config.sub, config.guess: Update from upstream sources.
2073
2074 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2075
2076 * MAINTAINERS (Write After Approval): Add myself.
2077
2078 2009-11-09 Jon Beniston <jon@beniston.com>
2079
2080 * MAINTAINERS (Write After Approval): Add myself.
2081
2082 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2083
2084 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2085 paths for *-w64-mingw* and x86_64-*mingw*.
2086 * configure: Regenerated.
2087
2088 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
2089
2090 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2091
2092 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2093
2094 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2095 Phil Edwards to Write-After Approval.
2096
2097 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2098
2099 * configure.ac: Disable target-winsup & co for
2100 x86_64-*-mingw* and *-w64-mingw* targets.
2101 * configure: Regenerated.
2102
2103 2009-10-16 Nick Clifton <nickc@redhat.com>
2104
2105 * MAINTAINERS: Add myself as a maintainer for the RX port.
2106
2107 2009-10-26 Johannes Singler <singler@kit.edu>
2108
2109 * MAINTAINERS (Write After Approval): Update my e-mail address.
2110
2111 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2112
2113 * configure.ac (CLooG test): Use = with test.
2114 * configure: Regenerate.
2115
2116 2009-10-22 Richard Guenther <rguenther@suse.de>
2117
2118 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2119 cloog if the ppl version check failed. Move flags saving
2120 before setting in libelf check.
2121 * configure: Regenerate.
2122
2123 2009-10-21 Richard Guenther <rguenther@suse.de>
2124
2125 * configure.ac: Adjust the ppl and cloog configure to work as
2126 documented. Disable cloog if ppl was disabled. Omit the version
2127 checks if they were disabled.
2128 * configure: Re-generate.
2129
2130 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2131
2132 * configure.ac: Add 'lto' to enable_languages, not
2133 new_enable_languages, and only if not already present.
2134 * configure: Regenerate.
2135
2136 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2137
2138 * README: Refer to the various COPYING* files instead of just
2139 COPYING.
2140 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2141
2142 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2143
2144 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2145
2146 2009-10-07 Richard Guenther <rguenther@suse.de>
2147
2148 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2149 and Richard Guenther as reviewers.
2150 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2151 as reviewers.
2152
2153 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2154
2155 * config.sub: Update from upstream sources.
2156
2157 2009-10-06 Ian Lance Taylor <iant@google.com>
2158
2159 * Makefile.def: check-gold depends upon all-gas.
2160 * Makefile.in: Rebuild.
2161
2162 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2163
2164 * MAINTAINERS (Write After Approval): Add myself.
2165
2166 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2167
2168 * Makefile.def: all-lto-plugin depends on all-libiberty.
2169 set bootstrap=true for lto-plugin.
2170 Add lto-plugin.
2171 * Makefile.in: Regenerate.
2172 * configure.ac (host_libs): Add lto-plugin.
2173 * configure: Regenerate.
2174
2175 2009-10-03 Diego Novillo <dnovillo@google.com>
2176
2177 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2178 (HOST_LIBELFLIBS): Define.
2179 (HOST_LIBELFINC): Define.
2180 * Makefile.in: Regenerate.
2181 * configure.ac: Add --enable-lto.
2182 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2183 If --enable-lto is used, add 'lto' to new_enable_languages.
2184 If --enable-lto is used and gold is enabled, add
2185 lto-plugin to configdirs.
2186 * configure: Regenerate.
2187
2188 2009-10-03 Simon Baldwin <simonb@google.com>
2189
2190 * configure.ac: If --with-system-zlib, suppress local zlib and
2191 pass --with-system-zlib to subdir configure scripts.
2192 * configure: Regenerate.
2193
2194 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2195 Paolo Bonzini <bonzini@gnu.org>
2196
2197 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2198 $(srcdir).
2199 * Makefile.in: Rebuilt.
2200
2201 2009-09-26 Gary Funck <gary@intrepid.com>
2202
2203 * MAINTAINERS (Write After Approval): Add myself.
2204
2205 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2206
2207 * configure.ac: Update minimum MPC version to 0.7.
2208 * configure: Regenerate.
2209
2210 2009-09-25 Nick Clifton <nickc@redhat.com>
2211
2212 * configure.ac: Pass any --cache-file=/dev/null option on to
2213 subconfigures.
2214 * configure: Regenerate.
2215
2216 2009-09-23 Nick Clifton <nickc@redhat.com>
2217
2218 * config.sub, config.guess: Update from upstream sources.
2219
2220 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2221
2222 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2223 * Makefile.in: Rebuilt.
2224
2225 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2226
2227 PR bootstrap/32272
2228 * configure.ac: Error out if $srcdir isn't '.' but contains
2229 host-${host_noncanonical}.
2230 * configure: Regenerate.
2231
2232 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2233
2234 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2235 maintainer.
2236
2237 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2238
2239 * configure.ac: If bootstrapping a combined tree with
2240 --enable-gold, require c++ in stage1_languages.
2241 * configure: Regenerate.
2242
2243 * configure.ac: Also add target_libs of stage1_languages to
2244 bootstrap_target_libs.
2245 * configure: Regenerate.
2246
2247 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2248 with --enable-languages not containing c++.
2249 * configure: Regenerate.
2250
2251 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2252
2253 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2254 * configure: Regenerate.
2255
2256 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2257
2258 * MAINTAINERS (Write After Approval): Update my e-mail address,
2259 and move from from here...
2260 (Waiting for paperwork): To here.
2261
2262 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2263
2264 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2265
2266 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2267
2268 * configure.ac: Do not use $extrasub for replacing @if/@endif
2269 parts in Makefile; instead, use additional arguments to
2270 AC_CONFIG_COMMANDS to do the replacement manually, with several
2271 sed invocations, to avoid HP-UX sed command limits.
2272 * configure: Regenerate.
2273
2274 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2275
2276 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2277 blank before -L.
2278
2279 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2280
2281 * configure.ac (with-build-config): Document. Handle without.
2282 Handle missing argument.
2283 * configure: Rebuilt.
2284
2285 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2286
2287 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2288 Default to bootstrap-debug only if compare-debug works.
2289 * configure: Rebuilt.
2290 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2291 * Makefile.in: Rebuilt.
2292
2293 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2294
2295 * MAINTAINERS (OS Port Maintainers): Update my email address.
2296
2297 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2298
2299 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2300 * Makefile.in: Rebuilt.
2301
2302 2009-09-01 Chris Demetriou <cgd@google.com>
2303
2304 * MAINTAINERS (Write After Approval): Add myself.
2305
2306 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2307
2308 PR debug/30161
2309 * include/dwarf2.h (enum dwarf_tag): Added
2310 DW_TAG_GNU_template_template_param
2311 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2312
2313 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2314
2315 * Makefile.tpl (AWK): Fix typo.
2316 * Makefile.in: Regenerate.
2317
2318 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2319
2320 * configure.ac: Detect awk and sed.
2321 * Makefile.def (flags_to_pass): Add AWK and SED.
2322 * Makefile.tpl (AWK, SED): New.
2323 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2324 * configure: Regenerate.
2325 * Makefile.in: Regenerate.
2326
2327 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2328
2329 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2330 (collapseslashes): Likewise.
2331
2332 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2333
2334 * configure.ac (AC_PREREQ): Bump to 2.64.
2335
2336 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2337
2338 * configure.ac: Remove --with-datarootdir, --with-docdir,
2339 --with-pdfdir, --with-htmldir switches.
2340 * configure: Regenerate.
2341
2342 * configure: Regenerate.
2343
2344 * compile: Sync from Automake 1.11.
2345 * depcomp: Likewise.
2346 * install-sh: Likewise.
2347 * missing: Likewise.
2348 * mkinstalldirs: Likewise.
2349 * ylwrap: Likewise.
2350
2351 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2352
2353 * ltmain.sh (func_normal_abspath): New function.
2354 (func_relative_path): Likewise.
2355 (func_mode_help): Document new -bindir option for link mode.
2356 (func_mode_link): Add new -bindir option, and use it to place
2357 output DLL if specified.
2358
2359 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2360
2361 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2362 (baseargs): Add --disable-option-checking.
2363 * configure: Regenerate.
2364
2365 * Makefile.def (configure-target-libiberty): Depend on
2366 all-binutils and all-ld.
2367 (configure-target-newlib): Likewise.
2368 * Makefile.in: Regenerate.
2369
2370 2009-08-17 Ben Elliston <bje@au.ibm.com>
2371
2372 * config.sub, config.guess: Update from upstream sources.
2373
2374 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2375
2376 Sync from src, merge:
2377
2378 2009-07-02 Tristan Gingold <gingold@adacore.com>
2379
2380 * configure.ac: Do not exclude gas for i386-*-darwin.
2381 Add a case for x86_64-*-darwin.
2382 * configure: Regenerate.
2383
2384 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2385
2386 * MAINTAINERS: Add my name to Write After Approval list.
2387
2388 2009-08-06 Michael Eager <eager@eagercon.com>
2389
2390 * configure.ac: Add Microblaze target.
2391 * configure: Regenerate.
2392
2393 2009-07-31 Christian Bruel <christian.bruel@st.com>
2394
2395 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2396 * configure: Regenerate.
2397
2398 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2399
2400 * MAINTAINERS (Write After Approval): Update my e-mail address.
2401
2402 2009-07-06 Ian Lance Taylor <iant@google.com>
2403
2404 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2405 * configure: Rebuild.
2406
2407 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2408
2409 * MAINTAINERS: Move myself to the Graphite Reviewers.
2410
2411 2009-06-30 Wei Guozhi <carrot@google.com>
2412
2413 * MAINTAINERS: Add my name to Write After Approval list.
2414
2415 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2416
2417 PR bootstrap/40338
2418 * configure.ac (comparestring): Create new variable.
2419 * Makefile.tpl (comparestring): Use to skip some comparisions.
2420 * configure: Regenerate.
2421 * Makefile.in: Regenerate.
2422
2423 2009-06-26 Doug Evans <dje@sebabeach.org>
2424
2425 * Makefile.def (host_modules): Add cgen.
2426 * Makefile.in: Regenerate.
2427 * configure.ac (host_tools): Add cgen.
2428 * configure: Regenerate.
2429
2430 2009-06-23 DJ Delorie <dj@redhat.com>
2431
2432 * MAINTAINERS: Add myself as mep maintainer.
2433
2434 2009-06-23 Ian Lance Taylor <iant@google.com>
2435
2436 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2437 boot_languages. Only bootstrap target libraries listed in
2438 target_libs for some boot language. Add --with-stage1-ldflags,
2439 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2440 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2441 if not building with C++.
2442 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2443 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2444 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2445 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2446 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2447 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2448 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2449 * configure, Makefile.in: Rebuild.
2450
2451 2009-06-23 Li Feng <nemokingdom@gmail.com>
2452
2453 * MAINTAINERS: Added my name to write-after-approval list.
2454
2455 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2456
2457 * configure.ac: Define is_elf for QNX Neutrino targets.
2458 * configure: Regenerate.
2459
2460 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2461
2462 * MAINTAINERS: Added my name to the write-after-approval list
2463
2464 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2465
2466 * configure.ac: Detect MPC in default directory.
2467 * configure: Regenerate.
2468
2469 2009-06-03 Jerome Guitton <guitton@adacore.com>
2470 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2471
2472 * Makefile.tpl (all): Avoid a trailing backslash.
2473 * Makefile.in: Regenerate.
2474
2475 2009-06-03 Ben Elliston <bje@au.ibm.com>
2476
2477 * config.sub, config.guess: Update from upstream sources.
2478
2479 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2480
2481 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2482 to noconfdirs.
2483 * configure: Regenerate.
2484
2485 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2486
2487 * Makefile.tpl ([+compare-target+]): Compare all stage
2488 directories, rather than just gcc.
2489 * Makefile.in: Rebuilt.
2490
2491 2009-06-01 Doug Kwan <dougkwan@google.com>
2492
2493 * configure.ac: Support gold for target arm*-*-*.
2494 * configure: Regenerate.
2495
2496 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2497
2498 * Makefile.def: Add MPC support and dependencies.
2499 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2500
2501 * Makefile.in, configure: Regenerate.
2502
2503 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2504
2505 * Makefile.tpl (all): Avoid harmless warning in make all when
2506 gcc-bootstrap is enabled but stage_last does not exist.
2507 * Makefile.in: Rebuilt.
2508
2509 2009-05-24 Nicolas Roche <roche@adacore.com>
2510
2511 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2512 * Makefile.in: Regenerate.
2513
2514 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2515
2516 * MAINTAINERS: Update my e-mail address.
2517
2518 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2519
2520 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2521 * configure: Regenerate.
2522
2523 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2524
2525 PR other/40159
2526 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2527 gcc-no-bootstrap are mutually exclusive.
2528 * Makefile.in: Rebuilt.
2529
2530 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2531
2532 PR other/40159
2533 * Makefile.tpl (all): Don't end with unconditional success.
2534 * Makefile.in: Rebuilt.
2535
2536 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2537
2538 PR target/37137
2539 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2540 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2541 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2542 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2543 stage_configureflags, stage_cflags and stage_libcflags into
2544 explicit Makefile macros.
2545 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2546 GFORTRAN.
2547 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2548 CC. Set CC_FOR_BUILD from CC.
2549 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2550 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2551 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2552 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2553 and GFORTRAN.
2554 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2555 (_LIBCFLAGS): Renamed to _TFLAGS.
2556 (do-compare-debug, do-compare3-debug): Drop.
2557 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2558 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2559 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2560 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2561 (XGCC_FLAGS_FOR_TARGET): New.
2562 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2563 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2564 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2565 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2566 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2567 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2568 TFLAGS.
2569 (BUILD_CONFIG): Include if requested.
2570 (all): Set TFLAGS on bootstrap.
2571 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2572 (all-stageid-prefixmodule): Likewise.
2573 (do-clean, distclean-stageid): Set TFLAGS.
2574 (restrap): Fix whitespace.
2575 * Makefile.in: Rebuilt.
2576
2577 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2578
2579 * config.guess: Sync with src.
2580
2581 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2582
2583 * configure.ac ($with_ppl): Default to no if not supplied.
2584 ($with_cloog): Likewise.
2585 configure: Regenerate.
2586
2587 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2588
2589 * MAINTAINERS: Update my e-mail address.
2590
2591 2009-04-27 Nick Clifton <nickc@redhat.com>
2592
2593 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2594
2595 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2596
2597 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2598 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2599 * Makefile.in: Regenerate.
2600
2601 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2602
2603 PR bootstrap/39739
2604 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2605 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2606
2607 * configure, Makefile.in: Regenerate.
2608
2609 2009-04-21 Taras Glek <tglek@mozilla.com>
2610
2611 * include/hashtab.h: Update GTY annotations to new syntax
2612 * include/splay-tree.h: Likewise
2613
2614 2009-04-17 Ben Elliston <bje@au.ibm.com>
2615
2616 * config.sub, config.guess: Update from upstream sources.
2617
2618 2009-04-15 Anthony Green <green@moxielogic.com>
2619
2620 * configure.ac: Add moxie support.
2621 * configure: Rebuilt.
2622
2623 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2624
2625 * configure.ac: Change copyright header to refer to version
2626 3 of the GNU General Public License and to point readers at the
2627 COPYING3 file and the FSF's license web page.
2628 * Makefile.def: Likewise.
2629 * Makefile.tpl: Likewise.
2630 * Makefile.in: Regenerate.
2631
2632 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2633
2634 * configure.ac: Restore match for darwin9 or later. Use double
2635 brackets since regeneration eats one pair.
2636 * configure: Regenerate.
2637
2638 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2639
2640 PR gas/10039
2641 * configure.ac: Require texinfo 4.7.
2642 * configure: Regenerated.
2643
2644 2009-04-09 Nick Clifton <nickc@redhat.com>
2645
2646 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2647 the GCC Runtime Library Exception.
2648
2649 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2650
2651 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2652 * configure: Regenerate.
2653
2654 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2655
2656 * Makefil.def (languages): New entries.
2657 * Makefile.tpl (check-gcc-*): New generic target.
2658 * Makefile.in: Regenerate.
2659
2660 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2661
2662 * MAINTAINERS: Update my email address.
2663
2664 2009-03-18 Tom Tromey <tromey@redhat.com>
2665
2666 * configure: Rebuild.
2667 * configure.ac (host_libs): Add libiconv.
2668 * Makefile.in: Rebuild.
2669 * Makefile.def (host_modules): Add libiconv.
2670 (configure-gdb, all-gdb): Depend on libiconv.
2671
2672 2009-03-16 Tristan Gingold <gingold@adacore.com>
2673
2674 * configure.ac: Treat gdb as supported on x86_64-darwin.
2675 * configure: Regenerate.
2676
2677 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2678
2679 * configure.ac (--with-host-libstdcxx): New option.
2680 * configure: Regenerate.
2681
2682 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2683
2684 * MAINTAINERS: Move myself into the write after approval list.
2685
2686 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2687
2688 * MAINTAINERS: Update e-mail address.
2689
2690 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2691
2692 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2693
2694 2009-03-10 Ira Rosen <irar@il.ibm.com>
2695
2696 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2697
2698 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2699
2700 Backport from git Libtool:
2701
2702 2009-01-19 Robert Millan <rmh@aybabtu.com>
2703 Support GNU/kOpenSolaris.
2704 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2705 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2706 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2707 GNU/kOpenSolaris.
2708
2709 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2710
2711 * MAINTAINERS: Update e-mail address.
2712
2713 2009-02-24 Michael Eager <eager@eagercon.com>
2714
2715 * MAINTAINERS (Write After Approval): Add self.
2716
2717 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2718
2719 * MAINTAINERS (Write After Approval): Add myself.
2720
2721 2009-02-05 Andreas Schwab <schwab@suse.de>
2722
2723 * Makefile.tpl (stage_last): Define $r and $s before using
2724 $(RECURSE_FLAGS_TO_PASS).
2725 * Makefile.in: Regenerate
2726
2727 2009-01-30 Ian Lance Taylor <iant@google.com>
2728
2729 * MAINTAINERS: Move myself to the Global Reviewers list.
2730
2731 2009-01-29 Robert Millan <rmh@aybabtu.com>
2732
2733 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2734 * configure: Regenerate.
2735
2736 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2737
2738 * MAINTAINERS: Make whitespace consistent.
2739 Remove Robert Millan from Write After Approval.
2740
2741 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2742
2743 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2744 (all-opcodes): Depend on all-libiberty.
2745 * Makefile.in: Regenerate.
2746
2747 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2748
2749 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2750 * configure: Regenerate.
2751
2752 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2753
2754 * MAINTAINERS (Write After Approval): Add myself.
2755
2756 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2757
2758 * MAINTAINERS: Add myself to reviewers (Fortran).
2759
2760 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2761
2762 PR tree-optimization/38515
2763 * configure.ac (cloog-polylib): Removed.
2764 (with_ppl, with_cloog): Test for "no".
2765 * configure: Regenerated.
2766
2767 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
2768
2769 * MAINTAINERS: Moved myself to reviewers (Fortran).
2770
2771 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2772
2773 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2774 (Write After Approval): Remove myself.
2775
2776 2009-01-03 Diego Novillo <dnovillo@google.com>
2777
2778 * MAINTAINERS: Remove myself from alias maintainership.
2779
2780 2009-01-02 David Ayers <ayers@fsfe.org>
2781
2782 * MAINTAINERS: Update e-mail address.
2783
2784 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2785
2786 * MAINTAINERS: Make whitespace consistent.
2787
2788 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2789
2790 Backport from upstream Libtool:
2791 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2792 Add cache variables to tests that require the linker to work.
2793 For shlibpath_overrides_runpath, this also changes the semantics
2794 to let the result from the C compiler take precedence.
2795
2796 2008-12-02 Ben Elliston <bje@au.ibm.com>
2797
2798 * config.sub, config.guess: Update from upstream sources.
2799
2800 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2801
2802 * configure.ac (ppllibs): Add by default the lib flags.
2803 * configure: Regenerate.
2804
2805 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
2806
2807 * MAINTAINERS: Add myself to the write after approval list.
2808
2809 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2810
2811 * configure.ac: Add double brackets on darwin[912].
2812 * configure: Regenerate.
2813
2814 2008-12-03 Daniel Kraft <d@domob.eu>
2815
2816 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2817 Approval to Reviewer section (for Fortran front-end).
2818
2819 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2820
2821 * configure.ac: Expand to darwin10 and later.
2822 * configure: Regenerate.
2823
2824 2008-12-02 Andreas Schwab <schwab@suse.de>
2825
2826 * Makefile.def: configure-target-boehm-gc depends on
2827 all-target-libstdc++-v3.
2828 * Makefile.in: Regenerate.
2829
2830 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
2831
2832 * MAINTAINERS: Add myself as mingw maintainer.
2833
2834 2008-12-02 Ben Elliston <bje@au.ibm.com>
2835
2836 * config.sub, config.guess: Update from upstream sources.
2837
2838 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2839
2840 * README.SCO: Remove.
2841
2842 2008-11-29 Fernando Pereira <pronesto@gmail.com>
2843
2844 * MAINTAINERS: Add myself to the write after approval list.
2845
2846 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2847
2848 * MAINTAINERS: Update my email address in WAA section.
2849
2850 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
2851
2852 * MAINTAINERS: Update e-mail address.
2853
2854 2008-11-27 Toon Moene <toon@moene.org>
2855
2856 * MAINTAINERS: Change e-mail address.
2857
2858 2008-11-27 Tristan Gingold <gingold@adacore.com>
2859
2860 * configure.ac: Build gdb for i?86-*-darwin*
2861 * configure: Regenerated.
2862
2863 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
2864
2865 * MAINTAINERS: Added my full name.
2866
2867 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2868
2869 PR bootstrap/38014
2870 PR bootstrap/37923
2871
2872 Revert:
2873
2874 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2875
2876 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2877 * Makefile.in: Regenerated.
2878
2879 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2880
2881 PR gdb/921
2882 PR gdb/1646
2883 PR gdb/2175
2884 PR gdb/2176
2885
2886 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2887 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2888 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2889 (HOST_EXPORTS): Pass CPPFLAGS.
2890 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2891 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2892 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2893 * Makefile.in, configure: Regenerated.
2894 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2895 and CPPFLAGS_FOR_BUILD.
2896
2897 2008-11-06 Jeff Law <law@redhat.com>
2898
2899 * MAINTAINERS: Add myself as middle end maintainer.
2900
2901 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
2902
2903 * MAINTAINERS (Write after approval): Add myself.
2904
2905 2008-11-05 Diego Novillo <dnovillo@google.com>
2906
2907 * MAINTAINERS (Global Reviewers): Add myself.
2908 (Non-Algorithmic Maintainers): Remove myself.
2909
2910 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
2911
2912 * MAINTAINERS (Write after approval): Add myself.
2913
2914 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
2915
2916 * MAINTAINERS (Write after approval): Add myself.
2917
2918 2008-10-31 Ben Elliston <bje@au.ibm.com>
2919
2920 * configure.ac (spu-*-*): Remove special case.
2921 * configure: Regenerate.
2922
2923 2008-10-30 Catherine Moore <clm@codesourcery.com>
2924
2925 * MAINTAINERS (Write after approval): Update my email address.
2926
2927 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2928
2929 * configure.ac [spu-*-*]: Do not set skipdirs.
2930 * configure: Re-generate.
2931
2932 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
2933
2934 * MAINTAINERS (Various Maintainers): Add myself to reload.
2935
2936 2008-10-25 Richard Guenther <rguenther@suse.de>
2937
2938 * MAINTAINERS (Various Maintainers): Add myself as middle-end
2939 maintainer. Remove myself as libgcc-math maintainer.
2940 (Non-Algorithmic Maintainers): Remove myself.
2941
2942 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2943
2944 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2945 * Makefile.in: Regenerated.
2946
2947 2008-10-23 Cary Coutant <ccoutant@google.com>
2948
2949 * MAINTAINERS (Write after approval): Add myself.
2950
2951 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2952
2953 PR gdb/921
2954 PR gdb/1646
2955 PR gdb/2175
2956 PR gdb/2176
2957
2958 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2959 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2960 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2961 (HOST_EXPORTS): Pass CPPFLAGS.
2962 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2963 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2964 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2965 * Makefile.in, configure: Regenerated.
2966 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2967 and CPPFLAGS_FOR_BUILD.
2968
2969 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
2970
2971 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2972 Sebastian Pop.
2973
2974 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
2975
2976 * MAINTAINERS (Write After Approval): Added myself.
2977
2978 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2979
2980 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2981 recommended version to 2.3.2.
2982
2983 * configure: Regenerate.
2984
2985 2008-10-01 Mark Mitchell <mark@codesourcery.com>
2986
2987 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2988
2989 2008-09-29 David Daney <david.daney@caviumnetworks.com>
2990
2991 * MAINTAINERS (Write After Approval): Update e-mail address.
2992
2993 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
2994
2995 * libtool.m4: Update to libtool 2.2.6.
2996 * lt~obsolete.m4: Update to libtool 2.2.6.
2997 * ltmain.sh: Update to libtool 2.2.6.
2998 * ltsugar.m4: Update to libtool 2.2.6.
2999 * ltversion.m4: Update to libtool 2.2.6.
3000 * ltoptions.m4: Update to libtool 2.2.6.
3001 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3002
3003 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
3004
3005 * MAINTAINERS (Write After Approval): Add myself.
3006
3007 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3008
3009 * MAINTAINERS (Write After Approval): Update my name.
3010
3011 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
3012
3013 * MAINTAINERS: Add myself in "Write After Approval".
3014
3015 2008-09-18 Steve Ellcey <sje@cup.hp.com>
3016
3017 * MAINTAINERS: Add myself as ia64 maintainer.
3018
3019 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
3020
3021 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3022 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3023 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3024 and Michael Tiemann from Write After Approval since they do not
3025 actually have access.
3026
3027 2008-09-05 Richard Guenther <rguenther@suse.de>
3028
3029 * configure.ac: Initialize clooglibs to -lcloog.
3030 * configure: Re-generate.
3031
3032 2008-09-04 Le-Chun Wu <lcwu@google.com>
3033
3034 * MAINTAINERS (Write After Approval): Add myself.
3035
3036 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3037
3038 * configure.ac (--with-cloog-polylib): New.
3039 (--disable-cloog-version-check): New.
3040 (--disable-ppl-version-check): New.
3041 * configure: Re-generate.
3042
3043 2008-09-03 Richard Guenther <rguenther@suse.de>
3044
3045 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3046 cloog test.
3047 * configure: Re-generate.
3048
3049 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3050
3051 Add picoChip port.
3052 * MAINTAINERS: Add picoChip maintainers.
3053
3054 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3055 Tobias Grosser <grosser@fim.uni-passau.de>
3056 Jan Sjodin <jan.sjodin@amd.com>
3057 Harsha Jagasia <harsha.jagasia@amd.com>
3058 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3059 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3060 Adrien Eliche <aeliche@isty.uvsq.fr>
3061
3062 Merge from graphite branch.
3063 * configure: Regenerate.
3064 * Makefile.in: Regenerate.
3065 * configure.ac (host_libs): Add ppl and cloog.
3066 Add checks for PPL and CLooG.
3067 * Makefile.def (ppl, cloog): Added modules and dependences.
3068 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3069 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3070
3071 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3072
3073 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3074 (GCC_SHLIB_SUBDIR): New.
3075 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3076 * configure: Regenerate.
3077 * Makefile.in: Regenerate.
3078
3079 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3080
3081 * MAINTAINERS: Consistently use tabs to separate columns.
3082
3083 2008-08-29 Tristan Gingold <gingold@adacore.com>
3084
3085 * MAINTAINERS (Write after Approval): Add myself.
3086
3087 2008-08-28 Tristan Gingold <gingold@adacore.com>
3088
3089 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3090 Enable bfd, binutils and opcodes.
3091 * configure: Regenerate.
3092
3093 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3094
3095 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3096
3097 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3098
3099 * MAINTAINERS: Use correct Umlaut for last name.
3100
3101 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3102
3103 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3104
3105 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3106
3107 * MAINTAINERS: Update my email address.
3108
3109 2008-08-16 Nicolas Roche <roche@adacore.com>
3110
3111 * Makefile.tpl: Add BOOT_ADAFLAGS.
3112 * Makefile.in: Regenerate.
3113
3114 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3115
3116 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3117 * configure: Regenerate.
3118
3119 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3120
3121 * configure.ac: Add makefile fragments for hpux.
3122 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3123 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3124 * configure: Regenerate.
3125 * Makefile.in: Regenerate.
3126
3127 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3128
3129 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3130
3131 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3132
3133 * MAINTAINERS (Write after Approval): Add myself.
3134
3135 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3136
3137 * MAINTAINERS (Write After Approval): Add myself.
3138
3139 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3140
3141 * MAINTAINERS (Write After Approval): Add myself.
3142
3143 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3144
3145 * MAINTAINERS: Update my email address.
3146
3147 2008-06-25 Joey Ye <joey.ye@intel.com>
3148
3149 * MAINTAINERS (Write After Approval): Add myself.
3150
3151 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3152
3153 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3154 * Makefile.in: Regenerate.
3155 * configure: Regenerate.
3156
3157 2008-06-17 Daniel Kraft <d@domob.eu>
3158
3159 * MAINTAINERS (Write After Approval): Add myself.
3160
3161 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3162
3163 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3164 "$@" is still intact with both Autoconf 2.59 and 2.62.
3165 * configure: Regenerate.
3166
3167 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3168
3169 * Makefile.tpl: Fix comment errors.
3170 * Makefile.in: Regenerate.
3171
3172 2008-06-12 David S. Miller <davem@davemloft.net>
3173 David Edelsohn <edelsohn@gnu.org>
3174
3175 * configure.ac: Add powerpc*-*-* to gold supported targets.
3176 * configure: Regenerate.
3177
3178 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3179
3180 PR tree-optimization/36218
3181 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3182 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3183 (all prefix="build-"): Pass them to build-system sub-makes.
3184 * Makefile.in: Regenerate.
3185
3186 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3187
3188 * MAINTAINERS (mt port): Remove.
3189 (sco5, unixware, sco udk): Remove.
3190 (Kean Johnston): Add to Write After Approval.
3191
3192 2008-05-30 Julian Brown <julian@codesourcery.com>
3193
3194 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3195 of libobjc for ARM EABI Linux.
3196 * configure: Regenerate.
3197
3198 2008-05-18 Xinliang David Li <davidxl@google.com>
3199
3200 * ChangeLog: Remove wrong ChangeLog entry.
3201
3202 2008-05-17 Xinliang David Li <davidxl@google.com>
3203
3204 * MAINTAINERS (Write After Approval): Add myself.
3205
3206 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3207
3208 * MAINTAINERS (Write After Approval): Add myself.
3209
3210 2008-05-14 Rafael Espíndola <espindola@google.com>
3211
3212 * config-ml.in: don't handle --enable-shared and --enable-static.
3213
3214 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3215
3216 * MAINTAINERS: Update my email address.
3217
3218 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3219
3220 * MAINTAINERS: Update my email address.
3221
3222 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3223
3224 * MAINTAINERS (Write After Approval): Add myself.
3225
3226 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3227
3228 * MAINTAINERS (Write After Approval): Add myself.
3229
3230 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3231
3232 * MAINTAINERS (crx): Add myself.
3233
3234 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3235
3236 Sync with src:
3237 2008-04-14 David S. Miller <davem@davemloft.net>
3238
3239 * configure.ac: Add sparc*-*-* to gold supported targets.
3240 * configure: Regenerate.
3241
3242 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3243
3244 PR bootstrap/35457
3245 * configure.ac: Include override.m4.
3246 * configure: Regenerate.
3247
3248 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3249
3250 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3251 * Makefile.in: Regenerate.
3252
3253 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3254
3255 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3256 as nonconfigurable directories list.
3257 * configure: Regenerate.
3258
3259 2008-04-14 Ben Elliston <bje@au.ibm.com>
3260
3261 * config.sub, config.guess: Update from upstream sources.
3262
3263 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3264
3265 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3266 * Makefile.in: Regenerate.
3267
3268 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3269
3270 * configure.ac: Do not build libssp for the AVR.
3271 * configure: Regenerate.
3272
3273 2008-04-07 Ian Lance Taylor <iant@google.com>
3274
3275 * Makefile.def: check-gold depends upon all-binutils.
3276 * Makefile.in: Regenerate.
3277
3278 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3279
3280 * MAINTAINERS (Write After Approval): Add myself.
3281
3282 2008-04-04 Nick Clifton <nickc@redhat.com>
3283
3284 PR binutils/4334
3285 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3286 builds.
3287 * configure: Regenerate.
3288
3289 2008-04-04 NightStrike <NightStrike@gmail.com>
3290
3291 PR other/35151
3292 * configure.ac: Combine rules for mingw32 and mingw64.
3293 * configure: Regenerate.
3294
3295 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3296
3297 * MAINTAINERS (Write After Approval): Add myself.
3298
3299 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3300
3301 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3302 * Makefile.in (.NOTPARALLEL): Ditto.
3303
3304 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3305
3306 * MAINTAINERS (Write After Approval): Add myself.
3307
3308 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3309
3310 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3311 * Makefile.in (.NOTPARALLEL): Regenerate.
3312
3313 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3314
3315 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3316 * Makefile.in: Regenerate.
3317
3318 2008-03-26 Jakub Staszak <kuba@et.pl>
3319
3320 * MAINTAINERS (Write After Approval): Add myself.
3321
3322 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3323
3324 * MAINTAINERS: Update e-mail address.
3325
3326 2008-03-20 Ian Lance Taylor <iant@google.com>
3327
3328 * configure.ac: Add support for --enable-gold.
3329 * Makefile.def: Add gold as a directory like ld.
3330 * configure, Makefile.in: Regenerate.
3331
3332 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3333
3334 * configure.ac: m4_include config/proginstall.m4.
3335 * configure: Regenerate.
3336
3337 Backport from upstream Libtool:
3338
3339 2007-10-12 Eric Blake <ebb9@byu.net>
3340
3341 Deal with Autoconf 2.62's semantic change in m4_append.
3342 * ltsugar.m4 (lt_append): Replace broken versions of
3343 m4_append.
3344 (lt_if_append_uniq): Don't require separator to be overquoted,
3345 and avoid broken m4_append.
3346 (lt_dict_add): Fix typo.
3347 * libtool.m4 (_LT_DECL): Don't overquote separator.
3348
3349 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3350
3351 * config.rpath: Add AIX 6 support.
3352
3353 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3354
3355 * Makefile.def (stageprofile). Remove -fprofile-generate
3356 from stage_libcflags.
3357 * Makefile.in: Regenerate.
3358
3359 2008-03-13 Ben Elliston <bje@au.ibm.com>
3360
3361 * config.sub, config.guess: Update from upstream sources.
3362
3363 2008-03-06 Tom Tromey <tromey@redhat.com>
3364
3365 * MAINTAINERS: Update for treelang deletion.
3366
3367 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3368
3369 * MAINTAINERS: Update my email address.
3370
3371 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3372
3373 * MAINTAINERS (darwin port): Add myself as a maintainer.
3374 (objective-c/c++): Add myself as a maintainer.
3375
3376 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3377
3378 * MAINTAINERS (Write After Approval): Update my email address.
3379
3380 2008-02-25 Tomas Bily <tbily@suse.cz>
3381
3382 * MAINTAINERS (Write After Approval): Add myself.
3383
3384 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3385
3386 * MAINTAINERS (OpenMP): Add myself.
3387
3388 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3389
3390 PR bootstrap/32009
3391 PR bootstrap/32161
3392
3393 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3394 * configure: Regenerate.
3395
3396 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3397 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3398 STAGE4_LIBCFLAGS): New.
3399 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3400 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3401 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3402 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3403 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3404 for target modules. Don't export LIBCFLAGS.
3405 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3406 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3407 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3408 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3409 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3410 * Makefile.in: Regenerate.
3411
3412 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3413
3414 PR libgcj/33085
3415 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3416 Do not use -DDLL_EXPORT. Backport from upstream.
3417
3418 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3419
3420 * MAINTAINERS (Write After Approval): Add myself.
3421
3422 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3423
3424 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3425 * configure: Regenerate.
3426
3427 2008-01-31 Marc Gauthier <marc@tensilica.com>
3428
3429 * configure.ac (xtensa*-*-*): Recognize processor variants.
3430 * configure: Regenerate.
3431
3432 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3433
3434 PR bootstrap/34922
3435 * configure.ac (PARSE_ARGS): Push suitable setting of
3436 ac_subdirs_all, for `./configure --help=recursive'.
3437 Handle `+' in generic toplevel directory disabling.
3438 * configure: Regenerate.
3439
3440 2008-01-28 Nick Clifton <nickc@redhat.com>
3441
3442 * MAINTAINERS (xstormy16): Take over maintainership.
3443
3444 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3445
3446 * MAINTAINERS (c4x port): Remove.
3447
3448 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3449
3450 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3451
3452 2008-01-23 Ben Elliston <bje@au.ibm.com>
3453
3454 * config.sub, config.guess: Update from upstream sources.
3455
3456 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3457
3458 * MAINTAINERS (Write After Approval): Add myself.
3459
3460 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3461
3462 * MAINTAINERS: Update my email address.
3463
3464 2008-01-09 Raksit Ashok <raksit@google.com>
3465
3466 * MAINTAINERS (Write After Approval): Add myself.
3467
3468 2008-01-09 Raksit Ashok <raksit@google.com>
3469
3470 * MAINTAINERS (Write After Approval): Add myself.
3471
3472 2008-01-08 Ben Elliston <bje@au.ibm.com>
3473
3474 * config.sub, config.guess: Update from upstream sources.
3475
3476 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3477
3478 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3479 Change recommended MPFR from 2.2.1 -> 2.3.0.
3480 * configure: Regenerate.
3481
3482 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3483
3484 * MAINTAINERS: Update my email address.
3485
3486 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3487
3488 * MAINTAINERS: Update my email address.
3489
3490 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3491
3492 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3493 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3494 * Makefile.in: Regenerate.
3495
3496 2007-12-10 Mark Heffernan <meheff@google.com>
3497
3498 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3499 misplaced entries.
3500
3501 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3502
3503 * configure.ac: Enable libjava for x86_64-*-darwin9.
3504 * configure: Regenerate.
3505
3506 2007-12-07 Bill Maddox <maddox@google.com>
3507
3508 * MAINTAINERS (Write After Approval): Add myself.
3509
3510 2007-12-05 Ben Elliston <bje@au.ibm.com>
3511
3512 * config.sub, config.guess: Update from upstream sources.
3513
3514 2007-12-02 Matthias Klose <doko@ubuntu.com>
3515
3516 * config-ml.in: Remove 64bit configure tests.
3517
3518 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3519
3520 * config-ml.in: Robustify against white space in absolute file
3521 names.
3522
3523 * config-ml.in (multi-clean): Substitute ${Makefile}.
3524 Remove superfluous ${Makefile} in list.
3525
3526 2007-11-19 Thiemo Seufer <ths@mips.com>
3527
3528 * config-ml.in: Don't hardcode the Makefile name.
3529
3530 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3531
3532 * MAINTAINERS (Write After Approval): Add myself.
3533
3534 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3535
3536 * MAINTAINERS (Write After Approval): Add myself.
3537
3538 2007-11-06 Doug Kwan <dougkwan@google.com>
3539
3540 * MAINTAINERS (Write After Approval): Add myself.
3541
3542 2007-10-25 Ben Elliston <bje@au.ibm.com>
3543
3544 * MAINTAINERS (mercury): Remove entry.
3545 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3546
3547 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3548
3549 * Makefile.def (dependencies): Make configure-gdb depend on
3550 all-intl.
3551 * Makefile.in: Regenerated.
3552
3553 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3554
3555 * MAINTAINERS (Fortran maintainer): Remove myself.
3556
3557 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3558
3559 * Makefile.def: To avoid problems running with parallel makes,
3560 build newlib before libgloss so that target specific header
3561 files are availble.
3562 * Makefile.in: Regenerate
3563
3564 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3565
3566 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3567 * Makefile.in: Regenerate.
3568
3569 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3570
3571 * MAINTAINERS (Register allocation reviewer): Add myself.
3572
3573 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3574
3575 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3576 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3577 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3578 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3579 * configure: Regenerate.
3580
3581 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3582
3583 * MAINTAINERS (Register allocation reviewer): Add myself.
3584
3585 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3586
3587 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3588 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3589 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3590 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3591 * configure.ac: Default them to host tools for $host = $build.
3592 Subst them.
3593
3594 * configure: Regenerate.
3595 * Makefile.in: Regenerate.
3596
3597 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3598
3599 * MAINTAINERS (Register allocation reviewer): Add myself.
3600
3601 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3602
3603 * MAINTAINERS (Register allocation reviewer): Add myself.
3604
3605 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3606
3607 * MAINTAINERS (Write After Approval): Fix typo.
3608
3609 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3610
3611 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3612 * configure: Regenerate.
3613
3614 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3615
3616 PR bootstrap/31906
3617 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3618 they're already prefixed.
3619
3620 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3621
3622 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3623 libstdc++.
3624 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3625 * configure: Regenerate.
3626 * Makefile.in: Regenerate.
3627
3628 2007-09-17 Andreas Schwab <schwab@suse.de>
3629
3630 * configure.ac: Raise minimum makeinfo version to 4.6.
3631 * configure: Regenerate.
3632
3633 2007-09-17 Johannes Singler <singler@ira.uka.de>
3634
3635 * MAINTAINERS (write-after-approval) add myself
3636
3637 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3638
3639 * configure.ac: Correct makeinfo version check.
3640 * configure: Regenerate.
3641
3642 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3643
3644 * MAINTAINERS: Update my email address.
3645
3646 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3647
3648 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3649 to $skipdirs and only disable gprof for newlib. Use the normal
3650 mips*-elf* handling in other respects.
3651 * configure: Regnerate.
3652
3653 2007-09-12 David Daney <ddaney@avtrex.com>
3654
3655 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3656 enabling libgcj.
3657 * configure: Regenerate.
3658
3659 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3660
3661 PR other/32154
3662 * configure.ac: For libgloss targets, point the linker to the linker
3663 script, startup code and simulator library.
3664 * configure: Regenerate.
3665
3666 2007-09-07 Andrew Haley <aph@redhat.com>
3667
3668 * configure.ac (noconfigdirs): Remove target-libffi and
3669 target-libjava.
3670 * configure: Regenerate.
3671
3672 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3673
3674 PR target/33281
3675 * configure.ac: Use config/mh-mingw on mingw.
3676 * configure: Regenerate.
3677
3678 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3679
3680 * MAINTAINERS (Write After Approval): Add myself.
3681
3682 2007-09-05 Richard Guenther <rguenther@suse.de>
3683
3684 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3685 nor --disable-checking is provided also turn on yes and types
3686 checking for stage1.
3687 * configure: Re-generate.
3688
3689 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3690
3691 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3692 (Write After Approval): Remove myself.
3693
3694 2007-08-29 Nick Clifton <nickc@redhat.com>
3695
3696 * config.sub, config.guess: Update from upstream sources.
3697
3698 2007-08-22 Bud Davis <jmdavis@link.com>
3699
3700 * MAINTAINERS (Write After Approval): Added myself.
3701 * MAINTAINERS (Reviewers): Removed myself.
3702
3703 2007-08-18 Paul Brook <paul@codesourcery.com>
3704 Joseph Myers <joseph@codesourcery.com>
3705
3706 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3707 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3708 * Makefile.in: Regenerate.
3709 * configure.ac (--with-debug-prefix-map): New.
3710 * configure: Regenerate.
3711
3712 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3713 Nigel Stephens <nigel@mips.com>
3714
3715 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3716 as target_makefile_frag.
3717 * configure: Regenerate.
3718
3719 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3720
3721 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3722 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3723 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3724 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3725 (do-compare, do-compare3, do-compare-debug): New.
3726 ([+compare-target+]): Use them.
3727
3728 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3729
3730 * MAINTAINERS (Write After Approval): Change my email address.
3731
3732 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3733 Ben Elliston <bje@au.ibm.com>
3734
3735 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3736 --silent if $silent.
3737 * configure: Regenerate.
3738
3739 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3740
3741 * MAINTAINERS (Various Maintainers): Add myself as
3742 loop infrastructure maintainer. Update my e-mail
3743 address.
3744
3745 2007-07-31 Diego Novillo <dnovillo@google.com>
3746
3747 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3748 Adjust description.
3749
3750 2007-07-26 Richard Guenther <rguenther@suse.de>
3751
3752 * configure.ac: Add types checking to stage1 checking flags.
3753 * configure: Regenerate.
3754
3755 2007-07-17 Nick Clifton <nickc@redhat.com>
3756
3757 * COPYING3: New file. Contains version 3 of the GNU General
3758 Public License.
3759 * COPYING3.LIB: New file. Contains version 3 of the GNU
3760 Lesser General Public License.
3761
3762 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3763
3764 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3765
3766 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3767
3768 * MAINTAINERS (S/390 co-maintainer): Add myself.
3769 (Write After Approval): Remove myself.
3770
3771 2007-07-13 Dan Hipschman <dsh@google.com>
3772
3773 * MAINTAINERS (Write After Approval): Add myself.
3774
3775 2007-07-11 Nick Clifton <nickc@redhat.com>
3776
3777 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3778 WINDRES export.
3779 * Makefile.in: Regenerate.
3780
3781 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3782
3783 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3784 maintainer.
3785
3786 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3787
3788 * lt~obsolete.m4: New. Import from 20070318 libtool.
3789
3790 2007-07-03 Julian Brown <julian@codesourcery.com>
3791
3792 * MAINTAINERS (Write After Approval): Add myself.
3793
3794 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3795
3796 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3797 * configure: Regenerate.
3798
3799 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3800
3801 * configure.ac: Add some missing m4 quotation.
3802 * configure: Regenerate.
3803
3804 2007-07-02 Simon Baldwin <simonb@google.com>
3805
3806 * MAINTAINERS (Write After Approval): Add myself.
3807
3808 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
3809
3810 * configure: Regenerate.
3811
3812 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
3813
3814 * Makefile.def: Add windmc tool to build.
3815 * Makefile.tpl: Likewise.
3816 * configure.ac: Likewise.
3817 * Makefile.in: Regenerate.
3818 * configure: Regenerate.
3819
3820 2007-06-28 DJ Delorie <dj@redhat.com>
3821
3822 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3823 not building newlib.
3824 * configure: Regenerated.
3825
3826 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3827
3828 * MAINTAINERS (Write After Approval): Add myself.
3829
3830 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
3831
3832 * MAINTAINERS (Write After Approval): Add myself.
3833
3834 2007-06-19 Chris Matthews <chrismatthews@google.com>
3835
3836 * MAINTAINERS (Write After Approval): Add myself.
3837
3838 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3839
3840 * MAINTAINERS (Write After Approval): Add myself.
3841
3842 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3843
3844 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3845 * Makefile.in: Regenerated.
3846
3847 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3848
3849 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3850 bfin*-*-uclinux* targets.
3851 * configure: Regenerate.
3852
3853 2007-06-14 Ian Lance Taylor <iant@google.com>
3854
3855 * MAINTAINERS: Add myself as non-algorithmic global write
3856 maintainer.
3857
3858 2007-06-14 Diego Novillo <dnovillo@google.com>
3859
3860 * MAINTAINERS: Add self as middle-end maintainer and
3861 non-algorithmic global write maintainer.
3862
3863 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3864
3865 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3866 Move all Fortran maintainers except Paul Brook into the
3867 Non-Autopoiesis section.
3868
3869 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3870
3871 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3872 (distclean-stage[+id+]): Possibly delete stage_last.
3873 * Makefile.in: Regenerate.
3874
3875 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
3876
3877 * MAINTAINERS (Various Maintainer): Fix typo.
3878
3879 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
3880
3881 * MAINTAINERS (Various Maintainer): Add myself as
3882 dataflow maintainer.
3883
3884 2007-06-07 Ben Elliston <bje@au.ibm.com>
3885
3886 * config.sub, config.guess: Update from upstream sources.
3887
3888 2007-06-07 Ben Elliston <bje@au.ibm.com>
3889
3890 * Makefile.tpl: Fix spelling error.
3891 * Makefile.in: Regenerate.
3892
3893 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3894
3895 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3896 lt_cv_sys_max_cmd_len.
3897
3898 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
3899
3900 * MAINTAINERS (Various Maintainers): Add myself as
3901 auto-vectorizer maintainer.
3902
3903 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
3904
3905 PR libjava/32098
3906 * libtool.m4: Revert previous change.
3907 * ltgcc.m4: Put it here.
3908
3909 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
3910
3911 * MAINTAINERS (Various Maintainers): Add myself as
3912 auto-vectorizer maintainer.
3913
3914 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
3915
3916 PR libjava/32098
3917 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3918
3919 2007-05-30 Richard Guenther <rguenther@suse.de>
3920
3921 * MAINTAINERS (Various Maintainers): Add myself as
3922 auto-vectorizer maintainer.
3923
3924 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3925
3926 PR bootstrap/29382
3927 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3928 * configure: Rebuilt.
3929
3930 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
3931
3932 * MAINTAINERS (Write After Approval): Removed my name.
3933
3934 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
3935
3936 * MAINTAINERS (Write After Approval): Remove myself.
3937
3938 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3939
3940 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3941
3942 2007-05-23 Steve Ellcey <sje@cup.hp.com>
3943
3944 * ltmain.sh: Update from ToT Libtool.
3945 * libtool.m4: Update from ToT Libtool.
3946 * ltsugar.m4: New. Update from ToT Libtool.
3947 * ltversion.m4: New. Update from ToT Libtool.
3948 * ltoptions.m4: New. Update from ToT Libtool.
3949 * ltconfig: Remove.
3950 * ltcf-c.sh: Remove.
3951 * ltcf-cxx.sh: Remove.
3952 * ltcf-gcj.sh: Remove.
3953
3954 2007-05-22 Ollie Wild <aaw@google.com>
3955
3956 * MAINTAINERS (Write After Approval): Add myself.
3957
3958 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3959
3960 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3961 stage_cflags.
3962 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3963 Remove CFLAGS/LIBCFLAGS.
3964 (configure-stage[+id+]-[+prefix+][+module+],
3965 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3966 * Makefile.in: Regenerate.
3967
3968 2007-05-15 Diego Novillo <dnovillo@google.com>
3969
3970 * MAINTAINERS: Update e-mail address.
3971
3972 2007-05-15 Revital Eres <eres@il.ibm.com>
3973
3974 * MAINTAINERS (Write After Approval): Add myself.
3975
3976 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
3977
3978 * MAINTAINERS (Write After Approval): Updated my address.
3979
3980 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
3981
3982 * MAINTAINERS (Write After Approval): Add myself.
3983
3984 2007-05-11 Silvius Rus <rus@google.com>
3985
3986 * MAINTAINERS (Write After Approval): Add myself.
3987
3988 2007-04-23 Tom Tromey <tromey@redhat.com>
3989
3990 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3991
3992 2007-04-22 Mark Mitchell <mark@codesourcery.com>
3993
3994 * MAINTAINERS (cpplib): Rename to ...
3995 (libcpp): ... this. Add C/C++ front end maintainers.
3996
3997 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3998
3999 * config-ml.in: Pass ${ml_config_env} to configure calls.
4000
4001 2007-04-04 Christian Bruel <christian.bruel@st.com>
4002
4003 * MAINTAINERS (Write After Approval): Add myself.
4004
4005 2007-04-02 Dave Korn <dave.korn@artimi.com>
4006
4007 * MAINTAINERS (Write After Approval): Add myself.
4008
4009 2007-03-31 Tobias Burnus <burnus@net-b.de>
4010
4011 * MAINTAINERS (fortran 95 front end): Add myself.
4012
4013 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4014
4015 * MAINTAINERS (Write After Approval): Add myself.
4016
4017 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
4018
4019 * MAINTAINERS (Modulo Scheduler): Add myself.
4020
4021 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
4022
4023 * MAINTAINERS (fortran 95 front end): Add myself.
4024 (c++ front end): whitespace fix.
4025
4026 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
4027
4028 * MAINTAINERS (Write After Approval): Add myself.
4029
4030 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4031
4032 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4033 of glob. Quote arguments with single quotes too.
4034 * configure: Regenerate.
4035
4036 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4037
4038 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4039 * Makefile.in: Regenerate
4040
4041 2007-03-07 Andreas Schwab <schwab@suse.de>
4042
4043 * configure: Regenerate.
4044
4045 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4046
4047 * configure.ac: Add "--with-pdfdir" configure option,
4048 which defines pdfdir variable.
4049 * Makefile.def (target=fixincludes): Add install-pdf to
4050 missing targets.
4051 (recursive_targets): Add install-pdf target.
4052 (flags_to_pass): Add pdfdir.
4053 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4054 target.
4055 * configure: Regenerate
4056 * Makefile.in: Regenerate
4057
4058 2007-02-28 Eric Christopher <echristo@apple.com>
4059
4060 Revert:
4061 2006-12-07 Mike Stump <mrs@apple.com>
4062
4063 * Makefile.def (dependencies): Add dependency for
4064 install-target-libssp and install-target-libgomp on
4065 install-gcc.
4066 * Makefile.in: Regenerate.
4067
4068 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4069
4070 * configure: Regenerate.
4071 * configure.ac: Move statements after variable declarations.
4072
4073 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4074
4075 * MAINTAINERS: Add myself as sh maintainer.
4076
4077 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4078
4079 * configure.ac: Adjust for loop syntax.
4080 * configure: Regenerate.
4081
4082 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4083
4084 * configure: Rebuilt.
4085
4086 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4087
4088 * configure.ac: Drop multiple occurrences of --enable-languages,
4089 and fix its quoting.
4090 * configure: Rebuilt.
4091
4092 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4093 Nathan Sidwell <nathan@codesourcery.com>
4094 Vladimir Prus <vladimir@codesourcery.com>
4095 Joseph Myers <joseph@codesourcery.com>
4096
4097 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4098 * configure: Regenerate.
4099
4100 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4101
4102 * ltconfig (freebsd*): Default to elf.
4103
4104 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4105
4106 * configure.ac (target_libraries): Move libgcc before libiberty.
4107 * configure: Regenerated.
4108
4109 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4110 Paolo Bonzini <bonzini@gnu.org>
4111
4112 PR bootstrap/30753
4113 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4114 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4115 * configure: Regenerated.
4116
4117 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4118
4119 * MAINTAINERS (Language Front End Maintainers): Update my mail
4120 address.
4121
4122 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4123
4124 PR bootstrap/30748
4125 * configure.ac: Correct syntax for Solaris ksh.
4126 * configure: Regenerated.
4127
4128 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4129
4130 * configure.ac: Sync with src.
4131 * configure: Regenerate.
4132
4133 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4134
4135 * Makefile.in: Regenerate.
4136
4137 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4138
4139 * config.sub: Sync with src.
4140
4141 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4142
4143 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4144 noncanonical equivalents.
4145 * configure.in: Rename to...
4146 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4147 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4148 target_noncanonical. Use them. Rewrite removal of configure
4149 arguments for autoconf 2.59. Discard variable settings. Force
4150 program_transform_name for native tools.
4151
4152 * Makefile.in: Regenerated.
4153 * configure: Regenerated with autoconf 2.59.
4154
4155 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4156
4157 * MAINTAINERS (Write After Approval): Add myself.
4158
4159 2007-01-31 Andreas Schwab <schwab@suse.de>
4160
4161 * Makefile.tpl (LDFLAGS): Substitute it.
4162 * Makefile.in: Regenerate.
4163
4164 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4165
4166 * MAINTAINERS (Write After Approval): Add myself.
4167
4168 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4169
4170 * MAINTAINERS (spu port): Add myself.
4171
4172 2007-01-23 Richard Guenther <rguenther@suse.de>
4173
4174 PR bootstrap/30541
4175 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4176 * Makefile.tpl (GNATBIND): Substitute it.
4177 (GNATMAKE): Likewise.
4178 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4179 of STAGE_PREFIX.
4180 * Makefile.in: Regenerate.
4181 * configure: Regenerate.
4182
4183 2007-01-18 Mike Stump <mrs@apple.com>
4184
4185 * configure.in: Re-enable -Werror for gcc builds.
4186
4187 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4188
4189 * MAINTAINERS (Write After Approval): Add myself.
4190
4191 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4192
4193 * configure.in: Change == to = in test command.
4194 * configure: Regenerate.
4195
4196 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4197 Nick Clifton <nickc@redhat.com>
4198 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4199
4200 * configure.in (build_configargs, host_configargs, target_configargs):
4201 Remove build/host/target parameters.
4202 (host_libs): Add gmp and mpfr.
4203 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4204 * Makefile.def (gmp, mpfr): New.
4205 (gcc): Remove target.
4206 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4207 target_os, target_vendor): New.
4208 (configure): Add host_alias/target_alias arguments; adjust invocations.
4209 * configure: Regenerate.
4210 * Makefile.in: Regenerate.
4211
4212 2007-01-11 Matt Fago <fago@earthlink.net>
4213
4214 * configure.in: Try to link to functions only in mpfr 2.2.x
4215 to improve robustness of configure tests.
4216 * configure: Regenerate.
4217
4218 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4219
4220 * MAINTAINERS: Add myself as i386 maintainer.
4221
4222 2007-01-08 Jan Hubicka <jh@suse.cz>
4223
4224 * MAINTAINERS: Add myself as i386 maintainer.
4225
4226 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4227
4228 * configure.in: Add support for an x86_64-mingw* target.
4229 * configure: Regenerate.
4230
4231 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4232
4233 * Makefile.tpl (all-target): Correct @if conditional for target
4234 modules.
4235 * configure.in: Omit libiberty if building only target libgcc.
4236 * configure, Makefile.in: Regenerated.
4237
4238 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4239
4240 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4241 * configure: Regenerate.
4242
4243 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4244
4245 * Makefile.def (target_modules): Add libgcc.
4246 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4247 * Makefile.tpl (clean-target-libgcc): Delete.
4248 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4249 on gcc even for bootstrapped modules. Rewrite handling of
4250 lang_env_dependencies to loop over target_modules.
4251 * configure.in (target_libraries): Add target-libgcc.
4252 * Makefile.in, configure: Regenerated.
4253
4254 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4255
4256 * configure.in: Reorganize recognition of languages. Add
4257 --enable-stage1-languages. Show supported languages for the chosen
4258 target rather than all recognized languages.
4259 * configure: Regenerate.
4260
4261 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4262
4263 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4264 * Makefile.in: Regenerate.
4265
4266 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4267
4268 * configure.in: Warn that MPFR 2.2.0 is buggy.
4269 * configure: Regenerate.
4270
4271 2006-12-27 Ian Lance Taylor <iant@google.com>
4272
4273 * configure.in: When removing Makefiles to force a reconfigure, also
4274 remove prev-DIR*/Makefile.
4275 * configure: Regenerate.
4276
4277 2006-12-22 Andreas Schwab <schwab@suse.de>
4278
4279 * configure: Regenerate with correct autoconf version.
4280
4281 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4282
4283 * configure.in: add AC_SUBST for *_FOR_TARGET.
4284 * configure: Regenerate.
4285
4286 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4287
4288 * configure.in: Simplify logic for rejecting languages that cannot
4289 be built. Separate the case when a language is unsupported,
4290 from the case when the user chooses not to build a language.
4291
4292 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4293
4294 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4295 it only affects bootstrap and could be tested on "$host" as well.
4296 * configure: Regenerate.
4297 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4298
4299 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4300
4301 PR bootstrap/29544
4302 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4303 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4304 move here comment from Makefile.tpl.
4305 * Makefile.tpl: Move some definitions higher in the file.
4306 (STAGE1_CHECKING): New.
4307 * configure.in: Add --enable-stage1-checking.
4308 * configure: Regenerate.
4309 * Makefile.in: Regenerate.
4310
4311 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4312
4313 * MAINTAINERS: Add myself as build system maintainer.
4314
4315 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4316
4317 * MAINTAINERS (Write After Approval): Add myself.
4318
4319 2006-12-13 Eric Christopher <echristo@apple.com>
4320
4321 * MAINTAINERS: Add myself as darwin maintainer.
4322
4323 2006-12-11 Ian Lance Taylor <ian@airs.com>
4324
4325 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4326
4327 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4328
4329 MAINTAINERS: Update my entry.
4330
4331 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4332
4333 * configure.in: Handle spu makefile frag.
4334 * Makefile.tpl (MAINT): Define
4335 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4336 * configure: Regenerate.
4337 * Makefile.in: Regenerate.
4338
4339 2006-12-11 Ben Elliston <bje@au.ibm.com>
4340
4341 * config.guess: Import latest version.
4342 * config.sub: Likewise.
4343
4344 2006-12-11 Ben Elliston <bje@au.ibm.com>
4345
4346 * configure.in (spu-*-*): Don't skip target-libiberty.
4347 * configure: Regenerate.
4348
4349 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4350
4351 PR bootstrap/30134
4352 * configure.in: Correct x86 darwin support for libjava to powerpc
4353 and i?86 only.
4354 * configure: Regenerate.
4355
4356 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4357
4358 * configure.in: Add x86 darwin support for libjava.
4359 * configure: Regenerate.
4360
4361 2006-12-07 Mike Stump <mrs@apple.com>
4362
4363 * Makefile.def (dependencies): Add dependency for
4364 install-target-libssp and install-target-libgomp on
4365 install-gcc.
4366 * Makefile.in: Regenerate.
4367
4368 2006-12-04 Richard Guenther <rguenther@suse.de>
4369
4370 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4371 (Non-Algorithmic Maintainers): Move over non-algorithmic
4372 loop optimizer maintainers, add myself as a non-algorithmic
4373 middle-end maintainer.
4374
4375 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4376
4377 * MAINTAINERS (Write After Approval): Add myself.
4378
4379 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4380
4381 * configure.in: Update error message for missing GMP/MPFR.
4382
4383 * configure: Regenerate.
4384
4385 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4386
4387 * configure.in: Update MPFR version in error message.
4388
4389 * configure: Regenerate.
4390
4391 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4392
4393 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4394 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4395 --with-gmp-lib): New flags.
4396
4397 * configure: Regenerate.
4398
4399 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4400
4401 * MAINTAINERS (Write After Approval): Change my email address.
4402
4403 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4404
4405 * MAINTAINERS (Write After Approval): Add myself.
4406
4407 2006-11-22 Philipp Thomas <pth@suse.de>
4408
4409 * MAINTAINERS (i18n): Update e-mail address.
4410
4411 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4412
4413 * MAINTAINERS (spu port): Add myself as maintainer.
4414 (Write After Approval): Remove myself.
4415
4416 2006-11-22 Ben Elliston <bje@au.ibm.com>
4417
4418 * configure.in (skipdirs): Don't build libssp for SPU.
4419 * configure: Regenerate.
4420
4421 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4422
4423 * MAINTAINERS (spu port): Add myself as maintainer.
4424 (libobjc): Update my email address.
4425
4426 2006-11-21 Andrea Bona <andrea.bona@st.com>
4427
4428 * MAINTAINERS (Write After Approval): Add myself.
4429
4430 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4431
4432 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4433 * configure : Rebuilt.
4434
4435 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4436
4437 * MAINTAINERS (Write After Approval): Add myself.
4438
4439 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4440
4441 * MAINTAINERS (Write After Approval): Add myself.
4442
4443 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4444
4445 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4446 libmpfr.a.
4447 * configure: Regenerate.
4448
4449 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4450
4451 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4452 (unstage): Test for stage_last presence.
4453
4454 PR bootstrap/29802
4455 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4456 STAGE_PREFIX.
4457 * Makefile.in: Regenerate.
4458
4459 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4460
4461 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4462 maintainers.
4463
4464 2006-11-14 Erven Rohou <erven.rohou@st.com>
4465
4466 * MAINTAINERS (Write After Approval): Add myself.
4467
4468 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4469
4470 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4471 and stageN-package/Makefile.
4472 * Makefile.in: Regenerated.
4473
4474 2006-11-14 Jie Zhang <jie.zhang@analog.com>
4475
4476 * configure.in: Remove target-libgloss from noconfigdirs for
4477 bfin-*-*.
4478 * configure: Regenerated.
4479
4480 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4481
4482 * configure.in (have_gmp): Only error if the gcc directory exists.
4483
4484 * configure: Regenerate.
4485
4486 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4487
4488 * configure.in: Robustify error message for missing GMP/MPFR.
4489
4490 * configure: Regenerate.
4491
4492 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
4493
4494 * MAINTAINERS (Write After Approval): Add myself.
4495
4496 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4497
4498 * MAINTAINERS: Change email address.
4499
4500 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4501
4502 * MAINTAINERS (Write After Approval): Add myself.
4503
4504 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4505
4506 * MAINTAINERS (Write After Approval): Add myself.
4507
4508 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4509
4510 * MAINTAINERS (Write After Approval): Move myself to
4511 Write After Approval section.
4512
4513 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4514
4515 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4516 need_gmp anymore.
4517 * configure: Regenerate.
4518
4519 2006-10-16 Tobias Burnus <burnus@net-b.de>
4520
4521 * MAINTAINERS (Write After Approval): Add myself.
4522
4523 2006-10-16 Ben Elliston <bje@au.ibm.com>
4524
4525 * config.guess: Import latest version.
4526 * config.sub: Likewise.
4527
4528 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4529
4530 * Makefile.def: Added pdf target handling.
4531 * Makefile.tpl: Added pdf target handling.
4532 * Makefile.in: Regenerated.
4533
4534 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4535
4536 * MAINTAINERS: Add self as score port maintainer.
4537
4538 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4539
4540 * MAINTAINERS (Write After Approval): Add myself.
4541
4542 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4543
4544 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4545 or newer.
4546 * configure: Regenerated.
4547
4548 2006-09-27 Dave Brolley <brolley@redhat.com>
4549
4550 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4551 using $s instead of $r.
4552 * configure: Regenerated.
4553
4554 2006-09-26 Thiemo Seufer <ths@mips.com>
4555
4556 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4557 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4558 * configure: Regenerate.
4559
4560 2006-09-24 Graeme Peterson <gridly@gmail.com>
4561
4562 * MAINTAINERS (Write After Approval): Remove myself.
4563
4564 2006-09-22 Chao-ying Fu <fu@mips.com>
4565
4566 * MAINTAINERS (Write After Approval): Add myself.
4567
4568 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4569
4570 * MAINTAINERS: Add self as soft-fp maintainer.
4571
4572 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4573
4574 * MAINTAINERS: Add myself as avr maintainer.
4575 Remove Marek Michalkiewicz as avr maintainer.
4576
4577 2006-09-07 Roberto Costa <roberto.costa@st.com>
4578
4579 * MAINTAINERS (Write After Approval): Add myself.
4580
4581 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4582
4583 * configure.in: Never build newlib for a Mingw host.
4584 Never build newlib as Mingw target library.
4585 Test the existence of winsup/cygwin for building a Cygwin newlib,
4586 rather than just winsup.
4587 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4588 building a Mingw target.
4589 * configure: Regenerate.
4590
4591 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4592
4593 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4594
4595 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4596
4597 * config.guess: Import from src (was more updated).
4598 * config.sub: Likewise.
4599
4600 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4601
4602 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4603 * configure: Regenerated.
4604
4605 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4606
4607 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4608 for stages after the first.
4609
4610 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4611
4612 * Makefile.def: Add dependencies for configure-opcodes
4613 on configure-intl and all-opcodes on all-intl.
4614 * Makefile.in: Regenerated.
4615
4616 2006-07-13 Ben Elliston <bje@au.ibm.com>
4617
4618 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4619
4620 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4621
4622 Port to hosts whose 'sort' and 'tail' implementations
4623 treat operands with leading '+' as file names, as POSIX
4624 has required since 2001. However, make sure the code still
4625 works on pre-POSIX hosts.
4626 * ltmain.sh: Don't assume "sort +2" is equivalent to
4627 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4628
4629 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4630
4631 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4632
4633 2006-07-04 Peter O'Gorman <peter@pogma.com>
4634
4635 * ltconfig: chmod 644 before ranlib during install.
4636
4637 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4638
4639 PR bootstrap/18058
4640 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4641 if the bootstrap compiler is a GCC version that supports it.
4642 * configure: Regenerate.
4643
4644 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4645
4646 * configure.in: Fix thinkos in previous check-in.
4647 * configure: Regenerate.
4648
4649 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4650
4651 PR other/27063
4652 * configure.in: Test subdir_requires and give an appropriate
4653 error message.
4654 * configure: Regenerate.
4655
4656 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4657
4658 * MAINTAINERS (Write After Approval): Add myself.
4659
4660 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4661
4662 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4663
4664 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4665
4666 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4667
4668 2006-06-20 David Ayers <d.ayers@inode.at>
4669
4670 PR bootstrap/28072
4671 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4672 whether target-libjava is being configured instead of whether the
4673 java front end is enabled.
4674 * configure: Regenerate.
4675
4676 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4677
4678 PR target/27540
4679 * configure.in: Only enable libgomp on IRIX 6.
4680 * configure: Regenerate.
4681
4682 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4683
4684 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4685 too.
4686 * Makefile.in: Regenerate.
4687
4688 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4689
4690 * config-ml.in: Alter CCASFLAGS to include special
4691 multilib options the same as is done for CFLAGS.
4692
4693 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4694
4695 * configure.in: Don't enable libgomp on hpux10.
4696 * configure: Rebuilt.
4697
4698 2006-06-12 David Ayers <d.ayers@inode.at>
4699
4700 PR bootstrap/27963
4701 PR target/19970
4702 * configure.in: Remove target-boehm-gc from noconfigdirs where
4703 ${libgcj} is specified.
4704 * configure: Regenerate.
4705
4706 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4707
4708 Sync from src:
4709
4710 * configure.in: Sync.
4711 * configure: Regenerated.
4712
4713 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4714
4715 * Makefile.def: Added dependencies from sim and gdb on intl, and
4716 added configure dependencies to everything with an all dependency
4717 on intl.
4718 * Makefile.in: Regenerated.
4719
4720 2006-06-06 David Ayers <d.ayers@inode.at>
4721
4722 PR libobjc/13946
4723 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4724 * Makefile.in: Regenerate.
4725 * configure.in: Add --enable-objc-gc at toplevel and have it
4726 enable boehm-gc for Objective-C.
4727 Remove target-boehm-gc from libgcj.
4728 Add target-boehm-gc to target_libraries.
4729 Add target-boehm-gc to noconfigdirs where ${libgcj}
4730 is specified.
4731 Assert that boehm-gc is supported when requested for Objective-C.
4732 Only build boehm-gc if needed either for Java or Objective-C.
4733 * configure: Regenerate.
4734
4735 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4736
4737 PR 27674
4738 * Makefile.tpl (configure-[+prefix+][+module+],
4739 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4740 Remove rule to unstage bootstrapped modules.
4741 (stage_current): New.
4742 * Makefile.in: Regenerate.
4743
4744 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4745
4746 * MAINTAINERS (Write After Approval): Update my e-mail address.
4747
4748 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4749
4750 * include/libiberty.h: Declare pex_run_in_environment.
4751
4752 2006-05-31 Asher Langton <langton2@llnl.gov>
4753
4754 * MAINTAINERS (Write After Approval): Add myself.
4755
4756 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4757
4758 * Makefile.def (bfd, opcodes): Fix lib_path.
4759 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4760 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4761 * Makefile.in: Regenerate.
4762
4763 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4764
4765 * Makefile.in: Regenerate.
4766
4767 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4768
4769 * Makefile.def: Add install-html target. Add datarootdir
4770 docdir and htmldir to flags_to_pass.
4771 * Makefile.tpl: Add install-html target.
4772 * Makefile.in: Regenerate.
4773 * configure.in: Add --with-datarootdir, --with-docdir, and
4774 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4775 * configure: Regenerate.
4776
4777 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4778
4779 * configure.in: Enable gprof for cross builds.
4780 * configure: Regenerate.
4781
4782 2006-05-22 Richard Guenther <rguenther@suse.de>
4783
4784 Revert
4785 2006-01-31 Richard Guenther <rguenther@suse.de>
4786 Paolo Bonzini <bonzini@gnu.org>
4787
4788 * Makefile.def (target_modules): Add libgcc-math target module.
4789 * configure.in (target_libraries): Add libgcc-math target library.
4790 (--enable-libgcc-math): New configure switch.
4791 * Makefile.in: Re-generate.
4792 * configure: Re-generate.
4793 * libgcc-math: New toplevel directory.
4794
4795 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4796 Andreas Tobler <a.tobler@schweiz.ch>
4797
4798 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4799 * configure: Rebuilt.
4800
4801 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
4802
4803 * MAINTAINERS (Write After Approval): Add myself.
4804
4805 2006-05-01 DJ Delorie <dj@redhat.com>
4806
4807 * configure.in: Restore CFLAGS if GMP isn't present.
4808 * configure: Regenerate.
4809
4810 2006-05-01 Richard Guenther <rguenther@suse.de>
4811
4812 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4813 maintainer.
4814
4815 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
4816
4817 * MAINTAINERS (Write After Approval): Add myself.
4818
4819 2006-04-28 Jan Beulich <jbeulich@novell.com>
4820
4821 * MAINTAINERS (Write After Approval): Add myself.
4822
4823 2006-04-18 DJ Delorie <dj@redhat.com>
4824
4825 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4826 reference libgloss so that libssp can be built in a combined
4827 tree.
4828 * configure: Regenerate.
4829
4830 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
4831
4832 * MAINTAINERS (Write After Approval): Add myself.
4833
4834 2006-04-05 Ben Elliston <bje@au.ibm.com>
4835
4836 * configure.in: Require makeinfo 4.4 or higher.
4837 * configure: Regenerate.
4838
4839 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4840
4841 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4842 Rearrange the entries of other libraries to have them in one place.
4843
4844 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4845
4846 * MAINTAINERS (Write After Approval): Remove myself.
4847 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4848
4849 2006-03-14 Richard Guenther <rguenther@suse.de>
4850
4851 * configure: Regenerate with autoconf 2.13.
4852
4853 2006-03-13 Jim Blandy <jimb@codesourcery.com>
4854
4855 * MAINTAINERS: Use my work address.
4856
4857 * MAINTAINERS: Update my E-mail address.
4858
4859 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4860
4861 * configure.in: Handle --disable-<component> generically.
4862 * configure: Regenerate.
4863
4864 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4865
4866 PR libgcj/17311
4867 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4868
4869 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4870
4871 * MAINTAINERS (Write After Approval): Remove myself.
4872 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4873
4874 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4875
4876 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4877 (TARGET_CONFIGDIRS): Remove.
4878 * configure.in: Remove AC_SUBST(target_configdirs).
4879 * Makefile.in, configure: Regenerated.
4880
4881 2006-02-20 Steven G. Kargl <kargls@comcast.net>
4882
4883 * MAINTAINERS (Write After Approval): Remove myself.
4884 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4885
4886 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4887
4888 PR bootstrap/25670
4889
4890 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4891
4892 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4893 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4894 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4895 BUILD_PREFIX, BUILD_PREFIX_1.
4896 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4897
4898 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4899 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4900
4901 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4902 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4903 of `cat stage_current`. Always provide the `r' and `s' variables.
4904 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4905 a single shell execution.
4906 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4907 bootstrapped modules, make the stage1 module if the build was not
4908 started yet, else build the current stage.
4909 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4910 (all-build, all-host, all-target, [+make_target+]-host,
4911 [+make_target+]-target): Do not use \-continued lines.
4912 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4913 (current_stage, restrap, stage_last): New.
4914
4915 * Makefile.in: Regenerate.
4916 * configure: Regenerate.
4917
4918 2006-02-19 Bud Davis <jmdavis@link.com>
4919
4920 * MAINTAINERS (Write After Approval): Remove myself.
4921 (Language Front End Maintainers): Add myself as fortran 95
4922 maintainer and update e-mail address.
4923
4924 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4925
4926 * MAINTAINERS (Write After Approval): Remove myself.
4927 (Language Front End Maintainers): Add myself as fortran 95
4928 maintainer.
4929
4930 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
4931
4932 * MAINTAINERS (Write After Approval): Add myself.
4933
4934 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
4935
4936 * MAINTAINERS (Write After Approval): Remove myself.
4937 (Language Front End Maintainers): Add myself as
4938 fortran 95 maintainer.
4939
4940 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4941
4942 Sync from src:
4943
4944 2005-12-27 Leif Ekblad <leif@rdos.net>
4945
4946 * configure.in: Add support for RDOS target.
4947 * configure: Regenerate.
4948
4949 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4950 Andreas Schwab <schwab@suse.de>
4951
4952 * configure: Regenerate.
4953
4954 2006-02-12 David Edelsohn <edelsohn@gnu.org>
4955
4956 * configure.in (enable_libgomp): Add AIX.
4957 * configure: Regenerate.
4958
4959 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
4960
4961 * MAINTAINERS (Write After Approval): Add myself.
4962
4963 2006-02-03 Lee Millward <lee.millward@gmail.com>
4964
4965 * MAINTAINERS (Write After Approval): Add myself.
4966
4967 2006-01-31 Richard Guenther <rguenther@suse.de>
4968 Paolo Bonzini <bonzini@gnu.org>
4969
4970 * Makefile.def (target_modules): Add libgcc-math target module.
4971 * configure.in (target_libraries): Add libgcc-math target library.
4972 (--enable-libgcc-math): New configure switch.
4973 * Makefile.in: Re-generate.
4974 * configure: Re-generate.
4975 * libgcc-math: New toplevel directory.
4976
4977 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
4978
4979 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4980 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4981 the assembler, linker and binutils.
4982 * configure: Regenerate.
4983
4984 2006-01-22 Dirk Mueller <dmueller@suse.de>
4985
4986 * MAINTAINERS (Write After Approval): Add myself.
4987
4988 2006-01-20 Diego Novillo <dnovillo@redhat.com>
4989
4990 * configure: Regenerate.
4991
4992 2006-01-18 Richard Henderson <rth@redhat.com>
4993 Jakub Jelinek <jakub@redhat.com>
4994 Diego Novillo <dnovillo@redhat.com>
4995
4996 * libgomp: New directory.
4997 * Makefile.def: Add target_module libgomp.
4998 * Makefile.in: Regenerate.
4999 * configure.in (target_libraries): Add target-libgomp.
5000 * configure: Regenerate.
5001
5002 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5003
5004 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5005 @ from continuation.
5006 * Makefile.in: Rebuilt.
5007
5008 2006-01-04 Chris Lattner <sabre@gnu.org>
5009
5010 * MAINTAINERS (Write After Approval): Add myself.
5011
5012 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5013
5014 PR bootstrap/24252
5015
5016 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5017 * Makefile.tpl (OBJDUMP): New.
5018 (EXTRA_HOST_FLAGS): Add it.
5019 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5020
5021 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5022 to use symbolic links between directories. Avoid race conditions
5023 or make them harmless.
5024 * configure.in: Do not try to use symbolic links between directories.
5025
5026 * Makefile.def (LEAN): Pass.
5027 * Makefile.tpl (LEAN): Define.
5028 (stage[+id+]-start): Accept that the previous directory does not
5029 exist, if the bootstrap is lean.
5030 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5031 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5032 configure substitution.
5033 ([+compare-target+]): Likewise.
5034 ([+bootstrap-target+]-lean): New.
5035 * configure.in: Remove lean bootstrap support from here.
5036
5037 * Makefile.in: Regenerate.
5038 * configure: Regenerate.
5039
5040 2006-01-04 Ben Elliston <bje@au.ibm.com>
5041
5042 * MAINTAINERS (libdecnumber): Add myself.
5043
5044 2006-01-02 Mark Mitchell <mark@codesourcery.com>
5045
5046 * libtool-ldflags: New script.
5047
5048 2006-01-02 Andreas Schwab <schwab@suse.de>
5049
5050 * configure.in: When reconfiguring remove Makefile in
5051 all stage directories.
5052 * configure: Regenerate.
5053
5054 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
5055
5056 * MAINTAINERS: Update my email address.
5057
5058 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5059
5060 Revert Ada-related part of the previous change.
5061
5062 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5063 Do not pass.
5064 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5065 * Makefile.in: Regenerate.
5066 * configure.in: Do not include mt-ppc-aix target fragment.
5067 * configure: Regenerate.
5068
5069 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5070
5071 * configure.in: Select appropriate fragments for PowerPC/AIX.
5072 * configure: Regenerate.
5073
5074 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5075 BOOT_CFLAGS, BOOT_LDFLAGS.
5076 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5077 BOOT_CFLAGS, BOOT_LDFLAGS.
5078 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5079 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5080 (stage): Fail if we cannot complete the work.
5081 * Makefile.in: Regenerate.
5082
5083 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5084
5085 * configure.in: Replace ms1 with mt.
5086 * configure: Rebuilt.
5087
5088 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
5089
5090 * MAINTAINERS: Update my email address.
5091
5092 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5093
5094 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5095 install-host-nogcc): Don't invoke $(stage) at the end.
5096 * Makefile.in: Regenerate.
5097
5098 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5099
5100 * configure.in: Flip the top-level bootstrap switch.
5101 * configure: Regenerate.
5102
5103 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5104
5105 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5106 $(stage) and $(unstage).
5107 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5108 (all): Remove stray semicolon.
5109 (local-distclean): Don't handle multilib.tmp and multilib.out.
5110 (install.all): Set $s for consistency.
5111 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5112 check_multilibs setting. Always make the install directory.
5113 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5114 Correct @if/@endif.
5115 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5116 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5117 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5118 (multilib.out): Remove.
5119 * Makefile.in: Regenerated.
5120
5121 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5122
5123 * MAINTAINERS (Write After Approval): Add myself.
5124
5125 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5126
5127 * MAINTAINERS: Add myself as mt maintainer.
5128
5129 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5130
5131 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5132
5133 * MAINTAINERS: Change email address.
5134
5135 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5136
5137 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5138 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5139 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5140 Find in-tree tools if available.
5141 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5142 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5143 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5144 (COMPILER_*_FOR_TARGET): New.
5145 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5146 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5147 (CONFIGURED_*, USUAL_*): Remove.
5148 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5149 STRIP): Use autoconf substitutions.
5150 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5151 COMPILER_NM_FOR_TARGET): New.
5152 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5153
5154 (all): Make all-host and all-target in parallel.
5155 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5156 that $$r and $$s are set before invoking a recursive make.
5157 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5158 ([+bootstrap-target+]): Inline most of the `all' target.
5159
5160 2005-11-29 Ben Elliston <bje@au.ibm.com>
5161
5162 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5163 from the gcc build directory.
5164 * Makefile.in: Regenerate.
5165
5166 2005-11-29 Ben Elliston <bje@au.ibm.com>
5167
5168 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5169 depend on all-libdecnumber.
5170 * configure.in (host_libs): Include libdecnumber.
5171 * Makefile.in: Regenerate.
5172 * configure: Likewise.
5173
5174 2005-11-29 Ben Elliston <bje@au.ibm.com>
5175
5176 * libdecnumber: Import decNumber sources from the dfp-branch.
5177
5178 2005-11-21 Kean Johnston <jkj@sco.com>
5179
5180 * config.sub, config.guess: Sync from upstream sources.
5181
5182 2005-11-21 Ben Elliston <bje@au.ibm.com>
5183
5184 Import from Autoconf sources:
5185
5186 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5187 * config/move-if-change: Don't output "$2 is unchanged";
5188 suggested by Ben Elliston. Handle weird characters correctly.
5189
5190 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5191
5192 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5193 to match upstream libtool for darwin.
5194
5195 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5196
5197 * Makefile.def: Remove gdb dependencies for gdbtk.
5198 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5199 (configure-gdb, install-gdb): New rules.
5200 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5201 * Makefile.in, configure: Regenerated.
5202
5203 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5204
5205 * MAINTAINERS (Write After Approval): Add myself.
5206
5207 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5208
5209 * MAINTAINERS (Write After Approval): Add myself.
5210
5211 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5212
5213 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5214 Diego Novillo.
5215
5216 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5217
5218 PR bootstrap/24297
5219 * Makefile.tpl (do-[+make-target+], do-check, install,
5220 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5221 are set before recursing.
5222 * Makefile.in: Regenerate.
5223
5224 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5225
5226 PR bootstrap/18939
5227 * Makefile.def (gcc) <target>: Fix thinko.
5228 * Makefile.in: Regenerate.
5229
5230 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5231
5232 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5233 * configure: Regenerate.
5234
5235 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5236
5237 * MAINTAINERS (Write After Approval): Add self.
5238
5239 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5240
5241 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5242 target-libffi, target-qthreads, target-libjava, and
5243 targetlibobjc.
5244 * configure: Regenerate.
5245
5246 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5247
5248 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5249 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5250 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5251 (USUAL_OBJDUMP_FOR_TARGET): New.
5252 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5253 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5254 * configure, Makefile.in: Regenerated.
5255
5256 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5257
5258 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5259 before other host packages.
5260
5261 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5262
5263 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5264
5265 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5266
5267 PR bootstrap/22340
5268
5269 * configure.in (default_target): Remove.
5270 * Makefile.tpl (all): Do not use prerequisites as subroutines
5271 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5272 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5273 use prerequisites as subroutines.
5274 (check-host, check-target): New.
5275 (bootstrap configure & all targets): Do not use stage*-start
5276 if the directory layout is already ok.
5277 (non-bootstrap configure & all targets): Prepend a $(unstage).
5278 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5279 (NOTPARALLEL): Remove.
5280 (unstage, stage variables): New variables.
5281 (unstage, stage targets): Simply expand to those variables.
5282
5283 * configure: Regenerate.
5284 * Makefile.in: Regenerate.
5285
5286 2005-10-04 James E Wilson <wilson@specifix.com>
5287
5288 * Makefile.def (lang_env_dependencies): Add libmudflap.
5289 * Makefile.in: Regenerate.
5290
5291 2005-10-03 Andreas Schwab <schwab@suse.de>
5292
5293 Backport from libtool CVS:
5294 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5295
5296 * ltmain.sh: add support for installing into temporary
5297 staging area (e.g. 'make install DESTDIR=...')
5298
5299 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5300
5301 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5302 * configure: Regenerated.
5303
5304 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5305
5306 * configure: Regenerate with the correct
5307 autoconf version.
5308
5309 2005-09-30 Catherine Moore <clm@cm00re.com>
5310
5311 * configure.in (bfin-*-*): New.
5312 * configure: Regenerated.
5313
5314 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5315
5316 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5317 (LIPO_FOR_TARGET): New.
5318 (CONFIGURED_LIPO_FOR_TARGET): New.
5319 (USUAL_LIPO_FOR_TARGET): New.
5320 (STRIP_FOR_TARGET): New.
5321 (CONFIGURED_STRIP_FOR_TARGET): New.
5322 (USUAL_STRIP_FOR_TARGET): New.
5323 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5324 STRIP_FOR_TARGET.
5325 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5326 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5327 * Makefile.in: Regenerate.
5328 * configure: Regenerate.
5329
5330 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5331
5332 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5333 (rs6000-*-aix*): Same.
5334 * configure: Regenerate.
5335
5336 2005-09-16 Tom Tromey <tromey@redhat.com>
5337
5338 * MAINTAINERS: Add self as java maintainer.
5339
5340 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5341
5342 * configure.in: Recognize f95 in the --enable-languages option,
5343 and substitute it for fortran, issuing a warning.
5344 * configure: Regenerate.
5345
5346 2005-08-30 Phil Edwards <phil@codesourcery.com>
5347
5348 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5349 * configure: Regenerated.
5350
5351 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5352
5353 * MAINTAINERS: Add self as ms1 maintainer.
5354
5355 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5356
5357 * Makefile.def (libssp): Add to lang_env_dependencies.
5358 * Makefile.in: Regenerate.
5359
5360 2005-08-18 Ian Lance Taylor <ian@airs.com>
5361
5362 * MAINTAINERS: Add myself as middle-end maintainer.
5363
5364 2005-08-17 Christian Groessler <chris@groessler.org>
5365
5366 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5367 * Makefile.in: Regenerate.
5368
5369 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5370
5371 * MAINTAINERS (write after approval): Added myself.
5372
5373 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5374
5375 * MAINTAINERS (Write After Approval): Add myself.
5376
5377 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5378
5379 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5380 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5381 Look for alternate names of the target cc and c++
5382 * configure: Regenerate.
5383
5384 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5385
5386 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5387 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5388 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5389 tools; remove code to manually set them.
5390 (Target tools): Look in the environment for them.
5391 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5392 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5393 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5394 build directory.
5395 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5396 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5397 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5398 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5399 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5400 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5401 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5402 * configure: Regenerate.
5403 * Makefile.in: Regenerate.
5404
5405 2005-07-28 Ben Elliston <bje@au.ibm.com>
5406
5407 * MAINTAINERS: Update for removed CPU targets.
5408
5409 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5410
5411 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5412 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5413 * Makefile.in: Regenerated.
5414
5415 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5416
5417 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5418 (CFLAGS_FOR_TARGET): Use it.
5419 (CXXFLAGS_FOR_TARGET): Likewise.
5420 * Makefile.in: Regenerated.
5421 * configure.in (--with-build-sysroot): New option.
5422 * configure: Regenerated.
5423
5424 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5425
5426 * Makefile.tpl: Wrap install between unstage and stage
5427 * Makefile.in: Regenerate.
5428
5429 2005-07-21 Eric Christopher <echristo@apple.com>
5430
5431 * MAINTAINERS: Update affiliation.
5432
5433 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5434
5435 * MAINTAINERS: Add self as crx port maintainer.
5436
5437 2005-07-20 DJ Delorie <dj@redhat.com>
5438
5439 * MAINTAINERS: Add self as m32c maintainer.
5440
5441 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5442
5443 * all files: Update FSF address.
5444
5445 2005-07-15 Eric Christopher <echristo@redhat.com>
5446
5447 * MAINTAINERS: Change affiliation.
5448
5449 2005-07-14 Jim Blandy <jimb@redhat.com>
5450
5451 * configure.in: Add cases for Renesas m32c.
5452 * configure: Regenerated.
5453
5454 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5455
5456 * COPYING.LIB: Update from fsf.org.
5457
5458 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5459
5460 * COPYING, compile, config.guess,
5461 config.sub, install-sh, missing, mkinstalldirs,
5462 symlink-tree, ylwrap: Sync from upstream sources.
5463 * config-ml.in: Update FSF address.
5464
5465 2005-07-13 Eric Christopher <echristo@redhat.com>
5466
5467 * configure.in: Add toplevel noconfigdir support for tpf.
5468 * configure: Regenerate.
5469
5470 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5471
5472 PR ada/22340
5473
5474 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5475 * Makefile.in: Regenerate.
5476
5477 2005-07-07 Mark Mitchell <mark@codesourcery.com>
5478
5479 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
5480 Brolley to write-after-approval.
5481
5482 2005-07-07 Andreas Schwab <schwab@suse.de>
5483
5484 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5485 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5486 * Makefile.in: Regenerated.
5487
5488 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5489
5490 * configure.in: Don't build sim or rda when targetting darwin.
5491 * configure: Regenerate.
5492
5493 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5494
5495 * configure.in: Add --enable-libssp and --disable-libssp.
5496 * configure: Regenerate with autoconf-2.13.
5497
5498 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5499
5500 * Makefile.def (target_modules): Add libssp.
5501 * configure.in (target_libraries): Add target-libssp.
5502 * configure: Rebuilt.
5503 * Makefile.in: Rebuilt.
5504
5505 2005-07-01 Zack Weinberg <zackw@panix.com>
5506
5507 * MAINTAINERS: Change email address. Resign from maintainership.
5508
5509 2005-07-01 Richard Guenther <rguenther@suse.de>
5510
5511 * MAINTAINERS: Change my e-mail address and affiliation.
5512
5513 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5514
5515 * Makefile.def (stagefeedback): Come after profile.
5516 Define profiledbootstrap target.
5517 * Makefile.tpl (profiledbootstrap): Remove.
5518 (stageprofile-end): Zap stagefeedback.
5519 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5520 * Makefile.in: Regenerate.
5521
5522 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5523
5524 * MAINTAINERS: Update my email address.
5525
5526 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5527
5528 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5529 In 'cpp' stanza, support '#line' as well as '# '.
5530
5531 2005-06-08 Andreas Schwab <schwab@suse.de>
5532
5533 * MAINTAINERS: Move myself from 'Write After Approval' to
5534 'CPU Port Maintainers' section as m68k maintainer.
5535
5536 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5537
5538 * configure.in (unsupported_languages): New macro.
5539 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5540 non-ported target libraries in noconfigdirs.
5541 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5542 non-linux-gnu. Remove libgcj_ex_libffi.
5543 <lang_frag loop>: Set add_this_lang=no if the language is in
5544 unsupported_languages.
5545 * configure: Regenerate.
5546
5547 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5548
5549 * configure.in: Fix typo in handling of --with-mpfr-dir.
5550 * configure: Regenerate.
5551
5552 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5553
5554 * MAINTAINERS: Update my email address.
5555
5556 2005-06-02 Jim Blandy <jimb@redhat.com>
5557
5558 * config.sub: Add cases for the Renesas m32c. (This patch has been
5559 accepted into the master sources.)
5560
5561 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5562 Michael Snyder <msnyder@redhat.com>
5563 Stan Cox <scox@redhat.com>
5564
5565 * configure.in: Set noconfigdirs for ms1.
5566
5567 * configure: Regenerate.
5568
5569 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5570
5571 * MAINTAINERS (Write After Approval): Add self.
5572
5573 2005-06-01 Josh Conner <jconner@apple.com>
5574
5575 * MAINTAINERS (Write After Approval): Add self.
5576
5577 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5578
5579 * MAINTAINERS: Update my email address.
5580
5581 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5582
5583 * MAINTAINERS (Write After Approval): Add self.
5584
5585 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5586
5587 * MAINTAINERS (Write After Approval): Remove self.
5588
5589 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5590
5591 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5592 (Dependencies): Consider target modules for bootstrap dependencies.
5593 Make target bootstrap modules depend on each stage's gcc.
5594 * Makefile.in: Regenerate.
5595
5596 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5597
5598 * Makefile.def (configure-gcc): Depend on binutils having been built.
5599 (all-gcc): No need to do it here.
5600 * Makefile.in: Regenerate.
5601
5602 2005-05-19 Paul Brook <paul@codesourcery.com>
5603
5604 * configure.in: Rewrite misleading error message when requested
5605 language cannot be built.
5606 * configure: Regenerate.
5607
5608 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5609
5610 * ylwrap: Import from Automake 1.9.5.
5611
5612 2005-05-13 David Ung <davidu@mips.com>
5613
5614 * MAINTAINERS (Write After Approval): Add self.
5615
5616 2005-05-09 Mike Stump <mrs@apple.com>
5617
5618 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5619 lt_cv_sys_max_cmd_len for now.
5620
5621 2005-05-09 Stan Cox <scox@redhat.com>
5622
5623 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5624
5625 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5626
5627 * README.SCO: Update the URL.
5628
5629 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5630
5631 * ltconfig: Define file_list_spec. Pass file_list_spec and
5632 with_gnu_ld to libtool.
5633 * ltcf-c.sh (aix[45]): Define file_list_spec.
5634 * ltcf-cxx.sh (aix[45]): Same.
5635 * ltcf-gcj.sh (aix[45]): Same.
5636 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5637 exists, write list of input files to temporary file.
5638
5639 2005-05-04 Mike Stump <mrs@apple.com>
5640
5641 * configure.in: Always pass --target to target configures as
5642 otherwise rebuilds that do --recheck will fail.
5643 * confiugure: Rebuilt.
5644
5645 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5646
5647 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5648 STAGE_HOST_EXPORTS.
5649 (configure, all): Add bootstrap support.
5650 (Host modules, target modules): Pass post-stage1 flags and exports.
5651 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5652 * Makefile.in: Regenerate.
5653
5654 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5655
5656 * configure: Regenerate.
5657
5658 2005-04-27 Mike Stump <mrs@apple.com>
5659
5660 * MAINTAINERS: Add self as darwin maintainer.
5661
5662 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5663
5664 * config.sub: Update from master copy.
5665
5666 2005-04-21 Mike Stump <mrs@apple.com>
5667
5668 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5669 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5670
5671 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5672
5673 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5674 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5675 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5676 "*-*-elf" and "*-*-linux*".
5677 * configure: Regenerate.
5678
5679 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5680
5681 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5682
5683 2005-04-12 Mike Stump <mrs@apple.com>
5684
5685 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5686
5687 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5688
5689 * MAINTAINERS (Write After Approval): Add myself.
5690
5691 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5692
5693 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5694
5695 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5696
5697 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5698 (TARGET_CONFIGARGS): Include --with-target-subdir.
5699 (configure, all): New macros. Use them throughout.
5700 * Makefile.in: Regenerate.
5701
5702 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5703
5704 * MAINTAINERS (Write After Approval): Add myself.
5705
5706 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5707
5708 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5709
5710 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5711
5712 * MAINTAINERS: Move John Carr to Write After Approval.
5713
5714 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5715
5716 * config/mh-mingw32: Delete.
5717 * configure.in: Don't use it.
5718 * configure: Regenerate.
5719
5720 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5721
5722 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5723 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5724 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5725 (HOST_LIB_PATH): Generate from Makefile.def.
5726 (TARGET_LIB_PATH): Likewise.
5727 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5728 * Makefile.in: Regenerate.
5729 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5730 (RPATH_ENVVAR): Include Darwin case.
5731 * configure: Regenerate.
5732
5733 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5734
5735 * MAINTAINERS (Various Maintainers): Remove self.
5736 (Write After Approval): Add self.
5737
5738 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5739
5740 * MAINTAINERS (Various Maintainers): Add self.
5741
5742 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5743
5744 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5745 * configure: Regenerate.
5746
5747 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5748
5749 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5750 gcc_version, and gcc_version_trigger from set of flags to pass.
5751 * Makefile.tpl: Remove definitions of above variables.
5752 (config.status): Remove dependency on $(gcc_version_trigger).
5753 * Makefile.in: Regenerate.
5754 * configure.in: Do not reference config/gcc-version.m4 nor
5755 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5756 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5757 * configure: Regenerate.
5758
5759 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5760 Andrew Pinski <pinskia@physics.uc.edu>
5761
5762 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5763 * Makefile.in: Regenerate.
5764
5765 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5766
5767 * MAINTAINERS (Write After Approval): Add myself.
5768
5769 2005-03-03 David Ayers <d.ayers@inode.at>
5770
5771 * MAINTAINERS (Write After Approval): Add myself.
5772
5773 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5774
5775 PR libgcj/20160
5776 * ltmain.sh: Avoid creating archives with components that have
5777 duplicate basenames.
5778
5779 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5780
5781 PR bootstrap/20250
5782 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5783 instead of check.
5784 * Makefile.in: Regenerate.
5785
5786 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5787
5788 * Makefile.in: Regenerate to fix conflict between the previous two
5789 patches.
5790
5791 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5792
5793 PR bootstrap/17383
5794 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5795 * Makefile.tpl (HOST_SUBDIR): New substitution.
5796 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5797 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5798 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5799 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5800 (Host modules, Bootstrapped modules): Use it.
5801 (Build modules, Target modules): Do not create symlink trees,
5802 always configure out-of-srcdir.
5803 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5804 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5805 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5806 $(HOST_SUBDIR). Create a symlink for host_subdir.
5807
5808 * Makefile.in: Regenerate.
5809 * configure: Regenerate.
5810
5811 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5812
5813 Merged from libada-gnattools-branch:
5814 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5815
5816 * gnattools: New directory.
5817 * Makefile.def: Add gnattools as a module, depending on target-libada.
5818 * Makefile.in: Regenerate.
5819 * configure.in: Include gnattools in host_tools; disable it if ada
5820 is disabled.
5821 * configure: Regenerate.
5822
5823 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
5824
5825 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5826 treelang maintainer.
5827 (Write After Approval): Remove myself.
5828
5829 2005-02-23 Paul Schlie <schlie@comcast.net>
5830
5831 * configure.in: Allow darwin targeted ports to build tk, itcl and
5832 libgui.
5833 * configure: Regenerate.
5834
5835 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5836
5837 PR libgcj/10353
5838 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5839 * configure: Regenerate.
5840
5841 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5842
5843 * MAINTAINERS (Write After Approval): Add myself.
5844
5845 2005-02-10 Ian Lance Taylor <ian@airs.com>
5846
5847 * MAINTAINERS: Update my e-mail address.
5848
5849 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5850
5851 * MAINTAINERS (Write After Approval): Add myself.
5852
5853 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5854
5855 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5856 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5857 target-libgloss when not *-*-elf and *-*-aout.
5858 * configure: Regenerate.
5859
5860 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5861
5862 * MAINTAINERS: Remove obsolete entries.
5863
5864 * MAINTAINERS (Write After Approval): Add Michael Matz.
5865
5866 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
5867
5868 * MAINTAINERS: Remove self as cpplib maintainer.
5869
5870 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5871
5872 * install-sh, config.sub: Import from upstream.
5873
5874 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5875
5876 PR bootstrap/18222
5877 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5878 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5879 * Makefile.in: Regenerate.
5880
5881 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
5882
5883 * MAINTAINERS: Update my email address.
5884
5885 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5886 Andreas Schwab <schwab@suse.de>
5887
5888 PR bootstrap/18033
5889 * config-ml.in: Eval option if surrounded by single quotes.
5890
5891 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5892
5893 Revert 2004-12-28 Makefile changes, a better fix will be
5894 applied to mainline and src after GCC 4.0 branches.
5895
5896 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5897
5898 PR bootstrap/17383
5899
5900 * Makefile.def (target_modules): Remove stage parameter,
5901 it is always true now.
5902 * Makefile.tpl (configure-build-[+module+],
5903 configure-target-[+module+]): Always build symlink tree
5904 for the directory and for include. BUILD_SUBDIR and
5905 TARGET_SUBDIR cannot be . anymore.
5906 * Makefile.in: Regenerate.
5907
5908 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5909
5910 Revert 2004-12-08 Makefile changes.
5911
5912 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
5913
5914 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5915 cygwin, mingw.
5916
5917 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5918
5919 * configure.in (sh64-*-*): Reenable gprof.
5920 * configure: Regenerate.
5921
5922 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5923
5924 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5925 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5926 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5927 * Makefile.in: Regenerate.
5928
5929 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
5930
5931 * MAINTAINERS: Update my email address.
5932
5933 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5934
5935 * Makefile.tpl: Generate normal dependencies if the LHS module is
5936 not bootstrapped.
5937 * Makefile.in: Regenerate.
5938
5939 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5940
5941 * configure.in: Include config/gxx-include-dir.m4. Use
5942 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5943 * configure: Regenerate.
5944
5945 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5946
5947 * config.if: Delete.
5948 * configure.in: Set libstdcxx_incdir directly.
5949 * configure: Regenerate.
5950
5951 2004-12-02 Eric Christopher <echristo@redhat.com>
5952
5953 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5954 * Makefile.in: Regenerate.
5955
5956 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5957
5958 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5959 * configure: Regenerate.
5960
5961 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5962
5963 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5964 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5965 * configure: Regenerate.
5966
5967 2004-12-01 Eric Christopher <echristo@redhat.com>
5968
5969 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5970 of things to remove.
5971
5972 2004-11-29 Matt Kraai <kraai@ftbfs.org>
5973
5974 * MAINTAINERS (Write After Approval): Update my e-mail address.
5975
5976 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
5977
5978 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5979 from CVS libtool to always pass_all.
5980
5981 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5982
5983 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5984 (hppa*64*-*-*): Delete incorrect comment.
5985 * configure: Rebuilt.
5986
5987 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5988
5989 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5990
5991 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5992
5993 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5994 from CVS libtool to always pass_all.
5995
5996 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5997
5998 * install-sh, compile: Import from automake.
5999
6000 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6001
6002 * config.guess, config.sub: Import from savannnah.
6003
6004 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
6005
6006 * MAINTAINERS (Write After Approval): Add myself
6007
6008 2004-11-12 Mike Stump <mrs@apple.com>
6009
6010 * Makefile.def: Add html support.
6011 * Makefile.tpl: Likewise.
6012 * Makefile.in: Regenerate.
6013
6014 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6015
6016 PR 18423
6017 * configure.in: Remove all instances of build-fixincludes from
6018 noconfigdirs.
6019 (build_configargs): Supply --target to subdirectories.
6020 * configure: Regenerate.
6021
6022 * Makefile.def: Make gcc install depend on fixincludes install.
6023 * Makefile.in: Regenerate.
6024
6025 2004-11-10 Janis Johnson <janis187@us.ibm.com>
6026
6027 * MAINTAINERS: Add myself as gcc testsuite maintainer.
6028
6029 2004-11-11 Paul Brook <paul@codesourcery.com>
6030
6031 * MAINTAINERS: Add self as arm maintainer. Update email address.
6032
6033 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6034
6035 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6036 target-libgfortran.
6037 * configure: Regenerate.
6038
6039 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6040
6041 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6042 like CC.
6043
6044 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6045
6046 * Makefile.def (host fixincludes): Specify missing targets.
6047 * Makefile.in: Regenerate.
6048
6049 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
6050
6051 * MAINTAINERS: Add myself
6052
6053 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
6054
6055 * MAINTAINERS (Write After Approval): Add myself.
6056
6057 2004-11-04 Geoffrey Keating <geoffk@apple.com>
6058
6059 * Makefile.def: Build fixincludes for the host, too.
6060 * Makefile.in: Regenerate.
6061 * configure.in (host_tools): Add fixincludes.
6062 * configure: Regenerate.
6063
6064 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6065
6066 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6067 * configure: Regenerated.
6068
6069 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6070
6071 PR other/17783
6072 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6073 * configure: Regenerated.
6074
6075 2004-10-31 Mark Mitchell <mark@codesourcery.com>
6076
6077 * README.SCO: Update per FSF instructions.
6078
6079 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6080
6081 PR target/18151
6082 * configure.in (case ${target}): Do not build fixincludes for avr.
6083 * configure: Regenerated.
6084
6085 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6086
6087 * configure.in (case ${target}): Do not build fixincludes
6088 on platforms where it is not used.
6089 * configure: Regenerated.
6090
6091 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6092
6093 * configure.in: Use an absolute path to install-sh.
6094 * configure: Regenerated.
6095
6096 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6097
6098 * MAINTAINERS (Write After Approval): Add myself.
6099
6100 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6101
6102 * MAINTAINERS: Remove from Write After Approval those that are
6103 already maintainers.
6104
6105 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6106
6107 * MAINTAINERS: Update my email address.
6108
6109 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6110
6111 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6112 * configure: Regenerate.
6113
6114 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6115
6116 * MAINTAINERS: Update my email address.
6117
6118 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6119
6120 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6121 entries belonging to this category.
6122
6123 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6124
6125 * MAINTAINERS: Update my e-mail address.
6126
6127 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6128
6129 Fix wrong conflict resolution in:
6130
6131 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6132
6133 * Makefile.in: Regenerate.
6134 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6135 in the recursive `make', instead of hardwiring `all'.
6136 (Autogenerated TARGET-* variables): New.
6137
6138 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6139
6140 * configure.in: Enable target-libgloss for crx-*-*.
6141 * configure: Regenerate.
6142
6143 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6144
6145 * MAINTAINERS (Various Maintainers): Move the "windows,
6146 cygwin, mingw" maintainer to ...
6147 (OS Port Maintainers): ... here.
6148
6149 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6150
6151 * MAINTAINERS (Write After Approval): Remove those that are
6152 maintainers of some subsystem.
6153
6154 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6155
6156 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6157 * ltcf-cxx.sh (tpf*): Likewise.
6158 * ltconfig (tpf*): Add TPF OS configuration support.
6159
6160 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6161
6162 * MAINTAINERS: Change my email address to my new work account.
6163
6164 2004-09-24 Michael Roth <mroth@nessie.de>
6165
6166 * configure.in (--without-headers): Add missing double quotes.
6167 * configure: Regenerate.
6168
6169 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6170
6171 * ylwrap: Revert to previous version.
6172
6173 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6174
6175 PR bootstrap/17369
6176 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6177 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6178 SET_GCC_LIB_PATH_CMD.
6179 (BASE_TARGET_EXPORTS): Likewise.
6180 * Makefile.in: Regenerated.
6181
6182 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6183 * configure: Regenerated.
6184
6185 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6186
6187 * config.guess: New upstream version
6188 * compile, depcomp, install-sh, ylwrap: Likewise.
6189
6190 2004-09-19 Roger Sayle <roger@eyesopen.com>
6191
6192 * config/mh-x86omitfp: New host makefile fragment. Add
6193 -fomit-frame-pointer to the default BOOT_CFLAGS.
6194 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6195 * configure: Regenerate.
6196
6197 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6198
6199 PR target/11572
6200 * configure.in (*-*-darwin*): Renable libobjc.
6201 * configure: Regenerate.
6202
6203 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6204
6205 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6206
6207 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6208
6209 * Makefile.def: Remove libbanshee.
6210 * Makefile.tpl: Ditto.
6211 * configure.in: Ditto.
6212 * Makefile.in: Regen.
6213 * configure: Ditto.
6214
6215 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6216
6217 * ltmain.sh: Use $pic_object as $non_pic_object if
6218 $non_pic_object=none.
6219
6220 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6221
6222 * missing: Import latest version from master repository.
6223
6224 2004-09-06 Nick Clifton <nickc@redhat.com>
6225
6226 * config.sub: Import latest version from master repository.
6227 * config.guess: Likewise.
6228 This includes these changes:
6229
6230 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6231
6232 * config.sub: Handle crisv32, alias etraxfs.
6233 * config.guess (crisv32:Linux:*:*): Handle.
6234
6235 2004-08-13 Brad Smith <brad@comstyle.com>
6236
6237 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6238 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6239
6240 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6241
6242 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6243 assume the processor is a powerpc. This is because coreutils
6244 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6245 in this case, due to a MacOS X bug that causes
6246 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6247 to return a negative number.
6248 Problem reported by Petter Reinholdtsen in:
6249 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6250
6251 2004-07-19 Ben Elliston <bje@gnu.org>
6252
6253 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6254
6255 2004-06-24 Ben Elliston <bje@gnu.org>
6256
6257 * config.guess: Update copyright years.
6258 * config.sub: Likewise.
6259
6260 2004-06-22 Robert Millan <robertmh@gnu.org>
6261
6262 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6263 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6264
6265 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6266
6267 * config.guess (*:*VMS:*:*): New entry. Replaces
6268 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6269 manufacturer.
6270
6271 2004-06-22 Ben Elliston <bje@gnu.org>
6272
6273 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6274 * config.sub: Likewise.
6275
6276 2004-06-22 Ben Elliston <bje@gnu.org>
6277
6278 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6279 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6280
6281 2004-06-11 Ben Elliston <bje@gnu.org>
6282
6283 * config.guess (pegasos:OpenBSD:*:*): Remove.
6284
6285 2004-06-11 Ben Elliston <bje@gnu.org>
6286
6287 From Wouter Verhelst <wouter@grep.be>:
6288 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6289
6290 2004-06-11 Ben Elliston <bje@gnu.org>
6291
6292 * config.guess (luna88k:OpenBSD:*:*): New.
6293
6294 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6295
6296 * config.guess (m32r*:Linux:*:*): New case.
6297 * config.sub: Handle m32rle.
6298
6299 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6300
6301 From Jens Petersen <petersen@redhat.com>:
6302 * config.sub: Handle sparcv8.
6303
6304 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6305
6306 From Tom Smith <smith@cag.lkg.hp.com>:
6307 * config.guess: Version suffixes are equally significant on Tru64
6308 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6309 prefix of "P" (patched kernel).
6310
6311 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6312
6313 * config.sub: Add support for National Semiconductor CRX target.
6314
6315 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6316
6317 * MAINTAINERS (Various Maintainers): Remove myself as web page
6318 maintainer, add myself as maintainer of build status lists.
6319
6320 2004-09-03 Jan Beulich <jbeulich@novell.com>
6321
6322 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6323 *-*-netware, but add target-libmudflap.
6324 Consolidate *-*-netware targets (of which really only i?86 exists)
6325 into a single entry.
6326 * configure: Likewise.
6327
6328 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6329
6330 * Makefile.tpl (sorry): Remove.
6331 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6332 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6333 (do-clean): Clean per-stage directories too.
6334 (do-distclean): Run distclean-stage1 too.
6335 (.NOTPARALLEL): Enable during toplevel bootstrap.
6336 (stage[+id+]-bubble): Enable parallel execution during
6337 the recursive invocation.
6338 * Makefile.in: Regenerate.
6339
6340 Fix previous checkin:
6341
6342 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6343 include.
6344 * configure.in: Fix indentation.
6345 * configure: Regenerate.
6346
6347 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6348
6349 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6350 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6351 * configure: regenerate
6352 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6353 -mdynamic-no-pic
6354
6355 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6356
6357 * Makefile.def (build_modules): Add fixincludes.
6358 (dependencies): Make gcc depend on fixincludes.
6359 * configure.in (build_tools): Add fixincludes.
6360 (build_configdirs): Always include build_libs.
6361 * Makefile.in: Regenerate.
6362 * configure: Regenerate.
6363
6364 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6365
6366 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6367 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6368 phony targets; do not generate timestamp files.
6369 (distclean-stageN): Remove references to their timestamp files.
6370 (restageN, touch-stageN): Remove.
6371 (stageN-bubble): Rewritten.
6372 (compare): Support lean bootstraps.
6373 * Makefile.in: Regenerate.
6374
6375 * configure.in: Only warn when bootstrapping but
6376 build != host or build != target. Support lean bootstraps.
6377 * configure: Regenerate.
6378
6379 2004-08-26 Phil Edwards <phil@codesourcery.com>
6380
6381 * configure.in: Give a better error message if GMP/MPFR are missing
6382 and a language needing them has been requested.
6383 * configure: Regenerated.
6384
6385 2004-08-25 Phil Edwards <phil@codesourcery.com>
6386
6387 * configure.in: Print a list of available language front-ends if
6388 a requested one is missing. Tidy stray tab characters.
6389 * configure: Regenerated.
6390
6391 2004-08-19 Michael Koch <konqueror@gmx.de>
6392
6393 * gcc/doc/install.texi: Update entry about automake for libjava.
6394
6395 2004-08-17 Robert Millan <robertmh@gnu.org>
6396
6397 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6398 (instead of FreeBSD).
6399 * configure: Regenerate.
6400
6401 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6402
6403 * Makefile.in: Regenerate.
6404 * configure: Regenerate.
6405
6406 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6407 stage_*_flags.
6408 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6409 for bootstrapped modules if toplevel bootstrap is going.
6410 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6411 modules. Adjust for changes in Makefile.def. Enable several
6412 rules even in non-bootstrap mode, just to avoid peppering the
6413 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6414 (stage-[+prev+]-bubble): Remove.
6415
6416 * Makefile.def (Dependencies): Depend on all-build-bison,
6417 all-build-flex, all-build-byacc, all-build-texinfo, rather
6418 than the host variations.
6419 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6420 with BUILD_SUBDIR.
6421 (BISON): Update for recent Bisons.
6422 (YACC): Fix typo.
6423 (cross): Depend on all-build.
6424 (all): Do not depend on all-build.
6425 (prebootstrap): Remove.
6426 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6427 (Prebootstrap dependencies): Add them to the per-stage targets
6428 and to all-prebootstrap.
6429 * configure.in (build_configdirs): Always enable build_tools.
6430 (BUILD_DIR_PREFIX): Remove.
6431
6432 * Makefile.def (gcc): Add target variable.
6433 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6434 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6435 in the recursive `make', instead of hardwiring `all'.
6436 (Autogenerated TARGET-* variables): New.
6437
6438 2004-08-13 Brian Booth <bbooth@redhat.com>
6439
6440 * MAINTAINERS: Remove myself from write-after-approval.
6441
6442 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6443
6444 * src-release: Stop distributing mmalloc with gdb (which doesn't
6445 use it).
6446 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6447 * Makefile.in: Regenerate.
6448
6449 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6450
6451 * configure.in (arm*-*-eabi*): New target.
6452 * configure: Regenerate.
6453
6454 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6455
6456 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6457 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6458 (Dependencies): New section.
6459 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6460 (configure-target-[+module+]): Depend on maybe-all-gcc
6461 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6462 (toplevel profiledbootstrap): Fix dependencies.
6463 * Makefile.in: Regenerate.
6464
6465 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6466
6467 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6468 target-libiberty to noconfigdirs.
6469 * configure: Regenerate.
6470
6471 2004-08-03 Paul Brook <paul@codesourcery.com>
6472
6473 * configure.in: Check for MPFR as well as GMP.
6474 * configure: Regenerate.
6475
6476 2004-08-01 Robert Millan <robertmh@gnu.org>
6477
6478 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6479 libmudflap for all GNU-based systems (with Glibc).
6480 * configure: Regenerate.
6481
6482 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6483
6484 * Makefile.def (host-modules): Add gcc.
6485 * Makefile.in: Regenerate.
6486 * Makefile.tpl (sorry): New rule.
6487 (configure-host, all-host, [+make_target+]-host, do-check,
6488 install-host): Do not add gcc as a special case.
6489 (host modules): Add a small special-casing for gcc. Export
6490 extra_make_flags through the environment.
6491 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6492 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6493 other recursive targets for gcc): Remove.
6494
6495 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6496 (stage, unstage): New rules.
6497 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6498 distclean-stage[+id+]): Use stage_current.
6499 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6500 the stage*-start rules.
6501
6502 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6503
6504 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6505 use -all_load flag.
6506
6507 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6508
6509 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6510 * configure: Regenerate.
6511
6512 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6513
6514 * maintainer-scripts/gcc_release: Revert yesterday's change.
6515
6516 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6517
6518 * MAINTAINERS: Add myself to write-after-approval.
6519
6520 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6521
6522 * libf2c: Removed.
6523 * gcc/gccbug.in: Updated because of libf2c removal.
6524 * maintainer-scripts/gcc_release: Ditto.
6525
6526 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6527
6528 * configure.in: Build libmudflap by default on FreeBSD.
6529 * configure: Regenerated.
6530
6531 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6532
6533 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6534 systems.
6535 * configure: Regenerated.
6536
6537 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6538
6539 PR target/16344
6540 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6541 feedback based compiler.
6542 * Makefile.in: Rebuilt.
6543
6544 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6545
6546 * Makefile.def (host_modules): Set bootstrap=true for flex.
6547 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6548 * Makefile.in: Rebuilt.
6549
6550 2004-07-07 Jan Hubicka <jh@suse.cz>
6551
6552 * MAINTAINERS: Add self as a profile feedback maintainer.
6553
6554 2004-07-05 Phil Edwards <phil@codesourcery.com>
6555
6556 * configure.in: Do not prepend $srcdir to /dev/null in
6557 makefile fragments.
6558 * configure: Regenerate.
6559
6560 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6561
6562 * Makefile.def (build_modules): Add bison, byacc, flex,
6563 m4, texinfo.
6564 (flags_to_pass): Add FLEX.
6565 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6566 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6567 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6568 DEFAULT_MAKEINFO): Remove.
6569 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6570 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6571 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6572 objdir or else use configured tool.
6573 (all-build): New.
6574 (all): Depend on it.
6575 (Build module dependencies): Add.
6576 * Makefile.in: Regenerate.
6577 * configure.in: Better support for multiple build modules,
6578 matching what is done for host/target modules. Do not look
6579 for "plausible" locations of build tools if Canadian cross.
6580 Use autoconf's AC_PROG_CC to find a C compiler. Define
6581 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6582 * configure: Regenerate.
6583
6584 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6585
6586 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6587 * Makefile.in: Regenerate.
6588
6589 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6590
6591 * Makefile.tpl (configure-build-[+module+],
6592 configure-[+module+], configure-target-[+module+]): Pass
6593 [+extra_configure_args+].
6594 (all-build-[+module+], all-[+module+], check-[+module+],
6595 install-[+module+], [+make_target+]-[+module+],
6596 all-target-[+module+], check-target-[+module+],
6597 install-target-[+module+], [+make_target+]-target-[+module+]):
6598 Pass [+extra_make_args+].
6599 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6600 (GCC_HOST_EXPORTS): Remove.
6601 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6602 cross, check-gcc, check-gcc-c++, install-gcc,
6603 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6604 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6605 * Makefile.in: Regenerate.
6606
6607 2004-06-21 Matthew Sachs <msachs@apple.com>
6608
6609 * MAINTAINERS: Added self to write-after-approval.
6610
6611 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6612
6613 * configure.in: Check for srcdir/winsup rather than build directory
6614 winsup.
6615 * configure: Regenerate.
6616
6617 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6618
6619 * configure.in: Don't build Cygwin native newlib if winsup
6620 directory is missing. Emit warning instead.
6621 * configure: Regenerate.
6622
6623 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6624
6625 * Makefile.tpl (touch-stage[+id+]): New.
6626 (restage[+prev+]): Depend on touch-stage[+id+].
6627
6628 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6629 Use it throughout.
6630
6631 * Makefile.def: Add profile and feedback bootstrap stages.
6632 Remove next field from bootstrap stages.
6633 * Makefile.tpl (LN, LN_S): Substitute.
6634 (stageN-start, stageN-end): Use double-colon rules, to
6635 provide a hook for additional setup commands.
6636 (distclean-stageN-gcc, restageN): Create dependencies from
6637 [+prev+], not from [+next+].
6638 (stageN-bubble): Add commands for successive stages from
6639 [+prev+], using double-colon rules.
6640 (all-stageN-gcc): Fix typo.
6641 (stagefeedback-start, profiledbootstrap): New.
6642 * Makefile.in: Regenerate.
6643 * configure.in: Call ACX_PROG_LN.
6644 * configure: Regenerate.
6645
6646 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6647
6648 * MAINTAINERS (Write After Approval): Add myself.
6649
6650 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6651
6652 * MAINTAINERS (Write After Approval): Add myself.
6653
6654 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6655
6656 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6657 without gcc.
6658 * configure: Regenerate.
6659
6660 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6661
6662 * Makefile.tpl: Fix typo.
6663 * Makefile.in: Regenerate.
6664
6665 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6666
6667 * configure.in: Remove new- prefix from toplevel
6668 bootstrap targets.
6669 * configure: Regenerate.
6670
6671 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6672
6673 * Makefile.tpl (all.normal): Rename to all.
6674 (all): Replace with a rule to pick the default
6675 target from configure.
6676 (all-gcc, configure-gcc): Use conditionals to
6677 do nothing when toplevel bootstrap is going on.
6678 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6679 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6680 * configure.in: Support --enable-bootstrap.
6681
6682 * Makefile.def: Remove new- prefix from toplevel
6683 bootstrap targets.
6684 * Makefile.tpl: Likewise.
6685
6686 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6687 target.
6688
6689 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6690 $(RECURSE_FLAGS) to recursive invocation of make.
6691
6692 * Makefile.in: Regenerate.
6693 * configure: Regenerate.
6694
6695 2004-05-30 Andreas Jaeger <aj@suse.de>
6696 Jim Wilson <wilson@specifixinc.com>
6697
6698 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6699 like CC.
6700
6701 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6702
6703 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6704 * configure: Regenerate.
6705
6706 2004-05-25 Daniel Jacobowitz <drow@false.org>
6707
6708 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6709 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6710 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6711 targets.
6712 * Makefile.in: Regenerate.
6713
6714 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6715
6716 * configure.in: Test the ability to symlink directories.
6717 * configure: Regenerate.
6718
6719 * Makefile.def (bootstrap-stage): New definitions.
6720 * Makefile.tpl (configure-stage1-gcc,
6721 configure-stage2-gcc, configure-stage3-gcc,
6722 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6723 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6724 new-restage3, compare): Autogenerate, see Makefile.in
6725 entry for behavioral changes.
6726 (distclean-stage1, new-stage1-start, new-stage1-end,
6727 new-stage1-bubble, distclean-stage2, new-stage2-start,
6728 new-stage2-end, new-stage2-bubble, distclean-stage3,
6729 new-stage3-start, new-stage3-end): New autogenerated targets.
6730 (objext, prebootstrap, BOOT_CFLAGS,
6731 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6732 targets.
6733
6734 * Makefile.in: Regenerate.
6735 (distclean-stage1, new-stage1-start, new-stage1-end,
6736 new-stage1-bubble, distclean-stage2, new-stage2-start,
6737 new-stage2-end, new-stage2-bubble, distclean-stage3,
6738 new-stage3-start, new-stage3-end): New targets.
6739 (all-stage1-gcc): Move prebootstrap dependency from here...
6740 (configure-stage1-gcc): ...to here.
6741 (new-bootstrap): Use bubble targets.
6742 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6743 Use per-stage distclean targets.
6744 (configure-stage1-gcc, configure-stage2-gcc,
6745 configure-stage3-gcc, all-stage1-gcc,
6746 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6747 Use new-stageN-start to prepare the tree.
6748
6749 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6750
6751 * Makefile.def (host_modules): add libcpp.
6752 * Makefile.tpl: Add dependencies on and for libcpp.
6753 * Makefile.in: Regenerate.
6754 * configure.in: Add libcpp host module.
6755 * configure: Regenerate.
6756
6757 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6758
6759 * Makefile.tpl: Whenever a recursive target is defined, wrap
6760 it in a special @if/@endif block, and prepare its maybe
6761 dependency in the @if/@endif block
6762 * configure.in: Instead of writing maybe dependencies, remove
6763 the @if/@endif statements, and remove the @if/@endif blocks
6764 that remain.
6765 * configure: Regenerate.
6766 * Makefile.in: Regenerate.
6767
6768 2004-05-20 Janis Johnson <janis187@us.ibm.com>
6769
6770 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6771
6772 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6773
6774 PR bootstrap/15120
6775 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6776 * */configure: Rebuilt.
6777
6778 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6779
6780 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6781 of libf2c.
6782 * configure, Makefile.in: Regenerate.
6783
6784 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
6785
6786 * MAINTAINERS (Write After Approval): Add myself.
6787
6788 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6789
6790 Merge from tree-ssa-20020619-branch.
6791
6792 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6793 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6794 (HOST_GMPLIBS): Define.
6795 (HOST_GMPINC): Define.
6796 (TARGET_LIB_PATH): Add libmudflap.
6797 (GFORTRAN_FOR_TARGET): Define.
6798 (configure-build*): Export GFORTRAN.
6799 (configure-gcc): Export GMPLIBS and GMPINC.
6800 (all-gcc): Add maybe-all-libbanshee.
6801 (configure-target-libgfortran): Define.
6802 * Makefile.in: Regenerate.
6803 * configure.in (host_libs): Add libbanshee.
6804 (target_libraries): Add target-libmudflap and target-libgfortran.
6805 Add --with-libbanshee.
6806 Handle --disable-libmudflap.
6807 (*-*-freebsd*): Use with_gmp.
6808 Add $(libgcj) to noconfigdirs.
6809 * configure: Regenerate.
6810 * depcomp: New file.
6811 * MAINTAINERS: Add tree-ssa maintainers.
6812
6813 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6814
6815 * MAINTAINERS (Various Maintainers): Add myself.
6816
6817 2004-04-30 Brian Ford <ford@vss.fsi.com>
6818
6819 * MAINTAINERS (Write After Approval): Add myself.
6820
6821 2004-04-29 Uros Bizjak <uros@kss-loka.si>
6822
6823 * MAINTAINERS (Write After Approval): Add myself.
6824
6825 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6826
6827 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6828 * configure: Regenerate.
6829
6830 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6831
6832 Revert:
6833 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6834
6835 * Makefile.def (flags_to_pass): Remove *dir variables that
6836 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6837 as well as prefix and exec_prefix.
6838 * Makefile.in: Regenerate.
6839
6840 2004-04-26 Robert Millan <robertmh@gnu.org>
6841
6842 Add patches from libtool CVS.
6843 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6844 * ltconfig: Likewise.
6845 * ltcf-c.sh: Likewise.
6846 * ltcf-cxx.sh: Likewise.
6847 * ltcf-gcj.sh: Likewise.
6848
6849 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6850
6851 * Makefile.def (host_modules): Mark with the bootstrap
6852 flag packages on which gcc depends.
6853 * Makefile.tpl (all-bootstrap): Use it.
6854 * Makefile.in: Regenerate.
6855
6856 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6857
6858 * Makefile.def (flags_to_pass): Remove *dir variables that
6859 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6860 as well as prefix and exec_prefix.
6861 * Makefile.in: Regenerate.
6862
6863 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6864
6865 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6866 * configure: Regenerate.
6867 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6868 * gcc/Makefile.tpl (compare): Use the result of the test.
6869 * gcc/Makefile.in: Regenerate.
6870
6871 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6872
6873 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6874 Always relocate gcc and prev-gcc to the original names, even
6875 if the build fails.
6876 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6877 New targets.
6878
6879 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6880
6881 * MAINTAINERS: Update my email address.
6882
6883 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6884
6885 * configure.in (mips*-*-irix5*): Enable ld.
6886 * configure: Regenerate.
6887
6888 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6889
6890 * configure: Regenerate.
6891
6892 2004-04-15 James E Wilson <wilson@specifixinc.com>
6893
6894 * Makefile.tpl (configure-[+module+], configure-gcc,
6895 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6896 Set and export LDFLAGS.
6897 * Makefile.in: Regenerate.
6898
6899 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
6900
6901 * MAINTAINERS: Add myself to write-after-approval.
6902
6903 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6904
6905 PR bootstrap/14871
6906 * Makefile.tpl: If we don't have built-in-tree target tools,
6907 use the ones found by configure rather than hacking around with
6908 program_transform_name.
6909 * configure.in: Give Makefile.tpl the information necessary
6910 to do that.
6911 * Makefile.in: Regenerate.
6912 * configure: Regenerate.
6913
6914 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6915
6916 PR bootstrap/14760
6917 * configure.in: When computing baseargs, strip *all* copies of
6918 offending options. Also, don't match/substitute the trailing space,
6919 so that this actually works when two similar options are separated by
6920 only one space.
6921 * configure: Regenerate.
6922
6923 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6924
6925 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6926 (rs6000-*-aix*): Same.
6927 * configure: Regenerate.
6928
6929 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
6930
6931 * MAINTAINERS: Add myself to write-after-approval.
6932
6933 2004-04-03 Bud Davis <bdavis9659@comcast.net>
6934
6935 * MAINTAINERS: Add myself to write-after-approval.
6936
6937 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6938
6939 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6940 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6941 * Makefile.in: Regenerate.
6942
6943 * configure.in (top level bootstrap support): Rework --enable-werror
6944 to set @stage2_werror_flag@.
6945 * configure: Regenerate.
6946 * Makefile.tpl (top level bootstrap support): Pass
6947 @stage2_werror_flag@ down to configure in stages 2 and 3.
6948 * Makefile.in: Regenerate.
6949
6950 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6951
6952 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6953 for stages 2 and 3 as well as in make. As a consequence, remove
6954 OUTPUT_OPTION (now detected by configure) from the flags passed down
6955 to make.
6956 * Makefile.in: Regenerate.
6957
6958 * Makefile.tpl (new-bootstrap): Fix typo.
6959 * Makefile.in: Regenerate.
6960
6961 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6962
6963 * Makefile.tpl: Rearrange by moving recursive_targets rules
6964 into their proper sections.
6965 * Makefile.tpl (top level bootstrap support): Move disabling
6966 of coverage flags from 'make' to 'configure'; improve comments.
6967 * Makefile.in: Regenerate.
6968
6969 * Makefile.tpl (experimental top level bootstrap) Move stage1
6970 language setting from all- target to configure- target; disable
6971 intermodule optimization in stage 1; prevent gratuitous rebuilds
6972 of stage 1.
6973 * Makefile.in: Regenerate.
6974 * configure.in: Comma-separate stage 1 language list for top
6975 level bootstrap.
6976 * configure: Regenerate.
6977
6978 * Makefile.tpl: Clean up experimental top level bootstrap support:
6979 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6980 prev-gcc in configure- targets as well as all- targets.
6981 * Makefile.in: Regenerate.
6982
6983 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
6984
6985 * compile: New file imported from automake.
6986
6987 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6988
6989 * configure.in: Remove symbolic link section.
6990 * configure: Regenerate.
6991 * Makefile.tpl (links): Remove.
6992 * Makefile.in: Regenerate.
6993
6994 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6995 Nathanael Nerode <neroden@gcc.gnu.org>
6996
6997 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6998 Set with AC_CHECK_PROGS.
6999 * configure.in: Fix comment typo from last patch.
7000 * configure: Regenerate.
7001
7002 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
7003
7004 * Makefile.tpl: Introduce experimental top level bootstrap support.
7005 * Makefile.in: Regenerate.
7006 * configure.in: Introduce support for top level bootstrap.
7007 * configure: Regenerate.
7008
7009 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
7010 Paolo Bonzini <bonzini@gnu.org>
7011
7012 PR bootstrap/14522
7013 * configure.in: Cope with shells that do not support unquoted ^
7014 * configure: Regenerate.
7015
7016 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
7017 Paolo Bonzini <bonzini@gnu.org>
7018
7019 PR bootstrap/14522
7020 * configure.in: Cope with shells that do not support nesting
7021 quotes inside quoted backquote substitutions.
7022 * configure: Regenerate.
7023
7024 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
7025
7026 PR bootstrap/14522
7027 * configure.in: Fix escaping of $.
7028 * configure: Regenerate.
7029
7030 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
7031
7032 * configure: Regenerate, since I forgot to while committing Paolo's
7033 changes.
7034
7035 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
7036
7037 PR ada/14131
7038 Move language detection to the top level.
7039 * configure.in: Find default values for the tools as
7040 soon as possible. Disable ada if GNAT is not found.
7041 Emit error message about missing languages. Expand
7042 --enable-languages=all for the gcc subdirectory.
7043
7044 2004-03-10 Ben Elliston <bje@gnu.org>
7045
7046 * MAINTAINERS: Update my email address.
7047
7048 2004-03-05 David Edelsohn <edelsohn@gnu.org>
7049
7050 * ltconfig: Disable building static libraries if building shared
7051 libraries on AIX 5L.
7052
7053 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7054
7055 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7056 and disable libgcj.
7057 * configure: Regenerated.
7058
7059 2004-03-01 Brian Booth <bbooth@redhat.com>
7060
7061 * MAINTAINERS: Add myself to write-after-approval.
7062
7063 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
7064
7065 * MAINTAINERS: Add myself to write-after-approval.
7066
7067 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7068
7069 PR bootstrap/7087
7070 * Makefile.tpl: Guard XFOO sed statements better.
7071 * Makefile.tpl: Add dependency for configure-target-libada.
7072 * Makefile.in: Regenerate (incidentally fixes broken
7073 commit when libada-branch was merged).
7074
7075 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7076
7077 * MAINTAINERS: Add myself to write-after-approval.
7078
7079 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7080
7081 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7082 maintainers.
7083
7084 2004-02-20 Andrew Cagney <cagney@redhat.com>
7085
7086 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7087 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7088
7089 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7090
7091 PR bootstrap/11932
7092 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7093
7094 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
7095
7096 * MAINTAINERS: Added myself to write-after-approval.
7097
7098 2004-02-14 Michael Koch <konqueror@gmx.de>
7099
7100 * MAINTAINERS: Added myself to write-after-approval.
7101
7102 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7103
7104 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7105 some OS port maintainers to OS port maintainers section.
7106
7107 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7108
7109 * MAINTAINERS: Add self.
7110
7111 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7112
7113 * MAINTAINERS: Alphabetize.
7114
7115 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7116
7117 * MAINTAINERS: Remove myself.
7118
7119 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7120
7121 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7122 (rs6000-*-aix*): Same.
7123 * configure: Regenerate.
7124
7125 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7126
7127 * configure.in (host): Add in missing $noconfigdirs to defines.
7128 * configure: Regenerate.
7129
7130 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7131 Nathanael Nerode <neroden@gcc.gnu.org>
7132
7133 PR ada/6637, PR ada/5911
7134 Merge with libada-branch:
7135 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7136 with appropriate dependencies. Add --enable-libada configure switch.
7137 * configure, Makefile.in: Regenerate.
7138
7139 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7140
7141 * MAINTAINERS: Add myself to write-after-approval.
7142
7143 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7144
7145 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7146 * configure: Regenerate.
7147
7148 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7149
7150 Merge from upstream:
7151
7152 * ltmain.in: When setting IFS to '~', be careful about user
7153 arguments that contain '~'.
7154
7155 2004-02-04 Peter O'Gorman <peter@pogma.com>
7156
7157 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7158 Also test $base_compile against $CC with escaped arguments. Bug
7159 reported by Geoff Keating <geoffk@apple.com>.
7160
7161 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7162
7163 * MAINTAINERS: Remove i960 port.
7164
7165 2004-01-23 DJ Delorie <dj@redhat.com>
7166
7167 * Makefile.def (target_modules) [libiberty]: Don't stage.
7168 * Makefile.in: Rebuilt.
7169
7170 2004-01-20 Caroline Tice <ctice@apple.com>
7171
7172 * MAINTAINERS: Add myself to write-after-approval.
7173
7174 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7175
7176 * MAINTAINERS: Update my email address.
7177
7178 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7179
7180 * MAINTAINERS: Add myself to write-after-approval.
7181
7182 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7183
7184 * MAINTAINERS: Remove entries without email address.
7185
7186 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7187
7188 * MAINTAINERS: Add myself to write-after-approval.
7189
7190 2004-01-15 Steven Bosscher <stevenb@suse.de>
7191
7192 * MAINTAINERS: Update my email address.
7193
7194 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7195
7196 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7197 * Makefile.tpl (configure-target-[+module+]): Support stage.
7198 * Makefile.in: Rebuilt.
7199
7200 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7201
7202 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7203
7204 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7205
7206 * MAINTAINERS: Add myself as a MIPS maintainer.
7207
7208 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7209
7210 * configure.in: Use ./config.cache, not config.cache.
7211 * configure: Regenerate.
7212 * Makefile.tpl: Special-casing not needed for GCC any more.
7213 * Makefile.in: Regenerate.
7214
7215 * configure.in: Don't share a cache file for host dirs.
7216 * configure: Regenerate.
7217
7218 * config-ml.in: Don't mess with the cache file.
7219
7220 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7221
7222 * MAINTAINERS: Move myself from 'Write After Approval' to
7223 'CPU Port Maintainers' section as SPARC maintainer.
7224
7225 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7226
7227 * Makefile.tpl: Make GCC use a separate config.cache.
7228 * Makefile.in: Regenerate.
7229
7230 PR bootstrap/11932, PR bootstrap/11933
7231 (I don't know if it will fix either of them, but it relates
7232 to them.)
7233 * configure.in: Don't use shared config.cache for target
7234 directories.
7235 * configure: Regenerate.
7236
7237 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7238
7239 * MAINTAINERS: Add myself to 'Write After Approval' section.
7240
7241 2003-12-31 Roger Sayle <roger@eyesopen.com>
7242
7243 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7244 * configure: Regenerated.
7245
7246 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7247
7248 * MAINTAINERS: Remove the mn10200 maintainer.
7249
7250 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7251
7252 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7253 * configure: Regenerated.
7254
7255 2003-12-16 Jan Hubicka <jh@suse.cz>
7256
7257 * MAINTAINERS: Add myself as callgraph maintainer.
7258
7259 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7260
7261 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7262 * configure: Regenerate.
7263
7264 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7265
7266 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7267 'Write After Approval' section. Update email.
7268
7269 2003-12-01 James Lemke <jim@wasabisystems.com>
7270
7271 * MAINTAINERS (Write After Approval): Add myself.
7272
7273 2003-11-20 Matt Thomas <matt@3am-software.com>
7274
7275 * MAINTAINERS: Add myself as a vax port maintainer.
7276
7277 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7278
7279 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7280 (configure-build-[+module+], configure-[+module+]): Likewise.
7281 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7282 * Makefile.in: Regenerate.
7283
7284 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7285
7286 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7287 shared/dylibed libraries.
7288 * ltmain.sh: Likewise.
7289 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7290 * ltcf-cxx.sh: Likewise.
7291 * ltcf-gcj.sh: Likewise.
7292 * ltconfig: Likewise.
7293
7294 2003-11-17 Stan Cox <scox@redhat.com>
7295
7296 * MAINTAINERS: Add myself as iq2000 port maintainer.
7297
7298 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7299
7300 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7301 * Makefile.in: Regenerate.
7302
7303 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7304
7305 * config.sub: Update to 2003-11-03 version.
7306
7307 2003-10-20 Phil Edwards <phil@codesourcery.com>
7308
7309 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7310 * configure: Regenerate.
7311
7312 2003-10-20 Nicolas Pitre <nico@cam.org>
7313
7314 * MAINTAINERS: Add myself to 'Write After Approval' section.
7315
7316 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7317
7318 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7319
7320 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7321
7322 * MAINTAINERS: Update my email address.
7323
7324 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7325
7326 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7327
7328 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7329
7330 * MAINTAINERS: Add myself to 'Write After Approval' section.
7331
7332 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7333
7334 * config.guess: Update to 2003-10-16 version.
7335 * config.sub: Update to 2003-10-16 version.
7336
7337 2003-10-15 David Daney <ddaney@avtrex.com>
7338
7339 * MAINTAINERS: Added myself to 'Write After Approval' section.
7340
7341 2003-10-15 Falk Hueffner <falk@debian.org>
7342
7343 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7344 'Write After Approval' section. Update email.
7345
7346 2003-10-14 Roger Sayle <roger@eyesopen.com>
7347
7348 * MAINTAINERS: Move myself from 'Write After Approval' to
7349 'Various Maintainers' section as middle-end maintainer.
7350
7351 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7352
7353 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7354 HOST_FLAGS_TO_PASS.
7355 * Makefile.in: Regenerate.
7356
7357 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7358
7359 * config.guess: Update to 2003-10-07 version.
7360 * config.sub: Update to 2003-10-07 version.
7361
7362 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7363
7364 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7365 * ltconfig (irix5*, irix6*): Don't override version_type.
7366
7367 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7368
7369 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7370 * configure: Rebuilt
7371 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7372 * Makefile.in: Rebuilt
7373
7374 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7375
7376 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7377
7378 2003-09-30 Carlo Wood <carlo@alinoe.com>
7379
7380 * MAINTAINERS (Write After Approval): Add myself.
7381
7382 2003-09-29 Paul Koning <ni1d@arrl.net>
7383
7384 * MAINTAINERS: Move myself from "Write After Approval"
7385 to CPU platform maintainers for pdp11 platform.
7386
7387 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7388
7389 * MAINTAINERS: Move myself from 'Write After Approval' to
7390 'Various Maintainers' section as libffi testsuite maintainer.
7391
7392 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7393
7394 * configure.in: Pass a computed --program-transform-name
7395 to subconfigures.
7396 * configure: Regenerated.
7397
7398 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7399
7400 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7401 * Makefile.in: Regenerate.
7402
7403 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7404 * Makefile.in: Regenerate.
7405
7406 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7407
7408 * MAINTAINERS: Move myself from 'Write After Approval'
7409 to 'Various Maintainers' (objective-c) section.
7410
7411 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7412
7413 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7414 quoting.
7415 * configure: Regenerated.
7416
7417 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7418
7419 * MAINTAINERS (Write After Approval): Add myself to write after
7420 approval list.
7421
7422 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7423
7424 * MAINTAINERS (Write After Approval): Add myself.
7425
7426 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7427
7428 * MAINTAINERS: Update my e-mail address.
7429
7430 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7431
7432 * libtool.m4 (LD): Correct powerpc64 host match.
7433
7434 2003-09-06 James E Wilson <wilson@tuliptree.org>
7435
7436 * MAINTAINTERS: Update my affiliation and email address.
7437
7438 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7439
7440 * MAINTAINERS (Write After Approval): Add myself.
7441
7442 2003-09-04 DJ Delorie <dj@redhat.com>
7443
7444 * configure: Regenerate.
7445
7446 2003-09-04 Robert Millan <robertmh@gnu.org>
7447
7448 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7449
7450 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7451
7452 * configure.in: Ensure arguments to sed are properly spaced.
7453 * configure: Regenerate.
7454
7455 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7456
7457 * MAINTAINERS: Update my e-mail address.
7458
7459 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7460
7461 * MAINTAINERS (Write After Approval): Add myself.
7462
7463 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7464
7465 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7466 * configure: Regenerated.
7467
7468 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7469
7470 * MAINTAINERS: Update my email address.
7471
7472 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7473
7474 * configure.in: Use newline instead of semicolon when assuming
7475 shell arguments in a for loop.
7476 * configure: Regenerated.
7477
7478 2003-08-22 Jason Eckhardt <jle@rice.edu>
7479
7480 * MAINTAINERS: Resurrect the i860 maintainer.
7481
7482 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7483
7484 PR 8180
7485 * configure.in: When testing with_libs and with_headers, treat
7486 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7487 * configure: Regenerate.
7488
7489 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7490 make, shell, etc.
7491 (baseargs): Likewise.
7492 * configure: Regenerate.
7493
7494 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7495
7496 * MAINTAINERS (Write After Approval): Add myself.
7497
7498 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7499
7500 * configure.in: Disable libgcj for darwin not on powerpc.
7501 * configure: Rebuild.
7502
7503 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7504
7505 * config-ml.in, symlink-tree: Add license.
7506
7507 2003-08-03 Richard Stallman <rms@gnu.org>
7508 Eben Moglen <moglen@columbia.edu>
7509
7510 * README.SCO: New file.
7511
7512 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7513
7514 * Makefile.tpl (check, check-c++): Express dependencies using
7515 dependencies rather than commands.
7516 * Makefile.in: Regenerate.
7517
7518 2003-08-01 Andrew Cagney <cagney@redhat.com>
7519
7520 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7521 * configure: Ditto.
7522
7523 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7524
7525 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7526 * Makefile.in: Update.
7527
7528 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7529
7530 * configure.in: Enable libgcj for darwin.
7531 * configure: Rebuild.
7532
7533 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7534
7535 * config-ml.in: Use ac_configure_args directly instead of
7536 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7537 actually seen.
7538
7539 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7540
7541 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7542 creating target and build subdirs to build all parent dirs as needed.
7543 * Makefile.in: Rebuild.
7544 * configure.in: Don't build dirs explicitly here.
7545 * configure: Rebuild.
7546
7547 2003-07-26 Paul Brook <paul@nowt.org>
7548
7549 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7550
7551 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7552
7553 * Makefile.tpl (all-make): Depend on intl.
7554 * Makefile.in: Rebuilt.
7555
7556 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7557
7558 * install-sh: Update to newer upstream versions (associated with
7559 aclocal 1.7).
7560 * mkinstalldirs: Likewise.
7561 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7562
7563 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7564
7565 * MAINTAINERS: Move self from Bug database only accounts
7566 to write-after-approval.
7567
7568 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7569
7570 * config.if: Remove unused libc_interface determination.
7571
7572 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7573
7574 * MAINTAINERS: Move self from write-after-approval to
7575 build machinery (*.in).
7576
7577 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7578
7579 PR bootstrap/11273
7580 PR bootstrap/11408
7581 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7582 unused INSTALL_PROGRAM_ARGS.
7583 * configure.in: Use AC_PROG_INSTALL.
7584 * Makefile.in: Regenerate.
7585 * configure: Regenerate.
7586
7587 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7588
7589 * MAINTAINERS: Alphabetize.
7590
7591 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7592
7593 * configure: Rebuilt.
7594 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7595 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7596 newlib nor libgloss.
7597 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7598 * configure.in (am33_2.0-*-linux*): Added.
7599
7600 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7601
7602 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7603 * configure: Regenerate.
7604
7605 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7606
7607 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7608 * Makefile.in: Regenerate.
7609
7610 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7611
7612 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7613 * Makefile.in: Regenerate.
7614
7615 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7616
7617 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7618 * Makefile.in: Regenerated.
7619
7620 * config-ml.in: Replace PWD with PWD_COMMAND.
7621
7622 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7623
7624 * intl: New directory; see intl/ChangeLog for details.
7625 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7626 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7627 * Makefile.in: Regenerate.
7628
7629 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7630
7631 * configure.in: Clean up config-lang.in handling. Delete
7632 useless assignment to "subdirs".
7633 * configure: Regenerate.
7634
7635 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7636
7637 * configure.in: Rename 'target_libs' to 'target_libraries'.
7638 Remove useless reference to 'target_libs'.
7639 * configure: Regenerate.
7640
7641 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7642
7643 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7644 * Makefile.in: Regenerate.
7645
7646 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7647
7648 * Makefile.def: Introduce flags_to_pass.
7649 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7650 * Makefile.in: Regenerate.
7651
7652 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7653
7654 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7655 and target-libgloss.
7656 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7657 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7658 * configure: Regenerate.
7659
7660 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7661
7662 * configure.in: Update testsuite_flags to new location.
7663 * configure. Regenerate.
7664
7665 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7666
7667 * Makefile.tpl: Remove BUILD_CC stuff.
7668 * Makefile.in: Regenerate.
7669
7670 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7671
7672 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7673
7674 2003-06-16 Graeme Peterson <gp@qnx.com>
7675
7676 * MAINTAINERS (Write After Approval): Add myself.
7677
7678 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7679
7680 * config.guess: Update to 2003-06-12 version.
7681 * config.sub: Update to 2003-06-13 version.
7682
7683 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7684
7685 * config.guess: Update to 2003-06-06 version.
7686 * config.sub: Update to 2003-06-06 version.
7687
7688 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7689
7690 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7691 * configure. Regenerate.
7692
7693 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7694
7695 * configure.in: Disable serial configure by default.
7696 * configure: Regenerate.
7697 * Makefile.tpl: Abolish .NOTPARALLEL.
7698 * Makefile.in: Regenerate.
7699
7700 * Makefile.tpl: Replace {build,host,target}_canonical by
7701 {build,host,target}.
7702 * Makefile.in: Regenerate.
7703
7704 * Makefile.tpl: Fix stupid pasto.
7705 * Makefile.in: Regenerate.
7706
7707 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7708
7709 * Makefile.tpl: Remove bogus conditional.
7710 * Makefile.in: Regenerate.
7711
7712 2003-06-05 Jan Hubicka <jh@suse.cz>
7713
7714 * Makefile.tpl (profiledbootstrap): New target.
7715 * Makefile.in (profiledbootstrap): New target.
7716
7717 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7718
7719 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7720 Pinski. Remove user names from other bugzilla-only maintainers.
7721
7722 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7723
7724 * Makefile.tpl: Make 'recursive targets' using autogen rather
7725 than shell loop. Remove duplicate 'clean' targets and false
7726 comments.
7727 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7728 Add systematic method of specifying missing targets in subdirs.
7729 Add copyright boilerplate.
7730 * Makefile.in: Regenerate.
7731 * configure.in: Add 'recursive targets' to maybe list.
7732 * configure: Regenerate.
7733
7734 * MAINTAINERS: "GNATS only" -> "Bug database only".
7735
7736 * Makefile.tpl: Rename [+target+] to [+make_target+].
7737 * Makefile.def: Rename 'target' to 'make_target'.
7738
7739 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7740
7741 * MAINTAINERS: Add self as options handling maintainer.
7742
7743 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7744
7745 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7746 been too long since I touched those ports.
7747
7748 2003-05-28 DJ Delorie <dj@redhat.com>
7749
7750 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7751 * Makefile.in: Regenerate.
7752
7753 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7754
7755 * configure.in: Use curly braces in the definition of tooldir.
7756 * configure: Regenerate.
7757
7758 2003-05-21 DJ Delorie <dj@redhat.com>
7759
7760 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7761 newlib or libgloss.
7762 * Makefile.in: Regenerate.
7763
7764 2003-05-21 DJ Delorie <dj@redhat.com>
7765
7766 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7767 * Makefile.in: Regenerate.
7768
7769 2003-05-20 Ian Lance Taylor <ian@airs.com>
7770
7771 * MAINTAINERS: Update my e-mail address.
7772
7773 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7774
7775 * configure.in: Switch more things to use maybe dependencies.
7776 * Makefile.tpl: Switch more things to use maybe dependencies.
7777 Factor out common code from autogen IF statements.
7778 * configure: Regenerate.
7779 * Makefile.in: Regenerate.
7780
7781 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7782
7783 * configure.in: Accept i[3456789]86 for machine type.
7784 * configure: Regenerate.
7785
7786 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7787
7788 * configure.in: Switch more things to use maybe dependencies.
7789 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7790 * configure: Regenerate.
7791 * Makefile.tpl: Switch more things to use maybe dependencies.
7792 * Makefile.in: Regenerate.
7793
7794 2003-05-16 Andreas Schwab <schwab@suse.de>
7795
7796 * Makefile.tpl (install-opcodes): Define.
7797 * Makefile.in: Rebuild.
7798
7799 2003-05-13 Andreas Jaeger <aj@suse.de>
7800
7801 * config.guess: Update to 2003-05-09 version.
7802 * config.sub: Update to 2003-05-09 version.
7803
7804 2003-05-13 Michael Eager <eager@mvista.com>
7805
7806 * configure.in: Correct sed script so that options in quotes are not
7807 deleted.
7808 * configure: Rebuild.
7809
7810 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7811
7812 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7813 and $$s/newlib/libc/sys/cygwin32 include paths.
7814 * configure: Ditto.
7815
7816 2003-05-12 Michael Meissner <gnu@the-meissners.org>
7817
7818 * MAINTAINERS: Update my email addresses.
7819
7820 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7821
7822 * config-ml.in: Propagate INSTALL variables.
7823
7824 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7825
7826 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7827
7828 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7829
7830 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7831 * Makefile.in: Regenerate.
7832
7833 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7834
7835 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7836
7837 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7838
7839 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7840
7841 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7842
7843 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7844 * Makefile.in: Regenerated.
7845
7846 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7847
7848 * MAINTAINERS (Write After Approval): Upgrade myself from
7849 GNATS only to write-after-approval. Update my mail address.
7850
7851 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
7852
7853 (OS Port Maintainers: freebsd): Add myself.
7854
7855 2003-04-22 Mark Mitchell <mark@codesourcery.com>
7856
7857 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7858
7859 2003-04-22 Kean Johnston <jkj@sco.com>
7860
7861 * MAINTAINERS (SCO ports): Added myself.
7862
7863 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7864
7865 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7866
7867 2003-04-19 Kean Johnston <jkj@sco.com>
7868
7869 * MAINTAINERS (Write After Approval): Add myself.
7870
7871 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7872
7873 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7874 * Makefile.in: Regenerate.
7875
7876 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7877
7878 * configure.in (powerpc64*-*-linux*): Remove.
7879 * configure: Rebuilt.
7880
7881 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7882
7883 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7884 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7885 and restrap.
7886 * Makefile.in: Regenerate.
7887
7888 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7889
7890 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7891 * configure: Regenerated.
7892
7893 2003-04-15 DJ Delorie <dj@redhat.com>
7894
7895 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7896
7897 2003-04-13 Nick Clifton <nickc@redhat.com>
7898
7899 * config-ml.in: Remove support for --disable-aix removing
7900 call-aix multilibs.
7901
7902 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
7903
7904 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7905 * */configure: Rebuilt.
7906
7907 2003-04-08 Joel Sherrill <joel@oarcorp.com>
7908
7909 * MAINTAINERS: Add my email address.
7910
7911 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
7912
7913 * MAINTAINERS (Write After Approval): Add myself.
7914
7915 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7916
7917 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7918 * Makefile.in: Regenerate.
7919
7920 2003-03-14 Michael Chastain <mec@shout.net>
7921
7922 * Makefile.in: Regenerate with correct Makefile.def.
7923
7924 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7925
7926 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7927 Make macro.
7928 * Makefile.in: Regenerate.
7929 * configure.in: Clean up gxx_include_dir logic.
7930 * configure: Regenerate.
7931
7932 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
7933
7934 * MAINTAINERS (Write After Approval): Add myself.
7935
7936 2003-03-10 Ben Elliston <bje@wasabisystems.com>
7937
7938 * MAINTAINERS: Update my mail address.
7939
7940 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7941
7942 * configure.in (gxx_include_dir): Fix typo.
7943 * configure: Regenerated.
7944
7945 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7946
7947 * Makefile.tpl: Reindent.
7948 * Makefile.in: Regenerate.
7949 * configure.in: Reindent. Don't set unused variables.
7950 * configure: Regenerate.
7951
7952 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7953
7954 * configure.in: Include $(build_tooldir)/sys-include in
7955 FLAGS_FOR_TARGET.
7956 * configure: Regenerated.
7957
7958 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7959
7960 * Makefile.tpl: Always pass down RANLIB.
7961 * Makefile.in: Regenerate.
7962
7963 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7964 * Makefile.in: Regenerate.
7965 * configure.in: Remove unused logic relating to --enable-shared
7966 and --enable-threads. Remove bogus comments. Remove redundant
7967 noconfigdirs.
7968 * configure: Regenerate.
7969
7970 * configure.in: Replace ${libstdcxx_version} by its value.
7971 Remove reference to mh-dgux.
7972 * configure: Regenerate.
7973
7974 2003-03-03 Kevin Buettner <kevinb@redhat.com>
7975
7976 * MAINTAINERS (Write After Approval): Add myself.
7977
7978 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7979
7980 * Makefile.tpl: Rearrange.
7981 * Makefile.in: Regenerate.
7982
7983 2003-02-25 Uwe Stieber <uwe@wwws.de>
7984
7985 * configure.in: Add support for kaOS as cross build target system.
7986 * configure: Regenerated.
7987
7988 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
7989
7990 * MAINTAINERS (Write after approval): Add myself.
7991
7992 2003-02-21 James E Wilson <wilson@tuliptree.org>
7993
7994 * MAINTAINERS: Update my email address.
7995
7996 2003-02-21 Zack Weinberg <zack@codesourcery.com>
7997
7998 * MAINTAINERS: Add self to blanket write privs. section.
7999
8000 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
8001
8002 * Makefile.tpl: Add definition of CPPFLAGS to pass into
8003 configure-target-* as some target builds may require additional
8004 flags for preprocessor tests.
8005 * Makefile.in: Regenerated.
8006
8007 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
8008
8009 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8010 * ltconfig: Handle it.
8011 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8012 auto-detecting it.
8013
8014 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8015 it is used as argument to $CC.
8016 * ltcf-gcj.sh: Likewise.
8017
8018 * configure.in: Introduce --enable-maintainer-mode.
8019 * configure: Rebuilt.
8020 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8021 for maintainer mode.
8022 * Makefile.in: Rebuilt.
8023
8024 2003-02-18 Jason Merrill <jason@redhat.com>
8025
8026 * Makefile.tpl (check-c++): Allow parallelism.
8027
8028 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8029
8030 * MAINTAINERS: Remove John Carr (who never actually had access to
8031 gcc.gnu.org).
8032
8033 2003-02-15 Geoffrey Keating <geoffk@apple.com>
8034
8035 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8036 don't configure target-libobjc.
8037 * configure: Regenerate.
8038
8039 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8040
8041 * Makefile.tpl (RANLIB): Define.
8042 * Makefile.in: Regenerate.
8043
8044 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
8045
8046 * MAINTAINERS: Update my email.
8047
8048 2003-02-06 Keith R Seitz <keiths@redhat.com>
8049
8050 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8051 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8052 * Makefile.in: Regenerated.
8053 * configure.in: Remove all traces of snavigator, db, and grep.
8054 * configure: Regenerated.
8055
8056 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8057
8058 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8059 After Approval.
8060
8061 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8062
8063 * MAINTAINERS (Write after approval): Add myself.
8064
8065 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
8066
8067 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8068 * Makefile.in: Regenerated.
8069
8070 2003-01-30 Roger Sayle <roger@eyesopen.com>
8071
8072 * config.guess: Updated to 2003-01-30's version.
8073 * config.sub: Updated to 2003-01-28's version.
8074
8075 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
8076
8077 * config.if: If gcc_version is already set, just use it. Don't set
8078 gcc_version_trigger if it's already set, otherwise set it to
8079 gcc/version.c, but only if the file exists. If it is not set and
8080 gcc/version.c does not exist, try to extract the version number from
8081 $CC.
8082
8083 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8084
8085 * MAINTAINERS: Add myself to write-after-approval list.
8086
8087 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
8088
8089 * configure.in: Revert 24Jan change.
8090 * configure: Regenerate.
8091
8092 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8093
8094 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8095 entry of HJ Lu.
8096
8097 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8098
8099 * configure.in: Revert previous change.
8100 * configure: Regenerate.
8101
8102 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8103
8104 * configure.in: Make rda native-only.
8105 * configure: Regenerate.
8106
8107 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8108
8109 * MAINTAINERS: Move myself from GNATS-only-accounts to
8110 write-after-approval.
8111
8112 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8113
8114 * configure.in: Add missing \.
8115 * configure: Rebuilt.
8116
8117 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8118
8119 * configure.in (baseargs): Avoid using \| in sed regular
8120 expressions.
8121 * configure: Rebuilt.
8122
8123 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8124
8125 * configure.in (baseargs): Remove all supported forms of
8126 --cache-file, --srcdir, --host, --build and --target options
8127 from argument lists.
8128 * configure: Rebuilt.
8129
8130 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8131
8132 * MAINTAINERS: Add myself to write-after-approval list.
8133
8134 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8135
8136 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8137 * configure: Rebuilt.
8138
8139 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8140
8141 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8142 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8143 * Makefile.in: Regenerate.
8144 * configure: Regenerate.
8145
8146 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8147
8148 * configure.in: Remove Makefile in build, host and target modules
8149 unless configure was run with --no-recursion.
8150 * configure: Rebuilt.
8151
8152 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8153
8154 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8155 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8156 * Makefile.in: Regenerate.
8157
8158 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8159
8160 * config.guess: Update to 2003-01-03 version.
8161 * config.sub: Update to 2003-01-03 version.
8162
8163 2003-01-07 Christopher Faylor <cgf@redhat.com>
8164
8165 * configure: Regenerate with proper autoconf 2.13.
8166
8167 2003-01-07 Christopher Faylor <cgf@redhat.com>
8168
8169 * configure.in: Add AC_PREREQ for consistency.
8170 * configure: Regenerate.
8171
8172 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8173
8174 * configure.in (GDB_TK): Add tcl directories conditional on
8175 gdb/gdbtk directory being present.
8176 * configure: Regenerate.
8177
8178 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8179
8180 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8181 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8182 * configure: Rebuilt.
8183
8184 2002-12-31 Tom Tromey <tromey@redhat.com>
8185
8186 * Makefile.in: Rebuilt.
8187 * Makefile.def (target_modules) [libffi]: Allow installation.
8188
8189 2002-12-31 Andreas Schwab <schwab@suse.de>
8190
8191 * configure.in: Fix use of $program_transform_name.
8192 * configure: Regenerated.
8193
8194 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8195
8196 * configure.in (baseargs): Don't remove first configure argument.
8197 * configure: Regenerated.
8198
8199 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8200
8201 * Makefile.tpl (local-distclean): Don't remove...
8202 (multilib.ts): ... this. Moved into...
8203 (multilib.out): ... this. Don't use sub-make.
8204 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8205 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8206 (configure-build-[+module+], configure-[+module+],
8207 configure-target-[+module+], configure-gcc): ... these. Test
8208 for Makefile existence. Drop config.status from dependencies.
8209 * Makefile.in: Rebuilt.
8210 * configure.in: Move gcc-version-trigger to the end of
8211 ac_configure_args. Add comments to maybedep.tmp and
8212 serdep.tmp. Introduce --disable-serial-configure. Remove
8213 nonopt from baseargs, matching and removing corresponding
8214 whitespace while at it.
8215 * configure: Rebuilt.
8216
8217 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8218
8219 * configure.in (host_configargs): Replace reference to
8220 no-longer-defined buildopts with --build=${build_alias}.
8221 * configure: Rebuilt.
8222
8223 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8224 program_transform_name to standard idiom.
8225 (AUTOGEN, AUTOCONF): Define.
8226 (Makefile.in): Use $(AUTOGEN).
8227 (Makefile): Depend on config.status, and use autoconf-style rule to
8228 build it. Move original commands to...
8229 (config.status): ... this new target.
8230 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8231 $(AUTOCONF).
8232 * Makefile.in: Rebuilt.
8233
8234 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8235
8236 * Makefile.tpl: Fix dramatic bustage due to change in
8237 program_transform_name.
8238 * Makefile.in: Regenerate.
8239
8240 * configure.in: Remove unnecessary PATH setting.
8241 * configure: Regnerate.
8242
8243 * configure.in: Don't default to unprefixed tools unless
8244 the native tools will work.
8245 * configure: Regenerate.
8246
8247 * configure.in: Convert to autoconf script. Blow away lots
8248 of now-redundant Makefile fragments.
8249 * configure: Generate using Autoconf.
8250 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8251 * Makefile.in: Regenerate.
8252
8253 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8254
8255 * configure: Fix stupid bug where RANLIB was mistakenly included.
8256
8257 * configure.in: Rename (buildargs, hostargs, targargs) to
8258 (build_configargs, host_configargs, target_configargs).
8259
8260 * configure.in: Move logic out of sed statement.
8261
8262 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8263 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8264
8265 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8266
8267 * config.sub: Import from master repository
8268 * config.guess: Ditto
8269
8270 2002-12-24 Andreas Schwab <schwab@suse.de>
8271
8272 * Makefile.tpl (multilib.out): Fix missing space.
8273 * Makefile.in: Regenerate.
8274
8275 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8276
8277 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8278 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8279 * Makefile.in: Regenerate.
8280 * configure.in: Remove unnecessary leftovers.
8281
8282 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8283
8284 * configure.in (extra_ranlibflags_for_target): New variable.
8285 (*-*-darwin): Add -c to ranlib commands.
8286 * configure (tooldir): Handle extra_ranlibflags_for_target.
8287
8288 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8289
8290 * Makefile.tpl: Revert HJL's change.
8291 * Makefile.in: Regenerated.
8292 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8293 always.
8294
8295 2002-12-19 Andreas Schwab <schwab@suse.de>
8296
8297 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8298 * Makefile.in: Regenerate.
8299
8300 2002-12-18 H.J. Lu <hjl@gnu.org>
8301
8302 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8303 * Makefile.in: Regenerated.
8304
8305 * configure.in (build_prefix): New. Substitute.
8306
8307 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8308
8309 * Makefile.tpl: Don't let real targets depend on phony targets.
8310 * Makefile.in: Regenerate.
8311
8312 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8313 * Makefile.in: Regenerate.
8314
8315 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8316
8317 * config.sub: Import from master repository
8318 * config.guess: Ditto
8319
8320 2002-12-16 Jason Merrill <jason@redhat.com>
8321
8322 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8323 previous 'make bootstrap'.
8324 * Makefile.in: Regenerate.
8325
8326 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8327
8328 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8329
8330 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8331
8332 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8333 * Makefile.in: Regenerate.
8334
8335 2002-12-13 Jason Merrill <jason@redhat.com>
8336
8337 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8338 library tests.
8339 (check-c++): Just depend on it and check-target-libstdc++-v3.
8340 * Makefile.in: Regenerate.
8341
8342 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8343
8344 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8345 * Makefile.in: Rebuilt.
8346
8347 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8348
8349 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8350
8351 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8352
8353 * configure: Fix bug put in by gremlins.
8354
8355 * Makefile.tpl: Substitute more autoconfily.
8356 * configure: Substitute more autoconfily.
8357 * Makefile.in: Regenerate.
8358
8359 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8360
8361 * config.sub: Import from master repository
8362 * config.guess: Ditto
8363 * MAINTAINERS: Added Svein Seldal under write after approval
8364
8365 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8366
8367 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8368 * Makefile.in (all-sim): Ditto.
8369
8370 2002-12-06 DJ Delorie <dj@redhat.com>
8371
8372 * Makefile.tpl: Change configure dependencies to not have real
8373 targets depend on phony targets.
8374
8375 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8376
8377 * configure.in: Revert unintentional change.
8378
8379 * Makefile.tpl: Change dependency for */multilib.out so that
8380 it works when gcc isn't in the tree.
8381
8382 * configure.in: Substitute more.
8383 * configure: Run subconfigures from the Makefile.
8384 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8385 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8386
8387 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8388
8389 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8390
8391 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8392
8393 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8394 and corresponding dependencies.
8395 * Makefile.in: Regenerate.
8396
8397 * configure.in (host_tools): Order binutils, gas and ld for
8398 convenience in running the testsuites.
8399
8400 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8401 * Makefile.in: Regenerate.
8402 * configure.in: Introduce rules to serialize subconfigure runs.
8403
8404 * configure.in: Introduce BASE_CC_FOR_TARGET.
8405 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8406 Realize configure-build-* targets. Realize configure-target-* targets.
8407 * Makefile.in: Regenerate.
8408
8409 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8410
8411 * configure: Move gcc_version_trigger stuff from here...
8412 * configure.in: ...to here.
8413
8414 * configure.in: Separate subconfigure options added by this file from
8415 options given by the user. Add machinery to put args for host
8416 subconfigures into the Makefile.
8417
8418 * Makefile.tpl: Remove 'vault' targets.
8419 * Makefile.tpl: Reorder and comment dependencies.
8420 * Makefile.in: Regenerate.
8421
8422 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8423 * configure.in: Fix my broken commit of previous patch. (sigh)
8424
8425 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8426
8427 * configure.in: Move host-specific darwin noconfigdirs into
8428 the host-specific section.
8429
8430 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8431
8432 * configure.in: Move host-specific darwin noconfigdirs into
8433 the host-specific section.
8434
8435 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8436
8437 * configure: Remove skip-this-dir support.
8438 * Makefile.tpl: Remove skip-this-dir support.
8439
8440 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8441 subdirectories.
8442 * Makefile.in: Regenerate.
8443
8444 * Makefile.tpl: Strip out useless setting of 'dir'.
8445 * Makefile.in: Regenerate.
8446
8447 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8448
8449 * configure.in: Fix deeply stupid bug.
8450
8451 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8452 shell code in CXX_FOR_TARGET
8453 * Makefile.def: Introduce raw_cxx.
8454 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8455 RAW_CXX_FOR_TARGET.
8456 * Makefile.in: Regenerate.
8457
8458 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8459
8460 * Makefile.tpl: Remove unnecessary ifs.
8461 * Makefile.in: Regenerate.
8462
8463 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8464 dependencies. Maybe-ize build-libiberty. Create dummy install
8465 targets for 'no_install' modules.
8466 * configure: Move GDB_TK substitution to configure.in. Move
8467 build_modules stuff to configure.in.
8468 * configure.in: Implement soft dependency machinery. Maybe-ize
8469 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8470 * Makefile.in: Regenerate.
8471
8472 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8473
8474 * Makefile.tpl: Make all-target, install-target behave similarly
8475 to all, install (only hitting configured targets). Eliminate
8476 unused macro defintions.
8477
8478 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8479 build != host.
8480
8481 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8482
8483 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8484
8485 * configure.in: Produce lists of subdir targets we're actually
8486 configuring. Remove references to "dosrel".
8487 * Makefile.tpl: Let configure set which subdir targets are hit.
8488 Remove install-cross; clean up install; remove ALL. Remove
8489 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8490 Autogenerate host module targets. Remove empty dependency lines
8491 and redundant dependency; rearrange slightly.
8492 * Makefile.def: Add host-side libtermcap, utils.
8493
8494 * Makefile.in: Regenerate.
8495
8496 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8497
8498 * ltconfig (osf[345]): Append $major to soname_spec.
8499 Reflect this in library_names_spec.
8500 * ltmain.sh (osf): Prefix $major with . for use as extension.
8501
8502 2002-11-19 Andreas Jaeger <aj@suse.de>
8503
8504 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8505 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8506 and sparc64 GNU/Linux systems.
8507
8508 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8509
8510 * MAINTAINERS: Update email.
8511
8512 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8513
8514 * MAINTAINERS: Complete James Dennett's entry.
8515
8516 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8517
8518 * MAINTAINERS (Write After Approval): Add myself.
8519
8520 2002-11-13 Bruce Korb <bkorb@gnu.org>
8521
8522 * Makefile.tpl: syntactic cleanup
8523
8524 2002-11-13 Stuart Hastings <stuart@apple.com>
8525
8526 * MAINTAINERS: Add myself to write-after-approval list.
8527
8528 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8529
8530 * Makefile.def: Add list of recursive targets to autogenerate.
8531 Add build_modules.
8532 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8533 targets. Autogenerate *-build-* targets.
8534 * Makefile.in: Regenerate.
8535
8536 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8537
8538 * configure: More autoconf-style substitutions.
8539 * Makefile.tpl: More autoconf-style substitutions.
8540 * Makefile.in: Regenerate.
8541
8542 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8543
8544 * configure: Substitute more variables in a more autoconf-friendly
8545 way. Simplify slightly.
8546 * Makefile.tpl: Make more variables substitutable in an
8547 autoconf-friendly way.
8548 * Makefile.in: Regenerate.
8549
8550 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8551
8552 * MAINTAINERS (Write After Approval): Add myself.
8553
8554 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8555
8556 * configure.in (v810*): Remove special setting of tools.
8557
8558 * configure: Add support for extra required flags for ar or nm.
8559 * configure.in (aix4.3+): Use above support for target-specific
8560 issues, rather than using config/mt-aix43.
8561
8562 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8563
8564 * configure: Remove 'removing', which doesn't work. Replace $subdir
8565 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8566 with $srcdir. Reformat indentation. Substitute some variables
8567 formerly hard-coded in the Makefile for build=host.
8568 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8569 * Makefile.def: Autogenerate more.
8570 * Makefile.in: Regenerate.
8571
8572 2002-11-04 Adam Nemet <anemet@lnxw.com>
8573
8574 * MAINTAINERS (Write After Approval): Add myself.
8575
8576 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8577
8578 * Makefile.def (host_modules): Add rda.
8579 * Makefile.in: Regenerate.
8580 * configure.in (target_tool): Add target-rda to list.
8581
8582 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8583
8584 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8585
8586 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8587
8588 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8589 and restrap targets to this rule.
8590 * Makefile.in: Regenerate.
8591
8592 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8593
8594 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8595 GNATS only accounts.
8596
8597 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8598
8599 * configure.in (i[3456]86-*-linux*): Add check to disable
8600 ${libgcj} for glibc1.
8601
8602 2002-10-24 Denis Chertykov <denisc@overta.ru>
8603
8604 * MAINTAINERS: Add myself as ip2k port maintainer.
8605
8606 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8607
8608 * configure.in: Add tic4x target.
8609
8610 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8611
8612 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8613 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8614 * Makefile.in: Regenerate.
8615
8616 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8617 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8618 * Makefile.in: Regenerate.
8619
8620 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8621
8622 * MAINTAINERS: Add myself as web pages co-maintainer.
8623
8624 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8625
8626 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8627 * Makefile.in: Regenerate.
8628
8629 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8630
8631 * MAINTAINERS: Add myself and Nathan Sidwell
8632 <nathan@codesourcery.com> as VxWorks maintainers.
8633
8634 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8635
8636 * Makefile.def: Remove order dependency comments.
8637 * Makefile.tpl: Add explicit install-install dependencies.
8638 * Makefile.in: Regenerate.
8639
8640 * Makefile.tpl: Remove material now in src-release. (Finally!)
8641 * Makefile.in: Regenerate.
8642
8643 * Makefile.tpl: Add configure-target (for src-release in src)
8644 * Makefile.in: Regenerate.
8645
8646 2002-09-30 Nick Clifton <nickc@redhat.com>
8647
8648 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8649
8650 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8651
8652 * configure.in (s390*-*-linux*): Enable libgcj.
8653
8654 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8655
8656 * configure: Revert accidentally applied changes.
8657
8658 * Makefile.tpl: Make more autoconf-friendly.
8659 * Makefile.in: Regenerate.
8660 * configure: Make substitution more autoconf-like.
8661
8662 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8663
8664 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8665 single entry to handle all these.
8666 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8667 libjava on arm-*-elf.
8668
8669 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8670
8671 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8672 things that depend on them.
8673
8674 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8675
8676 * Makefile.tpl: Make subsituted variables more autoconfy.
8677 * Makefile.in: Regenerate.
8678 * configure: Make seds more autoconfy.
8679
8680 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8681
8682 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8683 * Makefile.in: Regenerate.
8684 * configure.in: Rewrite sed statements to look autoconfy.
8685
8686 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8687 all-target-foo on configure-target-foo.
8688 * Makefile.def: Ditto.
8689 * Makefile.in: Rebuild.
8690
8691 2002-09-25 Andrew Haley <aph@redhat.com>
8692
8693 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8694
8695 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8696
8697 * Makefile.def: New file.
8698 * Makefile.tpl: New file.
8699 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8700 * contrib/gcc_update: Note that Makefile.in is a generated file.
8701
8702 * configure.in: Minor rearrangement. Simplify tests.
8703
8704 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8705
8706 * configure.in (with_headers): Skip copy if value is "yes".
8707 (with_libs): Likewise.
8708
8709 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8710
8711 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8712 * configure.in (sh*-*-pe*): Ditto.
8713 * configure.in (mips*-*-pe*): Ditto.
8714 * configure.in (*arm-wince-pe): Ditto.
8715
8716 * configure.in: Rearrange.
8717
8718 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8719
8720 * MAINTAINERS: Update my email address.
8721
8722 2002-08-30 Paul Koning <pkoning@equallogic.com>
8723
8724 * MAINTAINERS: (Write After Approval): Add myself.
8725
8726 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8727
8728 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8729
8730 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8731
8732 * MAINTAINERS: Change my mailing address.
8733
8734 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8735
8736 * MAINTAINERS (Write After Approval): Remove myself.
8737 (Various Maintainers: c++ runtime libs): Add myself.
8738
8739 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8740
8741 * MAINTAINERS (Write After Approval): Remove myself.
8742 (Various Maintainers: c++ runtime libs): Add myself.
8743
8744 2002-08-15 Eric Christopher <echristo@redhat.com>
8745
8746 * config.sub: Import from master repository.
8747 * config.guess: Ditto.
8748
8749 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8750
8751 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8752 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8753 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8754
8755 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8756
8757 * MAINTAINERS: Add self to rs6000 vector extensions.
8758
8759 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8760
8761 * libiberty/configure: Reverted unintended yesterday's check in.
8762
8763 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
8764
8765 * boehm-gc/configure, libf2c/configure: Rebuilt.
8766 * libffi/configure, libiberty/configure: Ditto.
8767 * libjava/configure, libobjc/configure: Ditto.
8768 * libstdc++-v3/configure, zlib/configure: Ditto.
8769 Merged from binutils:
8770 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8771 From Steve Ellcey <sje@cup.hp.com>:
8772 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8773 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8774 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8775 IA64.
8776 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8777 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8778 soname_spec, sys_lib_search_path_spec): Ditto.
8779
8780 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8781
8782 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8783
8784 2002-08-04 H.J. Lu (hjl@gnu.org)
8785
8786 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8787
8788 2002-08-02 Krister Walfridsson <cato@df.lth.se>
8789
8790 * MAINTAINERS (Write After Approval): Add myself.
8791
8792 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8793
8794 * configure.in: Move generic linux case to end. Copy generic
8795 linux noconfigdirs to mips*-*-linux* entry and new
8796 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8797
8798 2002-07-19 Michael Matz <matz@suse.de>
8799
8800 * MAINTAINERS: Add myself as ra* maintainer.
8801
8802 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8803
8804 * config.guess: Update to 2002-07-09 version.
8805 * config.sub: Update to 2002-07-03 version.
8806
8807 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8808
8809 * MAINTAINERS: Fix typo in a maintainer email address.
8810
8811 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8812
8813 * configure.in: Remove two redundant tests.
8814
8815 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8816
8817 * configure.in (mips*-*-irix6*o32): Enable stabs.
8818
8819 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8820
8821 * configure.in: Don't build grez.
8822 * Makefile.in: Ditto.
8823
8824 * Makefile.in: Remove references to bsp, cygmon, libstub.
8825 * configure.in: Ditto.
8826
8827 * configure.in: Remove leftover reference to gdbtest.
8828
8829 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8830
8831 * configure.in (gxx_include_dir): Change to match versioned
8832 C++ headers if --enable-version-specific-runtime-libs is used.
8833
8834 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8835
8836 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8837
8838 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8839
8840 * configure.in: Make --without-x work.
8841
8842 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8843
8844 * configure.in: Rearrange target Makefile fragment collection.
8845
8846 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8847 cvs[src].
8848 * configure.in: Ditto.
8849
8850 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8851
8852 * MAINTAINERS (Write After Approval): Update my e-mail address.
8853
8854 2002-06-24 Ben Elliston <bje@redhat.com>
8855
8856 * configure.in (host_tools): Remove cgen.
8857
8858 * Makefile.in (all-cgen): Remove; runs from its source directory.
8859 (check-cgen, install-cgen, clean-cgen): Likewise.
8860 (all-opcodes): Do not depend on all-cgen.
8861 (all-sim): Likewise.
8862
8863 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8864
8865 * Makefile.in: Eliminate 'apache' targets.
8866 * configure.in: Eliminate 'apache' targets.
8867
8868 * configure.in: Eliminate redundant tests. Reorganize.
8869
8870 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8871
8872 * config-ml.in: Eliminate references to Cygnus configure.
8873
8874 * Makefile.in: Eliminate references to building emacs.
8875
8876 2002-06-28 Graham Stott <graham.stott@btinternet.com>
8877
8878 * MAINTAINERS: Update my email address.
8879
8880 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8881
8882 * config.if (libstdcxx_incdir): Version C++ headers.
8883 (cxx_incdir): Remove.
8884
8885 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8886
8887 * MAINTAINERS (Write After Approval): Add self.
8888
8889 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
8890
8891 * configure.in: Add support for ip2k.
8892
8893 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8894
8895 * configure.in: Fix AIX configury bug.
8896
8897 2002-06-20 Steve Ellcey <sje@cup.hp.com>
8898
8899 * MAINTAINERS (Write After Approval): Add self.
8900
8901 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8902
8903 * configure.in: replace ${topsrcdir} with ${srcdir}
8904
8905 * configure.in: Move definition of libstdcxx_flags
8906 right above usage, rather than waaay earlier.
8907
8908 * configure.in: Pull definition of is_cross_compiler earlier.
8909
8910 * configure.in: Rearrange a little.
8911
8912 * configure.in: Remove references to librx.
8913 * Makefile.in: Remove references to librx.
8914
8915 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
8916
8917 * config.sub: Add support for avr target.
8918 Import from master sources, rev 1.255
8919
8920 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
8921
8922 * configure, .cvsignore: Revert previous change...
8923 * Makefile: ...delete.
8924
8925 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8926
8927 * configure.in: Eliminate ${gasdir} variable.
8928
8929 2002-06-18 Dave Brolley <brolley@redhat.com>
8930
8931 * configure.in: Add support for frv.
8932 * config.sub: Add support for frv.
8933
8934 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8935
8936 * configure: Remove garbage from previous commit.
8937
8938 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8939
8940 * configure: For in-source builds, make a subdir and re-exec there.
8941 * Makefile: New file. Pass targets through to build directory.
8942 * .cvsignore: No longer ignore "Makefile".
8943
8944 2002-06-16 Douglas Rupp <rupp@gnat.com>
8945
8946 * MAINTAINERS (Write After Approval): Add self.
8947
8948 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8949
8950 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8951
8952 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8953
8954 * configure.in (vax-*-netbsd*): Re-enable gas.
8955
8956 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8957
8958 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8959 BUILD_PREFIX_1, to correct nomenclature.
8960 * configure: Likewise.
8961
8962 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8963 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8964
8965 2002-05-31 Olaf Hering <olh@suse.de>
8966
8967 * config-ml.in: Propogate DESTDIR also.
8968
8969 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8970
8971 * configure.in (vax-*-netbsd*): Don't build gas for this
8972 platform.
8973
8974 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8975
8976 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8977 and libgcj for AVR.
8978
8979 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
8980
8981 * MAINTAINERS (Write After Approval): Add myself.
8982
8983 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8984
8985 * config.guess: Update to 2002-05-22 version.
8986 * config.sub: Likewise.
8987
8988 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8989
8990 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8991 * config-ml.in: Likewise.
8992 * configure: Likewise.
8993 * configure.in: Likewise.
8994
8995 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8996
8997 * MAINTAINERS: Update my email address.
8998
8999 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
9000
9001 * configure.in: Simplify makefile fragment collection.
9002
9003 * configure.in: Remove code to build emacs.
9004
9005 * configure.in : Remove --srcdir argument from targargs and buildargs
9006 (it's always overridden in the Makefile anyway). Rearrange a bit.
9007
9008 * configure: Move some logic to configure.in.
9009 * configure.in: Move some logic from configure.
9010
9011 2002-05-11 Tom Tromey <tromey@redhat.com>
9012
9013 * MAINTAINERS: Reflect libgcj reality.
9014
9015 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
9016
9017 * Makefile.in: Honour DESTDIR.
9018
9019 2002-05-08 Mark Mitchell <mark@codesourcery.com>
9020
9021 * config.guess: Import 2002-03-20 version.
9022 * config.sub: Import 2002-04-26 version.
9023
9024 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9025
9026 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9027
9028 2002-05-07 Tim Josling <tej@melbpc.org.au>
9029
9030 * MAINTAINERS: Add self.
9031
9032 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
9033
9034 * ltmain.sh: Detect and handle object name conflicts
9035 while piecewise linking a static library.
9036
9037 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
9038
9039 * configure.in (noconfigdirs): Don't disable libgcj on
9040 sparc64-*-solaris* and sparcv9-*-solaris*.
9041
9042 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
9043
9044 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9045
9046 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
9047
9048 * configure.in (FLAGS_FOR_TARGET): Do not add
9049 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9050 on i[3456]86-*-linux*.
9051
9052 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
9053
9054 * configure.in (noconfigdirs): Replace [ ] with test.
9055
9056 * configure.in (noconfigdirs): Do not add target-newlib if
9057 target == i[3456]86-*-linux*, and host == target.
9058
9059 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
9060
9061 * configure.in: delete reference to absent file
9062
9063 * configure.in: replace '[' with 'test'
9064
9065 * configure.in: Eliminate references to gash.
9066 * Makefile.in: Eliminate references to gash.
9067
9068 * configure.in: remove useless references to 'pic' makefile fragments.
9069
9070 * configure.in: (*-*-windows*) Finish removing.
9071
9072 * configure.in: Eliminate redundant test for libgui.
9073
9074 2002-04-29 Roger Sayle <roger@eyesopen.com>
9075
9076 * MAINTAINERS: Add self and realphabetize. Update entries
9077 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9078 entry for a29k port maintainer.
9079
9080 2002-04-26 Joel Sherrill <joel@OARcorp.com>
9081
9082 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9083 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9084
9085 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9086
9087 * configure.in: remove references to dead files
9088
9089 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9090
9091 * MAINTAINERS: Add information about purpose of this file.
9092
9093 2002-04-18 Tom Tromey <tromey@redhat.com>
9094
9095 * configure.in: Disallow configuring libgcj when it is already
9096 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9097 Solaris 2.8 by default. For PR libgcj/6158.
9098
9099 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9100
9101 * configure.in: Move default CC setting out of config/mh-* fragments
9102 directly into here.
9103
9104 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9105
9106 * configure.in: don't even try to configure or make a subdirectory
9107 if there's no configure script for it.
9108
9109 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9110
9111 * MAINTAINERS: Remove chill maintainers.
9112 * Makefile.in (CHILLFLAGS): Remove.
9113 (CHILL_LIB): Remove.
9114 (TARGET_CONFIGDIRS): Remove libchill.
9115 (CHILL_FOR_TARGET): Remove.
9116 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9117 CHILL_LIB.
9118 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9119 (CHECK_TARGET_MODULES): Likewise.
9120 (INSTALL_TARGET_MODULES): Likewise.
9121 (CLEAN_TARGET_MODULES): Likewise.
9122 (configure-target-libchill): Remove.
9123 (all-target-libchill): Remove.
9124 * configure.in (target_libs): Remove target-libchill.
9125 Do not compute CHILL_FOR_TARGET.
9126 * libchill: Remove directory.
9127
9128 2002-04-11 DJ Delorie <dj@redhat.com>
9129
9130 * Makefile.in, configure.in: Sync with binutils, entries
9131 follow...
9132
9133 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9134
9135 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9136 (do-tar, do-bz2): New rules.
9137 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9138 (gdb-tar): New rule.
9139 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9140 (insight_dejagnu.tar): New rule.
9141 (insight.tar): New rule.
9142 (gdb+dejagnu.tar): New rule.
9143 (gdb.tar): New rule.
9144
9145 2002-02-01 Mo DeJong <supermo@bayarea.net>
9146
9147 * Makefile.in: Add all-tix to deps for all-snavigator
9148 so that tix is built when building snavigator.
9149
9150 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9151
9152 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9153 ld and gdb are not supported.
9154
9155 2002-01-07 Mark Salter <msalter@redhat.com>
9156
9157 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9158 Allow target-libgloss to be built for arm, strongarm, and xscale.
9159
9160 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9161
9162 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9163 options for i[3456]86-pc-linux* native builds.
9164
9165 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9166
9167 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9168 files from .po files for a distribution.
9169
9170 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9171
9172 * configure.in: Enable libstdc++-v3 for h8300 targets.
9173
9174 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9175
9176 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9177 version from bfd/.
9178
9179 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9180
9181 * Makefile.in (VER): When present, extract the version number from
9182 the file version.in.
9183
9184 2001-05-24 Tom Rix <trix@redhat.com>
9185
9186 * configure.in : enable ld for aix
9187
9188 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9189
9190 * config.guess: Add linux target for S/390.
9191
9192 2000-11-07 Philip Blundell <pb@futuretv.com>
9193
9194 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9195
9196 2000-11-03 Philip Blundell <pb@futuretv.com>
9197
9198 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9199 files.
9200
9201 2001-01-15 Ben Elliston <bje@redhat.com>
9202
9203 * configure.in (host_tools): Add sid.
9204 Always configure cgen.
9205
9206 2000-11-24 Nick Clifton <nickc@redhat.com>
9207
9208 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9209
9210
9211 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9212
9213 * Makefile.in (ALL_MODULES): Add all-cgen.
9214 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9215 (all-cgen): New target.
9216 (all-opcodes,all-sim): Depend on all-cgen.
9217 * configure.in (host_tools): Add cgen.
9218 Only configure cgen if --enable-cgen-maint.
9219
9220 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9221
9222 * configure.in: Add *-*-freebsd* configurations.
9223
9224 2002-04-08 Tom Tromey <tromey@redhat.com>
9225
9226 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9227 Fixes PR libgcj/6068.
9228
9229 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9230
9231 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9232
9233 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9234
9235 * configure.in (alpha*-dec-osf*): Enable libgcj.
9236
9237 2003-03-27 Matthew Gingell <gingell@gnat.com>
9238
9239 * MAINTAINERS (Write After Approval): Add myself.
9240
9241 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9242
9243 Fix for: PR bootstrap/3591, target/5676
9244 * configure.in (mcore-pe): Disable the configuration of
9245 libstdc++-v3 since exceptions are not supported.
9246
9247 2002-03-20 Anthony Green <green@redhat.com>
9248
9249 * configure.in: Enable libgcj for xscale-elf target.
9250
9251 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9252
9253 * MAINTAINERS: Update my email address.
9254
9255 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9256
9257 * ltmain.sh (relink_command): Fix typo in previous change.
9258
9259 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9260
9261 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9262 (relink_command): Added --tag flags.
9263 (mode=install): If relinking fails; error out.
9264
9265 2002-03-12 Richard Henderson <rth@redhat.com>
9266
9267 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9268 .NOTPARALLEL tag.
9269 (do-check): Rename from check.
9270 (check): Allow parallel check.
9271
9272 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9273
9274 * MAINTAINERS: Add myself as maintainer for xtensa port.
9275 Fix alphabetical order in CPU port maintainer list.
9276 Remove myself from Write After Approval list.
9277
9278 2002-03-11 Richard Henderson <rth@redhat.com>
9279
9280 * Makefile.in (.NOTPARALLEL): Add fake tag.
9281
9282 2002-03-07 H.J. Lu (hjl@gnu.org)
9283
9284 * configure.in: Enable gprof for mips*-*-linux*.
9285
9286 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9287
9288 * MAINTAINERS (Write After Approval): Add myself.
9289
9290 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9291
9292 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9293 libjava.
9294 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9295
9296 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9297
9298 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9299 because its Makefile is there; test for the executable instead.
9300
9301 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9302
9303 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9304 libstdc++-v3 and libjava.
9305
9306 2002-02-11 Adam Megacz <adam@xwt.org>
9307
9308 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9309 boehm-gc
9310
9311 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9312
9313 * config.guess: Updated to 2002-01-30's version.
9314 * config.sub: Updated to 2002-02-01's version.
9315 Contribute sh64-elf.
9316 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9317 * configure.in: Added sh64-*-*.
9318
9319 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9320
9321 * MAINTAINERS: Belatedly add myself to write after approval list.
9322
9323 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9324
9325 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9326 Remove self as Write After Approval.
9327
9328 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9329
9330 * MAINTAINERS: Put self in as maintainer for contrib/regression
9331 directory.
9332
9333 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9334
9335 * MAINTAINERS: Update my email address.
9336
9337 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9338
9339 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9340 target-libiberty, and target-libgloss. Skip Java-related
9341 libraries if not supported for NetBSD on target CPU.
9342
9343 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9344
9345 * install-sh: Use _inst.$$_ for temp file name.
9346
9347 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9348
9349 * MAINTAINERS (Write After Approval): Move my contact info
9350 from here...
9351 (OS Port Maintainers): ...to here (netbsd).
9352
9353 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9354
9355 * MAINTAINERS (Write After Approval): Add myself.
9356
9357 2002-01-17 H.J. Lu <hjl@gnu.org>
9358
9359 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9360 (all-target-fastjar): Also depend on all-target-libiberty.
9361
9362 2002-01-16 H.J. Lu (hjl@gnu.org)
9363
9364 * config.guess: Import from master sources, rev 1.225.
9365 * config.sub: Import from master sources, rev 1.238.
9366
9367 2002-01-16 Kazu Hirata <kazu@hxi.com>
9368
9369 * MAINTAINERS (Write After Approval): Remove myself.
9370
9371 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9372
9373 * MAINTAINERS (Write After Approval): Add myself.
9374
9375 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9376
9377 * MAINTAINERS: Add self as docs co-maintainer.
9378
9379 2001-12-11 Matthias Klose <doko@debian.org>
9380
9381 * MAINTAINERS (Write After Approval): Add myself.
9382
9383 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9384
9385 * MAINTAINERS: Update my email address.
9386
9387 2001-12-07 Turly O'Connor <turly@apple.com>
9388 * MAINTAINERS (Write After Approval): Add myself.
9389 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9390 (rs6000_initialize_trampoline): Call __trampoline_setup for
9391 ABI_DARWIN too.
9392 * darwin-tramp.asm: New file, implements __trampoline_setup.
9393 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9394
9395 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9396
9397 * MAINTAINERS (Write After Approval): Add myself.
9398
9399 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9400
9401 * configure, configure.in: Use temp file for long sed commands.
9402
9403 2001-12-03 Laurent Guerby <guerby@acm.org>
9404
9405 * config.sub: Update to version 1.232 on subversion.
9406
9407 2001-12-03 Ben Elliston <bje@redhat.com>
9408
9409 * MAINTAINERS: Update mail address for config.* patches.
9410
9411 2001-11-27 DJ Delorie <dj@redhat.com>
9412 Zack Weinberg <zack@codesourcery.com>
9413
9414 When build != host, create libiberty for the build machine.
9415
9416 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9417 CONFIG_ARGUMENTS.
9418 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9419 New variables.
9420 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9421 and rules.
9422 (all.normal): Depend on ALL_BUILD_MODULES.
9423 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9424 (all-build-libiberty): Depend on configure-build-libiberty.
9425
9426 * configure: Calculate and substitute proper value for
9427 ALL_BUILD_MODULES.
9428 * configure.in: Create the build subdirectory.
9429 Calculate and substitute TARGET_CONFIGARGS (formerly
9430 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9431
9432 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9433
9434 * MAINTAINERS (write-after-approval): Add self.
9435
9436 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9437
9438 * MAINTAINERS (GNATS only accounts): Remove self.
9439
9440 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9441
9442 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9443 libf2c.
9444
9445 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9446
9447 * MAINTAINERS (Write After Approval): Add self.
9448
9449 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9450
9451 * MAINTAINERS: mips and s390 are also CPU ports.
9452
9453 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9454
9455 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9456
9457 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9458
9459 * MAINTAINERS: Alphabetize.
9460
9461 2001-11-09 Kazu Hirata <kazu@hxi.com>
9462
9463 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9464
9465 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9466
9467 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9468
9469 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9470
9471 * configure.in (--enable-languages): Be more permissive about
9472 syntax. Check for empty lists better. Warn about $LANGUAGES.
9473
9474 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
9475
9476 * config.sub: Import from master sources, rev. 1.230.
9477 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9478
9479 2001-11-07 Laurent Guerby <guerby@acm.org>
9480
9481 * MAINTAINERS (Write After Approval): Add self.
9482
9483 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9484
9485 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9486
9487 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9488
9489 * config.sub: Import from master sources, rev 1.226.
9490 * config.guess: Import from master sources, rev 1.216.
9491
9492 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9493
9494 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9495 * MAINTAINERS: Add self as maintainer of MMIX port.
9496 Remove old after-approval entry.
9497
9498 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9499
9500 * ChangeLog, configure: Fix spelling errors.
9501
9502 2001-10-20 Brendan Kehoe <brendan@zen.org>
9503
9504 * MAINTAINERS: Tweak my address.
9505
9506 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9507
9508 * MAINTAINERS: Update my email address.
9509
9510 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9511
9512 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9513 * MAINTAINERS: Add self as maintainer of CRIS port.
9514
9515 2001-10-10 Geert Bosch <bosch@gnat.com>
9516
9517 * MAINTAINERS (Various maintainers: Ada front end):
9518 Added Robert Dewar.
9519
9520 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9521
9522 * MAINTAINERS (Write After Approval): Added self
9523
9524 2001-10-02 Geert Bosch <bosch@gnat.com>
9525
9526 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9527
9528 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9529
9530 * configure: Handle temporary files securely using mkdir.
9531
9532 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9533
9534 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9535
9536 2001-09-26 Will Cohen <wcohen@redhat.com>
9537
9538 * configure.in (*-*-linux*): Disable configuration of target-newlib
9539 and target-libgloss.
9540
9541 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9542
9543 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9544 RANLIB.
9545
9546 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9547
9548 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9549 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9550 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9551 avoid quotes nesting problems.
9552 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9553 (DO_X): Export only variables that are set.
9554
9555 2001-09-19 Ben Elliston <bje@redhat.com>
9556
9557 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9558 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9559 semantics. Use the shell built-in "type" command instead.
9560
9561 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9562
9563 Merged from gcc-3_0-branch:
9564 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9565 * ltcf-c.sh: Use $objext, not $ac_objext.
9566 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9567 * ltcf-cxx.sh: Add support for GNU.
9568 2001-07-22 Timothy Wall <twall@redhat.com>
9569 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9570 default settings if using GNU tools with that configuration.
9571 * ltcf-cxx.sh: Ditto.
9572 * ltcf-gcj.sh: Ditto.
9573 2001-07-21 Michael Chastain <chastain@redhat.com>
9574 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9575 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9576 * ltmain.sh: Mark as gcc-local.
9577
9578 2001-08-30 Eric Christopher <echristo@redhat.com>
9579 Jason Eckhardt <jle@redhat.com>
9580
9581 * config.guess: Merge from master sources.
9582 * config.sub: Merge from master sources, add support for mipsisa32.
9583
9584 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9585 * config.sub: Merge from master sources, rev 1.219.
9586 * MAINTAINERS: Add self as contact for stormy16 port.
9587
9588 2001-08-14 Zack Weinberg <zackw@panix.com>
9589
9590 * config.sub: Merge from master sources, rev 1.218.
9591 * config.guess: Merge from master sources, rev 1.209.
9592
9593 2001-08-11 Graham Stott <grahams@redhat.com>
9594
9595 * Makefile.in (check-c++): Add missing semicolon.
9596
9597 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9598
9599 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9600
9601 2001-07-30 Eric Christopher <echristo@redhat.com>
9602
9603 * MAINTAINERS (Various maintainers: mips port): Added myself.
9604
9605 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9606
9607 * configure.in (sh-*-linux*): New.
9608
9609 2001-07-27 Richard Henderson <rth@redhat.com>
9610
9611 * .cvsignore: Add LAST_UPDATED.
9612
9613 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9614
9615 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9616
9617 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9618
9619 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9620
9621 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9622
9623 * MAINTAINERS (Write After Approval): Added myself.
9624
9625 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9626
9627 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9628 and libgcj on m68hc11/m68hc12.
9629
9630 2001-06-27 H.J. Lu (hjl@gnu.org)
9631
9632 * Makefile (CFLAGS_FOR_BUILD): New.
9633 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9634
9635 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9636
9637 * README: Remove version number.
9638
9639 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9640
9641 * INSTALL/README: Update wrt. to the installation instructions now
9642 residing in gcc/doc/install.texi.
9643
9644 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9645
9646 * README: Replace with a cut-down and updated version of gcc/README.
9647
9648 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9649
9650 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9651 multilibs to be disabled.
9652
9653 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9654
9655 * MAINTAINERS (Write After Approval): Add myself.
9656
9657 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9658
9659 * config.guess: Import CVS version 1.195.
9660 * config.sub: Import CVS version 1.212.
9661
9662 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9663
9664 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9665 gcc/xgcc is built, use -print-prog-name to find out the program
9666 name to use.
9667
9668 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9669
9670 * config.guess: Import CVS version 1.194. All gcc-local changes
9671 appear to also be in the master copy.
9672 * config.sub: Import CVS version 1.211.
9673
9674 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9675
9676 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9677 with_gcc]: Use `gcc -shared' to build a shared library.
9678
9679 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9680
9681 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9682 archives.
9683
9684 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9685
9686 * MAINTAINERS (Write After Approval): Add myself.
9687
9688 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9689
9690 * configure.in (libstdcxx_flags): Do not try to execute
9691 libstdc++-v3/testsuite_flags until it exists.
9692
9693 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9694
9695 * MAINTAINERS: Update my email address.
9696
9697 2001-05-31 Graham Stott <grahams@redhat.com>
9698
9699 * MAINTAINERS (Write After Approval): Add myself.
9700
9701 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9702
9703 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9704 libraries when using g++ with native linker.
9705
9706 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9707
9708 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9709
9710 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9711
9712 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9713 [aix4*|aix5*]: Prepend blank.
9714
9715 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9716
9717 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9718 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9719 of subdir/configure scripts to use the new libtool.m4.
9720
9721 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9722
9723 * MAINTAINERS (Write After Approval): Add myself.
9724
9725 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9726
9727 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9728
9729 2001-05-11 Ben Elliston <bje@redhat.com>
9730
9731 * Makefile.in (all-sid): New target.
9732 (check-sid, clean-sid, install-sid): Likewise.
9733
9734 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9735
9736 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9737
9738 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9739
9740 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9741 libgcj.
9742
9743 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9744
9745 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9746 gcc/xgcc is built, use -print-prog-name to find out the program
9747 name to use.
9748
9749 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9750
9751 * configure.in (noconfigdirs): Don't reset it from scratch in the
9752 target case; only append to it.
9753
9754 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9755 sparc-*-solaris2.8]: Disable ${libgcj}.
9756
9757 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9758
9759 * configure.in (libgcj_saved): Copy from $libgcj.
9760 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9761 --disable-libgcj.
9762
9763 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9764
9765 * MAINTAINERS: Remove self as MIPS maintainer and
9766 C front end maintainer.
9767
9768 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9769
9770 * configure.in: Move *-chorusos target case to the proper switch.
9771 Disable libgcj.
9772
9773 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9774
9775 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9776 1.641.2.228.
9777
9778 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9779
9780 * Makefile.in (STAGE1_CFLAGS): Pass down.
9781
9782 2001-04-13 Alan Modra <amodra@one.net.au>
9783
9784 * config.guess: Add hppa64-linux support. Note for next import that
9785 this is already in the master file.
9786 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9787
9788 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9789
9790 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9791 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9792
9793 2001-04-11 Stan Shebs <shebs@apple.com>
9794
9795 * MAINTAINERS: Add self as Darwin port maintainer.
9796
9797 2001-04-11 Alan Modra <amodra@one.net.au>
9798
9799 * MAINTAINERS: Update my email address.
9800
9801 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
9802
9803 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9804 recent versions of FreeBSD (release 3 or later).
9805 * ltconfig: On FreeBSD, -lc must not be provided when building
9806 a shared library or else the standard -pthread gcc option is
9807 rendered worthless to later users of the built library.
9808
9809 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9810
9811 * MAINTAINERS: Add self and RTH as C front end maintainers.
9812
9813 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
9814
9815 * config.sub: Make sure to match an already-canonicalized
9816 machine name (eg. mn10300-unknown-elf).
9817
9818 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9819
9820 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9821 New macros.
9822 (bootstrap, cross): Use RECURSE_FLAGS.
9823 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9824
9825 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9826
9827 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9828
9829 2001-03-22 Colin Howell <chowell@redhat.com>
9830
9831 * Makefile.in (DO_X): Do not backslash single-quotes in
9832 backquotes (two places).
9833
9834 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9835
9836 Re-installed:
9837 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9838 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9839 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9840 * ltcf-cxx.sh: Likewise.
9841 * ltcf-gcj.sh: Likewise.
9842
9843 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9844
9845 * MAINTAINERS: Add myself as "documentation co-maintainer".
9846
9847 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9848
9849 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9850 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9851
9852 2001-03-19 Tom Tromey <tromey@redhat.com>
9853
9854 * config-ml.in: Handle GCJ and GCJFLAGS.
9855
9856 2001-03-21 Michael Chastain <chastain@redhat.com>
9857
9858 * Makefile.in: all-m4 depends on all-texinfo.
9859
9860 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
9861
9862 * MAINTAINERS: Add myself to write after approval list.
9863
9864 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
9865
9866 * Makefile.in (DO_X): Quote nested quotes.
9867
9868 2001-03-18 Alan Modra <alan@linuxcare.com.au>
9869
9870 * MAINTAINERS: Add myself to write after approval list.
9871
9872 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
9873
9874 * Makefile.in (DO_X): Use double quotes for quoting
9875 "RANLIB=$${RANLIB}".
9876
9877 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9878
9879 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9880
9881 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
9882
9883 * configure.in: Only use `lang_requires' for languages athat are
9884 actually enabled.
9885
9886 2001-03-08 Phil Edwards <pme@sources.redhat.com>
9887
9888 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
9889
9890 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9891
9892 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9893
9894 2001-03-07 Tom Tromey <tromey@redhat.com>
9895
9896 * configure.in: Allow config-lang.in to set `lang_requires' to list
9897 of other required languages.
9898
9899 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
9900
9901 * Makefile.in: Remove RANLIB definition. Use RANLIB
9902 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9903 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9904
9905 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
9906 Alexandre Oliva <aoliva@redhat.com>
9907
9908 * Makefile.in (check-c++): Use tabs, not spaces.
9909
9910 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
9911
9912 * MAINTAINERS: add myself to Write After Approval list.
9913
9914 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
9915
9916 * Makefile.in (check-c++): New rule.
9917
9918 * configure.in (target_libs): Remove libg++.
9919 (noconfigdirs): Remove libg++.
9920 (noconfigdirs): Same.
9921 (noconfigdirs): Same.
9922 (noconfigdirs): Same.
9923
9924 * config-ml.in: Remove libg++ references.
9925
9926 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9927 (ALL_TARGET_MODULES): Same.
9928 (configure-target-libg++): Remove.
9929 (all-target-libg++): Remove.
9930 (configure-target-libio): Remove.
9931 (all-target-libio): Remove.
9932 (check-target-libio): Remove.
9933 (.PHONY): Remove.
9934 (libg++.tar.bz2): Remove.
9935 (all-target-cygmon): Remove libio.
9936 (all-target-libstdc++): Remove.
9937 (configure-target-libstdc++): Remove.
9938 (TARGET_LIB_PATH): Remove libstdc++.
9939 (ALL_GCC_CXX): Remove libstdc++.
9940 (all-target-gperf): Correct.
9941
9942 2001-02-16 Nick Clifton <nickc@redhat.com>
9943
9944 * configure.in (noconfigdirs): Allow configuration of texinfo
9945 for Cygwin hosts.
9946
9947 2001-02-15 Anthony Green <green@redhat.com>
9948
9949 * configure: Introduce GCJ_FOR_TARGET.
9950 * configure.in: Ditto.
9951 * Makefile.in: Ditto.
9952
9953 2001-02-13 Andreas Schwab <schwab@suse.de>
9954
9955 * MAINTAINERS: Update mail address.
9956
9957 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9958
9959 * config.guess: Add linux target for S/390.
9960 * config.sub: Likewise.
9961
9962 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
9963
9964 * configure.in: for *-chorusos, don't config target-newlib and
9965 target-libgloss.
9966
9967 2001-02-06 Ben Elliston <bje@redhat.com>
9968
9969 * configure: Output host type to stdout, not stderr.
9970
9971 2001-02-05 Mark Mitchell <mark@codesourcery.com>
9972
9973 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9974 * ltcf-cxx.sh: Likewise.
9975
9976 * config.if: Assume enable_libstdcxx_v3 is defined.
9977
9978 2001-02-04 Mark Mitchell <mark@codesourcery.com>
9979
9980 Remove V2 C++ library.
9981 * configure.in: Remove --enable-libstdcxx_v3 support.
9982
9983 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
9984
9985 * include/demangle.h: Add prototype for java_demangle_v3.
9986
9987 2001-01-29 Phil Edwards <pme@sources.redhat.com>
9988
9989 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
9990
9991 2001-01-27 Richard Henderson <rth@redhat.com>
9992
9993 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9994
9995 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9996
9997 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9998 Don't unset, it's non-portable and no longer necessary, set to empty
9999 instead.
10000
10001 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10002
10003 * ltconfig: Shell portability fix for the tagname validity check.
10004
10005 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
10006
10007 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10008 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10009
10010 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10011
10012 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10013
10014 2001-01-26 Tom Tromey <tromey@redhat.com>
10015
10016 * configure.in: Allow libgcj to be built on Sparc Solaris.
10017
10018 2001-01-25 David Edelsohn <edelsohn@gnu.org>
10019
10020 * ltcf-c.sh: Add aix5 case.
10021 * ltcf-cxx.sh: Likewise.
10022 * ltconfig: Likewise.
10023
10024 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
10025
10026 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10027 keep at least one of build_libtool_libs or build_old_libs set to
10028 yes.
10029
10030 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10031 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10032
10033 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
10034
10035 * configure.in: Enable libgcj on several additional platforms.
10036
10037 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
10038
10039 * configure.in: Enable libgcj for linux targets.
10040
10041 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10042
10043 * MAINTAINERS (Write After Approval): Add myself.
10044
10045 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
10046
10047 * MAINTAINERS: Add myself as vax port maintainer.
10048
10049 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
10050
10051 * MAINTAINERS: Add myself as Mercury front-end maintainer.
10052
10053 2001-01-09 Mike Stump <mrs@wrs.com>
10054
10055 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10056 failures of subdirectories.
10057
10058 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10059
10060 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10061 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10062 * ltcf-cxx.sh: Likewise.
10063 * ltcf-gcj.sh: Likewise.
10064 * ltconfig.sh: Fix typo.
10065
10066 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10067
10068 * configure: handle DOS-style absolute paths.
10069
10070 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10071
10072 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10073
10074 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10075
10076 * MAINTAINERS: Add myself as avr port co-maintainer.
10077
10078 2000-12-28 Ben Elliston <bje@redhat.com>
10079
10080 * MAINTAINERS: Add myself under ``Write After Approval''.
10081
10082 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10083
10084 * texinfo: Remove directory from GCC.
10085
10086 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10087
10088 * COPYING: Update to current
10089 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10090 to 19yy as example year in copyright notice).
10091
10092 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10093
10094 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10095 (libstdcxx_incdir): Pass down.
10096 * config.if: Remove expired bits for cxx_interface, add stub.
10097 (libstdcxx_incdir): Add variable for g++ include directory.
10098 * configure.in (gxx_include_dir): Use it.
10099
10100 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10101
10102 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10103 with old-email address from ``Write After Approval''.
10104
10105 2000-12-15 Andreas Jaeger <aj@suse.de>
10106
10107 * configure.in: Handle lang_dirs.
10108
10109 2000-12-14 Tom Tromey <tromey@redhat.com>
10110
10111 * MAINTAINERS: Removed brads.
10112
10113 * MAINTAINERS: Added gcj developers.
10114
10115 2000-12-13 Anthony Green <green@redhat.com>
10116
10117 * configure.in: Disable libgcj for any target not specifically
10118 listed. Disable libgcj for x86 and Alpha Linux until compatible
10119 with g++ abi.
10120
10121 2000-12-13 Mike Stump <mrs@wrs.com>
10122
10123 * Makefile.in (local-distclean): Also remove fastjar.
10124
10125 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10126
10127 * contrib/gcc_update: Add fastjar --touch entries.
10128
10129 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10130
10131 * configure.in: Disable language-specific target libraries for
10132 languages that aren't enabled.
10133
10134 2000-12-10 Anthony Green <green@redhat.com>
10135
10136 * configure.in: Define libgcj. Disable libgcj target libraries for
10137 most targets.
10138
10139 2000-12-10 Neil Booth <neilb@earthling.net>
10140
10141 * MAINTAINERS: Update mail address, remove from WAA list.
10142
10143 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10144
10145 * libjava: Imported from /cvs/java.
10146 * libffi: Likewise.
10147 * Boehm-gc: Likewise.
10148
10149 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10150
10151 * configure.in (target_libs): Revert 2000-12-08 patch.
10152 (noconfigdirs): Added target-libjava.
10153
10154 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10155
10156 * djunpack.bat: removed.
10157
10158 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10159
10160 * Makefile.in: handle DOS-style absolute paths.
10161 * config-ml.in: likewise.
10162 * symlink-tree: likewise.
10163
10164 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10165
10166 * fastjar: Imported.
10167
10168 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10169
10170 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10171 libjava.
10172 * configure.in (target_libs): Removed `target-libjava'.
10173
10174 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10175
10176 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10177 (ALL_MODULES): Added fastjar.
10178 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10179 (all-target-libjava): all-fastjar replaces all-zip.
10180 (all-fastjar): Added.
10181 (configure-target-fastjar, all-target-fastjar): Likewise.
10182 * configure.in (host_tools): Added fastjar.
10183
10184 2000-12-07 Mike Stump <mrs@wrs.com>
10185
10186 * Makefile.in (local-distclean): Remove leftover built files.
10187
10188 2000-11-24 Nick Clifton <nickc@redhat.com>
10189
10190 * configure.in (xscale-elf): Add target.
10191 (xscale-coff): Add target.
10192
10193 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10194
10195 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10196 recent versions of FreeBSD (release 3 or later).
10197 * ltconfig: On FreeBSD, -lc must not be provided when building
10198 a shared library or else the standard -pthread gcc option is
10199 rendered worthless to later users of the built library.
10200
10201 2000-11-16 Fred Fish <fnf@be.com>
10202
10203 * configure.in (enable_libstdcxx_v3): Fix typo,
10204 libstd++ -> libstdc++.
10205
10206 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10207
10208 * MAINTAINERS: Add self to Write After Approval list.
10209
10210 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10211
10212 * MAINTAINERS: Update my email address. Add myself to global write
10213 privs list.
10214
10215 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10216
10217 * Makefile.in: Merge with src and libgcj.
10218 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10219 configure-target-<library> when their configure scripts need the C
10220 or C++ library to have already been built to work properly.
10221 (do_proto_toplev): Set them to an empty string.
10222
10223 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10224 (REALLY_SET_LIB_PATH): Use them.
10225
10226 2000-11-17 Stan Shebs <shebs@apple.com>
10227
10228 * MAINTAINERS: Add self to Write After Approval list.
10229
10230 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10231
10232 * configure: Provide the original toplevel configure arguments
10233 (including $0) to subprocesses in the environment rather than
10234 through gcc/configargs.h.
10235
10236 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10237
10238 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10239 C99. Alphabetise "Write After Approval" list.
10240
10241 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10242
10243 * configure: Turn on libstdc++ V3 by default.
10244
10245 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10246 if we've got GCC.
10247
10248 2000-11-11 Philip Blundell <philb@gnu.org>
10249
10250 * MAINTAINERS: Add self to Write After Approval list.
10251
10252 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10253
10254 * ltcf-c.sh (aix4): Improve shared library configuration; require
10255 exporting symbols.
10256 * ltcf-cxx.sh (aix4): Define.
10257 * ltconfig (aix4): Define library and soname specs appropriate for
10258 AIX. Define command to create export symbols list.
10259
10260 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10261
10262 * config.sub: Add support for Sun Chorus
10263
10264 2000-10-31 Nick Clifton <nickc@redhat.com>
10265
10266 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10267 <name>@redhat.com. Also installed new email address for Clint
10268 Popetz.
10269
10270 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10271
10272 * etc: Remove directory from GCC.
10273
10274 2000-10-16 Michael Meissner <meissner@redhat.com>
10275
10276 * configure (gcc/configargs.h): Only create if there is a build GCC
10277 directory created.
10278
10279 2000-10-16 Matthias Klose <doko@debian.org>
10280
10281 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10282 when configured for libstdc++-v3.
10283
10284 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10285
10286 * configure: Save configure arguments to gcc/configargs.h.
10287
10288 2000-10-04 Philipp Thomas <pthomas@suse.de>
10289
10290 * config.guess: Import CVS version 1.157.
10291 * config.sub: Import CVS version 1.181.
10292
10293 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10294
10295 * Makefile.in (bootstrap): avoid recursion if subdir missing
10296 (cross): ditto
10297 (do-proto-toplev): ditto
10298
10299 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10300
10301 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10302 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10303
10304 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10305 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10306 all affected `configure' scripts.
10307
10308 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10309
10310 * MAINTAINERS: Add self as cpplib co-maintainer.
10311
10312 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10313
10314 * MAINTAINERS: Add self to Write After Approval list.
10315
10316 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10317
10318 * INSTALL/README: egcs -> GCC update.
10319
10320 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10321
10322 * MAINTAINERS: Add myself to Write After Approval list.
10323
10324 2000-09-15 Kazu Hirata <kazu@hxi.com>
10325
10326 * MAINTAINERS: Add myself to Write After Approval list.
10327
10328 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10329
10330 * configure.in: Do not build byacc for hppa64. Provide paths to the
10331 X11 libraries for hppa64.
10332
10333 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10334
10335 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10336
10337 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10338
10339 * Makefile.in (all-zlib): Added dummy target.
10340
10341 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10342 ltcf-gcj.sh: Updated from libtool multi-language branch.
10343
10344 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10345
10346 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10347 (bootstrap*): Depend on all-bootstrap.
10348
10349 2000-09-05 Philipp Thomas <pthomas@suse.de>
10350
10351 * config.guess: Import CVS version 1.156.
10352 * config.sub: Import CVS version 1.179.
10353
10354 2000-09-02 Anthony Green <green@cygnus.com>
10355
10356 * Makefile.in (all-gcc): Depend on all-zlib.
10357 (CLEAN_MODULES): Add clean-zlib.
10358 (ALL_MODULES): Add all-zlib.
10359 * configure.in (host_libs): Add zlib.
10360
10361 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10362
10363 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10364 crosses, but add gcc/include to the header search path for them.
10365
10366 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10367
10368 * MAINTAINERS: Add self to Write After Approval list.
10369
10370 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10371
10372 * config.guess: Import CVS version 1.152.
10373 * config.sub: Import CVS version 1.177.
10374
10375 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10376
10377 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10378 $targargs to tell whether newlib is going to be built.
10379
10380 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10381 $$r/TARGET_SUBDIR/libio for _G_config.h.
10382
10383 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10384
10385 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10386
10387 2000-08-22 DJ Delorie <dj@redhat.com>
10388
10389 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10390
10391 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10392
10393 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10394 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10395 sub-configures.
10396
10397 2000-08-21 DJ Delorie <dj@redhat.com>
10398
10399 * MAINTAINERS: Add self as a libiberty maintainer
10400
10401 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10402
10403 * configure.in (libstdcxx_flags): Use
10404 libstdc++-v3/src/libstdc++.INC.
10405
10406 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10407
10408 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10409
10410 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10411
10412 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10413
10414 * configure: Make enable_threads and enable_shared defaults
10415 explicit. Substitute enable_threads into generated Makefiles.
10416 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10417 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10418
10419 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10420
10421 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10422
10423 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10424
10425 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10426 previous delta.
10427
10428 2000-08-11 Jason Merrill <jason@redhat.com>
10429
10430 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10431 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10432 (FLAGS_FOR_TARGET): Not here.
10433 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10434
10435 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10436
10437 * config-ml.in (CC, CXX): Don't introduce a leading space.
10438
10439 2000-08-07 DJ Delorie <dj@delorie.com>
10440
10441 * MAINTAINERS: Add self as a DJGPP maintainer
10442
10443 2000-08-07 DJ Delorie <dj@redhat.com>
10444
10445 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10446 "if we're also building gcc, and it's a gcc that will run on the
10447 build machine, we want to use its includes instead of the system's
10448 default includes".
10449
10450 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10451
10452 * MAINTAINERS: Add self to Write After Approval list.
10453
10454 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10455
10456 * configure.in (libstdcxx_flags): Don't use `"'.
10457
10458 * config-ml.in: Adjust multilib search paths to the
10459 appropriate multilib tree.
10460
10461 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10462
10463 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10464 commas in $LANGUAGES.
10465
10466 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10467
10468 * configure.in: Re-enable all references to libg++ and librx.
10469
10470 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
10471
10472 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10473 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10474 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10475 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10476
10477 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10478
10479 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
10480
10481 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10482 CXX_FOR_TARGET for sed.
10483
10484 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
10485
10486 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10487 Do not override if already set in the environment or in configure.
10488 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10489 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10490
10491 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
10492
10493 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10494 the libtool CVS tree multi-language branch.
10495 * ltconfig, ltmain.sh: Updated.
10496
10497 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10498
10499 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10500 (clean-target): Depend on it.
10501
10502 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10503 (GCC_FOR_TARGET): Use it.
10504 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10505 * configure.in: ... here.
10506 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10507 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10508
10509 2000-07-24 Eric Christopher <echristo@cygnus.com>
10510
10511 * MAINTAINERS: Add self to Write After Approval list.
10512
10513 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10514
10515 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10516 (configure-target-libchill, configure-target-libobjc): Likewise.
10517
10518 * configure.in: Use the same cache file for all target libs.
10519 * config-ml.in: But different cache files per multilib variant.
10520
10521 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10522
10523 * configure (topsrcdir): Don't use dirname.
10524
10525 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10526
10527 * MAINTAINERS: Add self to Write After Approval list.
10528
10529 2000-07-20 Jason Merrill <jason@redhat.com>
10530
10531 * configure.in: Remove all references to libg++ and librx.
10532
10533 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10534
10535 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10536
10537 * config.sub: Update to subversions version 2000-07-06.
10538
10539 2000-07-12 Andrew Haley <aph@cygnus.com>
10540
10541 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10542 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10543
10544 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10545
10546 * symlink-tree: Check number of arguments.
10547
10548 2000-07-05 Jim Wilson <wilson@cygnus.com>
10549
10550 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10551 search path for a g++ extracted from the build tree. This
10552 will allow link tests run by configure scripts in
10553 subdirectories to succeed.
10554
10555 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10556
10557 * ltconfig: Add support for mips-dde-sysv4.2MP
10558
10559 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10560
10561 * MAINTAINERS: Add myself as loop discovery maintainer.
10562
10563 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10564
10565 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10566 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10567
10568 2000-06-19 Timothy Wall <twall@cygnus.com>
10569
10570 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10571 * config.sub: Add tic54x target.
10572
10573 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10574
10575 * MAINTAINERS: Add self as Fortran maintainer,
10576 remove Craig Burley.
10577
10578 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10579
10580 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10581 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10582
10583 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10584
10585 * MAINTAINERS: Add self as i18n maintainer
10586
10587 20000-05-21 H.J. Lu (hjl@gnu.org)
10588
10589 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10590 directory are used if they exist. Make sure
10591 $(build_tooldir)/include is searched for header files,
10592 $(build_tooldir)/lib/ for library files.
10593 (GCC_FOR_TARGET): Likewise.
10594 (CXX_FOR_TARGET): Likewise.
10595
10596 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10597
10598 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10599
10600 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10601
10602 * Makefile.in (configure-target-libiberty): Depend on
10603 configure-target-newlib.
10604
10605 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10606
10607 * configure.in, Makefile.in: Merge all libffi-related
10608 configury stuff from the libgcj tree.
10609
10610 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10611
10612 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10613 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10614
10615 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10616
10617 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10618 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10619 current version information. Add to proto-toplev directory.
10620 (gdb-taz): Build do-djunpack.
10621
10622 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10623
10624 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10625
10626 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10627
10628 * MAINTAINERS: Add self to Write After Approval list.
10629
10630 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10631
10632 * ltmain.sh: Preserve in relink_command any environment
10633 variables that may affect the linker behavior.
10634
10635 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10636
10637 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10638
10639 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10640
10641 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10642
10643 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10644
10645 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10646 with the version name.
10647
10648 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10649
10650 * MAINTAINERS: Add self as bb-reorder maintainer.
10651
10652 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10653
10654 * config.if: Tweak.
10655
10656 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10657
10658 * djunpack.bat: New file.
10659
10660 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10661
10662 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10663 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10664 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10665 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10666
10667 2000-04-16 Dave Pitts <dpitts@cozx.com>
10668
10669 * config.sub (case $basic_machine): Change default for "ibm-*"
10670 to "openedition".
10671
10672 2000-04-13 Andreas Jaeger <aj@suse.de>
10673
10674 * MAINTAINERS: Added myself.
10675
10676 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10677
10678 * Makefile.in (gdb-taz): New target. GDB specific archive.
10679 (do-md5sum): New target.
10680 (MD5PROG): Define.
10681 (PACKAGE): Default to TOOL.
10682 (VER): Default to a shell script.
10683 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10684 md5 checksum generation.
10685 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10686 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10687 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10688 insight.tar.bz2): Use gdb-taz to create archive.
10689
10690 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10691
10692 * configure (warn_cflags): Delete.
10693
10694 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10695
10696 * MAINTAINERS: Added myself.
10697
10698 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10699 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10700
10701 * configure.in (enable_libstdcxx_v3): Add.
10702 (target_libs): Add bits here to switch between libstdc++-v2 and
10703 libstdc++-v3.
10704 * config.if: And this file too.
10705 * Makefile.in: Add libstdc++-v3 targets.
10706
10707 2000-04-05 Michael Meissner <meissner@redhat.com>
10708
10709 * config.sub (d30v): Add d30v as a basic machine type.
10710
10711 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10712
10713 * configure.in: -linux-gnu*, not -linux-gnu.
10714
10715 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10716
10717 * MAINTAINERS: Add self in write-after-approval section.
10718
10719 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10720
10721 * MAINTAINERS: Add self as ia64 port maintainer.
10722
10723 2000-03-08 Neil Booth <NeilB@earthling.net>
10724
10725 * MAINTAINERS: Add self in write-after-approval section.
10726
10727 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10728
10729 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10730 (do-tar-bz2): Replace TOOL with PACKAGE.
10731 (gdb.tar.bz2): Remove GDBTK from GDB package.
10732 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10733 dejagnu.tar.bz2): New packages.
10734
10735 2000-02-27 Andreas Jaeger <aj@suse.de>
10736
10737 * configure.in: Add entry for mips*-*-linux*, move catch all
10738 *-*-*linux* entry below this one.
10739
10740 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10741
10742 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10743
10744 2000-02-24 Nick Clifton <nickc@cygnus.com>
10745
10746 * config.sub: Support an OS of "wince".
10747
10748 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10749
10750 * config.guess, config.sub: Updated to match config's 2000-02-15
10751 version.
10752
10753 2000-02-23 Linas Vepstas <linas@linas.org>
10754
10755 * config.sub: Add support for Linux/IBM 370.
10756 * configure.in: Likewise.
10757
10758 2000-02-22 Nick Clifton <nickc@cygnus.com>
10759
10760 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10761
10762 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10763
10764 * config.guess: Guess "cygwin" rather than "cygwin32".
10765
10766 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10767
10768 * configure (gcc_version): When setting, narrow search to
10769 lines containing `version_string'.
10770
10771 2000-02-15 Denis Chertykov <denisc@overta.ru>
10772
10773 * config.sub: Add support for avr target.
10774
10775 2000-02-14 Nick Clifton <nickc@cygnus.com>
10776
10777 * MAINTAINERS: Add maintainers for MCore port.
10778
10779 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10780
10781 * config.sub: Add mmix-knuth-mmixware.
10782
10783 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10784
10785 * MAINTAINERS: Pair cccp with cpplib maintainership.
10786
10787 2000-01-27 Christopher Faylor <cgf@redhat.com>
10788
10789 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10790 structure stuff to -L library search.
10791 (CXX_FOR_TARGET): Ditto.
10792 (CROSS_CHECK_MODULES): Fix spelling mistake.
10793
10794 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10795
10796 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10797 the C++ compiler.
10798
10799 2000-01-12 Richard Henderson <rth@cygnus.com>
10800
10801 * configure.in: Don't build some bits for beos.
10802
10803 2000-01-12 Joel Sherrill (joel@OARcorp.com)
10804
10805 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10806 as include files.
10807
10808 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10809
10810 * Add self as cpplib maintainer, as requested by Jason
10811 Merrill. Correct my e-mail address.
10812
10813 2000-01-06 Geoff Keating <geoffk@cygnus.com>
10814
10815 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10816 not mh-aix43.
10817
10818 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10819
10820 * MAINTAINERS: Add myself to "write after approval" list.
10821
10822 1999-12-14 Richard Henderson <rth@cygnus.com>
10823
10824 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10825 * config.sub: Accept alphaev[78], alphaev8.
10826
10827 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10828
10829 * config.guess, config.sub: Update from autoconf.
10830
10831 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10832
10833 * MAINTAINERS: update my playtime e-address.
10834
10835 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10836
10837 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10838 necessary libraries are missing.
10839
10840 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
10841
10842 * MAINTAINERS: Add new 'write after approval' maintainer.
10843
10844 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10845
10846 * MAINTAINERS: Add new Java maintainer.
10847
10848 1999-10-25 Andreas Schwab <schwab@suse.de>
10849
10850 * configure: Fix quoting inside arguments of eval.
10851
10852 1999-10-21 Nick Clifton <nickc@cygnus.com>
10853
10854 * config-ml.in: Allow suppression of some ARM multilibs.
10855
10856 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10857
10858 * config.guess: Add OS/390 match pattern.
10859 * config.sub: Add mvs, openedition targets.
10860 * configure.in (i370-ibm-opened*): New.
10861
10862 1999-09-04 Steve Chamberlain <sac@pobox.com>
10863
10864 * config.sub: Add support for configuring for pj.
10865
10866 1999-08-31 Nick Clifton <nickc@cygnus.com>
10867
10868 * config.sub (maybe_os): Add support for configuring for fr30.
10869
10870 1999-08-25 Nick Clifton <nickc@cygnus.com>
10871
10872 * configure.in: Do not configure or build ld for AIX
10873 platforms. ld is known to be broken on these platforms.
10874
10875 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10876
10877 * config-ml.in: Pass compiler flag corresponding to multidirs to
10878 subdir configures.
10879
10880 1999-08-09 Ian Lance Taylor <ian@zembu.com>
10881
10882 * Makefile.in (LDFLAGS): Define.
10883
10884 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10885
10886 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10887 noconfigdirs.
10888 (*-*-cygwin*): Likewise.
10889
10890 1999-08-08 Ian Lance Taylor <ian@zembu.com>
10891
10892 * mkdep: New file.
10893 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10894 (BINUTILS_SUPPORT_DIRS): Add mkdep.
10895
10896 From Eli Zaretskii <eliz@is.elta.co.il>:
10897 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10898 long file name when using DJGPP on MS-DOS.
10899
10900 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
10901
10902 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10903
10904 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
10905
10906 * Makefile.in (check-target-libio): Remove all-target-libstdc++
10907 dependency as this causes "make check" to globally "make all"
10908
10909 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
10910
10911 * configure.in (target_libs): Added target-zlib.
10912 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10913 (CONFIGURE_TARGET_MODULES): Likewise.
10914 (CHECK_TARGET_MODULES): Likewise.
10915 (INSTALL_TARGET_MODULES): Likewise.
10916 (CLEAN_TARGET_MODULES): Likewise.
10917 (configure-target-zlib): New target.
10918 (all-target-zlib): Likewise.
10919 (all-target-libjava): Depend on all-target-zlib.
10920 (configure-target-libjava): Depend on configure-target-zlib.
10921
10922 * Makefile.in (configure-target-libjava): Depend on
10923 configure-target-newlib.
10924 (configure-target-boehm-gc): New target.
10925 (configure-target-qthreads): New target.
10926
10927 * configure.in (target_libs): Added target-qthreads.
10928 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10929 (CONFIGURE_TARGET_MODULES): Likewise.
10930 (CHECK_TARGET_MODULES): Likewise.
10931 (INSTALL_TARGET_MODULES): Likewise.
10932 (CLEAN_TARGET_MODULES): Likewise.
10933 (all-target-qthreads): New target.
10934 (configure-target-libjava): Depend on configure-target-qthreads.
10935 (all-target-libjava): Depend on all-target-qthreads.
10936
10937 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10938 (CONFIGURE_TARGET_MODULES): Likewise.
10939 (CHECK_TARGET_MODULES): Likewise.
10940 (INSTALL_TARGET_MODULES): Likewise.
10941 (CLEAN_TARGET_MODULES): Likewise.
10942 (all-target-libjava): New target.
10943 (all-target-boehm-gc): Likewise.
10944 * configure.in (target_libs): Added libjava, boehm-gc.
10945
10946 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10947
10948 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10949 configure.bat in SUPPORT_FILES.
10950 (gas+binutils.tar.bz2): Likewise.
10951
10952 * makeall.bat: Remove; obsolete.
10953
10954 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10955
10956 From Mark Elbrecht:
10957 * configure.bat: Remove; obsolete.
10958
10959 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10960
10961 * configure: Add -W -Wall to the default CFLAGS when compiling with
10962 gcc.
10963
10964 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10965
10966 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10967
10968 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10969
10970 * configure.in: Build ld on IRIX6.
10971
10972 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10973
10974 * Makefile.in: Change distribution targets to use bzip2 instead of
10975 gzip.
10976 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10977 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10978
10979 1999-06-04 Nick Clifton <nickc@cygnus.com>
10980
10981 * config.sub: Add mcore target.
10982
10983 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
10984
10985 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10986
10987 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
10988
10989 * config.guess (dummy): Changed to $dummy.
10990
10991 1999-05-24 Nick Clifton <nickc@cygnus.com>
10992
10993 * config.sub: Tidied up case statements.
10994
10995 1999-05-22 Ben Elliston <bje@cygnus.com>
10996
10997 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10998 <jiro@din.or.jp>.
10999
11000 * config.guess: Merge with FSF version. Future changes will be
11001 more accurately recorded in this ChangeLog.
11002 * config.sub: Likewise.
11003
11004 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
11005
11006 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11007
11008 1999-04-30 Tom Tromey <tromey@cygnus.com>
11009
11010 * ltmain.sh: [mode link] Always use CC given by ltconfig.
11011
11012 1999-04-23 Tom Tromey <tromey@cygnus.com>
11013
11014 * ltconfig, ltmain.sh: Update to libtool 1.2f.
11015
11016 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
11017
11018 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11019 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11020 Bad merge removed these two changes.
11021
11022 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
11023 Martin Heller (Ing.-Buero_Heller@t-online.de)
11024
11025 * config.guess (interix Alpha): Add.
11026
11027 1999-04-11 Richard Henderson <rth@cygnus.com>
11028
11029 * configure.in (i?86-*-beos*): Do config gperf; don't config
11030 gdb, newlib, or libgloss.
11031
11032 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
11033
11034 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11035 link a trivial program with -mabi=64. If it fails, remove mabi=64
11036 from multidirs.
11037
11038 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
11039
11040 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11041
11042 1999-04-08 Nick Clifton <nickc@cygnus.com>
11043
11044 * config.sub: Add support for mcore targets.
11045
11046 1999-04-07 Michael Meissner <meissner@cygnus.com>
11047
11048 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11049 not mt-ospace, in order to shut up assembler warning about using
11050 symbols that are named the same as registers.
11051
11052 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
11053
11054 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11055 dependency list for all-target-cygmon.
11056
11057 1999-04-05 Doug Evans <devans@casey.cygnus.com>
11058
11059 * config-ml.in: Check $host, not $target, for selective multilibs.
11060 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11061 thumb interworking, and underscore prefix multilibs.
11062
11063 1999-04-04 Ian Lance Taylor <ian@zembu.com>
11064
11065 * missing: Update to version from current automake.
11066
11067 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
11068
11069 * configure (gxx_include_dir): Removed.
11070
11071 * configure.in (gxx_include_dir): Handle it.
11072 * Makefile.in: Likewise.
11073
11074 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11075
11076 * config.sub (mips64vr4111,mips64vr4111el) Add.
11077
11078 1999-03-21 Ben Elliston <bje@cygnus.com>
11079
11080 * config.guess: Correct typo for detecting ELF on FreeBSD.
11081
11082 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11083
11084 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11085 config/mh-djgpp.
11086
11087 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11088
11089 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11090 all-target-newlib to dependency list for all-target-bsp.
11091
11092 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11093
11094 * config.sub: Add i386-uwin support.
11095 * config.guess: Likewise.
11096
11097 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11098
11099 * configure.in: cleanup, add mh-*pic handling for arm, special
11100 case powerpc*-*-aix*
11101
11102 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11103
11104 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11105 can be built.
11106
11107 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11108
11109 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11110 targets.
11111
11112 1999-03-02 Nick Clifton <nickc@cygnus.com>
11113
11114 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11115
11116 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11117
11118 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11119
11120 1999-02-24 Nick Clifton <nickc@cygnus.com>
11121
11122 * config.sub: Fix typo in arm recognition.
11123
11124 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11125
11126 * configure.in (noconfigdirs): Changed target_configdirs to
11127 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11128 rather than m68k-*-* since it is not known to work on
11129 m68k-aout. Ditto for arm-*-*oabi.
11130
11131 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11132
11133 * configure.in (*-*-windows*): Remove, no longer used.
11134
11135 1999-02-19 Ben Elliston <bje@cygnus.com>
11136
11137 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11138 Smart and improved by Andrew Cagney.
11139
11140 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11141
11142 * config.guess: Recognize openbsd-*-hppa.
11143
11144 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11145
11146 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11147 only if it is not empty.
11148
11149 1999-02-17 Nick Clifton <nickc@cygnus.com>
11150
11151 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11152
11153 * config.guess: Modified to recognize uname's armv* syntax.
11154
11155 * config.sub: Modified to recognize uname's armv* syntax.
11156
11157 1999-02-17 Mark Salter <msalter@cygnus.com>
11158
11159 * configure.in: Added target-bsp for sparclite.
11160
11161 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11162
11163 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11164
11165 1999-02-08 Nick Clifton <nickc@cygnus.com>
11166
11167 * configure.in: Add support for strongarm port.
11168 * config.sub: Add support for strongarm target.
11169
11170 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11171
11172 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11173 the old name config/mh-cygwin32.
11174 Enable texinfo.
11175
11176 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11177
11178 * configure.in: Do build ld for ix86 Solaris.
11179
11180 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11181
11182 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11183 $AR_FOR_TARGET. Likewise for RANLIB.
11184
11185 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11186
11187 * config.sub (oabi): Recognize.
11188 * configure.in (arm-*-oabi): Handle.
11189
11190 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11191
11192 * config.guess: Improve detection of i686 on UnixWare 7.
11193
11194 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11195
11196 * config.guess: Add support for i386-pc-interix.
11197 * config.sub: Likewise.
11198 * configure.in: Likewise.
11199
11200 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11201
11202 * Makefile.in: Remove unneeded all-target-libio from
11203 from all-target-winsup target since it is now unneeded.
11204 Add all-target-libtermcap in its place since it is now
11205 needed.
11206
11207 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11208
11209 * configure.in: makefile stub for cygwin target is probably
11210 unnecessary. Remove it for now.
11211
11212 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11213
11214 * configure.in: libtermcap.a should be built when cygwin is the
11215 target as well as the host.
11216 * config.guess: Allow mixed case in cygwin uname output.
11217 * Makefile.in: Add libtermcap target.
11218
11219 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11220
11221 * config.sub: Clean up handling of hppa2.0.
11222
11223 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11224
11225 * config.guess: Use C code to identify more HP machines.
11226
11227 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11228
11229 * config.sub: Handle hppa2.0.
11230
11231 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11232
11233 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11234 cygmon for all sparclite targets, regardless of object format.
11235
11236 1998-12-15 Mark Salter <msalter@cygnus.com>
11237
11238 * configure.in: Added target-bsp for several target architectures.
11239
11240 * Makefile.in: Added rules for bsp.
11241
11242 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11243
11244 * config.guess: Improve detection of hppa2.0 processors.
11245
11246 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11247
11248 * config.guess: Recognize FreeBSD using ELF automatically.
11249
11250 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11251
11252 * configure (skip-this-dir): Add handling for new shell script, which
11253 might be created by a sub-directory's configure to indicate, this particular
11254 directory is "unwanted".
11255 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11256
11257 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11258
11259 * ltconfig: import from libtool, after changing libtool to
11260 account for the cygwin name change.
11261
11262 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11263
11264 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11265 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11266
11267 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11268
11269 * configure.in: Add libtermcap to list of cygwin dependencies.
11270
11271 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11272
11273 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11274 they include winsup/include when it's a cygwin target.
11275
11276 1998-11-12 Tom Tromey <tromey@cygnus.com>
11277
11278 * configure.in (host_tools): Added zip.
11279 * Makefile.in (all-target-libjava): Depend on all-zip.
11280 (all-zip): New target.
11281 (ALL_MODULES): Added all-zip.
11282 (NATIVE_CHECK_MODULES): Added check-zip.
11283 (INSTALL_MODULES): Added install-zip.
11284 (CLEAN_MODULES): Added clean-zip.
11285
11286 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11287
11288 * Makefile.in: lose "32" from comment about cygwin.
11289
11290 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11291
11292 * configure.in: Use -Os to build target libraries for the fr30.
11293
11294 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11295
11296 * config.sub: Add fr30.
11297
11298 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11299
11300 * configure.in: drop "32" from config/mh-cygwin32. Check
11301 cygwin* instead of cygwin32*.
11302 * config.sub: Check cygwin* instead of cygwin32*.
11303
11304 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11305
11306 * config.guess: Match any version of Unixware7.
11307
11308 1998-10-20 Syd Polk <spolk@cygnus.com>
11309
11310 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11311 if desired.
11312
11313 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11314
11315 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11316 these if the appropriate directories and files to not exist.
11317
11318 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11319
11320 * Makefile.in (DEVO_SUPPORT): Add config.if.
11321
11322 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11323
11324 * configure: Add pattern to replace "build_tooldir"'s
11325 definition in the generated Makefile with "tooldir"'s
11326 actual value.
11327
11328 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11329
11330 * config.sub: Bring back lost sparcv9.
11331
11332 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11333
11334 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11335
11336 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11337 CC_FOR_TARGET and friends.
11338
11339 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11340
11341 * Makefile.in (build_tooldir): New variable, same as tooldir.
11342 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11343 -B$(build_tooldir)/bin/.
11344 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11345
11346 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11347
11348 * README: Remove installation instructions and refer to the
11349 INSTALL directory instead.
11350
11351 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11352
11353 * config.sub: Add support for i[34567]86-pc-udk.
11354 * configure.in: Likewise.
11355
11356 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11357
11358 * Makefile.in: add bzip2 package building bits for user
11359 tools module
11360 * configure.in: ditto
11361
11362 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11363
11364 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11365 (ALL_TARGET_MODULES): Add all-target-libobjc.
11366 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11367 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11368 (all-target-libchill): Add dependencies.
11369 * configure.in (target_libs): Add libchill.
11370
11371 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11372
11373 * configure.in (target_subdir): Remove duplicate line.
11374
11375 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11376
11377 * Makefile.in (all-automake): fix dependencies.
11378
11379 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11380
11381 * configure.in: Minor cleanups for building in the $(target_alias)
11382 subdir.
11383
11384 1998-09-22 Jim Wilson <wilson@cygnus.com>
11385
11386 * Makefile.in (bootstrap): Set r and s before make all. Use
11387 BASE_FLAGS_TO_PASS in make all.
11388 (cross): Likewise.
11389
11390 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11391
11392 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11393
11394 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11395
11396 * config.sub: Fix typo in last change.
11397
11398 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11399
11400 * config.sub: Add support for C4x target.
11401 * configure.in: Likewise.
11402
11403 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11404
11405 * config.sub: Recognize sparcv9 just like sparc64.
11406
11407 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11408
11409 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11410
11411 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11412
11413 * config.guess: Correctly identify Pentium II sco boxes.
11414
11415 * config.guess: Fix "tr" code. From Weiwen Liu.
11416
11417 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11418
11419 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11420 stabs.
11421
11422 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11423
11424 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11425 (ALL_TARGET_MODULES): Add all-target-libchill.
11426 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11427 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11428 (all-target-libchill): Add dependencies.
11429 * configure.in (target_libs): Add libchill.
11430
11431 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11432
11433 * config.guess: Avoid assumptions about "tr" behaves when
11434 LANG is set to something other than English.
11435
11436 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11437
11438 * configure (gxx_include_dir): Changed to
11439 '${prefix}/include/g++'-${libstdcxx_interface}.
11440
11441 * config.if: New to determine the interfaces.
11442
11443 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11444
11445 * config.guess: Detect and handle MPE/IX.
11446 * config.sub: Deal with MPE/IX.
11447
11448 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11449
11450 * configure.in: Use mh-aix43.
11451
11452 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11453
11454 * configure: Fix --without/--disable cases for gxx-include-dir.
11455
11456 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11457
11458 * mdata-sh: Imported. Needed for automake support.
11459
11460 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11461
11462 * Makefile.in (taz): Try "chmod -R og=u ." before
11463 "chmod og=u `find . -print`".
11464
11465 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11466
11467 * configure.in: Add arm-elf and thumb-elf support.
11468
11469 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11470
11471 * Makefile.in: Undo previous patch.
11472
11473 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11474
11475 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11476 to here ...
11477 (install-no-fixedincludes): and here
11478 (INSTALL_MODULES): ... from here.
11479
11480 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11481
11482 * config.sub: Merge with FSF.
11483
11484 * config.guess: Merge with FSF.
11485
11486 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11487
11488 * configure (extraconfigdirs): New variable.
11489 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11490 * Makefile.in (all): Move higher in file.
11491 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11492 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11493 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11494 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11495 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11496
11497 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11498
11499 * Makefile.in (all-target-libjava): Depend on all-gcc and
11500 all-target-newlib.
11501 (configure-target-libjava): Depend on $(ALL_GCC).
11502
11503 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11504
11505 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11506 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11507
11508 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11509
11510 * INSTALL/README: Fix typo.
11511
11512 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11513
11514 * ylwrap: Change absolute path checks to check for DOS style path
11515 names.
11516
11517 * ylwrap: Don't use a full path name if the source file is in the
11518 same directory. From hjl@lucon.org (H.J. Lu).
11519
11520 * config-ml.in: Default to being verbose, to match Feb 18 change to
11521 configure.
11522
11523 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11524
11525 Brought over from egcs:
11526
11527 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11528
11529 * configure.in (target_subdir): Set to ${target_alias} instead
11530 of "libraries".
11531
11532 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11533
11534 * configure.in (target_subdir): Set to libraries if enable_multilib.
11535
11536 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11537
11538 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11539 multilibs, force reconfiguration the first time we create
11540 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11541
11542 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11543
11544 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11545 avoid confusion with --no-recursion.
11546
11547 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11548
11549 * configure.in: Win32 hosts shouldn't use install -x
11550 * install-sh: remove -x option, and special .exe-handling
11551 hack.
11552
11553 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11554
11555 * config.guess: Recognize i586-pc-beos.
11556 * configure.in: Don't build some bits for beos.
11557
11558 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11559
11560 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11561 CFLAGS default to -O2.
11562
11563 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11564 when using GNU ld.
11565
11566 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11567
11568 * ltmain.sh: Correct install when using a different shell.
11569
11570 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11571
11572 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11573
11574 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11575
11576 * makefile.vms: Update to build binutils/makefile.vms. Add install
11577 target.
11578
11579 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11580
11581 * ltconfig: Update to correct AIX handling.
11582
11583 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11584
11585 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11586
11587 * configure.in (target_subdir): Set to ${target_alias} instead
11588 of "libraries".
11589
11590 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11591
11592 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11593 (Makefile): Depend on $(gcc_version_trigger).
11594
11595 * configure (gcc_version): Change default initializer to empty
11596 string.
11597 (gcc_version_trigger): New variable; pass this variable down
11598 to subdir configures to enable them checking gcc's version
11599 themselves. Emit make macros for both gcc_version vars.
11600 (topsrcdir): Initialize reliably.
11601 (recursion line): Remove --with-gcc-version=${gcc_version}.
11602
11603 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11604
11605 * configure (enable_version_specific_runtime_libs): Implement new flag
11606 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11607 in $(libsubdir); emit definition in each generated Makefile.
11608 (gxx_include_dir): Initialize depending on
11609 $enable_version_specific_runtime_libs.
11610
11611 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11612
11613 * configure (gcc_version): Initialize properly depending on
11614 how and where configure is started.
11615 (recursion line): Pass a --with-gcc-version=${gcc_version}
11616 to configures in subdirs.
11617
11618 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11619
11620 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11621 cygmon
11622
11623 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11624
11625 * configure.in: Add cygmon and libstub support for mn10200.
11626
11627 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11628
11629 * configure (gcc_version): Add new variable describing the
11630 particular gcc version we're building.
11631 * Makefile.in (libsubdir): Add new macro for the directory
11632 in which the compiler finds executables, libraries, etc.
11633 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11634 and libsubdir.
11635
11636 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11637
11638 * Makefile.in (local-clean): Remove *.log.
11639 (warning.log): Built with warn_summary from build.log.
11640 (mail-report.log): Run test_summary.
11641 (mail-report-with-warnings.log): Run test_summary including
11642 warning.log in the report.
11643
11644 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11645
11646 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11647
11648 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11649
11650 * Makefile.in (grep): Grep no longer depends on libiberty.
11651
11652 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11653
11654 * Makefile.in: all-snavigator needs all-libgui.
11655
11656 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11657
11658 * configure.in: Add cygmon and libstub support for mn10300.
11659
11660 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11661
11662 * missing: Update to version from automake 1.3.
11663
11664 * ltmain.sh: On installation, don't get confused if the same name
11665 appears more than once in the list of library names.
11666
11667 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11668
11669 * config.sub: Accept m68060 and m5200 as CPU names.
11670
11671 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11672
11673 * configure: Use && rather than using -a in test, because odd
11674 strings can confuse test.
11675 * configure.in: Likewise.
11676
11677 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11678
11679 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11680
11681 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11682
11683 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11684 bootstrap4-lean): New targets.
11685
11686 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11687
11688 * mpw-* Delete. Not used.
11689
11690 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11691
11692 * COPYING.LIB: Update FSF address.
11693
11694 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11695
11696 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11697
11698 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11699 GAS_SUPPORT_DIRS.
11700
11701 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11702
11703 * ltconfig, ltmain.sh: Avoid producing a version number if
11704 -version-info was not used.
11705
11706 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11707
11708 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11709 building with newlib.
11710
11711 1998-04-30 Paul Eggert <eggert@twinsun.com>
11712
11713 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11714 Solaris `make' causes it to continue to next definition.
11715
11716 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11717
11718 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11719 the right GUI libraries and files are installed along with GDB.
11720
11721 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11722
11723 * configure.in: Change alpha to alpha* in several places.
11724
11725 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11726
11727 * config.sub: Recognize sparc86x.
11728
11729 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11730
11731 * configure.in (--enable-target-optspace): Remove debug echo.
11732
11733 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11734
11735 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11736
11737 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11738
11739 * ltconfig: Update cygwin32 support.
11740
11741 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11742 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11743 (GDB_SUPPORT_DIRS): Likewise.
11744
11745 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11746
11747 * configure.in (target_makefile_frag): If --enable-target-optspace,
11748 use -Os to compile target libraries rather than -O2. Default to
11749 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11750 not used.
11751 * configure.in (target_cflags): Ditto for d30v.
11752
11753 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11754
11755 * Makefile.in (all-bfd): Depend on all-intl.
11756 (all-binutils): Likewise.
11757 (all-gas): Likewise.
11758 (all-gprof): Likewise.
11759 (all-ld): Likewise.
11760
11761 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11762
11763 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11764
11765 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11766
11767 * Makefile.in (all-bfd): Depend upon all-libiberty.
11768
11769 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11770
11771 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11772
11773 * Makefile.in: Add libstub.
11774
11775 * configure.in: Ditto. Build libstub for targets that have cygmon
11776 support.
11777
11778 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11779
11780 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11781
11782 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11783
11784 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11785 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11786
11787 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11788
11789 * configure: Define DEFAULT_M4 by searching PATH.
11790 * Makfile.in: Use DEFAULT_M4.
11791
11792 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11793
11794 * ltconfig: Add cygwin32 support.
11795
11796 * Makefile.in, configure.in: Add libtool as a native only directory
11797 to configure and build.
11798
11799 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11800
11801 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11802
11803 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
11804
11805 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11806
11807 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11808
11809 * Makefile.in: add ash make rules
11810 * configure.in: add ash to native_only and host_tools lists
11811
11812 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11813
11814 * Makefile.in (all-gettext, all-intl): New targets.
11815 (ALL_MODULES): Added all-gettext, all-intl.
11816 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11817 (INSTALL_MODULES): Added install-gettext, install-intl.
11818 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11819
11820 * configure.in (host_tools): Added gettext.
11821 (native_only): Likewise.
11822 (noconfigdirs) [various cases]: Likewise.
11823 (host_libs): Added intl.
11824
11825 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11826
11827 * configure: Do not disable building gdbtk for cygwin32 hosts.
11828
11829 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11830
11831 * configure.in: Add thumb-coff target.
11832 * config.sub: Add thumb-coff target.
11833
11834 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11835
11836 * Makefile.in: Revert yesterday's change.
11837 (all-target-winsup): all-target-librx stays out of here.
11838
11839 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11840
11841 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11842 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11843 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11844 Remove references to librx and libg++.
11845
11846 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11847
11848 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11849 recursive makes
11850
11851 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11852
11853 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11854 for newlib directory.
11855 (CXX_FOR_TARGET): Likewise.
11856
11857 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11858
11859 * ltconfig: Update after libtool/ltconfig.in change for
11860 hpux11.
11861
11862 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11863
11864 * ltconfig, ltmain.sh: Update to libtool 1.2.
11865
11866 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11867
11868 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11869 (install-gcc-cross): Instead, override LANGUAGES here.
11870
11871 1998-03-18 Dave Love <d.love@dl.ac.uk>
11872
11873 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11874 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11875
11876 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11877
11878 * configure.in: Add Thumb-pe target.
11879
11880 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
11881
11882 * Makefile.in - changed sn targets to snavigator
11883 * configure.in - changed sn targets to snavigator
11884
11885 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11886
11887 * config-ml.in: After building symlink tree call make distclean
11888 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11889 to be the case for libiberty.
11890
11891 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
11892
11893 * configure: When making link, also check the current
11894 directory. The configure scripts may create one.
11895
11896 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
11897
11898 * config.sub: Accept alphapca56 and alphaev6 properly.
11899
11900 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11901
11902 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11903
11904 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11905
11906 * config.sub (sco5): Fix typo.
11907
11908 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
11909
11910 * Makefile.in (INSTALL_MODULES): Move install-tcl before
11911 install-itcl.
11912 (install-itcl): Remove dependency on install-tcl.
11913
11914 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
11915
11916 * configure.in: Remove libgloss from noconfigdirs for MN10300.
11917
11918 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
11919
11920 * configure.in: Don't build libgui for a cygwin32 target when not on
11921 a cygwin32 host.
11922
11923 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
11924
11925 * configure (redirect): Set to null, so default behavior of
11926 configure is now --verbose.
11927
11928 1998-02-16 Dave Love <d.love@dl.ac.uk>
11929
11930 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11931 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11932
11933 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
11934
11935 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11936 this change to sync Makefile.in with its ChangeLog entries.
11937
11938 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
11939
11940 * ltmain.sh (mkdir): Check that the directory doesn't exist
11941 before we exit with error, so that we don't get races during
11942 parallel builds.
11943
11944 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
11945
11946 * ltconfig, ltmain.sh: Update from libtool 1.0i.
11947
11948 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11949
11950 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11951 PICFLAG_FOR_TARGET.
11952 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11953
11954 * configure: Emit a definition for the new macro enable_shared
11955 into each Makefile.
11956
11957 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11958
11959 * configure.in (host_tools, native_only): Add libtool.
11960
11961 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11962
11963 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11964 Fix typo in ming config comment.
11965
11966 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11967
11968 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11969
11970 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11971
11972 * config.sub: Add tic30 cases, and map c30 to tic30.
11973
11974 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11975
11976 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11977 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11978 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11979 (CLEAN_TARGET_MODULES): Similarly
11980 (all-target-libf2c): Add dependences.
11981 * configure.in (target_libs): Add libf2c.
11982
11983 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11984
11985 * configure.in: Remove expect from noconfigdirs when target
11986 is cygwin32. OK to build expect and dejagnu with Canadian
11987 Cross.
11988
11989 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11990
11991 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11992 host.
11993
11994 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11995 and mingw32.
11996
11997 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11998
11999 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12000 here as it is not defined in the toplevel Makefile.
12001
12002 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
12003
12004 * configure (package_makefile_rules_frag): New variable, which names
12005 a file with generic rules, ...
12006 Change comment to mention we now have FIVE parts.
12007 * configure: Undo last change.
12008
12009 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
12010
12011 * config.guess: More accurate determination of HP processor types.
12012 * config.sub: More accurate determination of HP processor types.
12013
12014 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
12015
12016 * configure (package_makefile_frag): Move inserting the
12017 ${package_makefile_frag} to where it should be according
12018 to the comment.
12019
12020 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
12021
12022 * config.guess: Add support for Linux/ARM.
12023
12024 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
12025
12026 * .cvsignore: Remove *-info and *-install since they match
12027 release-info and mpw-install, which we don't want to just ignore.
12028
12029 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
12030
12031 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12032
12033 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
12034
12035 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12036 local_prefix to sub-make invocations.
12037
12038 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
12039
12040 * configure.in: Check makefile fragments in the source
12041 directory.
12042
12043 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12044
12045 * configure.in: Check whether host and target makefile
12046 fragments exist before adding them to *_makefile_frag.
12047
12048 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
12049
12050 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12051
12052 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
12053
12054 * configure.in: Make sure we only replace RPATH_ENVVAR on
12055 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12056 regexp to sed.
12057
12058 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12059 to sub-makes.
12060
12061 1998-01-13 Lee Iverson (leei@ai.sri.com)
12062
12063 * config-ml.in (multi-do): LDFLAGS must include multilib
12064 designator.
12065
12066 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
12067
12068 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12069
12070 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12071
12072 * config.sub: Add mingw32 support.
12073 * configure.in: Likewise.
12074
12075 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12076
12077 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12078
12079 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12080
12081 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12082 * configure (gxx_include_dir): Provide a definition for subdirs
12083 which do not use autoconf.
12084
12085 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12086
12087 * config.guess: Sync with egcs. Picks up new alpha support,
12088 BeOS & some additional linux support.
12089
12090 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
12091
12092 * config.guess: HP 9000/803 is a PA1.1 machine.
12093
12094 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12095
12096 * configure.in: It's alpha*-...
12097
12098 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12099
12100 * configure.in (host_makefile_frag, target_makefile_frag):
12101 Handle multiple config files.
12102 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12103 alpha-*-*.
12104
12105 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12106
12107 * mkdep: New file.
12108
12109 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12110
12111 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12112
12113 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12114
12115 * Makefile.in: Add libgui directory.
12116 (GDB_TK): Add all-libgui.
12117 * configure.in: Add libgui directory.
12118 * configure: Add all-libgui to GDB_TK.
12119
12120 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12121
12122 * config-ml.in (multidirs): Add m32r to multilib list.
12123
12124 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12125
12126 * Makefile.in (all-target-gperf): Change dependency to
12127 all-target-libstdc++.
12128
12129 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12130
12131 * config.guess: Add BeOS support.
12132
12133 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12134
12135 Source directory cvs renamed to cvssrc:
12136 * configure.in (host_tools): Change cvs to cvssrc.
12137 (native_only): Likewise.
12138 (noconfigdirs) [various cases]: Likewise.
12139 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12140 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12141 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12142 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12143 (all-cvssrc): Rename target from all-cvs.
12144
12145 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12146
12147 * configure (gxx_include_dir): Fix thinko.
12148
12149 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12150
12151 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12152 (install-cross, install-gcc-cross): New targets.
12153
12154 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12155
12156 * configure.in (noconfigdirs): Add support for Thumb target.
12157
12158 * config.sub (maybe_os): Add support for Thumb target.
12159
12160 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12161
12162 * Makefile.in: Add rules for cygmon.
12163
12164 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12165
12166 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12167
12168 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12169 * configure (gxx_include_dir): Provide a definition for subdirs
12170 which do not use autoconf.
12171
12172 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12173
12174 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12175 11/18/97 build
12176
12177 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12178
12179 * From Franz Sirl.
12180 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12181 found on RedHat Linux systems.
12182
12183 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12184
12185 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12186 guesses.
12187
12188 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12189
12190 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12191
12192 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12193
12194 * ltmain.sh: If mkdir fails, check whether the directory was created
12195 anyhow by some other process.
12196
12197 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12198
12199 * configure.in (d30v-*-*): Configure all directories.
12200
12201 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12202
12203 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12204 for the D30V.
12205
12206 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12207
12208 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12209
12210 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12211
12212 * include/libiberty.h: Add extern "C" { so it can be used with C++
12213 progrms.
12214 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12215 programs.
12216
12217 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12218
12219 * configure.in (d30v-*-*): Configure GCC now.
12220
12221 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12222
12223 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12224 is no longer needed.
12225
12226 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12227
12228 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12229
12230 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12231
12232 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12233 targets using "$@" to provide support for similar but not identical
12234 targets without having to duplicate code.
12235
12236 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12237
12238 * makefile.vms: Fix to work with DEC C.
12239
12240 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12241
12242 * config.sub: Add mips-tx39-elf to marketing names.
12243
12244 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12245
12246 * ltmain.sh: Handle symlinks in generated script.
12247
12248 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12249
12250 * configure: Handle autoconf style directory options: --bindir,
12251 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12252 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12253 --sysconfdir.
12254 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12255 (sharedstatedir, localstatedir, oldincludedir): New variables.
12256 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12257 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12258 sbindir, sharedstatedir, and sysconfdir.
12259
12260 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12261
12262 * Makefile.in (bootstrap-lean): New target.
12263
12264 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12265
12266 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12267 sn, and gnuserv from noconfigdirs.
12268
12269 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12270
12271 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12272
12273 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12274
12275 * Makefile.in (cross): New target.
12276
12277 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12278 Jeff Law <law@cygnus.com>
12279
12280 * Makefile.in (bootstrap2, bootstrap3): New targets.
12281 (all-bootstrap): Remove outdated and confusing target.
12282 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12283
12284 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12285
12286 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12287 windows. Consistent with gdb/configure.
12288
12289 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12290
12291 * configure.in: Name Linux target fragment.
12292
12293 * configure: Rewrite so that project Makefile fragment is inserted
12294 first and appears last in the resulting Makefile.
12295
12296 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12297
12298 * Makefile.in (install-itcl): Install tcl first.
12299
12300 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12301
12302 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12303
12304 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12305
12306 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12307
12308 * configure.in (skipdirs): Add target-librx for Linux.
12309 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12310
12311 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12312
12313 * Makefile.in (bootstrap): New target.
12314
12315 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12316
12317 * config.sub: Accept 'amigados' for backward compatibility.
12318
12319 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12320
12321 * config.guess: Merge with FSF.
12322
12323 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12324
12325 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12326
12327 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12328
12329 * config.sub: Add "marketing-names" patch.
12330
12331 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12332
12333 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12334
12335 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12336
12337 * config.sub: Handle v850-elf.
12338
12339 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12340
12341 * .cvsignore (*-install): Remove.
12342
12343 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12344
12345 * ltconfig: Set CONFIG_SHELL in libtool.
12346 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12347
12348 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12349
12350 * configure.in (target_subdir): Set to libraries if enable_multilib.
12351
12352 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12353
12354 * config.guess: Update from gcc directory.
12355
12356 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12357
12358 * Makefile.in (all-sim): Depends on all-readline.
12359
12360 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12361
12362 * Makefile.in (BISON, YACC): Use $$s.
12363 (all-bison): Depend on all-texinfo.
12364
12365 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12366
12367 * Makefile.in (BISON): Add -L flag.
12368 (YACC): Likewise.
12369
12370 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12371
12372 * configure.in (noconfigdirs): Add support for v850e target.
12373
12374 * config.sub (maybe_os): Add support for v850e target.
12375
12376 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12377
12378 * configure.in (noconfigdirs): Add support for v850ea target.
12379
12380 * config.sub (maybe_os): Add support for v850ea target.
12381
12382 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12383
12384 * config.sub: Add mipstx39. Delete r3900.
12385
12386 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12387
12388 * Makefile.in (all-autoconf): Depends on all-texinfo.
12389
12390 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12391
12392 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12393 eabi targets.
12394
12395 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12396
12397 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12398
12399 * configure: When handling a Canadian Cross, handle YACC as well as
12400 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12401 * Makefile.in (all-bison): Depend upon all-texinfo.
12402
12403 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12404
12405 * Makefile.in (BISON): bison, not byacc or bison -y.
12406 (YACC): bison -y or byacc or yacc.
12407 (various): Add *-bison as appropriate.
12408 (taz): No need to mess with BISON anymore.
12409
12410 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12411
12412 * configure: If OSTYPE matches *win32*, try to find a good value for
12413 CONFIG_SHELL.
12414
12415 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12416
12417 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12418 configure.in if it is present.
12419
12420 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12421
12422 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12423
12424 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12425
12426 * config.sub: Recognize `arc' cpu.
12427 * configure.in: Likewise.
12428 * config-ml.in: Likewise.
12429
12430 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12431
12432 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12433
12434 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12435
12436 * configure: Changed sed delimiter from ':' to '|' when
12437 attempting to substitute ${config_shell} for SHELL. On
12438 NT ${config_shell} may contain a ':' in it.
12439
12440 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12441
12442 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12443
12444 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12445
12446 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12447
12448 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12449
12450 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12451
12452 * ylwrap: If the program is a relative path, force it to be
12453 absolute.
12454
12455 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12456
12457 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12458
12459 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12460
12461 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12462 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12463 for libraries.
12464
12465 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12466
12467 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12468 separated by spaces.
12469
12470 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12471
12472 * ylwrap: New file.
12473 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12474
12475 * ltmain.sh: Handle /bin/sh at start of install program.
12476
12477 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12478
12479 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12480 * missing: New file, from automake 1.2.
12481
12482 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12483
12484 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12485 check-tk to CHECK_X11_MODULES.
12486
12487 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12488
12489 * config.sub: Merge with FSF.
12490
12491 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12492
12493 * config.guess: Merge with FSF.
12494
12495 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12496
12497 * configure: Treat msdosdjgpp like go32.
12498 * configure.in: Likewise. Don't remove gprof for go32.
12499
12500 * configure: Change Makefile.tem2 to Makefile.tm2.
12501
12502 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12503
12504 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12505
12506 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12507
12508 * install-sh (chmodcmd): Set to null if the DST directory already
12509 exists. Same as Nov 11th change.
12510
12511 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12512
12513 * configure (GDB_TK): Needs itcl and tix.
12514
12515 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12516
12517 * config.guess: Update from FSF.
12518
12519 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12520
12521 * Makefile.in (GDB_TK): Depend on itcl and tix.
12522
12523 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12524
12525 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12526 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12527 (INSTALL_SCRIPT): New variable.
12528 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12529 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12530 to -x.
12531 * install-sh: Add support for -x option.
12532
12533 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12534
12535 * configure.in, Makefile.in: Treat tix like itcl.
12536
12537 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12538
12539 * Makefile.in (WINDRES): New variable.
12540 (WINDRES_FOR_TARGET): New variable.
12541 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12542 (EXTRA_HOST_FLAGS): Add WINDRES.
12543 (EXTRA_TARGET_FLAGS): Add WINDRES.
12544 (EXTRA_GCC_FLAGS): Add WINDRES.
12545 ($(DO_X)): Pass down WINDRES.
12546 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12547 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12548 DLLTOOL_FOR_TARGET.
12549
12550 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12551
12552 * configure.in: configure sim before gdb for win32-x-ppc
12553
12554 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12555
12556 Move gperf into the toplevel, from libg++.
12557 * configure.in (target_tools): Add target-gperf.
12558 (native_only): Add target-gperf.
12559 * Makefile.in (all-target-gperf): New target, depend on
12560 all-target-libg++.
12561 (configure-target-gperf): Empty rule.
12562 (ALL_TARGET_MODULES): Add all-target-gperf.
12563 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12564 (CHECK_TARGET_MODULES): Add check-target-gperf.
12565 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12566 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12567
12568 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12569
12570 * config.sub (mn10200): Recognize new basic machine.
12571
12572 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12573
12574 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12575 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12576
12577 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12578
12579 * configure.in: If we're building mips-sgi-irix6* native, turn on
12580 ENABLE_MULTILIB and set TARGET_SUBDIR.
12581
12582 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12583
12584 * Makefile.in (all-sn): Depend on all-grep.
12585
12586 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12587
12588 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12589
12590 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12591 Makefile. From Jeff Makey <jeff@cts.com>.
12592 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12593
12594 * Makefile.in (DISTBISONFILES): Remove.
12595 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12596 $(DEFAULT_YACC).
12597
12598 * configure.in: Build itl, db, sn, etc., when building for native
12599 cygwin32.
12600
12601 * Makefile.in (LD): New variable.
12602 (EXTRA_HOST_FLAGS): Pass down LD.
12603 ($(DO_X)): Likewise.
12604
12605 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12606
12607 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12608
12609 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12610
12611 * configure.in (targargs): Strip out any supplied --build argument
12612 before adding our own. Always add --build.
12613
12614 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12615
12616 * configure.in (targargs): Pass --build if we're doing
12617 a cross-compile.
12618
12619 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12620
12621 * configure: Use '|' instead of ":" as the separator in
12622 sed. Otherwise sed chokes on NT path names with drive
12623 designators. Also look for "?:*" as the leading characters in an
12624 absolute pathname.
12625
12626 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12627
12628 * config.sub: Support for r3900.
12629
12630 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12631
12632 * configure.in: Use install-sh, not install.sh.
12633
12634 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12635
12636 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12637 apply it twice.
12638
12639 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12640
12641 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12642 install-binutils.
12643
12644 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12645
12646 * Makefile.in: Add automake targets.
12647 * configure.in (host_tools): Add automake.
12648
12649 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12650
12651 * configure: Default CXX to c++, not gcc.
12652 * Makefile.in (CXX): Set to c++, not gcc.
12653 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12654
12655 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12656
12657 * install-sh: try appending a .exe if source file doesn't
12658 exist
12659
12660 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12661
12662 * configure.in: Turn on multilib by default.
12663 (cross_only): Remove target-libiberty.
12664
12665 * Makefile.in (all-gcc): Don't depend on libiberty.
12666
12667 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12668
12669 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12670
12671 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12672
12673 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12674 (DISTBISONFILES): Add ld/Makefile.in
12675
12676 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12677
12678 * configure.in: if target is cygwin32 but host isn't cygwin32,
12679 don't configure gdb tcl tk expect, not just gdb.
12680
12681 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12682
12683 * configure.in: Added gnuserv everywhere sn appears.
12684
12685 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12686 (CROSS_CHECK_MODULES): Added check-gnuserv.
12687 (INSTALL_MODULES): Added install-gnuserv.
12688 (CLEAN_MODULES): Added clean-gnuserv.
12689 (all-gnuserv): New target.
12690
12691 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12692
12693 * config.guess: Fixes for MIPS OpenBSD systems.
12694
12695 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12696
12697 * Makefile.in (INSTALL_XFORM): Remove.
12698 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12699
12700 * mkinstalldirs: New file, copied from automake.
12701 * Makefile.in (installdirs): Rename from install-dirs. Use
12702 mkinstalldirs. Change all users.
12703 (DEVO_SUPPORT): Add mkinstalldirs.
12704
12705 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12706
12707 * install-sh: Rename from install.sh.
12708 * Makefile.in (INSTALL): Change install.sh to install-sh.
12709 (DEVO_SUPPORT): Likewise.
12710
12711 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12712 Graichen <graichen@rzpd.de>.
12713
12714 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12715
12716 * config.guess: Recognize OpenBSD systems correctly.
12717
12718 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12719
12720 * README, Makefile.in (ETC_SUPPORT): Remove references to
12721 cfg-paper*, configure.{texi,man,info*}._
12722
12723 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12724
12725 * Makefile.in (all.normal): Ensure that gcc is built after all
12726 the x11 - ie gdb - targets.
12727
12728 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12729
12730 * makefile.vms: Don't run conf-a-gas.
12731
12732 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12733
12734 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12735
12736 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12737
12738 * configure.in: Remove noconfigdirs case since gdb also
12739 configures and builds for tic80-coff.
12740
12741 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12742
12743 * configure: Set cache_file to config.cache.
12744 * Makefile.in (local-distclean): Remove config.cache.
12745
12746 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12747
12748 * COPYING: Update FSF address.
12749
12750 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12751
12752 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12753 noconfigdirs.
12754
12755 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12756
12757 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12758 MAKEDIRS, is empty.
12759
12760 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12761
12762 * config.sub: Tweak mn10300 entry.
12763
12764 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12765
12766 * configure.in (host_tools): Put sim before gdb, so gdb's
12767 configure.tgt can determine if the simulator was configured.
12768
12769 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12770
12771 * config.sub: Move BeOS $os case to be with other Cygnus
12772 local cases.
12773
12774 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12775
12776 * config.sub: Remove misplaced comment that broke Linux.
12777
12778 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12779
12780 * config.sub: Add BeOS support.
12781
12782 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12783
12784 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12785
12786 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12787
12788 * configure.in (noconfigdirs): Remove tcl and tk from
12789 noconfigdirs for cygwin32 builds.
12790
12791 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12792
12793 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12794
12795 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12796
12797 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12798 make-all.com, use makefile.vms instead.
12799
12800 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12801
12802 * config.sub: Accept -lnews*.
12803
12804 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12805
12806 * configure.in (noconfigdirs): Disable target-newlib,
12807 target-examples and target-libiberty for d30v.
12808
12809 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12810
12811 * configure.in (noconfigdirs): Enable ld for d30v.
12812
12813 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12814
12815 * configure.in (tic80-*-*): Build compiler.
12816
12817 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12818
12819 * configure.in (d30v-*): Remove sim directory from list of
12820 unsupported d30v directories
12821
12822 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12823
12824 * config.sub, configure.in: Add d30v target cpu.
12825
12826 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12827
12828 * makefile.vms: New file.
12829 * make-all.com: Remove.
12830
12831 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12832
12833 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12834
12835 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12836
12837 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12838
12839 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12840
12841 * Makefile.in (ALL_MODULES): Added all-db.
12842 (CROSS_CHECK_MODULES): Addec check-db.
12843 (INSTALL_MODULES): Added install-db.
12844 (CLEAN_MODULES): Added clean-db.
12845
12846 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12847
12848 * config.guess: Merge with latest FSF sources.
12849
12850 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12851
12852 * Makefile.in (ALL_MODULES): Added all-itcl.
12853 (CROSS_CHECK_MODULES): Added check-itcl.
12854 (INSTALL_MODULES): Added install-itcl.
12855 (CLEAN_MODULES): Added clean-itcl.
12856
12857 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12858
12859 * configure.in: build gdb for mn10200
12860
12861 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12862
12863 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12864
12865 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12866
12867 * configure.in (tic80-*-*): Turn off most targets right now.
12868
12869 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12870
12871 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12872 rather than the makeinfo program.
12873 (do-info): Depend upon all-texinfo.
12874
12875 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12876
12877 * configure.in: Remove uses of config/mh-linux.
12878
12879 * config.sub, config.guess: Merge with latest FSF sources.
12880
12881 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12882
12883 * config.sub (case $basic_machine): Add tic80 entries.
12884
12885 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12886
12887 * config.sub, config.guess: Merge with latest FSF sources.
12888
12889 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12890
12891 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12892 * mpw-config.in: Test for NewFolderRecursive.
12893 * mpw-install: Use symbolic name for startup filename.
12894 * mpw-README: Add various additional details.
12895
12896 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
12897
12898 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12899
12900 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
12901
12902 * configure.in: Do build gcc and the target libraries for
12903 the mn10200.
12904
12905 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
12906
12907 * configure.in: don't avoid building gdb for mn10300 any more
12908 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12909 instead of single-quoting it.
12910
12911 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
12912
12913 * configure.in: Don't use --with-stabs on IRIX 6.
12914
12915 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
12916
12917 * configure.in (m32r): Build gdb, libg++ now.
12918
12919 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12920
12921 * configure.in (mips*-sgi-irix6*): Remove gdb and related
12922 directories from noconfigdirs.
12923
12924 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
12925
12926 * config.sub (basic_machine): added mips16 configuration
12927
12928 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12929
12930 * config.sub: Handle d10v-unknown.
12931
12932 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
12933
12934 * config.sub: Handle v850-unknown.
12935
12936 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
12937
12938 * Makefile.in: add findutils
12939 * configure.in: add findutils to list of host_tools
12940
12941 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
12942
12943 * config.sub: Handle mn10200 and mn10300.
12944
12945 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12946
12947 * configure.in (d10v-*): Do not build librx.
12948
12949 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12950
12951 * configure.in (mn10300): Build everything except gdb & libgloss.
12952
12953 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12954
12955 * config.guess: Patch for Dansk Data Elektronik servers,
12956 from Niels Skou Olsen <nso@dde.dk>.
12957
12958 For ncr, use /bin/uname rather than uname, since GNU uname does not
12959 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12960
12961 Patch for MIPS R4000 running System V,
12962 from Eric S. Raymond <esr@snark.thyrsus.com>.
12963
12964 Fix thinko for nextstep.
12965
12966 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12967
12968 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12969 * config.guess: Guess mips-dec-mach_bsd4.3.
12970
12971 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12972 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12973 release numbers.
12974 * config.guess (mips-mips-riscos*): Emit just enough of the
12975 release number.
12976
12977 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12978 * config.guess (sparc-auspex-sunos*): Added.
12979 (f300-fujitsu-*): Added.
12980
12981 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12982 * config.guess: Recognize a Tadpole as a sparc.
12983
12984 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12985
12986 * config.guess: Don't assume that NextStep version is either 2 or
12987 3. NextStep 4 (aka OpenStep 4) has come out now.
12988
12989 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12990
12991 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12992 From Rik Faith <faith@cs.unc.edu>.
12993
12994 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12995
12996 * config.sub: Contributions from bug-gnu-utils to:
12997 Support plain "hppa" (no version given) architecture, reported by
12998 OpenStep.
12999 OpenBSD like NetBSD.
13000 LynxOs is not a hardware supplier.
13001
13002 * config.guess: Contributions from bug-gnu-utils to add support for:
13003 OpenBSD like NetBSD.
13004 Stratus systems.
13005 More Pyramid systems.
13006 i[n>4]86 Intel chips.
13007 M680[n>4]0 Motorola chips.
13008 Use unknown instead of lynx for hardware manufacturer.
13009
13010 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13011
13012 * install.sh (chmodcmd): Set to null if the DST directory already
13013 exists.
13014
13015 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13016
13017 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13018 not use mt-ppc target Makefile fragment any more.
13019
13020 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13021
13022 * configure.in (*-*-windows): Exclude everything but those dirs
13023 needed to build windows.
13024
13025 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
13026
13027 * Makefile.in (all-target-winsup): Depend on all-target-librx.
13028
13029 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13030
13031 * configure.in: Exclude mmalloc from i386-windows.
13032
13033 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13034
13035 * Undo my previous change.
13036
13037 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
13038
13039 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13040 unconditionally.
13041 (MAKEOVERRIDES): Define (revert this part of October 18 change).
13042
13043 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13044
13045 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
13046 host to add it's own flags.
13047
13048 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
13049
13050 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13051
13052 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
13053
13054 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13055 (CXX_FOR_TARGET): Likewise.
13056 (GCC_FOR_TARGET): Define.
13057 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13058 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13059 CC_FOR_TARGET was specified on the command line.
13060 (MAKEOVERRIDES): Don't define.
13061
13062 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
13063
13064 * configure.in (m32r): Fix spelling of libg++ libs.
13065
13066 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
13067
13068 * config.sub (-apple*): Remove, now redundant.
13069
13070 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13071
13072 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13073
13074 * configure: Rework yesterday's sed script patch.
13075
13076 * config.sub: Merge with FSF.
13077
13078 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13079
13080 * config.guess: Merge from FSF.
13081
13082 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
13083 * config.guess: Use pc instead of unknown, for pc clone systems.
13084 Change linux to linux-gnu.
13085
13086 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13087 * config.guess: Avoid non-portable tr syntax.
13088
13089 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
13090
13091 * test-build.mk (HOLES): Add "xargs" for gdb.
13092
13093 * configure: Avoid hpux10.20 sed bug.
13094
13095 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13096
13097 * configure.in: Add support for windows host
13098 (that is a build done under the Microsoft build environment).
13099
13100 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13101
13102 * Makefile.in: Replace all uses of srcroot with s, to shrink
13103 command line lengths.
13104
13105 Patches from Geoffrey Noer <noer@cygnus.com>:
13106 * configure.in: If configuring for newlib, pass --with-newlib to
13107 subdirectories.
13108 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13109 -Bnewlib/ and -Lwinsup to gcc.
13110 (CXX_FOR_TARGET): Likewise.
13111
13112 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13113
13114 * Makefile.in (ETC_SUPPORT): Add configure.
13115
13116 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13117
13118 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13119 host configuration file.
13120
13121 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13122
13123 * configure.in: Break mn10x00 support into separate
13124 mn10200 and mn10300 configurations.
13125 * config.sub: Likewise.
13126
13127 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13128
13129 * configure.in: Add lots of stuff to noconfigdirs for
13130 the mn10x00 targets.
13131
13132 * config.sub, configure.in: Add mn10x00 support.
13133
13134 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13135
13136 * make-all.com: Call conf-a-gas, not config-a-gas.
13137
13138 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13139
13140 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13141 targets.
13142
13143 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13144
13145 * mpw-README: Add much more detail for native PowerMac.
13146 * mpw-install: New file.
13147 * mpw-configure: Add --norecursion and --help options.
13148 * mpw-config.in: Translate readme and install files when
13149 copying to objdir.
13150 * mpw-build.in: Don't always depend on byacc and flex.
13151 (install-only-top): New action.
13152
13153 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13154
13155 * configure.in: You can now configure GDB for the v850.
13156
13157 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13158
13159 * configure.in (noconfigdirs): Don't configure any C++ dirs
13160 if targeting D10V.
13161
13162 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13163
13164 * config.sub: Recognize mips64vr5000.
13165
13166 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13167
13168 * configure.in: Use a single line for host_tools and native_only.
13169
13170 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13171
13172 * config.sub, configure.in: Add entries for m32r.
13173
13174 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13175
13176 * Makefile.in (inet-install): Don't run install-gzip.
13177
13178 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13179
13180 * configure.in: Don't config lots of things for *-*-windows*.
13181
13182 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13183
13184 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13185 (host_libs, host_tools): Copy from configure.in.
13186 * mpw-configure: Don't complain about directories not found.
13187
13188 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13189
13190 * configure.in (i[345]86): Recognize i686 for pentium pro.
13191 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13192 file.
13193
13194 * config.guess (i[345]86): Ditto.
13195
13196 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13197
13198 * configure.in (noconfigdirs): Removed gdb for D10V.
13199
13200 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13201
13202 * configure.in: Remove ld, target-libio, target-libg++, and
13203 target-libstdc++ from noconfigdirs.
13204
13205 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13206
13207 * configure: Fix three locations where shell scripts were
13208 being run directly rather than with config_shell.
13209
13210 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13211
13212 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13213 * config.sub (basic_machine): Recognize v850.
13214
13215 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13216
13217 * mpw-configure: Handle multiple enable/disable options and
13218 pass them down recursively, handle -c and -s flags appropriately
13219 depending on choice of compiler, add escape mechanism for
13220 quoted arguments to gC.
13221
13222 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13223
13224 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13225 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13226 so that -mrelocatable-lib and -mno-eabi are used.
13227
13228 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13229 not support --print-multi-lib, don't abort.
13230
13231 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13232
13233 * make-all.com: Run config-a-gas.
13234 * setup.com: Don't copy subdirectory files around.
13235
13236 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13237
13238 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13239 target, it now compiles correctly.
13240
13241 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13242
13243 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13244
13245 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13246
13247 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13248
13249 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13250
13251 * configure.in (native_only): Add prms.
13252
13253 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13254
13255 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13256 (BINUTILS_SUPPORT_DIRS): Likewise.
13257
13258 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13259
13260 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13261 d10v support is added.
13262
13263 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13264
13265 * configure.in (d10v-*-*): New target.
13266
13267 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13268
13269 * config.guess (HP 9000/811): Recognize this as a PA1.1
13270 machine.
13271
13272 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13273
13274 * Makefile.in (do-tar-gz): New target, split out from tail end of
13275 taz target. Run each command separately, don't use pipes.
13276 (taz): Use it.
13277
13278 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13279
13280 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13281 * mpw-build.in: No builds should depend on building byacc or flex,
13282 they are assumed to be installed already.
13283
13284 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13285
13286 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13287 variable that CC_FOR_TARGET needs.
13288
13289 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13290
13291 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13292 options have changed since the last time the subdirectory was
13293 configured, and if it has, reconfigure.
13294 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13295 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13296
13297 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13298
13299 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13300 CLEAN_MODULES): Add bash.
13301 (all-bash): New target.
13302
13303 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13304
13305 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13306
13307 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13308
13309 * config.sub (basic_machine): Recognize d10v as a valid processor.
13310
13311 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13312
13313 * mpw-configure: Add support for --bindir.
13314 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13315
13316 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13317
13318 * configure.in: add bash, time, gawk to list of hosttools and things
13319 to only build for native toolchains
13320
13321 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13322
13323 * Makefile.in (docdir): Remove.
13324
13325 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13326
13327 * Makefile.in (datadir): Set to $(prefix)/share.
13328
13329 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13330
13331 * configure.in: build diff and patch for cygwin32-hosted
13332 toolchains.
13333
13334 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13335
13336 * config.sub: Accept -rtems*.
13337
13338 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13339
13340 * configure.in: enable dosrel for cygwin32-hosted builds,
13341 remove diff from the list of things not buildable
13342 via Canadian Cross
13343
13344 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13345
13346 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13347 don't get ". ".
13348
13349 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13350
13351 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13352
13353 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13354
13355 * Makefile.in (taz): Handle case where tex3patch didn't even get
13356 checked out. Also, if it was found, put the symlink in a new util
13357 subdirectory.
13358
13359 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13360
13361 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13362
13363 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13364
13365 * config.sub: Recognize -openvms.
13366 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13367 * make-all.com, setup.com: New files.
13368
13369 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13370
13371 * Makefile.in (taz): tex3patch moved to texinfo/util.
13372
13373 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13374
13375 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13376 * configure.in: remove make from disable-if-Can-Cross list
13377 enable gdb if ${host} and ${target} are cygwin32
13378
13379 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13380
13381 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13382 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13383
13384 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13385
13386 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13387 distinguish sysv/svr4/bsd variants.
13388 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13389
13390 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13391
13392 * configure.in: Added copyright notice.
13393 * move-if-change: Added copyright notice.
13394
13395 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13396
13397 * configure.in (powerpcle-*-solaris*): Until we get shared
13398 libraries working, don't build gdb, sim, make, tcl, tk, or
13399 expect.
13400
13401 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13402
13403 * config.guess: Merge with FSF:
13404
13405 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13406 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13407
13408 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13409 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13410
13411 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13412 * config.guess: Combine two OSF1 rules.
13413 Also recognize field test versions. From mjr@zk3.dec.com.
13414 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13415 because GNU uname does not support -p. From pmr@pajato.com.
13416
13417 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13418
13419 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13420
13421 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13422
13423 * mpw-README: Document GCCIncludes.
13424
13425 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13426
13427 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13428
13429 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13430
13431 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13432
13433 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13434
13435 * configure.in (*-*-cygwin32): Configure make.
13436
13437 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13438
13439 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13440
13441 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13442
13443 * Makefile.in (all-inet): Depend on all-perl.
13444
13445 * Makefile.in (inet-install): New target.
13446
13447 * Makefile.in (all-inet): Depend on all-tcl.
13448 (all-inet): Depend on all-send-pr.
13449
13450 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13451
13452 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13453 temporarily.
13454
13455 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13456
13457 * configure.in: Don't configure --with-gnu-ld on AIX.
13458
13459 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13460
13461 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13462
13463 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13464
13465 * Makefile.in (ALL_MODULES): Added all-inet.
13466 (CROSS_CHECK_MODULES): Added check-inet.
13467 (INSTALL_MODULES): Added install-inet.
13468 (CLEAN_MODULES): Added clean-inet.
13469 (all-indent): New target.
13470
13471 * configure.in (host_tools): Added inet.
13472 (native_only): Added inet.
13473 (noconfigdirs): Added inet.
13474
13475 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13476
13477 * configure.in: Don't configure libgloss if we are not configuring
13478 newlib.
13479
13480 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13481
13482 * configure.in: Don't configure libgloss for unsupported
13483 architectures.
13484
13485 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13486
13487 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13488
13489 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13490
13491 * Makefile.in (ALL_MODULES): Include all-apache.
13492 (CROSS_CHECK_MODULES): Include check-apache.
13493 (INSTALL_MODULES): Include install-apache.
13494 (all-apache): New target.
13495
13496 * configure.in: Added apache everywhere perl is seen.
13497
13498 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13499
13500 * Makefile.in: Add support for clean-{module} and
13501 clean-target-{module} rules.
13502
13503 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13504
13505 * configure.in (*-*-ose) do not build libgloss.
13506
13507 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13508
13509 * config.guess (prep*:SunOS:5.*:*): Turn into
13510 powerpele-unknown-solaris2.
13511
13512 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13513
13514 * configure.in: Permit --enable-shared to specify a list of
13515 directories.
13516
13517 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13518
13519 * configure.in (host==solaris): Pass only the first word of $CC
13520 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13521
13522 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13523
13524 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13525
13526 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13527
13528 * Makefile.in (ALL_MODULES): Include all-perl.
13529 (CROSS_CHECK_MODULES): Include check-perl.
13530 (INSTALL_MODULES): Include install-perl.
13531 (ALL_X11_MODULES): Include all-guile.
13532 (CHECK_X11_MODULES): Include check-guile.
13533 (INSTALL_X11_MODULES): Include install-guile.
13534 (all-perl): New target.
13535 (all-guile): New target.
13536
13537 * configure.in (host_tools): Include perl and guile.
13538 (native_only): Include perl and guile.
13539 (noconfigdirs): Don't build guile and perl; no ports have been
13540 done.
13541
13542 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13543
13544 * configure (--enable-*): Handle quoted option lists such as
13545 --enable-sim-cflags='-g0 -O' better.
13546
13547 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13548
13549 * Makefile.in ({,inst}all-target): New rule so we can make and
13550 install all of the target directories easily.
13551
13552 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13553
13554 * configure.in: Add missing global flag in sed substitution when
13555 deleting `target-' from ${configdirs}.
13556
13557 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13558
13559 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13560 option.
13561
13562 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13563 config/mh-necv4.
13564
13565 * install.sh: Correct misspelling of transformbasename.
13566
13567 * config.guess: Recognize mips-*-sysv*.
13568
13569 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13570
13571 * config.sub: Recognize mon960.
13572
13573 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13574
13575 * configure: Restore Canadian Cross handling of BISON and LEX,
13576 removed in Feb 20 change.
13577
13578 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13579
13580 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13581 Mention make install. Remove the old copyright date as well the
13582 clumsy and rather pointless copyright on the README file.
13583
13584 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13585
13586 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13587 Makefile after running symlink-tree, then run `make distclean' to
13588 avoid clobbering any generated files in srcdir.
13589
13590 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13591
13592 * configure.in (m68k-*-netbsd*): Build everything now.
13593
13594 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13595
13596 * Makefile.in (taz): Fix quoting.
13597
13598 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13599
13600 * configure.in (sparclet-*-*): Build everything now.
13601
13602 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13603
13604 * configure.in (m68k-*-linux*): New host.
13605
13606 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13607
13608 * configure: Check for bison before byacc.
13609
13610 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13611
13612 * Makefile.in configure: Change the way LEX and BISON/YACC are
13613 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13614 searching PATH. These are used as fallbacks by Makefile.in if
13615 flex/bison/byacc aren't in objdir.
13616
13617 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13618
13619 * Makefile.in: Make everything which depends upon all-bfd also
13620 depend upon all-opcodes, in case --with-commonbfdlib is used.
13621
13622 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13623
13624 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13625 building NT native compilers on Unix.
13626
13627 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13628
13629 * configure.in: Don't get CC from the host Makefile fragment if we
13630 can find gcc in PATH, or if this is a Canadian Cross. Move the
13631 Solaris test for /usr/ucb/cc to the post target script, just after
13632 the compiler sanity test.
13633
13634 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13635
13636 * config.sub: Merge with FSF.
13637
13638 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13639
13640 * Makefile.in (RPATH_ENVVAR): New variable.
13641 (REALLY_SET_LIB_PATH): Use it.
13642 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13643
13644 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13645
13646 * config.sub, configure.in: Recognize sparclet cpu.
13647
13648 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13649
13650 * config.guess: Support m68k-cbm-sysv4.
13651
13652 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13653
13654 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13655 m68k-unknown-linuxaout from linker help string. Put quotes around
13656 $ld_help_string.
13657
13658 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13659
13660 * config.guess (powerpc-harris-powerunix): Add guess for port
13661 to new target.
13662
13663 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13664
13665 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13666
13667 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13668
13669 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13670 $(REALLY_SET_LIB_PATH) in Makefile.
13671 * Makefile.in (SET_LIB_PATH): New variable.
13672 (REALLY_SET_LIB_PATH): New variable.
13673 ($(DO_X)): Use $(SET_LIB_PATH).
13674 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13675 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13676 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13677 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13678 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13679 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13680 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13681 (install-dosrel): Likewise.
13682 (all-opcodes): Depend upon all-libiberty.
13683
13684 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13685
13686 * config.guess (*:CYGWIN*): New
13687
13688 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13689
13690 * Makefile.in (all-target-winsup): All all-target-libiberty.
13691
13692 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13693
13694 * configure.in (noconfigdirs): Add missing # in front of comment.
13695
13696 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13697
13698 * configure.in: add second pass to things added to noconfigdirs
13699 so *-gm-magic can exclude libgloss properly.
13700
13701 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13702
13703 * mpw-configure (extralibs_name, rez_name): Set correctly
13704 for MWC68K compiler.
13705
13706 * mpw-README: Add more info on the necessary build tools.
13707
13708 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13709
13710 * configure.in, config.sub: Recognize cygwin32.
13711
13712 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13713
13714 * config.guess, config.sub: Recognize A/UX.
13715
13716 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13717
13718 * config.sub: Merge with gcc/config.sub.
13719
13720 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13721
13722 * mpw-build.in (do-binutils): Add build of stamps.
13723
13724 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13725
13726 * config.sub: Add recognition for mips64vr4100*-* targets.
13727
13728 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13729
13730 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13731 Add creation of gconfigargs with `--enable-shared' turned on.
13732 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13733 ($(host)-stamp-stage3-configured): Likewise.
13734 (HOLES): Add chatr and ldd.
13735 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13736
13737 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13738
13739 * configure: Pass --nfp to recursive configures.
13740
13741 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13742
13743 * Makefile.in (DLLTOOL): New.
13744 (DLLTOOL_FOR_TARGET): New.
13745 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13746 (EXTRA_TARGET_FLAGS): Ditto.
13747 (EXTRA_GCC_FLAGS): Ditto.
13748 (CONFIGURE_TARGET_MODULES): Ditto.
13749 (DO_X): Ditto.
13750 * configure: Add DLLTOOL.
13751
13752 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13753
13754 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13755 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13756 mh-sco, since old workarounds no longer needed, and don't
13757 build ld, since libraries have weak symbols in COFF.
13758
13759 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13760
13761 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13762
13763 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13764
13765 * configure.in: Make sure that ${CC} can be used to compile an
13766 executable.
13767
13768 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13769
13770 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13771 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13772 nothing depending on whether gdbtk is being built.
13773
13774 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13775
13776 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13777
13778 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13779
13780 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13781 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13782
13783 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13784
13785 * config-ml.in: Add support for
13786 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13787 Simplify setting of multidirs from --disable-foo.
13788
13789 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13790
13791 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13792 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13793 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13794 non-empty, pass them on to the GCC make.
13795 (all-bootstrap): New rule that is like all-gcc, except it executes
13796 the GCC bootstrap rule instead of the GCC all rule.
13797
13798 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13799
13800 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13801
13802 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13803
13804 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13805 DG/UX support.
13806
13807 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13808
13809 * config.sub (i*86*) Change [345] to [3456]
13810
13811 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13812
13813 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13814 --with-gnu-ld=no.
13815
13816 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13817
13818 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13819 AIX multilibs get built.
13820
13821 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13822
13823 * configure.in (i386-win32): Don't build expect if we're not
13824 building the tcl subdir.
13825
13826 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13827
13828 * Makefile.in: (configure-target-examples, all-target-examples):
13829 New targets, configure and build example programs.
13830
13831 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13832
13833 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13834 use it as input to sedit the generated MPW makefile.
13835 * mpw-README: Add a suggestion about Gestalt.h.
13836
13837 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13838
13839 * config.sub: Accept *-*-ieee*.
13840
13841 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13842
13843 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13844 Ronald F. Guilmette <rfg@monkeys.com>.
13845
13846 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13847
13848 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13849 for powerpc-pe native.
13850 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13851 (target==powerpc-pe): duplicate i386-win32 entry.
13852
13853 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13854
13855 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13856 of vxworks, not just vxworks5.1.
13857
13858 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13859
13860 * mpw-configure: Add support for exec-prefix.
13861
13862 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13863
13864 * config.guess: Recognize HP model 816 machines as having
13865 a PA1.1 processor.
13866
13867 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13868
13869 * configure: Ignore new autoconf configure options.
13870
13871 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13872
13873 * config.guess: Recognize Pentium under SCO.
13874 From Robert Lipe <robertl@arnet.com>.
13875
13876 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13877
13878 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13879
13880 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13881
13882 * configure.in: Don't configure gas for alpha-dec-osf*.
13883
13884 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13885
13886 * configure.in: Default to --with-stabs for some targets for which
13887 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13888 i[345]86*-*-unixware*.
13889
13890 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
13891
13892 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13893 rather than basing it on the target. Simplify handling of options
13894 controlling which directories to configure. Remove extraneous
13895 slash in multi-clean target.
13896
13897 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
13898
13899 * config-ml.in: Prefix more variables with ml_ so they don't collide
13900 with configure's.
13901
13902 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
13903
13904 * configure: Don't turn -v into --v.
13905
13906 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
13907
13908 * configure.in (targargs): Fix typo.
13909
13910 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13911
13912 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
13913
13914 * configure.in: Strip --host and --target options from
13915 CONFIG_ARGUMENTS, and always configure for --host only. Add
13916 --with-cross-host option when building with a cross-compiler.
13917 * configure: Canonicalize the arguments put into config.status by
13918 always using `=' for an option with an argument. Pass a presumed
13919 --host or --target explicitly.
13920
13921 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
13922
13923 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13924 into general OS recognition case.
13925
13926 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13927
13928 * configure.in (target_configdirs): add target-winsup only
13929 for win32 target systems.
13930
13931 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
13932
13933 * Makefile.in (all-target-libgloss): Depend upon
13934 configure-target-newlib, since when libgloss is built it looks to
13935 see if the newlib directory exists.
13936
13937 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
13938
13939 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13940 cfg-ml-*.in.
13941
13942 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
13943
13944 * configure: Handle LD and LD_FOR_TARGET when configuring a
13945 Canadian Cross.
13946
13947 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13948
13949 * configure.in (target_libs): add target-winsup.
13950 (target==i386-win32): add patch diff flex make to $noconfigdirs.
13951 (target==ppcle-pe): remove ld from $noconfigdirs.
13952
13953 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13954
13955 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13956 Preserve relative path names in $srcdir. Build symlink tree if
13957 configuring cross target dir and srcdir=. (= no VPATH support).
13958 (configure-target-libg++): Depend on configure-target-librx.
13959 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13960 * config-ml.in: New file.
13961 * symlink-tree: New file.
13962 * configure: Ensure srcdir="." if that's what it is.
13963
13964 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13965
13966 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13967 includes and FLEX_SKELETON setting.
13968 * mpw-configure (--with-gnu-ld): New option, controls whether
13969 to use PPCLink or ld with PowerMac GCC.
13970 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13971 * mpw-config.in: Configure grez if targeting Mac.
13972
13973 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13974 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13975 just macos.
13976 * configure.in: Configure grez resource compiler if targeting Mac.
13977 * Makefile.in (all-grez, install-grez): New targets.
13978
13979 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13980
13981 * configure: CXX defaults to gcc, not g++. If we find
13982 gcc in the path, set CC to gcc -O2.
13983
13984 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13985
13986 * configure: Default ${build} correctly. Avoid picking up extra
13987 spaces when reading CC and CXX from Makefile. When doing a
13988 Canadian Cross, use plausible default values for numerous
13989 variables.
13990 * configure.in: When doing a Canadian Cross, don't try to
13991 configure tools whose configure script can't handle it.
13992
13993 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13994
13995 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13996
13997 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13998
13999 * configure: Remove dubious bug reporting address.
14000
14001 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
14002
14003 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
14004 configure script, run that instead of this directory's configure.
14005 In either case, print a message that we're configuring the sub-dir.
14006
14007 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
14008
14009 * configure.in: Before checking for the existence of various files,
14010 use sed to filter out "target-".
14011
14012 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
14013
14014 * Makefile.in (DO_X): Split rule to decrease command line length
14015 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
14016 (Philippe De Muyter).
14017
14018 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14019
14020 * Makefile.in (all-patch): depend on all-libiberty.
14021
14022 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
14023
14024 * configure.in: If the only directory in target_configdirs which
14025 actually exists is libiberty, then set target_configdirs to empty,
14026 to avoid trying to build a target libiberty in a gas or gdb
14027 distribution.
14028
14029 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
14030
14031 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14032 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14033 systems.
14034
14035 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14036
14037 * configure.in (copy_dirs): Use sys-include instead of include
14038 for --with-headers option.
14039
14040 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
14041
14042 * Makefile.in, configure.in: Make winsup builds work with
14043 new scheme.
14044
14045 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
14046
14047 * configure.in: Build the linker on AIX.
14048
14049 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
14050
14051 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
14052 where needed.
14053
14054 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
14055
14056 * Makefile.in (all-gcc): Fix typo.
14057
14058 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
14059
14060 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
14061
14062 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
14063
14064 * configure.in: Rename libFOO to target-libFOO, and xiberty
14065 to target-xiberty, to provide more flexibility.
14066 (target_subdir): Define. Create if cross.
14067 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14068 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14069 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14070 check-libFOO -> check-target-libFOO, etc.
14071 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14072 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14073 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14074 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14075 allow ALL_GCC="" to only configure.
14076 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14077 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14078 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14079
14080 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14081
14082 * Makefile.in (taz): Build "info" in etc explicitly.
14083
14084 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14085
14086 * configure.in: Make sure that CC is undefined (as opposed to
14087 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14088 problem with autoconf trying to configure on a host without GCC.
14089
14090 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14091
14092 * mpw-configure: Set host alias from choice of host compiler,
14093 only use generic MPW Makefile sed if present, edit a file
14094 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14095 * mpw-README: Add problem notes about CW6 and CW7.
14096
14097 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14098
14099 * Makefile.in (taz): Use ";" instead of ";;".
14100
14101 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14102
14103 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14104 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14105 DISTDOCDIRS.
14106 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14107 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14108
14109 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14110
14111 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14112 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14113 Move bfd to DISTSTUFFDIRS.
14114
14115 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14116
14117 * Makefile.in (X11_LIB): Removed.
14118 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14119
14120 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14121
14122 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14123
14124 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14125 names.
14126
14127 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14128
14129 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14130
14131 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14132
14133 * configure.in (i[345]86-*-win32): Always build newlib.
14134 Don't configure cvs, autoconf or texinfo.
14135 * Makefile.in (LD_FOR_TARGET): New.
14136 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14137 Pass down LD_FOR_TARGET.
14138
14139 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14140
14141 * winsup: New directory.
14142 * Makefile.in: Build winsup.
14143 * configure.in: Winsup is configured when target is win32.
14144 Can only build win32 target GDB when native.
14145
14146 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14147
14148 * config.guess: Recognize HP model 819 machines as having
14149 a PA 1.1 processor.
14150
14151 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14152
14153 * configure: Fix sed loop which substitutes for CC and CXX to
14154 avoid bug found in various sed implementations.
14155
14156 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14157
14158 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14159 simulator. Use standard powerpc-*-eabi*.
14160
14161 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14162
14163 * configure.in: Stop putting gas and binutils in noconfigdirs for
14164 powerpc-*-aix* and rs6000-*-*.
14165
14166 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14167
14168 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14169 -mcall-aixdesc libraries.
14170
14171 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14172
14173 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14174
14175 * config.sub (arm | armel | armeb): Fix shell syntax.
14176
14177 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14178
14179 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14180 -msoft-float and -mcpu=common support.
14181 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14182 libraries.
14183
14184 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14185
14186 * configure.in: Allow configuration and build of emacs19 for the alpha.
14187
14188 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14189
14190 * configure.in (CC): Get ^CC, not just any old CC, from
14191 ${host_makefile_frag}.
14192
14193 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14194
14195 * configure.in (CC): Try to get CC from
14196 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14197
14198 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14199
14200 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14201 only if it exists in $(srcdir).
14202
14203 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14204
14205 * configure: If CC and CXX are not set in the environment, set
14206 them, based on either an existing Makefile or on searching for gcc
14207 in PATH. Substitute for CC and CXX in Makefile.
14208 * configure.in: Remove libm from target_libs. Separate
14209 target_configdirs from configdirs. If CC is not set in
14210 environment, try to get it from a host Makefile fragment. Rewrite
14211 changes of configdirs to use skipdirs instead. A few minor
14212 tweaks. Take directories out of target_configdirs as they are
14213 taken out of configdirs. Remove existing Makefile files from
14214 subdirectories. Substitute for TARGET_CONFIGDIRS and
14215 CONFIG_ARGUMENTS in Makefile.
14216 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14217 by configure.in.
14218 (CONFIG_ARGUMENTS): Likewise.
14219 (CONFIGURE_TARGET_MODULES): New variable.
14220 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14221 ($(CONFIGURE_TARGET_MODULES)): New target.
14222 (configure-libg++, configure-libio): New targets.
14223 (all-libg++): Depend upon configure-libg++.
14224 (all-libio): Depend upon configure-libio.
14225 (configure-libgloss, all-libgloss): New targets.
14226 (configure-libstdc++): New target.
14227 (all-libstdc++): Depend upon configure-libstdc++.
14228 (configure-librx, all-librx): New targets.
14229 (configure-newlib): New target.
14230 (all-newlib): Depend upon configure-newlib
14231 (configure-xiberty): New target.
14232 (all-xiberty): Depend upon configure-xiberty.
14233
14234 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14235
14236 * configure.in (host i[345]86-*-win32): Expand the
14237 noconfigdirs again.
14238
14239 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14240
14241 * mpw-configure: Fix sed command file name.
14242
14243 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14244
14245 * configure.in (host i[345]86-*-win32): Reduce the
14246 noconfigdirs again.
14247
14248 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14249
14250 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14251 or powerpc*-*-pe*, since they are not yet supported.
14252
14253 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14254
14255 Add PowerMac support and many other enhancements.
14256 * mpw-configure: New option --cc to select compiler to use,
14257 paste options set according to --cc into the generated
14258 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14259 if mpw-make.sed is present.
14260 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14261 add forward includes for PowerPC include files.
14262 * mpw-build.in: Build using Makefile.PPC if present.
14263 (do-byacc, etc): Remove separate version resource builds.
14264 (do-gas): Build "stamps" before "all".
14265 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14266 * mpw-README: Update to reflect --cc option, PowerMac support,
14267 and recently-reported compatibility problems.
14268
14269 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14270
14271 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14272 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14273 (--with-multilib-top): Pass to recursive invocations.
14274
14275 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14276
14277 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14278 v810-*-*.
14279
14280 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14281
14282 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14283 gdb, ld and opcodes on v810-*-*.
14284
14285 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14286
14287 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14288 (local-maintainer-clean): New target.
14289 (maintainer-clean): New target.
14290 (realclean): Just depend upon maintainer-clean.
14291
14292 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14293
14294 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14295
14296 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14297
14298 * configure.in: Build ld in mips*-*-bsd* case.
14299
14300 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14301
14302 * config.sub: Accept -lites* OS. From Ian Dall.
14303
14304 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14305
14306 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14307 targets.
14308
14309 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14310
14311 * configure.in: treat i386-win32 canadian cross the same as
14312 i386-go32 canadian cross.
14313
14314 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14315
14316 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14317 running under the simulator to build a reduced set of libraries.
14318 (powerpc-*-eabiaix): Add fine grained multilib support added to
14319 other powerpc targets yesterday.
14320
14321 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14322
14323 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14324 -disable-softfloat, -disable-relocatable, -disable-aix, and
14325 -disable-sysv to control which multilib libraries get built.
14326
14327 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14328
14329 * configure: Add Makefile.tem to list of files to remove in trap
14330 handler.
14331
14332 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14333
14334 * config.guess (*Linux*): Add missing "exit"s.
14335 Also, need specific check for alpha-unknown-linux (uses COFF).
14336
14337 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14338
14339 * config.guess: Merge with FSF:
14340
14341 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14342 * config.guess (AIX4): More robust release numbering discovery.
14343
14344 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14345 * config.guess (i386-sequent-ptx): Properly get version number.
14346
14347 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14348 * config.guess (mips:*:4*:UMIPS): New case.
14349
14350 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14351
14352 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14353 (i386-win32 host): Likewise. Don't build readline.
14354
14355 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14356
14357 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14358 SUPPORT_FILES to submakes.
14359
14360 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14361
14362 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14363 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14364 mpw-configure.
14365
14366 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14367
14368 * configure.in (appdirs): Use =, not ==, in test expression when
14369 trying to build the text to print in the warning message for
14370 Solaris users.
14371
14372 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14373
14374 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14375
14376 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14377
14378 * config.guess: Recognize lynx-2.3.
14379
14380 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14381
14382 * config.sub (z8ksim): Deleted
14383 (z8k-*-coff): New, this is the one true name of the target.
14384
14385 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14386
14387 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14388
14389 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14390
14391 * config.guess (*:Linux:*:*): First try asking the linker what the
14392 default object file format is (elf, aout, or coff). Then if this
14393 fails, try previous methods.
14394
14395 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14396
14397 * configure.in: Don't build newlib for *-*-vxworks5.1.
14398
14399 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14400
14401 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14402 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14403
14404 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14405
14406 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14407
14408 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14409
14410 * cfg-ml-com.in: New file.
14411 * cfg-ml-pos.in: New file.
14412
14413 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14414
14415 * COPYING.NEWLIB: Add HP free copyright to list.
14416
14417 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14418
14419 * config.sub: Recognize -eabi* for the system, not just -eabi.
14420
14421 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14422
14423 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14424 * config.sub, configure.in (win32): New target and host.
14425
14426 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14427
14428 * configure.in: Add i386-pe configuration.
14429
14430 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14431
14432 * mpw-build.in (install): Install GDB after LD.
14433
14434 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14435
14436 * mpw-config.in (elf/mips.h): Always forward-include, needed
14437 for GDB to build.
14438
14439 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14440
14441 * testsuite: New directory for customer acceptance and whole tool
14442 chain tests.
14443
14444 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14445
14446 * configure: If per-host line isn't found, but AC_OUTPUT is found
14447 and a configure script exists, run it instead.
14448
14449 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14450
14451 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14452
14453 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14454
14455 * configure: Set build_{cpu,vendor,os,alias} to host values when
14456 --build isn't specified.
14457
14458 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14459
14460 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14461 (FLAGS_TO_PASS): Pass them.
14462 (EXTRA_TARGET_FLAGS): Ditto.
14463
14464 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14465
14466 * Makefile.in (all-libg++): Depend on all-libstdc++.
14467
14468 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14469
14470 * configure.in (noconfigdirs): Enable all packages for
14471 i386-unknown-netbsd.
14472
14473 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14474
14475 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14476 hosted builds (DOS builds)
14477
14478 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14479
14480 Changes for ARM based on patches from Richard Earnshaw:
14481 * config.sub: Handle armeb and armel.
14482 * configure.in: Omit arm linker only for riscix.
14483
14484 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14485
14486 * config.guess: Update from FSF.
14487
14488 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14489
14490 * config.sub: Recognize powerpcle as the little endian variant of
14491 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14492 powerpcle variant. Convert pentium into i586, not i486. Add p5
14493 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14494 temporarily.
14495
14496 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14497
14498 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14499
14500 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14501
14502 * config.sub: Accept -lites* as a basic system type.
14503
14504 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14505
14506 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14507 installed, and if so return linuxoldld as the system name.
14508
14509 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14510
14511 * config.guess: Add hppa1.1-hp-lites support.
14512
14513 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14514
14515 * configure.in: Don't build newlib for m68k-vxworks5.1.
14516
14517 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14518
14519 * configure.in (mips-sgi-irix6): Use mh-irix5.
14520
14521 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14522
14523 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14524
14525 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14526
14527 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14528 OSF/1. Fix compiler flags.
14529 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14530
14531 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14532
14533 * configure.in: Recognize --with-newlib.
14534 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14535
14536 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14537
14538 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14539 to *_X11_MODULES due to gdbtk needing X include files et al.
14540
14541 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14542
14543 Merge in support for Mac MPW as a host.
14544 (Old change descriptions retained for informational value.)
14545
14546 * mpw-config.in: Add generic include forwards for cpu-specific
14547 include files in aout and elf directories.
14548
14549 * mpw-configure: Added copyright.
14550 * mpw-config.in: Check for presence of required build tools.
14551 (target_libs): Add newlib.
14552 (target_tools): Add examples.
14553 (Read Me): Generate as "Read Me for MPW" instead.
14554 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14555 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14556 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14557
14558 * mpw-configure: Remove subdir-specific makefile hackery,
14559 delete mk.tmp after using it.
14560
14561 * mpw-build.in (all): Display start and end times.
14562
14563 * mpw-configure (host_canonical): Set.
14564 (target_cpu): Always add to makefiles.
14565 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14566 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14567 (mpw-mh-mpw): Look for in srcdir and srcroot.
14568 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14569
14570 * mpw-build.in: (install-only): New target.
14571
14572 * mpw-configure (host_alias, target_alias): Rename from hostalias
14573 and targetalias, add into generated Makefile.
14574 (mk.tmp): If present, add into generated Makefile.
14575 * mpw-build.in (all-gas): Build config.h first before gas proper.
14576
14577 * mpw-configure (config.status): Write only if changed.
14578 * mpw-config.in (readline): Configure it (not built, just used for
14579 definitions).
14580
14581 * mpw-config.in (elf/mips.h): Add a forward include.
14582
14583 * mpw-config.in: Forward-include most .h files in include into
14584 extra-include.
14585 (readline): Don't build.
14586 mpw-build.in (install): Install GDB.
14587
14588 * mpw-configure (prefix, mpw_prefix): Handle it.
14589 * mpw-config.in (mmalloc, readline): Don't configure.
14590 * mpw-build.in (thisscript): Rename to ThisScript.
14591 Use mpw-build instead of BuildProgram everywhere.
14592 (mmalloc, readline): Don't build.
14593 * mpw-README: New file, basic documentation about the MPW port.
14594
14595 * mpw-config.in: Use forward-include to create include files.
14596
14597 * mpw-configure: Add more things to the top of each configured
14598 Makefile, including contents of config/mpw-mh-mpw.
14599 * mpw-config.in (extra-include): Create this directory and fill it
14600 with Posix-like include files when configuring.
14601
14602 * config.sub (apple, mac, mpw): Add various aliases.
14603
14604 * mpw-build.in: New file, top-level build script fragment for MPW.
14605 * mpw-configure: New file, configure script for MPW.
14606 * mpw-config.in: New file, config fragment for MPW.
14607
14608 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14609
14610 * configure.in (host_libs): Remove glob, since it is gone from the
14611 sources.
14612
14613 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14614
14615 * Makefile.in: define empty GDB_NLM_DEPS var.
14616
14617 * configure.in(target_makefile_frag): use config/mt-netware
14618 for netware targets.
14619
14620 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14621
14622 * config.sub: Merge in recent FSF changes. Remove linux special
14623 cases.
14624
14625 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14626
14627 Revert this change:
14628
14629 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14630
14631 * build-all.mk: Use CC=cc -Xs on Solaris.
14632
14633 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14634
14635 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14636 stop using it.
14637 * Makefile.in: Nuke all references to glob subdirectory.
14638
14639 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14640
14641 * configure.in: Fix --enable-shared logic in per-host.
14642
14643 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14644
14645 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14646
14647 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14648
14649 * configure.in (noconfigdirs): Don't build gas on AIX, for
14650 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14651
14652 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14653
14654 * configure: Fix --cache-file to work if the file argument is a
14655 relative path.
14656
14657 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14658
14659 * configure: If the --cache-file is used, pass it down to
14660 configure in subdirectories.
14661
14662 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14663
14664 * config.sub: add vxworks29k configuration.
14665
14666 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14667
14668 * Makefile.in (taz): Do "diststuff" part quietly.
14669
14670 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14671
14672 * config.sub: Mini-merge with gcc/config.sub.
14673
14674 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14675
14676 * config.guess (IRIX): Sed - to _.
14677
14678 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14679
14680 * Makefile.in (source-vault, binary-vault): New targets.
14681
14682 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14683
14684 * config.sub: Recognize -eabi as a basic system type.
14685
14686 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14687
14688 * configure.in (enable_shared stuff): Fix typo.
14689
14690 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14691
14692 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14693
14694 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14695
14696 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14697
14698 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14699
14700 * configure.in (rs6000-*-*): Don't build gas.
14701
14702 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14703
14704 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14705 reduce command line length.
14706 (AS_FOR_TARGET): Check for as.new, not Makefile.
14707 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14708
14709 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14710
14711 * config.guess: Merge from FSF.
14712
14713 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14714
14715 * configure: Don't use $ when handling program_suffix.
14716
14717 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14718
14719 * configure.in: Configure tk for hppa/hpux.
14720
14721 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14722
14723 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14724
14725 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14726
14727 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14728 to LIBCXXFLAGS. Tests are better run without it.
14729
14730 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14731
14732 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14733
14734 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14735
14736 * configure.in (*-*-netware*): Don't configure xiberty.
14737
14738 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14739
14740 * configure.in: Remove tk from native_only list.
14741
14742 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14743
14744 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14745 for special NCD build.
14746
14747 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14748
14749 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14750 makeall.bat, they're only useful for binutils snapshots.
14751 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14752 makeall.bat to specified SUPPORT_FILES.
14753
14754 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14755
14756 * build-all.mk: Add Ericsson targets to sun4 and solaris
14757 hosts. Add BNR's sun4 target to solaris host, so their
14758 build-from-source will be tested in-house first.
14759
14760 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14761
14762 * Makefile.in (LIBCFLAGS): New variable.
14763 (CFLAGS_FOR_TARGET): Ditto.
14764 (LIBCFLAGS_FOR_TARGET): Ditto.
14765 (LIBCXXFLAGS): Ditto.
14766 (CXXFLAGS_FOR_TARGET): Ditto.
14767 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14768 (BASE_FLAGS_TO_PASS): Pass them.
14769 (EXTRA_TARGET_FLAGS): Ditto.
14770
14771 * configure.in: Support --enable-shared.
14772
14773 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14774
14775 * configure.in (target_libs): Include libstdc++ again.
14776 * config.guess: Update from FSF (for FreeBSD).
14777
14778 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14779
14780 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14781 makeall.bat.
14782 (DISTDOCDIRS): Add `etc'.
14783 (ETC_SUPPORT_PFX): New variable.
14784 (taz): Include anything from etc starting with a word in
14785 ETC_SUPPORT_PFX.
14786
14787 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14788
14789 * config.sub: Update for recent FSF changes. Remove obsolete
14790 h8300hds entry. Add -windows* and -osx as basic os. Minor
14791 spacing changes.
14792
14793 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14794
14795 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14796
14797 * config.guess: Merge with FSF.
14798 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14799
14800 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14801
14802 * configure: Since the "trap 0" handler will override the exit
14803 status on many systems, only use it for "exit 1", and make it set
14804 a non-zero exit status; reset it before "exit 0". Also, check
14805 exit status of config.sub, and error out if it failed.
14806
14807 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14808
14809 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14810 and install libgloss.
14811
14812 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14813
14814 * Makefile.in (all-binutils): Depend upon all-byacc.
14815
14816 * configure.in: Don't build emacs on Irix 5.
14817
14818 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14819
14820 * configure.in (*-*-netware*): Add libio.
14821
14822 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14823
14824 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14825 (CHECK_TARGET_MODULES): Ditto.
14826 (INSTALL_TARGET_MODULES): Ditto.
14827 (TARGET_LIBS): Ditto.
14828 (all-libstdc++): Note dependencies.
14829
14830 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14831
14832 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14833
14834 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14835
14836 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14837 -fexternal-templates.
14838
14839 * configure.in (target_libs): Add libstdc++.
14840 (noconfigdirs): Add libstdc++ as appropriate.
14841
14842 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14843
14844 * config.guess: Update from FSF.
14845
14846 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14847
14848 * configure: Use ${config_shell} when running ${configsub}.
14849
14850 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14851
14852 * config.sub: No longer recognize h8300h.
14853
14854 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14855
14856 * config.sub: Remove extraneous differences between config.sub and
14857 gcc/config.sub.
14858
14859 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14860
14861 * Makefile.in (DISTSTUFFDIRS): Add gas.
14862
14863 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14864
14865 * COPYING.NEWLIB: New file.
14866
14867 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14868
14869 * config.guess (HP-UX): Patch from Harlan Stenn
14870 <harlan@landmark.com> to also emit release level.
14871
14872 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14873
14874 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14875
14876 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14877
14878 * config.sub: Merge nextstep cleanup from FSF.
14879
14880 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14881
14882 * configure.in (arm-*-*): Don't configure ld for this target.
14883
14884 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14885
14886 * configure.in (*-*-netware): don't configure libg++, libio,
14887 librx, or newlib.
14888
14889 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14890
14891 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
14892 configure ld--it works, but it doesn't support shared libraries.
14893
14894 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14895
14896 * config.guess (*-unknown-freebsd*): Get rid of possible
14897 trailing "(Release)" in version string.
14898 Patch from Paul Richards <paul@isl.cf.ac.uk>.
14899
14900 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
14901
14902 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14903 Fix type: *-next-neststep -> *-next-nextstep.
14904
14905 * config.guess: Merge from FSF:
14906
14907 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14908
14909 * config.guess: Recognize powerpc-ibm-aix3.2.5.
14910
14911 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14912
14913 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14914 instead of UNIX_SV for UnixWare 1.0).
14915
14916 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
14917
14918 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
14919 to make gdb/nlm/* build after the compiler and linker.
14920
14921 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
14922
14923 * config.guess (netbsd, freebsd, linux): Accept any machine,
14924 not just i[34]86.
14925 (m68k-atari-sysv4): Relocate to match FSF version.
14926
14927 * config.guess: More merges from the FSF:
14928
14929 Add a space before function call or macro invocation.
14930
14931 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14932
14933 * config.guess: Add trap cmd to remove dummy.c and dummy when
14934 interrupted.
14935
14936 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14937
14938 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14939 (dummy): Redirect stderr from compilation of dummy.c.
14940
14941 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
14942
14943 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14944
14945 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
14946
14947 * configure: Accept and ignore --cache*, for compatibility with
14948 new autoconf.
14949
14950 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14951
14952 * config.guess: Merge from FSF:
14953
14954 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14955
14956 * config.guess (Pyramid*:OSx*:*:*): New case.
14957 (PATH): Add /.attbin at end for finding uname.
14958 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14959
14960 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14961
14962 * config.guess (M88*:DolphinOS:*:*): New case.
14963
14964 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14965
14966 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14967 to select whether to use ELF or COFF.
14968
14969 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14970
14971 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14972
14973 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14974
14975 * config.guess: Guess the OS version for HPUX.
14976
14977 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14978
14979 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14980
14981 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14982
14983 * configure.in: Recognize --with-headers, --with-libs, and
14984 --without-newlib.
14985 * Makefile.in (all-xiberty): Depend upon all-ld.
14986
14987 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14988
14989 * configure.in: Change i[34]86 to i[345]86.
14990
14991 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14992
14993 * configure (version): A few more tweaks to help message.
14994
14995 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14996
14997 * Makefile.in: Remove (for now) librx as a host library,
14998 now that we're building it for target.
14999
15000 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15001
15002 * configure: Fix up help message; from karl@owl.hq.ileaf.com
15003 (Karl Berry).
15004
15005 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
15006
15007 * configure.in: Also configure librx.
15008
15009 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15010
15011 * Makefile.in: Update various rules to reflect that librx
15012 is now needed for libg++.
15013
15014 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15015
15016 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15017
15018 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15019
15020 * configure.in: Configure the examples directory.
15021
15022 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15023
15024 * configure: Simplify Jun 2 1994 change.
15025
15026 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15027
15028 * change CC to /usr/latest/bin/gcc for lynx host builds, since
15029 /bin/gcc isn't good enough to build gcc.
15030
15031 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
15032
15033 * Makefile.in (GDB_SUPPORT_FILES): Remove
15034 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
15035 (gdb.tar.gz): Add new rule to use standard distribution building
15036 mechanism.
15037
15038 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15039
15040 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
15041 Bill Cox <bill@cygnus.com>.
15042
15043 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
15044
15045 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
15046
15047 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
15048
15049 * configure: Search current dir first in .gdbinit.
15050
15051 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
15052
15053 * config.sub: Recognize freebsd (merged from gcc config.sub).
15054
15055 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
15056
15057 * config.sub: Refer to NeXT's operating system as nextstep.
15058
15059 * config.sub (case $basic_machine): Re-order the cases, to match
15060 the order in the FSF version (which is mostly alphabethical).
15061 Merge in some additions and changes from the FSF.
15062
15063 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
15064
15065 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15066 * config.sub: Recognize cxux7.
15067 * configure.in: Use mh-cxux for m88k-harris-cxux*.
15068
15069 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15070
15071 * config.sub: Fix typo powerpc -> powerpc-*.
15072
15073 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15074
15075 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15076
15077 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15078 parallel with all-emacs and install-emacs). Top-level command
15079 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15080
15081 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15082
15083 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15084 $(relbindir)/make before doing ``make install'', and use
15085 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15086 installing over running make binary.
15087 ($(host)-stamp-stage3-installed): Likewise.
15088
15089 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15090
15091 * config.guess: Recognize Mach.
15092
15093 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15094
15095 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15096 see whether --exec-prefix was used.
15097
15098 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15099
15100 * README: Explicitly mention libg++/README. (Zoo's idea.)
15101
15102 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15103
15104 * Makefile.in: Add all-librx target similar to all-libproc.
15105
15106 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15107
15108 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15109 with post 1.2 uname bogosity.
15110
15111 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15112
15113 * configure: Remove temporary files on receipt of a signal.
15114
15115 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15116
15117 * configure: If there is a package_makefile_frag, remove
15118 ${subdir}/Makefile.tem after copying it in.
15119
15120 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15121
15122 * build_all.mk: support rs6000 lynx identifies itself as
15123 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15124 since /bin/gcc is too feeble to compile a modern gcc.
15125
15126 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15127
15128 * brought devo/test-build.mk update-to-date with progressive/
15129 test-build.mk. Add lynx targets and hppa flag info.
15130
15131 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15132
15133 * configure.in: Use mh-ncrsvr43. Patch from
15134 Tom McConnell <tmcconne@sedona.intel.com>.
15135
15136 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15137
15138 * config.guess (i386-unknown-bsdi): No longer need to
15139 check #if defined(__bsdi__) && defined(__i386__).
15140
15141 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15142
15143 * configure: Set program_transform_nameoption correctly.
15144
15145 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15146
15147 * brought build-all.mk update-to-date with progressive build-all.mk,
15148 added new targets and hppa info.
15149
15150 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15151
15152 * configure: If config.guess result is a prefix of the user
15153 specified target, assume a native build and use the user specified
15154 target as the host alias. Remove SunOS patch suffix removal hack.
15155 * configure.in: Remove SunOS patch suffix removal hack.
15156
15157 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15158 in NATIVE_CHECK_MODULES.
15159
15160 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15161
15162 * Makefile.in: Rename HOST_ONLY to NATIVE.
15163 * configure: Delete SunOs patch suffix from host_canonical
15164 and build_canonical variables that are prepended to Makefiles.
15165 * configure.in: Add comments for easier maintenance.
15166
15167 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15168
15169 * Makefile.in: Add all-libproc target similar to all-gui.
15170
15171 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15172
15173 * Makefile.in (CHECK_MODULES): split into
15174 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15175
15176 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15177
15178 * config.guess (i386-unknown-bsdi): New system to guess.
15179
15180 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15181
15182 * Makefile.in: Add all-gui target (but not yet build by "all").
15183
15184 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15185
15186 * config.sub: Move deletion of patch suffix from here...
15187 * configure.in: To here, at Ian's suggestion. The top-
15188 level scripts might need to know of a patch level.
15189
15190 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15191
15192 * config.sub: Strip off patch suffix so rtl is recognized
15193 as a sunos4.1.3 machine, even though it's been patched.
15194
15195 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15196
15197 * Makefile.in (INSTALL_LAST): Delete.
15198 (INSTALL_DOSREL): New.
15199
15200 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15201
15202 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15203 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15204 whether we pass down --with-gnu-ld anyhow.
15205
15206 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15207
15208 * Makefile.in (INSTALL_LAST): Change operation so it works
15209 on more flavors of make.
15210 * configure.in (go32): Don't build libg++ or libio.
15211
15212 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15213
15214 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15215 they can be overriden by templates.
15216
15217 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15218
15219 * configure.in (target==go32): Don't build gdb.
15220 * dosrel: New directory.
15221
15222 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15223
15224 * configure.in (host==go32): Configure dosrel too.
15225 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15226 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15227 be set by incoming names or templates.
15228 (INSTALL_LAST): New rule.
15229
15230 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15231
15232 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15233
15234 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15235
15236 * configure.in (appdirs): New variable. Currently empty, but will
15237 be used in gas distribution. If nonempty, lists a set of
15238 directories at least one of which must get configured, or top
15239 level configuration is considered to have failed.
15240 (rs6000-*-lynxos*): Use new file name.
15241
15242 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15243
15244 Eliminate XTRAFLAGS.
15245 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15246 newlib include files using -idirafter, and also use -nostdinc.
15247 (CXX_FOR_TARGET): Likewise.
15248 (XTRAFLAGS): Removed.
15249 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15250 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15251 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15252 ($(DO_X)): Don't pass down XTRAFLAGS.
15253
15254 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15255
15256 * configure.in (mips*-dec-bsd*): New target; do build linker.
15257 (mips*-*-bsd*): New target; don't build linker.
15258
15259 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15260
15261 * configure.in: support rs6000-*-lynxos* configuration.
15262 support sunos4 as a cross target.
15263
15264 * config.sub: look for lynx*, not lynx since the OS version may
15265 legitimately be part of the name.
15266
15267 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15268
15269 * configure.in (i[34]86-*-sco*): Move to be with other i386
15270 targets.
15271 (romp-*-*): New target. Skip various binary utilities.
15272 (vax-*-*): New target. Don't build newlib.
15273 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15274
15275 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15276
15277 * configure.in: Only set host_makefile_frag if config
15278 directory exists.
15279
15280 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15281
15282 * install.sh: If $dstdir exists, don't check whether each
15283 component does.
15284
15285 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15286
15287 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15288
15289 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15290
15291 * configure.in (*-*-lynxos*): Don't configure newlib for either
15292 native or cross Lynx.
15293
15294 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15295
15296 * config.sub (sparc64-elf): Fix os.
15297 (z8k): Remove duplicate.
15298
15299 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15300
15301 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15302 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15303
15304 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15305
15306 * configure: Make file links cleanly even if Lynx fails on
15307 an NFS symlink (at least fail cleanly).
15308
15309 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15310
15311 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15312 -XNh2000.
15313
15314 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15315
15316 * configure: Unknown options are fatal again.
15317
15318 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15319
15320 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15321 compatibility.
15322
15323 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15324
15325 * build-all.mk: Add `clean' target.
15326
15327 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15328
15329 * config.guess: Add SINIX support.
15330 * configure.in: Add mips-*-sysv4* support.
15331
15332 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15333
15334 * build-all.mk: Document all useful targets.
15335 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15336 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15337
15338 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15339
15340 * configure: Support --silent, --quiet.
15341
15342 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15343
15344 * configure: Support --disable-FEATURE.
15345
15346 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15347
15348 * config.guess: Recognize NCR running SVR4.3.
15349
15350 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15351
15352 * config.guess: Make BSDI generate i386-unknown-bsd386.
15353 Patch from Paul Eggert <eggert@twinsun.com>.
15354
15355 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15356
15357 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15358
15359 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15360
15361 * configure: Make unrecognized options give nonfatal warnings
15362 instead of fatal errors, and pass them to any subdirectory
15363 configures in case they recognize them.
15364 Make --x equivalent to --with-x.
15365
15366 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15367
15368 * configure: Add --enable-* options. Clean up usage message and
15369 some comments.
15370
15371 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15372
15373 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15374
15375 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15376
15377 * configure.in (hppa*-*-*): Enable binutils.
15378
15379 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15380
15381 * config.sub: Recognize cisco.
15382
15383 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15384
15385 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15386
15387 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15388
15389 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15390 than one configuration name. Add comment.
15391
15392 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15393
15394 * config.guess: about target *-hitachi-hiuxwe2, fixed
15395 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15396 macro is incorrect.]
15397
15398 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15399
15400 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15401 than the "make ls" stuff which used to be here.
15402
15403 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15404
15405 * config.guess: Recognize i[34]86-unknown-freebsd.
15406 From Shawn M Carey <smcarey@rodan.syr.edu>.
15407
15408 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15409
15410 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15411
15412 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15413
15414 * config.guess: Check for ptx.
15415
15416 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15417
15418 * config.sub: Add os9k checking.
15419
15420 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15421
15422 * config.guess: Handle OSF1 running on HPPA processors
15423
15424 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15425
15426 * configure: If subdir configure fails, print out a message with
15427 subdirectory name, in case subdir's configure code didn't identify
15428 itself.
15429
15430 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15431
15432 * configure.in: Remove embedded newlines from configdirs.
15433 Avoid mismatches of substrings. Fix matching strings at end
15434 of configdirs.
15435
15436 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15437
15438 * config.guess: Add Lynx/rs6000 config support.
15439
15440 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15441
15442 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15443
15444 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15445
15446 * configure.in (hppa*-*-osf*): Treat this just like most other
15447 PA configurations (eg no binutils or ld).
15448 (hppa*-*-*elf*): These configurations have binutils and ld.
15449
15450 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15451
15452 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15453
15454 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15455
15456 * configure.in (rs6000-*-*): Build gas.
15457
15458 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15459
15460 * Makefile.in: Avoid bug in losing hpux sed.
15461
15462 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15463
15464 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15465 for GDB and GDB has been fixed to not need it.
15466
15467 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15468
15469 * config.guess: Recognize vax hosts.
15470
15471 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15472
15473 * configure (while loop): Don't use "break 2" inside case
15474 statement -- the case statement isn't an enclosing loop.
15475
15476 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15477
15478 * config.guess: Clean up NeXT support, to allow nextstep
15479 on Intel machines. Make OS be nextstep.
15480
15481 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15482
15483 * config.guess: Add alternate forms for Convex.
15484
15485 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15486
15487 * configure: Completely rewrite option processing. Take
15488 advantage of pattern-matching to avoid invoking test frequently.
15489 Also clean up host and target defaulting logic.
15490
15491 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15492
15493 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15494 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15495 commands (plus user environment) will fit SCO limits.
15496
15497 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15498
15499 * configure.in: Don't issue warnings about directories which are
15500 not being configured if -norecursion is set. Correct test for
15501 --with-gnu-as and --with-gnu-ld to not get confused by substring
15502 matches.
15503
15504 * configure.in: Don't build gas for alpha-dec-osf1*.
15505
15506 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15507
15508 * configure: Back out Per's change of 12/19/1993. It changes the
15509 behavior of configure in unexpected and confusing ways.
15510
15511 Also, use different delim char when calculating
15512 program_transform_name so that the name can contain slashes.
15513
15514 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15515
15516 * configure.in, config.sub: Add support for VSTa micro-kernel.
15517
15518 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15519
15520 * configure.in: Nuke hacks which were used to get a special
15521 version of GAS for HPPA configurations.
15522
15523 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15524
15525 * configure: If only ${target_alias} is given, use that
15526 as the default for ${host_alias}.
15527 * configure: Add missing back-slashes before nested quotes.
15528
15529 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15530
15531 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15532
15533 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15534
15535 * config.guess: Recognize some Tektronix configurations.
15536 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15537
15538 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15539
15540 * config.sub: Match any flavor of SH.
15541
15542 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15543
15544 * configure.in: Don't try to configure newlib for Alpha.
15545
15546 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15547
15548 * configure.in: Don't build ld for Irix 5. Don't build gas,
15549 libg++ or libio for any Alpha target.
15550
15551 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15552
15553 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15554
15555 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15556 default arguments -- so it tried to compress itself.
15557
15558 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15559
15560 * configure.in (notsupp): ensure that a space is always at the end
15561 of the configdirs list, since the grep checks for an explicit space
15562
15563 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15564
15565 * configure.in (target i386-sysv4.2): don't build ld, since static
15566 versions of many libraries are not available.
15567
15568 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15569
15570 * config.guess: Recognize Apollos (using environment variables).
15571 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15572
15573 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15574
15575 * config.guess: Recognize Sony news mips running newsos.
15576
15577 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15578
15579 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15580 "fi ; else" for bash.
15581
15582 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15583
15584 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15585
15586 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15587
15588 * config.sub: accept unixware as an alias for svr4.2.
15589 Fix some inconsistancies with the gcc version.
15590
15591 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15592
15593 * Makefile.in (DISTDOCDIRS): Add gdb.
15594
15595 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15596
15597 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15598
15599 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15600
15601 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15602 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15603 this now.
15604
15605 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15606
15607 * config.sub: Accept hiux* as an OS name.
15608
15609 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15610 etc/make-stds.texi. The underscore came from gcc, and dje now
15611 agrees that RUNTESTFLAGS is the correct name.
15612
15613 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15614
15615 * install.sh: Remove 'set -e'. It makes any conditionals
15616 in the script useless.
15617
15618 * config.guess: Automatically recognize arm-acorn-riscix
15619 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15620
15621 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15622
15623 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15624
15625 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15626
15627 * Makefile.in (DISTDOCDIRS): New variable.
15628 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15629 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15630
15631 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15632
15633 * configure.in (hppa target): check the source directory for the
15634 pagas sub-directory
15635
15636 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15637
15638 * config.sub: Allow -aout* and -elf*.
15639
15640 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15641
15642 * configure.in: Don't build ld on i386-solaris2, same as for
15643 sparc-solaris2.
15644
15645 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15646
15647 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15648
15649 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15650
15651 * configure.in: Configure gdb for alpha.
15652
15653 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15654
15655 * Makefile.in (CXXFLAGS): Add -O.
15656
15657 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15658
15659 * config.guess: added support for DG Aviion
15660
15661 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15662
15663 * configure.in: Produce warning message for subdirectories not
15664 configurable for this host/target combination. Don't try to
15665 configure gdb for vms.
15666
15667 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15668
15669 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15670 appropriate files before making "diststuff".
15671 (DISTBISONFILES): New var: list of files to be edited.
15672 (DISTSTUFFDIRS): Add binutils.
15673
15674 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15675
15676 * config.sub: also handle mipsel and mips64el (for little endian mips)
15677
15678 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15679
15680 * configure.in: Add * to end of all OS names.
15681
15682 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15683
15684 * configure.in: Build newlib for LynxOS native.
15685
15686 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15687
15688 * config.guess: Add support for delta 88k running SVR3.
15689
15690 * configure.in: Add comment about HP compiler vs. emacs.
15691
15692 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15693
15694 * configure.in: don't build ld on solaris2 (not a viable option
15695 due to bugs in getpwnam & getpwuid)
15696
15697 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15698
15699 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15700 config.guess will produce a full version number.
15701
15702 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15703
15704 * configure.in: Build linker and binutils for alpha-dec-osf1.
15705
15706 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15707
15708 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15709 and gdb/testsuite/Makefile.in.
15710
15711 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15712
15713 * configure.in: recognize mips*- instead of mips-
15714
15715 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15716
15717 * config.sub: Accept linux*coff and linux*elf as operating
15718 systems.
15719
15720 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15721
15722 * config.sub: Recognize mips64, and mips3 as an alias for it.
15723
15724 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15725
15726 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15727 gdb knows how to handle OSF/1 shared libraries.
15728
15729 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15730
15731 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15732 * config.guess: Recognize Hitachi's HIUX.
15733 * config.sub: Recognize h3050r* and hppahitachi.
15734 Remove redundant cases for hp9k[23]*.
15735
15736 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15737
15738 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15739 if gas and ld are in the source tree and are in ${configdirs}.
15740 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15741 --with options (but still pass them down on the command line,
15742 if they were explicitly specified).
15743
15744 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15745
15746 * configure: substitute SHELL value in Makefile.in with
15747 ${CONFIG_SHELL}
15748
15749 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15750
15751 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15752 *-*-solaris2* targets.
15753
15754 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15755
15756 * Makefile.in: define M4, and pass it down to sub-makes;
15757 all-autoconf now depends on all-m4
15758
15759 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15760
15761 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15762 presence of {ar,ranlib} instead of a configured directory
15763
15764 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15765
15766 * config.guess: Accept 34?? as well as 33?? for NCR.
15767
15768 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15769
15770 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15771 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15772
15773 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15774
15775 * configure: grab values for $(CC) and $(CXX) from the
15776 environment, so that someone can do "CC=gcc configure; make" and
15777 have it work right (matching the way that autoconf works now)
15778
15779 * configure.in, Makefile.in: add support for gash, the tcl
15780 interface to Galaxy
15781
15782 * config.guess: add NetBSD variants (hp300, x86)
15783
15784 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15785
15786 * install.sh: Support -d option (in the manner of SunOS 4 install,
15787 as it is more deterministic than that of GNU install)
15788 (chmodcmd): Set file to mode 755 by default (should also do default
15789 chgrp and chown, but I don't feel like dealing with that now)
15790
15791 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15792
15793 * config.sub: Remove h8300hhms alias.
15794
15795 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15796
15797 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15798
15799 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15800
15801 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15802 as stmp-fixinc
15803
15804 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15805
15806 * config.sub: recognize m88110-bug-coff.
15807
15808 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15809
15810 * Makefile.in (all-libio): all dependencies on the toolchain used
15811 to build this (gcc, gas, ld, etc)
15812
15813 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15814
15815 * config.guess: Deal with OSF/1 1.3 on alpha.
15816
15817 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15818
15819 * install.sh: add some 'else true' clauses for portability
15820
15821 * configure.in: don't build libio for h8[35]00-*-* targets
15822
15823 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15824
15825 * Makefile.in: Add support for new libio.
15826
15827 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15828
15829 * install.sh: If one command fails, don't try the rest. Don't try
15830 to remove $dsttmp (via trap) unless we have already created it.
15831 If $src doesn't exist, detect it and exit with an error.
15832
15833 * config.guess: Recognize BSD on hp300.
15834
15835 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15836
15837 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15838 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15839
15840 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15841
15842 * Makefile.in (all-send-pr): depends on all-prms
15843
15844 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15845
15846 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15847
15848 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15849
15850 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15851 Added test for mips-mips-riscos5.
15852
15853 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15854
15855 * configure.in: use mh-hp300 for 68k HP hosts
15856
15857 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15858
15859 * configure: add support for CONFIG_SHELL, so that you can use
15860 some alternate shell for evaluating configure scripts
15861
15862 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15863
15864 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15865 in configure script to bug-gdb@prep.ai.mit.edu when building
15866 distribution archive.
15867 * Makefile.in (COMPRESS): Remove def.
15868 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15869 gdb.tar.Z and make-gdb.tar.Z respectively.
15870 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15871 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15872 to convergence with 'taz' target in Makefile.in.
15873
15874 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15875
15876 * install.sh (dsttmp): use trap to ensure that tmp files go
15877 away on error conditions
15878
15879 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15880
15881 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15882
15883 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15884
15885 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15886 its parent is '/' not ''.
15887
15888 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15889
15890 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
15891
15892 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15893 that ${newsrcdir}/configure.in does.
15894
15895 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15896
15897 * test-build.mk: support for CONFIG_SHELL
15898
15899 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
15900
15901 * config.sub (netware): Add as a basic system type.
15902
15903 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15904
15905 * Makefile.in (Makefile): depend on configure.in. Also drop the
15906 $(srcdir)/ from the dependency on Makefile.in.
15907
15908 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
15909
15910 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15911 (h8300hhms is temporary until multi-libraries are implemented).
15912 * configure.in: Handle h8300h too.
15913
15914 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15915
15916 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15917
15918 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
15919
15920 * configure: Remove extraneous output when guessing host type.
15921 * config.guess: Remove extraneous output when guessing using C
15922 compiler rather than uname, or when guessing fails.
15923
15924 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
15925
15926 * Makefile.in: remove all.cross and install.cross targets
15927
15928 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15929 definitions
15930
15931 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
15932
15933 * configure.in (target sh): Build gprof.
15934
15935 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15936
15937 * config.sub: change -solaris to -solaris2
15938
15939 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15940
15941 * configure.in: Use config/mh-riscos for mips-*-sysv*.
15942
15943 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
15944
15945 * configure: Correct error message for missing Makefile.in to
15946 print correct directory.
15947
15948 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15949
15950 * install.sh: kludge around 386BSD shell bug
15951
15952 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15953
15954 * config.guess: Recognize NeXT.
15955 * config.guess: Recognize i486-ncr-sysv4.
15956 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15957
15958 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15959
15960 * Makefile.in (MAKEINFOFLAGS): New variable.
15961 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15962 * build-all.mk, test-build.mk: Pass down --no-split as
15963 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15964
15965 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15966
15967 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15968
15969 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15970
15971 * Makefile.in (libg++.tar.z): New rule.
15972 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15973 * Makefile.in (taz): Only do a single chmod.
15974
15975 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15976
15977 * install.sh: don't use dirname anymore (replaced with sed usage)
15978
15979 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15980
15981 * Makefile.in: Change extension for gzip'd files from '.z' to
15982 '.gz' per new FSF standard usage.
15983
15984 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15985
15986 * configure: put quotes around the final value of program_transform_name
15987
15988 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15989
15990 * Makefile.in: new install.sh support; update install-info rules
15991
15992 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15993
15994 * configure.in: Build diff for crosses, but not for go32 host.
15995
15996 * configure.in: Build gprof only for native, and don't build it
15997 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15998
15999 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
16000
16001 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16002
16003 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16004
16005 * configure.in (host_tools): Add prms.
16006
16007 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16008
16009 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16010 with $(FLAGS_TO_PASS) on the command line
16011
16012 * config.sub: Recognize lynx and lynxos
16013
16014 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
16015
16016 * config.sub: Accept -ecoff*, not just -ecoff.
16017
16018 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16019
16020 * Makefile.in (taz): Use .gz suffix instead of .z.
16021 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16022 names.
16023
16024 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16025
16026 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16027
16028 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16029
16030 * Makefile.in (install-no-fixedincludes): install gcc last, so
16031 that rebuilds that might happen during 'make install' don't get
16032 bogus gcc include files
16033
16034 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16035
16036 Change from Utah for HPPA support:
16037 * config.guess: Recognize hppa1.x-hp-bsd.
16038
16039 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
16040
16041 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
16042 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16043
16044 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
16045
16046 * config.sub: Add support for rom68k and bug boot monitors.
16047
16048 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
16049
16050 * Makefile.in: Make all-opcodes depend on all-bfd.
16051
16052 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
16053
16054 * config.guess: Added special check for i[34]86-univel-sysv4*.
16055
16056 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
16057
16058 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16059 the processor rather than assuming i486.
16060
16061 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16062
16063 * config.guess: Recognize SunOS6 as Solaris3.
16064
16065 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
16066
16067 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
16068 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16069
16070 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16071
16072 * build-all.mk (all-cross): New target for Canadian Cross.
16073 Added Q2 go32 targets.
16074 * test-build.mk: Configure go32 cross sparclite-aout and
16075 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16076 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16077
16078 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16079
16080 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16081 GO32 hosted toolchains
16082
16083 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16084
16085 * configure: change so "-exec-prefix" gets passed down rather
16086 than "-exec_prefix" so autoconf generated Makefiles get the
16087 exec_prefix set right.
16088
16089 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16090
16091 * config.guess: get the Solaris2 minor version number
16092
16093 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16094
16095 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16096
16097 * config.guess: Recognize some Sequent platforms.
16098
16099 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16100
16101 * Makefile.in: added the vault-install target
16102
16103 * configure.in: actually use the Sun3 makefile fragment that's in
16104 config, also added the release dir to configdirs
16105
16106 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16107
16108 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16109
16110 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16111
16112 * configure.in: remove some program from Alpha targetted toolchains
16113
16114 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16115
16116 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16117 gprof.
16118 (taz): Run "make diststuff" in those directories instead of "make
16119 proto-dir". Look for "VERSION=" only at start of line in subdir
16120 Makefile. Use "gzip -9" for compression.
16121 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16122 (binutils.tar.z): New target.
16123
16124 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16125
16126 * Makefile.in (taz): Include gpl.texinfo.
16127
16128 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16129
16130 * Makefile.in (setup-dirs): Merged into "taz" target.
16131 (taz): Only do `proto-dir' stuff if a directory is actually needed
16132 for this target.
16133
16134 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16135
16136 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16137 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16138 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16139 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16140 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16141
16142 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16143
16144 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16145 config.sub, and move-if-change to gdb testsuite distribution
16146 archive, so the testsuite can be extracted, configured, and
16147 run separately from the gdb distribution. Blow away the Chill
16148 tests that require a Chill compiled executable, since GNU Chill
16149 is not yet publically available.
16150
16151 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16152
16153 * test-build.mk: set environment variables in a single command,
16154 instead of a list of assignments and exports
16155
16156 * config.guess: recognize Alpha/OSF1 systems
16157
16158 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16159
16160 * configure: Change help message to prefer --options rather than
16161 -options.
16162
16163 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16164
16165 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16166 zippy@ecst.csuchico.edu.
16167 * config.guess: Recognize miniframe.
16168
16169 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16170
16171 * Makefile.in: Use srcroot to find runtest rather than rootme.
16172 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16173
16174 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16175
16176 * test-build.mk: Extensive additions to support building on a
16177 machine other than the host.
16178
16179 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16180
16181 * configure (tooldir): Fix for i386-aix again.
16182
16183 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16184
16185 * configure, Makefile.in: Change definition of $(tooldir)
16186 to match the FSF.
16187
16188 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16189
16190 * config.guess: Recognize i[34]86/SVR4.
16191
16192 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16193
16194 * Makefile.in (all-gdb): gdb depends on sim.
16195
16196 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16197
16198 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16199 at the same time we make the prototype gdb directory.
16200 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16201 files at the same time as the gdb base release distribution.
16202
16203 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16204
16205 * Makefile.in (check): Use individual check targets rather than
16206 DO_X rule.
16207 (check-gcc): Added.
16208
16209 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16210
16211 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16212 for System V release 3.2.
16213
16214 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16215
16216 * config.sub: Recognize hppaosf.
16217 * configure.in: Do configure ld/binutils/gas for it.
16218
16219 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16220
16221 * configure (tooldir): Alter syntax used to set this, for systems
16222 where "\$" isn't handled right, like i386-aix.
16223
16224 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16225
16226 * configure: Pass program-transform-name, not
16227 program_transform_name, to recursive configures.
16228
16229 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16230
16231 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16232 of gas+ld+binutils.
16233
16234 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16235
16236 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16237
16238 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16239
16240 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16241
16242 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16243
16244 * Makefile.in (PRMS): Set back to all-prms.
16245
16246 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16247
16248 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16249 targets, rather than for MIPS hosts.
16250
16251 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16252
16253 * configure.in: add comment for --with-x default values
16254
16255 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16256
16257 * Makefile.in: add check-* targets for each of the directories in
16258 the tree. Add a definition of RUNTEST that will use the one we
16259 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16260
16261 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16262
16263 * configure.in: Removed obsolete references to bfd_target and
16264 target_makefile_frag.
16265
16266 * build-all.mk: Set assorted targets for Q2.
16267 * config.sub: Recognize z8k-sim and h8300-hms.
16268 * test-build.mk: Really don't pass host to configure.
16269 (HOLES): Added uname.
16270
16271 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16272
16273 * configure: Handle an empty program-prefix, program-suffix or
16274 program-transform-name correctly.
16275
16276 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16277
16278 * build-all.mk: -G 8 no longer required for MIPS targets.
16279 * test-build.mk: Don't pass host argument to configure; make it
16280 guess.
16281
16282 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16283
16284 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16285 * Makefile.in (COMPRESS): New macro, like GZIP.
16286
16287 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16288
16289 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16290
16291 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16292 with gas currently defaults to -G 0.
16293
16294 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16295
16296 * Makefile.in (all-flex): flex depends on byacc.
16297
16298 * build-all.mk: If host not specified, use config.guess. Pass TAG
16299 to test-build.mk as RELEASE_TAG.
16300 * test-build.mk (configargs): New variable containing arguments to
16301 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16302 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16303
16304 * config.guess: Use /bin/uname when checking -X argument on SCO,
16305 to avoid invoking GNU uname which doesn't understand -X.
16306
16307 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16308
16309 * configure.in: Build gas for mips-*-*.
16310
16311 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16312
16313 * Makefile.in (all.normal): insert missing backslash.
16314
16315 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16316
16317 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16318
16319 * Makefile.in: Complete overhaul to merge many almost identical
16320 targets.
16321
16322 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16323
16324 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16325 (gdb.tar.Z): Adjusted.
16326
16327 * Makefile.in (setup-dirs, taz): New targets; should be general
16328 enough to adapt for gdb sometime. Build only .z file.
16329 (gas.tar.z): New target.
16330
16331 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16332
16333 * build-all.mk: Use CC=cc -Xs on Solaris.
16334
16335 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16336
16337 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16338 for handling BISON for FSF releases.
16339
16340 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16341
16342 * configure: Actually implement the change zoo just documented.
16343
16344 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16345
16346 * configure: when using config.guess, only set target_alias when
16347 it's not already been set (ie, on the command line)
16348
16349 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16350
16351 * Makefile.in: add installcheck target, set PRMS to install-prms
16352
16353 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16354
16355 * configure: add support for package_makefile_fragment, handle the
16356 case where a directory has a configure.in file but no Makefile.in
16357 more gracefully (with an actual understandable error message, even);
16358 add support for --without (and add this to the usage message); also
16359 explicitly add a --host=${host_alias} to the command line when
16360 config.guess is used
16361
16362 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16363
16364 * configure: Must use both --host and --target in recursive calls.
16365
16366 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16367
16368 * Makefile.in: Change deja-gnu to dejagnu.
16369
16370 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16371
16372 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16373
16374 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16375
16376 * configure.in: canonicalize all instances to *-*-solaris2*,
16377 also strip out a number of tools to not build for go32 host
16378
16379 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16380
16381 * config.guess: add GPL.
16382
16383 * Makefile.in, config.guess, config.sub, configure: bump
16384 copyrights to 93.
16385
16386 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16387
16388 * Makefile.in (do-info): Removed obsolete check for existence of
16389 localenv file.
16390
16391 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16392
16393 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16394
16395 * Makefile.in: a couple of 'else true' for decstation,
16396 support for TclX
16397
16398 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16399
16400 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16401
16402 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16403
16404 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16405
16406 * config.guess: Recognize i386-ibm-aix (PS/2).
16407 * configure.in: Use config/mh-aix386 file for it.
16408
16409 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16410
16411 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16412 CC_FOR_TARGET instead.
16413 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16414
16415 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16416
16417 * Makefile.in: Add sim to list of directories sent with gdb
16418
16419 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16420
16421 * configure.in: Put back mips-dec-bsd* case.
16422
16423 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16424
16425 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16426 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16427 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16428
16429 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16430
16431 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16432
16433 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16434 (install-info): install dir.info only if it exists,
16435 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16436
16437 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16438
16439 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16440 gas for mips-dec-bsd.
16441
16442 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16443
16444 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16445 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16446
16447 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16448
16449 * configure.in: Added "dejagnu" to hosttools list.
16450
16451 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16452
16453 * config.sub, configure.in, config.guess: Add support
16454 for Bosx, an AIX variant from Bull.
16455 Patches from F.Pierresteguy@frcl.bull.fr.
16456
16457 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16458
16459 * devo/dejagnu: Initial creation of devo/dejagnu.
16460 Migrated dejagnu testcases and support files for testing software
16461 tools to reside as subdirectories, currently called "testsuite",
16462 within the directory of the software tool. Migrated all programs,
16463 support libraries, etc. beloging to dejagnu proper from
16464 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16465 with no modifications. The changes to these files which will
16466 allow them to configure, build, and execute properly will be made
16467 in a future update.
16468
16469 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16470
16471 * Makefile.in: Change send_pr to send-pr.
16472 * configure.in: Likewise.
16473 * send_pr: Renamed directory to send-pr.
16474
16475 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16476
16477 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16478
16479 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16480
16481 * README: Update for gdb-4.8 release.
16482 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16483 gdb-xxx.tar.z (gzip'd) file also.
16484
16485 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16486
16487 * Makefile.in: make all-diff depend on all-libiberty
16488
16489 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16490
16491 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16492
16493 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16494
16495 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16496
16497 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16498
16499 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16500 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16501 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16502
16503 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16504
16505 * Makefile.in: makeinfo binary is in a new location
16506
16507 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16508
16509 * config.sub: Accept -ecoff as an OS.
16510
16511 * Makefile.in: Various changes to eliminate a level of make
16512 recursion and reduce the required command line length.
16513 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16514 sub-makes.
16515 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16516 variables holding settings for specific sub-makes.
16517 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16518 in terms of BASE_FLAGS_TO_PASS.
16519 (TARGET_LIBS): New variable listing directories which use
16520 TARGET_FLAGS_TO_PASS.
16521 (subdir_do): Eliminated.
16522 (do-*): New set of targets to replace subdir_do.
16523 (various): All targets which used subdir_do now depend on do-*.
16524 (local-clean): Renamed from do_clean.
16525 (local-distclean): New target, dependency of distclean and
16526 realclean.
16527 (install-info): Don't create directories. Depend on dir.info
16528 rather than calling make recursively.
16529 (install-dir.info): Eliminated.
16530 (install-info-dirs): Create all info directories here.
16531 (dir.info): Depend upon do-install-info.
16532
16533 * test-build.mk (HOLES): Added false.
16534
16535 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16536
16537 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16538
16539 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16540
16541 * Makefile.in (info): remove dependency on all-texinfo. The
16542 problem was really in texinfo/C, not at this level.
16543
16544 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16545
16546 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16547
16548 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16549
16550 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16551 GDB releases.
16552
16553 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16554
16555 * configure: Include srcdir in message about target of link not
16556 being found. Don't convert `-' to `_' in `with' options being
16557 passed to subdirs.
16558
16559 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16560
16561 * configure.in: add uudecode to host_tools
16562
16563 * Makefile.in: added {all,install}-uudecode targets, added them to
16564 the appropriate lists
16565
16566 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16567
16568 * Makefile.in (all-gcc): Added dependency on all-gas.
16569
16570 * configure.in (mips-*-*): Build ld and binutils.
16571
16572 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16573
16574 * configure: check return code from mkdir, print error message and
16575 exit on failure.
16576
16577 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16578
16579 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16580
16581 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16582
16583 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16584
16585 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16586
16587 * config.sub (h8500): Recognize this as a cpu type.
16588
16589 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16590
16591 * configure: source directory missing is no longer a warning
16592
16593 * configure.in: recognize irix[34]* instead of irix[34]
16594
16595 * Makefile.in: define and pass down X11_LIB
16596
16597 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16598
16599 * guess-systype: Renamed to ...
16600 * config.guess: ... by popular request.
16601 * configure.in, Makefile.in: Update accordingly.
16602
16603 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16604
16605 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16606 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16607 + Execute ./dummy instead of assuming . is in PATH.
16608
16609 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16610
16611 * guess-systype: New shell script. Attempts to guess the
16612 canonical host name of the executing host.
16613 Only a few hosts are supported so far.
16614 * configure: Call guess-systype if no host is specified.
16615
16616 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16617
16618 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16619 gcc Makefile.
16620
16621
16622 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16623
16624 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16625 (all-gcc, install-gcc, subdir_do): Use it.
16626
16627 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16628
16629 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16630
16631 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16632
16633 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16634 set exclusively by configure, using configure.in .
16635
16636 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16637
16638 * test-build.mk: set $PATH for all builds
16639
16640 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16641
16642 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16643
16644 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16645 the one used in gcc/Makefile.in, so that a null expansion doesn't
16646 override the one needed to build gcc with a native cc.
16647
16648
16649 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16650
16651 * configure: Accept -with arguments.
16652
16653 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16654
16655 * Makefile.in: added h8300sim
16656
16657 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16658
16659 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16660 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16661 (all-cygnus, native, build-cygnus): Make
16662 $(canonhost)-stamp-3stage-done, not $(host)....
16663 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16664 i386-sco3.2v4. Added else true to if command.
16665
16666 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16667
16668 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16669
16670 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16671
16672 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16673
16674 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16675
16676 * configure.in: don't remove binutils from Solaris builds
16677
16678 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16679
16680 * Makefile.in: get rid of earlier definitions for *clean,
16681 also handle the recursive info rule better
16682
16683 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16684
16685 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16686 do more-or-less the right thing.
16687
16688 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16689
16690 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16691 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16692
16693 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16694
16695 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16696 $(host_canonical).
16697
16698 * configure.in: split the configdirs list into 4 categories (native
16699 v. cross, library v. tool) and handle the cross-only and native-
16700 only in more reasonable (and correct!) way.
16701
16702 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16703
16704 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16705 configdirs anymore.
16706
16707 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16708
16709 * Makefile.in: extensive cleanup:: removed all of the explicit
16710 clean-* targets, collapsed many wrappers around subdir_do into
16711 one, added additional targets to satisfy standards.texi, deleted
16712 some old targets, some changes for consistency
16713
16714 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16715
16716 * configure.in: handle some programs as cross-only, and others as
16717 native only
16718
16719 * test-build.mk: handle partial holes in a more generic manner
16720
16721 * Makefile.in: m4 depends on libiberty
16722
16723 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16724
16725 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16726 time, wdiff, and find to configdirs
16727
16728 * Makefile.in: all, clean, and install rules for the new programs
16729 added to configure.in
16730
16731 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16732
16733 * configure.in: use mh-sun for all *-sun-* hosts
16734
16735 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16736
16737 * Makefile.in: define flags for X11 include files and library file
16738 locations, pass them down to the programs that need this info
16739
16740 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16741
16742 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16743
16744 * configure.in: start building libg++ for HP-UX targets
16745
16746 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16747
16748 * README: Update references to files moved into etc/.
16749
16750 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16751
16752 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16753 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16754
16755 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16756
16757 * configure: accept dash as well as underscore in long option
16758 names for FSF compatibility.
16759
16760 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16761
16762 * config.sub: added -sco3.2v4 support from FSF.
16763
16764 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16765
16766 * configure.in: expand the section that adds or removes
16767 directories from the list of programs to build, to handle native
16768 vs. cross in addition to host v. native
16769
16770 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16771
16772 * Makefile.in: Replace C++ in macro names with CXX.
16773 This is less likely to break ...
16774
16775 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16776
16777 * test-build.mk: add -w to GNU_MAKE
16778
16779 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16780
16781 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16782 add 'sparc' to list of recognized cpus. This needed to make
16783 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16784 Delete some redundant ose68 variants. Recognize -wrs as an os,
16785 then changes that into $CPU-wrs-vxworks.
16786
16787 * configure.in: remove most references to gdbtest, regularize
16788 target based program removal
16789
16790 * test-build.mk: import from p3 tree (many fixes and changes)
16791
16792 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16793
16794 * Makefile.in: added rules to handle tcl, tk, and expect
16795
16796 * configure.in: handle those directories if they exist
16797
16798 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16799
16800 * config.sub: removed bogus hppabsd and hppahpux names, since
16801 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16802
16803 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16804
16805 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16806 depends upon all-xiberty
16807
16808 * Makefile.in: changes from p3, including:
16809
16810 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16811
16812 * Makefile.in (XTRAFLAGS): include newlib directories if
16813 newlib/Makefile exists, rather than if host != target.
16814
16815 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16816
16817 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16818 from the same source tree and not building a cross-compiler. This
16819 matters for the libg++ configuration if reconfiguring a tree that
16820 has already been installed.
16821
16822 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16823
16824 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16825 pick up the machine and system specific header files.
16826
16827 * Makefile.in: added AS_FOR_TARGET, passed down in
16828 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16829 the C compiler to use to create programs which are run in the
16830 build environment, set it to default to $(CC), and passed it down
16831 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16832
16833 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16834
16835 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16836 We need them for unusual native builds, like systems without
16837 ranlib.
16838
16839 * configure: also define $(host_canonical) and
16840 $(target_canonical), which are the full, canonical names for the
16841 given host and target
16842
16843 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16844
16845 * Makefile.in: Added separate definitions for C++.
16846
16847 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16848
16849 * configure.in (configdirs): Add deja-gnu.
16850
16851 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16852
16853 * README: Update for configure.texi and gdb-4.7 release.
16854
16855 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16856
16857 * Makefile.in: Move "all" target to top of file.
16858 Previously, first target was ".PHONY" which caused BSD4.4 make
16859 to build .PHONY when make was run without arguments.
16860
16861 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16862
16863 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16864 Library-copylefted code in libiberty.
16865
16866 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16867
16868 * config.sub: Replace m68kmote with plain old m68k.
16869
16870 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16871
16872 * Makefile.in: Remove space from blank line, avoid Make complaints.
16873
16874 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16875
16876 * config.sub: Complain if no argument is given. Added support for
16877 386bsd as OS and target alias.
16878
16879 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
16880
16881 * Makefile.in (XTRAFLAGS): include newlib directories if
16882 newlib/Makefile exists, rather than if host != target.
16883
16884 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16885
16886 * config.sub: recognize sparclite-wrs-vxworks.
16887
16888 * Makefile.in (install-xiberty): added *-xiberty make rules (from
16889 p3.) Added clean-xiberty to clean.
16890
16891 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16892
16893 * configure.in: use *-*-* instead of nested cases for host and target
16894
16895 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
16896
16897 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16898 from the same source tree and not building a cross-compiler. This
16899 matters for the libg++ configuration if reconfiguring a tree that
16900 has already been installed.
16901
16902 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
16903
16904 * config.sub (i486v/i486v4): Merge in from FSF version.
16905
16906 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
16907
16908 * configure: only set PWD if it is already set.
16909
16910 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
16911
16912 * configure: just set PWD=`pwd` at the top, since Ultrix sh
16913 doesn't have unset and all success paths (and most error paths)
16914 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16915 to just ${PWD} to avoid confusion.)
16916
16917 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
16918
16919 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16920 even for a native compilation.
16921
16922 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
16923
16924 Changes to make the gdb.tar.Z rule work better.
16925
16926 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
16927 (DEVO_SUPPORT): Add configure.texi.
16928 (bfd-ilrt.tar.Z): Remove ancient rule.
16929
16930 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
16931
16932 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16933 pick up the machine and system specific header files.
16934
16935 * configure.in, config.sub: added new target m68010-adobe-scout,
16936 with alias of adobe68k. Changed configure.in to check for
16937 -scout before -sco* to avoid a false match.
16938
16939 * Makefile.in: added AS_FOR_TARGET, passed down in
16940 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16941 the C compiler to use to create programs which are run in the
16942 build environment, set it to default to $(CC), and passed it down
16943 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16944
16945 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
16946
16947 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16948 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
16949 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16950 FOR_TARGET variants, to newlib and libg++.
16951
16952 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16953
16954 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16955 first.
16956
16957 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16958
16959 * config.sub: Accept `elf' as an environment.
16960
16961 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16962
16963 * Makefile.in (all-opcodes): cd into the right directory
16964
16965 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16966
16967 * configure: added -program_transform_name option, used as
16968 argument to sed when installing programs.
16969 configure.texi: added documentation for -program_prefix,
16970 -program_suffix and -program_transform_name.
16971
16972 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16973
16974 * config.sub: Accept i486 where i386 ok.
16975
16976 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16977
16978 * config.sub: accept we32k
16979
16980 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16981
16982 * config.sub, configure.in: accept OSE68000 and OSE68k.
16983
16984 * Makefile.in: don't create all directories for ``make install'';
16985 let the subdirectories create the ones they need.
16986
16987 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16988
16989 * COPYING: new file, GPL v2
16990
16991 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16992
16993 * Makefile.in: use the new gen-info-dir, which needs a template
16994 argument (which also lives in texinfo)
16995
16996 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16997
16998 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16999
17000 * config.sub (ncr3000): Change i386 to i486.
17001
17002 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17003
17004 * Makefile.in: add install-rcs, install-grep to
17005 install-no-fixedincludes, removed install-bison and install-libgcc
17006
17007 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
17008
17009 * configure.in: grab the HPUX makefile fragment if on HPUX
17010
17011 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17012
17013 * Makefile.in: eradicate bison spoor (ditto libgcc).
17014 configure.in: recognise m68{k,000}-ericsson-OSE.
17015 es1800 is alias for m68k-ericsson-OSE
17016
17017 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17018
17019 * configure.in: rearrange the parts that remove programs from
17020 configdirs, based now on HOST==TARGET or by canonical triple.
17021
17022 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17023
17024 * test-build.mk: recurse explicitly with -f test-build.mk when
17025 appropriate. predicate stage3 and comparison on the existence
17026 of gcc. That is, if gcc isn't around, we aren't three-staging.
17027 On very clean, also remove ...stamp-co. Build in-place before
17028 doing other builds.
17029
17030 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17031
17032 * Makefile.in, configure.in: add tgas
17033
17034 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17035
17036 * Makefile.in: a number of changes merged in from progressive.
17037
17038 * configure.in: add libm.
17039
17040 * .cvsignore: ignore some stuff that comes from test-build.mk.
17041
17042 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
17043
17044 * config.sub: Add es1800 (m68k-ericsson-es1800).
17045
17046 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17047
17048 * configure: Add program_suffix (parallel to program_prefix)
17049 * Makefile.in: adjust directory-creating script for losing decstation
17050
17051 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
17052
17053 * configure: Minor $subdir-related fixes.
17054
17055 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17056
17057 * configure: fix various problems with propogating
17058 makefile_target_frag in subdirs.
17059 * configure.in: config libgcc if its there
17060
17061 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
17062
17063 * config.sub: HPPA merge.
17064
17065 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
17066
17067 * Makefile.in: Replace all-bison with all-byacc in all
17068 dependency lines for other tools (which now use byacc).
17069
17070 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17071
17072 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17073
17074 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17075
17076 * Makefile.in: make gprof rules similar to byacc rules (instead of
17077 vestigal $(unsubdir) that didn't work...)
17078
17079 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17080
17081 * config.sub: Add support for Linux.
17082 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17083 (at least for libg++).
17084
17085 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17086
17087 * configure.texi: fix doc for the -nfp option to configure
17088
17089 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
17090
17091 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17092
17093 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17094
17095 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17096 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17097 * configure.in: added solaris* host_makefile_frag hook.
17098
17099 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17100
17101 * config.sub: changed recognition of m68000 so that various
17102 m68k types can be specified via m680[01234]0
17103
17104 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17105
17106 * config.sub (basic_machine): fix sed so that '-foo' isn't
17107 completely substituted out while .+'-foo' loses the '-foo'
17108
17109 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17110
17111 * config.sub ($os): Add -aout.
17112
17113 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17114
17115 * configure: If host_makefile_frag is absolute, don't
17116 prefix ${invsubdir} (relevant to libg++ auto-configure).
17117
17118 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17119
17120 * Makefile.in (tooldir): Define it.
17121 (all-ld): Depend on all-flex.
17122
17123 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17124
17125 * Makefile.in (check): Fix libg++ special case.
17126
17127 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17128
17129 * configure: do not bury `pwd` into config.status, thus do fewer
17130 pwd's.
17131
17132 * configure: print the "Building in" message only when building in
17133 other than "." AND verbose.
17134
17135 * configure: remove -s, rework -v to better accommodate guested
17136 configures.
17137
17138 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17139
17140 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17141
17142 * Makefile.in: macroize flags passed on recursion. remove
17143 fileutils.
17144
17145 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17146
17147 * configure: get makesrcdir right for subdirs deeper than 1.
17148
17149 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17150 install.
17151
17152 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17153
17154 * Makefile.in: don't print subdir_do or recursion lines.
17155
17156 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17157
17158 * standards.texi: added menu item.
17159
17160 * Makefile.in: build and install standards.info.
17161
17162 * standards.texi: new file.
17163
17164 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17165
17166 * configure: test for and move config.status pieces from
17167 ${subdir}/.
17168
17169 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17170
17171 * configure: Test for existance of files before trying to mv
17172 them, to avoid numerous non-existance messages.
17173
17174 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17175
17176 * configure: correct final line of config.status.
17177
17178 * configure: patch from eggert. Avoids a protection problem if
17179 the original Makefile.in is read only.
17180
17181 * configure: use move-if-change from gcc to create config.status.
17182 Some makefiles depend on config.status to tell if a directory
17183 has been reconfigured for a different host. This change
17184 prevents those directories from remaking everything in the case
17185 where the reconfig was only intended to rebuild a Makefile.
17186
17187 * configure: test for config.sub with "config.sub sun4" rather
17188 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17189 host alias from a missing config.sub.
17190
17191 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17192
17193 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17194 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17195
17196 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17197
17198 * configure: mkdir ${subdir} as needed.
17199
17200 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17201
17202 * Makefile.in,configure.in: added autoconf.
17203
17204 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17205
17206 * Makefile.in: no longer pass against on recursion.
17207
17208 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17209 definitions are not inherited.
17210
17211 * configure: correct makesrcdir when subdir is .
17212
17213 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17214
17215 * configure: Add support for 'subdirs' variable, which is
17216 like 'configdirs', except that configure doesn't re-invoke
17217 itself for subdirs, it just creates a Makefile for each subdir.
17218 * configure.texi: Document subdirs.
17219
17220 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17221
17222 * configure.in: added flex to configdirs
17223
17224 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17225
17226 * Makefile.in: remove clean-stamps from clean.
17227
17228 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17229
17230 * configure.in: Add gdbtest to configdirs.
17231
17232 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17233
17234 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17235 to recursive makes.
17236 * configure.in: Recognize new ncr3000 config.
17237
17238 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17239
17240 * Makefile.in, configure.in: removed references to gdbm.
17241
17242 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17243
17244 * config.sub: Don't canonicalize os value
17245 newsos* to bsd (readline needs to check for newsos).
17246 (This fix was earlier made Jan 31, but got re-broken.)
17247
17248 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17249
17250 * configure.in: sco is an os, not a vendor!
17251
17252 * configure: Quote $( better. Keep various shells happy.
17253
17254 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17255
17256 * Makefile.in: eliminate stamp-files.
17257
17258 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17259
17260 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17261 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17262
17263 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17264
17265 * config.sub: fix iris/iris3.
17266
17267 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17268
17269 * configure: re-add -rm.
17270
17271 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17272
17273 * Maskefile.in: add .stmp-rcs to all.
17274
17275 * configure.in: remove gas from rs6000 build, use aix host fragment.
17276
17277 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17278
17279 * configure: pass down site_option during recursion.
17280
17281 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17282
17283 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17284
17285 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17286
17287 * configure: Change exec_prefix so that it really defaults to prefix.
17288
17289 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17290
17291 * Makefile.in, configure.in: Add support for mmalloc library.
17292
17293 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17294
17295 * Makefile.in: add stmp dependencies for a few more things.
17296
17297 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17298
17299 * configure: adjusted error message on objdir/srcdir configure
17300 collision, per john's suggestion.
17301
17302 * Makefile.in: add libiberty stmp to all and all.cross.
17303
17304 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17305
17306 * Makefile.in: remove force dependencies, add grep to all.
17307
17308 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17309
17310 * Makefile.in: drop flex. make stamp files work.
17311
17312 * configure: added test for conflicting configuration in srcdir,
17313 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17314 gets cranky. use relative paths for configure and srcdir
17315 whenever possible. Send some error messages to stderr that were
17316 going to stdout.
17317
17318 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17319
17320 * Makefile.in: Fix libg++ rule to check for gcc directory
17321 before using gcc/gcc. Also pass XTRAFLAGS.
17322
17323 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17324
17325 * Makefile.in: added stmp-files so that directories aren't polled
17326 when they are already built.
17327
17328 * configure.texi: fixed a node pointer problem.
17329
17330 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17331
17332 * config.sub configure.in gdb/configure.in
17333 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17334 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17335 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17336
17337 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17338
17339 * configure: -recurring becomes -silent. corrected help message
17340 for -site= option.
17341
17342 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17343
17344 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17345
17346 * configure: when building Makefile for crosses, replace
17347 tooldir and program_prefix. default srcdir from location of
17348 config.sub. remove "for host in hosts" and "for target in
17349 targets" loops.
17350
17351 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17352
17353 * Makefile.in: Do not pass bindir or mandir to cvs.
17354
17355 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17356
17357 * Makefile.in, configure.in: removed traces of namesubdir,
17358 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17359 copyrights to '92, changed some from Cygnus to FSF.
17360
17361 * configure.texi: remove most references to multiple hosts,
17362 multiple targets, subdirs, etc.
17363
17364 * configure.man: removed rcsid. reference config.sub not
17365 config.subr.
17366
17367 * Makefile.in: mkdir $(infodir) on install-info.
17368
17369 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17370
17371 * configure.texi: Explain better about .gdbinit and about
17372 the environment that configure.in sections run in.
17373
17374 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17375
17376 * configure.in: Ultrix is only a decstation if it's a MIPS.
17377
17378 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17379
17380 * README: DOC.configure => cfg-paper.texi.
17381
17382 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17383
17384 * config.sub (near case $os): Don't convert newsos* to bsd!
17385
17386 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17387
17388 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17389 the number of copies of COPYING that go into the GDB tar file.
17390
17391 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17392
17393 * bfd/configure.in, gdb/config/mh-i386sco,
17394 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17395 Fix SCO configuration stuff.
17396
17397 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17398
17399 * Makefile.in: For libg++, make sure the -I pointing
17400 to the gcc directory goes *after* all the libg++-local -I flags.
17401 Also, move just-gcc dependency from just-libg++ to all-libg++.
17402
17403 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17404
17405 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17406
17407 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17408
17409 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17410
17411 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17412
17413 * config.sub: Add stratus configuration frags. Also
17414 submitted to FSF.
17415
17416 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17417
17418 * Makefile.in (DEV_SUPPORT): add configure.man.
17419
17420 * config.sub(Decode manufacturer-specific): add -none*.
17421
17422 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17423
17424 * Makefile.in: remove form feeds to make Sun's make happy.
17425 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17426
17427 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17428
17429 * Makefile.in (AR_FLAGS): Make quieter.
17430
17431 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17432
17433 * configure.in: Add libg++.
17434 * configure: When verbose, don't output the command line at each
17435 level; it will be unremarkably the same as the previous version,
17436 which will be the same as what the user typed.
17437
17438 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17439
17440 * configure.in, Makefile.in: fix clean-info, add flex. add
17441 fileutils.
17442
17443 * configure: be less sensitive to spaces in Makefile.in. Do not
17444 look for sources in "..". Doing so breaks subdirectories that
17445 might have their own configure. If a subdir has it's own
17446 configure script, use it.
17447
17448 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17449
17450 * cfg-paper.texi: some changes suggested by rms.
17451
17452 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17453
17454 * config.sub: Merge in some small additions from the FSF version,
17455 taken from the gcc distribution, to bring the Cygnus and FSF
17456 versions into closer sync.
17457
17458 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17459
17460 * configure.in: Changed svr4 references to sysv4.
17461
17462 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17463
17464 * configure: added -V for version number option.
17465
17466 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17467
17468 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17469 renamed from DOC.configure to cfg-paper.texi.
17470
17471 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17472
17473 * configure, config.subr, config.sub: config.subr is now
17474 config.sub again.
17475
17476 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17477
17478 * configure.texi: new file, in progress.
17479
17480 * Makefile.in: build info file and install the man page for
17481 configure.
17482
17483 * configure.man: new file, first cut.
17484
17485 * configure: find config.subr again now that configuration "none"
17486 has gone. removed all traces of the -ansi option. removed all
17487 traces of the -languages option.
17488
17489 * config.subr: resync from rms.
17490
17491 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17492
17493 * configure, config.sub, config.subr: merge config.sub into
17494 config.subr, call the result config.subr, remove config.sub, use
17495 config.subr.
17496
17497 * Makefile.in: revised install for dir.info.
17498
17499 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17500
17501 * configure.in: add decstation host makefile frag.
17502
17503 * Makefile.in: BISON now bison -y again. also install-gcc on
17504 install. clean-gdbm on clean. infodir belongs in datadir.
17505 Make directories for info install. Build dir.info here then
17506 install it.
17507
17508 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17509
17510 * Makefile.in: fix for bad directory tests.
17511
17512 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17513
17514 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17515 regexp. -srcdir relative was being handled incorrectly.
17516
17517 * Makefile.in: unwrapped some for loops so that parallel makes
17518 work again and so one can focus one's attention on a particular
17519 package.
17520
17521 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17522
17523 * configure: added PWD as a stand in for `pwd` (for speed). use
17524 elif wherever possible. make -srcdir work without -objdir.
17525 -objdir= commented out.
17526
17527 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17528
17529 * configure: +options become --options. -subdirs commented out.
17530 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17531 Makefile now at top of generated Makefile. Removed cvs log
17532 entries. added -srcdir. create .gdbinit only if there is one
17533 in ${srcdir}.
17534
17535 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17536 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17537 and mandir now keyed off datadir by default.
17538
17539 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17540
17541 * Freshly created ChangeLog.
17542
17543 \f
17544 Local Variables:
17545 mode: change-log
17546 left-margin: 8
17547 fill-column: 76
17548 version-control: never
17549 End: