]> git.ipfire.org Git - thirdparty/gcc.git/blob - ChangeLog
intrinsic.texi: Add documentaion for eoshift, epsilon, etime, and exit.
[thirdparty/gcc.git] / ChangeLog
1 2005-07-01 Zack Weinberg <zackw@panix.com>
2
3 * MAINTAINERS: Change email address. Resign from maintainership.
4
5 2005-07-01 Richard Guenther <rguenther@suse.de>
6
7 * MAINTAINERS: Change my e-mail address and affiliation.
8
9 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
10
11 * Makefile.def (stagefeedback): Come after profile.
12 Define profiledbootstrap target.
13 * Makefile.tpl (profiledbootstrap): Remove.
14 (stageprofile-end): Zap stagefeedback.
15 (stagefeedback-start): Copy all .gcda files, not only GCC's.
16 * Makefile.in: Regenerate.
17
18 2005-06-13 Richard Sandiford <richard@codesourcery.com>
19
20 * MAINTAINERS: Update my email address.
21
22 2005-06-13 Zack Weinberg <zack@codesourcery.com>
23
24 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
25 In 'cpp' stanza, support '#line' as well as '# '.
26
27 2005-06-08 Andreas Schwab <schwab@suse.de>
28
29 * MAINTAINERS: Move myself from 'Write After Approval' to
30 'CPU Port Maintainers' section as m68k maintainer.
31
32 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
33
34 * configure.in (unsupported_languages): New macro.
35 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
36 non-ported target libraries in noconfigdirs.
37 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
38 non-linux-gnu. Remove libgcj_ex_libffi.
39 <lang_frag loop>: Set add_this_lang=no if the language is in
40 unsupported_languages.
41 * configure: Regenerate.
42
43 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
44
45 * configure.in: Fix typo in handling of --with-mpfr-dir.
46 * configure: Regenerate.
47
48 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
49
50 * MAINTAINERS: Update my email address.
51
52 2005-06-02 Jim Blandy <jimb@redhat.com>
53
54 * config.sub: Add cases for the Renesas m32c. (This patch has been
55 accepted into the master sources.)
56
57 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
58 Michael Snyder <msnyder@redhat.com>
59 Stan Cox <scox@redhat.com>
60
61 * configure.in: Set noconfigdirs for ms1.
62
63 * configure: Regenerate.
64
65 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
66
67 * MAINTAINERS (Write After Approval): Add self.
68
69 2005-06-01 Josh Conner <jconner@apple.com>
70
71 * MAINTAINERS (Write After Approval): Add self.
72
73 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
74
75 * MAINTAINERS: Update my email address.
76
77 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
78
79 * MAINTAINERS (Write After Approval): Add self.
80
81 2005-05-26 Chris Demetriou <cgd@broadcom.com>
82
83 * MAINTAINERS (Write After Approval): Remove self.
84
85 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
86
87 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
88 (Dependencies): Consider target modules for bootstrap dependencies.
89 Make target bootstrap modules depend on each stage's gcc.
90 * Makefile.in: Regenerate.
91
92 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
93
94 * Makefile.def (configure-gcc): Depend on binutils having been built.
95 (all-gcc): No need to do it here.
96 * Makefile.in: Regenerate.
97
98 2005-05-19 Paul Brook <paul@codesourcery.com>
99
100 * configure.in: Rewrite misleading error message when requested
101 language cannot be built.
102 * configure: Regenerate.
103
104 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
105
106 * ylwrap: Import from Automake 1.9.5.
107
108 2005-05-13 David Ung <davidu@mips.com>
109
110 * MAINTAINERS (Write After Approval): Add self.
111
112 2005-05-09 Mike Stump <mrs@apple.com>
113
114 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
115 lt_cv_sys_max_cmd_len for now.
116
117 2005-05-09 Stan Cox <scox@redhat.com>
118
119 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
120
121 2005-05-08 Matt Kraai <kraai@ftbfs.org>
122
123 * README.SCO: Update the URL.
124
125 2005-05-05 David Edelsohn <edelsohn@gnu.org>
126
127 * ltconfig: Define file_list_spec. Pass file_list_spec and
128 with_gnu_ld to libtool.
129 * ltcf-c.sh (aix[45]): Define file_list_spec.
130 * ltcf-cxx.sh (aix[45]): Same.
131 * ltcf-gcj.sh (aix[45]): Same.
132 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
133 exists, write list of input files to temporary file.
134
135 2005-05-04 Mike Stump <mrs@apple.com>
136
137 * configure.in: Always pass --target to target configures as
138 otherwise rebuilds that do --recheck will fail.
139 * confiugure: Rebuilt.
140
141 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
142
143 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
144 STAGE_HOST_EXPORTS.
145 (configure, all): Add bootstrap support.
146 (Host modules, target modules): Pass post-stage1 flags and exports.
147 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
148 * Makefile.in: Regenerate.
149
150 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
151
152 * configure: Regenerate.
153
154 2005-04-27 Mike Stump <mrs@apple.com>
155
156 * MAINTAINERS: Add self as darwin maintainer.
157
158 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
159
160 * config.sub: Update from master copy.
161
162 2005-04-21 Mike Stump <mrs@apple.com>
163
164 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
165 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
166
167 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
168
169 * configure.in <crisv32-*-*, cris-*-*>: New local variable
170 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
171 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
172 "*-*-elf" and "*-*-linux*".
173 * configure: Regenerate.
174
175 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
176
177 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
178
179 2005-04-12 Mike Stump <mrs@apple.com>
180
181 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
182
183 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
184
185 * MAINTAINERS (Write After Approval): Add myself.
186
187 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
188
189 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
190
191 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
192
193 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
194 (TARGET_CONFIGARGS): Include --with-target-subdir.
195 (configure, all): New macros. Use them throughout.
196 * Makefile.in: Regenerate.
197
198 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
199
200 * MAINTAINERS (Write After Approval): Add myself.
201
202 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
203
204 * MAINTAINERS: Remove 'loop unrolling' maintainer.
205
206 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
207
208 * MAINTAINERS: Move John Carr to Write After Approval.
209
210 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
211
212 * config/mh-mingw32: Delete.
213 * configure.in: Don't use it.
214 * configure: Regenerate.
215
216 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
217
218 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
219 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
220 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
221 (HOST_LIB_PATH): Generate from Makefile.def.
222 (TARGET_LIB_PATH): Likewise.
223 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
224 * Makefile.in: Regenerate.
225 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
226 (RPATH_ENVVAR): Include Darwin case.
227 * configure: Regenerate.
228
229 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
230
231 * MAINTAINERS (Various Maintainers): Remove self.
232 (Write After Approval): Add self.
233
234 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
235
236 * MAINTAINERS (Various Maintainers): Add self.
237
238 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
239
240 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
241 * configure: Regenerate.
242
243 2005-03-21 Zack Weinberg <zack@codesourcery.com>
244
245 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
246 gcc_version, and gcc_version_trigger from set of flags to pass.
247 * Makefile.tpl: Remove definitions of above variables.
248 (config.status): Remove dependency on $(gcc_version_trigger).
249 * Makefile.in: Regenerate.
250 * configure.in: Do not reference config/gcc-version.m4 nor
251 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
252 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
253 * configure: Regenerate.
254
255 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
256 Andrew Pinski <pinskia@physics.uc.edu>
257
258 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
259 * Makefile.in: Regenerate.
260
261 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
262
263 * MAINTAINERS (Write After Approval): Add myself.
264
265 2005-03-03 David Ayers <d.ayers@inode.at>
266
267 * MAINTAINERS (Write After Approval): Add myself.
268
269 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
270
271 PR libgcj/20160
272 * ltmain.sh: Avoid creating archives with components that have
273 duplicate basenames.
274
275 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
276
277 PR bootstrap/20250
278 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
279 instead of check.
280 * Makefile.in: Regenerate.
281
282 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
283
284 * Makefile.in: Regenerate to fix conflict between the previous two
285 patches.
286
287 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
288
289 PR bootstrap/17383
290 * Makefile.def (target_modules): Remove "stage", now unnecessary.
291 * Makefile.tpl (HOST_SUBDIR): New substitution.
292 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
293 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
294 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
295 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
296 (Host modules, Bootstrapped modules): Use it.
297 (Build modules, Target modules): Do not create symlink trees,
298 always configure out-of-srcdir.
299 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
300 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
301 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
302 $(HOST_SUBDIR). Create a symlink for host_subdir.
303
304 * Makefile.in: Regenerate.
305 * configure: Regenerate.
306
307 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
308
309 Merged from libada-gnattools-branch:
310 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
311
312 * gnattools: New directory.
313 * Makefile.def: Add gnattools as a module, depending on target-libada.
314 * Makefile.in: Regenerate.
315 * configure.in: Include gnattools in host_tools; disable it if ada
316 is disabled.
317 * configure: Regenerate.
318
319 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
320
321 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
322 treelang maintainer.
323 (Write After Approval): Remove myself.
324
325 2005-02-23 Paul Schlie <schlie@comcast.net>
326
327 * configure.in: Allow darwin targeted ports to build tk, itcl and
328 libgui.
329 * configure: Regenerate.
330
331 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
332
333 PR libgcj/10353
334 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
335 * configure: Regenerate.
336
337 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
338
339 * MAINTAINERS (Write After Approval): Add myself.
340
341 2005-02-10 Ian Lance Taylor <ian@airs.com>
342
343 * MAINTAINERS: Update my e-mail address.
344
345 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
346
347 * MAINTAINERS (Write After Approval): Add myself.
348
349 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
350
351 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
352 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
353 target-libgloss when not *-*-elf and *-*-aout.
354 * configure: Regenerate.
355
356 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
357
358 * MAINTAINERS: Remove obsolete entries.
359
360 * MAINTAINERS (Write After Approval): Add Michael Matz.
361
362 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
363
364 * MAINTAINERS: Remove self as cpplib maintainer.
365
366 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
367
368 * install-sh, config.sub: Import from upstream.
369
370 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
371
372 PR bootstrap/18222
373 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
374 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
375 * Makefile.in: Regenerate.
376
377 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
378
379 * MAINTAINERS: Update my email address.
380
381 2005-01-12 David Edelsohn <edelsohn@gnu.org>
382 Andreas Schwab <schwab@suse.de>
383
384 PR bootstrap/18033
385 * config-ml.in: Eval option if surrounded by single quotes.
386
387 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
388
389 Revert 2004-12-28 Makefile changes, a better fix will be
390 applied to mainline and src after GCC 4.0 branches.
391
392 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
393
394 PR bootstrap/17383
395
396 * Makefile.def (target_modules): Remove stage parameter,
397 it is always true now.
398 * Makefile.tpl (configure-build-[+module+],
399 configure-target-[+module+]): Always build symlink tree
400 for the directory and for include. BUILD_SUBDIR and
401 TARGET_SUBDIR cannot be . anymore.
402 * Makefile.in: Regenerate.
403
404 2004-12-25 David Edelsohn <edelsohn@gnu.org>
405
406 Revert 2004-12-08 Makefile changes.
407
408 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
409
410 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
411 cygwin, mingw.
412
413 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
414
415 * configure.in (sh64-*-*): Reenable gprof.
416 * configure: Regenerate.
417
418 2004-12-08 David Edelsohn <edelsohn@gnu.org>
419
420 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
421 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
422 (EXTRA_TARGET_FLAGS): Add PICFLAG.
423 * Makefile.in: Regenerate.
424
425 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
426
427 * MAINTAINERS: Update my email address.
428
429 2004-12-07 Matt Kraai <kraai@ftbfs.org>
430
431 * Makefile.tpl: Generate normal dependencies if the LHS module is
432 not bootstrapped.
433 * Makefile.in: Regenerate.
434
435 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
436
437 * configure.in: Include config/gxx-include-dir.m4. Use
438 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
439 * configure: Regenerate.
440
441 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
442
443 * config.if: Delete.
444 * configure.in: Set libstdcxx_incdir directly.
445 * configure: Regenerate.
446
447 2004-12-02 Eric Christopher <echristo@redhat.com>
448
449 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
450 * Makefile.in: Regenerate.
451
452 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
453
454 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
455 * configure: Regenerate.
456
457 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
458
459 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
460 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
461 * configure: Regenerate.
462
463 2004-12-01 Eric Christopher <echristo@redhat.com>
464
465 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
466 of things to remove.
467
468 2004-11-29 Matt Kraai <kraai@ftbfs.org>
469
470 * MAINTAINERS (Write After Approval): Update my e-mail address.
471
472 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
473
474 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
475 from CVS libtool to always pass_all.
476
477 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
478
479 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
480 (hppa*64*-*-*): Delete incorrect comment.
481 * configure: Rebuilt.
482
483 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
484
485 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
486
487 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
488
489 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
490 from CVS libtool to always pass_all.
491
492 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
493
494 * install-sh, compile: Import from automake.
495
496 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
497
498 * config.guess, config.sub: Import from savannnah.
499
500 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
501
502 * MAINTAINERS (Write After Approval): Add myself
503
504 2004-11-12 Mike Stump <mrs@apple.com>
505
506 * Makefile.def: Add html support.
507 * Makefile.tpl: Likewise.
508 * Makefile.in: Regenerate.
509
510 2004-11-11 Geoffrey Keating <geoffk@apple.com>
511
512 PR 18423
513 * configure.in: Remove all instances of build-fixincludes from
514 noconfigdirs.
515 (build_configargs): Supply --target to subdirectories.
516 * configure: Regenerate.
517
518 * Makefile.def: Make gcc install depend on fixincludes install.
519 * Makefile.in: Regenerate.
520
521 2004-11-10 Janis Johnson <janis187@us.ibm.com>
522
523 * MAINTAINERS: Add myself as gcc testsuite maintainer.
524
525 2004-11-11 Paul Brook <paul@codesourcery.com>
526
527 * MAINTAINERS: Add self as arm maintainer. Update email address.
528
529 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
530
531 * configure.in (noconfigdirs) [mmix-*-*]: Disable
532 target-libgfortran.
533 * configure: Regenerate.
534
535 2004-11-07 David Edelsohn <edelsohn@gnu.org>
536
537 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
538 like CC.
539
540 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
541
542 * Makefile.def (host fixincludes): Specify missing targets.
543 * Makefile.in: Regenerate.
544
545 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
546
547 * MAINTAINERS: Add myself
548
549 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
550
551 * MAINTAINERS (Write After Approval): Add myself.
552
553 2004-11-04 Geoffrey Keating <geoffk@apple.com>
554
555 * Makefile.def: Build fixincludes for the host, too.
556 * Makefile.in: Regenerate.
557 * configure.in (host_tools): Add fixincludes.
558 * configure: Regenerate.
559
560 2004-11-04 Daniel Jacobowitz <dan@debian.org>
561
562 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
563 * configure: Regenerated.
564
565 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
566
567 PR other/17783
568 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
569 * configure: Regenerated.
570
571 2004-10-31 Mark Mitchell <mark@codesourcery.com>
572
573 * README.SCO: Update per FSF instructions.
574
575 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
576
577 PR target/18151
578 * configure.in (case ${target}): Do not build fixincludes for avr.
579 * configure: Regenerated.
580
581 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
582
583 * configure.in (case ${target}): Do not build fixincludes
584 on platforms where it is not used.
585 * configure: Regenerated.
586
587 2004-10-23 Daniel Jacobowitz <dan@debian.org>
588
589 * configure.in: Use an absolute path to install-sh.
590 * configure: Regenerated.
591
592 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
593
594 * MAINTAINERS (Write After Approval): Add myself.
595
596 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
597
598 * MAINTAINERS: Remove from Write After Approval those that are
599 already maintainers.
600
601 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
602
603 * MAINTAINERS: Update my email address.
604
605 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
606
607 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
608 * configure: Regenerate.
609
610 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
611
612 * MAINTAINERS: Update my email address.
613
614 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
615
616 * MAINTAINERS (Language Front Ends Maintainers): New. Move
617 entries belonging to this category.
618
619 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
620
621 * MAINTAINERS: Update my e-mail address.
622
623 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
624
625 Fix wrong conflict resolution in:
626
627 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
628
629 * Makefile.in: Regenerate.
630 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
631 in the recursive `make', instead of hardwiring `all'.
632 (Autogenerated TARGET-* variables): New.
633
634 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
635
636 * configure.in: Enable target-libgloss for crx-*-*.
637 * configure: Regenerate.
638
639 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
640
641 * MAINTAINERS (Various Maintainers): Move the "windows,
642 cygwin, mingw" maintainer to ...
643 (OS Port Maintainers): ... here.
644
645 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
646
647 * MAINTAINERS (Write After Approval): Remove those that are
648 maintainers of some subsystem.
649
650 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
651
652 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
653 * ltcf-cxx.sh (tpf*): Likewise.
654 * ltconfig (tpf*): Add TPF OS configuration support.
655
656 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
657
658 * MAINTAINERS: Change my email address to my new work account.
659
660 2004-09-24 Michael Roth <mroth@nessie.de>
661
662 * configure.in (--without-headers): Add missing double quotes.
663 * configure: Regenerate.
664
665 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
666
667 * ylwrap: Revert to previous version.
668
669 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
670
671 PR bootstrap/17369
672 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
673 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
674 SET_GCC_LIB_PATH_CMD.
675 (BASE_TARGET_EXPORTS): Likewise.
676 * Makefile.in: Regenerated.
677
678 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
679 * configure: Regenerated.
680
681 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
682
683 * config.guess: New upstream version
684 * compile, depcomp, install-sh, ylwrap: Likewise.
685
686 2004-09-19 Roger Sayle <roger@eyesopen.com>
687
688 * config/mh-x86omitfp: New host makefile fragment. Add
689 -fomit-frame-pointer to the default BOOT_CFLAGS.
690 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
691 * configure: Regenerate.
692
693 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
694
695 PR target/11572
696 * configure.in (*-*-darwin*): Renable libobjc.
697 * configure: Regenerate.
698
699 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
700
701 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
702
703 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
704
705 * Makefile.def: Remove libbanshee.
706 * Makefile.tpl: Ditto.
707 * configure.in: Ditto.
708 * Makefile.in: Regen.
709 * configure: Ditto.
710
711 2004-09-08 David Edelsohn <edelsohn@gnu.org>
712
713 * ltmain.sh: Use $pic_object as $non_pic_object if
714 $non_pic_object=none.
715
716 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
717
718 * missing: Import latest version from master repository.
719
720 2004-09-06 Nick Clifton <nickc@redhat.com>
721
722 * config.sub: Import latest version from master repository.
723 * config.guess: Likewise.
724 This includes these changes:
725
726 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
727
728 * config.sub: Handle crisv32, alias etraxfs.
729 * config.guess (crisv32:Linux:*:*): Handle.
730
731 2004-08-13 Brad Smith <brad@comstyle.com>
732
733 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
734 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
735
736 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
737
738 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
739 assume the processor is a powerpc. This is because coreutils
740 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
741 in this case, due to a MacOS X bug that causes
742 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
743 to return a negative number.
744 Problem reported by Petter Reinholdtsen in:
745 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
746
747 2004-07-19 Ben Elliston <bje@gnu.org>
748
749 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
750
751 2004-06-24 Ben Elliston <bje@gnu.org>
752
753 * config.guess: Update copyright years.
754 * config.sub: Likewise.
755
756 2004-06-22 Robert Millan <robertmh@gnu.org>
757
758 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
759 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
760
761 2004-06-22 Stanley F. Quayle <stan@stanq.com>
762
763 * config.guess (*:*VMS:*:*): New entry. Replaces
764 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
765 manufacturer.
766
767 2004-06-22 Ben Elliston <bje@gnu.org>
768
769 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
770 * config.sub: Likewise.
771
772 2004-06-22 Ben Elliston <bje@gnu.org>
773
774 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
775 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
776
777 2004-06-11 Ben Elliston <bje@gnu.org>
778
779 * config.guess (pegasos:OpenBSD:*:*): Remove.
780
781 2004-06-11 Ben Elliston <bje@gnu.org>
782
783 From Wouter Verhelst <wouter@grep.be>:
784 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
785
786 2004-06-11 Ben Elliston <bje@gnu.org>
787
788 * config.guess (luna88k:OpenBSD:*:*): New.
789
790 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
791
792 * config.guess (m32r*:Linux:*:*): New case.
793 * config.sub: Handle m32rle.
794
795 2004-03-12 Ben Elliston <bje@wasabisystems.com>
796
797 From Jens Petersen <petersen@redhat.com>:
798 * config.sub: Handle sparcv8.
799
800 2004-03-03 Ben Elliston <bje@wasabisystems.com>
801
802 From Tom Smith <smith@cag.lkg.hp.com>:
803 * config.guess: Version suffixes are equally significant on Tru64
804 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
805 prefix of "P" (patched kernel).
806
807 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
808
809 * config.sub: Add support for National Semiconductor CRX target.
810
811 2004-09-03 Janis Johnson <janis187@us.ibm.com>
812
813 * MAINTAINERS (Various Maintainers): Remove myself as web page
814 maintainer, add myself as maintainer of build status lists.
815
816 2004-09-03 Jan Beulich <jbeulich@novell.com>
817
818 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
819 *-*-netware, but add target-libmudflap.
820 Consolidate *-*-netware targets (of which really only i?86 exists)
821 into a single entry.
822 * configure: Likewise.
823
824 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
825
826 * Makefile.tpl (sorry): Remove.
827 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
828 (cleanstrap targets): Depend on distclean, not distclean-stage1.
829 (do-clean): Clean per-stage directories too.
830 (do-distclean): Run distclean-stage1 too.
831 (.NOTPARALLEL): Enable during toplevel bootstrap.
832 (stage[+id+]-bubble): Enable parallel execution during
833 the recursive invocation.
834 * Makefile.in: Regenerate.
835
836 Fix previous checkin:
837
838 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
839 include.
840 * configure.in: Fix indentation.
841 * configure: Regenerate.
842
843 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
844
845 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
846 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
847 * configure: regenerate
848 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
849 -mdynamic-no-pic
850
851
852 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
853
854 * Makefile.def (build_modules): Add fixincludes.
855 (dependencies): Make gcc depend on fixincludes.
856 * configure.in (build_tools): Add fixincludes.
857 (build_configdirs): Always include build_libs.
858 * Makefile.in: Regenerate.
859 * configure: Regenerate.
860
861 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
862
863 * Makefile.def (bootstrap stages): Add 'lean' parameter.
864 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
865 phony targets; do not generate timestamp files.
866 (distclean-stageN): Remove references to their timestamp files.
867 (restageN, touch-stageN): Remove.
868 (stageN-bubble): Rewritten.
869 (compare): Support lean bootstraps.
870 * Makefile.in: Regenerate.
871
872 * configure.in: Only warn when bootstrapping but
873 build != host or build != target. Support lean bootstraps.
874 * configure: Regenerate.
875
876 2004-08-26 Phil Edwards <phil@codesourcery.com>
877
878 * configure.in: Give a better error message if GMP/MPFR are missing
879 and a language needing them has been requested.
880 * configure: Regenerated.
881
882 2004-08-25 Phil Edwards <phil@codesourcery.com>
883
884 * configure.in: Print a list of available language front-ends if
885 a requested one is missing. Tidy stray tab characters.
886 * configure: Regenerated.
887
888 2004-08-19 Michael Koch <konqueror@gmx.de>
889
890 * gcc/doc/install.texi: Update entry about automake for libjava.
891
892 2004-08-17 Robert Millan <robertmh@gnu.org>
893
894 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
895 (instead of FreeBSD).
896 * configure: Regenerate.
897
898 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
899
900 * Makefile.in: Regenerate.
901 * configure: Regenerate.
902
903 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
904 stage_*_flags.
905 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
906 for bootstrapped modules if toplevel bootstrap is going.
907 (GCC bootstrap): Generate per-stage targets for all bootstrapped
908 modules. Adjust for changes in Makefile.def. Enable several
909 rules even in non-bootstrap mode, just to avoid peppering the
910 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
911 (stage-[+prev+]-bubble): Remove.
912
913 * Makefile.def (Dependencies): Depend on all-build-bison,
914 all-build-flex, all-build-byacc, all-build-texinfo, rather
915 than the host variations.
916 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
917 with BUILD_SUBDIR.
918 (BISON): Update for recent Bisons.
919 (YACC): Fix typo.
920 (cross): Depend on all-build.
921 (all): Do not depend on all-build.
922 (prebootstrap): Remove.
923 (dep-kind): Accept separate prefixes for MODULE and ON variables.
924 (Prebootstrap dependencies): Add them to the per-stage targets
925 and to all-prebootstrap.
926 * configure.in (build_configdirs): Always enable build_tools.
927 (BUILD_DIR_PREFIX): Remove.
928
929 * Makefile.def (gcc): Add target variable.
930 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
931 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
932 in the recursive `make', instead of hardwiring `all'.
933 (Autogenerated TARGET-* variables): New.
934
935 2004-08-13 Brian Booth <bbooth@redhat.com>
936
937 * MAINTAINERS: Remove myself from write-after-approval.
938
939 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
940
941 * src-release: Stop distributing mmalloc with gdb (which doesn't
942 use it).
943 * Makefile.def: GDB doesn't depend on mmalloc anymore.
944 * Makefile.in: Regenerate.
945
946 2004-08-09 Mark Mitchell <mark@codesourcery.com>
947
948 * configure.in (arm*-*-eabi*): New target.
949 * configure: Regenerate.
950
951 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
952
953 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
954 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
955 (Dependencies): New section.
956 * Makefile.tpl (Dependencies): Generate from Makefile.def.
957 (configure-target-[+module+]): Depend on maybe-all-gcc
958 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
959 (toplevel profiledbootstrap): Fix dependencies.
960 * Makefile.in: Regenerate.
961
962 2004-08-03 Mark Mitchell <mark@codesourcery.com>
963
964 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
965 target-libiberty to noconfigdirs.
966 * configure: Regenerate.
967
968 2004-08-03 Paul Brook <paul@codesourcery.com>
969
970 * configure.in: Check for MPFR as well as GMP.
971 * configure: Regenerate.
972
973 2004-08-01 Robert Millan <robertmh@gnu.org>
974
975 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
976 libmudflap for all GNU-based systems (with Glibc).
977 * configure: Regenerate.
978
979 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
980
981 * Makefile.def (host-modules): Add gcc.
982 * Makefile.in: Regenerate.
983 * Makefile.tpl (sorry): New rule.
984 (configure-host, all-host, [+make_target+]-host, do-check,
985 install-host): Do not add gcc as a special case.
986 (host modules): Add a small special-casing for gcc. Export
987 extra_make_flags through the environment.
988 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
989 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
990 other recursive targets for gcc): Remove.
991
992 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
993 (stage, unstage): New rules.
994 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
995 distclean-stage[+id+]): Use stage_current.
996 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
997 the stage*-start rules.
998
999 2004-08-02 Geoffrey Keating <geoffk@apple.com>
1000
1001 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1002 use -all_load flag.
1003
1004 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
1005
1006 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1007 * configure: Regenerate.
1008
1009 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
1010
1011 * maintainer-scripts/gcc_release: Revert yesterday's change.
1012
1013 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
1014
1015 * MAINTAINERS: Add myself to write-after-approval.
1016
1017 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
1018
1019 * libf2c: Removed.
1020 * gcc/gccbug.in: Updated because of libf2c removal.
1021 * maintainer-scripts/gcc_release: Ditto.
1022
1023 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
1024
1025 * configure.in: Build libmudflap by default on FreeBSD.
1026 * configure: Regenerated.
1027
1028 2004-07-09 Mark Mitchell <mark@codesourcery.com>
1029
1030 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1031 systems.
1032 * configure: Regenerated.
1033
1034 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1035
1036 PR target/16344
1037 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1038 feedback based compiler.
1039 * Makefile.in: Rebuilt.
1040
1041 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
1042
1043 * Makefile.def (host_modules): Set bootstrap=true for flex.
1044 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1045 * Makefile.in: Rebuilt.
1046
1047 2004-07-07 Jan Hubicka <jh@suse.cz>
1048
1049 * MAINTAINERS: Add self as a profile feedback maintainer.
1050
1051 2004-07-05 Phil Edwards <phil@codesourcery.com>
1052
1053 * configure.in: Do not prepend $srcdir to /dev/null in
1054 makefile fragments.
1055 * configure: Regenerate.
1056
1057 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
1058
1059 * Makefile.def (build_modules): Add bison, byacc, flex,
1060 m4, texinfo.
1061 (flags_to_pass): Add FLEX.
1062 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1063 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1064 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1065 DEFAULT_MAKEINFO): Remove.
1066 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1067 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1068 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1069 objdir or else use configured tool.
1070 (all-build): New.
1071 (all): Depend on it.
1072 (Build module dependencies): Add.
1073 * Makefile.in: Regenerate.
1074 * configure.in: Better support for multiple build modules,
1075 matching what is done for host/target modules. Do not look
1076 for "plausible" locations of build tools if Canadian cross.
1077 Use autoconf's AC_PROG_CC to find a C compiler. Define
1078 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1079 * configure: Regenerate.
1080
1081 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
1082
1083 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1084 * Makefile.in: Regenerate.
1085
1086 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
1087
1088 * Makefile.tpl (configure-build-[+module+],
1089 configure-[+module+], configure-target-[+module+]): Pass
1090 [+extra_configure_args+].
1091 (all-build-[+module+], all-[+module+], check-[+module+],
1092 install-[+module+], [+make_target+]-[+module+],
1093 all-target-[+module+], check-target-[+module+],
1094 install-target-[+module+], [+make_target+]-target-[+module+]):
1095 Pass [+extra_make_args+].
1096 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1097 (GCC_HOST_EXPORTS): Remove.
1098 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1099 cross, check-gcc, check-gcc-c++, install-gcc,
1100 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1101 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1102 * Makefile.in: Regenerate.
1103
1104 2004-06-21 Matthew Sachs <msachs@apple.com>
1105
1106 * MAINTAINERS: Added self to write-after-approval.
1107
1108 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1109
1110 * configure.in: Check for srcdir/winsup rather than build directory
1111 winsup.
1112 * configure: Regenerate.
1113
1114 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
1115
1116 * configure.in: Don't build Cygwin native newlib if winsup
1117 directory is missing. Emit warning instead.
1118 * configure: Regenerate.
1119
1120 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
1121
1122 * Makefile.tpl (touch-stage[+id+]): New.
1123 (restage[+prev+]): Depend on touch-stage[+id+].
1124
1125 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1126 Use it throughout.
1127
1128 * Makefile.def: Add profile and feedback bootstrap stages.
1129 Remove next field from bootstrap stages.
1130 * Makefile.tpl (LN, LN_S): Substitute.
1131 (stageN-start, stageN-end): Use double-colon rules, to
1132 provide a hook for additional setup commands.
1133 (distclean-stageN-gcc, restageN): Create dependencies from
1134 [+prev+], not from [+next+].
1135 (stageN-bubble): Add commands for successive stages from
1136 [+prev+], using double-colon rules.
1137 (all-stageN-gcc): Fix typo.
1138 (stagefeedback-start, profiledbootstrap): New.
1139 * Makefile.in: Regenerate.
1140 * configure.in: Call ACX_PROG_LN.
1141 * configure: Regenerate.
1142
1143 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
1144
1145 * MAINTAINERS (Write After Approval): Add myself.
1146
1147 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
1148
1149 * MAINTAINERS (Write After Approval): Add myself.
1150
1151 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
1152
1153 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1154 without gcc.
1155 * configure: Regenerate.
1156
1157 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1158
1159 * Makefile.tpl: Fix typo.
1160 * Makefile.in: Regenerate.
1161
1162 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1163
1164 * configure.in: Remove new- prefix from toplevel
1165 bootstrap targets.
1166 * configure: Regenerate.
1167
1168 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
1169
1170 * Makefile.tpl (all.normal): Rename to all.
1171 (all): Replace with a rule to pick the default
1172 target from configure.
1173 (all-gcc, configure-gcc): Use conditionals to
1174 do nothing when toplevel bootstrap is going on.
1175 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1176 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1177 * configure.in: Support --enable-bootstrap.
1178
1179 * Makefile.def: Remove new- prefix from toplevel
1180 bootstrap targets.
1181 * Makefile.tpl: Likewise.
1182
1183 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1184 target.
1185
1186 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1187 $(RECURSE_FLAGS) to recursive invocation of make.
1188
1189 * Makefile.in: Regenerate.
1190 * configure: Regenerate.
1191
1192 2004-05-30 Andreas Jaeger <aj@suse.de>
1193 Jim Wilson <wilson@specifixinc.com>
1194
1195 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1196 like CC.
1197
1198 2004-05-27 Daniel Jacobowitz <dan@debian.org>
1199
1200 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1201 * configure: Regenerate.
1202
1203 2004-05-25 Daniel Jacobowitz <drow@false.org>
1204
1205 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1206 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1207 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1208 targets.
1209 * Makefile.in: Regenerate.
1210
1211 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
1212
1213 * configure.in: Test the ability to symlink directories.
1214 * configure: Regenerate.
1215
1216 * Makefile.def (bootstrap-stage): New definitions.
1217 * Makefile.tpl (configure-stage1-gcc,
1218 configure-stage2-gcc, configure-stage3-gcc,
1219 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1220 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1221 new-restage3, compare): Autogenerate, see Makefile.in
1222 entry for behavioral changes.
1223 (distclean-stage1, new-stage1-start, new-stage1-end,
1224 new-stage1-bubble, distclean-stage2, new-stage2-start,
1225 new-stage2-end, new-stage2-bubble, distclean-stage3,
1226 new-stage3-start, new-stage3-end): New autogenerated targets.
1227 (objext, prebootstrap, BOOT_CFLAGS,
1228 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1229 targets.
1230
1231 * Makefile.in: Regenerate.
1232 (distclean-stage1, new-stage1-start, new-stage1-end,
1233 new-stage1-bubble, distclean-stage2, new-stage2-start,
1234 new-stage2-end, new-stage2-bubble, distclean-stage3,
1235 new-stage3-start, new-stage3-end): New targets.
1236 (all-stage1-gcc): Move prebootstrap dependency from here...
1237 (configure-stage1-gcc): ...to here.
1238 (new-bootstrap): Use bubble targets.
1239 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1240 Use per-stage distclean targets.
1241 (configure-stage1-gcc, configure-stage2-gcc,
1242 configure-stage3-gcc, all-stage1-gcc,
1243 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1244 Use new-stageN-start to prepare the tree.
1245
1246 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
1247
1248 * Makefile.def (host_modules): add libcpp.
1249 * Makefile.tpl: Add dependencies on and for libcpp.
1250 * Makefile.in: Regenerate.
1251 * configure.in: Add libcpp host module.
1252 * configure: Regenerate.
1253
1254 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
1255
1256 * Makefile.tpl: Whenever a recursive target is defined, wrap
1257 it in a special @if/@endif block, and prepare its maybe
1258 dependency in the @if/@endif block
1259 * configure.in: Instead of writing maybe dependencies, remove
1260 the @if/@endif statements, and remove the @if/@endif blocks
1261 that remain.
1262 * configure: Regenerate.
1263 * Makefile.in: Regenerate.
1264
1265 2004-05-20 Janis Johnson <janis187@us.ibm.com>
1266
1267 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1268
1269 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1270
1271 PR bootstrap/15120
1272 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1273 * */configure: Rebuilt.
1274
1275 2004-05-17 Zack Weinberg <zack@codesourcery.com>
1276
1277 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1278 of libf2c.
1279 * configure, Makefile.in: Regenerate.
1280
1281 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
1282
1283 * MAINTAINERS (Write After Approval): Add myself.
1284
1285 2004-05-13 Diego Novillo <dnovillo@redhat.com>
1286
1287 Merge from tree-ssa-20020619-branch.
1288
1289 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1290 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1291 (HOST_GMPLIBS): Define.
1292 (HOST_GMPINC): Define.
1293 (TARGET_LIB_PATH): Add libmudflap.
1294 (GFORTRAN_FOR_TARGET): Define.
1295 (configure-build*): Export GFORTRAN.
1296 (configure-gcc): Export GMPLIBS and GMPINC.
1297 (all-gcc): Add maybe-all-libbanshee.
1298 (configure-target-libgfortran): Define.
1299 * Makefile.in: Regenerate.
1300 * configure.in (host_libs): Add libbanshee.
1301 (target_libraries): Add target-libmudflap and target-libgfortran.
1302 Add --with-libbanshee.
1303 Handle --disable-libmudflap.
1304 (*-*-freebsd*): Use with_gmp.
1305 Add $(libgcj) to noconfigdirs.
1306 * configure: Regenerate.
1307 * depcomp: New file.
1308 * MAINTAINERS: Add tree-ssa maintainers.
1309
1310 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
1311
1312 * MAINTAINERS (Various Maintainers): Add myself.
1313
1314 2004-04-30 Brian Ford <ford@vss.fsi.com>
1315
1316 * MAINTAINERS (Write After Approval): Add myself.
1317
1318 2004-04-29 Uros Bizjak <uros@kss-loka.si>
1319
1320 * MAINTAINERS (Write After Approval): Add myself.
1321
1322 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
1323
1324 * config/acx.m4: Fix fastcompare support for new-bootstrap.
1325 * configure: Regenerate.
1326
1327 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
1328
1329 Revert:
1330 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1331
1332 * Makefile.def (flags_to_pass): Remove *dir variables that
1333 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1334 as well as prefix and exec_prefix.
1335 * Makefile.in: Regenerate.
1336
1337 2004-04-26 Robert Millan <robertmh@gnu.org>
1338
1339 Add patches from libtool CVS.
1340 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1341 * ltconfig: Likewise.
1342 * ltcf-c.sh: Likewise.
1343 * ltcf-cxx.sh: Likewise.
1344 * ltcf-gcj.sh: Likewise.
1345
1346 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1347
1348 * Makefile.def (host_modules): Mark with the bootstrap
1349 flag packages on which gcc depends.
1350 * Makefile.tpl (all-bootstrap): Use it.
1351 * Makefile.in: Regenerate.
1352
1353 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1354
1355 * Makefile.def (flags_to_pass): Remove *dir variables that
1356 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1357 as well as prefix and exec_prefix.
1358 * Makefile.in: Regenerate.
1359
1360 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1361
1362 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1363 * configure: Regenerate.
1364 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1365 * gcc/Makefile.tpl (compare): Use the result of the test.
1366 * gcc/Makefile.in: Regenerate.
1367
1368 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
1369
1370 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1371 Always relocate gcc and prev-gcc to the original names, even
1372 if the build fails.
1373 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1374 New targets.
1375
1376 2004-04-23 Laurent GUERBY <laurent@guerby.net>
1377
1378 * MAINTAINERS: Update my email address.
1379
1380 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1381
1382 * configure.in (mips*-*-irix5*): Enable ld.
1383 * configure: Regenerate.
1384
1385 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1386
1387 * configure: Regenerate.
1388
1389 2004-04-15 James E Wilson <wilson@specifixinc.com>
1390
1391 * Makefile.tpl (configure-[+module+], configure-gcc,
1392 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1393 Set and export LDFLAGS.
1394 * Makefile.in: Regenerate.
1395
1396 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
1397
1398 * MAINTAINERS: Add myself to write-after-approval.
1399
1400 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1401
1402 PR bootstrap/14871
1403 * Makefile.tpl: If we don't have built-in-tree target tools,
1404 use the ones found by configure rather than hacking around with
1405 program_transform_name.
1406 * configure.in: Give Makefile.tpl the information necessary
1407 to do that.
1408 * Makefile.in: Regenerate.
1409 * configure: Regenerate.
1410
1411 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
1412
1413 PR bootstrap/14760
1414 * configure.in: When computing baseargs, strip *all* copies of
1415 offending options. Also, don't match/substitute the trailing space,
1416 so that this actually works when two similar options are separated by
1417 only one space.
1418 * configure: Regenerate.
1419
1420 2004-04-06 David Edelsohn <edelsohn@gnu.org>
1421
1422 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1423 (rs6000-*-aix*): Same.
1424 * configure: Regenerate.
1425
1426 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
1427
1428 * MAINTAINERS: Add myself to write-after-approval.
1429
1430 2004-04-03 Bud Davis <bdavis9659@comcast.net>
1431
1432 * MAINTAINERS: Add myself to write-after-approval.
1433
1434 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
1435
1436 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1437 STRICT_WARN, WARN_CFLAGS flags passed down to make.
1438 * Makefile.in: Regenerate.
1439
1440 * configure.in (top level bootstrap support): Rework --enable-werror
1441 to set @stage2_werror_flag@.
1442 * configure: Regenerate.
1443 * Makefile.tpl (top level bootstrap support): Pass
1444 @stage2_werror_flag@ down to configure in stages 2 and 3.
1445 * Makefile.in: Regenerate.
1446
1447 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
1448
1449 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1450 for stages 2 and 3 as well as in make. As a consequence, remove
1451 OUTPUT_OPTION (now detected by configure) from the flags passed down
1452 to make.
1453 * Makefile.in: Regenerate.
1454
1455 * Makefile.tpl (new-bootstrap): Fix typo.
1456 * Makefile.in: Regenerate.
1457
1458 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
1459
1460 * Makefile.tpl: Rearrange by moving recursive_targets rules
1461 into their proper sections.
1462 * Makefile.tpl (top level bootstrap support): Move disabling
1463 of coverage flags from 'make' to 'configure'; improve comments.
1464 * Makefile.in: Regenerate.
1465
1466 * Makefile.tpl (experimental top level bootstrap) Move stage1
1467 language setting from all- target to configure- target; disable
1468 intermodule optimization in stage 1; prevent gratuitous rebuilds
1469 of stage 1.
1470 * Makefile.in: Regenerate.
1471 * configure.in: Comma-separate stage 1 language list for top
1472 level bootstrap.
1473 * configure: Regenerate.
1474
1475 * Makefile.tpl: Clean up experimental top level bootstrap support:
1476 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1477 prev-gcc in configure- targets as well as all- targets.
1478 * Makefile.in: Regenerate.
1479
1480 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
1481
1482 * compile: New file imported from automake.
1483
1484 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
1485
1486 * configure.in: Remove symbolic link section.
1487 * configure: Regenerate.
1488 * Makefile.tpl (links): Remove.
1489 * Makefile.in: Regenerate.
1490
1491 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
1492 Nathanael Nerode <neroden@gcc.gnu.org>
1493
1494 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1495 Set with AC_CHECK_PROGS.
1496 * configure.in: Fix comment typo from last patch.
1497 * configure: Regenerate.
1498
1499 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
1500
1501 * Makefile.tpl: Introduce experimental top level bootstrap support.
1502 * Makefile.in: Regenerate.
1503 * configure.in: Introduce support for top level bootstrap.
1504 * configure: Regenerate.
1505
1506 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
1507 Paolo Bonzini <bonzini@gnu.org>
1508
1509 PR bootstrap/14522
1510 * configure.in: Cope with shells that do not support unquoted ^
1511 * configure: Regenerate.
1512
1513 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
1514 Paolo Bonzini <bonzini@gnu.org>
1515
1516 PR bootstrap/14522
1517 * configure.in: Cope with shells that do not support nesting
1518 quotes inside quoted backquote substitutions.
1519 * configure: Regenerate.
1520
1521 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
1522
1523 PR bootstrap/14522
1524 * configure.in: Fix escaping of $.
1525 * configure: Regenerate.
1526
1527 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
1528
1529 * configure: Regenerate, since I forgot to while committing Paolo's
1530 changes.
1531
1532 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
1533
1534 PR ada/14131
1535 Move language detection to the top level.
1536 * configure.in: Find default values for the tools as
1537 soon as possible. Disable ada if GNAT is not found.
1538 Emit error message about missing languages. Expand
1539 --enable-languages=all for the gcc subdirectory.
1540
1541 2004-03-10 Ben Elliston <bje@gnu.org>
1542
1543 * MAINTAINERS: Update my email address.
1544
1545 2004-03-05 David Edelsohn <edelsohn@gnu.org>
1546
1547 * ltconfig: Disable building static libraries if building shared
1548 libraries on AIX 5L.
1549
1550 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
1551
1552 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1553 and disable libgcj.
1554 * configure: Regenerated.
1555
1556 2004-03-01 Brian Booth <bbooth@redhat.com>
1557
1558 * MAINTAINERS: Add myself to write-after-approval.
1559
1560 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
1561
1562 * MAINTAINERS: Add myself to write-after-approval.
1563
1564 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1565
1566 PR bootstrap/7087
1567 * Makefile.tpl: Guard XFOO sed statements better.
1568 * Makefile.tpl: Add dependency for configure-target-libada.
1569 * Makefile.in: Regenerate (incidentally fixes broken
1570 commit when libada-branch was merged).
1571
1572 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
1573
1574 * MAINTAINERS: Add myself to write-after-approval.
1575
1576 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
1577
1578 * MAINTAINERS: Add Nicola Pero and myself as libobjc
1579 maintainers.
1580
1581 2004-02-20 Andrew Cagney <cagney@redhat.com>
1582
1583 * config.guess: Update from version 2003-10-16 to 2004-02-16.
1584 * config.sub: Update from version 2003-11-03 to 2004-02-16.
1585
1586 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
1587
1588 PR bootstrap/11932
1589 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1590
1591 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
1592
1593 * MAINTAINERS: Added myself to write-after-approval.
1594
1595 2004-02-14 Michael Koch <konqueror@gmx.de>
1596
1597 * MAINTAINERS: Added myself to write-after-approval.
1598
1599 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
1600
1601 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
1602 some OS port maintainers to OS port maintainers section.
1603
1604 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
1605
1606 * MAINTAINERS: Add self.
1607
1608 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
1609
1610 * MAINTAINERS: Alphabetize.
1611
1612 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
1613
1614 * MAINTAINERS: Remove myself.
1615
1616 2004-02-11 David Edelsohn <edelsohn@gnu.org>
1617
1618 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1619 (rs6000-*-aix*): Same.
1620 * configure: Regenerate.
1621
1622 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
1623
1624 * configure.in (host): Add in missing $noconfigdirs to defines.
1625 * configure: Regenerate.
1626
1627 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
1628 Nathanael Nerode <neroden@gcc.gnu.org>
1629
1630 PR ada/6637, PR ada/5911
1631 Merge with libada-branch:
1632 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
1633 with appropriate dependencies. Add --enable-libada configure switch.
1634 * configure, Makefile.in: Regenerate.
1635
1636 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
1637
1638 * MAINTAINERS: Add myself to write-after-approval.
1639
1640 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1641
1642 * configure.in: Don't pass --with-stabs on IRIX 5 either.
1643 * configure: Regenerate.
1644
1645 2004-02-04 Geoffrey Keating <geoffk@apple.com>
1646
1647 Merge from upstream:
1648
1649 * ltmain.in: When setting IFS to '~', be careful about user
1650 arguments that contain '~'.
1651
1652 2004-02-04 Peter O'Gorman <peter@pogma.com>
1653
1654 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
1655 Also test $base_compile against $CC with escaped arguments. Bug
1656 reported by Geoff Keating <geoffk@apple.com>.
1657
1658 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
1659
1660 * MAINTAINERS: Remove i960 port.
1661
1662 2004-01-23 DJ Delorie <dj@redhat.com>
1663
1664 * Makefile.def (target_modules) [libiberty]: Don't stage.
1665 * Makefile.in: Rebuilt.
1666
1667 2004-01-20 Caroline Tice <ctice@apple.com>
1668
1669 * MAINTAINERS: Add myself to write-after-approval.
1670
1671 2004-01-19 Paolo Carlini <pcarlini@suse.de>
1672
1673 * MAINTAINERS: Update my email address.
1674
1675 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
1676
1677 * MAINTAINERS: Add myself to write-after-approval.
1678
1679 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1680
1681 * MAINTAINERS: Remove entries without email address.
1682
1683 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
1684
1685 * MAINTAINERS: Add myself to write-after-approval.
1686
1687 2004-01-15 Steven Bosscher <stevenb@suse.de>
1688
1689 * MAINTAINERS: Update my email address.
1690
1691 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
1692
1693 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
1694 * Makefile.tpl (configure-target-[+module+]): Support stage.
1695 * Makefile.in: Rebuilt.
1696
1697 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1698
1699 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
1700
1701 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
1702
1703 * MAINTAINERS: Add myself as a MIPS maintainer.
1704
1705 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
1706
1707 * configure.in: Use ./config.cache, not config.cache.
1708 * configure: Regenerate.
1709 * Makefile.tpl: Special-casing not needed for GCC any more.
1710 * Makefile.in: Regenerate.
1711
1712 * configure.in: Don't share a cache file for host dirs.
1713 * configure: Regenerate.
1714
1715 * config-ml.in: Don't mess with the cache file.
1716
1717 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1718
1719 * MAINTAINERS: Move myself from 'Write After Approval' to
1720 'CPU Port Maintainers' section as SPARC maintainer.
1721
1722 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1723
1724 * Makefile.tpl: Make GCC use a separate config.cache.
1725 * Makefile.in: Regenerate.
1726
1727 PR bootstrap/11932, PR bootstrap/11933
1728 (I don't know if it will fix either of them, but it relates
1729 to them.)
1730 * configure.in: Don't use shared config.cache for target
1731 directories.
1732 * configure: Regenerate.
1733
1734 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
1735
1736 * MAINTAINERS: Add myself to 'Write After Approval' section.
1737
1738 2003-12-31 Roger Sayle <roger@eyesopen.com>
1739
1740 * configure.in (ia64*-*-hpux*): Disable building java libraries.
1741 * configure: Regenerated.
1742
1743 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
1744
1745 * MAINTAINERS: Remove the mn10200 maintainer.
1746
1747 2003-12-21 Bernardo Innocenti <bernie@develer.com>
1748
1749 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1750 * configure: Regenerated.
1751
1752 2003-12-16 Jan Hubicka <jh@suse.cz>
1753
1754 * MAINTAINERS: Add myself as callgraph maintainer.
1755
1756 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
1757
1758 * configure.in (raw_libstdcxx_flags): Remove the leading space.
1759 * configure: Regenerate.
1760
1761 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1762
1763 * MAINTAINERS: Move myself from 'Bug database only accounts' to
1764 'Write After Approval' section. Update email.
1765
1766 2003-12-01 James Lemke <jim@wasabisystems.com>
1767
1768 * MAINTAINERS (Write After Approval): Add myself.
1769
1770 2003-11-20 Matt Thomas <matt@3am-software.com>
1771
1772 * MAINTAINERS: Add myself as a vax port maintainer.
1773
1774 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
1775
1776 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1777 (configure-build-[+module+], configure-[+module+]): Likewise.
1778 (configure-target-[+module+], configure-gcc, config.status): Likewise.
1779 * Makefile.in: Regenerate.
1780
1781 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
1782
1783 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
1784 shared/dylibed libraries.
1785 * ltmain.sh: Likewise.
1786 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
1787 * ltcf-cxx.sh: Likewise.
1788 * ltcf-gcj.sh: Likewise.
1789 * ltconfig: Likewise.
1790
1791 2003-11-17 Stan Cox <scox@redhat.com>
1792
1793 * MAINTAINERS: Add myself as iq2000 port maintainer.
1794
1795 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
1796
1797 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
1798 * Makefile.in: Regenerate.
1799
1800 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
1801
1802 * config.sub: Update to 2003-11-03 version.
1803
1804 2003-10-20 Phil Edwards <phil@codesourcery.com>
1805
1806 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
1807 * configure: Regenerate.
1808
1809 2003-10-20 Nicolas Pitre <nico@cam.org>
1810
1811 * MAINTAINERS: Add myself to 'Write After Approval' section.
1812
1813 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
1814
1815 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
1816
1817 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
1818
1819 * MAINTAINERS: Update my email address.
1820
1821 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1822
1823 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
1824
1825 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
1826
1827 * MAINTAINERS: Add myself to 'Write After Approval' section.
1828
1829 2003-10-16 Bernardo Innocenti <bernie@develer.com>
1830
1831 * config.guess: Update to 2003-10-16 version.
1832 * config.sub: Update to 2003-10-16 version.
1833
1834 2003-10-15 David Daney <ddaney@avtrex.com>
1835
1836 * MAINTAINERS: Added myself to 'Write After Approval' section.
1837
1838 2003-10-15 Falk Hueffner <falk@debian.org>
1839
1840 * MAINTAINERS: Move myself from 'Bug database only accounts' to
1841 'Write After Approval' section. Update email.
1842
1843 2003-10-14 Roger Sayle <roger@eyesopen.com>
1844
1845 * MAINTAINERS: Move myself from 'Write After Approval' to
1846 'Various Maintainers' section as middle-end maintainer.
1847
1848 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
1849
1850 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1851 HOST_FLAGS_TO_PASS.
1852 * Makefile.in: Regenerate.
1853
1854 2003-10-11 Bernardo Innocenti <bernie@develer.com>
1855
1856 * config.guess: Update to 2003-10-07 version.
1857 * config.sub: Update to 2003-10-07 version.
1858
1859 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1860
1861 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
1862 * ltconfig (irix5*, irix6*): Don't override version_type.
1863
1864 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
1865
1866 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1867 * configure: Rebuilt
1868 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1869 * Makefile.in: Rebuilt
1870
1871 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
1872
1873 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1874
1875 2003-09-30 Carlo Wood <carlo@alinoe.com>
1876
1877 * MAINTAINERS (Write After Approval): Add myself.
1878
1879 2003-09-29 Paul Koning <ni1d@arrl.net>
1880
1881 * MAINTAINERS: Move myself from "Write After Approval"
1882 to CPU platform maintainers for pdp11 platform.
1883
1884 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
1885
1886 * MAINTAINERS: Move myself from 'Write After Approval' to
1887 'Various Maintainers' section as libffi testsuite maintainer.
1888
1889 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
1890
1891 * configure.in: Pass a computed --program-transform-name
1892 to subconfigures.
1893 * configure: Regenerated.
1894
1895 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1896
1897 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1898 * Makefile.in: Regenerate.
1899
1900 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1901 * Makefile.in: Regenerate.
1902
1903 2003-09-19 Ziemowit Laski <zlaski@apple.com>
1904
1905 * MAINTAINERS: Move myself from 'Write After Approval'
1906 to 'Various Maintainers' (objective-c) section.
1907
1908 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
1909
1910 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1911 quoting.
1912 * configure: Regenerated.
1913
1914 2003-09-16 Joel Brobecker <brobecker@gnat.com>
1915
1916 * MAINTAINERS (Write After Approval): Add myself to write after
1917 approval list.
1918
1919 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
1920
1921 * MAINTAINERS (Write After Approval): Add myself.
1922
1923 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1924
1925 * MAINTAINERS: Update my e-mail address.
1926
1927 2003-09-09 Alan Modra <amodra@bigpond.net.au>
1928
1929 * libtool.m4 (LD): Correct powerpc64 host match.
1930
1931 2003-09-06 James E Wilson <wilson@tuliptree.org>
1932
1933 * MAINTAINTERS: Update my affiliation and email address.
1934
1935 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1936
1937 * MAINTAINERS (Write After Approval): Add myself.
1938
1939 2003-09-04 DJ Delorie <dj@redhat.com>
1940
1941 * configure: Regenerate.
1942
1943 2003-09-04 Robert Millan <robertmh@gnu.org>
1944
1945 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1946
1947 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1948
1949 * configure.in: Ensure arguments to sed are properly spaced.
1950 * configure: Regenerate.
1951
1952 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1953
1954 * MAINTAINERS: Update my e-mail address.
1955
1956 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
1957
1958 * MAINTAINERS (Write After Approval): Add myself.
1959
1960 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
1961
1962 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1963 * configure: Regenerated.
1964
1965 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
1966
1967 * MAINTAINERS: Update my email address.
1968
1969 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
1970
1971 * configure.in: Use newline instead of semicolon when assuming
1972 shell arguments in a for loop.
1973 * configure: Regenerated.
1974
1975 2003-08-22 Jason Eckhardt <jle@rice.edu>
1976
1977 * MAINTAINERS: Resurrect the i860 maintainer.
1978
1979 2003-08-20 Geoffrey Keating <geoffk@apple.com>
1980
1981 PR 8180
1982 * configure.in: When testing with_libs and with_headers, treat
1983 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1984 * configure: Regenerate.
1985
1986 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1987 make, shell, etc.
1988 (baseargs): Likewise.
1989 * configure: Regenerate.
1990
1991 2003-08-20 Bernardo Innocenti <bernie@develer.com>
1992
1993 * MAINTAINERS (Write After Approval): Add myself.
1994
1995 2003-08-19 Geoffrey Keating <geoffk@apple.com>
1996
1997 * configure.in: Disable libgcj for darwin not on powerpc.
1998 * configure: Rebuild.
1999
2000 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
2001
2002 * config-ml.in, symlink-tree: Add license.
2003
2004 2003-08-03 Richard Stallman <rms@gnu.org>
2005 Eben Moglen <moglen@columbia.edu>
2006
2007 * README.SCO: New file.
2008
2009 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
2010
2011 * Makefile.tpl (check, check-c++): Express dependencies using
2012 dependencies rather than commands.
2013 * Makefile.in: Regenerate.
2014
2015 2003-08-01 Andrew Cagney <cagney@redhat.com>
2016
2017 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2018 * configure: Ditto.
2019
2020 2003-07-31 Geoffrey Keating <geoffk@apple.com>
2021
2022 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2023 * Makefile.in: Update.
2024
2025 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
2026
2027 * configure.in: Enable libgcj for darwin.
2028 * configure: Rebuild.
2029
2030 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
2031
2032 * config-ml.in: Use ac_configure_args directly instead of
2033 ml_arguments. Only set ml_norecursion if --no[-]recursion is
2034 actually seen.
2035
2036 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
2037
2038 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2039 creating target and build subdirs to build all parent dirs as needed.
2040 * Makefile.in: Rebuild.
2041 * configure.in: Don't build dirs explicitly here.
2042 * configure: Rebuild.
2043
2044 2003-07-26 Paul Brook <paul@nowt.org>
2045
2046 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
2047
2048 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
2049
2050 * Makefile.tpl (all-make): Depend on intl.
2051 * Makefile.in: Rebuilt.
2052
2053 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
2054
2055 * install-sh: Update to newer upstream versions (associated with
2056 aclocal 1.7).
2057 * mkinstalldirs: Likewise.
2058 * missing: Likewise, plus $1Help2man -> $1 typo fix.
2059
2060 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
2061
2062 * MAINTAINERS: Move self from Bug database only accounts
2063 to write-after-approval.
2064
2065 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2066
2067 * config.if: Remove unused libc_interface determination.
2068
2069 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
2070
2071 * MAINTAINERS: Move self from write-after-approval to
2072 build machinery (*.in).
2073
2074 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
2075
2076 PR bootstrap/11273
2077 PR bootstrap/11408
2078 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
2079 unused INSTALL_PROGRAM_ARGS.
2080 * configure.in: Use AC_PROG_INSTALL.
2081 * Makefile.in: Regenerate.
2082 * configure: Regenerate.
2083
2084 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
2085
2086 * MAINTAINERS: Alphabetize.
2087
2088 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
2089
2090 * configure: Rebuilt.
2091 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
2092 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2093 newlib nor libgloss.
2094 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
2095 * configure.in (am33_2.0-*-linux*): Added.
2096
2097 2003-07-09 Bob Wilson <bob.wilson@acm.org>
2098
2099 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2100 * configure: Regenerate.
2101
2102 2003-07-07 Zack Weinberg <zack@codesourcery.com>
2103
2104 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
2105 * Makefile.in: Regenerate.
2106
2107 2003-07-04 Zack Weinberg <zack@codesourcery.com>
2108
2109 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
2110 * Makefile.in: Regenerate.
2111
2112 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
2113
2114 * Makefile.tpl: Replace PWD with PWD_COMMAND.
2115 * Makefile.in: Regenerated.
2116
2117 * config-ml.in: Replace PWD with PWD_COMMAND.
2118
2119 2003-07-04 Zack Weinberg <zack@codesourcery.com>
2120
2121 * intl: New directory; see intl/ChangeLog for details.
2122 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
2123 * Makefile.tpl: all-gcc depends on maybe-all-intl.
2124 * Makefile.in: Regenerate.
2125
2126 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
2127
2128 * configure.in: Clean up config-lang.in handling. Delete
2129 useless assignment to "subdirs".
2130 * configure: Regenerate.
2131
2132 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
2133
2134 * configure.in: Rename 'target_libs' to 'target_libraries'.
2135 Remove useless reference to 'target_libs'.
2136 * configure: Regenerate.
2137
2138 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
2139
2140 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2141 * Makefile.in: Regenerate.
2142
2143 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
2144
2145 * Makefile.def: Introduce flags_to_pass.
2146 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2147 * Makefile.in: Regenerate.
2148
2149 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
2150
2151 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2152 and target-libgloss.
2153 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2154 <h8300*-*-*>: Disable libf2c and ${libgcj}.
2155 * configure: Regenerate.
2156
2157 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
2158
2159 * configure.in: Update testsuite_flags to new location.
2160 * configure. Regenerate.
2161
2162 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
2163
2164 * Makefile.tpl: Remove BUILD_CC stuff.
2165 * Makefile.in: Regenerate.
2166
2167 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
2168
2169 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
2170
2171 2003-06-16 Graeme Peterson <gp@qnx.com>
2172
2173 * MAINTAINERS (Write After Approval): Add myself.
2174
2175 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
2176
2177 * config.guess: Update to 2003-06-12 version.
2178 * config.sub: Update to 2003-06-13 version.
2179
2180 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
2181
2182 * config.guess: Update to 2003-06-06 version.
2183 * config.sub: Update to 2003-06-06 version.
2184
2185 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2186
2187 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2188 * configure. Regenerate.
2189
2190 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2191
2192 * configure.in: Disable serial configure by default.
2193 * configure: Regenerate.
2194 * Makefile.tpl: Abolish .NOTPARALLEL.
2195 * Makefile.in: Regenerate.
2196
2197 * Makefile.tpl: Replace {build,host,target}_canonical by
2198 {build,host,target}.
2199 * Makefile.in: Regenerate.
2200
2201 * Makefile.tpl: Fix stupid pasto.
2202 * Makefile.in: Regenerate.
2203
2204 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2205
2206 * Makefile.tpl: Remove bogus conditional.
2207 * Makefile.in: Regenerate.
2208
2209 2003-06-05 Jan Hubicka <jh@suse.cz>
2210
2211 * Makefile.tpl (profiledbootstrap): New target.
2212 * Makefile.in (profiledbootstrap): New target.
2213
2214 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
2215
2216 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
2217 Pinski. Remove user names from other bugzilla-only maintainers.
2218
2219 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
2220
2221 * Makefile.tpl: Make 'recursive targets' using autogen rather
2222 than shell loop. Remove duplicate 'clean' targets and false
2223 comments.
2224 * Makefile.def: Add systematic dependencies to 'recursive' targets.
2225 Add systematic method of specifying missing targets in subdirs.
2226 Add copyright boilerplate.
2227 * Makefile.in: Regenerate.
2228 * configure.in: Add 'recursive targets' to maybe list.
2229 * configure: Regenerate.
2230
2231 * MAINTAINERS: "GNATS only" -> "Bug database only".
2232
2233 * Makefile.tpl: Rename [+target+] to [+make_target+].
2234 * Makefile.def: Rename 'target' to 'make_target'.
2235
2236 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
2237
2238 * MAINTAINERS: Add self as options handling maintainer.
2239
2240 2003-05-28 Michael Meissner <gnu@the-meissners.org>
2241
2242 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
2243 been too long since I touched those ports.
2244
2245 2003-05-28 DJ Delorie <dj@redhat.com>
2246
2247 * Makefile.tpl: Make maybe-check-gcc .PHONY.
2248 * Makefile.in: Regenerate.
2249
2250 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2251
2252 * configure.in: Use curly braces in the definition of tooldir.
2253 * configure: Regenerate.
2254
2255 2003-05-21 DJ Delorie <dj@redhat.com>
2256
2257 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2258 newlib or libgloss.
2259 * Makefile.in: Regenerate.
2260
2261 2003-05-21 DJ Delorie <dj@redhat.com>
2262
2263 * Makefile.tpl: Add missing empty maybe-check-gcc target.
2264 * Makefile.in: Regenerate.
2265
2266 2003-05-20 Ian Lance Taylor <ian@airs.com>
2267
2268 * MAINTAINERS: Update my e-mail address.
2269
2270 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
2271
2272 * configure.in: Switch more things to use maybe dependencies.
2273 * Makefile.tpl: Switch more things to use maybe dependencies.
2274 Factor out common code from autogen IF statements.
2275 * configure: Regenerate.
2276 * Makefile.in: Regenerate.
2277
2278 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
2279
2280 * configure.in: Accept i[3456789]86 for machine type.
2281 * configure: Regenerate.
2282
2283 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2284
2285 * configure.in: Switch more things to use maybe dependencies.
2286 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
2287 * configure: Regenerate.
2288 * Makefile.tpl: Switch more things to use maybe dependencies.
2289 * Makefile.in: Regenerate.
2290
2291 2003-05-16 Andreas Schwab <schwab@suse.de>
2292
2293 * Makefile.tpl (install-opcodes): Define.
2294 * Makefile.in: Rebuild.
2295
2296 2003-05-13 Andreas Jaeger <aj@suse.de>
2297
2298 * config.guess: Update to 2003-05-09 version.
2299 * config.sub: Update to 2003-05-09 version.
2300
2301 2003-05-13 Michael Eager <eager@mvista.com>
2302
2303 * configure.in: Correct sed script so that options in quotes are not
2304 deleted.
2305 * configure: Rebuild.
2306
2307 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
2308
2309 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2310 and $$s/newlib/libc/sys/cygwin32 include paths.
2311 * configure: Ditto.
2312
2313 2003-05-12 Michael Meissner <gnu@the-meissners.org>
2314
2315 * MAINTAINERS: Update my email addresses.
2316
2317 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
2318
2319 * config-ml.in: Propagate INSTALL variables.
2320
2321 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2322
2323 * MAINTAINERS: Remove duplicate entries in Write After Approval.
2324
2325 2003-05-02 Chris Demetriou <cgd@broadcom.com>
2326
2327 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2328 * Makefile.in: Regenerate.
2329
2330 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
2331
2332 * MAINTAINERS (GNATS only): Add Falk Hueffner.
2333
2334 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
2335
2336 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
2337
2338 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2339
2340 * Makefile.tpl: Clean $(BUILD_SUBDIR).
2341 * Makefile.in: Regenerated.
2342
2343 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
2344
2345 * MAINTAINERS (Write After Approval): Upgrade myself from
2346 GNATS only to write-after-approval. Update my mail address.
2347
2348 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
2349
2350 (OS Port Maintainers: freebsd): Add myself.
2351
2352 2003-04-22 Mark Mitchell <mark@codesourcery.com>
2353
2354 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
2355
2356 2003-04-22 Kean Johnston <jkj@sco.com>
2357
2358 * MAINTAINERS (SCO ports): Added myself.
2359
2360 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
2361
2362 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
2363
2364 2003-04-19 Kean Johnston <jkj@sco.com>
2365
2366 * MAINTAINERS (Write After Approval): Add myself.
2367
2368 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2369
2370 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2371 * Makefile.in: Regenerate.
2372
2373 2003-04-18 Jakub Jelinek <jakub@redhat.com>
2374
2375 * configure.in (powerpc64*-*-linux*): Remove.
2376 * configure: Rebuilt.
2377
2378 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
2379
2380 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
2381 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2382 and restrap.
2383 * Makefile.in: Regenerate.
2384
2385 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
2386
2387 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2388 * configure: Regenerated.
2389
2390 2003-04-15 DJ Delorie <dj@redhat.com>
2391
2392 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
2393
2394 2003-04-13 Nick Clifton <nickc@redhat.com>
2395
2396 * config-ml.in: Remove support for --disable-aix removing
2397 call-aix multilibs.
2398
2399 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
2400
2401 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2402 * */configure: Rebuilt.
2403
2404 2003-04-08 Joel Sherrill <joel@oarcorp.com>
2405
2406 * MAINTAINERS: Add my email address.
2407
2408 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
2409
2410 * MAINTAINERS (Write After Approval): Add myself.
2411
2412 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
2413
2414 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2415 * Makefile.in: Regenerate.
2416
2417 2003-03-14 Michael Chastain <mec@shout.net>
2418
2419 * Makefile.in: Regenerate with correct Makefile.def.
2420
2421 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
2422
2423 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
2424 Make macro.
2425 * Makefile.in: Regenerate.
2426 * configure.in: Clean up gxx_include_dir logic.
2427 * configure: Regenerate.
2428
2429 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
2430
2431 * MAINTAINERS (Write After Approval): Add myself.
2432
2433 2003-03-10 Ben Elliston <bje@wasabisystems.com>
2434
2435 * MAINTAINERS: Update my mail address.
2436
2437 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2438
2439 * configure.in (gxx_include_dir): Fix typo.
2440 * configure: Regenerated.
2441
2442 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2443
2444 * Makefile.tpl: Reindent.
2445 * Makefile.in: Regenerate.
2446 * configure.in: Reindent. Don't set unused variables.
2447 * configure: Regenerate.
2448
2449 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
2450
2451 * configure.in: Include $(build_tooldir)/sys-include in
2452 FLAGS_FOR_TARGET.
2453 * configure: Regenerated.
2454
2455 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2456
2457 * Makefile.tpl: Always pass down RANLIB.
2458 * Makefile.in: Regenerate.
2459
2460 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2461 * Makefile.in: Regenerate.
2462 * configure.in: Remove unused logic relating to --enable-shared
2463 and --enable-threads. Remove bogus comments. Remove redundant
2464 noconfigdirs.
2465 * configure: Regenerate.
2466
2467 * configure.in: Replace ${libstdcxx_version} by its value.
2468 Remove reference to mh-dgux.
2469 * configure: Regenerate.
2470
2471 2003-03-03 Kevin Buettner <kevinb@redhat.com>
2472
2473 * MAINTAINERS (Write After Approval): Add myself.
2474
2475 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2476
2477 * Makefile.tpl: Rearrange.
2478 * Makefile.in: Regenerate.
2479
2480 2003-02-25 Uwe Stieber <uwe@wwws.de>
2481
2482 * configure.in: Add support for kaOS as cross build target system.
2483 * configure: Regenerated.
2484
2485 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
2486
2487 * MAINTAINERS (Write after approval): Add myself.
2488
2489 2003-02-21 James E Wilson <wilson@tuliptree.org>
2490
2491 * MAINTAINERS: Update my email address.
2492
2493 2003-02-21 Zack Weinberg <zack@codesourcery.com>
2494
2495 * MAINTAINERS: Add self to blanket write privs. section.
2496
2497 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
2498
2499 * Makefile.tpl: Add definition of CPPFLAGS to pass into
2500 configure-target-* as some target builds may require additional
2501 flags for preprocessor tests.
2502 * Makefile.in: Regenerated.
2503
2504 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
2505
2506 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2507 * ltconfig: Handle it.
2508 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2509 auto-detecting it.
2510
2511 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2512 it is used as argument to $CC.
2513 * ltcf-gcj.sh: Likewise.
2514
2515 * configure.in: Introduce --enable-maintainer-mode.
2516 * configure: Rebuilt.
2517 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2518 for maintainer mode.
2519 * Makefile.in: Rebuilt.
2520
2521 2003-02-18 Jason Merrill <jason@redhat.com>
2522
2523 * Makefile.tpl (check-c++): Allow parallelism.
2524
2525 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2526
2527 * MAINTAINERS: Remove John Carr (who never actually had access to
2528 gcc.gnu.org).
2529
2530 2003-02-15 Geoffrey Keating <geoffk@apple.com>
2531
2532 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2533 don't configure target-libobjc.
2534 * configure: Regenerate.
2535
2536 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2537
2538 * Makefile.tpl (RANLIB): Define.
2539 * Makefile.in: Regenerate.
2540
2541 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
2542
2543 * MAINTAINERS: Update my email.
2544
2545 2003-02-06 Keith R Seitz <keiths@redhat.com>
2546
2547 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2548 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2549 * Makefile.in: Regenerated.
2550 * configure.in: Remove all traces of snavigator, db, and grep.
2551 * configure: Regenerated.
2552
2553 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2554
2555 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
2556 After Approval.
2557
2558 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2559
2560 * MAINTAINERS (Write after approval): Add myself.
2561
2562 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
2563
2564 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2565 * Makefile.in: Regenerated.
2566
2567 2003-01-30 Roger Sayle <roger@eyesopen.com>
2568
2569 * config.guess: Updated to 2003-01-30's version.
2570 * config.sub: Updated to 2003-01-28's version.
2571
2572 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
2573
2574 * config.if: If gcc_version is already set, just use it. Don't set
2575 gcc_version_trigger if it's already set, otherwise set it to
2576 gcc/version.c, but only if the file exists. If it is not set and
2577 gcc/version.c does not exist, try to extract the version number from
2578 $CC.
2579
2580 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
2581
2582 * MAINTAINERS: Add myself to write-after-approval list.
2583
2584 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
2585
2586 * configure.in: Revert 24Jan change.
2587 * configure: Regenerate.
2588
2589 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2590
2591 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
2592 entry of HJ Lu.
2593
2594 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2595
2596 * configure.in: Revert previous change.
2597 * configure: Regenerate.
2598
2599 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2600
2601 * configure.in: Make rda native-only.
2602 * configure: Regenerate.
2603
2604 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2605
2606 * MAINTAINERS: Move myself from GNATS-only-accounts to
2607 write-after-approval.
2608
2609 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
2610
2611 * configure.in: Add missing \.
2612 * configure: Rebuilt.
2613
2614 2003-01-17 Jakub Jelinek <jakub@redhat.com>
2615
2616 * configure.in (baseargs): Avoid using \| in sed regular
2617 expressions.
2618 * configure: Rebuilt.
2619
2620 2003-01-16 Jakub Jelinek <jakub@redhat.com>
2621
2622 * configure.in (baseargs): Remove all supported forms of
2623 --cache-file, --srcdir, --host, --build and --target options
2624 from argument lists.
2625 * configure: Rebuilt.
2626
2627 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
2628
2629 * MAINTAINERS: Add myself to write-after-approval list.
2630
2631 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
2632
2633 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2634 * configure: Rebuilt.
2635
2636 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
2637
2638 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2639 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2640 * Makefile.in: Regenerate.
2641 * configure: Regenerate.
2642
2643 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
2644
2645 * configure.in: Remove Makefile in build, host and target modules
2646 unless configure was run with --no-recursion.
2647 * configure: Rebuilt.
2648
2649 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2650
2651 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2652 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2653 * Makefile.in: Regenerate.
2654
2655 2003-01-08 Chris Demetriou <cgd@broadcom.com>
2656
2657 * config.guess: Update to 2003-01-03 version.
2658 * config.sub: Update to 2003-01-03 version.
2659
2660 2003-01-07 Christopher Faylor <cgf@redhat.com>
2661
2662 * configure: Regenerate with proper autoconf 2.13.
2663
2664 2003-01-07 Christopher Faylor <cgf@redhat.com>
2665
2666 * configure.in: Add AC_PREREQ for consistency.
2667 * configure: Regenerate.
2668
2669 2003-01-06 Andrew Cagney <ac131313@redhat.com>
2670
2671 * configure.in (GDB_TK): Add tcl directories conditional on
2672 gdb/gdbtk directory being present.
2673 * configure: Regenerate.
2674
2675 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
2676
2677 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
2678 by gcc if LD is not defined and we are not doing a Canadian Cross.
2679 * configure: Rebuilt.
2680
2681 2002-12-31 Tom Tromey <tromey@redhat.com>
2682
2683 * Makefile.in: Rebuilt.
2684 * Makefile.def (target_modules) [libffi]: Allow installation.
2685
2686 2002-12-31 Andreas Schwab <schwab@suse.de>
2687
2688 * configure.in: Fix use of $program_transform_name.
2689 * configure: Regenerated.
2690
2691 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
2692
2693 * configure.in (baseargs): Don't remove first configure argument.
2694 * configure: Regenerated.
2695
2696 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
2697
2698 * Makefile.tpl (local-distclean): Don't remove...
2699 (multilib.ts): ... this. Moved into...
2700 (multilib.out): ... this. Don't use sub-make.
2701 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2702 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2703 (configure-build-[+module+], configure-[+module+],
2704 configure-target-[+module+], configure-gcc): ... these. Test
2705 for Makefile existence. Drop config.status from dependencies.
2706 * Makefile.in: Rebuilt.
2707 * configure.in: Move gcc-version-trigger to the end of
2708 ac_configure_args. Add comments to maybedep.tmp and
2709 serdep.tmp. Introduce --disable-serial-configure. Remove
2710 nonopt from baseargs, matching and removing corresponding
2711 whitespace while at it.
2712 * configure: Rebuilt.
2713
2714 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
2715
2716 * configure.in (host_configargs): Replace reference to
2717 no-longer-defined buildopts with --build=${build_alias}.
2718 * configure: Rebuilt.
2719
2720 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
2721 program_transform_name to standard idiom.
2722 (AUTOGEN, AUTOCONF): Define.
2723 (Makefile.in): Use $(AUTOGEN).
2724 (Makefile): Depend on config.status, and use autoconf-style rule to
2725 build it. Move original commands to...
2726 (config.status): ... this new target.
2727 (configure): Add $(srcdir). Depend on config/acx.m4. Use
2728 $(AUTOCONF).
2729 * Makefile.in: Rebuilt.
2730
2731 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
2732
2733 * Makefile.tpl: Fix dramatic bustage due to change in
2734 program_transform_name.
2735 * Makefile.in: Regenerate.
2736
2737 * configure.in: Remove unnecessary PATH setting.
2738 * configure: Regnerate.
2739
2740 * configure.in: Don't default to unprefixed tools unless
2741 the native tools will work.
2742 * configure: Regenerate.
2743
2744 * configure.in: Convert to autoconf script. Blow away lots
2745 of now-redundant Makefile fragments.
2746 * configure: Generate using Autoconf.
2747 * Makefile.tpl: Rewrite to reflect autoconfiscation.
2748 * Makefile.in: Regenerate.
2749
2750 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
2751
2752 * configure: Fix stupid bug where RANLIB was mistakenly included.
2753
2754 * configure.in: Rename (buildargs, hostargs, targargs) to
2755 (build_configargs, host_configargs, target_configargs).
2756
2757 * configure.in: Move logic out of sed statement.
2758
2759 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
2760 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2761
2762 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
2763
2764 * config.sub: Import from master repository
2765 * config.guess: Ditto
2766
2767 2002-12-24 Andreas Schwab <schwab@suse.de>
2768
2769 * Makefile.tpl (multilib.out): Fix missing space.
2770 * Makefile.in: Regenerate.
2771
2772 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
2773
2774 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
2775 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
2776 * Makefile.in: Regenerate.
2777 * configure.in: Remove unnecessary leftovers.
2778
2779 2002-12-21 Geoffrey Keating <geoffk@apple.com>
2780
2781 * configure.in (extra_ranlibflags_for_target): New variable.
2782 (*-*-darwin): Add -c to ranlib commands.
2783 * configure (tooldir): Handle extra_ranlibflags_for_target.
2784
2785 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2786
2787 * Makefile.tpl: Revert HJL's change.
2788 * Makefile.in: Regenerated.
2789 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2790 always.
2791
2792 2002-12-19 Andreas Schwab <schwab@suse.de>
2793
2794 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2795 * Makefile.in: Regenerate.
2796
2797 2002-12-18 H.J. Lu <hjl@gnu.org>
2798
2799 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2800 * Makefile.in: Regenerated.
2801
2802 * configure.in (build_prefix): New. Substitute.
2803
2804 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
2805
2806 * Makefile.tpl: Don't let real targets depend on phony targets.
2807 * Makefile.in: Regenerate.
2808
2809 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2810 * Makefile.in: Regenerate.
2811
2812 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
2813
2814 * config.sub: Import from master repository
2815 * config.guess: Ditto
2816
2817 2002-12-16 Jason Merrill <jason@redhat.com>
2818
2819 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2820 previous 'make bootstrap'.
2821 * Makefile.in: Regenerate.
2822
2823 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
2824
2825 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2826
2827 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
2828
2829 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2830 * Makefile.in: Regenerate.
2831
2832 2002-12-13 Jason Merrill <jason@redhat.com>
2833
2834 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
2835 library tests.
2836 (check-c++): Just depend on it and check-target-libstdc++-v3.
2837 * Makefile.in: Regenerate.
2838
2839 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2840
2841 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2842 * Makefile.in: Rebuilt.
2843
2844 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2845
2846 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
2847
2848 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
2849
2850 * configure: Fix bug put in by gremlins.
2851
2852 * Makefile.tpl: Substitute more autoconfily.
2853 * configure: Substitute more autoconfily.
2854 * Makefile.in: Regenerate.
2855
2856 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
2857
2858 * config.sub: Import from master repository
2859 * config.guess: Ditto
2860 * MAINTAINERS: Added Svein Seldal under write after approval
2861
2862 2002-12-08 Andrew Cagney <ac131313@redhat.com>
2863
2864 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2865 * Makefile.in (all-sim): Ditto.
2866
2867 2002-12-06 DJ Delorie <dj@redhat.com>
2868
2869 * Makefile.tpl: Change configure dependencies to not have real
2870 targets depend on phony targets.
2871
2872 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
2873
2874 * configure.in: Revert unintentional change.
2875
2876 * Makefile.tpl: Change dependency for */multilib.out so that
2877 it works when gcc isn't in the tree.
2878
2879 * configure.in: Substitute more.
2880 * configure: Run subconfigures from the Makefile.
2881 * Makefile.tpl: Run subconfigures from the Makefile; add a few
2882 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2883
2884 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2885
2886 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
2887
2888 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2889
2890 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2891 and corresponding dependencies.
2892 * Makefile.in: Regenerate.
2893
2894 * configure.in (host_tools): Order binutils, gas and ld for
2895 convenience in running the testsuites.
2896
2897 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2898 * Makefile.in: Regenerate.
2899 * configure.in: Introduce rules to serialize subconfigure runs.
2900
2901 * configure.in: Introduce BASE_CC_FOR_TARGET.
2902 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2903 Realize configure-build-* targets. Realize configure-target-* targets.
2904 * Makefile.in: Regenerate.
2905
2906 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2907
2908 * configure: Move gcc_version_trigger stuff from here...
2909 * configure.in: ...to here.
2910
2911 * configure.in: Separate subconfigure options added by this file from
2912 options given by the user. Add machinery to put args for host
2913 subconfigures into the Makefile.
2914
2915 * Makefile.tpl: Remove 'vault' targets.
2916 * Makefile.tpl: Reorder and comment dependencies.
2917 * Makefile.in: Regenerate.
2918
2919 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2920 * configure.in: Fix my broken commit of previous patch. (sigh)
2921
2922 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2923
2924 * configure.in: Move host-specific darwin noconfigdirs into
2925 the host-specific section.
2926
2927 2002-11-28 Geoffrey Keating <geoffk@apple.com>
2928
2929 * configure.in: Move host-specific darwin noconfigdirs into
2930 the host-specific section.
2931
2932 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
2933
2934 * configure: Remove skip-this-dir support.
2935 * Makefile.tpl: Remove skip-this-dir support.
2936
2937 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2938 subdirectories.
2939 * Makefile.in: Regenerate.
2940
2941 * Makefile.tpl: Strip out useless setting of 'dir'.
2942 * Makefile.in: Regenerate.
2943
2944 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
2945
2946 * configure.in: Fix deeply stupid bug.
2947
2948 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2949 shell code in CXX_FOR_TARGET
2950 * Makefile.def: Introduce raw_cxx.
2951 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2952 RAW_CXX_FOR_TARGET.
2953 * Makefile.in: Regenerate.
2954
2955 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
2956
2957 * Makefile.tpl: Remove unnecessary ifs.
2958 * Makefile.in: Regenerate.
2959
2960 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
2961 dependencies. Maybe-ize build-libiberty. Create dummy install
2962 targets for 'no_install' modules.
2963 * configure: Move GDB_TK substitution to configure.in. Move
2964 build_modules stuff to configure.in.
2965 * configure.in: Implement soft dependency machinery. Maybe-ize
2966 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2967 * Makefile.in: Regenerate.
2968
2969 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
2970
2971 * Makefile.tpl: Make all-target, install-target behave similarly
2972 to all, install (only hitting configured targets). Eliminate
2973 unused macro defintions.
2974
2975 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2976 build != host.
2977
2978 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2979
2980 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2981
2982 * configure.in: Produce lists of subdir targets we're actually
2983 configuring. Remove references to "dosrel".
2984 * Makefile.tpl: Let configure set which subdir targets are hit.
2985 Remove install-cross; clean up install; remove ALL. Remove
2986 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
2987 Autogenerate host module targets. Remove empty dependency lines
2988 and redundant dependency; rearrange slightly.
2989 * Makefile.def: Add host-side libtermcap, utils.
2990
2991 * Makefile.in: Regenerate.
2992
2993 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2994
2995 * ltconfig (osf[345]): Append $major to soname_spec.
2996 Reflect this in library_names_spec.
2997 * ltmain.sh (osf): Prefix $major with . for use as extension.
2998
2999 2002-11-19 Andreas Jaeger <aj@suse.de>
3000
3001 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3002 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
3003 and sparc64 GNU/Linux systems.
3004
3005 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
3006
3007 * MAINTAINERS: Update email.
3008
3009 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3010
3011 * MAINTAINERS: Complete James Dennett's entry.
3012
3013 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
3014
3015 * MAINTAINERS (Write After Approval): Add myself.
3016
3017 2002-11-13 Bruce Korb <bkorb@gnu.org>
3018
3019 * Makefile.tpl: syntactic cleanup
3020
3021 2002-11-13 Stuart Hastings <stuart@apple.com>
3022
3023 * MAINTAINERS: Add myself to write-after-approval list.
3024
3025 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
3026
3027 * Makefile.def: Add list of recursive targets to autogenerate.
3028 Add build_modules.
3029 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
3030 targets. Autogenerate *-build-* targets.
3031 * Makefile.in: Regenerate.
3032
3033 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
3034
3035 * configure: More autoconf-style substitutions.
3036 * Makefile.tpl: More autoconf-style substitutions.
3037 * Makefile.in: Regenerate.
3038
3039 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
3040
3041 * configure: Substitute more variables in a more autoconf-friendly
3042 way. Simplify slightly.
3043 * Makefile.tpl: Make more variables substitutable in an
3044 autoconf-friendly way.
3045 * Makefile.in: Regenerate.
3046
3047 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
3048
3049 * MAINTAINERS (Write After Approval): Add myself.
3050
3051 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
3052
3053 * configure.in (v810*): Remove special setting of tools.
3054
3055 * configure: Add support for extra required flags for ar or nm.
3056 * configure.in (aix4.3+): Use above support for target-specific
3057 issues, rather than using config/mt-aix43.
3058
3059 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
3060
3061 * configure: Remove 'removing', which doesn't work. Replace $subdir
3062 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
3063 with $srcdir. Reformat indentation. Substitute some variables
3064 formerly hard-coded in the Makefile for build=host.
3065 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3066 * Makefile.def: Autogenerate more.
3067 * Makefile.in: Regenerate.
3068
3069 2002-11-04 Adam Nemet <anemet@lnxw.com>
3070
3071 * MAINTAINERS (Write After Approval): Add myself.
3072
3073 2002-11-04 Kevin Buettner <kevinb@redhat.com>
3074
3075 * Makefile.def (host_modules): Add rda.
3076 * Makefile.in: Regenerate.
3077 * configure.in (target_tool): Add target-rda to list.
3078
3079 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3080
3081 * MAINTAINERS: Remove "co-maintainer" note for web pages.
3082
3083 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
3084
3085 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
3086 and restrap targets to this rule.
3087 * Makefile.in: Regenerate.
3088
3089 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3090
3091 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
3092 GNATS only accounts.
3093
3094 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
3095
3096 * configure.in (i[3456]86-*-linux*): Add check to disable
3097 ${libgcj} for glibc1.
3098
3099 2002-10-24 Denis Chertykov <denisc@overta.ru>
3100
3101 * MAINTAINERS: Add myself as ip2k port maintainer.
3102
3103 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
3104
3105 * configure.in: Add tic4x target.
3106
3107 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
3108
3109 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3110 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3111 * Makefile.in: Regenerate.
3112
3113 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3114 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3115 * Makefile.in: Regenerate.
3116
3117 2002-10-02 Janis Johnson <janis187@us.ibm.com>
3118
3119 * MAINTAINERS: Add myself as web pages co-maintainer.
3120
3121 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3122
3123 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3124 * Makefile.in: Regenerate.
3125
3126 2002-10-02 Zack Weinberg <zack@codesourcery.com>
3127
3128 * MAINTAINERS: Add myself and Nathan Sidwell
3129 <nathan@codesourcery.com> as VxWorks maintainers.
3130
3131 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3132
3133 * Makefile.def: Remove order dependency comments.
3134 * Makefile.tpl: Add explicit install-install dependencies.
3135 * Makefile.in: Regenerate.
3136
3137 * Makefile.tpl: Remove material now in src-release. (Finally!)
3138 * Makefile.in: Regenerate.
3139
3140 * Makefile.tpl: Add configure-target (for src-release in src)
3141 * Makefile.in: Regenerate.
3142
3143 2002-09-30 Nick Clifton <nickc@redhat.com>
3144
3145 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3146
3147 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
3148
3149 * configure.in (s390*-*-linux*): Enable libgcj.
3150
3151 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
3152
3153 * configure: Revert accidentally applied changes.
3154
3155 * Makefile.tpl: Make more autoconf-friendly.
3156 * Makefile.in: Regenerate.
3157 * configure: Make substitution more autoconf-like.
3158
3159 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
3160
3161 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3162 single entry to handle all these.
3163 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
3164 libjava on arm-*-elf.
3165
3166 2002-09-27 Geoffrey Keating <geoffk@apple.com>
3167
3168 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3169 things that depend on them.
3170
3171 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3172
3173 * Makefile.tpl: Make subsituted variables more autoconfy.
3174 * Makefile.in: Regenerate.
3175 * configure: Make seds more autoconfy.
3176
3177 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3178
3179 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3180 * Makefile.in: Regenerate.
3181 * configure.in: Rewrite sed statements to look autoconfy.
3182
3183 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3184 all-target-foo on configure-target-foo.
3185 * Makefile.def: Ditto.
3186 * Makefile.in: Rebuild.
3187
3188 2002-09-25 Andrew Haley <aph@redhat.com>
3189
3190 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
3191
3192 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
3193
3194 * Makefile.def: New file.
3195 * Makefile.tpl: New file.
3196 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3197 * contrib/gcc_update: Note that Makefile.in is a generated file.
3198
3199 * configure.in: Minor rearrangement. Simplify tests.
3200
3201 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
3202
3203 * configure.in (with_headers): Skip copy if value is "yes".
3204 (with_libs): Likewise.
3205
3206 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
3207
3208 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3209 * configure.in (sh*-*-pe*): Ditto.
3210 * configure.in (mips*-*-pe*): Ditto.
3211 * configure.in (*arm-wince-pe): Ditto.
3212
3213 * configure.in: Rearrange.
3214
3215 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
3216
3217 * MAINTAINERS: Update my email address.
3218
3219 2002-08-30 Paul Koning <pkoning@equallogic.com>
3220
3221 * MAINTAINERS: (Write After Approval): Add myself.
3222
3223 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
3224
3225 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
3226
3227 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
3228
3229 * MAINTAINERS: Change my mailing address.
3230
3231 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
3232
3233 * MAINTAINERS (Write After Approval): Remove myself.
3234 (Various Maintainers: c++ runtime libs): Add myself.
3235
3236 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
3237
3238 * MAINTAINERS (Write After Approval): Remove myself.
3239 (Various Maintainers: c++ runtime libs): Add myself.
3240
3241 2002-08-15 Eric Christopher <echristo@redhat.com>
3242
3243 * config.sub: Import from master repository.
3244 * config.guess: Ditto.
3245
3246 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
3247
3248 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3249 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3250 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3251
3252 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
3253
3254 * MAINTAINERS: Add self to rs6000 vector extensions.
3255
3256 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
3257
3258 * libiberty/configure: Reverted unintended yesterday's check in.
3259
3260 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
3261
3262 * boehm-gc/configure, libf2c/configure: Rebuilt.
3263 * libffi/configure, libiberty/configure: Ditto.
3264 * libjava/configure, libobjc/configure: Ditto.
3265 * libstdc++-v3/configure, zlib/configure: Ditto.
3266 Merged from binutils:
3267 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
3268 From Steve Ellcey <sje@cup.hp.com>:
3269 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3270 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3271 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3272 IA64.
3273 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3274 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3275 soname_spec, sys_lib_search_path_spec): Ditto.
3276
3277 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
3278
3279 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3280
3281 2002-08-04 H.J. Lu (hjl@gnu.org)
3282
3283 * configure.in (mips*-*-linux*): Don't skip target-libffi.
3284
3285 2002-08-02 Krister Walfridsson <cato@df.lth.se>
3286
3287 * MAINTAINERS (Write After Approval): Add myself.
3288
3289 2002-07-31 Alan Modra <amodra@bigpond.net.au>
3290
3291 * configure.in: Move generic linux case to end. Copy generic
3292 linux noconfigdirs to mips*-*-linux* entry and new
3293 powerpc64*-*-linux* entry. Add target-libffi for the latter.
3294
3295 2002-07-19 Michael Matz <matz@suse.de>
3296
3297 * MAINTAINERS: Add myself as ra* maintainer.
3298
3299 2002-07-16 Chris Demetriou <cgd@broadcom.com>
3300
3301 * config.guess: Update to 2002-07-09 version.
3302 * config.sub: Update to 2002-07-03 version.
3303
3304 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
3305
3306 * MAINTAINERS: Fix typo in a maintainer email address.
3307
3308 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
3309
3310 * configure.in: Remove two redundant tests.
3311
3312 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3313
3314 * configure.in (mips*-*-irix6*o32): Enable stabs.
3315
3316 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
3317
3318 * configure.in: Don't build grez.
3319 * Makefile.in: Ditto.
3320
3321 * Makefile.in: Remove references to bsp, cygmon, libstub.
3322 * configure.in: Ditto.
3323
3324 * configure.in: Remove leftover reference to gdbtest.
3325
3326 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
3327
3328 * configure.in (gxx_include_dir): Change to match versioned
3329 C++ headers if --enable-version-specific-runtime-libs is used.
3330
3331 2002-07-04 Steve Ellcey <sje@cup.hp.com>
3332
3333 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3334
3335 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
3336
3337 * configure.in: Make --without-x work.
3338
3339 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
3340
3341 * configure.in: Rearrange target Makefile fragment collection.
3342
3343 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3344 cvs[src].
3345 * configure.in: Ditto.
3346
3347 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
3348
3349 * MAINTAINERS (Write After Approval): Update my e-mail address.
3350
3351 2002-06-24 Ben Elliston <bje@redhat.com>
3352
3353 * configure.in (host_tools): Remove cgen.
3354
3355 * Makefile.in (all-cgen): Remove; runs from its source directory.
3356 (check-cgen, install-cgen, clean-cgen): Likewise.
3357 (all-opcodes): Do not depend on all-cgen.
3358 (all-sim): Likewise.
3359
3360 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3361
3362 * Makefile.in: Eliminate 'apache' targets.
3363 * configure.in: Eliminate 'apache' targets.
3364
3365 * configure.in: Eliminate redundant tests. Reorganize.
3366
3367 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3368
3369 * config-ml.in: Eliminate references to Cygnus configure.
3370
3371 * Makefile.in: Eliminate references to building emacs.
3372
3373 2002-06-28 Graham Stott <graham.stott@btinternet.com>
3374
3375 * MAINTAINERS: Update my email address.
3376
3377 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
3378
3379 * config.if (libstdcxx_incdir): Version C++ headers.
3380 (cxx_incdir): Remove.
3381
3382 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
3383
3384 * MAINTAINERS (Write After Approval): Add self.
3385
3386 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
3387
3388 * configure.in: Add support for ip2k.
3389
3390 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
3391
3392 * configure.in: Fix AIX configury bug.
3393
3394 2002-06-20 Steve Ellcey <sje@cup.hp.com>
3395
3396 * MAINTAINERS (Write After Approval): Add self.
3397
3398 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3399
3400 * configure.in: replace ${topsrcdir} with ${srcdir}
3401
3402 * configure.in: Move definition of libstdcxx_flags
3403 right above usage, rather than waaay earlier.
3404
3405 * configure.in: Pull definition of is_cross_compiler earlier.
3406
3407 * configure.in: Rearrange a little.
3408
3409 * configure.in: Remove references to librx.
3410 * Makefile.in: Remove references to librx.
3411
3412 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
3413
3414 * config.sub: Add support for avr target.
3415 Import from master sources, rev 1.255
3416
3417 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
3418
3419 * configure, .cvsignore: Revert previous change...
3420 * Makefile: ...delete.
3421
3422 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3423
3424 * configure.in: Eliminate ${gasdir} variable.
3425
3426 2002-06-18 Dave Brolley <brolley@redhat.com>
3427
3428 * configure.in: Add support for frv.
3429 * config.sub: Add support for frv.
3430
3431 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
3432
3433 * configure: Remove garbage from previous commit.
3434
3435 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
3436
3437 * configure: For in-source builds, make a subdir and re-exec there.
3438 * Makefile: New file. Pass targets through to build directory.
3439 * .cvsignore: No longer ignore "Makefile".
3440
3441 2002-06-16 Douglas Rupp <rupp@gnat.com>
3442
3443 * MAINTAINERS (Write After Approval): Add self.
3444
3445 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3446
3447 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3448
3449 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3450
3451 * configure.in (vax-*-netbsd*): Re-enable gas.
3452
3453 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
3454
3455 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3456 BUILD_PREFIX_1, to correct nomenclature.
3457 * configure: Likewise.
3458
3459 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3460 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3461
3462 2002-05-31 Olaf Hering <olh@suse.de>
3463
3464 * config-ml.in: Propogate DESTDIR also.
3465
3466 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3467
3468 * configure.in (vax-*-netbsd*): Don't build gas for this
3469 platform.
3470
3471 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
3472
3473 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3474 and libgcj for AVR.
3475
3476 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
3477
3478 * MAINTAINERS (Write After Approval): Add myself.
3479
3480 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3481
3482 * config.guess: Update to 2002-05-22 version.
3483 * config.sub: Likewise.
3484
3485 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3486
3487 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3488 * config-ml.in: Likewise.
3489 * configure: Likewise.
3490 * configure.in: Likewise.
3491
3492 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
3493
3494 * MAINTAINERS: Update my email address.
3495
3496 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
3497
3498 * configure.in: Simplify makefile fragment collection.
3499
3500 * configure.in: Remove code to build emacs.
3501
3502 * configure.in : Remove --srcdir argument from targargs and buildargs
3503 (it's always overridden in the Makefile anyway). Rearrange a bit.
3504
3505 * configure: Move some logic to configure.in.
3506 * configure.in: Move some logic from configure.
3507
3508 2002-05-11 Tom Tromey <tromey@redhat.com>
3509
3510 * MAINTAINERS: Reflect libgcj reality.
3511
3512 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
3513
3514 * Makefile.in: Honour DESTDIR.
3515
3516 2002-05-08 Mark Mitchell <mark@codesourcery.com>
3517
3518 * config.guess: Import 2002-03-20 version.
3519 * config.sub: Import 2002-04-26 version.
3520
3521 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3522
3523 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
3524
3525 2002-05-07 Tim Josling <tej@melbpc.org.au>
3526
3527 * MAINTAINERS: Add self.
3528
3529 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
3530
3531 * ltmain.sh: Detect and handle object name conflicts
3532 while piecewise linking a static library.
3533
3534 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
3535
3536 * configure.in (noconfigdirs): Don't disable libgcj on
3537 sparc64-*-solaris* and sparcv9-*-solaris*.
3538
3539 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
3540
3541 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3542
3543 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
3544
3545 * configure.in (FLAGS_FOR_TARGET): Do not add
3546 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3547 on i[3456]86-*-linux*.
3548
3549 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
3550
3551 * configure.in (noconfigdirs): Replace [ ] with test.
3552
3553 * configure.in (noconfigdirs): Do not add target-newlib if
3554 target == i[3456]86-*-linux*, and host == target.
3555
3556 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
3557
3558 * configure.in: delete reference to absent file
3559
3560 * configure.in: replace '[' with 'test'
3561
3562 * configure.in: Eliminate references to gash.
3563 * Makefile.in: Eliminate references to gash.
3564
3565 * configure.in: remove useless references to 'pic' makefile fragments.
3566
3567 * configure.in: (*-*-windows*) Finish removing.
3568
3569 * configure.in: Eliminate redundant test for libgui.
3570
3571 2002-04-29 Roger Sayle <roger@eyesopen.com>
3572
3573 * MAINTAINERS: Add self and realphabetize. Update entries
3574 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
3575 entry for a29k port maintainer.
3576
3577 2002-04-26 Joel Sherrill <joel@OARcorp.com>
3578
3579 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3580 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3581
3582 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
3583
3584 * configure.in: remove references to dead files
3585
3586 2002-04-19 Mark Mitchell <mark@codesourcery.com>
3587
3588 * MAINTAINERS: Add information about purpose of this file.
3589
3590 2002-04-18 Tom Tromey <tromey@redhat.com>
3591
3592 * configure.in: Disallow configuring libgcj when it is already
3593 installed and we're using Solaris 2.8 linker. Do enable libgcj on
3594 Solaris 2.8 by default. For PR libgcj/6158.
3595
3596 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3597
3598 * configure.in: Move default CC setting out of config/mh-* fragments
3599 directly into here.
3600
3601 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3602
3603 * configure.in: don't even try to configure or make a subdirectory
3604 if there's no configure script for it.
3605
3606 2002-04-15 Mark Mitchell <mark@codesourcery.com>
3607
3608 * MAINTAINERS: Remove chill maintainers.
3609 * Makefile.in (CHILLFLAGS): Remove.
3610 (CHILL_LIB): Remove.
3611 (TARGET_CONFIGDIRS): Remove libchill.
3612 (CHILL_FOR_TARGET): Remove.
3613 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3614 CHILL_LIB.
3615 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3616 (CHECK_TARGET_MODULES): Likewise.
3617 (INSTALL_TARGET_MODULES): Likewise.
3618 (CLEAN_TARGET_MODULES): Likewise.
3619 (configure-target-libchill): Remove.
3620 (all-target-libchill): Remove.
3621 * configure.in (target_libs): Remove target-libchill.
3622 Do not compute CHILL_FOR_TARGET.
3623 * libchill: Remove directory.
3624
3625 2002-04-11 DJ Delorie <dj@redhat.com>
3626
3627 * Makefile.in, configure.in: Sync with binutils, entries
3628 follow...
3629
3630 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3631
3632 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
3633 (do-tar, do-bz2): New rules.
3634 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
3635 (gdb-tar): New rule.
3636 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
3637 (insight_dejagnu.tar): New rule.
3638 (insight.tar): New rule.
3639 (gdb+dejagnu.tar): New rule.
3640 (gdb.tar): New rule.
3641
3642 2002-02-01 Mo DeJong <supermo@bayarea.net>
3643
3644 * Makefile.in: Add all-tix to deps for all-snavigator
3645 so that tix is built when building snavigator.
3646
3647 2002-01-11 Steve Ellcey <sje@cup.hp.com>
3648
3649 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
3650 ld and gdb are not supported.
3651
3652 2002-01-07 Mark Salter <msalter@redhat.com>
3653
3654 * configure.in: Remove target-bsp and target-cygmon from arm builds.
3655 Allow target-libgloss to be built for arm, strongarm, and xscale.
3656
3657 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
3658
3659 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
3660 options for i[3456]86-pc-linux* native builds.
3661
3662 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
3663
3664 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
3665 files from .po files for a distribution.
3666
3667 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
3668
3669 * configure.in: Enable libstdc++-v3 for h8300 targets.
3670
3671 2001-06-19 Alan Modra <amodra@bigpond.net.au>
3672
3673 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
3674 version from bfd/.
3675
3676 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
3677
3678 * Makefile.in (VER): When present, extract the version number from
3679 the file version.in.
3680
3681 2001-05-24 Tom Rix <trix@redhat.com>
3682
3683 * configure.in : enable ld for aix
3684
3685 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3686
3687 * config.guess: Add linux target for S/390.
3688
3689 2000-11-07 Philip Blundell <pb@futuretv.com>
3690
3691 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
3692
3693 2000-11-03 Philip Blundell <pb@futuretv.com>
3694
3695 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
3696 files.
3697
3698 2001-01-15 Ben Elliston <bje@redhat.com>
3699
3700 * configure.in (host_tools): Add sid.
3701 Always configure cgen.
3702
3703 2000-11-24 Nick Clifton <nickc@redhat.com>
3704
3705 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
3706
3707
3708 2000-08-20 Doug Evans <dje@casey.transmeta.com>
3709
3710 * Makefile.in (ALL_MODULES): Add all-cgen.
3711 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
3712 (all-cgen): New target.
3713 (all-opcodes,all-sim): Depend on all-cgen.
3714 * configure.in (host_tools): Add cgen.
3715 Only configure cgen if --enable-cgen-maint.
3716
3717 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
3718
3719 * configure.in: Add *-*-freebsd* configurations.
3720
3721 2002-04-08 Tom Tromey <tromey@redhat.com>
3722
3723 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3724 Fixes PR libgcj/6068.
3725
3726 2002-03-30 Krister Walfridsson <cato@df.lth.se>
3727
3728 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3729
3730 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3731
3732 * configure.in (alpha*-dec-osf*): Enable libgcj.
3733
3734 2003-03-27 Matthew Gingell <gingell@gnat.com>
3735
3736 * MAINTAINERS (Write After Approval): Add myself.
3737
3738 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
3739
3740 Fix for: PR bootstrap/3591, target/5676
3741 * configure.in (mcore-pe): Disable the configuration of
3742 libstdc++-v3 since exceptions are not supported.
3743
3744 2002-03-20 Anthony Green <green@redhat.com>
3745
3746 * configure.in: Enable libgcj for xscale-elf target.
3747
3748 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
3749
3750 * MAINTAINERS: Update my email address.
3751
3752 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
3753
3754 * ltmain.sh (relink_command): Fix typo in previous change.
3755
3756 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
3757
3758 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
3759 (relink_command): Added --tag flags.
3760 (mode=install): If relinking fails; error out.
3761
3762 2002-03-12 Richard Henderson <rth@redhat.com>
3763
3764 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
3765 .NOTPARALLEL tag.
3766 (do-check): Rename from check.
3767 (check): Allow parallel check.
3768
3769 2002-03-12 Bob Wilson <bob.wilson@acm.org>
3770
3771 * MAINTAINERS: Add myself as maintainer for xtensa port.
3772 Fix alphabetical order in CPU port maintainer list.
3773 Remove myself from Write After Approval list.
3774
3775 2002-03-11 Richard Henderson <rth@redhat.com>
3776
3777 * Makefile.in (.NOTPARALLEL): Add fake tag.
3778
3779 2002-03-07 H.J. Lu (hjl@gnu.org)
3780
3781 * configure.in: Enable gprof for mips*-*-linux*.
3782
3783 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
3784
3785 * MAINTAINERS (Write After Approval): Add myself.
3786
3787 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
3788
3789 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3790 libjava.
3791 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
3792
3793 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
3794
3795 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3796 because its Makefile is there; test for the executable instead.
3797
3798 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
3799
3800 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
3801 libstdc++-v3 and libjava.
3802
3803 2002-02-11 Adam Megacz <adam@xwt.org>
3804
3805 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
3806 boehm-gc
3807
3808 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
3809
3810 * config.guess: Updated to 2002-01-30's version.
3811 * config.sub: Updated to 2002-02-01's version.
3812 Contribute sh64-elf.
3813 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3814 * configure.in: Added sh64-*-*.
3815
3816 2002-02-08 Chris Demetriou <cgd@broadcom.com>
3817
3818 * MAINTAINERS: Belatedly add myself to write after approval list.
3819
3820 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
3821
3822 * MAINTAINERS: Put self in as maintainer for x86-64 port.
3823 Remove self as Write After Approval.
3824
3825 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
3826
3827 * MAINTAINERS: Put self in as maintainer for contrib/regression
3828 directory.
3829
3830 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
3831
3832 * MAINTAINERS: Update my email address.
3833
3834 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
3835
3836 * configure.in (*-*-netbsd*): New. Skip target-newlib,
3837 target-libiberty, and target-libgloss. Skip Java-related
3838 libraries if not supported for NetBSD on target CPU.
3839
3840 2002-01-25 Douglas B Rupp <rupp@gnat.com>
3841
3842 * install-sh: Use _inst.$$_ for temp file name.
3843
3844 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
3845
3846 * MAINTAINERS (Write After Approval): Move my contact info
3847 from here...
3848 (OS Port Maintainers): ...to here (netbsd).
3849
3850 2002-01-22 Bob Wilson <bob.wilson@acm.org>
3851
3852 * MAINTAINERS (Write After Approval): Add myself.
3853
3854 2002-01-17 H.J. Lu <hjl@gnu.org>
3855
3856 * Makefile.in (all-fastjar): Also depend on all-libiberty.
3857 (all-target-fastjar): Also depend on all-target-libiberty.
3858
3859 2002-01-16 H.J. Lu (hjl@gnu.org)
3860
3861 * config.guess: Import from master sources, rev 1.225.
3862 * config.sub: Import from master sources, rev 1.238.
3863
3864 2002-01-16 Kazu Hirata <kazu@hxi.com>
3865
3866 * MAINTAINERS (Write After Approval): Remove myself.
3867
3868 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
3869
3870 * MAINTAINERS (Write After Approval): Add myself.
3871
3872 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
3873
3874 * MAINTAINERS: Add self as docs co-maintainer.
3875
3876 2001-12-11 Matthias Klose <doko@debian.org>
3877
3878 * MAINTAINERS (Write After Approval): Add myself.
3879
3880 2001-12-09 Zack Weinberg <zack@codesourcery.com>
3881
3882 * MAINTAINERS: Update my email address.
3883
3884 2001-12-07 Turly O'Connor <turly@apple.com>
3885 * MAINTAINERS (Write After Approval): Add myself.
3886 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
3887 (rs6000_initialize_trampoline): Call __trampoline_setup for
3888 ABI_DARWIN too.
3889 * darwin-tramp.asm: New file, implements __trampoline_setup.
3890 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
3891
3892 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
3893
3894 * MAINTAINERS (Write After Approval): Add myself.
3895
3896 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3897
3898 * configure, configure.in: Use temp file for long sed commands.
3899
3900 2001-12-03 Laurent Guerby <guerby@acm.org>
3901
3902 * config.sub: Update to version 1.232 on subversion.
3903
3904 2001-12-03 Ben Elliston <bje@redhat.com>
3905
3906 * MAINTAINERS: Update mail address for config.* patches.
3907
3908 2001-11-27 DJ Delorie <dj@redhat.com>
3909 Zack Weinberg <zack@codesourcery.com>
3910
3911 When build != host, create libiberty for the build machine.
3912
3913 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3914 CONFIG_ARGUMENTS.
3915 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3916 New variables.
3917 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3918 and rules.
3919 (all.normal): Depend on ALL_BUILD_MODULES.
3920 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3921 (all-build-libiberty): Depend on configure-build-libiberty.
3922
3923 * configure: Calculate and substitute proper value for
3924 ALL_BUILD_MODULES.
3925 * configure.in: Create the build subdirectory.
3926 Calculate and substitute TARGET_CONFIGARGS (formerly
3927 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3928
3929 2001-11-26 Ziemowit Laski <zlaski@apple.com>
3930
3931 * MAINTAINERS (write-after-approval): Add self.
3932
3933 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
3934
3935 * MAINTAINERS (GNATS only accounts): Remove self.
3936
3937 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3938
3939 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3940 libf2c.
3941
3942 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
3943
3944 * MAINTAINERS (Write After Approval): Add self.
3945
3946 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3947
3948 * MAINTAINERS: mips and s390 are also CPU ports.
3949
3950 2001-11-12 David O'Brien <obrien@FreeBSD.org>
3951
3952 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
3953
3954 2001-11-11 David O'Brien <obrien@FreeBSD.org>
3955
3956 * MAINTAINERS: Alphabetize.
3957
3958 2001-11-09 Kazu Hirata <kazu@hxi.com>
3959
3960 * MAINTAINERS (Various maintainers: h8 port): Add myself.
3961
3962 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
3963
3964 * MAINTAINERS (Various maintainers: hppa port): Added myself.
3965
3966 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3967
3968 * configure.in (--enable-languages): Be more permissive about
3969 syntax. Check for empty lists better. Warn about $LANGUAGES.
3970
3971 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
3972
3973 * config.sub: Import from master sources, rev. 1.230.
3974 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
3975
3976 2001-11-07 Laurent Guerby <guerby@acm.org>
3977
3978 * MAINTAINERS (Write After Approval): Add self.
3979
3980 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3981
3982 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3983
3984 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
3985
3986 * config.sub: Import from master sources, rev 1.226.
3987 * config.guess: Import from master sources, rev 1.216.
3988
3989 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3990
3991 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3992 * MAINTAINERS: Add self as maintainer of MMIX port.
3993 Remove old after-approval entry.
3994
3995 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
3996
3997 * ChangeLog, configure: Fix spelling errors.
3998
3999 2001-10-20 Brendan Kehoe <brendan@zen.org>
4000
4001 * MAINTAINERS: Tweak my address.
4002
4003 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
4004
4005 * MAINTAINERS: Update my email address.
4006
4007 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
4008
4009 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4010 * MAINTAINERS: Add self as maintainer of CRIS port.
4011
4012 2001-10-10 Geert Bosch <bosch@gnat.com>
4013
4014 * MAINTAINERS (Various maintainers: Ada front end):
4015 Added Robert Dewar.
4016
4017 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
4018
4019 * MAINTAINERS (Write After Approval): Added self
4020
4021 2001-10-02 Geert Bosch <bosch@gnat.com>
4022
4023 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4024
4025 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
4026
4027 * configure: Handle temporary files securely using mkdir.
4028
4029 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
4030
4031 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4032
4033 2001-09-26 Will Cohen <wcohen@redhat.com>
4034
4035 * configure.in (*-*-linux*): Disable configuration of target-newlib
4036 and target-libgloss.
4037
4038 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
4039
4040 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4041 RANLIB.
4042
4043 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
4044
4045 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4046 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4047 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4048 avoid quotes nesting problems.
4049 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4050 (DO_X): Export only variables that are set.
4051
4052 2001-09-19 Ben Elliston <bje@redhat.com>
4053
4054 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4055 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4056 semantics. Use the shell built-in "type" command instead.
4057
4058 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
4059
4060 Merged from gcc-3_0-branch:
4061 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
4062 * ltcf-c.sh: Use $objext, not $ac_objext.
4063 2001-07-27 Mark Kettenis <kettenis@gnu.org>
4064 * ltcf-cxx.sh: Add support for GNU.
4065 2001-07-22 Timothy Wall <twall@redhat.com>
4066 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
4067 default settings if using GNU tools with that configuration.
4068 * ltcf-cxx.sh: Ditto.
4069 * ltcf-gcj.sh: Ditto.
4070 2001-07-21 Michael Chastain <chastain@redhat.com>
4071 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4072 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
4073 * ltmain.sh: Mark as gcc-local.
4074
4075 2001-08-30 Eric Christopher <echristo@redhat.com>
4076 Jason Eckhardt <jle@redhat.com>
4077
4078 * config.guess: Merge from master sources.
4079 * config.sub: Merge from master sources, add support for mipsisa32.
4080
4081 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
4082 * config.sub: Merge from master sources, rev 1.219.
4083 * MAINTAINERS: Add self as contact for stormy16 port.
4084
4085 2001-08-14 Zack Weinberg <zackw@panix.com>
4086
4087 * config.sub: Merge from master sources, rev 1.218.
4088 * config.guess: Merge from master sources, rev 1.209.
4089
4090 2001-08-11 Graham Stott <grahams@redhat.com>
4091
4092 * Makefile.in (check-c++): Add missing semicolon.
4093
4094 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
4095
4096 * MAINTAINERS (Various maitainers: predict.def): Added myself.
4097
4098 2001-07-30 Eric Christopher <echristo@redhat.com>
4099
4100 * MAINTAINERS (Various maintainers: mips port): Added myself.
4101
4102 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
4103
4104 * configure.in (sh-*-linux*): New.
4105
4106 2001-07-27 Richard Henderson <rth@redhat.com>
4107
4108 * .cvsignore: Add LAST_UPDATED.
4109
4110 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
4111
4112 * MAINTAINERS (Various maintainers: s390 port): Added myself.
4113
4114 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
4115
4116 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
4117
4118 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
4119
4120 * MAINTAINERS (Write After Approval): Added myself.
4121
4122 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4123
4124 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4125 and libgcj on m68hc11/m68hc12.
4126
4127 2001-06-27 H.J. Lu (hjl@gnu.org)
4128
4129 * Makefile (CFLAGS_FOR_BUILD): New.
4130 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4131
4132 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
4133
4134 * README: Remove version number.
4135
4136 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4137
4138 * INSTALL/README: Update wrt. to the installation instructions now
4139 residing in gcc/doc/install.texi.
4140
4141 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
4142
4143 * README: Replace with a cut-down and updated version of gcc/README.
4144
4145 2001-06-12 David Edelsohn <edelsohn@gnu.org>
4146
4147 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
4148 multilibs to be disabled.
4149
4150 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
4151
4152 * MAINTAINERS (Write After Approval): Add myself.
4153
4154 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
4155
4156 * config.guess: Import CVS version 1.195.
4157 * config.sub: Import CVS version 1.212.
4158
4159 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
4160
4161 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4162 gcc/xgcc is built, use -print-prog-name to find out the program
4163 name to use.
4164
4165 2001-06-04 Phil Edwards <pme@sources.redhat.com>
4166
4167 * config.guess: Import CVS version 1.194. All gcc-local changes
4168 appear to also be in the master copy.
4169 * config.sub: Import CVS version 1.211.
4170
4171 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
4172
4173 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4174 with_gcc]: Use `gcc -shared' to build a shared library.
4175
4176 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
4177
4178 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4179 archives.
4180
4181 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4182
4183 * MAINTAINERS (Write After Approval): Add myself.
4184
4185 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
4186
4187 * configure.in (libstdcxx_flags): Do not try to execute
4188 libstdc++-v3/testsuite_flags until it exists.
4189
4190 2001-06-01 Alan Modra <amodra@bigpond.net.au>
4191
4192 * MAINTAINERS: Update my email address.
4193
4194 2001-05-31 Graham Stott <grahams@redhat.com>
4195
4196 * MAINTAINERS (Write After Approval): Add myself.
4197
4198 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
4199
4200 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
4201 libraries when using g++ with native linker.
4202
4203 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
4204
4205 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4206
4207 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
4208
4209 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4210 [aix4*|aix5*]: Prepend blank.
4211
4212 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
4213
4214 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4215 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
4216 of subdir/configure scripts to use the new libtool.m4.
4217
4218 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
4219
4220 * MAINTAINERS (Write After Approval): Add myself.
4221
4222 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
4223
4224 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4225
4226 2001-05-11 Ben Elliston <bje@redhat.com>
4227
4228 * Makefile.in (all-sid): New target.
4229 (check-sid, clean-sid, install-sid): Likewise.
4230
4231 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
4232
4233 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4234
4235 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
4236
4237 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4238 libgcj.
4239
4240 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
4241
4242 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4243 gcc/xgcc is built, use -print-prog-name to find out the program
4244 name to use.
4245
4246 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
4247
4248 * configure.in (noconfigdirs): Don't reset it from scratch in the
4249 target case; only append to it.
4250
4251 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4252 sparc-*-solaris2.8]: Disable ${libgcj}.
4253
4254 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
4255
4256 * configure.in (libgcj_saved): Copy from $libgcj.
4257 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4258 --disable-libgcj.
4259
4260 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
4261
4262 * MAINTAINERS: Remove self as MIPS maintainer and
4263 C front end maintainer.
4264
4265 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
4266
4267 * configure.in: Move *-chorusos target case to the proper switch.
4268 Disable libgcj.
4269
4270 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
4271
4272 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4273 1.641.2.228.
4274
4275 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4276
4277 * Makefile.in (STAGE1_CFLAGS): Pass down.
4278
4279 2001-04-13 Alan Modra <amodra@one.net.au>
4280
4281 * config.guess: Add hppa64-linux support. Note for next import that
4282 this is already in the master file.
4283 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
4284
4285 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
4286
4287 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4288 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4289
4290 2001-04-11 Stan Shebs <shebs@apple.com>
4291
4292 * MAINTAINERS: Add self as Darwin port maintainer.
4293
4294 2001-04-11 Alan Modra <amodra@one.net.au>
4295
4296 * MAINTAINERS: Update my email address.
4297
4298 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
4299
4300 * ltcf-cxx.sh: Support creation of C++ shared libraries on
4301 recent versions of FreeBSD (release 3 or later).
4302 * ltconfig: On FreeBSD, -lc must not be provided when building
4303 a shared library or else the standard -pthread gcc option is
4304 rendered worthless to later users of the built library.
4305
4306 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
4307
4308 * MAINTAINERS: Add self and RTH as C front end maintainers.
4309
4310 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
4311
4312 * config.sub: Make sure to match an already-canonicalized
4313 machine name (eg. mn10300-unknown-elf).
4314
4315 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
4316
4317 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4318 New macros.
4319 (bootstrap, cross): Use RECURSE_FLAGS.
4320 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4321
4322 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
4323
4324 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4325
4326 2001-03-22 Colin Howell <chowell@redhat.com>
4327
4328 * Makefile.in (DO_X): Do not backslash single-quotes in
4329 backquotes (two places).
4330
4331 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
4332
4333 Re-installed:
4334 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
4335 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
4336 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4337 * ltcf-cxx.sh: Likewise.
4338 * ltcf-gcj.sh: Likewise.
4339
4340 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4341
4342 * MAINTAINERS: Add myself as "documentation co-maintainer".
4343
4344 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
4345
4346 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4347 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4348
4349 2001-03-19 Tom Tromey <tromey@redhat.com>
4350
4351 * config-ml.in: Handle GCJ and GCJFLAGS.
4352
4353 2001-03-21 Michael Chastain <chastain@redhat.com>
4354
4355 * Makefile.in: all-m4 depends on all-texinfo.
4356
4357 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
4358
4359 * MAINTAINERS: Add myself to write after approval list.
4360
4361 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
4362
4363 * Makefile.in (DO_X): Quote nested quotes.
4364
4365 2001-03-18 Alan Modra <alan@linuxcare.com.au>
4366
4367 * MAINTAINERS: Add myself to write after approval list.
4368
4369 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
4370
4371 * Makefile.in (DO_X): Use double quotes for quoting
4372 "RANLIB=$${RANLIB}".
4373
4374 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
4375
4376 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
4377
4378 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4379
4380 * configure.in: Only use `lang_requires' for languages athat are
4381 actually enabled.
4382
4383 2001-03-08 Phil Edwards <pme@sources.redhat.com>
4384
4385 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
4386
4387 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
4388
4389 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4390
4391 2001-03-07 Tom Tromey <tromey@redhat.com>
4392
4393 * configure.in: Allow config-lang.in to set `lang_requires' to list
4394 of other required languages.
4395
4396 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
4397
4398 * Makefile.in: Remove RANLIB definition. Use RANLIB
4399 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4400 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4401
4402 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
4403 Alexandre Oliva <aoliva@redhat.com>
4404
4405 * Makefile.in (check-c++): Use tabs, not spaces.
4406
4407 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
4408
4409 * MAINTAINERS: add myself to Write After Approval list.
4410
4411 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4412
4413 * Makefile.in (check-c++): New rule.
4414
4415 * configure.in (target_libs): Remove libg++.
4416 (noconfigdirs): Remove libg++.
4417 (noconfigdirs): Same.
4418 (noconfigdirs): Same.
4419 (noconfigdirs): Same.
4420
4421 * config-ml.in: Remove libg++ references.
4422
4423 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4424 (ALL_TARGET_MODULES): Same.
4425 (configure-target-libg++): Remove.
4426 (all-target-libg++): Remove.
4427 (configure-target-libio): Remove.
4428 (all-target-libio): Remove.
4429 (check-target-libio): Remove.
4430 (.PHONY): Remove.
4431 (libg++.tar.bz2): Remove.
4432 (all-target-cygmon): Remove libio.
4433 (all-target-libstdc++): Remove.
4434 (configure-target-libstdc++): Remove.
4435 (TARGET_LIB_PATH): Remove libstdc++.
4436 (ALL_GCC_CXX): Remove libstdc++.
4437 (all-target-gperf): Correct.
4438
4439 2001-02-16 Nick Clifton <nickc@redhat.com>
4440
4441 * configure.in (noconfigdirs): Allow configuration of texinfo
4442 for Cygwin hosts.
4443
4444 2001-02-15 Anthony Green <green@redhat.com>
4445
4446 * configure: Introduce GCJ_FOR_TARGET.
4447 * configure.in: Ditto.
4448 * Makefile.in: Ditto.
4449
4450 2001-02-13 Andreas Schwab <schwab@suse.de>
4451
4452 * MAINTAINERS: Update mail address.
4453
4454 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4455
4456 * config.guess: Add linux target for S/390.
4457 * config.sub: Likewise.
4458
4459 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
4460
4461 * configure.in: for *-chorusos, don't config target-newlib and
4462 target-libgloss.
4463
4464 2001-02-06 Ben Elliston <bje@redhat.com>
4465
4466 * configure: Output host type to stdout, not stderr.
4467
4468 2001-02-05 Mark Mitchell <mark@codesourcery.com>
4469
4470 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
4471 * ltcf-cxx.sh: Likewise.
4472
4473 * config.if: Assume enable_libstdcxx_v3 is defined.
4474
4475 2001-02-04 Mark Mitchell <mark@codesourcery.com>
4476
4477 Remove V2 C++ library.
4478 * configure.in: Remove --enable-libstdcxx_v3 support.
4479
4480 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
4481
4482 * include/demangle.h: Add prototype for java_demangle_v3.
4483
4484 2001-01-29 Phil Edwards <pme@sources.redhat.com>
4485
4486 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
4487
4488 2001-01-27 Richard Henderson <rth@redhat.com>
4489
4490 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4491
4492 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4493
4494 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4495 Don't unset, it's non-portable and no longer necessary, set to empty
4496 instead.
4497
4498 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4499
4500 * ltconfig: Shell portability fix for the tagname validity check.
4501
4502 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
4503
4504 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4505 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4506
4507 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4508
4509 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4510
4511 2001-01-26 Tom Tromey <tromey@redhat.com>
4512
4513 * configure.in: Allow libgcj to be built on Sparc Solaris.
4514
4515 2001-01-25 David Edelsohn <edelsohn@gnu.org>
4516
4517 * ltcf-c.sh: Add aix5 case.
4518 * ltcf-cxx.sh: Likewise.
4519 * ltconfig: Likewise.
4520
4521 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
4522
4523 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4524 keep at least one of build_libtool_libs or build_old_libs set to
4525 yes.
4526
4527 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4528 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4529
4530 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
4531
4532 * configure.in: Enable libgcj on several additional platforms.
4533
4534 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
4535
4536 * configure.in: Enable libgcj for linux targets.
4537
4538 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4539
4540 * MAINTAINERS (Write After Approval): Add myself.
4541
4542 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
4543
4544 * MAINTAINERS: Add myself as vax port maintainer.
4545
4546 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
4547
4548 * MAINTAINERS: Add myself as Mercury front-end maintainer.
4549
4550 2001-01-09 Mike Stump <mrs@wrs.com>
4551
4552 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4553 failures of subdirectories.
4554
4555 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
4556
4557 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
4558 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4559 * ltcf-cxx.sh: Likewise.
4560 * ltcf-gcj.sh: Likewise.
4561 * ltconfig.sh: Fix typo.
4562
4563 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
4564
4565 * configure: handle DOS-style absolute paths.
4566
4567 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
4568
4569 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
4570
4571 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
4572
4573 * MAINTAINERS: Add myself as avr port co-maintainer.
4574
4575 2000-12-28 Ben Elliston <bje@redhat.com>
4576
4577 * MAINTAINERS: Add myself under ``Write After Approval''.
4578
4579 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
4580
4581 * texinfo: Remove directory from GCC.
4582
4583 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
4584
4585 * COPYING: Update to current
4586 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
4587 to 19yy as example year in copyright notice).
4588
4589 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
4590
4591 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
4592 (libstdcxx_incdir): Pass down.
4593 * config.if: Remove expired bits for cxx_interface, add stub.
4594 (libstdcxx_incdir): Add variable for g++ include directory.
4595 * configure.in (gxx_include_dir): Use it.
4596
4597 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
4598
4599 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
4600 with old-email address from ``Write After Approval''.
4601
4602 2000-12-15 Andreas Jaeger <aj@suse.de>
4603
4604 * configure.in: Handle lang_dirs.
4605
4606 2000-12-14 Tom Tromey <tromey@redhat.com>
4607
4608 * MAINTAINERS: Removed brads.
4609
4610 * MAINTAINERS: Added gcj developers.
4611
4612 2000-12-13 Anthony Green <green@redhat.com>
4613
4614 * configure.in: Disable libgcj for any target not specifically
4615 listed. Disable libgcj for x86 and Alpha Linux until compatible
4616 with g++ abi.
4617
4618 2000-12-13 Mike Stump <mrs@wrs.com>
4619
4620 * Makefile.in (local-distclean): Also remove fastjar.
4621
4622 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
4623
4624 * contrib/gcc_update: Add fastjar --touch entries.
4625
4626 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
4627
4628 * configure.in: Disable language-specific target libraries for
4629 languages that aren't enabled.
4630
4631 2000-12-10 Anthony Green <green@redhat.com>
4632
4633 * configure.in: Define libgcj. Disable libgcj target libraries for
4634 most targets.
4635
4636 2000-12-10 Neil Booth <neilb@earthling.net>
4637
4638 * MAINTAINERS: Update mail address, remove from WAA list.
4639
4640 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
4641
4642 * libjava: Imported from /cvs/java.
4643 * libffi: Likewise.
4644 * Boehm-gc: Likewise.
4645
4646 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
4647
4648 * configure.in (target_libs): Revert 2000-12-08 patch.
4649 (noconfigdirs): Added target-libjava.
4650
4651 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
4652
4653 * djunpack.bat: removed.
4654
4655 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
4656
4657 * Makefile.in: handle DOS-style absolute paths.
4658 * config-ml.in: likewise.
4659 * symlink-tree: likewise.
4660
4661 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
4662
4663 * fastjar: Imported.
4664
4665 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
4666
4667 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
4668 libjava.
4669 * configure.in (target_libs): Removed `target-libjava'.
4670
4671 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
4672
4673 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
4674 (ALL_MODULES): Added fastjar.
4675 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
4676 (all-target-libjava): all-fastjar replaces all-zip.
4677 (all-fastjar): Added.
4678 (configure-target-fastjar, all-target-fastjar): Likewise.
4679 * configure.in (host_tools): Added fastjar.
4680
4681 2000-12-07 Mike Stump <mrs@wrs.com>
4682
4683 * Makefile.in (local-distclean): Remove leftover built files.
4684
4685 2000-11-24 Nick Clifton <nickc@redhat.com>
4686
4687 * configure.in (xscale-elf): Add target.
4688 (xscale-coff): Add target.
4689
4690 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
4691
4692 * ltcf-cxx.sh: Support creation of C++ shared libraries on
4693 recent versions of FreeBSD (release 3 or later).
4694 * ltconfig: On FreeBSD, -lc must not be provided when building
4695 a shared library or else the standard -pthread gcc option is
4696 rendered worthless to later users of the built library.
4697
4698 2000-11-16 Fred Fish <fnf@be.com>
4699
4700 * configure.in (enable_libstdcxx_v3): Fix typo,
4701 libstd++ -> libstdc++.
4702
4703 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4704
4705 * MAINTAINERS: Add self to Write After Approval list.
4706
4707 2000-11-21 Bernd Schmidt <bernds@redhat.com>
4708
4709 * MAINTAINERS: Update my email address. Add myself to global write
4710 privs list.
4711
4712 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
4713
4714 * Makefile.in: Merge with src and libgcj.
4715 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
4716 configure-target-<library> when their configure scripts need the C
4717 or C++ library to have already been built to work properly.
4718 (do_proto_toplev): Set them to an empty string.
4719
4720 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
4721 (REALLY_SET_LIB_PATH): Use them.
4722
4723 2000-11-17 Stan Shebs <shebs@apple.com>
4724
4725 * MAINTAINERS: Add self to Write After Approval list.
4726
4727 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
4728
4729 * configure: Provide the original toplevel configure arguments
4730 (including $0) to subprocesses in the environment rather than
4731 through gcc/configargs.h.
4732
4733 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
4734
4735 * MAINTAINERS: Remove references to cccp. Change C9X reference to
4736 C99. Alphabetise "Write After Approval" list.
4737
4738 2000-11-12 Mark Mitchell <mark@codesourcery.com>
4739
4740 * configure: Turn on libstdc++ V3 by default.
4741
4742 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
4743 if we've got GCC.
4744
4745 2000-11-11 Philip Blundell <philb@gnu.org>
4746
4747 * MAINTAINERS: Add self to Write After Approval list.
4748
4749 2000-11-09 David Edelsohn <edelsohn@gnu.org>
4750
4751 * ltcf-c.sh (aix4): Improve shared library configuration; require
4752 exporting symbols.
4753 * ltcf-cxx.sh (aix4): Define.
4754 * ltconfig (aix4): Define library and soname specs appropriate for
4755 AIX. Define command to create export symbols list.
4756
4757 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
4758
4759 * config.sub: Add support for Sun Chorus
4760
4761 2000-10-31 Nick Clifton <nickc@redhat.com>
4762
4763 * MAINTAINERS: Rename <name>@cygnus.com addresses to
4764 <name>@redhat.com. Also installed new email address for Clint
4765 Popetz.
4766
4767 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
4768
4769 * etc: Remove directory from GCC.
4770
4771 2000-10-16 Michael Meissner <meissner@redhat.com>
4772
4773 * configure (gcc/configargs.h): Only create if there is a build GCC
4774 directory created.
4775
4776 2000-10-16 Matthias Klose <doko@debian.org>
4777
4778 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
4779 when configured for libstdc++-v3.
4780
4781 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
4782
4783 * configure: Save configure arguments to gcc/configargs.h.
4784
4785 2000-10-04 Philipp Thomas <pthomas@suse.de>
4786
4787 * config.guess: Import CVS version 1.157.
4788 * config.sub: Import CVS version 1.181.
4789
4790 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
4791
4792 * Makefile.in (bootstrap): avoid recursion if subdir missing
4793 (cross): ditto
4794 (do-proto-toplev): ditto
4795
4796 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
4797
4798 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
4799 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
4800
4801 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
4802 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
4803 all affected `configure' scripts.
4804
4805 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
4806
4807 * MAINTAINERS: Add self as cpplib co-maintainer.
4808
4809 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
4810
4811 * MAINTAINERS: Add self to Write After Approval list.
4812
4813 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4814
4815 * INSTALL/README: egcs -> GCC update.
4816
4817 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
4818
4819 * MAINTAINERS: Add myself to Write After Approval list.
4820
4821 2000-09-15 Kazu Hirata <kazu@hxi.com>
4822
4823 * MAINTAINERS: Add myself to Write After Approval list.
4824
4825 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
4826
4827 * configure.in: Do not build byacc for hppa64. Provide paths to the
4828 X11 libraries for hppa64.
4829
4830 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4831
4832 * MAINTAINERS: Add myself as 68hc11 port maintainer.
4833
4834 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
4835
4836 * Makefile.in (all-zlib): Added dummy target.
4837
4838 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4839 ltcf-gcj.sh: Updated from libtool multi-language branch.
4840
4841 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
4842
4843 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
4844 (bootstrap*): Depend on all-bootstrap.
4845
4846 2000-09-05 Philipp Thomas <pthomas@suse.de>
4847
4848 * config.guess: Import CVS version 1.156.
4849 * config.sub: Import CVS version 1.179.
4850
4851 2000-09-02 Anthony Green <green@cygnus.com>
4852
4853 * Makefile.in (all-gcc): Depend on all-zlib.
4854 (CLEAN_MODULES): Add clean-zlib.
4855 (ALL_MODULES): Add all-zlib.
4856 * configure.in (host_libs): Add zlib.
4857
4858 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
4859
4860 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
4861 crosses, but add gcc/include to the header search path for them.
4862
4863 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
4864
4865 * MAINTAINERS: Add self to Write After Approval list.
4866
4867 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4868
4869 * config.guess: Import CVS version 1.152.
4870 * config.sub: Import CVS version 1.177.
4871
4872 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
4873
4874 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
4875 $targargs to tell whether newlib is going to be built.
4876
4877 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
4878 $$r/TARGET_SUBDIR/libio for _G_config.h.
4879
4880 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
4881
4882 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
4883
4884 2000-08-22 DJ Delorie <dj@redhat.com>
4885
4886 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
4887
4888 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
4889
4890 * config-ml.in (CC, CXX): Avoid trailing whitespace.
4891 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
4892 sub-configures.
4893
4894 2000-08-21 DJ Delorie <dj@redhat.com>
4895
4896 * MAINTAINERS: Add self as a libiberty maintainer
4897
4898 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
4899
4900 * configure.in (libstdcxx_flags): Use
4901 libstdc++-v3/src/libstdc++.INC.
4902
4903 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
4904
4905 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
4906
4907 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
4908
4909 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
4910
4911 * configure: Make enable_threads and enable_shared defaults
4912 explicit. Substitute enable_threads into generated Makefiles.
4913 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
4914 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
4915
4916 2000-08-13 Geoff Keating <geoffk@cygnus.com>
4917
4918 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
4919
4920 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
4921
4922 * config-ml.in (CC): Remove bogus duplicate quotation mark from
4923 previous delta.
4924
4925 2000-08-11 Jason Merrill <jason@redhat.com>
4926
4927 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
4928 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
4929 (FLAGS_FOR_TARGET): Not here.
4930 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
4931
4932 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
4933
4934 * config-ml.in (CC, CXX): Don't introduce a leading space.
4935
4936 2000-08-07 DJ Delorie <dj@delorie.com>
4937
4938 * MAINTAINERS: Add self as a DJGPP maintainer
4939
4940 2000-08-07 DJ Delorie <dj@redhat.com>
4941
4942 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
4943 "if we're also building gcc, and it's a gcc that will run on the
4944 build machine, we want to use its includes instead of the system's
4945 default includes".
4946
4947 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
4948
4949 * MAINTAINERS: Add self to Write After Approval list.
4950
4951 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
4952
4953 * configure.in (libstdcxx_flags): Don't use `"'.
4954
4955 * config-ml.in: Adjust multilib search paths to the
4956 appropriate multilib tree.
4957
4958 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
4959
4960 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
4961 commas in $LANGUAGES.
4962
4963 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
4964
4965 * configure.in: Re-enable all references to libg++ and librx.
4966
4967 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
4968
4969 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
4970 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
4971 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
4972 * ltcf-cxx.sh (need_lc): Set based on postdeps.
4973
4974 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
4975
4976 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
4977
4978 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
4979 CXX_FOR_TARGET for sed.
4980
4981 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
4982
4983 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
4984 Do not override if already set in the environment or in configure.
4985 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
4986 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
4987
4988 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
4989
4990 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
4991 the libtool CVS tree multi-language branch.
4992 * ltconfig, ltmain.sh: Updated.
4993
4994 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
4995
4996 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
4997 (clean-target): Depend on it.
4998
4999 * Makefile.in (FLAGS_FOR_TARGET): New macro.
5000 (GCC_FOR_TARGET): Use it.
5001 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5002 * configure.in: ... here.
5003 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
5004 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5005
5006 2000-07-24 Eric Christopher <echristo@cygnus.com>
5007
5008 * MAINTAINERS: Add self to Write After Approval list.
5009
5010 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
5011
5012 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5013 (configure-target-libchill, configure-target-libobjc): Likewise.
5014
5015 * configure.in: Use the same cache file for all target libs.
5016 * config-ml.in: But different cache files per multilib variant.
5017
5018 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5019
5020 * configure (topsrcdir): Don't use dirname.
5021
5022 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
5023
5024 * MAINTAINERS: Add self to Write After Approval list.
5025
5026 2000-07-20 Jason Merrill <jason@redhat.com>
5027
5028 * configure.in: Remove all references to libg++ and librx.
5029
5030 * configure, configure.in, Makefile.in: Unify gcc and binutils.
5031
5032 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
5033
5034 * config.sub: Update to subversions version 2000-07-06.
5035
5036 2000-07-12 Andrew Haley <aph@cygnus.com>
5037
5038 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5039 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5040
5041 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
5042
5043 * symlink-tree: Check number of arguments.
5044
5045 2000-07-05 Jim Wilson <wilson@cygnus.com>
5046
5047 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5048 search path for a g++ extracted from the build tree. This
5049 will allow link tests run by configure scripts in
5050 subdirectories to succeed.
5051
5052 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
5053
5054 * ltconfig: Add support for mips-dde-sysv4.2MP
5055
5056 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5057
5058 * MAINTAINERS: Add myself as loop discovery maintainer.
5059
5060 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
5061
5062 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5063 `os2'. Force ac_cv_exeext to be ".exe" in that case.
5064
5065 2000-06-19 Timothy Wall <twall@cygnus.com>
5066
5067 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5068 * config.sub: Add tic54x target.
5069
5070 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
5071
5072 * MAINTAINERS: Add self as Fortran maintainer,
5073 remove Craig Burley.
5074
5075 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
5076
5077 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5078 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5079
5080 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
5081
5082 * MAINTAINERS: Add self as i18n maintainer
5083
5084 20000-05-21 H.J. Lu (hjl@gnu.org)
5085
5086 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5087 directory are used if they exist. Make sure
5088 $(build_tooldir)/include is searched for header files,
5089 $(build_tooldir)/lib/ for library files.
5090 (GCC_FOR_TARGET): Likewise.
5091 (CXX_FOR_TARGET): Likewise.
5092
5093 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
5094
5095 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5096
5097 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
5098
5099 * Makefile.in (configure-target-libiberty): Depend on
5100 configure-target-newlib.
5101
5102 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
5103
5104 * configure.in, Makefile.in: Merge all libffi-related
5105 configury stuff from the libgcj tree.
5106
5107 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
5108
5109 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5110 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5111
5112 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
5113
5114 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5115 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5116 current version information. Add to proto-toplev directory.
5117 (gdb-taz): Build do-djunpack.
5118
5119 2000-05-15 David Edelsohn <edelsohn@gnu.org>
5120
5121 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5122
5123 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
5124
5125 * MAINTAINERS: Add self to Write After Approval list.
5126
5127 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5128
5129 * ltmain.sh: Preserve in relink_command any environment
5130 variables that may affect the linker behavior.
5131
5132 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
5133
5134 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5135
5136 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
5137
5138 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5139
5140 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5141
5142 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5143 with the version name.
5144
5145 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
5146
5147 * MAINTAINERS: Add self as bb-reorder maintainer.
5148
5149 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
5150
5151 * config.if: Tweak.
5152
5153 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5154
5155 * djunpack.bat: New file.
5156
5157 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
5158
5159 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5160 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5161 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5162 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5163
5164 2000-04-16 Dave Pitts <dpitts@cozx.com>
5165
5166 * config.sub (case $basic_machine): Change default for "ibm-*"
5167 to "openedition".
5168
5169 2000-04-13 Andreas Jaeger <aj@suse.de>
5170
5171 * MAINTAINERS: Added myself.
5172
5173 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
5174
5175 * Makefile.in (gdb-taz): New target. GDB specific archive.
5176 (do-md5sum): New target.
5177 (MD5PROG): Define.
5178 (PACKAGE): Default to TOOL.
5179 (VER): Default to a shell script.
5180 (taz): Rewrite target. Move real work to do-proto-toplev. Include
5181 md5 checksum generation.
5182 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5183 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5184 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5185 insight.tar.bz2): Use gdb-taz to create archive.
5186
5187 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
5188
5189 * configure (warn_cflags): Delete.
5190
5191 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
5192
5193 * MAINTAINERS: Added myself.
5194
5195 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
5196 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
5197
5198 * configure.in (enable_libstdcxx_v3): Add.
5199 (target_libs): Add bits here to switch between libstdc++-v2 and
5200 libstdc++-v3.
5201 * config.if: And this file too.
5202 * Makefile.in: Add libstdc++-v3 targets.
5203
5204 2000-04-05 Michael Meissner <meissner@redhat.com>
5205
5206 * config.sub (d30v): Add d30v as a basic machine type.
5207
5208 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
5209
5210 * configure.in: -linux-gnu*, not -linux-gnu.
5211
5212 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
5213
5214 * MAINTAINERS: Add self in write-after-approval section.
5215
5216 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
5217
5218 * MAINTAINERS: Add self as ia64 port maintainer.
5219
5220 2000-03-08 Neil Booth <NeilB@earthling.net>
5221
5222 * MAINTAINERS: Add self in write-after-approval section.
5223
5224 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
5225
5226 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5227 (do-tar-bz2): Replace TOOL with PACKAGE.
5228 (gdb.tar.bz2): Remove GDBTK from GDB package.
5229 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5230 dejagnu.tar.bz2): New packages.
5231
5232 2000-02-27 Andreas Jaeger <aj@suse.de>
5233
5234 * configure.in: Add entry for mips*-*-linux*, move catch all
5235 *-*-*linux* entry below this one.
5236
5237 2000-02-27 Ian Lance Taylor <ian@zembu.com>
5238
5239 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5240
5241 2000-02-24 Nick Clifton <nickc@cygnus.com>
5242
5243 * config.sub: Support an OS of "wince".
5244
5245 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
5246
5247 * config.guess, config.sub: Updated to match config's 2000-02-15
5248 version.
5249
5250 2000-02-23 Linas Vepstas <linas@linas.org>
5251
5252 * config.sub: Add support for Linux/IBM 370.
5253 * configure.in: Likewise.
5254
5255 2000-02-22 Nick Clifton <nickc@cygnus.com>
5256
5257 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5258
5259 2000-02-20 Christopher Faylor <cgf@cygnus.com>
5260
5261 * config.guess: Guess "cygwin" rather than "cygwin32".
5262
5263 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5264
5265 * configure (gcc_version): When setting, narrow search to
5266 lines containing `version_string'.
5267
5268 2000-02-15 Denis Chertykov <denisc@overta.ru>
5269
5270 * config.sub: Add support for avr target.
5271
5272 2000-02-14 Nick Clifton <nickc@cygnus.com>
5273
5274 * MAINTAINERS: Add maintainers for MCore port.
5275
5276 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
5277
5278 * config.sub: Add mmix-knuth-mmixware.
5279
5280 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5281
5282 * MAINTAINERS: Pair cccp with cpplib maintainership.
5283
5284 2000-01-27 Christopher Faylor <cgf@redhat.com>
5285
5286 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5287 structure stuff to -L library search.
5288 (CXX_FOR_TARGET): Ditto.
5289 (CROSS_CHECK_MODULES): Fix spelling mistake.
5290
5291 2000-01-24 Mark Mitchell <mark@codesourcery.com>
5292
5293 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5294 the C++ compiler.
5295
5296 2000-01-12 Richard Henderson <rth@cygnus.com>
5297
5298 * configure.in: Don't build some bits for beos.
5299
5300 2000-01-12 Joel Sherrill (joel@OARcorp.com)
5301
5302 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5303 as include files.
5304
5305 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
5306
5307 * Add self as cpplib maintainer, as requested by Jason
5308 Merrill. Correct my e-mail address.
5309
5310 2000-01-06 Geoff Keating <geoffk@cygnus.com>
5311
5312 * configure.in: Use mt-aix43 to handle *_TARGET defs,
5313 not mh-aix43.
5314
5315 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
5316
5317 * MAINTAINERS: Add myself to "write after approval" list.
5318
5319 1999-12-14 Richard Henderson <rth@cygnus.com>
5320
5321 * config.guess (alpha-osf, alpha-linux): Detect ev67.
5322 * config.sub: Accept alphaev[78], alphaev8.
5323
5324 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5325
5326 * config.guess, config.sub: Update from autoconf.
5327
5328 1999-11-29 Bruce Korb <autogen@linuxbox.com>
5329
5330 * MAINTAINERS: update my playtime e-address.
5331
5332 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5333
5334 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5335 necessary libraries are missing.
5336
5337 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
5338
5339 * MAINTAINERS: Add new 'write after approval' maintainer.
5340
5341 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
5342
5343 * MAINTAINERS: Add new Java maintainer.
5344
5345 1999-10-25 Andreas Schwab <schwab@suse.de>
5346
5347 * configure: Fix quoting inside arguments of eval.
5348
5349 1999-10-21 Nick Clifton <nickc@cygnus.com>
5350
5351 * config-ml.in: Allow suppression of some ARM multilibs.
5352
5353 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
5354
5355 * config.guess: Add OS/390 match pattern.
5356 * config.sub: Add mvs, openedition targets.
5357 * configure.in (i370-ibm-opened*): New.
5358
5359 1999-09-04 Steve Chamberlain <sac@pobox.com>
5360
5361 * config.sub: Add support for configuring for pj.
5362
5363 1999-08-31 Nick Clifton <nickc@cygnus.com>
5364
5365 * config.sub (maybe_os): Add support for configuring for fr30.
5366
5367 1999-08-25 Nick Clifton <nickc@cygnus.com>
5368
5369 * configure.in: Do not configure or build ld for AIX
5370 platforms. ld is known to be broken on these platforms.
5371
5372 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5373
5374 * config-ml.in: Pass compiler flag corresponding to multidirs to
5375 subdir configures.
5376
5377 1999-08-09 Ian Lance Taylor <ian@zembu.com>
5378
5379 * Makefile.in (LDFLAGS): Define.
5380
5381 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
5382
5383 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5384 noconfigdirs.
5385 (*-*-cygwin*): Likewise.
5386
5387 1999-08-08 Ian Lance Taylor <ian@zembu.com>
5388
5389 * mkdep: New file.
5390 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5391 (BINUTILS_SUPPORT_DIRS): Add mkdep.
5392
5393 From Eli Zaretskii <eliz@is.elta.co.il>:
5394 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5395 long file name when using DJGPP on MS-DOS.
5396
5397 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
5398
5399 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5400
5401 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
5402
5403 * Makefile.in (check-target-libio): Remove all-target-libstdc++
5404 dependency as this causes "make check" to globally "make all"
5405
5406 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
5407
5408 * configure.in (target_libs): Added target-zlib.
5409 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5410 (CONFIGURE_TARGET_MODULES): Likewise.
5411 (CHECK_TARGET_MODULES): Likewise.
5412 (INSTALL_TARGET_MODULES): Likewise.
5413 (CLEAN_TARGET_MODULES): Likewise.
5414 (configure-target-zlib): New target.
5415 (all-target-zlib): Likewise.
5416 (all-target-libjava): Depend on all-target-zlib.
5417 (configure-target-libjava): Depend on configure-target-zlib.
5418
5419 * Makefile.in (configure-target-libjava): Depend on
5420 configure-target-newlib.
5421 (configure-target-boehm-gc): New target.
5422 (configure-target-qthreads): New target.
5423
5424 * configure.in (target_libs): Added target-qthreads.
5425 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5426 (CONFIGURE_TARGET_MODULES): Likewise.
5427 (CHECK_TARGET_MODULES): Likewise.
5428 (INSTALL_TARGET_MODULES): Likewise.
5429 (CLEAN_TARGET_MODULES): Likewise.
5430 (all-target-qthreads): New target.
5431 (configure-target-libjava): Depend on configure-target-qthreads.
5432 (all-target-libjava): Depend on all-target-qthreads.
5433
5434 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5435 (CONFIGURE_TARGET_MODULES): Likewise.
5436 (CHECK_TARGET_MODULES): Likewise.
5437 (INSTALL_TARGET_MODULES): Likewise.
5438 (CLEAN_TARGET_MODULES): Likewise.
5439 (all-target-libjava): New target.
5440 (all-target-boehm-gc): Likewise.
5441 * configure.in (target_libs): Added libjava, boehm-gc.
5442
5443 1999-07-22 Ian Lance Taylor <ian@zembu.com>
5444
5445 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5446 configure.bat in SUPPORT_FILES.
5447 (gas+binutils.tar.bz2): Likewise.
5448
5449 * makeall.bat: Remove; obsolete.
5450
5451 1999-07-21 Ian Lance Taylor <ian@zembu.com>
5452
5453 From Mark Elbrecht:
5454 * configure.bat: Remove; obsolete.
5455
5456 1999-07-11 Ian Lance Taylor <ian@zembu.com>
5457
5458 * configure: Add -W -Wall to the default CFLAGS when compiling with
5459 gcc.
5460
5461 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
5462
5463 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5464
5465 1999-06-30 Mark Mitchell <mark@codesourcery.com>
5466
5467 * configure.in: Build ld on IRIX6.
5468
5469 1999-06-12 Ian Lance Taylor <ian@zembu.com>
5470
5471 * Makefile.in: Change distribution targets to use bzip2 instead of
5472 gzip.
5473 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
5474 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
5475
5476 1999-06-04 Nick Clifton <nickc@cygnus.com>
5477
5478 * config.sub: Add mcore target.
5479
5480 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
5481
5482 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5483
5484 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
5485
5486 * config.guess (dummy): Changed to $dummy.
5487
5488 1999-05-24 Nick Clifton <nickc@cygnus.com>
5489
5490 * config.sub: Tidied up case statements.
5491
5492 1999-05-22 Ben Elliston <bje@cygnus.com>
5493
5494 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5495 <jiro@din.or.jp>.
5496
5497 * config.guess: Merge with FSF version. Future changes will be
5498 more accurately recorded in this ChangeLog.
5499 * config.sub: Likewise.
5500
5501 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
5502
5503 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5504
5505 1999-04-30 Tom Tromey <tromey@cygnus.com>
5506
5507 * ltmain.sh: [mode link] Always use CC given by ltconfig.
5508
5509 1999-04-23 Tom Tromey <tromey@cygnus.com>
5510
5511 * ltconfig, ltmain.sh: Update to libtool 1.2f.
5512
5513 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
5514
5515 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5516 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5517 Bad merge removed these two changes.
5518
5519 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
5520 Martin Heller (Ing.-Buero_Heller@t-online.de)
5521
5522 * config.guess (interix Alpha): Add.
5523
5524 1999-04-11 Richard Henderson <rth@cygnus.com>
5525
5526 * configure.in (i?86-*-beos*): Do config gperf; don't config
5527 gdb, newlib, or libgloss.
5528
5529 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
5530
5531 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5532 link a trivial program with -mabi=64. If it fails, remove mabi=64
5533 from multidirs.
5534
5535 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
5536
5537 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5538
5539 1999-04-08 Nick Clifton <nickc@cygnus.com>
5540
5541 * config.sub: Add support for mcore targets.
5542
5543 1999-04-07 Michael Meissner <meissner@cygnus.com>
5544
5545 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5546 not mt-ospace, in order to shut up assembler warning about using
5547 symbols that are named the same as registers.
5548
5549 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
5550
5551 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5552 dependency list for all-target-cygmon.
5553
5554 1999-04-05 Doug Evans <devans@casey.cygnus.com>
5555
5556 * config-ml.in: Check $host, not $target, for selective multilibs.
5557 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5558 thumb interworking, and underscore prefix multilibs.
5559
5560 1999-04-04 Ian Lance Taylor <ian@zembu.com>
5561
5562 * missing: Update to version from current automake.
5563
5564 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
5565
5566 * configure (gxx_include_dir): Removed.
5567
5568 * configure.in (gxx_include_dir): Handle it.
5569 * Makefile.in: Likewise.
5570
5571 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
5572
5573 * config.sub (mips64vr4111,mips64vr4111el) Add.
5574
5575 1999-03-21 Ben Elliston <bje@cygnus.com>
5576
5577 * config.guess: Correct typo for detecting ELF on FreeBSD.
5578
5579 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
5580
5581 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5582 config/mh-djgpp.
5583
5584 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
5585
5586 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5587 all-target-newlib to dependency list for all-target-bsp.
5588
5589 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
5590
5591 * config.sub: Add i386-uwin support.
5592 * config.guess: Likewise.
5593
5594 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5595
5596 * configure.in: cleanup, add mh-*pic handling for arm, special
5597 case powerpc*-*-aix*
5598
5599 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
5600
5601 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5602 can be built.
5603
5604 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
5605
5606 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
5607 targets.
5608
5609 1999-03-02 Nick Clifton <nickc@cygnus.com>
5610
5611 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5612
5613 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
5614
5615 * config.sub: Check for "cygwin*" rather than "cygwin32*"
5616
5617 1999-02-24 Nick Clifton <nickc@cygnus.com>
5618
5619 * config.sub: Fix typo in arm recognition.
5620
5621 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
5622
5623 * configure.in (noconfigdirs): Changed target_configdirs to
5624 include target-bsp only for m68k-*-elf* and m68k-*-coff*
5625 rather than m68k-*-* since it is not known to work on
5626 m68k-aout. Ditto for arm-*-*oabi.
5627
5628 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
5629
5630 * configure.in (*-*-windows*): Remove, no longer used.
5631
5632 1999-02-19 Ben Elliston <bje@cygnus.com>
5633
5634 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
5635 Smart and improved by Andrew Cagney.
5636
5637 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
5638
5639 * config.guess: Recognize openbsd-*-hppa.
5640
5641 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
5642
5643 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
5644 only if it is not empty.
5645
5646 1999-02-17 Nick Clifton <nickc@cygnus.com>
5647
5648 Patch from: Scott Bambrough <scottb@corelcomputer.com>
5649
5650 * config.guess: Modified to recognize uname's armv* syntax.
5651
5652 * config.sub: Modified to recognize uname's armv* syntax.
5653
5654 1999-02-17 Mark Salter <msalter@cygnus.com>
5655
5656 * configure.in: Added target-bsp for sparclite.
5657
5658 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
5659
5660 * config.sub: Recognize alphapca5[67] and up to alphaev8.
5661
5662 1999-02-08 Nick Clifton <nickc@cygnus.com>
5663
5664 * configure.in: Add support for strongarm port.
5665 * config.sub: Add support for strongarm target.
5666
5667 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
5668
5669 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
5670 the old name config/mh-cygwin32.
5671 Enable texinfo.
5672
5673 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
5674
5675 * configure.in: Do build ld for ix86 Solaris.
5676
5677 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
5678
5679 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
5680 $AR_FOR_TARGET. Likewise for RANLIB.
5681
5682 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
5683
5684 * config.sub (oabi): Recognize.
5685 * configure.in (arm-*-oabi): Handle.
5686
5687 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
5688
5689 * config.guess: Improve detection of i686 on UnixWare 7.
5690
5691 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
5692
5693 * config.guess: Add support for i386-pc-interix.
5694 * config.sub: Likewise.
5695 * configure.in: Likewise.
5696
5697 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
5698
5699 * Makefile.in: Remove unneeded all-target-libio from
5700 from all-target-winsup target since it is now unneeded.
5701 Add all-target-libtermcap in its place since it is now
5702 needed.
5703
5704 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
5705
5706 * configure.in: makefile stub for cygwin target is probably
5707 unnecessary. Remove it for now.
5708
5709 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
5710
5711 * configure.in: libtermcap.a should be built when cygwin is the
5712 target as well as the host.
5713 * config.guess: Allow mixed case in cygwin uname output.
5714 * Makefile.in: Add libtermcap target.
5715
5716 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
5717
5718 * config.sub: Clean up handling of hppa2.0.
5719
5720 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
5721
5722 * config.guess: Use C code to identify more HP machines.
5723
5724 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
5725
5726 * config.sub: Handle hppa2.0.
5727
5728 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
5729
5730 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
5731 cygmon for all sparclite targets, regardless of object format.
5732
5733 1998-12-15 Mark Salter <msalter@cygnus.com>
5734
5735 * configure.in: Added target-bsp for several target architectures.
5736
5737 * Makefile.in: Added rules for bsp.
5738
5739 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
5740
5741 * config.guess: Improve detection of hppa2.0 processors.
5742
5743 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
5744
5745 * config.guess: Recognize FreeBSD using ELF automatically.
5746
5747 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
5748
5749 * configure (skip-this-dir): Add handling for new shell script, which
5750 might be created by a sub-directory's configure to indicate, this particular
5751 directory is "unwanted".
5752 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
5753
5754 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
5755
5756 * ltconfig: import from libtool, after changing libtool to
5757 account for the cygwin name change.
5758
5759 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
5760
5761 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
5762 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
5763
5764 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
5765
5766 * configure.in: Add libtermcap to list of cygwin dependencies.
5767
5768 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
5769
5770 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
5771 they include winsup/include when it's a cygwin target.
5772
5773 1998-11-12 Tom Tromey <tromey@cygnus.com>
5774
5775 * configure.in (host_tools): Added zip.
5776 * Makefile.in (all-target-libjava): Depend on all-zip.
5777 (all-zip): New target.
5778 (ALL_MODULES): Added all-zip.
5779 (NATIVE_CHECK_MODULES): Added check-zip.
5780 (INSTALL_MODULES): Added install-zip.
5781 (CLEAN_MODULES): Added clean-zip.
5782
5783 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
5784
5785 * Makefile.in: lose "32" from comment about cygwin.
5786
5787 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
5788
5789 * configure.in: Use -Os to build target libraries for the fr30.
5790
5791 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
5792
5793 * config.sub: Add fr30.
5794
5795 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
5796
5797 * configure.in: drop "32" from config/mh-cygwin32. Check
5798 cygwin* instead of cygwin32*.
5799 * config.sub: Check cygwin* instead of cygwin32*.
5800
5801 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
5802
5803 * config.guess: Match any version of Unixware7.
5804
5805 1998-10-20 Syd Polk <spolk@cygnus.com>
5806
5807 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
5808 if desired.
5809
5810 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
5811
5812 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
5813 these if the appropriate directories and files to not exist.
5814
5815 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
5816
5817 * Makefile.in (DEVO_SUPPORT): Add config.if.
5818
5819 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
5820
5821 * configure: Add pattern to replace "build_tooldir"'s
5822 definition in the generated Makefile with "tooldir"'s
5823 actual value.
5824
5825 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
5826
5827 * config.sub: Bring back lost sparcv9.
5828
5829 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
5830
5831 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
5832
5833 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
5834 CC_FOR_TARGET and friends.
5835
5836 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5837
5838 * Makefile.in (build_tooldir): New variable, same as tooldir.
5839 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
5840 -B$(build_tooldir)/bin/.
5841 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5842
5843 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5844
5845 * README: Remove installation instructions and refer to the
5846 INSTALL directory instead.
5847
5848 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
5849
5850 * config.sub: Add support for i[34567]86-pc-udk.
5851 * configure.in: Likewise.
5852
5853 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
5854
5855 * Makefile.in: add bzip2 package building bits for user
5856 tools module
5857 * configure.in: ditto
5858
5859 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
5860
5861 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
5862 (ALL_TARGET_MODULES): Add all-target-libobjc.
5863 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5864 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5865 (all-target-libchill): Add dependencies.
5866 * configure.in (target_libs): Add libchill.
5867
5868 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
5869
5870 * configure.in (target_subdir): Remove duplicate line.
5871
5872 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
5873
5874 * Makefile.in (all-automake): fix dependencies.
5875
5876 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
5877
5878 * configure.in: Minor cleanups for building in the $(target_alias)
5879 subdir.
5880
5881 1998-09-22 Jim Wilson <wilson@cygnus.com>
5882
5883 * Makefile.in (bootstrap): Set r and s before make all. Use
5884 BASE_FLAGS_TO_PASS in make all.
5885 (cross): Likewise.
5886
5887 1998-09-20 Mark Mitchell <mark@markmitchell.com>
5888
5889 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
5890
5891 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
5892
5893 * config.sub: Fix typo in last change.
5894
5895 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5896
5897 * config.sub: Add support for C4x target.
5898 * configure.in: Likewise.
5899
5900 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
5901
5902 * config.sub: Recognize sparcv9 just like sparc64.
5903
5904 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
5905
5906 * config.guess: Match "Pent II" or "PentII" for OpenServer.
5907
5908 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
5909
5910 * config.guess: Correctly identify Pentium II sco boxes.
5911
5912 * config.guess: Fix "tr" code. From Weiwen Liu.
5913
5914 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
5915
5916 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
5917 stabs.
5918
5919 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
5920
5921 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
5922 (ALL_TARGET_MODULES): Add all-target-libchill.
5923 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5924 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5925 (all-target-libchill): Add dependencies.
5926 * configure.in (target_libs): Add libchill.
5927
5928 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
5929
5930 * config.guess: Avoid assumptions about "tr" behaves when
5931 LANG is set to something other than English.
5932
5933 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
5934
5935 * configure (gxx_include_dir): Changed to
5936 '${prefix}/include/g++'-${libstdcxx_interface}.
5937
5938 * config.if: New to determine the interfaces.
5939
5940 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
5941
5942 * config.guess: Detect and handle MPE/IX.
5943 * config.sub: Deal with MPE/IX.
5944
5945 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
5946
5947 * configure.in: Use mh-aix43.
5948
5949 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
5950
5951 * configure: Fix --without/--disable cases for gxx-include-dir.
5952
5953 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
5954
5955 * mdata-sh: Imported. Needed for automake support.
5956
5957 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
5958
5959 * Makefile.in (taz): Try "chmod -R og=u ." before
5960 "chmod og=u `find . -print`".
5961
5962 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
5963
5964 * configure.in: Add arm-elf and thumb-elf support.
5965
5966 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
5967
5968 * Makefile.in: Undo previous patch.
5969
5970 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
5971
5972 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
5973 to here ...
5974 (install-no-fixedincludes): and here
5975 (INSTALL_MODULES): ... from here.
5976
5977 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
5978
5979 * config.sub: Merge with FSF.
5980
5981 * config.guess: Merge with FSF.
5982
5983 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
5984
5985 * configure (extraconfigdirs): New variable.
5986 (SUBDIRS): Add extraconfigdirs and recurse on them too.
5987 * Makefile.in (all): Move higher in file.
5988 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
5989 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
5990 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
5991 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
5992 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
5993
5994 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
5995
5996 * Makefile.in (all-target-libjava): Depend on all-gcc and
5997 all-target-newlib.
5998 (configure-target-libjava): Depend on $(ALL_GCC).
5999
6000 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
6001
6002 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6003 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6004
6005 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
6006
6007 * INSTALL/README: Fix typo.
6008
6009 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
6010
6011 * ylwrap: Change absolute path checks to check for DOS style path
6012 names.
6013
6014 * ylwrap: Don't use a full path name if the source file is in the
6015 same directory. From hjl@lucon.org (H.J. Lu).
6016
6017 * config-ml.in: Default to being verbose, to match Feb 18 change to
6018 configure.
6019
6020 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
6021
6022 Brought over from egcs:
6023
6024 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
6025
6026 * configure.in (target_subdir): Set to ${target_alias} instead
6027 of "libraries".
6028
6029 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
6030
6031 * configure.in (target_subdir): Set to libraries if enable_multilib.
6032
6033 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
6034
6035 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6036 multilibs, force reconfiguration the first time we create
6037 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6038
6039 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
6040
6041 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6042 avoid confusion with --no-recursion.
6043
6044 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
6045
6046 * configure.in: Win32 hosts shouldn't use install -x
6047 * install-sh: remove -x option, and special .exe-handling
6048 hack.
6049
6050 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
6051
6052 * config.guess: Recognize i586-pc-beos.
6053 * configure.in: Don't build some bits for beos.
6054
6055 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
6056
6057 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6058 CFLAGS default to -O2.
6059
6060 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6061 when using GNU ld.
6062
6063 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
6064
6065 * ltmain.sh: Correct install when using a different shell.
6066
6067 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
6068
6069 * ltconfig, ltmain.sh: Update to libtool 1.2b.
6070
6071 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
6072
6073 * makefile.vms: Update to build binutils/makefile.vms. Add install
6074 target.
6075
6076 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
6077
6078 * ltconfig: Update to correct AIX handling.
6079
6080 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
6081
6082 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6083
6084 * configure.in (target_subdir): Set to ${target_alias} instead
6085 of "libraries".
6086
6087 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
6088
6089 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6090 (Makefile): Depend on $(gcc_version_trigger).
6091
6092 * configure (gcc_version): Change default initializer to empty
6093 string.
6094 (gcc_version_trigger): New variable; pass this variable down
6095 to subdir configures to enable them checking gcc's version
6096 themselves. Emit make macros for both gcc_version vars.
6097 (topsrcdir): Initialize reliably.
6098 (recursion line): Remove --with-gcc-version=${gcc_version}.
6099
6100 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
6101
6102 * configure (enable_version_specific_runtime_libs): Implement new flag
6103 --enable-version-specific-runtime-libs which installs C++ runtime stuff
6104 in $(libsubdir); emit definition in each generated Makefile.
6105 (gxx_include_dir): Initialize depending on
6106 $enable_version_specific_runtime_libs.
6107
6108 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
6109
6110 * configure (gcc_version): Initialize properly depending on
6111 how and where configure is started.
6112 (recursion line): Pass a --with-gcc-version=${gcc_version}
6113 to configures in subdirs.
6114
6115 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
6116
6117 * configure.in (noconfigdirs): Add configure pattern for mips tx39
6118 cygmon
6119
6120 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
6121
6122 * configure.in: Add cygmon and libstub support for mn10200.
6123
6124 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
6125
6126 * configure (gcc_version): Add new variable describing the
6127 particular gcc version we're building.
6128 * Makefile.in (libsubdir): Add new macro for the directory
6129 in which the compiler finds executables, libraries, etc.
6130 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6131 and libsubdir.
6132
6133 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6134
6135 * Makefile.in (local-clean): Remove *.log.
6136 (warning.log): Built with warn_summary from build.log.
6137 (mail-report.log): Run test_summary.
6138 (mail-report-with-warnings.log): Run test_summary including
6139 warning.log in the report.
6140
6141 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
6142
6143 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6144
6145 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
6146
6147 * Makefile.in (grep): Grep no longer depends on libiberty.
6148
6149 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
6150
6151 * Makefile.in: all-snavigator needs all-libgui.
6152
6153 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
6154
6155 * configure.in: Add cygmon and libstub support for mn10300.
6156
6157 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
6158
6159 * missing: Update to version from automake 1.3.
6160
6161 * ltmain.sh: On installation, don't get confused if the same name
6162 appears more than once in the list of library names.
6163
6164 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
6165
6166 * config.sub: Accept m68060 and m5200 as CPU names.
6167
6168 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
6169
6170 * configure: Use && rather than using -a in test, because odd
6171 strings can confuse test.
6172 * configure.in: Likewise.
6173
6174 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
6175
6176 * ltconfig, ltmain.sh: Bring in Visual C++ support.
6177
6178 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6179
6180 * Makefile.in (boostrap2-lean, bootstrap3-lean,
6181 bootstrap4-lean): New targets.
6182
6183 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
6184
6185 * mpw-* Delete. Not used.
6186
6187 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
6188
6189 * COPYING.LIB: Update FSF address.
6190
6191 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
6192
6193 * ltconfig, ltmain.sh: Update to libtool 1.2a.
6194
6195 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6196 GAS_SUPPORT_DIRS.
6197
6198 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
6199
6200 * ltconfig, ltmain.sh: Avoid producing a version number if
6201 -version-info was not used.
6202
6203 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
6204
6205 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6206 building with newlib.
6207
6208 1998-04-30 Paul Eggert <eggert@twinsun.com>
6209
6210 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6211 Solaris `make' causes it to continue to next definition.
6212
6213 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
6214
6215 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6216 the right GUI libraries and files are installed along with GDB.
6217
6218 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
6219
6220 * configure.in: Change alpha to alpha* in several places.
6221
6222 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
6223
6224 * config.sub: Recognize sparc86x.
6225
6226 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
6227
6228 * configure.in (--enable-target-optspace): Remove debug echo.
6229
6230 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
6231
6232 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6233
6234 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
6235
6236 * ltconfig: Update cygwin32 support.
6237
6238 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6239 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6240 (GDB_SUPPORT_DIRS): Likewise.
6241
6242 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
6243
6244 * configure.in (target_makefile_frag): If --enable-target-optspace,
6245 use -Os to compile target libraries rather than -O2. Default to
6246 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6247 not used.
6248 * configure.in (target_cflags): Ditto for d30v.
6249
6250 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
6251
6252 * Makefile.in (all-bfd): Depend on all-intl.
6253 (all-binutils): Likewise.
6254 (all-gas): Likewise.
6255 (all-gprof): Likewise.
6256 (all-ld): Likewise.
6257
6258 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
6259
6260 * configure.in (host_tools): Fix typo, lbtool -> libtool.
6261
6262 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
6263
6264 * Makefile.in (all-bfd): Depend upon all-libiberty.
6265
6266 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6267
6268 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
6269
6270 * Makefile.in: Add libstub.
6271
6272 * configure.in: Ditto. Build libstub for targets that have cygmon
6273 support.
6274
6275 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
6276
6277 * configure.in: Don't set PICFLAG on ix86-cygwin32.
6278
6279 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
6280
6281 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6282 use mh-sysv5 if specified. Support gprof on SCO Open Server.
6283
6284 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
6285
6286 * configure: Define DEFAULT_M4 by searching PATH.
6287 * Makfile.in: Use DEFAULT_M4.
6288
6289 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
6290
6291 * ltconfig: Add cygwin32 support.
6292
6293 * Makefile.in, configure.in: Add libtool as a native only directory
6294 to configure and build.
6295
6296 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
6297
6298 * Makefile.in (INSTALL_MODULES): Remove texinfo.
6299
6300 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
6301
6302 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6303
6304 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
6305
6306 * Makefile.in: add ash make rules
6307 * configure.in: add ash to native_only and host_tools lists
6308
6309 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
6310
6311 * Makefile.in (all-gettext, all-intl): New targets.
6312 (ALL_MODULES): Added all-gettext, all-intl.
6313 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6314 (INSTALL_MODULES): Added install-gettext, install-intl.
6315 (CLEAN_MODULES): Added clean-gettext, clean-intl.
6316
6317 * configure.in (host_tools): Added gettext.
6318 (native_only): Likewise.
6319 (noconfigdirs) [various cases]: Likewise.
6320 (host_libs): Added intl.
6321
6322 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
6323
6324 * configure: Do not disable building gdbtk for cygwin32 hosts.
6325
6326 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
6327
6328 * configure.in: Add thumb-coff target.
6329 * config.sub: Add thumb-coff target.
6330
6331 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
6332
6333 * Makefile.in: Revert yesterday's change.
6334 (all-target-winsup): all-target-librx stays out of here.
6335
6336 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
6337
6338 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6339 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6340 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
6341 Remove references to librx and libg++.
6342
6343 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
6344
6345 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6346 recursive makes
6347
6348 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
6349
6350 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6351 for newlib directory.
6352 (CXX_FOR_TARGET): Likewise.
6353
6354 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
6355
6356 * ltconfig: Update after libtool/ltconfig.in change for
6357 hpux11.
6358
6359 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
6360
6361 * ltconfig, ltmain.sh: Update to libtool 1.2.
6362
6363 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
6364
6365 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6366 (install-gcc-cross): Instead, override LANGUAGES here.
6367
6368 1998-03-18 Dave Love <d.love@dl.ac.uk>
6369
6370 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6371 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6372
6373 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
6374
6375 * configure.in: Add Thumb-pe target.
6376
6377 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
6378
6379 * Makefile.in - changed sn targets to snavigator
6380 * configure.in - changed sn targets to snavigator
6381
6382 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
6383
6384 * config-ml.in: After building symlink tree call make distclean
6385 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6386 to be the case for libiberty.
6387
6388 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
6389
6390 * configure: When making link, also check the current
6391 directory. The configure scripts may create one.
6392
6393 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
6394
6395 * config.sub: Accept alphapca56 and alphaev6 properly.
6396
6397 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6398
6399 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6400
6401 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6402
6403 * config.sub (sco5): Fix typo.
6404
6405 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
6406
6407 * Makefile.in (INSTALL_MODULES): Move install-tcl before
6408 install-itcl.
6409 (install-itcl): Remove dependency on install-tcl.
6410
6411 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
6412
6413 * configure.in: Remove libgloss from noconfigdirs for MN10300.
6414
6415 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
6416
6417 * configure.in: Don't build libgui for a cygwin32 target when not on
6418 a cygwin32 host.
6419
6420 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
6421
6422 * configure (redirect): Set to null, so default behavior of
6423 configure is now --verbose.
6424
6425 1998-02-16 Dave Love <d.love@dl.ac.uk>
6426
6427 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6428 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6429
6430 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
6431
6432 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6433 this change to sync Makefile.in with its ChangeLog entries.
6434
6435 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
6436
6437 * ltmain.sh (mkdir): Check that the directory doesn't exist
6438 before we exit with error, so that we don't get races during
6439 parallel builds.
6440
6441 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
6442
6443 * ltconfig, ltmain.sh: Update from libtool 1.0i.
6444
6445 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
6446
6447 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6448 PICFLAG_FOR_TARGET.
6449 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6450
6451 * configure: Emit a definition for the new macro enable_shared
6452 into each Makefile.
6453
6454 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
6455
6456 * configure.in (host_tools, native_only): Add libtool.
6457
6458 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
6459
6460 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6461 Fix typo in ming config comment.
6462
6463 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
6464
6465 * ltconfig, ltmain.sh: Update from libtool 1.0h.
6466
6467 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
6468
6469 * config.sub: Add tic30 cases, and map c30 to tic30.
6470
6471 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
6472
6473 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6474 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6475 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6476 (CLEAN_TARGET_MODULES): Similarly
6477 (all-target-libf2c): Add dependences.
6478 * configure.in (target_libs): Add libf2c.
6479
6480 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
6481
6482 * configure.in: Remove expect from noconfigdirs when target
6483 is cygwin32. OK to build expect and dejagnu with Canadian
6484 Cross.
6485
6486 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
6487
6488 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6489 host.
6490
6491 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6492 and mingw32.
6493
6494 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
6495
6496 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6497 here as it is not defined in the toplevel Makefile.
6498
6499 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
6500
6501 * configure (package_makefile_rules_frag): New variable, which names
6502 a file with generic rules, ...
6503 Change comment to mention we now have FIVE parts.
6504 * configure: Undo last change.
6505
6506 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
6507
6508 * config.guess: More accurate determination of HP processor types.
6509 * config.sub: More accurate determination of HP processor types.
6510
6511 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
6512
6513 * configure (package_makefile_frag): Move inserting the
6514 ${package_makefile_frag} to where it should be according
6515 to the comment.
6516
6517 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
6518
6519 * config.guess: Add support for Linux/ARM.
6520
6521 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
6522
6523 * .cvsignore: Remove *-info and *-install since they match
6524 release-info and mpw-install, which we don't want to just ignore.
6525
6526 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
6527
6528 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6529
6530 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
6531
6532 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6533 local_prefix to sub-make invocations.
6534
6535 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
6536
6537 * configure.in: Check makefile fragments in the source
6538 directory.
6539
6540 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6541
6542 * configure.in: Check whether host and target makefile
6543 fragments exist before adding them to *_makefile_frag.
6544
6545 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
6546
6547 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
6548
6549 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
6550
6551 * configure.in: Make sure we only replace RPATH_ENVVAR on
6552 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6553 regexp to sed.
6554
6555 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6556 to sub-makes.
6557
6558 1998-01-13 Lee Iverson (leei@ai.sri.com)
6559
6560 * config-ml.in (multi-do): LDFLAGS must include multilib
6561 designator.
6562
6563 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
6564
6565 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6566
6567 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
6568
6569 * config.sub: Add mingw32 support.
6570 * configure.in: Likewise.
6571
6572 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6573
6574 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6575
6576 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
6577
6578 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6579 * configure (gxx_include_dir): Provide a definition for subdirs
6580 which do not use autoconf.
6581
6582 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
6583
6584 * config.guess: Sync with egcs. Picks up new alpha support,
6585 BeOS & some additional linux support.
6586
6587 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
6588
6589 * config.guess: HP 9000/803 is a PA1.1 machine.
6590
6591 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
6592
6593 * configure.in: It's alpha*-...
6594
6595 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
6596
6597 * configure.in (host_makefile_frag, target_makefile_frag):
6598 Handle multiple config files.
6599 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6600 alpha-*-*.
6601
6602 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
6603
6604 * mkdep: New file.
6605
6606 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
6607
6608 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6609
6610 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
6611
6612 * Makefile.in: Add libgui directory.
6613 (GDB_TK): Add all-libgui.
6614 * configure.in: Add libgui directory.
6615 * configure: Add all-libgui to GDB_TK.
6616
6617 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
6618
6619 * config-ml.in (multidirs): Add m32r to multilib list.
6620
6621 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
6622
6623 * Makefile.in (all-target-gperf): Change dependency to
6624 all-target-libstdc++.
6625
6626 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
6627
6628 * config.guess: Add BeOS support.
6629
6630 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
6631
6632 Source directory cvs renamed to cvssrc:
6633 * configure.in (host_tools): Change cvs to cvssrc.
6634 (native_only): Likewise.
6635 (noconfigdirs) [various cases]: Likewise.
6636 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
6637 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
6638 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
6639 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
6640 (all-cvssrc): Rename target from all-cvs.
6641
6642 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
6643
6644 * configure (gxx_include_dir): Fix thinko.
6645
6646 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
6647
6648 * Makefile.in (INSTALL_TARGET_CROSS): Define.
6649 (install-cross, install-gcc-cross): New targets.
6650
6651 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
6652
6653 * configure.in (noconfigdirs): Add support for Thumb target.
6654
6655 * config.sub (maybe_os): Add support for Thumb target.
6656
6657 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
6658
6659 * Makefile.in: Add rules for cygmon.
6660
6661 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
6662
6663 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
6664
6665 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6666 * configure (gxx_include_dir): Provide a definition for subdirs
6667 which do not use autoconf.
6668
6669 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
6670
6671 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
6672 11/18/97 build
6673
6674 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
6675
6676 * From Franz Sirl.
6677 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
6678 found on RedHat Linux systems.
6679
6680 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
6681
6682 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
6683 guesses.
6684
6685 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
6686
6687 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6688
6689 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
6690
6691 * ltmain.sh: If mkdir fails, check whether the directory was created
6692 anyhow by some other process.
6693
6694 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
6695
6696 * configure.in (d30v-*-*): Configure all directories.
6697
6698 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
6699
6700 * configure.in (d30v-*-*): Configure newlib, libiberty directories
6701 for the D30V.
6702
6703 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
6704
6705 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6706
6707 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
6708
6709 * include/libiberty.h: Add extern "C" { so it can be used with C++
6710 progrms.
6711 * include/remote-sim.h: Add extern "C" { so it can be used with C++
6712 programs.
6713
6714 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
6715
6716 * configure.in (d30v-*-*): Configure GCC now.
6717
6718 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6719
6720 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
6721 is no longer needed.
6722
6723 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
6724
6725 * Makefile.in: check-target-libio depends on all-target-libstdc++.
6726
6727 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
6728
6729 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6730 targets using "$@" to provide support for similar but not identical
6731 targets without having to duplicate code.
6732
6733 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
6734
6735 * makefile.vms: Fix to work with DEC C.
6736
6737 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
6738
6739 * config.sub: Add mips-tx39-elf to marketing names.
6740
6741 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
6742
6743 * ltmain.sh: Handle symlinks in generated script.
6744
6745 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
6746
6747 * configure: Handle autoconf style directory options: --bindir,
6748 --datadir, --includedir, --infodir, --libdir, --libexecdir,
6749 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
6750 --sysconfdir.
6751 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6752 (sharedstatedir, localstatedir, oldincludedir): New variables.
6753 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6754 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6755 sbindir, sharedstatedir, and sysconfdir.
6756
6757 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
6758
6759 * Makefile.in (bootstrap-lean): New target.
6760
6761 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
6762
6763 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
6764 sn, and gnuserv from noconfigdirs.
6765
6766 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
6767
6768 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
6769
6770 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
6771
6772 * Makefile.in (cross): New target.
6773
6774 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
6775 Jeff Law <law@cygnus.com>
6776
6777 * Makefile.in (bootstrap2, bootstrap3): New targets.
6778 (all-bootstrap): Remove outdated and confusing target.
6779 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
6780
6781 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
6782
6783 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
6784 windows. Consistent with gdb/configure.
6785
6786 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
6787
6788 * configure.in: Name Linux target fragment.
6789
6790 * configure: Rewrite so that project Makefile fragment is inserted
6791 first and appears last in the resulting Makefile.
6792
6793 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
6794
6795 * Makefile.in (install-itcl): Install tcl first.
6796
6797 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
6798
6799 * configure.in: remove bison from noconfigdirs for Cygwin32 host
6800
6801 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
6802
6803 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
6804
6805 * configure.in (skipdirs): Add target-librx for Linux.
6806 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
6807
6808 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
6809
6810 * Makefile.in (bootstrap): New target.
6811
6812 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
6813
6814 * config.sub: Accept 'amigados' for backward compatibility.
6815
6816 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
6817
6818 * config.guess: Merge with FSF.
6819
6820 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
6821
6822 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
6823
6824 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
6825
6826 * config.sub: Add "marketing-names" patch.
6827
6828 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
6829
6830 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
6831
6832 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
6833
6834 * config.sub: Handle v850-elf.
6835
6836 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
6837
6838 * .cvsignore (*-install): Remove.
6839
6840 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
6841
6842 * ltconfig: Set CONFIG_SHELL in libtool.
6843 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
6844
6845 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
6846
6847 * configure.in (target_subdir): Set to libraries if enable_multilib.
6848
6849 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
6850
6851 * config.guess: Update from gcc directory.
6852
6853 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
6854
6855 * Makefile.in (all-sim): Depends on all-readline.
6856
6857 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
6858
6859 * Makefile.in (BISON, YACC): Use $$s.
6860 (all-bison): Depend on all-texinfo.
6861
6862 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
6863
6864 * Makefile.in (BISON): Add -L flag.
6865 (YACC): Likewise.
6866
6867 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6868
6869 * configure.in (noconfigdirs): Add support for v850e target.
6870
6871 * config.sub (maybe_os): Add support for v850e target.
6872
6873 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6874
6875 * configure.in (noconfigdirs): Add support for v850ea target.
6876
6877 * config.sub (maybe_os): Add support for v850ea target.
6878
6879 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
6880
6881 * config.sub: Add mipstx39. Delete r3900.
6882
6883 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6884
6885 * Makefile.in (all-autoconf): Depends on all-texinfo.
6886
6887 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
6888
6889 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
6890 eabi targets.
6891
6892 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
6893
6894 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
6895
6896 * configure: When handling a Canadian Cross, handle YACC as well as
6897 BISON. Just set BISON to bison. When setting YACC, prefer bison.
6898 * Makefile.in (all-bison): Depend upon all-texinfo.
6899
6900 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
6901
6902 * Makefile.in (BISON): bison, not byacc or bison -y.
6903 (YACC): bison -y or byacc or yacc.
6904 (various): Add *-bison as appropriate.
6905 (taz): No need to mess with BISON anymore.
6906
6907 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
6908
6909 * configure: If OSTYPE matches *win32*, try to find a good value for
6910 CONFIG_SHELL.
6911
6912 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
6913
6914 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
6915 configure.in if it is present.
6916
6917 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
6918
6919 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
6920
6921 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
6922
6923 * config.sub: Recognize `arc' cpu.
6924 * configure.in: Likewise.
6925 * config-ml.in: Likewise.
6926
6927 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
6928
6929 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
6930
6931 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
6932
6933 * configure: Changed sed delimiter from ':' to '|' when
6934 attempting to substitute ${config_shell} for SHELL. On
6935 NT ${config_shell} may contain a ':' in it.
6936
6937 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
6938
6939 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
6940
6941 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
6942
6943 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
6944
6945 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
6946
6947 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
6948
6949 * ylwrap: If the program is a relative path, force it to be
6950 absolute.
6951
6952 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
6953
6954 * configure (tooldir): Set BISON to `bison -y' and not just bison.
6955
6956 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
6957
6958 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
6959 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
6960 for libraries.
6961
6962 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
6963
6964 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
6965 separated by spaces.
6966
6967 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
6968
6969 * ylwrap: New file.
6970 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
6971
6972 * ltmain.sh: Handle /bin/sh at start of install program.
6973
6974 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
6975
6976 * ltconfig, ltmain.sh: New files, from libtool 1.0.
6977 * missing: New file, from automake 1.2.
6978
6979 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
6980
6981 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
6982 check-tk to CHECK_X11_MODULES.
6983
6984 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
6985
6986 * config.sub: Merge with FSF.
6987
6988 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
6989
6990 * config.guess: Merge with FSF.
6991
6992 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
6993
6994 * configure: Treat msdosdjgpp like go32.
6995 * configure.in: Likewise. Don't remove gprof for go32.
6996
6997 * configure: Change Makefile.tem2 to Makefile.tm2.
6998
6999 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
7000
7001 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7002
7003 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7004
7005 * install-sh (chmodcmd): Set to null if the DST directory already
7006 exists. Same as Nov 11th change.
7007
7008 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
7009
7010 * configure (GDB_TK): Needs itcl and tix.
7011
7012 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
7013
7014 * config.guess: Update from FSF.
7015
7016 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
7017
7018 * Makefile.in (GDB_TK): Depend on itcl and tix.
7019
7020 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
7021
7022 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7023 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7024 (INSTALL_SCRIPT): New variable.
7025 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7026 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7027 to -x.
7028 * install-sh: Add support for -x option.
7029
7030 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
7031
7032 * configure.in, Makefile.in: Treat tix like itcl.
7033
7034 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
7035
7036 * Makefile.in (WINDRES): New variable.
7037 (WINDRES_FOR_TARGET): New variable.
7038 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7039 (EXTRA_HOST_FLAGS): Add WINDRES.
7040 (EXTRA_TARGET_FLAGS): Add WINDRES.
7041 (EXTRA_GCC_FLAGS): Add WINDRES.
7042 ($(DO_X)): Pass down WINDRES.
7043 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7044 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7045 DLLTOOL_FOR_TARGET.
7046
7047 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
7048
7049 * configure.in: configure sim before gdb for win32-x-ppc
7050
7051 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7052
7053 Move gperf into the toplevel, from libg++.
7054 * configure.in (target_tools): Add target-gperf.
7055 (native_only): Add target-gperf.
7056 * Makefile.in (all-target-gperf): New target, depend on
7057 all-target-libg++.
7058 (configure-target-gperf): Empty rule.
7059 (ALL_TARGET_MODULES): Add all-target-gperf.
7060 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7061 (CHECK_TARGET_MODULES): Add check-target-gperf.
7062 (INSTALL_TARGET_MODULES): Add install-target-gperf.
7063 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7064
7065 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
7066
7067 * config.sub (mn10200): Recognize new basic machine.
7068
7069 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7070
7071 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7072 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7073
7074 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7075
7076 * configure.in: If we're building mips-sgi-irix6* native, turn on
7077 ENABLE_MULTILIB and set TARGET_SUBDIR.
7078
7079 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
7080
7081 * Makefile.in (all-sn): Depend on all-grep.
7082
7083 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
7084
7085 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7086
7087 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7088 Makefile. From Jeff Makey <jeff@cts.com>.
7089 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7090
7091 * Makefile.in (DISTBISONFILES): Remove.
7092 (taz): Don't futz with DISTBISONFILES. Change BISON to use
7093 $(DEFAULT_YACC).
7094
7095 * configure.in: Build itl, db, sn, etc., when building for native
7096 cygwin32.
7097
7098 * Makefile.in (LD): New variable.
7099 (EXTRA_HOST_FLAGS): Pass down LD.
7100 ($(DO_X)): Likewise.
7101
7102 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
7103
7104 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7105
7106 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
7107
7108 * configure.in (targargs): Strip out any supplied --build argument
7109 before adding our own. Always add --build.
7110
7111 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
7112
7113 * configure.in (targargs): Pass --build if we're doing
7114 a cross-compile.
7115
7116 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
7117
7118 * configure: Use '|' instead of ":" as the separator in
7119 sed. Otherwise sed chokes on NT path names with drive
7120 designators. Also look for "?:*" as the leading characters in an
7121 absolute pathname.
7122
7123 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
7124
7125 * config.sub: Support for r3900.
7126
7127 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
7128
7129 * configure.in: Use install-sh, not install.sh.
7130
7131 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
7132
7133 * Makefile.in (taz): Improve check for BISON so it doesn't try to
7134 apply it twice.
7135
7136 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
7137
7138 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7139 install-binutils.
7140
7141 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
7142
7143 * Makefile.in: Add automake targets.
7144 * configure.in (host_tools): Add automake.
7145
7146 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
7147
7148 * configure: Default CXX to c++, not gcc.
7149 * Makefile.in (CXX): Set to c++, not gcc.
7150 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7151
7152 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
7153
7154 * install-sh: try appending a .exe if source file doesn't
7155 exist
7156
7157 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
7158
7159 * configure.in: Turn on multilib by default.
7160 (cross_only): Remove target-libiberty.
7161
7162 * Makefile.in (all-gcc): Don't depend on libiberty.
7163
7164 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
7165
7166 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7167
7168 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
7169
7170 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7171 (DISTBISONFILES): Add ld/Makefile.in
7172
7173 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
7174
7175 * configure.in: if target is cygwin32 but host isn't cygwin32,
7176 don't configure gdb tcl tk expect, not just gdb.
7177
7178 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
7179
7180 * configure.in: Added gnuserv everywhere sn appears.
7181
7182 * Makefile.in (ALL_MODULES): Added all-gnuserv.
7183 (CROSS_CHECK_MODULES): Added check-gnuserv.
7184 (INSTALL_MODULES): Added install-gnuserv.
7185 (CLEAN_MODULES): Added clean-gnuserv.
7186 (all-gnuserv): New target.
7187
7188 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
7189
7190 * config.guess: Fixes for MIPS OpenBSD systems.
7191
7192 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
7193
7194 * Makefile.in (INSTALL_XFORM): Remove.
7195 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7196
7197 * mkinstalldirs: New file, copied from automake.
7198 * Makefile.in (installdirs): Rename from install-dirs. Use
7199 mkinstalldirs. Change all users.
7200 (DEVO_SUPPORT): Add mkinstalldirs.
7201
7202 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
7203
7204 * install-sh: Rename from install.sh.
7205 * Makefile.in (INSTALL): Change install.sh to install-sh.
7206 (DEVO_SUPPORT): Likewise.
7207
7208 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
7209 Graichen <graichen@rzpd.de>.
7210
7211 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
7212
7213 * config.guess: Recognize OpenBSD systems correctly.
7214
7215 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
7216
7217 * README, Makefile.in (ETC_SUPPORT): Remove references to
7218 cfg-paper*, configure.{texi,man,info*}._
7219
7220 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
7221
7222 * Makefile.in (all.normal): Ensure that gcc is built after all
7223 the x11 - ie gdb - targets.
7224
7225 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
7226
7227 * makefile.vms: Don't run conf-a-gas.
7228
7229 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
7230
7231 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7232
7233 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
7234
7235 * configure.in: Remove noconfigdirs case since gdb also
7236 configures and builds for tic80-coff.
7237
7238 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
7239
7240 * configure: Set cache_file to config.cache.
7241 * Makefile.in (local-distclean): Remove config.cache.
7242
7243 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
7244
7245 * COPYING: Update FSF address.
7246
7247 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
7248
7249 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7250 noconfigdirs.
7251
7252 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
7253
7254 * Makefile.in (install-dirs): Don't crash if prefix, and hence
7255 MAKEDIRS, is empty.
7256
7257 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
7258
7259 * config.sub: Tweak mn10300 entry.
7260
7261 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
7262
7263 * configure.in (host_tools): Put sim before gdb, so gdb's
7264 configure.tgt can determine if the simulator was configured.
7265
7266 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
7267
7268 * config.sub: Move BeOS $os case to be with other Cygnus
7269 local cases.
7270
7271 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
7272
7273 * config.sub: Remove misplaced comment that broke Linux.
7274
7275 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
7276
7277 * config.sub: Add BeOS support.
7278
7279 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
7280
7281 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7282
7283 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
7284
7285 * configure.in (noconfigdirs): Remove tcl and tk from
7286 noconfigdirs for cygwin32 builds.
7287
7288 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
7289
7290 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7291
7292 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
7293
7294 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7295 make-all.com, use makefile.vms instead.
7296
7297 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
7298
7299 * config.sub: Accept -lnews*.
7300
7301 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
7302
7303 * configure.in (noconfigdirs): Disable target-newlib,
7304 target-examples and target-libiberty for d30v.
7305
7306 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
7307
7308 * configure.in (noconfigdirs): Enable ld for d30v.
7309
7310 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
7311
7312 * configure.in (tic80-*-*): Build compiler.
7313
7314 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
7315
7316 * configure.in (d30v-*): Remove sim directory from list of
7317 unsupported d30v directories
7318
7319 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
7320
7321 * config.sub, configure.in: Add d30v target cpu.
7322
7323 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
7324
7325 * makefile.vms: New file.
7326 * make-all.com: Remove.
7327
7328 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
7329
7330 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7331
7332 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
7333
7334 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7335
7336 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
7337
7338 * Makefile.in (ALL_MODULES): Added all-db.
7339 (CROSS_CHECK_MODULES): Addec check-db.
7340 (INSTALL_MODULES): Added install-db.
7341 (CLEAN_MODULES): Added clean-db.
7342
7343 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
7344
7345 * config.guess: Merge with latest FSF sources.
7346
7347 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
7348
7349 * Makefile.in (ALL_MODULES): Added all-itcl.
7350 (CROSS_CHECK_MODULES): Added check-itcl.
7351 (INSTALL_MODULES): Added install-itcl.
7352 (CLEAN_MODULES): Added clean-itcl.
7353
7354 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
7355
7356 * configure.in: build gdb for mn10200
7357
7358 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
7359
7360 * Makefile.in (all-target-winsup): Depend on all-target-libio.
7361
7362 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
7363
7364 * configure.in (tic80-*-*): Turn off most targets right now.
7365
7366 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
7367
7368 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7369 rather than the makeinfo program.
7370 (do-info): Depend upon all-texinfo.
7371
7372 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
7373
7374 * configure.in: Remove uses of config/mh-linux.
7375
7376 * config.sub, config.guess: Merge with latest FSF sources.
7377
7378 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
7379
7380 * config.sub (case $basic_machine): Add tic80 entries.
7381
7382 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
7383
7384 * config.sub, config.guess: Merge with latest FSF sources.
7385
7386 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
7387
7388 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7389 * mpw-config.in: Test for NewFolderRecursive.
7390 * mpw-install: Use symbolic name for startup filename.
7391 * mpw-README: Add various additional details.
7392
7393 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
7394
7395 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7396
7397 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
7398
7399 * configure.in: Do build gcc and the target libraries for
7400 the mn10200.
7401
7402 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
7403
7404 * configure.in: don't avoid building gdb for mn10300 any more
7405 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7406 instead of single-quoting it.
7407
7408 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
7409
7410 * configure.in: Don't use --with-stabs on IRIX 6.
7411
7412 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
7413
7414 * configure.in (m32r): Build gdb, libg++ now.
7415
7416 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7417
7418 * configure.in (mips*-sgi-irix6*): Remove gdb and related
7419 directories from noconfigdirs.
7420
7421 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
7422
7423 * config.sub (basic_machine): added mips16 configuration
7424
7425 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7426
7427 * config.sub: Handle d10v-unknown.
7428
7429 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
7430
7431 * config.sub: Handle v850-unknown.
7432
7433 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
7434
7435 * Makefile.in: add findutils
7436 * configure.in: add findutils to list of host_tools
7437
7438 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
7439
7440 * config.sub: Handle mn10200 and mn10300.
7441
7442 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7443
7444 * configure.in (d10v-*): Do not build librx.
7445
7446 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
7447
7448 * configure.in (mn10300): Build everything except gdb & libgloss.
7449
7450 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
7451
7452 * config.guess: Patch for Dansk Data Elektronik servers,
7453 from Niels Skou Olsen <nso@dde.dk>.
7454
7455 For ncr, use /bin/uname rather than uname, since GNU uname does not
7456 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
7457
7458 Patch for MIPS R4000 running System V,
7459 from Eric S. Raymond <esr@snark.thyrsus.com>.
7460
7461 Fix thinko for nextstep.
7462
7463 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7464
7465 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
7466 * config.guess: Guess mips-dec-mach_bsd4.3.
7467
7468 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
7469 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
7470 release numbers.
7471 * config.guess (mips-mips-riscos*): Emit just enough of the
7472 release number.
7473
7474 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
7475 * config.guess (sparc-auspex-sunos*): Added.
7476 (f300-fujitsu-*): Added.
7477
7478 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
7479 * config.guess: Recognize a Tadpole as a sparc.
7480
7481 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
7482
7483 * config.guess: Don't assume that NextStep version is either 2 or
7484 3. NextStep 4 (aka OpenStep 4) has come out now.
7485
7486 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
7487
7488 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7489 From Rik Faith <faith@cs.unc.edu>.
7490
7491 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7492
7493 * config.sub: Contributions from bug-gnu-utils to:
7494 Support plain "hppa" (no version given) architecture, reported by
7495 OpenStep.
7496 OpenBSD like NetBSD.
7497 LynxOs is not a hardware supplier.
7498
7499 * config.guess: Contributions from bug-gnu-utils to add support for:
7500 OpenBSD like NetBSD.
7501 Stratus systems.
7502 More Pyramid systems.
7503 i[n>4]86 Intel chips.
7504 M680[n>4]0 Motorola chips.
7505 Use unknown instead of lynx for hardware manufacturer.
7506
7507 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7508
7509 * install.sh (chmodcmd): Set to null if the DST directory already
7510 exists.
7511
7512 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7513
7514 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7515 not use mt-ppc target Makefile fragment any more.
7516
7517 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7518
7519 * configure.in (*-*-windows): Exclude everything but those dirs
7520 needed to build windows.
7521
7522 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
7523
7524 * Makefile.in (all-target-winsup): Depend on all-target-librx.
7525
7526 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7527
7528 * configure.in: Exclude mmalloc from i386-windows.
7529
7530 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7531
7532 * Undo my previous change.
7533
7534 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
7535
7536 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7537 unconditionally.
7538 (MAKEOVERRIDES): Define (revert this part of October 18 change).
7539
7540 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7541
7542 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
7543 host to add it's own flags.
7544
7545 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
7546
7547 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7548
7549 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
7550
7551 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7552 (CXX_FOR_TARGET): Likewise.
7553 (GCC_FOR_TARGET): Define.
7554 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7555 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7556 CC_FOR_TARGET was specified on the command line.
7557 (MAKEOVERRIDES): Don't define.
7558
7559 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
7560
7561 * configure.in (m32r): Fix spelling of libg++ libs.
7562
7563 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
7564
7565 * config.sub (-apple*): Remove, now redundant.
7566
7567 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
7568
7569 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7570
7571 * configure: Rework yesterday's sed script patch.
7572
7573 * config.sub: Merge with FSF.
7574
7575 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
7576
7577 * config.guess: Merge from FSF.
7578
7579 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7580 * config.guess: Use pc instead of unknown, for pc clone systems.
7581 Change linux to linux-gnu.
7582
7583 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
7584 * config.guess: Avoid non-portable tr syntax.
7585
7586 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
7587
7588 * test-build.mk (HOLES): Add "xargs" for gdb.
7589
7590 * configure: Avoid hpux10.20 sed bug.
7591
7592 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
7593
7594 * configure.in: Add support for windows host
7595 (that is a build done under the Microsoft build environment).
7596
7597 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
7598
7599 * Makefile.in: Replace all uses of srcroot with s, to shrink
7600 command line lengths.
7601
7602 Patches from Geoffrey Noer <noer@cygnus.com>:
7603 * configure.in: If configuring for newlib, pass --with-newlib to
7604 subdirectories.
7605 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7606 -Bnewlib/ and -Lwinsup to gcc.
7607 (CXX_FOR_TARGET): Likewise.
7608
7609 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
7610
7611 * Makefile.in (ETC_SUPPORT): Add configure.
7612
7613 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
7614
7615 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
7616 host configuration file.
7617
7618 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
7619
7620 * configure.in: Break mn10x00 support into separate
7621 mn10200 and mn10300 configurations.
7622 * config.sub: Likewise.
7623
7624 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
7625
7626 * configure.in: Add lots of stuff to noconfigdirs for
7627 the mn10x00 targets.
7628
7629 * config.sub, configure.in: Add mn10x00 support.
7630
7631 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
7632
7633 * make-all.com: Call conf-a-gas, not config-a-gas.
7634
7635 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
7636
7637 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
7638 targets.
7639
7640 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
7641
7642 * mpw-README: Add much more detail for native PowerMac.
7643 * mpw-install: New file.
7644 * mpw-configure: Add --norecursion and --help options.
7645 * mpw-config.in: Translate readme and install files when
7646 copying to objdir.
7647 * mpw-build.in: Don't always depend on byacc and flex.
7648 (install-only-top): New action.
7649
7650 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
7651
7652 * configure.in: You can now configure GDB for the v850.
7653
7654 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
7655
7656 * configure.in (noconfigdirs): Don't configure any C++ dirs
7657 if targeting D10V.
7658
7659 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
7660
7661 * config.sub: Recognize mips64vr5000.
7662
7663 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
7664
7665 * configure.in: Use a single line for host_tools and native_only.
7666
7667 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
7668
7669 * config.sub, configure.in: Add entries for m32r.
7670
7671 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
7672
7673 * Makefile.in (inet-install): Don't run install-gzip.
7674
7675 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
7676
7677 * configure.in: Don't config lots of things for *-*-windows*.
7678
7679 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
7680
7681 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
7682 (host_libs, host_tools): Copy from configure.in.
7683 * mpw-configure: Don't complain about directories not found.
7684
7685 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7686
7687 * configure.in (i[345]86): Recognize i686 for pentium pro.
7688 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7689 file.
7690
7691 * config.guess (i[345]86): Ditto.
7692
7693 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7694
7695 * configure.in (noconfigdirs): Removed gdb for D10V.
7696
7697 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
7698
7699 * configure.in: Remove ld, target-libio, target-libg++, and
7700 target-libstdc++ from noconfigdirs.
7701
7702 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
7703
7704 * configure: Fix three locations where shell scripts were
7705 being run directly rather than with config_shell.
7706
7707 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
7708
7709 * configure.in (v850-*-*): Set up initial $noconfigdirs.
7710 * config.sub (basic_machine): Recognize v850.
7711
7712 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7713
7714 * mpw-configure: Handle multiple enable/disable options and
7715 pass them down recursively, handle -c and -s flags appropriately
7716 depending on choice of compiler, add escape mechanism for
7717 quoted arguments to gC.
7718
7719 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7720
7721 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7722 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7723 so that -mrelocatable-lib and -mno-eabi are used.
7724
7725 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7726 not support --print-multi-lib, don't abort.
7727
7728 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
7729
7730 * make-all.com: Run config-a-gas.
7731 * setup.com: Don't copy subdirectory files around.
7732
7733 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
7734
7735 * configure.in (*-*-ose): Remove exclusion of libgloss for this
7736 target, it now compiles correctly.
7737
7738 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
7739
7740 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
7741
7742 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7743
7744 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
7745
7746 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7747
7748 * configure.in (native_only): Add prms.
7749
7750 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
7751
7752 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7753 (BINUTILS_SUPPORT_DIRS): Likewise.
7754
7755 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7756
7757 * configure.in (d10v-*-*): Don't configure ld or gdb until the
7758 d10v support is added.
7759
7760 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7761
7762 * configure.in (d10v-*-*): New target.
7763
7764 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
7765
7766 * config.guess (HP 9000/811): Recognize this as a PA1.1
7767 machine.
7768
7769 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
7770
7771 * Makefile.in (do-tar-gz): New target, split out from tail end of
7772 taz target. Run each command separately, don't use pipes.
7773 (taz): Use it.
7774
7775 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
7776
7777 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
7778 * mpw-build.in: No builds should depend on building byacc or flex,
7779 they are assumed to be installed already.
7780
7781 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7782
7783 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
7784 variable that CC_FOR_TARGET needs.
7785
7786 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7787
7788 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
7789 options have changed since the last time the subdirectory was
7790 configured, and if it has, reconfigure.
7791 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
7792 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
7793
7794 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
7795
7796 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
7797 CLEAN_MODULES): Add bash.
7798 (all-bash): New target.
7799
7800 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
7801
7802 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
7803
7804 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7805
7806 * config.sub (basic_machine): Recognize d10v as a valid processor.
7807
7808 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
7809
7810 * mpw-configure: Add support for --bindir.
7811 * mpw-build.in: Use a GCC-specific build script for GCC actions.
7812
7813 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
7814
7815 * configure.in: add bash, time, gawk to list of hosttools and things
7816 to only build for native toolchains
7817
7818 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7819
7820 * Makefile.in (docdir): Remove.
7821
7822 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7823
7824 * Makefile.in (datadir): Set to $(prefix)/share.
7825
7826 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
7827
7828 * configure.in: build diff and patch for cygwin32-hosted
7829 toolchains.
7830
7831 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
7832
7833 * config.sub: Accept -rtems*.
7834
7835 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
7836
7837 * configure.in: enable dosrel for cygwin32-hosted builds,
7838 remove diff from the list of things not buildable
7839 via Canadian Cross
7840
7841 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
7842
7843 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
7844 don't get ". ".
7845
7846 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
7847
7848 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
7849
7850 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
7851
7852 * Makefile.in (taz): Handle case where tex3patch didn't even get
7853 checked out. Also, if it was found, put the symlink in a new util
7854 subdirectory.
7855
7856 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7857
7858 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
7859
7860 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
7861
7862 * config.sub: Recognize -openvms.
7863 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
7864 * make-all.com, setup.com: New files.
7865
7866 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
7867
7868 * Makefile.in (taz): tex3patch moved to texinfo/util.
7869
7870 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
7871
7872 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
7873 * configure.in: remove make from disable-if-Can-Cross list
7874 enable gdb if ${host} and ${target} are cygwin32
7875
7876 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
7877
7878 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
7879 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
7880
7881 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7882
7883 * config.guess: Combine mips-mips-riscos cases, and use cpp to
7884 distinguish sysv/svr4/bsd variants.
7885 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
7886
7887 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
7888
7889 * configure.in: Added copyright notice.
7890 * move-if-change: Added copyright notice.
7891
7892 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7893
7894 * configure.in (powerpcle-*-solaris*): Until we get shared
7895 libraries working, don't build gdb, sim, make, tcl, tk, or
7896 expect.
7897
7898 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
7899
7900 * config.guess: Merge with FSF:
7901
7902 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
7903 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
7904
7905 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
7906 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
7907
7908 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
7909 * config.guess: Combine two OSF1 rules.
7910 Also recognize field test versions. From mjr@zk3.dec.com.
7911 * config.guess (dgux): Use /usr/bin/uname rather than uname,
7912 because GNU uname does not support -p. From pmr@pajato.com.
7913
7914 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
7915
7916 * Makefile.in (MAKEDIRS): Removed $(tooldir).
7917
7918 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
7919
7920 * mpw-README: Document GCCIncludes.
7921
7922 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
7923
7924 * configure.in (alpha-*-linux*): Set enable_shared to yes.
7925
7926 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
7927
7928 * mpw-configure: Handle --enable-FOO and --disable-FOO.
7929
7930 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
7931
7932 * configure.in (*-*-cygwin32): Configure make.
7933
7934 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
7935
7936 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
7937
7938 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
7939
7940 * Makefile.in (all-inet): Depend on all-perl.
7941
7942 * Makefile.in (inet-install): New target.
7943
7944 * Makefile.in (all-inet): Depend on all-tcl.
7945 (all-inet): Depend on all-send-pr.
7946
7947 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7948
7949 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
7950 temporarily.
7951
7952 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
7953
7954 * configure.in: Don't configure --with-gnu-ld on AIX.
7955
7956 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7957
7958 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
7959
7960 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
7961
7962 * Makefile.in (ALL_MODULES): Added all-inet.
7963 (CROSS_CHECK_MODULES): Added check-inet.
7964 (INSTALL_MODULES): Added install-inet.
7965 (CLEAN_MODULES): Added clean-inet.
7966 (all-indent): New target.
7967
7968 * configure.in (host_tools): Added inet.
7969 (native_only): Added inet.
7970 (noconfigdirs): Added inet.
7971
7972 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
7973
7974 * configure.in: Don't configure libgloss if we are not configuring
7975 newlib.
7976
7977 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7978
7979 * configure.in: Don't configure libgloss for unsupported
7980 architectures.
7981
7982 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7983
7984 * Makefile.in (CLEAN_MODULES): Add clean-apache.
7985
7986 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
7987
7988 * Makefile.in (ALL_MODULES): Include all-apache.
7989 (CROSS_CHECK_MODULES): Include check-apache.
7990 (INSTALL_MODULES): Include install-apache.
7991 (all-apache): New target.
7992
7993 * configure.in: Added apache everywhere perl is seen.
7994
7995 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7996
7997 * Makefile.in: Add support for clean-{module} and
7998 clean-target-{module} rules.
7999
8000 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
8001
8002 * configure.in (*-*-ose) do not build libgloss.
8003
8004 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8005
8006 * config.guess (prep*:SunOS:5.*:*): Turn into
8007 powerpele-unknown-solaris2.
8008
8009 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
8010
8011 * configure.in: Permit --enable-shared to specify a list of
8012 directories.
8013
8014 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
8015
8016 * configure.in (host==solaris): Pass only the first word of $CC
8017 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8018
8019 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
8020
8021 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8022
8023 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
8024
8025 * Makefile.in (ALL_MODULES): Include all-perl.
8026 (CROSS_CHECK_MODULES): Include check-perl.
8027 (INSTALL_MODULES): Include install-perl.
8028 (ALL_X11_MODULES): Include all-guile.
8029 (CHECK_X11_MODULES): Include check-guile.
8030 (INSTALL_X11_MODULES): Include install-guile.
8031 (all-perl): New target.
8032 (all-guile): New target.
8033
8034 * configure.in (host_tools): Include perl and guile.
8035 (native_only): Include perl and guile.
8036 (noconfigdirs): Don't build guile and perl; no ports have been
8037 done.
8038
8039 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
8040
8041 * configure (--enable-*): Handle quoted option lists such as
8042 --enable-sim-cflags='-g0 -O' better.
8043
8044 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8045
8046 * Makefile.in ({,inst}all-target): New rule so we can make and
8047 install all of the target directories easily.
8048
8049 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8050
8051 * configure.in: Add missing global flag in sed substitution when
8052 deleting `target-' from ${configdirs}.
8053
8054 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
8055
8056 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8057 option.
8058
8059 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8060 config/mh-necv4.
8061
8062 * install.sh: Correct misspelling of transformbasename.
8063
8064 * config.guess: Recognize mips-*-sysv*.
8065
8066 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
8067
8068 * config.sub: Recognize mon960.
8069
8070 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
8071
8072 * configure: Restore Canadian Cross handling of BISON and LEX,
8073 removed in Feb 20 change.
8074
8075 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
8076
8077 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8078 Mention make install. Remove the old copyright date as well the
8079 clumsy and rather pointless copyright on the README file.
8080
8081 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
8082
8083 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8084 Makefile after running symlink-tree, then run `make distclean' to
8085 avoid clobbering any generated files in srcdir.
8086
8087 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
8088
8089 * configure.in (m68k-*-netbsd*): Build everything now.
8090
8091 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
8092
8093 * Makefile.in (taz): Fix quoting.
8094
8095 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
8096
8097 * configure.in (sparclet-*-*): Build everything now.
8098
8099 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8100
8101 * configure.in (m68k-*-linux*): New host.
8102
8103 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
8104
8105 * configure: Check for bison before byacc.
8106
8107 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
8108
8109 * Makefile.in configure: Change the way LEX and BISON/YACC are
8110 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
8111 searching PATH. These are used as fallbacks by Makefile.in if
8112 flex/bison/byacc aren't in objdir.
8113
8114 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
8115
8116 * Makefile.in: Make everything which depends upon all-bfd also
8117 depend upon all-opcodes, in case --with-commonbfdlib is used.
8118
8119 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8120
8121 * configure.in (host *-*-cygwin32): Don't build gdb if we are
8122 building NT native compilers on Unix.
8123
8124 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
8125
8126 * configure.in: Don't get CC from the host Makefile fragment if we
8127 can find gcc in PATH, or if this is a Canadian Cross. Move the
8128 Solaris test for /usr/ucb/cc to the post target script, just after
8129 the compiler sanity test.
8130
8131 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
8132
8133 * config.sub: Merge with FSF.
8134
8135 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
8136
8137 * Makefile.in (RPATH_ENVVAR): New variable.
8138 (REALLY_SET_LIB_PATH): Use it.
8139 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8140
8141 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
8142
8143 * config.sub, configure.in: Recognize sparclet cpu.
8144
8145 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8146
8147 * config.guess: Support m68k-cbm-sysv4.
8148
8149 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8150
8151 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8152 m68k-unknown-linuxaout from linker help string. Put quotes around
8153 $ld_help_string.
8154
8155 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
8156
8157 * config.guess (powerpc-harris-powerunix): Add guess for port
8158 to new target.
8159
8160 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8161
8162 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8163
8164 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
8165
8166 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8167 $(REALLY_SET_LIB_PATH) in Makefile.
8168 * Makefile.in (SET_LIB_PATH): New variable.
8169 (REALLY_SET_LIB_PATH): New variable.
8170 ($(DO_X)): Use $(SET_LIB_PATH).
8171 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8172 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8173 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8174 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8175 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8176 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8177 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8178 (install-dosrel): Likewise.
8179 (all-opcodes): Depend upon all-libiberty.
8180
8181 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
8182
8183 * config.guess (*:CYGWIN*): New
8184
8185 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8186
8187 * Makefile.in (all-target-winsup): All all-target-libiberty.
8188
8189 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8190
8191 * configure.in (noconfigdirs): Add missing # in front of comment.
8192
8193 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
8194
8195 * configure.in: add second pass to things added to noconfigdirs
8196 so *-gm-magic can exclude libgloss properly.
8197
8198 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
8199
8200 * mpw-configure (extralibs_name, rez_name): Set correctly
8201 for MWC68K compiler.
8202
8203 * mpw-README: Add more info on the necessary build tools.
8204
8205 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
8206
8207 * configure.in, config.sub: Recognize cygwin32.
8208
8209 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
8210
8211 * config.guess, config.sub: Recognize A/UX.
8212
8213 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
8214
8215 * config.sub: Merge with gcc/config.sub.
8216
8217 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
8218
8219 * mpw-build.in (do-binutils): Add build of stamps.
8220
8221 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
8222
8223 * config.sub: Add recognition for mips64vr4100*-* targets.
8224
8225 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8226
8227 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8228 Add creation of gconfigargs with `--enable-shared' turned on.
8229 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8230 ($(host)-stamp-stage3-configured): Likewise.
8231 (HOLES): Add chatr and ldd.
8232 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8233
8234 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
8235
8236 * configure: Pass --nfp to recursive configures.
8237
8238 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
8239
8240 * Makefile.in (DLLTOOL): New.
8241 (DLLTOOL_FOR_TARGET): New.
8242 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8243 (EXTRA_TARGET_FLAGS): Ditto.
8244 (EXTRA_GCC_FLAGS): Ditto.
8245 (CONFIGURE_TARGET_MODULES): Ditto.
8246 (DO_X): Ditto.
8247 * configure: Add DLLTOOL.
8248
8249 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
8250
8251 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8252 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8253 mh-sco, since old workarounds no longer needed, and don't
8254 build ld, since libraries have weak symbols in COFF.
8255
8256 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
8257
8258 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8259
8260 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
8261
8262 * configure.in: Make sure that ${CC} can be used to compile an
8263 executable.
8264
8265 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
8266
8267 * Makefile.in (all-gdb): Depend on $(GDB_TK).
8268 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8269 nothing depending on whether gdbtk is being built.
8270
8271 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
8272
8273 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8274
8275 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
8276
8277 * configure.in (noconfigdirs): Put ld or gas in this early, if the
8278 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8279
8280 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
8281
8282 * config-ml.in: Add support for
8283 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8284 Simplify setting of multidirs from --disable-foo.
8285
8286 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8287
8288 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8289 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8290 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
8291 non-empty, pass them on to the GCC make.
8292 (all-bootstrap): New rule that is like all-gcc, except it executes
8293 the GCC bootstrap rule instead of the GCC all rule.
8294
8295 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
8296
8297 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8298
8299 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8300
8301 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8302 DG/UX support.
8303
8304 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
8305
8306 * config.sub (i*86*) Change [345] to [3456]
8307
8308 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8309
8310 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8311 --with-gnu-ld=no.
8312
8313 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8314
8315 * config-ml.in (rs6000*, powerpc*): Add switches to control which
8316 AIX multilibs get built.
8317
8318 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8319
8320 * configure.in (i386-win32): Don't build expect if we're not
8321 building the tcl subdir.
8322
8323 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
8324
8325 * Makefile.in: (configure-target-examples, all-target-examples):
8326 New targets, configure and build example programs.
8327
8328 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8329
8330 * mpw-configure: If an mpw-config.in generated a file mk.sed,
8331 use it as input to sedit the generated MPW makefile.
8332 * mpw-README: Add a suggestion about Gestalt.h.
8333
8334 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
8335
8336 * config.sub: Accept *-*-ieee*.
8337
8338 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
8339
8340 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
8341 Ronald F. Guilmette <rfg@monkeys.com>.
8342
8343 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8344
8345 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8346 for powerpc-pe native.
8347 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8348 (target==powerpc-pe): duplicate i386-win32 entry.
8349
8350 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8351
8352 * configure.in (noconfigdirs): Exclude target-newlib for all versions
8353 of vxworks, not just vxworks5.1.
8354
8355 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
8356
8357 * mpw-configure: Add support for exec-prefix.
8358
8359 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8360
8361 * config.guess: Recognize HP model 816 machines as having
8362 a PA1.1 processor.
8363
8364 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
8365
8366 * configure: Ignore new autoconf configure options.
8367
8368 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
8369
8370 * config.guess: Recognize Pentium under SCO.
8371 From Robert Lipe <robertl@arnet.com>.
8372
8373 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8374
8375 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
8376
8377 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
8378
8379 * configure.in: Don't configure gas for alpha-dec-osf*.
8380
8381 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
8382
8383 * configure.in: Default to --with-stabs for some targets for which
8384 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8385 i[345]86*-*-unixware*.
8386
8387 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
8388
8389 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8390 rather than basing it on the target. Simplify handling of options
8391 controlling which directories to configure. Remove extraneous
8392 slash in multi-clean target.
8393
8394 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
8395
8396 * config-ml.in: Prefix more variables with ml_ so they don't collide
8397 with configure's.
8398
8399 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
8400
8401 * configure: Don't turn -v into --v.
8402
8403 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
8404
8405 * configure.in (targargs): Fix typo.
8406
8407 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8408
8409 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
8410
8411 * configure.in: Strip --host and --target options from
8412 CONFIG_ARGUMENTS, and always configure for --host only. Add
8413 --with-cross-host option when building with a cross-compiler.
8414 * configure: Canonicalize the arguments put into config.status by
8415 always using `=' for an option with an argument. Pass a presumed
8416 --host or --target explicitly.
8417
8418 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
8419
8420 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8421 into general OS recognition case.
8422
8423 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8424
8425 * configure.in (target_configdirs): add target-winsup only
8426 for win32 target systems.
8427
8428 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
8429
8430 * Makefile.in (all-target-libgloss): Depend upon
8431 configure-target-newlib, since when libgloss is built it looks to
8432 see if the newlib directory exists.
8433
8434 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
8435
8436 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8437 cfg-ml-*.in.
8438
8439 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
8440
8441 * configure: Handle LD and LD_FOR_TARGET when configuring a
8442 Canadian Cross.
8443
8444 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8445
8446 * configure.in (target_libs): add target-winsup.
8447 (target==i386-win32): add patch diff flex make to $noconfigdirs.
8448 (target==ppcle-pe): remove ld from $noconfigdirs.
8449
8450 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
8451
8452 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8453 Preserve relative path names in $srcdir. Build symlink tree if
8454 configuring cross target dir and srcdir=. (= no VPATH support).
8455 (configure-target-libg++): Depend on configure-target-librx.
8456 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8457 * config-ml.in: New file.
8458 * symlink-tree: New file.
8459 * configure: Ensure srcdir="." if that's what it is.
8460
8461 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
8462
8463 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8464 includes and FLEX_SKELETON setting.
8465 * mpw-configure (--with-gnu-ld): New option, controls whether
8466 to use PPCLink or ld with PowerMac GCC.
8467 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8468 * mpw-config.in: Configure grez if targeting Mac.
8469
8470 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
8471 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8472 just macos.
8473 * configure.in: Configure grez resource compiler if targeting Mac.
8474 * Makefile.in (all-grez, install-grez): New targets.
8475
8476 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
8477
8478 * configure: CXX defaults to gcc, not g++. If we find
8479 gcc in the path, set CC to gcc -O2.
8480
8481 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
8482
8483 * configure: Default ${build} correctly. Avoid picking up extra
8484 spaces when reading CC and CXX from Makefile. When doing a
8485 Canadian Cross, use plausible default values for numerous
8486 variables.
8487 * configure.in: When doing a Canadian Cross, don't try to
8488 configure tools whose configure script can't handle it.
8489
8490 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8491
8492 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8493
8494 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
8495
8496 * configure: Remove dubious bug reporting address.
8497
8498 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
8499
8500 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
8501 configure script, run that instead of this directory's configure.
8502 In either case, print a message that we're configuring the sub-dir.
8503
8504 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
8505
8506 * configure.in: Before checking for the existence of various files,
8507 use sed to filter out "target-".
8508
8509 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
8510
8511 * Makefile.in (DO_X): Split rule to decrease command line length
8512 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
8513 (Philippe De Muyter).
8514
8515 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8516
8517 * Makefile.in (all-patch): depend on all-libiberty.
8518
8519 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
8520
8521 * configure.in: If the only directory in target_configdirs which
8522 actually exists is libiberty, then set target_configdirs to empty,
8523 to avoid trying to build a target libiberty in a gas or gdb
8524 distribution.
8525
8526 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
8527
8528 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8529 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8530 systems.
8531
8532 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8533
8534 * configure.in (copy_dirs): Use sys-include instead of include
8535 for --with-headers option.
8536
8537 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
8538
8539 * Makefile.in, configure.in: Make winsup builds work with
8540 new scheme.
8541
8542 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
8543
8544 * configure.in: Build the linker on AIX.
8545
8546 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
8547
8548 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
8549 where needed.
8550
8551 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
8552
8553 * Makefile.in (all-gcc): Fix typo.
8554
8555 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
8556
8557 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
8558
8559 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
8560
8561 * configure.in: Rename libFOO to target-libFOO, and xiberty
8562 to target-xiberty, to provide more flexibility.
8563 (target_subdir): Define. Create if cross.
8564 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8565 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
8566 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8567 check-libFOO -> check-target-libFOO, etc.
8568 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8569 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8570 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8571 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
8572 allow ALL_GCC="" to only configure.
8573 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
8574 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
8575 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
8576
8577 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
8578
8579 * Makefile.in (taz): Build "info" in etc explicitly.
8580
8581 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
8582
8583 * configure.in: Make sure that CC is undefined (as opposed to
8584 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
8585 problem with autoconf trying to configure on a host without GCC.
8586
8587 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
8588
8589 * mpw-configure: Set host alias from choice of host compiler,
8590 only use generic MPW Makefile sed if present, edit a file
8591 named "hacked_Makefile.in" instead of "Makefile.in" if present.
8592 * mpw-README: Add problem notes about CW6 and CW7.
8593
8594 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
8595
8596 * Makefile.in (taz): Use ";" instead of ";;".
8597
8598 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8599
8600 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
8601 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8602 DISTDOCDIRS.
8603 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
8604 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
8605
8606 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
8607
8608 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
8609 and gnats, because they are now subsumed by DISTSTUFFDIRS.
8610 Move bfd to DISTSTUFFDIRS.
8611
8612 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8613
8614 * Makefile.in (X11_LIB): Removed.
8615 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8616
8617 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8618
8619 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8620
8621 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
8622 names.
8623
8624 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8625
8626 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
8627
8628 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
8629
8630 * configure.in (i[345]86-*-win32): Always build newlib.
8631 Don't configure cvs, autoconf or texinfo.
8632 * Makefile.in (LD_FOR_TARGET): New.
8633 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
8634 Pass down LD_FOR_TARGET.
8635
8636 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
8637
8638 * winsup: New directory.
8639 * Makefile.in: Build winsup.
8640 * configure.in: Winsup is configured when target is win32.
8641 Can only build win32 target GDB when native.
8642
8643 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
8644
8645 * config.guess: Recognize HP model 819 machines as having
8646 a PA 1.1 processor.
8647
8648 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
8649
8650 * configure: Fix sed loop which substitutes for CC and CXX to
8651 avoid bug found in various sed implementations.
8652
8653 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8654
8655 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
8656 simulator. Use standard powerpc-*-eabi*.
8657
8658 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
8659
8660 * configure.in: Stop putting gas and binutils in noconfigdirs for
8661 powerpc-*-aix* and rs6000-*-*.
8662
8663 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
8664
8665 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
8666 -mcall-aixdesc libraries.
8667
8668 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
8669
8670 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8671
8672 * config.sub (arm | armel | armeb): Fix shell syntax.
8673
8674 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8675
8676 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
8677 -msoft-float and -mcpu=common support.
8678 (powerpc*-*-eabisim*): Add support for building -mcall-aix
8679 libraries.
8680
8681 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8682
8683 * configure.in: Allow configuration and build of emacs19 for the alpha.
8684
8685 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8686
8687 * configure.in (CC): Get ^CC, not just any old CC, from
8688 ${host_makefile_frag}.
8689
8690 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8691
8692 * configure.in (CC): Try to get CC from
8693 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8694
8695 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8696
8697 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8698 only if it exists in $(srcdir).
8699
8700 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
8701
8702 * configure: If CC and CXX are not set in the environment, set
8703 them, based on either an existing Makefile or on searching for gcc
8704 in PATH. Substitute for CC and CXX in Makefile.
8705 * configure.in: Remove libm from target_libs. Separate
8706 target_configdirs from configdirs. If CC is not set in
8707 environment, try to get it from a host Makefile fragment. Rewrite
8708 changes of configdirs to use skipdirs instead. A few minor
8709 tweaks. Take directories out of target_configdirs as they are
8710 taken out of configdirs. Remove existing Makefile files from
8711 subdirectories. Substitute for TARGET_CONFIGDIRS and
8712 CONFIG_ARGUMENTS in Makefile.
8713 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8714 by configure.in.
8715 (CONFIG_ARGUMENTS): Likewise.
8716 (CONFIGURE_TARGET_MODULES): New variable.
8717 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8718 ($(CONFIGURE_TARGET_MODULES)): New target.
8719 (configure-libg++, configure-libio): New targets.
8720 (all-libg++): Depend upon configure-libg++.
8721 (all-libio): Depend upon configure-libio.
8722 (configure-libgloss, all-libgloss): New targets.
8723 (configure-libstdc++): New target.
8724 (all-libstdc++): Depend upon configure-libstdc++.
8725 (configure-librx, all-librx): New targets.
8726 (configure-newlib): New target.
8727 (all-newlib): Depend upon configure-newlib
8728 (configure-xiberty): New target.
8729 (all-xiberty): Depend upon configure-xiberty.
8730
8731 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8732
8733 * configure.in (host i[345]86-*-win32): Expand the
8734 noconfigdirs again.
8735
8736 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
8737
8738 * mpw-configure: Fix sed command file name.
8739
8740 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
8741
8742 * configure.in (host i[345]86-*-win32): Reduce the
8743 noconfigdirs again.
8744
8745 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
8746
8747 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8748 or powerpc*-*-pe*, since they are not yet supported.
8749
8750 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
8751
8752 Add PowerMac support and many other enhancements.
8753 * mpw-configure: New option --cc to select compiler to use,
8754 paste options set according to --cc into the generated
8755 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8756 if mpw-make.sed is present.
8757 * mpw-config.in: Don't test for gC1, test for mpw-touch,
8758 add forward includes for PowerPC include files.
8759 * mpw-build.in: Build using Makefile.PPC if present.
8760 (do-byacc, etc): Remove separate version resource builds.
8761 (do-gas): Build "stamps" before "all".
8762 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
8763 * mpw-README: Update to reflect --cc option, PowerMac support,
8764 and recently-reported compatibility problems.
8765
8766 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
8767
8768 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
8769 embedded m68k systems (-aout, -coff, -elf, -vxworks).
8770 (--with-multilib-top): Pass to recursive invocations.
8771
8772 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
8773
8774 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
8775 v810-*-*.
8776
8777 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8778
8779 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
8780 gdb, ld and opcodes on v810-*-*.
8781
8782 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
8783
8784 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
8785 (local-maintainer-clean): New target.
8786 (maintainer-clean): New target.
8787 (realclean): Just depend upon maintainer-clean.
8788
8789 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8790
8791 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
8792
8793 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
8794
8795 * configure.in: Build ld in mips*-*-bsd* case.
8796
8797 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
8798
8799 * config.sub: Accept -lites* OS. From Ian Dall.
8800
8801 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
8802
8803 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
8804 targets.
8805
8806 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8807
8808 * configure.in: treat i386-win32 canadian cross the same as
8809 i386-go32 canadian cross.
8810
8811 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8812
8813 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
8814 running under the simulator to build a reduced set of libraries.
8815 (powerpc-*-eabiaix): Add fine grained multilib support added to
8816 other powerpc targets yesterday.
8817
8818 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8819
8820 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
8821 -disable-softfloat, -disable-relocatable, -disable-aix, and
8822 -disable-sysv to control which multilib libraries get built.
8823
8824 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8825
8826 * configure: Add Makefile.tem to list of files to remove in trap
8827 handler.
8828
8829 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
8830
8831 * config.guess (*Linux*): Add missing "exit"s.
8832 Also, need specific check for alpha-unknown-linux (uses COFF).
8833
8834 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
8835
8836 * config.guess: Merge with FSF:
8837
8838 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
8839 * config.guess (AIX4): More robust release numbering discovery.
8840
8841 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
8842 * config.guess (i386-sequent-ptx): Properly get version number.
8843
8844 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
8845 * config.guess (mips:*:4*:UMIPS): New case.
8846
8847 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
8848
8849 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
8850 (i386-win32 host): Likewise. Don't build readline.
8851
8852 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
8853
8854 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
8855 SUPPORT_FILES to submakes.
8856
8857 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
8858
8859 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
8860 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
8861 mpw-configure.
8862
8863 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
8864
8865 * configure.in (appdirs): Use =, not ==, in test expression when
8866 trying to build the text to print in the warning message for
8867 Solaris users.
8868
8869 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
8870
8871 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
8872
8873 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8874
8875 * config.guess: Recognize lynx-2.3.
8876
8877 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
8878
8879 * config.sub (z8ksim): Deleted
8880 (z8k-*-coff): New, this is the one true name of the target.
8881
8882 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
8883
8884 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
8885
8886 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
8887
8888 * config.guess (*:Linux:*:*): First try asking the linker what the
8889 default object file format is (elf, aout, or coff). Then if this
8890 fails, try previous methods.
8891
8892 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8893
8894 * configure.in: Don't build newlib for *-*-vxworks5.1.
8895
8896 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8897
8898 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
8899 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
8900
8901 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
8902
8903 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
8904
8905 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
8906
8907 * cfg-ml-com.in: New file.
8908 * cfg-ml-pos.in: New file.
8909
8910 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8911
8912 * COPYING.NEWLIB: Add HP free copyright to list.
8913
8914 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8915
8916 * config.sub: Recognize -eabi* for the system, not just -eabi.
8917
8918 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
8919
8920 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
8921 * config.sub, configure.in (win32): New target and host.
8922
8923 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
8924
8925 * configure.in: Add i386-pe configuration.
8926
8927 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
8928
8929 * mpw-build.in (install): Install GDB after LD.
8930
8931 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
8932
8933 * mpw-config.in (elf/mips.h): Always forward-include, needed
8934 for GDB to build.
8935
8936 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
8937
8938 * testsuite: New directory for customer acceptance and whole tool
8939 chain tests.
8940
8941 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8942
8943 * configure: If per-host line isn't found, but AC_OUTPUT is found
8944 and a configure script exists, run it instead.
8945
8946 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8947
8948 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
8949
8950 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
8951
8952 * configure: Set build_{cpu,vendor,os,alias} to host values when
8953 --build isn't specified.
8954
8955 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8956
8957 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
8958 (FLAGS_TO_PASS): Pass them.
8959 (EXTRA_TARGET_FLAGS): Ditto.
8960
8961 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8962
8963 * Makefile.in (all-libg++): Depend on all-libstdc++.
8964
8965 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8966
8967 * configure.in (noconfigdirs): Enable all packages for
8968 i386-unknown-netbsd.
8969
8970 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
8971
8972 * configure.in (noconfigdirs): Don't configure tk for i386-go32
8973 hosted builds (DOS builds)
8974
8975 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8976
8977 Changes for ARM based on patches from Richard Earnshaw:
8978 * config.sub: Handle armeb and armel.
8979 * configure.in: Omit arm linker only for riscix.
8980
8981 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
8982
8983 * config.guess: Update from FSF.
8984
8985 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
8986
8987 * config.sub: Recognize powerpcle as the little endian variant of
8988 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
8989 powerpcle variant. Convert pentium into i586, not i486. Add p5
8990 alias for i586. Map new x86 variants p6, k5, nexgen into i586
8991 temporarily.
8992
8993 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
8994
8995 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
8996
8997 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
8998
8999 * config.sub: Accept -lites* as a basic system type.
9000
9001 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
9002
9003 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9004 installed, and if so return linuxoldld as the system name.
9005
9006 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
9007
9008 * config.guess: Add hppa1.1-hp-lites support.
9009
9010 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
9011
9012 * configure.in: Don't build newlib for m68k-vxworks5.1.
9013
9014 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9015
9016 * configure.in (mips-sgi-irix6): Use mh-irix5.
9017
9018 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
9019
9020 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9021
9022 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9023
9024 * test-build.mk: Enable building of shared libraries on IRIX 5 and
9025 OSF/1. Fix compiler flags.
9026 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
9027
9028 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
9029
9030 * configure.in: Recognize --with-newlib.
9031 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9032
9033 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9034
9035 * Makefile.in: move {all,check,install}-gdb from *_MODULES
9036 to *_X11_MODULES due to gdbtk needing X include files et al.
9037
9038 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
9039
9040 Merge in support for Mac MPW as a host.
9041 (Old change descriptions retained for informational value.)
9042
9043 * mpw-config.in: Add generic include forwards for cpu-specific
9044 include files in aout and elf directories.
9045
9046 * mpw-configure: Added copyright.
9047 * mpw-config.in: Check for presence of required build tools.
9048 (target_libs): Add newlib.
9049 (target_tools): Add examples.
9050 (Read Me): Generate as "Read Me for MPW" instead.
9051 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9052 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9053 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9054
9055 * mpw-configure: Remove subdir-specific makefile hackery,
9056 delete mk.tmp after using it.
9057
9058 * mpw-build.in (all): Display start and end times.
9059
9060 * mpw-configure (host_canonical): Set.
9061 (target_cpu): Always add to makefiles.
9062 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9063 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9064 (mpw-mh-mpw): Look for in srcdir and srcroot.
9065 Use sed instead of mpw-edit-prefix to edit prefix definitions.
9066
9067 * mpw-build.in: (install-only): New target.
9068
9069 * mpw-configure (host_alias, target_alias): Rename from hostalias
9070 and targetalias, add into generated Makefile.
9071 (mk.tmp): If present, add into generated Makefile.
9072 * mpw-build.in (all-gas): Build config.h first before gas proper.
9073
9074 * mpw-configure (config.status): Write only if changed.
9075 * mpw-config.in (readline): Configure it (not built, just used for
9076 definitions).
9077
9078 * mpw-config.in (elf/mips.h): Add a forward include.
9079
9080 * mpw-config.in: Forward-include most .h files in include into
9081 extra-include.
9082 (readline): Don't build.
9083 mpw-build.in (install): Install GDB.
9084
9085 * mpw-configure (prefix, mpw_prefix): Handle it.
9086 * mpw-config.in (mmalloc, readline): Don't configure.
9087 * mpw-build.in (thisscript): Rename to ThisScript.
9088 Use mpw-build instead of BuildProgram everywhere.
9089 (mmalloc, readline): Don't build.
9090 * mpw-README: New file, basic documentation about the MPW port.
9091
9092 * mpw-config.in: Use forward-include to create include files.
9093
9094 * mpw-configure: Add more things to the top of each configured
9095 Makefile, including contents of config/mpw-mh-mpw.
9096 * mpw-config.in (extra-include): Create this directory and fill it
9097 with Posix-like include files when configuring.
9098
9099 * config.sub (apple, mac, mpw): Add various aliases.
9100
9101 * mpw-build.in: New file, top-level build script fragment for MPW.
9102 * mpw-configure: New file, configure script for MPW.
9103 * mpw-config.in: New file, config fragment for MPW.
9104
9105 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9106
9107 * configure.in (host_libs): Remove glob, since it is gone from the
9108 sources.
9109
9110 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9111
9112 * Makefile.in: define empty GDB_NLM_DEPS var.
9113
9114 * configure.in(target_makefile_frag): use config/mt-netware
9115 for netware targets.
9116
9117 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
9118
9119 * config.sub: Merge in recent FSF changes. Remove linux special
9120 cases.
9121
9122 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9123
9124 Revert this change:
9125
9126 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9127
9128 * build-all.mk: Use CC=cc -Xs on Solaris.
9129
9130 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9131
9132 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
9133 stop using it.
9134 * Makefile.in: Nuke all references to glob subdirectory.
9135
9136 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9137
9138 * configure.in: Fix --enable-shared logic in per-host.
9139
9140 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
9141
9142 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9143
9144 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9145
9146 * configure.in (noconfigdirs): Don't build gas on AIX, for
9147 powerpc*-*-aix* as well as for rs6000*-*-aix*.
9148
9149 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
9150
9151 * configure: Fix --cache-file to work if the file argument is a
9152 relative path.
9153
9154 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
9155
9156 * configure: If the --cache-file is used, pass it down to
9157 configure in subdirectories.
9158
9159 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
9160
9161 * config.sub: add vxworks29k configuration.
9162
9163 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
9164
9165 * Makefile.in (taz): Do "diststuff" part quietly.
9166
9167 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
9168
9169 * config.sub: Mini-merge with gcc/config.sub.
9170
9171 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9172
9173 * config.guess (IRIX): Sed - to _.
9174
9175 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9176
9177 * Makefile.in (source-vault, binary-vault): New targets.
9178
9179 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
9180
9181 * config.sub: Recognize -eabi as a basic system type.
9182
9183 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9184
9185 * configure.in (enable_shared stuff): Fix typo.
9186
9187 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
9188
9189 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9190
9191 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9192
9193 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9194
9195 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9196
9197 * configure.in (rs6000-*-*): Don't build gas.
9198
9199 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
9200
9201 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9202 reduce command line length.
9203 (AS_FOR_TARGET): Check for as.new, not Makefile.
9204 (NM_FOR_TARGET): Check for nm.new, not Makefile.
9205
9206 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
9207
9208 * config.guess: Merge from FSF.
9209
9210 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9211
9212 * configure: Don't use $ when handling program_suffix.
9213
9214 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
9215
9216 * configure.in: Configure tk for hppa/hpux.
9217
9218 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
9219
9220 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
9221
9222 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
9223
9224 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
9225 to LIBCXXFLAGS. Tests are better run without it.
9226
9227 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
9228
9229 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9230
9231 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
9232
9233 * configure.in (*-*-netware*): Don't configure xiberty.
9234
9235 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
9236
9237 * configure.in: Remove tk from native_only list.
9238
9239 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
9240
9241 * build-all.mk: Add mips-ncd-elf target to sun4 targets
9242 for special NCD build.
9243
9244 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9245
9246 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9247 makeall.bat, they're only useful for binutils snapshots.
9248 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9249 makeall.bat to specified SUPPORT_FILES.
9250
9251 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
9252
9253 * build-all.mk: Add Ericsson targets to sun4 and solaris
9254 hosts. Add BNR's sun4 target to solaris host, so their
9255 build-from-source will be tested in-house first.
9256
9257 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9258
9259 * Makefile.in (LIBCFLAGS): New variable.
9260 (CFLAGS_FOR_TARGET): Ditto.
9261 (LIBCFLAGS_FOR_TARGET): Ditto.
9262 (LIBCXXFLAGS): Ditto.
9263 (CXXFLAGS_FOR_TARGET): Ditto.
9264 (LIBCXXFLAGS_FOR_TARGET): Ditto.
9265 (BASE_FLAGS_TO_PASS): Pass them.
9266 (EXTRA_TARGET_FLAGS): Ditto.
9267
9268 * configure.in: Support --enable-shared.
9269
9270 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
9271
9272 * configure.in (target_libs): Include libstdc++ again.
9273 * config.guess: Update from FSF (for FreeBSD).
9274
9275 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9276
9277 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9278 makeall.bat.
9279 (DISTDOCDIRS): Add `etc'.
9280 (ETC_SUPPORT_PFX): New variable.
9281 (taz): Include anything from etc starting with a word in
9282 ETC_SUPPORT_PFX.
9283
9284 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9285
9286 * config.sub: Update for recent FSF changes. Remove obsolete
9287 h8300hds entry. Add -windows* and -osx as basic os. Minor
9288 spacing changes.
9289
9290 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
9291
9292 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
9293
9294 * config.guess: Merge with FSF.
9295 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9296
9297 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9298
9299 * configure: Since the "trap 0" handler will override the exit
9300 status on many systems, only use it for "exit 1", and make it set
9301 a non-zero exit status; reset it before "exit 0". Also, check
9302 exit status of config.sub, and error out if it failed.
9303
9304 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
9305
9306 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9307 and install libgloss.
9308
9309 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9310
9311 * Makefile.in (all-binutils): Depend upon all-byacc.
9312
9313 * configure.in: Don't build emacs on Irix 5.
9314
9315 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9316
9317 * configure.in (*-*-netware*): Add libio.
9318
9319 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9320
9321 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9322 (CHECK_TARGET_MODULES): Ditto.
9323 (INSTALL_TARGET_MODULES): Ditto.
9324 (TARGET_LIBS): Ditto.
9325 (all-libstdc++): Note dependencies.
9326
9327 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9328
9329 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9330
9331 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9332
9333 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9334 -fexternal-templates.
9335
9336 * configure.in (target_libs): Add libstdc++.
9337 (noconfigdirs): Add libstdc++ as appropriate.
9338
9339 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9340
9341 * config.guess: Update from FSF.
9342
9343 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9344
9345 * configure: Use ${config_shell} when running ${configsub}.
9346
9347 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
9348
9349 * config.sub: No longer recognize h8300h.
9350
9351 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9352
9353 * config.sub: Remove extraneous differences between config.sub and
9354 gcc/config.sub.
9355
9356 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9357
9358 * Makefile.in (DISTSTUFFDIRS): Add gas.
9359
9360 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
9361
9362 * COPYING.NEWLIB: New file.
9363
9364 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
9365
9366 * config.guess (HP-UX): Patch from Harlan Stenn
9367 <harlan@landmark.com> to also emit release level.
9368
9369 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
9370
9371 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9372
9373 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
9374
9375 * config.sub: Merge nextstep cleanup from FSF.
9376
9377 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9378
9379 * configure.in (arm-*-*): Don't configure ld for this target.
9380
9381 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9382
9383 * configure.in (*-*-netware): don't configure libg++, libio,
9384 librx, or newlib.
9385
9386 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9387
9388 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
9389 configure ld--it works, but it doesn't support shared libraries.
9390
9391 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9392
9393 * config.guess (*-unknown-freebsd*): Get rid of possible
9394 trailing "(Release)" in version string.
9395 Patch from Paul Richards <paul@isl.cf.ac.uk>.
9396
9397 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
9398
9399 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9400 Fix type: *-next-neststep -> *-next-nextstep.
9401
9402 * config.guess: Merge from FSF:
9403
9404 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
9405
9406 * config.guess: Recognize powerpc-ibm-aix3.2.5.
9407
9408 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
9409
9410 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9411 instead of UNIX_SV for UnixWare 1.0).
9412
9413 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
9414
9415 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
9416 to make gdb/nlm/* build after the compiler and linker.
9417
9418 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
9419
9420 * config.guess (netbsd, freebsd, linux): Accept any machine,
9421 not just i[34]86.
9422 (m68k-atari-sysv4): Relocate to match FSF version.
9423
9424 * config.guess: More merges from the FSF:
9425
9426 Add a space before function call or macro invocation.
9427
9428 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9429
9430 * config.guess: Add trap cmd to remove dummy.c and dummy when
9431 interrupted.
9432
9433 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9434
9435 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9436 (dummy): Redirect stderr from compilation of dummy.c.
9437
9438 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
9439
9440 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9441
9442 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
9443
9444 * configure: Accept and ignore --cache*, for compatibility with
9445 new autoconf.
9446
9447 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
9448
9449 * config.guess: Merge from FSF:
9450
9451 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9452
9453 * config.guess (Pyramid*:OSx*:*:*): New case.
9454 (PATH): Add /.attbin at end for finding uname.
9455 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
9456
9457 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
9458
9459 * config.guess (M88*:DolphinOS:*:*): New case.
9460
9461 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
9462
9463 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9464 to select whether to use ELF or COFF.
9465
9466 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9467
9468 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
9469
9470 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9471
9472 * config.guess: Guess the OS version for HPUX.
9473
9474 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9475
9476 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9477
9478 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9479
9480 * configure.in: Recognize --with-headers, --with-libs, and
9481 --without-newlib.
9482 * Makefile.in (all-xiberty): Depend upon all-ld.
9483
9484 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9485
9486 * configure.in: Change i[34]86 to i[345]86.
9487
9488 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9489
9490 * configure (version): A few more tweaks to help message.
9491
9492 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
9493
9494 * Makefile.in: Remove (for now) librx as a host library,
9495 now that we're building it for target.
9496
9497 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9498
9499 * configure: Fix up help message; from karl@owl.hq.ileaf.com
9500 (Karl Berry).
9501
9502 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
9503
9504 * configure.in: Also configure librx.
9505
9506 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9507
9508 * Makefile.in: Update various rules to reflect that librx
9509 is now needed for libg++.
9510
9511 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9512
9513 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9514
9515 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9516
9517 * configure.in: Configure the examples directory.
9518
9519 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9520
9521 * configure: Simplify Jun 2 1994 change.
9522
9523 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9524
9525 * change CC to /usr/latest/bin/gcc for lynx host builds, since
9526 /bin/gcc isn't good enough to build gcc.
9527
9528 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
9529
9530 * Makefile.in (GDB_SUPPORT_FILES): Remove
9531 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
9532 (gdb.tar.gz): Add new rule to use standard distribution building
9533 mechanism.
9534
9535 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9536
9537 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
9538 Bill Cox <bill@cygnus.com>.
9539
9540 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
9541
9542 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
9543
9544 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
9545
9546 * configure: Search current dir first in .gdbinit.
9547
9548 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
9549
9550 * config.sub: Recognize freebsd (merged from gcc config.sub).
9551
9552 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
9553
9554 * config.sub: Refer to NeXT's operating system as nextstep.
9555
9556 * config.sub (case $basic_machine): Re-order the cases, to match
9557 the order in the FSF version (which is mostly alphabethical).
9558 Merge in some additions and changes from the FSF.
9559
9560 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
9561
9562 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9563 * config.sub: Recognize cxux7.
9564 * configure.in: Use mh-cxux for m88k-harris-cxux*.
9565
9566 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9567
9568 * config.sub: Fix typo powerpc -> powerpc-*.
9569
9570 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
9571
9572 * Makefile.in: `all-emacs19' depends on `all-byacc'.
9573
9574 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9575 parallel with all-emacs and install-emacs). Top-level command
9576 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9577
9578 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9579
9580 * test-build.mk ($(host)-stamp-stage2-installed): Remove
9581 $(relbindir)/make before doing ``make install'', and use
9582 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
9583 installing over running make binary.
9584 ($(host)-stamp-stage3-installed): Likewise.
9585
9586 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9587
9588 * config.guess: Recognize Mach.
9589
9590 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9591
9592 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9593 see whether --exec-prefix was used.
9594
9595 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9596
9597 * README: Explicitly mention libg++/README. (Zoo's idea.)
9598
9599 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9600
9601 * Makefile.in: Add all-librx target similar to all-libproc.
9602
9603 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
9604
9605 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
9606 with post 1.2 uname bogosity.
9607
9608 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9609
9610 * configure: Remove temporary files on receipt of a signal.
9611
9612 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
9613
9614 * configure: If there is a package_makefile_frag, remove
9615 ${subdir}/Makefile.tem after copying it in.
9616
9617 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9618
9619 * build_all.mk: support rs6000 lynx identifies itself as
9620 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
9621 since /bin/gcc is too feeble to compile a modern gcc.
9622
9623 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
9624
9625 * brought devo/test-build.mk update-to-date with progressive/
9626 test-build.mk. Add lynx targets and hppa flag info.
9627
9628 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9629
9630 * configure.in: Use mh-ncrsvr43. Patch from
9631 Tom McConnell <tmcconne@sedona.intel.com>.
9632
9633 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
9634
9635 * config.guess (i386-unknown-bsdi): No longer need to
9636 check #if defined(__bsdi__) && defined(__i386__).
9637
9638 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9639
9640 * configure: Set program_transform_nameoption correctly.
9641
9642 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
9643
9644 * brought build-all.mk update-to-date with progressive build-all.mk,
9645 added new targets and hppa info.
9646
9647 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9648
9649 * configure: If config.guess result is a prefix of the user
9650 specified target, assume a native build and use the user specified
9651 target as the host alias. Remove SunOS patch suffix removal hack.
9652 * configure.in: Remove SunOS patch suffix removal hack.
9653
9654 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
9655 in NATIVE_CHECK_MODULES.
9656
9657 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
9658
9659 * Makefile.in: Rename HOST_ONLY to NATIVE.
9660 * configure: Delete SunOs patch suffix from host_canonical
9661 and build_canonical variables that are prepended to Makefiles.
9662 * configure.in: Add comments for easier maintenance.
9663
9664 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9665
9666 * Makefile.in: Add all-libproc target similar to all-gui.
9667
9668 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
9669
9670 * Makefile.in (CHECK_MODULES): split into
9671 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
9672
9673 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
9674
9675 * config.guess (i386-unknown-bsdi): New system to guess.
9676
9677 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9678
9679 * Makefile.in: Add all-gui target (but not yet build by "all").
9680
9681 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
9682
9683 * config.sub: Move deletion of patch suffix from here...
9684 * configure.in: To here, at Ian's suggestion. The top-
9685 level scripts might need to know of a patch level.
9686
9687 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
9688
9689 * config.sub: Strip off patch suffix so rtl is recognized
9690 as a sunos4.1.3 machine, even though it's been patched.
9691
9692 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
9693
9694 * Makefile.in (INSTALL_LAST): Delete.
9695 (INSTALL_DOSREL): New.
9696
9697 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9698
9699 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9700 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9701 whether we pass down --with-gnu-ld anyhow.
9702
9703 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
9704
9705 * Makefile.in (INSTALL_LAST): Change operation so it works
9706 on more flavors of make.
9707 * configure.in (go32): Don't build libg++ or libio.
9708
9709 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
9710
9711 * Makefile.in (Move HOST_PREFIX_1 and friends up so
9712 they can be overriden by templates.
9713
9714 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
9715
9716 * configure.in (target==go32): Don't build gdb.
9717 * dosrel: New directory.
9718
9719 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
9720
9721 * configure.in (host==go32): Configure dosrel too.
9722 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9723 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9724 be set by incoming names or templates.
9725 (INSTALL_LAST): New rule.
9726
9727 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
9728
9729 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9730
9731 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9732
9733 * configure.in (appdirs): New variable. Currently empty, but will
9734 be used in gas distribution. If nonempty, lists a set of
9735 directories at least one of which must get configured, or top
9736 level configuration is considered to have failed.
9737 (rs6000-*-lynxos*): Use new file name.
9738
9739 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9740
9741 Eliminate XTRAFLAGS.
9742 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9743 newlib include files using -idirafter, and also use -nostdinc.
9744 (CXX_FOR_TARGET): Likewise.
9745 (XTRAFLAGS): Removed.
9746 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9747 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9748 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9749 ($(DO_X)): Don't pass down XTRAFLAGS.
9750
9751 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9752
9753 * configure.in (mips*-dec-bsd*): New target; do build linker.
9754 (mips*-*-bsd*): New target; don't build linker.
9755
9756 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9757
9758 * configure.in: support rs6000-*-lynxos* configuration.
9759 support sunos4 as a cross target.
9760
9761 * config.sub: look for lynx*, not lynx since the OS version may
9762 legitimately be part of the name.
9763
9764 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9765
9766 * configure.in (i[34]86-*-sco*): Move to be with other i386
9767 targets.
9768 (romp-*-*): New target. Skip various binary utilities.
9769 (vax-*-*): New target. Don't build newlib.
9770 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
9771
9772 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9773
9774 * configure.in: Only set host_makefile_frag if config
9775 directory exists.
9776
9777 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9778
9779 * install.sh: If $dstdir exists, don't check whether each
9780 component does.
9781
9782 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9783
9784 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
9785
9786 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9787
9788 * configure.in (*-*-lynxos*): Don't configure newlib for either
9789 native or cross Lynx.
9790
9791 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
9792
9793 * config.sub (sparc64-elf): Fix os.
9794 (z8k): Remove duplicate.
9795
9796 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9797
9798 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
9799 gcc/stmp-fixproto, to try to prevent fixproto from being run.
9800
9801 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
9802
9803 * configure: Make file links cleanly even if Lynx fails on
9804 an NFS symlink (at least fail cleanly).
9805
9806 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
9807
9808 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
9809 -XNh2000.
9810
9811 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9812
9813 * configure: Unknown options are fatal again.
9814
9815 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
9816
9817 * configure: Ignore --x-includes and --x-libraries, for Autoconf
9818 compatibility.
9819
9820 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
9821
9822 * build-all.mk: Add `clean' target.
9823
9824 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9825
9826 * config.guess: Add SINIX support.
9827 * configure.in: Add mips-*-sysv4* support.
9828
9829 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
9830
9831 * build-all.mk: Document all useful targets.
9832 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
9833 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
9834
9835 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9836
9837 * configure: Support --silent, --quiet.
9838
9839 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9840
9841 * configure: Support --disable-FEATURE.
9842
9843 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9844
9845 * config.guess: Recognize NCR running SVR4.3.
9846
9847 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
9848
9849 * config.guess: Make BSDI generate i386-unknown-bsd386.
9850 Patch from Paul Eggert <eggert@twinsun.com>.
9851
9852 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9853
9854 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
9855
9856 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9857
9858 * configure: Make unrecognized options give nonfatal warnings
9859 instead of fatal errors, and pass them to any subdirectory
9860 configures in case they recognize them.
9861 Make --x equivalent to --with-x.
9862
9863 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9864
9865 * configure: Add --enable-* options. Clean up usage message and
9866 some comments.
9867
9868 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
9869
9870 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
9871
9872 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9873
9874 * configure.in (hppa*-*-*): Enable binutils.
9875
9876 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9877
9878 * config.sub: Recognize cisco.
9879
9880 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
9881
9882 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
9883
9884 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9885
9886 * config.guess: about target *-hitachi-hiuxwe2, don't print more
9887 than one configuration name. Add comment.
9888
9889 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
9890
9891 * config.guess: about target *-hitachi-hiuxwe2, fixed
9892 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
9893 macro is incorrect.]
9894
9895 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9896
9897 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
9898 than the "make ls" stuff which used to be here.
9899
9900 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9901
9902 * config.guess: Recognize i[34]86-unknown-freebsd.
9903 From Shawn M Carey <smcarey@rodan.syr.edu>.
9904
9905 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
9906
9907 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
9908
9909 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9910
9911 * config.guess: Check for ptx.
9912
9913 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
9914
9915 * config.sub: Add os9k checking.
9916
9917 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9918
9919 * config.guess: Handle OSF1 running on HPPA processors
9920
9921 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9922
9923 * configure: If subdir configure fails, print out a message with
9924 subdirectory name, in case subdir's configure code didn't identify
9925 itself.
9926
9927 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
9928
9929 * configure.in: Remove embedded newlines from configdirs.
9930 Avoid mismatches of substrings. Fix matching strings at end
9931 of configdirs.
9932
9933 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
9934
9935 * config.guess: Add Lynx/rs6000 config support.
9936
9937 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9938
9939 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
9940
9941 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
9942
9943 * configure.in (hppa*-*-osf*): Treat this just like most other
9944 PA configurations (eg no binutils or ld).
9945 (hppa*-*-*elf*): These configurations have binutils and ld.
9946
9947 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9948
9949 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
9950
9951 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9952
9953 * configure.in (rs6000-*-*): Build gas.
9954
9955 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9956
9957 * Makefile.in: Avoid bug in losing hpux sed.
9958
9959 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9960
9961 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
9962 for GDB and GDB has been fixed to not need it.
9963
9964 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9965
9966 * config.guess: Recognize vax hosts.
9967
9968 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9969
9970 * configure (while loop): Don't use "break 2" inside case
9971 statement -- the case statement isn't an enclosing loop.
9972
9973 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9974
9975 * config.guess: Clean up NeXT support, to allow nextstep
9976 on Intel machines. Make OS be nextstep.
9977
9978 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
9979
9980 * config.guess: Add alternate forms for Convex.
9981
9982 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
9983
9984 * configure: Completely rewrite option processing. Take
9985 advantage of pattern-matching to avoid invoking test frequently.
9986 Also clean up host and target defaulting logic.
9987
9988 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9989
9990 * Makefile.in: Replace all occurrances of "rootme" with "r" and
9991 "$${rootme}" with "$$r", to increase the likelihood that the do-*
9992 commands (plus user environment) will fit SCO limits.
9993
9994 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9995
9996 * configure.in: Don't issue warnings about directories which are
9997 not being configured if -norecursion is set. Correct test for
9998 --with-gnu-as and --with-gnu-ld to not get confused by substring
9999 matches.
10000
10001 * configure.in: Don't build gas for alpha-dec-osf1*.
10002
10003 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
10004
10005 * configure: Back out Per's change of 12/19/1993. It changes the
10006 behavior of configure in unexpected and confusing ways.
10007
10008 Also, use different delim char when calculating
10009 program_transform_name so that the name can contain slashes.
10010
10011 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
10012
10013 * configure.in, config.sub: Add support for VSTa micro-kernel.
10014
10015 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10016
10017 * configure.in: Nuke hacks which were used to get a special
10018 version of GAS for HPPA configurations.
10019
10020 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
10021
10022 * configure: If only ${target_alias} is given, use that
10023 as the default for ${host_alias}.
10024 * configure: Add missing back-slashes before nested quotes.
10025
10026 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
10027
10028 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10029
10030 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
10031
10032 * config.guess: Recognize some Tektronix configurations.
10033 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10034
10035 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10036
10037 * config.sub: Match any flavor of SH.
10038
10039 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
10040
10041 * configure.in: Don't try to configure newlib for Alpha.
10042
10043 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10044
10045 * configure.in: Don't build ld for Irix 5. Don't build gas,
10046 libg++ or libio for any Alpha target.
10047
10048 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10049
10050 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
10051
10052 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10053 default arguments -- so it tried to compress itself.
10054
10055 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
10056
10057 * configure.in (notsupp): ensure that a space is always at the end
10058 of the configdirs list, since the grep checks for an explicit space
10059
10060 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10061
10062 * configure.in (target i386-sysv4.2): don't build ld, since static
10063 versions of many libraries are not available.
10064
10065 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10066
10067 * config.guess: Recognize Apollos (using environment variables).
10068 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10069
10070 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10071
10072 * config.guess: Recognize Sony news mips running newsos.
10073
10074 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
10075
10076 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10077 "fi ; else" for bash.
10078
10079 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
10080
10081 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10082
10083 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
10084
10085 * config.sub: accept unixware as an alias for svr4.2.
10086 Fix some inconsistancies with the gcc version.
10087
10088 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10089
10090 * Makefile.in (DISTDOCDIRS): Add gdb.
10091
10092 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
10093
10094 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
10095
10096 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10097
10098 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10099 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10100 this now.
10101
10102 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10103
10104 * config.sub: Accept hiux* as an OS name.
10105
10106 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10107 etc/make-stds.texi. The underscore came from gcc, and dje now
10108 agrees that RUNTESTFLAGS is the correct name.
10109
10110 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
10111
10112 * install.sh: Remove 'set -e'. It makes any conditionals
10113 in the script useless.
10114
10115 * config.guess: Automatically recognize arm-acorn-riscix
10116 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10117
10118 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
10119
10120 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10121
10122 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10123
10124 * Makefile.in (DISTDOCDIRS): New variable.
10125 (taz): Edit local Makefile.in sooner, instead of proto-toplev
10126 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
10127
10128 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10129
10130 * configure.in (hppa target): check the source directory for the
10131 pagas sub-directory
10132
10133 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
10134
10135 * config.sub: Allow -aout* and -elf*.
10136
10137 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10138
10139 * configure.in: Don't build ld on i386-solaris2, same as for
10140 sparc-solaris2.
10141
10142 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
10143
10144 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10145
10146 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10147
10148 * configure.in: Configure gdb for alpha.
10149
10150 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10151
10152 * Makefile.in (CXXFLAGS): Add -O.
10153
10154 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10155
10156 * config.guess: added support for DG Aviion
10157
10158 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10159
10160 * configure.in: Produce warning message for subdirectories not
10161 configurable for this host/target combination. Don't try to
10162 configure gdb for vms.
10163
10164 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10165
10166 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10167 appropriate files before making "diststuff".
10168 (DISTBISONFILES): New var: list of files to be edited.
10169 (DISTSTUFFDIRS): Add binutils.
10170
10171 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10172
10173 * config.sub: also handle mipsel and mips64el (for little endian mips)
10174
10175 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10176
10177 * configure.in: Add * to end of all OS names.
10178
10179 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
10180
10181 * configure.in: Build newlib for LynxOS native.
10182
10183 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10184
10185 * config.guess: Add support for delta 88k running SVR3.
10186
10187 * configure.in: Add comment about HP compiler vs. emacs.
10188
10189 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10190
10191 * configure.in: don't build ld on solaris2 (not a viable option
10192 due to bugs in getpwnam & getpwuid)
10193
10194 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10195
10196 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10197 config.guess will produce a full version number.
10198
10199 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10200
10201 * configure.in: Build linker and binutils for alpha-dec-osf1.
10202
10203 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10204
10205 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10206 and gdb/testsuite/Makefile.in.
10207
10208 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10209
10210 * configure.in: recognize mips*- instead of mips-
10211
10212 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
10213
10214 * config.sub: Accept linux*coff and linux*elf as operating
10215 systems.
10216
10217 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10218
10219 * config.sub: Recognize mips64, and mips3 as an alias for it.
10220
10221 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10222
10223 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10224 gdb knows how to handle OSF/1 shared libraries.
10225
10226 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10227
10228 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10229 * config.guess: Recognize Hitachi's HIUX.
10230 * config.sub: Recognize h3050r* and hppahitachi.
10231 Remove redundant cases for hp9k[23]*.
10232
10233 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10234
10235 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10236 if gas and ld are in the source tree and are in ${configdirs}.
10237 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10238 --with options (but still pass them down on the command line,
10239 if they were explicitly specified).
10240
10241 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10242
10243 * configure: substitute SHELL value in Makefile.in with
10244 ${CONFIG_SHELL}
10245
10246 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10247
10248 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10249 *-*-solaris2* targets.
10250
10251 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10252
10253 * Makefile.in: define M4, and pass it down to sub-makes;
10254 all-autoconf now depends on all-m4
10255
10256 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10257
10258 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10259 presence of {ar,ranlib} instead of a configured directory
10260
10261 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10262
10263 * config.guess: Accept 34?? as well as 33?? for NCR.
10264
10265 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10266
10267 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10268 of 'gas' in sed commands, since 'gash' is now in the tree as well.
10269
10270 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10271
10272 * configure: grab values for $(CC) and $(CXX) from the
10273 environment, so that someone can do "CC=gcc configure; make" and
10274 have it work right (matching the way that autoconf works now)
10275
10276 * configure.in, Makefile.in: add support for gash, the tcl
10277 interface to Galaxy
10278
10279 * config.guess: add NetBSD variants (hp300, x86)
10280
10281 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
10282
10283 * install.sh: Support -d option (in the manner of SunOS 4 install,
10284 as it is more deterministic than that of GNU install)
10285 (chmodcmd): Set file to mode 755 by default (should also do default
10286 chgrp and chown, but I don't feel like dealing with that now)
10287
10288 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
10289
10290 * config.sub: Remove h8300hhms alias.
10291
10292 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10293
10294 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10295
10296 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10297
10298 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10299 as stmp-fixinc
10300
10301 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
10302
10303 * config.sub: recognize m88110-bug-coff.
10304
10305 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10306
10307 * Makefile.in (all-libio): all dependencies on the toolchain used
10308 to build this (gcc, gas, ld, etc)
10309
10310 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10311
10312 * config.guess: Deal with OSF/1 1.3 on alpha.
10313
10314 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10315
10316 * install.sh: add some 'else true' clauses for portability
10317
10318 * configure.in: don't build libio for h8[35]00-*-* targets
10319
10320 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
10321
10322 * Makefile.in: Add support for new libio.
10323
10324 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10325
10326 * install.sh: If one command fails, don't try the rest. Don't try
10327 to remove $dsttmp (via trap) unless we have already created it.
10328 If $src doesn't exist, detect it and exit with an error.
10329
10330 * config.guess: Recognize BSD on hp300.
10331
10332 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
10333
10334 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10335 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10336
10337 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
10338
10339 * Makefile.in (all-send-pr): depends on all-prms
10340
10341 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10342
10343 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10344
10345 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10346
10347 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10348 Added test for mips-mips-riscos5.
10349
10350 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10351
10352 * configure.in: use mh-hp300 for 68k HP hosts
10353
10354 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10355
10356 * configure: add support for CONFIG_SHELL, so that you can use
10357 some alternate shell for evaluating configure scripts
10358
10359 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
10360
10361 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
10362 in configure script to bug-gdb@prep.ai.mit.edu when building
10363 distribution archive.
10364 * Makefile.in (COMPRESS): Remove def.
10365 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
10366 gdb.tar.Z and make-gdb.tar.Z respectively.
10367 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
10368 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
10369 to convergence with 'taz' target in Makefile.in.
10370
10371 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10372
10373 * install.sh (dsttmp): use trap to ensure that tmp files go
10374 away on error conditions
10375
10376 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10377
10378 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10379
10380 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10381
10382 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10383 its parent is '/' not ''.
10384
10385 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10386
10387 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
10388
10389 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10390 that ${newsrcdir}/configure.in does.
10391
10392 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10393
10394 * test-build.mk: support for CONFIG_SHELL
10395
10396 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
10397
10398 * config.sub (netware): Add as a basic system type.
10399
10400 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
10401
10402 * Makefile.in (Makefile): depend on configure.in. Also drop the
10403 $(srcdir)/ from the dependency on Makefile.in.
10404
10405 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
10406
10407 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10408 (h8300hhms is temporary until multi-libraries are implemented).
10409 * configure.in: Handle h8300h too.
10410
10411 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10412
10413 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10414
10415 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
10416
10417 * configure: Remove extraneous output when guessing host type.
10418 * config.guess: Remove extraneous output when guessing using C
10419 compiler rather than uname, or when guessing fails.
10420
10421 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10422
10423 * Makefile.in: remove all.cross and install.cross targets
10424
10425 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10426 definitions
10427
10428 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
10429
10430 * configure.in (target sh): Build gprof.
10431
10432 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10433
10434 * config.sub: change -solaris to -solaris2
10435
10436 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10437
10438 * configure.in: Use config/mh-riscos for mips-*-sysv*.
10439
10440 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
10441
10442 * configure: Correct error message for missing Makefile.in to
10443 print correct directory.
10444
10445 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10446
10447 * install.sh: kludge around 386BSD shell bug
10448
10449 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
10450
10451 * config.guess: Recognize NeXT.
10452 * config.guess: Recognize i486-ncr-sysv4.
10453 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
10454
10455 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
10456
10457 * Makefile.in (MAKEINFOFLAGS): New variable.
10458 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10459 * build-all.mk, test-build.mk: Pass down --no-split as
10460 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
10461
10462 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
10463
10464 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
10465
10466 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
10467
10468 * Makefile.in (libg++.tar.z): New rule.
10469 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
10470 * Makefile.in (taz): Only do a single chmod.
10471
10472 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
10473
10474 * install.sh: don't use dirname anymore (replaced with sed usage)
10475
10476 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
10477
10478 * Makefile.in: Change extension for gzip'd files from '.z' to
10479 '.gz' per new FSF standard usage.
10480
10481 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
10482
10483 * configure: put quotes around the final value of program_transform_name
10484
10485 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10486
10487 * Makefile.in: new install.sh support; update install-info rules
10488
10489 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
10490
10491 * configure.in: Build diff for crosses, but not for go32 host.
10492
10493 * configure.in: Build gprof only for native, and don't build it
10494 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10495
10496 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
10497
10498 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10499
10500 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10501
10502 * configure.in (host_tools): Add prms.
10503
10504 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10505
10506 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10507 with $(FLAGS_TO_PASS) on the command line
10508
10509 * config.sub: Recognize lynx and lynxos
10510
10511 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
10512
10513 * config.sub: Accept -ecoff*, not just -ecoff.
10514
10515 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10516
10517 * Makefile.in (taz): Use .gz suffix instead of .z.
10518 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10519 names.
10520
10521 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10522
10523 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10524
10525 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10526
10527 * Makefile.in (install-no-fixedincludes): install gcc last, so
10528 that rebuilds that might happen during 'make install' don't get
10529 bogus gcc include files
10530
10531 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10532
10533 Change from Utah for HPPA support:
10534 * config.guess: Recognize hppa1.x-hp-bsd.
10535
10536 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
10537
10538 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
10539 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10540
10541 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
10542
10543 * config.sub: Add support for rom68k and bug boot monitors.
10544
10545 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
10546
10547 * Makefile.in: Make all-opcodes depend on all-bfd.
10548
10549 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
10550
10551 * config.guess: Added special check for i[34]86-univel-sysv4*.
10552
10553 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
10554
10555 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10556 the processor rather than assuming i486.
10557
10558 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10559
10560 * config.guess: Recognize SunOS6 as Solaris3.
10561
10562 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
10563
10564 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
10565 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10566
10567 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
10568
10569 * build-all.mk (all-cross): New target for Canadian Cross.
10570 Added Q2 go32 targets.
10571 * test-build.mk: Configure go32 cross sparclite-aout and
10572 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
10573 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10574
10575 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10576
10577 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10578 GO32 hosted toolchains
10579
10580 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
10581
10582 * configure: change so "-exec-prefix" gets passed down rather
10583 than "-exec_prefix" so autoconf generated Makefiles get the
10584 exec_prefix set right.
10585
10586 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10587
10588 * config.guess: get the Solaris2 minor version number
10589
10590 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10591
10592 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10593
10594 * config.guess: Recognize some Sequent platforms.
10595
10596 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10597
10598 * Makefile.in: added the vault-install target
10599
10600 * configure.in: actually use the Sun3 makefile fragment that's in
10601 config, also added the release dir to configdirs
10602
10603 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10604
10605 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10606
10607 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10608
10609 * configure.in: remove some program from Alpha targetted toolchains
10610
10611 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
10612
10613 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
10614 gprof.
10615 (taz): Run "make diststuff" in those directories instead of "make
10616 proto-dir". Look for "VERSION=" only at start of line in subdir
10617 Makefile. Use "gzip -9" for compression.
10618 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10619 (binutils.tar.z): New target.
10620
10621 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10622
10623 * Makefile.in (taz): Include gpl.texinfo.
10624
10625 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10626
10627 * Makefile.in (setup-dirs): Merged into "taz" target.
10628 (taz): Only do `proto-dir' stuff if a directory is actually needed
10629 for this target.
10630
10631 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
10632
10633 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
10634 (FLAGS_TO_PASS): Pass down MUNCH_NM.
10635 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
10636 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
10637 (gcc-no-fixedincludes): Correct for current gcc Makefile.
10638
10639 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
10640
10641 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
10642 config.sub, and move-if-change to gdb testsuite distribution
10643 archive, so the testsuite can be extracted, configured, and
10644 run separately from the gdb distribution. Blow away the Chill
10645 tests that require a Chill compiled executable, since GNU Chill
10646 is not yet publically available.
10647
10648 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10649
10650 * test-build.mk: set environment variables in a single command,
10651 instead of a list of assignments and exports
10652
10653 * config.guess: recognize Alpha/OSF1 systems
10654
10655 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10656
10657 * configure: Change help message to prefer --options rather than
10658 -options.
10659
10660 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10661
10662 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
10663 zippy@ecst.csuchico.edu.
10664 * config.guess: Recognize miniframe.
10665
10666 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
10667
10668 * Makefile.in: Use srcroot to find runtest rather than rootme.
10669 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
10670
10671 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
10672
10673 * test-build.mk: Extensive additions to support building on a
10674 machine other than the host.
10675
10676 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10677
10678 * configure (tooldir): Fix for i386-aix again.
10679
10680 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
10681
10682 * configure, Makefile.in: Change definition of $(tooldir)
10683 to match the FSF.
10684
10685 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
10686
10687 * config.guess: Recognize i[34]86/SVR4.
10688
10689 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10690
10691 * Makefile.in (all-gdb): gdb depends on sim.
10692
10693 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
10694
10695 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
10696 at the same time we make the prototype gdb directory.
10697 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
10698 files at the same time as the gdb base release distribution.
10699
10700 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
10701
10702 * Makefile.in (check): Use individual check targets rather than
10703 DO_X rule.
10704 (check-gcc): Added.
10705
10706 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
10707
10708 * config.sub: Use sysv3.2 not sysv32 for canonical OS
10709 for System V release 3.2.
10710
10711 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10712
10713 * config.sub: Recognize hppaosf.
10714 * configure.in: Do configure ld/binutils/gas for it.
10715
10716 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10717
10718 * configure (tooldir): Alter syntax used to set this, for systems
10719 where "\$" isn't handled right, like i386-aix.
10720
10721 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
10722
10723 * configure: Pass program-transform-name, not
10724 program_transform_name, to recursive configures.
10725
10726 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
10727
10728 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10729 of gas+ld+binutils.
10730
10731 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
10732
10733 * config.guess: Recognize AIX3.2 as distinct from 3.1.
10734
10735 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10736
10737 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10738
10739 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10740
10741 * Makefile.in (PRMS): Set back to all-prms.
10742
10743 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
10744
10745 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10746 targets, rather than for MIPS hosts.
10747
10748 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10749
10750 * configure.in: add comment for --with-x default values
10751
10752 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10753
10754 * Makefile.in: add check-* targets for each of the directories in
10755 the tree. Add a definition of RUNTEST that will use the one we
10756 just built, if it exists. Pass this down via FLAGS_TO_PASS.
10757
10758 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
10759
10760 * configure.in: Removed obsolete references to bfd_target and
10761 target_makefile_frag.
10762
10763 * build-all.mk: Set assorted targets for Q2.
10764 * config.sub: Recognize z8k-sim and h8300-hms.
10765 * test-build.mk: Really don't pass host to configure.
10766 (HOLES): Added uname.
10767
10768 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
10769
10770 * configure: Handle an empty program-prefix, program-suffix or
10771 program-transform-name correctly.
10772
10773 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
10774
10775 * build-all.mk: -G 8 no longer required for MIPS targets.
10776 * test-build.mk: Don't pass host argument to configure; make it
10777 guess.
10778
10779 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
10780
10781 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
10782 * Makefile.in (COMPRESS): New macro, like GZIP.
10783
10784 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
10785
10786 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
10787
10788 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
10789 with gas currently defaults to -G 0.
10790
10791 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
10792
10793 * Makefile.in (all-flex): flex depends on byacc.
10794
10795 * build-all.mk: If host not specified, use config.guess. Pass TAG
10796 to test-build.mk as RELEASE_TAG.
10797 * test-build.mk (configargs): New variable containing arguments to
10798 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
10799 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
10800
10801 * config.guess: Use /bin/uname when checking -X argument on SCO,
10802 to avoid invoking GNU uname which doesn't understand -X.
10803
10804 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
10805
10806 * configure.in: Build gas for mips-*-*.
10807
10808 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10809
10810 * Makefile.in (all.normal): insert missing backslash.
10811
10812 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
10813
10814 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
10815
10816 * Makefile.in: Complete overhaul to merge many almost identical
10817 targets.
10818
10819 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10820
10821 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
10822 (gdb.tar.Z): Adjusted.
10823
10824 * Makefile.in (setup-dirs, taz): New targets; should be general
10825 enough to adapt for gdb sometime. Build only .z file.
10826 (gas.tar.z): New target.
10827
10828 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
10829
10830 * build-all.mk: Use CC=cc -Xs on Solaris.
10831
10832 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
10833
10834 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
10835 for handling BISON for FSF releases.
10836
10837 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10838
10839 * configure: Actually implement the change zoo just documented.
10840
10841 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10842
10843 * configure: when using config.guess, only set target_alias when
10844 it's not already been set (ie, on the command line)
10845
10846 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10847
10848 * Makefile.in: add installcheck target, set PRMS to install-prms
10849
10850 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10851
10852 * configure: add support for package_makefile_fragment, handle the
10853 case where a directory has a configure.in file but no Makefile.in
10854 more gracefully (with an actual understandable error message, even);
10855 add support for --without (and add this to the usage message); also
10856 explicitly add a --host=${host_alias} to the command line when
10857 config.guess is used
10858
10859 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10860
10861 * configure: Must use both --host and --target in recursive calls.
10862
10863 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
10864
10865 * Makefile.in: Change deja-gnu to dejagnu.
10866
10867 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
10868
10869 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
10870
10871 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10872
10873 * configure.in: canonicalize all instances to *-*-solaris2*,
10874 also strip out a number of tools to not build for go32 host
10875
10876 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10877
10878 * config.guess: add GPL.
10879
10880 * Makefile.in, config.guess, config.sub, configure: bump
10881 copyrights to 93.
10882
10883 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
10884
10885 * Makefile.in (do-info): Removed obsolete check for existence of
10886 localenv file.
10887
10888 * Makefile.in (MAKEOVERRIDES): Define to be empty.
10889
10890 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10891
10892 * Makefile.in: a couple of 'else true' for decstation,
10893 support for TclX
10894
10895 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
10896
10897 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
10898
10899 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
10900
10901 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
10902
10903 * config.guess: Recognize i386-ibm-aix (PS/2).
10904 * configure.in: Use config/mh-aix386 file for it.
10905
10906 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
10907
10908 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
10909 CC_FOR_TARGET instead.
10910 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
10911
10912 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
10913
10914 * Makefile.in: Add sim to list of directories sent with gdb
10915
10916 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
10917
10918 * configure.in: Put back mips-dec-bsd* case.
10919
10920 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
10921
10922 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
10923 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
10924 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
10925
10926 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10927
10928 * configure.in: remove no-op mips-dec-bsd* in "case $target"
10929
10930 * Makefile.in (dir.info): only run gen-info-dir if it exists,
10931 (install-info): install dir.info only if it exists,
10932 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
10933
10934 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
10935
10936 * configure.in: For vms target, skip bfd, ld, binutils. Do build
10937 gas for mips-dec-bsd.
10938
10939 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
10940
10941 * configure (makesrcdir): If ${srcdir} is relative and not ".",
10942 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
10943
10944 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
10945
10946 * configure.in: Added "dejagnu" to hosttools list.
10947
10948 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10949
10950 * config.sub, configure.in, config.guess: Add support
10951 for Bosx, an AIX variant from Bull.
10952 Patches from F.Pierresteguy@frcl.bull.fr.
10953
10954 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
10955
10956 * devo/dejagnu: Initial creation of devo/dejagnu.
10957 Migrated dejagnu testcases and support files for testing software
10958 tools to reside as subdirectories, currently called "testsuite",
10959 within the directory of the software tool. Migrated all programs,
10960 support libraries, etc. beloging to dejagnu proper from
10961 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
10962 with no modifications. The changes to these files which will
10963 allow them to configure, build, and execute properly will be made
10964 in a future update.
10965
10966 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10967
10968 * Makefile.in: Change send_pr to send-pr.
10969 * configure.in: Likewise.
10970 * send_pr: Renamed directory to send-pr.
10971
10972 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
10973
10974 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
10975
10976 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
10977
10978 * README: Update for gdb-4.8 release.
10979 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
10980 gdb-xxx.tar.z (gzip'd) file also.
10981
10982 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10983
10984 * Makefile.in: make all-diff depend on all-libiberty
10985
10986 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
10987
10988 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
10989
10990 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10991
10992 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
10993
10994 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
10995
10996 * Makefile.in (DEVO_SUPPORT): Remove etc directory
10997 (ETC_SUPPORT): Only add the files GDB wants from etc/.
10998 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
10999
11000 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11001
11002 * Makefile.in: makeinfo binary is in a new location
11003
11004 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
11005
11006 * config.sub: Accept -ecoff as an OS.
11007
11008 * Makefile.in: Various changes to eliminate a level of make
11009 recursion and reduce the required command line length.
11010 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11011 sub-makes.
11012 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11013 variables holding settings for specific sub-makes.
11014 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11015 in terms of BASE_FLAGS_TO_PASS.
11016 (TARGET_LIBS): New variable listing directories which use
11017 TARGET_FLAGS_TO_PASS.
11018 (subdir_do): Eliminated.
11019 (do-*): New set of targets to replace subdir_do.
11020 (various): All targets which used subdir_do now depend on do-*.
11021 (local-clean): Renamed from do_clean.
11022 (local-distclean): New target, dependency of distclean and
11023 realclean.
11024 (install-info): Don't create directories. Depend on dir.info
11025 rather than calling make recursively.
11026 (install-dir.info): Eliminated.
11027 (install-info-dirs): Create all info directories here.
11028 (dir.info): Depend upon do-install-info.
11029
11030 * test-build.mk (HOLES): Added false.
11031
11032 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
11033
11034 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
11035
11036 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11037
11038 * Makefile.in (info): remove dependency on all-texinfo. The
11039 problem was really in texinfo/C, not at this level.
11040
11041 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
11042
11043 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11044
11045 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
11046
11047 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
11048 GDB releases.
11049
11050 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11051
11052 * configure: Include srcdir in message about target of link not
11053 being found. Don't convert `-' to `_' in `with' options being
11054 passed to subdirs.
11055
11056 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11057
11058 * configure.in: add uudecode to host_tools
11059
11060 * Makefile.in: added {all,install}-uudecode targets, added them to
11061 the appropriate lists
11062
11063 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
11064
11065 * Makefile.in (all-gcc): Added dependency on all-gas.
11066
11067 * configure.in (mips-*-*): Build ld and binutils.
11068
11069 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11070
11071 * configure: check return code from mkdir, print error message and
11072 exit on failure.
11073
11074 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
11075
11076 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
11077
11078 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
11079
11080 * test-build.mk (HOLES): Added tar, cpio and uudecode.
11081
11082 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11083
11084 * config.sub (h8500): Recognize this as a cpu type.
11085
11086 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11087
11088 * configure: source directory missing is no longer a warning
11089
11090 * configure.in: recognize irix[34]* instead of irix[34]
11091
11092 * Makefile.in: define and pass down X11_LIB
11093
11094 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
11095
11096 * guess-systype: Renamed to ...
11097 * config.guess: ... by popular request.
11098 * configure.in, Makefile.in: Update accordingly.
11099
11100 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
11101
11102 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
11103 + Add Convex, Cray/Unicos, and Encore/Multimax support.
11104 + Execute ./dummy instead of assuming . is in PATH.
11105
11106 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
11107
11108 * guess-systype: New shell script. Attempts to guess the
11109 canonical host name of the executing host.
11110 Only a few hosts are supported so far.
11111 * configure: Call guess-systype if no host is specified.
11112
11113 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
11114
11115 * Makefile.in (gcc-no-fixedincludes): Made to work with current
11116 gcc Makefile.
11117
11118
11119 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
11120
11121 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11122 (all-gcc, install-gcc, subdir_do): Use it.
11123
11124 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11125
11126 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11127
11128 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
11129
11130 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11131 set exclusively by configure, using configure.in .
11132
11133 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11134
11135 * test-build.mk: set $PATH for all builds
11136
11137 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11138
11139 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
11140
11141 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
11142 the one used in gcc/Makefile.in, so that a null expansion doesn't
11143 override the one needed to build gcc with a native cc.
11144
11145
11146 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11147
11148 * configure: Accept -with arguments.
11149
11150 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11151
11152 * Makefile.in: added h8300sim
11153
11154 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
11155
11156 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11157 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
11158 (all-cygnus, native, build-cygnus): Make
11159 $(canonhost)-stamp-3stage-done, not $(host)....
11160 * test-build.mk (stamp-3stage-compared): Use tail +10c for
11161 i386-sco3.2v4. Added else true to if command.
11162
11163 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
11164
11165 * config.sub: (from FSF) Sequent uses a BSD-like OS.
11166
11167 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
11168
11169 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11170
11171 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11172
11173 * configure.in: don't remove binutils from Solaris builds
11174
11175 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
11176
11177 * Makefile.in: get rid of earlier definitions for *clean,
11178 also handle the recursive info rule better
11179
11180 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
11181
11182 * Makefile.in (mostlyclean, distclean, realclean): Fix to
11183 do more-or-less the right thing.
11184
11185 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
11186
11187 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11188 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11189
11190 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11191
11192 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11193 $(host_canonical).
11194
11195 * configure.in: split the configdirs list into 4 categories (native
11196 v. cross, library v. tool) and handle the cross-only and native-
11197 only in more reasonable (and correct!) way.
11198
11199 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
11200
11201 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
11202 configdirs anymore.
11203
11204 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11205
11206 * Makefile.in: extensive cleanup:: removed all of the explicit
11207 clean-* targets, collapsed many wrappers around subdir_do into
11208 one, added additional targets to satisfy standards.texi, deleted
11209 some old targets, some changes for consistency
11210
11211 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11212
11213 * configure.in: handle some programs as cross-only, and others as
11214 native only
11215
11216 * test-build.mk: handle partial holes in a more generic manner
11217
11218 * Makefile.in: m4 depends on libiberty
11219
11220 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11221
11222 * configure.in: add m4, textutils, fileutils, sed, shellutils,
11223 time, wdiff, and find to configdirs
11224
11225 * Makefile.in: all, clean, and install rules for the new programs
11226 added to configure.in
11227
11228 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11229
11230 * configure.in: use mh-sun for all *-sun-* hosts
11231
11232 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11233
11234 * Makefile.in: define flags for X11 include files and library file
11235 locations, pass them down to the programs that need this info
11236
11237 * build-all.mk: added a 'native' target, to 3stage the native toolchain
11238
11239 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11240
11241 * configure.in: start building libg++ for HP-UX targets
11242
11243 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
11244
11245 * README: Update references to files moved into etc/.
11246
11247 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
11248
11249 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
11250 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
11251
11252 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
11253
11254 * configure: accept dash as well as underscore in long option
11255 names for FSF compatibility.
11256
11257 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
11258
11259 * config.sub: added -sco3.2v4 support from FSF.
11260
11261 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11262
11263 * configure.in: expand the section that adds or removes
11264 directories from the list of programs to build, to handle native
11265 vs. cross in addition to host v. native
11266
11267 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
11268
11269 * Makefile.in: Replace C++ in macro names with CXX.
11270 This is less likely to break ...
11271
11272 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11273
11274 * test-build.mk: add -w to GNU_MAKE
11275
11276 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11277
11278 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11279 add 'sparc' to list of recognized cpus. This needed to make
11280 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11281 Delete some redundant ose68 variants. Recognize -wrs as an os,
11282 then changes that into $CPU-wrs-vxworks.
11283
11284 * configure.in: remove most references to gdbtest, regularize
11285 target based program removal
11286
11287 * test-build.mk: import from p3 tree (many fixes and changes)
11288
11289 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
11290
11291 * Makefile.in: added rules to handle tcl, tk, and expect
11292
11293 * configure.in: handle those directories if they exist
11294
11295 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11296
11297 * config.sub: removed bogus hppabsd and hppahpux names, since
11298 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11299
11300 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11301
11302 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
11303 depends upon all-xiberty
11304
11305 * Makefile.in: changes from p3, including:
11306
11307 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
11308
11309 * Makefile.in (XTRAFLAGS): include newlib directories if
11310 newlib/Makefile exists, rather than if host != target.
11311
11312 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
11313
11314 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11315 from the same source tree and not building a cross-compiler. This
11316 matters for the libg++ configuration if reconfiguring a tree that
11317 has already been installed.
11318
11319 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
11320
11321 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11322 pick up the machine and system specific header files.
11323
11324 * Makefile.in: added AS_FOR_TARGET, passed down in
11325 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
11326 the C compiler to use to create programs which are run in the
11327 build environment, set it to default to $(CC), and passed it down
11328 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11329
11330 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
11331
11332 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11333 We need them for unusual native builds, like systems without
11334 ranlib.
11335
11336 * configure: also define $(host_canonical) and
11337 $(target_canonical), which are the full, canonical names for the
11338 given host and target
11339
11340 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
11341
11342 * Makefile.in: Added separate definitions for C++.
11343
11344 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
11345
11346 * configure.in (configdirs): Add deja-gnu.
11347
11348 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
11349
11350 * README: Update for configure.texi and gdb-4.7 release.
11351
11352 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
11353
11354 * Makefile.in: Move "all" target to top of file.
11355 Previously, first target was ".PHONY" which caused BSD4.4 make
11356 to build .PHONY when make was run without arguments.
11357
11358 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
11359
11360 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
11361 Library-copylefted code in libiberty.
11362
11363 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
11364
11365 * config.sub: Replace m68kmote with plain old m68k.
11366
11367 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
11368
11369 * Makefile.in: Remove space from blank line, avoid Make complaints.
11370
11371 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
11372
11373 * config.sub: Complain if no argument is given. Added support for
11374 386bsd as OS and target alias.
11375
11376 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
11377
11378 * Makefile.in (XTRAFLAGS): include newlib directories if
11379 newlib/Makefile exists, rather than if host != target.
11380
11381 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
11382
11383 * config.sub: recognize sparclite-wrs-vxworks.
11384
11385 * Makefile.in (install-xiberty): added *-xiberty make rules (from
11386 p3.) Added clean-xiberty to clean.
11387
11388 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11389
11390 * configure.in: use *-*-* instead of nested cases for host and target
11391
11392 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
11393
11394 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11395 from the same source tree and not building a cross-compiler. This
11396 matters for the libg++ configuration if reconfiguring a tree that
11397 has already been installed.
11398
11399 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
11400
11401 * config.sub (i486v/i486v4): Merge in from FSF version.
11402
11403 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
11404
11405 * configure: only set PWD if it is already set.
11406
11407 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
11408
11409 * configure: just set PWD=`pwd` at the top, since Ultrix sh
11410 doesn't have unset and all success paths (and most error paths)
11411 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11412 to just ${PWD} to avoid confusion.)
11413
11414 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
11415
11416 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11417 even for a native compilation.
11418
11419 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
11420
11421 Changes to make the gdb.tar.Z rule work better.
11422
11423 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
11424 (DEVO_SUPPORT): Add configure.texi.
11425 (bfd-ilrt.tar.Z): Remove ancient rule.
11426
11427 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
11428
11429 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11430 pick up the machine and system specific header files.
11431
11432 * configure.in, config.sub: added new target m68010-adobe-scout,
11433 with alias of adobe68k. Changed configure.in to check for
11434 -scout before -sco* to avoid a false match.
11435
11436 * Makefile.in: added AS_FOR_TARGET, passed down in
11437 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
11438 the C compiler to use to create programs which are run in the
11439 build environment, set it to default to $(CC), and passed it down
11440 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11441
11442 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
11443
11444 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11445 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
11446 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11447 FOR_TARGET variants, to newlib and libg++.
11448
11449 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
11450
11451 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11452 first.
11453
11454 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
11455
11456 * config.sub: Accept `elf' as an environment.
11457
11458 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11459
11460 * Makefile.in (all-opcodes): cd into the right directory
11461
11462 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
11463
11464 * configure: added -program_transform_name option, used as
11465 argument to sed when installing programs.
11466 configure.texi: added documentation for -program_prefix,
11467 -program_suffix and -program_transform_name.
11468
11469 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
11470
11471 * config.sub: Accept i486 where i386 ok.
11472
11473 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
11474
11475 * config.sub: accept we32k
11476
11477 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
11478
11479 * config.sub, configure.in: accept OSE68000 and OSE68k.
11480
11481 * Makefile.in: don't create all directories for ``make install'';
11482 let the subdirectories create the ones they need.
11483
11484 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11485
11486 * COPYING: new file, GPL v2
11487
11488 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11489
11490 * Makefile.in: use the new gen-info-dir, which needs a template
11491 argument (which also lives in texinfo)
11492
11493 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11494
11495 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
11496
11497 * config.sub (ncr3000): Change i386 to i486.
11498
11499 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11500
11501 * Makefile.in: add install-rcs, install-grep to
11502 install-no-fixedincludes, removed install-bison and install-libgcc
11503
11504 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
11505
11506 * configure.in: grab the HPUX makefile fragment if on HPUX
11507
11508 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11509
11510 * Makefile.in: eradicate bison spoor (ditto libgcc).
11511 configure.in: recognise m68{k,000}-ericsson-OSE.
11512 es1800 is alias for m68k-ericsson-OSE
11513
11514 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11515
11516 * configure.in: rearrange the parts that remove programs from
11517 configdirs, based now on HOST==TARGET or by canonical triple.
11518
11519 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11520
11521 * test-build.mk: recurse explicitly with -f test-build.mk when
11522 appropriate. predicate stage3 and comparison on the existence
11523 of gcc. That is, if gcc isn't around, we aren't three-staging.
11524 On very clean, also remove ...stamp-co. Build in-place before
11525 doing other builds.
11526
11527 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11528
11529 * Makefile.in, configure.in: add tgas
11530
11531 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11532
11533 * Makefile.in: a number of changes merged in from progressive.
11534
11535 * configure.in: add libm.
11536
11537 * .cvsignore: ignore some stuff that comes from test-build.mk.
11538
11539 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
11540
11541 * config.sub: Add es1800 (m68k-ericsson-es1800).
11542
11543 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11544
11545 * configure: Add program_suffix (parallel to program_prefix)
11546 * Makefile.in: adjust directory-creating script for losing decstation
11547
11548 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
11549
11550 * configure: Minor $subdir-related fixes.
11551
11552 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11553
11554 * configure: fix various problems with propogating
11555 makefile_target_frag in subdirs.
11556 * configure.in: config libgcc if its there
11557
11558 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
11559
11560 * config.sub: HPPA merge.
11561
11562 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
11563
11564 * Makefile.in: Replace all-bison with all-byacc in all
11565 dependency lines for other tools (which now use byacc).
11566
11567 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
11568
11569 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
11570
11571 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
11572
11573 * Makefile.in: make gprof rules similar to byacc rules (instead of
11574 vestigal $(unsubdir) that didn't work...)
11575
11576 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
11577
11578 * config.sub: Add support for Linux.
11579 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
11580 (at least for libg++).
11581
11582 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
11583
11584 * configure.texi: fix doc for the -nfp option to configure
11585
11586 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
11587
11588 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11589
11590 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
11591
11592 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11593 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11594 * configure.in: added solaris* host_makefile_frag hook.
11595
11596 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11597
11598 * config.sub: changed recognition of m68000 so that various
11599 m68k types can be specified via m680[01234]0
11600
11601 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11602
11603 * config.sub (basic_machine): fix sed so that '-foo' isn't
11604 completely substituted out while .+'-foo' loses the '-foo'
11605
11606 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
11607
11608 * config.sub ($os): Add -aout.
11609
11610 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
11611
11612 * configure: If host_makefile_frag is absolute, don't
11613 prefix ${invsubdir} (relevant to libg++ auto-configure).
11614
11615 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
11616
11617 * Makefile.in (tooldir): Define it.
11618 (all-ld): Depend on all-flex.
11619
11620 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
11621
11622 * Makefile.in (check): Fix libg++ special case.
11623
11624 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
11625
11626 * configure: do not bury `pwd` into config.status, thus do fewer
11627 pwd's.
11628
11629 * configure: print the "Building in" message only when building in
11630 other than "." AND verbose.
11631
11632 * configure: remove -s, rework -v to better accommodate guested
11633 configures.
11634
11635 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
11636
11637 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
11638
11639 * Makefile.in: macroize flags passed on recursion. remove
11640 fileutils.
11641
11642 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
11643
11644 * configure: get makesrcdir right for subdirs deeper than 1.
11645
11646 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
11647 install.
11648
11649 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
11650
11651 * Makefile.in: don't print subdir_do or recursion lines.
11652
11653 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
11654
11655 * standards.texi: added menu item.
11656
11657 * Makefile.in: build and install standards.info.
11658
11659 * standards.texi: new file.
11660
11661 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11662
11663 * configure: test for and move config.status pieces from
11664 ${subdir}/.
11665
11666 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
11667
11668 * configure: Test for existance of files before trying to mv
11669 them, to avoid numerous non-existance messages.
11670
11671 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
11672
11673 * configure: correct final line of config.status.
11674
11675 * configure: patch from eggert. Avoids a protection problem if
11676 the original Makefile.in is read only.
11677
11678 * configure: use move-if-change from gcc to create config.status.
11679 Some makefiles depend on config.status to tell if a directory
11680 has been reconfigured for a different host. This change
11681 prevents those directories from remaking everything in the case
11682 where the reconfig was only intended to rebuild a Makefile.
11683
11684 * configure: test for config.sub with "config.sub sun4" rather
11685 than "config.sub ${host_alias}". Otherwise we can't tell a bad
11686 host alias from a missing config.sub.
11687
11688 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11689
11690 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11691 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
11692
11693 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
11694
11695 * configure: mkdir ${subdir} as needed.
11696
11697 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
11698
11699 * Makefile.in,configure.in: added autoconf.
11700
11701 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11702
11703 * Makefile.in: no longer pass against on recursion.
11704
11705 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
11706 definitions are not inherited.
11707
11708 * configure: correct makesrcdir when subdir is .
11709
11710 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
11711
11712 * configure: Add support for 'subdirs' variable, which is
11713 like 'configdirs', except that configure doesn't re-invoke
11714 itself for subdirs, it just creates a Makefile for each subdir.
11715 * configure.texi: Document subdirs.
11716
11717 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11718
11719 * configure.in: added flex to configdirs
11720
11721 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
11722
11723 * Makefile.in: remove clean-stamps from clean.
11724
11725 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
11726
11727 * configure.in: Add gdbtest to configdirs.
11728
11729 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
11730
11731 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
11732 to recursive makes.
11733 * configure.in: Recognize new ncr3000 config.
11734
11735 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
11736
11737 * Makefile.in, configure.in: removed references to gdbm.
11738
11739 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
11740
11741 * config.sub: Don't canonicalize os value
11742 newsos* to bsd (readline needs to check for newsos).
11743 (This fix was earlier made Jan 31, but got re-broken.)
11744
11745 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
11746
11747 * configure.in: sco is an os, not a vendor!
11748
11749 * configure: Quote $( better. Keep various shells happy.
11750
11751 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
11752
11753 * Makefile.in: eliminate stamp-files.
11754
11755 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
11756
11757 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
11758 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
11759
11760 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
11761
11762 * config.sub: fix iris/iris3.
11763
11764 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
11765
11766 * configure: re-add -rm.
11767
11768 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
11769
11770 * Maskefile.in: add .stmp-rcs to all.
11771
11772 * configure.in: remove gas from rs6000 build, use aix host fragment.
11773
11774 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
11775
11776 * configure: pass down site_option during recursion.
11777
11778 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
11779
11780 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
11781
11782 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
11783
11784 * configure: Change exec_prefix so that it really defaults to prefix.
11785
11786 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
11787
11788 * Makefile.in, configure.in: Add support for mmalloc library.
11789
11790 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
11791
11792 * Makefile.in: add stmp dependencies for a few more things.
11793
11794 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
11795
11796 * configure: adjusted error message on objdir/srcdir configure
11797 collision, per john's suggestion.
11798
11799 * Makefile.in: add libiberty stmp to all and all.cross.
11800
11801 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
11802
11803 * Makefile.in: remove force dependencies, add grep to all.
11804
11805 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
11806
11807 * Makefile.in: drop flex. make stamp files work.
11808
11809 * configure: added test for conflicting configuration in srcdir,
11810 remove trailing slashes from srcdir. Otherwise emacs gdb mode
11811 gets cranky. use relative paths for configure and srcdir
11812 whenever possible. Send some error messages to stderr that were
11813 going to stdout.
11814
11815 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
11816
11817 * Makefile.in: Fix libg++ rule to check for gcc directory
11818 before using gcc/gcc. Also pass XTRAFLAGS.
11819
11820 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
11821
11822 * Makefile.in: added stmp-files so that directories aren't polled
11823 when they are already built.
11824
11825 * configure.texi: fixed a node pointer problem.
11826
11827 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
11828
11829 * config.sub configure.in gdb/configure.in
11830 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
11831 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
11832 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
11833
11834 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11835
11836 * configure: -recurring becomes -silent. corrected help message
11837 for -site= option.
11838
11839 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
11840
11841 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11842
11843 * configure: when building Makefile for crosses, replace
11844 tooldir and program_prefix. default srcdir from location of
11845 config.sub. remove "for host in hosts" and "for target in
11846 targets" loops.
11847
11848 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11849
11850 * Makefile.in: Do not pass bindir or mandir to cvs.
11851
11852 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11853
11854 * Makefile.in, configure.in: removed traces of namesubdir,
11855 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11856 copyrights to '92, changed some from Cygnus to FSF.
11857
11858 * configure.texi: remove most references to multiple hosts,
11859 multiple targets, subdirs, etc.
11860
11861 * configure.man: removed rcsid. reference config.sub not
11862 config.subr.
11863
11864 * Makefile.in: mkdir $(infodir) on install-info.
11865
11866 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
11867
11868 * configure.texi: Explain better about .gdbinit and about
11869 the environment that configure.in sections run in.
11870
11871 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
11872
11873 * configure.in: Ultrix is only a decstation if it's a MIPS.
11874
11875 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
11876
11877 * README: DOC.configure => cfg-paper.texi.
11878
11879 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
11880
11881 * config.sub (near case $os): Don't convert newsos* to bsd!
11882
11883 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
11884
11885 * Makefile.in: Reinstall change from gdb-4.3 that reduces
11886 the number of copies of COPYING that go into the GDB tar file.
11887
11888 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
11889
11890 * bfd/configure.in, gdb/config/mh-i386sco,
11891 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
11892 Fix SCO configuration stuff.
11893
11894 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
11895
11896 * Makefile.in: For libg++, make sure the -I pointing
11897 to the gcc directory goes *after* all the libg++-local -I flags.
11898 Also, move just-gcc dependency from just-libg++ to all-libg++.
11899
11900 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
11901
11902 * configure: Change -x to -f to keep Ultrix /bin/test happy.
11903
11904 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
11905
11906 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
11907
11908 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
11909
11910 * config.sub: Add stratus configuration frags. Also
11911 submitted to FSF.
11912
11913 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
11914
11915 * Makefile.in (DEV_SUPPORT): add configure.man.
11916
11917 * config.sub(Decode manufacturer-specific): add -none*.
11918
11919 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
11920
11921 * Makefile.in: remove form feeds to make Sun's make happy.
11922 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
11923
11924 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
11925
11926 * Makefile.in (AR_FLAGS): Make quieter.
11927
11928 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
11929
11930 * configure.in: Add libg++.
11931 * configure: When verbose, don't output the command line at each
11932 level; it will be unremarkably the same as the previous version,
11933 which will be the same as what the user typed.
11934
11935 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
11936
11937 * configure.in, Makefile.in: fix clean-info, add flex. add
11938 fileutils.
11939
11940 * configure: be less sensitive to spaces in Makefile.in. Do not
11941 look for sources in "..". Doing so breaks subdirectories that
11942 might have their own configure. If a subdir has it's own
11943 configure script, use it.
11944
11945 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
11946
11947 * cfg-paper.texi: some changes suggested by rms.
11948
11949 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
11950
11951 * config.sub: Merge in some small additions from the FSF version,
11952 taken from the gcc distribution, to bring the Cygnus and FSF
11953 versions into closer sync.
11954
11955 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
11956
11957 * configure.in: Changed svr4 references to sysv4.
11958
11959 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
11960
11961 * configure: added -V for version number option.
11962
11963 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
11964
11965 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
11966 renamed from DOC.configure to cfg-paper.texi.
11967
11968 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11969
11970 * configure, config.subr, config.sub: config.subr is now
11971 config.sub again.
11972
11973 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
11974
11975 * configure.texi: new file, in progress.
11976
11977 * Makefile.in: build info file and install the man page for
11978 configure.
11979
11980 * configure.man: new file, first cut.
11981
11982 * configure: find config.subr again now that configuration "none"
11983 has gone. removed all traces of the -ansi option. removed all
11984 traces of the -languages option.
11985
11986 * config.subr: resync from rms.
11987
11988 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11989
11990 * configure, config.sub, config.subr: merge config.sub into
11991 config.subr, call the result config.subr, remove config.sub, use
11992 config.subr.
11993
11994 * Makefile.in: revised install for dir.info.
11995
11996 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11997
11998 * configure.in: add decstation host makefile frag.
11999
12000 * Makefile.in: BISON now bison -y again. also install-gcc on
12001 install. clean-gdbm on clean. infodir belongs in datadir.
12002 Make directories for info install. Build dir.info here then
12003 install it.
12004
12005 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12006
12007 * Makefile.in: fix for bad directory tests.
12008
12009 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12010
12011 * configure: \{1,2\} appears to be a sysv'ism. Use a different
12012 regexp. -srcdir relative was being handled incorrectly.
12013
12014 * Makefile.in: unwrapped some for loops so that parallel makes
12015 work again and so one can focus one's attention on a particular
12016 package.
12017
12018 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12019
12020 * configure: added PWD as a stand in for `pwd` (for speed). use
12021 elif wherever possible. make -srcdir work without -objdir.
12022 -objdir= commented out.
12023
12024 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12025
12026 * configure: +options become --options. -subdirs commented out.
12027 added -host, -datadir. Renamed -destdir to -prefix. Comment in
12028 Makefile now at top of generated Makefile. Removed cvs log
12029 entries. added -srcdir. create .gdbinit only if there is one
12030 in ${srcdir}.
12031
12032 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12033 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12034 and mandir now keyed off datadir by default.
12035
12036 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12037
12038 * Freshly created ChangeLog.
12039
12040 \f
12041 Local Variables:
12042 mode: change-log
12043 left-margin: 8
12044 fill-column: 76
12045 version-control: never
12046 End: