]> git.ipfire.org Git - thirdparty/gcc.git/blob - ChangeLog
libbacktrace/:
[thirdparty/gcc.git] / ChangeLog
1 2012-09-17 Ian Lance Taylor <iant@google.com>
2
3 * MAINTAINERS (Various Maintainers): Add libbacktrace.
4 * configure.ac (host_libs): Add libbacktrace.
5 (target_libraries): Add libbacktrace.
6 * Makefile.def (host_modules): Add libbacktrace.
7 (target_modules): Likewise.
8 * configure, Makefile.in: Rebuild.
9
10 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
11
12 PR target/38607
13 Merge upstream change.
14 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
15
16 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
17 Add libgomp*.o to compare_exclusions for AIX.
18 * configure: Regenerate.
19
20 2012-09-06 Diego Novillo <dnovillo@google.com>
21
22 * configure.ac: Bump minimum GMP version to 4.2.3.
23 * configure: Re-generate.
24
25 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
26
27 PR target/54461
28 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
29 target-libgloss if not configured --with-avrlibc=no.
30 * configure: Regenerate.
31
32 2012-09-04 Jason Merrill <jason@redhat.com>
33
34 * configure.ac: Fix --enable-languages=all.
35
36 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
37
38 * MAINTAINERS (Write After Approval): Add myself.
39
40 2012-09-03 Richard Guenther <rguenther@suse.de>
41
42 PR bootstrap/54138
43 * configure.ac: Re-organize ISL / CLOOG checks to allow
44 disabling with either --without-isl or --without-cloog.
45 * configure: Regenerated.
46
47 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
48
49 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
50 * configure: Regenerate.
51
52 2012-08-27 Ulrich Drepper <drepper@gmail.com>
53
54 * MAINTAINERS: Fix my email address.
55
56 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
57
58 PR binutils/4970
59 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
60 and opcodes.
61 * Makefile.in: Regenerated.
62
63 2012-08-26 Art Haas <ahaas@impactweather.com>
64
65 * configure: Regenerate.
66
67 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
68
69 * INSTALL/README: Also refer to the online installation
70 instructions.
71
72 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
73
74 * MAINTAINERS (Write After Approval): Add myself.
75 (Picochip port): Remove myself.
76
77 2012-08-14 Diego Novillo <dnovillo@google.com>
78
79 Merge from cxx-conversion branch.
80
81 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
82 POSTSTAGE1_CONFIGURE_FLAGS.
83 * Makefile.in: Regenerate.
84 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
85 Force C++ when bootstrapping.
86 * configure: Regenerate.
87
88 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
89
90 * MAINTAINERS (Write After Approval): Add myself.
91
92 2012-07-16 Joseph Myers <joseph@codesourcery.com>
93
94 * README: Document use of ranges of years in copyright notices.
95
96 2012-07-06 Richard Guenther <rguenther@suse.de>
97
98 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
99 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
100 --with-gmp=system.
101 * Makefile.in: Regenerated.
102 * configure: Likewise.
103
104 2012-07-06 Richard Guenther <rguenther@suse.de>
105
106 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
107 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
108 supply V=1 as extra_make_flags.
109 * configure: Regenerated.
110 * Makefile.in: Likewise.
111
112 2012-07-04 Tristan Gingold <gingold@adacore.com>
113
114 * configure: Regenerate.
115
116 2012-07-03 Richard Guenther <rguenther@suse.de>
117
118 * Makfile.def (isl): Remove not necessary extra_exports and
119 extra_make_flags.
120 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
121 * Makefile.in: Regenerated.
122
123 2012-07-03 Richard Guenther <rguenther@suse.de>
124
125 * Makefile.def (cloog): Add V=1 to extra_make_flags.
126 * configure.ac: If either the ISL or the CLooG check failed
127 do not try to build in-tree versions.
128 * Makefile.in: Regenerated.
129 * configure: Regenerated.
130
131 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
132
133 * configure: Regenerate.
134
135 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
136
137 * MAINTAINERS (Various Maintainers): Add myself as testsuite
138 maintainer.
139
140 2012-07-02 Richard Guenther <rguenther@suse.de>
141
142 * configure: Regenerated.
143
144 2012-07-02 Richard Guenther <rguenther@suse.de>
145 Michael Matz <matz@suse.de>
146 Tobias Grosser <tobias@grosser.es>
147 Sebastian Pop <sebpop@gmail.com>
148
149 * Makefile.def: Add ISL host module, remove PPL host module.
150 Adjust ClooG host module to use the proper ISL.
151 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
152 * configure.ac: Include config/isl.m4. Add ISL host library,
153 remove PPL. Remove PPL configury, add ISL configury, adjust
154 ClooG configury.
155 * Makefile.in: Regenerated.
156 * configure: Likewise.
157
158 2012-07-02 Richard Guenther <rguenther@suse.de>
159
160 Merge from graphite branch
161 2011-07-21 Tobias Grosser <tobias@grosser.es>
162
163 * configure: Regenerated.
164 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
165 both cloog.org and legacy versions. The only supported version will
166 be CLooG with the isl backend.
167
168 2011-07-21 Tobias Grosser <tobias@grosser.es>
169
170 * configure: Regenerated.
171 * configure.ac: Require cloog isl 0.17.0
172
173 2011-07-21 Tobias Grosser <tobias@grosser.es>
174
175 * configure: Regenerated.
176 * config/cloog.m4: Do not define CLOOG_ORG
177
178 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
179
180 * configure.ac: Skip C if explicitly selected.
181 * configure: Regenerate.
182
183 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
184
185 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
186 they contain -O2.
187 * configure: Regenerate.
188
189 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
190
191 PR debug/53740
192 * df.h, df-problems.c, dce.c: Revert last patch.
193
194 2012-06-25 Iain Sandoe <iain@codesourcery.com>
195
196 * MAINTAINERS (Write After Approval): Update my email address.
197
198 2012-06-21 Meador Inge <meadori@codesourcery.com>
199
200 * MAINTAINERS (Write After Approval): Add myself.
201
202 2012-06-20 Jason Merrill <jason@redhat.com>
203
204 * Makefile.tpl (check-target-libgomp-c++): New.
205 (check-target-libitm-c++): New.
206 * Makefile.def (c++): Add them.
207 * Makefile.in: Regenerate.
208
209 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
210
211 * MAINTAINERS (Write After Approval): Add myself.
212
213 2012-05-16 Olivier Hainque <hainque@adacore.com>
214
215 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
216 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
217 (install-no-fixedincludes): Adjust accordingly.
218 * Makefile.in: Regenerate.
219
220 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
221
222 Merge upstream change
223 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
224
225 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
226
227 * MAINTAINERS (Write After Approval): Add myself.
228
229 2012-05-09 Nick Clifton <nickc@redhat.com>
230 Paul Smith <psmith@gnu.org>
231
232 PR bootstrap/50461
233 * configure.ac (mpfr-dir): When using in-tree MPFR sources
234 allow for the fact that from release v3.1.0 of MPFR the source
235 files were moved into a src sub-directory.
236 * configure: Regenerate.
237
238 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
239
240 * configure.ac: Bump minimum MPFR version to 2.4.0.
241 * configure: Regenerated.
242
243 2012-05-01 Richard Henderson <rth@redhat.com>
244
245 * Makefile.def (libatomic): New target_module.
246 * configure.ac (target_libraries): Add libatomic.
247 (noconfigdirs): Check if libatomic is supported.
248 * Makefile.in, configure: Rebuild.
249
250 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
251
252 * MAINTAINERS (Write After Approval): Add myself.
253
254 2012-04-25 Joel Brobecker <brobecker@adacore.com>
255
256 * config.sub: Update to 2012-04-18 version from official repo.
257
258 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
259
260 * MAINTAINERS (Write After Approval): Add myself.
261
262 2012-04-11 Steve Ellcey <sellcey@mips.com>
263
264 * MAINTAINERS: Changed email address.
265
266 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
267
268 PR target/52737
269 * contrib/gcc_update (files_and_dependencies):
270 Remove gcc/config/avr/t-multilib from touch data.
271
272 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
273
274 * MAINTAINERS (OS Port Maintainers): Remove irix.
275 * configure.ac (enable_libgomp): Remove *-*-irix6*.
276 (unsupported_languages): Remove mips-sgi-irix6.*.
277 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
278 (with_stabs): Remove.
279 * configure: Regenerate.
280
281 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
282
283 * MAINTAINERS (OS Port Maintainers): Remove osf.
284 * configure.ac (enable_libgomp): Remove *-*-osf*.
285 (with_stabs): Remove alpha*-*-osf*.
286 * configure: Regenerate.
287
288 2012-03-05 Tristan Gingold <gingold@adacore.com>
289
290 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
291 * configure: Regenerate.
292
293 2012-02-17 Walter Lee <walt@tilera.com>
294
295 * MAINTAINERS: (Write After Approval): Delete myself.
296
297 2012-02-14 Walter Lee <walt@tilera.com>
298
299 * MAINTAINERS (tilegx port): Add myself.
300 (tilepro port): Add myself.
301 (Write After Approval): Add myself.
302
303 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
304
305 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
306 and Joseph Myers as docstring relicensing maintainers.
307
308 2012-02-09 Bin Cheng <bin.cheng@arm.com>
309
310 * MAINTAINERS (write-after-approval): Add myself.
311
312 2012-02-08 Ira Rosen <irar@il.ibm.com>
313
314 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
315 maintainer.
316
317 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
318
319 * MAINTAINERS (Write After Approval): Move myself to
320 maintain alphabetical order.
321
322 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
323
324 * MAINTAINERS (Write After Approval): Add myself.
325
326 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
327
328 * MAINTAINERS (Write After Approval): Add myself.
329
330 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
331 Jayant R Sonar <jayant.sonar@kpitcummins.com>
332
333 * configure.ac (cr16-*-*): Remove nonconfigdirs.
334 * configure: Regenerate.
335
336 2012-01-23 Harshit Chopra <harshit@google.com>
337
338 * MAINTAINERS (Write After Approval): Add myself.
339
340 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
341
342 * configure.ac: Remove reference to mh-interix.
343 * configure: Regenerate.
344
345 2012-01-05 Richard Henderson <rth@redhat.com>
346
347 PR bootstrap/51072
348 * configure.ac: Disable libitm if c++ is not enabled.
349 * configure: Rebuild.
350
351 * configure.ac: Fix regexp for same.
352 * configure: Rebuild.
353
354 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
355
356 * MAINTAINERS (Write After Approval): Add myself.
357
358 2012-01-02 Richard Guenther <rguenther@suse.de>
359
360 PR bootstrap/51686
361 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
362 * Makefile.in: Regenerate.
363
364 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
365
366 * MAINTAINERS (Write After Approval): Add myself.
367
368 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
369
370 * configure: Regenerate.
371
372 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
373
374 * MAINTAINERS (picochip): Changed email address.
375
376 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
377
378 * MAINTAINERS (write-after-approval): Add self.
379
380 2011-11-29 DJ Delorie <dj@redhat.com>
381
382 * configure.ac (rl78-*-*) New case.
383 * configure: Regenerate.
384 * MAINTAINERS: Add myself as RL78 maintainer.
385
386 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
387
388 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
389
390 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
391
392 * libtool.m4: Additional FreeBSD 10 fixes.
393
394 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
395
396 * MAINTAINERS: Move myself from Write After Approval to CPU Port
397 Maintainers section, as Epiphany maintainer.
398
399 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
400
401 PR target/49992
402 * configure.ac: Remove ranlib special-casing for Darwin.
403 * configure: Regenerate.
404
405 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
406
407 * MAINTAINERS (Reviewers): Keep the list sorted.
408
409 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
410
411 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
412
413 2011-11-09 Roland McGrath <mcgrathr@google.com>
414
415 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
416 * configure: Rebuild.
417 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
418 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
419 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
420 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
421 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
422 Add READELF.
423 * Makefile.in: Rebuild.
424
425 2011-11-09 Jason Merrill <jason@redhat.com>
426
427 * Makefile.def (language=c++): Remove check-c++0x.
428 * Makefile.in (check-gcc-c++): Regenerate.
429
430 2011-11-08 Richard Henderson <rth@redhat.com>
431
432 * configure.ac: Test for libitm directory present first.
433
434 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
435
436 * configure.ac: Test libitm/configure.tgt to disable libitm.
437 * configure: Rebuild.
438
439 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
440 Richard Henderson <rth@redhat.com>
441
442 Merged from transactional-memory.
443
444 * Makefile.def (lang_env_dependencies): libitm is c++.
445 Add libitm target module.
446 * configure.ac: Likewise.
447 * config/mmap.m4: New file.
448 * contrib/gcc_update: Add libitm to touch data.
449 * Makefile.in, configure: Rebuild.
450
451 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
452
453 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
454 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
455 * Makefile.in: Regenerate.
456
457 2011-11-01 DJ Delorie <dj@redhat.com>
458
459 * config.sub: Update to version 2011-10-29 (added rl78)
460
461 2011-10-27 Nick Clifton <nickc@redhat.com>
462
463 * config.sub: Import these changes from the config project:
464
465 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
466 Ben Elliston <bje@gnu.org>
467
468 * config.sub (epiphany): New.
469
470 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
471 Ben Elliston <bje@gnu.org>
472
473 * config.sub (hexagon, hexagon-*): New.
474
475 2011-08-23 Roland McGrath <mcgrathr@google.com>
476
477 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
478 64eb to be64.
479
480 2011-08-16 Roland McGrath <mcgrathr@google.com>
481
482 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
483 (nacl): Grok as alias for 32el-unknown-nacl.
484
485 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
486
487 * MAINTAINERS (Write After Approval): Add myself.
488
489 2011-10-24 Teresa Johnson <tejohnson@google.com>
490
491 * MAINTAINERS (Write After Approval): Add myself.
492
493 2011-09-21 Jakub Jelinek <jakub@redhat.com>
494
495 * MAINTAINERS (sparc port): Remove myself.
496
497 2011-09-14 Tom de Vries <tom@codesourcery.com>
498
499 * MAINTAINERS (Write After Approval): Add myself.
500
501 2011-08-14 Yao Qi <yao@codesourcery.com>
502
503 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
504 * configure: Regenerate.
505
506 2011-07-26 Ian Lance Taylor <iant@google.com>
507
508 * configure.ac: Set have_compiler based on whether gcc directory
509 exists, rather than on whether gcc is in configdirs.
510 * configure: Rebuild.
511
512 2011-07-21 Joseph Myers <joseph@codesourcery.com>
513
514 * MAINTAINERS (Global Reviewers): Add self.
515
516 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
517
518 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
519 link directories.
520 * Makefile.in: Rebuild.
521
522 2011-07-20 Ian Lance Taylor <iant@google.com>
523
524 PR bootstrap/49787
525 * configure.ac: Move --enable-bootstrap handling earlier in file.
526 If --enable-bootstrap and either --enable-build-with-cxx or
527 --enable-build-poststage1-with-cxx, enable C++ automatically.
528 * configure: Rebuild.
529
530 2011-07-19 Ian Lance Taylor <iant@google.com>
531
532 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
533 make C++ a boot_language. Set and substitute
534 POSTSTAGE1_CONFIGURE_FLAGS.
535 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
536 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
537 * configure, Makefile.in: Rebuild.
538
539 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
540
541 * MAINTAINERS (Register Allocation): Move myself from reviewers to
542 maintainers.
543
544 2011-07-18 Jakub Jelinek <jakub@redhat.com>
545
546 * MAINTAINERS (Global Reviewers): Add myself.
547
548 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
549
550 * configure: Regenerate.
551
552 2011-07-16 Jason Merrill <jason@redhat.com>
553
554 * Makefile.def (language=c++): Add check-c++0x and
555 check-target-libmudflap-c++.
556 * Makefile.tpl (check-target-libmudflap-c++): New.
557 * Makefile.in: Regenerate.
558
559 2011-07-16 Matthias Klose <doko@ubuntu.com>
560
561 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
562 * Makefile.def (target_modules/libjava): Pass
563 $(EXTRA_CONFIGARGS_LIBJAVA).
564 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
565 if not configured with --enable-static-libjava.
566 * Makefile.in: Regenerate.
567 * configure: Likewise.
568
569 2011-07-15 Jason Merrill <jason@redhat.com>
570
571 * Makefile.in (check-c++): Move check-gcc-c++0x after
572 check-target-libstdc++-v3.
573
574 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
575
576 * MAINTAINERS (c6x port): New entry.
577
578 2011-07-13 Jason Merrill <jason@redhat.com>
579
580 * Makefile.in (check-gcc-c++0x): New.
581 (check-c++): Depend on it.
582
583 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
584
585 PR target/39150
586 * configure.ac (i[3456789]86-*-solaris2*): Also accept
587 x86_64-*-solaris2.1[0-9]*.
588 * configure: Regenerate.
589
590 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
591
592 * MAINTAINERS (RTL optimizers): Add self.
593
594 2011-06-27 Gabriel Charette <gchare@google.com>
595
596 * MAINTAINERS (Write After Approval): Add myself.
597
598 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
599
600 PR regression/47836
601 PR bootstrap/23656
602 PR other/47733
603 PR bootstrap/49247
604 PR c/48825
605 * configure.ac (target_libraries): Remove target-libiberty.
606 Remove case-statement setting skipdirs=target-libiberty for
607 multiple targets. Remove checking target_configdirs and
608 removing target-libiberty but keeping target-libgcc if
609 otherwise empty.
610 * Makefile.def (target_modules): Don't add libiberty.
611 (dependencies): Remove all traces of target-libiberty.
612 * configure, Makefile.in: Regenerate.
613
614 2011-06-13 Walter Lee <walt@tilera.com>
615
616 * configure.ac (tilepro-*-*) New case.
617 (tilegx-*-*): Likewise.
618 * configure: Regenerate.
619
620 2011-06-06 Jing Yu <jingyu@google.com>
621
622 * configure.ac: Skip target-libiberty for
623 arm*-*-linux-androideabi.
624 * configure: Regenerated.
625
626 2011-06-06 Nick Clifton <nickc@redhat.com>
627
628 * config.sub: Sync from upstream.
629
630 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
631
632 * MAINTAINERS (Write After Approval): Add myself.
633
634 2011-06-01 Daniel Jacobowitz <drow@false.org>
635
636 * MAINTAINERS: Update my email address.
637
638 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
639
640 * MAINTAINERS (Write After Approval): Update my email address.
641
642 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
643
644 * MAINTAINERS (Write After Approval): Add myself.
645
646 2011-05-08 Doug Kwan <dougkwan@google.com>
647
648 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
649 * configure: Regenerated.
650 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
651 value from configure.
652 * Makefile.in: Regenerated.
653
654 2011-05-05 Joseph Myers <joseph@codesourcery.com>
655
656 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
657 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
658 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
659 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
660 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
661 *-*-vxworks*): Disable newlib and libgloss in separate case
662 statement.
663 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
664 to separate case statement.
665 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
666 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
667 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
668 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
669 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
670 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
671 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
672 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
673 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
674 i[[3456789]]86-*-rdos*, m32r-*-*,
675 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
676 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
677 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
678 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
679 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
680 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
681 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
682 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
683 and libgloss in main case over targets. Remove most empty cases
684 in main case over targets.
685 * configure: Regenerate.
686
687 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
688
689 * MAINTAINERS (Write After Approval): Add myself.
690
691 2011-05-04 Joseph Myers <joseph@codesourcery.com>
692
693 * configure.ac: Remove code setting special library locations for
694 hppa*64*-*-hpux11*. Remove code setting compiler for
695 sparc-sun-solaris2*.
696 * configure: Regenerate.
697
698 2011-05-04 Joseph Myers <joseph@codesourcery.com>
699
700 * configure.ac: Separate libgloss_dir settings from general case
701 over targets.
702 * configure: Regenerate.
703
704 2011-04-28 Joseph Myers <joseph@codesourcery.com>
705
706 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
707 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
708 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
709 cases in libgcj-disabling case statement.
710 (hppa*64*-*-linux*): Set unsupported_languages instead of
711 disabling target-zlib.
712 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
713 to hppa*64*-*-hpux*.
714 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
715 hppa*-*-hpux*.
716 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
717 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
718 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
719 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
720 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
721 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
722 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
723 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
724 libgcj-disabling case statement.
725 * configure: Regenerate.
726
727 2011-04-28 Joseph Myers <joseph@codesourcery.com>
728
729 * configure.ac: Disable Java for targets not supporting libffi.
730 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
731 Remove cases in Java-disabling statement.
732 (*arm-wince-pe): Change to arm-wince-pe.
733 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
734 cases in Java-disabling statement.
735 (bfin-*-*): Don't disable Java again.
736 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
737 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
738 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
739 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
740 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
741 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
742 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
743 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
744 Java-disabling statement.
745 (mmix-*-*): Don't disable Java again.
746 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
747 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
748 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
749 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
750 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
751 statement.
752 * configure: Regenerate.
753
754 2011-04-28 Joseph Myers <joseph@codesourcery.com>
755
756 * configure.ac: Separate cases disabling Java and Java libraries
757 from general case over targets.
758 * configure: Regenerate.
759
760 2011-04-21 Jie Zhang <jzhang918@gmail.com>
761
762 * MAINTAINERS: Update my email address.
763
764 2011-04-20 Easwaran Raman <eraman@google.com>
765
766 * MAINTAINERS (Write After Approval): Add myself.
767
768 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
769
770 PR lto/48086
771 * configure.ac: Re-enable LTO on *-apple-darwin9*.
772 * configure: Regenerate.
773
774 2011-04-16 Jim Meyering <meyering@redhat.com>
775
776 * MAINTAINERS (Write After Approval): Add myself.
777
778 2011-04-15 Dodji Seketeli <dodji@redhat.com>
779
780 * MAINTAINERS: Update my email address.
781
782 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
783
784 * MAINTAINERS (Write After Approval): Add myself.
785
786 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
787
788 * MAINTAINERS (Write After Approval): Add myself.
789
790 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
791
792 * MAINTAINERS (Write After Approval): Add myself.
793
794 2011-04-06 Joseph Myers <joseph@codesourcery.com>
795
796 * configure.ac (build_tools): Remove build-byacc.
797 (host_libs): Remove mmalloc.
798 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
799 autoconf automake libtool diff rcs fileutils shellutils time
800 textutils wdiff find uudecode hello tar gzip indent recode release
801 sed perl gawk findutils gettext zip.
802 (libgcj): Remove target-qthreads.
803 (target_tools): Remove target-examples target-gperf.
804 (YACC): Don't handle building byacc.
805 * configure: Regenerate.
806 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
807 dosutils, examples, fileutils, find, findutils, gawk, gettext,
808 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
809 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
810 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
811 handle building components.
812 * Makefile.in: Regenerate.
813
814 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
815
816 * MAINTAINERS: Update my email address as Xtensa maintainer.
817
818 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
819
820 * config.sub: Sync from upstream.
821
822 2011-04-01 Joseph Myers <joseph@codesourcery.com>
823
824 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
825 (microblaze*): Don't disable libssp.
826 * configure: Regenerate.
827
828 2011-04-01 Joseph Myers <joseph@codesourcery.com>
829
830 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
831 moveifchange.
832 * configure: Regenerate.
833 * Makefile.tpl: Use @SHELL@ not @config_shell@.
834 * Makefile.in: Regenerate.
835
836 2011-04-01 Joseph Myers <joseph@codesourcery.com>
837
838 * configure.ac (*-*-sysv4*): Don't enable libgomp.
839 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
840 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
841 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
842 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
843 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
844 md_exec_prefix cases.
845 * configure: Regenerate.
846
847 2011-04-01 Joseph Myers <joseph@codesourcery.com>
848
849 * configure.ac: Separate cases disabling target-libssp,
850 target-libiberty, target-libstdc++-v3 and Fortran from general
851 case over targets.
852 * configure: Regenerate.
853
854 2011-04-01 Joseph Myers <joseph@codesourcery.com>
855
856 * configure.ac (*-*-chorusos): Don't disable libgcj.
857 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
858 Remove case.
859 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
860 (arm-*-coff): Don't disable libgcj.
861 (arm*-*-linux-gnueabi): Remove useless assignment.
862 (arm-*-riscix*): Don't disable libgcj.
863 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
864 configuration.
865 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
866 (c54x*-*-*): Remove case.
867 (tic54x-*-*): Don't disable GCC or GCC libraries.
868 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
869 to *.
870 (d10v-*-*): Don't disable GCC libraries.
871 (d30v-*-*): Don't disable libgcj.
872 (h8500-*-*): Don't disable GCC libraries.
873 (i960-*-*): Don't disable libgcj.
874 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
875 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
876 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
877 libgcj.
878 (m68k-*-coff*): Remove case.
879 (mmix-*-*): Don't disable libgloss on host.
880 (mn10200-*-*, mn10300-*-*): Remove cases.
881 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
882 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
883 Don't disable libgcj.
884 (romp-*-*): Remove case.
885 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
886 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
887 case.
888 (v810-*-*): Don't disable GCC libraries.
889 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
890 (ip2k-*-*): Don't disable GCC libraries.
891 * configure: Regenerate.
892
893 2011-03-28 Joseph Myers <joseph@codesourcery.com>
894
895 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
896 libffi on host.
897 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
898 on host.
899 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
900 * configure: Regenerate.
901
902 2011-03-26 John Marino <binutils@marino.st>
903
904 * configure.ac: Add support for *-*-dragonfly*
905 * configure: Regenerate.
906
907 2011-03-25 Joseph Myers <joseph@codesourcery.com>
908
909 * configure.ac (native_only): Remove.
910 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
911 send-pr uudecode guile gnuserv on host.
912 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
913 send-pr rcs guile perl texinfo libtool on host.
914 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
915 automake send-pr rcs guile perl texinfo libtool on host.
916 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
917 (*-*-kaos*): Don't disable target-examples target-gperf on target.
918 (alpha*-dec-osf*): Don't disable fileutils on target.
919 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
920 texinfo send-pr expect dejagnu on target.
921 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
922 target-qthreads on target.
923 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
924 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
925 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
926 x86_64-*-mingw*): Don't disable expect on target.
927 (*-*-cygwin*): Don't disable target-gperf on target.
928 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
929 gnuserv on target.
930 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
931 target.
932 * configure: Regenerate.
933
934 2011-03-25 Joseph Myers <joseph@codesourcery.com>
935
936 * configure.ac (target_tools): Remove target-groff.
937 (native_only): Remove target-groff.
938 (hppa*64*-*-*): Don't disable byacc.
939 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
940 setting.
941 (*-*-kaos*): Don't skip target-librx and target-groff.
942 (*-*-netware*): Don't skip target-libmudflap.
943 (*-*-tpf*): Don't skip target-libmudflap.
944 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
945 directories on the host.
946 (ia64*-*-*vms*): Don't skip tix.
947 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
948 host.
949 * configure: Regenerate.
950
951 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
952
953 * configure.ac: Remove references to mt-mep, mt-netware,
954 mt-wince.
955 * Makefile.def: Add all-utils soft dependencies.
956 * Makefile.tpl: Remove GDB_NLM_DEPS.
957 * configure: Regenerate.
958 * Makefile.in: Regenerate.
959
960 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
961
962 * configure.ac: Do not include mh-x86omitfp.
963 * configure: Regenerate.
964
965 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
966
967 * configure.ac: Remove empty cases.
968 * configure: Regenerate.
969
970 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
971
972 * Makefile.def: Add dependency from termcap to gdb.
973 * Makefile.in: Regenerate.
974
975 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
976
977 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
978 * configure: Regenerate.
979 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
980 * Makefile.tpl: Likewise.
981 * Makefile.in: Regenerate.
982
983 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
984
985 * configure.ac: Remove all mentions of tentative_cc.
986 * configure: Regenerate.
987
988 2011-03-24 Joseph Myers <joseph@codesourcery.com>
989
990 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
991 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
992 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
993 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
994 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
995 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
996 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
997 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
998 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
999 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1000 *-*-rhapsody*): Remove host cases.
1001 * configure: Regenerate.
1002
1003 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1004
1005 * configure.ac (ppc*-*-pe): Remove host case.
1006 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1007 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1008 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1009 cases.
1010 * configure: Regenerate.
1011
1012 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1013
1014 * config.sub: Update to version 2011-03-23.
1015
1016 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1017
1018 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1019 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1020 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1021 * configure: Regenerate.
1022
1023 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1024
1025 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1026 to Write After Approval.
1027 * config-ml.in: Don't handle arc-*-elf*.
1028 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1029 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1030 handle GCC libraries.
1031 * configure: Regenerate.
1032
1033 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1034
1035 PR bootstrap/48120:
1036 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1037 Add -lstdc++ -lm to LIBS.
1038 * configure: Regenerate.
1039
1040 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1041
1042 * config.guess: Update to version 2011-02-02
1043 * config.sub: Update to version 2011-02-24
1044
1045 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1046
1047 PR lto/48086
1048 * configure.ac: Re-enable LTO on *-apple-darwin9.
1049 * configure: Regenerate.
1050
1051 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1052
1053 PR lto/48086
1054 * configure.ac: Disable LTO on darwin due to an assembler change in
1055 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1056 under 256.
1057 * configure: Regenerate.
1058
1059 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1060
1061 * MAINTAINERS: Update myself as score backend maintainer,
1062 update my e-mail address.
1063
1064 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1065
1066 * MAINTAINERS: Update my e-mail address.
1067
1068 2011-03-06 Joey Ye <joey.ye@arm.com>
1069
1070 * MAINTAINERS: Update my e-mail address.
1071
1072 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1073
1074 * configure.ac: Adjust test of with_ppl.
1075 * configure: Regenerated.
1076
1077 2011-03-02 Kai Tietz <ktietz@redhat.com>
1078
1079 * MAINTAINERS: Adjust my e-mail address.
1080
1081 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1082
1083 * configure.ac: Add -lpwl to ppllibs.
1084 * configure: Regenerated.
1085
1086 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1087
1088 * config/cloog.m4: Add -lisl to clooglibs.
1089 * configure: Regenerated.
1090
1091 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1092
1093 * MAINTAINERS (CPU Port maintainers): Add self.
1094
1095 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1096
1097 * MAINTAINERS: Add myself as testsuite maintainer.
1098
1099 2011-02-15 Mike Stump <mikestump@comcast.net>
1100
1101 * MAINTAINERS: Add myself as testsuite maintainer.
1102
1103 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1104
1105 Import from Libtool and gnulib:
1106
1107 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1108
1109 Prepare for supporting FreeBSD 10.
1110 * config.rpath: Remove handling of freebsd1* which soon would
1111 match FreeBSD 10.0.
1112
1113 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1114
1115 Remove support for FreeBSD 1.x.
1116 * libtool.m4 (_LT_LINKER_SHLIBS)
1117 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1118 soon would incorrectly match FreeBSD 10.0.
1119
1120 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1121
1122 PR binutils/12283
1123 * move-if-change: Import version from gnulib.
1124
1125 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1126
1127 PR lto/47225
1128 * Makefile.def (lto-plugin): Double dash for enable-shared.
1129 (configure-gcc): Depend on all-lto-plugin.
1130 * Makefile.in: Rebuilt.
1131
1132 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1133
1134 * configure.ac: Remove extra bracket.
1135 * configure: Regenerate.
1136
1137 2011-02-08 Tobias Burnus <burnus@net-b.de>
1138
1139 * MAINTAINERS: Add myself as libquadmath maintainer.
1140
1141 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1142
1143 * MAINTAINERS: Update my email address.
1144
1145 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1146
1147 * MAINTAINERS (option handling): Add self.
1148
1149 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1150
1151 PR lto/47225
1152 * Makefile.def: Add dependency for install-gcc
1153 on install-lto-plugin.
1154 * Makfile.in: Regenerated
1155
1156 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1157
1158 * MAINTAINERS (CPU Port Maintainers): Add myself.
1159
1160 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1161
1162 PR libgcj/44341
1163 * configure.ac: Discard --with-* flags for host when configuring
1164 target libraries for cross build.
1165 * configure: Rebuilt.
1166
1167 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1168
1169 * MAINTAINERS (linear loop transforms): Removed.
1170
1171 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1172
1173 * configure.ac: If with_ppl is no, move setting with_cloog=no
1174 after CLOOG_REQUESTED check.
1175 * configure: Regenerated.
1176
1177 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1178
1179 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1180 CLooG has been requested.
1181 * configure: Regenerated.
1182
1183 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1184
1185 * configure: Regenerated.
1186 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1187
1188 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1189
1190 * configure: Regenerated.
1191 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1192
1193 2011-01-21 Andreas Schwab <schwab@redhat.com>
1194
1195 * configure.ac: Use AS_HELP_STRING throughout.
1196 * configure: Regenerate.
1197
1198 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1199
1200 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1201 * configure: Regenerate.
1202
1203 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1204
1205 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1206
1207 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1208
1209 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1210 for ia64-hpux.
1211 * configure: Regenerate.
1212
1213 2011-01-07 Jan Hubicka <jh@suse.cz>
1214
1215 PR lto/47225
1216 * Makefile.in: Regenerate.
1217 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1218 configure.
1219
1220 2011-01-07 Jan Hubicka <jh@suse.cz>
1221
1222 * Makefile.in: Regenerate.
1223 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1224 and configure dependency on lto-plugin configure.
1225 (lto-plugin module): Remove dependency on GCC; add dependency on
1226 liniberty.
1227
1228 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1229
1230 * MAINTAINERS (Write After Approval): Add myself.
1231
1232 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1233
1234 * configure: Regenerate.
1235
1236 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1237
1238 * configure.ac: (picochip): Disable libiberty.
1239
1240 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1241
1242 * MAINTAINERS (Write After Approval): Add myself.
1243
1244 2010-12-10 Ian Lance Taylor <iant@google.com>
1245
1246 PR bootstrap/46819
1247 * configure.ac: For --disable-libgcj clear libgcj_saved.
1248 * configure: Rebuild.
1249
1250 2010-12-10 Tobias Burnus <burnus@net-b.de>
1251
1252 PR fortran/46540
1253 * configure.ac: Add --disable-libquadmath and
1254 --disable-libquadmath-support.
1255 * configure: Regenerate.
1256
1257 2010-12-03 Ian Lance Taylor <iant@google.com>
1258
1259 * MAINTAINERS: Add myself as libgo maintainer.
1260
1261 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1262
1263 PR libffi/46792
1264 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1265 * configure: Regenerate.
1266
1267 2010-12-02 Ian Lance Taylor <iant@google.com>
1268
1269 * configure.ac: Always set default for poststage1_ldflags to
1270 -static-libstdc++ -static-libgcc.
1271
1272 2010-11-29 Andreas Schwab <schwab@redhat.com>
1273
1274 * configure.ac: Move comment to remove extra space in last argument
1275 of GCC_TARGET_TOOL.
1276
1277 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1278
1279 PR other/46026
1280 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1281 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1282 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1283 (BASE_FLAGS_TO_PASS): Use it.
1284 * configure: Rebuilt.
1285 * Makefile.in: Rebuilt.
1286
1287 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1288
1289 PR binutils/12258
1290 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1291 Properly check default linker.
1292 * configure: Regnerated.
1293
1294 2010-11-23 Matthias Klose <doko@ubuntu.com>
1295
1296 * configure.ac: For --enable-gold, handle value `default' instead of
1297 `both*'. New configure option --{en,dis}able-ld.
1298 * configure: Regenerate.
1299
1300 2010-11-20 Ian Lance Taylor <iant@google.com>
1301
1302 * configure.ac: Only disable a language library if no language needs
1303 it. Don't let --disable-libgcj uncondtionally disable libffi.
1304 * configure: Rebuild.
1305
1306 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1307
1308 * Makefile.in: Regenerate.
1309
1310 PR other/46202
1311 * configure.ac: Fix just-built in-tree STRIP name to be
1312 binutils/strip-new.
1313 * configure: Regenerate.
1314 * Makefile.def (install-strip-gcc, install-strip-binutils)
1315 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1316 (install-strip-sid): Mirror dependencies on non-strip variants
1317 of these targets on the respective -strip prerequisites.
1318 * Makefile.tpl (install-strip, install-strip-host)
1319 (install-strip-target): New targets.
1320 (install-strip-[+module+], install-strip-target-[+module+]):
1321 New targets.
1322 * Makefile.in: Regenerate.
1323
1324 2010-11-19 Ian Lance Taylor <iant@google.com>
1325 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1326
1327 * configure.ac: Add target-libgo to target_libraries. Set
1328 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1329 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1330 (HOST_EXPORTS): Add GOC.
1331 (BASE_TARGET_EXPORTS): Add GOC.
1332 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1333 (GOCFLAGS_FOR_TARGET): New variable.
1334 (EXTRA_HOST_FLAGS): Add GOC.
1335 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1336 * Makefile.def (target_modules): Add libgo.
1337 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1338 (dependencies): Add dependency from configure-target-libgo to
1339 configure-target-libffi and all-target-libstdc++-v3. Add
1340 dependencies from all-target-libgo to all-target-libffi.
1341 (languages): Add go.
1342 * configure: Rebuild.
1343 * Makefile.in: Rebuild.
1344
1345 2010-11-19 Ian Lance Taylor <iant@google.com>
1346
1347 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1348 compiler/flag environment variables.
1349
1350 2010-11-18 Ian Lance Taylor <iant@google.com>
1351
1352 * configure.ac: Check for lang_requires_boot_languages in
1353 config-lang.in files.
1354 * configure: Rebuild.
1355
1356 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1357 Tobias Burnus <burnus@net-b.de>
1358
1359 PR fortran/32049
1360 * Makefile.def: Add libquadmath; build it with language=fortran.
1361 * configure.ac: Add libquadmath.
1362 * Makefile.tpl: Handle multiple libs in check-[+language+].
1363 * Makefile.in: Regenerate.
1364 * configure: Regenerate.
1365
1366 2010-11-16 Tom Tromey <tromey@redhat.com>
1367
1368 * MAINTAINERS: Moved myself to reviewers section.
1369
1370 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1371
1372 * MAINTAINERS: Moved myself to reviewers section.
1373
1374 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1375
1376 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1377 (Write After Approval): Remove self.
1378
1379 2010-11-15 Andreas Schwab <schwab@redhat.com>
1380
1381 * configure.ac: Fix spelling in option names.
1382 * configure: Regenerated.
1383
1384 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1385
1386 PR bootstrap/39622
1387 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1388 * configure: Regenerated.
1389
1390 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1391
1392 * MAINTAINERS: Update my email address.
1393
1394 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1395
1396 * configure: Regenerate.
1397
1398 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1399
1400 * configure: Regenerate.
1401
1402 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1403
1404 * configure: Regenerate.
1405
1406 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1407
1408 * configure: Regenerate.
1409
1410 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1411
1412 * configure.ac: Support official CLooG.org versions.
1413 * configure: Regenerate.
1414 * config/cloog.m4: New.
1415
1416 2010-11-10 François Dumont <francois.cppdevs@free.fr>
1417
1418 * MAINTAINERS (Write After Approval): Add myself.
1419
1420 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
1421
1422 * MAINTAINERS: Update my email address.
1423
1424 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1425
1426 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1427 * configure: Regenerate.
1428
1429 2010-11-03 Ian Lance Taylor <iant@google.com>
1430 Dave Korn <dave.korn.cygwin@gmail.com>
1431
1432 PR lto/46273
1433 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1434 and on other supported platforms whenever LTO is enabled.
1435 * configure: Rebuild.
1436
1437 2010-11-02 Alan Modra <amodra@gmail.com>
1438
1439 PR binutils/12110
1440 * configure.ac: Error when source path contains spaces.
1441 * configure: Regenerate.
1442
1443 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1444
1445 * MAINTAINERS: Update my email address.
1446
1447 2010-10-20 Ian Lance Taylor <iant@google.com>
1448
1449 * Makefile.def (target_modules): Set lib_path to src/.libs for
1450 libstdc++-v3 module.
1451 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1452 * Makefile.in: Rebuild.
1453
1454 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1455
1456 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1457 (Write After Approval): Remove myself.
1458
1459 2010-10-15 Tristan Gingold <gingold@adacore.com>
1460
1461 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1462
1463 2010-10-14 Douglas Rupp <rupp@gnat.com>
1464
1465 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1466
1467 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1468
1469 * configure.ac (build_lto_plugin): New shell variable.
1470 (--enable-lto): Turn on by default for all non-ELF platforms that
1471 have had LTO support added so far. Set build_lto_plugin appropriately
1472 for both ELF and non-ELF.
1473 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1474 * configure: Regenerate.
1475
1476 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1477
1478 Sync from src:
1479 * configure.ac (v850 support): Remove target-libgloss from
1480 noconfigdirs.
1481 * configure: Regenerate.
1482
1483 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1484
1485 PR bootstrap/45326
1486 PR bootstrap/45174
1487 * configure.ac: Honor initial values of $build_configargs,
1488 $host_configargs, $target_configargs. Mark the precious, so
1489 environment settings get recorded.
1490 * configure: Regenerate.
1491
1492 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1493
1494 PR bootstrap/45796
1495 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1496 Depend on all-build-libiberty.
1497 * Makefile.in: Regenerate.
1498
1499 2010-09-30 Michael Eager <eager@eagercon.com>
1500
1501 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1502 * configure: Regenerate.
1503
1504 2010-09-28 Michael Eager <eager@eagercon.com>
1505
1506 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1507
1508 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1509
1510 PR bootstrap/44621
1511 * configure.ac: Fix unportable shell quoting.
1512 * configure: Regenerate.
1513
1514 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1515
1516 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1517 targets and amend comment.
1518 * configure: Regenerate.
1519
1520 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1521
1522 * MAINTAINERS (Write After Approval): Add myself.
1523
1524 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1525
1526 * configure.ac: Enable LTO by default on Darwin.
1527 * configure: Regenerate.
1528
1529 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1530
1531 * MAINTAINERS (Write After Approval): Add myself.
1532
1533 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1534
1535 * MAINTAINERS (Write After Approval): Add myself.
1536
1537 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1538
1539 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1540 ports
1541
1542 2010-07-28 David Yuste <david.yuste@gmail.com>
1543
1544 * MAINTAINERS (Write After Approval): Add myself.
1545
1546 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1547
1548 * configure.ac: Support all v850 targets.
1549 * configure: Regenerate.
1550
1551 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1552
1553 PR bootstrap/44455
1554 * configure.ac (extra_mpfr_configure_flags): Copy from
1555 extra_mpc_gmp_configure_flags.
1556 * configure: Re-generated.
1557
1558 2010-07-22 Andi Kleen <ak@linux.intel.com>
1559
1560 * MAINTAINERS (Write After Approval): Add myself.
1561
1562 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1563
1564 * MAINTAINERS (Write After Approval): Add myself.
1565
1566 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1567
1568 * MAINTAINERS (Write After Approval): Add myself.
1569
1570 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1571
1572 PR target/44862
1573 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1574 Provide -B option to allow for link spec %s substitutions for
1575 libstdc++.a on darwin.
1576 * Makefile.in: Regenerate.
1577
1578 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1579
1580 * MAINTAINERS (Reviewers): Update my e-mail address
1581
1582 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1583
1584 * Makefile.def (configure-gcc): Depend on all-libelf.
1585 * Makefile.in: Rebuild.
1586
1587 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1588
1589 * MAINTAINERS (Write After Approval): Add myself in the right place.
1590
1591 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1592
1593 * MAINTAINERS (Write After Approval): Add myself.
1594
1595 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1596
1597 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1598
1599 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1600
1601 * config.sub: Update to version 2010-05-21.
1602 * config.guess: Update to version 2010-04-03.
1603
1604 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1605
1606 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1607 * configure: Regenerate.
1608
1609 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1610
1611 * MAINTAINERS (Write After Approval): Add myself.
1612
1613 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1614
1615 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1616 a platform that supports LTO.
1617 * configure: Regenerate.
1618
1619 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1620
1621 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1622 * configure: Regenerated.
1623
1624 2010-04-27 Roland McGrath <roland@redhat.com>
1625 H.J. Lu <hongjiu.lu@intel.com>
1626
1627 * configure.ac (--enable-gold): Support both, both/gold and
1628 both/bfd to add gold to configdirs without removing ld.
1629 * configure: Regenerated.
1630
1631 * Makefile.def: Add install-gold dependency to install-ld.
1632 * Makefile.in: Regenerated.
1633
1634 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1635
1636 PR lto/42776
1637 * configure.ac (--enable-lto): Refactor handling so libelf tests
1638 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1639 and allow LTO to be explicitly enabled on non-ELF platforms that
1640 are known to support it inside else-clause.
1641 * configure: Regenerate.
1642
1643 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1644
1645 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1646 * configure: Regenerate.
1647
1648 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1649
1650 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1651 * configure: Regenerate.
1652
1653 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1654
1655 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1656 separately.
1657 * configure: Regenerate.
1658
1659 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1660
1661 * MAINTAINERS (Write After Approval): Add myself.
1662
1663 2010-04-14 Tristan Gingold <gingold@adacore.com>
1664
1665 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1666 * configure: Regenerate.
1667
1668 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1669
1670 * configure: Regenerate after change to elf.m4.
1671
1672 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1673
1674 * MAINTAINERS (Write After Approval): Add myself.
1675
1676 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1677
1678 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1679 * configure: Regenerated.
1680
1681 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1682
1683 * configure.ac: Print "buggy but acceptable" when CLooG
1684 revision is less than 9.
1685 * configure: Regenerated.
1686
1687 2010-04-01 Diego Novillo <dnovillo@google.com>
1688
1689 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1690
1691 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1692
1693 PR bootstrap/43615
1694 PR bootstrap/43328
1695
1696 Revert:
1697
1698 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1699
1700 * configure.ac: Do not pass --enable-multilib nor
1701 --disable-multilib in baseargs. Accept explicitly passed
1702 --enable_multilib.
1703 * configure: Regenerate.
1704
1705 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1706
1707 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1708
1709 2010-03-31 Janis Johnson <janis187@us.ibm.com>
1710
1711 * MAINTAINERS: Remove myself.
1712
1713 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1714
1715 PR bootstrap/43328
1716 * configure.ac: Do not pass --enable-multilib nor
1717 --disable-multilib in baseargs. Accept explicitly passed
1718 --enable_multilib.
1719 * configure: Regenerate.
1720
1721 2010-03-28 Andrew Pinski <pinskia@gmail.com>
1722
1723 * MAINTAINERS (spu port): Remove me.
1724
1725 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1726
1727 * configure.ac (tic6x-*-*): New case.
1728 * configure: Regenerate.
1729
1730 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1731
1732 * config.sub: Update to version 2010-03-22.
1733 * config.guess: Update to version 2009-12-30.
1734
1735 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1736
1737 PR ada/42554
1738 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1739 * configure: Regenerate.
1740
1741 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1742
1743 * MAINTAINERS: Update my email address.
1744
1745 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1746
1747 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1748 (ghassan.shobaki@amd.com): Removed.
1749
1750 2010-03-17 Alan Modra <amodra@gmail.com>
1751
1752 * MAINTAINERS: Update my email address.
1753
1754 2010-03-16 Diego Novillo <dnovillo@google.com>
1755
1756 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1757 Matthews.
1758
1759 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1760
1761 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1762 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1763
1764 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1765
1766 * MAINTAINERS: Update my email address.
1767
1768 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1769
1770 * MAINTAINERS: Update my email address.
1771
1772 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1773
1774 * MAINTAINERS: Update my email address.
1775
1776 2010-03-09 Jie Zhang <jie@codesourcery.com>
1777
1778 * MAINTAINERS: Update my email address.
1779
1780 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1781
1782 PR libstdc++/32499
1783 * configure.ac (RANLIB): Default to true.
1784 (STRIP): Likewise.
1785 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1786 * configure: Regenerate.
1787
1788 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
1789
1790 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1791 (Write After Approval): Update my email address.
1792
1793 2010-02-17 Nick Clifton <nickc@redhat.com>
1794
1795 PR 11238
1796 * Makefile.tpl (local-distclean): Also remove config.cache files in
1797 sub-directories as there may not be Makefiles present in the
1798 sub-directories.
1799 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1800 the config.cache files found by the find command.
1801
1802 * Makefile.in: Regenerate.
1803 * configure.ac: Revert previous delta.
1804 * configure: Regenerate.
1805
1806 2010-02-15 Nick Clifton <nickc@redhat.com>
1807
1808 PR 11238
1809 * configure.ac: Delete config.cache files in sub-directories when
1810 deleting Makefiles.
1811 * configure: Regenerate.
1812
1813 2010-02-12 Ben Elliston <bje@gnu.org>
1814
1815 * MAINTAINERS: Update my email address.
1816
1817 2010-02-08 Andrew Pinski <pinskia@gmail.com>
1818
1819 * MAINTAINERS (spu port): Update my email address.
1820
1821 2010-02-08 Jie Zhang <jie.zhang@analog.com>
1822
1823 * MAINTAINERS: Add myself as a maintainer for the bfin port.
1824
1825 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1826
1827 * configure.ac: Add "recommended" version checks for GMP/MPC.
1828 Update recommended GMP/MPFR/MPC versions.
1829 * configure: Regenerate.
1830
1831 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
1832
1833 * MAINTAINERS: Move my Embecosm email address into the
1834 write-after-approval section.
1835
1836 2010-01-26 Ian Lance Taylor <iant@google.com>
1837
1838 * MAINTAINERS: Add myself as Go frontend maintainer.
1839
1840 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1841
1842 PR libstdc++/36101, PR libstdc++/42813
1843 * configure.ac (bootstrap_target_libs): Make inclusion of
1844 target-libgomp conditional on libgomb being in target_configdirs.
1845 * configure: Regenerate.
1846
1847 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1848
1849 PR libstdc++/36101, PR libstdc++/42813
1850 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1851 * configure: Regenerate.
1852
1853 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1854
1855 PR libstdc++/36101, PR libstdc++/42813
1856 * configure.ac (target_configdirs): Substitute.
1857 * Makefile.def: Bootstrap target module libgomp.
1858 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1859 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1860 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1861 * configure, Makefile.in: Regenerate.
1862
1863 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
1864
1865 * MAINTAINERS: Adjust my details.
1866
1867 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
1868
1869 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1870
1871 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
1872
1873 * MAINTAINERS: reindented my entry with tabs instead of spaces.
1874
1875 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
1876
1877 * MAINTAINERS (Write After Approval): Add myself.
1878
1879 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1880
1881 * MAINTAINERS (Write After Approval): Add myself.
1882
1883 2010-01-11 Richard Guenther <rguenther@suse.de>
1884
1885 PR lto/41569
1886 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1887 * Makefile.in: Regenerated.
1888
1889 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
1890
1891 * configure.ac: Enable libjava build on x86_64-*freebsd*.
1892 * configure: Regenerate.
1893
1894 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1895 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1896
1897 PR bootstrap/42424
1898 * configure.ac: Include libtool m4 files.
1899 (_LT_CHECK_OBJDIR): Call it.
1900 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1901 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1902
1903 * configure: Regenerate.
1904
1905 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1906
1907 PR bootstrap/41818
1908 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1909 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1910 * Makefile.in: Regenerate.
1911
1912 2010-01-02 Richard Guenther <rguenther@suse.de>
1913
1914 PR lto/41529
1915 * configure.ac: Include config/elf.m4. Disable LTO if not
1916 builting for an elf target.
1917 * configure: Regenerate.
1918
1919 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
1920
1921 * MAINTAINERS: Change my email address.
1922
1923 2009-12-18 Ben Elliston <bje@au.ibm.com>
1924
1925 * config.sub, config.guess: Update from upstream sources.
1926
1927 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
1928
1929 * MAINTAINERS (Write After Approval): Add myself.
1930
1931 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1932
1933 PR middle-end/30447
1934 PR middle-end/30789
1935 PR other/40302
1936
1937 * configure.ac: Require MPC.
1938 * configure: Regenerate.
1939
1940 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1941
1942 PR target/38384
1943 PR bootstrap/40972
1944 * libtool.m4: Sync from git Libtool.
1945 * ltoptions.m4: Likewise.
1946 * ltversion.m4: Likewise.
1947 * lt~obsolete.m4: Likewise.
1948 * ltmain.sh: Likewise.
1949
1950 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1951
1952 * configure.ac: Update minimum MPC version to 0.8.
1953 * configure: Regenerate.
1954
1955 2009-11-21 Sebastian Pop <sebpop@gmail.com>
1956
1957 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1958 * configure: Regenerated.
1959
1960 2009-11-21 Ian Lance Taylor <iant@google.com>
1961
1962 * configure.ac: Change default of poststage1_ldflags to be empty if
1963 poststage1_libs is set. When poststage1_libs is empty, and
1964 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1965 * configure: Rebuild.
1966
1967 2009-11-21 Adam Nemet <adambnmet@gmail.com>
1968
1969 * MAINTAINERS (Write After Approval): Update my email address.
1970
1971 2009-11-20 Ben Elliston <bje@au.ibm.com>
1972
1973 * config.guess: Update from upstream sources.
1974
1975 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1976
1977 * Makefile.def: Restore host and target settings for gmp.
1978 * Makefile.in: Rebuild.
1979
1980 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1981
1982 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1983 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1984 Fix portability of test of C++ as bootstrap language. Add
1985 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1986 * configure: Rebuild.
1987 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1988 and cloog. Fix in-tree ppl configuration. Introduce libelf
1989 in-tree building.
1990 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1991 (POSTSTAGE1_HOST_EXPORTS): Use it.
1992 (STAGE[+id+]_CXXFLAGS): New.
1993 (BASE_FLAGS_TO_PASS): Pass it down.
1994 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1995 extra_exports.
1996 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1997 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1998 extra_exports.
1999 * Makefile.in: Rebuild.
2000
2001 2009-11-17 Ben Elliston <bje@au.ibm.com>
2002
2003 * config.sub, config.guess: Update from upstream sources.
2004
2005 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2006
2007 * MAINTAINERS (Write After Approval): Add myself.
2008
2009 2009-11-09 Jon Beniston <jon@beniston.com>
2010
2011 * MAINTAINERS (Write After Approval): Add myself.
2012
2013 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2014
2015 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2016 paths for *-w64-mingw* and x86_64-*mingw*.
2017 * configure: Regenerated.
2018
2019 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
2020
2021 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2022
2023 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2024
2025 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2026 Phil Edwards to Write-After Approval.
2027
2028 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2029
2030 * configure.ac: Disable target-winsup & co for
2031 x86_64-*-mingw* and *-w64-mingw* targets.
2032 * configure: Regenerated.
2033
2034 2009-10-16 Nick Clifton <nickc@redhat.com>
2035
2036 * MAINTAINERS: Add myself as a maintainer for the RX port.
2037
2038 2009-10-26 Johannes Singler <singler@kit.edu>
2039
2040 * MAINTAINERS (Write After Approval): Update my e-mail address.
2041
2042 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2043
2044 * configure.ac (CLooG test): Use = with test.
2045 * configure: Regenerate.
2046
2047 2009-10-22 Richard Guenther <rguenther@suse.de>
2048
2049 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2050 cloog if the ppl version check failed. Move flags saving
2051 before setting in libelf check.
2052 * configure: Regenerate.
2053
2054 2009-10-21 Richard Guenther <rguenther@suse.de>
2055
2056 * configure.ac: Adjust the ppl and cloog configure to work as
2057 documented. Disable cloog if ppl was disabled. Omit the version
2058 checks if they were disabled.
2059 * configure: Re-generate.
2060
2061 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2062
2063 * configure.ac: Add 'lto' to enable_languages, not
2064 new_enable_languages, and only if not already present.
2065 * configure: Regenerate.
2066
2067 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2068
2069 * README: Refer to the various COPYING* files instead of just
2070 COPYING.
2071 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2072
2073 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2074
2075 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2076
2077 2009-10-07 Richard Guenther <rguenther@suse.de>
2078
2079 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2080 and Richard Guenther as reviewers.
2081 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2082 as reviewers.
2083
2084 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2085
2086 * config.sub: Update from upstream sources.
2087
2088 2009-10-06 Ian Lance Taylor <iant@google.com>
2089
2090 * Makefile.def: check-gold depends upon all-gas.
2091 * Makefile.in: Rebuild.
2092
2093 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2094
2095 * MAINTAINERS (Write After Approval): Add myself.
2096
2097 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2098
2099 * Makefile.def: all-lto-plugin depends on all-libiberty.
2100 set bootstrap=true for lto-plugin.
2101 Add lto-plugin.
2102 * Makefile.in: Regenerate.
2103 * configure.ac (host_libs): Add lto-plugin.
2104 * configure: Regenerate.
2105
2106 2009-10-03 Diego Novillo <dnovillo@google.com>
2107
2108 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2109 (HOST_LIBELFLIBS): Define.
2110 (HOST_LIBELFINC): Define.
2111 * Makefile.in: Regenerate.
2112 * configure.ac: Add --enable-lto.
2113 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2114 If --enable-lto is used, add 'lto' to new_enable_languages.
2115 If --enable-lto is used and gold is enabled, add
2116 lto-plugin to configdirs.
2117 * configure: Regenerate.
2118
2119 2009-10-03 Simon Baldwin <simonb@google.com>
2120
2121 * configure.ac: If --with-system-zlib, suppress local zlib and
2122 pass --with-system-zlib to subdir configure scripts.
2123 * configure: Regenerate.
2124
2125 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2126 Paolo Bonzini <bonzini@gnu.org>
2127
2128 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2129 $(srcdir).
2130 * Makefile.in: Rebuilt.
2131
2132 2009-09-26 Gary Funck <gary@intrepid.com>
2133
2134 * MAINTAINERS (Write After Approval): Add myself.
2135
2136 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2137
2138 * configure.ac: Update minimum MPC version to 0.7.
2139 * configure: Regenerate.
2140
2141 2009-09-25 Nick Clifton <nickc@redhat.com>
2142
2143 * configure.ac: Pass any --cache-file=/dev/null option on to
2144 subconfigures.
2145 * configure: Regenerate.
2146
2147 2009-09-23 Nick Clifton <nickc@redhat.com>
2148
2149 * config.sub, config.guess: Update from upstream sources.
2150
2151 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2152
2153 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2154 * Makefile.in: Rebuilt.
2155
2156 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2157
2158 PR bootstrap/32272
2159 * configure.ac: Error out if $srcdir isn't '.' but contains
2160 host-${host_noncanonical}.
2161 * configure: Regenerate.
2162
2163 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2164
2165 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2166 maintainer.
2167
2168 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2169
2170 * configure.ac: If bootstrapping a combined tree with
2171 --enable-gold, require c++ in stage1_languages.
2172 * configure: Regenerate.
2173
2174 * configure.ac: Also add target_libs of stage1_languages to
2175 bootstrap_target_libs.
2176 * configure: Regenerate.
2177
2178 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2179 with --enable-languages not containing c++.
2180 * configure: Regenerate.
2181
2182 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2183
2184 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2185 * configure: Regenerate.
2186
2187 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2188
2189 * MAINTAINERS (Write After Approval): Update my e-mail address,
2190 and move from from here...
2191 (Waiting for paperwork): To here.
2192
2193 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2194
2195 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2196
2197 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2198
2199 * configure.ac: Do not use $extrasub for replacing @if/@endif
2200 parts in Makefile; instead, use additional arguments to
2201 AC_CONFIG_COMMANDS to do the replacement manually, with several
2202 sed invocations, to avoid HP-UX sed command limits.
2203 * configure: Regenerate.
2204
2205 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2206
2207 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2208 blank before -L.
2209
2210 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2211
2212 * configure.ac (with-build-config): Document. Handle without.
2213 Handle missing argument.
2214 * configure: Rebuilt.
2215
2216 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2217
2218 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2219 Default to bootstrap-debug only if compare-debug works.
2220 * configure: Rebuilt.
2221 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2222 * Makefile.in: Rebuilt.
2223
2224 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2225
2226 * MAINTAINERS (OS Port Maintainers): Update my email address.
2227
2228 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2229
2230 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2231 * Makefile.in: Rebuilt.
2232
2233 2009-09-01 Chris Demetriou <cgd@google.com>
2234
2235 * MAINTAINERS (Write After Approval): Add myself.
2236
2237 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2238
2239 PR debug/30161
2240 * include/dwarf2.h (enum dwarf_tag): Added
2241 DW_TAG_GNU_template_template_param
2242 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2243
2244 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2245
2246 * Makefile.tpl (AWK): Fix typo.
2247 * Makefile.in: Regenerate.
2248
2249 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2250
2251 * configure.ac: Detect awk and sed.
2252 * Makefile.def (flags_to_pass): Add AWK and SED.
2253 * Makefile.tpl (AWK, SED): New.
2254 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2255 * configure: Regenerate.
2256 * Makefile.in: Regenerate.
2257
2258 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2259
2260 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2261 (collapseslashes): Likewise.
2262
2263 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2264
2265 * configure.ac (AC_PREREQ): Bump to 2.64.
2266
2267 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2268
2269 * configure.ac: Remove --with-datarootdir, --with-docdir,
2270 --with-pdfdir, --with-htmldir switches.
2271 * configure: Regenerate.
2272
2273 * configure: Regenerate.
2274
2275 * compile: Sync from Automake 1.11.
2276 * depcomp: Likewise.
2277 * install-sh: Likewise.
2278 * missing: Likewise.
2279 * mkinstalldirs: Likewise.
2280 * ylwrap: Likewise.
2281
2282 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2283
2284 * ltmain.sh (func_normal_abspath): New function.
2285 (func_relative_path): Likewise.
2286 (func_mode_help): Document new -bindir option for link mode.
2287 (func_mode_link): Add new -bindir option, and use it to place
2288 output DLL if specified.
2289
2290 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2291
2292 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2293 (baseargs): Add --disable-option-checking.
2294 * configure: Regenerate.
2295
2296 * Makefile.def (configure-target-libiberty): Depend on
2297 all-binutils and all-ld.
2298 (configure-target-newlib): Likewise.
2299 * Makefile.in: Regenerate.
2300
2301 2009-08-17 Ben Elliston <bje@au.ibm.com>
2302
2303 * config.sub, config.guess: Update from upstream sources.
2304
2305 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2306
2307 Sync from src, merge:
2308
2309 2009-07-02 Tristan Gingold <gingold@adacore.com>
2310
2311 * configure.ac: Do not exclude gas for i386-*-darwin.
2312 Add a case for x86_64-*-darwin.
2313 * configure: Regenerate.
2314
2315 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2316
2317 * MAINTAINERS: Add my name to Write After Approval list.
2318
2319 2009-08-06 Michael Eager <eager@eagercon.com>
2320
2321 * configure.ac: Add Microblaze target.
2322 * configure: Regenerate.
2323
2324 2009-07-31 Christian Bruel <christian.bruel@st.com>
2325
2326 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2327 * configure: Regenerate.
2328
2329 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2330
2331 * MAINTAINERS (Write After Approval): Update my e-mail address.
2332
2333 2009-07-06 Ian Lance Taylor <iant@google.com>
2334
2335 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2336 * configure: Rebuild.
2337
2338 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2339
2340 * MAINTAINERS: Move myself to the Graphite Reviewers.
2341
2342 2009-06-30 Wei Guozhi <carrot@google.com>
2343
2344 * MAINTAINERS: Add my name to Write After Approval list.
2345
2346 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2347
2348 PR bootstrap/40338
2349 * configure.ac (comparestring): Create new variable.
2350 * Makefile.tpl (comparestring): Use to skip some comparisions.
2351 * configure: Regenerate.
2352 * Makefile.in: Regenerate.
2353
2354 2009-06-26 Doug Evans <dje@sebabeach.org>
2355
2356 * Makefile.def (host_modules): Add cgen.
2357 * Makefile.in: Regenerate.
2358 * configure.ac (host_tools): Add cgen.
2359 * configure: Regenerate.
2360
2361 2009-06-23 DJ Delorie <dj@redhat.com>
2362
2363 * MAINTAINERS: Add myself as mep maintainer.
2364
2365 2009-06-23 Ian Lance Taylor <iant@google.com>
2366
2367 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2368 boot_languages. Only bootstrap target libraries listed in
2369 target_libs for some boot language. Add --with-stage1-ldflags,
2370 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2371 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2372 if not building with C++.
2373 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2374 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2375 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2376 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2377 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2378 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2379 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2380 * configure, Makefile.in: Rebuild.
2381
2382 2009-06-23 Li Feng <nemokingdom@gmail.com>
2383
2384 * MAINTAINERS: Added my name to write-after-approval list.
2385
2386 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2387
2388 * configure.ac: Define is_elf for QNX Neutrino targets.
2389 * configure: Regenerate.
2390
2391 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2392
2393 * MAINTAINERS: Added my name to the write-after-approval list
2394
2395 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2396
2397 * configure.ac: Detect MPC in default directory.
2398 * configure: Regenerate.
2399
2400 2009-06-03 Jerome Guitton <guitton@adacore.com>
2401 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2402
2403 * Makefile.tpl (all): Avoid a trailing backslash.
2404 * Makefile.in: Regenerate.
2405
2406 2009-06-03 Ben Elliston <bje@au.ibm.com>
2407
2408 * config.sub, config.guess: Update from upstream sources.
2409
2410 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2411
2412 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2413 to noconfdirs.
2414 * configure: Regenerate.
2415
2416 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2417
2418 * Makefile.tpl ([+compare-target+]): Compare all stage
2419 directories, rather than just gcc.
2420 * Makefile.in: Rebuilt.
2421
2422 2009-06-01 Doug Kwan <dougkwan@google.com>
2423
2424 * configure.ac: Support gold for target arm*-*-*.
2425 * configure: Regenerate.
2426
2427 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2428
2429 * Makefile.def: Add MPC support and dependencies.
2430 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2431
2432 * Makefile.in, configure: Regenerate.
2433
2434 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2435
2436 * Makefile.tpl (all): Avoid harmless warning in make all when
2437 gcc-bootstrap is enabled but stage_last does not exist.
2438 * Makefile.in: Rebuilt.
2439
2440 2009-05-24 Nicolas Roche <roche@adacore.com>
2441
2442 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2443 * Makefile.in: Regenerate.
2444
2445 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2446
2447 * MAINTAINERS: Update my e-mail address.
2448
2449 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2450
2451 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2452 * configure: Regenerate.
2453
2454 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2455
2456 PR other/40159
2457 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2458 gcc-no-bootstrap are mutually exclusive.
2459 * Makefile.in: Rebuilt.
2460
2461 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2462
2463 PR other/40159
2464 * Makefile.tpl (all): Don't end with unconditional success.
2465 * Makefile.in: Rebuilt.
2466
2467 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2468
2469 PR target/37137
2470 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2471 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2472 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2473 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2474 stage_configureflags, stage_cflags and stage_libcflags into
2475 explicit Makefile macros.
2476 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2477 GFORTRAN.
2478 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2479 CC. Set CC_FOR_BUILD from CC.
2480 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2481 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2482 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2483 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2484 and GFORTRAN.
2485 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2486 (_LIBCFLAGS): Renamed to _TFLAGS.
2487 (do-compare-debug, do-compare3-debug): Drop.
2488 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2489 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2490 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2491 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2492 (XGCC_FLAGS_FOR_TARGET): New.
2493 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2494 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2495 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2496 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2497 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2498 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2499 TFLAGS.
2500 (BUILD_CONFIG): Include if requested.
2501 (all): Set TFLAGS on bootstrap.
2502 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2503 (all-stageid-prefixmodule): Likewise.
2504 (do-clean, distclean-stageid): Set TFLAGS.
2505 (restrap): Fix whitespace.
2506 * Makefile.in: Rebuilt.
2507
2508 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2509
2510 * config.guess: Sync with src.
2511
2512 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2513
2514 * configure.ac ($with_ppl): Default to no if not supplied.
2515 ($with_cloog): Likewise.
2516 configure: Regenerate.
2517
2518 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2519
2520 * MAINTAINERS: Update my e-mail address.
2521
2522 2009-04-27 Nick Clifton <nickc@redhat.com>
2523
2524 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2525
2526 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2527
2528 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2529 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2530 * Makefile.in: Regenerate.
2531
2532 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2533
2534 PR bootstrap/39739
2535 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2536 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2537
2538 * configure, Makefile.in: Regenerate.
2539
2540 2009-04-21 Taras Glek <tglek@mozilla.com>
2541
2542 * include/hashtab.h: Update GTY annotations to new syntax
2543 * include/splay-tree.h: Likewise
2544
2545 2009-04-17 Ben Elliston <bje@au.ibm.com>
2546
2547 * config.sub, config.guess: Update from upstream sources.
2548
2549 2009-04-15 Anthony Green <green@moxielogic.com>
2550
2551 * configure.ac: Add moxie support.
2552 * configure: Rebuilt.
2553
2554 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2555
2556 * configure.ac: Change copyright header to refer to version
2557 3 of the GNU General Public License and to point readers at the
2558 COPYING3 file and the FSF's license web page.
2559 * Makefile.def: Likewise.
2560 * Makefile.tpl: Likewise.
2561 * Makefile.in: Regenerate.
2562
2563 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2564
2565 * configure.ac: Restore match for darwin9 or later. Use double
2566 brackets since regeneration eats one pair.
2567 * configure: Regenerate.
2568
2569 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2570
2571 PR gas/10039
2572 * configure.ac: Require texinfo 4.7.
2573 * configure: Regenerated.
2574
2575 2009-04-09 Nick Clifton <nickc@redhat.com>
2576
2577 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2578 the GCC Runtime Library Exception.
2579
2580 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2581
2582 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2583 * configure: Regenerate.
2584
2585 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2586
2587 * Makefil.def (languages): New entries.
2588 * Makefile.tpl (check-gcc-*): New generic target.
2589 * Makefile.in: Regenerate.
2590
2591 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2592
2593 * MAINTAINERS: Update my email address.
2594
2595 2009-03-18 Tom Tromey <tromey@redhat.com>
2596
2597 * configure: Rebuild.
2598 * configure.ac (host_libs): Add libiconv.
2599 * Makefile.in: Rebuild.
2600 * Makefile.def (host_modules): Add libiconv.
2601 (configure-gdb, all-gdb): Depend on libiconv.
2602
2603 2009-03-16 Tristan Gingold <gingold@adacore.com>
2604
2605 * configure.ac: Treat gdb as supported on x86_64-darwin.
2606 * configure: Regenerate.
2607
2608 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2609
2610 * configure.ac (--with-host-libstdcxx): New option.
2611 * configure: Regenerate.
2612
2613 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2614
2615 * MAINTAINERS: Move myself into the write after approval list.
2616
2617 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2618
2619 * MAINTAINERS: Update e-mail address.
2620
2621 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2622
2623 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2624
2625 2009-03-10 Ira Rosen <irar@il.ibm.com>
2626
2627 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2628
2629 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2630
2631 Backport from git Libtool:
2632
2633 2009-01-19 Robert Millan <rmh@aybabtu.com>
2634 Support GNU/kOpenSolaris.
2635 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2636 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2637 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2638 GNU/kOpenSolaris.
2639
2640 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2641
2642 * MAINTAINERS: Update e-mail address.
2643
2644 2009-02-24 Michael Eager <eager@eagercon.com>
2645
2646 * MAINTAINERS (Write After Approval): Add self.
2647
2648 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2649
2650 * MAINTAINERS (Write After Approval): Add myself.
2651
2652 2009-02-05 Andreas Schwab <schwab@suse.de>
2653
2654 * Makefile.tpl (stage_last): Define $r and $s before using
2655 $(RECURSE_FLAGS_TO_PASS).
2656 * Makefile.in: Regenerate
2657
2658 2009-01-30 Ian Lance Taylor <iant@google.com>
2659
2660 * MAINTAINERS: Move myself to the Global Reviewers list.
2661
2662 2009-01-29 Robert Millan <rmh@aybabtu.com>
2663
2664 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2665 * configure: Regenerate.
2666
2667 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2668
2669 * MAINTAINERS: Make whitespace consistent.
2670 Remove Robert Millan from Write After Approval.
2671
2672 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2673
2674 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2675 (all-opcodes): Depend on all-libiberty.
2676 * Makefile.in: Regenerate.
2677
2678 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2679
2680 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2681 * configure: Regenerate.
2682
2683 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2684
2685 * MAINTAINERS (Write After Approval): Add myself.
2686
2687 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2688
2689 * MAINTAINERS: Add myself to reviewers (Fortran).
2690
2691 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2692
2693 PR tree-optimization/38515
2694 * configure.ac (cloog-polylib): Removed.
2695 (with_ppl, with_cloog): Test for "no".
2696 * configure: Regenerated.
2697
2698 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
2699
2700 * MAINTAINERS: Moved myself to reviewers (Fortran).
2701
2702 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2703
2704 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2705 (Write After Approval): Remove myself.
2706
2707 2009-01-03 Diego Novillo <dnovillo@google.com>
2708
2709 * MAINTAINERS: Remove myself from alias maintainership.
2710
2711 2009-01-02 David Ayers <ayers@fsfe.org>
2712
2713 * MAINTAINERS: Update e-mail address.
2714
2715 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2716
2717 * MAINTAINERS: Make whitespace consistent.
2718
2719 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2720
2721 Backport from upstream Libtool:
2722 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2723 Add cache variables to tests that require the linker to work.
2724 For shlibpath_overrides_runpath, this also changes the semantics
2725 to let the result from the C compiler take precedence.
2726
2727 2008-12-02 Ben Elliston <bje@au.ibm.com>
2728
2729 * config.sub, config.guess: Update from upstream sources.
2730
2731 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2732
2733 * configure.ac (ppllibs): Add by default the lib flags.
2734 * configure: Regenerate.
2735
2736 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
2737
2738 * MAINTAINERS: Add myself to the write after approval list.
2739
2740 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2741
2742 * configure.ac: Add double brackets on darwin[912].
2743 * configure: Regenerate.
2744
2745 2008-12-03 Daniel Kraft <d@domob.eu>
2746
2747 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2748 Approval to Reviewer section (for Fortran front-end).
2749
2750 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2751
2752 * configure.ac: Expand to darwin10 and later.
2753 * configure: Regenerate.
2754
2755 2008-12-02 Andreas Schwab <schwab@suse.de>
2756
2757 * Makefile.def: configure-target-boehm-gc depends on
2758 all-target-libstdc++-v3.
2759 * Makefile.in: Regenerate.
2760
2761 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
2762
2763 * MAINTAINERS: Add myself as mingw maintainer.
2764
2765 2008-12-02 Ben Elliston <bje@au.ibm.com>
2766
2767 * config.sub, config.guess: Update from upstream sources.
2768
2769 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2770
2771 * README.SCO: Remove.
2772
2773 2008-11-29 Fernando Pereira <pronesto@gmail.com>
2774
2775 * MAINTAINERS: Add myself to the write after approval list.
2776
2777 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2778
2779 * MAINTAINERS: Update my email address in WAA section.
2780
2781 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
2782
2783 * MAINTAINERS: Update e-mail address.
2784
2785 2008-11-27 Toon Moene <toon@moene.org>
2786
2787 * MAINTAINERS: Change e-mail address.
2788
2789 2008-11-27 Tristan Gingold <gingold@adacore.com>
2790
2791 * configure.ac: Build gdb for i?86-*-darwin*
2792 * configure: Regenerated.
2793
2794 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
2795
2796 * MAINTAINERS: Added my full name.
2797
2798 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2799
2800 PR bootstrap/38014
2801 PR bootstrap/37923
2802
2803 Revert:
2804
2805 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2806
2807 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2808 * Makefile.in: Regenerated.
2809
2810 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2811
2812 PR gdb/921
2813 PR gdb/1646
2814 PR gdb/2175
2815 PR gdb/2176
2816
2817 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2818 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2819 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2820 (HOST_EXPORTS): Pass CPPFLAGS.
2821 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2822 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2823 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2824 * Makefile.in, configure: Regenerated.
2825 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2826 and CPPFLAGS_FOR_BUILD.
2827
2828 2008-11-06 Jeff Law <law@redhat.com>
2829
2830 * MAINTAINERS: Add myself as middle end maintainer.
2831
2832 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
2833
2834 * MAINTAINERS (Write after approval): Add myself.
2835
2836 2008-11-05 Diego Novillo <dnovillo@google.com>
2837
2838 * MAINTAINERS (Global Reviewers): Add myself.
2839 (Non-Algorithmic Maintainers): Remove myself.
2840
2841 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
2842
2843 * MAINTAINERS (Write after approval): Add myself.
2844
2845 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
2846
2847 * MAINTAINERS (Write after approval): Add myself.
2848
2849 2008-10-31 Ben Elliston <bje@au.ibm.com>
2850
2851 * configure.ac (spu-*-*): Remove special case.
2852 * configure: Regenerate.
2853
2854 2008-10-30 Catherine Moore <clm@codesourcery.com>
2855
2856 * MAINTAINERS (Write after approval): Update my email address.
2857
2858 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2859
2860 * configure.ac [spu-*-*]: Do not set skipdirs.
2861 * configure: Re-generate.
2862
2863 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
2864
2865 * MAINTAINERS (Various Maintainers): Add myself to reload.
2866
2867 2008-10-25 Richard Guenther <rguenther@suse.de>
2868
2869 * MAINTAINERS (Various Maintainers): Add myself as middle-end
2870 maintainer. Remove myself as libgcc-math maintainer.
2871 (Non-Algorithmic Maintainers): Remove myself.
2872
2873 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2874
2875 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2876 * Makefile.in: Regenerated.
2877
2878 2008-10-23 Cary Coutant <ccoutant@google.com>
2879
2880 * MAINTAINERS (Write after approval): Add myself.
2881
2882 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2883
2884 PR gdb/921
2885 PR gdb/1646
2886 PR gdb/2175
2887 PR gdb/2176
2888
2889 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2890 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2891 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2892 (HOST_EXPORTS): Pass CPPFLAGS.
2893 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2894 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2895 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2896 * Makefile.in, configure: Regenerated.
2897 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2898 and CPPFLAGS_FOR_BUILD.
2899
2900 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
2901
2902 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2903 Sebastian Pop.
2904
2905 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
2906
2907 * MAINTAINERS (Write After Approval): Added myself.
2908
2909 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2910
2911 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2912 recommended version to 2.3.2.
2913
2914 * configure: Regenerate.
2915
2916 2008-10-01 Mark Mitchell <mark@codesourcery.com>
2917
2918 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2919
2920 2008-09-29 David Daney <david.daney@caviumnetworks.com>
2921
2922 * MAINTAINERS (Write After Approval): Update e-mail address.
2923
2924 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
2925
2926 * libtool.m4: Update to libtool 2.2.6.
2927 * lt~obsolete.m4: Update to libtool 2.2.6.
2928 * ltmain.sh: Update to libtool 2.2.6.
2929 * ltsugar.m4: Update to libtool 2.2.6.
2930 * ltversion.m4: Update to libtool 2.2.6.
2931 * ltoptions.m4: Update to libtool 2.2.6.
2932 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2933
2934 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
2935
2936 * MAINTAINERS (Write After Approval): Add myself.
2937
2938 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2939
2940 * MAINTAINERS (Write After Approval): Update my name.
2941
2942 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
2943
2944 * MAINTAINERS: Add myself in "Write After Approval".
2945
2946 2008-09-18 Steve Ellcey <sje@cup.hp.com>
2947
2948 * MAINTAINERS: Add myself as ia64 maintainer.
2949
2950 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
2951
2952 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2953 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2954 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2955 and Michael Tiemann from Write After Approval since they do not
2956 actually have access.
2957
2958 2008-09-05 Richard Guenther <rguenther@suse.de>
2959
2960 * configure.ac: Initialize clooglibs to -lcloog.
2961 * configure: Re-generate.
2962
2963 2008-09-04 Le-Chun Wu <lcwu@google.com>
2964
2965 * MAINTAINERS (Write After Approval): Add myself.
2966
2967 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2968
2969 * configure.ac (--with-cloog-polylib): New.
2970 (--disable-cloog-version-check): New.
2971 (--disable-ppl-version-check): New.
2972 * configure: Re-generate.
2973
2974 2008-09-03 Richard Guenther <rguenther@suse.de>
2975
2976 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2977 cloog test.
2978 * configure: Re-generate.
2979
2980 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
2981
2982 Add picoChip port.
2983 * MAINTAINERS: Add picoChip maintainers.
2984
2985 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2986 Tobias Grosser <grosser@fim.uni-passau.de>
2987 Jan Sjodin <jan.sjodin@amd.com>
2988 Harsha Jagasia <harsha.jagasia@amd.com>
2989 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2990 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2991 Adrien Eliche <aeliche@isty.uvsq.fr>
2992
2993 Merge from graphite branch.
2994 * configure: Regenerate.
2995 * Makefile.in: Regenerate.
2996 * configure.ac (host_libs): Add ppl and cloog.
2997 Add checks for PPL and CLooG.
2998 * Makefile.def (ppl, cloog): Added modules and dependences.
2999 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3000 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3001
3002 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3003
3004 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3005 (GCC_SHLIB_SUBDIR): New.
3006 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3007 * configure: Regenerate.
3008 * Makefile.in: Regenerate.
3009
3010 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3011
3012 * MAINTAINERS: Consistently use tabs to separate columns.
3013
3014 2008-08-29 Tristan Gingold <gingold@adacore.com>
3015
3016 * MAINTAINERS (Write after Approval): Add myself.
3017
3018 2008-08-28 Tristan Gingold <gingold@adacore.com>
3019
3020 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3021 Enable bfd, binutils and opcodes.
3022 * configure: Regenerate.
3023
3024 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3025
3026 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3027
3028 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3029
3030 * MAINTAINERS: Use correct Umlaut for last name.
3031
3032 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3033
3034 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3035
3036 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3037
3038 * MAINTAINERS: Update my email address.
3039
3040 2008-08-16 Nicolas Roche <roche@adacore.com>
3041
3042 * Makefile.tpl: Add BOOT_ADAFLAGS.
3043 * Makefile.in: Regenerate.
3044
3045 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3046
3047 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3048 * configure: Regenerate.
3049
3050 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3051
3052 * configure.ac: Add makefile fragments for hpux.
3053 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3054 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3055 * configure: Regenerate.
3056 * Makefile.in: Regenerate.
3057
3058 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3059
3060 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3061
3062 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3063
3064 * MAINTAINERS (Write after Approval): Add myself.
3065
3066 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3067
3068 * MAINTAINERS (Write After Approval): Add myself.
3069
3070 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3071
3072 * MAINTAINERS (Write After Approval): Add myself.
3073
3074 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3075
3076 * MAINTAINERS: Update my email address.
3077
3078 2008-06-25 Joey Ye <joey.ye@intel.com>
3079
3080 * MAINTAINERS (Write After Approval): Add myself.
3081
3082 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3083
3084 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3085 * Makefile.in: Regenerate.
3086 * configure: Regenerate.
3087
3088 2008-06-17 Daniel Kraft <d@domob.eu>
3089
3090 * MAINTAINERS (Write After Approval): Add myself.
3091
3092 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3093
3094 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3095 "$@" is still intact with both Autoconf 2.59 and 2.62.
3096 * configure: Regenerate.
3097
3098 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3099
3100 * Makefile.tpl: Fix comment errors.
3101 * Makefile.in: Regenerate.
3102
3103 2008-06-12 David S. Miller <davem@davemloft.net>
3104 David Edelsohn <edelsohn@gnu.org>
3105
3106 * configure.ac: Add powerpc*-*-* to gold supported targets.
3107 * configure: Regenerate.
3108
3109 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3110
3111 PR tree-optimization/36218
3112 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3113 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3114 (all prefix="build-"): Pass them to build-system sub-makes.
3115 * Makefile.in: Regenerate.
3116
3117 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3118
3119 * MAINTAINERS (mt port): Remove.
3120 (sco5, unixware, sco udk): Remove.
3121 (Kean Johnston): Add to Write After Approval.
3122
3123 2008-05-30 Julian Brown <julian@codesourcery.com>
3124
3125 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3126 of libobjc for ARM EABI Linux.
3127 * configure: Regenerate.
3128
3129 2008-05-18 Xinliang David Li <davidxl@google.com>
3130
3131 * ChangeLog: Remove wrong ChangeLog entry.
3132
3133 2008-05-17 Xinliang David Li <davidxl@google.com>
3134
3135 * MAINTAINERS (Write After Approval): Add myself.
3136
3137 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3138
3139 * MAINTAINERS (Write After Approval): Add myself.
3140
3141 2008-05-14 Rafael Espíndola <espindola@google.com>
3142
3143 * config-ml.in: don't handle --enable-shared and --enable-static.
3144
3145 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3146
3147 * MAINTAINERS: Update my email address.
3148
3149 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3150
3151 * MAINTAINERS: Update my email address.
3152
3153 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3154
3155 * MAINTAINERS (Write After Approval): Add myself.
3156
3157 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3158
3159 * MAINTAINERS (Write After Approval): Add myself.
3160
3161 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3162
3163 * MAINTAINERS (crx): Add myself.
3164
3165 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3166
3167 Sync with src:
3168 2008-04-14 David S. Miller <davem@davemloft.net>
3169
3170 * configure.ac: Add sparc*-*-* to gold supported targets.
3171 * configure: Regenerate.
3172
3173 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3174
3175 PR bootstrap/35457
3176 * configure.ac: Include override.m4.
3177 * configure: Regenerate.
3178
3179 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3180
3181 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3182 * Makefile.in: Regenerate.
3183
3184 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3185
3186 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3187 as nonconfigurable directories list.
3188 * configure: Regenerate.
3189
3190 2008-04-14 Ben Elliston <bje@au.ibm.com>
3191
3192 * config.sub, config.guess: Update from upstream sources.
3193
3194 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3195
3196 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3197 * Makefile.in: Regenerate.
3198
3199 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3200
3201 * configure.ac: Do not build libssp for the AVR.
3202 * configure: Regenerate.
3203
3204 2008-04-07 Ian Lance Taylor <iant@google.com>
3205
3206 * Makefile.def: check-gold depends upon all-binutils.
3207 * Makefile.in: Regenerate.
3208
3209 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3210
3211 * MAINTAINERS (Write After Approval): Add myself.
3212
3213 2008-04-04 Nick Clifton <nickc@redhat.com>
3214
3215 PR binutils/4334
3216 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3217 builds.
3218 * configure: Regenerate.
3219
3220 2008-04-04 NightStrike <NightStrike@gmail.com>
3221
3222 PR other/35151
3223 * configure.ac: Combine rules for mingw32 and mingw64.
3224 * configure: Regenerate.
3225
3226 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3227
3228 * MAINTAINERS (Write After Approval): Add myself.
3229
3230 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3231
3232 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3233 * Makefile.in (.NOTPARALLEL): Ditto.
3234
3235 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3236
3237 * MAINTAINERS (Write After Approval): Add myself.
3238
3239 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3240
3241 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3242 * Makefile.in (.NOTPARALLEL): Regenerate.
3243
3244 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3245
3246 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3247 * Makefile.in: Regenerate.
3248
3249 2008-03-26 Jakub Staszak <kuba@et.pl>
3250
3251 * MAINTAINERS (Write After Approval): Add myself.
3252
3253 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3254
3255 * MAINTAINERS: Update e-mail address.
3256
3257 2008-03-20 Ian Lance Taylor <iant@google.com>
3258
3259 * configure.ac: Add support for --enable-gold.
3260 * Makefile.def: Add gold as a directory like ld.
3261 * configure, Makefile.in: Regenerate.
3262
3263 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3264
3265 * configure.ac: m4_include config/proginstall.m4.
3266 * configure: Regenerate.
3267
3268 Backport from upstream Libtool:
3269
3270 2007-10-12 Eric Blake <ebb9@byu.net>
3271
3272 Deal with Autoconf 2.62's semantic change in m4_append.
3273 * ltsugar.m4 (lt_append): Replace broken versions of
3274 m4_append.
3275 (lt_if_append_uniq): Don't require separator to be overquoted,
3276 and avoid broken m4_append.
3277 (lt_dict_add): Fix typo.
3278 * libtool.m4 (_LT_DECL): Don't overquote separator.
3279
3280 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3281
3282 * config.rpath: Add AIX 6 support.
3283
3284 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3285
3286 * Makefile.def (stageprofile). Remove -fprofile-generate
3287 from stage_libcflags.
3288 * Makefile.in: Regenerate.
3289
3290 2008-03-13 Ben Elliston <bje@au.ibm.com>
3291
3292 * config.sub, config.guess: Update from upstream sources.
3293
3294 2008-03-06 Tom Tromey <tromey@redhat.com>
3295
3296 * MAINTAINERS: Update for treelang deletion.
3297
3298 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3299
3300 * MAINTAINERS: Update my email address.
3301
3302 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3303
3304 * MAINTAINERS (darwin port): Add myself as a maintainer.
3305 (objective-c/c++): Add myself as a maintainer.
3306
3307 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3308
3309 * MAINTAINERS (Write After Approval): Update my email address.
3310
3311 2008-02-25 Tomas Bily <tbily@suse.cz>
3312
3313 * MAINTAINERS (Write After Approval): Add myself.
3314
3315 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3316
3317 * MAINTAINERS (OpenMP): Add myself.
3318
3319 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3320
3321 PR bootstrap/32009
3322 PR bootstrap/32161
3323
3324 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3325 * configure: Regenerate.
3326
3327 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3328 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3329 STAGE4_LIBCFLAGS): New.
3330 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3331 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3332 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3333 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3334 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3335 for target modules. Don't export LIBCFLAGS.
3336 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3337 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3338 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3339 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3340 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3341 * Makefile.in: Regenerate.
3342
3343 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3344
3345 PR libgcj/33085
3346 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3347 Do not use -DDLL_EXPORT. Backport from upstream.
3348
3349 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3350
3351 * MAINTAINERS (Write After Approval): Add myself.
3352
3353 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3354
3355 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3356 * configure: Regenerate.
3357
3358 2008-01-31 Marc Gauthier <marc@tensilica.com>
3359
3360 * configure.ac (xtensa*-*-*): Recognize processor variants.
3361 * configure: Regenerate.
3362
3363 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3364
3365 PR bootstrap/34922
3366 * configure.ac (PARSE_ARGS): Push suitable setting of
3367 ac_subdirs_all, for `./configure --help=recursive'.
3368 Handle `+' in generic toplevel directory disabling.
3369 * configure: Regenerate.
3370
3371 2008-01-28 Nick Clifton <nickc@redhat.com>
3372
3373 * MAINTAINERS (xstormy16): Take over maintainership.
3374
3375 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3376
3377 * MAINTAINERS (c4x port): Remove.
3378
3379 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3380
3381 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3382
3383 2008-01-23 Ben Elliston <bje@au.ibm.com>
3384
3385 * config.sub, config.guess: Update from upstream sources.
3386
3387 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3388
3389 * MAINTAINERS (Write After Approval): Add myself.
3390
3391 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3392
3393 * MAINTAINERS: Update my email address.
3394
3395 2008-01-09 Raksit Ashok <raksit@google.com>
3396
3397 * MAINTAINERS (Write After Approval): Add myself.
3398
3399 2008-01-09 Raksit Ashok <raksit@google.com>
3400
3401 * MAINTAINERS (Write After Approval): Add myself.
3402
3403 2008-01-08 Ben Elliston <bje@au.ibm.com>
3404
3405 * config.sub, config.guess: Update from upstream sources.
3406
3407 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3408
3409 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3410 Change recommended MPFR from 2.2.1 -> 2.3.0.
3411 * configure: Regenerate.
3412
3413 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3414
3415 * MAINTAINERS: Update my email address.
3416
3417 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3418
3419 * MAINTAINERS: Update my email address.
3420
3421 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3422
3423 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3424 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3425 * Makefile.in: Regenerate.
3426
3427 2007-12-10 Mark Heffernan <meheff@google.com>
3428
3429 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3430 misplaced entries.
3431
3432 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3433
3434 * configure.ac: Enable libjava for x86_64-*-darwin9.
3435 * configure: Regenerate.
3436
3437 2007-12-07 Bill Maddox <maddox@google.com>
3438
3439 * MAINTAINERS (Write After Approval): Add myself.
3440
3441 2007-12-05 Ben Elliston <bje@au.ibm.com>
3442
3443 * config.sub, config.guess: Update from upstream sources.
3444
3445 2007-12-02 Matthias Klose <doko@ubuntu.com>
3446
3447 * config-ml.in: Remove 64bit configure tests.
3448
3449 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3450
3451 * config-ml.in: Robustify against white space in absolute file
3452 names.
3453
3454 * config-ml.in (multi-clean): Substitute ${Makefile}.
3455 Remove superfluous ${Makefile} in list.
3456
3457 2007-11-19 Thiemo Seufer <ths@mips.com>
3458
3459 * config-ml.in: Don't hardcode the Makefile name.
3460
3461 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3462
3463 * MAINTAINERS (Write After Approval): Add myself.
3464
3465 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3466
3467 * MAINTAINERS (Write After Approval): Add myself.
3468
3469 2007-11-06 Doug Kwan <dougkwan@google.com>
3470
3471 * MAINTAINERS (Write After Approval): Add myself.
3472
3473 2007-10-25 Ben Elliston <bje@au.ibm.com>
3474
3475 * MAINTAINERS (mercury): Remove entry.
3476 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3477
3478 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3479
3480 * Makefile.def (dependencies): Make configure-gdb depend on
3481 all-intl.
3482 * Makefile.in: Regenerated.
3483
3484 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3485
3486 * MAINTAINERS (Fortran maintainer): Remove myself.
3487
3488 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3489
3490 * Makefile.def: To avoid problems running with parallel makes,
3491 build newlib before libgloss so that target specific header
3492 files are availble.
3493 * Makefile.in: Regenerate
3494
3495 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3496
3497 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3498 * Makefile.in: Regenerate.
3499
3500 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3501
3502 * MAINTAINERS (Register allocation reviewer): Add myself.
3503
3504 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3505
3506 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3507 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3508 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3509 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3510 * configure: Regenerate.
3511
3512 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3513
3514 * MAINTAINERS (Register allocation reviewer): Add myself.
3515
3516 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3517
3518 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3519 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3520 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3521 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3522 * configure.ac: Default them to host tools for $host = $build.
3523 Subst them.
3524
3525 * configure: Regenerate.
3526 * Makefile.in: Regenerate.
3527
3528 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3529
3530 * MAINTAINERS (Register allocation reviewer): Add myself.
3531
3532 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3533
3534 * MAINTAINERS (Register allocation reviewer): Add myself.
3535
3536 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3537
3538 * MAINTAINERS (Write After Approval): Fix typo.
3539
3540 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3541
3542 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3543 * configure: Regenerate.
3544
3545 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3546
3547 PR bootstrap/31906
3548 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3549 they're already prefixed.
3550
3551 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3552
3553 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3554 libstdc++.
3555 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3556 * configure: Regenerate.
3557 * Makefile.in: Regenerate.
3558
3559 2007-09-17 Andreas Schwab <schwab@suse.de>
3560
3561 * configure.ac: Raise minimum makeinfo version to 4.6.
3562 * configure: Regenerate.
3563
3564 2007-09-17 Johannes Singler <singler@ira.uka.de>
3565
3566 * MAINTAINERS (write-after-approval) add myself
3567
3568 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3569
3570 * configure.ac: Correct makeinfo version check.
3571 * configure: Regenerate.
3572
3573 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3574
3575 * MAINTAINERS: Update my email address.
3576
3577 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3578
3579 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3580 to $skipdirs and only disable gprof for newlib. Use the normal
3581 mips*-elf* handling in other respects.
3582 * configure: Regnerate.
3583
3584 2007-09-12 David Daney <ddaney@avtrex.com>
3585
3586 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3587 enabling libgcj.
3588 * configure: Regenerate.
3589
3590 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3591
3592 PR other/32154
3593 * configure.ac: For libgloss targets, point the linker to the linker
3594 script, startup code and simulator library.
3595 * configure: Regenerate.
3596
3597 2007-09-07 Andrew Haley <aph@redhat.com>
3598
3599 * configure.ac (noconfigdirs): Remove target-libffi and
3600 target-libjava.
3601 * configure: Regenerate.
3602
3603 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3604
3605 PR target/33281
3606 * configure.ac: Use config/mh-mingw on mingw.
3607 * configure: Regenerate.
3608
3609 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3610
3611 * MAINTAINERS (Write After Approval): Add myself.
3612
3613 2007-09-05 Richard Guenther <rguenther@suse.de>
3614
3615 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3616 nor --disable-checking is provided also turn on yes and types
3617 checking for stage1.
3618 * configure: Re-generate.
3619
3620 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3621
3622 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3623 (Write After Approval): Remove myself.
3624
3625 2007-08-29 Nick Clifton <nickc@redhat.com>
3626
3627 * config.sub, config.guess: Update from upstream sources.
3628
3629 2007-08-22 Bud Davis <jmdavis@link.com>
3630
3631 * MAINTAINERS (Write After Approval): Added myself.
3632 * MAINTAINERS (Reviewers): Removed myself.
3633
3634 2007-08-18 Paul Brook <paul@codesourcery.com>
3635 Joseph Myers <joseph@codesourcery.com>
3636
3637 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3638 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3639 * Makefile.in: Regenerate.
3640 * configure.ac (--with-debug-prefix-map): New.
3641 * configure: Regenerate.
3642
3643 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3644 Nigel Stephens <nigel@mips.com>
3645
3646 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3647 as target_makefile_frag.
3648 * configure: Regenerate.
3649
3650 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3651
3652 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3653 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3654 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3655 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3656 (do-compare, do-compare3, do-compare-debug): New.
3657 ([+compare-target+]): Use them.
3658
3659 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3660
3661 * MAINTAINERS (Write After Approval): Change my email address.
3662
3663 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3664 Ben Elliston <bje@au.ibm.com>
3665
3666 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3667 --silent if $silent.
3668 * configure: Regenerate.
3669
3670 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3671
3672 * MAINTAINERS (Various Maintainers): Add myself as
3673 loop infrastructure maintainer. Update my e-mail
3674 address.
3675
3676 2007-07-31 Diego Novillo <dnovillo@google.com>
3677
3678 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3679 Adjust description.
3680
3681 2007-07-26 Richard Guenther <rguenther@suse.de>
3682
3683 * configure.ac: Add types checking to stage1 checking flags.
3684 * configure: Regenerate.
3685
3686 2007-07-17 Nick Clifton <nickc@redhat.com>
3687
3688 * COPYING3: New file. Contains version 3 of the GNU General
3689 Public License.
3690 * COPYING3.LIB: New file. Contains version 3 of the GNU
3691 Lesser General Public License.
3692
3693 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3694
3695 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3696
3697 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3698
3699 * MAINTAINERS (S/390 co-maintainer): Add myself.
3700 (Write After Approval): Remove myself.
3701
3702 2007-07-13 Dan Hipschman <dsh@google.com>
3703
3704 * MAINTAINERS (Write After Approval): Add myself.
3705
3706 2007-07-11 Nick Clifton <nickc@redhat.com>
3707
3708 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3709 WINDRES export.
3710 * Makefile.in: Regenerate.
3711
3712 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3713
3714 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3715 maintainer.
3716
3717 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3718
3719 * lt~obsolete.m4: New. Import from 20070318 libtool.
3720
3721 2007-07-03 Julian Brown <julian@codesourcery.com>
3722
3723 * MAINTAINERS (Write After Approval): Add myself.
3724
3725 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3726
3727 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3728 * configure: Regenerate.
3729
3730 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3731
3732 * configure.ac: Add some missing m4 quotation.
3733 * configure: Regenerate.
3734
3735 2007-07-02 Simon Baldwin <simonb@google.com>
3736
3737 * MAINTAINERS (Write After Approval): Add myself.
3738
3739 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
3740
3741 * configure: Regenerate.
3742
3743 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
3744
3745 * Makefile.def: Add windmc tool to build.
3746 * Makefile.tpl: Likewise.
3747 * configure.ac: Likewise.
3748 * Makefile.in: Regenerate.
3749 * configure: Regenerate.
3750
3751 2007-06-28 DJ Delorie <dj@redhat.com>
3752
3753 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3754 not building newlib.
3755 * configure: Regenerated.
3756
3757 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3758
3759 * MAINTAINERS (Write After Approval): Add myself.
3760
3761 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
3762
3763 * MAINTAINERS (Write After Approval): Add myself.
3764
3765 2007-06-19 Chris Matthews <chrismatthews@google.com>
3766
3767 * MAINTAINERS (Write After Approval): Add myself.
3768
3769 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3770
3771 * MAINTAINERS (Write After Approval): Add myself.
3772
3773 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3774
3775 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3776 * Makefile.in: Regenerated.
3777
3778 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3779
3780 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3781 bfin*-*-uclinux* targets.
3782 * configure: Regenerate.
3783
3784 2007-06-14 Ian Lance Taylor <iant@google.com>
3785
3786 * MAINTAINERS: Add myself as non-algorithmic global write
3787 maintainer.
3788
3789 2007-06-14 Diego Novillo <dnovillo@google.com>
3790
3791 * MAINTAINERS: Add self as middle-end maintainer and
3792 non-algorithmic global write maintainer.
3793
3794 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3795
3796 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3797 Move all Fortran maintainers except Paul Brook into the
3798 Non-Autopoiesis section.
3799
3800 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3801
3802 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3803 (distclean-stage[+id+]): Possibly delete stage_last.
3804 * Makefile.in: Regenerate.
3805
3806 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
3807
3808 * MAINTAINERS (Various Maintainer): Fix typo.
3809
3810 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
3811
3812 * MAINTAINERS (Various Maintainer): Add myself as
3813 dataflow maintainer.
3814
3815 2007-06-07 Ben Elliston <bje@au.ibm.com>
3816
3817 * config.sub, config.guess: Update from upstream sources.
3818
3819 2007-06-07 Ben Elliston <bje@au.ibm.com>
3820
3821 * Makefile.tpl: Fix spelling error.
3822 * Makefile.in: Regenerate.
3823
3824 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3825
3826 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3827 lt_cv_sys_max_cmd_len.
3828
3829 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
3830
3831 * MAINTAINERS (Various Maintainers): Add myself as
3832 auto-vectorizer maintainer.
3833
3834 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
3835
3836 PR libjava/32098
3837 * libtool.m4: Revert previous change.
3838 * ltgcc.m4: Put it here.
3839
3840 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
3841
3842 * MAINTAINERS (Various Maintainers): Add myself as
3843 auto-vectorizer maintainer.
3844
3845 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
3846
3847 PR libjava/32098
3848 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3849
3850 2007-05-30 Richard Guenther <rguenther@suse.de>
3851
3852 * MAINTAINERS (Various Maintainers): Add myself as
3853 auto-vectorizer maintainer.
3854
3855 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3856
3857 PR bootstrap/29382
3858 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3859 * configure: Rebuilt.
3860
3861 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
3862
3863 * MAINTAINERS (Write After Approval): Removed my name.
3864
3865 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
3866
3867 * MAINTAINERS (Write After Approval): Remove myself.
3868
3869 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3870
3871 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3872
3873 2007-05-23 Steve Ellcey <sje@cup.hp.com>
3874
3875 * ltmain.sh: Update from ToT Libtool.
3876 * libtool.m4: Update from ToT Libtool.
3877 * ltsugar.m4: New. Update from ToT Libtool.
3878 * ltversion.m4: New. Update from ToT Libtool.
3879 * ltoptions.m4: New. Update from ToT Libtool.
3880 * ltconfig: Remove.
3881 * ltcf-c.sh: Remove.
3882 * ltcf-cxx.sh: Remove.
3883 * ltcf-gcj.sh: Remove.
3884
3885 2007-05-22 Ollie Wild <aaw@google.com>
3886
3887 * MAINTAINERS (Write After Approval): Add myself.
3888
3889 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3890
3891 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3892 stage_cflags.
3893 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3894 Remove CFLAGS/LIBCFLAGS.
3895 (configure-stage[+id+]-[+prefix+][+module+],
3896 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3897 * Makefile.in: Regenerate.
3898
3899 2007-05-15 Diego Novillo <dnovillo@google.com>
3900
3901 * MAINTAINERS: Update e-mail address.
3902
3903 2007-05-15 Revital Eres <eres@il.ibm.com>
3904
3905 * MAINTAINERS (Write After Approval): Add myself.
3906
3907 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
3908
3909 * MAINTAINERS (Write After Approval): Updated my address.
3910
3911 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
3912
3913 * MAINTAINERS (Write After Approval): Add myself.
3914
3915 2007-05-11 Silvius Rus <rus@google.com>
3916
3917 * MAINTAINERS (Write After Approval): Add myself.
3918
3919 2007-04-23 Tom Tromey <tromey@redhat.com>
3920
3921 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3922
3923 2007-04-22 Mark Mitchell <mark@codesourcery.com>
3924
3925 * MAINTAINERS (cpplib): Rename to ...
3926 (libcpp): ... this. Add C/C++ front end maintainers.
3927
3928 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3929
3930 * config-ml.in: Pass ${ml_config_env} to configure calls.
3931
3932 2007-04-04 Christian Bruel <christian.bruel@st.com>
3933
3934 * MAINTAINERS (Write After Approval): Add myself.
3935
3936 2007-04-02 Dave Korn <dave.korn@artimi.com>
3937
3938 * MAINTAINERS (Write After Approval): Add myself.
3939
3940 2007-03-31 Tobias Burnus <burnus@net-b.de>
3941
3942 * MAINTAINERS (fortran 95 front end): Add myself.
3943
3944 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3945
3946 * MAINTAINERS (Write After Approval): Add myself.
3947
3948 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
3949
3950 * MAINTAINERS (Modulo Scheduler): Add myself.
3951
3952 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
3953
3954 * MAINTAINERS (fortran 95 front end): Add myself.
3955 (c++ front end): whitespace fix.
3956
3957 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
3958
3959 * MAINTAINERS (Write After Approval): Add myself.
3960
3961 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3962
3963 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3964 of glob. Quote arguments with single quotes too.
3965 * configure: Regenerate.
3966
3967 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3968
3969 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3970 * Makefile.in: Regenerate
3971
3972 2007-03-07 Andreas Schwab <schwab@suse.de>
3973
3974 * configure: Regenerate.
3975
3976 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3977
3978 * configure.ac: Add "--with-pdfdir" configure option,
3979 which defines pdfdir variable.
3980 * Makefile.def (target=fixincludes): Add install-pdf to
3981 missing targets.
3982 (recursive_targets): Add install-pdf target.
3983 (flags_to_pass): Add pdfdir.
3984 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3985 target.
3986 * configure: Regenerate
3987 * Makefile.in: Regenerate
3988
3989 2007-02-28 Eric Christopher <echristo@apple.com>
3990
3991 Revert:
3992 2006-12-07 Mike Stump <mrs@apple.com>
3993
3994 * Makefile.def (dependencies): Add dependency for
3995 install-target-libssp and install-target-libgomp on
3996 install-gcc.
3997 * Makefile.in: Regenerate.
3998
3999 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4000
4001 * configure: Regenerate.
4002 * configure.ac: Move statements after variable declarations.
4003
4004 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4005
4006 * MAINTAINERS: Add myself as sh maintainer.
4007
4008 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4009
4010 * configure.ac: Adjust for loop syntax.
4011 * configure: Regenerate.
4012
4013 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4014
4015 * configure: Rebuilt.
4016
4017 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4018
4019 * configure.ac: Drop multiple occurrences of --enable-languages,
4020 and fix its quoting.
4021 * configure: Rebuilt.
4022
4023 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4024 Nathan Sidwell <nathan@codesourcery.com>
4025 Vladimir Prus <vladimir@codesourcery.com>
4026 Joseph Myers <joseph@codesourcery.com>
4027
4028 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4029 * configure: Regenerate.
4030
4031 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4032
4033 * ltconfig (freebsd*): Default to elf.
4034
4035 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4036
4037 * configure.ac (target_libraries): Move libgcc before libiberty.
4038 * configure: Regenerated.
4039
4040 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4041 Paolo Bonzini <bonzini@gnu.org>
4042
4043 PR bootstrap/30753
4044 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4045 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4046 * configure: Regenerated.
4047
4048 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4049
4050 * MAINTAINERS (Language Front End Maintainers): Update my mail
4051 address.
4052
4053 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4054
4055 PR bootstrap/30748
4056 * configure.ac: Correct syntax for Solaris ksh.
4057 * configure: Regenerated.
4058
4059 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4060
4061 * configure.ac: Sync with src.
4062 * configure: Regenerate.
4063
4064 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4065
4066 * Makefile.in: Regenerate.
4067
4068 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4069
4070 * config.sub: Sync with src.
4071
4072 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4073
4074 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4075 noncanonical equivalents.
4076 * configure.in: Rename to...
4077 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4078 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4079 target_noncanonical. Use them. Rewrite removal of configure
4080 arguments for autoconf 2.59. Discard variable settings. Force
4081 program_transform_name for native tools.
4082
4083 * Makefile.in: Regenerated.
4084 * configure: Regenerated with autoconf 2.59.
4085
4086 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4087
4088 * MAINTAINERS (Write After Approval): Add myself.
4089
4090 2007-01-31 Andreas Schwab <schwab@suse.de>
4091
4092 * Makefile.tpl (LDFLAGS): Substitute it.
4093 * Makefile.in: Regenerate.
4094
4095 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4096
4097 * MAINTAINERS (Write After Approval): Add myself.
4098
4099 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4100
4101 * MAINTAINERS (spu port): Add myself.
4102
4103 2007-01-23 Richard Guenther <rguenther@suse.de>
4104
4105 PR bootstrap/30541
4106 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4107 * Makefile.tpl (GNATBIND): Substitute it.
4108 (GNATMAKE): Likewise.
4109 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4110 of STAGE_PREFIX.
4111 * Makefile.in: Regenerate.
4112 * configure: Regenerate.
4113
4114 2007-01-18 Mike Stump <mrs@apple.com>
4115
4116 * configure.in: Re-enable -Werror for gcc builds.
4117
4118 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4119
4120 * MAINTAINERS (Write After Approval): Add myself.
4121
4122 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4123
4124 * configure.in: Change == to = in test command.
4125 * configure: Regenerate.
4126
4127 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4128 Nick Clifton <nickc@redhat.com>
4129 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4130
4131 * configure.in (build_configargs, host_configargs, target_configargs):
4132 Remove build/host/target parameters.
4133 (host_libs): Add gmp and mpfr.
4134 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4135 * Makefile.def (gmp, mpfr): New.
4136 (gcc): Remove target.
4137 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4138 target_os, target_vendor): New.
4139 (configure): Add host_alias/target_alias arguments; adjust invocations.
4140 * configure: Regenerate.
4141 * Makefile.in: Regenerate.
4142
4143 2007-01-11 Matt Fago <fago@earthlink.net>
4144
4145 * configure.in: Try to link to functions only in mpfr 2.2.x
4146 to improve robustness of configure tests.
4147 * configure: Regenerate.
4148
4149 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4150
4151 * MAINTAINERS: Add myself as i386 maintainer.
4152
4153 2007-01-08 Jan Hubicka <jh@suse.cz>
4154
4155 * MAINTAINERS: Add myself as i386 maintainer.
4156
4157 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4158
4159 * configure.in: Add support for an x86_64-mingw* target.
4160 * configure: Regenerate.
4161
4162 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4163
4164 * Makefile.tpl (all-target): Correct @if conditional for target
4165 modules.
4166 * configure.in: Omit libiberty if building only target libgcc.
4167 * configure, Makefile.in: Regenerated.
4168
4169 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4170
4171 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4172 * configure: Regenerate.
4173
4174 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4175
4176 * Makefile.def (target_modules): Add libgcc.
4177 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4178 * Makefile.tpl (clean-target-libgcc): Delete.
4179 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4180 on gcc even for bootstrapped modules. Rewrite handling of
4181 lang_env_dependencies to loop over target_modules.
4182 * configure.in (target_libraries): Add target-libgcc.
4183 * Makefile.in, configure: Regenerated.
4184
4185 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4186
4187 * configure.in: Reorganize recognition of languages. Add
4188 --enable-stage1-languages. Show supported languages for the chosen
4189 target rather than all recognized languages.
4190 * configure: Regenerate.
4191
4192 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4193
4194 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4195 * Makefile.in: Regenerate.
4196
4197 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4198
4199 * configure.in: Warn that MPFR 2.2.0 is buggy.
4200 * configure: Regenerate.
4201
4202 2006-12-27 Ian Lance Taylor <iant@google.com>
4203
4204 * configure.in: When removing Makefiles to force a reconfigure, also
4205 remove prev-DIR*/Makefile.
4206 * configure: Regenerate.
4207
4208 2006-12-22 Andreas Schwab <schwab@suse.de>
4209
4210 * configure: Regenerate with correct autoconf version.
4211
4212 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4213
4214 * configure.in: add AC_SUBST for *_FOR_TARGET.
4215 * configure: Regenerate.
4216
4217 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4218
4219 * configure.in: Simplify logic for rejecting languages that cannot
4220 be built. Separate the case when a language is unsupported,
4221 from the case when the user chooses not to build a language.
4222
4223 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4224
4225 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4226 it only affects bootstrap and could be tested on "$host" as well.
4227 * configure: Regenerate.
4228 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4229
4230 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4231
4232 PR bootstrap/29544
4233 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4234 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4235 move here comment from Makefile.tpl.
4236 * Makefile.tpl: Move some definitions higher in the file.
4237 (STAGE1_CHECKING): New.
4238 * configure.in: Add --enable-stage1-checking.
4239 * configure: Regenerate.
4240 * Makefile.in: Regenerate.
4241
4242 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4243
4244 * MAINTAINERS: Add myself as build system maintainer.
4245
4246 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4247
4248 * MAINTAINERS (Write After Approval): Add myself.
4249
4250 2006-12-13 Eric Christopher <echristo@apple.com>
4251
4252 * MAINTAINERS: Add myself as darwin maintainer.
4253
4254 2006-12-11 Ian Lance Taylor <ian@airs.com>
4255
4256 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4257
4258 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4259
4260 MAINTAINERS: Update my entry.
4261
4262 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4263
4264 * configure.in: Handle spu makefile frag.
4265 * Makefile.tpl (MAINT): Define
4266 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4267 * configure: Regenerate.
4268 * Makefile.in: Regenerate.
4269
4270 2006-12-11 Ben Elliston <bje@au.ibm.com>
4271
4272 * config.guess: Import latest version.
4273 * config.sub: Likewise.
4274
4275 2006-12-11 Ben Elliston <bje@au.ibm.com>
4276
4277 * configure.in (spu-*-*): Don't skip target-libiberty.
4278 * configure: Regenerate.
4279
4280 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4281
4282 PR bootstrap/30134
4283 * configure.in: Correct x86 darwin support for libjava to powerpc
4284 and i?86 only.
4285 * configure: Regenerate.
4286
4287 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4288
4289 * configure.in: Add x86 darwin support for libjava.
4290 * configure: Regenerate.
4291
4292 2006-12-07 Mike Stump <mrs@apple.com>
4293
4294 * Makefile.def (dependencies): Add dependency for
4295 install-target-libssp and install-target-libgomp on
4296 install-gcc.
4297 * Makefile.in: Regenerate.
4298
4299 2006-12-04 Richard Guenther <rguenther@suse.de>
4300
4301 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4302 (Non-Algorithmic Maintainers): Move over non-algorithmic
4303 loop optimizer maintainers, add myself as a non-algorithmic
4304 middle-end maintainer.
4305
4306 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4307
4308 * MAINTAINERS (Write After Approval): Add myself.
4309
4310 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4311
4312 * configure.in: Update error message for missing GMP/MPFR.
4313
4314 * configure: Regenerate.
4315
4316 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4317
4318 * configure.in: Update MPFR version in error message.
4319
4320 * configure: Regenerate.
4321
4322 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4323
4324 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4325 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4326 --with-gmp-lib): New flags.
4327
4328 * configure: Regenerate.
4329
4330 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4331
4332 * MAINTAINERS (Write After Approval): Change my email address.
4333
4334 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4335
4336 * MAINTAINERS (Write After Approval): Add myself.
4337
4338 2006-11-22 Philipp Thomas <pth@suse.de>
4339
4340 * MAINTAINERS (i18n): Update e-mail address.
4341
4342 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4343
4344 * MAINTAINERS (spu port): Add myself as maintainer.
4345 (Write After Approval): Remove myself.
4346
4347 2006-11-22 Ben Elliston <bje@au.ibm.com>
4348
4349 * configure.in (skipdirs): Don't build libssp for SPU.
4350 * configure: Regenerate.
4351
4352 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4353
4354 * MAINTAINERS (spu port): Add myself as maintainer.
4355 (libobjc): Update my email address.
4356
4357 2006-11-21 Andrea Bona <andrea.bona@st.com>
4358
4359 * MAINTAINERS (Write After Approval): Add myself.
4360
4361 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4362
4363 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4364 * configure : Rebuilt.
4365
4366 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4367
4368 * MAINTAINERS (Write After Approval): Add myself.
4369
4370 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4371
4372 * MAINTAINERS (Write After Approval): Add myself.
4373
4374 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4375
4376 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4377 libmpfr.a.
4378 * configure: Regenerate.
4379
4380 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4381
4382 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4383 (unstage): Test for stage_last presence.
4384
4385 PR bootstrap/29802
4386 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4387 STAGE_PREFIX.
4388 * Makefile.in: Regenerate.
4389
4390 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4391
4392 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4393 maintainers.
4394
4395 2006-11-14 Erven Rohou <erven.rohou@st.com>
4396
4397 * MAINTAINERS (Write After Approval): Add myself.
4398
4399 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4400
4401 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4402 and stageN-package/Makefile.
4403 * Makefile.in: Regenerated.
4404
4405 2006-11-14 Jie Zhang <jie.zhang@analog.com>
4406
4407 * configure.in: Remove target-libgloss from noconfigdirs for
4408 bfin-*-*.
4409 * configure: Regenerated.
4410
4411 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4412
4413 * configure.in (have_gmp): Only error if the gcc directory exists.
4414
4415 * configure: Regenerate.
4416
4417 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4418
4419 * configure.in: Robustify error message for missing GMP/MPFR.
4420
4421 * configure: Regenerate.
4422
4423 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
4424
4425 * MAINTAINERS (Write After Approval): Add myself.
4426
4427 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4428
4429 * MAINTAINERS: Change email address.
4430
4431 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4432
4433 * MAINTAINERS (Write After Approval): Add myself.
4434
4435 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4436
4437 * MAINTAINERS (Write After Approval): Add myself.
4438
4439 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4440
4441 * MAINTAINERS (Write After Approval): Move myself to
4442 Write After Approval section.
4443
4444 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4445
4446 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4447 need_gmp anymore.
4448 * configure: Regenerate.
4449
4450 2006-10-16 Tobias Burnus <burnus@net-b.de>
4451
4452 * MAINTAINERS (Write After Approval): Add myself.
4453
4454 2006-10-16 Ben Elliston <bje@au.ibm.com>
4455
4456 * config.guess: Import latest version.
4457 * config.sub: Likewise.
4458
4459 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4460
4461 * Makefile.def: Added pdf target handling.
4462 * Makefile.tpl: Added pdf target handling.
4463 * Makefile.in: Regenerated.
4464
4465 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4466
4467 * MAINTAINERS: Add self as score port maintainer.
4468
4469 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4470
4471 * MAINTAINERS (Write After Approval): Add myself.
4472
4473 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4474
4475 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4476 or newer.
4477 * configure: Regenerated.
4478
4479 2006-09-27 Dave Brolley <brolley@redhat.com>
4480
4481 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4482 using $s instead of $r.
4483 * configure: Regenerated.
4484
4485 2006-09-26 Thiemo Seufer <ths@mips.com>
4486
4487 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4488 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4489 * configure: Regenerate.
4490
4491 2006-09-24 Graeme Peterson <gridly@gmail.com>
4492
4493 * MAINTAINERS (Write After Approval): Remove myself.
4494
4495 2006-09-22 Chao-ying Fu <fu@mips.com>
4496
4497 * MAINTAINERS (Write After Approval): Add myself.
4498
4499 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4500
4501 * MAINTAINERS: Add self as soft-fp maintainer.
4502
4503 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4504
4505 * MAINTAINERS: Add myself as avr maintainer.
4506 Remove Marek Michalkiewicz as avr maintainer.
4507
4508 2006-09-07 Roberto Costa <roberto.costa@st.com>
4509
4510 * MAINTAINERS (Write After Approval): Add myself.
4511
4512 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4513
4514 * configure.in: Never build newlib for a Mingw host.
4515 Never build newlib as Mingw target library.
4516 Test the existence of winsup/cygwin for building a Cygwin newlib,
4517 rather than just winsup.
4518 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4519 building a Mingw target.
4520 * configure: Regenerate.
4521
4522 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4523
4524 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4525
4526 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4527
4528 * config.guess: Import from src (was more updated).
4529 * config.sub: Likewise.
4530
4531 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4532
4533 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4534 * configure: Regenerated.
4535
4536 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4537
4538 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4539 for stages after the first.
4540
4541 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4542
4543 * Makefile.def: Add dependencies for configure-opcodes
4544 on configure-intl and all-opcodes on all-intl.
4545 * Makefile.in: Regenerated.
4546
4547 2006-07-13 Ben Elliston <bje@au.ibm.com>
4548
4549 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4550
4551 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4552
4553 Port to hosts whose 'sort' and 'tail' implementations
4554 treat operands with leading '+' as file names, as POSIX
4555 has required since 2001. However, make sure the code still
4556 works on pre-POSIX hosts.
4557 * ltmain.sh: Don't assume "sort +2" is equivalent to
4558 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4559
4560 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4561
4562 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4563
4564 2006-07-04 Peter O'Gorman <peter@pogma.com>
4565
4566 * ltconfig: chmod 644 before ranlib during install.
4567
4568 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4569
4570 PR bootstrap/18058
4571 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4572 if the bootstrap compiler is a GCC version that supports it.
4573 * configure: Regenerate.
4574
4575 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4576
4577 * configure.in: Fix thinkos in previous check-in.
4578 * configure: Regenerate.
4579
4580 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4581
4582 PR other/27063
4583 * configure.in: Test subdir_requires and give an appropriate
4584 error message.
4585 * configure: Regenerate.
4586
4587 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4588
4589 * MAINTAINERS (Write After Approval): Add myself.
4590
4591 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4592
4593 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4594
4595 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4596
4597 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4598
4599 2006-06-20 David Ayers <d.ayers@inode.at>
4600
4601 PR bootstrap/28072
4602 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4603 whether target-libjava is being configured instead of whether the
4604 java front end is enabled.
4605 * configure: Regenerate.
4606
4607 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4608
4609 PR target/27540
4610 * configure.in: Only enable libgomp on IRIX 6.
4611 * configure: Regenerate.
4612
4613 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4614
4615 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4616 too.
4617 * Makefile.in: Regenerate.
4618
4619 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4620
4621 * config-ml.in: Alter CCASFLAGS to include special
4622 multilib options the same as is done for CFLAGS.
4623
4624 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4625
4626 * configure.in: Don't enable libgomp on hpux10.
4627 * configure: Rebuilt.
4628
4629 2006-06-12 David Ayers <d.ayers@inode.at>
4630
4631 PR bootstrap/27963
4632 PR target/19970
4633 * configure.in: Remove target-boehm-gc from noconfigdirs where
4634 ${libgcj} is specified.
4635 * configure: Regenerate.
4636
4637 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4638
4639 Sync from src:
4640
4641 * configure.in: Sync.
4642 * configure: Regenerated.
4643
4644 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4645
4646 * Makefile.def: Added dependencies from sim and gdb on intl, and
4647 added configure dependencies to everything with an all dependency
4648 on intl.
4649 * Makefile.in: Regenerated.
4650
4651 2006-06-06 David Ayers <d.ayers@inode.at>
4652
4653 PR libobjc/13946
4654 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4655 * Makefile.in: Regenerate.
4656 * configure.in: Add --enable-objc-gc at toplevel and have it
4657 enable boehm-gc for Objective-C.
4658 Remove target-boehm-gc from libgcj.
4659 Add target-boehm-gc to target_libraries.
4660 Add target-boehm-gc to noconfigdirs where ${libgcj}
4661 is specified.
4662 Assert that boehm-gc is supported when requested for Objective-C.
4663 Only build boehm-gc if needed either for Java or Objective-C.
4664 * configure: Regenerate.
4665
4666 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4667
4668 PR 27674
4669 * Makefile.tpl (configure-[+prefix+][+module+],
4670 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4671 Remove rule to unstage bootstrapped modules.
4672 (stage_current): New.
4673 * Makefile.in: Regenerate.
4674
4675 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4676
4677 * MAINTAINERS (Write After Approval): Update my e-mail address.
4678
4679 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4680
4681 * include/libiberty.h: Declare pex_run_in_environment.
4682
4683 2006-05-31 Asher Langton <langton2@llnl.gov>
4684
4685 * MAINTAINERS (Write After Approval): Add myself.
4686
4687 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4688
4689 * Makefile.def (bfd, opcodes): Fix lib_path.
4690 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4691 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4692 * Makefile.in: Regenerate.
4693
4694 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4695
4696 * Makefile.in: Regenerate.
4697
4698 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4699
4700 * Makefile.def: Add install-html target. Add datarootdir
4701 docdir and htmldir to flags_to_pass.
4702 * Makefile.tpl: Add install-html target.
4703 * Makefile.in: Regenerate.
4704 * configure.in: Add --with-datarootdir, --with-docdir, and
4705 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4706 * configure: Regenerate.
4707
4708 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4709
4710 * configure.in: Enable gprof for cross builds.
4711 * configure: Regenerate.
4712
4713 2006-05-22 Richard Guenther <rguenther@suse.de>
4714
4715 Revert
4716 2006-01-31 Richard Guenther <rguenther@suse.de>
4717 Paolo Bonzini <bonzini@gnu.org>
4718
4719 * Makefile.def (target_modules): Add libgcc-math target module.
4720 * configure.in (target_libraries): Add libgcc-math target library.
4721 (--enable-libgcc-math): New configure switch.
4722 * Makefile.in: Re-generate.
4723 * configure: Re-generate.
4724 * libgcc-math: New toplevel directory.
4725
4726 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4727 Andreas Tobler <a.tobler@schweiz.ch>
4728
4729 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4730 * configure: Rebuilt.
4731
4732 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
4733
4734 * MAINTAINERS (Write After Approval): Add myself.
4735
4736 2006-05-01 DJ Delorie <dj@redhat.com>
4737
4738 * configure.in: Restore CFLAGS if GMP isn't present.
4739 * configure: Regenerate.
4740
4741 2006-05-01 Richard Guenther <rguenther@suse.de>
4742
4743 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4744 maintainer.
4745
4746 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
4747
4748 * MAINTAINERS (Write After Approval): Add myself.
4749
4750 2006-04-28 Jan Beulich <jbeulich@novell.com>
4751
4752 * MAINTAINERS (Write After Approval): Add myself.
4753
4754 2006-04-18 DJ Delorie <dj@redhat.com>
4755
4756 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4757 reference libgloss so that libssp can be built in a combined
4758 tree.
4759 * configure: Regenerate.
4760
4761 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
4762
4763 * MAINTAINERS (Write After Approval): Add myself.
4764
4765 2006-04-05 Ben Elliston <bje@au.ibm.com>
4766
4767 * configure.in: Require makeinfo 4.4 or higher.
4768 * configure: Regenerate.
4769
4770 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4771
4772 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4773 Rearrange the entries of other libraries to have them in one place.
4774
4775 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4776
4777 * MAINTAINERS (Write After Approval): Remove myself.
4778 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4779
4780 2006-03-14 Richard Guenther <rguenther@suse.de>
4781
4782 * configure: Regenerate with autoconf 2.13.
4783
4784 2006-03-13 Jim Blandy <jimb@codesourcery.com>
4785
4786 * MAINTAINERS: Use my work address.
4787
4788 * MAINTAINERS: Update my E-mail address.
4789
4790 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4791
4792 * configure.in: Handle --disable-<component> generically.
4793 * configure: Regenerate.
4794
4795 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4796
4797 PR libgcj/17311
4798 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4799
4800 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4801
4802 * MAINTAINERS (Write After Approval): Remove myself.
4803 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4804
4805 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4806
4807 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4808 (TARGET_CONFIGDIRS): Remove.
4809 * configure.in: Remove AC_SUBST(target_configdirs).
4810 * Makefile.in, configure: Regenerated.
4811
4812 2006-02-20 Steven G. Kargl <kargls@comcast.net>
4813
4814 * MAINTAINERS (Write After Approval): Remove myself.
4815 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4816
4817 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4818
4819 PR bootstrap/25670
4820
4821 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4822
4823 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4824 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4825 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4826 BUILD_PREFIX, BUILD_PREFIX_1.
4827 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4828
4829 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4830 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4831
4832 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4833 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4834 of `cat stage_current`. Always provide the `r' and `s' variables.
4835 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4836 a single shell execution.
4837 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4838 bootstrapped modules, make the stage1 module if the build was not
4839 started yet, else build the current stage.
4840 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4841 (all-build, all-host, all-target, [+make_target+]-host,
4842 [+make_target+]-target): Do not use \-continued lines.
4843 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4844 (current_stage, restrap, stage_last): New.
4845
4846 * Makefile.in: Regenerate.
4847 * configure: Regenerate.
4848
4849 2006-02-19 Bud Davis <jmdavis@link.com>
4850
4851 * MAINTAINERS (Write After Approval): Remove myself.
4852 (Language Front End Maintainers): Add myself as fortran 95
4853 maintainer and update e-mail address.
4854
4855 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4856
4857 * MAINTAINERS (Write After Approval): Remove myself.
4858 (Language Front End Maintainers): Add myself as fortran 95
4859 maintainer.
4860
4861 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
4862
4863 * MAINTAINERS (Write After Approval): Add myself.
4864
4865 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
4866
4867 * MAINTAINERS (Write After Approval): Remove myself.
4868 (Language Front End Maintainers): Add myself as
4869 fortran 95 maintainer.
4870
4871 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4872
4873 Sync from src:
4874
4875 2005-12-27 Leif Ekblad <leif@rdos.net>
4876
4877 * configure.in: Add support for RDOS target.
4878 * configure: Regenerate.
4879
4880 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4881 Andreas Schwab <schwab@suse.de>
4882
4883 * configure: Regenerate.
4884
4885 2006-02-12 David Edelsohn <edelsohn@gnu.org>
4886
4887 * configure.in (enable_libgomp): Add AIX.
4888 * configure: Regenerate.
4889
4890 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
4891
4892 * MAINTAINERS (Write After Approval): Add myself.
4893
4894 2006-02-03 Lee Millward <lee.millward@gmail.com>
4895
4896 * MAINTAINERS (Write After Approval): Add myself.
4897
4898 2006-01-31 Richard Guenther <rguenther@suse.de>
4899 Paolo Bonzini <bonzini@gnu.org>
4900
4901 * Makefile.def (target_modules): Add libgcc-math target module.
4902 * configure.in (target_libraries): Add libgcc-math target library.
4903 (--enable-libgcc-math): New configure switch.
4904 * Makefile.in: Re-generate.
4905 * configure: Re-generate.
4906 * libgcc-math: New toplevel directory.
4907
4908 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
4909
4910 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4911 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4912 the assembler, linker and binutils.
4913 * configure: Regenerate.
4914
4915 2006-01-22 Dirk Mueller <dmueller@suse.de>
4916
4917 * MAINTAINERS (Write After Approval): Add myself.
4918
4919 2006-01-20 Diego Novillo <dnovillo@redhat.com>
4920
4921 * configure: Regenerate.
4922
4923 2006-01-18 Richard Henderson <rth@redhat.com>
4924 Jakub Jelinek <jakub@redhat.com>
4925 Diego Novillo <dnovillo@redhat.com>
4926
4927 * libgomp: New directory.
4928 * Makefile.def: Add target_module libgomp.
4929 * Makefile.in: Regenerate.
4930 * configure.in (target_libraries): Add target-libgomp.
4931 * configure: Regenerate.
4932
4933 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4934
4935 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4936 @ from continuation.
4937 * Makefile.in: Rebuilt.
4938
4939 2006-01-04 Chris Lattner <sabre@gnu.org>
4940
4941 * MAINTAINERS (Write After Approval): Add myself.
4942
4943 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4944
4945 PR bootstrap/24252
4946
4947 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4948 * Makefile.tpl (OBJDUMP): New.
4949 (EXTRA_HOST_FLAGS): Add it.
4950 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4951
4952 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4953 to use symbolic links between directories. Avoid race conditions
4954 or make them harmless.
4955 * configure.in: Do not try to use symbolic links between directories.
4956
4957 * Makefile.def (LEAN): Pass.
4958 * Makefile.tpl (LEAN): Define.
4959 (stage[+id+]-start): Accept that the previous directory does not
4960 exist, if the bootstrap is lean.
4961 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4962 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4963 configure substitution.
4964 ([+compare-target+]): Likewise.
4965 ([+bootstrap-target+]-lean): New.
4966 * configure.in: Remove lean bootstrap support from here.
4967
4968 * Makefile.in: Regenerate.
4969 * configure: Regenerate.
4970
4971 2006-01-04 Ben Elliston <bje@au.ibm.com>
4972
4973 * MAINTAINERS (libdecnumber): Add myself.
4974
4975 2006-01-02 Mark Mitchell <mark@codesourcery.com>
4976
4977 * libtool-ldflags: New script.
4978
4979 2006-01-02 Andreas Schwab <schwab@suse.de>
4980
4981 * configure.in: When reconfiguring remove Makefile in
4982 all stage directories.
4983 * configure: Regenerate.
4984
4985 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
4986
4987 * MAINTAINERS: Update my email address.
4988
4989 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4990
4991 Revert Ada-related part of the previous change.
4992
4993 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4994 Do not pass.
4995 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4996 * Makefile.in: Regenerate.
4997 * configure.in: Do not include mt-ppc-aix target fragment.
4998 * configure: Regenerate.
4999
5000 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5001
5002 * configure.in: Select appropriate fragments for PowerPC/AIX.
5003 * configure: Regenerate.
5004
5005 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5006 BOOT_CFLAGS, BOOT_LDFLAGS.
5007 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5008 BOOT_CFLAGS, BOOT_LDFLAGS.
5009 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5010 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5011 (stage): Fail if we cannot complete the work.
5012 * Makefile.in: Regenerate.
5013
5014 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5015
5016 * configure.in: Replace ms1 with mt.
5017 * configure: Rebuilt.
5018
5019 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
5020
5021 * MAINTAINERS: Update my email address.
5022
5023 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5024
5025 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5026 install-host-nogcc): Don't invoke $(stage) at the end.
5027 * Makefile.in: Regenerate.
5028
5029 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5030
5031 * configure.in: Flip the top-level bootstrap switch.
5032 * configure: Regenerate.
5033
5034 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5035
5036 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5037 $(stage) and $(unstage).
5038 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5039 (all): Remove stray semicolon.
5040 (local-distclean): Don't handle multilib.tmp and multilib.out.
5041 (install.all): Set $s for consistency.
5042 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5043 check_multilibs setting. Always make the install directory.
5044 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5045 Correct @if/@endif.
5046 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5047 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5048 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5049 (multilib.out): Remove.
5050 * Makefile.in: Regenerated.
5051
5052 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5053
5054 * MAINTAINERS (Write After Approval): Add myself.
5055
5056 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5057
5058 * MAINTAINERS: Add myself as mt maintainer.
5059
5060 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5061
5062 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5063
5064 * MAINTAINERS: Change email address.
5065
5066 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5067
5068 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5069 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5070 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5071 Find in-tree tools if available.
5072 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5073 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5074 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5075 (COMPILER_*_FOR_TARGET): New.
5076 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5077 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5078 (CONFIGURED_*, USUAL_*): Remove.
5079 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5080 STRIP): Use autoconf substitutions.
5081 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5082 COMPILER_NM_FOR_TARGET): New.
5083 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5084
5085 (all): Make all-host and all-target in parallel.
5086 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5087 that $$r and $$s are set before invoking a recursive make.
5088 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5089 ([+bootstrap-target+]): Inline most of the `all' target.
5090
5091 2005-11-29 Ben Elliston <bje@au.ibm.com>
5092
5093 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5094 from the gcc build directory.
5095 * Makefile.in: Regenerate.
5096
5097 2005-11-29 Ben Elliston <bje@au.ibm.com>
5098
5099 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5100 depend on all-libdecnumber.
5101 * configure.in (host_libs): Include libdecnumber.
5102 * Makefile.in: Regenerate.
5103 * configure: Likewise.
5104
5105 2005-11-29 Ben Elliston <bje@au.ibm.com>
5106
5107 * libdecnumber: Import decNumber sources from the dfp-branch.
5108
5109 2005-11-21 Kean Johnston <jkj@sco.com>
5110
5111 * config.sub, config.guess: Sync from upstream sources.
5112
5113 2005-11-21 Ben Elliston <bje@au.ibm.com>
5114
5115 Import from Autoconf sources:
5116
5117 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5118 * config/move-if-change: Don't output "$2 is unchanged";
5119 suggested by Ben Elliston. Handle weird characters correctly.
5120
5121 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5122
5123 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5124 to match upstream libtool for darwin.
5125
5126 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5127
5128 * Makefile.def: Remove gdb dependencies for gdbtk.
5129 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5130 (configure-gdb, install-gdb): New rules.
5131 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5132 * Makefile.in, configure: Regenerated.
5133
5134 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5135
5136 * MAINTAINERS (Write After Approval): Add myself.
5137
5138 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5139
5140 * MAINTAINERS (Write After Approval): Add myself.
5141
5142 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5143
5144 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5145 Diego Novillo.
5146
5147 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5148
5149 PR bootstrap/24297
5150 * Makefile.tpl (do-[+make-target+], do-check, install,
5151 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5152 are set before recursing.
5153 * Makefile.in: Regenerate.
5154
5155 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5156
5157 PR bootstrap/18939
5158 * Makefile.def (gcc) <target>: Fix thinko.
5159 * Makefile.in: Regenerate.
5160
5161 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5162
5163 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5164 * configure: Regenerate.
5165
5166 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5167
5168 * MAINTAINERS (Write After Approval): Add self.
5169
5170 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5171
5172 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5173 target-libffi, target-qthreads, target-libjava, and
5174 targetlibobjc.
5175 * configure: Regenerate.
5176
5177 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5178
5179 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5180 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5181 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5182 (USUAL_OBJDUMP_FOR_TARGET): New.
5183 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5184 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5185 * configure, Makefile.in: Regenerated.
5186
5187 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5188
5189 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5190 before other host packages.
5191
5192 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5193
5194 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5195
5196 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5197
5198 PR bootstrap/22340
5199
5200 * configure.in (default_target): Remove.
5201 * Makefile.tpl (all): Do not use prerequisites as subroutines
5202 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5203 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5204 use prerequisites as subroutines.
5205 (check-host, check-target): New.
5206 (bootstrap configure & all targets): Do not use stage*-start
5207 if the directory layout is already ok.
5208 (non-bootstrap configure & all targets): Prepend a $(unstage).
5209 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5210 (NOTPARALLEL): Remove.
5211 (unstage, stage variables): New variables.
5212 (unstage, stage targets): Simply expand to those variables.
5213
5214 * configure: Regenerate.
5215 * Makefile.in: Regenerate.
5216
5217 2005-10-04 James E Wilson <wilson@specifix.com>
5218
5219 * Makefile.def (lang_env_dependencies): Add libmudflap.
5220 * Makefile.in: Regenerate.
5221
5222 2005-10-03 Andreas Schwab <schwab@suse.de>
5223
5224 Backport from libtool CVS:
5225 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5226
5227 * ltmain.sh: add support for installing into temporary
5228 staging area (e.g. 'make install DESTDIR=...')
5229
5230 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5231
5232 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5233 * configure: Regenerated.
5234
5235 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5236
5237 * configure: Regenerate with the correct
5238 autoconf version.
5239
5240 2005-09-30 Catherine Moore <clm@cm00re.com>
5241
5242 * configure.in (bfin-*-*): New.
5243 * configure: Regenerated.
5244
5245 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5246
5247 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5248 (LIPO_FOR_TARGET): New.
5249 (CONFIGURED_LIPO_FOR_TARGET): New.
5250 (USUAL_LIPO_FOR_TARGET): New.
5251 (STRIP_FOR_TARGET): New.
5252 (CONFIGURED_STRIP_FOR_TARGET): New.
5253 (USUAL_STRIP_FOR_TARGET): New.
5254 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5255 STRIP_FOR_TARGET.
5256 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5257 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5258 * Makefile.in: Regenerate.
5259 * configure: Regenerate.
5260
5261 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5262
5263 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5264 (rs6000-*-aix*): Same.
5265 * configure: Regenerate.
5266
5267 2005-09-16 Tom Tromey <tromey@redhat.com>
5268
5269 * MAINTAINERS: Add self as java maintainer.
5270
5271 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5272
5273 * configure.in: Recognize f95 in the --enable-languages option,
5274 and substitute it for fortran, issuing a warning.
5275 * configure: Regenerate.
5276
5277 2005-08-30 Phil Edwards <phil@codesourcery.com>
5278
5279 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5280 * configure: Regenerated.
5281
5282 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5283
5284 * MAINTAINERS: Add self as ms1 maintainer.
5285
5286 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5287
5288 * Makefile.def (libssp): Add to lang_env_dependencies.
5289 * Makefile.in: Regenerate.
5290
5291 2005-08-18 Ian Lance Taylor <ian@airs.com>
5292
5293 * MAINTAINERS: Add myself as middle-end maintainer.
5294
5295 2005-08-17 Christian Groessler <chris@groessler.org>
5296
5297 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5298 * Makefile.in: Regenerate.
5299
5300 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5301
5302 * MAINTAINERS (write after approval): Added myself.
5303
5304 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5305
5306 * MAINTAINERS (Write After Approval): Add myself.
5307
5308 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5309
5310 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5311 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5312 Look for alternate names of the target cc and c++
5313 * configure: Regenerate.
5314
5315 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5316
5317 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5318 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5319 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5320 tools; remove code to manually set them.
5321 (Target tools): Look in the environment for them.
5322 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5323 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5324 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5325 build directory.
5326 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5327 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5328 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5329 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5330 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5331 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5332 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5333 * configure: Regenerate.
5334 * Makefile.in: Regenerate.
5335
5336 2005-07-28 Ben Elliston <bje@au.ibm.com>
5337
5338 * MAINTAINERS: Update for removed CPU targets.
5339
5340 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5341
5342 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5343 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5344 * Makefile.in: Regenerated.
5345
5346 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5347
5348 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5349 (CFLAGS_FOR_TARGET): Use it.
5350 (CXXFLAGS_FOR_TARGET): Likewise.
5351 * Makefile.in: Regenerated.
5352 * configure.in (--with-build-sysroot): New option.
5353 * configure: Regenerated.
5354
5355 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5356
5357 * Makefile.tpl: Wrap install between unstage and stage
5358 * Makefile.in: Regenerate.
5359
5360 2005-07-21 Eric Christopher <echristo@apple.com>
5361
5362 * MAINTAINERS: Update affiliation.
5363
5364 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5365
5366 * MAINTAINERS: Add self as crx port maintainer.
5367
5368 2005-07-20 DJ Delorie <dj@redhat.com>
5369
5370 * MAINTAINERS: Add self as m32c maintainer.
5371
5372 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5373
5374 * all files: Update FSF address.
5375
5376 2005-07-15 Eric Christopher <echristo@redhat.com>
5377
5378 * MAINTAINERS: Change affiliation.
5379
5380 2005-07-14 Jim Blandy <jimb@redhat.com>
5381
5382 * configure.in: Add cases for Renesas m32c.
5383 * configure: Regenerated.
5384
5385 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5386
5387 * COPYING.LIB: Update from fsf.org.
5388
5389 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5390
5391 * COPYING, compile, config.guess,
5392 config.sub, install-sh, missing, mkinstalldirs,
5393 symlink-tree, ylwrap: Sync from upstream sources.
5394 * config-ml.in: Update FSF address.
5395
5396 2005-07-13 Eric Christopher <echristo@redhat.com>
5397
5398 * configure.in: Add toplevel noconfigdir support for tpf.
5399 * configure: Regenerate.
5400
5401 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5402
5403 PR ada/22340
5404
5405 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5406 * Makefile.in: Regenerate.
5407
5408 2005-07-07 Mark Mitchell <mark@codesourcery.com>
5409
5410 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
5411 Brolley to write-after-approval.
5412
5413 2005-07-07 Andreas Schwab <schwab@suse.de>
5414
5415 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5416 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5417 * Makefile.in: Regenerated.
5418
5419 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5420
5421 * configure.in: Don't build sim or rda when targetting darwin.
5422 * configure: Regenerate.
5423
5424 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5425
5426 * configure.in: Add --enable-libssp and --disable-libssp.
5427 * configure: Regenerate with autoconf-2.13.
5428
5429 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5430
5431 * Makefile.def (target_modules): Add libssp.
5432 * configure.in (target_libraries): Add target-libssp.
5433 * configure: Rebuilt.
5434 * Makefile.in: Rebuilt.
5435
5436 2005-07-01 Zack Weinberg <zackw@panix.com>
5437
5438 * MAINTAINERS: Change email address. Resign from maintainership.
5439
5440 2005-07-01 Richard Guenther <rguenther@suse.de>
5441
5442 * MAINTAINERS: Change my e-mail address and affiliation.
5443
5444 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5445
5446 * Makefile.def (stagefeedback): Come after profile.
5447 Define profiledbootstrap target.
5448 * Makefile.tpl (profiledbootstrap): Remove.
5449 (stageprofile-end): Zap stagefeedback.
5450 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5451 * Makefile.in: Regenerate.
5452
5453 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5454
5455 * MAINTAINERS: Update my email address.
5456
5457 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5458
5459 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5460 In 'cpp' stanza, support '#line' as well as '# '.
5461
5462 2005-06-08 Andreas Schwab <schwab@suse.de>
5463
5464 * MAINTAINERS: Move myself from 'Write After Approval' to
5465 'CPU Port Maintainers' section as m68k maintainer.
5466
5467 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5468
5469 * configure.in (unsupported_languages): New macro.
5470 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5471 non-ported target libraries in noconfigdirs.
5472 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5473 non-linux-gnu. Remove libgcj_ex_libffi.
5474 <lang_frag loop>: Set add_this_lang=no if the language is in
5475 unsupported_languages.
5476 * configure: Regenerate.
5477
5478 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5479
5480 * configure.in: Fix typo in handling of --with-mpfr-dir.
5481 * configure: Regenerate.
5482
5483 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5484
5485 * MAINTAINERS: Update my email address.
5486
5487 2005-06-02 Jim Blandy <jimb@redhat.com>
5488
5489 * config.sub: Add cases for the Renesas m32c. (This patch has been
5490 accepted into the master sources.)
5491
5492 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5493 Michael Snyder <msnyder@redhat.com>
5494 Stan Cox <scox@redhat.com>
5495
5496 * configure.in: Set noconfigdirs for ms1.
5497
5498 * configure: Regenerate.
5499
5500 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5501
5502 * MAINTAINERS (Write After Approval): Add self.
5503
5504 2005-06-01 Josh Conner <jconner@apple.com>
5505
5506 * MAINTAINERS (Write After Approval): Add self.
5507
5508 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5509
5510 * MAINTAINERS: Update my email address.
5511
5512 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5513
5514 * MAINTAINERS (Write After Approval): Add self.
5515
5516 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5517
5518 * MAINTAINERS (Write After Approval): Remove self.
5519
5520 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5521
5522 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5523 (Dependencies): Consider target modules for bootstrap dependencies.
5524 Make target bootstrap modules depend on each stage's gcc.
5525 * Makefile.in: Regenerate.
5526
5527 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5528
5529 * Makefile.def (configure-gcc): Depend on binutils having been built.
5530 (all-gcc): No need to do it here.
5531 * Makefile.in: Regenerate.
5532
5533 2005-05-19 Paul Brook <paul@codesourcery.com>
5534
5535 * configure.in: Rewrite misleading error message when requested
5536 language cannot be built.
5537 * configure: Regenerate.
5538
5539 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5540
5541 * ylwrap: Import from Automake 1.9.5.
5542
5543 2005-05-13 David Ung <davidu@mips.com>
5544
5545 * MAINTAINERS (Write After Approval): Add self.
5546
5547 2005-05-09 Mike Stump <mrs@apple.com>
5548
5549 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5550 lt_cv_sys_max_cmd_len for now.
5551
5552 2005-05-09 Stan Cox <scox@redhat.com>
5553
5554 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5555
5556 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5557
5558 * README.SCO: Update the URL.
5559
5560 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5561
5562 * ltconfig: Define file_list_spec. Pass file_list_spec and
5563 with_gnu_ld to libtool.
5564 * ltcf-c.sh (aix[45]): Define file_list_spec.
5565 * ltcf-cxx.sh (aix[45]): Same.
5566 * ltcf-gcj.sh (aix[45]): Same.
5567 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5568 exists, write list of input files to temporary file.
5569
5570 2005-05-04 Mike Stump <mrs@apple.com>
5571
5572 * configure.in: Always pass --target to target configures as
5573 otherwise rebuilds that do --recheck will fail.
5574 * confiugure: Rebuilt.
5575
5576 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5577
5578 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5579 STAGE_HOST_EXPORTS.
5580 (configure, all): Add bootstrap support.
5581 (Host modules, target modules): Pass post-stage1 flags and exports.
5582 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5583 * Makefile.in: Regenerate.
5584
5585 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5586
5587 * configure: Regenerate.
5588
5589 2005-04-27 Mike Stump <mrs@apple.com>
5590
5591 * MAINTAINERS: Add self as darwin maintainer.
5592
5593 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5594
5595 * config.sub: Update from master copy.
5596
5597 2005-04-21 Mike Stump <mrs@apple.com>
5598
5599 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5600 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5601
5602 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5603
5604 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5605 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5606 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5607 "*-*-elf" and "*-*-linux*".
5608 * configure: Regenerate.
5609
5610 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5611
5612 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5613
5614 2005-04-12 Mike Stump <mrs@apple.com>
5615
5616 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5617
5618 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5619
5620 * MAINTAINERS (Write After Approval): Add myself.
5621
5622 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5623
5624 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5625
5626 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5627
5628 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5629 (TARGET_CONFIGARGS): Include --with-target-subdir.
5630 (configure, all): New macros. Use them throughout.
5631 * Makefile.in: Regenerate.
5632
5633 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5634
5635 * MAINTAINERS (Write After Approval): Add myself.
5636
5637 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5638
5639 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5640
5641 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5642
5643 * MAINTAINERS: Move John Carr to Write After Approval.
5644
5645 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5646
5647 * config/mh-mingw32: Delete.
5648 * configure.in: Don't use it.
5649 * configure: Regenerate.
5650
5651 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5652
5653 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5654 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5655 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5656 (HOST_LIB_PATH): Generate from Makefile.def.
5657 (TARGET_LIB_PATH): Likewise.
5658 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5659 * Makefile.in: Regenerate.
5660 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5661 (RPATH_ENVVAR): Include Darwin case.
5662 * configure: Regenerate.
5663
5664 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5665
5666 * MAINTAINERS (Various Maintainers): Remove self.
5667 (Write After Approval): Add self.
5668
5669 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5670
5671 * MAINTAINERS (Various Maintainers): Add self.
5672
5673 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5674
5675 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5676 * configure: Regenerate.
5677
5678 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5679
5680 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5681 gcc_version, and gcc_version_trigger from set of flags to pass.
5682 * Makefile.tpl: Remove definitions of above variables.
5683 (config.status): Remove dependency on $(gcc_version_trigger).
5684 * Makefile.in: Regenerate.
5685 * configure.in: Do not reference config/gcc-version.m4 nor
5686 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5687 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5688 * configure: Regenerate.
5689
5690 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5691 Andrew Pinski <pinskia@physics.uc.edu>
5692
5693 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5694 * Makefile.in: Regenerate.
5695
5696 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5697
5698 * MAINTAINERS (Write After Approval): Add myself.
5699
5700 2005-03-03 David Ayers <d.ayers@inode.at>
5701
5702 * MAINTAINERS (Write After Approval): Add myself.
5703
5704 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5705
5706 PR libgcj/20160
5707 * ltmain.sh: Avoid creating archives with components that have
5708 duplicate basenames.
5709
5710 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5711
5712 PR bootstrap/20250
5713 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5714 instead of check.
5715 * Makefile.in: Regenerate.
5716
5717 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5718
5719 * Makefile.in: Regenerate to fix conflict between the previous two
5720 patches.
5721
5722 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5723
5724 PR bootstrap/17383
5725 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5726 * Makefile.tpl (HOST_SUBDIR): New substitution.
5727 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5728 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5729 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5730 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5731 (Host modules, Bootstrapped modules): Use it.
5732 (Build modules, Target modules): Do not create symlink trees,
5733 always configure out-of-srcdir.
5734 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5735 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5736 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5737 $(HOST_SUBDIR). Create a symlink for host_subdir.
5738
5739 * Makefile.in: Regenerate.
5740 * configure: Regenerate.
5741
5742 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5743
5744 Merged from libada-gnattools-branch:
5745 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5746
5747 * gnattools: New directory.
5748 * Makefile.def: Add gnattools as a module, depending on target-libada.
5749 * Makefile.in: Regenerate.
5750 * configure.in: Include gnattools in host_tools; disable it if ada
5751 is disabled.
5752 * configure: Regenerate.
5753
5754 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
5755
5756 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5757 treelang maintainer.
5758 (Write After Approval): Remove myself.
5759
5760 2005-02-23 Paul Schlie <schlie@comcast.net>
5761
5762 * configure.in: Allow darwin targeted ports to build tk, itcl and
5763 libgui.
5764 * configure: Regenerate.
5765
5766 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5767
5768 PR libgcj/10353
5769 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5770 * configure: Regenerate.
5771
5772 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5773
5774 * MAINTAINERS (Write After Approval): Add myself.
5775
5776 2005-02-10 Ian Lance Taylor <ian@airs.com>
5777
5778 * MAINTAINERS: Update my e-mail address.
5779
5780 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5781
5782 * MAINTAINERS (Write After Approval): Add myself.
5783
5784 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5785
5786 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5787 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5788 target-libgloss when not *-*-elf and *-*-aout.
5789 * configure: Regenerate.
5790
5791 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5792
5793 * MAINTAINERS: Remove obsolete entries.
5794
5795 * MAINTAINERS (Write After Approval): Add Michael Matz.
5796
5797 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
5798
5799 * MAINTAINERS: Remove self as cpplib maintainer.
5800
5801 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5802
5803 * install-sh, config.sub: Import from upstream.
5804
5805 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5806
5807 PR bootstrap/18222
5808 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5809 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5810 * Makefile.in: Regenerate.
5811
5812 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
5813
5814 * MAINTAINERS: Update my email address.
5815
5816 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5817 Andreas Schwab <schwab@suse.de>
5818
5819 PR bootstrap/18033
5820 * config-ml.in: Eval option if surrounded by single quotes.
5821
5822 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5823
5824 Revert 2004-12-28 Makefile changes, a better fix will be
5825 applied to mainline and src after GCC 4.0 branches.
5826
5827 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5828
5829 PR bootstrap/17383
5830
5831 * Makefile.def (target_modules): Remove stage parameter,
5832 it is always true now.
5833 * Makefile.tpl (configure-build-[+module+],
5834 configure-target-[+module+]): Always build symlink tree
5835 for the directory and for include. BUILD_SUBDIR and
5836 TARGET_SUBDIR cannot be . anymore.
5837 * Makefile.in: Regenerate.
5838
5839 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5840
5841 Revert 2004-12-08 Makefile changes.
5842
5843 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
5844
5845 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5846 cygwin, mingw.
5847
5848 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5849
5850 * configure.in (sh64-*-*): Reenable gprof.
5851 * configure: Regenerate.
5852
5853 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5854
5855 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5856 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5857 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5858 * Makefile.in: Regenerate.
5859
5860 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
5861
5862 * MAINTAINERS: Update my email address.
5863
5864 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5865
5866 * Makefile.tpl: Generate normal dependencies if the LHS module is
5867 not bootstrapped.
5868 * Makefile.in: Regenerate.
5869
5870 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5871
5872 * configure.in: Include config/gxx-include-dir.m4. Use
5873 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5874 * configure: Regenerate.
5875
5876 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5877
5878 * config.if: Delete.
5879 * configure.in: Set libstdcxx_incdir directly.
5880 * configure: Regenerate.
5881
5882 2004-12-02 Eric Christopher <echristo@redhat.com>
5883
5884 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5885 * Makefile.in: Regenerate.
5886
5887 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5888
5889 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5890 * configure: Regenerate.
5891
5892 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5893
5894 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5895 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5896 * configure: Regenerate.
5897
5898 2004-12-01 Eric Christopher <echristo@redhat.com>
5899
5900 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5901 of things to remove.
5902
5903 2004-11-29 Matt Kraai <kraai@ftbfs.org>
5904
5905 * MAINTAINERS (Write After Approval): Update my e-mail address.
5906
5907 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
5908
5909 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5910 from CVS libtool to always pass_all.
5911
5912 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5913
5914 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5915 (hppa*64*-*-*): Delete incorrect comment.
5916 * configure: Rebuilt.
5917
5918 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5919
5920 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5921
5922 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5923
5924 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5925 from CVS libtool to always pass_all.
5926
5927 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5928
5929 * install-sh, compile: Import from automake.
5930
5931 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5932
5933 * config.guess, config.sub: Import from savannnah.
5934
5935 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
5936
5937 * MAINTAINERS (Write After Approval): Add myself
5938
5939 2004-11-12 Mike Stump <mrs@apple.com>
5940
5941 * Makefile.def: Add html support.
5942 * Makefile.tpl: Likewise.
5943 * Makefile.in: Regenerate.
5944
5945 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5946
5947 PR 18423
5948 * configure.in: Remove all instances of build-fixincludes from
5949 noconfigdirs.
5950 (build_configargs): Supply --target to subdirectories.
5951 * configure: Regenerate.
5952
5953 * Makefile.def: Make gcc install depend on fixincludes install.
5954 * Makefile.in: Regenerate.
5955
5956 2004-11-10 Janis Johnson <janis187@us.ibm.com>
5957
5958 * MAINTAINERS: Add myself as gcc testsuite maintainer.
5959
5960 2004-11-11 Paul Brook <paul@codesourcery.com>
5961
5962 * MAINTAINERS: Add self as arm maintainer. Update email address.
5963
5964 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5965
5966 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5967 target-libgfortran.
5968 * configure: Regenerate.
5969
5970 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5971
5972 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5973 like CC.
5974
5975 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5976
5977 * Makefile.def (host fixincludes): Specify missing targets.
5978 * Makefile.in: Regenerate.
5979
5980 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
5981
5982 * MAINTAINERS: Add myself
5983
5984 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
5985
5986 * MAINTAINERS (Write After Approval): Add myself.
5987
5988 2004-11-04 Geoffrey Keating <geoffk@apple.com>
5989
5990 * Makefile.def: Build fixincludes for the host, too.
5991 * Makefile.in: Regenerate.
5992 * configure.in (host_tools): Add fixincludes.
5993 * configure: Regenerate.
5994
5995 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5996
5997 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5998 * configure: Regenerated.
5999
6000 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6001
6002 PR other/17783
6003 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6004 * configure: Regenerated.
6005
6006 2004-10-31 Mark Mitchell <mark@codesourcery.com>
6007
6008 * README.SCO: Update per FSF instructions.
6009
6010 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6011
6012 PR target/18151
6013 * configure.in (case ${target}): Do not build fixincludes for avr.
6014 * configure: Regenerated.
6015
6016 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6017
6018 * configure.in (case ${target}): Do not build fixincludes
6019 on platforms where it is not used.
6020 * configure: Regenerated.
6021
6022 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6023
6024 * configure.in: Use an absolute path to install-sh.
6025 * configure: Regenerated.
6026
6027 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6028
6029 * MAINTAINERS (Write After Approval): Add myself.
6030
6031 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6032
6033 * MAINTAINERS: Remove from Write After Approval those that are
6034 already maintainers.
6035
6036 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6037
6038 * MAINTAINERS: Update my email address.
6039
6040 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6041
6042 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6043 * configure: Regenerate.
6044
6045 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6046
6047 * MAINTAINERS: Update my email address.
6048
6049 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6050
6051 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6052 entries belonging to this category.
6053
6054 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6055
6056 * MAINTAINERS: Update my e-mail address.
6057
6058 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6059
6060 Fix wrong conflict resolution in:
6061
6062 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6063
6064 * Makefile.in: Regenerate.
6065 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6066 in the recursive `make', instead of hardwiring `all'.
6067 (Autogenerated TARGET-* variables): New.
6068
6069 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6070
6071 * configure.in: Enable target-libgloss for crx-*-*.
6072 * configure: Regenerate.
6073
6074 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6075
6076 * MAINTAINERS (Various Maintainers): Move the "windows,
6077 cygwin, mingw" maintainer to ...
6078 (OS Port Maintainers): ... here.
6079
6080 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6081
6082 * MAINTAINERS (Write After Approval): Remove those that are
6083 maintainers of some subsystem.
6084
6085 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6086
6087 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6088 * ltcf-cxx.sh (tpf*): Likewise.
6089 * ltconfig (tpf*): Add TPF OS configuration support.
6090
6091 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6092
6093 * MAINTAINERS: Change my email address to my new work account.
6094
6095 2004-09-24 Michael Roth <mroth@nessie.de>
6096
6097 * configure.in (--without-headers): Add missing double quotes.
6098 * configure: Regenerate.
6099
6100 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6101
6102 * ylwrap: Revert to previous version.
6103
6104 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6105
6106 PR bootstrap/17369
6107 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6108 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6109 SET_GCC_LIB_PATH_CMD.
6110 (BASE_TARGET_EXPORTS): Likewise.
6111 * Makefile.in: Regenerated.
6112
6113 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6114 * configure: Regenerated.
6115
6116 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6117
6118 * config.guess: New upstream version
6119 * compile, depcomp, install-sh, ylwrap: Likewise.
6120
6121 2004-09-19 Roger Sayle <roger@eyesopen.com>
6122
6123 * config/mh-x86omitfp: New host makefile fragment. Add
6124 -fomit-frame-pointer to the default BOOT_CFLAGS.
6125 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6126 * configure: Regenerate.
6127
6128 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6129
6130 PR target/11572
6131 * configure.in (*-*-darwin*): Renable libobjc.
6132 * configure: Regenerate.
6133
6134 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6135
6136 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6137
6138 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6139
6140 * Makefile.def: Remove libbanshee.
6141 * Makefile.tpl: Ditto.
6142 * configure.in: Ditto.
6143 * Makefile.in: Regen.
6144 * configure: Ditto.
6145
6146 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6147
6148 * ltmain.sh: Use $pic_object as $non_pic_object if
6149 $non_pic_object=none.
6150
6151 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6152
6153 * missing: Import latest version from master repository.
6154
6155 2004-09-06 Nick Clifton <nickc@redhat.com>
6156
6157 * config.sub: Import latest version from master repository.
6158 * config.guess: Likewise.
6159 This includes these changes:
6160
6161 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6162
6163 * config.sub: Handle crisv32, alias etraxfs.
6164 * config.guess (crisv32:Linux:*:*): Handle.
6165
6166 2004-08-13 Brad Smith <brad@comstyle.com>
6167
6168 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6169 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6170
6171 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6172
6173 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6174 assume the processor is a powerpc. This is because coreutils
6175 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6176 in this case, due to a MacOS X bug that causes
6177 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6178 to return a negative number.
6179 Problem reported by Petter Reinholdtsen in:
6180 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6181
6182 2004-07-19 Ben Elliston <bje@gnu.org>
6183
6184 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6185
6186 2004-06-24 Ben Elliston <bje@gnu.org>
6187
6188 * config.guess: Update copyright years.
6189 * config.sub: Likewise.
6190
6191 2004-06-22 Robert Millan <robertmh@gnu.org>
6192
6193 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6194 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6195
6196 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6197
6198 * config.guess (*:*VMS:*:*): New entry. Replaces
6199 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6200 manufacturer.
6201
6202 2004-06-22 Ben Elliston <bje@gnu.org>
6203
6204 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6205 * config.sub: Likewise.
6206
6207 2004-06-22 Ben Elliston <bje@gnu.org>
6208
6209 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6210 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6211
6212 2004-06-11 Ben Elliston <bje@gnu.org>
6213
6214 * config.guess (pegasos:OpenBSD:*:*): Remove.
6215
6216 2004-06-11 Ben Elliston <bje@gnu.org>
6217
6218 From Wouter Verhelst <wouter@grep.be>:
6219 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6220
6221 2004-06-11 Ben Elliston <bje@gnu.org>
6222
6223 * config.guess (luna88k:OpenBSD:*:*): New.
6224
6225 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6226
6227 * config.guess (m32r*:Linux:*:*): New case.
6228 * config.sub: Handle m32rle.
6229
6230 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6231
6232 From Jens Petersen <petersen@redhat.com>:
6233 * config.sub: Handle sparcv8.
6234
6235 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6236
6237 From Tom Smith <smith@cag.lkg.hp.com>:
6238 * config.guess: Version suffixes are equally significant on Tru64
6239 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6240 prefix of "P" (patched kernel).
6241
6242 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6243
6244 * config.sub: Add support for National Semiconductor CRX target.
6245
6246 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6247
6248 * MAINTAINERS (Various Maintainers): Remove myself as web page
6249 maintainer, add myself as maintainer of build status lists.
6250
6251 2004-09-03 Jan Beulich <jbeulich@novell.com>
6252
6253 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6254 *-*-netware, but add target-libmudflap.
6255 Consolidate *-*-netware targets (of which really only i?86 exists)
6256 into a single entry.
6257 * configure: Likewise.
6258
6259 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6260
6261 * Makefile.tpl (sorry): Remove.
6262 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6263 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6264 (do-clean): Clean per-stage directories too.
6265 (do-distclean): Run distclean-stage1 too.
6266 (.NOTPARALLEL): Enable during toplevel bootstrap.
6267 (stage[+id+]-bubble): Enable parallel execution during
6268 the recursive invocation.
6269 * Makefile.in: Regenerate.
6270
6271 Fix previous checkin:
6272
6273 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6274 include.
6275 * configure.in: Fix indentation.
6276 * configure: Regenerate.
6277
6278 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6279
6280 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6281 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6282 * configure: regenerate
6283 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6284 -mdynamic-no-pic
6285
6286 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6287
6288 * Makefile.def (build_modules): Add fixincludes.
6289 (dependencies): Make gcc depend on fixincludes.
6290 * configure.in (build_tools): Add fixincludes.
6291 (build_configdirs): Always include build_libs.
6292 * Makefile.in: Regenerate.
6293 * configure: Regenerate.
6294
6295 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6296
6297 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6298 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6299 phony targets; do not generate timestamp files.
6300 (distclean-stageN): Remove references to their timestamp files.
6301 (restageN, touch-stageN): Remove.
6302 (stageN-bubble): Rewritten.
6303 (compare): Support lean bootstraps.
6304 * Makefile.in: Regenerate.
6305
6306 * configure.in: Only warn when bootstrapping but
6307 build != host or build != target. Support lean bootstraps.
6308 * configure: Regenerate.
6309
6310 2004-08-26 Phil Edwards <phil@codesourcery.com>
6311
6312 * configure.in: Give a better error message if GMP/MPFR are missing
6313 and a language needing them has been requested.
6314 * configure: Regenerated.
6315
6316 2004-08-25 Phil Edwards <phil@codesourcery.com>
6317
6318 * configure.in: Print a list of available language front-ends if
6319 a requested one is missing. Tidy stray tab characters.
6320 * configure: Regenerated.
6321
6322 2004-08-19 Michael Koch <konqueror@gmx.de>
6323
6324 * gcc/doc/install.texi: Update entry about automake for libjava.
6325
6326 2004-08-17 Robert Millan <robertmh@gnu.org>
6327
6328 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6329 (instead of FreeBSD).
6330 * configure: Regenerate.
6331
6332 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6333
6334 * Makefile.in: Regenerate.
6335 * configure: Regenerate.
6336
6337 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6338 stage_*_flags.
6339 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6340 for bootstrapped modules if toplevel bootstrap is going.
6341 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6342 modules. Adjust for changes in Makefile.def. Enable several
6343 rules even in non-bootstrap mode, just to avoid peppering the
6344 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6345 (stage-[+prev+]-bubble): Remove.
6346
6347 * Makefile.def (Dependencies): Depend on all-build-bison,
6348 all-build-flex, all-build-byacc, all-build-texinfo, rather
6349 than the host variations.
6350 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6351 with BUILD_SUBDIR.
6352 (BISON): Update for recent Bisons.
6353 (YACC): Fix typo.
6354 (cross): Depend on all-build.
6355 (all): Do not depend on all-build.
6356 (prebootstrap): Remove.
6357 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6358 (Prebootstrap dependencies): Add them to the per-stage targets
6359 and to all-prebootstrap.
6360 * configure.in (build_configdirs): Always enable build_tools.
6361 (BUILD_DIR_PREFIX): Remove.
6362
6363 * Makefile.def (gcc): Add target variable.
6364 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6365 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6366 in the recursive `make', instead of hardwiring `all'.
6367 (Autogenerated TARGET-* variables): New.
6368
6369 2004-08-13 Brian Booth <bbooth@redhat.com>
6370
6371 * MAINTAINERS: Remove myself from write-after-approval.
6372
6373 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6374
6375 * src-release: Stop distributing mmalloc with gdb (which doesn't
6376 use it).
6377 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6378 * Makefile.in: Regenerate.
6379
6380 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6381
6382 * configure.in (arm*-*-eabi*): New target.
6383 * configure: Regenerate.
6384
6385 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6386
6387 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6388 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6389 (Dependencies): New section.
6390 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6391 (configure-target-[+module+]): Depend on maybe-all-gcc
6392 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6393 (toplevel profiledbootstrap): Fix dependencies.
6394 * Makefile.in: Regenerate.
6395
6396 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6397
6398 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6399 target-libiberty to noconfigdirs.
6400 * configure: Regenerate.
6401
6402 2004-08-03 Paul Brook <paul@codesourcery.com>
6403
6404 * configure.in: Check for MPFR as well as GMP.
6405 * configure: Regenerate.
6406
6407 2004-08-01 Robert Millan <robertmh@gnu.org>
6408
6409 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6410 libmudflap for all GNU-based systems (with Glibc).
6411 * configure: Regenerate.
6412
6413 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6414
6415 * Makefile.def (host-modules): Add gcc.
6416 * Makefile.in: Regenerate.
6417 * Makefile.tpl (sorry): New rule.
6418 (configure-host, all-host, [+make_target+]-host, do-check,
6419 install-host): Do not add gcc as a special case.
6420 (host modules): Add a small special-casing for gcc. Export
6421 extra_make_flags through the environment.
6422 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6423 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6424 other recursive targets for gcc): Remove.
6425
6426 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6427 (stage, unstage): New rules.
6428 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6429 distclean-stage[+id+]): Use stage_current.
6430 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6431 the stage*-start rules.
6432
6433 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6434
6435 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6436 use -all_load flag.
6437
6438 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6439
6440 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6441 * configure: Regenerate.
6442
6443 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6444
6445 * maintainer-scripts/gcc_release: Revert yesterday's change.
6446
6447 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6448
6449 * MAINTAINERS: Add myself to write-after-approval.
6450
6451 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6452
6453 * libf2c: Removed.
6454 * gcc/gccbug.in: Updated because of libf2c removal.
6455 * maintainer-scripts/gcc_release: Ditto.
6456
6457 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6458
6459 * configure.in: Build libmudflap by default on FreeBSD.
6460 * configure: Regenerated.
6461
6462 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6463
6464 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6465 systems.
6466 * configure: Regenerated.
6467
6468 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6469
6470 PR target/16344
6471 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6472 feedback based compiler.
6473 * Makefile.in: Rebuilt.
6474
6475 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6476
6477 * Makefile.def (host_modules): Set bootstrap=true for flex.
6478 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6479 * Makefile.in: Rebuilt.
6480
6481 2004-07-07 Jan Hubicka <jh@suse.cz>
6482
6483 * MAINTAINERS: Add self as a profile feedback maintainer.
6484
6485 2004-07-05 Phil Edwards <phil@codesourcery.com>
6486
6487 * configure.in: Do not prepend $srcdir to /dev/null in
6488 makefile fragments.
6489 * configure: Regenerate.
6490
6491 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6492
6493 * Makefile.def (build_modules): Add bison, byacc, flex,
6494 m4, texinfo.
6495 (flags_to_pass): Add FLEX.
6496 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6497 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6498 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6499 DEFAULT_MAKEINFO): Remove.
6500 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6501 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6502 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6503 objdir or else use configured tool.
6504 (all-build): New.
6505 (all): Depend on it.
6506 (Build module dependencies): Add.
6507 * Makefile.in: Regenerate.
6508 * configure.in: Better support for multiple build modules,
6509 matching what is done for host/target modules. Do not look
6510 for "plausible" locations of build tools if Canadian cross.
6511 Use autoconf's AC_PROG_CC to find a C compiler. Define
6512 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6513 * configure: Regenerate.
6514
6515 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6516
6517 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6518 * Makefile.in: Regenerate.
6519
6520 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6521
6522 * Makefile.tpl (configure-build-[+module+],
6523 configure-[+module+], configure-target-[+module+]): Pass
6524 [+extra_configure_args+].
6525 (all-build-[+module+], all-[+module+], check-[+module+],
6526 install-[+module+], [+make_target+]-[+module+],
6527 all-target-[+module+], check-target-[+module+],
6528 install-target-[+module+], [+make_target+]-target-[+module+]):
6529 Pass [+extra_make_args+].
6530 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6531 (GCC_HOST_EXPORTS): Remove.
6532 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6533 cross, check-gcc, check-gcc-c++, install-gcc,
6534 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6535 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6536 * Makefile.in: Regenerate.
6537
6538 2004-06-21 Matthew Sachs <msachs@apple.com>
6539
6540 * MAINTAINERS: Added self to write-after-approval.
6541
6542 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6543
6544 * configure.in: Check for srcdir/winsup rather than build directory
6545 winsup.
6546 * configure: Regenerate.
6547
6548 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6549
6550 * configure.in: Don't build Cygwin native newlib if winsup
6551 directory is missing. Emit warning instead.
6552 * configure: Regenerate.
6553
6554 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6555
6556 * Makefile.tpl (touch-stage[+id+]): New.
6557 (restage[+prev+]): Depend on touch-stage[+id+].
6558
6559 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6560 Use it throughout.
6561
6562 * Makefile.def: Add profile and feedback bootstrap stages.
6563 Remove next field from bootstrap stages.
6564 * Makefile.tpl (LN, LN_S): Substitute.
6565 (stageN-start, stageN-end): Use double-colon rules, to
6566 provide a hook for additional setup commands.
6567 (distclean-stageN-gcc, restageN): Create dependencies from
6568 [+prev+], not from [+next+].
6569 (stageN-bubble): Add commands for successive stages from
6570 [+prev+], using double-colon rules.
6571 (all-stageN-gcc): Fix typo.
6572 (stagefeedback-start, profiledbootstrap): New.
6573 * Makefile.in: Regenerate.
6574 * configure.in: Call ACX_PROG_LN.
6575 * configure: Regenerate.
6576
6577 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6578
6579 * MAINTAINERS (Write After Approval): Add myself.
6580
6581 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6582
6583 * MAINTAINERS (Write After Approval): Add myself.
6584
6585 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6586
6587 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6588 without gcc.
6589 * configure: Regenerate.
6590
6591 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6592
6593 * Makefile.tpl: Fix typo.
6594 * Makefile.in: Regenerate.
6595
6596 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6597
6598 * configure.in: Remove new- prefix from toplevel
6599 bootstrap targets.
6600 * configure: Regenerate.
6601
6602 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6603
6604 * Makefile.tpl (all.normal): Rename to all.
6605 (all): Replace with a rule to pick the default
6606 target from configure.
6607 (all-gcc, configure-gcc): Use conditionals to
6608 do nothing when toplevel bootstrap is going on.
6609 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6610 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6611 * configure.in: Support --enable-bootstrap.
6612
6613 * Makefile.def: Remove new- prefix from toplevel
6614 bootstrap targets.
6615 * Makefile.tpl: Likewise.
6616
6617 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6618 target.
6619
6620 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6621 $(RECURSE_FLAGS) to recursive invocation of make.
6622
6623 * Makefile.in: Regenerate.
6624 * configure: Regenerate.
6625
6626 2004-05-30 Andreas Jaeger <aj@suse.de>
6627 Jim Wilson <wilson@specifixinc.com>
6628
6629 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6630 like CC.
6631
6632 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6633
6634 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6635 * configure: Regenerate.
6636
6637 2004-05-25 Daniel Jacobowitz <drow@false.org>
6638
6639 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6640 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6641 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6642 targets.
6643 * Makefile.in: Regenerate.
6644
6645 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6646
6647 * configure.in: Test the ability to symlink directories.
6648 * configure: Regenerate.
6649
6650 * Makefile.def (bootstrap-stage): New definitions.
6651 * Makefile.tpl (configure-stage1-gcc,
6652 configure-stage2-gcc, configure-stage3-gcc,
6653 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6654 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6655 new-restage3, compare): Autogenerate, see Makefile.in
6656 entry for behavioral changes.
6657 (distclean-stage1, new-stage1-start, new-stage1-end,
6658 new-stage1-bubble, distclean-stage2, new-stage2-start,
6659 new-stage2-end, new-stage2-bubble, distclean-stage3,
6660 new-stage3-start, new-stage3-end): New autogenerated targets.
6661 (objext, prebootstrap, BOOT_CFLAGS,
6662 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6663 targets.
6664
6665 * Makefile.in: Regenerate.
6666 (distclean-stage1, new-stage1-start, new-stage1-end,
6667 new-stage1-bubble, distclean-stage2, new-stage2-start,
6668 new-stage2-end, new-stage2-bubble, distclean-stage3,
6669 new-stage3-start, new-stage3-end): New targets.
6670 (all-stage1-gcc): Move prebootstrap dependency from here...
6671 (configure-stage1-gcc): ...to here.
6672 (new-bootstrap): Use bubble targets.
6673 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6674 Use per-stage distclean targets.
6675 (configure-stage1-gcc, configure-stage2-gcc,
6676 configure-stage3-gcc, all-stage1-gcc,
6677 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6678 Use new-stageN-start to prepare the tree.
6679
6680 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6681
6682 * Makefile.def (host_modules): add libcpp.
6683 * Makefile.tpl: Add dependencies on and for libcpp.
6684 * Makefile.in: Regenerate.
6685 * configure.in: Add libcpp host module.
6686 * configure: Regenerate.
6687
6688 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6689
6690 * Makefile.tpl: Whenever a recursive target is defined, wrap
6691 it in a special @if/@endif block, and prepare its maybe
6692 dependency in the @if/@endif block
6693 * configure.in: Instead of writing maybe dependencies, remove
6694 the @if/@endif statements, and remove the @if/@endif blocks
6695 that remain.
6696 * configure: Regenerate.
6697 * Makefile.in: Regenerate.
6698
6699 2004-05-20 Janis Johnson <janis187@us.ibm.com>
6700
6701 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6702
6703 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6704
6705 PR bootstrap/15120
6706 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6707 * */configure: Rebuilt.
6708
6709 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6710
6711 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6712 of libf2c.
6713 * configure, Makefile.in: Regenerate.
6714
6715 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
6716
6717 * MAINTAINERS (Write After Approval): Add myself.
6718
6719 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6720
6721 Merge from tree-ssa-20020619-branch.
6722
6723 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6724 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6725 (HOST_GMPLIBS): Define.
6726 (HOST_GMPINC): Define.
6727 (TARGET_LIB_PATH): Add libmudflap.
6728 (GFORTRAN_FOR_TARGET): Define.
6729 (configure-build*): Export GFORTRAN.
6730 (configure-gcc): Export GMPLIBS and GMPINC.
6731 (all-gcc): Add maybe-all-libbanshee.
6732 (configure-target-libgfortran): Define.
6733 * Makefile.in: Regenerate.
6734 * configure.in (host_libs): Add libbanshee.
6735 (target_libraries): Add target-libmudflap and target-libgfortran.
6736 Add --with-libbanshee.
6737 Handle --disable-libmudflap.
6738 (*-*-freebsd*): Use with_gmp.
6739 Add $(libgcj) to noconfigdirs.
6740 * configure: Regenerate.
6741 * depcomp: New file.
6742 * MAINTAINERS: Add tree-ssa maintainers.
6743
6744 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6745
6746 * MAINTAINERS (Various Maintainers): Add myself.
6747
6748 2004-04-30 Brian Ford <ford@vss.fsi.com>
6749
6750 * MAINTAINERS (Write After Approval): Add myself.
6751
6752 2004-04-29 Uros Bizjak <uros@kss-loka.si>
6753
6754 * MAINTAINERS (Write After Approval): Add myself.
6755
6756 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6757
6758 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6759 * configure: Regenerate.
6760
6761 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6762
6763 Revert:
6764 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6765
6766 * Makefile.def (flags_to_pass): Remove *dir variables that
6767 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6768 as well as prefix and exec_prefix.
6769 * Makefile.in: Regenerate.
6770
6771 2004-04-26 Robert Millan <robertmh@gnu.org>
6772
6773 Add patches from libtool CVS.
6774 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6775 * ltconfig: Likewise.
6776 * ltcf-c.sh: Likewise.
6777 * ltcf-cxx.sh: Likewise.
6778 * ltcf-gcj.sh: Likewise.
6779
6780 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6781
6782 * Makefile.def (host_modules): Mark with the bootstrap
6783 flag packages on which gcc depends.
6784 * Makefile.tpl (all-bootstrap): Use it.
6785 * Makefile.in: Regenerate.
6786
6787 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6788
6789 * Makefile.def (flags_to_pass): Remove *dir variables that
6790 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6791 as well as prefix and exec_prefix.
6792 * Makefile.in: Regenerate.
6793
6794 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6795
6796 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6797 * configure: Regenerate.
6798 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6799 * gcc/Makefile.tpl (compare): Use the result of the test.
6800 * gcc/Makefile.in: Regenerate.
6801
6802 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6803
6804 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6805 Always relocate gcc and prev-gcc to the original names, even
6806 if the build fails.
6807 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6808 New targets.
6809
6810 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6811
6812 * MAINTAINERS: Update my email address.
6813
6814 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6815
6816 * configure.in (mips*-*-irix5*): Enable ld.
6817 * configure: Regenerate.
6818
6819 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6820
6821 * configure: Regenerate.
6822
6823 2004-04-15 James E Wilson <wilson@specifixinc.com>
6824
6825 * Makefile.tpl (configure-[+module+], configure-gcc,
6826 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6827 Set and export LDFLAGS.
6828 * Makefile.in: Regenerate.
6829
6830 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
6831
6832 * MAINTAINERS: Add myself to write-after-approval.
6833
6834 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6835
6836 PR bootstrap/14871
6837 * Makefile.tpl: If we don't have built-in-tree target tools,
6838 use the ones found by configure rather than hacking around with
6839 program_transform_name.
6840 * configure.in: Give Makefile.tpl the information necessary
6841 to do that.
6842 * Makefile.in: Regenerate.
6843 * configure: Regenerate.
6844
6845 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6846
6847 PR bootstrap/14760
6848 * configure.in: When computing baseargs, strip *all* copies of
6849 offending options. Also, don't match/substitute the trailing space,
6850 so that this actually works when two similar options are separated by
6851 only one space.
6852 * configure: Regenerate.
6853
6854 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6855
6856 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6857 (rs6000-*-aix*): Same.
6858 * configure: Regenerate.
6859
6860 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
6861
6862 * MAINTAINERS: Add myself to write-after-approval.
6863
6864 2004-04-03 Bud Davis <bdavis9659@comcast.net>
6865
6866 * MAINTAINERS: Add myself to write-after-approval.
6867
6868 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6869
6870 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6871 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6872 * Makefile.in: Regenerate.
6873
6874 * configure.in (top level bootstrap support): Rework --enable-werror
6875 to set @stage2_werror_flag@.
6876 * configure: Regenerate.
6877 * Makefile.tpl (top level bootstrap support): Pass
6878 @stage2_werror_flag@ down to configure in stages 2 and 3.
6879 * Makefile.in: Regenerate.
6880
6881 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6882
6883 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6884 for stages 2 and 3 as well as in make. As a consequence, remove
6885 OUTPUT_OPTION (now detected by configure) from the flags passed down
6886 to make.
6887 * Makefile.in: Regenerate.
6888
6889 * Makefile.tpl (new-bootstrap): Fix typo.
6890 * Makefile.in: Regenerate.
6891
6892 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6893
6894 * Makefile.tpl: Rearrange by moving recursive_targets rules
6895 into their proper sections.
6896 * Makefile.tpl (top level bootstrap support): Move disabling
6897 of coverage flags from 'make' to 'configure'; improve comments.
6898 * Makefile.in: Regenerate.
6899
6900 * Makefile.tpl (experimental top level bootstrap) Move stage1
6901 language setting from all- target to configure- target; disable
6902 intermodule optimization in stage 1; prevent gratuitous rebuilds
6903 of stage 1.
6904 * Makefile.in: Regenerate.
6905 * configure.in: Comma-separate stage 1 language list for top
6906 level bootstrap.
6907 * configure: Regenerate.
6908
6909 * Makefile.tpl: Clean up experimental top level bootstrap support:
6910 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6911 prev-gcc in configure- targets as well as all- targets.
6912 * Makefile.in: Regenerate.
6913
6914 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
6915
6916 * compile: New file imported from automake.
6917
6918 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6919
6920 * configure.in: Remove symbolic link section.
6921 * configure: Regenerate.
6922 * Makefile.tpl (links): Remove.
6923 * Makefile.in: Regenerate.
6924
6925 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6926 Nathanael Nerode <neroden@gcc.gnu.org>
6927
6928 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6929 Set with AC_CHECK_PROGS.
6930 * configure.in: Fix comment typo from last patch.
6931 * configure: Regenerate.
6932
6933 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6934
6935 * Makefile.tpl: Introduce experimental top level bootstrap support.
6936 * Makefile.in: Regenerate.
6937 * configure.in: Introduce support for top level bootstrap.
6938 * configure: Regenerate.
6939
6940 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6941 Paolo Bonzini <bonzini@gnu.org>
6942
6943 PR bootstrap/14522
6944 * configure.in: Cope with shells that do not support unquoted ^
6945 * configure: Regenerate.
6946
6947 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6948 Paolo Bonzini <bonzini@gnu.org>
6949
6950 PR bootstrap/14522
6951 * configure.in: Cope with shells that do not support nesting
6952 quotes inside quoted backquote substitutions.
6953 * configure: Regenerate.
6954
6955 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6956
6957 PR bootstrap/14522
6958 * configure.in: Fix escaping of $.
6959 * configure: Regenerate.
6960
6961 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6962
6963 * configure: Regenerate, since I forgot to while committing Paolo's
6964 changes.
6965
6966 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6967
6968 PR ada/14131
6969 Move language detection to the top level.
6970 * configure.in: Find default values for the tools as
6971 soon as possible. Disable ada if GNAT is not found.
6972 Emit error message about missing languages. Expand
6973 --enable-languages=all for the gcc subdirectory.
6974
6975 2004-03-10 Ben Elliston <bje@gnu.org>
6976
6977 * MAINTAINERS: Update my email address.
6978
6979 2004-03-05 David Edelsohn <edelsohn@gnu.org>
6980
6981 * ltconfig: Disable building static libraries if building shared
6982 libraries on AIX 5L.
6983
6984 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6985
6986 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6987 and disable libgcj.
6988 * configure: Regenerated.
6989
6990 2004-03-01 Brian Booth <bbooth@redhat.com>
6991
6992 * MAINTAINERS: Add myself to write-after-approval.
6993
6994 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
6995
6996 * MAINTAINERS: Add myself to write-after-approval.
6997
6998 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6999
7000 PR bootstrap/7087
7001 * Makefile.tpl: Guard XFOO sed statements better.
7002 * Makefile.tpl: Add dependency for configure-target-libada.
7003 * Makefile.in: Regenerate (incidentally fixes broken
7004 commit when libada-branch was merged).
7005
7006 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7007
7008 * MAINTAINERS: Add myself to write-after-approval.
7009
7010 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7011
7012 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7013 maintainers.
7014
7015 2004-02-20 Andrew Cagney <cagney@redhat.com>
7016
7017 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7018 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7019
7020 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7021
7022 PR bootstrap/11932
7023 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7024
7025 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
7026
7027 * MAINTAINERS: Added myself to write-after-approval.
7028
7029 2004-02-14 Michael Koch <konqueror@gmx.de>
7030
7031 * MAINTAINERS: Added myself to write-after-approval.
7032
7033 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7034
7035 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7036 some OS port maintainers to OS port maintainers section.
7037
7038 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7039
7040 * MAINTAINERS: Add self.
7041
7042 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7043
7044 * MAINTAINERS: Alphabetize.
7045
7046 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7047
7048 * MAINTAINERS: Remove myself.
7049
7050 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7051
7052 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7053 (rs6000-*-aix*): Same.
7054 * configure: Regenerate.
7055
7056 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7057
7058 * configure.in (host): Add in missing $noconfigdirs to defines.
7059 * configure: Regenerate.
7060
7061 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7062 Nathanael Nerode <neroden@gcc.gnu.org>
7063
7064 PR ada/6637, PR ada/5911
7065 Merge with libada-branch:
7066 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7067 with appropriate dependencies. Add --enable-libada configure switch.
7068 * configure, Makefile.in: Regenerate.
7069
7070 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7071
7072 * MAINTAINERS: Add myself to write-after-approval.
7073
7074 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7075
7076 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7077 * configure: Regenerate.
7078
7079 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7080
7081 Merge from upstream:
7082
7083 * ltmain.in: When setting IFS to '~', be careful about user
7084 arguments that contain '~'.
7085
7086 2004-02-04 Peter O'Gorman <peter@pogma.com>
7087
7088 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7089 Also test $base_compile against $CC with escaped arguments. Bug
7090 reported by Geoff Keating <geoffk@apple.com>.
7091
7092 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7093
7094 * MAINTAINERS: Remove i960 port.
7095
7096 2004-01-23 DJ Delorie <dj@redhat.com>
7097
7098 * Makefile.def (target_modules) [libiberty]: Don't stage.
7099 * Makefile.in: Rebuilt.
7100
7101 2004-01-20 Caroline Tice <ctice@apple.com>
7102
7103 * MAINTAINERS: Add myself to write-after-approval.
7104
7105 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7106
7107 * MAINTAINERS: Update my email address.
7108
7109 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7110
7111 * MAINTAINERS: Add myself to write-after-approval.
7112
7113 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7114
7115 * MAINTAINERS: Remove entries without email address.
7116
7117 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7118
7119 * MAINTAINERS: Add myself to write-after-approval.
7120
7121 2004-01-15 Steven Bosscher <stevenb@suse.de>
7122
7123 * MAINTAINERS: Update my email address.
7124
7125 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7126
7127 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7128 * Makefile.tpl (configure-target-[+module+]): Support stage.
7129 * Makefile.in: Rebuilt.
7130
7131 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7132
7133 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7134
7135 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7136
7137 * MAINTAINERS: Add myself as a MIPS maintainer.
7138
7139 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7140
7141 * configure.in: Use ./config.cache, not config.cache.
7142 * configure: Regenerate.
7143 * Makefile.tpl: Special-casing not needed for GCC any more.
7144 * Makefile.in: Regenerate.
7145
7146 * configure.in: Don't share a cache file for host dirs.
7147 * configure: Regenerate.
7148
7149 * config-ml.in: Don't mess with the cache file.
7150
7151 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7152
7153 * MAINTAINERS: Move myself from 'Write After Approval' to
7154 'CPU Port Maintainers' section as SPARC maintainer.
7155
7156 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7157
7158 * Makefile.tpl: Make GCC use a separate config.cache.
7159 * Makefile.in: Regenerate.
7160
7161 PR bootstrap/11932, PR bootstrap/11933
7162 (I don't know if it will fix either of them, but it relates
7163 to them.)
7164 * configure.in: Don't use shared config.cache for target
7165 directories.
7166 * configure: Regenerate.
7167
7168 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7169
7170 * MAINTAINERS: Add myself to 'Write After Approval' section.
7171
7172 2003-12-31 Roger Sayle <roger@eyesopen.com>
7173
7174 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7175 * configure: Regenerated.
7176
7177 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7178
7179 * MAINTAINERS: Remove the mn10200 maintainer.
7180
7181 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7182
7183 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7184 * configure: Regenerated.
7185
7186 2003-12-16 Jan Hubicka <jh@suse.cz>
7187
7188 * MAINTAINERS: Add myself as callgraph maintainer.
7189
7190 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7191
7192 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7193 * configure: Regenerate.
7194
7195 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7196
7197 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7198 'Write After Approval' section. Update email.
7199
7200 2003-12-01 James Lemke <jim@wasabisystems.com>
7201
7202 * MAINTAINERS (Write After Approval): Add myself.
7203
7204 2003-11-20 Matt Thomas <matt@3am-software.com>
7205
7206 * MAINTAINERS: Add myself as a vax port maintainer.
7207
7208 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7209
7210 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7211 (configure-build-[+module+], configure-[+module+]): Likewise.
7212 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7213 * Makefile.in: Regenerate.
7214
7215 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7216
7217 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7218 shared/dylibed libraries.
7219 * ltmain.sh: Likewise.
7220 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7221 * ltcf-cxx.sh: Likewise.
7222 * ltcf-gcj.sh: Likewise.
7223 * ltconfig: Likewise.
7224
7225 2003-11-17 Stan Cox <scox@redhat.com>
7226
7227 * MAINTAINERS: Add myself as iq2000 port maintainer.
7228
7229 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7230
7231 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7232 * Makefile.in: Regenerate.
7233
7234 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7235
7236 * config.sub: Update to 2003-11-03 version.
7237
7238 2003-10-20 Phil Edwards <phil@codesourcery.com>
7239
7240 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7241 * configure: Regenerate.
7242
7243 2003-10-20 Nicolas Pitre <nico@cam.org>
7244
7245 * MAINTAINERS: Add myself to 'Write After Approval' section.
7246
7247 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7248
7249 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7250
7251 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7252
7253 * MAINTAINERS: Update my email address.
7254
7255 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7256
7257 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7258
7259 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7260
7261 * MAINTAINERS: Add myself to 'Write After Approval' section.
7262
7263 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7264
7265 * config.guess: Update to 2003-10-16 version.
7266 * config.sub: Update to 2003-10-16 version.
7267
7268 2003-10-15 David Daney <ddaney@avtrex.com>
7269
7270 * MAINTAINERS: Added myself to 'Write After Approval' section.
7271
7272 2003-10-15 Falk Hueffner <falk@debian.org>
7273
7274 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7275 'Write After Approval' section. Update email.
7276
7277 2003-10-14 Roger Sayle <roger@eyesopen.com>
7278
7279 * MAINTAINERS: Move myself from 'Write After Approval' to
7280 'Various Maintainers' section as middle-end maintainer.
7281
7282 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7283
7284 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7285 HOST_FLAGS_TO_PASS.
7286 * Makefile.in: Regenerate.
7287
7288 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7289
7290 * config.guess: Update to 2003-10-07 version.
7291 * config.sub: Update to 2003-10-07 version.
7292
7293 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7294
7295 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7296 * ltconfig (irix5*, irix6*): Don't override version_type.
7297
7298 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7299
7300 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7301 * configure: Rebuilt
7302 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7303 * Makefile.in: Rebuilt
7304
7305 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7306
7307 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7308
7309 2003-09-30 Carlo Wood <carlo@alinoe.com>
7310
7311 * MAINTAINERS (Write After Approval): Add myself.
7312
7313 2003-09-29 Paul Koning <ni1d@arrl.net>
7314
7315 * MAINTAINERS: Move myself from "Write After Approval"
7316 to CPU platform maintainers for pdp11 platform.
7317
7318 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7319
7320 * MAINTAINERS: Move myself from 'Write After Approval' to
7321 'Various Maintainers' section as libffi testsuite maintainer.
7322
7323 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7324
7325 * configure.in: Pass a computed --program-transform-name
7326 to subconfigures.
7327 * configure: Regenerated.
7328
7329 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7330
7331 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7332 * Makefile.in: Regenerate.
7333
7334 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7335 * Makefile.in: Regenerate.
7336
7337 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7338
7339 * MAINTAINERS: Move myself from 'Write After Approval'
7340 to 'Various Maintainers' (objective-c) section.
7341
7342 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7343
7344 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7345 quoting.
7346 * configure: Regenerated.
7347
7348 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7349
7350 * MAINTAINERS (Write After Approval): Add myself to write after
7351 approval list.
7352
7353 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7354
7355 * MAINTAINERS (Write After Approval): Add myself.
7356
7357 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7358
7359 * MAINTAINERS: Update my e-mail address.
7360
7361 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7362
7363 * libtool.m4 (LD): Correct powerpc64 host match.
7364
7365 2003-09-06 James E Wilson <wilson@tuliptree.org>
7366
7367 * MAINTAINTERS: Update my affiliation and email address.
7368
7369 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7370
7371 * MAINTAINERS (Write After Approval): Add myself.
7372
7373 2003-09-04 DJ Delorie <dj@redhat.com>
7374
7375 * configure: Regenerate.
7376
7377 2003-09-04 Robert Millan <robertmh@gnu.org>
7378
7379 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7380
7381 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7382
7383 * configure.in: Ensure arguments to sed are properly spaced.
7384 * configure: Regenerate.
7385
7386 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7387
7388 * MAINTAINERS: Update my e-mail address.
7389
7390 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7391
7392 * MAINTAINERS (Write After Approval): Add myself.
7393
7394 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7395
7396 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7397 * configure: Regenerated.
7398
7399 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7400
7401 * MAINTAINERS: Update my email address.
7402
7403 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7404
7405 * configure.in: Use newline instead of semicolon when assuming
7406 shell arguments in a for loop.
7407 * configure: Regenerated.
7408
7409 2003-08-22 Jason Eckhardt <jle@rice.edu>
7410
7411 * MAINTAINERS: Resurrect the i860 maintainer.
7412
7413 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7414
7415 PR 8180
7416 * configure.in: When testing with_libs and with_headers, treat
7417 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7418 * configure: Regenerate.
7419
7420 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7421 make, shell, etc.
7422 (baseargs): Likewise.
7423 * configure: Regenerate.
7424
7425 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7426
7427 * MAINTAINERS (Write After Approval): Add myself.
7428
7429 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7430
7431 * configure.in: Disable libgcj for darwin not on powerpc.
7432 * configure: Rebuild.
7433
7434 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7435
7436 * config-ml.in, symlink-tree: Add license.
7437
7438 2003-08-03 Richard Stallman <rms@gnu.org>
7439 Eben Moglen <moglen@columbia.edu>
7440
7441 * README.SCO: New file.
7442
7443 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7444
7445 * Makefile.tpl (check, check-c++): Express dependencies using
7446 dependencies rather than commands.
7447 * Makefile.in: Regenerate.
7448
7449 2003-08-01 Andrew Cagney <cagney@redhat.com>
7450
7451 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7452 * configure: Ditto.
7453
7454 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7455
7456 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7457 * Makefile.in: Update.
7458
7459 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7460
7461 * configure.in: Enable libgcj for darwin.
7462 * configure: Rebuild.
7463
7464 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7465
7466 * config-ml.in: Use ac_configure_args directly instead of
7467 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7468 actually seen.
7469
7470 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7471
7472 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7473 creating target and build subdirs to build all parent dirs as needed.
7474 * Makefile.in: Rebuild.
7475 * configure.in: Don't build dirs explicitly here.
7476 * configure: Rebuild.
7477
7478 2003-07-26 Paul Brook <paul@nowt.org>
7479
7480 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7481
7482 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7483
7484 * Makefile.tpl (all-make): Depend on intl.
7485 * Makefile.in: Rebuilt.
7486
7487 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7488
7489 * install-sh: Update to newer upstream versions (associated with
7490 aclocal 1.7).
7491 * mkinstalldirs: Likewise.
7492 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7493
7494 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7495
7496 * MAINTAINERS: Move self from Bug database only accounts
7497 to write-after-approval.
7498
7499 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7500
7501 * config.if: Remove unused libc_interface determination.
7502
7503 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7504
7505 * MAINTAINERS: Move self from write-after-approval to
7506 build machinery (*.in).
7507
7508 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7509
7510 PR bootstrap/11273
7511 PR bootstrap/11408
7512 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7513 unused INSTALL_PROGRAM_ARGS.
7514 * configure.in: Use AC_PROG_INSTALL.
7515 * Makefile.in: Regenerate.
7516 * configure: Regenerate.
7517
7518 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7519
7520 * MAINTAINERS: Alphabetize.
7521
7522 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7523
7524 * configure: Rebuilt.
7525 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7526 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7527 newlib nor libgloss.
7528 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7529 * configure.in (am33_2.0-*-linux*): Added.
7530
7531 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7532
7533 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7534 * configure: Regenerate.
7535
7536 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7537
7538 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7539 * Makefile.in: Regenerate.
7540
7541 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7542
7543 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7544 * Makefile.in: Regenerate.
7545
7546 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7547
7548 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7549 * Makefile.in: Regenerated.
7550
7551 * config-ml.in: Replace PWD with PWD_COMMAND.
7552
7553 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7554
7555 * intl: New directory; see intl/ChangeLog for details.
7556 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7557 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7558 * Makefile.in: Regenerate.
7559
7560 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7561
7562 * configure.in: Clean up config-lang.in handling. Delete
7563 useless assignment to "subdirs".
7564 * configure: Regenerate.
7565
7566 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7567
7568 * configure.in: Rename 'target_libs' to 'target_libraries'.
7569 Remove useless reference to 'target_libs'.
7570 * configure: Regenerate.
7571
7572 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7573
7574 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7575 * Makefile.in: Regenerate.
7576
7577 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7578
7579 * Makefile.def: Introduce flags_to_pass.
7580 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7581 * Makefile.in: Regenerate.
7582
7583 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7584
7585 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7586 and target-libgloss.
7587 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7588 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7589 * configure: Regenerate.
7590
7591 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7592
7593 * configure.in: Update testsuite_flags to new location.
7594 * configure. Regenerate.
7595
7596 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7597
7598 * Makefile.tpl: Remove BUILD_CC stuff.
7599 * Makefile.in: Regenerate.
7600
7601 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7602
7603 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7604
7605 2003-06-16 Graeme Peterson <gp@qnx.com>
7606
7607 * MAINTAINERS (Write After Approval): Add myself.
7608
7609 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7610
7611 * config.guess: Update to 2003-06-12 version.
7612 * config.sub: Update to 2003-06-13 version.
7613
7614 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7615
7616 * config.guess: Update to 2003-06-06 version.
7617 * config.sub: Update to 2003-06-06 version.
7618
7619 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7620
7621 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7622 * configure. Regenerate.
7623
7624 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7625
7626 * configure.in: Disable serial configure by default.
7627 * configure: Regenerate.
7628 * Makefile.tpl: Abolish .NOTPARALLEL.
7629 * Makefile.in: Regenerate.
7630
7631 * Makefile.tpl: Replace {build,host,target}_canonical by
7632 {build,host,target}.
7633 * Makefile.in: Regenerate.
7634
7635 * Makefile.tpl: Fix stupid pasto.
7636 * Makefile.in: Regenerate.
7637
7638 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7639
7640 * Makefile.tpl: Remove bogus conditional.
7641 * Makefile.in: Regenerate.
7642
7643 2003-06-05 Jan Hubicka <jh@suse.cz>
7644
7645 * Makefile.tpl (profiledbootstrap): New target.
7646 * Makefile.in (profiledbootstrap): New target.
7647
7648 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7649
7650 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7651 Pinski. Remove user names from other bugzilla-only maintainers.
7652
7653 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7654
7655 * Makefile.tpl: Make 'recursive targets' using autogen rather
7656 than shell loop. Remove duplicate 'clean' targets and false
7657 comments.
7658 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7659 Add systematic method of specifying missing targets in subdirs.
7660 Add copyright boilerplate.
7661 * Makefile.in: Regenerate.
7662 * configure.in: Add 'recursive targets' to maybe list.
7663 * configure: Regenerate.
7664
7665 * MAINTAINERS: "GNATS only" -> "Bug database only".
7666
7667 * Makefile.tpl: Rename [+target+] to [+make_target+].
7668 * Makefile.def: Rename 'target' to 'make_target'.
7669
7670 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7671
7672 * MAINTAINERS: Add self as options handling maintainer.
7673
7674 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7675
7676 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7677 been too long since I touched those ports.
7678
7679 2003-05-28 DJ Delorie <dj@redhat.com>
7680
7681 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7682 * Makefile.in: Regenerate.
7683
7684 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7685
7686 * configure.in: Use curly braces in the definition of tooldir.
7687 * configure: Regenerate.
7688
7689 2003-05-21 DJ Delorie <dj@redhat.com>
7690
7691 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7692 newlib or libgloss.
7693 * Makefile.in: Regenerate.
7694
7695 2003-05-21 DJ Delorie <dj@redhat.com>
7696
7697 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7698 * Makefile.in: Regenerate.
7699
7700 2003-05-20 Ian Lance Taylor <ian@airs.com>
7701
7702 * MAINTAINERS: Update my e-mail address.
7703
7704 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7705
7706 * configure.in: Switch more things to use maybe dependencies.
7707 * Makefile.tpl: Switch more things to use maybe dependencies.
7708 Factor out common code from autogen IF statements.
7709 * configure: Regenerate.
7710 * Makefile.in: Regenerate.
7711
7712 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7713
7714 * configure.in: Accept i[3456789]86 for machine type.
7715 * configure: Regenerate.
7716
7717 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7718
7719 * configure.in: Switch more things to use maybe dependencies.
7720 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7721 * configure: Regenerate.
7722 * Makefile.tpl: Switch more things to use maybe dependencies.
7723 * Makefile.in: Regenerate.
7724
7725 2003-05-16 Andreas Schwab <schwab@suse.de>
7726
7727 * Makefile.tpl (install-opcodes): Define.
7728 * Makefile.in: Rebuild.
7729
7730 2003-05-13 Andreas Jaeger <aj@suse.de>
7731
7732 * config.guess: Update to 2003-05-09 version.
7733 * config.sub: Update to 2003-05-09 version.
7734
7735 2003-05-13 Michael Eager <eager@mvista.com>
7736
7737 * configure.in: Correct sed script so that options in quotes are not
7738 deleted.
7739 * configure: Rebuild.
7740
7741 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7742
7743 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7744 and $$s/newlib/libc/sys/cygwin32 include paths.
7745 * configure: Ditto.
7746
7747 2003-05-12 Michael Meissner <gnu@the-meissners.org>
7748
7749 * MAINTAINERS: Update my email addresses.
7750
7751 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7752
7753 * config-ml.in: Propagate INSTALL variables.
7754
7755 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7756
7757 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7758
7759 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7760
7761 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7762 * Makefile.in: Regenerate.
7763
7764 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7765
7766 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7767
7768 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7769
7770 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7771
7772 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7773
7774 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7775 * Makefile.in: Regenerated.
7776
7777 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7778
7779 * MAINTAINERS (Write After Approval): Upgrade myself from
7780 GNATS only to write-after-approval. Update my mail address.
7781
7782 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
7783
7784 (OS Port Maintainers: freebsd): Add myself.
7785
7786 2003-04-22 Mark Mitchell <mark@codesourcery.com>
7787
7788 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7789
7790 2003-04-22 Kean Johnston <jkj@sco.com>
7791
7792 * MAINTAINERS (SCO ports): Added myself.
7793
7794 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7795
7796 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7797
7798 2003-04-19 Kean Johnston <jkj@sco.com>
7799
7800 * MAINTAINERS (Write After Approval): Add myself.
7801
7802 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7803
7804 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7805 * Makefile.in: Regenerate.
7806
7807 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7808
7809 * configure.in (powerpc64*-*-linux*): Remove.
7810 * configure: Rebuilt.
7811
7812 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7813
7814 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7815 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7816 and restrap.
7817 * Makefile.in: Regenerate.
7818
7819 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7820
7821 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7822 * configure: Regenerated.
7823
7824 2003-04-15 DJ Delorie <dj@redhat.com>
7825
7826 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7827
7828 2003-04-13 Nick Clifton <nickc@redhat.com>
7829
7830 * config-ml.in: Remove support for --disable-aix removing
7831 call-aix multilibs.
7832
7833 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
7834
7835 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7836 * */configure: Rebuilt.
7837
7838 2003-04-08 Joel Sherrill <joel@oarcorp.com>
7839
7840 * MAINTAINERS: Add my email address.
7841
7842 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
7843
7844 * MAINTAINERS (Write After Approval): Add myself.
7845
7846 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7847
7848 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7849 * Makefile.in: Regenerate.
7850
7851 2003-03-14 Michael Chastain <mec@shout.net>
7852
7853 * Makefile.in: Regenerate with correct Makefile.def.
7854
7855 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7856
7857 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7858 Make macro.
7859 * Makefile.in: Regenerate.
7860 * configure.in: Clean up gxx_include_dir logic.
7861 * configure: Regenerate.
7862
7863 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
7864
7865 * MAINTAINERS (Write After Approval): Add myself.
7866
7867 2003-03-10 Ben Elliston <bje@wasabisystems.com>
7868
7869 * MAINTAINERS: Update my mail address.
7870
7871 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7872
7873 * configure.in (gxx_include_dir): Fix typo.
7874 * configure: Regenerated.
7875
7876 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7877
7878 * Makefile.tpl: Reindent.
7879 * Makefile.in: Regenerate.
7880 * configure.in: Reindent. Don't set unused variables.
7881 * configure: Regenerate.
7882
7883 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7884
7885 * configure.in: Include $(build_tooldir)/sys-include in
7886 FLAGS_FOR_TARGET.
7887 * configure: Regenerated.
7888
7889 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7890
7891 * Makefile.tpl: Always pass down RANLIB.
7892 * Makefile.in: Regenerate.
7893
7894 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7895 * Makefile.in: Regenerate.
7896 * configure.in: Remove unused logic relating to --enable-shared
7897 and --enable-threads. Remove bogus comments. Remove redundant
7898 noconfigdirs.
7899 * configure: Regenerate.
7900
7901 * configure.in: Replace ${libstdcxx_version} by its value.
7902 Remove reference to mh-dgux.
7903 * configure: Regenerate.
7904
7905 2003-03-03 Kevin Buettner <kevinb@redhat.com>
7906
7907 * MAINTAINERS (Write After Approval): Add myself.
7908
7909 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7910
7911 * Makefile.tpl: Rearrange.
7912 * Makefile.in: Regenerate.
7913
7914 2003-02-25 Uwe Stieber <uwe@wwws.de>
7915
7916 * configure.in: Add support for kaOS as cross build target system.
7917 * configure: Regenerated.
7918
7919 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
7920
7921 * MAINTAINERS (Write after approval): Add myself.
7922
7923 2003-02-21 James E Wilson <wilson@tuliptree.org>
7924
7925 * MAINTAINERS: Update my email address.
7926
7927 2003-02-21 Zack Weinberg <zack@codesourcery.com>
7928
7929 * MAINTAINERS: Add self to blanket write privs. section.
7930
7931 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7932
7933 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7934 configure-target-* as some target builds may require additional
7935 flags for preprocessor tests.
7936 * Makefile.in: Regenerated.
7937
7938 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7939
7940 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7941 * ltconfig: Handle it.
7942 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7943 auto-detecting it.
7944
7945 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7946 it is used as argument to $CC.
7947 * ltcf-gcj.sh: Likewise.
7948
7949 * configure.in: Introduce --enable-maintainer-mode.
7950 * configure: Rebuilt.
7951 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7952 for maintainer mode.
7953 * Makefile.in: Rebuilt.
7954
7955 2003-02-18 Jason Merrill <jason@redhat.com>
7956
7957 * Makefile.tpl (check-c++): Allow parallelism.
7958
7959 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7960
7961 * MAINTAINERS: Remove John Carr (who never actually had access to
7962 gcc.gnu.org).
7963
7964 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7965
7966 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7967 don't configure target-libobjc.
7968 * configure: Regenerate.
7969
7970 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7971
7972 * Makefile.tpl (RANLIB): Define.
7973 * Makefile.in: Regenerate.
7974
7975 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
7976
7977 * MAINTAINERS: Update my email.
7978
7979 2003-02-06 Keith R Seitz <keiths@redhat.com>
7980
7981 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7982 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7983 * Makefile.in: Regenerated.
7984 * configure.in: Remove all traces of snavigator, db, and grep.
7985 * configure: Regenerated.
7986
7987 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7988
7989 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7990 After Approval.
7991
7992 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7993
7994 * MAINTAINERS (Write after approval): Add myself.
7995
7996 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7997
7998 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7999 * Makefile.in: Regenerated.
8000
8001 2003-01-30 Roger Sayle <roger@eyesopen.com>
8002
8003 * config.guess: Updated to 2003-01-30's version.
8004 * config.sub: Updated to 2003-01-28's version.
8005
8006 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
8007
8008 * config.if: If gcc_version is already set, just use it. Don't set
8009 gcc_version_trigger if it's already set, otherwise set it to
8010 gcc/version.c, but only if the file exists. If it is not set and
8011 gcc/version.c does not exist, try to extract the version number from
8012 $CC.
8013
8014 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8015
8016 * MAINTAINERS: Add myself to write-after-approval list.
8017
8018 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
8019
8020 * configure.in: Revert 24Jan change.
8021 * configure: Regenerate.
8022
8023 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8024
8025 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8026 entry of HJ Lu.
8027
8028 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8029
8030 * configure.in: Revert previous change.
8031 * configure: Regenerate.
8032
8033 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8034
8035 * configure.in: Make rda native-only.
8036 * configure: Regenerate.
8037
8038 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8039
8040 * MAINTAINERS: Move myself from GNATS-only-accounts to
8041 write-after-approval.
8042
8043 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8044
8045 * configure.in: Add missing \.
8046 * configure: Rebuilt.
8047
8048 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8049
8050 * configure.in (baseargs): Avoid using \| in sed regular
8051 expressions.
8052 * configure: Rebuilt.
8053
8054 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8055
8056 * configure.in (baseargs): Remove all supported forms of
8057 --cache-file, --srcdir, --host, --build and --target options
8058 from argument lists.
8059 * configure: Rebuilt.
8060
8061 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8062
8063 * MAINTAINERS: Add myself to write-after-approval list.
8064
8065 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8066
8067 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8068 * configure: Rebuilt.
8069
8070 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8071
8072 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8073 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8074 * Makefile.in: Regenerate.
8075 * configure: Regenerate.
8076
8077 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8078
8079 * configure.in: Remove Makefile in build, host and target modules
8080 unless configure was run with --no-recursion.
8081 * configure: Rebuilt.
8082
8083 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8084
8085 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8086 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8087 * Makefile.in: Regenerate.
8088
8089 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8090
8091 * config.guess: Update to 2003-01-03 version.
8092 * config.sub: Update to 2003-01-03 version.
8093
8094 2003-01-07 Christopher Faylor <cgf@redhat.com>
8095
8096 * configure: Regenerate with proper autoconf 2.13.
8097
8098 2003-01-07 Christopher Faylor <cgf@redhat.com>
8099
8100 * configure.in: Add AC_PREREQ for consistency.
8101 * configure: Regenerate.
8102
8103 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8104
8105 * configure.in (GDB_TK): Add tcl directories conditional on
8106 gdb/gdbtk directory being present.
8107 * configure: Regenerate.
8108
8109 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8110
8111 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8112 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8113 * configure: Rebuilt.
8114
8115 2002-12-31 Tom Tromey <tromey@redhat.com>
8116
8117 * Makefile.in: Rebuilt.
8118 * Makefile.def (target_modules) [libffi]: Allow installation.
8119
8120 2002-12-31 Andreas Schwab <schwab@suse.de>
8121
8122 * configure.in: Fix use of $program_transform_name.
8123 * configure: Regenerated.
8124
8125 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8126
8127 * configure.in (baseargs): Don't remove first configure argument.
8128 * configure: Regenerated.
8129
8130 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8131
8132 * Makefile.tpl (local-distclean): Don't remove...
8133 (multilib.ts): ... this. Moved into...
8134 (multilib.out): ... this. Don't use sub-make.
8135 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8136 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8137 (configure-build-[+module+], configure-[+module+],
8138 configure-target-[+module+], configure-gcc): ... these. Test
8139 for Makefile existence. Drop config.status from dependencies.
8140 * Makefile.in: Rebuilt.
8141 * configure.in: Move gcc-version-trigger to the end of
8142 ac_configure_args. Add comments to maybedep.tmp and
8143 serdep.tmp. Introduce --disable-serial-configure. Remove
8144 nonopt from baseargs, matching and removing corresponding
8145 whitespace while at it.
8146 * configure: Rebuilt.
8147
8148 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8149
8150 * configure.in (host_configargs): Replace reference to
8151 no-longer-defined buildopts with --build=${build_alias}.
8152 * configure: Rebuilt.
8153
8154 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8155 program_transform_name to standard idiom.
8156 (AUTOGEN, AUTOCONF): Define.
8157 (Makefile.in): Use $(AUTOGEN).
8158 (Makefile): Depend on config.status, and use autoconf-style rule to
8159 build it. Move original commands to...
8160 (config.status): ... this new target.
8161 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8162 $(AUTOCONF).
8163 * Makefile.in: Rebuilt.
8164
8165 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8166
8167 * Makefile.tpl: Fix dramatic bustage due to change in
8168 program_transform_name.
8169 * Makefile.in: Regenerate.
8170
8171 * configure.in: Remove unnecessary PATH setting.
8172 * configure: Regnerate.
8173
8174 * configure.in: Don't default to unprefixed tools unless
8175 the native tools will work.
8176 * configure: Regenerate.
8177
8178 * configure.in: Convert to autoconf script. Blow away lots
8179 of now-redundant Makefile fragments.
8180 * configure: Generate using Autoconf.
8181 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8182 * Makefile.in: Regenerate.
8183
8184 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8185
8186 * configure: Fix stupid bug where RANLIB was mistakenly included.
8187
8188 * configure.in: Rename (buildargs, hostargs, targargs) to
8189 (build_configargs, host_configargs, target_configargs).
8190
8191 * configure.in: Move logic out of sed statement.
8192
8193 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8194 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8195
8196 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8197
8198 * config.sub: Import from master repository
8199 * config.guess: Ditto
8200
8201 2002-12-24 Andreas Schwab <schwab@suse.de>
8202
8203 * Makefile.tpl (multilib.out): Fix missing space.
8204 * Makefile.in: Regenerate.
8205
8206 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8207
8208 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8209 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8210 * Makefile.in: Regenerate.
8211 * configure.in: Remove unnecessary leftovers.
8212
8213 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8214
8215 * configure.in (extra_ranlibflags_for_target): New variable.
8216 (*-*-darwin): Add -c to ranlib commands.
8217 * configure (tooldir): Handle extra_ranlibflags_for_target.
8218
8219 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8220
8221 * Makefile.tpl: Revert HJL's change.
8222 * Makefile.in: Regenerated.
8223 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8224 always.
8225
8226 2002-12-19 Andreas Schwab <schwab@suse.de>
8227
8228 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8229 * Makefile.in: Regenerate.
8230
8231 2002-12-18 H.J. Lu <hjl@gnu.org>
8232
8233 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8234 * Makefile.in: Regenerated.
8235
8236 * configure.in (build_prefix): New. Substitute.
8237
8238 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8239
8240 * Makefile.tpl: Don't let real targets depend on phony targets.
8241 * Makefile.in: Regenerate.
8242
8243 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8244 * Makefile.in: Regenerate.
8245
8246 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8247
8248 * config.sub: Import from master repository
8249 * config.guess: Ditto
8250
8251 2002-12-16 Jason Merrill <jason@redhat.com>
8252
8253 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8254 previous 'make bootstrap'.
8255 * Makefile.in: Regenerate.
8256
8257 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8258
8259 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8260
8261 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8262
8263 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8264 * Makefile.in: Regenerate.
8265
8266 2002-12-13 Jason Merrill <jason@redhat.com>
8267
8268 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8269 library tests.
8270 (check-c++): Just depend on it and check-target-libstdc++-v3.
8271 * Makefile.in: Regenerate.
8272
8273 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8274
8275 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8276 * Makefile.in: Rebuilt.
8277
8278 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8279
8280 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8281
8282 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8283
8284 * configure: Fix bug put in by gremlins.
8285
8286 * Makefile.tpl: Substitute more autoconfily.
8287 * configure: Substitute more autoconfily.
8288 * Makefile.in: Regenerate.
8289
8290 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8291
8292 * config.sub: Import from master repository
8293 * config.guess: Ditto
8294 * MAINTAINERS: Added Svein Seldal under write after approval
8295
8296 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8297
8298 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8299 * Makefile.in (all-sim): Ditto.
8300
8301 2002-12-06 DJ Delorie <dj@redhat.com>
8302
8303 * Makefile.tpl: Change configure dependencies to not have real
8304 targets depend on phony targets.
8305
8306 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8307
8308 * configure.in: Revert unintentional change.
8309
8310 * Makefile.tpl: Change dependency for */multilib.out so that
8311 it works when gcc isn't in the tree.
8312
8313 * configure.in: Substitute more.
8314 * configure: Run subconfigures from the Makefile.
8315 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8316 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8317
8318 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8319
8320 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8321
8322 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8323
8324 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8325 and corresponding dependencies.
8326 * Makefile.in: Regenerate.
8327
8328 * configure.in (host_tools): Order binutils, gas and ld for
8329 convenience in running the testsuites.
8330
8331 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8332 * Makefile.in: Regenerate.
8333 * configure.in: Introduce rules to serialize subconfigure runs.
8334
8335 * configure.in: Introduce BASE_CC_FOR_TARGET.
8336 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8337 Realize configure-build-* targets. Realize configure-target-* targets.
8338 * Makefile.in: Regenerate.
8339
8340 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8341
8342 * configure: Move gcc_version_trigger stuff from here...
8343 * configure.in: ...to here.
8344
8345 * configure.in: Separate subconfigure options added by this file from
8346 options given by the user. Add machinery to put args for host
8347 subconfigures into the Makefile.
8348
8349 * Makefile.tpl: Remove 'vault' targets.
8350 * Makefile.tpl: Reorder and comment dependencies.
8351 * Makefile.in: Regenerate.
8352
8353 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8354 * configure.in: Fix my broken commit of previous patch. (sigh)
8355
8356 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8357
8358 * configure.in: Move host-specific darwin noconfigdirs into
8359 the host-specific section.
8360
8361 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8362
8363 * configure.in: Move host-specific darwin noconfigdirs into
8364 the host-specific section.
8365
8366 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8367
8368 * configure: Remove skip-this-dir support.
8369 * Makefile.tpl: Remove skip-this-dir support.
8370
8371 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8372 subdirectories.
8373 * Makefile.in: Regenerate.
8374
8375 * Makefile.tpl: Strip out useless setting of 'dir'.
8376 * Makefile.in: Regenerate.
8377
8378 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8379
8380 * configure.in: Fix deeply stupid bug.
8381
8382 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8383 shell code in CXX_FOR_TARGET
8384 * Makefile.def: Introduce raw_cxx.
8385 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8386 RAW_CXX_FOR_TARGET.
8387 * Makefile.in: Regenerate.
8388
8389 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8390
8391 * Makefile.tpl: Remove unnecessary ifs.
8392 * Makefile.in: Regenerate.
8393
8394 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8395 dependencies. Maybe-ize build-libiberty. Create dummy install
8396 targets for 'no_install' modules.
8397 * configure: Move GDB_TK substitution to configure.in. Move
8398 build_modules stuff to configure.in.
8399 * configure.in: Implement soft dependency machinery. Maybe-ize
8400 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8401 * Makefile.in: Regenerate.
8402
8403 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8404
8405 * Makefile.tpl: Make all-target, install-target behave similarly
8406 to all, install (only hitting configured targets). Eliminate
8407 unused macro defintions.
8408
8409 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8410 build != host.
8411
8412 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8413
8414 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8415
8416 * configure.in: Produce lists of subdir targets we're actually
8417 configuring. Remove references to "dosrel".
8418 * Makefile.tpl: Let configure set which subdir targets are hit.
8419 Remove install-cross; clean up install; remove ALL. Remove
8420 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8421 Autogenerate host module targets. Remove empty dependency lines
8422 and redundant dependency; rearrange slightly.
8423 * Makefile.def: Add host-side libtermcap, utils.
8424
8425 * Makefile.in: Regenerate.
8426
8427 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8428
8429 * ltconfig (osf[345]): Append $major to soname_spec.
8430 Reflect this in library_names_spec.
8431 * ltmain.sh (osf): Prefix $major with . for use as extension.
8432
8433 2002-11-19 Andreas Jaeger <aj@suse.de>
8434
8435 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8436 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8437 and sparc64 GNU/Linux systems.
8438
8439 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8440
8441 * MAINTAINERS: Update email.
8442
8443 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8444
8445 * MAINTAINERS: Complete James Dennett's entry.
8446
8447 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8448
8449 * MAINTAINERS (Write After Approval): Add myself.
8450
8451 2002-11-13 Bruce Korb <bkorb@gnu.org>
8452
8453 * Makefile.tpl: syntactic cleanup
8454
8455 2002-11-13 Stuart Hastings <stuart@apple.com>
8456
8457 * MAINTAINERS: Add myself to write-after-approval list.
8458
8459 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8460
8461 * Makefile.def: Add list of recursive targets to autogenerate.
8462 Add build_modules.
8463 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8464 targets. Autogenerate *-build-* targets.
8465 * Makefile.in: Regenerate.
8466
8467 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8468
8469 * configure: More autoconf-style substitutions.
8470 * Makefile.tpl: More autoconf-style substitutions.
8471 * Makefile.in: Regenerate.
8472
8473 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8474
8475 * configure: Substitute more variables in a more autoconf-friendly
8476 way. Simplify slightly.
8477 * Makefile.tpl: Make more variables substitutable in an
8478 autoconf-friendly way.
8479 * Makefile.in: Regenerate.
8480
8481 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8482
8483 * MAINTAINERS (Write After Approval): Add myself.
8484
8485 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8486
8487 * configure.in (v810*): Remove special setting of tools.
8488
8489 * configure: Add support for extra required flags for ar or nm.
8490 * configure.in (aix4.3+): Use above support for target-specific
8491 issues, rather than using config/mt-aix43.
8492
8493 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8494
8495 * configure: Remove 'removing', which doesn't work. Replace $subdir
8496 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8497 with $srcdir. Reformat indentation. Substitute some variables
8498 formerly hard-coded in the Makefile for build=host.
8499 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8500 * Makefile.def: Autogenerate more.
8501 * Makefile.in: Regenerate.
8502
8503 2002-11-04 Adam Nemet <anemet@lnxw.com>
8504
8505 * MAINTAINERS (Write After Approval): Add myself.
8506
8507 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8508
8509 * Makefile.def (host_modules): Add rda.
8510 * Makefile.in: Regenerate.
8511 * configure.in (target_tool): Add target-rda to list.
8512
8513 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8514
8515 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8516
8517 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8518
8519 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8520 and restrap targets to this rule.
8521 * Makefile.in: Regenerate.
8522
8523 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8524
8525 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8526 GNATS only accounts.
8527
8528 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8529
8530 * configure.in (i[3456]86-*-linux*): Add check to disable
8531 ${libgcj} for glibc1.
8532
8533 2002-10-24 Denis Chertykov <denisc@overta.ru>
8534
8535 * MAINTAINERS: Add myself as ip2k port maintainer.
8536
8537 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8538
8539 * configure.in: Add tic4x target.
8540
8541 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8542
8543 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8544 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8545 * Makefile.in: Regenerate.
8546
8547 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8548 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8549 * Makefile.in: Regenerate.
8550
8551 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8552
8553 * MAINTAINERS: Add myself as web pages co-maintainer.
8554
8555 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8556
8557 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8558 * Makefile.in: Regenerate.
8559
8560 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8561
8562 * MAINTAINERS: Add myself and Nathan Sidwell
8563 <nathan@codesourcery.com> as VxWorks maintainers.
8564
8565 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8566
8567 * Makefile.def: Remove order dependency comments.
8568 * Makefile.tpl: Add explicit install-install dependencies.
8569 * Makefile.in: Regenerate.
8570
8571 * Makefile.tpl: Remove material now in src-release. (Finally!)
8572 * Makefile.in: Regenerate.
8573
8574 * Makefile.tpl: Add configure-target (for src-release in src)
8575 * Makefile.in: Regenerate.
8576
8577 2002-09-30 Nick Clifton <nickc@redhat.com>
8578
8579 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8580
8581 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8582
8583 * configure.in (s390*-*-linux*): Enable libgcj.
8584
8585 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8586
8587 * configure: Revert accidentally applied changes.
8588
8589 * Makefile.tpl: Make more autoconf-friendly.
8590 * Makefile.in: Regenerate.
8591 * configure: Make substitution more autoconf-like.
8592
8593 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8594
8595 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8596 single entry to handle all these.
8597 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8598 libjava on arm-*-elf.
8599
8600 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8601
8602 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8603 things that depend on them.
8604
8605 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8606
8607 * Makefile.tpl: Make subsituted variables more autoconfy.
8608 * Makefile.in: Regenerate.
8609 * configure: Make seds more autoconfy.
8610
8611 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8612
8613 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8614 * Makefile.in: Regenerate.
8615 * configure.in: Rewrite sed statements to look autoconfy.
8616
8617 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8618 all-target-foo on configure-target-foo.
8619 * Makefile.def: Ditto.
8620 * Makefile.in: Rebuild.
8621
8622 2002-09-25 Andrew Haley <aph@redhat.com>
8623
8624 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8625
8626 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8627
8628 * Makefile.def: New file.
8629 * Makefile.tpl: New file.
8630 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8631 * contrib/gcc_update: Note that Makefile.in is a generated file.
8632
8633 * configure.in: Minor rearrangement. Simplify tests.
8634
8635 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8636
8637 * configure.in (with_headers): Skip copy if value is "yes".
8638 (with_libs): Likewise.
8639
8640 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8641
8642 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8643 * configure.in (sh*-*-pe*): Ditto.
8644 * configure.in (mips*-*-pe*): Ditto.
8645 * configure.in (*arm-wince-pe): Ditto.
8646
8647 * configure.in: Rearrange.
8648
8649 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8650
8651 * MAINTAINERS: Update my email address.
8652
8653 2002-08-30 Paul Koning <pkoning@equallogic.com>
8654
8655 * MAINTAINERS: (Write After Approval): Add myself.
8656
8657 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8658
8659 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8660
8661 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8662
8663 * MAINTAINERS: Change my mailing address.
8664
8665 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8666
8667 * MAINTAINERS (Write After Approval): Remove myself.
8668 (Various Maintainers: c++ runtime libs): Add myself.
8669
8670 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8671
8672 * MAINTAINERS (Write After Approval): Remove myself.
8673 (Various Maintainers: c++ runtime libs): Add myself.
8674
8675 2002-08-15 Eric Christopher <echristo@redhat.com>
8676
8677 * config.sub: Import from master repository.
8678 * config.guess: Ditto.
8679
8680 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8681
8682 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8683 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8684 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8685
8686 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8687
8688 * MAINTAINERS: Add self to rs6000 vector extensions.
8689
8690 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8691
8692 * libiberty/configure: Reverted unintended yesterday's check in.
8693
8694 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
8695
8696 * boehm-gc/configure, libf2c/configure: Rebuilt.
8697 * libffi/configure, libiberty/configure: Ditto.
8698 * libjava/configure, libobjc/configure: Ditto.
8699 * libstdc++-v3/configure, zlib/configure: Ditto.
8700 Merged from binutils:
8701 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8702 From Steve Ellcey <sje@cup.hp.com>:
8703 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8704 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8705 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8706 IA64.
8707 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8708 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8709 soname_spec, sys_lib_search_path_spec): Ditto.
8710
8711 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8712
8713 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8714
8715 2002-08-04 H.J. Lu (hjl@gnu.org)
8716
8717 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8718
8719 2002-08-02 Krister Walfridsson <cato@df.lth.se>
8720
8721 * MAINTAINERS (Write After Approval): Add myself.
8722
8723 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8724
8725 * configure.in: Move generic linux case to end. Copy generic
8726 linux noconfigdirs to mips*-*-linux* entry and new
8727 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8728
8729 2002-07-19 Michael Matz <matz@suse.de>
8730
8731 * MAINTAINERS: Add myself as ra* maintainer.
8732
8733 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8734
8735 * config.guess: Update to 2002-07-09 version.
8736 * config.sub: Update to 2002-07-03 version.
8737
8738 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8739
8740 * MAINTAINERS: Fix typo in a maintainer email address.
8741
8742 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8743
8744 * configure.in: Remove two redundant tests.
8745
8746 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8747
8748 * configure.in (mips*-*-irix6*o32): Enable stabs.
8749
8750 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8751
8752 * configure.in: Don't build grez.
8753 * Makefile.in: Ditto.
8754
8755 * Makefile.in: Remove references to bsp, cygmon, libstub.
8756 * configure.in: Ditto.
8757
8758 * configure.in: Remove leftover reference to gdbtest.
8759
8760 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8761
8762 * configure.in (gxx_include_dir): Change to match versioned
8763 C++ headers if --enable-version-specific-runtime-libs is used.
8764
8765 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8766
8767 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8768
8769 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8770
8771 * configure.in: Make --without-x work.
8772
8773 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8774
8775 * configure.in: Rearrange target Makefile fragment collection.
8776
8777 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8778 cvs[src].
8779 * configure.in: Ditto.
8780
8781 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8782
8783 * MAINTAINERS (Write After Approval): Update my e-mail address.
8784
8785 2002-06-24 Ben Elliston <bje@redhat.com>
8786
8787 * configure.in (host_tools): Remove cgen.
8788
8789 * Makefile.in (all-cgen): Remove; runs from its source directory.
8790 (check-cgen, install-cgen, clean-cgen): Likewise.
8791 (all-opcodes): Do not depend on all-cgen.
8792 (all-sim): Likewise.
8793
8794 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8795
8796 * Makefile.in: Eliminate 'apache' targets.
8797 * configure.in: Eliminate 'apache' targets.
8798
8799 * configure.in: Eliminate redundant tests. Reorganize.
8800
8801 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8802
8803 * config-ml.in: Eliminate references to Cygnus configure.
8804
8805 * Makefile.in: Eliminate references to building emacs.
8806
8807 2002-06-28 Graham Stott <graham.stott@btinternet.com>
8808
8809 * MAINTAINERS: Update my email address.
8810
8811 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8812
8813 * config.if (libstdcxx_incdir): Version C++ headers.
8814 (cxx_incdir): Remove.
8815
8816 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8817
8818 * MAINTAINERS (Write After Approval): Add self.
8819
8820 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
8821
8822 * configure.in: Add support for ip2k.
8823
8824 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8825
8826 * configure.in: Fix AIX configury bug.
8827
8828 2002-06-20 Steve Ellcey <sje@cup.hp.com>
8829
8830 * MAINTAINERS (Write After Approval): Add self.
8831
8832 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8833
8834 * configure.in: replace ${topsrcdir} with ${srcdir}
8835
8836 * configure.in: Move definition of libstdcxx_flags
8837 right above usage, rather than waaay earlier.
8838
8839 * configure.in: Pull definition of is_cross_compiler earlier.
8840
8841 * configure.in: Rearrange a little.
8842
8843 * configure.in: Remove references to librx.
8844 * Makefile.in: Remove references to librx.
8845
8846 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
8847
8848 * config.sub: Add support for avr target.
8849 Import from master sources, rev 1.255
8850
8851 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
8852
8853 * configure, .cvsignore: Revert previous change...
8854 * Makefile: ...delete.
8855
8856 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8857
8858 * configure.in: Eliminate ${gasdir} variable.
8859
8860 2002-06-18 Dave Brolley <brolley@redhat.com>
8861
8862 * configure.in: Add support for frv.
8863 * config.sub: Add support for frv.
8864
8865 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8866
8867 * configure: Remove garbage from previous commit.
8868
8869 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8870
8871 * configure: For in-source builds, make a subdir and re-exec there.
8872 * Makefile: New file. Pass targets through to build directory.
8873 * .cvsignore: No longer ignore "Makefile".
8874
8875 2002-06-16 Douglas Rupp <rupp@gnat.com>
8876
8877 * MAINTAINERS (Write After Approval): Add self.
8878
8879 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8880
8881 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8882
8883 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8884
8885 * configure.in (vax-*-netbsd*): Re-enable gas.
8886
8887 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8888
8889 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8890 BUILD_PREFIX_1, to correct nomenclature.
8891 * configure: Likewise.
8892
8893 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8894 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8895
8896 2002-05-31 Olaf Hering <olh@suse.de>
8897
8898 * config-ml.in: Propogate DESTDIR also.
8899
8900 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8901
8902 * configure.in (vax-*-netbsd*): Don't build gas for this
8903 platform.
8904
8905 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8906
8907 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8908 and libgcj for AVR.
8909
8910 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
8911
8912 * MAINTAINERS (Write After Approval): Add myself.
8913
8914 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8915
8916 * config.guess: Update to 2002-05-22 version.
8917 * config.sub: Likewise.
8918
8919 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8920
8921 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8922 * config-ml.in: Likewise.
8923 * configure: Likewise.
8924 * configure.in: Likewise.
8925
8926 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8927
8928 * MAINTAINERS: Update my email address.
8929
8930 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8931
8932 * configure.in: Simplify makefile fragment collection.
8933
8934 * configure.in: Remove code to build emacs.
8935
8936 * configure.in : Remove --srcdir argument from targargs and buildargs
8937 (it's always overridden in the Makefile anyway). Rearrange a bit.
8938
8939 * configure: Move some logic to configure.in.
8940 * configure.in: Move some logic from configure.
8941
8942 2002-05-11 Tom Tromey <tromey@redhat.com>
8943
8944 * MAINTAINERS: Reflect libgcj reality.
8945
8946 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
8947
8948 * Makefile.in: Honour DESTDIR.
8949
8950 2002-05-08 Mark Mitchell <mark@codesourcery.com>
8951
8952 * config.guess: Import 2002-03-20 version.
8953 * config.sub: Import 2002-04-26 version.
8954
8955 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8956
8957 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8958
8959 2002-05-07 Tim Josling <tej@melbpc.org.au>
8960
8961 * MAINTAINERS: Add self.
8962
8963 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
8964
8965 * ltmain.sh: Detect and handle object name conflicts
8966 while piecewise linking a static library.
8967
8968 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8969
8970 * configure.in (noconfigdirs): Don't disable libgcj on
8971 sparc64-*-solaris* and sparcv9-*-solaris*.
8972
8973 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8974
8975 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8976
8977 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8978
8979 * configure.in (FLAGS_FOR_TARGET): Do not add
8980 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8981 on i[3456]86-*-linux*.
8982
8983 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8984
8985 * configure.in (noconfigdirs): Replace [ ] with test.
8986
8987 * configure.in (noconfigdirs): Do not add target-newlib if
8988 target == i[3456]86-*-linux*, and host == target.
8989
8990 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8991
8992 * configure.in: delete reference to absent file
8993
8994 * configure.in: replace '[' with 'test'
8995
8996 * configure.in: Eliminate references to gash.
8997 * Makefile.in: Eliminate references to gash.
8998
8999 * configure.in: remove useless references to 'pic' makefile fragments.
9000
9001 * configure.in: (*-*-windows*) Finish removing.
9002
9003 * configure.in: Eliminate redundant test for libgui.
9004
9005 2002-04-29 Roger Sayle <roger@eyesopen.com>
9006
9007 * MAINTAINERS: Add self and realphabetize. Update entries
9008 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9009 entry for a29k port maintainer.
9010
9011 2002-04-26 Joel Sherrill <joel@OARcorp.com>
9012
9013 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9014 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9015
9016 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9017
9018 * configure.in: remove references to dead files
9019
9020 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9021
9022 * MAINTAINERS: Add information about purpose of this file.
9023
9024 2002-04-18 Tom Tromey <tromey@redhat.com>
9025
9026 * configure.in: Disallow configuring libgcj when it is already
9027 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9028 Solaris 2.8 by default. For PR libgcj/6158.
9029
9030 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9031
9032 * configure.in: Move default CC setting out of config/mh-* fragments
9033 directly into here.
9034
9035 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9036
9037 * configure.in: don't even try to configure or make a subdirectory
9038 if there's no configure script for it.
9039
9040 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9041
9042 * MAINTAINERS: Remove chill maintainers.
9043 * Makefile.in (CHILLFLAGS): Remove.
9044 (CHILL_LIB): Remove.
9045 (TARGET_CONFIGDIRS): Remove libchill.
9046 (CHILL_FOR_TARGET): Remove.
9047 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9048 CHILL_LIB.
9049 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9050 (CHECK_TARGET_MODULES): Likewise.
9051 (INSTALL_TARGET_MODULES): Likewise.
9052 (CLEAN_TARGET_MODULES): Likewise.
9053 (configure-target-libchill): Remove.
9054 (all-target-libchill): Remove.
9055 * configure.in (target_libs): Remove target-libchill.
9056 Do not compute CHILL_FOR_TARGET.
9057 * libchill: Remove directory.
9058
9059 2002-04-11 DJ Delorie <dj@redhat.com>
9060
9061 * Makefile.in, configure.in: Sync with binutils, entries
9062 follow...
9063
9064 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9065
9066 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9067 (do-tar, do-bz2): New rules.
9068 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9069 (gdb-tar): New rule.
9070 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9071 (insight_dejagnu.tar): New rule.
9072 (insight.tar): New rule.
9073 (gdb+dejagnu.tar): New rule.
9074 (gdb.tar): New rule.
9075
9076 2002-02-01 Mo DeJong <supermo@bayarea.net>
9077
9078 * Makefile.in: Add all-tix to deps for all-snavigator
9079 so that tix is built when building snavigator.
9080
9081 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9082
9083 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9084 ld and gdb are not supported.
9085
9086 2002-01-07 Mark Salter <msalter@redhat.com>
9087
9088 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9089 Allow target-libgloss to be built for arm, strongarm, and xscale.
9090
9091 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9092
9093 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9094 options for i[3456]86-pc-linux* native builds.
9095
9096 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9097
9098 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9099 files from .po files for a distribution.
9100
9101 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9102
9103 * configure.in: Enable libstdc++-v3 for h8300 targets.
9104
9105 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9106
9107 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9108 version from bfd/.
9109
9110 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9111
9112 * Makefile.in (VER): When present, extract the version number from
9113 the file version.in.
9114
9115 2001-05-24 Tom Rix <trix@redhat.com>
9116
9117 * configure.in : enable ld for aix
9118
9119 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9120
9121 * config.guess: Add linux target for S/390.
9122
9123 2000-11-07 Philip Blundell <pb@futuretv.com>
9124
9125 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9126
9127 2000-11-03 Philip Blundell <pb@futuretv.com>
9128
9129 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9130 files.
9131
9132 2001-01-15 Ben Elliston <bje@redhat.com>
9133
9134 * configure.in (host_tools): Add sid.
9135 Always configure cgen.
9136
9137 2000-11-24 Nick Clifton <nickc@redhat.com>
9138
9139 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9140
9141
9142 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9143
9144 * Makefile.in (ALL_MODULES): Add all-cgen.
9145 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9146 (all-cgen): New target.
9147 (all-opcodes,all-sim): Depend on all-cgen.
9148 * configure.in (host_tools): Add cgen.
9149 Only configure cgen if --enable-cgen-maint.
9150
9151 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9152
9153 * configure.in: Add *-*-freebsd* configurations.
9154
9155 2002-04-08 Tom Tromey <tromey@redhat.com>
9156
9157 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9158 Fixes PR libgcj/6068.
9159
9160 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9161
9162 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9163
9164 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9165
9166 * configure.in (alpha*-dec-osf*): Enable libgcj.
9167
9168 2003-03-27 Matthew Gingell <gingell@gnat.com>
9169
9170 * MAINTAINERS (Write After Approval): Add myself.
9171
9172 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9173
9174 Fix for: PR bootstrap/3591, target/5676
9175 * configure.in (mcore-pe): Disable the configuration of
9176 libstdc++-v3 since exceptions are not supported.
9177
9178 2002-03-20 Anthony Green <green@redhat.com>
9179
9180 * configure.in: Enable libgcj for xscale-elf target.
9181
9182 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9183
9184 * MAINTAINERS: Update my email address.
9185
9186 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9187
9188 * ltmain.sh (relink_command): Fix typo in previous change.
9189
9190 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9191
9192 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9193 (relink_command): Added --tag flags.
9194 (mode=install): If relinking fails; error out.
9195
9196 2002-03-12 Richard Henderson <rth@redhat.com>
9197
9198 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9199 .NOTPARALLEL tag.
9200 (do-check): Rename from check.
9201 (check): Allow parallel check.
9202
9203 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9204
9205 * MAINTAINERS: Add myself as maintainer for xtensa port.
9206 Fix alphabetical order in CPU port maintainer list.
9207 Remove myself from Write After Approval list.
9208
9209 2002-03-11 Richard Henderson <rth@redhat.com>
9210
9211 * Makefile.in (.NOTPARALLEL): Add fake tag.
9212
9213 2002-03-07 H.J. Lu (hjl@gnu.org)
9214
9215 * configure.in: Enable gprof for mips*-*-linux*.
9216
9217 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9218
9219 * MAINTAINERS (Write After Approval): Add myself.
9220
9221 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9222
9223 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9224 libjava.
9225 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9226
9227 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9228
9229 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9230 because its Makefile is there; test for the executable instead.
9231
9232 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9233
9234 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9235 libstdc++-v3 and libjava.
9236
9237 2002-02-11 Adam Megacz <adam@xwt.org>
9238
9239 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9240 boehm-gc
9241
9242 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9243
9244 * config.guess: Updated to 2002-01-30's version.
9245 * config.sub: Updated to 2002-02-01's version.
9246 Contribute sh64-elf.
9247 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9248 * configure.in: Added sh64-*-*.
9249
9250 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9251
9252 * MAINTAINERS: Belatedly add myself to write after approval list.
9253
9254 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9255
9256 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9257 Remove self as Write After Approval.
9258
9259 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9260
9261 * MAINTAINERS: Put self in as maintainer for contrib/regression
9262 directory.
9263
9264 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9265
9266 * MAINTAINERS: Update my email address.
9267
9268 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9269
9270 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9271 target-libiberty, and target-libgloss. Skip Java-related
9272 libraries if not supported for NetBSD on target CPU.
9273
9274 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9275
9276 * install-sh: Use _inst.$$_ for temp file name.
9277
9278 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9279
9280 * MAINTAINERS (Write After Approval): Move my contact info
9281 from here...
9282 (OS Port Maintainers): ...to here (netbsd).
9283
9284 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9285
9286 * MAINTAINERS (Write After Approval): Add myself.
9287
9288 2002-01-17 H.J. Lu <hjl@gnu.org>
9289
9290 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9291 (all-target-fastjar): Also depend on all-target-libiberty.
9292
9293 2002-01-16 H.J. Lu (hjl@gnu.org)
9294
9295 * config.guess: Import from master sources, rev 1.225.
9296 * config.sub: Import from master sources, rev 1.238.
9297
9298 2002-01-16 Kazu Hirata <kazu@hxi.com>
9299
9300 * MAINTAINERS (Write After Approval): Remove myself.
9301
9302 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9303
9304 * MAINTAINERS (Write After Approval): Add myself.
9305
9306 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9307
9308 * MAINTAINERS: Add self as docs co-maintainer.
9309
9310 2001-12-11 Matthias Klose <doko@debian.org>
9311
9312 * MAINTAINERS (Write After Approval): Add myself.
9313
9314 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9315
9316 * MAINTAINERS: Update my email address.
9317
9318 2001-12-07 Turly O'Connor <turly@apple.com>
9319 * MAINTAINERS (Write After Approval): Add myself.
9320 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9321 (rs6000_initialize_trampoline): Call __trampoline_setup for
9322 ABI_DARWIN too.
9323 * darwin-tramp.asm: New file, implements __trampoline_setup.
9324 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9325
9326 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9327
9328 * MAINTAINERS (Write After Approval): Add myself.
9329
9330 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9331
9332 * configure, configure.in: Use temp file for long sed commands.
9333
9334 2001-12-03 Laurent Guerby <guerby@acm.org>
9335
9336 * config.sub: Update to version 1.232 on subversion.
9337
9338 2001-12-03 Ben Elliston <bje@redhat.com>
9339
9340 * MAINTAINERS: Update mail address for config.* patches.
9341
9342 2001-11-27 DJ Delorie <dj@redhat.com>
9343 Zack Weinberg <zack@codesourcery.com>
9344
9345 When build != host, create libiberty for the build machine.
9346
9347 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9348 CONFIG_ARGUMENTS.
9349 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9350 New variables.
9351 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9352 and rules.
9353 (all.normal): Depend on ALL_BUILD_MODULES.
9354 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9355 (all-build-libiberty): Depend on configure-build-libiberty.
9356
9357 * configure: Calculate and substitute proper value for
9358 ALL_BUILD_MODULES.
9359 * configure.in: Create the build subdirectory.
9360 Calculate and substitute TARGET_CONFIGARGS (formerly
9361 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9362
9363 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9364
9365 * MAINTAINERS (write-after-approval): Add self.
9366
9367 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9368
9369 * MAINTAINERS (GNATS only accounts): Remove self.
9370
9371 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9372
9373 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9374 libf2c.
9375
9376 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9377
9378 * MAINTAINERS (Write After Approval): Add self.
9379
9380 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9381
9382 * MAINTAINERS: mips and s390 are also CPU ports.
9383
9384 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9385
9386 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9387
9388 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9389
9390 * MAINTAINERS: Alphabetize.
9391
9392 2001-11-09 Kazu Hirata <kazu@hxi.com>
9393
9394 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9395
9396 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9397
9398 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9399
9400 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9401
9402 * configure.in (--enable-languages): Be more permissive about
9403 syntax. Check for empty lists better. Warn about $LANGUAGES.
9404
9405 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
9406
9407 * config.sub: Import from master sources, rev. 1.230.
9408 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9409
9410 2001-11-07 Laurent Guerby <guerby@acm.org>
9411
9412 * MAINTAINERS (Write After Approval): Add self.
9413
9414 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9415
9416 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9417
9418 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9419
9420 * config.sub: Import from master sources, rev 1.226.
9421 * config.guess: Import from master sources, rev 1.216.
9422
9423 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9424
9425 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9426 * MAINTAINERS: Add self as maintainer of MMIX port.
9427 Remove old after-approval entry.
9428
9429 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9430
9431 * ChangeLog, configure: Fix spelling errors.
9432
9433 2001-10-20 Brendan Kehoe <brendan@zen.org>
9434
9435 * MAINTAINERS: Tweak my address.
9436
9437 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9438
9439 * MAINTAINERS: Update my email address.
9440
9441 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9442
9443 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9444 * MAINTAINERS: Add self as maintainer of CRIS port.
9445
9446 2001-10-10 Geert Bosch <bosch@gnat.com>
9447
9448 * MAINTAINERS (Various maintainers: Ada front end):
9449 Added Robert Dewar.
9450
9451 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9452
9453 * MAINTAINERS (Write After Approval): Added self
9454
9455 2001-10-02 Geert Bosch <bosch@gnat.com>
9456
9457 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9458
9459 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9460
9461 * configure: Handle temporary files securely using mkdir.
9462
9463 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9464
9465 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9466
9467 2001-09-26 Will Cohen <wcohen@redhat.com>
9468
9469 * configure.in (*-*-linux*): Disable configuration of target-newlib
9470 and target-libgloss.
9471
9472 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9473
9474 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9475 RANLIB.
9476
9477 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9478
9479 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9480 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9481 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9482 avoid quotes nesting problems.
9483 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9484 (DO_X): Export only variables that are set.
9485
9486 2001-09-19 Ben Elliston <bje@redhat.com>
9487
9488 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9489 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9490 semantics. Use the shell built-in "type" command instead.
9491
9492 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9493
9494 Merged from gcc-3_0-branch:
9495 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9496 * ltcf-c.sh: Use $objext, not $ac_objext.
9497 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9498 * ltcf-cxx.sh: Add support for GNU.
9499 2001-07-22 Timothy Wall <twall@redhat.com>
9500 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9501 default settings if using GNU tools with that configuration.
9502 * ltcf-cxx.sh: Ditto.
9503 * ltcf-gcj.sh: Ditto.
9504 2001-07-21 Michael Chastain <chastain@redhat.com>
9505 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9506 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9507 * ltmain.sh: Mark as gcc-local.
9508
9509 2001-08-30 Eric Christopher <echristo@redhat.com>
9510 Jason Eckhardt <jle@redhat.com>
9511
9512 * config.guess: Merge from master sources.
9513 * config.sub: Merge from master sources, add support for mipsisa32.
9514
9515 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9516 * config.sub: Merge from master sources, rev 1.219.
9517 * MAINTAINERS: Add self as contact for stormy16 port.
9518
9519 2001-08-14 Zack Weinberg <zackw@panix.com>
9520
9521 * config.sub: Merge from master sources, rev 1.218.
9522 * config.guess: Merge from master sources, rev 1.209.
9523
9524 2001-08-11 Graham Stott <grahams@redhat.com>
9525
9526 * Makefile.in (check-c++): Add missing semicolon.
9527
9528 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9529
9530 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9531
9532 2001-07-30 Eric Christopher <echristo@redhat.com>
9533
9534 * MAINTAINERS (Various maintainers: mips port): Added myself.
9535
9536 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9537
9538 * configure.in (sh-*-linux*): New.
9539
9540 2001-07-27 Richard Henderson <rth@redhat.com>
9541
9542 * .cvsignore: Add LAST_UPDATED.
9543
9544 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9545
9546 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9547
9548 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9549
9550 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9551
9552 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9553
9554 * MAINTAINERS (Write After Approval): Added myself.
9555
9556 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9557
9558 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9559 and libgcj on m68hc11/m68hc12.
9560
9561 2001-06-27 H.J. Lu (hjl@gnu.org)
9562
9563 * Makefile (CFLAGS_FOR_BUILD): New.
9564 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9565
9566 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9567
9568 * README: Remove version number.
9569
9570 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9571
9572 * INSTALL/README: Update wrt. to the installation instructions now
9573 residing in gcc/doc/install.texi.
9574
9575 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9576
9577 * README: Replace with a cut-down and updated version of gcc/README.
9578
9579 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9580
9581 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9582 multilibs to be disabled.
9583
9584 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9585
9586 * MAINTAINERS (Write After Approval): Add myself.
9587
9588 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9589
9590 * config.guess: Import CVS version 1.195.
9591 * config.sub: Import CVS version 1.212.
9592
9593 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9594
9595 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9596 gcc/xgcc is built, use -print-prog-name to find out the program
9597 name to use.
9598
9599 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9600
9601 * config.guess: Import CVS version 1.194. All gcc-local changes
9602 appear to also be in the master copy.
9603 * config.sub: Import CVS version 1.211.
9604
9605 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9606
9607 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9608 with_gcc]: Use `gcc -shared' to build a shared library.
9609
9610 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9611
9612 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9613 archives.
9614
9615 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9616
9617 * MAINTAINERS (Write After Approval): Add myself.
9618
9619 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9620
9621 * configure.in (libstdcxx_flags): Do not try to execute
9622 libstdc++-v3/testsuite_flags until it exists.
9623
9624 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9625
9626 * MAINTAINERS: Update my email address.
9627
9628 2001-05-31 Graham Stott <grahams@redhat.com>
9629
9630 * MAINTAINERS (Write After Approval): Add myself.
9631
9632 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9633
9634 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9635 libraries when using g++ with native linker.
9636
9637 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9638
9639 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9640
9641 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9642
9643 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9644 [aix4*|aix5*]: Prepend blank.
9645
9646 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9647
9648 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9649 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9650 of subdir/configure scripts to use the new libtool.m4.
9651
9652 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9653
9654 * MAINTAINERS (Write After Approval): Add myself.
9655
9656 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9657
9658 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9659
9660 2001-05-11 Ben Elliston <bje@redhat.com>
9661
9662 * Makefile.in (all-sid): New target.
9663 (check-sid, clean-sid, install-sid): Likewise.
9664
9665 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9666
9667 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9668
9669 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9670
9671 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9672 libgcj.
9673
9674 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9675
9676 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9677 gcc/xgcc is built, use -print-prog-name to find out the program
9678 name to use.
9679
9680 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9681
9682 * configure.in (noconfigdirs): Don't reset it from scratch in the
9683 target case; only append to it.
9684
9685 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9686 sparc-*-solaris2.8]: Disable ${libgcj}.
9687
9688 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9689
9690 * configure.in (libgcj_saved): Copy from $libgcj.
9691 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9692 --disable-libgcj.
9693
9694 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9695
9696 * MAINTAINERS: Remove self as MIPS maintainer and
9697 C front end maintainer.
9698
9699 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9700
9701 * configure.in: Move *-chorusos target case to the proper switch.
9702 Disable libgcj.
9703
9704 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9705
9706 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9707 1.641.2.228.
9708
9709 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9710
9711 * Makefile.in (STAGE1_CFLAGS): Pass down.
9712
9713 2001-04-13 Alan Modra <amodra@one.net.au>
9714
9715 * config.guess: Add hppa64-linux support. Note for next import that
9716 this is already in the master file.
9717 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9718
9719 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9720
9721 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9722 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9723
9724 2001-04-11 Stan Shebs <shebs@apple.com>
9725
9726 * MAINTAINERS: Add self as Darwin port maintainer.
9727
9728 2001-04-11 Alan Modra <amodra@one.net.au>
9729
9730 * MAINTAINERS: Update my email address.
9731
9732 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
9733
9734 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9735 recent versions of FreeBSD (release 3 or later).
9736 * ltconfig: On FreeBSD, -lc must not be provided when building
9737 a shared library or else the standard -pthread gcc option is
9738 rendered worthless to later users of the built library.
9739
9740 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9741
9742 * MAINTAINERS: Add self and RTH as C front end maintainers.
9743
9744 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
9745
9746 * config.sub: Make sure to match an already-canonicalized
9747 machine name (eg. mn10300-unknown-elf).
9748
9749 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9750
9751 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9752 New macros.
9753 (bootstrap, cross): Use RECURSE_FLAGS.
9754 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9755
9756 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9757
9758 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9759
9760 2001-03-22 Colin Howell <chowell@redhat.com>
9761
9762 * Makefile.in (DO_X): Do not backslash single-quotes in
9763 backquotes (two places).
9764
9765 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9766
9767 Re-installed:
9768 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9769 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9770 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9771 * ltcf-cxx.sh: Likewise.
9772 * ltcf-gcj.sh: Likewise.
9773
9774 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9775
9776 * MAINTAINERS: Add myself as "documentation co-maintainer".
9777
9778 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9779
9780 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9781 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9782
9783 2001-03-19 Tom Tromey <tromey@redhat.com>
9784
9785 * config-ml.in: Handle GCJ and GCJFLAGS.
9786
9787 2001-03-21 Michael Chastain <chastain@redhat.com>
9788
9789 * Makefile.in: all-m4 depends on all-texinfo.
9790
9791 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
9792
9793 * MAINTAINERS: Add myself to write after approval list.
9794
9795 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
9796
9797 * Makefile.in (DO_X): Quote nested quotes.
9798
9799 2001-03-18 Alan Modra <alan@linuxcare.com.au>
9800
9801 * MAINTAINERS: Add myself to write after approval list.
9802
9803 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
9804
9805 * Makefile.in (DO_X): Use double quotes for quoting
9806 "RANLIB=$${RANLIB}".
9807
9808 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9809
9810 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9811
9812 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
9813
9814 * configure.in: Only use `lang_requires' for languages athat are
9815 actually enabled.
9816
9817 2001-03-08 Phil Edwards <pme@sources.redhat.com>
9818
9819 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
9820
9821 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9822
9823 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9824
9825 2001-03-07 Tom Tromey <tromey@redhat.com>
9826
9827 * configure.in: Allow config-lang.in to set `lang_requires' to list
9828 of other required languages.
9829
9830 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
9831
9832 * Makefile.in: Remove RANLIB definition. Use RANLIB
9833 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9834 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9835
9836 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
9837 Alexandre Oliva <aoliva@redhat.com>
9838
9839 * Makefile.in (check-c++): Use tabs, not spaces.
9840
9841 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
9842
9843 * MAINTAINERS: add myself to Write After Approval list.
9844
9845 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
9846
9847 * Makefile.in (check-c++): New rule.
9848
9849 * configure.in (target_libs): Remove libg++.
9850 (noconfigdirs): Remove libg++.
9851 (noconfigdirs): Same.
9852 (noconfigdirs): Same.
9853 (noconfigdirs): Same.
9854
9855 * config-ml.in: Remove libg++ references.
9856
9857 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9858 (ALL_TARGET_MODULES): Same.
9859 (configure-target-libg++): Remove.
9860 (all-target-libg++): Remove.
9861 (configure-target-libio): Remove.
9862 (all-target-libio): Remove.
9863 (check-target-libio): Remove.
9864 (.PHONY): Remove.
9865 (libg++.tar.bz2): Remove.
9866 (all-target-cygmon): Remove libio.
9867 (all-target-libstdc++): Remove.
9868 (configure-target-libstdc++): Remove.
9869 (TARGET_LIB_PATH): Remove libstdc++.
9870 (ALL_GCC_CXX): Remove libstdc++.
9871 (all-target-gperf): Correct.
9872
9873 2001-02-16 Nick Clifton <nickc@redhat.com>
9874
9875 * configure.in (noconfigdirs): Allow configuration of texinfo
9876 for Cygwin hosts.
9877
9878 2001-02-15 Anthony Green <green@redhat.com>
9879
9880 * configure: Introduce GCJ_FOR_TARGET.
9881 * configure.in: Ditto.
9882 * Makefile.in: Ditto.
9883
9884 2001-02-13 Andreas Schwab <schwab@suse.de>
9885
9886 * MAINTAINERS: Update mail address.
9887
9888 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9889
9890 * config.guess: Add linux target for S/390.
9891 * config.sub: Likewise.
9892
9893 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
9894
9895 * configure.in: for *-chorusos, don't config target-newlib and
9896 target-libgloss.
9897
9898 2001-02-06 Ben Elliston <bje@redhat.com>
9899
9900 * configure: Output host type to stdout, not stderr.
9901
9902 2001-02-05 Mark Mitchell <mark@codesourcery.com>
9903
9904 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9905 * ltcf-cxx.sh: Likewise.
9906
9907 * config.if: Assume enable_libstdcxx_v3 is defined.
9908
9909 2001-02-04 Mark Mitchell <mark@codesourcery.com>
9910
9911 Remove V2 C++ library.
9912 * configure.in: Remove --enable-libstdcxx_v3 support.
9913
9914 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
9915
9916 * include/demangle.h: Add prototype for java_demangle_v3.
9917
9918 2001-01-29 Phil Edwards <pme@sources.redhat.com>
9919
9920 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
9921
9922 2001-01-27 Richard Henderson <rth@redhat.com>
9923
9924 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9925
9926 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9927
9928 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9929 Don't unset, it's non-portable and no longer necessary, set to empty
9930 instead.
9931
9932 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9933
9934 * ltconfig: Shell portability fix for the tagname validity check.
9935
9936 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9937
9938 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9939 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9940
9941 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9942
9943 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9944
9945 2001-01-26 Tom Tromey <tromey@redhat.com>
9946
9947 * configure.in: Allow libgcj to be built on Sparc Solaris.
9948
9949 2001-01-25 David Edelsohn <edelsohn@gnu.org>
9950
9951 * ltcf-c.sh: Add aix5 case.
9952 * ltcf-cxx.sh: Likewise.
9953 * ltconfig: Likewise.
9954
9955 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9956
9957 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9958 keep at least one of build_libtool_libs or build_old_libs set to
9959 yes.
9960
9961 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9962 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9963
9964 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
9965
9966 * configure.in: Enable libgcj on several additional platforms.
9967
9968 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
9969
9970 * configure.in: Enable libgcj for linux targets.
9971
9972 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9973
9974 * MAINTAINERS (Write After Approval): Add myself.
9975
9976 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
9977
9978 * MAINTAINERS: Add myself as vax port maintainer.
9979
9980 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
9981
9982 * MAINTAINERS: Add myself as Mercury front-end maintainer.
9983
9984 2001-01-09 Mike Stump <mrs@wrs.com>
9985
9986 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9987 failures of subdirectories.
9988
9989 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9990
9991 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9992 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9993 * ltcf-cxx.sh: Likewise.
9994 * ltcf-gcj.sh: Likewise.
9995 * ltconfig.sh: Fix typo.
9996
9997 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9998
9999 * configure: handle DOS-style absolute paths.
10000
10001 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10002
10003 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10004
10005 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10006
10007 * MAINTAINERS: Add myself as avr port co-maintainer.
10008
10009 2000-12-28 Ben Elliston <bje@redhat.com>
10010
10011 * MAINTAINERS: Add myself under ``Write After Approval''.
10012
10013 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10014
10015 * texinfo: Remove directory from GCC.
10016
10017 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10018
10019 * COPYING: Update to current
10020 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10021 to 19yy as example year in copyright notice).
10022
10023 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10024
10025 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10026 (libstdcxx_incdir): Pass down.
10027 * config.if: Remove expired bits for cxx_interface, add stub.
10028 (libstdcxx_incdir): Add variable for g++ include directory.
10029 * configure.in (gxx_include_dir): Use it.
10030
10031 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10032
10033 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10034 with old-email address from ``Write After Approval''.
10035
10036 2000-12-15 Andreas Jaeger <aj@suse.de>
10037
10038 * configure.in: Handle lang_dirs.
10039
10040 2000-12-14 Tom Tromey <tromey@redhat.com>
10041
10042 * MAINTAINERS: Removed brads.
10043
10044 * MAINTAINERS: Added gcj developers.
10045
10046 2000-12-13 Anthony Green <green@redhat.com>
10047
10048 * configure.in: Disable libgcj for any target not specifically
10049 listed. Disable libgcj for x86 and Alpha Linux until compatible
10050 with g++ abi.
10051
10052 2000-12-13 Mike Stump <mrs@wrs.com>
10053
10054 * Makefile.in (local-distclean): Also remove fastjar.
10055
10056 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10057
10058 * contrib/gcc_update: Add fastjar --touch entries.
10059
10060 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10061
10062 * configure.in: Disable language-specific target libraries for
10063 languages that aren't enabled.
10064
10065 2000-12-10 Anthony Green <green@redhat.com>
10066
10067 * configure.in: Define libgcj. Disable libgcj target libraries for
10068 most targets.
10069
10070 2000-12-10 Neil Booth <neilb@earthling.net>
10071
10072 * MAINTAINERS: Update mail address, remove from WAA list.
10073
10074 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10075
10076 * libjava: Imported from /cvs/java.
10077 * libffi: Likewise.
10078 * Boehm-gc: Likewise.
10079
10080 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10081
10082 * configure.in (target_libs): Revert 2000-12-08 patch.
10083 (noconfigdirs): Added target-libjava.
10084
10085 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10086
10087 * djunpack.bat: removed.
10088
10089 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10090
10091 * Makefile.in: handle DOS-style absolute paths.
10092 * config-ml.in: likewise.
10093 * symlink-tree: likewise.
10094
10095 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10096
10097 * fastjar: Imported.
10098
10099 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10100
10101 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10102 libjava.
10103 * configure.in (target_libs): Removed `target-libjava'.
10104
10105 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10106
10107 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10108 (ALL_MODULES): Added fastjar.
10109 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10110 (all-target-libjava): all-fastjar replaces all-zip.
10111 (all-fastjar): Added.
10112 (configure-target-fastjar, all-target-fastjar): Likewise.
10113 * configure.in (host_tools): Added fastjar.
10114
10115 2000-12-07 Mike Stump <mrs@wrs.com>
10116
10117 * Makefile.in (local-distclean): Remove leftover built files.
10118
10119 2000-11-24 Nick Clifton <nickc@redhat.com>
10120
10121 * configure.in (xscale-elf): Add target.
10122 (xscale-coff): Add target.
10123
10124 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10125
10126 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10127 recent versions of FreeBSD (release 3 or later).
10128 * ltconfig: On FreeBSD, -lc must not be provided when building
10129 a shared library or else the standard -pthread gcc option is
10130 rendered worthless to later users of the built library.
10131
10132 2000-11-16 Fred Fish <fnf@be.com>
10133
10134 * configure.in (enable_libstdcxx_v3): Fix typo,
10135 libstd++ -> libstdc++.
10136
10137 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10138
10139 * MAINTAINERS: Add self to Write After Approval list.
10140
10141 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10142
10143 * MAINTAINERS: Update my email address. Add myself to global write
10144 privs list.
10145
10146 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10147
10148 * Makefile.in: Merge with src and libgcj.
10149 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10150 configure-target-<library> when their configure scripts need the C
10151 or C++ library to have already been built to work properly.
10152 (do_proto_toplev): Set them to an empty string.
10153
10154 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10155 (REALLY_SET_LIB_PATH): Use them.
10156
10157 2000-11-17 Stan Shebs <shebs@apple.com>
10158
10159 * MAINTAINERS: Add self to Write After Approval list.
10160
10161 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10162
10163 * configure: Provide the original toplevel configure arguments
10164 (including $0) to subprocesses in the environment rather than
10165 through gcc/configargs.h.
10166
10167 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10168
10169 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10170 C99. Alphabetise "Write After Approval" list.
10171
10172 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10173
10174 * configure: Turn on libstdc++ V3 by default.
10175
10176 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10177 if we've got GCC.
10178
10179 2000-11-11 Philip Blundell <philb@gnu.org>
10180
10181 * MAINTAINERS: Add self to Write After Approval list.
10182
10183 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10184
10185 * ltcf-c.sh (aix4): Improve shared library configuration; require
10186 exporting symbols.
10187 * ltcf-cxx.sh (aix4): Define.
10188 * ltconfig (aix4): Define library and soname specs appropriate for
10189 AIX. Define command to create export symbols list.
10190
10191 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10192
10193 * config.sub: Add support for Sun Chorus
10194
10195 2000-10-31 Nick Clifton <nickc@redhat.com>
10196
10197 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10198 <name>@redhat.com. Also installed new email address for Clint
10199 Popetz.
10200
10201 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10202
10203 * etc: Remove directory from GCC.
10204
10205 2000-10-16 Michael Meissner <meissner@redhat.com>
10206
10207 * configure (gcc/configargs.h): Only create if there is a build GCC
10208 directory created.
10209
10210 2000-10-16 Matthias Klose <doko@debian.org>
10211
10212 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10213 when configured for libstdc++-v3.
10214
10215 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10216
10217 * configure: Save configure arguments to gcc/configargs.h.
10218
10219 2000-10-04 Philipp Thomas <pthomas@suse.de>
10220
10221 * config.guess: Import CVS version 1.157.
10222 * config.sub: Import CVS version 1.181.
10223
10224 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10225
10226 * Makefile.in (bootstrap): avoid recursion if subdir missing
10227 (cross): ditto
10228 (do-proto-toplev): ditto
10229
10230 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10231
10232 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10233 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10234
10235 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10236 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10237 all affected `configure' scripts.
10238
10239 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10240
10241 * MAINTAINERS: Add self as cpplib co-maintainer.
10242
10243 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10244
10245 * MAINTAINERS: Add self to Write After Approval list.
10246
10247 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10248
10249 * INSTALL/README: egcs -> GCC update.
10250
10251 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10252
10253 * MAINTAINERS: Add myself to Write After Approval list.
10254
10255 2000-09-15 Kazu Hirata <kazu@hxi.com>
10256
10257 * MAINTAINERS: Add myself to Write After Approval list.
10258
10259 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10260
10261 * configure.in: Do not build byacc for hppa64. Provide paths to the
10262 X11 libraries for hppa64.
10263
10264 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10265
10266 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10267
10268 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10269
10270 * Makefile.in (all-zlib): Added dummy target.
10271
10272 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10273 ltcf-gcj.sh: Updated from libtool multi-language branch.
10274
10275 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10276
10277 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10278 (bootstrap*): Depend on all-bootstrap.
10279
10280 2000-09-05 Philipp Thomas <pthomas@suse.de>
10281
10282 * config.guess: Import CVS version 1.156.
10283 * config.sub: Import CVS version 1.179.
10284
10285 2000-09-02 Anthony Green <green@cygnus.com>
10286
10287 * Makefile.in (all-gcc): Depend on all-zlib.
10288 (CLEAN_MODULES): Add clean-zlib.
10289 (ALL_MODULES): Add all-zlib.
10290 * configure.in (host_libs): Add zlib.
10291
10292 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10293
10294 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10295 crosses, but add gcc/include to the header search path for them.
10296
10297 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10298
10299 * MAINTAINERS: Add self to Write After Approval list.
10300
10301 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10302
10303 * config.guess: Import CVS version 1.152.
10304 * config.sub: Import CVS version 1.177.
10305
10306 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10307
10308 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10309 $targargs to tell whether newlib is going to be built.
10310
10311 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10312 $$r/TARGET_SUBDIR/libio for _G_config.h.
10313
10314 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10315
10316 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10317
10318 2000-08-22 DJ Delorie <dj@redhat.com>
10319
10320 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10321
10322 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10323
10324 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10325 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10326 sub-configures.
10327
10328 2000-08-21 DJ Delorie <dj@redhat.com>
10329
10330 * MAINTAINERS: Add self as a libiberty maintainer
10331
10332 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10333
10334 * configure.in (libstdcxx_flags): Use
10335 libstdc++-v3/src/libstdc++.INC.
10336
10337 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10338
10339 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10340
10341 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10342
10343 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10344
10345 * configure: Make enable_threads and enable_shared defaults
10346 explicit. Substitute enable_threads into generated Makefiles.
10347 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10348 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10349
10350 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10351
10352 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10353
10354 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10355
10356 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10357 previous delta.
10358
10359 2000-08-11 Jason Merrill <jason@redhat.com>
10360
10361 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10362 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10363 (FLAGS_FOR_TARGET): Not here.
10364 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10365
10366 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10367
10368 * config-ml.in (CC, CXX): Don't introduce a leading space.
10369
10370 2000-08-07 DJ Delorie <dj@delorie.com>
10371
10372 * MAINTAINERS: Add self as a DJGPP maintainer
10373
10374 2000-08-07 DJ Delorie <dj@redhat.com>
10375
10376 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10377 "if we're also building gcc, and it's a gcc that will run on the
10378 build machine, we want to use its includes instead of the system's
10379 default includes".
10380
10381 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10382
10383 * MAINTAINERS: Add self to Write After Approval list.
10384
10385 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10386
10387 * configure.in (libstdcxx_flags): Don't use `"'.
10388
10389 * config-ml.in: Adjust multilib search paths to the
10390 appropriate multilib tree.
10391
10392 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10393
10394 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10395 commas in $LANGUAGES.
10396
10397 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10398
10399 * configure.in: Re-enable all references to libg++ and librx.
10400
10401 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
10402
10403 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10404 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10405 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10406 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10407
10408 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10409
10410 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
10411
10412 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10413 CXX_FOR_TARGET for sed.
10414
10415 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
10416
10417 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10418 Do not override if already set in the environment or in configure.
10419 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10420 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10421
10422 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
10423
10424 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10425 the libtool CVS tree multi-language branch.
10426 * ltconfig, ltmain.sh: Updated.
10427
10428 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10429
10430 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10431 (clean-target): Depend on it.
10432
10433 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10434 (GCC_FOR_TARGET): Use it.
10435 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10436 * configure.in: ... here.
10437 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10438 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10439
10440 2000-07-24 Eric Christopher <echristo@cygnus.com>
10441
10442 * MAINTAINERS: Add self to Write After Approval list.
10443
10444 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10445
10446 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10447 (configure-target-libchill, configure-target-libobjc): Likewise.
10448
10449 * configure.in: Use the same cache file for all target libs.
10450 * config-ml.in: But different cache files per multilib variant.
10451
10452 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10453
10454 * configure (topsrcdir): Don't use dirname.
10455
10456 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10457
10458 * MAINTAINERS: Add self to Write After Approval list.
10459
10460 2000-07-20 Jason Merrill <jason@redhat.com>
10461
10462 * configure.in: Remove all references to libg++ and librx.
10463
10464 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10465
10466 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10467
10468 * config.sub: Update to subversions version 2000-07-06.
10469
10470 2000-07-12 Andrew Haley <aph@cygnus.com>
10471
10472 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10473 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10474
10475 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10476
10477 * symlink-tree: Check number of arguments.
10478
10479 2000-07-05 Jim Wilson <wilson@cygnus.com>
10480
10481 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10482 search path for a g++ extracted from the build tree. This
10483 will allow link tests run by configure scripts in
10484 subdirectories to succeed.
10485
10486 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10487
10488 * ltconfig: Add support for mips-dde-sysv4.2MP
10489
10490 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10491
10492 * MAINTAINERS: Add myself as loop discovery maintainer.
10493
10494 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10495
10496 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10497 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10498
10499 2000-06-19 Timothy Wall <twall@cygnus.com>
10500
10501 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10502 * config.sub: Add tic54x target.
10503
10504 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10505
10506 * MAINTAINERS: Add self as Fortran maintainer,
10507 remove Craig Burley.
10508
10509 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10510
10511 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10512 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10513
10514 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10515
10516 * MAINTAINERS: Add self as i18n maintainer
10517
10518 20000-05-21 H.J. Lu (hjl@gnu.org)
10519
10520 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10521 directory are used if they exist. Make sure
10522 $(build_tooldir)/include is searched for header files,
10523 $(build_tooldir)/lib/ for library files.
10524 (GCC_FOR_TARGET): Likewise.
10525 (CXX_FOR_TARGET): Likewise.
10526
10527 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10528
10529 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10530
10531 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10532
10533 * Makefile.in (configure-target-libiberty): Depend on
10534 configure-target-newlib.
10535
10536 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10537
10538 * configure.in, Makefile.in: Merge all libffi-related
10539 configury stuff from the libgcj tree.
10540
10541 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10542
10543 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10544 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10545
10546 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10547
10548 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10549 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10550 current version information. Add to proto-toplev directory.
10551 (gdb-taz): Build do-djunpack.
10552
10553 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10554
10555 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10556
10557 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10558
10559 * MAINTAINERS: Add self to Write After Approval list.
10560
10561 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10562
10563 * ltmain.sh: Preserve in relink_command any environment
10564 variables that may affect the linker behavior.
10565
10566 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10567
10568 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10569
10570 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10571
10572 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10573
10574 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10575
10576 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10577 with the version name.
10578
10579 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10580
10581 * MAINTAINERS: Add self as bb-reorder maintainer.
10582
10583 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10584
10585 * config.if: Tweak.
10586
10587 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10588
10589 * djunpack.bat: New file.
10590
10591 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10592
10593 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10594 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10595 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10596 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10597
10598 2000-04-16 Dave Pitts <dpitts@cozx.com>
10599
10600 * config.sub (case $basic_machine): Change default for "ibm-*"
10601 to "openedition".
10602
10603 2000-04-13 Andreas Jaeger <aj@suse.de>
10604
10605 * MAINTAINERS: Added myself.
10606
10607 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10608
10609 * Makefile.in (gdb-taz): New target. GDB specific archive.
10610 (do-md5sum): New target.
10611 (MD5PROG): Define.
10612 (PACKAGE): Default to TOOL.
10613 (VER): Default to a shell script.
10614 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10615 md5 checksum generation.
10616 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10617 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10618 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10619 insight.tar.bz2): Use gdb-taz to create archive.
10620
10621 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10622
10623 * configure (warn_cflags): Delete.
10624
10625 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10626
10627 * MAINTAINERS: Added myself.
10628
10629 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10630 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10631
10632 * configure.in (enable_libstdcxx_v3): Add.
10633 (target_libs): Add bits here to switch between libstdc++-v2 and
10634 libstdc++-v3.
10635 * config.if: And this file too.
10636 * Makefile.in: Add libstdc++-v3 targets.
10637
10638 2000-04-05 Michael Meissner <meissner@redhat.com>
10639
10640 * config.sub (d30v): Add d30v as a basic machine type.
10641
10642 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10643
10644 * configure.in: -linux-gnu*, not -linux-gnu.
10645
10646 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10647
10648 * MAINTAINERS: Add self in write-after-approval section.
10649
10650 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10651
10652 * MAINTAINERS: Add self as ia64 port maintainer.
10653
10654 2000-03-08 Neil Booth <NeilB@earthling.net>
10655
10656 * MAINTAINERS: Add self in write-after-approval section.
10657
10658 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10659
10660 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10661 (do-tar-bz2): Replace TOOL with PACKAGE.
10662 (gdb.tar.bz2): Remove GDBTK from GDB package.
10663 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10664 dejagnu.tar.bz2): New packages.
10665
10666 2000-02-27 Andreas Jaeger <aj@suse.de>
10667
10668 * configure.in: Add entry for mips*-*-linux*, move catch all
10669 *-*-*linux* entry below this one.
10670
10671 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10672
10673 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10674
10675 2000-02-24 Nick Clifton <nickc@cygnus.com>
10676
10677 * config.sub: Support an OS of "wince".
10678
10679 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10680
10681 * config.guess, config.sub: Updated to match config's 2000-02-15
10682 version.
10683
10684 2000-02-23 Linas Vepstas <linas@linas.org>
10685
10686 * config.sub: Add support for Linux/IBM 370.
10687 * configure.in: Likewise.
10688
10689 2000-02-22 Nick Clifton <nickc@cygnus.com>
10690
10691 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10692
10693 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10694
10695 * config.guess: Guess "cygwin" rather than "cygwin32".
10696
10697 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10698
10699 * configure (gcc_version): When setting, narrow search to
10700 lines containing `version_string'.
10701
10702 2000-02-15 Denis Chertykov <denisc@overta.ru>
10703
10704 * config.sub: Add support for avr target.
10705
10706 2000-02-14 Nick Clifton <nickc@cygnus.com>
10707
10708 * MAINTAINERS: Add maintainers for MCore port.
10709
10710 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10711
10712 * config.sub: Add mmix-knuth-mmixware.
10713
10714 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10715
10716 * MAINTAINERS: Pair cccp with cpplib maintainership.
10717
10718 2000-01-27 Christopher Faylor <cgf@redhat.com>
10719
10720 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10721 structure stuff to -L library search.
10722 (CXX_FOR_TARGET): Ditto.
10723 (CROSS_CHECK_MODULES): Fix spelling mistake.
10724
10725 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10726
10727 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10728 the C++ compiler.
10729
10730 2000-01-12 Richard Henderson <rth@cygnus.com>
10731
10732 * configure.in: Don't build some bits for beos.
10733
10734 2000-01-12 Joel Sherrill (joel@OARcorp.com)
10735
10736 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10737 as include files.
10738
10739 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10740
10741 * Add self as cpplib maintainer, as requested by Jason
10742 Merrill. Correct my e-mail address.
10743
10744 2000-01-06 Geoff Keating <geoffk@cygnus.com>
10745
10746 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10747 not mh-aix43.
10748
10749 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10750
10751 * MAINTAINERS: Add myself to "write after approval" list.
10752
10753 1999-12-14 Richard Henderson <rth@cygnus.com>
10754
10755 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10756 * config.sub: Accept alphaev[78], alphaev8.
10757
10758 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10759
10760 * config.guess, config.sub: Update from autoconf.
10761
10762 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10763
10764 * MAINTAINERS: update my playtime e-address.
10765
10766 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10767
10768 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10769 necessary libraries are missing.
10770
10771 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
10772
10773 * MAINTAINERS: Add new 'write after approval' maintainer.
10774
10775 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10776
10777 * MAINTAINERS: Add new Java maintainer.
10778
10779 1999-10-25 Andreas Schwab <schwab@suse.de>
10780
10781 * configure: Fix quoting inside arguments of eval.
10782
10783 1999-10-21 Nick Clifton <nickc@cygnus.com>
10784
10785 * config-ml.in: Allow suppression of some ARM multilibs.
10786
10787 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10788
10789 * config.guess: Add OS/390 match pattern.
10790 * config.sub: Add mvs, openedition targets.
10791 * configure.in (i370-ibm-opened*): New.
10792
10793 1999-09-04 Steve Chamberlain <sac@pobox.com>
10794
10795 * config.sub: Add support for configuring for pj.
10796
10797 1999-08-31 Nick Clifton <nickc@cygnus.com>
10798
10799 * config.sub (maybe_os): Add support for configuring for fr30.
10800
10801 1999-08-25 Nick Clifton <nickc@cygnus.com>
10802
10803 * configure.in: Do not configure or build ld for AIX
10804 platforms. ld is known to be broken on these platforms.
10805
10806 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10807
10808 * config-ml.in: Pass compiler flag corresponding to multidirs to
10809 subdir configures.
10810
10811 1999-08-09 Ian Lance Taylor <ian@zembu.com>
10812
10813 * Makefile.in (LDFLAGS): Define.
10814
10815 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10816
10817 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10818 noconfigdirs.
10819 (*-*-cygwin*): Likewise.
10820
10821 1999-08-08 Ian Lance Taylor <ian@zembu.com>
10822
10823 * mkdep: New file.
10824 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10825 (BINUTILS_SUPPORT_DIRS): Add mkdep.
10826
10827 From Eli Zaretskii <eliz@is.elta.co.il>:
10828 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10829 long file name when using DJGPP on MS-DOS.
10830
10831 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
10832
10833 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10834
10835 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
10836
10837 * Makefile.in (check-target-libio): Remove all-target-libstdc++
10838 dependency as this causes "make check" to globally "make all"
10839
10840 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
10841
10842 * configure.in (target_libs): Added target-zlib.
10843 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10844 (CONFIGURE_TARGET_MODULES): Likewise.
10845 (CHECK_TARGET_MODULES): Likewise.
10846 (INSTALL_TARGET_MODULES): Likewise.
10847 (CLEAN_TARGET_MODULES): Likewise.
10848 (configure-target-zlib): New target.
10849 (all-target-zlib): Likewise.
10850 (all-target-libjava): Depend on all-target-zlib.
10851 (configure-target-libjava): Depend on configure-target-zlib.
10852
10853 * Makefile.in (configure-target-libjava): Depend on
10854 configure-target-newlib.
10855 (configure-target-boehm-gc): New target.
10856 (configure-target-qthreads): New target.
10857
10858 * configure.in (target_libs): Added target-qthreads.
10859 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10860 (CONFIGURE_TARGET_MODULES): Likewise.
10861 (CHECK_TARGET_MODULES): Likewise.
10862 (INSTALL_TARGET_MODULES): Likewise.
10863 (CLEAN_TARGET_MODULES): Likewise.
10864 (all-target-qthreads): New target.
10865 (configure-target-libjava): Depend on configure-target-qthreads.
10866 (all-target-libjava): Depend on all-target-qthreads.
10867
10868 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10869 (CONFIGURE_TARGET_MODULES): Likewise.
10870 (CHECK_TARGET_MODULES): Likewise.
10871 (INSTALL_TARGET_MODULES): Likewise.
10872 (CLEAN_TARGET_MODULES): Likewise.
10873 (all-target-libjava): New target.
10874 (all-target-boehm-gc): Likewise.
10875 * configure.in (target_libs): Added libjava, boehm-gc.
10876
10877 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10878
10879 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10880 configure.bat in SUPPORT_FILES.
10881 (gas+binutils.tar.bz2): Likewise.
10882
10883 * makeall.bat: Remove; obsolete.
10884
10885 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10886
10887 From Mark Elbrecht:
10888 * configure.bat: Remove; obsolete.
10889
10890 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10891
10892 * configure: Add -W -Wall to the default CFLAGS when compiling with
10893 gcc.
10894
10895 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10896
10897 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10898
10899 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10900
10901 * configure.in: Build ld on IRIX6.
10902
10903 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10904
10905 * Makefile.in: Change distribution targets to use bzip2 instead of
10906 gzip.
10907 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10908 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10909
10910 1999-06-04 Nick Clifton <nickc@cygnus.com>
10911
10912 * config.sub: Add mcore target.
10913
10914 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
10915
10916 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10917
10918 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
10919
10920 * config.guess (dummy): Changed to $dummy.
10921
10922 1999-05-24 Nick Clifton <nickc@cygnus.com>
10923
10924 * config.sub: Tidied up case statements.
10925
10926 1999-05-22 Ben Elliston <bje@cygnus.com>
10927
10928 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10929 <jiro@din.or.jp>.
10930
10931 * config.guess: Merge with FSF version. Future changes will be
10932 more accurately recorded in this ChangeLog.
10933 * config.sub: Likewise.
10934
10935 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
10936
10937 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10938
10939 1999-04-30 Tom Tromey <tromey@cygnus.com>
10940
10941 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10942
10943 1999-04-23 Tom Tromey <tromey@cygnus.com>
10944
10945 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10946
10947 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10948
10949 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10950 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10951 Bad merge removed these two changes.
10952
10953 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10954 Martin Heller (Ing.-Buero_Heller@t-online.de)
10955
10956 * config.guess (interix Alpha): Add.
10957
10958 1999-04-11 Richard Henderson <rth@cygnus.com>
10959
10960 * configure.in (i?86-*-beos*): Do config gperf; don't config
10961 gdb, newlib, or libgloss.
10962
10963 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
10964
10965 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10966 link a trivial program with -mabi=64. If it fails, remove mabi=64
10967 from multidirs.
10968
10969 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
10970
10971 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10972
10973 1999-04-08 Nick Clifton <nickc@cygnus.com>
10974
10975 * config.sub: Add support for mcore targets.
10976
10977 1999-04-07 Michael Meissner <meissner@cygnus.com>
10978
10979 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10980 not mt-ospace, in order to shut up assembler warning about using
10981 symbols that are named the same as registers.
10982
10983 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10984
10985 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10986 dependency list for all-target-cygmon.
10987
10988 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10989
10990 * config-ml.in: Check $host, not $target, for selective multilibs.
10991 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10992 thumb interworking, and underscore prefix multilibs.
10993
10994 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10995
10996 * missing: Update to version from current automake.
10997
10998 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10999
11000 * configure (gxx_include_dir): Removed.
11001
11002 * configure.in (gxx_include_dir): Handle it.
11003 * Makefile.in: Likewise.
11004
11005 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11006
11007 * config.sub (mips64vr4111,mips64vr4111el) Add.
11008
11009 1999-03-21 Ben Elliston <bje@cygnus.com>
11010
11011 * config.guess: Correct typo for detecting ELF on FreeBSD.
11012
11013 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11014
11015 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11016 config/mh-djgpp.
11017
11018 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11019
11020 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11021 all-target-newlib to dependency list for all-target-bsp.
11022
11023 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11024
11025 * config.sub: Add i386-uwin support.
11026 * config.guess: Likewise.
11027
11028 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11029
11030 * configure.in: cleanup, add mh-*pic handling for arm, special
11031 case powerpc*-*-aix*
11032
11033 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11034
11035 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11036 can be built.
11037
11038 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11039
11040 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11041 targets.
11042
11043 1999-03-02 Nick Clifton <nickc@cygnus.com>
11044
11045 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11046
11047 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11048
11049 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11050
11051 1999-02-24 Nick Clifton <nickc@cygnus.com>
11052
11053 * config.sub: Fix typo in arm recognition.
11054
11055 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11056
11057 * configure.in (noconfigdirs): Changed target_configdirs to
11058 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11059 rather than m68k-*-* since it is not known to work on
11060 m68k-aout. Ditto for arm-*-*oabi.
11061
11062 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11063
11064 * configure.in (*-*-windows*): Remove, no longer used.
11065
11066 1999-02-19 Ben Elliston <bje@cygnus.com>
11067
11068 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11069 Smart and improved by Andrew Cagney.
11070
11071 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11072
11073 * config.guess: Recognize openbsd-*-hppa.
11074
11075 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11076
11077 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11078 only if it is not empty.
11079
11080 1999-02-17 Nick Clifton <nickc@cygnus.com>
11081
11082 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11083
11084 * config.guess: Modified to recognize uname's armv* syntax.
11085
11086 * config.sub: Modified to recognize uname's armv* syntax.
11087
11088 1999-02-17 Mark Salter <msalter@cygnus.com>
11089
11090 * configure.in: Added target-bsp for sparclite.
11091
11092 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11093
11094 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11095
11096 1999-02-08 Nick Clifton <nickc@cygnus.com>
11097
11098 * configure.in: Add support for strongarm port.
11099 * config.sub: Add support for strongarm target.
11100
11101 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11102
11103 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11104 the old name config/mh-cygwin32.
11105 Enable texinfo.
11106
11107 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11108
11109 * configure.in: Do build ld for ix86 Solaris.
11110
11111 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11112
11113 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11114 $AR_FOR_TARGET. Likewise for RANLIB.
11115
11116 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11117
11118 * config.sub (oabi): Recognize.
11119 * configure.in (arm-*-oabi): Handle.
11120
11121 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11122
11123 * config.guess: Improve detection of i686 on UnixWare 7.
11124
11125 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11126
11127 * config.guess: Add support for i386-pc-interix.
11128 * config.sub: Likewise.
11129 * configure.in: Likewise.
11130
11131 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11132
11133 * Makefile.in: Remove unneeded all-target-libio from
11134 from all-target-winsup target since it is now unneeded.
11135 Add all-target-libtermcap in its place since it is now
11136 needed.
11137
11138 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11139
11140 * configure.in: makefile stub for cygwin target is probably
11141 unnecessary. Remove it for now.
11142
11143 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11144
11145 * configure.in: libtermcap.a should be built when cygwin is the
11146 target as well as the host.
11147 * config.guess: Allow mixed case in cygwin uname output.
11148 * Makefile.in: Add libtermcap target.
11149
11150 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11151
11152 * config.sub: Clean up handling of hppa2.0.
11153
11154 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11155
11156 * config.guess: Use C code to identify more HP machines.
11157
11158 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11159
11160 * config.sub: Handle hppa2.0.
11161
11162 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11163
11164 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11165 cygmon for all sparclite targets, regardless of object format.
11166
11167 1998-12-15 Mark Salter <msalter@cygnus.com>
11168
11169 * configure.in: Added target-bsp for several target architectures.
11170
11171 * Makefile.in: Added rules for bsp.
11172
11173 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11174
11175 * config.guess: Improve detection of hppa2.0 processors.
11176
11177 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11178
11179 * config.guess: Recognize FreeBSD using ELF automatically.
11180
11181 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11182
11183 * configure (skip-this-dir): Add handling for new shell script, which
11184 might be created by a sub-directory's configure to indicate, this particular
11185 directory is "unwanted".
11186 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11187
11188 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11189
11190 * ltconfig: import from libtool, after changing libtool to
11191 account for the cygwin name change.
11192
11193 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11194
11195 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11196 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11197
11198 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11199
11200 * configure.in: Add libtermcap to list of cygwin dependencies.
11201
11202 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11203
11204 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11205 they include winsup/include when it's a cygwin target.
11206
11207 1998-11-12 Tom Tromey <tromey@cygnus.com>
11208
11209 * configure.in (host_tools): Added zip.
11210 * Makefile.in (all-target-libjava): Depend on all-zip.
11211 (all-zip): New target.
11212 (ALL_MODULES): Added all-zip.
11213 (NATIVE_CHECK_MODULES): Added check-zip.
11214 (INSTALL_MODULES): Added install-zip.
11215 (CLEAN_MODULES): Added clean-zip.
11216
11217 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11218
11219 * Makefile.in: lose "32" from comment about cygwin.
11220
11221 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11222
11223 * configure.in: Use -Os to build target libraries for the fr30.
11224
11225 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11226
11227 * config.sub: Add fr30.
11228
11229 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11230
11231 * configure.in: drop "32" from config/mh-cygwin32. Check
11232 cygwin* instead of cygwin32*.
11233 * config.sub: Check cygwin* instead of cygwin32*.
11234
11235 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11236
11237 * config.guess: Match any version of Unixware7.
11238
11239 1998-10-20 Syd Polk <spolk@cygnus.com>
11240
11241 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11242 if desired.
11243
11244 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11245
11246 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11247 these if the appropriate directories and files to not exist.
11248
11249 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11250
11251 * Makefile.in (DEVO_SUPPORT): Add config.if.
11252
11253 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11254
11255 * configure: Add pattern to replace "build_tooldir"'s
11256 definition in the generated Makefile with "tooldir"'s
11257 actual value.
11258
11259 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11260
11261 * config.sub: Bring back lost sparcv9.
11262
11263 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11264
11265 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11266
11267 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11268 CC_FOR_TARGET and friends.
11269
11270 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11271
11272 * Makefile.in (build_tooldir): New variable, same as tooldir.
11273 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11274 -B$(build_tooldir)/bin/.
11275 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11276
11277 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11278
11279 * README: Remove installation instructions and refer to the
11280 INSTALL directory instead.
11281
11282 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11283
11284 * config.sub: Add support for i[34567]86-pc-udk.
11285 * configure.in: Likewise.
11286
11287 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11288
11289 * Makefile.in: add bzip2 package building bits for user
11290 tools module
11291 * configure.in: ditto
11292
11293 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11294
11295 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11296 (ALL_TARGET_MODULES): Add all-target-libobjc.
11297 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11298 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11299 (all-target-libchill): Add dependencies.
11300 * configure.in (target_libs): Add libchill.
11301
11302 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11303
11304 * configure.in (target_subdir): Remove duplicate line.
11305
11306 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11307
11308 * Makefile.in (all-automake): fix dependencies.
11309
11310 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11311
11312 * configure.in: Minor cleanups for building in the $(target_alias)
11313 subdir.
11314
11315 1998-09-22 Jim Wilson <wilson@cygnus.com>
11316
11317 * Makefile.in (bootstrap): Set r and s before make all. Use
11318 BASE_FLAGS_TO_PASS in make all.
11319 (cross): Likewise.
11320
11321 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11322
11323 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11324
11325 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11326
11327 * config.sub: Fix typo in last change.
11328
11329 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11330
11331 * config.sub: Add support for C4x target.
11332 * configure.in: Likewise.
11333
11334 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11335
11336 * config.sub: Recognize sparcv9 just like sparc64.
11337
11338 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11339
11340 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11341
11342 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11343
11344 * config.guess: Correctly identify Pentium II sco boxes.
11345
11346 * config.guess: Fix "tr" code. From Weiwen Liu.
11347
11348 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11349
11350 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11351 stabs.
11352
11353 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11354
11355 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11356 (ALL_TARGET_MODULES): Add all-target-libchill.
11357 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11358 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11359 (all-target-libchill): Add dependencies.
11360 * configure.in (target_libs): Add libchill.
11361
11362 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11363
11364 * config.guess: Avoid assumptions about "tr" behaves when
11365 LANG is set to something other than English.
11366
11367 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11368
11369 * configure (gxx_include_dir): Changed to
11370 '${prefix}/include/g++'-${libstdcxx_interface}.
11371
11372 * config.if: New to determine the interfaces.
11373
11374 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11375
11376 * config.guess: Detect and handle MPE/IX.
11377 * config.sub: Deal with MPE/IX.
11378
11379 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11380
11381 * configure.in: Use mh-aix43.
11382
11383 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11384
11385 * configure: Fix --without/--disable cases for gxx-include-dir.
11386
11387 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11388
11389 * mdata-sh: Imported. Needed for automake support.
11390
11391 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11392
11393 * Makefile.in (taz): Try "chmod -R og=u ." before
11394 "chmod og=u `find . -print`".
11395
11396 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11397
11398 * configure.in: Add arm-elf and thumb-elf support.
11399
11400 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11401
11402 * Makefile.in: Undo previous patch.
11403
11404 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11405
11406 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11407 to here ...
11408 (install-no-fixedincludes): and here
11409 (INSTALL_MODULES): ... from here.
11410
11411 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11412
11413 * config.sub: Merge with FSF.
11414
11415 * config.guess: Merge with FSF.
11416
11417 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11418
11419 * configure (extraconfigdirs): New variable.
11420 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11421 * Makefile.in (all): Move higher in file.
11422 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11423 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11424 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11425 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11426 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11427
11428 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11429
11430 * Makefile.in (all-target-libjava): Depend on all-gcc and
11431 all-target-newlib.
11432 (configure-target-libjava): Depend on $(ALL_GCC).
11433
11434 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11435
11436 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11437 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11438
11439 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11440
11441 * INSTALL/README: Fix typo.
11442
11443 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11444
11445 * ylwrap: Change absolute path checks to check for DOS style path
11446 names.
11447
11448 * ylwrap: Don't use a full path name if the source file is in the
11449 same directory. From hjl@lucon.org (H.J. Lu).
11450
11451 * config-ml.in: Default to being verbose, to match Feb 18 change to
11452 configure.
11453
11454 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11455
11456 Brought over from egcs:
11457
11458 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11459
11460 * configure.in (target_subdir): Set to ${target_alias} instead
11461 of "libraries".
11462
11463 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11464
11465 * configure.in (target_subdir): Set to libraries if enable_multilib.
11466
11467 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11468
11469 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11470 multilibs, force reconfiguration the first time we create
11471 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11472
11473 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11474
11475 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11476 avoid confusion with --no-recursion.
11477
11478 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11479
11480 * configure.in: Win32 hosts shouldn't use install -x
11481 * install-sh: remove -x option, and special .exe-handling
11482 hack.
11483
11484 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11485
11486 * config.guess: Recognize i586-pc-beos.
11487 * configure.in: Don't build some bits for beos.
11488
11489 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11490
11491 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11492 CFLAGS default to -O2.
11493
11494 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11495 when using GNU ld.
11496
11497 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11498
11499 * ltmain.sh: Correct install when using a different shell.
11500
11501 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11502
11503 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11504
11505 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11506
11507 * makefile.vms: Update to build binutils/makefile.vms. Add install
11508 target.
11509
11510 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11511
11512 * ltconfig: Update to correct AIX handling.
11513
11514 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11515
11516 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11517
11518 * configure.in (target_subdir): Set to ${target_alias} instead
11519 of "libraries".
11520
11521 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11522
11523 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11524 (Makefile): Depend on $(gcc_version_trigger).
11525
11526 * configure (gcc_version): Change default initializer to empty
11527 string.
11528 (gcc_version_trigger): New variable; pass this variable down
11529 to subdir configures to enable them checking gcc's version
11530 themselves. Emit make macros for both gcc_version vars.
11531 (topsrcdir): Initialize reliably.
11532 (recursion line): Remove --with-gcc-version=${gcc_version}.
11533
11534 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11535
11536 * configure (enable_version_specific_runtime_libs): Implement new flag
11537 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11538 in $(libsubdir); emit definition in each generated Makefile.
11539 (gxx_include_dir): Initialize depending on
11540 $enable_version_specific_runtime_libs.
11541
11542 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11543
11544 * configure (gcc_version): Initialize properly depending on
11545 how and where configure is started.
11546 (recursion line): Pass a --with-gcc-version=${gcc_version}
11547 to configures in subdirs.
11548
11549 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11550
11551 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11552 cygmon
11553
11554 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11555
11556 * configure.in: Add cygmon and libstub support for mn10200.
11557
11558 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11559
11560 * configure (gcc_version): Add new variable describing the
11561 particular gcc version we're building.
11562 * Makefile.in (libsubdir): Add new macro for the directory
11563 in which the compiler finds executables, libraries, etc.
11564 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11565 and libsubdir.
11566
11567 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11568
11569 * Makefile.in (local-clean): Remove *.log.
11570 (warning.log): Built with warn_summary from build.log.
11571 (mail-report.log): Run test_summary.
11572 (mail-report-with-warnings.log): Run test_summary including
11573 warning.log in the report.
11574
11575 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11576
11577 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11578
11579 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11580
11581 * Makefile.in (grep): Grep no longer depends on libiberty.
11582
11583 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11584
11585 * Makefile.in: all-snavigator needs all-libgui.
11586
11587 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11588
11589 * configure.in: Add cygmon and libstub support for mn10300.
11590
11591 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11592
11593 * missing: Update to version from automake 1.3.
11594
11595 * ltmain.sh: On installation, don't get confused if the same name
11596 appears more than once in the list of library names.
11597
11598 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11599
11600 * config.sub: Accept m68060 and m5200 as CPU names.
11601
11602 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11603
11604 * configure: Use && rather than using -a in test, because odd
11605 strings can confuse test.
11606 * configure.in: Likewise.
11607
11608 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11609
11610 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11611
11612 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11613
11614 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11615 bootstrap4-lean): New targets.
11616
11617 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11618
11619 * mpw-* Delete. Not used.
11620
11621 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11622
11623 * COPYING.LIB: Update FSF address.
11624
11625 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11626
11627 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11628
11629 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11630 GAS_SUPPORT_DIRS.
11631
11632 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11633
11634 * ltconfig, ltmain.sh: Avoid producing a version number if
11635 -version-info was not used.
11636
11637 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11638
11639 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11640 building with newlib.
11641
11642 1998-04-30 Paul Eggert <eggert@twinsun.com>
11643
11644 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11645 Solaris `make' causes it to continue to next definition.
11646
11647 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11648
11649 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11650 the right GUI libraries and files are installed along with GDB.
11651
11652 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11653
11654 * configure.in: Change alpha to alpha* in several places.
11655
11656 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11657
11658 * config.sub: Recognize sparc86x.
11659
11660 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11661
11662 * configure.in (--enable-target-optspace): Remove debug echo.
11663
11664 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11665
11666 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11667
11668 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11669
11670 * ltconfig: Update cygwin32 support.
11671
11672 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11673 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11674 (GDB_SUPPORT_DIRS): Likewise.
11675
11676 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11677
11678 * configure.in (target_makefile_frag): If --enable-target-optspace,
11679 use -Os to compile target libraries rather than -O2. Default to
11680 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11681 not used.
11682 * configure.in (target_cflags): Ditto for d30v.
11683
11684 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11685
11686 * Makefile.in (all-bfd): Depend on all-intl.
11687 (all-binutils): Likewise.
11688 (all-gas): Likewise.
11689 (all-gprof): Likewise.
11690 (all-ld): Likewise.
11691
11692 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11693
11694 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11695
11696 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11697
11698 * Makefile.in (all-bfd): Depend upon all-libiberty.
11699
11700 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11701
11702 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11703
11704 * Makefile.in: Add libstub.
11705
11706 * configure.in: Ditto. Build libstub for targets that have cygmon
11707 support.
11708
11709 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11710
11711 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11712
11713 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11714
11715 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11716 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11717
11718 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11719
11720 * configure: Define DEFAULT_M4 by searching PATH.
11721 * Makfile.in: Use DEFAULT_M4.
11722
11723 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11724
11725 * ltconfig: Add cygwin32 support.
11726
11727 * Makefile.in, configure.in: Add libtool as a native only directory
11728 to configure and build.
11729
11730 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11731
11732 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11733
11734 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
11735
11736 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11737
11738 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11739
11740 * Makefile.in: add ash make rules
11741 * configure.in: add ash to native_only and host_tools lists
11742
11743 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11744
11745 * Makefile.in (all-gettext, all-intl): New targets.
11746 (ALL_MODULES): Added all-gettext, all-intl.
11747 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11748 (INSTALL_MODULES): Added install-gettext, install-intl.
11749 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11750
11751 * configure.in (host_tools): Added gettext.
11752 (native_only): Likewise.
11753 (noconfigdirs) [various cases]: Likewise.
11754 (host_libs): Added intl.
11755
11756 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11757
11758 * configure: Do not disable building gdbtk for cygwin32 hosts.
11759
11760 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11761
11762 * configure.in: Add thumb-coff target.
11763 * config.sub: Add thumb-coff target.
11764
11765 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11766
11767 * Makefile.in: Revert yesterday's change.
11768 (all-target-winsup): all-target-librx stays out of here.
11769
11770 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11771
11772 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11773 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11774 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11775 Remove references to librx and libg++.
11776
11777 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11778
11779 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11780 recursive makes
11781
11782 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11783
11784 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11785 for newlib directory.
11786 (CXX_FOR_TARGET): Likewise.
11787
11788 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11789
11790 * ltconfig: Update after libtool/ltconfig.in change for
11791 hpux11.
11792
11793 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11794
11795 * ltconfig, ltmain.sh: Update to libtool 1.2.
11796
11797 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11798
11799 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11800 (install-gcc-cross): Instead, override LANGUAGES here.
11801
11802 1998-03-18 Dave Love <d.love@dl.ac.uk>
11803
11804 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11805 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11806
11807 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11808
11809 * configure.in: Add Thumb-pe target.
11810
11811 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
11812
11813 * Makefile.in - changed sn targets to snavigator
11814 * configure.in - changed sn targets to snavigator
11815
11816 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11817
11818 * config-ml.in: After building symlink tree call make distclean
11819 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11820 to be the case for libiberty.
11821
11822 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
11823
11824 * configure: When making link, also check the current
11825 directory. The configure scripts may create one.
11826
11827 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
11828
11829 * config.sub: Accept alphapca56 and alphaev6 properly.
11830
11831 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11832
11833 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11834
11835 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11836
11837 * config.sub (sco5): Fix typo.
11838
11839 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
11840
11841 * Makefile.in (INSTALL_MODULES): Move install-tcl before
11842 install-itcl.
11843 (install-itcl): Remove dependency on install-tcl.
11844
11845 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
11846
11847 * configure.in: Remove libgloss from noconfigdirs for MN10300.
11848
11849 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
11850
11851 * configure.in: Don't build libgui for a cygwin32 target when not on
11852 a cygwin32 host.
11853
11854 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
11855
11856 * configure (redirect): Set to null, so default behavior of
11857 configure is now --verbose.
11858
11859 1998-02-16 Dave Love <d.love@dl.ac.uk>
11860
11861 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11862 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11863
11864 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
11865
11866 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11867 this change to sync Makefile.in with its ChangeLog entries.
11868
11869 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
11870
11871 * ltmain.sh (mkdir): Check that the directory doesn't exist
11872 before we exit with error, so that we don't get races during
11873 parallel builds.
11874
11875 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
11876
11877 * ltconfig, ltmain.sh: Update from libtool 1.0i.
11878
11879 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11880
11881 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11882 PICFLAG_FOR_TARGET.
11883 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11884
11885 * configure: Emit a definition for the new macro enable_shared
11886 into each Makefile.
11887
11888 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11889
11890 * configure.in (host_tools, native_only): Add libtool.
11891
11892 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11893
11894 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11895 Fix typo in ming config comment.
11896
11897 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11898
11899 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11900
11901 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11902
11903 * config.sub: Add tic30 cases, and map c30 to tic30.
11904
11905 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11906
11907 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11908 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11909 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11910 (CLEAN_TARGET_MODULES): Similarly
11911 (all-target-libf2c): Add dependences.
11912 * configure.in (target_libs): Add libf2c.
11913
11914 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11915
11916 * configure.in: Remove expect from noconfigdirs when target
11917 is cygwin32. OK to build expect and dejagnu with Canadian
11918 Cross.
11919
11920 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11921
11922 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11923 host.
11924
11925 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11926 and mingw32.
11927
11928 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11929
11930 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11931 here as it is not defined in the toplevel Makefile.
11932
11933 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11934
11935 * configure (package_makefile_rules_frag): New variable, which names
11936 a file with generic rules, ...
11937 Change comment to mention we now have FIVE parts.
11938 * configure: Undo last change.
11939
11940 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11941
11942 * config.guess: More accurate determination of HP processor types.
11943 * config.sub: More accurate determination of HP processor types.
11944
11945 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11946
11947 * configure (package_makefile_frag): Move inserting the
11948 ${package_makefile_frag} to where it should be according
11949 to the comment.
11950
11951 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11952
11953 * config.guess: Add support for Linux/ARM.
11954
11955 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11956
11957 * .cvsignore: Remove *-info and *-install since they match
11958 release-info and mpw-install, which we don't want to just ignore.
11959
11960 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11961
11962 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11963
11964 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11965
11966 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11967 local_prefix to sub-make invocations.
11968
11969 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11970
11971 * configure.in: Check makefile fragments in the source
11972 directory.
11973
11974 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11975
11976 * configure.in: Check whether host and target makefile
11977 fragments exist before adding them to *_makefile_frag.
11978
11979 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11980
11981 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11982
11983 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11984
11985 * configure.in: Make sure we only replace RPATH_ENVVAR on
11986 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11987 regexp to sed.
11988
11989 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11990 to sub-makes.
11991
11992 1998-01-13 Lee Iverson (leei@ai.sri.com)
11993
11994 * config-ml.in (multi-do): LDFLAGS must include multilib
11995 designator.
11996
11997 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11998
11999 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12000
12001 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12002
12003 * config.sub: Add mingw32 support.
12004 * configure.in: Likewise.
12005
12006 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12007
12008 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12009
12010 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12011
12012 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12013 * configure (gxx_include_dir): Provide a definition for subdirs
12014 which do not use autoconf.
12015
12016 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12017
12018 * config.guess: Sync with egcs. Picks up new alpha support,
12019 BeOS & some additional linux support.
12020
12021 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
12022
12023 * config.guess: HP 9000/803 is a PA1.1 machine.
12024
12025 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12026
12027 * configure.in: It's alpha*-...
12028
12029 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12030
12031 * configure.in (host_makefile_frag, target_makefile_frag):
12032 Handle multiple config files.
12033 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12034 alpha-*-*.
12035
12036 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12037
12038 * mkdep: New file.
12039
12040 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12041
12042 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12043
12044 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12045
12046 * Makefile.in: Add libgui directory.
12047 (GDB_TK): Add all-libgui.
12048 * configure.in: Add libgui directory.
12049 * configure: Add all-libgui to GDB_TK.
12050
12051 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12052
12053 * config-ml.in (multidirs): Add m32r to multilib list.
12054
12055 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12056
12057 * Makefile.in (all-target-gperf): Change dependency to
12058 all-target-libstdc++.
12059
12060 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12061
12062 * config.guess: Add BeOS support.
12063
12064 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12065
12066 Source directory cvs renamed to cvssrc:
12067 * configure.in (host_tools): Change cvs to cvssrc.
12068 (native_only): Likewise.
12069 (noconfigdirs) [various cases]: Likewise.
12070 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12071 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12072 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12073 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12074 (all-cvssrc): Rename target from all-cvs.
12075
12076 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12077
12078 * configure (gxx_include_dir): Fix thinko.
12079
12080 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12081
12082 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12083 (install-cross, install-gcc-cross): New targets.
12084
12085 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12086
12087 * configure.in (noconfigdirs): Add support for Thumb target.
12088
12089 * config.sub (maybe_os): Add support for Thumb target.
12090
12091 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12092
12093 * Makefile.in: Add rules for cygmon.
12094
12095 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12096
12097 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12098
12099 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12100 * configure (gxx_include_dir): Provide a definition for subdirs
12101 which do not use autoconf.
12102
12103 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12104
12105 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12106 11/18/97 build
12107
12108 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12109
12110 * From Franz Sirl.
12111 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12112 found on RedHat Linux systems.
12113
12114 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12115
12116 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12117 guesses.
12118
12119 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12120
12121 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12122
12123 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12124
12125 * ltmain.sh: If mkdir fails, check whether the directory was created
12126 anyhow by some other process.
12127
12128 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12129
12130 * configure.in (d30v-*-*): Configure all directories.
12131
12132 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12133
12134 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12135 for the D30V.
12136
12137 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12138
12139 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12140
12141 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12142
12143 * include/libiberty.h: Add extern "C" { so it can be used with C++
12144 progrms.
12145 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12146 programs.
12147
12148 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12149
12150 * configure.in (d30v-*-*): Configure GCC now.
12151
12152 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12153
12154 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12155 is no longer needed.
12156
12157 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12158
12159 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12160
12161 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12162
12163 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12164 targets using "$@" to provide support for similar but not identical
12165 targets without having to duplicate code.
12166
12167 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12168
12169 * makefile.vms: Fix to work with DEC C.
12170
12171 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12172
12173 * config.sub: Add mips-tx39-elf to marketing names.
12174
12175 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12176
12177 * ltmain.sh: Handle symlinks in generated script.
12178
12179 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12180
12181 * configure: Handle autoconf style directory options: --bindir,
12182 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12183 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12184 --sysconfdir.
12185 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12186 (sharedstatedir, localstatedir, oldincludedir): New variables.
12187 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12188 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12189 sbindir, sharedstatedir, and sysconfdir.
12190
12191 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12192
12193 * Makefile.in (bootstrap-lean): New target.
12194
12195 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12196
12197 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12198 sn, and gnuserv from noconfigdirs.
12199
12200 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12201
12202 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12203
12204 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12205
12206 * Makefile.in (cross): New target.
12207
12208 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12209 Jeff Law <law@cygnus.com>
12210
12211 * Makefile.in (bootstrap2, bootstrap3): New targets.
12212 (all-bootstrap): Remove outdated and confusing target.
12213 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12214
12215 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12216
12217 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12218 windows. Consistent with gdb/configure.
12219
12220 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12221
12222 * configure.in: Name Linux target fragment.
12223
12224 * configure: Rewrite so that project Makefile fragment is inserted
12225 first and appears last in the resulting Makefile.
12226
12227 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12228
12229 * Makefile.in (install-itcl): Install tcl first.
12230
12231 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12232
12233 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12234
12235 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12236
12237 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12238
12239 * configure.in (skipdirs): Add target-librx for Linux.
12240 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12241
12242 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12243
12244 * Makefile.in (bootstrap): New target.
12245
12246 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12247
12248 * config.sub: Accept 'amigados' for backward compatibility.
12249
12250 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12251
12252 * config.guess: Merge with FSF.
12253
12254 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12255
12256 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12257
12258 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12259
12260 * config.sub: Add "marketing-names" patch.
12261
12262 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12263
12264 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12265
12266 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12267
12268 * config.sub: Handle v850-elf.
12269
12270 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12271
12272 * .cvsignore (*-install): Remove.
12273
12274 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12275
12276 * ltconfig: Set CONFIG_SHELL in libtool.
12277 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12278
12279 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12280
12281 * configure.in (target_subdir): Set to libraries if enable_multilib.
12282
12283 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12284
12285 * config.guess: Update from gcc directory.
12286
12287 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12288
12289 * Makefile.in (all-sim): Depends on all-readline.
12290
12291 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12292
12293 * Makefile.in (BISON, YACC): Use $$s.
12294 (all-bison): Depend on all-texinfo.
12295
12296 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12297
12298 * Makefile.in (BISON): Add -L flag.
12299 (YACC): Likewise.
12300
12301 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12302
12303 * configure.in (noconfigdirs): Add support for v850e target.
12304
12305 * config.sub (maybe_os): Add support for v850e target.
12306
12307 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12308
12309 * configure.in (noconfigdirs): Add support for v850ea target.
12310
12311 * config.sub (maybe_os): Add support for v850ea target.
12312
12313 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12314
12315 * config.sub: Add mipstx39. Delete r3900.
12316
12317 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12318
12319 * Makefile.in (all-autoconf): Depends on all-texinfo.
12320
12321 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12322
12323 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12324 eabi targets.
12325
12326 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12327
12328 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12329
12330 * configure: When handling a Canadian Cross, handle YACC as well as
12331 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12332 * Makefile.in (all-bison): Depend upon all-texinfo.
12333
12334 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12335
12336 * Makefile.in (BISON): bison, not byacc or bison -y.
12337 (YACC): bison -y or byacc or yacc.
12338 (various): Add *-bison as appropriate.
12339 (taz): No need to mess with BISON anymore.
12340
12341 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12342
12343 * configure: If OSTYPE matches *win32*, try to find a good value for
12344 CONFIG_SHELL.
12345
12346 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12347
12348 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12349 configure.in if it is present.
12350
12351 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12352
12353 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12354
12355 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12356
12357 * config.sub: Recognize `arc' cpu.
12358 * configure.in: Likewise.
12359 * config-ml.in: Likewise.
12360
12361 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12362
12363 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12364
12365 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12366
12367 * configure: Changed sed delimiter from ':' to '|' when
12368 attempting to substitute ${config_shell} for SHELL. On
12369 NT ${config_shell} may contain a ':' in it.
12370
12371 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12372
12373 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12374
12375 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12376
12377 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12378
12379 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12380
12381 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12382
12383 * ylwrap: If the program is a relative path, force it to be
12384 absolute.
12385
12386 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12387
12388 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12389
12390 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12391
12392 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12393 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12394 for libraries.
12395
12396 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12397
12398 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12399 separated by spaces.
12400
12401 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12402
12403 * ylwrap: New file.
12404 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12405
12406 * ltmain.sh: Handle /bin/sh at start of install program.
12407
12408 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12409
12410 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12411 * missing: New file, from automake 1.2.
12412
12413 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12414
12415 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12416 check-tk to CHECK_X11_MODULES.
12417
12418 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12419
12420 * config.sub: Merge with FSF.
12421
12422 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12423
12424 * config.guess: Merge with FSF.
12425
12426 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12427
12428 * configure: Treat msdosdjgpp like go32.
12429 * configure.in: Likewise. Don't remove gprof for go32.
12430
12431 * configure: Change Makefile.tem2 to Makefile.tm2.
12432
12433 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12434
12435 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12436
12437 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12438
12439 * install-sh (chmodcmd): Set to null if the DST directory already
12440 exists. Same as Nov 11th change.
12441
12442 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12443
12444 * configure (GDB_TK): Needs itcl and tix.
12445
12446 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12447
12448 * config.guess: Update from FSF.
12449
12450 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12451
12452 * Makefile.in (GDB_TK): Depend on itcl and tix.
12453
12454 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12455
12456 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12457 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12458 (INSTALL_SCRIPT): New variable.
12459 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12460 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12461 to -x.
12462 * install-sh: Add support for -x option.
12463
12464 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12465
12466 * configure.in, Makefile.in: Treat tix like itcl.
12467
12468 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12469
12470 * Makefile.in (WINDRES): New variable.
12471 (WINDRES_FOR_TARGET): New variable.
12472 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12473 (EXTRA_HOST_FLAGS): Add WINDRES.
12474 (EXTRA_TARGET_FLAGS): Add WINDRES.
12475 (EXTRA_GCC_FLAGS): Add WINDRES.
12476 ($(DO_X)): Pass down WINDRES.
12477 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12478 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12479 DLLTOOL_FOR_TARGET.
12480
12481 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12482
12483 * configure.in: configure sim before gdb for win32-x-ppc
12484
12485 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12486
12487 Move gperf into the toplevel, from libg++.
12488 * configure.in (target_tools): Add target-gperf.
12489 (native_only): Add target-gperf.
12490 * Makefile.in (all-target-gperf): New target, depend on
12491 all-target-libg++.
12492 (configure-target-gperf): Empty rule.
12493 (ALL_TARGET_MODULES): Add all-target-gperf.
12494 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12495 (CHECK_TARGET_MODULES): Add check-target-gperf.
12496 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12497 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12498
12499 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12500
12501 * config.sub (mn10200): Recognize new basic machine.
12502
12503 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12504
12505 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12506 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12507
12508 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12509
12510 * configure.in: If we're building mips-sgi-irix6* native, turn on
12511 ENABLE_MULTILIB and set TARGET_SUBDIR.
12512
12513 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12514
12515 * Makefile.in (all-sn): Depend on all-grep.
12516
12517 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12518
12519 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12520
12521 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12522 Makefile. From Jeff Makey <jeff@cts.com>.
12523 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12524
12525 * Makefile.in (DISTBISONFILES): Remove.
12526 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12527 $(DEFAULT_YACC).
12528
12529 * configure.in: Build itl, db, sn, etc., when building for native
12530 cygwin32.
12531
12532 * Makefile.in (LD): New variable.
12533 (EXTRA_HOST_FLAGS): Pass down LD.
12534 ($(DO_X)): Likewise.
12535
12536 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12537
12538 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12539
12540 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12541
12542 * configure.in (targargs): Strip out any supplied --build argument
12543 before adding our own. Always add --build.
12544
12545 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12546
12547 * configure.in (targargs): Pass --build if we're doing
12548 a cross-compile.
12549
12550 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12551
12552 * configure: Use '|' instead of ":" as the separator in
12553 sed. Otherwise sed chokes on NT path names with drive
12554 designators. Also look for "?:*" as the leading characters in an
12555 absolute pathname.
12556
12557 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12558
12559 * config.sub: Support for r3900.
12560
12561 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12562
12563 * configure.in: Use install-sh, not install.sh.
12564
12565 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12566
12567 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12568 apply it twice.
12569
12570 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12571
12572 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12573 install-binutils.
12574
12575 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12576
12577 * Makefile.in: Add automake targets.
12578 * configure.in (host_tools): Add automake.
12579
12580 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12581
12582 * configure: Default CXX to c++, not gcc.
12583 * Makefile.in (CXX): Set to c++, not gcc.
12584 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12585
12586 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12587
12588 * install-sh: try appending a .exe if source file doesn't
12589 exist
12590
12591 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12592
12593 * configure.in: Turn on multilib by default.
12594 (cross_only): Remove target-libiberty.
12595
12596 * Makefile.in (all-gcc): Don't depend on libiberty.
12597
12598 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12599
12600 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12601
12602 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12603
12604 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12605 (DISTBISONFILES): Add ld/Makefile.in
12606
12607 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12608
12609 * configure.in: if target is cygwin32 but host isn't cygwin32,
12610 don't configure gdb tcl tk expect, not just gdb.
12611
12612 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12613
12614 * configure.in: Added gnuserv everywhere sn appears.
12615
12616 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12617 (CROSS_CHECK_MODULES): Added check-gnuserv.
12618 (INSTALL_MODULES): Added install-gnuserv.
12619 (CLEAN_MODULES): Added clean-gnuserv.
12620 (all-gnuserv): New target.
12621
12622 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12623
12624 * config.guess: Fixes for MIPS OpenBSD systems.
12625
12626 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12627
12628 * Makefile.in (INSTALL_XFORM): Remove.
12629 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12630
12631 * mkinstalldirs: New file, copied from automake.
12632 * Makefile.in (installdirs): Rename from install-dirs. Use
12633 mkinstalldirs. Change all users.
12634 (DEVO_SUPPORT): Add mkinstalldirs.
12635
12636 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12637
12638 * install-sh: Rename from install.sh.
12639 * Makefile.in (INSTALL): Change install.sh to install-sh.
12640 (DEVO_SUPPORT): Likewise.
12641
12642 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12643 Graichen <graichen@rzpd.de>.
12644
12645 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12646
12647 * config.guess: Recognize OpenBSD systems correctly.
12648
12649 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12650
12651 * README, Makefile.in (ETC_SUPPORT): Remove references to
12652 cfg-paper*, configure.{texi,man,info*}._
12653
12654 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12655
12656 * Makefile.in (all.normal): Ensure that gcc is built after all
12657 the x11 - ie gdb - targets.
12658
12659 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12660
12661 * makefile.vms: Don't run conf-a-gas.
12662
12663 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12664
12665 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12666
12667 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12668
12669 * configure.in: Remove noconfigdirs case since gdb also
12670 configures and builds for tic80-coff.
12671
12672 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12673
12674 * configure: Set cache_file to config.cache.
12675 * Makefile.in (local-distclean): Remove config.cache.
12676
12677 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12678
12679 * COPYING: Update FSF address.
12680
12681 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12682
12683 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12684 noconfigdirs.
12685
12686 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12687
12688 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12689 MAKEDIRS, is empty.
12690
12691 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12692
12693 * config.sub: Tweak mn10300 entry.
12694
12695 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12696
12697 * configure.in (host_tools): Put sim before gdb, so gdb's
12698 configure.tgt can determine if the simulator was configured.
12699
12700 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12701
12702 * config.sub: Move BeOS $os case to be with other Cygnus
12703 local cases.
12704
12705 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12706
12707 * config.sub: Remove misplaced comment that broke Linux.
12708
12709 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12710
12711 * config.sub: Add BeOS support.
12712
12713 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12714
12715 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12716
12717 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12718
12719 * configure.in (noconfigdirs): Remove tcl and tk from
12720 noconfigdirs for cygwin32 builds.
12721
12722 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12723
12724 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12725
12726 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12727
12728 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12729 make-all.com, use makefile.vms instead.
12730
12731 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12732
12733 * config.sub: Accept -lnews*.
12734
12735 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12736
12737 * configure.in (noconfigdirs): Disable target-newlib,
12738 target-examples and target-libiberty for d30v.
12739
12740 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12741
12742 * configure.in (noconfigdirs): Enable ld for d30v.
12743
12744 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12745
12746 * configure.in (tic80-*-*): Build compiler.
12747
12748 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12749
12750 * configure.in (d30v-*): Remove sim directory from list of
12751 unsupported d30v directories
12752
12753 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12754
12755 * config.sub, configure.in: Add d30v target cpu.
12756
12757 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12758
12759 * makefile.vms: New file.
12760 * make-all.com: Remove.
12761
12762 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12763
12764 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12765
12766 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12767
12768 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12769
12770 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12771
12772 * Makefile.in (ALL_MODULES): Added all-db.
12773 (CROSS_CHECK_MODULES): Addec check-db.
12774 (INSTALL_MODULES): Added install-db.
12775 (CLEAN_MODULES): Added clean-db.
12776
12777 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12778
12779 * config.guess: Merge with latest FSF sources.
12780
12781 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12782
12783 * Makefile.in (ALL_MODULES): Added all-itcl.
12784 (CROSS_CHECK_MODULES): Added check-itcl.
12785 (INSTALL_MODULES): Added install-itcl.
12786 (CLEAN_MODULES): Added clean-itcl.
12787
12788 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12789
12790 * configure.in: build gdb for mn10200
12791
12792 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12793
12794 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12795
12796 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12797
12798 * configure.in (tic80-*-*): Turn off most targets right now.
12799
12800 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12801
12802 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12803 rather than the makeinfo program.
12804 (do-info): Depend upon all-texinfo.
12805
12806 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12807
12808 * configure.in: Remove uses of config/mh-linux.
12809
12810 * config.sub, config.guess: Merge with latest FSF sources.
12811
12812 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12813
12814 * config.sub (case $basic_machine): Add tic80 entries.
12815
12816 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12817
12818 * config.sub, config.guess: Merge with latest FSF sources.
12819
12820 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12821
12822 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12823 * mpw-config.in: Test for NewFolderRecursive.
12824 * mpw-install: Use symbolic name for startup filename.
12825 * mpw-README: Add various additional details.
12826
12827 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
12828
12829 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12830
12831 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
12832
12833 * configure.in: Do build gcc and the target libraries for
12834 the mn10200.
12835
12836 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
12837
12838 * configure.in: don't avoid building gdb for mn10300 any more
12839 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12840 instead of single-quoting it.
12841
12842 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
12843
12844 * configure.in: Don't use --with-stabs on IRIX 6.
12845
12846 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
12847
12848 * configure.in (m32r): Build gdb, libg++ now.
12849
12850 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12851
12852 * configure.in (mips*-sgi-irix6*): Remove gdb and related
12853 directories from noconfigdirs.
12854
12855 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
12856
12857 * config.sub (basic_machine): added mips16 configuration
12858
12859 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12860
12861 * config.sub: Handle d10v-unknown.
12862
12863 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
12864
12865 * config.sub: Handle v850-unknown.
12866
12867 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
12868
12869 * Makefile.in: add findutils
12870 * configure.in: add findutils to list of host_tools
12871
12872 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
12873
12874 * config.sub: Handle mn10200 and mn10300.
12875
12876 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12877
12878 * configure.in (d10v-*): Do not build librx.
12879
12880 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12881
12882 * configure.in (mn10300): Build everything except gdb & libgloss.
12883
12884 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12885
12886 * config.guess: Patch for Dansk Data Elektronik servers,
12887 from Niels Skou Olsen <nso@dde.dk>.
12888
12889 For ncr, use /bin/uname rather than uname, since GNU uname does not
12890 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12891
12892 Patch for MIPS R4000 running System V,
12893 from Eric S. Raymond <esr@snark.thyrsus.com>.
12894
12895 Fix thinko for nextstep.
12896
12897 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12898
12899 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12900 * config.guess: Guess mips-dec-mach_bsd4.3.
12901
12902 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12903 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12904 release numbers.
12905 * config.guess (mips-mips-riscos*): Emit just enough of the
12906 release number.
12907
12908 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12909 * config.guess (sparc-auspex-sunos*): Added.
12910 (f300-fujitsu-*): Added.
12911
12912 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12913 * config.guess: Recognize a Tadpole as a sparc.
12914
12915 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12916
12917 * config.guess: Don't assume that NextStep version is either 2 or
12918 3. NextStep 4 (aka OpenStep 4) has come out now.
12919
12920 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12921
12922 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12923 From Rik Faith <faith@cs.unc.edu>.
12924
12925 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12926
12927 * config.sub: Contributions from bug-gnu-utils to:
12928 Support plain "hppa" (no version given) architecture, reported by
12929 OpenStep.
12930 OpenBSD like NetBSD.
12931 LynxOs is not a hardware supplier.
12932
12933 * config.guess: Contributions from bug-gnu-utils to add support for:
12934 OpenBSD like NetBSD.
12935 Stratus systems.
12936 More Pyramid systems.
12937 i[n>4]86 Intel chips.
12938 M680[n>4]0 Motorola chips.
12939 Use unknown instead of lynx for hardware manufacturer.
12940
12941 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12942
12943 * install.sh (chmodcmd): Set to null if the DST directory already
12944 exists.
12945
12946 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12947
12948 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12949 not use mt-ppc target Makefile fragment any more.
12950
12951 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12952
12953 * configure.in (*-*-windows): Exclude everything but those dirs
12954 needed to build windows.
12955
12956 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12957
12958 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12959
12960 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12961
12962 * configure.in: Exclude mmalloc from i386-windows.
12963
12964 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12965
12966 * Undo my previous change.
12967
12968 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12969
12970 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12971 unconditionally.
12972 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12973
12974 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12975
12976 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12977 host to add it's own flags.
12978
12979 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12980
12981 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12982
12983 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12984
12985 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12986 (CXX_FOR_TARGET): Likewise.
12987 (GCC_FOR_TARGET): Define.
12988 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12989 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12990 CC_FOR_TARGET was specified on the command line.
12991 (MAKEOVERRIDES): Don't define.
12992
12993 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12994
12995 * configure.in (m32r): Fix spelling of libg++ libs.
12996
12997 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12998
12999 * config.sub (-apple*): Remove, now redundant.
13000
13001 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13002
13003 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13004
13005 * configure: Rework yesterday's sed script patch.
13006
13007 * config.sub: Merge with FSF.
13008
13009 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13010
13011 * config.guess: Merge from FSF.
13012
13013 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
13014 * config.guess: Use pc instead of unknown, for pc clone systems.
13015 Change linux to linux-gnu.
13016
13017 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13018 * config.guess: Avoid non-portable tr syntax.
13019
13020 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
13021
13022 * test-build.mk (HOLES): Add "xargs" for gdb.
13023
13024 * configure: Avoid hpux10.20 sed bug.
13025
13026 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13027
13028 * configure.in: Add support for windows host
13029 (that is a build done under the Microsoft build environment).
13030
13031 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13032
13033 * Makefile.in: Replace all uses of srcroot with s, to shrink
13034 command line lengths.
13035
13036 Patches from Geoffrey Noer <noer@cygnus.com>:
13037 * configure.in: If configuring for newlib, pass --with-newlib to
13038 subdirectories.
13039 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13040 -Bnewlib/ and -Lwinsup to gcc.
13041 (CXX_FOR_TARGET): Likewise.
13042
13043 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13044
13045 * Makefile.in (ETC_SUPPORT): Add configure.
13046
13047 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13048
13049 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13050 host configuration file.
13051
13052 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13053
13054 * configure.in: Break mn10x00 support into separate
13055 mn10200 and mn10300 configurations.
13056 * config.sub: Likewise.
13057
13058 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13059
13060 * configure.in: Add lots of stuff to noconfigdirs for
13061 the mn10x00 targets.
13062
13063 * config.sub, configure.in: Add mn10x00 support.
13064
13065 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13066
13067 * make-all.com: Call conf-a-gas, not config-a-gas.
13068
13069 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13070
13071 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13072 targets.
13073
13074 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13075
13076 * mpw-README: Add much more detail for native PowerMac.
13077 * mpw-install: New file.
13078 * mpw-configure: Add --norecursion and --help options.
13079 * mpw-config.in: Translate readme and install files when
13080 copying to objdir.
13081 * mpw-build.in: Don't always depend on byacc and flex.
13082 (install-only-top): New action.
13083
13084 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13085
13086 * configure.in: You can now configure GDB for the v850.
13087
13088 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13089
13090 * configure.in (noconfigdirs): Don't configure any C++ dirs
13091 if targeting D10V.
13092
13093 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13094
13095 * config.sub: Recognize mips64vr5000.
13096
13097 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13098
13099 * configure.in: Use a single line for host_tools and native_only.
13100
13101 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13102
13103 * config.sub, configure.in: Add entries for m32r.
13104
13105 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13106
13107 * Makefile.in (inet-install): Don't run install-gzip.
13108
13109 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13110
13111 * configure.in: Don't config lots of things for *-*-windows*.
13112
13113 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13114
13115 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13116 (host_libs, host_tools): Copy from configure.in.
13117 * mpw-configure: Don't complain about directories not found.
13118
13119 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13120
13121 * configure.in (i[345]86): Recognize i686 for pentium pro.
13122 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13123 file.
13124
13125 * config.guess (i[345]86): Ditto.
13126
13127 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13128
13129 * configure.in (noconfigdirs): Removed gdb for D10V.
13130
13131 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13132
13133 * configure.in: Remove ld, target-libio, target-libg++, and
13134 target-libstdc++ from noconfigdirs.
13135
13136 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13137
13138 * configure: Fix three locations where shell scripts were
13139 being run directly rather than with config_shell.
13140
13141 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13142
13143 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13144 * config.sub (basic_machine): Recognize v850.
13145
13146 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13147
13148 * mpw-configure: Handle multiple enable/disable options and
13149 pass them down recursively, handle -c and -s flags appropriately
13150 depending on choice of compiler, add escape mechanism for
13151 quoted arguments to gC.
13152
13153 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13154
13155 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13156 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13157 so that -mrelocatable-lib and -mno-eabi are used.
13158
13159 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13160 not support --print-multi-lib, don't abort.
13161
13162 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13163
13164 * make-all.com: Run config-a-gas.
13165 * setup.com: Don't copy subdirectory files around.
13166
13167 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13168
13169 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13170 target, it now compiles correctly.
13171
13172 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13173
13174 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13175
13176 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13177
13178 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13179
13180 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13181
13182 * configure.in (native_only): Add prms.
13183
13184 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13185
13186 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13187 (BINUTILS_SUPPORT_DIRS): Likewise.
13188
13189 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13190
13191 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13192 d10v support is added.
13193
13194 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13195
13196 * configure.in (d10v-*-*): New target.
13197
13198 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13199
13200 * config.guess (HP 9000/811): Recognize this as a PA1.1
13201 machine.
13202
13203 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13204
13205 * Makefile.in (do-tar-gz): New target, split out from tail end of
13206 taz target. Run each command separately, don't use pipes.
13207 (taz): Use it.
13208
13209 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13210
13211 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13212 * mpw-build.in: No builds should depend on building byacc or flex,
13213 they are assumed to be installed already.
13214
13215 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13216
13217 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13218 variable that CC_FOR_TARGET needs.
13219
13220 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13221
13222 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13223 options have changed since the last time the subdirectory was
13224 configured, and if it has, reconfigure.
13225 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13226 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13227
13228 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13229
13230 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13231 CLEAN_MODULES): Add bash.
13232 (all-bash): New target.
13233
13234 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13235
13236 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13237
13238 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13239
13240 * config.sub (basic_machine): Recognize d10v as a valid processor.
13241
13242 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13243
13244 * mpw-configure: Add support for --bindir.
13245 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13246
13247 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13248
13249 * configure.in: add bash, time, gawk to list of hosttools and things
13250 to only build for native toolchains
13251
13252 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13253
13254 * Makefile.in (docdir): Remove.
13255
13256 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13257
13258 * Makefile.in (datadir): Set to $(prefix)/share.
13259
13260 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13261
13262 * configure.in: build diff and patch for cygwin32-hosted
13263 toolchains.
13264
13265 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13266
13267 * config.sub: Accept -rtems*.
13268
13269 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13270
13271 * configure.in: enable dosrel for cygwin32-hosted builds,
13272 remove diff from the list of things not buildable
13273 via Canadian Cross
13274
13275 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13276
13277 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13278 don't get ". ".
13279
13280 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13281
13282 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13283
13284 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13285
13286 * Makefile.in (taz): Handle case where tex3patch didn't even get
13287 checked out. Also, if it was found, put the symlink in a new util
13288 subdirectory.
13289
13290 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13291
13292 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13293
13294 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13295
13296 * config.sub: Recognize -openvms.
13297 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13298 * make-all.com, setup.com: New files.
13299
13300 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13301
13302 * Makefile.in (taz): tex3patch moved to texinfo/util.
13303
13304 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13305
13306 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13307 * configure.in: remove make from disable-if-Can-Cross list
13308 enable gdb if ${host} and ${target} are cygwin32
13309
13310 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13311
13312 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13313 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13314
13315 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13316
13317 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13318 distinguish sysv/svr4/bsd variants.
13319 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13320
13321 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13322
13323 * configure.in: Added copyright notice.
13324 * move-if-change: Added copyright notice.
13325
13326 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13327
13328 * configure.in (powerpcle-*-solaris*): Until we get shared
13329 libraries working, don't build gdb, sim, make, tcl, tk, or
13330 expect.
13331
13332 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13333
13334 * config.guess: Merge with FSF:
13335
13336 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13337 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13338
13339 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13340 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13341
13342 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13343 * config.guess: Combine two OSF1 rules.
13344 Also recognize field test versions. From mjr@zk3.dec.com.
13345 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13346 because GNU uname does not support -p. From pmr@pajato.com.
13347
13348 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13349
13350 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13351
13352 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13353
13354 * mpw-README: Document GCCIncludes.
13355
13356 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13357
13358 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13359
13360 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13361
13362 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13363
13364 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13365
13366 * configure.in (*-*-cygwin32): Configure make.
13367
13368 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13369
13370 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13371
13372 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13373
13374 * Makefile.in (all-inet): Depend on all-perl.
13375
13376 * Makefile.in (inet-install): New target.
13377
13378 * Makefile.in (all-inet): Depend on all-tcl.
13379 (all-inet): Depend on all-send-pr.
13380
13381 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13382
13383 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13384 temporarily.
13385
13386 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13387
13388 * configure.in: Don't configure --with-gnu-ld on AIX.
13389
13390 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13391
13392 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13393
13394 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13395
13396 * Makefile.in (ALL_MODULES): Added all-inet.
13397 (CROSS_CHECK_MODULES): Added check-inet.
13398 (INSTALL_MODULES): Added install-inet.
13399 (CLEAN_MODULES): Added clean-inet.
13400 (all-indent): New target.
13401
13402 * configure.in (host_tools): Added inet.
13403 (native_only): Added inet.
13404 (noconfigdirs): Added inet.
13405
13406 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13407
13408 * configure.in: Don't configure libgloss if we are not configuring
13409 newlib.
13410
13411 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13412
13413 * configure.in: Don't configure libgloss for unsupported
13414 architectures.
13415
13416 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13417
13418 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13419
13420 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13421
13422 * Makefile.in (ALL_MODULES): Include all-apache.
13423 (CROSS_CHECK_MODULES): Include check-apache.
13424 (INSTALL_MODULES): Include install-apache.
13425 (all-apache): New target.
13426
13427 * configure.in: Added apache everywhere perl is seen.
13428
13429 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13430
13431 * Makefile.in: Add support for clean-{module} and
13432 clean-target-{module} rules.
13433
13434 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13435
13436 * configure.in (*-*-ose) do not build libgloss.
13437
13438 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13439
13440 * config.guess (prep*:SunOS:5.*:*): Turn into
13441 powerpele-unknown-solaris2.
13442
13443 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13444
13445 * configure.in: Permit --enable-shared to specify a list of
13446 directories.
13447
13448 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13449
13450 * configure.in (host==solaris): Pass only the first word of $CC
13451 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13452
13453 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13454
13455 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13456
13457 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13458
13459 * Makefile.in (ALL_MODULES): Include all-perl.
13460 (CROSS_CHECK_MODULES): Include check-perl.
13461 (INSTALL_MODULES): Include install-perl.
13462 (ALL_X11_MODULES): Include all-guile.
13463 (CHECK_X11_MODULES): Include check-guile.
13464 (INSTALL_X11_MODULES): Include install-guile.
13465 (all-perl): New target.
13466 (all-guile): New target.
13467
13468 * configure.in (host_tools): Include perl and guile.
13469 (native_only): Include perl and guile.
13470 (noconfigdirs): Don't build guile and perl; no ports have been
13471 done.
13472
13473 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13474
13475 * configure (--enable-*): Handle quoted option lists such as
13476 --enable-sim-cflags='-g0 -O' better.
13477
13478 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13479
13480 * Makefile.in ({,inst}all-target): New rule so we can make and
13481 install all of the target directories easily.
13482
13483 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13484
13485 * configure.in: Add missing global flag in sed substitution when
13486 deleting `target-' from ${configdirs}.
13487
13488 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13489
13490 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13491 option.
13492
13493 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13494 config/mh-necv4.
13495
13496 * install.sh: Correct misspelling of transformbasename.
13497
13498 * config.guess: Recognize mips-*-sysv*.
13499
13500 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13501
13502 * config.sub: Recognize mon960.
13503
13504 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13505
13506 * configure: Restore Canadian Cross handling of BISON and LEX,
13507 removed in Feb 20 change.
13508
13509 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13510
13511 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13512 Mention make install. Remove the old copyright date as well the
13513 clumsy and rather pointless copyright on the README file.
13514
13515 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13516
13517 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13518 Makefile after running symlink-tree, then run `make distclean' to
13519 avoid clobbering any generated files in srcdir.
13520
13521 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13522
13523 * configure.in (m68k-*-netbsd*): Build everything now.
13524
13525 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13526
13527 * Makefile.in (taz): Fix quoting.
13528
13529 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13530
13531 * configure.in (sparclet-*-*): Build everything now.
13532
13533 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13534
13535 * configure.in (m68k-*-linux*): New host.
13536
13537 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13538
13539 * configure: Check for bison before byacc.
13540
13541 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13542
13543 * Makefile.in configure: Change the way LEX and BISON/YACC are
13544 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13545 searching PATH. These are used as fallbacks by Makefile.in if
13546 flex/bison/byacc aren't in objdir.
13547
13548 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13549
13550 * Makefile.in: Make everything which depends upon all-bfd also
13551 depend upon all-opcodes, in case --with-commonbfdlib is used.
13552
13553 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13554
13555 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13556 building NT native compilers on Unix.
13557
13558 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13559
13560 * configure.in: Don't get CC from the host Makefile fragment if we
13561 can find gcc in PATH, or if this is a Canadian Cross. Move the
13562 Solaris test for /usr/ucb/cc to the post target script, just after
13563 the compiler sanity test.
13564
13565 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13566
13567 * config.sub: Merge with FSF.
13568
13569 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13570
13571 * Makefile.in (RPATH_ENVVAR): New variable.
13572 (REALLY_SET_LIB_PATH): Use it.
13573 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13574
13575 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13576
13577 * config.sub, configure.in: Recognize sparclet cpu.
13578
13579 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13580
13581 * config.guess: Support m68k-cbm-sysv4.
13582
13583 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13584
13585 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13586 m68k-unknown-linuxaout from linker help string. Put quotes around
13587 $ld_help_string.
13588
13589 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13590
13591 * config.guess (powerpc-harris-powerunix): Add guess for port
13592 to new target.
13593
13594 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13595
13596 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13597
13598 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13599
13600 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13601 $(REALLY_SET_LIB_PATH) in Makefile.
13602 * Makefile.in (SET_LIB_PATH): New variable.
13603 (REALLY_SET_LIB_PATH): New variable.
13604 ($(DO_X)): Use $(SET_LIB_PATH).
13605 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13606 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13607 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13608 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13609 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13610 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13611 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13612 (install-dosrel): Likewise.
13613 (all-opcodes): Depend upon all-libiberty.
13614
13615 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13616
13617 * config.guess (*:CYGWIN*): New
13618
13619 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13620
13621 * Makefile.in (all-target-winsup): All all-target-libiberty.
13622
13623 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13624
13625 * configure.in (noconfigdirs): Add missing # in front of comment.
13626
13627 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13628
13629 * configure.in: add second pass to things added to noconfigdirs
13630 so *-gm-magic can exclude libgloss properly.
13631
13632 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13633
13634 * mpw-configure (extralibs_name, rez_name): Set correctly
13635 for MWC68K compiler.
13636
13637 * mpw-README: Add more info on the necessary build tools.
13638
13639 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13640
13641 * configure.in, config.sub: Recognize cygwin32.
13642
13643 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13644
13645 * config.guess, config.sub: Recognize A/UX.
13646
13647 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13648
13649 * config.sub: Merge with gcc/config.sub.
13650
13651 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13652
13653 * mpw-build.in (do-binutils): Add build of stamps.
13654
13655 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13656
13657 * config.sub: Add recognition for mips64vr4100*-* targets.
13658
13659 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13660
13661 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13662 Add creation of gconfigargs with `--enable-shared' turned on.
13663 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13664 ($(host)-stamp-stage3-configured): Likewise.
13665 (HOLES): Add chatr and ldd.
13666 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13667
13668 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13669
13670 * configure: Pass --nfp to recursive configures.
13671
13672 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13673
13674 * Makefile.in (DLLTOOL): New.
13675 (DLLTOOL_FOR_TARGET): New.
13676 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13677 (EXTRA_TARGET_FLAGS): Ditto.
13678 (EXTRA_GCC_FLAGS): Ditto.
13679 (CONFIGURE_TARGET_MODULES): Ditto.
13680 (DO_X): Ditto.
13681 * configure: Add DLLTOOL.
13682
13683 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13684
13685 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13686 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13687 mh-sco, since old workarounds no longer needed, and don't
13688 build ld, since libraries have weak symbols in COFF.
13689
13690 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13691
13692 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13693
13694 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13695
13696 * configure.in: Make sure that ${CC} can be used to compile an
13697 executable.
13698
13699 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13700
13701 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13702 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13703 nothing depending on whether gdbtk is being built.
13704
13705 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13706
13707 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13708
13709 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13710
13711 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13712 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13713
13714 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13715
13716 * config-ml.in: Add support for
13717 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13718 Simplify setting of multidirs from --disable-foo.
13719
13720 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13721
13722 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13723 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13724 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13725 non-empty, pass them on to the GCC make.
13726 (all-bootstrap): New rule that is like all-gcc, except it executes
13727 the GCC bootstrap rule instead of the GCC all rule.
13728
13729 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13730
13731 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13732
13733 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13734
13735 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13736 DG/UX support.
13737
13738 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13739
13740 * config.sub (i*86*) Change [345] to [3456]
13741
13742 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13743
13744 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13745 --with-gnu-ld=no.
13746
13747 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13748
13749 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13750 AIX multilibs get built.
13751
13752 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13753
13754 * configure.in (i386-win32): Don't build expect if we're not
13755 building the tcl subdir.
13756
13757 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13758
13759 * Makefile.in: (configure-target-examples, all-target-examples):
13760 New targets, configure and build example programs.
13761
13762 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13763
13764 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13765 use it as input to sedit the generated MPW makefile.
13766 * mpw-README: Add a suggestion about Gestalt.h.
13767
13768 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13769
13770 * config.sub: Accept *-*-ieee*.
13771
13772 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13773
13774 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13775 Ronald F. Guilmette <rfg@monkeys.com>.
13776
13777 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13778
13779 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13780 for powerpc-pe native.
13781 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13782 (target==powerpc-pe): duplicate i386-win32 entry.
13783
13784 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13785
13786 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13787 of vxworks, not just vxworks5.1.
13788
13789 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13790
13791 * mpw-configure: Add support for exec-prefix.
13792
13793 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13794
13795 * config.guess: Recognize HP model 816 machines as having
13796 a PA1.1 processor.
13797
13798 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13799
13800 * configure: Ignore new autoconf configure options.
13801
13802 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13803
13804 * config.guess: Recognize Pentium under SCO.
13805 From Robert Lipe <robertl@arnet.com>.
13806
13807 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13808
13809 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13810
13811 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13812
13813 * configure.in: Don't configure gas for alpha-dec-osf*.
13814
13815 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13816
13817 * configure.in: Default to --with-stabs for some targets for which
13818 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13819 i[345]86*-*-unixware*.
13820
13821 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
13822
13823 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13824 rather than basing it on the target. Simplify handling of options
13825 controlling which directories to configure. Remove extraneous
13826 slash in multi-clean target.
13827
13828 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
13829
13830 * config-ml.in: Prefix more variables with ml_ so they don't collide
13831 with configure's.
13832
13833 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
13834
13835 * configure: Don't turn -v into --v.
13836
13837 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
13838
13839 * configure.in (targargs): Fix typo.
13840
13841 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13842
13843 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
13844
13845 * configure.in: Strip --host and --target options from
13846 CONFIG_ARGUMENTS, and always configure for --host only. Add
13847 --with-cross-host option when building with a cross-compiler.
13848 * configure: Canonicalize the arguments put into config.status by
13849 always using `=' for an option with an argument. Pass a presumed
13850 --host or --target explicitly.
13851
13852 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
13853
13854 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13855 into general OS recognition case.
13856
13857 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13858
13859 * configure.in (target_configdirs): add target-winsup only
13860 for win32 target systems.
13861
13862 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
13863
13864 * Makefile.in (all-target-libgloss): Depend upon
13865 configure-target-newlib, since when libgloss is built it looks to
13866 see if the newlib directory exists.
13867
13868 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
13869
13870 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13871 cfg-ml-*.in.
13872
13873 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
13874
13875 * configure: Handle LD and LD_FOR_TARGET when configuring a
13876 Canadian Cross.
13877
13878 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13879
13880 * configure.in (target_libs): add target-winsup.
13881 (target==i386-win32): add patch diff flex make to $noconfigdirs.
13882 (target==ppcle-pe): remove ld from $noconfigdirs.
13883
13884 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13885
13886 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13887 Preserve relative path names in $srcdir. Build symlink tree if
13888 configuring cross target dir and srcdir=. (= no VPATH support).
13889 (configure-target-libg++): Depend on configure-target-librx.
13890 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13891 * config-ml.in: New file.
13892 * symlink-tree: New file.
13893 * configure: Ensure srcdir="." if that's what it is.
13894
13895 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13896
13897 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13898 includes and FLEX_SKELETON setting.
13899 * mpw-configure (--with-gnu-ld): New option, controls whether
13900 to use PPCLink or ld with PowerMac GCC.
13901 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13902 * mpw-config.in: Configure grez if targeting Mac.
13903
13904 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13905 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13906 just macos.
13907 * configure.in: Configure grez resource compiler if targeting Mac.
13908 * Makefile.in (all-grez, install-grez): New targets.
13909
13910 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13911
13912 * configure: CXX defaults to gcc, not g++. If we find
13913 gcc in the path, set CC to gcc -O2.
13914
13915 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13916
13917 * configure: Default ${build} correctly. Avoid picking up extra
13918 spaces when reading CC and CXX from Makefile. When doing a
13919 Canadian Cross, use plausible default values for numerous
13920 variables.
13921 * configure.in: When doing a Canadian Cross, don't try to
13922 configure tools whose configure script can't handle it.
13923
13924 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13925
13926 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13927
13928 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13929
13930 * configure: Remove dubious bug reporting address.
13931
13932 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13933
13934 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13935 configure script, run that instead of this directory's configure.
13936 In either case, print a message that we're configuring the sub-dir.
13937
13938 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13939
13940 * configure.in: Before checking for the existence of various files,
13941 use sed to filter out "target-".
13942
13943 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13944
13945 * Makefile.in (DO_X): Split rule to decrease command line length
13946 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13947 (Philippe De Muyter).
13948
13949 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13950
13951 * Makefile.in (all-patch): depend on all-libiberty.
13952
13953 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13954
13955 * configure.in: If the only directory in target_configdirs which
13956 actually exists is libiberty, then set target_configdirs to empty,
13957 to avoid trying to build a target libiberty in a gas or gdb
13958 distribution.
13959
13960 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13961
13962 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13963 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13964 systems.
13965
13966 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13967
13968 * configure.in (copy_dirs): Use sys-include instead of include
13969 for --with-headers option.
13970
13971 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13972
13973 * Makefile.in, configure.in: Make winsup builds work with
13974 new scheme.
13975
13976 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13977
13978 * configure.in: Build the linker on AIX.
13979
13980 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13981
13982 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13983 where needed.
13984
13985 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13986
13987 * Makefile.in (all-gcc): Fix typo.
13988
13989 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13990
13991 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13992
13993 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13994
13995 * configure.in: Rename libFOO to target-libFOO, and xiberty
13996 to target-xiberty, to provide more flexibility.
13997 (target_subdir): Define. Create if cross.
13998 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13999 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14000 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14001 check-libFOO -> check-target-libFOO, etc.
14002 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14003 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14004 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14005 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14006 allow ALL_GCC="" to only configure.
14007 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14008 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14009 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14010
14011 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14012
14013 * Makefile.in (taz): Build "info" in etc explicitly.
14014
14015 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14016
14017 * configure.in: Make sure that CC is undefined (as opposed to
14018 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14019 problem with autoconf trying to configure on a host without GCC.
14020
14021 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14022
14023 * mpw-configure: Set host alias from choice of host compiler,
14024 only use generic MPW Makefile sed if present, edit a file
14025 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14026 * mpw-README: Add problem notes about CW6 and CW7.
14027
14028 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14029
14030 * Makefile.in (taz): Use ";" instead of ";;".
14031
14032 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14033
14034 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14035 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14036 DISTDOCDIRS.
14037 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14038 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14039
14040 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14041
14042 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14043 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14044 Move bfd to DISTSTUFFDIRS.
14045
14046 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14047
14048 * Makefile.in (X11_LIB): Removed.
14049 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14050
14051 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14052
14053 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14054
14055 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14056 names.
14057
14058 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14059
14060 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14061
14062 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14063
14064 * configure.in (i[345]86-*-win32): Always build newlib.
14065 Don't configure cvs, autoconf or texinfo.
14066 * Makefile.in (LD_FOR_TARGET): New.
14067 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14068 Pass down LD_FOR_TARGET.
14069
14070 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14071
14072 * winsup: New directory.
14073 * Makefile.in: Build winsup.
14074 * configure.in: Winsup is configured when target is win32.
14075 Can only build win32 target GDB when native.
14076
14077 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14078
14079 * config.guess: Recognize HP model 819 machines as having
14080 a PA 1.1 processor.
14081
14082 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14083
14084 * configure: Fix sed loop which substitutes for CC and CXX to
14085 avoid bug found in various sed implementations.
14086
14087 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14088
14089 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14090 simulator. Use standard powerpc-*-eabi*.
14091
14092 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14093
14094 * configure.in: Stop putting gas and binutils in noconfigdirs for
14095 powerpc-*-aix* and rs6000-*-*.
14096
14097 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14098
14099 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14100 -mcall-aixdesc libraries.
14101
14102 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14103
14104 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14105
14106 * config.sub (arm | armel | armeb): Fix shell syntax.
14107
14108 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14109
14110 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14111 -msoft-float and -mcpu=common support.
14112 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14113 libraries.
14114
14115 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14116
14117 * configure.in: Allow configuration and build of emacs19 for the alpha.
14118
14119 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14120
14121 * configure.in (CC): Get ^CC, not just any old CC, from
14122 ${host_makefile_frag}.
14123
14124 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14125
14126 * configure.in (CC): Try to get CC from
14127 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14128
14129 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14130
14131 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14132 only if it exists in $(srcdir).
14133
14134 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14135
14136 * configure: If CC and CXX are not set in the environment, set
14137 them, based on either an existing Makefile or on searching for gcc
14138 in PATH. Substitute for CC and CXX in Makefile.
14139 * configure.in: Remove libm from target_libs. Separate
14140 target_configdirs from configdirs. If CC is not set in
14141 environment, try to get it from a host Makefile fragment. Rewrite
14142 changes of configdirs to use skipdirs instead. A few minor
14143 tweaks. Take directories out of target_configdirs as they are
14144 taken out of configdirs. Remove existing Makefile files from
14145 subdirectories. Substitute for TARGET_CONFIGDIRS and
14146 CONFIG_ARGUMENTS in Makefile.
14147 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14148 by configure.in.
14149 (CONFIG_ARGUMENTS): Likewise.
14150 (CONFIGURE_TARGET_MODULES): New variable.
14151 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14152 ($(CONFIGURE_TARGET_MODULES)): New target.
14153 (configure-libg++, configure-libio): New targets.
14154 (all-libg++): Depend upon configure-libg++.
14155 (all-libio): Depend upon configure-libio.
14156 (configure-libgloss, all-libgloss): New targets.
14157 (configure-libstdc++): New target.
14158 (all-libstdc++): Depend upon configure-libstdc++.
14159 (configure-librx, all-librx): New targets.
14160 (configure-newlib): New target.
14161 (all-newlib): Depend upon configure-newlib
14162 (configure-xiberty): New target.
14163 (all-xiberty): Depend upon configure-xiberty.
14164
14165 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14166
14167 * configure.in (host i[345]86-*-win32): Expand the
14168 noconfigdirs again.
14169
14170 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14171
14172 * mpw-configure: Fix sed command file name.
14173
14174 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14175
14176 * configure.in (host i[345]86-*-win32): Reduce the
14177 noconfigdirs again.
14178
14179 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14180
14181 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14182 or powerpc*-*-pe*, since they are not yet supported.
14183
14184 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14185
14186 Add PowerMac support and many other enhancements.
14187 * mpw-configure: New option --cc to select compiler to use,
14188 paste options set according to --cc into the generated
14189 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14190 if mpw-make.sed is present.
14191 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14192 add forward includes for PowerPC include files.
14193 * mpw-build.in: Build using Makefile.PPC if present.
14194 (do-byacc, etc): Remove separate version resource builds.
14195 (do-gas): Build "stamps" before "all".
14196 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14197 * mpw-README: Update to reflect --cc option, PowerMac support,
14198 and recently-reported compatibility problems.
14199
14200 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14201
14202 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14203 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14204 (--with-multilib-top): Pass to recursive invocations.
14205
14206 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14207
14208 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14209 v810-*-*.
14210
14211 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14212
14213 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14214 gdb, ld and opcodes on v810-*-*.
14215
14216 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14217
14218 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14219 (local-maintainer-clean): New target.
14220 (maintainer-clean): New target.
14221 (realclean): Just depend upon maintainer-clean.
14222
14223 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14224
14225 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14226
14227 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14228
14229 * configure.in: Build ld in mips*-*-bsd* case.
14230
14231 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14232
14233 * config.sub: Accept -lites* OS. From Ian Dall.
14234
14235 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14236
14237 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14238 targets.
14239
14240 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14241
14242 * configure.in: treat i386-win32 canadian cross the same as
14243 i386-go32 canadian cross.
14244
14245 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14246
14247 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14248 running under the simulator to build a reduced set of libraries.
14249 (powerpc-*-eabiaix): Add fine grained multilib support added to
14250 other powerpc targets yesterday.
14251
14252 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14253
14254 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14255 -disable-softfloat, -disable-relocatable, -disable-aix, and
14256 -disable-sysv to control which multilib libraries get built.
14257
14258 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14259
14260 * configure: Add Makefile.tem to list of files to remove in trap
14261 handler.
14262
14263 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14264
14265 * config.guess (*Linux*): Add missing "exit"s.
14266 Also, need specific check for alpha-unknown-linux (uses COFF).
14267
14268 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14269
14270 * config.guess: Merge with FSF:
14271
14272 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14273 * config.guess (AIX4): More robust release numbering discovery.
14274
14275 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14276 * config.guess (i386-sequent-ptx): Properly get version number.
14277
14278 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14279 * config.guess (mips:*:4*:UMIPS): New case.
14280
14281 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14282
14283 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14284 (i386-win32 host): Likewise. Don't build readline.
14285
14286 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14287
14288 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14289 SUPPORT_FILES to submakes.
14290
14291 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14292
14293 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14294 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14295 mpw-configure.
14296
14297 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14298
14299 * configure.in (appdirs): Use =, not ==, in test expression when
14300 trying to build the text to print in the warning message for
14301 Solaris users.
14302
14303 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14304
14305 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14306
14307 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14308
14309 * config.guess: Recognize lynx-2.3.
14310
14311 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14312
14313 * config.sub (z8ksim): Deleted
14314 (z8k-*-coff): New, this is the one true name of the target.
14315
14316 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14317
14318 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14319
14320 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14321
14322 * config.guess (*:Linux:*:*): First try asking the linker what the
14323 default object file format is (elf, aout, or coff). Then if this
14324 fails, try previous methods.
14325
14326 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14327
14328 * configure.in: Don't build newlib for *-*-vxworks5.1.
14329
14330 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14331
14332 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14333 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14334
14335 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14336
14337 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14338
14339 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14340
14341 * cfg-ml-com.in: New file.
14342 * cfg-ml-pos.in: New file.
14343
14344 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14345
14346 * COPYING.NEWLIB: Add HP free copyright to list.
14347
14348 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14349
14350 * config.sub: Recognize -eabi* for the system, not just -eabi.
14351
14352 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14353
14354 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14355 * config.sub, configure.in (win32): New target and host.
14356
14357 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14358
14359 * configure.in: Add i386-pe configuration.
14360
14361 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14362
14363 * mpw-build.in (install): Install GDB after LD.
14364
14365 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14366
14367 * mpw-config.in (elf/mips.h): Always forward-include, needed
14368 for GDB to build.
14369
14370 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14371
14372 * testsuite: New directory for customer acceptance and whole tool
14373 chain tests.
14374
14375 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14376
14377 * configure: If per-host line isn't found, but AC_OUTPUT is found
14378 and a configure script exists, run it instead.
14379
14380 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14381
14382 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14383
14384 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14385
14386 * configure: Set build_{cpu,vendor,os,alias} to host values when
14387 --build isn't specified.
14388
14389 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14390
14391 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14392 (FLAGS_TO_PASS): Pass them.
14393 (EXTRA_TARGET_FLAGS): Ditto.
14394
14395 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14396
14397 * Makefile.in (all-libg++): Depend on all-libstdc++.
14398
14399 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14400
14401 * configure.in (noconfigdirs): Enable all packages for
14402 i386-unknown-netbsd.
14403
14404 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14405
14406 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14407 hosted builds (DOS builds)
14408
14409 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14410
14411 Changes for ARM based on patches from Richard Earnshaw:
14412 * config.sub: Handle armeb and armel.
14413 * configure.in: Omit arm linker only for riscix.
14414
14415 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14416
14417 * config.guess: Update from FSF.
14418
14419 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14420
14421 * config.sub: Recognize powerpcle as the little endian variant of
14422 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14423 powerpcle variant. Convert pentium into i586, not i486. Add p5
14424 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14425 temporarily.
14426
14427 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14428
14429 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14430
14431 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14432
14433 * config.sub: Accept -lites* as a basic system type.
14434
14435 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14436
14437 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14438 installed, and if so return linuxoldld as the system name.
14439
14440 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14441
14442 * config.guess: Add hppa1.1-hp-lites support.
14443
14444 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14445
14446 * configure.in: Don't build newlib for m68k-vxworks5.1.
14447
14448 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14449
14450 * configure.in (mips-sgi-irix6): Use mh-irix5.
14451
14452 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14453
14454 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14455
14456 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14457
14458 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14459 OSF/1. Fix compiler flags.
14460 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14461
14462 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14463
14464 * configure.in: Recognize --with-newlib.
14465 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14466
14467 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14468
14469 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14470 to *_X11_MODULES due to gdbtk needing X include files et al.
14471
14472 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14473
14474 Merge in support for Mac MPW as a host.
14475 (Old change descriptions retained for informational value.)
14476
14477 * mpw-config.in: Add generic include forwards for cpu-specific
14478 include files in aout and elf directories.
14479
14480 * mpw-configure: Added copyright.
14481 * mpw-config.in: Check for presence of required build tools.
14482 (target_libs): Add newlib.
14483 (target_tools): Add examples.
14484 (Read Me): Generate as "Read Me for MPW" instead.
14485 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14486 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14487 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14488
14489 * mpw-configure: Remove subdir-specific makefile hackery,
14490 delete mk.tmp after using it.
14491
14492 * mpw-build.in (all): Display start and end times.
14493
14494 * mpw-configure (host_canonical): Set.
14495 (target_cpu): Always add to makefiles.
14496 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14497 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14498 (mpw-mh-mpw): Look for in srcdir and srcroot.
14499 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14500
14501 * mpw-build.in: (install-only): New target.
14502
14503 * mpw-configure (host_alias, target_alias): Rename from hostalias
14504 and targetalias, add into generated Makefile.
14505 (mk.tmp): If present, add into generated Makefile.
14506 * mpw-build.in (all-gas): Build config.h first before gas proper.
14507
14508 * mpw-configure (config.status): Write only if changed.
14509 * mpw-config.in (readline): Configure it (not built, just used for
14510 definitions).
14511
14512 * mpw-config.in (elf/mips.h): Add a forward include.
14513
14514 * mpw-config.in: Forward-include most .h files in include into
14515 extra-include.
14516 (readline): Don't build.
14517 mpw-build.in (install): Install GDB.
14518
14519 * mpw-configure (prefix, mpw_prefix): Handle it.
14520 * mpw-config.in (mmalloc, readline): Don't configure.
14521 * mpw-build.in (thisscript): Rename to ThisScript.
14522 Use mpw-build instead of BuildProgram everywhere.
14523 (mmalloc, readline): Don't build.
14524 * mpw-README: New file, basic documentation about the MPW port.
14525
14526 * mpw-config.in: Use forward-include to create include files.
14527
14528 * mpw-configure: Add more things to the top of each configured
14529 Makefile, including contents of config/mpw-mh-mpw.
14530 * mpw-config.in (extra-include): Create this directory and fill it
14531 with Posix-like include files when configuring.
14532
14533 * config.sub (apple, mac, mpw): Add various aliases.
14534
14535 * mpw-build.in: New file, top-level build script fragment for MPW.
14536 * mpw-configure: New file, configure script for MPW.
14537 * mpw-config.in: New file, config fragment for MPW.
14538
14539 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14540
14541 * configure.in (host_libs): Remove glob, since it is gone from the
14542 sources.
14543
14544 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14545
14546 * Makefile.in: define empty GDB_NLM_DEPS var.
14547
14548 * configure.in(target_makefile_frag): use config/mt-netware
14549 for netware targets.
14550
14551 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14552
14553 * config.sub: Merge in recent FSF changes. Remove linux special
14554 cases.
14555
14556 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14557
14558 Revert this change:
14559
14560 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14561
14562 * build-all.mk: Use CC=cc -Xs on Solaris.
14563
14564 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14565
14566 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14567 stop using it.
14568 * Makefile.in: Nuke all references to glob subdirectory.
14569
14570 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14571
14572 * configure.in: Fix --enable-shared logic in per-host.
14573
14574 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14575
14576 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14577
14578 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14579
14580 * configure.in (noconfigdirs): Don't build gas on AIX, for
14581 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14582
14583 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14584
14585 * configure: Fix --cache-file to work if the file argument is a
14586 relative path.
14587
14588 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14589
14590 * configure: If the --cache-file is used, pass it down to
14591 configure in subdirectories.
14592
14593 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14594
14595 * config.sub: add vxworks29k configuration.
14596
14597 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14598
14599 * Makefile.in (taz): Do "diststuff" part quietly.
14600
14601 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14602
14603 * config.sub: Mini-merge with gcc/config.sub.
14604
14605 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14606
14607 * config.guess (IRIX): Sed - to _.
14608
14609 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14610
14611 * Makefile.in (source-vault, binary-vault): New targets.
14612
14613 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14614
14615 * config.sub: Recognize -eabi as a basic system type.
14616
14617 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14618
14619 * configure.in (enable_shared stuff): Fix typo.
14620
14621 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14622
14623 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14624
14625 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14626
14627 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14628
14629 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14630
14631 * configure.in (rs6000-*-*): Don't build gas.
14632
14633 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14634
14635 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14636 reduce command line length.
14637 (AS_FOR_TARGET): Check for as.new, not Makefile.
14638 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14639
14640 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14641
14642 * config.guess: Merge from FSF.
14643
14644 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14645
14646 * configure: Don't use $ when handling program_suffix.
14647
14648 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14649
14650 * configure.in: Configure tk for hppa/hpux.
14651
14652 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14653
14654 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14655
14656 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14657
14658 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14659 to LIBCXXFLAGS. Tests are better run without it.
14660
14661 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14662
14663 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14664
14665 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14666
14667 * configure.in (*-*-netware*): Don't configure xiberty.
14668
14669 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14670
14671 * configure.in: Remove tk from native_only list.
14672
14673 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14674
14675 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14676 for special NCD build.
14677
14678 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14679
14680 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14681 makeall.bat, they're only useful for binutils snapshots.
14682 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14683 makeall.bat to specified SUPPORT_FILES.
14684
14685 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14686
14687 * build-all.mk: Add Ericsson targets to sun4 and solaris
14688 hosts. Add BNR's sun4 target to solaris host, so their
14689 build-from-source will be tested in-house first.
14690
14691 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14692
14693 * Makefile.in (LIBCFLAGS): New variable.
14694 (CFLAGS_FOR_TARGET): Ditto.
14695 (LIBCFLAGS_FOR_TARGET): Ditto.
14696 (LIBCXXFLAGS): Ditto.
14697 (CXXFLAGS_FOR_TARGET): Ditto.
14698 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14699 (BASE_FLAGS_TO_PASS): Pass them.
14700 (EXTRA_TARGET_FLAGS): Ditto.
14701
14702 * configure.in: Support --enable-shared.
14703
14704 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14705
14706 * configure.in (target_libs): Include libstdc++ again.
14707 * config.guess: Update from FSF (for FreeBSD).
14708
14709 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14710
14711 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14712 makeall.bat.
14713 (DISTDOCDIRS): Add `etc'.
14714 (ETC_SUPPORT_PFX): New variable.
14715 (taz): Include anything from etc starting with a word in
14716 ETC_SUPPORT_PFX.
14717
14718 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14719
14720 * config.sub: Update for recent FSF changes. Remove obsolete
14721 h8300hds entry. Add -windows* and -osx as basic os. Minor
14722 spacing changes.
14723
14724 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14725
14726 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14727
14728 * config.guess: Merge with FSF.
14729 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14730
14731 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14732
14733 * configure: Since the "trap 0" handler will override the exit
14734 status on many systems, only use it for "exit 1", and make it set
14735 a non-zero exit status; reset it before "exit 0". Also, check
14736 exit status of config.sub, and error out if it failed.
14737
14738 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14739
14740 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14741 and install libgloss.
14742
14743 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14744
14745 * Makefile.in (all-binutils): Depend upon all-byacc.
14746
14747 * configure.in: Don't build emacs on Irix 5.
14748
14749 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14750
14751 * configure.in (*-*-netware*): Add libio.
14752
14753 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14754
14755 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14756 (CHECK_TARGET_MODULES): Ditto.
14757 (INSTALL_TARGET_MODULES): Ditto.
14758 (TARGET_LIBS): Ditto.
14759 (all-libstdc++): Note dependencies.
14760
14761 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14762
14763 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14764
14765 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14766
14767 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14768 -fexternal-templates.
14769
14770 * configure.in (target_libs): Add libstdc++.
14771 (noconfigdirs): Add libstdc++ as appropriate.
14772
14773 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14774
14775 * config.guess: Update from FSF.
14776
14777 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14778
14779 * configure: Use ${config_shell} when running ${configsub}.
14780
14781 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14782
14783 * config.sub: No longer recognize h8300h.
14784
14785 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14786
14787 * config.sub: Remove extraneous differences between config.sub and
14788 gcc/config.sub.
14789
14790 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14791
14792 * Makefile.in (DISTSTUFFDIRS): Add gas.
14793
14794 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14795
14796 * COPYING.NEWLIB: New file.
14797
14798 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14799
14800 * config.guess (HP-UX): Patch from Harlan Stenn
14801 <harlan@landmark.com> to also emit release level.
14802
14803 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14804
14805 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14806
14807 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14808
14809 * config.sub: Merge nextstep cleanup from FSF.
14810
14811 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14812
14813 * configure.in (arm-*-*): Don't configure ld for this target.
14814
14815 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14816
14817 * configure.in (*-*-netware): don't configure libg++, libio,
14818 librx, or newlib.
14819
14820 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14821
14822 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
14823 configure ld--it works, but it doesn't support shared libraries.
14824
14825 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14826
14827 * config.guess (*-unknown-freebsd*): Get rid of possible
14828 trailing "(Release)" in version string.
14829 Patch from Paul Richards <paul@isl.cf.ac.uk>.
14830
14831 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
14832
14833 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14834 Fix type: *-next-neststep -> *-next-nextstep.
14835
14836 * config.guess: Merge from FSF:
14837
14838 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14839
14840 * config.guess: Recognize powerpc-ibm-aix3.2.5.
14841
14842 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14843
14844 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14845 instead of UNIX_SV for UnixWare 1.0).
14846
14847 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
14848
14849 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
14850 to make gdb/nlm/* build after the compiler and linker.
14851
14852 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
14853
14854 * config.guess (netbsd, freebsd, linux): Accept any machine,
14855 not just i[34]86.
14856 (m68k-atari-sysv4): Relocate to match FSF version.
14857
14858 * config.guess: More merges from the FSF:
14859
14860 Add a space before function call or macro invocation.
14861
14862 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14863
14864 * config.guess: Add trap cmd to remove dummy.c and dummy when
14865 interrupted.
14866
14867 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14868
14869 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14870 (dummy): Redirect stderr from compilation of dummy.c.
14871
14872 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
14873
14874 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14875
14876 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
14877
14878 * configure: Accept and ignore --cache*, for compatibility with
14879 new autoconf.
14880
14881 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14882
14883 * config.guess: Merge from FSF:
14884
14885 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14886
14887 * config.guess (Pyramid*:OSx*:*:*): New case.
14888 (PATH): Add /.attbin at end for finding uname.
14889 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14890
14891 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14892
14893 * config.guess (M88*:DolphinOS:*:*): New case.
14894
14895 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14896
14897 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14898 to select whether to use ELF or COFF.
14899
14900 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14901
14902 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14903
14904 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14905
14906 * config.guess: Guess the OS version for HPUX.
14907
14908 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14909
14910 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14911
14912 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14913
14914 * configure.in: Recognize --with-headers, --with-libs, and
14915 --without-newlib.
14916 * Makefile.in (all-xiberty): Depend upon all-ld.
14917
14918 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14919
14920 * configure.in: Change i[34]86 to i[345]86.
14921
14922 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14923
14924 * configure (version): A few more tweaks to help message.
14925
14926 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14927
14928 * Makefile.in: Remove (for now) librx as a host library,
14929 now that we're building it for target.
14930
14931 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14932
14933 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14934 (Karl Berry).
14935
14936 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14937
14938 * configure.in: Also configure librx.
14939
14940 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14941
14942 * Makefile.in: Update various rules to reflect that librx
14943 is now needed for libg++.
14944
14945 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14946
14947 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14948
14949 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14950
14951 * configure.in: Configure the examples directory.
14952
14953 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14954
14955 * configure: Simplify Jun 2 1994 change.
14956
14957 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14958
14959 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14960 /bin/gcc isn't good enough to build gcc.
14961
14962 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14963
14964 * Makefile.in (GDB_SUPPORT_FILES): Remove
14965 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14966 (gdb.tar.gz): Add new rule to use standard distribution building
14967 mechanism.
14968
14969 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14970
14971 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14972 Bill Cox <bill@cygnus.com>.
14973
14974 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14975
14976 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14977
14978 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14979
14980 * configure: Search current dir first in .gdbinit.
14981
14982 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14983
14984 * config.sub: Recognize freebsd (merged from gcc config.sub).
14985
14986 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14987
14988 * config.sub: Refer to NeXT's operating system as nextstep.
14989
14990 * config.sub (case $basic_machine): Re-order the cases, to match
14991 the order in the FSF version (which is mostly alphabethical).
14992 Merge in some additions and changes from the FSF.
14993
14994 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14995
14996 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14997 * config.sub: Recognize cxux7.
14998 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14999
15000 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15001
15002 * config.sub: Fix typo powerpc -> powerpc-*.
15003
15004 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15005
15006 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15007
15008 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15009 parallel with all-emacs and install-emacs). Top-level command
15010 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15011
15012 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15013
15014 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15015 $(relbindir)/make before doing ``make install'', and use
15016 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15017 installing over running make binary.
15018 ($(host)-stamp-stage3-installed): Likewise.
15019
15020 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15021
15022 * config.guess: Recognize Mach.
15023
15024 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15025
15026 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15027 see whether --exec-prefix was used.
15028
15029 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15030
15031 * README: Explicitly mention libg++/README. (Zoo's idea.)
15032
15033 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15034
15035 * Makefile.in: Add all-librx target similar to all-libproc.
15036
15037 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15038
15039 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15040 with post 1.2 uname bogosity.
15041
15042 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15043
15044 * configure: Remove temporary files on receipt of a signal.
15045
15046 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15047
15048 * configure: If there is a package_makefile_frag, remove
15049 ${subdir}/Makefile.tem after copying it in.
15050
15051 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15052
15053 * build_all.mk: support rs6000 lynx identifies itself as
15054 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15055 since /bin/gcc is too feeble to compile a modern gcc.
15056
15057 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15058
15059 * brought devo/test-build.mk update-to-date with progressive/
15060 test-build.mk. Add lynx targets and hppa flag info.
15061
15062 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15063
15064 * configure.in: Use mh-ncrsvr43. Patch from
15065 Tom McConnell <tmcconne@sedona.intel.com>.
15066
15067 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15068
15069 * config.guess (i386-unknown-bsdi): No longer need to
15070 check #if defined(__bsdi__) && defined(__i386__).
15071
15072 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15073
15074 * configure: Set program_transform_nameoption correctly.
15075
15076 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15077
15078 * brought build-all.mk update-to-date with progressive build-all.mk,
15079 added new targets and hppa info.
15080
15081 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15082
15083 * configure: If config.guess result is a prefix of the user
15084 specified target, assume a native build and use the user specified
15085 target as the host alias. Remove SunOS patch suffix removal hack.
15086 * configure.in: Remove SunOS patch suffix removal hack.
15087
15088 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15089 in NATIVE_CHECK_MODULES.
15090
15091 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15092
15093 * Makefile.in: Rename HOST_ONLY to NATIVE.
15094 * configure: Delete SunOs patch suffix from host_canonical
15095 and build_canonical variables that are prepended to Makefiles.
15096 * configure.in: Add comments for easier maintenance.
15097
15098 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15099
15100 * Makefile.in: Add all-libproc target similar to all-gui.
15101
15102 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15103
15104 * Makefile.in (CHECK_MODULES): split into
15105 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15106
15107 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15108
15109 * config.guess (i386-unknown-bsdi): New system to guess.
15110
15111 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15112
15113 * Makefile.in: Add all-gui target (but not yet build by "all").
15114
15115 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15116
15117 * config.sub: Move deletion of patch suffix from here...
15118 * configure.in: To here, at Ian's suggestion. The top-
15119 level scripts might need to know of a patch level.
15120
15121 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15122
15123 * config.sub: Strip off patch suffix so rtl is recognized
15124 as a sunos4.1.3 machine, even though it's been patched.
15125
15126 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15127
15128 * Makefile.in (INSTALL_LAST): Delete.
15129 (INSTALL_DOSREL): New.
15130
15131 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15132
15133 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15134 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15135 whether we pass down --with-gnu-ld anyhow.
15136
15137 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15138
15139 * Makefile.in (INSTALL_LAST): Change operation so it works
15140 on more flavors of make.
15141 * configure.in (go32): Don't build libg++ or libio.
15142
15143 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15144
15145 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15146 they can be overriden by templates.
15147
15148 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15149
15150 * configure.in (target==go32): Don't build gdb.
15151 * dosrel: New directory.
15152
15153 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15154
15155 * configure.in (host==go32): Configure dosrel too.
15156 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15157 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15158 be set by incoming names or templates.
15159 (INSTALL_LAST): New rule.
15160
15161 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15162
15163 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15164
15165 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15166
15167 * configure.in (appdirs): New variable. Currently empty, but will
15168 be used in gas distribution. If nonempty, lists a set of
15169 directories at least one of which must get configured, or top
15170 level configuration is considered to have failed.
15171 (rs6000-*-lynxos*): Use new file name.
15172
15173 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15174
15175 Eliminate XTRAFLAGS.
15176 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15177 newlib include files using -idirafter, and also use -nostdinc.
15178 (CXX_FOR_TARGET): Likewise.
15179 (XTRAFLAGS): Removed.
15180 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15181 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15182 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15183 ($(DO_X)): Don't pass down XTRAFLAGS.
15184
15185 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15186
15187 * configure.in (mips*-dec-bsd*): New target; do build linker.
15188 (mips*-*-bsd*): New target; don't build linker.
15189
15190 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15191
15192 * configure.in: support rs6000-*-lynxos* configuration.
15193 support sunos4 as a cross target.
15194
15195 * config.sub: look for lynx*, not lynx since the OS version may
15196 legitimately be part of the name.
15197
15198 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15199
15200 * configure.in (i[34]86-*-sco*): Move to be with other i386
15201 targets.
15202 (romp-*-*): New target. Skip various binary utilities.
15203 (vax-*-*): New target. Don't build newlib.
15204 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15205
15206 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15207
15208 * configure.in: Only set host_makefile_frag if config
15209 directory exists.
15210
15211 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15212
15213 * install.sh: If $dstdir exists, don't check whether each
15214 component does.
15215
15216 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15217
15218 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15219
15220 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15221
15222 * configure.in (*-*-lynxos*): Don't configure newlib for either
15223 native or cross Lynx.
15224
15225 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15226
15227 * config.sub (sparc64-elf): Fix os.
15228 (z8k): Remove duplicate.
15229
15230 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15231
15232 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15233 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15234
15235 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15236
15237 * configure: Make file links cleanly even if Lynx fails on
15238 an NFS symlink (at least fail cleanly).
15239
15240 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15241
15242 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15243 -XNh2000.
15244
15245 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15246
15247 * configure: Unknown options are fatal again.
15248
15249 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15250
15251 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15252 compatibility.
15253
15254 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15255
15256 * build-all.mk: Add `clean' target.
15257
15258 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15259
15260 * config.guess: Add SINIX support.
15261 * configure.in: Add mips-*-sysv4* support.
15262
15263 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15264
15265 * build-all.mk: Document all useful targets.
15266 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15267 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15268
15269 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15270
15271 * configure: Support --silent, --quiet.
15272
15273 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15274
15275 * configure: Support --disable-FEATURE.
15276
15277 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15278
15279 * config.guess: Recognize NCR running SVR4.3.
15280
15281 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15282
15283 * config.guess: Make BSDI generate i386-unknown-bsd386.
15284 Patch from Paul Eggert <eggert@twinsun.com>.
15285
15286 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15287
15288 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15289
15290 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15291
15292 * configure: Make unrecognized options give nonfatal warnings
15293 instead of fatal errors, and pass them to any subdirectory
15294 configures in case they recognize them.
15295 Make --x equivalent to --with-x.
15296
15297 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15298
15299 * configure: Add --enable-* options. Clean up usage message and
15300 some comments.
15301
15302 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15303
15304 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15305
15306 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15307
15308 * configure.in (hppa*-*-*): Enable binutils.
15309
15310 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15311
15312 * config.sub: Recognize cisco.
15313
15314 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15315
15316 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15317
15318 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15319
15320 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15321 than one configuration name. Add comment.
15322
15323 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15324
15325 * config.guess: about target *-hitachi-hiuxwe2, fixed
15326 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15327 macro is incorrect.]
15328
15329 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15330
15331 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15332 than the "make ls" stuff which used to be here.
15333
15334 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15335
15336 * config.guess: Recognize i[34]86-unknown-freebsd.
15337 From Shawn M Carey <smcarey@rodan.syr.edu>.
15338
15339 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15340
15341 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15342
15343 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15344
15345 * config.guess: Check for ptx.
15346
15347 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15348
15349 * config.sub: Add os9k checking.
15350
15351 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15352
15353 * config.guess: Handle OSF1 running on HPPA processors
15354
15355 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15356
15357 * configure: If subdir configure fails, print out a message with
15358 subdirectory name, in case subdir's configure code didn't identify
15359 itself.
15360
15361 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15362
15363 * configure.in: Remove embedded newlines from configdirs.
15364 Avoid mismatches of substrings. Fix matching strings at end
15365 of configdirs.
15366
15367 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15368
15369 * config.guess: Add Lynx/rs6000 config support.
15370
15371 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15372
15373 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15374
15375 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15376
15377 * configure.in (hppa*-*-osf*): Treat this just like most other
15378 PA configurations (eg no binutils or ld).
15379 (hppa*-*-*elf*): These configurations have binutils and ld.
15380
15381 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15382
15383 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15384
15385 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15386
15387 * configure.in (rs6000-*-*): Build gas.
15388
15389 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15390
15391 * Makefile.in: Avoid bug in losing hpux sed.
15392
15393 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15394
15395 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15396 for GDB and GDB has been fixed to not need it.
15397
15398 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15399
15400 * config.guess: Recognize vax hosts.
15401
15402 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15403
15404 * configure (while loop): Don't use "break 2" inside case
15405 statement -- the case statement isn't an enclosing loop.
15406
15407 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15408
15409 * config.guess: Clean up NeXT support, to allow nextstep
15410 on Intel machines. Make OS be nextstep.
15411
15412 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15413
15414 * config.guess: Add alternate forms for Convex.
15415
15416 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15417
15418 * configure: Completely rewrite option processing. Take
15419 advantage of pattern-matching to avoid invoking test frequently.
15420 Also clean up host and target defaulting logic.
15421
15422 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15423
15424 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15425 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15426 commands (plus user environment) will fit SCO limits.
15427
15428 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15429
15430 * configure.in: Don't issue warnings about directories which are
15431 not being configured if -norecursion is set. Correct test for
15432 --with-gnu-as and --with-gnu-ld to not get confused by substring
15433 matches.
15434
15435 * configure.in: Don't build gas for alpha-dec-osf1*.
15436
15437 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15438
15439 * configure: Back out Per's change of 12/19/1993. It changes the
15440 behavior of configure in unexpected and confusing ways.
15441
15442 Also, use different delim char when calculating
15443 program_transform_name so that the name can contain slashes.
15444
15445 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15446
15447 * configure.in, config.sub: Add support for VSTa micro-kernel.
15448
15449 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15450
15451 * configure.in: Nuke hacks which were used to get a special
15452 version of GAS for HPPA configurations.
15453
15454 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15455
15456 * configure: If only ${target_alias} is given, use that
15457 as the default for ${host_alias}.
15458 * configure: Add missing back-slashes before nested quotes.
15459
15460 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15461
15462 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15463
15464 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15465
15466 * config.guess: Recognize some Tektronix configurations.
15467 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15468
15469 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15470
15471 * config.sub: Match any flavor of SH.
15472
15473 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15474
15475 * configure.in: Don't try to configure newlib for Alpha.
15476
15477 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15478
15479 * configure.in: Don't build ld for Irix 5. Don't build gas,
15480 libg++ or libio for any Alpha target.
15481
15482 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15483
15484 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15485
15486 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15487 default arguments -- so it tried to compress itself.
15488
15489 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15490
15491 * configure.in (notsupp): ensure that a space is always at the end
15492 of the configdirs list, since the grep checks for an explicit space
15493
15494 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15495
15496 * configure.in (target i386-sysv4.2): don't build ld, since static
15497 versions of many libraries are not available.
15498
15499 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15500
15501 * config.guess: Recognize Apollos (using environment variables).
15502 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15503
15504 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15505
15506 * config.guess: Recognize Sony news mips running newsos.
15507
15508 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15509
15510 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15511 "fi ; else" for bash.
15512
15513 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15514
15515 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15516
15517 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15518
15519 * config.sub: accept unixware as an alias for svr4.2.
15520 Fix some inconsistancies with the gcc version.
15521
15522 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15523
15524 * Makefile.in (DISTDOCDIRS): Add gdb.
15525
15526 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15527
15528 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15529
15530 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15531
15532 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15533 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15534 this now.
15535
15536 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15537
15538 * config.sub: Accept hiux* as an OS name.
15539
15540 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15541 etc/make-stds.texi. The underscore came from gcc, and dje now
15542 agrees that RUNTESTFLAGS is the correct name.
15543
15544 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15545
15546 * install.sh: Remove 'set -e'. It makes any conditionals
15547 in the script useless.
15548
15549 * config.guess: Automatically recognize arm-acorn-riscix
15550 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15551
15552 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15553
15554 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15555
15556 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15557
15558 * Makefile.in (DISTDOCDIRS): New variable.
15559 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15560 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15561
15562 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15563
15564 * configure.in (hppa target): check the source directory for the
15565 pagas sub-directory
15566
15567 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15568
15569 * config.sub: Allow -aout* and -elf*.
15570
15571 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15572
15573 * configure.in: Don't build ld on i386-solaris2, same as for
15574 sparc-solaris2.
15575
15576 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15577
15578 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15579
15580 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15581
15582 * configure.in: Configure gdb for alpha.
15583
15584 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15585
15586 * Makefile.in (CXXFLAGS): Add -O.
15587
15588 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15589
15590 * config.guess: added support for DG Aviion
15591
15592 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15593
15594 * configure.in: Produce warning message for subdirectories not
15595 configurable for this host/target combination. Don't try to
15596 configure gdb for vms.
15597
15598 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15599
15600 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15601 appropriate files before making "diststuff".
15602 (DISTBISONFILES): New var: list of files to be edited.
15603 (DISTSTUFFDIRS): Add binutils.
15604
15605 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15606
15607 * config.sub: also handle mipsel and mips64el (for little endian mips)
15608
15609 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15610
15611 * configure.in: Add * to end of all OS names.
15612
15613 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15614
15615 * configure.in: Build newlib for LynxOS native.
15616
15617 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15618
15619 * config.guess: Add support for delta 88k running SVR3.
15620
15621 * configure.in: Add comment about HP compiler vs. emacs.
15622
15623 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15624
15625 * configure.in: don't build ld on solaris2 (not a viable option
15626 due to bugs in getpwnam & getpwuid)
15627
15628 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15629
15630 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15631 config.guess will produce a full version number.
15632
15633 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15634
15635 * configure.in: Build linker and binutils for alpha-dec-osf1.
15636
15637 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15638
15639 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15640 and gdb/testsuite/Makefile.in.
15641
15642 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15643
15644 * configure.in: recognize mips*- instead of mips-
15645
15646 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15647
15648 * config.sub: Accept linux*coff and linux*elf as operating
15649 systems.
15650
15651 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15652
15653 * config.sub: Recognize mips64, and mips3 as an alias for it.
15654
15655 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15656
15657 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15658 gdb knows how to handle OSF/1 shared libraries.
15659
15660 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15661
15662 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15663 * config.guess: Recognize Hitachi's HIUX.
15664 * config.sub: Recognize h3050r* and hppahitachi.
15665 Remove redundant cases for hp9k[23]*.
15666
15667 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15668
15669 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15670 if gas and ld are in the source tree and are in ${configdirs}.
15671 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15672 --with options (but still pass them down on the command line,
15673 if they were explicitly specified).
15674
15675 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15676
15677 * configure: substitute SHELL value in Makefile.in with
15678 ${CONFIG_SHELL}
15679
15680 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15681
15682 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15683 *-*-solaris2* targets.
15684
15685 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15686
15687 * Makefile.in: define M4, and pass it down to sub-makes;
15688 all-autoconf now depends on all-m4
15689
15690 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15691
15692 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15693 presence of {ar,ranlib} instead of a configured directory
15694
15695 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15696
15697 * config.guess: Accept 34?? as well as 33?? for NCR.
15698
15699 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15700
15701 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15702 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15703
15704 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15705
15706 * configure: grab values for $(CC) and $(CXX) from the
15707 environment, so that someone can do "CC=gcc configure; make" and
15708 have it work right (matching the way that autoconf works now)
15709
15710 * configure.in, Makefile.in: add support for gash, the tcl
15711 interface to Galaxy
15712
15713 * config.guess: add NetBSD variants (hp300, x86)
15714
15715 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15716
15717 * install.sh: Support -d option (in the manner of SunOS 4 install,
15718 as it is more deterministic than that of GNU install)
15719 (chmodcmd): Set file to mode 755 by default (should also do default
15720 chgrp and chown, but I don't feel like dealing with that now)
15721
15722 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15723
15724 * config.sub: Remove h8300hhms alias.
15725
15726 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15727
15728 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15729
15730 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15731
15732 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15733 as stmp-fixinc
15734
15735 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15736
15737 * config.sub: recognize m88110-bug-coff.
15738
15739 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15740
15741 * Makefile.in (all-libio): all dependencies on the toolchain used
15742 to build this (gcc, gas, ld, etc)
15743
15744 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15745
15746 * config.guess: Deal with OSF/1 1.3 on alpha.
15747
15748 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15749
15750 * install.sh: add some 'else true' clauses for portability
15751
15752 * configure.in: don't build libio for h8[35]00-*-* targets
15753
15754 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15755
15756 * Makefile.in: Add support for new libio.
15757
15758 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15759
15760 * install.sh: If one command fails, don't try the rest. Don't try
15761 to remove $dsttmp (via trap) unless we have already created it.
15762 If $src doesn't exist, detect it and exit with an error.
15763
15764 * config.guess: Recognize BSD on hp300.
15765
15766 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15767
15768 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15769 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15770
15771 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15772
15773 * Makefile.in (all-send-pr): depends on all-prms
15774
15775 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15776
15777 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15778
15779 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15780
15781 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15782 Added test for mips-mips-riscos5.
15783
15784 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15785
15786 * configure.in: use mh-hp300 for 68k HP hosts
15787
15788 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15789
15790 * configure: add support for CONFIG_SHELL, so that you can use
15791 some alternate shell for evaluating configure scripts
15792
15793 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15794
15795 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15796 in configure script to bug-gdb@prep.ai.mit.edu when building
15797 distribution archive.
15798 * Makefile.in (COMPRESS): Remove def.
15799 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15800 gdb.tar.Z and make-gdb.tar.Z respectively.
15801 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15802 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15803 to convergence with 'taz' target in Makefile.in.
15804
15805 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15806
15807 * install.sh (dsttmp): use trap to ensure that tmp files go
15808 away on error conditions
15809
15810 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15811
15812 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15813
15814 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15815
15816 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15817 its parent is '/' not ''.
15818
15819 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15820
15821 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
15822
15823 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15824 that ${newsrcdir}/configure.in does.
15825
15826 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15827
15828 * test-build.mk: support for CONFIG_SHELL
15829
15830 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
15831
15832 * config.sub (netware): Add as a basic system type.
15833
15834 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15835
15836 * Makefile.in (Makefile): depend on configure.in. Also drop the
15837 $(srcdir)/ from the dependency on Makefile.in.
15838
15839 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
15840
15841 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15842 (h8300hhms is temporary until multi-libraries are implemented).
15843 * configure.in: Handle h8300h too.
15844
15845 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15846
15847 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15848
15849 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
15850
15851 * configure: Remove extraneous output when guessing host type.
15852 * config.guess: Remove extraneous output when guessing using C
15853 compiler rather than uname, or when guessing fails.
15854
15855 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
15856
15857 * Makefile.in: remove all.cross and install.cross targets
15858
15859 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15860 definitions
15861
15862 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
15863
15864 * configure.in (target sh): Build gprof.
15865
15866 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15867
15868 * config.sub: change -solaris to -solaris2
15869
15870 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15871
15872 * configure.in: Use config/mh-riscos for mips-*-sysv*.
15873
15874 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
15875
15876 * configure: Correct error message for missing Makefile.in to
15877 print correct directory.
15878
15879 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15880
15881 * install.sh: kludge around 386BSD shell bug
15882
15883 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15884
15885 * config.guess: Recognize NeXT.
15886 * config.guess: Recognize i486-ncr-sysv4.
15887 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15888
15889 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15890
15891 * Makefile.in (MAKEINFOFLAGS): New variable.
15892 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15893 * build-all.mk, test-build.mk: Pass down --no-split as
15894 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15895
15896 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15897
15898 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15899
15900 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15901
15902 * Makefile.in (libg++.tar.z): New rule.
15903 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15904 * Makefile.in (taz): Only do a single chmod.
15905
15906 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15907
15908 * install.sh: don't use dirname anymore (replaced with sed usage)
15909
15910 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15911
15912 * Makefile.in: Change extension for gzip'd files from '.z' to
15913 '.gz' per new FSF standard usage.
15914
15915 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15916
15917 * configure: put quotes around the final value of program_transform_name
15918
15919 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15920
15921 * Makefile.in: new install.sh support; update install-info rules
15922
15923 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15924
15925 * configure.in: Build diff for crosses, but not for go32 host.
15926
15927 * configure.in: Build gprof only for native, and don't build it
15928 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15929
15930 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15931
15932 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15933
15934 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15935
15936 * configure.in (host_tools): Add prms.
15937
15938 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15939
15940 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15941 with $(FLAGS_TO_PASS) on the command line
15942
15943 * config.sub: Recognize lynx and lynxos
15944
15945 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15946
15947 * config.sub: Accept -ecoff*, not just -ecoff.
15948
15949 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15950
15951 * Makefile.in (taz): Use .gz suffix instead of .z.
15952 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15953 names.
15954
15955 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15956
15957 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15958
15959 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15960
15961 * Makefile.in (install-no-fixedincludes): install gcc last, so
15962 that rebuilds that might happen during 'make install' don't get
15963 bogus gcc include files
15964
15965 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15966
15967 Change from Utah for HPPA support:
15968 * config.guess: Recognize hppa1.x-hp-bsd.
15969
15970 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15971
15972 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15973 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15974
15975 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15976
15977 * config.sub: Add support for rom68k and bug boot monitors.
15978
15979 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15980
15981 * Makefile.in: Make all-opcodes depend on all-bfd.
15982
15983 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15984
15985 * config.guess: Added special check for i[34]86-univel-sysv4*.
15986
15987 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15988
15989 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15990 the processor rather than assuming i486.
15991
15992 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15993
15994 * config.guess: Recognize SunOS6 as Solaris3.
15995
15996 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15997
15998 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15999 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16000
16001 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16002
16003 * build-all.mk (all-cross): New target for Canadian Cross.
16004 Added Q2 go32 targets.
16005 * test-build.mk: Configure go32 cross sparclite-aout and
16006 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16007 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16008
16009 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16010
16011 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16012 GO32 hosted toolchains
16013
16014 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16015
16016 * configure: change so "-exec-prefix" gets passed down rather
16017 than "-exec_prefix" so autoconf generated Makefiles get the
16018 exec_prefix set right.
16019
16020 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16021
16022 * config.guess: get the Solaris2 minor version number
16023
16024 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16025
16026 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16027
16028 * config.guess: Recognize some Sequent platforms.
16029
16030 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16031
16032 * Makefile.in: added the vault-install target
16033
16034 * configure.in: actually use the Sun3 makefile fragment that's in
16035 config, also added the release dir to configdirs
16036
16037 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16038
16039 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16040
16041 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16042
16043 * configure.in: remove some program from Alpha targetted toolchains
16044
16045 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16046
16047 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16048 gprof.
16049 (taz): Run "make diststuff" in those directories instead of "make
16050 proto-dir". Look for "VERSION=" only at start of line in subdir
16051 Makefile. Use "gzip -9" for compression.
16052 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16053 (binutils.tar.z): New target.
16054
16055 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16056
16057 * Makefile.in (taz): Include gpl.texinfo.
16058
16059 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16060
16061 * Makefile.in (setup-dirs): Merged into "taz" target.
16062 (taz): Only do `proto-dir' stuff if a directory is actually needed
16063 for this target.
16064
16065 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16066
16067 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16068 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16069 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16070 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16071 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16072
16073 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16074
16075 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16076 config.sub, and move-if-change to gdb testsuite distribution
16077 archive, so the testsuite can be extracted, configured, and
16078 run separately from the gdb distribution. Blow away the Chill
16079 tests that require a Chill compiled executable, since GNU Chill
16080 is not yet publically available.
16081
16082 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16083
16084 * test-build.mk: set environment variables in a single command,
16085 instead of a list of assignments and exports
16086
16087 * config.guess: recognize Alpha/OSF1 systems
16088
16089 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16090
16091 * configure: Change help message to prefer --options rather than
16092 -options.
16093
16094 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16095
16096 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16097 zippy@ecst.csuchico.edu.
16098 * config.guess: Recognize miniframe.
16099
16100 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16101
16102 * Makefile.in: Use srcroot to find runtest rather than rootme.
16103 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16104
16105 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16106
16107 * test-build.mk: Extensive additions to support building on a
16108 machine other than the host.
16109
16110 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16111
16112 * configure (tooldir): Fix for i386-aix again.
16113
16114 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16115
16116 * configure, Makefile.in: Change definition of $(tooldir)
16117 to match the FSF.
16118
16119 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16120
16121 * config.guess: Recognize i[34]86/SVR4.
16122
16123 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16124
16125 * Makefile.in (all-gdb): gdb depends on sim.
16126
16127 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16128
16129 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16130 at the same time we make the prototype gdb directory.
16131 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16132 files at the same time as the gdb base release distribution.
16133
16134 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16135
16136 * Makefile.in (check): Use individual check targets rather than
16137 DO_X rule.
16138 (check-gcc): Added.
16139
16140 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16141
16142 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16143 for System V release 3.2.
16144
16145 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16146
16147 * config.sub: Recognize hppaosf.
16148 * configure.in: Do configure ld/binutils/gas for it.
16149
16150 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16151
16152 * configure (tooldir): Alter syntax used to set this, for systems
16153 where "\$" isn't handled right, like i386-aix.
16154
16155 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16156
16157 * configure: Pass program-transform-name, not
16158 program_transform_name, to recursive configures.
16159
16160 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16161
16162 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16163 of gas+ld+binutils.
16164
16165 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16166
16167 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16168
16169 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16170
16171 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16172
16173 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16174
16175 * Makefile.in (PRMS): Set back to all-prms.
16176
16177 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16178
16179 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16180 targets, rather than for MIPS hosts.
16181
16182 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16183
16184 * configure.in: add comment for --with-x default values
16185
16186 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16187
16188 * Makefile.in: add check-* targets for each of the directories in
16189 the tree. Add a definition of RUNTEST that will use the one we
16190 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16191
16192 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16193
16194 * configure.in: Removed obsolete references to bfd_target and
16195 target_makefile_frag.
16196
16197 * build-all.mk: Set assorted targets for Q2.
16198 * config.sub: Recognize z8k-sim and h8300-hms.
16199 * test-build.mk: Really don't pass host to configure.
16200 (HOLES): Added uname.
16201
16202 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16203
16204 * configure: Handle an empty program-prefix, program-suffix or
16205 program-transform-name correctly.
16206
16207 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16208
16209 * build-all.mk: -G 8 no longer required for MIPS targets.
16210 * test-build.mk: Don't pass host argument to configure; make it
16211 guess.
16212
16213 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16214
16215 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16216 * Makefile.in (COMPRESS): New macro, like GZIP.
16217
16218 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16219
16220 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16221
16222 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16223 with gas currently defaults to -G 0.
16224
16225 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16226
16227 * Makefile.in (all-flex): flex depends on byacc.
16228
16229 * build-all.mk: If host not specified, use config.guess. Pass TAG
16230 to test-build.mk as RELEASE_TAG.
16231 * test-build.mk (configargs): New variable containing arguments to
16232 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16233 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16234
16235 * config.guess: Use /bin/uname when checking -X argument on SCO,
16236 to avoid invoking GNU uname which doesn't understand -X.
16237
16238 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16239
16240 * configure.in: Build gas for mips-*-*.
16241
16242 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16243
16244 * Makefile.in (all.normal): insert missing backslash.
16245
16246 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16247
16248 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16249
16250 * Makefile.in: Complete overhaul to merge many almost identical
16251 targets.
16252
16253 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16254
16255 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16256 (gdb.tar.Z): Adjusted.
16257
16258 * Makefile.in (setup-dirs, taz): New targets; should be general
16259 enough to adapt for gdb sometime. Build only .z file.
16260 (gas.tar.z): New target.
16261
16262 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16263
16264 * build-all.mk: Use CC=cc -Xs on Solaris.
16265
16266 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16267
16268 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16269 for handling BISON for FSF releases.
16270
16271 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16272
16273 * configure: Actually implement the change zoo just documented.
16274
16275 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16276
16277 * configure: when using config.guess, only set target_alias when
16278 it's not already been set (ie, on the command line)
16279
16280 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16281
16282 * Makefile.in: add installcheck target, set PRMS to install-prms
16283
16284 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16285
16286 * configure: add support for package_makefile_fragment, handle the
16287 case where a directory has a configure.in file but no Makefile.in
16288 more gracefully (with an actual understandable error message, even);
16289 add support for --without (and add this to the usage message); also
16290 explicitly add a --host=${host_alias} to the command line when
16291 config.guess is used
16292
16293 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16294
16295 * configure: Must use both --host and --target in recursive calls.
16296
16297 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16298
16299 * Makefile.in: Change deja-gnu to dejagnu.
16300
16301 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16302
16303 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16304
16305 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16306
16307 * configure.in: canonicalize all instances to *-*-solaris2*,
16308 also strip out a number of tools to not build for go32 host
16309
16310 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16311
16312 * config.guess: add GPL.
16313
16314 * Makefile.in, config.guess, config.sub, configure: bump
16315 copyrights to 93.
16316
16317 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16318
16319 * Makefile.in (do-info): Removed obsolete check for existence of
16320 localenv file.
16321
16322 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16323
16324 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16325
16326 * Makefile.in: a couple of 'else true' for decstation,
16327 support for TclX
16328
16329 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16330
16331 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16332
16333 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16334
16335 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16336
16337 * config.guess: Recognize i386-ibm-aix (PS/2).
16338 * configure.in: Use config/mh-aix386 file for it.
16339
16340 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16341
16342 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16343 CC_FOR_TARGET instead.
16344 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16345
16346 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16347
16348 * Makefile.in: Add sim to list of directories sent with gdb
16349
16350 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16351
16352 * configure.in: Put back mips-dec-bsd* case.
16353
16354 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16355
16356 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16357 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16358 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16359
16360 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16361
16362 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16363
16364 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16365 (install-info): install dir.info only if it exists,
16366 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16367
16368 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16369
16370 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16371 gas for mips-dec-bsd.
16372
16373 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16374
16375 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16376 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16377
16378 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16379
16380 * configure.in: Added "dejagnu" to hosttools list.
16381
16382 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16383
16384 * config.sub, configure.in, config.guess: Add support
16385 for Bosx, an AIX variant from Bull.
16386 Patches from F.Pierresteguy@frcl.bull.fr.
16387
16388 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16389
16390 * devo/dejagnu: Initial creation of devo/dejagnu.
16391 Migrated dejagnu testcases and support files for testing software
16392 tools to reside as subdirectories, currently called "testsuite",
16393 within the directory of the software tool. Migrated all programs,
16394 support libraries, etc. beloging to dejagnu proper from
16395 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16396 with no modifications. The changes to these files which will
16397 allow them to configure, build, and execute properly will be made
16398 in a future update.
16399
16400 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16401
16402 * Makefile.in: Change send_pr to send-pr.
16403 * configure.in: Likewise.
16404 * send_pr: Renamed directory to send-pr.
16405
16406 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16407
16408 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16409
16410 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16411
16412 * README: Update for gdb-4.8 release.
16413 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16414 gdb-xxx.tar.z (gzip'd) file also.
16415
16416 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16417
16418 * Makefile.in: make all-diff depend on all-libiberty
16419
16420 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16421
16422 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16423
16424 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16425
16426 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16427
16428 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16429
16430 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16431 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16432 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16433
16434 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16435
16436 * Makefile.in: makeinfo binary is in a new location
16437
16438 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16439
16440 * config.sub: Accept -ecoff as an OS.
16441
16442 * Makefile.in: Various changes to eliminate a level of make
16443 recursion and reduce the required command line length.
16444 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16445 sub-makes.
16446 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16447 variables holding settings for specific sub-makes.
16448 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16449 in terms of BASE_FLAGS_TO_PASS.
16450 (TARGET_LIBS): New variable listing directories which use
16451 TARGET_FLAGS_TO_PASS.
16452 (subdir_do): Eliminated.
16453 (do-*): New set of targets to replace subdir_do.
16454 (various): All targets which used subdir_do now depend on do-*.
16455 (local-clean): Renamed from do_clean.
16456 (local-distclean): New target, dependency of distclean and
16457 realclean.
16458 (install-info): Don't create directories. Depend on dir.info
16459 rather than calling make recursively.
16460 (install-dir.info): Eliminated.
16461 (install-info-dirs): Create all info directories here.
16462 (dir.info): Depend upon do-install-info.
16463
16464 * test-build.mk (HOLES): Added false.
16465
16466 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16467
16468 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16469
16470 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16471
16472 * Makefile.in (info): remove dependency on all-texinfo. The
16473 problem was really in texinfo/C, not at this level.
16474
16475 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16476
16477 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16478
16479 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16480
16481 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16482 GDB releases.
16483
16484 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16485
16486 * configure: Include srcdir in message about target of link not
16487 being found. Don't convert `-' to `_' in `with' options being
16488 passed to subdirs.
16489
16490 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16491
16492 * configure.in: add uudecode to host_tools
16493
16494 * Makefile.in: added {all,install}-uudecode targets, added them to
16495 the appropriate lists
16496
16497 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16498
16499 * Makefile.in (all-gcc): Added dependency on all-gas.
16500
16501 * configure.in (mips-*-*): Build ld and binutils.
16502
16503 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16504
16505 * configure: check return code from mkdir, print error message and
16506 exit on failure.
16507
16508 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16509
16510 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16511
16512 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16513
16514 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16515
16516 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16517
16518 * config.sub (h8500): Recognize this as a cpu type.
16519
16520 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16521
16522 * configure: source directory missing is no longer a warning
16523
16524 * configure.in: recognize irix[34]* instead of irix[34]
16525
16526 * Makefile.in: define and pass down X11_LIB
16527
16528 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16529
16530 * guess-systype: Renamed to ...
16531 * config.guess: ... by popular request.
16532 * configure.in, Makefile.in: Update accordingly.
16533
16534 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16535
16536 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16537 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16538 + Execute ./dummy instead of assuming . is in PATH.
16539
16540 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16541
16542 * guess-systype: New shell script. Attempts to guess the
16543 canonical host name of the executing host.
16544 Only a few hosts are supported so far.
16545 * configure: Call guess-systype if no host is specified.
16546
16547 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16548
16549 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16550 gcc Makefile.
16551
16552
16553 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16554
16555 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16556 (all-gcc, install-gcc, subdir_do): Use it.
16557
16558 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16559
16560 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16561
16562 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16563
16564 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16565 set exclusively by configure, using configure.in .
16566
16567 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16568
16569 * test-build.mk: set $PATH for all builds
16570
16571 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16572
16573 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16574
16575 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16576 the one used in gcc/Makefile.in, so that a null expansion doesn't
16577 override the one needed to build gcc with a native cc.
16578
16579
16580 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16581
16582 * configure: Accept -with arguments.
16583
16584 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16585
16586 * Makefile.in: added h8300sim
16587
16588 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16589
16590 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16591 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16592 (all-cygnus, native, build-cygnus): Make
16593 $(canonhost)-stamp-3stage-done, not $(host)....
16594 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16595 i386-sco3.2v4. Added else true to if command.
16596
16597 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16598
16599 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16600
16601 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16602
16603 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16604
16605 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16606
16607 * configure.in: don't remove binutils from Solaris builds
16608
16609 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16610
16611 * Makefile.in: get rid of earlier definitions for *clean,
16612 also handle the recursive info rule better
16613
16614 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16615
16616 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16617 do more-or-less the right thing.
16618
16619 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16620
16621 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16622 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16623
16624 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16625
16626 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16627 $(host_canonical).
16628
16629 * configure.in: split the configdirs list into 4 categories (native
16630 v. cross, library v. tool) and handle the cross-only and native-
16631 only in more reasonable (and correct!) way.
16632
16633 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16634
16635 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16636 configdirs anymore.
16637
16638 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16639
16640 * Makefile.in: extensive cleanup:: removed all of the explicit
16641 clean-* targets, collapsed many wrappers around subdir_do into
16642 one, added additional targets to satisfy standards.texi, deleted
16643 some old targets, some changes for consistency
16644
16645 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16646
16647 * configure.in: handle some programs as cross-only, and others as
16648 native only
16649
16650 * test-build.mk: handle partial holes in a more generic manner
16651
16652 * Makefile.in: m4 depends on libiberty
16653
16654 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16655
16656 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16657 time, wdiff, and find to configdirs
16658
16659 * Makefile.in: all, clean, and install rules for the new programs
16660 added to configure.in
16661
16662 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16663
16664 * configure.in: use mh-sun for all *-sun-* hosts
16665
16666 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16667
16668 * Makefile.in: define flags for X11 include files and library file
16669 locations, pass them down to the programs that need this info
16670
16671 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16672
16673 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16674
16675 * configure.in: start building libg++ for HP-UX targets
16676
16677 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16678
16679 * README: Update references to files moved into etc/.
16680
16681 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16682
16683 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16684 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16685
16686 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16687
16688 * configure: accept dash as well as underscore in long option
16689 names for FSF compatibility.
16690
16691 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16692
16693 * config.sub: added -sco3.2v4 support from FSF.
16694
16695 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16696
16697 * configure.in: expand the section that adds or removes
16698 directories from the list of programs to build, to handle native
16699 vs. cross in addition to host v. native
16700
16701 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16702
16703 * Makefile.in: Replace C++ in macro names with CXX.
16704 This is less likely to break ...
16705
16706 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16707
16708 * test-build.mk: add -w to GNU_MAKE
16709
16710 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16711
16712 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16713 add 'sparc' to list of recognized cpus. This needed to make
16714 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16715 Delete some redundant ose68 variants. Recognize -wrs as an os,
16716 then changes that into $CPU-wrs-vxworks.
16717
16718 * configure.in: remove most references to gdbtest, regularize
16719 target based program removal
16720
16721 * test-build.mk: import from p3 tree (many fixes and changes)
16722
16723 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16724
16725 * Makefile.in: added rules to handle tcl, tk, and expect
16726
16727 * configure.in: handle those directories if they exist
16728
16729 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16730
16731 * config.sub: removed bogus hppabsd and hppahpux names, since
16732 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16733
16734 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16735
16736 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16737 depends upon all-xiberty
16738
16739 * Makefile.in: changes from p3, including:
16740
16741 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16742
16743 * Makefile.in (XTRAFLAGS): include newlib directories if
16744 newlib/Makefile exists, rather than if host != target.
16745
16746 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16747
16748 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16749 from the same source tree and not building a cross-compiler. This
16750 matters for the libg++ configuration if reconfiguring a tree that
16751 has already been installed.
16752
16753 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16754
16755 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16756 pick up the machine and system specific header files.
16757
16758 * Makefile.in: added AS_FOR_TARGET, passed down in
16759 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16760 the C compiler to use to create programs which are run in the
16761 build environment, set it to default to $(CC), and passed it down
16762 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16763
16764 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16765
16766 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16767 We need them for unusual native builds, like systems without
16768 ranlib.
16769
16770 * configure: also define $(host_canonical) and
16771 $(target_canonical), which are the full, canonical names for the
16772 given host and target
16773
16774 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16775
16776 * Makefile.in: Added separate definitions for C++.
16777
16778 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16779
16780 * configure.in (configdirs): Add deja-gnu.
16781
16782 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16783
16784 * README: Update for configure.texi and gdb-4.7 release.
16785
16786 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16787
16788 * Makefile.in: Move "all" target to top of file.
16789 Previously, first target was ".PHONY" which caused BSD4.4 make
16790 to build .PHONY when make was run without arguments.
16791
16792 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16793
16794 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16795 Library-copylefted code in libiberty.
16796
16797 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16798
16799 * config.sub: Replace m68kmote with plain old m68k.
16800
16801 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16802
16803 * Makefile.in: Remove space from blank line, avoid Make complaints.
16804
16805 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16806
16807 * config.sub: Complain if no argument is given. Added support for
16808 386bsd as OS and target alias.
16809
16810 Thu Oct 8 15:07:22 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 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16816
16817 * config.sub: recognize sparclite-wrs-vxworks.
16818
16819 * Makefile.in (install-xiberty): added *-xiberty make rules (from
16820 p3.) Added clean-xiberty to clean.
16821
16822 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16823
16824 * configure.in: use *-*-* instead of nested cases for host and target
16825
16826 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
16827
16828 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16829 from the same source tree and not building a cross-compiler. This
16830 matters for the libg++ configuration if reconfiguring a tree that
16831 has already been installed.
16832
16833 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
16834
16835 * config.sub (i486v/i486v4): Merge in from FSF version.
16836
16837 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
16838
16839 * configure: only set PWD if it is already set.
16840
16841 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
16842
16843 * configure: just set PWD=`pwd` at the top, since Ultrix sh
16844 doesn't have unset and all success paths (and most error paths)
16845 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16846 to just ${PWD} to avoid confusion.)
16847
16848 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
16849
16850 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16851 even for a native compilation.
16852
16853 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
16854
16855 Changes to make the gdb.tar.Z rule work better.
16856
16857 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
16858 (DEVO_SUPPORT): Add configure.texi.
16859 (bfd-ilrt.tar.Z): Remove ancient rule.
16860
16861 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
16862
16863 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16864 pick up the machine and system specific header files.
16865
16866 * configure.in, config.sub: added new target m68010-adobe-scout,
16867 with alias of adobe68k. Changed configure.in to check for
16868 -scout before -sco* to avoid a false match.
16869
16870 * Makefile.in: added AS_FOR_TARGET, passed down in
16871 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16872 the C compiler to use to create programs which are run in the
16873 build environment, set it to default to $(CC), and passed it down
16874 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16875
16876 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
16877
16878 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16879 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
16880 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16881 FOR_TARGET variants, to newlib and libg++.
16882
16883 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16884
16885 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16886 first.
16887
16888 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16889
16890 * config.sub: Accept `elf' as an environment.
16891
16892 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16893
16894 * Makefile.in (all-opcodes): cd into the right directory
16895
16896 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16897
16898 * configure: added -program_transform_name option, used as
16899 argument to sed when installing programs.
16900 configure.texi: added documentation for -program_prefix,
16901 -program_suffix and -program_transform_name.
16902
16903 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16904
16905 * config.sub: Accept i486 where i386 ok.
16906
16907 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16908
16909 * config.sub: accept we32k
16910
16911 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16912
16913 * config.sub, configure.in: accept OSE68000 and OSE68k.
16914
16915 * Makefile.in: don't create all directories for ``make install'';
16916 let the subdirectories create the ones they need.
16917
16918 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16919
16920 * COPYING: new file, GPL v2
16921
16922 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16923
16924 * Makefile.in: use the new gen-info-dir, which needs a template
16925 argument (which also lives in texinfo)
16926
16927 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16928
16929 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16930
16931 * config.sub (ncr3000): Change i386 to i486.
16932
16933 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16934
16935 * Makefile.in: add install-rcs, install-grep to
16936 install-no-fixedincludes, removed install-bison and install-libgcc
16937
16938 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16939
16940 * configure.in: grab the HPUX makefile fragment if on HPUX
16941
16942 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16943
16944 * Makefile.in: eradicate bison spoor (ditto libgcc).
16945 configure.in: recognise m68{k,000}-ericsson-OSE.
16946 es1800 is alias for m68k-ericsson-OSE
16947
16948 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16949
16950 * configure.in: rearrange the parts that remove programs from
16951 configdirs, based now on HOST==TARGET or by canonical triple.
16952
16953 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16954
16955 * test-build.mk: recurse explicitly with -f test-build.mk when
16956 appropriate. predicate stage3 and comparison on the existence
16957 of gcc. That is, if gcc isn't around, we aren't three-staging.
16958 On very clean, also remove ...stamp-co. Build in-place before
16959 doing other builds.
16960
16961 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16962
16963 * Makefile.in, configure.in: add tgas
16964
16965 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16966
16967 * Makefile.in: a number of changes merged in from progressive.
16968
16969 * configure.in: add libm.
16970
16971 * .cvsignore: ignore some stuff that comes from test-build.mk.
16972
16973 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16974
16975 * config.sub: Add es1800 (m68k-ericsson-es1800).
16976
16977 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16978
16979 * configure: Add program_suffix (parallel to program_prefix)
16980 * Makefile.in: adjust directory-creating script for losing decstation
16981
16982 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16983
16984 * configure: Minor $subdir-related fixes.
16985
16986 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16987
16988 * configure: fix various problems with propogating
16989 makefile_target_frag in subdirs.
16990 * configure.in: config libgcc if its there
16991
16992 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16993
16994 * config.sub: HPPA merge.
16995
16996 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16997
16998 * Makefile.in: Replace all-bison with all-byacc in all
16999 dependency lines for other tools (which now use byacc).
17000
17001 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17002
17003 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17004
17005 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17006
17007 * Makefile.in: make gprof rules similar to byacc rules (instead of
17008 vestigal $(unsubdir) that didn't work...)
17009
17010 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17011
17012 * config.sub: Add support for Linux.
17013 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17014 (at least for libg++).
17015
17016 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17017
17018 * configure.texi: fix doc for the -nfp option to configure
17019
17020 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
17021
17022 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17023
17024 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17025
17026 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17027 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17028 * configure.in: added solaris* host_makefile_frag hook.
17029
17030 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17031
17032 * config.sub: changed recognition of m68000 so that various
17033 m68k types can be specified via m680[01234]0
17034
17035 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17036
17037 * config.sub (basic_machine): fix sed so that '-foo' isn't
17038 completely substituted out while .+'-foo' loses the '-foo'
17039
17040 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17041
17042 * config.sub ($os): Add -aout.
17043
17044 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17045
17046 * configure: If host_makefile_frag is absolute, don't
17047 prefix ${invsubdir} (relevant to libg++ auto-configure).
17048
17049 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17050
17051 * Makefile.in (tooldir): Define it.
17052 (all-ld): Depend on all-flex.
17053
17054 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17055
17056 * Makefile.in (check): Fix libg++ special case.
17057
17058 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17059
17060 * configure: do not bury `pwd` into config.status, thus do fewer
17061 pwd's.
17062
17063 * configure: print the "Building in" message only when building in
17064 other than "." AND verbose.
17065
17066 * configure: remove -s, rework -v to better accommodate guested
17067 configures.
17068
17069 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17070
17071 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17072
17073 * Makefile.in: macroize flags passed on recursion. remove
17074 fileutils.
17075
17076 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17077
17078 * configure: get makesrcdir right for subdirs deeper than 1.
17079
17080 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17081 install.
17082
17083 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17084
17085 * Makefile.in: don't print subdir_do or recursion lines.
17086
17087 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17088
17089 * standards.texi: added menu item.
17090
17091 * Makefile.in: build and install standards.info.
17092
17093 * standards.texi: new file.
17094
17095 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17096
17097 * configure: test for and move config.status pieces from
17098 ${subdir}/.
17099
17100 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17101
17102 * configure: Test for existance of files before trying to mv
17103 them, to avoid numerous non-existance messages.
17104
17105 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17106
17107 * configure: correct final line of config.status.
17108
17109 * configure: patch from eggert. Avoids a protection problem if
17110 the original Makefile.in is read only.
17111
17112 * configure: use move-if-change from gcc to create config.status.
17113 Some makefiles depend on config.status to tell if a directory
17114 has been reconfigured for a different host. This change
17115 prevents those directories from remaking everything in the case
17116 where the reconfig was only intended to rebuild a Makefile.
17117
17118 * configure: test for config.sub with "config.sub sun4" rather
17119 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17120 host alias from a missing config.sub.
17121
17122 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17123
17124 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17125 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17126
17127 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17128
17129 * configure: mkdir ${subdir} as needed.
17130
17131 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17132
17133 * Makefile.in,configure.in: added autoconf.
17134
17135 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17136
17137 * Makefile.in: no longer pass against on recursion.
17138
17139 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17140 definitions are not inherited.
17141
17142 * configure: correct makesrcdir when subdir is .
17143
17144 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17145
17146 * configure: Add support for 'subdirs' variable, which is
17147 like 'configdirs', except that configure doesn't re-invoke
17148 itself for subdirs, it just creates a Makefile for each subdir.
17149 * configure.texi: Document subdirs.
17150
17151 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17152
17153 * configure.in: added flex to configdirs
17154
17155 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17156
17157 * Makefile.in: remove clean-stamps from clean.
17158
17159 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17160
17161 * configure.in: Add gdbtest to configdirs.
17162
17163 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17164
17165 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17166 to recursive makes.
17167 * configure.in: Recognize new ncr3000 config.
17168
17169 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17170
17171 * Makefile.in, configure.in: removed references to gdbm.
17172
17173 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17174
17175 * config.sub: Don't canonicalize os value
17176 newsos* to bsd (readline needs to check for newsos).
17177 (This fix was earlier made Jan 31, but got re-broken.)
17178
17179 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17180
17181 * configure.in: sco is an os, not a vendor!
17182
17183 * configure: Quote $( better. Keep various shells happy.
17184
17185 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17186
17187 * Makefile.in: eliminate stamp-files.
17188
17189 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17190
17191 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17192 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17193
17194 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17195
17196 * config.sub: fix iris/iris3.
17197
17198 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17199
17200 * configure: re-add -rm.
17201
17202 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17203
17204 * Maskefile.in: add .stmp-rcs to all.
17205
17206 * configure.in: remove gas from rs6000 build, use aix host fragment.
17207
17208 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17209
17210 * configure: pass down site_option during recursion.
17211
17212 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17213
17214 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17215
17216 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17217
17218 * configure: Change exec_prefix so that it really defaults to prefix.
17219
17220 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17221
17222 * Makefile.in, configure.in: Add support for mmalloc library.
17223
17224 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17225
17226 * Makefile.in: add stmp dependencies for a few more things.
17227
17228 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17229
17230 * configure: adjusted error message on objdir/srcdir configure
17231 collision, per john's suggestion.
17232
17233 * Makefile.in: add libiberty stmp to all and all.cross.
17234
17235 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17236
17237 * Makefile.in: remove force dependencies, add grep to all.
17238
17239 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17240
17241 * Makefile.in: drop flex. make stamp files work.
17242
17243 * configure: added test for conflicting configuration in srcdir,
17244 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17245 gets cranky. use relative paths for configure and srcdir
17246 whenever possible. Send some error messages to stderr that were
17247 going to stdout.
17248
17249 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17250
17251 * Makefile.in: Fix libg++ rule to check for gcc directory
17252 before using gcc/gcc. Also pass XTRAFLAGS.
17253
17254 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17255
17256 * Makefile.in: added stmp-files so that directories aren't polled
17257 when they are already built.
17258
17259 * configure.texi: fixed a node pointer problem.
17260
17261 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17262
17263 * config.sub configure.in gdb/configure.in
17264 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17265 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17266 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17267
17268 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17269
17270 * configure: -recurring becomes -silent. corrected help message
17271 for -site= option.
17272
17273 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17274
17275 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17276
17277 * configure: when building Makefile for crosses, replace
17278 tooldir and program_prefix. default srcdir from location of
17279 config.sub. remove "for host in hosts" and "for target in
17280 targets" loops.
17281
17282 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17283
17284 * Makefile.in: Do not pass bindir or mandir to cvs.
17285
17286 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17287
17288 * Makefile.in, configure.in: removed traces of namesubdir,
17289 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17290 copyrights to '92, changed some from Cygnus to FSF.
17291
17292 * configure.texi: remove most references to multiple hosts,
17293 multiple targets, subdirs, etc.
17294
17295 * configure.man: removed rcsid. reference config.sub not
17296 config.subr.
17297
17298 * Makefile.in: mkdir $(infodir) on install-info.
17299
17300 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17301
17302 * configure.texi: Explain better about .gdbinit and about
17303 the environment that configure.in sections run in.
17304
17305 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17306
17307 * configure.in: Ultrix is only a decstation if it's a MIPS.
17308
17309 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17310
17311 * README: DOC.configure => cfg-paper.texi.
17312
17313 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17314
17315 * config.sub (near case $os): Don't convert newsos* to bsd!
17316
17317 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17318
17319 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17320 the number of copies of COPYING that go into the GDB tar file.
17321
17322 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17323
17324 * bfd/configure.in, gdb/config/mh-i386sco,
17325 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17326 Fix SCO configuration stuff.
17327
17328 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17329
17330 * Makefile.in: For libg++, make sure the -I pointing
17331 to the gcc directory goes *after* all the libg++-local -I flags.
17332 Also, move just-gcc dependency from just-libg++ to all-libg++.
17333
17334 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17335
17336 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17337
17338 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17339
17340 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17341
17342 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17343
17344 * config.sub: Add stratus configuration frags. Also
17345 submitted to FSF.
17346
17347 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17348
17349 * Makefile.in (DEV_SUPPORT): add configure.man.
17350
17351 * config.sub(Decode manufacturer-specific): add -none*.
17352
17353 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17354
17355 * Makefile.in: remove form feeds to make Sun's make happy.
17356 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17357
17358 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17359
17360 * Makefile.in (AR_FLAGS): Make quieter.
17361
17362 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17363
17364 * configure.in: Add libg++.
17365 * configure: When verbose, don't output the command line at each
17366 level; it will be unremarkably the same as the previous version,
17367 which will be the same as what the user typed.
17368
17369 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17370
17371 * configure.in, Makefile.in: fix clean-info, add flex. add
17372 fileutils.
17373
17374 * configure: be less sensitive to spaces in Makefile.in. Do not
17375 look for sources in "..". Doing so breaks subdirectories that
17376 might have their own configure. If a subdir has it's own
17377 configure script, use it.
17378
17379 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17380
17381 * cfg-paper.texi: some changes suggested by rms.
17382
17383 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17384
17385 * config.sub: Merge in some small additions from the FSF version,
17386 taken from the gcc distribution, to bring the Cygnus and FSF
17387 versions into closer sync.
17388
17389 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17390
17391 * configure.in: Changed svr4 references to sysv4.
17392
17393 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17394
17395 * configure: added -V for version number option.
17396
17397 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17398
17399 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17400 renamed from DOC.configure to cfg-paper.texi.
17401
17402 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17403
17404 * configure, config.subr, config.sub: config.subr is now
17405 config.sub again.
17406
17407 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17408
17409 * configure.texi: new file, in progress.
17410
17411 * Makefile.in: build info file and install the man page for
17412 configure.
17413
17414 * configure.man: new file, first cut.
17415
17416 * configure: find config.subr again now that configuration "none"
17417 has gone. removed all traces of the -ansi option. removed all
17418 traces of the -languages option.
17419
17420 * config.subr: resync from rms.
17421
17422 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17423
17424 * configure, config.sub, config.subr: merge config.sub into
17425 config.subr, call the result config.subr, remove config.sub, use
17426 config.subr.
17427
17428 * Makefile.in: revised install for dir.info.
17429
17430 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17431
17432 * configure.in: add decstation host makefile frag.
17433
17434 * Makefile.in: BISON now bison -y again. also install-gcc on
17435 install. clean-gdbm on clean. infodir belongs in datadir.
17436 Make directories for info install. Build dir.info here then
17437 install it.
17438
17439 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17440
17441 * Makefile.in: fix for bad directory tests.
17442
17443 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17444
17445 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17446 regexp. -srcdir relative was being handled incorrectly.
17447
17448 * Makefile.in: unwrapped some for loops so that parallel makes
17449 work again and so one can focus one's attention on a particular
17450 package.
17451
17452 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17453
17454 * configure: added PWD as a stand in for `pwd` (for speed). use
17455 elif wherever possible. make -srcdir work without -objdir.
17456 -objdir= commented out.
17457
17458 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17459
17460 * configure: +options become --options. -subdirs commented out.
17461 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17462 Makefile now at top of generated Makefile. Removed cvs log
17463 entries. added -srcdir. create .gdbinit only if there is one
17464 in ${srcdir}.
17465
17466 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17467 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17468 and mandir now keyed off datadir by default.
17469
17470 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17471
17472 * Freshly created ChangeLog.
17473
17474 \f
17475 Local Variables:
17476 mode: change-log
17477 left-margin: 8
17478 fill-column: 76
17479 version-control: never
17480 End: