gdb/testsuite/
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
30167e0a
NC
12009-09-25 Nick Clifton <nickc@redhat.com>
2
3 * configure.ac: Pass any --cache-file=/dev/null option on to
4 subconfigures.
5 * configure: Regenerate.
6
707a0b5c
NC
72009-09-23 Nick Clifton <nickc@redhat.com>
8
9 * config.sub, config.guess: Update from upstream sources.
10
2fd0b40b
RW
112009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12
13 PR bootstrap/32272
14 * configure.ac: Error out if $srcdir isn't '.' but contains
15 host-${host_noncanonical}.
16 * configure: Regenerate.
17
4385ad3c
RW
182009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19
16b1ad29
RW
20 * configure.ac: If bootstrapping a combined tree with
21 --enable-gold, require c++ in stage1_languages.
22 * configure: Regenerate.
23
f8dc745f
RW
24 * configure.ac: Also add target_libs of stage1_languages to
25 bootstrap_target_libs.
26 * configure: Regenerate.
27
4385ad3c
RW
28 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
29 with --enable-languages not containing c++.
30 * configure: Regenerate.
31
df51e4e1
JZ
322009-09-16 Jie Zhang <jie.zhang@analog.com>
33
34 * configure.ac: Disable java and boehm-gc for bfin-*-*.
35 * configure: Regenerate.
36
06a51eac
RW
372009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
38
39 * configure.ac: Do not use $extrasub for replacing @if/@endif
40 parts in Makefile; instead, use additional arguments to
41 AC_CONFIG_COMMANDS to do the replacement manually, with several
42 sed invocations, to avoid HP-UX sed command limits.
43 * configure: Regenerate.
44
96655cc4
AO
452009-09-04 Alexandre Oliva <aoliva@redhat.com>
46
47 * configure.ac (with-build-config): Document. Handle without.
48 Handle missing argument.
49 * configure: Rebuilt.
50
512009-09-03 Alexandre Oliva <aoliva@redhat.com>
52
53 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
54 Default to bootstrap-debug only if compare-debug works.
55 * configure: Rebuilt.
56 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
57 * Makefile.in: Rebuilt.
58
592009-09-01 Alexandre Oliva <aoliva@redhat.com>
60
61 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
62 * Makefile.in: Rebuilt.
63
8e957354
PB
642009-09-02 Paolo Bonzini <bonzini@gnu.org>
65
66 * Makefile.tpl (AWK): Fix typo.
67 * Makefile.in: Regenerate.
68
692009-09-02 Paolo Bonzini <bonzini@gnu.org>
70
71 * configure.ac: Detect awk and sed.
72 * Makefile.def (flags_to_pass): Add AWK and SED.
73 * Makefile.tpl (AWK, SED): New.
74 (BASE_FLAGS_TO_PASS): Add AWK and SED.
75 * configure: Regenerate.
76 * Makefile.in: Regenerate.
77
fb792462
TG
782009-09-01 Tristan Gingold <gingold@adacore.com>
79
80 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
81 Remove logical names.
82
a69e7d0a
DK
832009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
84
85 * ltmain.sh (func_normal_abspath): New function.
86 (func_relative_path): Likewise.
87 (func_mode_help): Document new -bindir option for link mode.
88 (func_mode_link): Add new -bindir option, and use it to place
89 output DLL if specified.
90
d444d2ba
RW
912009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
92
93 * configure.ac (AC_PREREQ): Bump to 2.64.
94
13b7343a
RW
952009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
96
af542c2e
RW
97 * README-maintainer-mode: Point directly to upstream locations
98 for autoconf, automake, libtool, gettext, instead of copies on
99 sources.redhat.com. Document required versions.
100 * configure.ac: Do not substitute datarootdir, htmldir,
101 pdfdir, docdir. Do not process --with-datarootdir,
102 --with-htmldir, --with-pdfdir, --with-docdir.
103 * configure: Regenerate.
104
81ecdfbb
RW
105 * configure: Regenerate.
106
13b7343a
RW
107 * compile: Sync from Automake 1.11.
108 * depcomp: Likewise.
109 * install-sh: Likewise.
110 * missing: Likewise.
111 * mkinstalldirs: Likewise.
112 * ylwrap: Likewise.
113
c1102ce7
RW
1142009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
115
34a0f3cf
RW
116 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
117 (baseargs): Add --disable-option-checking.
118 * configure: Regenerate.
119
c1102ce7
RW
120 * Makefile.def (configure-target-libiberty): Depend on
121 all-binutils and all-ld.
122 (configure-target-newlib): Likewise.
123 * Makefile.in: Regenerate.
124
e8a5fa9c
RW
1252009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
126
127 Sync with GCC, merge:
128
129 2009-07-31 Christian Bruel <christian.bruel@st.com>
130
131 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
132 * configure: Regenerate.
133
134 2009-07-06 Ian Lance Taylor <iant@google.com>
135
136 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
137 * configure: Rebuild.
138
139 2009-06-26 Steve Ellcey <sje@cup.hp.com>
140
141 PR bootstrap/40338
142 * configure.ac (comparestring): Create new variable.
143 * Makefile.tpl (comparestring): Use to skip some comparisions.
144 * configure: Regenerate.
145 * Makefile.in: Regenerate.
146
147 2009-06-23 Ian Lance Taylor <iant@google.com>
148
149 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
150 boot_languages. Only bootstrap target libraries listed in
151 target_libs for some boot language. Add --with-stage1-ldflags,
152 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
153 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
154 if not building with C++.
155 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
156 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
157 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
158 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
159 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
160 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
161 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
162 * configure, Makefile.in: Rebuild.
163
164 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
165
166 * configure.ac: Detect MPC in default directory.
167 * configure: Regenerate.
168
169 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
170
171 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
172 to noconfdirs.
173 * configure: Regenerate.
174
175 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
176
177 * Makefile.def: Add MPC support and dependencies.
178 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
179
180 * Makefile.in, configure: Regenerate.
181
182 2009-05-24 Nicolas Roche <roche@adacore.com>
183
184 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
185 * Makefile.in: Regenerate.
186
187 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
188
189 * configure.ac (cygwin noconfigdirs): Remove libgcj.
190 * configure: Regenerate.
191
192 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
193
194 * configure.ac ($with_ppl): Default to no if not supplied.
195 ($with_cloog): Likewise.
196 configure: Regenerate.
197
198 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
199
200 PR bootstrap/39739
201 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
202 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
203
204 * configure, Makefile.in: Regenerate.
205
206 2009-04-14 Jakub Jelinek <jakub@redhat.com>
207
208 * configure.ac: Change copyright header to refer to version
209 3 of the GNU General Public License and to point readers at the
210 COPYING3 file and the FSF's license web page.
211 * Makefile.def: Likewise.
212 * Makefile.tpl: Likewise.
213 * Makefile.in: Regenerate.
214
215 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
216
217 * configure.ac: Restore match for darwin9 or later. Use double
218 brackets since regeneration eats one pair.
219 * configure: Regenerate.
220
bf110216
CF
2212009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
222
223 * MAINTAINERS: Perform some obvious fixups.
224
2262bbf4
BE
2252009-08-17 Ben Elliston <bje@au.ibm.com>
226
227 * config.sub, config.guess: Update from upstream sources.
228
25a07265
NC
2292009-08-06 Michael Eager <eager@eagercon.com>
230
231 * configure.ac: Add Microblaze target.
232 * configure: Regenerate.
233
85bd1942
TG
2342009-07-02 Tristan Gingold <gingold@adacore.com>
235
236 * configure.ac: Do not exclude gas for i386-*-darwin.
237 Add a case for x86_64-*-darwin.
238 * configure: Regenerate.
239
f9806fa5
DE
2402009-06-26 Doug Evans <dje@sebabeach.org>
241
242 * Makefile.def (host_modules): Add cgen.
243 * Makefile.in: Regenerate.
244 * configure.ac (host_tools): Add cgen.
245 * configure: Regenerate.
246
6bfb4e30
JJ
2472009-06-17 Michael Eager <eager@eagercon.com>
248
249 * COPYING.LIBGLOSS: Add Xilinx license.
250
8bcf2718
NC
2512009-06-15 Ryan Mansfield <rmansfield@qnx.com>
252
253 * configure.ac: Define is_elf for QNX Neutrino targets.
254 * configure: Regenerate.
255
04ec0acb
RW
2562009-06-03 Jerome Guitton <guitton@adacore.com>
257 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
258
259 * Makefile.tpl (all): Avoid a trailing backslash.
260 * Makefile.in: Regenerate.
261
7ee5dbeb
BE
2622009-06-03 Ben Elliston <bje@au.ibm.com>
263
264 * config.sub, config.guess: Update from upstream sources.
265
fda13ee8
AO
2662009-06-02 Alexandre Oliva <aoliva@redhat.com>
267
268 * Makefile.tpl ([+compare-target+]): Compare all stage
269 directories, rather than just gcc.
270 * Makefile.in: Rebuilt.
271
4a657b0d
DK
2722009-05-28 Doug Kwan <dougkwan@google.com>
273
274 * configure.ac: Support gold for target arm*-*-*.
275 * configure: Regenerate.
276
07fc31c9
AO
2772009-05-27 Alexandre Oliva <aoliva@redhat.com>
278
279 * Makefile.tpl (all): Avoid harmless warning in make all when
280 gcc-bootstrap is enabled but stage_last does not exist.
281 * Makefile.in: Rebuilt.
282
8a7a39ab
TG
2832009-05-25 Tristan Gingold <gingold@adacore.com>
284
285 * setup.com: Complete the file with configuration and build.
286
b5233201
AO
2872009-05-18 Alexandre Oliva <aoliva@redhat.com>
288
289 PR other/40159
290 * Makefile.tpl (all): Don't assume gcc-bootstrap and
291 gcc-no-bootstrap are mutually exclusive.
292 * Makefile.in: Rebuilt.
293
7b6175f9
AO
2942009-05-18 Alexandre Oliva <aoliva@redhat.com>
295
296 PR other/40159
297 * Makefile.tpl (all): Don't end with unconditional success.
298 * Makefile.in: Rebuilt.
299
1b05fbbd
AO
3002009-05-12 Alexandre Oliva <aoliva@redhat.com>
301
302 PR target/37137
303 * Makefile.def (flags_to_pass): Remove redundant and incomplete
304 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
305 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
306 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
307 stage_configureflags, stage_cflags and stage_libcflags into
308 explicit Makefile macros.
309 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
310 GFORTRAN.
311 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
312 CC. Set CC_FOR_BUILD from CC.
313 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
314 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
315 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
316 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
317 and GFORTRAN.
318 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
319 (_LIBCFLAGS): Renamed to _TFLAGS.
320 (do-compare-debug, do-compare3-debug): Drop.
321 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
322 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
323 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
324 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
325 (XGCC_FLAGS_FOR_TARGET): New.
326 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
327 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
328 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
329 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
330 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
331 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
332 TFLAGS.
333 (BUILD_CONFIG): Include if requested.
334 (all): Set TFLAGS on bootstrap.
335 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
336 (all-stageid-prefixmodule): Likewise.
337 (do-clean, distclean-stageid): Set TFLAGS.
338 (restrap): Fix whitespace.
339 * Makefile.in: Rebuilt.
340
dc17c78c
EB
3412009-04-25 Eric Botcazou <ebotcazou@adacore.com>
342
343 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
344 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
345 * Makefile.in: Regenerate.
346
14324cd7
EZ
3472009-04-24 Eli Zaretskii <eliz@gnu.org>
348
349 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
350 consistency with config.sub. (Update from upstream sources.)
351
f8d5f06c
JM
3522009-04-21 Joseph Myers <joseph@codesourcery.com>
353
354 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
355
0000e2bf
BE
3562009-04-17 Ben Elliston <bje@au.ibm.com>
357
358 * config.sub, config.guess: Update from upstream sources.
359
20135e4c
NC
3602009-04-15 Anthony Green <green@moxielogic.com>
361
34adf976 362 * configure.ac: Add moxie support.
20135e4c
NC
363 * configure: Rebuilt.
364
ef699244
L
3652009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
366
367 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
368 * configure: Regenerate.
369
10ad8ef3
L
3702009-04-09 H.J. Lu <hongjiu.lu@intel.com>
371
372 PR gas/10039
373 * configure.ac: Require texinfo 4.7.
374 * configure: Regenerated.
375
c50523ce
L
3762009-04-09 Steve Ellcey <sje@cup.hp.com>
377
378 * Makefil.def (languages): New entries.
379 * Makefile.tpl (check-gcc-*): New generic target.
380 * Makefile.in: Regenerate.
381
47afba5f
EZ
3822009-03-27 Eli Zaretskii <eliz@gnu.org>
383
384 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
385 Windows builds of Sed.
386
dc448a7b
TT
3872009-03-18 Tom Tromey <tromey@redhat.com>
388
389 * configure: Rebuild.
390 * configure.ac (host_libs): Add libiconv.
391 * Makefile.in: Rebuild.
392 * Makefile.def (host_modules): Add libiconv.
393 (configure-gdb, all-gdb): Depend on libiconv.
394
24741ab2
JB
3952009-03-16 Tristan Gingold <gingold@adacore.com>
396
397 * configure.ac: Treat gdb as supported on x86_64-darwin.
398 * configure: Regenerate.
399
29383458
JM
4002009-03-16 Joseph Myers <joseph@codesourcery.com>
401
402 Merge from GCC:
403
404 2009-03-16 Joseph Myers <joseph@codesourcery.com>
405
406 * configure.ac (--with-host-libstdcxx): New option.
407 * configure: Regenerate.
408
409 2009-01-29 Robert Millan <rmh@aybabtu.com>
410
411 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
412 * configure: Regenerate.
413
414 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
415
416 PR tree-optimization/38515
417 * configure.ac (cloog-polylib): Removed.
418 (with_ppl, with_cloog): Test for "no".
419 * configure: Regenerated.
420
58e24671
RW
4212009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
422
423 Backport from git Libtool:
424
425 2009-01-19 Robert Millan <rmh@aybabtu.com>
426 Support GNU/kOpenSolaris.
427 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
428 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
429 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
430 GNU/kOpenSolaris.
431
314b2e66
AS
4322009-02-05 Andreas Schwab <schwab@suse.de>
433
434 * Makefile.tpl (stage_last): Define $r and $s before using
435 $(RECURSE_FLAGS_TO_PASS).
436 * Makefile.in: Regenerate
437
8b700390
JJ
4382009-01-21 Jeff Johnston <jjohnstn@redhat.com>
439
440 * COPYING.NEWLIB: Add ARM license.
441
66775d67
AM
4422009-01-16 Alan Modra <amodra@bigpond.net.au>
443
444 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 445 (all-opcodes): Depend on all-libiberty.
66775d67
AM
446 * Makefile.in: Regenerate.
447
19e99079
NC
4482009-01-15 Douglas B Rupp <rupp@gnat.com>
449
450 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
451 * configure: Regenerate.
452
22e8c8e0
RW
4532008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
454
455 Backport link test fix from upstream Libtool:
456
457 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
458 Add cache variables to tests that require the linker to work.
459 For shlibpath_overrides_runpath, this also changes the semantics
460 to let the result from the C compiler take precedence.
461 compiler take precedence.
462
7d6d7764
BE
4632008-12-02 Ben Elliston <bje@au.ibm.com>
464
465 * config.sub, config.guess: Update from upstream sources.
466
ea8af06e
JJ
4672008-12-17 Jeff Johnston <jjohnstn@redhat.com>
468
469 * COPYING.NEWLIB: Updated.
470 * COPYING.LIBGLOSS: Ditto.
471
af0771d3
PB
4722008-12-16 Paolo Bonzini <bonzini@gnu.org>
473
474 Sync with GCC:
475
476 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
477
478 * configure.ac (ppllibs): Add by default the lib flags.
479 * configure: Regenerate.
480
481 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
482
314b2e66
AS
483 * configure.ac: Add double brackets on darwin[912].
484 * configure: Regenerate.
af0771d3
PB
485
486 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
487
314b2e66
AS
488 * configure.ac: Expand to darwin10 and later.
489 * configure: Regenerate.
af0771d3 490
f7c83eac
AS
4912008-12-02 Andreas Schwab <schwab@suse.de>
492
493 * Makefile.def: configure-target-boehm-gc depends on
494 all-target-libstdc++-v3.
495 * Makefile.in: Regenerate.
496
bc67ad83
BE
4972008-12-02 Ben Elliston <bje@au.ibm.com>
498
499 * config.sub, config.guess: Update from upstream sources.
500
e28c595f
JM
5012008-11-27 Joseph Myers <joseph@codesourcery.com>
502
503 Merge from GCC:
504
505 2007-12-02 Matthias Klose <doko@ubuntu.com>
506
507 * config-ml.in: Remove 64bit configure tests.
508
509 2008-05-14 Rafael Espindola <espindola@google.com>
510
511 * config-ml.in: don't handle --enable-shared and --enable-static.
512
513 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
514 Tobias Grosser <grosser@fim.uni-passau.de>
515 Jan Sjodin <jan.sjodin@amd.com>
516 Harsha Jagasia <harsha.jagasia@amd.com>
517 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
518 Konrad Trifunovic <konrad.trifunovic@inria.fr>
519 Adrien Eliche <aeliche@isty.uvsq.fr>
520
521 Merge from graphite branch.
522 * configure: Regenerate.
523 * Makefile.in: Regenerate.
524 * configure.ac (host_libs): Add ppl and cloog.
525 Add checks for PPL and CLooG.
526 * Makefile.def (ppl, cloog): Added modules and dependences.
527 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
528 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
529
530 2008-09-03 Richard Guenther <rguenther@suse.de>
531
532 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
533 cloog test.
534 * configure: Re-generate.
535
536 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
537
538 * configure.ac (--with-cloog-polylib): New.
539 (--disable-cloog-version-check): New.
540 (--disable-ppl-version-check): New.
541 * configure: Re-generate.
542
543 2008-09-05 Richard Guenther <rguenther@suse.de>
544
545 * configure.ac: Initialize clooglibs to -lcloog.
546 * configure: Re-generate.
547
548 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
549
550 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
551 recommended version to 2.3.2.
552
553 * configure: Regenerate.
554
555 2008-10-31 Ben Elliston <bje@au.ibm.com>
556
557 * configure.ac (spu-*-*): Remove special case.
558 * configure: Regenerate.
559
560 Complete comment text from GCC version of:
561
562 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
563
564 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
565 (GCC_SHLIB_SUBDIR): New.
566 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
567 * configure: Regenerate.
568 * Makefile.in: Regenerate.
569
652dec25
TG
5702008-11-27 Tristan Gingold <gingold@adacore.com>
571
572 * configure.ac: Build gdb for i?86-*-darwin*
573 * configure: Regenerated.
574
7582fb4a
DJ
5752008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
576
577 PR bootstrap/38014
578 PR bootstrap/37923
579
580 Revert:
581
582 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
583
584 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
585 * Makefile.in: Regenerated.
586
587 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
588
589 PR gdb/921
590 PR gdb/1646
591 PR gdb/2175
592 PR gdb/2176
593
594 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
595 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
596 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
597 (HOST_EXPORTS): Pass CPPFLAGS.
598 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
599 (LDFLAGS_FOR_TARGET): Initialize from configure script.
600 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
601 * Makefile.in, configure: Regenerated.
602 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
603 and CPPFLAGS_FOR_BUILD.
604
faee1be2
UW
6052008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
606
607 * configure.ac [spu-*-*]: Do not set skipdirs.
608 * configure: Re-generate.
609
b7c2dce4
DJ
6102008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
611
612 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
613 * Makefile.in: Regenerated.
614
bb52de30
DJ
6152008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
616
617 PR gdb/921
618 PR gdb/1646
619 PR gdb/2175
620 PR gdb/2176
621
622 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
623 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
624 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
625 (HOST_EXPORTS): Pass CPPFLAGS.
626 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
627 (LDFLAGS_FOR_TARGET): Initialize from configure script.
628 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
629 * Makefile.in, configure: Regenerated.
630 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
631 and CPPFLAGS_FOR_BUILD.
632
b25062ae
SE
6332008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
634
635 * libtool.m4: Update to libtool 2.2.6.
636 * lt~obsolete.m4: Update to libtool 2.2.6.
637 * ltmain.sh: Update to libtool 2.2.6.
638 * ltsugar.m4: Update to libtool 2.2.6.
639 * ltversion.m4: Update to libtool 2.2.6.
640 * ltoptions.m4: Update to libtool 2.2.6.
641 * ltgcc.m4: Update to match changes from libtool 2.2.6.
642
3bbd2f8f
AL
6432008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
644
645 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
646 (GCC_SHLIB_SUBDIR): New.
647 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
648 * configure: Regenerate.
649 * Makefile.in: Regenerate.
650
b29d32ce
TG
6512008-08-28 Tristan Gingold <gingold@adacore.com>
652
653 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
654 Enable bfd, binutils and opcodes.
655 * configure: Regenerate.
656
c325a203
DD
6572008-08-16 Nicolas Roche <roche@adacore.com>
658
659 * Makefile.tpl: Add BOOT_ADAFLAGS.
660 * Makefile.in: Regenerate.
661
e7c8859c
RS
6622008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
663
664 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
665 * configure: Regenerate.
666
da888c87
PB
6672008-07-30 Paolo Bonzini <bonzini@gnu.org>
668
669 Sync with gcc:
670 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
671
f7c83eac
AS
672 * configure.ac: Add makefile fragments for hpux.
673 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
674 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
675 * configure: Regenerate.
676 * Makefile.in: Regenerate.
da888c87
PB
677
678 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
679
f7c83eac
AS
680 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
681 * Makefile.in: Regenerate.
682 * configure: Regenerate.
da888c87 683
944982cf
ILT
6842008-06-18 Ian Lance Taylor <iant@google.com>
685
662c6704
ILT
686 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
687
944982cf
ILT
688 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
689
7a283e07
RW
6902008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
691
692 * configure: Regenerate.
693
5b553f7e
RW
6942008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
695
696 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
697 "$@" is still intact with both Autoconf 2.59 and 2.62.
698 * configure: Regenerate.
699
675492f0
RW
7002008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
701
702 * Makefile.tpl: Fix comment errors.
703 * Makefile.in: Regenerate.
704
b018a5d1
JB
7052008-06-13 Julian Brown <julian@codesourcery.com>
706
707 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
708 of libobjc for ARM EABI Linux.
709 * configure: Regenerate.
710
310213e8
DE
7112008-06-12 David S. Miller <davem@davemloft.net>
712 David Edelsohn <edelsohn@gnu.org>
713
714 * configure.ac: Add powerpc*-*-* to gold supported targets.
715 * configure: Regenerate.
716
6641ce42
JM
7172008-06-08 Joseph Myers <joseph@codesourcery.com>
718
719 PR tree-optimization/36218
720 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
721 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
722 (all prefix="build-"): Pass them to build-system sub-makes.
723 * Makefile.in: Regenerate.
724
03c2f9e6
DJ
7252008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
726
727 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
728 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
729 mkdep, and compile. Update comments.
730 (ETC_SUPPORT): Add ChangeLog and update comments.
731
4538db8b
ILT
7322008-05-11 Ian Lance Taylor <iant@google.com>
733
734 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
735
266df637
PB
7362008-04-18 Paolo Bonzini <bonzini@gnu.org>
737
738 Sync with gcc:
739 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
740
741 PR bootstrap/35457
742 * configure.ac: Include override.m4.
743 * configure: Regenerate.
744
745 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
746
f7c83eac
AS
747 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
748 * Makefile.in: Regenerate.
266df637
PB
749
750 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
751
f7c83eac
AS
752 * configure.ac: Do not build libssp for the AVR.
753 * configure: Regenerate.
266df637 754
a86a761e
NC
7552008-04-18 Nick Clifton <nickc@redhat.com>
756
757 * MAINTAINERS: Replace reference to configure.in with reference to
758 configure.ac.
759
52310858
NC
7602008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
761
f7c83eac 762 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 763 as nonconfigurable directories list.
f7c83eac 764 * configure: Regenerate.
52310858 765
f5314dd5
DM
7662008-04-14 David S. Miller <davem@davemloft.net>
767
768 * configure.ac: Add sparc*-*-* to gold supported targets.
769 * configure: Regenerate.
770
e2208220
BE
7712008-04-14 Ben Elliston <bje@au.ibm.com>
772
773 * config.sub, config.guess: Update from upstream sources.
774
0bb6ea20
HPN
7752008-04-12 Hans-Peter Nilsson <hp@axis.com>
776
777 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
778 * Makefile.in: Regenerate.
779
e5164e97
ILT
7802008-04-07 Ian Lance Taylor <iant@google.com>
781
782 * Makefile.def: check-gold depends upon all-binutils.
783 * Makefile.in: Regenerate.
784
e33b51a6
NC
7852008-04-04 Nick Clifton <nickc@redhat.com>
786
787 PR binutils/4334
788 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
789 builds.
790 * configure: Regenerate.
791
fc5df3ab
NC
7922008-04-04 NightStrike <NightStrike@gmail.com>
793
794 PR other/35151
f7c83eac
AS
795 * configure.ac: Combine rules for mingw32 and mingw64.
796 * configure: Regenerate.
fc5df3ab 797
c779bab8
PB
7982008-03-27 Paolo Bonzini <bonzini@gnu.org>
799
800 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
801 * Makefile.in: Regenerate.
802
93f9b408
ILT
8032008-03-20 Ian Lance Taylor <iant@google.com>
804
805 * configure.ac: Add support for --enable-gold.
806 * Makefile.def: Add gold as a directory like ld.
807 * configure, Makefile.in: Regenerate.
808
5746fb46
AK
8092008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
810
811 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
812 (s390_cond_extensions): Reduced extensions to the compare related.
813 (main): z10 cpu type option added.
814 (expandConditionalJump): Renamed to ...
815 (insertExpandedMnemonic): ... this.
816
817 * opcodes/s390-opc.c: Re-group the operand format makros.
818 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
819 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
820 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
821 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
822 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
823 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
824 INSTR_SIL_RDU): New instruction formats added.
825 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
826 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
827 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
828 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
829 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
830 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
831 masks added.
832 (s390_opformats): New formats added "ris", "rrs", "sil".
833 * opcodes/s390-opc.txt: Add the conditional jumps with the
834 extensions removed from automatic expansion in s390-mkopc.c manually.
835 (asi - trtre): Add new System z10 EC instructions.
836 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
837
58c85be7
RW
8382008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
839
840 * configure.ac: m4_include config/proginstall.m4.
841 * configure: Regenerate.
842
78124051
RW
8432008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
844
845 Backport from upstream Libtool:
f7c83eac 846
78124051 847 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 848
78124051
RW
849 Deal with Autoconf 2.62's semantic change in m4_append.
850 * ltsugar.m4 (lt_append): Replace broken versions of
851 m4_append.
852 (lt_if_append_uniq): Don't require separator to be overquoted,
853 and avoid broken m4_append.
854 (lt_dict_add): Fix typo.
855 * libtool.m4 (_LT_DECL): Don't overquote separator.
856
018f1bea
DE
8572008-03-13 David Edelsohn <edelsohn@gnu.org>
858
859 * config.rpath: Add AIX 6 support.
860
5c5f596d
PB
8612008-03-13 Paolo Bonzini <bonzini@gnu.org>
862
863 * Makefile.def (stageprofile). Remove -fprofile-generate
864 from stage_libcflags.
865 * Makefile.in: Regenerate.
866
a1f93a5e
BE
8672008-03-13 Ben Elliston <bje@au.ibm.com>
868
869 * config.sub, config.guess: Update from upstream sources.
870
98c3d905
AK
8712008-03-06 Florian Krohm <fkrohm@us.ibm.com>
872
873 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
874 * s390-opc.txt (cmpsc): Duplicate entry removed.
875 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
876 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
877 fier, cu42, cu41): Fix operand format.
878
7f6ef0c0
PB
8792008-02-20 Paolo Bonzini <bonzini@gnu.org>
880
f7c83eac
AS
881 PR bootstrap/32009
882 PR bootstrap/32161
883
884 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
885 * configure: Regenerate.
886
887 * Makefile.def: Define stage_libcflags for all bootstrap stages.
888 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
889 STAGE4_LIBCFLAGS): New.
890 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
891 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
892 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
893 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
894 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
895 for target modules. Don't export LIBCFLAGS.
896 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
897 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
898 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
899 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
900 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
901 * Makefile.in: Regenerate.
7f6ef0c0 902
eaf19029
PB
9032008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
904
905 PR libgcj/33085
906 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
907 Do not use -DDLL_EXPORT. Backport from upstream.
908
680c43e9
NC
9092008-02-14 Nick Clifton <nickc@redhat.com>
910
911 Import this patch from gcc:
912 2008-01-24 David Edelsohn <edelsohn@gnu.org>
913
914 * libtool.m4: Backport AIX 6 support from ToT Libtool.
915
c72b1d96
HPN
9162008-02-02 Hans-Peter Nilsson <hp@axis.com>
917
918 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
919 * configure: Regenerate.
920
8b66833e
BW
9212008-01-31 Marc Gauthier <marc@tensilica.com>
922
923 * configure.ac (xtensa*-*-*): Recognize processor variants.
924 * configure: Regenerate.
925
9cc8ae67
PB
9262008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
927
f7c83eac
AS
928 PR bootstrap/34922
929 * configure.ac (PARSE_ARGS): Push suitable setting of
930 ac_subdirs_all, for `./configure --help=recursive'.
931 Handle `+' in generic toplevel directory disabling.
932 * configure: Regenerate.
9cc8ae67 933
19090595
BE
9342008-01-23 Ben Elliston <bje@au.ibm.com>
935
936 * config.sub, config.guess: Update from upstream sources.
937
9f1e7fd3
BE
9382008-01-08 Ben Elliston <bje@au.ibm.com>
939
940 * config.sub, config.guess: Update from upstream sources.
941
2f959d61
JJ
9422007-12-19 Jeff Johnston <jjohnstn@redhat.com>
943
944 * COPYING.LIBGLOSS: Update default copyright.
945
aa054b85
JJ
9462007-12-19 Jeff Johnston <jjohnstn@redhat.com>
947
948 * COPYING.NEWLIB: Update default copyright.
949
57c53b2b
RS
9502007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
951
952 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
953 Change recommended MPFR from 2.2.1 > 2.3.0.
954 * configure: Regenerate.
955
fee14b60
RS
9562007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
957
958 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
959 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
960 * Makefile.in: Regenerate.
961
c9b68031
DD
9622007-12-10 Andreas Tobler <a.tobler@schweiz.org>
963
964 * configure.ac: Enable libjava for x86_64-*-darwin9.
965 * configure: Regenerate.
966
ad25e7d5
BE
9672007-12-05 Ben Elliston <bje@au.ibm.com>
968
969 * config.sub, config.guess: Update from upstream sources.
970
6ac84f65
PB
9712007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
972
f7c83eac
AS
973 * config-ml.in: Robustify against white space in absolute file
974 names.
6ac84f65 975
f7c83eac
AS
976 * config-ml.in (multi-clean): Substitute ${Makefile}.
977 Remove superfluous ${Makefile} in list.
6ac84f65 978
7b3200f9
DJ
9792007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
980
981 * Makefile.def (dependencies): Make configure-gdb depend on
982 all-intl.
983 * Makefile.in: Regenerated.
984
2c133ff9
JJ
9852007-10-15 Patrick Mansfield <patmans@us.ibm.com>
986
987 * Makefile.def: To avoid problems running with parallel makes,
988 build newlib before libgloss so that target specific header
989 files are availble.
990 * Makefile.in: Regenerate.
991
5074315a
DJ
9922007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
993
994 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
995 * Makefile.in: Regenerate.
996
f5bc1778
DJ
9972007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
998
999 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
1000 * libdecnumber: New directory, imported from GCC.
1001
c66487f8
NC
10022007-10-08 Mike Frysinger <vapier@gentoo.org>
1003
1004 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1005 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1006 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1007 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1008 * configure: Regenerate.
1009
b5714970
PB
10102007-10-01 Paolo Bonzini <bonzini@gnu.org>
1011
1012 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1013 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1014 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1015 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1016 * configure.ac: Default them to host tools for $host = $build.
1017 Subst them.
1018
1019 * configure: Regenerate.
1020 * Makefile.in: Regenerate.
1021
f3b1e08e
RS
10222007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1023
1024 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1025 * configure: Regenerate.
1026
cff87f51
DD
10272007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1028
1029 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1030 libstdc++.
1031 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1032 * configure: Regenerate.
1033 * Makefile.in: Regenerate.
f7c83eac 1034
625a61cd
AS
10352007-09-17 Andreas Schwab <schwab@suse.de>
1036
1037 * configure.ac: Raise minimum makeinfo version to 4.6.
1038 * configure: Regenerate.
1039
83a3a68b
AM
10402007-09-15 Alan Modra <amodra@bigpond.net.au>
1041
1042 * configure.ac: Correct makeinfo version check.
1043 * configure: Regenerate.
1044
5bd8be13
RS
10452007-09-14 Richard Sandiford <richard@codesourcery.com>
1046
1047 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1048 to $skipdirs and only disable gprof for newlib. Use the normal
1049 mips*-elf* handling in other respects.
1050 * configure: Regnerate.
1051
5566c1fa
DD
10522007-09-12 David Daney <ddaney@avtrex.com>
1053
1054 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1055 enabling libgcj.
1056 * configure: Regenerate.
1057
10582007-09-12 Richard Guenther <rguenther@suse.de>
1059
1060 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1061 nor --disable-checking is provided also turn on yes and types
1062 checking for stage1.
1063 * configure: Re-generate.
1064
a18e2996 10652007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
1066
1067 PR target/33281
1068 * configure.ac: Use config/mh-mingw on mingw.
1069 * configure: Regenerate.
84e7906e 1070
691bb5a1
DD
10712007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1072
1073 PR other/32154
1074 * configure.ac: For libgloss targets, point the linker to the linker
1075 script, startup code and simulator library.
1076 * configure: Regenerate.
1077
6d18b86b
AH
10782007-09-09 Andrew Haley <aph@redhat.com>
1079
1080 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 1081 target-libjava.
6d18b86b 1082
f00a3165 10832007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 1084
f00a3165 1085 * config.sub, config.guess: Update from upstream sources.
971aaaa5 1086
2abc4e65
BE
10872007-08-21 Richard Guenther <rguenther@suse.de>
1088
1089 * configure.ac: Add types checking to stage1 checking flags.
1090 * configure: Regenerate.
1091
8a6ee3ab 10922007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 1093 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
1094
1095 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1096 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1097 * Makefile.in: Regenerate.
1098 * configure.ac (--with-debug-prefix-map): New.
1099 * configure: Regenerate.
1100
429acdec
RS
11012007-08-17 Richard Sandiford <richard@codesourcery.com>
1102 Nigel Stephens <nigel@mips.com>
1103
429acdec
RS
1104 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1105 as target_makefile_frag.
1106 * configure: Regenerate.
1107
8520c408
AO
11082007-08-16 Alexandre Oliva <aoliva@redhat.com>
1109
1110 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1111 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1112 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1113 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1114 (do-compare, do-compare3, do-compare-debug): New.
1115 ([+compare-target+]): Use them.
1116
11172007-08-16 Alexandre Oliva <aoliva@redhat.com>
1118
1119 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1120 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1121 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1122 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1123 (do-compare, do-compare3, do-compare-debug): New.
1124 ([+compare-target+]): Use them.
1125
2444379b
BE
11262007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1127 Ben Elliston <bje@au.ibm.com>
1128
1129 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1130 --silent if $silent.
1131 * configure: Regenerate.
1132
d6f99447
DJ
11332007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
1134
1135 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
1136
bd0aa315
NC
11372007-07-17 Nick Clifton <nickc@redhat.com>
1138
1139 * COPYING3: New file. Contains version 3 of the GNU General
1140 Public License.
1141 * COPYING3.LIB: New file. Contains version 3 of the GNU
1142 Lesser General Public License.
1143
0ebe98fb
BS
11442007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
1145
1146 * configure.ac: Fix my previous change to really match GCC.
1147 * configure: Regenerate.
1148
521ec477
DD
11492007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1150
1151 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1152 * configure: Regenerate.
1153
11542007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1155
1156 * configure.ac: Add some missing m4 quotation.
1157 * configure: Regenerate.
1158
0c24b341
NC
11592007-07-09 Kai Tietz <kai.tietz@onevision.com>
1160
f7c83eac
AS
1161 * Makefile.def: Add windmc tool to build.
1162 * Makefile.tpl: Likewise.
1163 * configure.ac: Likewise.
1164 * Makefile.in: Regenerate.
1165 * configure: Regenerate.
0c24b341 1166
a09314d0
L
11672007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1168
1169 * lt~obsolete.m4: New. Import from 20070318 libtool.
1170
7c3e1d12
BS
11712007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
1172
1173 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1174 uclinux and linux-uclibc targets.
1175 * configure: Regenerate.
1176
a5b3b4dd
DD
11772007-06-28 DJ Delorie <dj@redhat.com>
1178
1179 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1180 not building newlib.
1181 * configure: Regenerated.
f7c83eac 1182
184d813c
DJ
11832007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
1184
1185 * src-release (DEVO_SUPPORT): Correct typos.
1186
31d99776
DJ
11872007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1188
1189 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1190 * Makefile.in: Regenerated.
1191
e00a73e3
PB
11922007-06-14 Paolo Bonzini <bonzini@gnu.org>
1193
f7c83eac
AS
1194 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1195 (distclean-stage[+id+]): Possibly delete stage_last.
1196 * Makefile.in: Regenerate.
e00a73e3 1197
98a1bbc5
BE
11982007-06-07 Ben Elliston <bje@au.ibm.com>
1199
1200 * config.sub, config.guess: Update from upstream sources.
1201
973601e1
BE
12022007-06-07 Ben Elliston <bje@au.ibm.com>
1203
1204 * Makefile.tpl: Fix spelling error.
1205 * Makefile.in: Regenerate.
1206
2038f525
PB
12072007-06-04 Paolo Bonzini <bonzini@gnu.org>
1208
1209 Sync with gcc:
1210 2007-05-30 Jakub Jelinek <jakub@redhat.com>
1211
f7c83eac
AS
1212 PR bootstrap/29382
1213 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1214 * configure: Rebuilt.
2038f525 1215
f7c5c4b5
PB
12162007-06-01 Steve Ellcey <sje@cup.hp.com>
1217
12a64d4f
L
1218 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1219 lt_cv_sys_max_cmd_len.
f7c5c4b5 1220
7ad9660b
PB
12212007-05-31 Paolo Bonzini <bonzini@gnu.org>
1222
1223 * ltgcc.m4: Update from GCC.
1224
0e7ef45c
EC
12252007-05-25 Andreas Tobler <a.tobler@schweiz.org>
1226
12a64d4f 1227 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 1228
37ad9514
SE
12292007-05-24 Steve Ellcey <sje@cup.hp.com>
1230
1231 * ltmain.sh: Update from GCC.
1232 * libtool.m4: Update from GCC.
1233 * ltsugar.m4: New. Update from GCC.
1234 * ltversion.m4: New. Update from GCC.
1235 * ltoptions.m4: New. Update from GCC.
1236 * ltconfig: Remove.
1237 * ltcf-c.sh: Remove.
1238 * ltcf-cxx.sh: Remove.
1239 * ltcf-gcj.sh: Remove.
1240 * src-release: Update with new libtool file list.
1241
8ee82aff
PB
12422007-05-16 Paolo Bonzini <bonzini@gnu.org>
1243
1244 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1245 stage_cflags.
1246 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1247 Remove CFLAGS/LIBCFLAGS.
1248 (configure-stage[+id+]-[+prefix+][+module+],
1249 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1250 * Makefile.in: Regenerate.
1251
149cb58d
SE
12522007-04-14 Steve Ellcey <sje@cup.hp.com>
1253
1254 * config-ml.in: Update from GCC.
1255
91506736
DJ
12562007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
1257
1258 * src-release (do-proto-toplev): Process the support directories before
1259 the tool directory.
1260
ffa8bd48
RS
12612007-03-21 Richard Sandiford <richard@codesourcery.com>
1262
1263 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1264 of glob. Quote arguments with single quotes too.
1265 * configure: Regenerate.
1266
a4fd3374
DD
12672007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1268
1269 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1270 * Makefile.in: Regenerate
1271
b8025f34
AS
12722007-03-07 Andreas Schwab <schwab@suse.de>
1273
1274 * configure: Regenerate.
1275
a3ca38d2
DD
12762007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1277
1278 * configure.ac: Add "--with-pdfdir" configure option,
1279 which defines pdfdir variable.
1280 * Makefile.def (target=fixincludes): Add install-pdf to
1281 missing targets.
1282 (recursive_targets): Add install-pdf target.
1283 (flags_to_pass): Add pdfdir.
1284 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1285 target.
1286 * configure: Regenerate
1287 * Makefile.in: Regenerate
1288
12892007-02-28 Eric Christopher <echristo@apple.com>
1290
1291 Revert:
1292 2006-12-07 Mike Stump <mrs@apple.com>
1293
1294 * Makefile.def (dependencies): Add dependency for
1295 install-target-libssp and install-target-libgomp on
1296 install-gcc.
1297 * Makefile.in: Regenerate.
1298
12992007-02-27 Matt Kraai <kraai@ftbfs.org>
1300
1301 * configure: Regenerate.
1302 * configure.ac: Move statements after variable declarations.
1303
a4708fba
JM
13042007-02-19 Joseph Myers <joseph@codesourcery.com>
1305
1306 * configure.ac: Adjust for loop syntax.
1307 * configure: Regenerate.
1308
9a819804
AO
13092007-02-18 Alexandre Oliva <aoliva@redhat.com>
1310
1311 * configure: Rebuilt.
1312
81ec575a
AO
13132007-02-18 Alexandre Oliva <aoliva@redhat.com>
1314
1315 * configure.ac: Drop multiple occurrences of --enable-languages,
1316 and fix its quoting.
1317 * configure: Rebuilt.
1318
92f01d61 13192007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
1320 Nathan Sidwell <nathan@codesourcery.com>
1321 Vladimir Prus <vladimir@codesourcery.com
1322 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
1323
1324 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1325 * configure: Regenerate.
1326
b1299c4e
DJ
13272007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1328
1329 * configure.ac (target_libraries): Move libgcc before libiberty.
1330 * configure: Regenerated.
1331
18f6b6ee
PB
13322007-02-13 Paolo Bonzini <bonzini@gnu.org>
1333
1334 * configure: Regenerate again?
1335
9c4e9f27
PB
13362007-02-13 Paolo Bonzini <bonzini@gnu.org>
1337
1338 * configure: Reapply PR30748 fix which was lost in the previous commit.
1339
24ff9987
DJ
13402007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1341 Paolo Bonzini <bonzini@gnu.org>
1342
1343 PR bootstrap/30753
1344 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
1345 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
1346 * configure: Regenerated.
1347
7df2cd5d
PB
13482007-02-10 Paolo Bonzini <bonzini@gnu.org>
1349
1350 * configure: Regenerate.
1351
b0aaa663
DJ
13522007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1353
1354 PR bootstrap/30748
1355 * configure.ac: Correct syntax for Solaris ksh.
1356 * configure: Regenerated.
1357
a0323144
PB
13582007-02-09 Paolo Bonzini <bonzini@gnu.org>
1359
1360 * Makefile.def: Sync with GCC.
1361 * Makefile.tpl: Sync with GCC.
1362 * Makefile.in: Regenerate.
1363 * configure: Regenerate.
1364
c6b750e1
DJ
13652007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1366
1367 * Makefile.tpl (build_alias, host_alias, target_alias): Use
1368 noncanonical equivalents.
1369 * configure.in: Rename to...
1370 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
1371 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
1372 target_noncanonical. Use them. Rewrite removal of configure
1373 arguments for autoconf 2.59. Discard variable settings. Force
1374 program_transform_name for native tools.
1375
1376 * Makefile.in: Regenerated.
1377 * configure: Regenerated with autoconf 2.59.
1378
1379 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
1380
f3cd89f4
JJ
13812007-02-08 Jeff Johnston <jjohnstn@redhat.com>
1382
1383 * COPYING.LIBGLOSS: Reformat default Red Hat
1384 license to fit within 80 columns.
1385 * COPYING.NEWLIB: Ditto.
1386
4e206d7e
DB
13872007-02-05 Dave Brolley <brolley@redhat.com>
1388
1389 * Contribute the following changes:
1390 2006-11-28 DJ Delorie <dj@redhat.com>
1391
1392 * configure.in: Fix typo for mep's target_makefile_frag.
1393 * configure: Regenerated.
1394
1395 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
1396
1397 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
1398 * configure: Regenerate.
1399
1400 2001-09-19 DJ Delorie <dj@redhat.com>
1401
1402 * configure.in (target_makefile_frag): use mt-mep
1403
1404 2001-06-12 Don Howard <dhoward@redhat.com>
1405
1406 * configure.in: Remove gdb from MeP skip list.
1407
1408 2001-04-05 DJ Delorie <dj@redhat.com>
1409
1410 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
1411
1412 2001-03-20 Ben Elliston <bje@redhat.com>
1413
1414 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
1415
1416 2001-03-19 Ben Elliston <bje@redhat.com>
1417
1418 * config.sub (mep, mep-*): Add.
1419
b2edfdd2
AS
14202007-01-31 Andreas Schwab <schwab@suse.de>
1421
1422 * Makefile.tpl (LDFLAGS): Substitute it.
1423 * Makefile.in: Regenerate.
1424
ceb92e78
PB
14252007-01-11 Paolo Bonzini <bonzini@gnu.org>
1426
1427 * configure.in: Change == to = in test command.
f7c83eac 1428 * configure: Regenerate.
ceb92e78 1429
4b900473 14302007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
1431 Nick Clifton <nickc@redhat.com>
1432 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
1433
1434 * configure.in (build_configargs, host_configargs, target_configargs):
1435 Remove build/host/target parameters.
1436 (host_libs): Add gmp and mpfr.
1437 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1438 * Makefile.def (gmp, mpfr): New.
1439 (gcc): Remove target.
1440 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1441 target_os, target_vendor): New.
1442 (configure): Add host_alias/target_alias arguments. Adjust invocations.
1443 * configure: Regenerate.
1444 * Makefile.in: Regenerate.
4b900473
PB
1445
14462007-01-11 Matt Fago <fago@earthlink.net>
1447
1448 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 1449 to improve robustness of configure tests.
4b900473
PB
1450 * configure: Regenerate.
1451
80f6dcbc
NC
14522007-01-08 Kai Tietz <kai.tietz@onevision.com>
1453
1454 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 1455 * configure: Regenerate.
80f6dcbc 1456
f86e35b8
NC
14572007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
1458
1459 * Makefile.tpl (all-target): Correct @if conditional for target
1460 modules.
1461 * configure.in: Omit libiberty if building only target libgcc.
1462 * configure, Makefile.in: Regenerated.
1463
79fcd0ec
PB
14642007-01-04 Paolo Bonzini <bonzini@gnu.org>
1465
1466 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1467 * configure: Regenerate.
1468
6aa8ef82
DJ
14692007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1470
1471 * Makefile.def (target_modules): Add libgcc.
1472 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
1473 * Makefile.tpl (clean-target-libgcc): Delete.
1474 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1475 on gcc even for bootstrapped modules. Rewrite handling of
1476 lang_env_dependencies to loop over target_modules.
1477 * configure.in (target_libraries): Add target-libgcc.
1478 * Makefile.in, configure: Regenerated.
1479
9b134994
PB
14802006-12-29 Paolo Bonzini <bonzini@gnu.org>
1481
1482 Sync with gcc:
1483 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1484
f7c83eac
AS
1485 * configure.in: Reorganize recognition of languages. Add
1486 --enable-stage1-languages. Show supported languages for the chosen
1487 target rather than all recognized languages.
1488 * configure: Regenerate.
9b134994
PB
1489
1490 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1491
f7c83eac
AS
1492 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1493 * Makefile.in: Regenerate.
9b134994
PB
1494
1495 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1496
f7c83eac
AS
1497 * configure.in: Warn that MPFR 2.2.0 is buggy.
1498 * configure: Regenerate.
9b134994 1499
8cf39b1b
ILT
15002006-12-27 Ian Lance Taylor <iant@google.com>
1501
1502 * configure.in: When removing Makefiles to force a reconfigure, also
1503 remove prev-DIR*/Makefile.
1504 * configure: Regenerate.
1505
ebff6cd5
KH
15062006-12-23 Kazu Hirata <kazu@codesourcery.com>
1507
1508 * config.bfd: Recognize fido.
1509
8a0d8a5c
PB
15102006-12-19 Paolo Bonzini <bonzini@gnu.org>
1511
1512 Sync with gcc:
1513
1514 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1515
1516 * configure.in: Remove "$build" case for powerpc-*-darwin* since
1517 it only affects bootstrap and could be tested on "$host" as well.
1518 * configure: Regenerate.
1519 * config/mh-ppc-darwin: Add to the stage1 cflags here.
1520
1521 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1522
1523 PR bootstrap/29544
1524 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1525 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1526 move here comment from Makefile.tpl.
1527 * Makefile.tpl: Move some definitions higher in the file.
1528 (STAGE1_CHECKING): New.
1529 * configure.in: Add --enable-stage1-checking.
1530 * configure: Regenerate.
1531 * Makefile.in: Regenerate.
1532
1533 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1534
1535 * configure.in: Update error message for missing GMP/MPFR.
1536
1537 * configure: Regenerate.
1538
1539 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1540
1541 * configure.in: Update MPFR version in error message.
1542
1543 * configure: Regenerate.
1544
1545 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1546
1547 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1548 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1549 --with-gmp-lib): New flags.
1550
1551 * configure: Regenerate.
1552
790c0838
AM
15532006-12-12 Andreas Tobler <a.tobler@schweiz.org>
1554
1555 PR bootstrap/30134
1556 * configure.in: Correct x86 darwin support for libjava to powerpc
1557 and i?86 only.
1558 * configure: Regenerate.
1559
77d7106f
AM
15602006-12-11 Alan Modra <amodra@bigpond.net.au>
1561
1562 * configure.in: Handle spu makefile frag.
77d7106f
AM
1563 * Makefile.tpl (MAINT): Define
1564 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1565 * configure: Regenerate.
1566 * Makefile.in: Regenerate.
1567
0cfa5389
BE
15682006-12-11 Ben Elliston <bje@au.ibm.com>
1569
1570 * config.sub, config.guess: Update from upstream sources.
1571
2839fe5d
BE
15722006-12-11 Ben Elliston <bje@au.ibm.com>
1573
1574 * configure.in: Sync with GCC (spu-*-*).
1575 * configure: Sync with GCC.
1576
b897f5d4
MS
15772006-12-07 Mike Stump <mrs@apple.com>
1578
1579 * Makefile.def (dependencies): Add dependency for
1580 install-target-libssp and install-target-libgomp on
1581 install-gcc.
1582 * Makefile.in: Regenerate.
1583
9daf3993
PB
15842006-11-16 Paolo Bonzini <bonzini@gnu.org>
1585
1586 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1587 (unstage): Test for stage_last presence.
1588
1589 PR bootstrap/29802
1590 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1591 * Makefile.in: Regenerate.
1592
9dbaa842
DD
15932006-11-14 DJ Delorie <dj@redhat.com>
1594
1595 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
1596 * Makefile.in: Sync with GCC.
1597 * configure.in: Sync with GCC (mpfr, gmp).
1598 * configure: Sync with GCC.
1599
b0cbce8d
JJ
16002006-11-08 Jie Zhang <jie.zhang@analog.com>
1601
1602 * configure.in: Remove target-libgloss from noconfigdirs for
1603 bfin-*-*.
1604 * configure: Regenerated.
1605
44330a94
JJ
16062006-10-27 Jeff Johnston <jjohnstn@redhat.com>
1607
1608 * COPYING.NEWLIB: Add spu license.
7de05dd5 1609 * COPYING.LIBGLOSS: Ditto.
44330a94 1610
56a8fe78
DD
16112006-10-17 Brooks Moses <bmoses@stanford.edu>
1612
1613 * Makefile.def: Added pdf target handling.
1614 * Makefile.tpl: Added pdf target handling.
1615 * Makefile.in: Regenerated.
1616
fbb00ad0
JJ
16172006-10-11 Jeff Johnston <jjohnstn@redhat.com>
1618
1619 * COPYING.NEWLIB: Updated.
1620 * COPYING.LIBGLOSS: Ditto.
1621
6b89cc21
DB
16222006-09-27 Dave Brolley <brolley@redhat.com>
1623
1624 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
1625 $s instead of $r.
1626 * configure: Regenerated.
1627
17bcf627
BE
16282006-09-26 Ben Elliston <bje@au.ibm.com>
1629
1630 * config.sub, config.guess: Update from upstream sources.
1631
f3529cf1
TS
16322006-09-20 Thiemo Seufer <ths@mips.com>
1633
1634 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1635 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1636 * configure: Regenerate.
1637
45055374
CV
16382006-08-30 Corinna Vinschen <corinna@vinschen.de>
1639
1640 * configure.in: Never build newlib for a Mingw host.
1641 Never build newlib as Mingw target library.
1642 Test the existence of winsup/cygwin for building a Cygwin newlib,
1643 rather than just winsup.
1644 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
1645 building a Mingw target.
1646 * configure: Regenerate.
1647
4be041b2 16482006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
1649 Nigel Stephens <nigel@mips.com>
1650 David Ung <davidu@mips.com>
4be041b2
TS
1651
1652 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
1653
1d89b610
PB
16542006-07-25 Paolo Bonzini <bonzini@gnu.org>
1655
1656 Sync from GCC:
1657 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1658
f7c83eac
AS
1659 PR bootstrap/18058
1660 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1661 if the bootstrap compiler is a GCC version that supports it.
1662 * configure: Regenerate.
1d89b610 1663
66a79c16
DJ
16642006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
1665
1666 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
1667 * configure: Regenerated.
1668
c1cb7e02
PB
16692006-07-18 Paolo Bonzini <bonzini@gnu.org>
1670
f7c83eac
AS
1671 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
1672 for stages after the first.
c1cb7e02 1673
7206a0ee
JJ
16742006-07-17 Jakub Jelinek <jakub@redhat.com>
1675
1676 * Makefile.def: Add dependencies for configure-opcodes
1677 on configure-intl and all-opcodes on all-intl.
1678 * Makefile.in: Regenerated.
1679
6816f995
AO
16802006-07-04 Peter O'Gorman <peter@pogma.com>
1681
1682 * ltconfig: chmod 644 before ranlib during install.
1683
3d3adb43
PB
16842006-07-03 Paolo Bonzini <bonzini@gnu.org>
1685
1f3f1bbf 1686 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
1687 * configure: Regenerate.
1688
64ce424c
PB
16892006-07-03 Paolo Bonzini <bonzini@gnu.org>
1690
1691 Sync from gcc:
1692
1693 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
1694
1695 PR other/27063
1696 * configure.in: Test subdir_requires and give an appropriate
1697 error message.
1698 * configure: Regenerate.
1699
1700 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1701
1702 PR target/27540
1703 * configure.in: Only enable libgomp on IRIX 6.
1704 * configure: Regenerate.
1705
d42c4017
DA
17062006-06-20 David Ayers <d.ayers@inode.at>
1707
1708 PR bootstrap/28072
1709 * configure.in: Add target-boehm-gc to noconfigdirs depending on
1710 whether target-libjava is being configured instead of whether the
1711 java front end is enabled.
1712 * configure: Regenerate.
0e7ef45c 1713
4962c51a
MS
17142006-06-15 Mark Shinwell <shinwell@codesourcery.com>
1715
1716 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
1717 to R_ARM_LDC_SB_G{0,1,2} respectively.
1718
caee866a
PB
17192006-06-15 Paolo Bonzini <bonzini@gnu.org>
1720
1721 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
1722 too.
1723 * Makefile.in: Regenerate.
1724
363ef840
DA
17252006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1726
1727 Sync from gcc:
1728
1729 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1730 * configure.in: Don't enable libgomp on hpux10.
1731 * configure: Rebuilt.
1732
54d1c879
DA
17332006-06-13 David Ayers <d.ayers@inode.at>
1734
1735 Sync from gcc:
1736
1737 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 1738
54d1c879
DA
1739 PR bootstrap/27963
1740 PR target/19970
0e7ef45c 1741 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
1742 ${libgcj} is specified.
1743 * configure: Regenerate.
0e7ef45c 1744
a4d8b690
JJ
17452006-06-08 Jeff Johnston <jjohnstn@redhat.com>
1746
1747 Sync from gcc:
1748
1749 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 1750 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
1751
1752 PR bootstrap/18033
1753 * config-ml.in: Eval option if surrounded by single quotes.
1754
4f0ef2d8
CD
17552006-06-07 Carlos O'Donell <carlos@codesourcery.com>
1756
1757 Sync from gcc:
0e7ef45c 1758
4f0ef2d8 1759 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 1760
4f0ef2d8
CD
1761 PR libobjc/13946
1762 * Makefile.def: Add dependencies for libobjc which boehm-gc.
1763 * Makefile.in: Regenerate.
1764 * configure.in: Add --enable-objc-gc at toplevel and have it
1765 enable boehm-gc for Objective-C.
1766 Remove target-boehm-gc from libgcj.
1767 Add target-boehm-gc to target_libraries.
1768 Add target-boehm-gc to noconfigdirs where ${libgcj}
1769 is specified.
1770 Assert that boehm-gc is supported when requested for Objective-C.
1771 Only build boehm-gc if needed either for Java or Objective-C.
1772 * configure: Regenerate.
1773
1774 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 1775
4f0ef2d8
CD
1776 PR 27674
1777 * Makefile.tpl (configure-[+prefix+][+module+],
1778 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
1779 Remove rule to unstage bootstrapped modules.
1780 (stage_current): New.
1781 * Makefile.in: Regenerate.
1782
1783 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1784 Andreas Tobler <a.tobler@schweiz.ch>
1785
1786 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
1787 * configure: Rebuilt.
1788
1789 Revert
1790 2006-01-31 Richard Guenther <rguenther@suse.de>
1791 Paolo Bonzini <bonzini@gnu.org>
1792
1793 * Makefile.def (target_modules): Add libgcc-math target module.
1794 * configure.in (target_libraries): Add libgcc-math target library.
1795 (--enable-libgcc-math): New configure switch.
1796 * Makefile.in: Re-generate.
1797 * configure: Re-generate.
1798
c17b816b
JJ
17992006-06-05 Jeff Johnston <jjohnstn@redhat.com>
1800
1801 * config-ml.in: Alter CCASFLAGS to include special
1802 multilib options the same as is done for CFLAGS.
1803
20e95c23
DJ
18042006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
1805
1806 * Makefile.def: Added dependencies from sim and gdb on intl, and
1807 added configure dependencies to everything with an all dependency
1808 on intl.
1809 * gettext.m4: Removed.
1810 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
1811 (GDB_SUPPORT_DIRS): Add intl.
1812 * Makefile.in: Regenerated.
1813
4bd8ad80
DJ
18142006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
1815
1816 * src-release (DEVO_SUPPORT): Add config.rpath.
1817
c380fdd8
PB
18182006-05-25 Paolo Bonzini <bonzini@gnu.org>
1819
1820 * Makefile.def (bfd, opcodes): Fix lib_path.
1821 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
1822 (restrap): Move under "@if gcc-bootstrap". Fix typo.
1823 * Makefile.in: Regenerate.
1824
701628f5
MS
18252006-05-24 Mark Shinwell <shinwell@codesourcery.com>
1826
1827 * configure.in: Enable gprof for cross builds.
1828 * configure: Regenerate.
1829
25aae7f2
DJ
18302006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1831
1832 * src-release (MAKEINFOFLAGS): Define.
1833 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
1834
ea3d1626
BE
18352006-05-14 Ben Elliston <bje@au.ibm.com>
1836
1837 * config.sub, config.guess: Update from upstream sources.
1838
49b9e644
BE
18392006-05-12 Ben Elliston <bje@au.ibm.com>
1840
1841 * config.sub, config.guess: Update from upstream sources.
1842
482dd2f6
DJ
18432006-05-04 Steve Ellcey <sje@cup.hp.com>
1844
1845 * blt, iwidgets, mmalloc: Remove directories.
1846
8b01a5c2
DD
18472006-05-01 DJ Delorie <dj@redhat.com>
1848
641a3af4 1849 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
1850 * configure: Regenerate.
1851
a481dbb7
DD
18522006-04-18 DJ Delorie <dj@redhat.com>
1853
1854 * configure.in (m32c): Build libstdc++-v3. Pass flags to
1855 reference libgloss so that libssp can be built in a combined
1856 tree.
1857 * configure: Regenerate.
1858
962c9e74
BE
18592006-04-10 Ben Elliston <bje@au.ibm.com>
1860
1861 * contrib: Remove directory.
1862
108a6f8e
CD
18632006-04-06 Carlos O'Donell <carlos@codesourcery.com>
1864
1865 * Makefile.tpl: Add install-html target.
1866 * Makefile.def: Add install-html target.
1867 * Makefile.in: Regenerate.
1868 * configure.in: Add --with-datarootdir, --with-docdir,
1869 and --with-htmldir options.
1870 * configure: Regenerate.
1871
a4ef73e9
BE
18722006-03-31 Ben Elliston <bje@au.ibm.com>
1873
1874 PR binutils/1860
1875 * configure.in: Require makeinfo 4.4 or higher.
1876 * configure: Regenerate.
1877
b37df25a
PB
18782006-03-14 Paolo Bonzini <bonzini@gnu.org>
1879
1880 * Makefile.in: Regenerate.
1881
a6df5a19
PB
18822006-03-14 Paolo Bonzini <bonzini@gnu.org>
1883
1884 Sync with gcc:
1885 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
1886
f7c83eac
AS
1887 * configure.in: Handle --disable-<component> generically.
1888 * configure: Regenerate.
a6df5a19
PB
1889
1890 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 1891
f7c83eac
AS
1892 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
1893 (TARGET_CONFIGDIRS): Remove.
1894 * configure.in: Remove AC_SUBST(target_configdirs).
1895 * Makefile.in, configure: Regenerated.
a6df5a19
PB
1896
1897
65419985
L
18982006-03-01 H.J. Lu <hongjiu.lu@intel.com>
1899
1900 PR libgcj/17311
1901 * ltmain.sh: Don't use "$finalize_rpath" for compile.
1902
c52c6897
PB
19032006-02-20 Paolo Bonzini <bonzini@gnu.org>
1904
1905 PR bootstrap/25670
1906
1907 * Makefile.tpl ([+compare-target+]): Print explanation messages.
1908
1909 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
1910 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
1911 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
1912 BUILD_PREFIX, BUILD_PREFIX_1.
1913 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
1914
1915 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
1916 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
1917
1918 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
1919 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
1920 of `cat stage_current`. Always provide the `r' and `s' variables.
1921 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
1922 a single shell execution.
1923 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
1924 bootstrapped modules, make the stage1 module if the build was not
1925 started yet, else build the current stage.
1926 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1927 (all-build, all-host, all-target, [+make_target+]-host,
1928 [+make_target+]-target): Do not use \-continued lines.
1929 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1930 (current_stage, restrap, stage_last): New.
1931
1932 * Makefile.in: Regenerate.
1933 * configure: Regenerate.
1934
b3ded179
PB
19352006-02-14 Paolo Bonzini <bonzini@gnu.org>
1936
1937 Sync from gcc:
1938
1939 2006-01-31 Richard Guenther <rguenther@suse.de>
1940 Paolo Bonzini <bonzini@gnu.org>
1941
f7c83eac
AS
1942 * Makefile.def (target_modules): Add libgcc-math target module.
1943 * configure.in (target_libraries): Add libgcc-math target library.
1944 (--enable-libgcc-math): New configure switch.
1945 * Makefile.in: Re-generate.
1946 * configure: Re-generate.
1947 * libgcc-math: New toplevel directory.
b3ded179
PB
1948
1949 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
1950 Jakub Jelinek <jakub@redhat.com>
1951 Diego Novillo <dnovillo@redhat.com>
b3ded179 1952
f7c83eac
AS
1953 * libgomp: New directory.
1954 * Makefile.def: Add target_module libgomp.
1955 * Makefile.in: Regenerate.
1956 * configure.in (target_libraries): Add target-libgomp.
1957 * configure: Regenerate.
b3ded179 1958
3a35eeb3
PB
19592006-02-14 Paolo Bonzini <bonzini@gnu.org>
1960 Andreas Schwab <schwab@suse.de>
0e7ef45c 1961
3a35eeb3
PB
1962 * configure: Regenerate.
1963
2429c060
PB
19642006-01-16 Paolo Bonzini <bonzini@gnu.org>
1965
1966 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1967 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1968 the assembler, linker and binutils.
1969 * configure: Regenerate.
1970
ec49b2b8
NC
19712006-01-16 Nick Clifton <nickc@redhat.com>
1972
49b9e644 1973 * config.sub, config.guess: Sync from config repository.
ec49b2b8 1974
44b2308f
AO
19752006-01-05 Alexandre Oliva <aoliva@redhat.com>
1976
1977 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1978 @ from continuation.
1979 * Makefile.in: Rebuilt.
1980
80911fe1
PB
19812006-01-04 Paolo Bonzini <bonzini@gnu.org>
1982
1983 Sync from gcc:
1984
1985 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
1986
f7c83eac 1987 PR bootstrap/24252
80911fe1 1988
f7c83eac
AS
1989 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1990 * Makefile.tpl (OBJDUMP): New.
1991 (EXTRA_HOST_FLAGS): Add it.
1992 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 1993
f7c83eac
AS
1994 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1995 to use symbolic links between directories. Avoid race conditions
1996 or make them harmless.
1997 * configure.in: Do not try to use symbolic links between directories.
80911fe1 1998
f7c83eac
AS
1999 * Makefile.def (LEAN): Pass.
2000 * Makefile.tpl (LEAN): Define.
2001 (stage[+id+]-start): Accept that the previous directory does not
2002 exist, if the bootstrap is lean.
2003 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2004 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2005 configure substitution.
2006 ([+compare-target+]): Likewise.
2007 ([+bootstrap-target+]-lean): New.
2008 * configure.in: Remove lean bootstrap support from here.
80911fe1 2009
f7c83eac
AS
2010 * Makefile.in: Regenerate.
2011 * configure: Regenerate.
80911fe1
PB
2012
2013 2006-01-02 Andreas Schwab <schwab@suse.de>
2014
f7c83eac
AS
2015 * configure.in: When reconfiguring remove Makefile in
2016 all stage directories.
2017 * configure: Regenerate.
80911fe1 2018
b59bea8a
NC
20192005-12-27 Leif Ekblad <leif@rdos.net>
2020
2021 * configure.in: Add support for RDOS target.
2022 * configure: Regenerate.
2023
d7730bac
NC
20242005-12-27 Nick Clifton <nickc@redhat.com>
2025
2026 PR binutils/1990
2027 * libtool.m4: Synchronize with version in GCC sources.
2028
c02dabc3
PB
20292005-12-20 Paolo Bonzini <bonzini@gnu.org>
2030
f7c83eac 2031 Revert Ada-related part of the previous change.
c02dabc3 2032
f7c83eac
AS
2033 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2034 Do not pass.
2035 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2036 * Makefile.in: Regenerate.
2037 * configure.in: Do not include mt-ppc-aix target fragment.
2038 * configure: Regenerate.
c02dabc3 2039
f6d183c0
PB
20402005-12-19 Paolo Bonzini <bonzini@gnu.org>
2041
2042 * configure.in: Select appropriate fragments for PowerPC/AIX.
2043 * configure: Regenerate.
2044
2045 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2046 BOOT_CFLAGS, BOOT_LDFLAGS.
2047 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2048 BOOT_CFLAGS, BOOT_LDFLAGS.
2049 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2050 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2051 (stage): Fail if we cannot complete the work.
2052 * Makefile.in: Regenerate.
2053
f29759fc
JJ
20542005-12-16 Jeff Johnston <jjohnstn@redhat.com>
2055
2056 * COPYING.NEWLIB: Update copyright year for default
2057 copyright.
2058
1f054001
PB
20592005-12-15 Paolo Bonzini <bonzini@gnu.org>
2060
2061 * Makefile.tpl (all, do-[+make_target+], do-check, install,
2062 install-host-nogcc): Don't invoke $(stage) at the end.
2063 * Makefile.in: Regenerate.
2064
0aed8855
PB
20652005-12-14 Paolo Bonzini <bonzini@gnu.org>
2066
2067 * configure.in: Flip the top-level bootstrap switch.
2068 * configure: Regenerate.
2069
2070 Merge from gcc:
2071
2072 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
2073
f7c83eac
AS
2074 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2075 $(stage) and $(unstage).
2076 (EXTRA_TARGET_FLAGS): Correct double-quoting.
2077 (all): Remove stray semicolon.
2078 (local-distclean): Don't handle multilib.tmp and multilib.out.
2079 (install.all): Set $s for consistency.
2080 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2081 check_multilibs setting. Always make the install directory.
2082 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2083 Correct @if/@endif.
2084 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2085 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2086 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2087 (multilib.out): Remove.
2088 * Makefile.in: Regenerated.
0aed8855
PB
2089
20902005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2091
2092 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
2093 * configure.in: Replace ms1 arch with mt.
2094 * configure: Rebuilt.
2095
20962005-12-05 Paolo Bonzini <bonzini@gnu.org>
2097
2098 Sync with gcc:
2099
4970f871
NS
21002005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2101
2102 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
2103 * configure.in: Replace ms1 arch with mt.
2104 * configure: Rebuilt.
2105
be01d343
PB
21062005-12-05 Paolo Bonzini <bonzini@gnu.org>
2107
2108 Sync with gcc:
2109
2110 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
2111
f7c83eac
AS
2112 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2113 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2114 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
2115 Find in-tree tools if available.
2116 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2117 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2118 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2119 (COMPILER_*_FOR_TARGET): New.
2120 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2121 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2122 (CONFIGURED_*, USUAL_*): Remove.
2123 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2124 STRIP): Use autoconf substitutions.
2125 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2126 COMPILER_NM_FOR_TARGET): New.
2127 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2128
2129 (all): Make all-host and all-target in parallel.
2130 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2131 that $$r and $$s are set before invoking a recursive make.
2132 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2133 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
2134
2135 2005-11-29 Ben Elliston <bje@au.ibm.com>
2136
f7c83eac
AS
2137 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2138 from the gcc build directory.
2139 * Makefile.in: Regenerate.
be01d343
PB
2140
2141 2005-11-29 Ben Elliston <bje@au.ibm.com>
2142
f7c83eac
AS
2143 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
2144 depend on all-libdecnumber.
2145 * configure.in (host_libs): Include libdecnumber.
2146 * Makefile.in: Regenerate.
2147 * configure: Likewise.
be01d343
PB
2148
2149 2005-11-21 Kean Johnston <jkj@sco.com>
2150
f7c83eac 2151 * config.sub, config.guess: Sync from upstream sources.
be01d343 2152
907be67c
DJ
21532005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
2154
2155 * Makefile.def: Remove gdb dependencies for gdbtk.
2156 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2157 (configure-gdb, install-gdb): New rules.
2158 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2159 * Makefile.in, configure: Regenerated.
2160
e360f423
PB
21612005-10-22 Paolo Bonzini <bonzini@gnu.org>
2162
2163 PR bootstrap/24297
2164 * Makefile.tpl (do-[+make-target+], do-check, install,
2165 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2166 are set before recursing.
2167 * Makefile.in: Regenerate.
2168
45d5eb0a
EB
21692005-10-20 Eric Botcazou <ebotcazou@adacore.com>
2170
2171 PR bootstrap/18939
2172 * Makefile.def (gcc) <target>: Fix thinko.
2173 * Makefile.in: Regenerate.
2174
3cf3372e
BS
21752005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
2176
2177 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2178 * configure: Regenerate.
2179
bd70a46f
KH
21802005-10-09 Kazu Hirata <kazu@codesourcery.com>
2181
2182 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2183 target-libffi, target-qthreads, target-libjava, and
2184 targetlibobjc.
2185 * configure: Regenerate.
2186
5ae72758
DJ
21872005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
2188
2189 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2190 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2191 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2192 (USUAL_OBJDUMP_FOR_TARGET): New.
2193 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2194 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 2195 * configure, Makefile.in: Regenerated.
5ae72758 2196
cc96343e
PB
21972005-10-05 Paolo Bonzini <bonzini@gnu.org>
2198
2199 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2200 before other host packages.
2201
f70224b5
PB
22022005-10-05 Paolo Bonzini <bonzini@gnu.org>
2203
2204 PR bootstrap/22340
2205
2206 * configure.in (default_target): Remove.
2207 * Makefile.tpl (all): Do not use prerequisites as subroutines
2208 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2209 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2210 use prerequisites as subroutines.
2211 (check-host, check-target): New.
2212 (bootstrap configure & all targets): Do not use stage*-start
2213 if the directory layout is already ok.
2214 (non-bootstrap configure & all targets): Prepend a $(unstage).
2215 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
2216 (NOTPARALLEL): Remove.
2217 (unstage, stage variables): New variables.
2218 (unstage, stage targets): Simply expand to those variables.
2219
2220 * configure: Regenerate.
2221 * Makefile.in: Regenerate.
2222
c13c918a
JW
22232005-10-04 James E Wilson <wilson@specifix.com>
2224
2225 * Makefile.def (lang_env_dependencies): Add libmudflap.
2226 * Makefile.in: Regenerate.
2227
376a0e54
CM
22282005-10-03 Catherine Moore <clm@cm00re.com>
2229
2230 * configure.in (bfin-*-*): Support bfin.
2231 * configure: Regenerated.
2232
d320aacb
L
22332005-09-30 H.J. Lu <hongjiu.lu@intel.com>
2234
2235 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2236 * configure: Regenerated.
2237
7e0f7140
GK
22382005-09-28 Geoffrey Keating <geoffk@apple.com>
2239
2240 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2241 (LIPO_FOR_TARGET): New.
2242 (CONFIGURED_LIPO_FOR_TARGET): New.
2243 (USUAL_LIPO_FOR_TARGET): New.
2244 (STRIP_FOR_TARGET): New.
2245 (CONFIGURED_STRIP_FOR_TARGET): New.
2246 (USUAL_STRIP_FOR_TARGET): New.
2247 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2248 STRIP_FOR_TARGET.
2249 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2250 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2251 * Makefile.in: Regenerate.
2252 * configure: Regenerate.
0e7ef45c 2253
096f7d00
DE
22542005-09-19 David Edelsohn <edelsohn@gnu.org>
2255
2256 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2257 (rs6000-*-aix*): Same.
2258 * configure: Regenerate.
2259
22602005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2261
2262 * configure.in: Recognize f95 in the --enable-languages option,
2263 and substitute it for fortran, issuing a warning.
2264 * configure: Regenerate.
2265
2016dfcc
BE
22662005-09-07 Ben Elliston <bje@au.ibm.com>
2267
2268 Import from Autoconf sources:
2269
2270 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
2271 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
2272 Elliston. Handle weird characters correctly.
2273
6dd2fda9
DD
22742005-08-30 Phil Edwards <phil@codesourcery.com>
2275
2276 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
2277 * configure: Regenerated.
2278
e6db70d4
RE
22792005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
2280
f7c83eac
AS
2281 * Makefile.def (libssp): Add to lang_env_dependencies.
2282 * Makefile.in: Regenerate.
e6db70d4 2283
e1e3d0f5
CG
22842005-08-17 Christian Groessler <chris@groessler.org>
2285
2286 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2287 * Makefile.in: Regenerate.
2288
05cbd757
PB
22892005-08-12 Paolo Bonzini <bonzini@gnu.org>
2290
2291 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2292 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2293 Look for alternate names of the target cc and c++
2294 * configure: Regenerate.
2295
55db4b87
PB
22962005-08-08 Paolo Bonzini <bonzini@gnu.org>
2297
2298 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2299 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2300 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2301 tools; remove code to manually set them.
2302 (Target tools): Look in the environment for them.
2303 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2304 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2305 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2306 build directory.
2307 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2308 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2309 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2310 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2311 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2312 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2313 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2314 * configure: Regenerate.
2315 * Makefile.in: Regenerate.
2316
414e5532
MM
23172005-07-27 Mark Mitchell <mark@codesourcery.com>
2318
2319 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 2320 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
2321 * Makefile.in: Regenerated.
2322
a19b6204
MM
23232005-07-26 Mark Mitchell <mark@codesourcery.com>
2324
2325 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2326 (CFLAGS_FOR_TARGET): Use it.
2327 (CXXFLAGS_FOR_TARGET): Likewise.
2328 * Makefile.in: Regenerated.
2329 * configure.in (--with-build-sysroot): New option.
2330 * configure: Regenerated.
2331
b73aa406
PB
23322005-07-24 Paolo Bonzini <bonzini@gnu.org>
2333
2334 * Makefile.tpl: Wrap install between unstage and stage
2335 * Makefile.in: Regenerate.
2336
6e4d0bcb
KC
23372005-07-16 Kelley Cook <kcook@gcc.gnu.org>
2338
2339 * all files: Update FSF address.
2340
49f58d10
JB
23412005-07-14 Jim Blandy <jimb@redhat.com>
2342
2343 * configure.in: Add cases for Renesas m32c.
2344 * configure: Regenerated.
0e7ef45c 2345
1d9c9cd7
KC
23462005-07-14 Kelley Cook <kcook@gcc.gnu.org>
2347
2348 * COPYING, compile, config-ml.in, config.guess,
2349 config.sub, install-sh, missing, mkinstalldirs,
2350 symlink-tree, ylwrap: Sync from upstream sources.
2351
1587117a
EC
23522005-07-13 Eric Christopher <echristo@redhat.com>
2353
2354 * configure.in: Add toplevel noconfigdir support for tpf.
2355 * configure: Regenerate.
2356
bb780410
DD
23572005-07-11 Jakub Jelinek <jakub@redhat.com>
2358
2359 * Makefile.def (target_modules): Add libssp.
2360 * configure.in (target_libraries): Add target-libssp.
2361 * configure: Rebuilt.
2362 * Makefile.in: Rebuilt.
2363
064d0a7c
PB
23642005-07-11 Paolo Bonzini <bonzini@gnu.org>
2365
2366 PR ada/22340
2367
2368 * Makefile.def: Sync with gcc.
2369 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
2370 * Makefile.in: Regenerate.
2371
b2edd3b5
AS
23722005-07-07 Andreas Schwab <schwab@suse.de>
2373
2374 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
2375 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
2376 * Makefile.in: Regenerated.
2377
5f128533
KH
23782005-07-07 Kazu Hirata <kazu@codesourcery.com>
2379
2380 * configure.in: Add --enable-libssp and --disable-libssp.
2381 * configure: Regenerate with autoconf-2.13.
2382
4e3fc8e5
GK
23832005-07-06 Geoffrey Keating <geoffk@apple.com>
2384
2385 * configure.in: Don't build sim or rda when targetting darwin.
2386 * configure: Regenerate.
2387
c7357d6a
BE
23882005-07-04 Ben Elliston <bje@gnu.org>
2389
2390 * src-release (do-proto-toplev): Remove dejagnu bits.
2391 (DEJAGNU_SUPPORT_DIRS): Remove.
2392 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
2393 (GDBD_SUPPORT_DIRS): Likewise.
2394 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
2395 (INSIGHTD_SUPPORT_DIRS): Likewise.
2396 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
2397
23982005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
2399
2400 * setup.com (mpw): Remove unused directive.
2401
7d329e61
PB
24022005-06-22 Paolo Bonzini <bonzini@gnu.org>
2403
2404 * Makefile.def (stagefeedback): Come after profile.
2405 Define profiledbootstrap target.
2406 * Makefile.tpl (profiledbootstrap): Remove.
2407 (stageprofile-end): Zap stagefeedback.
2408 (stagefeedback-start): Copy all .gcda files, not only GCC's.
2409 * Makefile.in: Regenerate.
2410
e5fbed21
DD
24112005-06-13 Zack Weinberg <zack@codesourcery.com>
2412
2413 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
2414 In 'cpp' stanza, support '#line' as well as '# '.
2415
59f7ec45
HPN
24162005-06-07 Hans-Peter Nilsson <hp@axis.com>
2417
2418 * configure.in (unsupported_languages): New macro.
2419 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
2420 non-ported target libraries in noconfigdirs.
2421 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
2422 non-linux-gnu. Remove libgcj_ex_libffi.
2423 <lang_frag loop>: Set add_this_lang=no if the language is in
2424 unsupported_languages.
2425 * configure: Regenerate.
2426
c10e9ba7
DD
24272005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
2428
2429 * configure.in: Fix typo in handling of --with-mpfr-dir.
2430 * configure: Regenerate.
2431
20deb2b8
JB
24322005-06-02 Jim Blandy <jimb@redhat.com>
2433
2434 * config.sub: Add cases for the Renesas m32c. (This patch has been
2435 accepted into the master sources.)
2436
cdb9b172 24372005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
2438 Michael Snyder <msnyder@redhat.com>
2439 Stan Cox <scox@redhat.com>
cdb9b172 2440
f7c83eac 2441 * configure.in: Set noconfigdirs for ms1.
cdb9b172 2442
f7c83eac 2443 * configure: Regenerate.
cdb9b172 2444
1dc3053f
PB
24452005-05-25 Paolo Bonzini <bonzini@gnu.org>
2446
2447 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
2448 (Dependencies): Consider target modules for bootstrap dependencies.
2449 Make target bootstrap modules depend on each stage's gcc.
2450 * Makefile.in: Regenerate.
2451
c60fe18b
PB
24522005-05-20 Paolo Bonzini <bonzini@gnu.org>
2453
2454 * Makefile.def (configure-gcc): Depend on binutils having been built.
2455 (all-gcc): No need to do it here.
2456 * Makefile.in: Regenerate.
2457
27258dd4
PB
24582005-05-19 Paul Brook <paul@codesourcery.com>
2459
0e7ef45c 2460 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
2461 language cannot be built.
2462 * configure: Regenerate.
2463
42ecbf5e
DJ
24642005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2465
2466 * ylwrap: Import from Automake 1.9.5.
2467
ae380b45
MS
24682005-05-04 Mike Stump <mrs@apple.com>
2469
2470 * configure.in: Always pass --target to target configures as
2471 otherwise rebuilds that do --recheck will fail.
811d3af8 2472 * configure: Rebuilt.
ae380b45 2473
d545f33b
PB
24742005-05-04 Paolo Bonzini <bonzini@gnu.org>
2475
2476 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
2477 STAGE_HOST_EXPORTS.
2478 (configure, all): Add bootstrap support.
2479 (Host modules, target modules): Pass post-stage1 flags and exports.
2480 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
2481 * Makefile.in: Regenerate.
2482
2faa2958
PB
24832005-04-29 Paolo Bonzini <bonzini@gnu.org>
2484
2485 Sync from gcc:
2486
2487 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
2488
f7c83eac 2489 * config.sub: Update from master copy.
2faa2958
PB
2490
2491 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
2492
f7c83eac
AS
2493 * configure.in <crisv32-*-*, cris-*-*>: New local variable
2494 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
2495 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
2496 "*-*-elf" and "*-*-linux*".
2497 * configure: Regenerate.
2faa2958 2498
a7254363
PB
24992005-04-06 Paolo Bonzini <bonzini@gnu.org>
2500
f7c83eac 2501 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
2502 (TARGET_CONFIGARGS): Include --with-target-subdir.
2503 (configure, all): New macros. Use them throughout.
2504
a8637a7d
PB
25052005-04-05 Paolo Bonzini <bonzini@gnu.org>
2506
2507 * Makefile.tpl: Sync with gcc.
2508 * Makefile.in: Regenerate.
2509
dd387d52
JR
25102005-03-30 J"orn Rennecke <joern.rennecke@st.com>
2511
2512 * config/mh-mingw32: Delete.
2513 * configure.in: Don't use it.
2514 * configure: Regenerate.
2515
e90269c8
PB
25162005-03-31 Paolo Bonzini <bonzini@gnu.org>
2517
2518 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
2519 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
2520 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
2521 (HOST_LIB_PATH): Generate from Makefile.def.
2522 (TARGET_LIB_PATH): Likewise.
2523 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
2524 * Makefile.in: Regenerate.
2525 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
2526 (RPATH_ENVVAR): Include Darwin case.
2527 * configure: Regenerate.
2528
9a237d9e
PB
25292005-03-25 Paolo Bonzini <bonzini@gnu.org>
2530
2531 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
2532 * configure: Regenerate.
2533
479759c8
ZW
25342005-03-21 Zack Weinberg <zack@codesourcery.com>
2535
2536 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
2537 gcc_version, and gcc_version_trigger from set of flags to pass.
2538 * Makefile.tpl: Remove definitions of above variables.
2539 (config.status): Remove dependency on $(gcc_version_trigger).
2540 * Makefile.in: Regenerate.
2541 * configure.in: Do not reference config/gcc-version.m4 nor
2542 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
2543 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
2544 * configure: Regenerate.
2545
4cfaf6d5
DD
25462005-03-16 Manfred Hollstein <manfred.h@gmx.net>
2547 Andrew Pinski <pinskia@physics.uc.edu>
2548
2549 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2550 * Makefile.in: Regenerate.
2551
33a3fb7b
AO
25522005-03-01 Alexandre Oliva <aoliva@redhat.com>
2553
2554 PR libgcj/20160
2555 * ltmain.sh: Avoid creating archives with components that have
2556 duplicate basenames.
2557
2da12f12
PB
25582005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
2559
479759c8
ZW
2560 PR bootstrap/20250
2561 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
2562 instead of check.
2563 * Makefile.in: Regenerate.
2da12f12 2564
b00612cc
PB
25652005-02-28 Paolo Bonzini <bonzini@gnu.org>
2566
2567 Sync from gcc.
2568
2569 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
2570
2571 PR bootstrap/17383
2572 * Makefile.def (target_modules): Remove "stage", now unnecessary.
2573 * Makefile.tpl (HOST_SUBDIR): New substitution.
2574 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
2575 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2576 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
2577 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
2578 (Host modules, Bootstrapped modules): Use it.
2579 (Build modules, Target modules): Do not create symlink trees,
2580 always configure out-of-srcdir.
2581 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
2582 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
2583 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
2584 $(HOST_SUBDIR). Create a symlink for host_subdir.
2585
2586 * Makefile.in: Regenerate.
2587 * configure: Regenerate.
2588
2589 Merged from libada-gnattools-branch:
2590 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
2591
2592 * Makefile.def: Add gnattools as a module, depending on target-libada.
2593 * Makefile.in: Regenerate.
2594 * configure.in: Include gnattools in host_tools; disable it if ada
2595 is disabled.
2596 * configure: Regenerate.
2597
c3e65f62
NC
25982005-02-23 Nick Clifton <nickc@redhat.com>
2599
2600 * configure: Regenerate.
2601
e4d180c2
NC
26022005-02-22 Paul Schlie <schlie@comcast.net>
2603
2604 * configure.in: Allow darwin targeted ports to build tk, itcl and
2605 libgui.
2606
e3c770b1
EB
26072005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2608
2609 PR libgcj/10353
2610 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2611 * configure: Regenerate.
2612
9c73618c
AC
26132005-02-08 Andrew Cagney <cagney@gnu.org>
2614
2615 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
2616 gdb/ section. Update GDB's URL.
2617
c46f8c51
AC
26182005-01-31 Andrew Cagney <cagney@gnu.org>
2619
2620 * gettext.m4: Only set ENABLE_NLS when gettext is present.
2621
c7e66c6d
HPN
26222005-01-29 Hans-Peter Nilsson <hp@axis.com>
2623
2624 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
2625 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
2626 target-libgloss when not *-*-elf and *-*-aout.
2627 * configure: Regenerate.
2628
a53bf506
AC
26292005-01-27 Andrew Cagney <cagney@gnu.org>
2630
2631 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
2632
45181ed1
AC
26332005-01-24 Andrew Cagney <cagney@gnu.org>
2634
2635 * gettext.m4: Only fall back to ../intl/ when it's present.
2636
a1e0f4e4
KC
26372005-01-17 Kelley Cook <kcook@gcc.gnu.org>
2638
2639 * install-sh, config.sub: Import from upstream.
2640
26412005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
2642
2643 PR bootstrap/18222
2644 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
2645 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2646 * Makefile.in: Regenerate.
2647
c50382e2
PB
26482005-01-03 Paolo Bonzini <bonzini@gnu.org>
2649
2650 Revert 2004-12-28 Makefile changes, a better fix will be
2651 applied to mainline and src after GCC 4.0 branches.
2652
11d07737
PB
26532004-12-28 Paolo Bonzini <bonzini@gnu.org>
2654
2655 PR bootstrap/17383
2656
2657 * Makefile.def (target_modules): Remove stage parameter,
2658 it is always true now.
2659 * Makefile.tpl (configure-build-[+module+],
2660 configure-target-[+module+]): Always build symlink tree
2661 for the directory and for include. BUILD_SUBDIR and
2662 TARGET_SUBDIR cannot be . anymore.
2663 * Makefile.in: Regenerate.
2664
dadfdbe2
DD
26652004-12-25 David Edelsohn <edelsohn@gnu.org>
2666
2667 Revert 2004-12-08 Makefile changes.
2668
dbf85af7
JR
26692004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
2670
2671 * configure.in (sh64-*-*): Reenable gprof.
2672 * configure: Regenerate.
2673
6b8fea99
JB
26742004-12-09 Jim Blandy <jimb@redhat.com>
2675
2676 * MAINTAINERS: List 'depcomp' as part of automake.
2677
7341462c
DE
26782004-12-08 David Edelsohn <edelsohn@gnu.org>
2679
2680 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2681 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2682 (EXTRA_TARGET_FLAGS): Add PICFLAG.
2683 * Makefile.in: Regenerate.
2684
21fde4dc
DD
26852004-12-07 Matt Kraai <kraai@ftbfs.org>
2686
2687 * Makefile.tpl: Generate normal dependencies if the LHS module is
2688 not bootstrapped.
2689 * Makefile.in: Regenerate.
2690
3da796a2
RS
26912004-12-03 Richard Sandiford <rsandifo@redhat.com>
2692
2693 * configure.in: Include config/gxx-include-dir.m4. Use
2694 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
2695 * configure: Regenerate.
2696
73fb7068
RS
26972004-12-03 Richard Sandiford <rsandifo@redhat.com>
2698
2699 * config.if: Delete.
2700 * configure.in: Set libstdcxx_incdir directly.
2701 * configure: Regenerate.
2702 * MAINTAINERS: Remove mention of config.if.
2703 * src-release (DEVO_SUPPORT): Remove config.if.
2704
6c8e6ce9
EC
27052004-12-02 Eric Christopher <echristo@redhat.com>
2706
3b6098f8
EC
2707 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
2708 of things to remove.
6c8e6ce9 2709 * Makefile.in: Regenerate.
479759c8 2710
b8658a2f
RS
27112004-12-02 Richard Sandiford <rsandifo@redhat.com>
2712
2713 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
2714 * configure: Regenerate.
2715
afefada0
RS
27162004-12-02 Richard Sandiford <rsandifo@redhat.com>
2717
2718 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
2719 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
2720 * configure: Regenerate.
2721
5dcac624
DA
27222004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2723
2724 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2725 (hppa*64*-*-*): Delete incorrect comment.
2726 * configure: Rebuilt.
2727
57d1eb1a
DD
27282004-11-15 Kelley Cook <kcook@gcc.gnu.org>
2729
2730 * install-sh, compile: Import from automake.
2731
27322004-11-15 Kelley Cook <kcook@gcc.gnu.org>
2733
2734 * config.guess, config.sub: Import from savannnah.
2735
6d389afc
MS
27362004-11-12 Mike Stump <mrs@apple.com>
2737
2738 * Makefile.def: Add html support.
2739 * Makefile.tpl: Likewise.
2740 * Makefile.in: Regenerate.
2741
69e57115
GK
27422004-11-11 Geoffrey Keating <geoffk@apple.com>
2743
2744 PR 18423
2745 * configure.in: Remove all instances of build-fixincludes from
2746 noconfigdirs.
2747 (build_configargs): Supply --target to subdirectories.
2748 * configure: Regenerate.
2749
2750 * Makefile.def: Make gcc install depend on fixincludes install.
2751 * Makefile.in: Regenerate.
2752
ba719b26
HPN
27532004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
2754
2755 * configure.in (noconfigdirs) [mmix-*-*]: Disable
2756 target-libgfortran.
2757 * configure: Regenerate.
2758
c37653e7
DE
27592004-11-07 David Edelsohn <edelsohn@gnu.org>
2760
2761 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2762 like CC.
2763
1eefd493
PB
27642004-11-05 Paolo Bonzini <bonzini@gnu.org>
2765
2766 * Makefile.def (host fixincludes): Specify missing targets.
2767 * Makefile.in: Regenerate.
2768
02b1af09
L
27692004-11-04 H.J. Lu <hongjiu.lu@intel.com>
2770
2771 PR other/17783
2772 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2773 * configure: Regenerated.
2774
7f266840
DJ
27752004-11-04 Daniel Jacobowitz <dan@debian.org>
2776
2777 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2778 * configure: Regenerated.
2779
47444073
AL
27802004-10-28 Eric B. Weddington <ericw@evcohs.com>
2781
2782 PR target/18151
2783 * configure.in (case ${target}): Do not build fixincludes for avr.
2784 * configure: Regenerated.
2785
caeba88f
AL
27862004-10-26 Paolo Bonzini <bonzini@gnu.org>
2787
2788 * configure.in (case ${target}): Do not build fixincludes
2789 on platforms where it is not used.
2790 * configure: Regenerated.
2791
0fdbe983
DJ
27922004-10-23 Daniel Jacobowitz <dan@debian.org>
2793
2794 * configure.in: Use an absolute path to install-sh.
2795 * configure: Regenerated.
2796
1c0f67c1
AC
27972004-10-19 Andrew Cagney <cagney@gnu.org>
2798
2799 * src-release (do-djunpack, do-md5sum): Install the generated file
2800 directly into the proto-toplev/ directory.
479759c8 2801
a9cfce9c
AC
28022004-10-19 Andrew Cagney <cagney@gnu.org>
2803
2804 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
2805
ac0fa625
DD
28062004-10-12 Kelley Cook <kcook@gcc.gnu.org>
2807
2808 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2809 * configure: Regenerate.
2810
d27cc32e
PB
28112004-10-06 Paolo Bonzini <bonzini@gnu.org>
2812
2813 Fix wrong conflict resolution in:
2814
2815 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
2816
2817 * Makefile.in: Regenerate.
2818 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2819 in the recursive `make', instead of hardwiring `all'.
2820 (Autogenerated TARGET-* variables): New.
2821
1763908f
UW
28222004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2823
2824 Merged from GCC / libtool upstream:
2825 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
2826 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2827 * ltcf-cxx.sh (tpf*): Likewise.
2828 * ltconfig (tpf*): Add TPF OS configuration support.
2829
0490e016
NC
28302004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
2831
2832 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 2833 * configure: Regenerate.
0490e016 2834
32be62b5
RS
28352004-09-24 Michael Roth <mroth@nessie.de>
2836
2837 * configure.in (--without-headers): Add missing double quotes.
2838 * configure: Regenerate.
2839
6048df60
DD
28402004-09-24 Kelley Cook <kcook@gcc.gnu.org>
2841
2842 * ylwrap: Revert to previous version.
2843
315b3b02
L
28442004-09-23 H.J. Lu <hongjiu.lu@intel.com>
2845
6048df60 2846 PR bootstrap/17369
315b3b02
L
2847 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
2848 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
2849 SET_GCC_LIB_PATH_CMD.
2850 (BASE_TARGET_EXPORTS): Likewise.
2851 * Makefile.in: Regenerated.
2852
2853 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
2854 * configure: Regenerated.
2855
fe69863c
DD
28562004-09-23 Kelley Cook <kcook@gcc.gnu.org>
2857
2858 * config.guess: New upstream version
2859 * compile, depcomp, install-sh, ylwrap: Likewise.
2860
28612004-09-19 Roger Sayle <roger@eyesopen.com>
2862
2863 * config/mh-x86omitfp: New host makefile fragment. Add
2864 -fomit-frame-pointer to the default BOOT_CFLAGS.
2865 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
2866 * configure: Regenerate.
2867
28682004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
2869
2870 PR target/11572
2871 * configure.in (*-*-darwin*): Renable libobjc.
2872 * configure: Regenerate.
2873
be75bbe1 28742004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 2875
be75bbe1
DB
2876 * Makefile.def: Remove libbanshee.
2877 * Makefile.tpl: Ditto.
2878 * configure.in: Ditto.
2879 * Makefile.in: Regen.
2880 * configure: Ditto.
2881
1b882a91
PB
28822004-09-07 Paolo Bonzini <bonzini@gnu.org>
2883
2884 * missing: Import latest version from master repository.
2885
eb1352ed
NC
28862004-09-04 Nick Clifton <nickc@redhat.com>
2887
2888 * config.sub: Import latest version from master repository.
2889 * config.guess: Likewise.
2890 This includes these changes:
479759c8 2891
eb1352ed
NC
2892 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
2893
2894 * config.sub: Handle crisv32, alias etraxfs.
2895 * config.guess (crisv32:Linux:*:*): Handle.
2896
2897 2004-08-13 Brad Smith <brad@comstyle.com>
2898
2899 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2900 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2901
2902 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
2903
2904 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2905 assume the processor is a powerpc. This is because coreutils
2906 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2907 in this case, due to a MacOS X bug that causes
2908 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2909 to return a negative number.
2910 Problem reported by Petter Reinholdtsen in:
2911 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2912
2913 2004-07-19 Ben Elliston <bje@gnu.org>
2914
2915 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2916
2917 2004-06-24 Ben Elliston <bje@gnu.org>
2918
2919 * config.guess: Update copyright years.
2920 * config.sub: Likewise.
2921
2922 2004-06-22 Robert Millan <robertmh@gnu.org>
2923
2924 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2925 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2926
2927 2004-06-22 Stanley F. Quayle <stan@stanq.com>
2928
2929 * config.guess (*:*VMS:*:*): New entry. Replaces
2930 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2931 manufacturer.
2932
2933 2004-06-22 Ben Elliston <bje@gnu.org>
2934
2935 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2936 * config.sub: Likewise.
2937
2938 2004-06-22 Ben Elliston <bje@gnu.org>
2939
2940 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2941 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2942
2943 2004-06-11 Ben Elliston <bje@gnu.org>
2944
2945 * config.guess (pegasos:OpenBSD:*:*): Remove.
2946
2947 2004-06-11 Ben Elliston <bje@gnu.org>
2948
2949 From Wouter Verhelst <wouter@grep.be>:
2950 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2951
2952 2004-06-11 Ben Elliston <bje@gnu.org>
2953
2954 * config.guess (luna88k:OpenBSD:*:*): New.
2955
2956 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2957
2958 * config.guess (m32r*:Linux:*:*): New case.
2959 * config.sub: Handle m32rle.
2960
2961 2004-03-12 Ben Elliston <bje@wasabisystems.com>
2962
2963 From Jens Petersen <petersen@redhat.com>:
2964 * config.sub: Handle sparcv8.
2965
2966 2004-03-03 Ben Elliston <bje@wasabisystems.com>
2967
2968 From Tom Smith <smith@cag.lkg.hp.com>:
2969 * config.guess: Version suffixes are equally significant on Tru64
2970 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
2971 prefix of "P" (patched kernel).
2972
2973 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
2974
2975 * config.sub: Add support for National Semiconductor CRX target.
2976
2a3124ca 29772004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 2978
2a3124ca
RH
2979 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2980 *-*-netware, but add target-libmudflap.
2981 Consolidate *-*-netware targets (of which really only i?86 exists)
2982 into a single entry.
2983 * configure: Likewise.
2984
0df3d27f
PB
29852004-09-01 Paolo Bonzini <bonzini@gnu.org>
2986
2987 * Makefile.tpl (sorry): Remove.
2988 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2989 (cleanstrap targets): Depend on distclean, not distclean-stage1.
2990 (do-clean): Clean per-stage directories too.
2991 (do-distclean): Run distclean-stage1 too.
2992 (.NOTPARALLEL): Enable during toplevel bootstrap.
2993 (stage[+id+]-bubble): Enable parallel execution during
2994 the recursive invocation.
2995 * Makefile.in: Regenerate.
2996
2997 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
2998
2999 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
3000
3001 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3002 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3003 * configure: regenerate
479759c8
ZW
3004 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3005 -mdynamic-no-pic
0df3d27f
PB
3006
30072004-08-31 Paolo Bonzini <bonzini@gnu.org>
3008
3009 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3010 include.
3011 * configure.in: Fix indentation.
3012 * configure: Regenerate.
3013
ee025550
PB
30142004-08-31 Paolo Bonzini <bonzini@gnu.org>
3015
3016 * Makefile.def (build_modules): Add fixincludes.
3017 (dependencies): Make gcc depend on fixincludes.
3018 * configure.in (build_tools): Add fixincludes.
3019 (build_configdirs): Always include build_libs.
3020 * Makefile.in: Regenerate.
3021 * configure: Regenerate.
3022
30232004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
3024
3025 * Makefile.def (bootstrap stages): Add 'lean' parameter.
3026 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3027 phony targets; do not generate timestamp files.
3028 (distclean-stageN): Remove references to their timestamp files.
3029 (restageN, touch-stageN): Remove.
3030 (stageN-bubble): Rewritten.
3031 (compare): Support lean bootstraps.
3032 * Makefile.in: Regenerate.
3033
3034 * configure.in: Only warn when bootstrapping but
3035 build != host or build != target. Support lean bootstraps.
3036 * configure: Regenerate.
3037
3038 Sync from gcc:
3039 2004-08-26 Phil Edwards <phil@codesourcery.com>
3040
3041 * configure.in: Give a better error message if GMP/MPFR are missing
3042 and a language needing them has been requested.
3043 * configure: Regenerated.
3044
3045 2004-08-25 Phil Edwards <phil@codesourcery.com>
3046
3047 * configure.in: Print a list of available language front-ends if
3048 a requested one is missing. Tidy stray tab characters.
3049 * configure: Regenerated.
3050
72b2455a
PB
30512004-08-17 Paolo Bonzini <bonzini@gnu.org>
3052
3053 * Makefile.in: Regenerate.
3054 * configure: Regenerate.
3055
3056 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3057 stage_*_flags.
3058 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3059 for bootstrapped modules if toplevel bootstrap is going.
3060 (GCC bootstrap): Generate per-stage targets for all bootstrapped
3061 modules. Adjust for changes in Makefile.def. Enable several
3062 rules even in non-bootstrap mode, just to avoid peppering the
3063 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3064 (stage-[+prev+]-bubble): Remove.
3065
3066 * Makefile.def (Dependencies): Depend on all-build-bison,
3067 all-build-flex, all-build-byacc, all-build-texinfo, rather
3068 than the host variations.
3069 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
3070 with BUILD_SUBDIR.
3071 (BISON): Update for recent Bisons.
3072 (YACC): Fix typo.
3073 (cross): Depend on all-build.
3074 (all): Do not depend on all-build.
3075 (prebootstrap): Remove.
3076 (dep-kind): Accept separate prefixes for MODULE and ON variables.
3077 (Prebootstrap dependencies): Add them to the per-stage targets
3078 and to all-prebootstrap.
3079 * configure.in (build_configdirs): Always enable build_tools.
3080 (BUILD_DIR_PREFIX): Remove.
3081
3082 * Makefile.def (gcc): Add target variable.
3083 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3084 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3085 in the recursive `make', instead of hardwiring `all'.
3086 (Autogenerated TARGET-* variables): New.
3087
de0b4a87
JW
30882004-08-17 Robert Millan <robertmh@gnu.org>
3089
3090 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3091 (instead of FreeBSD).
3092 * configure: Regenerate.
3093
ad681c85
NN
30942004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
3095
675c6968
NN
3096 * Makefile.def, configure.in, src-release: Remove useless, bogus
3097 references to tix.
3098 * Makefile.in, configure: Regenerate.
3099
ad681c85
NN
3100 * src-release: Stop distributing mmalloc with gdb (which doesn't
3101 use it).
3102 * Makefile.def: GDB doesn't depend on mmalloc anymore.
3103 * Makefile.in: Regenerate.
3104
11b04d1f
DD
31052004-08-09 Mark Mitchell <mark@codesourcery.com>
3106
3107 * configure.in (arm*-*-eabi*): New target.
3108 * configure: Regenerate.
3109
f2420bea
NN
31102004-08-01 Robert Millan <robertmh@gnu.org>
3111
3112 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3113 libmudflap for all GNU-based systems (with Glibc).
3114 * configure: Regenerate.
3115
9e6ce191
PB
31162004-08-06 Paolo Bonzini <bonzini@gnu.org>
3117
3118 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3119 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3120 (Dependencies): New section.
3121 * Makefile.tpl (Dependencies): Generate from Makefile.def.
3122 (configure-target-[+module+]): Depend on maybe-all-gcc
3123 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
3124 (toplevel profiledbootstrap): Fix dependencies.
3125 * Makefile.in: Regenerate.
3126
df4a6958
MM
31272004-08-03 Mark Mitchell <mark@codesourcery.com>
3128
3129 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3130 target-libiberty to noconfigdirs.
3131
11b04d1f
DD
31322004-08-03 Paul Brook <paul@codesourcery.com>
3133
3134 * configure.in: Check for MPFR as well as GMP.
3135 * configure: Regenerate.
3136
b813574b
PB
31372004-08-03 Paolo Bonzini <bonzini@gnu.org>
3138
3139 * Makefile.def (host-modules): Add gcc.
3140 * Makefile.in: Regenerate.
3141 * Makefile.tpl (sorry): New rule.
3142 (configure-host, all-host, [+make_target+]-host, do-check,
3143 install-host): Do not add gcc as a special case.
3144 (host modules): Add a small special-casing for gcc. Export
3145 extra_make_flags through the environment.
3146 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3147 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3148 other recursive targets for gcc): Remove.
3149
3150 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3151 (stage, unstage): New rules.
3152 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3153 distclean-stage[+id+]): Use stage_current.
3154 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3155 the stage*-start rules.
3156
61edac0c
JW
31572004-07-19 Robert Millan <robertmh@gnu.org>
3158
3159 Synced from gcc:
3160
3161 2004-04-26 Robert Millan <robertmh@gnu.org>
3162
3163 Add patches from libtool CVS.
3164 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
3165 * ltconfig: Likewise.
3166 * ltcf-c.sh: Likewise.
3167 * ltcf-cxx.sh: Likewise.
3168 * ltcf-gcj.sh: Likewise.
3169
3e707e94
PB
31702004-07-12 Paolo Bonzini <bonzini@gnu.org>
3171
3172 * configure.in: Add noconfigdirs for crx-*-*.
3173 * configure: Regenerate.
3174
31752004-07-12 Paolo Bonzini <bonzini@gnu.org>
3176
3177 Synced from gcc:
3178
3179 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
3180
3181 * configure.in: Build libmudflap by default on FreeBSD.
3182 * configure: Regenerated.
3183
3184 2004-07-09 Mark Mitchell <mark@codesourcery.com>
3185
3186 * configure.in: Do not build libmudflap by default on non-GNU/Linux
3187 systems.
3188 * configure: Regenerated.
3189
3190 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3191
3192 PR target/16344
3193 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
3194 feedback based compiler.
3195 * Makefile.in: Rebuilt.
3196
3197 2004-07-05 Phil Edwards <phil@codesourcery.com>
3198
3199 * configure.in: Do not prepend $srcdir to /dev/null in
3200 makefile fragments.
3201 * configure: Regenerate.
3202
a7ee7660
AO
32032004-07-08 Alexandre Oliva <aoliva@redhat.com>
3204
3205 * Makefile.def (host_modules): Set bootstrap=true for flex.
3206 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
3207 * Makefile.in: Rebuilt.
3208
6a9cf61e
PB
32092004-07-01 Paolo Bonzini <bonzini@gnu.org>
3210
3211 * Makefile.def (build_modules): Add bison, byacc, flex,
3212 m4, texinfo.
3213 (flags_to_pass): Add FLEX.
3214 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
3215 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
3216 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
3217 DEFAULT_MAKEINFO): Remove.
3218 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
3219 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
3220 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
3221 objdir or else use configured tool.
3222 (all-build): New.
3223 (all): Depend on it.
3224 (Build module dependencies): Add.
3225 * Makefile.in: Regenerate.
3226 * configure.in: Better support for multiple build modules,
3227 matching what is done for host/target modules. Do not look
3228 for "plausible" locations of build tools if Canadian cross.
3229 Use autoconf's AC_PROG_CC to find a C compiler. Define
3230 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
3231 * configure: Regenerate.
3232
95b6a1f2
PB
32332004-06-22 Paolo Bonzini <bonzini@gnu.org>
3234
3235 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
3236 * Makefile.in: Regenerate.
3237
7ffa0b57
PB
32382004-06-22 Paolo Bonzini <bonzini@gnu.org>
3239
3240 * Makefile.tpl (configure-build-[+module+],
3241 configure-[+module+], configure-target-[+module+]): Pass
3242 [+extra_configure_args+].
3243 (all-build-[+module+], all-[+module+], check-[+module+],
3244 install-[+module+], [+make_target+]-[+module+],
3245 all-target-[+module+], check-target-[+module+],
3246 install-target-[+module+], [+make_target+]-target-[+module+]):
3247 Pass [+extra_make_args+].
3248 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
3249 (GCC_HOST_EXPORTS): Remove.
3250 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
3251 cross, check-gcc, check-gcc-c++, install-gcc,
3252 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
3253 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
3254 * Makefile.in: Regenerate.
3255
929ba6e7
CF
32562004-06-21 Christopher Faylor <cgf@alum.bu.edu>
3257
3258 * configure.in: Check for srcdir/winsup rather than build directory
3259 winsup.
3260 * configure: Regenerate.
3261
b76d7de0
CV
32622004-06-17 Corinna Vinschen <vinschen@redhat.com>
3263
3264 * configure.in: Don't build Cygwin native newlib if winsup
3265 directory is missing. Emit warning instead.
3266 * configure: Regenerate.
3267
656fdd47
PB
32682004-06-09 Paolo Bonzini <bonzini@gnu.org>
3269
3270 * Makefile.tpl (touch-stage[+id+]): New.
3271 (restage[+prev+]): Depend on touch-stage[+id+].
3272
3273 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
3274 Use it throughout.
3275
3276 * Makefile.def: Add profile and feedback bootstrap stages.
3277 Remove next field from bootstrap stages.
3278 * Makefile.tpl (LN, LN_S): Substitute.
3279 (stageN-start, stageN-end): Use double-colon rules, to
3280 provide a hook for additional setup commands.
3281 (distclean-stageN-gcc, restageN): Create dependencies from
3282 [+prev+], not from [+next+].
3283 (stageN-bubble): Add commands for successive stages from
3284 [+prev+], using double-colon rules.
3285 (all-stageN-gcc): Fix typo.
3286 (stagefeedback-start, profiledbootstrap): New.
3287 * Makefile.in: Regenerate.
3288 * configure.in: Call ACX_PROG_LN.
3289 * configure: Regenerate.
3290
498d4a71
CF
32912004-06-03 Paolo Bonzini <bonzini@gnu.org>
3292
3293 * configure.in: Fix --enable-bootstrap breakage introduced in trees
3294 without gcc.
3295 * configure: Regenerate.
3296
377d8c42
PB
32972004-06-01 Paolo Bonzini <bonzini@gnu.org>
3298
3299 * Makefile.tpl: Fix typo.
3300 * Makefile.in: Regenerate.
3301
f5f8a794
PB
33022004-06-01 Paolo Bonzini <bonzini@gnu.org>
3303
3304 * configure.in: Remove new- prefix from toplevel
3305 bootstrap targets.
3306 * configure: Regenerate.
3307
f7a4c34f
PB
33082004-06-01 Paolo Bonzini <bonzini@gnu.org>
3309
3310 Merge this patch from the gcc tree:
3311
3312 2004-05-30 Andreas Jaeger <aj@suse.de>
3313 Jim Wilson <wilson@specifixinc.com>
3314
3315 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
3316 like CC.
3317
319cab08
PB
33182004-06-01 Paolo Bonzini <bonzini@gnu.org>
3319
3320 * Makefile.tpl (all.normal): Rename to all.
3321 (all): Replace with a rule to pick the default
3322 target from configure.
3323 (all-gcc, configure-gcc): Use conditionals to
3324 do nothing when toplevel bootstrap is going on.
3325 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
3326 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
3327 * configure.in: Support --enable-bootstrap.
3328
3329 * Makefile.def: Remove new- prefix from toplevel
3330 bootstrap targets.
3331 * Makefile.tpl: Likewise.
3332
3333 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
3334 target.
3335
3336 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
3337 $(RECURSE_FLAGS) to recursive invocation of make.
3338
3339 * Makefile.in: Regenerate.
3340 * configure: Regenerate.
3341
88f64edc
DJ
33422004-05-27 Daniel Jacobowitz <dan@debian.org>
3343
3344 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
3345 * configure: Regenerate.
3346
378fce5b
DD
33472004-05-25 Daniel Jacobowitz <drow@false.org>
3348
3349 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
3350 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
3351 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
3352 targets.
3353 * Makefile.in: Regenerate.
3354
dfdffa2c
PB
33552005-05-24 Paolo Bonzini <bonzini@gnu.org>
3356
3357 * configure.in: Test the ability to symlink directories.
3358 * configure: Regenerate.
3359
3360 * Makefile.def (bootstrap-stage): New definitions.
3361 * Makefile.tpl (configure-stage1-gcc,
3362 configure-stage2-gcc, configure-stage3-gcc,
3363 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
3364 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
3365 new-restage3, compare): Autogenerate, see Makefile.in
3366 entry for behavioral changes.
3367 (distclean-stage1, new-stage1-start, new-stage1-end,
3368 new-stage1-bubble, distclean-stage2, new-stage2-start,
3369 new-stage2-end, new-stage2-bubble, distclean-stage3,
3370 new-stage3-start, new-stage3-end): New autogenerated targets.
3371 (objext, prebootstrap, BOOT_CFLAGS,
3372 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
3373 targets.
3374
3375 * Makefile.in: Regenerate.
3376 (distclean-stage1, new-stage1-start, new-stage1-end,
3377 new-stage1-bubble, distclean-stage2, new-stage2-start,
3378 new-stage2-end, new-stage2-bubble, distclean-stage3,
3379 new-stage3-start, new-stage3-end): New targets.
3380 (all-stage1-gcc): Move prebootstrap dependency from here...
3381 (configure-stage1-gcc): ...to here.
3382 (new-bootstrap): Use bubble targets.
3383 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3384 Use per-stage distclean targets.
3385 (configure-stage1-gcc, configure-stage2-gcc,
3386 configure-stage3-gcc, all-stage1-gcc,
3387 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
3388 Use new-stageN-start to prepare the tree.
3389
04cf1b77
PB
33902004-05-23 Paolo Bonzini <bonzini@gnu.org>
3391
3392 * Makefile.def (host_modules): add libcpp.
3393 * Makefile.tpl: Add dependencies on and for libcpp.
3394 * Makefile.in: Regenerate.
3395 * configure.in: Add libcpp host module.
3396 * configure: Regenerate.
3397
80b200a1
ZW
33982004-05-17 Zack Weinberg <zack@codesourcery.com>
3399
3400 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
3401 of libf2c.
3402 * configure, Makefile.in: Regenerate.
3403
4b1cb4fe
DD
34042004-05-13 Diego Novillo <dnovillo@redhat.com>
3405
3406 Merge from tree-ssa-20020619-branch.
3407
3408 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
3409 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
3410 (HOST_GMPLIBS): Define.
3411 (HOST_GMPINC): Define.
3412 (TARGET_LIB_PATH): Add libmudflap.
3413 (GFORTRAN_FOR_TARGET): Define.
3414 (configure-build*): Export GFORTRAN.
3415 (configure-gcc): Export GMPLIBS and GMPINC.
3416 (all-gcc): Add maybe-all-libbanshee.
3417 (configure-target-libgfortran): Define.
3418 * Makefile.in: Regenerate.
3419 * configure.in (host_libs): Add libbanshee.
3420 (target_libraries): Add target-libmudflap and target-libgfortran.
3421 Add --with-libbanshee.
3422 Handle --disable-libmudflap.
3423 (*-*-freebsd*): Use with_gmp.
3424 Add $(libgcj) to noconfigdirs.
3425 * configure: Regenerate.
3426 * depcomp: New file.
3427 * MAINTAINERS: Add tree-ssa maintainers.
3428
34292004-04-28 Paolo Bonzini <bonzini@gnu.org>
3430
3431 * config/acx.m4: Fix fastcompare support for new-bootstrap.
3432 * configure: Regenerate.
3433
b8908782
DD
34342004-04-27 Paolo Bonzini <bonzini@gnu.org>
3435
3436 Revert:
3437 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
3438
3439 * Makefile.def (flags_to_pass): Remove *dir variables that
3440 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3441 as well as prefix and exec_prefix.
3442 * Makefile.in: Regenerate.
3443
34442004-04-26 Paolo Bonzini <bonzini@gnu.org>
3445
3446 * Makefile.def (host_modules): Mark with the bootstrap
3447 flag packages on which gcc depends.
3448 * Makefile.tpl (all-bootstrap): Use it.
3449 * Makefile.in: Regenerate.
3450
34512004-04-26 Paolo Bonzini <bonzini@gnu.org>
3452
3453 * Makefile.def (flags_to_pass): Remove *dir variables that
3454 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3455 as well as prefix and exec_prefix.
3456 * Makefile.in: Regenerate.
3457
34582004-04-26 Paolo Bonzini <bonzini@gnu.org>
3459
80b200a1
ZW
3460 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
3461 * configure: Regenerate.
3462 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
3463 * gcc/Makefile.tpl (compare): Use the result of the test.
3464 * gcc/Makefile.in: Regenerate.
b8908782
DD
3465
34662004-04-23 Paolo Bonzini <bonzini@gnu.org>
3467
3468 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
3469 Always relocate gcc and prev-gcc to the original names, even
3470 if the build fails.
3471 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3472 New targets.
3473
0f260896
RO
34742004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3475
3476 * configure.in (mips*-*-irix5*): Enable ld.
3477 * configure: Regenerate.
3478
51860f05
JW
34792004-04-15 James E Wilson <wilson@specifixinc.com>
3480
3481 * Makefile.tpl (configure-[+module+], configure-gcc,
3482 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
3483 Set and export LDFLAGS.
3484 * Makefile.in: Regenerate.
3485
54752a6b
NN
34862004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
3487
3488 PR bootstrap/14871
3489 * Makefile.tpl: If we don't have built-in-tree target tools,
3490 use the ones found by configure rather than hacking around with
3491 program_transform_name.
3492 * configure.in: Give Makefile.tpl the information necessary
3493 to do that.
3494 * Makefile.in: Regenerate.
3495 * configure: Regenerate.
3496
34972004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
3498
3499 PR bootstrap/14760
3500 * configure.in: When computing baseargs, strip *all* copies of
3501 offending options. Also, don't match/substitute the trailing space,
3502 so that this actually works when two similar options are separated by
3503 only one space.
3504 * configure: Regenerate.
3505
35062004-04-06 David Edelsohn <edelsohn@gnu.org>
3507
80b200a1
ZW
3508 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
3509 (rs6000-*-aix*): Same.
3510 * configure: Regenerate.
54752a6b 3511
5e2b61fb
SS
35122004-03-25 Stan Shebs <shebs@apple.com>
3513
3514 Remove MPW support, no longer used.
3515 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
3516 mpw-install: Remove files.
3517 * src-release (DEVO_SUPPORT): Remove names of removed files.
3518 * MAINTAINERS: Likewise.
3519
1a6f2dc7
NN
35202004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
3521
a0049f1b
NN
3522 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
3523 STRICT_WARN, WARN_CFLAGS flags passed down to make.
3524 * Makefile.in: Regenerate.
3525
1a6f2dc7
NN
3526 * configure.in (top level bootstrap support): Rework --enable-werror
3527 to set @stage2_werror_flag@.
3528 * configure: Regenerate.
3529 * Makefile.tpl (top level bootstrap support): Pass
3530 @stage2_werror_flag@ down to configure in stages 2 and 3.
3531 * Makefile.in: Regenerate.
3532
920e3419
NN
35332004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
3534
3535 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
3536 for stages 2 and 3 as well as in make. As a consequence, remove
3537 OUTPUT_OPTION (now detected by configure) from the flags passed down
3538 to make.
3539 * Makefile.in: Regenerate.
3540
3541 * Makefile.tpl (new-bootstrap): Fix typo.
3542 * Makefile.in: Regenerate.
3543
4fa63067
NN
35442004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
3545
3546 * Makefile.tpl: Rearrange by moving recursive_targets rules
3547 into their proper sections.
3548 * Makefile.tpl (top level bootstrap support): Move disabling
3549 of coverage flags from 'make' to 'configure'; improve comments.
3550 * Makefile.in: Regenerate.
3551
3552 * Makefile.tpl (experimental top level bootstrap) Move stage1
3553 language setting from all- target to configure- target; disable
3554 intermodule optimization in stage 1; prevent gratuitous rebuilds
3555 of stage 1.
3556 * Makefile.in: Regenerate.
3557 * configure.in: Comma-separate stage 1 language list for top
3558 level bootstrap.
3559 * configure: Regenerate.
3560
3561 * Makefile.tpl: Clean up experimental top level bootstrap support:
3562 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
3563 prev-gcc in configure- targets as well as all- targets.
3564 * Makefile.in: Regenerate.
3565
fb8a10fd
NN
35662004-03-17 Paolo Bonzini <bonzini@gnu.org>
3567
3568 * configure.in: Remove symbolic link section.
3569 * configure: Regenerate.
3570 * Makefile.tpl (links): Remove.
3571 * Makefile.in: Regenerate.
3572
947f426e 35732004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 3574 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
3575
3576 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 3577 Set with AC_CHECK_PROGS.
947f426e
NN
3578 * configure.in: Fix comment typo from last patch.
3579 * configure: Regenerate.
3580
1d39f329
NN
35812004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
3582
3583 * Makefile.tpl: Introduce experimental top level bootstrap support.
3584 * Makefile.in: Regenerate.
3585 * configure.in: Introduce support for top level bootstrap.
3586 * configure: Regenerate.
3587
4b0ac75d 35882004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 3589 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
3590
3591 PR bootstrap/14522
3592 * configure.in: Cope with shells that do not support unquoted ^
3593 * configure: Regenerate.
3594
2e70b094 35952004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 3596 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
3597
3598 PR bootstrap/14522
3599 * configure.in: Cope with shell that do not support nesting
3600 quotes inside quoted backquote substitutions.
3601 * configure: Regenerate.
3602
36032004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
3604
3605 PR bootstrap/14522
3606 * configure.in: Fix escaping of $.
3607 * configure: Regenerate.
3608
9e07f89d
NN
36092004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
3610
3611 * configure: Regenerate.
3612
36132004-03-08 Paolo Bonzini <bonzini@gnu.org>
3614
3615 PR ada/14131
3616 Move language detection to the top level.
3617 * configure.in: Find default values for the tools as
3618 soon as possible. Disable ada if GNAT is not found.
3619 Emit error message about missing languages. Expand
3620 --enable-languages=all for the gcc subdirectory.
3621
1712ab83
RS
36222004-03-01 Richard Sandiford <rsandifo@redhat.com>
3623
3624 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
3625 and disable libgcj.
3626 * configure: Regenerated.
3627
3dee29da
NN
36282004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3629
3630 PR bootstrap/7087
3631 * Makefile.tpl: Guard XFOO sed statements better.
3632 * Makefile.tpl: Add dependency for configure-target-libada.
3633 * Makefile.in: Regenerate (incidentally fixes broken
3634 commit when libada-branch was merged).
3635
0558264b
AC
36362004-02-28 Andrew Cagney <cagney@redhat.com>
3637
3638 * src-release (CVS_NAMES): Define.
3639 (do-tar, do-tar): Prune $(CVS_NAMES).
3640
c38f9803
AC
36412004-02-23 Andrew Cagney <cagney@redhat.com>
3642
3643 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
3644 2004-02-19.09.
3645
55636792
NN
36462004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
3647
3648 PR bootstrap/11932
3649 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
3650
1e600082
AC
36512004-02-19 Andrew Cagney <cagney@redhat.com>
3652
3653 * config.guess: Update from version 2003-06-12 to 2004-02-16.
3654 * config.sub: Update from version 2003-06-13 to 2004-02-16.
3655
3769cd82
DD
36562004-02-11 David Edelsohn <edelsohn@gnu.org>
3657
3658 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
3659 (rs6000-*-aix*): Same.
3660 * configure: Regenerate.
3661
a92834c8
DD
36622004-02-11 Kelley Cook <kcook@gcc.gnu.org>
3663
3664 * configure.in (host): Add in missing $noconfigdirs to defines.
3665 * configure: Regenerate.
3666
a2592b1b
DD
36672004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
3668 Nathanael Nerode <neroden@gcc.gnu.org>
3669
3670 PR ada/6637, PR ada/5911
80b200a1 3671 Merge with libada-branch:
a2592b1b
DD
3672 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
3673 with appropriate dependencies. Add --enable-libada configure switch.
3674 * configure, Makefile.in: Regenerate.
3675
e31d1ea3
DD
36762004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3677
3678 * configure.in: Don't pass --with-stabs on IRIX 5 either.
3679 * configure: Regenerate.
3680
db85f5c0
JJ
36812004-02-02 Jeff Johnston <jjohnstn@redhat.com>
3682
3683 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 3684
fc434214
DD
36852004-01-23 DJ Delorie <dj@redhat.com>
3686
3687 * Makefile.def (target_modules) [libiberty]: Don't stage.
3688 * Makefile.in: Rebuilt.
3689
ad445c2c 36902004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 3691
ad445c2c
JJ
3692 * COPYING.NEWLIB: Update to include copyrights for new
3693 iconv code.
3694
72bbedde
AC
36952004-01-15 Andrew Cagney <cagney@redhat.com>
3696
3697 * src-release: Update copyright year.
3698 (do-proto-toplev): Configure using i686-pc-linux-gnu.
3699 (NEWLIB_SUPPORT_DIRS): Delete macro.
3700 (newlib.tar.bz2): Delete rule.
3701
a6d6062d
DD
37022004-01-14 Loren J. Rittle <ljrittle@acm.org>
3703
3704 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
3705 * Makefile.tpl (configure-target-[+module+]): Support stage.
3706 * Makefile.in: Rebuilt.
3707
f8b73030
MR
37082003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3709
3710 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
3711 throughout.
3712
aff0e9df
NN
37132004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
3714
bb5dca17
NN
3715 * configure.in: Use ./config.cache, not config.cache.
3716 * configure: Regenerate.
3717 * Makefile.tpl: Special-casing not needed for GCC any more.
3718 * Makefile.in: Regenerate.
3719
82252c06
NN
3720 * configure.in: Don't share a cache file for host dirs.
3721 * configure: Regenerate.
3722
aff0e9df
NN
3723 * config-ml.in: Don't mess with the cache file.
3724
95036d20
NN
37252004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
3726
ac7b618e
NN
3727 * Makefile.tpl: Make GCC use a separate config.cache.
3728 * Makefile.in: Regenerate.
3729
95036d20
NN
3730 PR bootstrap/11932, PR bootstrap/11933
3731 (I don't know if it will fix either of them, but it relates
3732 to them.)
3733 * configure.in: Don't use shared config.cache for target
3734 directories.
3735 * configure: Regenerate.
3736
08c1856b
DD
37372003-12-31 Roger Sayle <roger@eyesopen.com>
3738
3739 * configure.in (ia64*-*-hpux*): Disable building java libraries.
3740 * configure: Regenerated.
3741
c1968181 37422003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 3743
c1968181
DD
3744 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
3745 * configure: Regenerated.
3746
10ecffb9
NN
37472003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
3748
3749 Port change over from GCC:
3750 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
3751 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
3752 (configure-build-[+module+], configure-[+module+]): Likewise.
3753 (configure-target-[+module+], configure-gcc, config.status): Likewise.
3754 * Makefile.in: Regenerate.
3755
f2ab5990
TF
37562003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
3757
3758 * configure.in (raw_libstdcxx_flags): Remove the leading space.
3759 * configure: Regenerate.
3760
41a7d11a
JJ
37612003-11-27 Jeff Johnston <jjohnstn@redhat.com>
3762
80b200a1 3763 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
3764 stdlib.
3765
d9441a1f
DD
37662003-11-14 Arnaud Charlet <charlet@act-europe.fr>
3767
3768 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
3769 * Makefile.in: Regenerate.
3770
3a48a978
DD
37712003-10-20 Phil Edwards <phil@codesourcery.com>
3772
3773 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
3774 * configure: Regenerate.
3775
f0b24077
NN
37762003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
3777
3778 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
3779 HOST_FLAGS_TO_PASS.
3780 * Makefile.in: Regenerate.
3781
5fbad20a
DD
37822003-10-05 Mohan Embar <gnustuff@thisiscool.com>
3783
3784 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
3785 * configure: Rebuilt
3786 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
3787 * Makefile.in: Rebuilt
3788
78be4155
L
37892003-10-03 H.J. Lu <hongjiu.lu@intel.com>
3790
3791 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
3792
051fcc7a
L
37932003-10-01 Phil Edwards <pme@gcc.gnu.org>
3794
3795 * config-ml.in: Use ac_configure_args directly instead of
3796 ml_arguments. Only set ml_norecursion if --no[-]recursion is
3797 actually seen.
3798
37992003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
3800
3801 * config-ml.in: Propagate INSTALL variables.
3802
f27d4f92
DJ
38032003-09-21 Daniel Jacobowitz <drow@mvista.com>
3804
3805 * configure.in: Pass a computed --program-transform-name
3806 to subconfigures.
3807 * configure: Regenerated.
3808
cae4d560
NN
38092003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
3810
3811 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
3812 * Makefile.in: Regenerate.
3813
3814 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
3815 * Makefile.in: Regenerate.
3816
8ff944f6
DJ
38172003-09-17 Daniel Jacobowitz <drow@mvista.com>
3818
3819 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
3820 quoting.
3821 * configure: Regenerated.
3822
d9a35680
MC
38232003-09-12 Michael Chastain <mec@shout.net>
3824
3825 Fix PR gdb/857.
3826 * src-release (do-proto-topleve): Remove junk files
3827 intl/config.cache, intl/config.status,
3828 intl/config.h, intl/stamp-h.
3829
710068b9
AC
38302003-09-14 Andrew Cagney <cagney@redhat.com>
3831
3832 * src-release (dejagnu.tar): New target.
3833 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
3834 (do-djunpack): Use $(PACKAGE) for the package name.
3835
e1008165
DD
38362003-09-04 DJ Delorie <dj@redhat.com>
3837
3838 * configure: Regenerate.
3839
21998d12
NC
38402003-09-04 Robert Millan <robertmh@gnu.org>
3841
3842 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 3843
ccca4bb3
DD
38442003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3845
3846 * configure.in: Ensure arguments to sed are properly spaced.
3847 * configure: Regenerate.
3848
ee949b5e
DJ
38492003-08-28 Daniel Jacobowitz <drow@mvista.com>
3850
3851 Merge from gcc:
3852 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
3853 * install-sh: Update to newer upstream versions (associated with
3854 aclocal 1.7).
3855 * missing: Likewise, plus $1Help2man -> $1 typo fix.
3856
75addda2
DJ
38572003-08-27 Daniel Jacobowitz <drow@mvista.com>
3858
3859 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
3860 * configure: Regenerated.
3861
8d2877d8
NN
38622003-08-23 Phil Edwards <pme@gcc.gnu.org>
3863
3864 * configure.in: Use newline instead of semicolon when assuming
3865 shell arguments in a for loop.
3866 * configure: Regenerated.
3867
d2cc0e0d
GK
38682003-08-20 Geoffrey Keating <geoffk@apple.com>
3869
3870 PR 8180
3871 * configure.in: When testing with_libs and with_headers, treat
3872 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
3873 * configure: Regenerate.
80b200a1 3874
d2cc0e0d
GK
3875 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
3876 make, shell, etc.
3877 (baseargs): Likewise.
3878 * configure: Regenerate.
3879
04d1ab34
GK
38802003-08-19 Geoffrey Keating <geoffk@apple.com>
3881
3882 * configure.in: Disable libgcj for darwin not on powerpc.
3883 * configure: Rebuild.
3884
ca506da8
MC
38852003-08-15 Michael Chastain <mec@shout.net>
3886
3887 * src-release (do-proto-toplev): Remove junk files
3888 dejagnu/example/calc/config.status,
3889 dejagnu/example/calc/config.log.
3890
a4aa3f49
DD
38912003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
3892
3893 * config-ml.in, symlink-tree: Add license.
3894
ede4fbe4
NN
38952003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
3896
3897 Merge from gcc:
3898
3899 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
3900 * Makefile.tpl (check, check-c++): Express dependencies using
3901 dependencies rather than commands.
3902 * Makefile.in: Regenerate.
3903
3904 2003-07-31 Geoffrey Keating <geoffk@apple.com>
3905 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
3906 * Makefile.in: Update.
3907
970f29af
AC
39082003-08-01 Andrew Cagney <cagney@redhat.com>
3909
3910 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
3911 * configure: Ditto.
3912
b2884a0c
DD
39132003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
3914
3915 * configure.in: Enable libgcj for darwin.
3916 * configure: Rebuild.
3917
c07f46a4
NN
39182003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
3919
3920 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
3921
9175bfc0
NN
39222003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
3923
3924 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3925 creating target and build subdirs to build all parent dirs as needed.
3926 * Makefile.in: Rebuild.
3927 * configure.in: Don't build dirs explicitly here.
3928 * configure: Rebuild.
3929
b9abda6a
AO
39302003-07-22 Alexandre Oliva <aoliva@redhat.com>
3931
3932 * Makefile.tpl (all-make): Depend on intl.
3933 * Makefile.in: Rebuilt.
3934
eef8ffd4
NN
39352003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
3936
3937 * config.if: Remove unused libc_interface determination.
3938
295efaf0
NN
39392003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
3940
3941 * Makefile.in: Regenerate, correctly this time.
3942
e5c3f801
NN
39432003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
3944
3945 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
3946 unused INSTALL_PROGRAM_ARGS.
3947 * configure.in: Use AC_PROG_INSTALL.
3948 * Makefile.in: Regenerate.
3949 * configure: Regenerate.
3950
4a18bd6b
AO
39512003-07-10 Alexandre Oliva <aoliva@redhat.com>
3952
3953 * configure: Rebuilt.
3954 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3955 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3956 newlib nor libgloss.
3957 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
3958 * configure.in (am33_2.0-*-linux*): Added.
3959
fbd1054d
BW
39602003-07-09 Bob Wilson <bob.wilson@acm.org>
3961
3962 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3963 * configure: Regenerate.
3964
b40e3958
L
39652003-07-06 H.J. Lu <hongjiu.lu@intel.com>
3966
3967 * config-ml.in: Replace PWD with PWD_COMMAND.
3968 * Makefile.tpl: Likewise.
3969 * Makefile.in: Regenerated.
3970
4a5be7ba
NN
39712003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
3972
3973 * configure.in: Clean up config-lang.in handling. Delete
3974 useless assignment to "subdirs".
3975 * configure: Regenerate.
3976
9c14acb8
NN
39772003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
3978
3979 * configure.in: Rename 'target_libs' to 'target_libraries'.
3980 Remove useless reference to 'target_libs'.
3981 * configure: Regenerate.
3982
8f32e830
KS
39832003-06-23 Keith Seitz <kseitz@sources.redhat.com>
3984
3985 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3986 * Makefile.in: Regenerate.
3987
12f0bd74
NN
39882003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
3989
3990 * Makefile.def: Introduce flags_to_pass.
3991 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3992 * Makefile.in: Regenerate.
3993
b07c2aad
HPN
39942003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
3995
3996 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3997 and target-libgloss.
3998 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3999 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 4000 * configure: Regenerate.
b07c2aad 4001
56f25033
DD
40022003-06-17 Benjamin Kosnik <bkoz@redhat.com>
4003
4004 * configure.in: Update testsuite_flags to new location.
4005 * configure. Regenerate.
80b200a1 4006
4ec9a3b2
NN
40072003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
4008
4009 * Makefile.tpl: Remove BUILD_CC stuff.
4010 * Makefile.in: Regenerate.
4011
059083b1 40122003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 4013
059083b1
L
4014 * config.guess: Update to 2003-06-12 version.
4015 * config.sub: Update to 2003-06-13 version.
4016
535b046a
TS
40172003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4018
4019 * MAINTAINERS: Add myself as MIPS co-maintainer.
4020
00c22daa 40212003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 4022
00c22daa
L
4023 * config.guess: Update to 2003-06-06 version.
4024 * config.sub: Update to 2003-06-06 version.
4025
1047cb91
DD
40262003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4027
4028 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
4029 * configure. Regenerate.
4030
123494c8
NN
40312003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
4032
1047cb91
DD
4033 * configure.in: Disable serial configure by default.
4034 * configure: Regenerate.
4035 * Makefile.tpl: Abolish .NOTPARALLEL.
4036 * Makefile.in: Regenerate.
4037
7f121bbf
NN
4038 * Makefile.tpl: Replace {build,host,target}_canonical by
4039 {build,host,target}.
4040 * Makefile.in: Regenerate.
4041
123494c8
NN
4042 * Makefile.tpl: Fix stupid pasto.
4043 * Makefile.in: Regenerate.
4044
ec7e0995
NN
40452003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
4046
4047 * Makefile.tpl: Remove bogus conditional.
4048 * Makefile.in: Regenerate.
4049
27b1cc72
NN
40502003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
4051
2a4cbe27
NN
4052 * Makefile.tpl: Make 'recursive targets' using autogen rather
4053 than shell loop. Remove duplicate 'clean' targets and false
4054 comments.
4055 * Makefile.def: Add systematic dependencies to 'recursive' targets.
4056 Add systematic method of specifying missing targets in subdirs.
4057 Add copyright boilerplate.
4058 * Makefile.in: Regenerate.
4059 * configure.in: Add 'recursive targets' to maybe list.
4060 * configure: Regenerate.
4061
27b1cc72
NN
4062 * Makefile.tpl: Rename [+target+] to [+make_target+].
4063 * Makefile.def: Rename 'target' to 'make_target'.
4064
01e51bd0
NC
40652003-05-30 Nick Clifton <nickc@redhat.com>
4066
4067 * README-maintainer-mode: Update URL for locating blessed config
4068 tools.
4069
2fd84b42
NC
40702003-05-29 Robert Millan <rmh@debian.org>
4071
4072 * ltconfig: Import this patch and modify for use with current
4073 version of ltconfig:
4074
4075 2003-05-21 Bruno Haible <bruno@clisp.org>
4076
4077 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
4078 GNU/FreeBSD.
4079
8945c6bb
DD
40802003-05-28 DJ Delorie <dj@redhat.com>
4081
4082 * Makefile.tpl: Make maybe-check-gcc .PHONY.
4083 * Makefile.in: Regenerate.
4084
2f9632a1
JJ
40852003-05-28 Jeff Johnston <jjohnstn@redhat.com>
4086
80b200a1 4087 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 4088
3a12db16 40892003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 4090
3a12db16
DD
4091 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
4092 newlib or libgloss.
4093 * Makefile.in: Regenerate.
4094
44482353
DD
40952003-05-21 DJ Delorie <dj@redhat.com>
4096
4097 * Makefile.tpl: Add missing empty maybe-check-gcc target.
4098 * Makefile.in: Regenerate.
4099
fec2c52d
MR
41002003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4101
4102 * configure.in: Use curly braces in the definition of tooldir.
4103 * configure: Regenerate.
4104
16ae0395
NN
41052003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
4106
4107 * configure.in: Switch more things to use maybe dependencies.
80b200a1 4108 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
4109 Factor out common code from autogen IF statements.
4110 * configure: Regenerate.
4111 * Makefile.in: Regenerate.
4112
ec11bdc6
DD
41132003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
4114
4115 * configure.in: Accept i[3456789]86 for machine type.
4116 * configure: Regenerate.
4117
dd12c3a8
NN
41182003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
4119
4120 * configure.in: Switch more things to use maybe dependencies.
4121 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
4122 * configure: Regenerate.
4123 * Makefile.tpl: Switch more things to use maybe dependencies.
4124 * Makefile.in: Regenerate.
4125
cf662e21
AJ
41262003-05-16 Andreas Schwab <schwab@suse.de>
4127
4128 * Makefile.tpl (install-opcodes): Define.
4129 * Makefile.in: Rebuild.
4130
5481b376
AJ
41312003-05-13 Andreas Jaeger <aj@suse.de>
4132
4133 * config.guess: Update to 2003-05-09 version.
4134 * config.sub: Update to 2003-05-09 version.
4135
3959a22a
AJ
41362003-05-13 Michael Eager <eager@mvista.com>
4137
4138 * configure.in: Correct sed script so that options in quotes are not
4139 deleted.
4140 * configure: Rebuild.
4141
564b43e5
CV
41422003-05-12 Corinna Vinschen <corinna@vinschen.de>
4143
4144 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
4145 and $$s/newlib/libc/sys/cygwin32 include paths.
4146 * configure: Ditto.
4147
bb947dc9
L
41482003-05-05 H.J. Lu <hjl@gnu.org>
4149
4150 * config-ml.in: Restored from gcc repository.
4151
77f7441a
CD
41522003-05-02 Chris Demetriou <cgd@broadcom.com>
4153
80b200a1
ZW
4154 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
4155 * Makefile.in: Regenerate.
77f7441a 4156
a26d7085
DJ
41572003-04-27 Daniel Jacobowitz <drow@mvista.com>
4158
4159 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
4160 and Makefile.def.
4161
e4c4d240
DJ
41622003-04-27 Daniel Jacobowitz <drow@mvista.com>
4163
4164 * Makefile.tpl: Clean $(BUILD_SUBDIR).
4165 * Makefile.in: Regenerated.
4166
62a3fc85
DD
41672003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4168
4169 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
4170 * Makefile.in: Regenerate.
4171
41722003-04-18 Jakub Jelinek <jakub@redhat.com>
4173
4174 * configure.in (powerpc64*-*-linux*): Remove.
4175 * configure: Rebuilt.
4176
5b474aa8
DD
41772003-04-17 Phil Edwards <pme@gcc.gnu.org>
4178
4179 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
4180 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
4181 and restrap.
4182 * Makefile.in: Regenerate.
4183
41842003-04-16 Richard Earnshaw <rearnsha@arm.com>
4185
4186 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
4187 * configure: Regenerated.
4188
bc295afe
AO
41892003-04-11 Alexandre Oliva <aoliva@redhat.com>
4190
4191 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
4192 * */configure: Rebuilt.
4193
3728fade
NN
41942003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
4195
4196 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
4197 * Makefile.in: Regenerate.
4198
ce5b542e
MC
41992003-03-14 Michael Chastain <mec@shout.net>
4200
4201 * Makefile.in: Regenerate with correct Makefile.def.
4202
3db0a37f
NN
42032003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
4204
4205 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
4206 Make macro.
4207 * Makefile.in: Regenerate.
4208 * configure.in: Clean up gxx_include_dir logic.
4209 * configure: Regenerate.
4210
34349c6e
DD
42112003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4212
4213 * configure.in (gxx_include_dir): Fix typo.
4214 * configure: Regenerated.
4215
686c28c9
AC
42162003-03-06 Andrew Cagney <cagney@redhat.com>
4217
4218 * texinfo/texinfo.tex: Import version 2003-02-03.16.
4219
bba45b8b 42202003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 4221
bba45b8b
NN
4222 * configure.in: Include $(build_tooldir)/sys-include in
4223 FLAGS_FOR_TARGET.
4224 * configure: Regenerated.
4225
2683747f
NN
42262003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
4227
bba45b8b
NN
4228 * Makefile.tpl: Reindent.
4229 * Makefile.in: Regenerate.
4230 * configure.in: Reindent. Don't set unused variables.
4231 * configure: Regenerate.
4232
2683747f
NN
4233 * Makefile.tpl: Always pass down RANLIB.
4234 * Makefile.in: Regenerate.
4235
4236 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
4237 * Makefile.in: Regenerate.
4238 * configure.in: Remove unused logic relating to --enable-shared
4239 and --enable-threads. Remove bogus comments. Remove redundant
4240 noconfigdirs.
4241 * configure: Regenerate.
4242
4243 * configure.in: Replace ${libstdcxx_version} by its value.
4244 Remove reference to mh-dgux.
4245 * configure: Regenerate.
4246
50212802
NN
42472003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4248
4249 * Makefile.tpl: Rearrange.
4250 * Makefile.in: Regenerate.
4251
a6be7fc6
NC
42522003-02-25 Nick Clifton <nickc@redhat.com>
4253
4254 * configure: Remove site-file supprot - it is obsolete.
4255
f8a495c8
NC
42562003-02-24 Uwe Stieber <uwe@wwws.de>
4257
4258 * configure.in: Add support for kaOS as cross build target system.
4259 * configure: Regenerated.
4260
3decd77d
DD
42612003-02-20 Sean McNeil <sean@blue.mcneil.com>
4262
4263 * Makefile.tpl: Add definition of CPPFLAGS to pass into
4264 configure-target-* as some target builds may require additional
4265 flags for preprocessor tests.
4266 * Makefile.in: Regenerated.
4267
f4ff34a3
AO
42682003-02-19 Alexandre Oliva <aoliva@redhat.com>
4269
4270 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
4271 * ltconfig: Handle it.
4272 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
4273 auto-detecting it.
4274
b7e4a931
AO
42752003-02-19 Alexandre Oliva <aoliva@redhat.com>
4276
4277 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
4278 it is used as argument to $CC.
4279 * ltcf-gcj.sh: Likewise.
4280
6b784d9f
AO
42812003-02-19 Alexandre Oliva <aoliva@redhat.com>
4282
4283 * configure.in: Introduce --enable-maintainer-mode.
4284 * configure: Rebuilt.
4285 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
4286 for maintainer mode.
4287 * Makefile.in: Rebuilt.
4288
8bcd8a07
AC
42892003-02-19 Andrew Cagney <ac131313@redhat.com>
4290
4291 * configure: Regenerate using autoconf 2.13.
4292
ee3fd329
AM
42932003-02-19 Alan Modra <amodra@bigpond.net.au>
4294
4295 * config.guess: Import latest version.
4296 * config.sub: Import latest version.
4297
e9e45685
JM
42982003-02-18 Jason Merrill <jason@redhat.com>
4299
4300 * Makefile.tpl (check-c++): Allow parallelism.
4301
859789af
AC
43022003-02-17 Andrew Cagney <ac131313@redhat.com>
4303
4304 * configure: Regenerate using autoconf 000227.
4305
b3f16a9b
GK
43062003-02-15 Geoffrey Keating <geoffk@apple.com>
4307
4308 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
4309 don't configure target-libobjc.
4310 * configure: Regenerate.
4311
72e60e02
DD
43122003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4313
4314 * Makefile.tpl (RANLIB): Define.
4315 * Makefile.in: Regenerate.
4316
91f0e695
KS
43172003-02-06 Keith R Seitz <keiths@redhat.com>
4318
4319 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
4320 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
4321 * Makefile.in: Regenerated.
4322 * configure.in: Remove all traces of snavigator, db, and grep.
4323 * configure: Regenerated.
4324
122bfa92
FCE
43252003-01-31 Frank Ch. Eigler <fche@redhat.com>
4326
4327 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
4328 * Makefile.in: Regenerated.
4329
264095c3
AO
43302003-01-30 Alexandre Oliva <aoliva@redhat.com>
4331
4332 * config.if: Copy from GCC.
4333
a84dbcb3
AO
43342003-01-27 Phil Edwards <pme@gcc.gnu.org>
4335
4336 * configure.in: Revert 24Jan change.
4337 * configure: Regenerate.
4338
19618276
NN
43392003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
4340
4341 * configure.in: Revert previous change.
4342 * configure: Regenerate.
4343
b7f27a92
NN
43442003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
4345
4346 * configure.in: Make rda native-only.
4347 * configure: Regenerate.
4348
83326456
NN
43492003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
4350
4351 * configure.in: Add missing \.
4352 * configure: Rebuilt.
4353
5e367fa5
JJ
43542003-01-17 Jakub Jelinek <jakub@redhat.com>
4355
4356 * configure.in (baseargs): Avoid using \| in sed regular
4357 expressions.
4358 * configure: Rebuilt.
4359
e01f337c
JJ
43602003-01-16 Jakub Jelinek <jakub@redhat.com>
4361
4362 * configure.in (baseargs): Remove all supported forms of
4363 --cache-file, --srcdir, --host, --build and --target options
4364 from argument lists.
4365 * configure: Rebuilt.
4366
aa236487
AO
43672003-01-15 Alexandre Oliva <aoliva@redhat.com>
4368
4369 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
4370 * configure: Rebuilt.
4371
586c0873
NN
43722003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
4373
4374 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
4375 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
4376 * Makefile.in: Regenerate.
4377 * configure: Regenerate.
4378
497f816e
DD
43792003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
4380
4381 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
4382 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
4383 * Makefile.in: Regenerate.
4384
bfbe5519
AO
43852003-01-09 Alexandre Oliva <aoliva@redhat.com>
4386
4387 * configure.in: Remove Makefile in build, host and target modules
4388 unless configure was run with --no-recursion.
4389 * configure: Rebuilt.
4390
3f234ef5
CD
43912003-01-08 Chris Demetriou <cgd@broadcom.com>
4392
4393 * config.guess: Update to 2003-01-03 version.
4394 * config.sub: Update to 2003-01-03 version.
4395
a3982d48
CF
43962003-01-07 Christopher Faylor <cgf@redhat.com>
4397
4398 * configure: Regenerate with proper autoconf 2.13.
4399
75778ec4
CF
44002003-01-07 Christopher Faylor <cgf@redhat.com>
4401
80b200a1
ZW
4402 * configure.in: Add AC_PREREQ for consistency.
4403 * configure: Regenerate.
75778ec4 4404
c180f501
AC
44052003-01-06 Andrew Cagney <ac131313@redhat.com>
4406
4407 * configure.in (GDB_TK): Add tcl directories conditional on
4408 gdb/gdbtk directory being present.
4409 * configure: Regenerate.
5481b376 4410
46ca2cc2
DA
44112003-01-04 John David Anglin <dave.anglin@nrc.ca>
4412
4413 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
4414 by gcc if LD is not defined and we are not doing a Canadian Cross.
4415 * configure: Rebuilt.
4416
53dd8dab
DJ
44172003-01-01 Daniel Jacobowitz <drow@mvista.com>
4418
4419 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
4420
50ceb20c
TT
44212002-12-31 Tom Tromey <tromey@redhat.com>
4422
4423 * Makefile.in: Rebuilt.
4424 * Makefile.def (target_modules) [libffi]: Allow installation.
4425
e78b5cfe
AS
44262002-12-31 Andreas Schwab <schwab@suse.de>
4427
4428 * configure.in: Fix use of $program_transform_name.
4429 * configure: Regenerated.
4430
67448102
DJ
44312002-12-30 Daniel Jacobowitz <drow@mvista.com>
4432
4433 * configure.in (baseargs): Don't remove first configure argument.
4434 * configure: Regenerated.
4435
e6bfb94a
AO
44362002-12-29 Alexandre Oliva <aoliva@redhat.com>
4437
4438 * Makefile.tpl (local-distclean): Don't remove...
4439 (multilib.ts): ... this. Moved into...
4440 (multilib.out): ... this. Don't use sub-make.
4441 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
4442 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
4443 (configure-build-[+module+], configure-[+module+],
4444 configure-target-[+module+], configure-gcc): ... these. Test
4445 for Makefile existence. Drop config.status from dependencies.
4446 * Makefile.in: Rebuilt.
4447 * configure.in: Move gcc-version-trigger to the end of
4448 ac_configure_args. Add comments to maybedep.tmp and
4449 serdep.tmp. Introduce --disable-serial-configure. Remove
4450 nonopt from baseargs, matching and removing corresponding
4451 whitespace while at it.
4452 * configure: Rebuilt.
4453
8f0dfb36
AO
44542002-12-28 Alexandre Oliva <aoliva@redhat.com>
4455
4456 * configure.in (host_configargs): Replace reference to
4457 no-longer-defined buildopts with --build=${build_alias}.
4458 * configure: Rebuilt.
4459
43be203f
AO
44602002-12-28 Alexandre Oliva <aoliva@redhat.com>
4461
4462 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
4463 program_transform_name to standard idiom.
4464 (AUTOGEN, AUTOCONF): Define.
4465 (Makefile.in): Use $(AUTOGEN).
4466 (Makefile): Depend on config.status, and use autoconf-style rule to
4467 build it. Move original commands to...
4468 (config.status): ... this new target.
4469 (configure): Add $(srcdir). Depend on config/acx.m4. Use
4470 $(AUTOCONF).
4471 * Makefile.in: Rebuilt.
4472
a0da8069
NN
44732002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
4474
d18f1c9f
NN
4475 * Makefile.tpl: Fix dramatic bustage due to change in
4476 program_transform_name.
4477 * Makefile.in: Regenerate.
4478
4479 * configure.in: Remove unnecessary PATH setting.
4480 * configure: Regnerate.
4481
4482 * configure.in: Don't default to unprefixed tools unless
4483 the native tools will work.
4484 * configure: Regenerate.
4485
a0da8069
NN
4486 * configure.in: Convert to autoconf script. Blow away lots
4487 of now-redundant Makefile fragments.
4488 * configure: Generate using Autoconf.
4489 * Makefile.tpl: Rewrite to reflect autoconfiscation.
4490 * Makefile.in: Regenerate.
4491
c567df0a
NN
44922002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
4493
5481b376 4494 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
4495 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
4496
5481b376 4497 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 4498 where they belong.
2c7f9a32 4499
2dabcfb4
AS
45002002-12-24 Andreas Schwab <schwab@suse.de>
4501
4502 * Makefile.tpl (multilib.out): Fix missing space.
4503 * Makefile.in: Regenerate.
4504
1086bc09
NN
45052002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
4506
4507 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
4508 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
4509 * Makefile.in: Regenerate.
4510 * configure.in: Remove unnecessary leftovers.
4511
1086bc09
NN
45122002-12-21 Geoffrey Keating <geoffk@apple.com>
4513
4514 * configure.in (extra_ranlibflags_for_target): New variable.
4515 (*-*-darwin): Add -c to ranlib commands.
4516 * configure (tooldir): Handle extra_ranlibflags_for_target.
4517
14e9ca95
JJ
45182002-12-20 Jeff Johnston <jjohnstn@redhat.com>
4519
4520 * COPYING.NEWLIB: Updated.
4521 * COPYING.LIBGLOSS: Ditto.
4522
14c428fb
NN
45232002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
4524
4525 * Makefile.tpl: Revert HJL's change.
4526 * Makefile.in: Regenerated.
4527 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
4528 always.
4529
313b8244
AS
45302002-12-19 Andreas Schwab <schwab@suse.de>
4531
4532 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
4533 * Makefile.in: Regenerate.
4534
efeae3db
L
45352002-12-18 H.J. Lu <hjl@gnu.org>
4536
4537 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
4538 * Makefile.in: Regenerated.
4539
4540 * configure.in (build_prefix): New. Substitute.
4541
43d92c63
NN
45422002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
4543
59da4fe6
NN
4544 * Makefile.tpl: Don't let real targets depend on phony targets.
4545 * Makefile.in: Regenerate.
4546
43d92c63
NN
4547 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
4548 * Makefile.in: Regenerate.
4549
b72e6a2d
JM
45502002-12-16 Jason Merrill <jason@redhat.com>
4551
4552 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
4553 previous 'make bootstrap'.
4554 * Makefile.in: Regenerate.
4555
95c72c44
HPN
45562002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
4557
4558 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
4559
7d695d07
JM
45602002-12-13 Jason Merrill <jason@redhat.com>
4561
4562 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
4563 library tests.
4564 (check-c++): Just depend on it and check-target-libstdc++-v3.
4565 * Makefile.in: Regenerate.
4566
54103d1e
NN
45672002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
4568
4569 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
4570 * Makefile.in: Regenerate.
4571
4024f1e1
JJ
45722002-12-12 Jeff Johnston <jjohnstn@redhat.com>
4573
80b200a1
ZW
4574 * COPYING.NEWLIB: Update list of alternate Regent of California
4575 licenses and discuss official revoking of advertising clause.
4576 * COPYING.LIBGLOSS: Ditto.
4024f1e1 4577
7dda0df6
AO
45782002-12-12 Alexandre Oliva <aoliva@redhat.com>
4579
4580 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
4581 * Makefile.in: Rebuilt.
4582
d03be79e 45832002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 4584
929293f4
NN
4585 * configure: Fix bug put in by gremlins.
4586
d03be79e
NN
4587 * Makefile.tpl: Substitute more autoconfily.
4588 * configure: Substitute more autoconfily.
4589 * Makefile.in: Regenerate.
4590
45912002-12-08 Andrew Cagney <ac131313@redhat.com>
4592
4593 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
4594 * Makefile.in (all-sim): Ditto.
a36d530e
DD
4595
45962002-12-06 DJ Delorie <dj@redhat.com>
4597
4598 * Makefile.tpl: Change configure dependencies to not have real
4599 targets depend on phony targets.
b4a77b47 4600
db1ac78d
NN
46012002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
4602
bcaf2395
NN
4603 * configure.in: Revert unintentional change.
4604
b4fa093e
NN
4605 * src-release: Configure host subdirs.
4606
db1ac78d
NN
4607 * Makefile.tpl: Change dependency for */multilib.out so that
4608 it works when gcc isn't in the tree.
4609
4610 * configure.in: Substitute more.
4611 * configure: Run subconfigures from the Makefile.
4612 * Makefile.tpl: Run subconfigures from the Makefile; add a few
4613 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
4614
15723a45
NN
46152002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
4616
e2b9e2dc
NN
4617 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
4618 and corresponding dependencies.
4619 * Makefile.in: Regenerate.
4620
2af579c4
NN
4621 * configure.in (host_tools): Order binutils, gas and ld for
4622 convenience in running the testsuites.
4623
a2cc058a
NN
4624 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
4625 * Makefile.in: Regenerate.
4626 * configure.in: Introduce rules to serialize subconfigure runs.
4627
15723a45
NN
4628 * configure.in: Introduce BASE_CC_FOR_TARGET.
4629 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
4630 Realize configure-build-* targets. Realize configure-target-* targets.
4631 * Makefile.in: Regenerate.
4632
ae831be5
NN
46332002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4634
4635 * configure: Move gcc_version_trigger stuff from here...
4636 * configure.in: ...to here.
4637
4638 * configure.in: Separate subconfigure options added by this file from
4639 options given by the user. Add machinery to put args for host
4640 subconfigures into the Makefile.
4641
4642 * Makefile.tpl: Remove 'vault' targets.
4643 * Makefile.tpl: Reorder and comment dependencies.
4644 * Makefile.in: Regenerate.
4645
bbf7c8ac
NN
46462002-11-28 Geoffrey Keating <geoffk@apple.com>
4647
4648 * configure.in: Move host-specific darwin noconfigdirs into
4649 the host-specific section.
4650
930314a4
NN
46512002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4652
52d7cdee
NN
4653 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
4654 during replay.
4655 * Makefile.in: Regenerate.
4656
930314a4
NN
4657 (finishing slow-motion replay)
4658 * configure: Remove skip-this-dir support.
4659 * Makefile.tpl: Remove skip-this-dir support.
4660
4661 * Makefile.tpl: Remove leftover support for non-autoconfiscated
4662 subdirectories.
4663 * Makefile.in: Regenerate.
4664
4665 * Makefile.tpl: Strip out useless setting of 'dir'.
4666 * Makefile.in: Regenerate.
5481b376 4667
930314a4
NN
46682002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4669
4670 (finishing slow-motion replay)
4671 * configure.in: Fix deeply stupid bug.
4672
4673 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
4674 shell code in CXX_FOR_TARGET
4675 * Makefile.def: Introduce raw_cxx.
4676 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
4677 RAW_CXX_FOR_TARGET.
4678 * Makefile.in: Regenerate.
4679
46802002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
4681
4682 (finishing slow-motion replay)
4683 * Makefile.tpl: Remove unnecessary ifs.
4684 * Makefile.in: Regenerate.
4685
5481b376 4686 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
4687 dependencies. Maybe-ize build-libiberty. Create dummy install
4688 targets for 'no_install' modules.
5481b376 4689 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 4690 build_modules stuff to configure.in.
5481b376 4691 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
4692 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
4693 * Makefile.in: Regenerate.
4694
3866be5d
NN
46952002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
4696
4697 (continuing slow-motion replay)
4698 * Makefile.tpl: Make all-target, install-target behave similarly
4699 to all, install (only hitting configured targets). Eliminate
4700 unused macro defintions.
4701
4702 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
4703 build != host.
4704
4705 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
4706
4707 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
4708
5481b376 4709 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
4710 configuring. Remove references to "dosrel".
4711 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 4712 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 4713 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 4714 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
4715 and redundant dependency; rearrange slightly.
4716 * Makefile.def: Add host-side libtermcap, utils.
4717
4718 * Makefile.in: Regenerate.
4719
e393202e
NN
47202002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
4721
4722 (Continuing slow-motion replay)
4723 * Makefile.def: Add list of recursive targets to autogenerate.
4724 Add build_modules.
4725 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
4726 targets. Autogenerate *-build-* targets.
4727 * Makefile.in: Regenerate.
4728
583d52d7
NN
47292002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
4730
4731 (Continuing slow-motion replay)
4732 * configure: More autoconf-style substitutions.
4733 * Makefile.tpl: More autoconf-style substitutions.
4734 * Makefile.in: Regenerate.
4735
47362002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
4737
4738 (Continuing slow-motion replay)
4739 * configure: Substitute more variables in a more autoconf-friendly
4740 way. Simplify slightly.
4741 * Makefile.tpl: Make more variables substitutable in an
4742 autoconf-friendly way.
4743 * Makefile.in: Regenerate.
4744
874e38b4
NN
47452002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
4746
4747 (Continuing slow-motion replay)
4748 * configure.in (v810*): Remove special setting of tools.
4749
4750 * configure: Add support for extra required flags for ar or nm.
4751 * configure.in (aix4.3+): Use above support for target-specific
4752 issues, rather than using config/mt-aix43.
4753
852e5f18
NN
47542002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
4755
4756 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
4757 * configure: Remove 'removing', which doesn't work. Replace $subdir
4758 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
4759 with $srcdir. Reformat indentation. Substitute some variables
4760 formerly hard-coded in the Makefile for build=host.
4761 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4762 * Makefile.def: Autogenerate more.
4763 * Makefile.in: Regenerate.
4764
c9a0d920
DD
47652002-11-13 Bruce Korb <bkorb@gnu.org>
4766
4767 * Makefile.tpl: syntactic cleanup
4768
dd2768ff
KB
47692002-11-04 Kevin Buettner <kevinb@redhat.com>
4770
4771 * Makefile.def (host_modules): Add rda.
4772 * Makefile.in: Regenerate.
4773 * configure.in (target_tool): Add target-rda to list.
4774
1aa8389d
DD
47752002-10-25 Phil Edwards <pme@gcc.gnu.org>
4776
4777 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
4778 and restrap targets to this rule.
4779 * Makefile.in: Regenerate.
4780
28f46298
HPN
47812002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
4782
4783 * configure.in (i[3456]86-*-linux*): Add check to disable
4784 ${libgcj} for glibc1.
4785
ff72e302
NC
47862002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
4787
4788 * configure.in: Add tic4x target.
4789
8607b6c9
NN
47902002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
4791
4792 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4793 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4794 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4795 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4796 * Makefile.in: Regenerate.
4797
f8f61f4a
NN
47982002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
4799
c86f794b
NN
4800 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4801 * Makefile.in: Regenerate.
4802
a9590527
NN
4803 * Makefile.def: Remove order dependency comments.
4804 * Makefile.tpl: Add explicit install-install dependencies.
4805 * Makefile.in: Regenerate.
4806
8412ce72
NN
4807 * Makefile.tpl: Remove material now in src-release. (Finally!)
4808 * Makefile.in: Regenerate.
4809
8b9f37f1
NN
4810 * configure: Restore my original patch by syncing with gcc version.
4811
f8f61f4a
NN
4812 * Bring following over from gcc:
4813
48142002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
4815
4816 * configure.in (s390*-*-linux*): Enable libgcj.
4817
403d9505
NN
48182002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
4819
4820 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
4821
95f6f383
AM
48222002-10-02 Alan Modra <amodra@bigpond.net.au>
4823
e4673b0a 4824 * configure: Move stray lines back to where they belong.
95f6f383 4825
748503c8
NN
48262002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
4827
a581b5c3
NN
4828 * Makefile.tpl: Insert configure-target target, for src-release.
4829
c084f5b4
NN
4830 * configure: Finish reverting change which Andrew Cagney started
4831 reverting. Should fix bustage.
4832
7aa673ed 4833 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
4834 * src-release: New file. Contains material for making net
4835 releases for gdb, binutils, et al., formerly in Makefile.in.
4836
82a9b2d9
NC
48372002-09-30 Nick Clifton <nickc@redhat.com>
4838
4839 * cpu: New top level directory. Intended to hold input files for
4840 CGEN which have FSF copyright assignment.
4841 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4842
c2463a00
AC
48432002-09-29 Andrew Cagney <ac131313@redhat.com>
4844
4845 Revert below (note that src does not contain Makefile.tpl):
4846 * Makefile.tpl: Make subsituted variables more autoconfy.
4847 * Makefile.in: Regenerate.
4848
f03b4789
NN
48492002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
4850
c11e16a9
NN
4851 * configure: Revert accidentally applied changes.
4852
f03b4789
NN
4853 * Makefile.tpl: Make more autoconf-friendly.
4854 * Makefile.in: Regenerate.
4855 * configure: Make substitution more autoconf-like.
4856
48572002-09-28 Richard Earnshaw <rearnsha@arm.com>
4858
4859 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4860 single entry to handle all these.
4861 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
4862 libjava on arm-*-elf.
4863
c0292023
GK
48642002-09-27 Geoffrey Keating <geoffk@apple.com>
4865
4866 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4867 things that depend on them.
4868
c66d951e
NN
48692002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
4870
4871 * Makefile.tpl: Make subsituted variables more autoconfy.
4872 * Makefile.in: Regenerate.
4873 * configure: Make seds more autoconfy.
4874
907a7241 48752002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
4876
4877 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4878 * Makefile.in: Regenerate.
4879 * configure.in: Rewrite sed statements to look autoconfy.
4880
907a7241
NN
4881 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4882 all-target-foo on configure-target-foo.
4883 * Makefile.def: Ditto.
4884 * Makefile.in: Rebuild.
4885
405ea7a0
NN
48862002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
4887
4888 * Makefile.def: New file.
4889 * Makefile.tpl: New file.
4890 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4891
4892 * configure.in: Minor rearrangement. Simplify tests.
4893
bdc57bfd
JT
48942002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
4895
4896 * configure.in (with_headers): Skip copy if value is "yes".
4897 (with_libs): Likewise.
4898
ae03d6e2
NN
48992002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4900
4901 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4902 * configure.in (sh*-*-pe*): Ditto.
4903 * configure.in (mips*-*-pe*): Ditto.
4904 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
4905
4906 * configure.in: Rearrange.
4907
707960fe
NC
49082002-09-12 Nick Clifton <nickc@redhat.com>
4909
4910 * Import these changes from the config master repository:
4911
4912 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
4913
4914 * config.sub: Add tic4x target.
4915
4916 2002-09-03 Ben Elliston <bje@redhat.com>
4917
4918 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
4919 Reported by <Duncan_Stodart@insession.com>.
4920
36ea319f
JJ
49212002-09-10 Jeff Johnston <jjohnstn@redhat.com>
4922
4923 * COPYING.NEWLIB: More updates.
4924
cf57480a
JJ
49252002-09-09 Jeff Johnston <jjohnstn@redhat.com>
4926
4927 * COPYING.NEWLIB: Update.
4928
fd31a171
AC
49292002-08-23 Andrew Cagney <ac131313@redhat.com>
4930
23b632fc
AC
4931 * texinfo/texinfo.tex: Import version 2002-06-04.06.
4932
fd31a171
AC
4933 * config.guess: Import version 2002-08-23.
4934 * config.sub: Import version 2002-08-22.
4935
a08bafb5
AO
49362002-08-20 Alexandre Oliva <aoliva@redhat.com>
4937
4938 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4939 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4940 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4941
17240c1f
NC
49422002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
4943
4944 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4945
e70ad0c6
L
49462002-08-04 H.J. Lu (hjl@gnu.org)
4947
4948 * configure.in (mips*-*-linux*): Don't skip target-libffi.
4949
574e6d11
DD
49502002-07-31 Alan Modra <amodra@bigpond.net.au>
4951
4952 * configure.in: Move generic linux case to end. Copy generic
4953 linux noconfigdirs to mips*-*-linux* entry and new
4954 powerpc64*-*-linux* entry. Add target-libffi for the latter.
4955
611e7523
CD
49562002-07-19 Chris Demetriou <cgd@broadcom.com>
4957
4958 * MAINTAINERS: Clarify on config.guess and config.sub, and add
4959 one instance of them which was missed to the list to update.
4960
51759676
CD
49612002-07-16 Chris Demetriou <cgd@broadcom.com>
4962
4963 * config.guess: Update to 2002-07-09 version.
4964 * config.sub: Update to 2002-07-03 version.
4965
7c1f909c
DD
49662002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
4967
4968 * configure.in: Remove two redundant tests.
4969
d7cf5d30
DD
49702002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4971
4972 * configure.in (mips*-*-irix6*o32): Enable stabs.
4973
c74222f7
DD
49742002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
4975
5b53c336
DD
4976 * configure.in: Don't build grez.
4977 * Makefile.in: Ditto.
4978
c74222f7
DD
4979 * Makefile.in: Remove references to bsp, cygmon, libstub.
4980 * configure.in: Ditto.
4981
4982 * configure.in: Remove leftover reference to gdbtest.
4983
edd1b227
DD
49842002-07-08 Phil Edwards <pme@gcc.gnu.org>
4985
4986 * configure.in (gxx_include_dir): Change to match versioned
4987 C++ headers if --enable-version-specific-runtime-libs is used.
4988
486186e3
AO
49892002-07-04 Steve Ellcey <sje@cup.hp.com>
4990
4991 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4992
ff0a3bf8
DD
49932002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
4994
4995 * configure.in: Make --without-x work.
4996
1dfa8174
NC
49972002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
4998
4999 * contrib: New directory. Created to contain a copy of the
5481b376 5000 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
5001 the FSF GCC sources.
5002
07637366
DD
50032002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
5004
b6f83f2a
DD
5005 * configure.in: Rearrange target Makefile fragment collection.
5006
07637366
DD
5007 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
5008 cvs[src].
5009 * configure.in: Ditto.
5010
f48556b1
DD
50112002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
5012
5013 * Makefile.in: Eliminate 'apache' targets.
5014 * configure.in: Eliminate 'apache' targets.
5015
5016 * configure.in: Eliminate redundant tests. Reorganize.
5017
5018 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
5019
5020 * config-ml.in: Eliminate references to Cygnus configure.
5021
5022 * Makefile.in: Eliminate references to building emacs.
5023
50242002-07-01 Denis Chertykov <denisc@overta.ru>
5025
5026 * configure.in: Add support for ip2k.
5027
cdb9e2b8
BE
50282002-06-24 Ben Elliston <bje@redhat.com>
5029
5030 * configure.in (host_tools): Remove cgen.
5031
5032 * Makefile.in (all-cgen): Remove; runs from its source directory.
5033 (check-cgen, install-cgen, clean-cgen): Likewise.
5034 (all-opcodes): No not depend on all-cgen.
5035 (all-sim): Likewise.
5036
3558860c
DD
50372002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
5038
5039 * configure.in: Fix AIX configury bug.
5040
e3b0c936
DD
50412002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
5042
cdb9e2b8 5043 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 5044
cdb9e2b8
BE
5045 * configure.in: Move definition of libstdcxx_flags right above
5046 usage, rather than way earlier.
8ee424c0 5047
c712250a
DD
5048 * configure.in: Pull definition of is_cross_compiler earlier.
5049
9ee1a75c
DD
5050 * configure.in: Rearrange a little.
5051
e3b0c936
DD
5052 * configure.in: Remove references to librx.
5053 * Makefile.in: Remove references to librx.
5054
b2bd228e
DD
50552002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
5056
5057 * configure.in: Eliminate ${gasdir} variable.
5058
7cd52483
DB
50592002-06-18 Dave Brolley <brolley@redhat.com>
5060
5061 * configure.in: Add support for frv.
5062 * config.sub: Add support for frv.
5063
6c5e141a
DD
50642002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5065
5066 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
5067
0d18b56d
JT
50682002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
5069
5070 * configure.in (vax-*-netbsd*): Re-enable gas.
5071
fd8958d5
DD
50722002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
5073
27f15fdd
DD
5074 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
5075 BUILD_PREFIX_1, to correct nomenclature.
5076 * configure: Likewise.
5077
fd8958d5
DD
5078 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
5079 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
5080
0c2442b7
DD
50812002-05-31 Olaf Hering <olh@suse.de>
5082
5083 * config-ml.in: Propogate DESTDIR also.
5084
a3602181
JT
50852002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
5086
5087 * configure.in (vax-*-netbsd*): Don't build gas for this
5088 platform.
5089
c95f53ae
MM
50902002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
5091
5092 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5093 and libgcj for AVR.
5094
1d7c1053
NC
50952002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
5096
5097 * config.sub: Add DLX target.
5098
4b37028f
JT
50992002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5100
5101 * config.guess: Update to 2002-05-22 version.
5102 * config.sub: Likewise.
5103
d5de0a84
NC
51042002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5105
5106 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
5107 * config-ml.in: Likewise.
5108 * configure: Likewise.
5109 * configure.in: Likewise.
5110
c92a0210
DD
51112002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
5112
115a77aa
DD
5113 * configure.in: Simplify makefile fragment collection.
5114
5115 * configure.in: Remove code to build emacs.
e99daf2b 5116
91e060aa
DD
5117 * configure.in : Remove --srcdir argument from targargs and buildargs
5118 (it's always overridden in the Makefile anyway). Rearrange a bit.
5119
5120 * configure: Move some logic to configure.in.
5121 * configure.in: Move some logic from configure.
c92a0210 5122
91217342
JJ
51232002-05-07 Jeff Johnston <jjohnstn@redhat.com>
5124
5125 * COPYING.LIBGLOSS: New file.
5126
d3d8a9ee
NC
51272002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
5128
5129 * Makefile.in: Honour DESTDIR.
5130
3a036cdc
AO
51312002-05-05 Alexandre Oliva <aoliva@redhat.com>
5132
5133 * configure.in (noconfigdirs): Don't disable libgcj on
5134 sparc64-*-solaris* and sparcv9-*-solaris*.
5135
6d095fe4
AO
51362002-05-03 Alexandre Oliva <aoliva@redhat.com>
5137
5138 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
5139
dac55df9
TF
51402002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
5141
5142 * configure.in (FLAGS_FOR_TARGET): Do not add
5143 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
5144 on i[3456]86-*-linux*.
5145
a018e15b
TF
51462002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
5147
5148 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
5149
5150 * configure.in (noconfigdirs): Do not add target-newlib if
5151 target == i[3456]86-*-linux*, and host == target.
5152
5f284831
MM
51532002-04-29 Mark Mitchell <mark@codesourcery.com>
5154
5155 * config.guess: Updated to 2002-04-26's version.
5156 * config.sub: Updated to 2002-04-26's version.
5157
33babf59
DD
51582002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
5159
bd5f7da2
DD
5160 * configure.in: delete reference to absent file
5161
a0c4f3a0
DD
5162 * configure.in: replace '[' with 'test'
5163
66f1ba4f
DD
5164 * configure.in: Eliminate references to gash.
5165 * Makefile.in: Eliminate references to gash.
5166
7c3ab50c
DD
5167 * configure.in: remove useless references to 'pic' makefile fragments.
5168
bbc025f5
DD
5169 * configure.in: (*-*-windows*) Finish removing.
5170
33babf59
DD
5171 * configure.in: Eliminate redundant test for libgui.
5172
d5ec694c
DD
51732002-04-26 Joel Sherrill <joel@OARcorp.com>
5174
5175 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
5176 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
5177
57a5346c
DD
51782002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
5179
5180 * configure.in: remove references to dead files
5181
dbf93899
DD
51822002-04-18 Tom Tromey <tromey@redhat.com>
5183
5184 * configure.in: Disallow configuring libgcj when it is already
5185 installed and we're using Solaris 2.8 linker. Do enable libgcj on
5186 Solaris 2.8 by default. For PR libgcj/6158.
5187
26eadf68
DD
51882002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
5189
5190 * configure.in: Move default CC setting out of config/mh-* fragments
5191 directly into here.
5192
a0a2c6c6
DD
51932002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
5194
5195 * configure.in: don't even try to configure or make a subdirectory
5196 if there's no configure script for it.
5197
9972f812
DD
51982002-04-15 Mark Mitchell <mark@codesourcery.com>
5199
5200 * MAINTAINERS: Remove chill maintainers.
5201 * Makefile.in (CHILLFLAGS): Remove.
5202 (CHILL_LIB): Remove.
5203 (TARGET_CONFIGDIRS): Remove libchill.
5204 (CHILL_FOR_TARGET): Remove.
5205 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
5206 CHILL_LIB.
5207 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
5208 (CHECK_TARGET_MODULES): Likewise.
5209 (INSTALL_TARGET_MODULES): Likewise.
5210 (CLEAN_TARGET_MODULES): Likewise.
5211 (configure-target-libchill): Remove.
5212 (all-target-libchill): Remove.
5213 * configure.in (target_libs): Remove target-libchill.
5214 Do not compute CHILL_FOR_TARGET.
5215 * libchill: Remove directory.
5481b376 5216
75205f78
DD
52172002-04-15 DJ Delorie <dj@redhat.com>
5218
5219 * Makefile.in, configure.in, configure: Sync with gcc, entries
5220 follow...
5221
52222002-04-08 Tom Tromey <tromey@redhat.com>
5223
5224 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
5225 Fixes PR libgcj/6068.
5226
52272002-03-30 Krister Walfridsson <cato@df.lth.se>
5228
5229 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
5230
52312002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5232
5233 * configure.in (alpha*-dec-osf*): Enable libgcj.
5234
52352002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
5236
5237 Fix for: PR bootstrap/3591, target/5676
5238 * configure.in (mcore-pe): Disable the configuration of
5239 libstdc++-v3 since exceptions are not supported.
5240
52412002-03-20 Anthony Green <green@redhat.com>
5242
5243 * configure.in: Enable libgcj for xscale-elf target.
5244
52452002-02-28 Alexandre Oliva <aoliva@redhat.com>
5246
5247 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5248 libjava.
5249 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
5250
52512002-02-22 Alexandre Oliva <aoliva@redhat.com>
5252
5253 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
5254 libstdc++-v3 and libjava.
5255
52562002-02-11 Adam Megacz <adam@xwt.org>
5257
5258 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
5259 boehm-gc
5260
52612002-02-09 Alexandre Oliva <aoliva@redhat.com>
5262
5263 * config.guess: Updated to 2002-01-30's version.
5264 * config.sub: Updated to 2002-02-01's version.
5265 Contribute sh64-elf.
5266 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
5267 * configure.in: Added sh64-*-*.
5268
52692002-01-17 H.J. Lu <hjl@gnu.org>
5270
5271 * Makefile.in (all-fastjar): Also depend on all-libiberty.
5272 (all-target-fastjar): Also depend on all-target-libiberty.
5273
5274Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
5275
5276 * configure, configure.in: Use temp file for long sed commands.
5277
52782001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
5279
5280 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
5281 libf2c.
5282
52832001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
5284
5285 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
5286
52872001-10-11 Hans-Peter Nilsson <hp@axis.com>
5288
5289 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
5290
52912001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5292
5293 * configure: Handle temporary files securely using mkdir.
5294
52952001-09-26 Will Cohen <wcohen@redhat.com>
5296
5297 * configure.in (*-*-linux*): Disable configuration of target-newlib
5298 and target-libgloss.
5299
53002001-09-26 Alexandre Oliva <aoliva@redhat.com>
5301
5302 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
5303 RANLIB.
5304
53052001-08-11 Graham Stott <grahams@redhat.com>
5306
5307 * Makefile.in (check-c++): Add missing semicolon.
5308
53092001-07-25 Andrew Haley <aph@cambridge.redhat.com>
5310
5311 * configure.in (sh-*-linux*): New.
5312
53132001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5314
5315 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5316 and libgcj on m68hc11/m68hc12.
5317
53182001-06-27 H.J. Lu (hjl@gnu.org)
5319
5320 * Makefile (CFLAGS_FOR_BUILD): New.
5321 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5322
53232001-06-01 Hans-Peter Nilsson <hp@axis.com>
5324
5325 * configure.in (libstdcxx_flags): Do not try to execute
5326 libstdc++-v3/testsuite_flags until it exists.
5327
53282001-05-18 Benjamin Kosnik <bkoz@redhat.com>
5329
5330 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5331
53322001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
5333
5334 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5335
5336Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
5337
5338 * configure.in: Move *-chorusos target case to the proper switch.
5339 Disable libgcj.
5340
53412001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5342
5343 * Makefile.in (STAGE1_CFLAGS): Pass down.
5344
53452001-04-13 Alan Modra <amodra@one.net.au>
5346
5347 * config.guess: Add hppa64-linux support. Note for next import that
5348 this is already in the master file.
5349 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
5350
53512001-03-22 Colin Howell <chowell@redhat.com>
5352
5353 * Makefile.in (DO_X): Do not backslash single-quotes in
5354 backquotes (two places).
5355
53562001-03-18 Laurynas Biveinis <lauras@softhome.net>
5357
5358 * Makefile.in (DO_X): Quote nested quotes.
5359
53602001-03-15 Laurynas Biveinis <lauras@softhome.net>
5361
5362 * Makefile.in (DO_X): Use double quotes for quoting
5363 "RANLIB=$${RANLIB}".
5364
53652001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
5366
5367 * configure.in: Only use `lang_requires' for languages athat are
5368 actually enabled.
5369
53702001-03-07 Tom Tromey <tromey@redhat.com>
5371
5372 * configure.in: Allow config-lang.in to set `lang_requires' to list
5373 of other required languages.
5374
53752001-03-06 Laurynas Biveinis <lauras@softhome.net>
5376
5377 * Makefile.in: Remove RANLIB definition. Use RANLIB
5378 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5379 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
5380
53812001-02-28 Benjamin Kosnik <bkoz@redhat.com>
5382 Alexandre Oliva <aoliva@redhat.com>
5383
5384 * Makefile.in (check-c++): Use tabs, not spaces.
5385
53862001-02-19 Benjamin Kosnik <bkoz@redhat.com>
5387
5388 * Makefile.in (check-c++): New rule.
5389
5390 * configure.in (target_libs): Remove libg++.
5391 (noconfigdirs): Remove libg++.
5392 (noconfigdirs): Same.
5393 (noconfigdirs): Same.
5394 (noconfigdirs): Same.
5395
5396 * config-ml.in: Remove libg++ references.
5397
5398 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
5399 (ALL_TARGET_MODULES): Same.
5400 (configure-target-libg++): Remove.
5401 (all-target-libg++): Remove.
5402 (configure-target-libio): Remove.
5403 (all-target-libio): Remove.
5404 (check-target-libio): Remove.
5405 (.PHONY): Remove.
5406 (libg++.tar.bz2): Remove.
5407 (all-target-cygmon): Remove libio.
5408 (all-target-libstdc++): Remove.
5409 (configure-target-libstdc++): Remove.
5410 (TARGET_LIB_PATH): Remove libstdc++.
5411 (ALL_GCC_CXX): Remove libstdc++.
5412 (all-target-gperf): Correct.
5413
54142001-02-15 Anthony Green <green@redhat.com>
5415
5416 * configure: Introduce GCJ_FOR_TARGET.
5417 * configure.in: Ditto.
5418 * Makefile.in: Ditto.
5419
54202001-02-08 Chandrakala Chavva <cchavva@redhat.com>
5421
5422 * configure.in: for *-chorusos, don't config target-newlib and
5423 target-libgloss.
5424
54252001-02-04 Mark Mitchell <mark@codesourcery.com>
5426
5427 Remove V2 C++ library.
5428 * configure.in: Remove --enable-libstdcxx_v3 support.
5429
54302001-01-27 Richard Henderson <rth@redhat.com>
5431
5432 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5433
54342001-01-26 Tom Tromey <tromey@redhat.com>
5435
5436 * configure.in: Allow libgcj to be built on Sparc Solaris.
5437
54382001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
5439
5440 * configure.in: Enable libgcj on several additional platforms.
5441
54422001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
5443
5444 * configure.in: Enable libgcj for linux targets.
5445
54462001-01-09 Mike Stump <mrs@wrs.com>
5447
5448 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5449 failures of subdirectories.
5450
54512001-01-02 Laurynas Biveinis <lauras@softhome.net>
5452
5453 * configure: handle DOS-style absolute paths.
5454
54552001-01-02 Laurynas Biveinis <lauras@softhome.net>
5456
5457 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5458
54592000-12-18 Benjamin Kosnik <bkoz@redhat.com>
5460
5461 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5462 (libstdcxx_incdir): Pass down.
5463 * config.if: Remove expired bits for cxx_interface, add stub.
5464 (libstdcxx_incdir): Add variable for g++ include directory.
5465 * configure.in (gxx_include_dir): Use it.
5466
54672000-12-15 Andreas Jaeger <aj@suse.de>
5468
5469 * configure.in: Handle lang_dirs.
5470
54712000-12-13 Anthony Green <green@redhat.com>
5472
5473 * configure.in: Disable libgcj for any target not specifically
5474 listed. Disable libgcj for x86 and Alpha Linux until compatible
5475 with g++ abi.
5476
54772000-12-13 Mike Stump <mrs@wrs.com>
5478
5479 * Makefile.in (local-distclean): Also remove fastjar.
5480
54812000-12-10 Anthony Green <green@redhat.com>
5482
5483 * configure.in: Define libgcj. Disable libgcj target libraries for
5484 most targets.
5485
54862000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
5487
5488 * configure.in (target_libs): Revert 2000-12-08 patch.
5489 (noconfigdirs): Added target-libjava.
5490
54912000-12-09 Laurynas Biveinis <lauras@softhome.net>
5492
5493 * Makefile.in: handle DOS-style absolute paths.
5494
54952000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5496
5497 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5498 libjava.
5499 * configure.in (target_libs): Removed `target-libjava'.
5500
55012000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5502
5503 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5504 (ALL_MODULES): Added fastjar.
5505 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5506 (all-target-libjava): all-fastjar replaces all-zip.
5507 (all-fastjar): Added.
5508 (configure-target-fastjar, all-target-fastjar): Likewise.
5509 * configure.in (host_tools): Added fastjar.
5510
55112000-12-07 Mike Stump <mrs@wrs.com>
5512
5513 * Makefile.in (local-distclean): Remove leftover built files.
5514
55152000-11-16 Fred Fish <fnf@be.com>
5516
5517 * configure.in (enable_libstdcxx_v3): Fix typo,
5518 libstd++ -> libstdc++.
5519
55202000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
5521
5522 * configure: Provide the original toplevel configure arguments
5523 (including $0) to subprocesses in the environment rather than
5524 through gcc/configargs.h.
5525
55262000-11-12 Mark Mitchell <mark@codesourcery.com>
5527
5528 * configure: Turn on libstdc++ V3 by default.
5529
55302000-10-16 Michael Meissner <meissner@redhat.com>
5531
5532 * configure (gcc/configargs.h): Only create if there is a build GCC
5533 directory created.
5534
55352000-10-05 Phil Edwards <pme@gcc.gnu.org>
5536
5537 * configure: Save configure arguments to gcc/configargs.h.
5538
55392000-10-04 Andris Pavenis <pavenis@latnet.lv>
5540
5541 * Makefile.in (bootstrap): avoid recursion if subdir missing
5542 (cross): ditto
5543 (do-proto-toplev): ditto
5544
5545Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
5546
5547 * configure.in: Do not build byacc for hppa64. Provide paths to the
5548 X11 libraries for hppa64.
5549
55502000-09-02 Anthony Green <green@cygnus.com>
5551
5552 * Makefile.in (all-gcc): Depend on all-zlib.
5553 (CLEAN_MODULES): Add clean-zlib.
5554 (ALL_MODULES): Add all-zlib.
5555 * configure.in (host_libs): Add zlib.
5556
55572000-08-25 Alexandre Oliva <aoliva@redhat.com>
5558
5559 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5560 $targargs to tell whether newlib is going to be built.
5561
5562 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5563 $$r/TARGET_SUBDIR/libio for _G_config.h.
5564
55652000-08-14 Zack Weinberg <zack@wolery.cumb.org>
5566
5567 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5568
5569 * configure: Make enable_threads and enable_shared defaults
5570 explicit. Substitute enable_threads into generated Makefiles.
5571 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5572 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5573
55742000-08-02 Manfred Hollstein <manfredh@redhat.com>
5575
5576 * configure.in: Re-enable all references to libg++ and librx.
5577
ffb97b2f 55782002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 5579
ffb97b2f
DD
5580 * configure.in: Add *-*-freebsd* configurations.
5581
bbf6e9e3
AC
55822002-04-07 Andrew Cagney <ac131313@redhat.com>
5583
5584 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
5585 (do-tar, do-bz2): New rules.
5586 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
5587 (gdb-tar): New rule.
5588 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
5589 (insight_dejagnu.tar): New rule.
5590 (insight.tar): New rule.
5591 (gdb+dejagnu.tar): New rule.
5592 (gdb.tar): New rule.
5593
8f1579c0
AC
55942002-04-07 Andrew Cagney <ac131313@redhat.com>
5595
5596 * MAINTAINERS: Update dejagnu/
5597
ba3c59ab
AO
55982002-03-16 Alexandre Oliva <aoliva@redhat.com>
5599
5600 * ltmain.sh (relink_command): Fix typo in previous change.
5601
6243d5dd
AO
56022002-03-15 Alexandre Oliva <aoliva@redhat.com>
5603
5604 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
5605 (relink_command): Added --tag flags.
5606 (mode=install): If relinking fails; error out.
5607
80413487
RH
56082002-03-12 Richard Henderson <rth@redhat.com>
5609
5610 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
5611 .NOTPARALLEL tag.
5612 (do-check): Rename from check.
5613 (check): Allow parallel check.
5614
3daeddf6
RH
56152002-03-11 Richard Henderson <rth@redhat.com>
5616
5617 * Makefile.in (.NOTPARALLEL): Add fake tag.
5618
fad93c55
L
56192002-03-07 H.J. Lu (hjl@gnu.org)
5620
5621 * configure.in: Enable gprof for mips*-*-linux*.
5622
2e8357fc
AO
56232002-02-28 Alexandre Oliva <aoliva@redhat.com>
5624
5625 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
5626 libjava.
5627 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
5628
bd48e1a9
AC
56292002-02-24 Andrew Cagney <ac131313@redhat.com>
5630
5631 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
5632
39121370
DJ
56332002-02-23 Daniel Jacobowitz <drow@mvista.com>
5634
5635 * config.guess: Import from master sources, rev 1.232.
5636 * config.sub: Import from master sources, rev 1.246.
5637
081ff160
AO
56382002-02-23 Alexandre Oliva <aoliva@redhat.com>
5639
5640 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
5641 because its Makefile is there; test for the executable instead.
5642
20a5393b
AO
56432002-02-09 Alexandre Oliva <aoliva@redhat.com>
5644
5645 Contribute sh64-elf.
5646 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
5647 * configure.in: Added sh64-*-*.
5648
38135629
JJ
56492002-02-04 Jeff Johnston <jjohnstn@redhat.com>
5650
80413487
RH
5651 * COPYING.NEWLIB: Remove advertising clause from
5652 Berkeley and Red Hat licenses.
38135629 5653
48d19748
MD
56542002-02-01 Mo DeJong <supermo@bayarea.net>
5655
5656 * Makefile.in: Add all-tix to deps for all-snavigator
5657 so that tix is built when building snavigator.
5658
f6e1c110
BE
56592002-02-01 Ben Elliston <bje@redhat.com>
5660
5661 * config.guess: Import from master sources, rev 1.229.
5662 * config.sub: Import from master sources, rev 1.240.
5663
4867be41
DJ
56642002-01-27 Daniel Jacobowitz <drow@mvista.com>
5665
5666 From Steve Ellcey <sje@cup.hp.com>:
5667 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
5668 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
5669 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
5670 IA64.
5671 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
5672 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
5673 soname_spec, sys_lib_search_path_spec): Ditto.
5674
e82380cc
JT
56752002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
5676
5677 * configure.in (*-*-netbsd*): New. Skip target-newlib,
5678 target-libiberty, and target-libgloss. Skip Java-related
5679 libraries if not supported for NetBSD on target CPU.
5680
1319fb9c
NC
56812002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
5682
5683 * configure.in: Import StrongARM and XScale target_configdirs from
5684 FSF GCC version.
5685
b020f6ac
L
56862002-01-16 H.J. Lu (hjl@gnu.org)
5687
5688 * config.guess: Import from master sources, rev 1.225.
5689 * config.sub: Import from master sources, rev 1.238.
5690
5691 * MAINTAINERS: Updated notes on config.guess and config.sub.
5692
a0c1c920
NC
56932002-01-11 Steve Ellcey <sje@cup.hp.com>
5694
5695 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
5696 ld and gdb are not supported.
5697
a9fa5e1f
JJ
56982002-01-07 Jeff Johnston <jjohnstn@redhat.com>
5699
5700 * Change reference to Cygnus Solutions to be Red Hat.
5701
94077108
JJ
57022002-01-07 Jeff Johnston <jjohnstn@redhat.com>
5703
5704 * COPYING.NEWLIB: Update generic copyright date.
5705
05ecd75c
MS
57062002-01-07 Mark Salter <msalter@redhat.com>
5707
5708 * configure.in: Remove target-bsp and target-cygmon from arm builds.
5709 Allow target-libgloss to be built for arm, strongarm, and xscale.
5710
a106bb62
BE
57112002-01-03 Ben Elliston <bje@redhat.com>
5712
5713 * MAINTAINERS: Update URL for config.* scripts.
5714
0e254642
AM
57152001-12-18 Alan Modra <amodra@bigpond.net.au>
5716
5717 * config.sub: Import latest version.
5718 * config.guess: Likewise.
5719
0a0d0041
TF
57202001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
5721
5722 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
5723 options for i[3456]86-pc-linux* native builds.
5724
d932cae7
NC
57252001-12-05 Laurent Guerby <guerby@acm.org>
5726
5727 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 5728 libiberty.
d932cae7
NC
5729
5730 Import this patch from gcc:
5481b376 5731
d932cae7
NC
5732 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
5733
5734 * symlink-tree: handle DOS-style absolute paths.
5735
49b7683b
DD
57362001-11-28 DJ Delorie <dj@redhat.com>
5737 Zack Weinberg <zack@codesourcery.com>
5738
5739 When build != host, create libiberty for the build machine.
5740
5741 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
5742 CONFIG_ARGUMENTS.
5743 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
5744 New variables.
5745 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
5746 and rules.
5747 (all.normal): Depend on ALL_BUILD_MODULES.
5748 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
5749 (all-build-libiberty): Depend on configure-build-libiberty.
5750
5751 * configure: Calculate and substitute proper value for
5752 ALL_BUILD_MODULES.
5753 * configure.in: Create the build subdirectory.
5754 Calculate and substitute TARGET_CONFIGARGS (formerly
5755 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
5756
26ef82f4
GK
57572001-11-26 Geoffrey Keating <geoffk@redhat.com>
5758
5759 * config.sub: Update to version 1.232 on subversion.
5760
43e64072
NC
57612001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
5762
5763 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
5764 files from .po files for a distribution.
5765
66f6c0d5
HPN
57662001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
5767
5768 * COPYING.NEWLIB: Mention preserved notice in specific parts.
5769
4a02fdb2
JH
57702001-11-13 Jeff Holcomb <jeffh@redhat.com>
5771
5772 Merged from net gcc:
5773 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
5774 * ltcf-c.sh: Use $objext, not $ac_objext.
5775 2001-07-27 Mark Kettenis <kettenis@gnu.org>
5776 * ltcf-cxx.sh: Add support for GNU.
5777 2001-07-22 Timothy Wall <twall@redhat.com>
5778 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
5779 default settings if using GNU tools with that configuration.
5780 * ltcf-cxx.sh: Ditto.
5781 * ltcf-gcj.sh: Ditto.
5782 2001-07-21 Michael Chastain <chastain@redhat.com>
5783 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
5784 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
5785 * ltmain.sh: Mark as gcc-local.
5786
227b9953
JH
57872001-11-13 Jeff Holcomb <jeffh@redhat.com>
5788
5789 * Makefile.in (all-bison): Revert 2001-10-24.
5790 Don't depend on texinfo.
5791
cbbab8fb
JJ
57922001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
5793
80413487 5794 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 5795
922b2485
DD
57962001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
5797
5798 * configure.in (--enable-languages): Be more permissive about
5799 syntax. Check for empty lists better. Warn about $LANGUAGES.
5800
f08fa01d
HPN
58012001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
5802
5803 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
5804
fee3da4e
JH
58052001-10-24 Jeff Holcomb <jeffh@redhat.com>
5806
5807 Makefile.in (all-bison): Don't depend on texinfo.
5808
73fb1ef9
AM
58092001-10-03 Alan Modra <amodra@bigpond.net.au>
5810
5811 * gettext.m4: Test po/POTFILES.in exists before trying to read.
5812
373688ac
AO
58132001-09-29 Alexandre Oliva <aoliva@redhat.com>
5814
5815 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
5816
9c07660b
HPN
58172001-09-28 Hans-Peter Nilsson <hp@axis.com>
5818
5819 * config.sub, config.guess: Import latest from subversions.
5820
3f152009
AO
58212001-09-21 Alexandre Oliva <aoliva@redhat.com>
5822
5823 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
5824 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
5825 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
5826 avoid quotes nesting problems.
5827 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
5828 (DO_X): Export only variables that are set.
5829
8f6a59e5
BE
58302001-09-19 Ben Elliston <bje@redhat.com>
5831
5832 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
5833 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
5834 semantics. Use the shell built-in "type" command instead.
5835
a1ec19fa
TS
58362001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5837
5838 * config.sub: Reverted the earlier change, this version is not the
5839 master file.
5840
4008bd9b
TS
58412001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5842
5843 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
5844 Add support for mips64.
5845
dd1e52a4
JH
58462001-09-03 Jeff Holcomb <jeffh@redhat.com>
5847
5848 * configure.in: Enable libstdc++-v3 for h8300 targets.
5849
91549d1c
EC
58502001-08-30 Eric Christopher <echristo@redhat.com>
5851 Jason Eckhardt <jle@redhat.com>
5852
5853 * config.sub: Add support for mipsisa32.
5854
cf966cf9
EC
58552001-08-30 Eric Christopher <echristo@redhat.com>
5856
5857 * config.sub, config.guess: Import latest from subversions.
5858
82208dc5
AM
58592001-08-20 Alan Modra <amodra@bigpond.net.au>
5860
5861 * config.sub, config.guess: Import latest from subversions.
5862
4dca8403
DD
58632001-07-26 DJ Delorie <dj@redhat.com>
5864
5865 * MAINTAINERS: Clarify libiberty merge rules and procedures.
5866
1107dce2
AM
58672001-06-19 Alan Modra <amodra@bigpond.net.au>
5868
5869 * Makefile.in: Revert 2001-06-17.
5870 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
5871
e09a6604
L
58722001-06-17 H.J. Lu <hjl@gnu.org>
5873
5874 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
5875 (gas+binutils.tar.bz2): Likewise.
5876 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
5877
31a8b634
AC
5878Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
5879
5880 * Makefile.in (VER): When present, extract the version number from
5481b376 5881 the file version.in.
31a8b634 5882
dc70af01
AO
58832001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
5884
5885 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5886 gcc/xgcc is built, use -print-prog-name to find out the program
5887 name to use.
5888
839bbd8c
AO
58892001-06-04 Mark Mitchell <mark@codesourcery.com>
5890
5891 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5892 with_gcc]: Use `gcc -shared' to build a shared library.
5893
566e9a30
AO
58942001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
5895
5896 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5897 archives.
5898
e877bb69
AO
58992001-05-28 Simon Patarin <simon.patarin@inria.fr>
5900
5901 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
5902 libraries when using g++ with native linker.
5903
1605288b
AO
59042001-05-28 Alexandre Oliva <aoliva@redhat.com>
5905
5906 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5907
11a383ba
TR
59082001-05-24 Tom Rix <trix@redhat.com>
5909
5910 * configure.in : enable ld for aix
cf966cf9 5911
18611226
AO
59122001-05-22 Alexandre Oliva <aoliva@redhat.com>
5913
5914 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5915 [aix4*|aix5*]: Prepend blank.
5916
6be7c12c
AO
59172001-05-20 Alexandre Oliva <aoliva@redhat.com>
5918
5919 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5920 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
5921 of subdir/configure scripts to use the new libtool.m4.
5922
4ed00bba
L
59232001-05-14 H.J. Lu <hjl@gnu.org>
5924
5925 * config.if (libc_interface): Set to -libc6.2- for cross
5926 compiling to Linux/glibc 2.2.
5927
b1af961c
AO
59282001-05-03 Alexandre Oliva <aoliva@redhat.com>
5929
5930 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5931 libgcj.
5932
5ec3e74e
AO
59332001-04-26 Alexandre Oliva <aoliva@redhat.com>
5934
5935 * configure.in (noconfigdirs): Don't reset it from scratch in the
5936 target case; only append to it.
5937
b3ed1d6b
AO
59382001-04-26 Alexandre Oliva <aoliva@redhat.com>
5939
5940 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5941 sparc-*-solaris2.8]: Disable ${libgcj}.
5942
96111c10
AO
59432001-04-25 Alexandre Oliva <aoliva@redhat.com>
5944
5945 * configure.in (libgcj_saved): Copy from $libgcj.
5946 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5947 --disable-libgcj.
5948
b5bf43f2
AO
59492001-04-20 Alexandre Oliva <aoliva@redhat.com>
5950
5951 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5952 1.641.2.228.
5953
8cc32590
AO
59542001-04-12 Alexandre Oliva <aoliva@redhat.com>
5955
5956 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5957 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5958
dec0cb0c
AO
59592001-04-01 Alexandre Oliva <aoliva@redhat.com>
5960
5961 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5962 New macros.
5963 (bootstrap, cross): Use RECURSE_FLAGS.
5964 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5965
6a9c3886
AO
59662001-03-27 Alexandre Oliva <aoliva@redhat.com>
5967
5968 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5969
d4fc7db8
NC
59702001-03-23 Nick Clifton <nickc@redhat.com>
5971
5972 * README-maintainer-mode: Add note about inability to use "make
5973 distclean" in maintainer mode.
5974
7389ff65
AO
59752001-03-22 Alexandre Oliva <aoliva@redhat.com>
5976
5977 Re-installed:
5978 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
5979 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
5980 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5981 * ltcf-cxx.sh: Likewise.
5982 * ltcf-gcj.sh: Likewise.
5983
b3e0dc8e
PB
59842001-03-22 Philip Blundell <philb@gnu.org>
5985
5986 * config.sub, config.guess: Import latest from subversions.
5987
469b781c
AO
59882001-03-22 Alexandre Oliva <aoliva@redhat.com>
5989
5990 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5991 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5992
b0dad762
MC
59932001-03-20 Michael Chastain <chastain@redhat.com>
5994
5995 * Makefile.in: all-m4 depends on all-texinfo.
5996
c559bb17
AO
59972001-03-08 Alexandre Oliva <aoliva@redhat.com>
5998
5999 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
6000
fef4ae2e
JJ
60012001-02-22 Jeff Johnston <jjohnstn@redhat.com>
6002
6003 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
6004 longer valid.
6005
8d6dd99d
NC
60062001-02-16 Nick Clifton <nickc@redhat.com>
6007
6008 * configure.in (noconfigdirs): Allow configuration of texinfo
6009 for Cygwin hosts.
6010
a85d7ed0
NC
60112001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
6012
6013 * config.guess: Add linux target for S/390.
6014 * config.sub: Likewise.
6015 * configure.in: Likewise.
6016
51221c5e
DD
60172001-02-06 Ben Elliston <bje@redhat.com>
6018
6019 * configure: Output host type to stdout, not stderr.
6020
9dec4c71
MS
60212001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6022
6023 * config.guess: Import from subversions.gnu.org (revision 1.181).
6024 * config.sub: Import from subversions.gnu.org (revision 1.199).
6025
9add9c04
AM
60262001-01-30 Alan Modra <alan@linuxcare.com.au>
6027
6028 * config.guess: Handle hppa64-linux systems.
6029
8679174d
MS
60302001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6031
6032 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
6033 Don't unset, it's non-portable and no longer necessary, set to empty
6034 instead.
6035
02d01ed4
MS
60362001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6037
6038 * ltconfig: Shell portability fix for the tagname validity check.
6039
4cc5853d
MS
60402001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6041
6042 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
6043
7487e485
AO
60442001-01-27 Alexandre Oliva <aoliva@redhat.com>
6045
6046 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
6047 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
6048
f332af52
AO
60492001-01-24 Alexandre Oliva <aoliva@redhat.com>
6050
6051 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
6052 keep at least one of build_libtool_libs or build_old_libs set to
6053 yes.
6054
ef099754
AO
60552001-01-24 Alexandre Oliva <aoliva@redhat.com>
6056
6057 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
6058 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
6059
8341f2fc 60602000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 6061
8341f2fc
AJ
6062 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6063
60642000-11-03 Philip Blundell <pb@futuretv.com>
6065
6066 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6067 files.
ebf0fa2e 6068
c320a39f
JJ
60692001-01-15 Jeff Johnston <jjohnstn@redhat.com>
6070
6071 * COPYING.NEWLIB: Put into source repository.
6072
8817b92e
BE
60732001-01-15 Ben Elliston <bje@redhat.com>
6074
6075 * configure.in (host_tools): Add sid.
6076 Always configure cgen.
6077 * Makefile.in (all-sid): New target.
6078 (check-sid, clean-sid, install-sid): Likewise.
6079
35590697
AJ
60802001-01-07 Andreas Jaeger <aj@suse.de>
6081
80413487 6082 * config.sub, config.guess: Update from subversions.
35590697 6083
6ee6cea6
AO
60842000-12-12 Alexandre Oliva <aoliva@redhat.com>
6085
6086 * configure.in: Disable language-specific target libraries for
6087 languages that aren't enabled.
6088
077b8428
NC
60892000-11-24 Nick Clifton <nickc@redhat.com>
6090
6091 * configure.in (xscale-elf): Add target.
6092 (xscale-coff): Add target.
6093 (c4x, c5x, tic54x): Move after ARM targets.
6094
9e28a1ed
AO
60952000-11-23 Alexandre Oliva <aoliva@redhat.com>
6096
6097 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
6098
be98a80a
ILT
60992000-11-20 Ian Lance Taylor <ian@zembu.com>
6100
6101 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
6102
5cec67bf
AO
61032000-11-18 Alexandre Oliva <aoliva@redhat.com>
6104
6105 * Makefile.in: Merge with GCC and libgcj.
6106 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
6107 configure-target-<library> when their configure scripts need the C
6108 or C++ library to have already been built to work properly.
6109 (do_proto_toplev): Set them to an empty string.
6110
d932cae7 61112000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
6112
6113 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
6114 (REALLY_SET_LIB_PATH): Use them.
6115
d932cae7 61162000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
6117
6118 * config.sub: Add support for Sun Chorus
6119
8602ff0c
NC
61202000-11-02 Per Lundberg <plundis@chaosdev.org>
6121
6122 * config.sub: Add support for the *-storm-chaos OS.
6123
f9e0997d
NC
61242000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
6125
80413487
RH
6126 * configure.in (noconfigdirs): Don't compile some
6127 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 6128
d64552c5
AO
61292000-09-30 Alexandre Oliva <aoliva@redhat.com>
6130
6131 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
6132 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
6133 all affected `configure' scripts.
6134
97f60b31
AO
61352000-09-25 Alexandre Oliva <aoliva@redhat.com>
6136
6137 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
6138 ltcf-c.sh.
6139
6e8dd58f
PB
61402000-09-12 Philip Blundell <philb@gnu.org>
6141
6142 * config.sub, config.guess: Update from subversions.
6143
103a2e99
AO
61442000-09-06 Alexandre Oliva <aoliva@redhat.com>
6145
51601921
AO
6146 * Makefile.in (all-zlib): Added dummy target.
6147
103a2e99
AO
6148 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
6149 multi-language branch.
6150
2809b4b9
AO
61512000-09-05 Alexandre Oliva <aoliva@redhat.com>
6152
6153 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
6154 (bootstrap*): Depend on all-bootstrap.
6155
7450026c
AO
61562000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
6157
6158 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
6159 crosses, but add gcc/include to the header search path for them.
6160
6cf86f7f
AO
61612000-08-31 Alexandre Oliva <aoliva@redhat.com>
6162
6163 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
6164 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
6165 * gettext.m4: New file, extracted from aclocal.m4.
6166
ce2ea6e3
AO
61672000-08-22 Alexandre Oliva <aoliva@redhat.com>
6168
6169 * config-ml.in (CC, CXX): Avoid trailing whitespace.
6170 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
6171 sub-configures.
6172
9765193e
DE
61732000-08-20 Doug Evans <dje@casey.transmeta.com>
6174
6175 * Makefile.in (ALL_MODULES): Add all-cgen.
6176 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6177 (all-cgen): New target.
6178 (all-opcodes,all-sim): Depend on all-cgen.
6179 * configure.in (host_tools): Add cgen.
6180 Only configure cgen if --enable-cgen-maint.
6181
d7b32520
AO
61822000-08-17 Alexandre Oliva <aoliva@redhat.com>
6183
6184 * config-ml.in (CC, CXX): Don't introduce a leading space.
6185
e52ef561
AO
61862000-08-16 Alexandre Oliva <aoliva@redhat.com>
6187
6188 * configure.in (libstdcxx_flags): Use
6189 libstdc++-v3/src/libstdc++.INC.
6190
88f9c2a0
AO
61912000-08-15 Alexandre Oliva <aoliva@redhat.com>
6192
6193 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
6194
98fbe43f
JM
61952000-08-11 Jason Merrill <jason@redhat.com>
6196
6197 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
6198 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
6199 (FLAGS_FOR_TARGET): Not here.
6200 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
6201
279ddab4
DD
62022000-08-07 DJ Delorie <dj@redhat.com>
6203
6204 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
6205 "if we're also building gcc, and it's a gcc that will run on the
6206 build machine, we want to use its includes instead of the system's
6207 default includes".
6208
60523a83
AO
62092000-08-03 Alexandre Oliva <aoliva@redhat.com>
6210
24ffec7a
AO
6211 * configure.in (libstdcxx_flags): Don't use `"'.
6212
60523a83
AO
6213 * config-ml.in: Adjust multilib search paths to the
6214 appropriate multilib tree.
6215
daf644b5
AO
62162000-08-02 Alexandre Oliva <aoliva@redhat.com>
6217
6218 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
6219 commas in $LANGUAGES.
6220
63266560
DD
62212000-08-01 Alexandre Oliva <aoliva@redhat.com>
6222
6223 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
6224
62252000-07-31 Alexandre Oliva <aoliva@redhat.com>
6226
6227 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
6228 CXX_FOR_TARGET for sed.
6229
62302000-07-30 Alexandre Oliva <aoliva@redhat.com>
6231
6232 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
6233 Do not override if already set in the environment or in configure.
6234 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
6235 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
6236
9e449d3e
AO
62372000-07-27 Alexandre Oliva <aoliva@redhat.com>
6238
6239 * Makefile.in (FLAGS_FOR_TARGET): New macro.
6240 (GCC_FOR_TARGET): Use it.
6241 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
6242 * configure.in: ... here.
6243 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
6244 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
6245
8bbd92e0
AO
62462000-07-24 Alexandre Oliva <aoliva@redhat.com>
6247
fd1f87b2
AO
6248 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
6249 (configure-target-libchill, configure-target-libobjc): Likewise.
6250
8bbd92e0
AO
6251 * configure.in: Use the same cache file for all target libs.
6252 * config-ml.in: But different cache files per multilib variant.
6253
25c6c112
JL
62542000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6255
6256 * configure (topsrcdir): Don't use dirname.
6257
ba73c63f
JM
62582000-07-20 Jason Merrill <jason@redhat.com>
6259
6260 * configure.in: Remove all references to libg++ and librx.
6261
6262 * configure, configure.in, Makefile.in: Unify gcc and binutils.
6263
1af08294
HPN
62642000-07-20 Hans-Peter Nilsson <hp@axis.com>
6265
6266 * config.sub: Update to subversions version 2000-07-06.
6267
ba73c63f
JM
62682000-07-12 Andrew Haley <aph@cygnus.com>
6269
6270 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
6271 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
6272
62732000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
6274
6275 * symlink-tree: Check number of arguments.
6276
d932cae7 62772000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
6278
6279 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
6280
ba73c63f
JM
62812000-07-05 Jim Wilson <wilson@cygnus.com>
6282
6283 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
6284 search path for a g++ extracted from the build tree. This
6285 will allow link tests run by configure scripts in
6286 subdirectories to succeed.
6287
92ee2f86
UC
62882000-07-01 Koundinya K <kk@ddeorg.soft.net>
6289
80413487 6290 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 6291
23f2f29f
CV
62922000-06-28 Corinna Vinschen <vinschen@cygnus.com>
6293
6294 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
6295 `os2'. Force ac_cv_exeext to be ".exe" in that case.
6296
f04f5a67
TW
62972000-06-19 Timothy Wall <twall@cygnus.com>
6298
6299 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
6300 * config.sub: Add tic54x target.
6301
11da68be
NC
63022000-06-07 Phillip Thomas <pthomas@suse.de>
6303
6304 * README-maintainer-mode: New file: Contains notes on using
6305 --enable-maintainer-mode with binutils.
6306
d932cae7 63072000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
6308
6309 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
6310
d932cae7 63112000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
6312
6313 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
6314 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
6315
9442cea3
L
631620000-05-21 H.J. Lu (hjl@gnu.org)
6317
80413487
RH
6318 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
6319 directory are used if they exist. Make sure
6320 $(build_tooldir)/include is searched for header files,
6321 $(build_tooldir)/lib/ for library files.
9442cea3 6322 (GCC_FOR_TARGET): Likewise.
80413487 6323 (CXX_FOR_TARGET): Likewise.
9442cea3 6324
d932cae7 63252000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
6326
6327 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
6328
d932cae7 63292000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
6330
6331 * Makefile.in (configure-target-libiberty): Depend on
6332 configure-target-newlib.
6333
ba73c63f
JM
63342000-05-16 Alexandre Oliva <aoliva@cygnus.com>
6335
6336 * configure.in, Makefile.in: Merge all libffi-related
6337 configury stuff from the libgcj tree.
6338
d932cae7 63392000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
6340
6341 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6342 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
6343
d932cae7 63442000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
6345
6346 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6347 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 6348 current version information. Add to proto-toplev directory.
b5a23627
AC
6349 (gdb-taz): Build do-djunpack.
6350
ba73c63f
JM
63512000-05-15 David Edelsohn <edelsohn@gnu.org>
6352
6353 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
6354
7c86ed39
L
63552000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6356
6357 * ltmain.sh: Preserve in relink_command any environment
6358 variables that may affect the linker behavior.
6359
d932cae7 63602000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
6361
6362 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
6363
d932cae7 63642000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
6365
6366 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
6367
ed0a91a5
EZ
63682000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6369
6370 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 6371 with the version name.
ed0a91a5 6372
ba73c63f 63732000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 6374
ba73c63f 6375 * config.if: Tweak.
6cafa39f 6376
ba73c63f 63772000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 6378
ba73c63f 6379 * djunpack.bat: New file.
66156876 6380
d932cae7 63812000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
6382
6383 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
6384 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
6385 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
6386 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 6387
ba73c63f
JM
63882000-04-16 Dave Pitts <dpitts@cozx.com>
6389
80413487
RH
6390 * config.sub (case $basic_machine): Change default for "ibm-*"
6391 to "openedition".
ba73c63f 6392
d932cae7 63932000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
6394
6395 * Makefile.in (gdb-taz): New target. GDB specific archive.
6396 (do-md5sum): New target.
6397 (MD5PROG): Define.
6398 (PACKAGE): Default to TOOL.
6399 (VER): Default to a shell script.
6400 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 6401 md5 checksum generation.
b35ece4e
AC
6402 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
6403 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
6404 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 6405 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 6406
d932cae7 64072000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
6408
6409 * configure (warn_cflags): Delete.
6410
ba73c63f 64112000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 6412 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 6413
80413487
RH
6414 * configure.in (enable_libstdcxx_v3): Add.
6415 (target_libs): Add bits here to switch between libstdc++-v2 and
6416 libstdc++-v3.
6417 * config.if: And this file too.
6418 * Makefile.in: Add libstdc++-v3 targets.
35590697 6419
ba73c63f
JM
64202000-04-05 Michael Meissner <meissner@redhat.com>
6421
6422 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 6423
d332c5ac
JM
64242000-03-29 Jason Merrill <jason@casey.cygnus.com>
6425
6426 * configure.in: -linux-gnu*, not -linux-gnu.
6427
d932cae7 64282000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
6429
6430 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6431 (do-tar-bz2): Replace TOOL with PACKAGE.
6432 (gdb.tar.bz2): Remove GDBTK from GDB package.
6433 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 6434 dejagnu.tar.bz2): New packages.
6dcbc97b 6435
96ce09a7
ILT
64362000-02-27 Andreas Jaeger <aj@suse.de>
6437
6438 * configure.in: Add entry for mips*-*-linux*, move catch all
6439 *-*-*linux* entry below this one.
6440
2031769e
ILT
64412000-02-27 Ian Lance Taylor <ian@zembu.com>
6442
6443 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
6444
4bab746c
NC
64452000-02-24 Nick Clifton <nickc@cygnus.com>
6446
6447 * config.sub: Support an OS of "wince".
6448
d932cae7 64492000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
6450
6451 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 6452 version.
ada59422 6453
5b93d8bb
AM
64542000-02-23 Linas Vepstas <linas@linas.org>
6455
6456 * config.sub: Add support for Linux/IBM 370.
6457 * configure.in: Likewise.
6458
2fb651f6
NC
64592000-02-22 Nick Clifton <nickc@cygnus.com>
6460
6461 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6462
b8441c25
CF
64632000-02-20 Christopher Faylor <cgf@cygnus.com>
6464
6465 * config.guess: Guess "cygwin" rather than "cygwin32".
6466
d332c5ac
JM
64672000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6468
6469 * configure (gcc_version): When setting, narrow search to
6470 lines containing `version_string'.
6471
ba73c63f
JM
64722000-02-15 Denis Chertykov <denisc@overta.ru>
6473
6474 * config.sub: Add support for avr target.
6475
d932cae7 64762000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
6477
6478 * config.sub: Add mmix-knuth-mmixware.
6479
64802000-01-27 Christopher Faylor <cgf@redhat.com>
6481
6482 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6483 structure stuff to -L library search.
6484 (CXX_FOR_TARGET): Ditto.
6485 (CROSS_CHECK_MODULES): Fix spelling mistake.
6486
64872000-01-24 Mark Mitchell <mark@codesourcery.com>
6488
6489 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6490 the C++ compiler.
6491
64922000-01-12 Richard Henderson <rth@cygnus.com>
6493
6494 * configure.in: Don't build some bits for beos.
6495
64962000-01-12 Joel Sherrill (joel@OARcorp.com)
6497
6498 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6499 as include files.
6500
91b2c84d
GK
65012000-01-06 Geoff Keating <geoffk@cygnus.com>
6502
6503 * configure.in: Use mt-aix43 to handle *_TARGET defs,
6504 not mh-aix43.
6505
ba73c63f
JM
65061999-12-14 Richard Henderson <rth@cygnus.com>
6507
6508 * config.guess (alpha-osf, alpha-linux): Detect ev67.
6509 * config.sub: Accept alphaev[78], alphaev8.
6510
65111999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6512
6513 * config.guess, config.sub: Update from autoconf.
6514
6515Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6516
6517 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6518 necessary libraries are missing.
6519
65201999-10-25 Andreas Schwab <schwab@suse.de>
6521
6522 * configure: Fix quoting inside arguments of eval.
6523
65241999-10-21 Nick Clifton <nickc@cygnus.com>
6525
6526 * config-ml.in: Allow suppression of some ARM multilibs.
6527
6528Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
6529
6530 * config.guess: Add OS/390 match pattern.
6531 * config.sub: Add mvs, openedition targets.
6532 * configure.in (i370-ibm-opened*): New.
6533
ef14edc4
ILT
65341999-09-04 Steve Chamberlain <sac@pobox.com>
6535
6536 * config.sub: Add support for configuring for pj.
6537
afb478e8
NC
65381999-08-31 Nick Clifton <nickc@cygnus.com>
6539
fd6848f6 6540 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 6541
ba73c63f 65421999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
6543
6544 * configure.in: Do not configure or build ld for AIX
6545 platforms. ld is known to be broken on these platforms.
6546
ba73c63f
JM
6547Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6548
6549 * config-ml.in: Pass compiler flag corresponding to multidirs to
6550 subdir configures.
6551
c363de44
ILT
65521999-08-09 Ian Lance Taylor <ian@zembu.com>
6553
6554 * Makefile.in (LDFLAGS): Define.
6555
dc8bc5a6
ILT
65561999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
6557
6558 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6559 noconfigdirs.
6560 (*-*-cygwin*): Likewise.
6561
6ca3858e
ILT
65621999-08-08 Ian Lance Taylor <ian@zembu.com>
6563
71141bb6
ILT
6564 * mkdep: New file.
6565 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6566 (BINUTILS_SUPPORT_DIRS): Add mkdep.
6567
6ca3858e
ILT
6568 From Eli Zaretskii <eliz@is.elta.co.il>:
6569 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6570 long file name when using DJGPP on MS-DOS.
6571
ba73c63f
JM
6572Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
6573
6574 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6575
2735a327
AM
65761999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
6577
6578 * Makefile.in (check-target-libio): Remove all-target-libstdc++
6579 dependency as this causes "make check" to globally "make all"
6580
ba73c63f
JM
6581Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
6582
6583 * configure.in (target_libs): Added target-zlib.
6584 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6585 (CONFIGURE_TARGET_MODULES): Likewise.
6586 (CHECK_TARGET_MODULES): Likewise.
6587 (INSTALL_TARGET_MODULES): Likewise.
6588 (CLEAN_TARGET_MODULES): Likewise.
6589 (configure-target-zlib): New target.
6590 (all-target-zlib): Likewise.
6591 (all-target-libjava): Depend on all-target-zlib.
6592 (configure-target-libjava): Depend on configure-target-zlib.
6593
6594 * Makefile.in (configure-target-libjava): Depend on
6595 configure-target-newlib.
6596 (configure-target-boehm-gc): New target.
6597 (configure-target-qthreads): New target.
6598
80413487
RH
6599 * configure.in (target_libs): Added target-qthreads.
6600 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6601 (CONFIGURE_TARGET_MODULES): Likewise.
6602 (CHECK_TARGET_MODULES): Likewise.
6603 (INSTALL_TARGET_MODULES): Likewise.
6604 (CLEAN_TARGET_MODULES): Likewise.
6605 (all-target-qthreads): New target.
6606 (configure-target-libjava): Depend on configure-target-qthreads.
6607 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
6608
6609 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6610 (CONFIGURE_TARGET_MODULES): Likewise.
6611 (CHECK_TARGET_MODULES): Likewise.
6612 (INSTALL_TARGET_MODULES): Likewise.
6613 (CLEAN_TARGET_MODULES): Likewise.
6614 (all-target-libjava): New target.
6615 (all-target-boehm-gc): Likewise.
6616 * configure.in (target_libs): Added libjava, boehm-gc.
6617
08d836d6
ILT
66181999-07-22 Ian Lance Taylor <ian@zembu.com>
6619
6620 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6621 configure.bat in SUPPORT_FILES.
6622 (gas+binutils.tar.bz2): Likewise.
6623
6624 * makeall.bat: Remove; obsolete.
6625
8f36e47c
ILT
66261999-07-21 Ian Lance Taylor <ian@zembu.com>
6627
6628 From Mark Elbrecht:
6629 * configure.bat: Remove; obsolete.
6630
56e82f25
ILT
66311999-07-11 Ian Lance Taylor <ian@zembu.com>
6632
6633 * configure: Add -W -Wall to the default CFLAGS when compiling with
6634 gcc.
6635
1001d816
JL
6636Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
6637
6638 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6639
106117aa
MM
66401999-06-30 Mark Mitchell <mark@codesourcery.com>
6641
6642 * configure.in: Build ld on IRIX6.
6643
c376f4ed
ILT
66441999-06-12 Ian Lance Taylor <ian@zembu.com>
6645
6646 * Makefile.in: Change distribution targets to use bzip2 instead of
6647 gzip.
6648 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 6649 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 6650
306b7445
NC
66511999-06-04 Nick Clifton <nickc@cygnus.com>
6652
6653 * config.sub: Add mcore target.
6654
d932cae7 66551999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
6656
6657 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6658
d932cae7 66591999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
6660
6661 * config.guess (dummy): Changed to $dummy.
6662
6c3175b0
NC
66631999-05-24 Nick Clifton <nickc@cygnus.com>
6664
ba73c63f
JM
6665 * config.sub: Tidied up case statements.
6666
66671999-05-22 Ben Elliston <bje@cygnus.com>
6668
6669 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6670 <jiro@din.or.jp>.
6671
6672 * config.guess: Merge with FSF version. Future changes will be
6673 more accurately recorded in this ChangeLog.
6674 * config.sub: Likewise.
6675
d932cae7 66761999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
6677
6678 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 6679
252b5132
RH
66801999-04-30 Tom Tromey <tromey@cygnus.com>
6681
6682 * ltmain.sh: [mode link] Always use CC given by ltconfig.
6683
66841999-04-23 Tom Tromey <tromey@cygnus.com>
6685
6686 * ltconfig, ltmain.sh: Update to libtool 1.2f.
6687
66881999-04-20 Drew Moseley <dmoseley@cygnus.com>
6689
6690 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6691 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6692 Bad merge removed these two changes.
6693
ba73c63f 6694Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 6695 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
6696
6697 * config.guess (interix Alpha): Add.
6698
252b5132
RH
66991999-04-11 Richard Henderson <rth@cygnus.com>
6700
6701 * configure.in (i?86-*-beos*): Do config gperf; don't config
6702 gdb, newlib, or libgloss.
6703
d932cae7 67041999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 6705
ba73c63f
JM
6706 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
6707 link a trivial program with -mabi=64. If it fails, remove mabi=64
6708 from multidirs.
6709
d932cae7 67101999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
6711
6712 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6713
252b5132
RH
67141999-04-08 Nick Clifton <nickc@cygnus.com>
6715
6716 * config.sub: Add support for mcore targets.
6717
67181999-04-07 Michael Meissner <meissner@cygnus.com>
6719
6720 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6721 not mt-ospace, in order to shut up assembler warning about using
6722 symbols that are named the same as registers.
6723
67241999-04-07 Drew Moseley <dmoseley@cygnus.com>
6725
6726 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6727 dependency list for all-target-cygmon.
6728
67291999-04-05 Doug Evans <devans@casey.cygnus.com>
6730
6731 * config-ml.in: Check $host, not $target, for selective multilibs.
6732 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6733 thumb interworking, and underscore prefix multilibs.
6734
67351999-04-04 Ian Lance Taylor <ian@zembu.com>
6736
6737 * missing: Update to version from current automake.
6738
6739Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
6740
6741 * configure (gxx_include_dir): Removed.
6742
6743 * configure.in (gxx_include_dir): Handle it.
6744 * Makefile.in: Likewise.
6745
67461999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
6747
6748 * config.sub (mips64vr4111,mips64vr4111el) Add.
6749
67501999-03-21 Ben Elliston <bje@cygnus.com>
6751
80413487 6752 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
6753
6754Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
6755
252b5132
RH
6756 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6757 config/mh-djgpp.
6758
6759Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
6760
6761 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6762 all-target-newlib to dependency list for all-target-bsp.
6763
6764Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
6765
6766 * config.sub: Add i386-uwin support.
6767 * config.guess: Likewise.
6768
6769Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6770
6771 * configure.in: cleanup, add mh-*pic handling for arm, special
6772 case powerpc*-*-aix*
6773
6774Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
6775
6776 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6777 can be built.
6778
6779Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
6780
6781 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 6782 targets.
252b5132
RH
6783
67841999-03-02 Nick Clifton <nickc@cygnus.com>
6785
6786 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6787
d932cae7 67881999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
6789
6790 * config.sub: Check for "cygwin*" rather than "cygwin32*"
6791
67921999-02-24 Nick Clifton <nickc@cygnus.com>
6793
6794 * config.sub: Fix typo in arm recognition.
6795
d932cae7 67961999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
6797
6798 * configure.in (noconfigdirs): Changed target_configdirs to
6799 include target-bsp only for m68k-*-elf* and m68k-*-coff*
6800 rather than m68k-*-* since it is not known to work on
6801 m68k-aout. Ditto for arm-*-*oabi.
6802
d932cae7 68031999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
6804
6805 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
6806
68071999-02-19 Ben Elliston <bje@cygnus.com>
6808
6809 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6810 Smart and improved by Andrew Cagney.
6811
d932cae7 68121999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
6813
6814 * config.guess: Recognize openbsd-*-hppa.
6815
d932cae7 68161999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
6817
6818 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6819 only if it is not empty.
6820
68211999-02-17 Nick Clifton <nickc@cygnus.com>
6822
6823 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 6824
fd6848f6 6825 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
6826
6827 * config.sub: Modified to recognize uname's armv* syntax.
6828
68291999-02-17 Mark Salter <msalter@cygnus.com>
6830
6831 * configure.in: Added target-bsp for sparclite.
6832
d932cae7 68331999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
6834
6835 * config.sub: Recognize alphapca5[67] and up to alphaev8.
6836
68371999-02-08 Nick Clifton <nickc@cygnus.com>
6838
6839 * configure.in: Add support for strongarm port.
6840 * config.sub: Add support for strongarm target.
6841
d932cae7 68421999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 6843
252b5132
RH
6844 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6845 the old name config/mh-cygwin32.
6846 Enable texinfo.
6847
d932cae7 68481999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
6849
6850 * configure.in: Do build ld for ix86 Solaris.
6851
d932cae7 68521999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
6853
6854 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
6855 $AR_FOR_TARGET. Likewise for RANLIB.
6856
d932cae7 68571999-02-02 Catherine Moore <clm@cygnus.com>
35590697 6858
80413487
RH
6859 * config.sub (oabi): Recognize.
6860 * configure.in (arm-*-oabi): Handle.
252b5132 6861
d932cae7 68621999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
6863
6864 * config.guess: Improve detection of i686 on UnixWare 7.
6865
d932cae7 68661999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
6867
6868 * config.guess: Add support for i386-pc-interix.
6869 * config.sub: Likewise.
6870 * configure.in: Likewise.
252b5132 6871
d932cae7 68721999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
6873
6874 * Makefile.in: Remove unneeded all-target-libio from
6875 from all-target-winsup target since it is now unneeded.
6876 Add all-target-libtermcap in its place since it is now
6877 needed.
6878
d932cae7 68791998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
6880
6881 * configure.in: makefile stub for cygwin target is probably
6882 unnecessary. Remove it for now.
252b5132 6883
d932cae7 68841998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
6885
6886 * configure.in: libtermcap.a should be built when cygwin is the
6887 target as well as the host.
6888 * config.guess: Allow mixed case in cygwin uname output.
6889 * Makefile.in: Add libtermcap target.
252b5132 6890
d932cae7 68911998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
6892
6893 * config.sub: Clean up handling of hppa2.0.
6894
d932cae7 68951998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
6896
6897 * config.guess: Use C code to identify more HP machines.
6898
6899Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
6900
6901 * config.sub: Handle hppa2.0.
6902
ba73c63f
JM
6903Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
6904
6905 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 6906 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
6907
69081998-12-15 Mark Salter <msalter@cygnus.com>
6909
6910 * configure.in: Added target-bsp for several target architectures.
6911
6912 * Makefile.in: Added rules for bsp.
6913
252b5132
RH
6914Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
6915
6916 * config.guess: Improve detection of hppa2.0 processors.
6917
6918Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
6919
6920 * config.guess: Recognize FreeBSD using ELF automatically.
6921
69221998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
6923
6924 * configure (skip-this-dir): Add handling for new shell script, which
6925 might be created by a sub-directory's configure to indicate, this particular
6926 directory is "unwanted".
6927 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6928
252b5132
RH
6929Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
6930
6931 * ltconfig: import from libtool, after changing libtool to
6932 account for the cygwin name change.
6933
6934Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
6935
6936 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6937 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6938
6939Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
6940
6941 * configure.in: Add libtermcap to list of cygwin dependencies.
6942
d932cae7 69431998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 6944
80413487
RH
6945 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6946 they include winsup/include when it's a cygwin target.
252b5132
RH
6947
69481998-11-12 Tom Tromey <tromey@cygnus.com>
6949
6950 * configure.in (host_tools): Added zip.
6951 * Makefile.in (all-target-libjava): Depend on all-zip.
6952 (all-zip): New target.
6953 (ALL_MODULES): Added all-zip.
6954 (NATIVE_CHECK_MODULES): Added check-zip.
6955 (INSTALL_MODULES): Added install-zip.
6956 (CLEAN_MODULES): Added clean-zip.
6957
d932cae7 69581998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
6959
6960 * Makefile.in: lose "32" from comment about cygwin.
6961
d932cae7 69621998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
6963
6964 * configure.in: Use -Os to build target libraries for the fr30.
6965
d932cae7 69661998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
6967
6968 * config.sub: Add fr30.
6969
d932cae7 69701998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 6971
80413487 6972 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
6973 cygwin* instead of cygwin32*.
6974 * config.sub: Check cygwin* instead of cygwin32*.
6975
d932cae7 69761998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
6977
6978 * config.guess: Match any version of Unixware7.
6979
252b5132
RH
69801998-10-20 Syd Polk <spolk@cygnus.com>
6981
6982 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6983 if desired.
6984
d932cae7 69851998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
6986
6987 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6988 these if the appropriate directories and files to not exist.
6989
d932cae7 69901998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
6991
6992 * Makefile.in (DEVO_SUPPORT): Add config.if.
6993
d932cae7 69941998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
6995
6996 * configure: Add pattern to replace "build_tooldir"'s
6997 definition in the generated Makefile with "tooldir"'s
6998 actual value.
6999
252b5132
RH
7000Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
7001
7002 * config.sub: Bring back lost sparcv9.
7003
ba73c63f
JM
7004 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7005
7006Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
7007
7008 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7009 CC_FOR_TARGET and friends.
7010
7011Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 7012
ba73c63f
JM
7013 * Makefile.in (build_tooldir): New variable, same as tooldir.
7014 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
7015 -B$(build_tooldir)/bin/.
7016 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
7017
252b5132
RH
7018Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
7019
7020 * config.sub: Add support for i[34567]86-pc-udk.
7021 * configure.in: Likewise.
7022
7023Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
7024
7025 * Makefile.in: add bzip2 package building bits for user
7026 tools module
7027 * configure.in: ditto
7028
ba73c63f
JM
7029Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
7030
7031 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
7032 (ALL_TARGET_MODULES): Add all-target-libobjc.
7033 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7034 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7035 (all-target-libchill): Add dependencies.
7036 * configure.in (target_libs): Add libchill.
35590697 7037
252b5132
RH
70381998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
7039
ba73c63f 7040 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
7041
7042Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
7043
7044 * Makefile.in (all-automake): fix dependencies.
7045
7046Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
7047
7048 * configure.in: Minor cleanups for building in the $(target_alias)
7049 subdir.
7050
70511998-09-22 Jim Wilson <wilson@cygnus.com>
7052
7053 * Makefile.in (bootstrap): Set r and s before make all. Use
7054 BASE_FLAGS_TO_PASS in make all.
7055 (cross): Likewise.
7056
70571998-09-20 Mark Mitchell <mark@markmitchell.com>
7058
7059 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
7060
252b5132
RH
7061Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
7062
7063 * config.sub: Fix typo in last change.
7064
70651998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7066
7067 * config.sub: Add support for C4x target.
7068 * configure.in: Likewise.
7069
70701998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
7071
7072 * config.sub: Recognize sparcv9 just like sparc64.
7073
7074Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
7075
7076 * config.guess: Match "Pent II" or "PentII" for OpenServer.
7077
7078Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
7079
7080 * config.guess: Correctly identify Pentium II sco boxes.
7081
7082 * config.guess: Fix "tr" code. From Weiwen Liu.
7083
7084Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
7085
7086 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
7087 stabs.
7088
7089Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
7090
7091 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
7092 (ALL_TARGET_MODULES): Add all-target-libchill.
7093 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7094 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7095 (all-target-libchill): Add dependencies.
7096 * configure.in (target_libs): Add libchill.
7097
7098Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
7099
7100 * config.guess: Avoid assumptions about "tr" behaves when
7101 LANG is set to something other than English.
7102
7103Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
7104
7105 * configure (gxx_include_dir): Changed to
7106 '${prefix}/include/g++'-${libstdcxx_interface}.
7107
7108 * config.if: New to determine the interfaces.
7109
7110Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
7111
7112 * config.guess: Detect and handle MPE/IX.
7113 * config.sub: Deal with MPE/IX.
7114
7115Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
7116
7117 * configure.in: Use mh-aix43.
7118
71191998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
7120
7121 * configure: Fix --without/--disable cases for gxx-include-dir.
7122
7123Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
7124
7125 * mdata-sh: Imported. Needed for automake support.
7126
7127Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
7128
ba73c63f 7129 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
7130 "chmod og=u `find . -print`".
7131
7132Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
7133
ba73c63f 7134 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
7135
7136Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
7137
7138 * Makefile.in: Undo previous patch.
7139
7140Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
7141
7142 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
7143 to here ...
7144 (install-no-fixedincludes): and here
7145 (INSTALL_MODULES): ... from here.
7146
7147Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
7148
7149 * config.sub: Merge with FSF.
7150
7151 * config.guess: Merge with FSF.
7152
7153Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
7154
7155 * configure (extraconfigdirs): New variable.
7156 (SUBDIRS): Add extraconfigdirs and recurse on them too.
7157 * Makefile.in (all): Move higher in file.
7158 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
7159 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
7160 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
7161 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
7162 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
7163
71641998-07-23 Brendan Kehoe <brendan@cygnus.com>
7165
7166 * Makefile.in (all-target-libjava): Depend on all-gcc and
7167 all-target-newlib.
7168 (configure-target-libjava): Depend on $(ALL_GCC).
7169
7170Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
7171
7172 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
7173 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
7174
7175Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
7176
7177 * ylwrap: Change absolute path checks to check for DOS style path
7178 names.
7179
7180 * ylwrap: Don't use a full path name if the source file is in the
7181 same directory. From hjl@lucon.org (H.J. Lu).
7182
7183 * config-ml.in: Default to being verbose, to match Feb 18 change to
7184 configure.
7185
7186Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
7187
7188 Brought over from egcs:
7189
7190 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
7191
7192 * configure.in (target_subdir): Set to ${target_alias} instead
7193 of "libraries".
7194
7195 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
7196
7197 * configure.in (target_subdir): Set to libraries if enable_multilib.
7198
7199Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
7200
7201 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
7202 multilibs, force reconfiguration the first time we create
7203 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
7204
7205Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
7206
7207 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
7208 avoid confusion with --no-recursion.
7209
7210Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
7211
7212 * configure.in: Win32 hosts shouldn't use install -x
7213 * install-sh: remove -x option, and special .exe-handling
7214 hack.
7215
7216Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
7217
7218 * config.guess: Recognize i586-pc-beos.
7219 * configure.in: Don't build some bits for beos.
7220
7221Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
7222
7223 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
7224 CFLAGS default to -O2.
7225
7226 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
7227 when using GNU ld.
7228
7229Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
7230
7231 * ltmain.sh: Correct install when using a different shell.
7232
7233Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
7234
7235 * ltconfig, ltmain.sh: Update to libtool 1.2b.
7236
7237Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
7238
7239 * makefile.vms: Update to build binutils/makefile.vms. Add install
7240 target.
7241
7242Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
7243
7244 * ltconfig: Update to correct AIX handling.
7245
7246Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
7247
7248 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
7249
7250 * configure.in (target_subdir): Set to ${target_alias} instead
7251 of "libraries".
7252
72531998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
7254
7255 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
7256 (Makefile): Depend on $(gcc_version_trigger).
7257
7258 * configure (gcc_version): Change default initializer to empty
7259 string.
7260 (gcc_version_trigger): New variable; pass this variable down
7261 to subdir configures to enable them checking gcc's version
7262 themselves. Emit make macros for both gcc_version vars.
7263 (topsrcdir): Initialize reliably.
7264 (recursion line): Remove --with-gcc-version=${gcc_version}.
7265
72661998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
7267
7268 * configure (enable_version_specific_runtime_libs): Implement new flag
7269 --enable-version-specific-runtime-libs which installs C++ runtime stuff
7270 in $(libsubdir); emit definition in each generated Makefile.
7271 (gxx_include_dir): Initialize depending on
7272 $enable_version_specific_runtime_libs.
7273
72741998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
7275
7276 * configure (gcc_version): Initialize properly depending on
7277 how and where configure is started.
7278 (recursion line): Pass a --with-gcc-version=${gcc_version}
7279 to configures in subdirs.
7280
7281Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
7282
7283 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 7284 cygmon
252b5132
RH
7285
7286Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
7287
7288 * configure.in: Add cygmon and libstub support for mn10200.
7289
72901998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
7291
7292 * configure (gcc_version): Add new variable describing the
7293 particular gcc version we're building.
7294 * Makefile.in (libsubdir): Add new macro for the directory
7295 in which the compiler finds executables, libraries, etc.
7296 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
7297 and libsubdir.
7298
7299Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7300
ba73c63f
JM
7301 * Makefile.in (local-clean): Remove *.log.
7302 (warning.log): Built with warn_summary from build.log.
7303 (mail-report.log): Run test_summary.
7304 (mail-report-with-warnings.log): Run test_summary including
7305 warning.log in the report.
252b5132
RH
7306
7307Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
7308
7309 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7310
7311Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
7312
7313 * Makefile.in (grep): Grep no longer depends on libiberty.
7314
7315Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
7316
7317 * Makefile.in: all-snavigator needs all-libgui.
7318
7319Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
7320
7321 * configure.in: Add cygmon and libstub support for mn10300.
7322
7323Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
7324
7325 * missing: Update to version from automake 1.3.
7326
7327 * ltmain.sh: On installation, don't get confused if the same name
7328 appears more than once in the list of library names.
7329
7330Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
7331
7332 * config.sub: Accept m68060 and m5200 as CPU names.
7333
7334Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
7335
7336 * configure: Use && rather than using -a in test, because odd
7337 strings can confuse test.
7338 * configure.in: Likewise.
7339
7340Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
7341
7342 * ltconfig, ltmain.sh: Bring in Visual C++ support.
7343
7344Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7345
7346 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
7347 bootstrap4-lean): New targets.
7348
7349Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
7350
7351 * mpw-* Delete. Not used.
252b5132
RH
7352
7353Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
7354
7355 * COPYING.LIB: Update FSF address.
7356
7357Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
7358
7359 * ltconfig, ltmain.sh: Update to libtool 1.2a.
7360
7361 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
7362 GAS_SUPPORT_DIRS.
7363
7364Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
7365
7366 * ltconfig, ltmain.sh: Avoid producing a version number if
7367 -version-info was not used.
7368
7369Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
7370
7371 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
7372 building with newlib.
7373
73741998-04-30 Paul Eggert <eggert@twinsun.com>
7375
ba73c63f 7376 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 7377 Solaris `make' causes it to continue to next definition.
252b5132 7378
afb8d725
JM
7379Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
7380
7381 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
7382 the right GUI libraries and files are installed along with GDB.
7383
252b5132
RH
7384Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
7385
7386 * configure.in: Change alpha to alpha* in several places.
7387
7388Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
7389
7390 * config.sub: Recognize sparc86x.
7391
7392Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 7393
252b5132
RH
7394 * configure.in (--enable-target-optspace): Remove debug echo.
7395
7396Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
7397
7398 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
7399
7400Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
7401
7402 * ltconfig: Update cygwin32 support.
7403
7404 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
7405 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
7406 (GDB_SUPPORT_DIRS): Likewise.
7407
7408Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
7409
7410 * configure.in (target_makefile_frag): If --enable-target-optspace,
7411 use -Os to compile target libraries rather than -O2. Default to
7412 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
7413 not used.
7414 * configure.in (target_cflags): Ditto for d30v.
7415
7416Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
7417
7418 * Makefile.in (all-bfd): Depend on all-intl.
7419 (all-binutils): Likewise.
7420 (all-gas): Likewise.
7421 (all-gprof): Likewise.
7422 (all-ld): Likewise.
7423
252b5132
RH
74241998-04-19 Brendan Kehoe <brendan@cygnus.com>
7425
7426 * configure.in (host_tools): Fix typo, lbtool -> libtool.
7427
7428Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
7429
7430 * Makefile.in (all-bfd): Depend upon all-libiberty.
7431
7432 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7433
7434Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
7435
7436 * Makefile.in: Add libstub.
7437
7438 * configure.in: Ditto. Build libstub for targets that have cygmon
7439 support.
7440
7441Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
7442
7443 * configure.in: Don't set PICFLAG on ix86-cygwin32.
7444
7445Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
7446
7447 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7448 use mh-sysv5 if specified. Support gprof on SCO Open Server.
7449
7450Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
7451
7452 * configure: Define DEFAULT_M4 by searching PATH.
7453 * Makfile.in: Use DEFAULT_M4.
7454
7455Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
7456
7457 * ltconfig: Add cygwin32 support.
7458
7459 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
7460 to configure and build.
7461
7462Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
7463
7464 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
7465
7466Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
7467
7468 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7469
7470Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
7471
7472 * Makefile.in: add ash make rules
7473 * configure.in: add ash to native_only and host_tools lists
7474
7475Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
7476
7477 * Makefile.in (all-gettext, all-intl): New targets.
7478 (ALL_MODULES): Added all-gettext, all-intl.
7479 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7480 (INSTALL_MODULES): Added install-gettext, install-intl.
7481 (CLEAN_MODULES): Added clean-gettext, clean-intl.
7482
7483 * configure.in (host_tools): Added gettext.
7484 (native_only): Likewise.
7485 (noconfigdirs) [various cases]: Likewise.
7486 (host_libs): Added intl.
7487
afb8d725
JM
7488Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
7489
7490 * configure: Do not disable building gdbtk for cygwin32 hosts.
7491
ba73c63f
JM
7492Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
7493
7494 * configure.in: Add thumb-coff target.
7495 * config.sub: Add thumb-coff target.
7496
252b5132
RH
7497Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
7498
7499 * Makefile.in: Revert yesterday's change.
7500 (all-target-winsup): all-target-librx stays out of here.
7501
7502Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
7503
ba73c63f
JM
7504 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7505 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7506 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
7507 Remove references to librx and libg++.
7508
7509Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
7510
7511 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7512 recursive makes
7513
7514Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
7515
7516 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
7517 for newlib directory.
7518 (CXX_FOR_TARGET): Likewise.
7519
7520Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
7521
7522 * ltconfig: Update after libtool/ltconfig.in change for
7523 hpux11.
7524
7525Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
7526
7527 * ltconfig, ltmain.sh: Update to libtool 1.2.
7528
7529Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
7530
7531 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7532 (install-gcc-cross): Instead, override LANGUAGES here.
7533
75341998-03-18 Dave Love <d.love@dl.ac.uk>
7535
7536 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7537 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7538
7539Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
7540
7541 * configure.in: Add Thumb-pe target.
7542
7543Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 7544
252b5132
RH
7545 * Makefile.in - changed sn targets to snavigator
7546 * configure.in - changed sn targets to snavigator
7547
7548Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
7549
7550 * config-ml.in: After building symlink tree call make distclean
7551 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7552 to be the case for libiberty.
7553
7554Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
7555
7556 * configure: When making link, also check the current
7557 directory. The configure scripts may create one.
7558
7559Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
7560
7561 * config.sub: Accept alphapca56 and alphaev6 properly.
7562
7563Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7564
7565 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7566
252b5132
RH
7567Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
7568
80413487 7569 * config.sub (sco5): Fix typo.
252b5132
RH
7570
7571Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
7572
7573 * Makefile.in (INSTALL_MODULES): Move install-tcl before
7574 install-itcl.
7575 (install-itcl): Remove dependency on install-tcl.
7576
7577Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
7578
7579 * configure.in: Remove libgloss from noconfigdirs for MN10300.
7580
252b5132
RH
7581Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
7582
7583 * configure.in: Don't build libgui for a cygwin32 target when not on
7584 a cygwin32 host.
7585
7586Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
7587
7588 * configure (redirect): Set to null, so default behavior of
7589 configure is now --verbose.
7590
75911998-02-16 Dave Love <d.love@dl.ac.uk>
7592
7593 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7594 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7595
7596Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
7597
7598 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7599 this change to sync Makefile.in with its ChangeLog entries.
7600
7601Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
7602
7603 * ltmain.sh (mkdir): Check that the directory doesn't exist
7604 before we exit with error, so that we don't get races during
7605 parallel builds.
7606
7607Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
7608
7609 * ltconfig, ltmain.sh: Update from libtool 1.0i.
7610
7611Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
7612
7613 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7614 PICFLAG_FOR_TARGET.
7615 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7616
7617 * configure: Emit a definition for the new macro enable_shared
7618 into each Makefile.
7619
252b5132
RH
7620Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
7621
7622 * configure.in (host_tools, native_only): Add libtool.
7623
7624Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
7625
7626 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7627 Fix typo in ming config comment.
7628
7629Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
7630
7631 * ltconfig, ltmain.sh: Update from libtool 1.0h.
7632
7633Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
7634
7635 * config.sub: Add tic30 cases, and map c30 to tic30.
7636
ba73c63f
JM
7637Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
7638
7639 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7640 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7641 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7642 (CLEAN_TARGET_MODULES): Similarly
7643 (all-target-libf2c): Add dependences.
35590697 7644 * configure.in (target_libs): Add libf2c.
ba73c63f 7645
252b5132
RH
7646Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
7647
ba73c63f
JM
7648 * configure.in: Remove expect from noconfigdirs when target
7649 is cygwin32. OK to build expect and dejagnu with Canadian
7650 Cross.
252b5132
RH
7651
7652Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
7653
7654 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7655 host.
7656
7657 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7658 and mingw32.
7659
7660Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
7661
7662 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7663 here as it is not defined in the toplevel Makefile.
7664
7665Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
7666
7667 * configure (package_makefile_rules_frag): New variable, which names
7668 a file with generic rules, ...
7669 Change comment to mention we now have FIVE parts.
7670 * configure: Undo last change.
7671
7672Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
7673
7674 * config.guess: More accurate determination of HP processor types.
7675 * config.sub: More accurate determination of HP processor types.
7676
7677Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
7678
7679 * configure (package_makefile_frag): Move inserting the
7680 ${package_makefile_frag} to where it should be according
7681 to the comment.
7682
ba73c63f 7683Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
7684
7685 * config.guess: Add support for Linux/ARM.
7686
7687Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
7688
7689 * .cvsignore: Remove *-info and *-install since they match
7690 release-info and mpw-install, which we don't want to just ignore.
7691
7692Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
7693
7694 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
7695
7696Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
7697
7698 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7699 local_prefix to sub-make invocations.
7700
7701Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
7702
7703 * configure.in: Check makefile fragments in the source
7704 directory.
7705
7706Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7707
ba73c63f
JM
7708 * configure.in: Check whether host and target makefile
7709 fragments exist before adding them to *_makefile_frag.
252b5132
RH
7710
7711Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
7712
7713 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 7714
252b5132
RH
7715Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
7716
7717 * configure.in: Make sure we only replace RPATH_ENVVAR on
7718 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7719 regexp to sed.
7720
7721 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7722 to sub-makes.
7723
77241998-01-13 Lee Iverson (leei@ai.sri.com)
7725
7726 * config-ml.in (multi-do): LDFLAGS must include multilib
7727 designator.
7728
7729Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
7730
7731 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7732
7733Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
7734
7735 * config.sub: Add mingw32 support.
7736 * configure.in: Likewise.
252b5132
RH
7737
7738Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7739
7740 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7741
7742Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
7743
7744 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7745 * configure (gxx_include_dir): Provide a definition for subdirs
7746 which do not use autoconf.
7747
7748Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
7749
7750 * config.guess: Sync with egcs. Picks up new alpha support,
7751 BeOS & some additional linux support.
7752
ba73c63f 7753Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7754
7755 * config.guess: HP 9000/803 is a PA1.1 machine.
7756
ba73c63f
JM
7757Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
7758
7759 * configure.in: It's alpha*-...
252b5132
RH
7760
7761Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
7762
ba73c63f
JM
7763 * configure.in (host_makefile_frag, target_makefile_frag):
7764 Handle multiple config files.
7765 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7766 alpha-*-*.
252b5132
RH
7767
7768Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
7769
7770 * mkdep: New file.
7771
7772Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
7773
7774 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7775
7776Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
7777
7778 * Makefile.in: Add libgui directory.
7779 (GDB_TK): Add all-libgui.
7780 * configure.in: Add libgui directory.
7781 * configure: Add all-libgui to GDB_TK.
7782
7783Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
7784
7785 * config-ml.in (multidirs): Add m32r to multilib list.
7786
7787Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
7788
7789 * Makefile.in (all-target-gperf): Change dependency to
7790 all-target-libstdc++.
7791
7792Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
7793
7794 * config.guess: Add BeOS support.
7795
7796Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
7797
7798 Source directory cvs renamed to cvssrc:
7799 * configure.in (host_tools): Change cvs to cvssrc.
7800 (native_only): Likewise.
7801 (noconfigdirs) [various cases]: Likewise.
7802 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7803 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7804 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7805 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7806 (all-cvssrc): Rename target from all-cvs.
7807
7808Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
7809
7810 * configure (gxx_include_dir): Fix thinko.
7811
7812Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
7813
7814 * Makefile.in (INSTALL_TARGET_CROSS): Define.
7815 (install-cross, install-gcc-cross): New targets.
7816
7817Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
7818
7819 * configure.in (noconfigdirs): Add support for Thumb target.
7820
7821 * config.sub (maybe_os): Add support for Thumb target.
7822
7823Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
7824
7825 * Makefile.in: Add rules for cygmon.
7826
7827 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7828
7829Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
7830
7831 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7832 * configure (gxx_include_dir): Provide a definition for subdirs
7833 which do not use autoconf.
7834
7835Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
7836
7837 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 7838 11/18/97 build
252b5132
RH
7839
7840Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
7841
7842 * From Franz Sirl.
7843 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7844 found on RedHat Linux systems.
7845
7846Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
7847
7848 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7849 guesses.
7850
7851Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
7852
7853 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7854
7855Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
7856
7857 * ltmain.sh: If mkdir fails, check whether the directory was created
7858 anyhow by some other process.
7859
7860Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
7861
7862 * configure.in (d30v-*-*): Configure all directories.
7863
7864Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
7865
7866 * configure.in (d30v-*-*): Configure newlib, libiberty directories
7867 for the D30V.
7868
7869Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
7870
7871 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7872
7873Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
7874
80413487
RH
7875 * include/libiberty.h: Add extern "C" { so it can be used with C++
7876 progrms.
7877 * include/remote-sim.h: Add extern "C" { so it can be used with C++
7878 programs.
252b5132
RH
7879
7880Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
7881
7882 * configure.in (d30v-*-*): Configure GCC now.
7883
7884Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
7885
7886 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7887 is no longer needed.
7888
7889Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
7890
7891 * Makefile.in: check-target-libio depends on all-target-libstdc++.
7892
7893Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
7894
7895 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7896 targets using "$@" to provide support for similar but not identical
7897 targets without having to duplicate code.
7898
7899Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
7900
7901 * makefile.vms: Fix to work with DEC C.
7902
7903Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
7904
7905 * config.sub: Add mips-tx39-elf to marketing names.
7906
7907Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
7908
7909 * ltmain.sh: Handle symlinks in generated script.
7910
7911Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
7912
7913 * configure: Handle autoconf style directory options: --bindir,
7914 --datadir, --includedir, --infodir, --libdir, --libexecdir,
7915 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7916 --sysconfdir.
7917 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7918 (sharedstatedir, localstatedir, oldincludedir): New variables.
7919 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7920 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7921 sbindir, sharedstatedir, and sysconfdir.
7922
7923Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7924
7925 * Makefile.in (bootstrap-lean): New target.
7926
7927Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
7928
7929 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 7930 sn, and gnuserv from noconfigdirs.
252b5132
RH
7931
7932Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
7933
7934 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7935
7936Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
7937
ba73c63f 7938 * Makefile.in (cross): New target.
252b5132
RH
7939
7940Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 7941 Jeff Law <law@cygnus.com>
252b5132
RH
7942
7943 * Makefile.in (bootstrap2, bootstrap3): New targets.
7944 (all-bootstrap): Remove outdated and confusing target.
7945 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7946
afb8d725
JM
7947Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
7948
7949 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 7950 windows. Consistent with gdb/configure.
afb8d725 7951
252b5132
RH
79521997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
7953
252b5132
RH
7954 * configure.in: Name Linux target fragment.
7955
7956 * configure: Rewrite so that project Makefile fragment is inserted
7957 first and appears last in the resulting Makefile.
7958
7959Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
7960
7961 * Makefile.in (install-itcl): Install tcl first.
7962
252b5132 7963Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 7964
252b5132
RH
7965 * configure.in: remove bison from noconfigdirs for Cygwin32 host
7966
7967Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
7968
7969 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7970
7971 * configure.in (skipdirs): Add target-librx for Linux.
7972 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7973
7974Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
7975
7976 * Makefile.in (bootstrap): New target.
7977
7978Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
7979
7980 * config.sub: Accept 'amigados' for backward compatability.
7981
7982Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
7983
7984 * config.guess: Merge with FSF.
7985
ba73c63f
JM
7986Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
7987
7988 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7989
252b5132
RH
7990Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
7991
7992 * config.sub: Add "marketing-names" patch.
7993
7994Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
7995
80413487 7996 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
7997
7998Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
7999
8000 * config.sub: Handle v850-elf.
8001
ba73c63f
JM
8002Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
8003
8004 * .cvsignore (*-install): Remove.
8005
252b5132
RH
8006Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
8007
8008 * ltconfig: Set CONFIG_SHELL in libtool.
8009 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8010
8011Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8012
8013 * configure.in (target_subdir): Set to libraries if enable_multilib.
8014
8015Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
8016
8017 * config.guess: Update from gcc directory.
8018
8019Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
8020
8021 * Makefile.in (all-sim): Depends on all-readline.
8022
8023Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
8024
8025 * Makefile.in (BISON, YACC): Use $$s.
8026 (all-bison): Depend on all-texinfo.
8027
8028Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
8029
8030 * Makefile.in (BISON): Add -L flag.
8031 (YACC): Likewise.
8032
8033Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
8034
35590697
AJ
8035 * configure.in (noconfigdirs): Add support for v850e target.
8036
252b5132
RH
8037 * config.sub (maybe_os): Add support for v850e target.
8038
8039Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
8040
35590697
AJ
8041 * configure.in (noconfigdirs): Add support for v850ea target.
8042
252b5132
RH
8043 * config.sub (maybe_os): Add support for v850ea target.
8044
8045Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
8046
8047 * config.sub: Add mipstx39. Delete r3900.
8048
8049Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
8050
8051 * Makefile.in (all-autoconf): Depends on all-texinfo.
8052
8053Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
8054
8055 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
8056 eabi targets.
8057
8058Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
8059
8060 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
8061
8062 * configure: When handling a Canadian Cross, handle YACC as well as
8063 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 8064 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
8065
8066Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
8067
8068 * Makefile.in (BISON): bison, not byacc or bison -y.
8069 (YACC): bison -y or byacc or yacc.
8070 (various): Add *-bison as appropriate.
8071 (taz): No need to mess with BISON anymore.
8072
8073Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
8074
8075 * configure: If OSTYPE matches *win32*, try to find a good value for
8076 CONFIG_SHELL.
8077
8078Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
8079
8080 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
8081 configure.in if it is present.
8082
8083Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
8084
8085 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
8086
8087Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
8088
8089 * config.sub: Recognize `arc' cpu.
8090 * configure.in: Likewise.
8091 * config-ml.in: Likewise.
8092
8093Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
8094
8095 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
8096
8097Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
8098
8099 * configure: Changed sed delimiter from ':' to '|' when
8100 attempting to substitute ${config_shell} for SHELL. On
8101 NT ${config_shell} may contain a ':' in it.
8102
8103Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
8104
8105 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
8106
8107Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
8108
8109 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
8110
8111Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
8112
8113 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
8114
8115 * ylwrap: If the program is a relative path, force it to be
8116 absolute.
8117
8118Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
8119
8120 * configure (tooldir): Set BISON to `bison -y' and not just bison.
8121
8122Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
8123
8124 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
8125 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
8126 for libraries.
252b5132
RH
8127
8128Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
8129
8130 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 8131 separated by spaces.
252b5132
RH
8132
8133Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
8134
8135 * ylwrap: New file.
8136 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
8137
8138 * ltmain.sh: Handle /bin/sh at start of install program.
8139
8140 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
8141
8142 * ltconfig, ltmain.sh: New files, from libtool 1.0.
8143 * missing: New file, from automake 1.2.
8144
8145Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
8146
8147 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
8148 check-tk to CHECK_X11_MODULES.
8149
8150Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
8151
8152 * config.sub: Merge with FSF.
8153
8154Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
8155
8156 * config.guess: Merge with FSF.
8157
8158Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
8159
8160 * configure: Treat msdosdjgpp like go32.
8161 * configure.in: Likewise. Don't remove gprof for go32.
8162
8163 * configure: Change Makefile.tem2 to Makefile.tm2.
8164
8165Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
8166
8167 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
8168
8169Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8170
8171 * install-sh (chmodcmd): Set to null if the DST directory already
8172 exists. Same as Nov 11th change.
8173
8174Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
8175
35590697 8176 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
8177
8178Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
8179
8180 * config.guess: Update from FSF.
8181
8182Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
8183
8184 * Makefile.in (GDB_TK): Depend on itcl and tix.
8185
8186Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
8187
8188 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
8189 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
8190 (INSTALL_SCRIPT): New variable.
8191 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
8192 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
8193 to -x.
8194 * install-sh: Add support for -x option.
8195
8196Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
8197
8198 * configure.in, Makefile.in: Treat tix like itcl.
8199
8200Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
8201
8202 * Makefile.in (WINDRES): New variable.
8203 (WINDRES_FOR_TARGET): New variable.
8204 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
8205 (EXTRA_HOST_FLAGS): Add WINDRES.
8206 (EXTRA_TARGET_FLAGS): Add WINDRES.
8207 (EXTRA_GCC_FLAGS): Add WINDRES.
8208 ($(DO_X)): Pass down WINDRES.
8209 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
8210 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
8211 DLLTOOL_FOR_TARGET.
8212
8213Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
8214
8215 * configure.in: configure sim before gdb for win32-x-ppc
8216
8217Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8218
8219 Move gperf into the toplevel, from libg++.
8220 * configure.in (target_tools): Add target-gperf.
8221 (native_only): Add target-gperf.
8222 * Makefile.in (all-target-gperf): New target, depend on
8223 all-target-libg++.
8224 (configure-target-gperf): Empty rule.
8225 (ALL_TARGET_MODULES): Add all-target-gperf.
8226 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
8227 (CHECK_TARGET_MODULES): Add check-target-gperf.
8228 (INSTALL_TARGET_MODULES): Add install-target-gperf.
8229 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
8230
8231Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 8232
252b5132
RH
8233 * config.sub (mn10200): Recognize new basic machine.
8234
8235Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8236
8237 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
8238 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
8239
8240Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8241
8242 * configure.in: If we're building mips-sgi-irix6* native, turn on
8243 ENABLE_MULTILIB and set TARGET_SUBDIR.
8244
8245Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
8246
8247 * Makefile.in (all-sn): Depend on all-grep.
8248
8249Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
8250
8251 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
8252
8253 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
8254 Makefile. From Jeff Makey <jeff@cts.com>.
8255 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
8256
8257 * Makefile.in (DISTBISONFILES): Remove.
8258 (taz): Don't futz with DISTBISONFILES. Change BISON to use
8259 $(DEFAULT_YACC).
8260
8261 * configure.in: Build itl, db, sn, etc., when building for native
35590697 8262 cygwin32.
252b5132
RH
8263
8264 * Makefile.in (LD): New variable.
8265 (EXTRA_HOST_FLAGS): Pass down LD.
8266 ($(DO_X)): Likewise.
8267
8268Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
8269
8270 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
8271
8272Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
8273
8274 * configure.in (targargs): Strip out any supplied --build argument
35590697 8275 before adding our own. Always add --build.
252b5132
RH
8276
8277Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
8278
8279 * configure.in (targargs): Pass --build if we're doing
8280 a cross-compile.
8281
8282Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
8283
ba73c63f 8284 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
8285 sed. Otherwise sed chokes on NT path names with drive
8286 designators. Also look for "?:*" as the leading characters in an
8287 absolute pathname.
8288
8289Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
8290
8291 * config.sub: Support for r3900.
8292
8293Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
8294
8295 * configure.in: Use install-sh, not install.sh.
8296
8297Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
8298
8299 * Makefile.in (taz): Improve check for BISON so it doesn't try to
8300 apply it twice.
8301
8302Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
8303
8304 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8305 install-binutils.
8306
8307Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
8308
8309 * Makefile.in: Add automake targets.
8310 * configure.in (host_tools): Add automake.
8311
8312Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
8313
8314 * configure: Default CXX to c++, not gcc.
8315 * Makefile.in (CXX): Set to c++, not gcc.
8316 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8317
8318Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
8319
8320 * install-sh: try appending a .exe if source file doesn't
8321 exist
8322
8323Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
8324
8325 * configure.in: Turn on multilib by default.
8326 (cross_only): Remove target-libiberty.
8327
8328 * Makefile.in (all-gcc): Don't depend on libiberty.
8329
8330Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
8331
8332 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8333
8334Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
8335
8336 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8337 (DISTBISONFILES): Add ld/Makefile.in
8338
8339Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
8340
8341 * configure.in: if target is cygwin32 but host isn't cygwin32,
8342 don't configure gdb tcl tk expect, not just gdb.
8343
8344Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
8345
8346 * configure.in: Added gnuserv everywhere sn appears.
8347
8348 * Makefile.in (ALL_MODULES): Added all-gnuserv.
8349 (CROSS_CHECK_MODULES): Added check-gnuserv.
8350 (INSTALL_MODULES): Added install-gnuserv.
8351 (CLEAN_MODULES): Added clean-gnuserv.
8352 (all-gnuserv): New target.
8353
8354Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
8355
8356 * config.guess: Fixes for MIPS OpenBSD systems.
8357
8358Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
8359
8360 * Makefile.in (INSTALL_XFORM): Remove.
8361 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
8362
8363 * mkinstalldirs: New file, copied from automake.
8364 * Makefile.in (installdirs): Rename from install-dirs. Use
8365 mkinstalldirs. Change all users.
8366 (DEVO_SUPPORT): Add mkinstalldirs.
8367
8368Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
8369
8370 * install-sh: Rename from install.sh.
8371 * Makefile.in (INSTALL): Change install.sh to install-sh.
8372 (DEVO_SUPPORT): Likewise.
8373
8374 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
8375 Graichen <graichen@rzpd.de>.
8376
8377Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
8378
8379 * config.guess: Recognize OpenBSD systems correctly.
8380
8381Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
8382
8383 * README, Makefile.in (ETC_SUPPORT): Remove references to
8384 cfg-paper*, configure.{texi,man,info*}._
8385
8386Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
8387
8388 * Makefile.in (all.normal): Ensure that gcc is built after all
8389 the x11 - ie gdb - targets.
8390
8391Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
8392
8393 * makefile.vms: Don't run conf-a-gas.
8394
8395Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
8396
80413487 8397 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
8398
8399Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
8400
8401 * configure.in: Remove noconfigdirs case since gdb also
8402 configures and builds for tic80-coff.
8403
8404Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
8405
8406 * configure: Set cache_file to config.cache.
8407 * Makefile.in (local-distclean): Remove config.cache.
8408
8409Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
8410
8411 * COPYING: Update FSF address.
8412
8413Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
8414
8415 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
8416 noconfigdirs.
8417
8418Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
8419
8420 * Makefile.in (install-dirs): Don't crash if prefix, and hence
8421 MAKEDIRS, is empty.
8422
8423Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
8424
8425 * config.sub: Tweak mn10300 entry.
8426
8427Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
8428
8429 * configure.in (host_tools): Put sim before gdb, so gdb's
8430 configure.tgt can determine if the simulator was configured.
8431
8432Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
8433
8434 * config.sub: Move BeOS $os case to be with other Cygnus
8435 local cases.
8436
8437Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
8438
8439 * config.sub: Remove misplaced comment that broke Linux.
8440
8441Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
8442
8443 * config.sub: Add BeOS support.
8444
8445Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
8446
8447 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8448
8449Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
8450
8451 * configure.in (noconfigdirs): Remove tcl and tk from
8452 noconfigdirs for cygwin32 builds.
8453
8454Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
8455
8456 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8457
8458Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
8459
8460 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8461 make-all.com, use makefile.vms instead.
8462
8463Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
8464
8465 * config.sub: Accept -lnews*.
8466
8467Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
8468
8469 * configure.in (noconfigdirs): Disable target-newlib,
35590697 8470 target-examples and target-libiberty for d30v.
252b5132
RH
8471
8472Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
8473
8474 * configure.in (noconfigdirs): Enable ld for d30v.
8475
8476Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
8477
8478 * configure.in (tic80-*-*): Build compiler.
8479
8480Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
8481
8482 * configure.in (d30v-*): Remove sim directory from list of
35590697 8483 unsupported d30v directories
252b5132
RH
8484
8485Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
8486
35590697
AJ
8487 * config.sub, configure.in: Add d30v target cpu.
8488
252b5132
RH
8489Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
8490
8491 * makefile.vms: New file.
8492 * make-all.com: Remove.
8493
8494Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
8495
8496 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8497
8498Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
8499
8500 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8501
8502Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
8503
8504 * Makefile.in (ALL_MODULES): Added all-db.
8505 (CROSS_CHECK_MODULES): Addec check-db.
8506 (INSTALL_MODULES): Added install-db.
8507 (CLEAN_MODULES): Added clean-db.
8508
8509Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
8510
8511 * config.guess: Merge with latest FSF sources.
8512
8513Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
8514
8515 * Makefile.in (ALL_MODULES): Added all-itcl.
8516 (CROSS_CHECK_MODULES): Added check-itcl.
8517 (INSTALL_MODULES): Added install-itcl.
8518 (CLEAN_MODULES): Added clean-itcl.
8519
8520Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
8521
8522 * configure.in: build gdb for mn10200
8523
8524Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
8525
8526 * Makefile.in (all-target-winsup): Depend on all-target-libio.
8527
8528Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
8529
8530 * configure.in (tic80-*-*): Turn off most targets right now.
8531
8532Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
8533
8534 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8535 rather than the makeinfo program.
8536 (do-info): Depend upon all-texinfo.
8537
8538Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
8539
8540 * configure.in: Remove uses of config/mh-linux.
8541
8542 * config.sub, config.guess: Merge with latest FSF sources.
8543
8544Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
8545
8546 * config.sub (case $basic_machine): Add tic80 entries.
8547
8548Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
8549
8550 * config.sub, config.guess: Merge with latest FSF sources.
8551
8552Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
8553
8554 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8555 * mpw-config.in: Test for NewFolderRecursive.
8556 * mpw-install: Use symbolic name for startup filename.
8557 * mpw-README: Add various additional details.
8558
8559Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
8560
8561 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8562
8563Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
8564
8565 * configure.in: Do build gcc and the target libraries for
8566 the mn10200.
8567
8568Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
8569
8570 * configure.in: don't avoid building gdb for mn10300 any more
8571 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8572 instead of single-quoting it.
8573
8574Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
8575
8576 * configure.in: Don't use --with-stabs on IRIX 6.
8577
8578Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
8579
8580 * configure.in (m32r): Build gdb, libg++ now.
8581
8582Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8583
8584 * configure.in (mips*-sgi-irix6*): Remove gdb and related
8585 directories from noconfigdirs.
8586
8587Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
8588
8589 * config.sub (basic_machine): added mips16 configuration
8590
8591Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8592
8593 * config.sub: Handle d10v-unknown.
8594
8595Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
8596
8597 * config.sub: Handle v850-unknown.
8598
8599Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
8600
8601 * Makefile.in: add findutils
8602 * configure.in: add findutils to list of host_tools
8603
8604Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
8605
8606 * config.sub: Handle mn10200 and mn10300.
8607
8608Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8609
8610 * configure.in (d10v-*): Do not build librx.
8611
8612Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
8613
8614 * configure.in (mn10300): Build everything except gdb & libgloss.
8615
8616Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
8617
8618 * config.guess: Patch for Dansk Data Elektronik servers,
8619 from Niels Skou Olsen <nso@dde.dk>.
8620
8621 For ncr, use /bin/uname rather than uname, since GNU uname does not
8622 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
8623
8624 Patch for MIPS R4000 running System V,
8625 from Eric S. Raymond <esr@snark.thyrsus.com>.
8626
8627 Fix thinko for nextstep.
8628
8629 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8630
8631 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
8632 * config.guess: Guess mips-dec-mach_bsd4.3.
8633
8634 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
8635 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
8636 release numbers.
8637 * config.guess (mips-mips-riscos*): Emit just enough of the
8638 release number.
8639
8640 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
8641 * config.guess (sparc-auspex-sunos*): Added.
8642 (f300-fujitsu-*): Added.
8643
8644 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
8645 * config.guess: Recognize a Tadpole as a sparc.
8646
8647Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
8648
8649 * config.guess: Don't assume that NextStep version is either 2 or
8650 3. NextStep 4 (aka OpenStep 4) has come out now.
8651
8652Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
8653
8654 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8655 From Rik Faith <faith@cs.unc.edu>.
8656
8657Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8658
8659 * config.sub: Contributions from bug-gnu-utils to:
8660 Support plain "hppa" (no version given) architecture, reported by
8661 OpenStep.
8662 OpenBSD like NetBSD.
8663 LynxOs is not a hardware supplier.
8664
8665 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 8666 OpenBSD like NetBSD.
252b5132
RH
8667 Stratus systems.
8668 More Pyramid systems.
8669 i[n>4]86 Intel chips.
8670 M680[n>4]0 Motorola chips.
8671 Use unknown instead of lynx for hardware manufacturer.
8672
8673Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8674
8675 * install.sh (chmodcmd): Set to null if the DST directory already
8676 exists.
8677
8678Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8679
8680 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8681 not use mt-ppc target Makefile fragment any more.
8682
8683Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
8684
8685 * configure.in (*-*-windows): Exclude everything but those dirs
8686 needed to build windows.
8687
8688Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
8689
8690 * Makefile.in (all-target-winsup): Depend on all-target-librx.
8691
8692Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
8693
8694 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
8695
8696Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
8697
8698 * Undo my previous change.
8699
8700Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
8701
8702 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8703 unconditionally.
8704 (MAKEOVERRIDES): Define (revert this part of October 18 change).
8705
8706Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
8707
8708 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
8709 host to add it's own flags.
252b5132
RH
8710
8711Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
8712
8713 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8714
8715Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
8716
8717 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8718 (CXX_FOR_TARGET): Likewise.
8719 (GCC_FOR_TARGET): Define.
8720 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8721 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8722 CC_FOR_TARGET was specified on the command line.
8723 (MAKEOVERRIDES): Don't define.
8724
8725Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
8726
8727 * configure.in (m32r): Fix spelling of libg++ libs.
8728
8729Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
8730
8731 * config.sub (-apple*): Remove, now redundant.
8732
8733Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
8734
8735 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8736
8737 * configure: Rework yesterday's sed script patch.
8738
8739 * config.sub: Merge with FSF.
8740
8741Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
8742
8743 * config.guess: Merge from FSF.
8744
8745 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
8746 * config.guess: Use pc instead of unknown, for pc clone systems.
8747 Change linux to linux-gnu.
252b5132
RH
8748
8749 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 8750 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
8751
8752Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
8753
8754 * test-build.mk (HOLES): Add "xargs" for gdb.
8755
8756 * configure: Avoid hpux10.20 sed bug.
8757
8758Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
8759
4bddf3ad 8760 * configure.in: Add support for windows host
252b5132
RH
8761 (that is a build done under the Microsoft build environment).
8762
8763Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
8764
8765 * Makefile.in: Replace all uses of srcroot with s, to shrink
8766 command line lengths.
8767
8768 Patches from Geoffrey Noer <noer@cygnus.com>:
8769 * configure.in: If configuring for newlib, pass --with-newlib to
8770 subdirectories.
8771 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8772 -Bnewlib/ and -Lwinsup to gcc.
8773 (CXX_FOR_TARGET): Likewise.
8774
8775Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
8776
8777 * Makefile.in (ETC_SUPPORT): Add configure.
8778
8779Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
8780
35590697 8781 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
8782 host configuration file.
8783
8784Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
8785
8786 * configure.in: Break mn10x00 support into separate
8787 mn10200 and mn10300 configurations.
8788 * config.sub: Likewise.
8789
8790Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
8791
8792 * configure.in: Add lots of stuff to noconfigdirs for
8793 the mn10x00 targets.
8794
8795 * config.sub, configure.in: Add mn10x00 support.
8796
8797Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
8798
8799 * make-all.com: Call conf-a-gas, not config-a-gas.
8800
8801Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
8802
8803 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 8804 targets.
252b5132
RH
8805
8806Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
8807
8808 * mpw-README: Add much more detail for native PowerMac.
8809 * mpw-install: New file.
8810 * mpw-configure: Add --norecursion and --help options.
8811 * mpw-config.in: Translate readme and install files when
8812 copying to objdir.
8813 * mpw-build.in: Don't always depend on byacc and flex.
8814 (install-only-top): New action.
8815
8816Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
8817
8818 * configure.in: You can now configure GDB for the v850.
8819
8820Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
8821
8822 * configure.in (noconfigdirs): Don't configure any C++ dirs
8823 if targeting D10V.
8824
8825Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
8826
8827 * config.sub: Recognize mips64vr5000.
8828
8829Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
8830
8831 * configure.in: Use a single line for host_tools and native_only.
8832
8833Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
8834
8835 * config.sub, configure.in: Add entries for m32r.
8836
8837Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
8838
8839 * Makefile.in (inet-install): Don't run install-gzip.
8840
8841Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
8842
8843 * configure.in: Don't config lots of things for *-*-windows*.
8844
8845Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
8846
8847 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8848 (host_libs, host_tools): Copy from configure.in.
8849 * mpw-configure: Don't complain about directories not found.
8850
8851Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8852
8853 * configure.in (i[345]86): Recognize i686 for pentium pro.
8854 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8855 file.
8856
8857 * config.guess (i[345]86): Ditto.
8858
8859Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8860
8861 * configure.in (noconfigdirs): Removed gdb for D10V.
8862
8863Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
8864
8865 * configure.in: Remove ld, target-libio, target-libg++, and
8866 target-libstdc++ from noconfigdirs.
8867
8868Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
8869
8870 * configure: Fix three locations where shell scripts were
8871 being run directly rather than with config_shell.
8872
8873Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
8874
8875 * configure.in (v850-*-*): Set up initial $noconfigdirs.
8876 * config.sub (basic_machine): Recognize v850.
8877
8878Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
8879
8880 * mpw-configure: Handle multiple enable/disable options and
8881 pass them down recursively, handle -c and -s flags appropriately
8882 depending on choice of compiler, add escape mechanism for
8883 quoted arguments to gC.
8884
8885Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8886
8887 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8888 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8889 so that -mrelocatable-lib and -mno-eabi are used.
8890
8891 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8892 not support --print-multi-lib, don't abort.
8893
252b5132
RH
8894Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
8895
8896 * make-all.com: Run config-a-gas.
8897 * setup.com: Don't copy subdirectory files around.
8898
8899Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
8900
8901 * configure.in (*-*-ose): Remove exclusion of libgloss for this
8902 target, it now compiles correctly.
8903
8904Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
8905
8906 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8907
8908Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8909
35590697 8910 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
8911
8912Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8913
8914 * configure.in (native_only): Add prms.
8915
8916Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
8917
8918 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8919 (BINUTILS_SUPPORT_DIRS): Likewise.
8920
8921Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8922
8923 * configure.in (d10v-*-*): Don't configure ld or gdb until the
8924 d10v support is added.
8925
8926Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8927
8928 * configure.in (d10v-*-*): New target.
8929
8930Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
8931
8932 * config.guess (HP 9000/811): Recognize this as a PA1.1
8933 machine.
8934
8935Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
8936
8937 * Makefile.in (do-tar-gz): New target, split out from tail end of
8938 taz target. Run each command separately, don't use pipes.
8939 (taz): Use it.
8940
8941Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
8942
8943 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8944 * mpw-build.in: No builds should depend on building byacc or flex,
8945 they are assumed to be installed already.
8946
8947Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8948
8949 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8950 variable that CC_FOR_TARGET needs.
8951
8952Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8953
8954 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8955 options have changed since the last time the subdirectory was
8956 configured, and if it has, reconfigure.
8957 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8958 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8959
8960Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
8961
8962 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8963 CLEAN_MODULES): Add bash.
8964 (all-bash): New target.
8965
8966Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
8967
8968 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8969
8970Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8971
8972 * config.sub (basic_machine): Recognize d10v as a valid processor.
8973
8974Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
8975
8976 * mpw-configure: Add support for --bindir.
8977 * mpw-build.in: Use a GCC-specific build script for GCC actions.
8978
8979Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
8980
8981 * configure.in: add bash, time, gawk to list of hosttools and things
8982 to only build for native toolchains
8983
8984Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8985
8986 * Makefile.in (docdir): Remove.
8987
8988Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8989
8990 * Makefile.in (datadir): Set to $(prefix)/share.
8991
8992Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
8993
8994 * configure.in: build diff and patch for cygwin32-hosted
8995 toolchains.
8996
8997Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
8998
8999 * config.sub: Accept -rtems*.
9000
9001Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
9002
80413487 9003 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
9004 remove diff from the list of things not buildable
9005 via Canadian Cross
252b5132
RH
9006
9007Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
9008
9009 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 9010 don't get ". ".
252b5132
RH
9011
9012Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
9013
9014 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
9015
9016Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
9017
9018 * Makefile.in (taz): Handle case where tex3patch didn't even get
9019 checked out. Also, if it was found, put the symlink in a new util
9020 subdirectory.
9021
9022Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9023
9024 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
9025
9026Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
9027
9028 * config.sub: Recognize -openvms.
9029 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
9030 * make-all.com, setup.com: New files.
9031
9032Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
9033
9034 * Makefile.in (taz): tex3patch moved to texinfo/util.
9035
9036Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
9037
afb8d725 9038 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
9039 * configure.in: remove make from disable-if-Can-Cross list
9040 enable gdb if ${host} and ${target} are cygwin32
9041
9042Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
9043
9044 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
9045 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
9046
9047Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
9048
9049 * config.guess: Combine mips-mips-riscos cases, and use cpp to
9050 distinguish sysv/svr4/bsd variants.
9051 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
9052
9053Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
9054
9055 * configure.in: Added copyright notice.
9056 * move-if-change: Added copyright notice.
9057
9058Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9059
9060 * configure.in (powerpcle-*-solaris*): Until we get shared
9061 libraries working, don't build gdb, sim, make, tcl, tk, or
9062 expect.
9063
9064Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
9065
9066 * config.guess: Merge with FSF:
9067
9068 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
9069 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
9070
9071 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
9072 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
9073
9074 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
9075 * config.guess: Combine two OSF1 rules.
9076 Also recognize field test versions. From mjr@zk3.dec.com.
9077 * config.guess (dgux): Use /usr/bin/uname rather than uname,
9078 because GNU uname does not support -p. From pmr@pajato.com.
9079
9080Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
9081
9082 * Makefile.in (MAKEDIRS): Removed $(tooldir).
9083
9084Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
9085
9086 * mpw-README: Document GCCIncludes.
9087
9088Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
9089
9090 * configure.in (alpha-*-linux*): Set enable_shared to yes.
9091
9092Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
9093
9094 * mpw-configure: Handle --enable-FOO and --disable-FOO.
9095
9096Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
9097
9098 * configure.in (*-*-cygwin32): Configure make.
9099
9100Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
9101
9102 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
9103
9104Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
9105
9106 * Makefile.in (all-inet): Depend on all-perl.
9107
9108 * Makefile.in (inet-install): New target.
9109
9110 * Makefile.in (all-inet): Depend on all-tcl.
9111 (all-inet): Depend on all-send-pr.
9112
9113Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9114
9115 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
9116 temporarily.
9117
9118Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
9119
9120 * configure.in: Don't configure --with-gnu-ld on AIX.
9121
9122Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
9123
9124 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
9125
9126Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
9127
9128 * Makefile.in (ALL_MODULES): Added all-inet.
9129 (CROSS_CHECK_MODULES): Added check-inet.
9130 (INSTALL_MODULES): Added install-inet.
9131 (CLEAN_MODULES): Added clean-inet.
9132 (all-indent): New target.
9133
9134 * configure.in (host_tools): Added inet.
9135 (native_only): Added inet.
9136 (noconfigdirs): Added inet.
9137
9138Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
9139
9140 * configure.in: Don't configure libgloss if we are not configuring
9141 newlib.
9142
9143Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9144
9145 * configure.in: Don't configure libgloss for unsupported
9146 architectures.
9147
9148Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9149
9150 * Makefile.in (CLEAN_MODULES): Add clean-apache.
9151
9152Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
9153
9154 * Makefile.in (ALL_MODULES): Include all-apache.
9155 (CROSS_CHECK_MODULES): Include check-apache.
9156 (INSTALL_MODULES): Include install-apache.
9157 (all-apache): New target.
9158
9159 * configure.in: Added apache everywhere perl is seen.
9160
9161Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9162
9163 * Makefile.in: Add support for clean-{module} and
9164 clean-target-{module} rules.
9165
9166Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
9167
9168 * configure.in (*-*-ose) do not build libgloss.
9169
9170Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9171
9172 * config.guess (prep*:SunOS:5.*:*): Turn into
9173 powerpele-unknown-solaris2.
9174
9175Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
9176
9177 * configure.in: Permit --enable-shared to specify a list of
9178 directories.
9179
9180Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
9181
9182 * configure.in (host==solaris): Pass only the first word of $CC
9183 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
9184
9185Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
9186
9187 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
9188
9189Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
9190
9191 * Makefile.in (ALL_MODULES): Include all-perl.
9192 (CROSS_CHECK_MODULES): Include check-perl.
9193 (INSTALL_MODULES): Include install-perl.
9194 (ALL_X11_MODULES): Include all-guile.
9195 (CHECK_X11_MODULES): Include check-guile.
9196 (INSTALL_X11_MODULES): Include install-guile.
9197 (all-perl): New target.
9198 (all-guile): New target.
9199
9200 * configure.in (host_tools): Include perl and guile.
9201 (native_only): Include perl and guile.
9202 (noconfigdirs): Don't build guile and perl; no ports have been
9203 done.
9204
9205Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
9206
80413487
RH
9207 * configure (--enable-*): Handle quoted option lists such as
9208 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
9209
9210Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9211
9212 * Makefile.in ({,inst}all-target): New rule so we can make and
9213 install all of the target directories easily.
9214
9215Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9216
9217 * configure.in: Add missing global flag in sed substitution when
9218 deleting `target-' from ${configdirs}.
9219
9220Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
9221
9222 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
9223 option.
9224
9225 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
9226 config/mh-necv4.
9227
9228 * install.sh: Correct misspelling of transformbasename.
9229
9230 * config.guess: Recognize mips-*-sysv*.
9231
9232Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
9233
9234 * config.sub: Recognize mon960.
9235
9236Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
9237
9238 * configure: Restore Canadian Cross handling of BISON and LEX,
9239 removed in Feb 20 change.
9240
9241Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
9242
9243 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
9244 Mention make install. Remove the old copyright date as well the
9245 clumsy and rather pointless copyright on the README file.
9246
9247Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
9248
9249 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
9250 Makefile after running symlink-tree, then run `make distclean' to
9251 avoid clobbering any generated files in srcdir.
9252
9253Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
9254
9255 * configure.in (m68k-*-netbsd*): Build everything now.
9256
9257Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
9258
9259 * Makefile.in (taz): Fix quoting.
9260
9261Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
9262
9263 * configure.in (sparclet-*-*): Build everything now.
9264
9265Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9266
9267 * configure.in (m68k-*-linux*): New host.
9268
9269Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
9270
9271 * configure: Check for bison before byacc.
9272
9273Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
9274
9275 * Makefile.in configure: Change the way LEX and BISON/YACC are
9276 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
9277 searching PATH. These are used as fallbacks by Makefile.in if
9278 flex/bison/byacc aren't in objdir.
9279
9280Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
9281
9282 * Makefile.in: Make everything which depends upon all-bfd also
9283 depend upon all-opcodes, in case --with-commonbfdlib is used.
9284
9285Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9286
9287 * configure.in (host *-*-cygwin32): Don't build gdb if we are
9288 building NT native compilers on Unix.
9289
9290Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
9291
9292 * configure.in: Don't get CC from the host Makefile fragment if we
9293 can find gcc in PATH, or if this is a Canadian Cross. Move the
9294 Solaris test for /usr/ucb/cc to the post target script, just after
9295 the compiler sanity test.
9296
9297Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
9298
9299 * config.sub: Merge with FSF.
9300
9301Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
9302
9303 * Makefile.in (RPATH_ENVVAR): New variable.
9304 (REALLY_SET_LIB_PATH): Use it.
9305 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9306
9307Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
9308
9309 * config.sub, configure.in: Recognize sparclet cpu.
9310
9311Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9312
9313 * config.guess: Support m68k-cbm-sysv4.
9314
9315Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9316
9317 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9318 m68k-unknown-linuxaout from linker help string. Put quotes around
9319 $ld_help_string.
9320
9321Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
9322
9323 * config.guess (powerpc-harris-powerunix): Add guess for port
9324 to new target.
9325
9326Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9327
9328 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9329
9330Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
9331
9332 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9333 $(REALLY_SET_LIB_PATH) in Makefile.
9334 * Makefile.in (SET_LIB_PATH): New variable.
9335 (REALLY_SET_LIB_PATH): New variable.
9336 ($(DO_X)): Use $(SET_LIB_PATH).
9337 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9338 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9339 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9340 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9341 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9342 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9343 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9344 (install-dosrel): Likewise.
9345 (all-opcodes): Depend upon all-libiberty.
9346
9347Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
9348
9349 * config.guess (*:CYGWIN*): New
9350
9351Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9352
9353 * Makefile.in (all-target-winsup): All all-target-libiberty.
9354
9355Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9356
9357 * configure.in (noconfigdirs): Add missing # in front of comment.
9358
9359Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
9360
9361 * configure.in: add second pass to things added to noconfigdirs
9362 so *-gm-magic can exclude libgloss properly.
9363
9364Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9365
9366 * mpw-configure (extralibs_name, rez_name): Set correctly
9367 for MWC68K compiler.
9368
9369 * mpw-README: Add more info on the necessary build tools.
9370
9371Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
9372
9373 * configure.in, config.sub: Recognize cygwin32.
9374
9375Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
9376
9377 * config.guess, config.sub: Recognize A/UX.
9378
9379Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
9380
9381 * config.sub: Merge with gcc/config.sub.
9382
9383Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
9384
9385 * mpw-build.in (do-binutils): Add build of stamps.
9386
9387Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
9388
9389 * config.sub: Add recognition for mips64vr4100*-* targets.
9390
9391Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9392
9393 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
9394 Add creation of gconfigargs with `--enable-shared' turned on.
9395 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
9396 ($(host)-stamp-stage3-configured): Likewise.
9397 (HOLES): Add chatr and ldd.
9398 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
9399
9400Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
9401
9402 * configure: Pass --nfp to recursive configures.
9403
9404Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
9405
9406 * Makefile.in (DLLTOOL): New.
9407 (DLLTOOL_FOR_TARGET): New.
9408 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
9409 (EXTRA_TARGET_FLAGS): Ditto.
9410 (EXTRA_GCC_FLAGS): Ditto.
9411 (CONFIGURE_TARGET_MODULES): Ditto.
9412 (DO_X): Ditto.
9413 * configure: Add DLLTOOL.
9414
9415Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
9416
9417 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
9418 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
9419 mh-sco, since old workarounds no longer needed, and don't
9420 build ld, since libraries have weak symbols in COFF.
9421
9422Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
9423
9424 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
9425
9426Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
9427
9428 * configure.in: Make sure that ${CC} can be used to compile an
9429 executable.
9430
afb8d725
JM
9431Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
9432
9433 * Makefile.in (all-gdb): Depend on $(GDB_TK).
9434 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9435 nothing depending on whether gdbtk is being built.
9436
252b5132
RH
9437Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
9438
9439 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9440
9441Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
9442
9443 * configure.in (noconfigdirs): Put ld or gas in this early, if the
9444 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9445
9446Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
9447
9448 * config-ml.in: Add support for
9449 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9450 Simplify setting of multidirs from --disable-foo.
9451
9452Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9453
9454 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9455 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9456 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 9457 non-empty, pass them on to the GCC make.
252b5132
RH
9458 (all-bootstrap): New rule that is like all-gcc, except it executes
9459 the GCC bootstrap rule instead of the GCC all rule.
9460
9461Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
9462
9463 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9464
9465Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9466
9467 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9468 DG/UX support.
9469
9470Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
9471
9472 * config.sub (i*86*) Change [345] to [3456]
9473
9474Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9475
9476 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9477 --with-gnu-ld=no.
9478
9479Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9480
9481 * config-ml.in (rs6000*, powerpc*): Add switches to control which
9482 AIX multilibs get built.
9483
9484Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9485
9486 * configure.in (i386-win32): Don't build expect if we're not
9487 building the tcl subdir.
9488
9489Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
9490
9491 * Makefile.in: (configure-target-examples, all-target-examples):
9492 New targets, configure and build example programs.
9493
9494Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9495
9496 * mpw-configure: If an mpw-config.in generated a file mk.sed,
9497 use it as input to sedit the generated MPW makefile.
9498 * mpw-README: Add a suggestion about Gestalt.h.
9499
9500Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
9501
9502 * config.sub: Accept *-*-ieee*.
9503
9504Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
9505
9506 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
9507 Ronald F. Guilmette <rfg@monkeys.com>.
9508
9509Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9510
9511 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9512 for powerpc-pe native.
9513 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9514 (target==powerpc-pe): duplicate i386-win32 entry.
9515
9516Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9517
9518 * configure.in (noconfigdirs): Exclude target-newlib for all versions
9519 of vxworks, not just vxworks5.1.
9520
9521Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
9522
9523 * mpw-configure: Add support for exec-prefix.
9524
9525Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9526
9527 * config.guess: Recognize HP model 816 machines as having
9528 a PA1.1 processor.
9529
9530Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
9531
9532 * configure: Ignore new autoconf configure options.
9533
252b5132
RH
9534Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
9535
9536 * config.guess: Recognize Pentium under SCO.
9537 From Robert Lipe <robertl@arnet.com>.
9538
9539Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9540
9541 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
9542
9543Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
9544
9545 * configure.in: Don't configure gas for alpha-dec-osf*.
9546
9547Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
9548
9549 * configure.in: Default to --with-stabs for some targets for which
9550 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9551 i[345]86*-*-unixware*.
9552
9553Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
9554
9555 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9556 rather than basing it on the target. Simplify handling of options
9557 controlling which directories to configure. Remove extraneous
9558 slash in multi-clean target.
9559
9560Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
9561
9562 * config-ml.in: Prefix more variables with ml_ so they don't collide
9563 with configure's.
9564
9565Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
9566
9567 * configure: Don't turn -v into --v.
9568
9569Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
9570
9571 * configure.in (targargs): Fix typo.
9572
9573 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9574
9575Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
9576
9577 * configure.in: Strip --host and --target options from
9578 CONFIG_ARGUMENTS, and always configure for --host only. Add
9579 --with-cross-host option when building with a cross-compiler.
9580 * configure: Canonicalize the arguments put into config.status by
9581 always using `=' for an option with an argument. Pass a presumed
9582 --host or --target explicitly.
9583
9584Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
9585
9586 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9587 into general OS recognition case.
9588
9589Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9590
9591 * configure.in (target_configdirs): add target-winsup only
9592 for win32 target systems.
9593
9594Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
9595
9596 * Makefile.in (all-target-libgloss): Depend upon
9597 configure-target-newlib, since when libgloss is built it looks to
9598 see if the newlib directory exists.
9599
9600Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
9601
9602 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9603 cfg-ml-*.in.
9604
9605Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
9606
9607 * configure: Handle LD and LD_FOR_TARGET when configuring a
9608 Canadian Cross.
9609
252b5132
RH
9610Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9611
9612 * configure.in (target_libs): add target-winsup.
9613 (target==i386-win32): add patch diff flex make to $noconfigdirs.
9614 (target==ppcle-pe): remove ld from $noconfigdirs.
9615
9616Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
9617
9618 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9619 Preserve relative path names in $srcdir. Build symlink tree if
9620 configuring cross target dir and srcdir=. (= no VPATH support).
9621 (configure-target-libg++): Depend on configure-target-librx.
9622 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9623 * config-ml.in: New file.
9624 * symlink-tree: New file.
9625 * configure: Ensure srcdir="." if that's what it is.
9626
9627Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9628
9629 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9630 includes and FLEX_SKELETON setting.
9631 * mpw-configure (--with-gnu-ld): New option, controls whether
9632 to use PPCLink or ld with PowerMac GCC.
9633 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9634 * mpw-config.in: Configure grez if targeting Mac.
9635
9636 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
9637 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9638 just macos.
252b5132
RH
9639 * configure.in: Configure grez resource compiler if targeting Mac.
9640 * Makefile.in (all-grez, install-grez): New targets.
9641
9642Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
9643
9644 * configure: CXX defaults to gcc, not g++. If we find
35590697 9645 gcc in the path, set CC to gcc -O2.
252b5132
RH
9646
9647Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
9648
9649 * configure: Default ${build} correctly. Avoid picking up extra
9650 spaces when reading CC and CXX from Makefile. When doing a
9651 Canadian Cross, use plausible default values for numerous
9652 variables.
9653 * configure.in: When doing a Canadian Cross, don't try to
9654 configure tools whose configure script can't handle it.
9655
9656Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9657
9658 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9659
9660Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
9661
9662 * configure: Remove dubious bug reporting address.
9663
9664Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
9665
9666 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
9667 configure script, run that instead of this directory's configure.
9668 In either case, print a message that we're configuring the sub-dir.
9669
9670Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
9671
9672 * configure.in: Before checking for the existence of various files,
9673 use sed to filter out "target-".
9674
9675Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
9676
9677 * Makefile.in (DO_X): Split rule to decrease command line length
9678 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
9679 (Philippe De Muyter).
9680
9681Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9682
9683 * Makefile.in (all-patch): depend on all-libiberty.
9684
9685Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
9686
9687 * configure.in: If the only directory in target_configdirs which
9688 actually exists is libiberty, then set target_configdirs to empty,
9689 to avoid trying to build a target libiberty in a gas or gdb
9690 distribution.
9691
9692Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
9693
9694 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
9695 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
9696 systems.
252b5132
RH
9697
9698Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9699
9700 * configure.in (copy_dirs): Use sys-include instead of include
9701 for --with-headers option.
9702
9703Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
9704
9705 * Makefile.in, configure.in: Make winsup builds work with
9706 new scheme.
9707
9708Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
9709
9710 * configure.in: Build the linker on AIX.
9711
9712Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
9713
9714 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
9715 where needed.
9716
9717Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
9718
9719 * Makefile.in (all-gcc): Fix typo.
9720
9721Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
9722
9723 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
9724
9725Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
9726
9727 * configure.in: Rename libFOO to target-libFOO, and xiberty
9728 to target-xiberty, to provide more flexibility.
9729 (target_subdir): Define. Create if cross.
9730 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9731 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
9732 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9733 check-libFOO -> check-target-libFOO, etc.
9734 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9735 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9736 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9737 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
9738 allow ALL_GCC="" to only configure.
9739 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
9740 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
9741 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
9742
9743Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
9744
9745 * Makefile.in (taz): Build "info" in etc explicitly.
9746
9747Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
9748
9749 * configure.in: Make sure that CC is undefined (as opposed to
9750 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
9751 problem with autoconf trying to configure on a host without GCC.
9752
9753Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
9754
9755 * mpw-configure: Set host alias from choice of host compiler,
9756 only use generic MPW Makefile sed if present, edit a file
9757 named "hacked_Makefile.in" instead of "Makefile.in" if present.
9758 * mpw-README: Add problem notes about CW6 and CW7.
9759
9760Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
9761
9762 * Makefile.in (taz): Use ";" instead of ";;".
9763
9764Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
9765
9766 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
9767 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9768 DISTDOCDIRS.
9769 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
9770 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
9771
9772Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
9773
9774 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
9775 and gnats, because they are now subsumed by DISTSTUFFDIRS.
9776 Move bfd to DISTSTUFFDIRS.
9777
9778Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9779
9780 * Makefile.in (X11_LIB): Removed.
9781 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9782
9783 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9784
9785Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9786
9787 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9788 names.
9789
9790Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9791
9792 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9793
9794Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
9795
9796 * configure.in (i[345]86-*-win32): Always build newlib.
9797 Don't configure cvs, autoconf or texinfo.
9798 * Makefile.in (LD_FOR_TARGET): New.
9799 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9800 Pass down LD_FOR_TARGET.
9801
9802Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
9803
9804 * winsup: New directory.
9805 * Makefile.in: Build winsup.
9806 * configure.in: Winsup is configured when target is win32.
9807 Can only build win32 target GDB when native.
35590697 9808
252b5132
RH
9809Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
9810
9811 * config.guess: Recognize HP model 819 machines as having
9812 a PA 1.1 processor.
9813
9814Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
9815
9816 * configure: Fix sed loop which substitutes for CC and CXX to
9817 avoid bug found in various sed implementations.
9818
9819Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9820
9821 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9822 simulator. Use standard powerpc-*-eabi*.
9823
9824Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
9825
9826 * configure.in: Stop putting gas and binutils in noconfigdirs for
9827 powerpc-*-aix* and rs6000-*-*.
9828
9829Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
9830
9831 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9832 -mcall-aixdesc libraries.
9833
9834Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
9835
9836 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9837
9838 * config.sub (arm | armel | armeb): Fix shell syntax.
9839
9840Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9841
9842 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9843 -msoft-float and -mcpu=common support.
9844 (powerpc*-*-eabisim*): Add support for building -mcall-aix
9845 libraries.
9846
9847Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9848
9849 * configure.in: Allow configuration and build of emacs19 for the alpha.
9850
9851Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9852
9853 * configure.in (CC): Get ^CC, not just any old CC, from
9854 ${host_makefile_frag}.
9855
9856Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9857
35590697 9858 * configure.in (CC): Try to get CC from
252b5132
RH
9859 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9860
9861Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9862
9863 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9864 only if it exists in $(srcdir).
9865
9866Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
9867
9868 * configure: If CC and CXX are not set in the environment, set
9869 them, based on either an existing Makefile or on searching for gcc
9870 in PATH. Substitute for CC and CXX in Makefile.
9871 * configure.in: Remove libm from target_libs. Separate
9872 target_configdirs from configdirs. If CC is not set in
9873 environment, try to get it from a host Makefile fragment. Rewrite
9874 changes of configdirs to use skipdirs instead. A few minor
9875 tweaks. Take directories out of target_configdirs as they are
9876 taken out of configdirs. Remove existing Makefile files from
9877 subdirectories. Substitute for TARGET_CONFIGDIRS and
9878 CONFIG_ARGUMENTS in Makefile.
9879 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9880 by configure.in.
9881 (CONFIG_ARGUMENTS): Likewise.
9882 (CONFIGURE_TARGET_MODULES): New variable.
9883 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9884 ($(CONFIGURE_TARGET_MODULES)): New target.
9885 (configure-libg++, configure-libio): New targets.
9886 (all-libg++): Depend upon configure-libg++.
9887 (all-libio): Depend upon configure-libio.
9888 (configure-libgloss, all-libgloss): New targets.
9889 (configure-libstdc++): New target.
9890 (all-libstdc++): Depend upon configure-libstdc++.
9891 (configure-librx, all-librx): New targets.
9892 (configure-newlib): New target.
9893 (all-newlib): Depend upon configure-newlib
9894 (configure-xiberty): New target.
9895 (all-xiberty): Depend upon configure-xiberty.
9896
9897Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9898
9899 * configure.in (host i[345]86-*-win32): Expand the
9900 noconfigdirs again.
9901
9902Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
9903
9904 * mpw-configure: Fix sed command file name.
9905
9906Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
9907
35590697 9908 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
9909 noconfigdirs again.
9910
9911Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
9912
9913 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9914 or powerpc*-*-pe*, since they are not yet supported.
9915
9916Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
9917
9918 Add PowerMac support and many other enhancements.
9919 * mpw-configure: New option --cc to select compiler to use,
9920 paste options set according to --cc into the generated
9921 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9922 if mpw-make.sed is present.
9923 * mpw-config.in: Don't test for gC1, test for mpw-touch,
9924 add forward includes for PowerPC include files.
9925 * mpw-build.in: Build using Makefile.PPC if present.
9926 (do-byacc, etc): Remove separate version resource builds.
9927 (do-gas): Build "stamps" before "all".
9928 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9929 * mpw-README: Update to reflect --cc option, PowerMac support,
9930 and recently-reported compatibility problems.
9931
9932Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
9933
9934 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9935 embedded m68k systems (-aout, -coff, -elf, -vxworks).
9936 (--with-multilib-top): Pass to recursive invocations.
9937
9938Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
9939
9940 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9941 v810-*-*.
9942
9943Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9944
9945 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9946 gdb, ld and opcodes on v810-*-*.
9947
252b5132
RH
9948Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
9949
9950 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9951 (local-maintainer-clean): New target.
9952 (maintainer-clean): New target.
9953 (realclean): Just depend upon maintainer-clean.
9954
9955Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9956
9957 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9958
9959Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
9960
9961 * configure.in: Build ld in mips*-*-bsd* case.
9962
9963Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
9964
9965 * config.sub: Accept -lites* OS. From Ian Dall.
9966
9967Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
9968
9969 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 9970 targets.
252b5132
RH
9971
9972Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9973
9974 * configure.in: treat i386-win32 canadian cross the same as
9975 i386-go32 canadian cross.
9976
9977Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9978
9979 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9980 running under the simulator to build a reduced set of libraries.
9981 (powerpc-*-eabiaix): Add fine grained multilib support added to
9982 other powerpc targets yesterday.
9983
9984Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9985
9986 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9987 -disable-softfloat, -disable-relocatable, -disable-aix, and
9988 -disable-sysv to control which multilib libraries get built.
9989
9990Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9991
9992 * configure: Add Makefile.tem to list of files to remove in trap
9993 handler.
9994
9995Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
9996
9997 * config.guess (*Linux*): Add missing "exit"s.
9998 Also, need specific check for alpha-unknown-linux (uses COFF).
9999
10000Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
10001
10002 * config.guess: Merge with FSF:
10003
10004 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
10005 * config.guess (AIX4): More robust release numbering discovery.
10006
10007 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
10008 * config.guess (i386-sequent-ptx): Properly get version number.
10009
10010 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
10011 * config.guess (mips:*:4*:UMIPS): New case.
10012
10013Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
10014
10015 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
10016 (i386-win32 host): Likewise. Don't build readline.
10017
afb8d725
JM
10018Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
10019
10020 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
10021 SUPPORT_FILES to submakes.
10022
252b5132
RH
10023Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
10024
10025 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
10026 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
10027 mpw-configure.
10028
10029Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
10030
10031 * configure.in (appdirs): Use =, not ==, in test expression when
10032 trying to build the text to print in the warning message for
10033 Solaris users.
10034
10035Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
10036
10037 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
10038
10039Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10040
10041 * config.guess: Recognize lynx-2.3.
10042
10043Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
10044
10045 * config.sub (z8ksim): Deleted
10046 (z8k-*-coff): New, this is the one true name of the target.
10047
10048Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
10049
10050 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
10051
10052Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
10053
10054 * config.guess (*:Linux:*:*): First try asking the linker what the
10055 default object file format is (elf, aout, or coff). Then if this
10056 fails, try previous methods.
10057
10058Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10059
10060 * configure.in: Don't build newlib for *-*-vxworks5.1.
10061
10062Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10063
10064 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
10065 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
10066
10067Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
10068
10069 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
10070
10071Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
10072
10073 * cfg-ml-com.in: New file.
10074 * cfg-ml-pos.in: New file.
10075
10076Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10077
10078 * COPYING.NEWLIB: Add HP free copyright to list.
10079
10080Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10081
10082 * config.sub: Recognize -eabi* for the system, not just -eabi.
10083
10084Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
10085
10086 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
10087 * config.sub, configure.in (win32): New target and host.
10088
10089Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
10090
10091 * configure.in: Add i386-pe configuration.
10092
10093Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
10094
10095 * mpw-build.in (install): Install GDB after LD.
10096
10097Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
10098
10099 * mpw-config.in (elf/mips.h): Always forward-include, needed
10100 for GDB to build.
10101
10102Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
10103
10104 * testsuite: New directory for customer acceptance and whole tool
10105 chain tests.
10106
10107Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
10108
10109 * configure: If per-host line isn't found, but AC_OUTPUT is found
10110 and a configure script exists, run it instead.
10111
10112Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
10113
10114 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
10115
10116Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
10117
10118 * configure: Set build_{cpu,vendor,os,alias} to host values when
10119 --build isn't specified.
10120
10121Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10122
10123 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
10124 (FLAGS_TO_PASS): Pass them.
10125 (EXTRA_TARGET_FLAGS): Ditto.
10126
252b5132
RH
10127Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10128
10129 * Makefile.in (all-libg++): Depend on all-libstdc++.
10130
10131Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10132
10133 * configure.in (noconfigdirs): Enable all packages for
10134 i386-unknown-netbsd.
10135
10136Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
10137
10138 * configure.in (noconfigdirs): Don't configure tk for i386-go32
10139 hosted builds (DOS builds)
10140
10141Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
10142
10143 Changes for ARM based on patches from Richard Earnshaw:
10144 * config.sub: Handle armeb and armel.
10145 * configure.in: Omit arm linker only for riscix.
10146
10147Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
10148
10149 * config.guess: Update from FSF.
10150
10151Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
10152
10153 * config.sub: Recognize powerpcle as the little endian varient of
10154 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
10155 powerpcle variant. Convert pentium into i586, not i486. Add p5
10156 alias for i586. Map new x86 variants p6, k5, nexgen into i586
10157 temporarily.
10158
10159Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
10160
10161 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
10162
10163Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
10164
10165 * config.sub: Accept -lites* as a basic system type.
10166
10167Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
10168
10169 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
10170 installed, and if so return linuxoldld as the system name.
10171
10172Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
10173
10174 * config.guess: Add hppa1.1-hp-lites support.
10175
10176Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
10177
10178 * configure.in: Don't build newlib for m68k-vxworks5.1.
10179
10180Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10181
10182 * configure.in (mips-sgi-irix6): Use mh-irix5.
10183
10184Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
10185
10186 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
10187
10188Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10189
10190 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 10191 OSF/1. Fix compiler flags.
252b5132
RH
10192 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
10193
10194Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
10195
10196 * configure.in: Recognize --with-newlib.
10197 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
10198
afb8d725
JM
10199Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10200
10201 * Makefile.in: move {all,check,install}-gdb from *_MODULES
10202 to *_X11_MODULES due to gdbtk needing X include files et al.
10203
252b5132
RH
10204Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
10205
10206 Merge in support for Mac MPW as a host.
10207 (Old change descriptions retained for informational value.)
10208
10209 * mpw-config.in: Add generic include forwards for cpu-specific
10210 include files in aout and elf directories.
10211
10212 * mpw-configure: Added copyright.
10213 * mpw-config.in: Check for presence of required build tools.
10214 (target_libs): Add newlib.
10215 (target_tools): Add examples.
10216 (Read Me): Generate as "Read Me for MPW" instead.
10217 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
10218 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
10219 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
10220
10221 * mpw-configure: Remove subdir-specific makefile hackery,
10222 delete mk.tmp after using it.
10223
10224 * mpw-build.in (all): Display start and end times.
10225
10226 * mpw-configure (host_canonical): Set.
10227 (target_cpu): Always add to makefiles.
10228 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
10229 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
10230 (mpw-mh-mpw): Look for in srcdir and srcroot.
10231 Use sed instead of mpw-edit-prefix to edit prefix definitions.
10232
10233 * mpw-build.in: (install-only): New target.
10234
10235 * mpw-configure (host_alias, target_alias): Rename from hostalias
10236 and targetalias, add into generated Makefile.
10237 (mk.tmp): If present, add into generated Makefile.
10238 * mpw-build.in (all-gas): Build config.h first before gas proper.
10239
10240 * mpw-configure (config.status): Write only if changed.
10241 * mpw-config.in (readline): Configure it (not built, just used for
10242 definitions).
10243
10244 * mpw-config.in (elf/mips.h): Add a forward include.
10245
10246 * mpw-config.in: Forward-include most .h files in include into
10247 extra-include.
10248 (readline): Don't build.
10249 mpw-build.in (install): Install GDB.
10250
10251 * mpw-configure (prefix, mpw_prefix): Handle it.
10252 * mpw-config.in (mmalloc, readline): Don't configure.
10253 * mpw-build.in (thisscript): Rename to ThisScript.
10254 Use mpw-build instead of BuildProgram everywhere.
10255 (mmalloc, readline): Don't build.
10256 * mpw-README: New file, basic documentation about the MPW port.
10257
10258 * mpw-config.in: Use forward-include to create include files.
10259
10260 * mpw-configure: Add more things to the top of each configured
10261 Makefile, including contents of config/mpw-mh-mpw.
10262 * mpw-config.in (extra-include): Create this directory and fill it
10263 with Posix-like include files when configuring.
10264
10265 * config.sub (apple, mac, mpw): Add various aliases.
10266
10267 * mpw-build.in: New file, top-level build script fragment for MPW.
10268 * mpw-configure: New file, configure script for MPW.
10269 * mpw-config.in: New file, config fragment for MPW.
10270
10271Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10272
10273 * configure.in (host_libs): Remove glob, since it is gone from the
10274 sources.
10275
10276Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10277
10278 * Makefile.in: define empty GDB_NLM_DEPS var.
10279
10280 * configure.in(target_makefile_frag): use config/mt-netware
10281 for netware targets.
10282
10283Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
10284
10285 * config.sub: Merge in recent FSF changes. Remove linux special
10286 cases.
10287
10288Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10289
4bddf3ad 10290 Revert this change:
252b5132
RH
10291
10292 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
10293
10294 * build-all.mk: Use CC=cc -Xs on Solaris.
10295
252b5132
RH
10296Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10297
10298 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
10299 stop using it.
10300 * Makefile.in: Nuke all references to glob subdirectory.
10301
10302Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10303
10304 * configure.in: Fix --enable-shared logic in per-host.
10305
10306Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
10307
10308 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10309
10310Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10311
10312 * configure.in (noconfigdirs): Don't build gas on AIX, for
10313 powerpc*-*-aix* as well as for rs6000*-*-aix*.
10314
10315Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
10316
10317 * configure: Fix --cache-file to work if the file argument is a
10318 relative path.
10319
10320Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
10321
10322 * configure: If the --cache-file is used, pass it down to
10323 configure in subdirectories.
10324
10325Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
10326
10327 * config.sub: add vxworks29k configuration.
10328
10329Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
10330
10331 * Makefile.in (taz): Do "diststuff" part quietly.
10332
10333Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
10334
10335 * config.sub: Mini-merge with gcc/config.sub.
10336
10337Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10338
10339 * config.guess (IRIX): Sed - to _.
10340
10341Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10342
10343 * Makefile.in (source-vault, binary-vault): New targets.
10344
10345Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
10346
10347 * config.sub: Recognize -eabi as a basic system type.
10348
10349Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10350
10351 * configure.in (enable_shared stuff): Fix typo.
10352
10353Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
10354
10355 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10356
10357Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10358
10359 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
10360
10361Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10362
10363 * configure.in (rs6000-*-*): Don't build gas.
10364
10365Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
10366
10367 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
10368 reduce command line length.
10369 (AS_FOR_TARGET): Check for as.new, not Makefile.
10370 (NM_FOR_TARGET): Check for nm.new, not Makefile.
10371
10372Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
10373
10374 * config.guess: Merge from FSF.
10375
10376Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10377
10378 * configure: Don't use $ when handling program_suffix.
10379
10380Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
10381
10382 * configure.in: Configure tk for hppa/hpux.
10383
10384Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
10385
10386 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
10387
10388Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
10389
10390 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
10391 to LIBCXXFLAGS. Tests are better run without it.
10392
10393Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
10394
10395 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
10396
10397Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
10398
10399 * configure.in (*-*-netware*): Don't configure xiberty.
10400
10401Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
10402
10403 * configure.in: Remove tk from native_only list.
10404
10405Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
10406
10407 * build-all.mk: Add mips-ncd-elf target to sun4 targets
10408 for special NCD build.
10409
10410Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10411
10412 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
10413 makeall.bat, they're only useful for binutils snapshots.
10414 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
10415 makeall.bat to specified SUPPORT_FILES.
10416
10417Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
10418
10419 * build-all.mk: Add Ericsson targets to sun4 and solaris
10420 hosts. Add BNR's sun4 target to solaris host, so their
10421 build-from-source will be tested in-house first.
10422
10423Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10424
10425 * Makefile.in (LIBCFLAGS): New variable.
10426 (CFLAGS_FOR_TARGET): Ditto.
10427 (LIBCFLAGS_FOR_TARGET): Ditto.
10428 (LIBCXXFLAGS): Ditto.
10429 (CXXFLAGS_FOR_TARGET): Ditto.
10430 (LIBCXXFLAGS_FOR_TARGET): Ditto.
10431 (BASE_FLAGS_TO_PASS): Pass them.
10432 (EXTRA_TARGET_FLAGS): Ditto.
10433
4bddf3ad 10434 * configure.in: Support --enable-shared.
252b5132
RH
10435
10436Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
10437
10438 * configure.in (target_libs): Include libstdc++ again.
10439 * config.guess: Update from FSF (for FreeBSD).
10440
10441Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10442
10443 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10444 makeall.bat.
10445 (DISTDOCDIRS): Add `etc'.
10446 (ETC_SUPPORT_PFX): New variable.
10447 (taz): Include anything from etc starting with a word in
10448 ETC_SUPPORT_PFX.
10449
10450Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10451
10452 * config.sub: Update for recent FSF changes. Remove obsolete
10453 h8300hds entry. Add -windows* and -osx as basic os. Minor
10454 spacing changes.
10455
10456Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
10457
10458 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
10459
10460 * config.guess: Merge with FSF.
10461 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10462
10463Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10464
10465 * configure: Since the "trap 0" handler will override the exit
10466 status on many systems, only use it for "exit 1", and make it set
10467 a non-zero exit status; reset it before "exit 0". Also, check
10468 exit status of config.sub, and error out if it failed.
10469
10470Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
10471
10472 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10473 and install libgloss.
10474
10475Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10476
10477 * Makefile.in (all-binutils): Depend upon all-byacc.
10478
10479 * configure.in: Don't build emacs on Irix 5.
10480
10481Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10482
10483 * configure.in (*-*-netware*): Add libio.
10484
10485Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10486
10487 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10488 (CHECK_TARGET_MODULES): Ditto.
10489 (INSTALL_TARGET_MODULES): Ditto.
10490 (TARGET_LIBS): Ditto.
10491 (all-libstdc++): Note dependencies.
10492
10493Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10494
10495 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10496
10497Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10498
10499 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10500 -fexternal-templates.
10501
10502 * configure.in (target_libs): Add libstdc++.
10503 (noconfigdirs): Add libstdc++ as appropriate.
10504
10505Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10506
10507 * config.guess: Update from FSF.
10508
10509Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10510
10511 * configure: Use ${config_shell} when running ${configsub}.
10512
10513Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
10514
10515 * config.sub: No longer recognize h8300h.
10516
10517Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10518
10519 * config.sub: Remove extraneous differences between config.sub and
10520 gcc/config.sub.
10521
10522Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10523
10524 * Makefile.in (DISTSTUFFDIRS): Add gas.
10525
10526Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
10527
10528 * COPYING.NEWLIB: New file.
10529
10530Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
10531
10532 * config.guess (HP-UX): Patch from Harlan Stenn
10533 <harlan@landmark.com> to also emit release level.
10534
10535Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
10536
10537 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10538
10539Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
10540
10541 * config.sub: Merge nextstep cleanup from FSF.
10542
10543Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10544
10545 * configure.in (arm-*-*): Don't configure ld for this target.
10546
10547Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10548
10549 * configure.in (*-*-netware): don't configure libg++, libio,
10550 librx, or newlib.
10551
10552Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10553
10554 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
10555 configure ld--it works, but it doesn't support shared libraries.
10556
10557Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
10558
10559 * config.guess (*-unknown-freebsd*): Get rid of possible
10560 trailing "(Release)" in version string.
10561 Patch from Paul Richards <paul@isl.cf.ac.uk>.
10562
10563Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
10564
10565 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10566 Fix type: *-next-neststep -> *-next-nextstep.
10567
10568 * config.guess: Merge from FSF:
10569
10570 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
10571
10572 * config.guess: Recognize powerpc-ibm-aix3.2.5.
10573
10574 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
10575
10576 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10577 instead of UNIX_SV for UnixWare 1.0).
10578
10579Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
10580
10581 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
10582 to make gdb/nlm/* build after the compiler and linker.
10583
10584Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
10585
10586 * config.guess (netbsd, freebsd, linux): Accept any machine,
10587 not just i[34]86.
10588 (m68k-atari-sysv4): Relocate to match FSF version.
10589
10590 * config.guess: More merges from the FSF:
10591
10592 Add a space before function call or macro invocation.
10593
10594 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10595
10596 * config.guess: Add trap cmd to remove dummy.c and dummy when
10597 interrupted.
10598
10599 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10600
10601 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10602 (dummy): Redirect stderr from compilation of dummy.c.
10603
10604 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
10605
10606 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10607
10608Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
10609
10610 * configure: Accept and ignore --cache*, for compatibility with
10611 new autoconf.
10612
10613Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
10614
10615 * config.guess: Merge from FSF:
10616
10617 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10618
10619 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
10620 (PATH): Add /.attbin at end for finding uname.
10621 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
10622
10623 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
10624
80413487 10625 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
10626
10627 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
10628
80413487
RH
10629 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10630 to select whether to use ELF or COFF.
252b5132
RH
10631
10632 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10633
80413487 10634 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
10635
10636 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10637
10638 * config.guess: Guess the OS version for HPUX.
10639
10640 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10641
10642 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10643
10644Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10645
10646 * configure.in: Recognize --with-headers, --with-libs, and
10647 --without-newlib.
10648 * Makefile.in (all-xiberty): Depend upon all-ld.
10649
10650Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10651
10652 * configure.in: Change i[34]86 to i[345]86.
10653
10654Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10655
10656 * configure (version): A few more tweaks to help message.
10657
10658Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
10659
10660 * Makefile.in: Remove (for now) librx as a host library,
10661 now that we're building it for target.
10662
10663Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10664
10665 * configure: Fix up help message; from karl@owl.hq.ileaf.com
10666 (Karl Berry).
10667
10668Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
10669
10670 * configure.in: Also configure librx.
10671
10672Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
10673
10674 * Makefile.in: Update various rules to reflect that librx
10675 is now needed for libg++.
10676
10677Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10678
10679 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10680
10681Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10682
10683 * configure.in: Configure the examples directory.
10684
10685Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10686
10687 * configure: Simplify Jun 2 1994 change.
10688
10689Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10690
10691 * change CC to /usr/latest/bin/gcc for lynx host builds, since
10692 /bin/gcc isn't good enough to build gcc.
10693
10694Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
10695
10696 * Makefile.in (GDB_SUPPORT_FILES): Remove
10697 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
10698 (gdb.tar.gz): Add new rule to use standard distribution building
10699 mechanism.
10700
10701Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10702
10703 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
10704 Bill Cox <bill@cygnus.com>.
10705
10706Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
10707
10708 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
10709
10710Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
10711
10712 * configure: Search current dir first in .gdbinit.
10713
10714Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
10715
10716 * config.sub: Recognize freebsd (merged from gcc config.sub).
10717
10718Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
10719
10720 * config.sub: Refer to NeXT's operating system as nextstep.
10721
10722 * config.sub (case $basic_machine): Re-order the cases, to match
10723 the order in the FSF version (which is mostly alphabethical).
10724 Merge in some additions and changes from the FSF.
10725
10726Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
10727
10728 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10729 * config.sub: Recognize cxux7.
10730 * configure.in: Use mh-cxux for m88k-harris-cxux*.
10731
10732Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
10733
10734 * config.sub: Fix typo powerpc -> powerpc-*.
10735
10736Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
10737
10738 * Makefile.in: `all-emacs19' depends on `all-byacc'.
10739
10740 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10741 parallel with all-emacs and install-emacs). Top-level command
10742 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10743
10744Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10745
10746 * test-build.mk ($(host)-stamp-stage2-installed): Remove
10747 $(relbindir)/make before doing ``make install'', and use
10748 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
10749 installing over running make binary.
10750 ($(host)-stamp-stage3-installed): Likewise.
10751
10752Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10753
10754 * config.guess: Recognize Mach.
10755
10756Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10757
10758 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10759 see whether --exec-prefix was used.
10760
10761Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10762
10763 * README: Explicitly mention libg++/README. (Zoo's idea.)
10764
10765Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10766
10767 * Makefile.in: Add all-librx target similar to all-libproc.
10768
10769Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
10770
10771 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
10772 with post 1.2 uname bogosity.
10773
10774Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10775
10776 * configure: Remove temporary files on receipt of a signal.
10777
10778Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
10779
10780 * configure: If there is a package_makefile_frag, remove
10781 ${subdir}/Makefile.tem after copying it in.
10782
10783Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10784
10785 * build_all.mk: support rs6000 lynx identifies itself as
10786 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
10787 since /bin/gcc is too feeble to compile a modern gcc.
10788
10789Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
10790
10791 * brought devo/test-build.mk update-to-date with progressive/
10792 test-build.mk. Add lynx targets and hppa flag info.
10793
10794Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10795
10796 * configure.in: Use mh-ncrsvr43. Patch from
10797 Tom McConnell <tmcconne@sedona.intel.com>.
10798
10799Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
10800
10801 * config.guess (i386-unknown-bsdi): No longer need to
10802 check #if defined(__bsdi__) && defined(__i386__).
10803
10804Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10805
10806 * configure: Set program_transform_nameoption correctly.
10807
10808Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
10809
10810 * brought build-all.mk update-to-date with progressive build-all.mk,
10811 added new targets and hppa info.
35590697 10812
252b5132
RH
10813Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10814
10815 * configure: If config.guess result is a prefix of the user
10816 specified target, assume a native build and use the user specified
10817 target as the host alias. Remove SunOS patch suffix removal hack.
10818 * configure.in: Remove SunOS patch suffix removal hack.
10819
10820 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10821 in NATIVE_CHECK_MODULES.
10822
10823Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
10824
10825 * Makefile.in: Rename HOST_ONLY to NATIVE.
10826 * configure: Delete SunOs patch suffix from host_canonical
10827 and build_canonical variables that are prepended to Makefiles.
10828 * configure.in: Add comments for easier maintenance.
10829
10830Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10831
10832 * Makefile.in: Add all-libproc target similar to all-gui.
10833
10834Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
10835
10836 * Makefile.in (CHECK_MODULES): split into
10837 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10838
10839Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
10840
10841 * config.guess (i386-unknown-bsdi): New system to guess.
10842
10843Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10844
10845 * Makefile.in: Add all-gui target (but not yet build by "all").
10846
10847Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
10848
10849 * config.sub: Move deletion of patch suffix from here...
10850 * configure.in: To here, at Ian's suggestion. The top-
10851 level scripts might need to know of a patch level.
10852
10853Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
10854
10855 * config.sub: Strip off patch suffix so rtl is recognized
10856 as a sunos4.1.3 machine, even though it's been patched.
10857
10858Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
10859
10860 * Makefile.in (INSTALL_LAST): Delete.
10861 (INSTALL_DOSREL): New.
10862
10863Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10864
10865 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10866 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10867 whether we pass down --with-gnu-ld anyhow.
10868
10869Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
10870
10871 * Makefile.in (INSTALL_LAST): Change operation so it works
10872 on more flavors of make.
10873 * configure.in (go32): Don't build libg++ or libio.
10874
10875Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
10876
10877 * Makefile.in (Move HOST_PREFIX_1 and friends up so
10878 they can be overriden by templates.
10879
10880Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
10881
10882 * configure.in (target==go32): Don't build gdb.
10883 * dosrel: New directory.
10884
10885Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
10886
10887 * configure.in (host==go32): Configure dosrel too.
10888 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10889 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10890 be set by incoming names or templates.
10891 (INSTALL_LAST): New rule.
252b5132
RH
10892
10893Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
10894
10895 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10896
10897Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10898
252b5132
RH
10899 * configure.in (appdirs): New variable. Currently empty, but will
10900 be used in gas distribution. If nonempty, lists a set of
10901 directories at least one of which must get configured, or top
10902 level configuration is considered to have failed.
10903 (rs6000-*-lynxos*): Use new file name.
10904
10905Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10906
10907 Eliminate XTRAFLAGS.
10908 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10909 newlib include files using -idirafter, and also use -nostdinc.
10910 (CXX_FOR_TARGET): Likewise.
10911 (XTRAFLAGS): Removed.
10912 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10913 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10914 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10915 ($(DO_X)): Don't pass down XTRAFLAGS.
10916
10917Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10918
10919 * configure.in (mips*-dec-bsd*): New target; do build linker.
10920 (mips*-*-bsd*): New target; don't build linker.
10921
10922Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10923
10924 * configure.in: support rs6000-*-lynxos* configuration.
10925 support sunos4 as a cross target.
10926
10927 * config.sub: look for lynx*, not lynx since the OS version may
10928 legitimately be part of the name.
10929
10930Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10931
10932 * configure.in (i[34]86-*-sco*): Move to be with other i386
10933 targets.
10934 (romp-*-*): New target. Skip various binary utilities.
10935 (vax-*-*): New target. Don't build newlib.
10936 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
10937
10938Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10939
10940 * configure.in: Only set host_makefile_frag if config
10941 directory exists.
10942
10943Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10944
10945 * install.sh: If $dstdir exists, don't check whether each
10946 component does.
10947
10948Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10949
10950 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10951
10952Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
10953
35590697
AJ
10954 * configure.in (*-*-lynxos*): Don't configure newlib for either
10955 native or cross Lynx.
252b5132
RH
10956
10957Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
10958
10959 * config.sub (sparc64-elf): Fix os.
10960 (z8k): Remove duplicate.
10961
10962Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10963
10964 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10965 gcc/stmp-fixproto, to try to prevent fixproto from being run.
10966
10967Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
10968
10969 * configure: Make file links cleanly even if Lynx fails on
80413487 10970 an NFS symlink (at least fail cleanly).
252b5132
RH
10971
10972Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
10973
10974 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10975 -XNh2000.
10976
10977Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10978
10979 * configure: Unknown options are fatal again.
10980
10981Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
10982
10983 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 10984 compatibility.
252b5132
RH
10985
10986Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
10987
10988 * build-all.mk: Add `clean' target.
10989
10990Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10991
10992 * config.guess: Add SINIX support.
10993 * configure.in: Add mips-*-sysv4* support.
10994
10995Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
10996
10997 * build-all.mk: Document all useful targets.
10998 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10999 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11000
11001Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11002
11003 * configure: Support --silent, --quiet.
11004
11005Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11006
11007 * configure: Support --disable-FEATURE.
11008
11009Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11010
11011 * config.guess: Recognize NCR running SVR4.3.
11012
11013Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
11014
11015 * config.guess: Make BSDI generate i386-unknown-bsd386.
11016 Patch from Paul Eggert <eggert@twinsun.com>.
11017
11018Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11019
11020 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
11021
11022Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11023
11024 * configure: Make unrecognized options give nonfatal warnings
11025 instead of fatal errors, and pass them to any subdirectory
11026 configures in case they recognize them.
11027 Make --x equivalent to --with-x.
11028
11029Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11030
11031 * configure: Add --enable-* options. Clean up usage message and
11032 some comments.
11033
11034Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
11035
11036 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
11037
11038Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11039
11040 * configure.in (hppa*-*-*): Enable binutils.
11041
11042Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11043
11044 * config.sub: Recognize cisco.
11045
11046Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
11047
11048 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
11049
11050Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11051
11052 * config.guess: about target *-hitachi-hiuxwe2, don't print more
11053 than one configuration name. Add comment.
11054
11055Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
11056
11057 * config.guess: about target *-hitachi-hiuxwe2, fixed
11058 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
11059 macro is incorrect.]
11060
11061Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11062
11063 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
11064 than the "make ls" stuff which used to be here.
11065
11066Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
11067
11068 * config.guess: Recognize i[34]86-unknown-freebsd.
11069 From Shawn M Carey <smcarey@rodan.syr.edu>.
11070
11071Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
11072
11073 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
11074
11075Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11076
11077 * config.guess: Check for ptx.
11078
11079Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
11080
11081 * config.sub: Add os9k checking.
11082
11083Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11084
11085 * config.guess: Handle OSF1 running on HPPA processors
11086
11087Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
11088
11089 * configure: If subdir configure fails, print out a message with
11090 subdirectory name, in case subdir's configure code didn't identify
11091 itself.
11092
11093Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
11094
11095 * configure.in: Remove embedded newlines from configdirs.
11096 Avoid mismatches of substrings. Fix matching strings at end
11097 of configdirs.
11098
11099Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
11100
11101 * config.guess: Add Lynx/rs6000 config support.
11102
11103Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
11104
11105 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
11106
11107Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
11108
11109 * configure.in (hppa*-*-osf*): Treat this just like most other
11110 PA configurations (eg no binutils or ld).
11111 (hppa*-*-*elf*): These configurations have binutils and ld.
11112
11113Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11114
11115 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
11116
11117Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11118
11119 * configure.in (rs6000-*-*): Build gas.
11120
11121Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11122
80413487 11123 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
11124
11125Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11126
11127 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
11128 for GDB and GDB has been fixed to not need it.
11129
252b5132
RH
11130Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11131
11132 * config.guess: Recognize vax hosts.
11133
11134Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11135
11136 * configure (while loop): Don't use "break 2" inside case
11137 statement -- the case statement isn't an enclosing loop.
11138
11139Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11140
11141 * config.guess: Clean up NeXT support, to allow nextstep
11142 on Intel machines. Make OS be nextstep.
11143
11144Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
11145
11146 * config.guess: Add alternate forms for Convex.
11147
11148Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
11149
11150 * configure: Completely rewrite option processing. Take
11151 advantage of pattern-matching to avoid invoking test frequently.
11152 Also clean up host and target defaulting logic.
11153
11154Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11155
11156 * Makefile.in: Replace all occurrances of "rootme" with "r" and
11157 "$${rootme}" with "$$r", to increase the likelihood that the do-*
11158 commands (plus user environment) will fit SCO limits.
11159
11160Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11161
11162 * configure.in: Don't issue warnings about directories which are
11163 not being configured if -norecursion is set. Correct test for
11164 --with-gnu-as and --with-gnu-ld to not get confused by substring
11165 matches.
11166
11167 * configure.in: Don't build gas for alpha-dec-osf1*.
11168
11169Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
11170
11171 * configure: Back out Per's change of 12/19/1993. It changes the
11172 behavior of configure in unexpected and confusing ways.
11173
11174 Also, use different delim char when calculating
11175 program_transform_name so that the name can contain slashes.
11176
11177Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
11178
11179 * configure.in, config.sub: Add support for VSTa micro-kernel.
11180
11181Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11182
11183 * configure.in: Nuke hacks which were used to get a special
11184 version of GAS for HPPA configurations.
11185
11186Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
11187
11188 * configure: If only ${target_alias} is given, use that
11189 as the default for ${host_alias}.
11190 * configure: Add missing back-slashes before nested quotes.
11191
11192Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
11193
11194 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
11195
11196Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
11197
11198 * config.guess: Recognize some Tektronix configurations.
11199 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
11200
11201Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11202
11203 * config.sub: Match any flavor of SH.
11204
11205Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
11206
11207 * configure.in: Don't try to configure newlib for Alpha.
11208
11209Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11210
11211 * configure.in: Don't build ld for Irix 5. Don't build gas,
11212 libg++ or libio for any Alpha target.
11213
11214 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
11215
11216Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
11217
11218 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
11219 default arguments -- so it tried to compress itself.
11220
11221Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
11222
11223 * configure.in (notsupp): ensure that a space is always at the end
11224 of the configdirs list, since the grep checks for an explicit space
11225
11226Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11227
11228 * configure.in (target i386-sysv4.2): don't build ld, since static
11229 versions of many libraries are not available.
11230
11231Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11232
11233 * config.guess: Recognize Apollos (using environment variables).
11234 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
11235
11236Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11237
11238 * config.guess: Recognize Sony news mips running newsos.
11239
11240Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
11241
11242 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
11243 "fi ; else" for bash.
11244
11245Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
11246
11247 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
11248
11249Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
11250
11251 * config.sub: accept unixware as an alias for svr4.2.
11252 Fix some inconsistancies with the gcc version.
11253
11254Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11255
11256 * Makefile.in (DISTDOCDIRS): Add gdb.
11257
11258Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
11259
11260 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
11261
11262Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11263
11264 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
11265 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
11266 this now.
11267
11268Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11269
11270 * config.sub: Accept hiux* as an OS name.
11271
11272 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
11273 etc/make-stds.texi. The underscore came from gcc, and dje now
11274 agrees that RUNTESTFLAGS is the correct name.
11275
11276Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
11277
11278 * install.sh: Remove 'set -e'. It makes any conditionals
11279 in the script useless.
11280
11281 * config.guess: Automatically recognize arm-acorn-riscix
11282 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
11283
11284Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
11285
11286 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
11287
11288Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
11289
11290 * Makefile.in (DISTDOCDIRS): New variable.
11291 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 11292 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
11293
11294Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11295
11296 * configure.in (hppa target): check the source directory for the
11297 pagas sub-directory
11298
11299Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
11300
11301 * config.sub: Allow -aout* and -elf*.
11302
11303Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
11304
11305 * configure.in: Don't build ld on i386-solaris2, same as for
11306 sparc-solaris2.
11307
11308Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
11309
11310 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11311
11312Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11313
11314 * configure.in: Configure gdb for alpha.
11315
11316Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11317
11318 * Makefile.in (CXXFLAGS): Add -O.
11319
11320Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11321
11322 * config.guess: added support for DG Aviion
11323
11324Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11325
11326 * configure.in: Produce warning message for subdirectories not
11327 configurable for this host/target combination. Don't try to
11328 configure gdb for vms.
11329
11330Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11331
11332 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11333 appropriate files before making "diststuff".
11334 (DISTBISONFILES): New var: list of files to be edited.
11335 (DISTSTUFFDIRS): Add binutils.
11336
11337Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11338
11339 * config.sub: also handle mipsel and mips64el (for little endian mips)
11340
11341Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11342
11343 * configure.in: Add * to end of all OS names.
11344
11345Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
11346
11347 * configure.in: Build newlib for LynxOS native.
11348
11349Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11350
11351 * config.guess: Add support for delta 88k running SVR3.
11352
11353 * configure.in: Add comment about HP compiler vs. emacs.
11354
11355Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11356
11357 * configure.in: don't build ld on solaris2 (not a viable option
11358 due to bugs in getpwnam & getpwuid)
11359
11360Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
11361
11362 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
11363 config.guess will produce a full version number.
11364
11365Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11366
11367 * configure.in: Build linker and binutils for alpha-dec-osf1.
11368
11369Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11370
11371 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
11372 and gdb/testsuite/Makefile.in.
11373
11374Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11375
11376 * configure.in: recognize mips*- instead of mips-
11377
11378Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
11379
11380 * config.sub: Accept linux*coff and linux*elf as operating
11381 systems.
11382
11383Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11384
11385 * config.sub: Recognize mips64, and mips3 as an alias for it.
11386
11387Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11388
11389 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
11390 gdb knows how to handle OSF/1 shared libraries.
11391
11392Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11393
11394 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
11395 * config.guess: Recognize Hitachi's HIUX.
11396 * config.sub: Recognize h3050r* and hppahitachi.
11397 Remove redundant cases for hp9k[23]*.
11398
11399Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11400
11401 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
11402 if gas and ld are in the source tree and are in ${configdirs}.
11403 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 11404 --with options (but still pass them down on the command line,
252b5132
RH
11405 if they were explicitly specified).
11406
11407Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11408
11409 * configure: substitute SHELL value in Makefile.in with
11410 ${CONFIG_SHELL}
11411
11412Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11413
11414 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
11415 *-*-solaris2* targets.
11416
11417Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11418
11419 * Makefile.in: define M4, and pass it down to sub-makes;
11420 all-autoconf now depends on all-m4
11421
11422Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11423
11424 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
11425 presence of {ar,ranlib} instead of a configured directory
11426
11427Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11428
11429 * config.guess: Accept 34?? as well as 33?? for NCR.
11430
11431Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11432
11433 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11434 of 'gas' in sed commands, since 'gash' is now in the tree as well.
11435
11436Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11437
11438 * configure: grab values for $(CC) and $(CXX) from the
11439 environment, so that someone can do "CC=gcc configure; make" and
11440 have it work right (matching the way that autoconf works now)
11441
11442 * configure.in, Makefile.in: add support for gash, the tcl
11443 interface to Galaxy
11444
11445 * config.guess: add NetBSD variants (hp300, x86)
11446
11447Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
11448
11449 * install.sh: Support -d option (in the manner of SunOS 4 install,
11450 as it is more deterministic than that of GNU install)
11451 (chmodcmd): Set file to mode 755 by default (should also do default
11452 chgrp and chown, but I don't feel like dealing with that now)
11453
11454Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
11455
11456 * config.sub: Remove h8300hhms alias.
11457
11458Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11459
11460 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11461
11462Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11463
11464 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11465 as stmp-fixinc
11466
11467Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
11468
11469 * config.sub: recognize m88110-bug-coff.
11470
11471Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11472
11473 * Makefile.in (all-libio): all dependencies on the toolchain used
11474 to build this (gcc, gas, ld, etc)
11475
11476Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11477
11478 * config.guess: Deal with OSF/1 1.3 on alpha.
11479
11480Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11481
11482 * install.sh: add some 'else true' clauses for portability
11483
11484 * configure.in: don't build libio for h8[35]00-*-* targets
11485
11486Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
11487
11488 * Makefile.in: Add support for new libio.
11489
11490Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11491
11492 * install.sh: If one command fails, don't try the rest. Don't try
11493 to remove $dsttmp (via trap) unless we have already created it.
11494 If $src doesn't exist, detect it and exit with an error.
11495
11496 * config.guess: Recognize BSD on hp300.
11497
11498Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
11499
11500 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11501 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11502
11503Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
11504
11505 * Makefile.in (all-send-pr): depends on all-prms
11506
11507Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11508
11509 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11510
11511Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11512
11513 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11514 Added test for mips-mips-riscos5.
11515
11516Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11517
11518 * configure.in: use mh-hp300 for 68k HP hosts
11519
11520Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11521
11522 * configure: add support for CONFIG_SHELL, so that you can use
11523 some alternate shell for evaluating configure scripts
11524
11525Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
11526
11527 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
11528 in configure script to bug-gdb@prep.ai.mit.edu when building
11529 distribution archive.
11530 * Makefile.in (COMPRESS): Remove def.
11531 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
11532 gdb.tar.Z and make-gdb.tar.Z respectively.
11533 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
11534 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
11535 to convergence with 'taz' target in Makefile.in.
11536
11537Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11538
11539 * install.sh (dsttmp): use trap to ensure that tmp files go
11540 away on error conditions
11541
11542Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11543
11544 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11545
11546Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11547
11548 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11549 its parent is '/' not ''.
11550
11551 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11552
11553Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
11554
11555 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11556 that ${newsrcdir}/configure.in does.
11557
11558Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11559
11560 * test-build.mk: support for CONFIG_SHELL
11561
11562Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
11563
11564 * config.sub (netware): Add as a basic system type.
11565
11566Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
11567
11568 * Makefile.in (Makefile): depend on configure.in. Also drop the
11569 $(srcdir)/ from the dependency on Makefile.in.
11570
11571Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
11572
11573 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11574 (h8300hhms is temporary until multi-libraries are implemented).
11575 * configure.in: Handle h8300h too.
11576
11577Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11578
11579 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11580
11581Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
11582
11583 * configure: Remove extraneous output when guessing host type.
11584 * config.guess: Remove extraneous output when guessing using C
11585 compiler rather than uname, or when guessing fails.
11586
11587Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11588
11589 * Makefile.in: remove all.cross and install.cross targets
11590
11591 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11592 definitions
11593
11594Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
11595
11596 * configure.in (target sh): Build gprof.
11597
11598Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11599
11600 * config.sub: change -solaris to -solaris2
11601
11602Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11603
11604 * configure.in: Use config/mh-riscos for mips-*-sysv*.
11605
11606Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
11607
11608 * configure: Correct error message for missing Makefile.in to
11609 print correct directory.
11610
11611Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11612
11613 * install.sh: kludge around 386BSD shell bug
11614
11615Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
11616
11617 * config.guess: Recognize NeXT.
11618 * config.guess: Recognize i486-ncr-sysv4.
11619 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
11620
11621Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
11622
11623 * Makefile.in (MAKEINFOFLAGS): New variable.
11624 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11625 * build-all.mk, test-build.mk: Pass down --no-split as
11626 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
11627
11628Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
11629
11630 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
11631
11632Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
11633
11634 * Makefile.in (libg++.tar.z): New rule.
11635 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
11636 * Makefile.in (taz): Only do a single chmod.
11637
11638Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
11639
11640 * install.sh: don't use dirname anymore (replaced with sed usage)
11641
11642Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
11643
11644 * Makefile.in: Change extension for gzip'd files from '.z' to
11645 '.gz' per new FSF standard usage.
11646
11647Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
11648
11649 * configure: put quotes around the final value of program_transform_name
11650
11651Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11652
11653 * Makefile.in: new install.sh support; update install-info rules
11654
11655Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
11656
11657 * configure.in: Build diff for crosses, but not for go32 host.
11658
11659 * configure.in: Build gprof only for native, and don't build it
11660 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11661
11662Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
11663
11664 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11665
11666Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11667
11668 * configure.in (host_tools): Add prms.
11669
11670Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11671
11672 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11673 with $(FLAGS_TO_PASS) on the command line
11674
11675 * config.sub: Recognize lynx and lynxos
11676
11677Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
11678
11679 * config.sub: Accept -ecoff*, not just -ecoff.
11680
11681Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11682
11683 * Makefile.in (taz): Use .gz suffix instead of .z.
11684 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11685 names.
11686
11687Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11688
11689 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11690
11691Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11692
11693 * Makefile.in (install-no-fixedincludes): install gcc last, so
11694 that rebuilds that might happen during 'make install' don't get
11695 bogus gcc include files
11696
11697Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11698
11699 Change from Utah for HPPA support:
11700 * config.guess: Recognize hppa1.x-hp-bsd.
11701
11702Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
11703
11704 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
11705 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11706
11707Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
11708
11709 * config.sub: Add support for rom68k and bug boot monitors.
11710
11711Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
11712
11713 * Makefile.in: Make all-opcodes depend on all-bfd.
11714
11715Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
11716
11717 * config.guess: Added special check for i[34]86-univel-sysv4*.
11718
11719Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
11720
11721 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11722 the processor rather than assuming i486.
11723
11724Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11725
11726 * config.guess: Recognize SunOS6 as Solaris3.
11727
11728Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
11729
11730 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
11731 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11732
11733Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
11734
11735 * build-all.mk (all-cross): New target for Canadian Cross.
11736 Added Q2 go32 targets.
11737 * test-build.mk: Configure go32 cross sparclite-aout and
11738 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
11739 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11740
11741Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11742
11743 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11744 GO32 hosted toolchains
11745
11746Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
11747
11748 * configure: change so "-exec-prefix" gets passed down rather
11749 than "-exec_prefix" so autoconf generated Makefiles get the
11750 exec_prefix set right.
11751
11752Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11753
11754 * config.guess: get the Solaris2 minor version number
11755
11756 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11757
11758Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11759
11760 * config.guess: Recognize some Sequent platforms.
11761
11762Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11763
11764 * Makefile.in: added the vault-install target
11765
11766 * configure.in: actually use the Sun3 makefile fragment that's in
11767 config, also added the release dir to configdirs
11768
11769Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11770
11771 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11772
11773Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11774
11775 * configure.in: remove some program from Alpha targetted toolchains
11776
11777Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
11778
11779 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
11780 gprof.
11781 (taz): Run "make diststuff" in those directories instead of "make
11782 proto-dir". Look for "VERSION=" only at start of line in subdir
11783 Makefile. Use "gzip -9" for compression.
11784 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11785 (binutils.tar.z): New target.
11786
11787Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11788
11789 * Makefile.in (taz): Include gpl.texinfo.
11790
11791Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11792
11793 * Makefile.in (setup-dirs): Merged into "taz" target.
11794 (taz): Only do `proto-dir' stuff if a directory is actually needed
11795 for this target.
11796
11797Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
11798
11799 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11800 (FLAGS_TO_PASS): Pass down MUNCH_NM.
11801 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11802 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11803 (gcc-no-fixedincludes): Correct for current gcc Makefile.
11804
11805Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
11806
11807 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
11808 config.sub, and move-if-change to gdb testsuite distribution
11809 archive, so the testsuite can be extracted, configured, and
11810 run separately from the gdb distribution. Blow away the Chill
11811 tests that require a Chill compiled executable, since GNU Chill
11812 is not yet publically available.
11813
11814Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11815
11816 * test-build.mk: set environment variables in a single command,
11817 instead of a list of assignments and exports
11818
11819 * config.guess: recognize Alpha/OSF1 systems
11820
11821Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11822
11823 * configure: Change help message to prefer --options rather than
11824 -options.
11825
11826Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11827
11828 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11829 zippy@ecst.csuchico.edu.
11830 * config.guess: Recognize miniframe.
11831
11832Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
11833
11834 * Makefile.in: Use srcroot to find runtest rather than rootme.
11835 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11836
11837Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
11838
11839 * test-build.mk: Extensive additions to support building on a
11840 machine other than the host.
11841
11842Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11843
11844 * configure (tooldir): Fix for i386-aix again.
11845
11846Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
11847
11848 * configure, Makefile.in: Change definition of $(tooldir)
11849 to match the FSF.
11850
11851Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
11852
11853 * config.guess: Recognize i[34]86/SVR4.
11854
11855Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11856
11857 * Makefile.in (all-gdb): gdb depends on sim.
11858
11859Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
11860
11861 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
11862 at the same time we make the prototype gdb directory.
11863 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
11864 files at the same time as the gdb base release distribution.
11865
11866Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
11867
11868 * Makefile.in (check): Use individual check targets rather than
11869 DO_X rule.
11870 (check-gcc): Added.
11871
11872Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
11873
11874 * config.sub: Use sysv3.2 not sysv32 for canonical OS
11875 for System V release 3.2.
11876
11877Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11878
11879 * config.sub: Recognize hppaosf.
11880 * configure.in: Do configure ld/binutils/gas for it.
11881
11882Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11883
11884 * configure (tooldir): Alter syntax used to set this, for systems
11885 where "\$" isn't handled right, like i386-aix.
11886
11887Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
11888
11889 * configure: Pass program-transform-name, not
11890 program_transform_name, to recursive configures.
11891
11892Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
11893
11894 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11895 of gas+ld+binutils.
11896
11897Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
11898
11899 * config.guess: Recognize AIX3.2 as distinct from 3.1.
11900
11901Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11902
11903 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11904
252b5132
RH
11905Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11906
11907 * Makefile.in (PRMS): Set back to all-prms.
11908
11909Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
11910
11911 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11912 targets, rather than for MIPS hosts.
11913
11914Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11915
11916 * configure.in: add comment for --with-x default values
11917
11918 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11919
11920 * Makefile.in: add check-* targets for each of the directories in
11921 the tree. Add a definition of RUNTEST that will use the one we
11922 just built, if it exists. Pass this down via FLAGS_TO_PASS.
11923
11924Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
11925
11926 * configure.in: Removed obsolete references to bfd_target and
11927 target_makefile_frag.
11928
11929 * build-all.mk: Set assorted targets for Q2.
11930 * config.sub: Recognize z8k-sim and h8300-hms.
11931 * test-build.mk: Really don't pass host to configure.
11932 (HOLES): Added uname.
11933
11934Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
11935
11936 * configure: Handle an empty program-prefix, program-suffix or
11937 program-transform-name correctly.
11938
11939Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
11940
11941 * build-all.mk: -G 8 no longer required for MIPS targets.
11942 * test-build.mk: Don't pass host argument to configure; make it
11943 guess.
11944
11945Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
11946
11947 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
11948 * Makefile.in (COMPRESS): New macro, like GZIP.
11949
11950Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
11951
11952 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11953
11954 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11955 with gas currently defaults to -G 0.
11956
11957Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
11958
11959 * Makefile.in (all-flex): flex depends on byacc.
11960
11961 * build-all.mk: If host not specified, use config.guess. Pass TAG
11962 to test-build.mk as RELEASE_TAG.
11963 * test-build.mk (configargs): New variable containing arguments to
11964 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
11965 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11966
11967 * config.guess: Use /bin/uname when checking -X argument on SCO,
11968 to avoid invoking GNU uname which doesn't understand -X.
11969
11970 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11971
11972 * configure.in: Build gas for mips-*-*.
11973
11974Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11975
11976 * Makefile.in (all.normal): insert missing backslash.
11977
11978Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
11979
4bddf3ad 11980 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
11981
11982 * Makefile.in: Complete overhaul to merge many almost identical
11983 targets.
11984
11985Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11986
11987 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11988 (gdb.tar.Z): Adjusted.
11989
11990 * Makefile.in (setup-dirs, taz): New targets; should be general
11991 enough to adapt for gdb sometime. Build only .z file.
11992 (gas.tar.z): New target.
11993
11994Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11995
11996 * build-all.mk: Use CC=cc -Xs on Solaris.
11997
252b5132
RH
11998Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
11999
12000 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
12001 for handling BISON for FSF releases.
12002
12003Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12004
12005 * configure: Actually implement the change zoo just documented.
12006
12007Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12008
12009 * configure: when using config.guess, only set target_alias when
12010 it's not already been set (ie, on the command line)
12011
12012Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12013
12014 * Makefile.in: add installcheck target, set PRMS to install-prms
12015
12016Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12017
12018 * configure: add support for package_makefile_fragment, handle the
12019 case where a directory has a configure.in file but no Makefile.in
12020 more gracefully (with an actual understandable error message, even);
12021 add support for --without (and add this to the usage message); also
12022 explicitly add a --host=${host_alias} to the command line when
12023 config.guess is used
12024
12025Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12026
12027 * configure: Must use both --host and --target in recursive calls.
12028
12029Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
12030
12031 * Makefile.in: Change deja-gnu to dejagnu.
12032
12033Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
12034
12035 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
12036
12037Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12038
12039 * configure.in: canonicalize all instances to *-*-solaris2*,
12040 also strip out a number of tools to not build for go32 host
12041
12042Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12043
12044 * config.guess: add GPL.
12045
12046 * Makefile.in, config.guess, config.sub, configure: bump
12047 copyrights to 93.
12048
12049Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
12050
12051 * Makefile.in (do-info): Removed obsolete check for existence of
12052 localenv file.
12053
12054 * Makefile.in (MAKEOVERRIDES): Define to be empty.
12055
12056Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12057
12058 * Makefile.in: a couple of 'else true' for decstation,
12059 support for TclX
12060
12061 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
12062
12063Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
12064
12065 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
12066
12067Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
12068
12069 * config.guess: Recognize i386-ibm-aix (PS/2).
12070 * configure.in: Use config/mh-aix386 file for it.
12071
12072Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
12073
12074 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
12075 CC_FOR_TARGET instead.
12076 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
12077
12078Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
12079
12080 * Makefile.in: Add sim to list of directories sent with gdb
12081
12082Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
12083
12084 * configure.in: Put back mips-dec-bsd* case.
12085
12086Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
12087
12088 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
12089 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
12090 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
12091
12092Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12093
12094 * configure.in: remove no-op mips-dec-bsd* in "case $target"
12095
12096 * Makefile.in (dir.info): only run gen-info-dir if it exists,
12097 (install-info): install dir.info only if it exists,
12098 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
12099
12100Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
12101
12102 * configure.in: For vms target, skip bfd, ld, binutils. Do build
12103 gas for mips-dec-bsd.
12104
12105Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
12106
12107 * configure (makesrcdir): If ${srcdir} is relative and not ".",
12108 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
12109
12110Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
12111
12112 * configure.in: Added "dejagnu" to hosttools list.
12113
12114Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12115
12116 * config.sub, configure.in, config.guess: Add support
12117 for Bosx, an AIX variant from Bull.
12118 Patches from F.Pierresteguy@frcl.bull.fr.
12119
12120Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
12121
12122 * devo/dejagnu: Initial creation of devo/dejagnu.
12123 Migrated dejagnu testcases and support files for testing software
12124 tools to reside as subdirectories, currently called "testsuite",
12125 within the directory of the software tool. Migrated all programs,
12126 support libraries, etc. beloging to dejagnu proper from
12127 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
12128 with no modifications. The changes to these files which will
12129 allow them to configure, build, and execute properly will be made
12130 in a future update.
12131
12132Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12133
12134 * Makefile.in: Change send_pr to send-pr.
12135 * configure.in: Likewise.
12136 * send_pr: Renamed directory to send-pr.
12137
12138Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
12139
12140 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
12141
12142Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
12143
12144 * README: Update for gdb-4.8 release.
12145 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
12146 gdb-xxx.tar.z (gzip'd) file also.
12147
12148Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12149
12150 * Makefile.in: make all-diff depend on all-libiberty
12151
12152Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
12153
12154 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
12155
12156Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12157
12158 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
12159
12160Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
12161
12162 * Makefile.in (DEVO_SUPPORT): Remove etc directory
12163 (ETC_SUPPORT): Only add the files GDB wants from etc/.
12164 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
12165
12166Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12167
12168 * Makefile.in: makeinfo binary is in a new location
12169
12170Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
12171
12172 * config.sub: Accept -ecoff as an OS.
12173
12174 * Makefile.in: Various changes to eliminate a level of make
12175 recursion and reduce the required command line length.
12176 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
12177 sub-makes.
12178 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
12179 variables holding settings for specific sub-makes.
12180 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
12181 in terms of BASE_FLAGS_TO_PASS.
12182 (TARGET_LIBS): New variable listing directories which use
12183 TARGET_FLAGS_TO_PASS.
12184 (subdir_do): Eliminated.
12185 (do-*): New set of targets to replace subdir_do.
12186 (various): All targets which used subdir_do now depend on do-*.
12187 (local-clean): Renamed from do_clean.
12188 (local-distclean): New target, dependency of distclean and
12189 realclean.
12190 (install-info): Don't create directories. Depend on dir.info
12191 rather than calling make recursively.
12192 (install-dir.info): Eliminated.
12193 (install-info-dirs): Create all info directories here.
12194 (dir.info): Depend upon do-install-info.
12195
12196 * test-build.mk (HOLES): Added false.
12197
12198Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
12199
12200 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
12201
12202Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12203
12204 * Makefile.in (info): remove dependency on all-texinfo. The
12205 problem was really in texinfo/C, not at this level.
12206
12207Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
12208
12209 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
12210
12211Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
12212
12213 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
12214 GDB releases.
12215
12216Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12217
12218 * configure: Include srcdir in message about target of link not
12219 being found. Don't convert `-' to `_' in `with' options being
12220 passed to subdirs.
12221
12222Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12223
12224 * configure.in: add uudecode to host_tools
12225
12226 * Makefile.in: added {all,install}-uudecode targets, added them to
12227 the appropriate lists
12228
12229Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
12230
12231 * Makefile.in (all-gcc): Added dependency on all-gas.
12232
12233 * configure.in (mips-*-*): Build ld and binutils.
12234
12235Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12236
12237 * configure: check return code from mkdir, print error message and
12238 exit on failure.
12239
12240Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
12241
12242 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
12243
12244Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
12245
12246 * test-build.mk (HOLES): Added tar, cpio and uudecode.
12247
12248Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12249
12250 * config.sub (h8500): Recognize this as a cpu type.
12251
12252Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12253
12254 * configure: source directory missing is no longer a warning
12255
12256 * configure.in: recognize irix[34]* instead of irix[34]
12257
12258 * Makefile.in: define and pass down X11_LIB
12259
252b5132
RH
12260Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
12261
12262 * guess-systype: Renamed to ...
12263 * config.guess: ... by popular request.
12264 * configure.in, Makefile.in: Update accordingly.
12265
12266Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
12267
12268 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
12269 + Add Convex, Cray/Unicos, and Encore/Multimax support.
12270 + Execute ./dummy instead of assuming . is in PATH.
12271
12272Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
12273
12274 * guess-systype: New shell script. Attempts to guess the
12275 canonical host name of the executing host.
12276 Only a few hosts are supported so far.
12277 * configure: Call guess-systype if no host is specified.
12278
12279Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
12280
12281 * Makefile.in (gcc-no-fixedincludes): Made to work with current
12282 gcc Makefile.
12283
12284
12285Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
12286
12287 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
12288 (all-gcc, install-gcc, subdir_do): Use it.
12289
12290Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12291
12292 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
12293
12294Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
12295
12296 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
12297 set exclusively by configure, using configure.in .
12298
12299Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12300
12301 * test-build.mk: set $PATH for all builds
12302
12303 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
12304
12305Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
12306
12307 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
12308 the one used in gcc/Makefile.in, so that a null expansion doesn't
12309 override the one needed to build gcc with a native cc.
12310
12311
12312Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12313
12314 * configure: Accept -with arguments.
12315
12316Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12317
12318 * Makefile.in: added h8300sim
12319
12320Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
12321
252b5132
RH
12322 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12323 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
12324 (all-cygnus, native, build-cygnus): Make
12325 $(canonhost)-stamp-3stage-done, not $(host)....
12326 * test-build.mk (stamp-3stage-compared): Use tail +10c for
12327 i386-sco3.2v4. Added else true to if command.
12328
12329Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
12330
12331 * config.sub: (from FSF) Sequent uses a BSD-like OS.
12332
12333Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
12334
12335 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12336
12337Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12338
12339 * configure.in: don't remove binutils from Solaris builds
12340
12341Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
12342
12343 * Makefile.in: get rid of earlier definitions for *clean,
12344 also handle the recursive info rule better
12345
12346Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
12347
12348 * Makefile.in (mostlyclean, distclean, realclean): Fix to
12349 do more-or-less the right thing.
12350
12351Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
12352
12353 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12354 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12355
12356Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12357
12358 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12359 $(host_canonical).
12360
12361 * configure.in: split the configdirs list into 4 categories (native
12362 v. cross, library v. tool) and handle the cross-only and native-
12363 only in more reasonable (and correct!) way.
12364
12365Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
12366
12367 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
12368 configdirs anymore.
12369
12370Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12371
12372 * Makefile.in: extensive cleanup:: removed all of the explicit
12373 clean-* targets, collapsed many wrappers around subdir_do into
12374 one, added additional targets to satisfy standards.texi, deleted
12375 some old targets, some changes for consistency
12376
12377Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12378
12379 * configure.in: handle some programs as cross-only, and others as
12380 native only
12381
12382 * test-build.mk: handle partial holes in a more generic manner
12383
12384 * Makefile.in: m4 depends on libiberty
12385
252b5132
RH
12386Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12387
12388 * configure.in: add m4, textutils, fileutils, sed, shellutils,
12389 time, wdiff, and find to configdirs
12390
12391 * Makefile.in: all, clean, and install rules for the new programs
12392 added to configure.in
12393
12394Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12395
12396 * configure.in: use mh-sun for all *-sun-* hosts
12397
252b5132
RH
12398Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12399
12400 * Makefile.in: define flags for X11 include files and library file
12401 locations, pass them down to the programs that need this info
12402
12403 * build-all.mk: added a 'native' target, to 3stage the native toolchain
12404
252b5132
RH
12405Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12406
12407 * configure.in: start building libg++ for HP-UX targets
12408
12409Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
12410
12411 * README: Update references to files moved into etc/.
12412
12413Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
12414
12415 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
12416 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
12417
12418Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
12419
12420 * configure: accept dash as well as underscore in long option
12421 names for FSF compatibility.
12422
12423Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
12424
12425 * config.sub: added -sco3.2v4 support from FSF.
12426
12427Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12428
12429 * configure.in: expand the section that adds or removes
12430 directories from the list of programs to build, to handle native
12431 vs. cross in addition to host v. native
12432
12433Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
12434
12435 * Makefile.in: Replace C++ in macro names with CXX.
12436 This is less likely to break ...
12437
12438Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12439
12440 * test-build.mk: add -w to GNU_MAKE
12441
12442Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12443
12444 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12445 add 'sparc' to list of recognized cpus. This needed to make
12446 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12447 Delete some redundant ose68 variants. Recognize -wrs as an os,
12448 then changes that into $CPU-wrs-vxworks.
12449
12450 * configure.in: remove most references to gdbtest, regularize
12451 target based program removal
12452
12453 * test-build.mk: import from p3 tree (many fixes and changes)
12454
12455Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
12456
12457 * Makefile.in: added rules to handle tcl, tk, and expect
12458
12459 * configure.in: handle those directories if they exist
12460
12461Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12462
12463 * config.sub: removed bogus hppabsd and hppahpux names, since
12464 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12465
12466Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12467
12468 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
12469 depends upon all-xiberty
12470
12471 * Makefile.in: changes from p3, including:
12472
12473 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
12474
12475 * Makefile.in (XTRAFLAGS): include newlib directories if
12476 newlib/Makefile exists, rather than if host != target.
12477
12478 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
12479
12480 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12481 from the same source tree and not building a cross-compiler. This
12482 matters for the libg++ configuration if reconfiguring a tree that
12483 has already been installed.
12484
12485 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
12486
12487 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12488 pick up the machine and system specific header files.
12489
12490 * Makefile.in: added AS_FOR_TARGET, passed down in
12491 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
12492 the C compiler to use to create programs which are run in the
12493 build environment, set it to default to $(CC), and passed it down
12494 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12495
12496 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
12497
12498 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12499 We need them for unusual native builds, like systems without
12500 ranlib.
12501
12502 * configure: also define $(host_canonical) and
80413487
RH
12503 $(target_canonical), which are the full, canonical names for the
12504 given host and target
252b5132
RH
12505
12506Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
12507
12508 * Makefile.in: Added separate definitions for C++.
12509
12510Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
12511
12512 * configure.in (configdirs): Add deja-gnu.
12513
12514Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
12515
12516 * README: Update for configure.texi and gdb-4.7 release.
12517
12518Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
12519
12520 * Makefile.in: Move "all" target to top of file.
12521 Previously, first target was ".PHONY" which caused BSD4.4 make
12522 to build .PHONY when make was run without arguments.
12523
12524Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
12525
12526 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
12527 Library-copylefted code in libiberty.
12528
12529Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
12530
12531 * config.sub: Replace m68kmote with plain old m68k.
12532
12533Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
12534
12535 * Makefile.in: Remove space from blank line, avoid Make complaints.
12536
12537Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
12538
12539 * config.sub: Complain if no argument is given. Added support for
12540 386bsd as OS and target alias.
12541
12542Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
12543
12544 * Makefile.in (XTRAFLAGS): include newlib directories if
12545 newlib/Makefile exists, rather than if host != target.
12546
12547Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
12548
12549 * config.sub: recognize sparclite-wrs-vxworks.
12550
12551 * Makefile.in (install-xiberty): added *-xiberty make rules (from
12552 p3.) Added clean-xiberty to clean.
12553
12554Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12555
12556 * configure.in: use *-*-* instead of nested cases for host and target
12557
12558Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
12559
12560 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12561 from the same source tree and not building a cross-compiler. This
12562 matters for the libg++ configuration if reconfiguring a tree that
12563 has already been installed.
12564
12565Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
12566
12567 * config.sub (i486v/i486v4): Merge in from FSF version.
12568
12569Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
12570
12571 * configure: only set PWD if it is already set.
12572
12573Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
12574
12575 * configure: just set PWD=`pwd` at the top, since Ultrix sh
12576 doesn't have unset and all success paths (and most error paths)
12577 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12578 to just ${PWD} to avoid confusion.)
12579
12580Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
12581
12582 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12583 even for a native compilation.
12584
12585Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
12586
12587 Changes to make the gdb.tar.Z rule work better.
12588
12589 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
12590 (DEVO_SUPPORT): Add configure.texi.
12591 (bfd-ilrt.tar.Z): Remove ancient rule.
12592
12593Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
12594
12595 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12596 pick up the machine and system specific header files.
12597
12598 * configure.in, config.sub: added new target m68010-adobe-scout,
12599 with alias of adobe68k. Changed configure.in to check for
12600 -scout before -sco* to avoid a false match.
12601
12602 * Makefile.in: added AS_FOR_TARGET, passed down in
12603 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
12604 the C compiler to use to create programs which are run in the
12605 build environment, set it to default to $(CC), and passed it down
12606 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12607
12608Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
12609
12610 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12611 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
12612 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12613 FOR_TARGET variants, to newlib and libg++.
12614
12615Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
12616
12617 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12618 first.
12619
12620Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
12621
12622 * config.sub: Accept `elf' as an environment.
12623
12624Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12625
12626 * Makefile.in (all-opcodes): cd into the right directory
12627
12628Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
12629
12630 * configure: added -program_transform_name option, used as
12631 argument to sed when installing programs.
12632 configure.texi: added documentation for -program_prefix,
12633 -program_suffix and -program_transform_name.
12634
12635Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
12636
12637 * config.sub: Accept i486 where i386 ok.
12638
12639Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
12640
12641 * config.sub: accept we32k
12642
12643Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
12644
35590697 12645 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
12646
12647 * Makefile.in: don't create all directories for ``make install'';
12648 let the subdirectories create the ones they need.
12649
12650Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12651
80413487 12652 * COPYING: new file, GPL v2
252b5132
RH
12653
12654Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12655
12656 * Makefile.in: use the new gen-info-dir, which needs a template
12657 argument (which also lives in texinfo)
12658
12659 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12660
252b5132
RH
12661Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
12662
12663 * config.sub (ncr3000): Change i386 to i486.
12664
12665Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12666
12667 * Makefile.in: add install-rcs, install-grep to
12668 install-no-fixedincludes, removed install-bison and install-libgcc
12669
12670Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
12671
12672 * configure.in: grab the HPUX makefile fragment if on HPUX
12673
12674Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
12675
12676 * Makefile.in: eradicate bison spoor (ditto libgcc).
12677 configure.in: recognise m68{k,000}-ericsson-OSE.
12678 es1800 is alias for m68k-ericsson-OSE
12679
12680Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12681
12682 * configure.in: rearrange the parts that remove programs from
12683 configdirs, based now on HOST==TARGET or by canonical triple.
12684
12685Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12686
12687 * test-build.mk: recurse explicitly with -f test-build.mk when
12688 appropriate. predicate stage3 and comparison on the existence
12689 of gcc. That is, if gcc isn't around, we aren't three-staging.
12690 On very clean, also remove ...stamp-co. Build in-place before
12691 doing other builds.
12692
12693Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12694
12695 * Makefile.in, configure.in: add tgas
12696
12697Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12698
12699 * Makefile.in: a number of changes merged in from progressive.
12700
12701 * configure.in: add libm.
12702
12703 * .cvsignore: ignore some stuff that comes from test-build.mk.
12704
252b5132
RH
12705Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
12706
12707 * config.sub: Add es1800 (m68k-ericsson-es1800).
12708
12709Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
12710
12711 * configure: Add program_suffix (parallel to program_prefix)
12712 * Makefile.in: adjust directory-creating script for losing decstation
12713
12714Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
12715
12716 * configure: Minor $subdir-related fixes.
12717
12718Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12719
12720 * configure: fix various problems with propogating
12721 makefile_target_frag in subdirs.
12722 * configure.in: config libgcc if its there
12723
12724Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
12725
12726 * config.sub: HPPA merge.
12727
252b5132
RH
12728Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
12729
12730 * Makefile.in: Replace all-bison with all-byacc in all
12731 dependency lines for other tools (which now use byacc).
12732
12733Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
12734
12735 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
12736
252b5132
RH
12737Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
12738
12739 * Makefile.in: make gprof rules similar to byacc rules (instead of
12740 vestigal $(unsubdir) that didn't work...)
12741
12742Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
12743
12744 * config.sub: Add support for Linux.
12745 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
12746 (at least for libg++).
12747
12748Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
12749
12750 * configure.texi: fix doc for the -nfp option to configure
12751
12752Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
12753
12754 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12755
12756Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
12757
12758 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12759 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12760 * configure.in: added solaris* host_makefile_frag hook.
12761
12762Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12763
12764 * config.sub: changed recognition of m68000 so that various
12765 m68k types can be specified via m680[01234]0
12766
12767Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12768
12769 * config.sub (basic_machine): fix sed so that '-foo' isn't
12770 completely substituted out while .+'-foo' loses the '-foo'
12771
12772Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
12773
12774 * config.sub ($os): Add -aout.
12775
12776Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
12777
12778 * configure: If host_makefile_frag is absolute, don't
12779 prefix ${invsubdir} (relevant to libg++ auto-configure).
12780
12781Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
12782
12783 * Makefile.in (tooldir): Define it.
12784 (all-ld): Depend on all-flex.
12785
12786Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
12787
12788 * Makefile.in (check): Fix libg++ special case.
12789
12790Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
12791
12792 * configure: do not bury `pwd` into config.status, thus do fewer
12793 pwd's.
12794
12795 * configure: print the "Building in" message only when building in
12796 other than "." AND verbose.
12797
12798 * configure: remove -s, rework -v to better accomodate guested
12799 configures.
12800
12801 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12802
12803Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
12804
12805 * Makefile.in: macroize flags passed on recursion. remove
12806 fileutils.
12807
12808Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
12809
12810 * configure: get makesrcdir right for subdirs deeper than 1.
12811
12812 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12813 install.
12814
12815Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
12816
12817 * Makefile.in: don't print subdir_do or recursion lines.
12818
12819Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
12820
12821 * standards.texi: added menu item.
12822
12823 * Makefile.in: build and install standards.info.
12824
12825 * standards.texi: new file.
12826
12827Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12828
12829 * configure: test for and move config.status pieces from
12830 ${subdir}/.
12831
12832Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
12833
252b5132
RH
12834 * configure: Test for existance of files before trying to mv
12835 them, to avoid numerous non-existance messages.
12836
12837Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
12838
12839 * configure: correct final line of config.status.
12840
12841 * configure: patch from eggert. Avoids a protection problem if
12842 the original Makefile.in is read only.
12843
12844 * configure: use move-if-change from gcc to create config.status.
12845 Some makefiles depend on config.status to tell if a directory
12846 has been reconfigured for a different host. This change
12847 prevents those directories from remaking everything in the case
12848 where the reconfig was only intended to rebuild a Makefile.
12849
12850 * configure: test for config.sub with "config.sub sun4" rather
12851 than "config.sub ${host_alias}". Otherwise we can't tell a bad
12852 host alias from a missing config.sub.
12853
12854Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12855
12856 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12857 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
12858
12859Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
12860
12861 * configure: mkdir ${subdir} as needed.
12862
12863Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
12864
12865 * Makefile.in,configure.in: added autoconf.
12866
12867Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12868
12869 * Makefile.in: no longer pass against on recursion.
12870
12871 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12872 definitions are not inherited.
12873
12874 * configure: correct makesrcdir when subdir is .
12875
12876Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
12877
12878 * configure: Add support for 'subdirs' variable, which is
12879 like 'configdirs', except that configure doesn't re-invoke
12880 itself for subdirs, it just creates a Makefile for each subdir.
12881 * configure.texi: Document subdirs.
12882
12883Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12884
12885 * configure.in: added flex to configdirs
12886
12887Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
12888
12889 * Makefile.in: remove clean-stamps from clean.
12890
12891Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
12892
12893 * configure.in: Add gdbtest to configdirs.
12894
12895Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
12896
12897 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
12898 to recursive makes.
12899 * configure.in: Recognize new ncr3000 config.
12900
12901Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
12902
12903 * Makefile.in, configure.in: removed references to gdbm.
12904
12905Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
12906
12907 * config.sub: Don't canonicalize os value
12908 newsos* to bsd (readline needs to check for newsos).
12909 (This fix was earlier made Jan 31, but got re-broken.)
12910
12911Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
12912
12913 * configure.in: sco is an os, not a vendor!
12914
12915 * configure: Quote $( better. Keep various shells happy.
12916
12917Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
12918
12919 * Makefile.in: eliminate stamp-files.
12920
12921Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
12922
12923 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
12924 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12925
12926Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
12927
12928 * config.sub: fix iris/iris3.
12929
12930Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
12931
12932 * configure: re-add -rm.
12933
12934Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
12935
12936 * Maskefile.in: add .stmp-rcs to all.
12937
12938 * configure.in: remove gas from rs6000 build, use aix host fragment.
12939
12940Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
12941
12942 * configure: pass down site_option during recursion.
12943
12944Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
12945
12946 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
12947
12948Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
12949
12950 * configure: Change exec_prefix so that it really defaults to prefix.
12951
12952Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
12953
12954 * Makefile.in, configure.in: Add support for mmalloc library.
12955
12956Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
12957
12958 * Makefile.in: add stmp dependencies for a few more things.
12959
12960Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
12961
12962 * configure: adjusted error message on objdir/srcdir configure
12963 collision, per john's suggestion.
12964
12965 * Makefile.in: add libiberty stmp to all and all.cross.
12966
12967Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
12968
12969 * Makefile.in: remove force dependencies, add grep to all.
12970
12971Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
12972
12973 * Makefile.in: drop flex. make stamp files work.
12974
12975 * configure: added test for conflicting configuration in srcdir,
12976 remove trailing slashes from srcdir. Otherwise emacs gdb mode
12977 gets cranky. use relative paths for configure and srcdir
12978 whenever possible. Send some error messages to stderr that were
12979 going to stdout.
12980
12981Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
12982
12983 * Makefile.in: Fix libg++ rule to check for gcc directory
12984 before using gcc/gcc. Also pass XTRAFLAGS.
12985
12986Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
12987
12988 * Makefile.in: added stmp-files so that directories aren't polled
12989 when they are already built.
12990
12991 * configure.texi: fixed a node pointer problem.
12992
12993Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
12994
4bddf3ad 12995 * config.sub configure.in gdb/configure.in
252b5132
RH
12996 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12997 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12998 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
12999
13000Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13001
13002 * configure: -recurring becomes -silent. corrected help message
13003 for -site= option.
13004
13005 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13006
13007Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13008
13009 * configure: when building Makefile for crosses, replace
13010 tooldir and program_prefix. default srcdir from location of
13011 config.sub. remove "for host in hosts" and "for target in
13012 targets" loops.
13013
13014Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13015
13016 * Makefile.in: Do not pass bindir or mandir to cvs.
13017
13018Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13019
13020 * Makefile.in, configure.in: removed traces of namesubdir,
13021 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13022 copyrights to '92, changed some from Cygnus to FSF.
13023
13024 * configure.texi: remove most references to multiple hosts,
13025 multiple targets, subdirs, etc.
13026
13027 * configure.man: removed rcsid. reference config.sub not
13028 config.subr.
13029
13030 * Makefile.in: mkdir $(infodir) on install-info.
13031
13032Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
13033
13034 * configure.texi: Explain better about .gdbinit and about
13035 the environment that configure.in sections run in.
13036
13037Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
13038
13039 * configure.in: Ultrix is only a decstation if it's a MIPS.
13040
13041Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
13042
13043 * README: DOC.configure => cfg-paper.texi.
13044
13045Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
13046
13047 * config.sub (near case $os): Don't convert newsos* to bsd!
13048
13049Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
13050
13051 * Makefile.in: Reinstall change from gdb-4.3 that reduces
13052 the number of copies of COPYING that go into the GDB tar file.
13053
13054Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
13055
4bddf3ad 13056 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
13057 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
13058 Fix SCO configuration stuff.
13059
13060Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
13061
13062 * Makefile.in: For libg++, make sure the -I pointing
13063 to the gcc directory goes *after* all the libg++-local -I flags.
13064 Also, move just-gcc dependency from just-libg++ to all-libg++.
13065
13066Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
13067
13068 * configure: Change -x to -f to keep Ultrix /bin/test happy.
13069
13070Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
13071
13072 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
13073
13074Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
13075
13076 * config.sub: Add stratus configuration frags. Also
13077 submitted to FSF.
13078
13079Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
13080
13081 * Makefile.in (DEV_SUPPORT): add configure.man.
13082
13083 * config.sub(Decode manufacturer-specific): add -none*.
13084
13085Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
13086
13087 * Makefile.in: remove form feeds to make Sun's make happy.
13088 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
13089
13090Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
13091
13092 * Makefile.in (AR_FLAGS): Make quieter.
13093
13094Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
13095
13096 * configure.in: Add libg++.
13097 * configure: When verbose, don't output the command line at each
13098 level; it will be unremarkably the same as the previous version,
13099 which will be the same as what the user typed.
13100
13101Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
13102
13103 * configure.in, Makefile.in: fix clean-info, add flex. add
13104 fileutils.
13105
13106 * configure: be less sensitive to spaces in Makefile.in. Do not
13107 look for sources in "..". Doing so breaks subdirectories that
13108 might have their own configure. If a subdir has it's own
13109 configure script, use it.
13110
13111Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
13112
13113 * cfg-paper.texi: some changes suggested by rms.
13114
13115Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
13116
13117 * config.sub: Merge in some small additions from the FSF version,
13118 taken from the gcc distribution, to bring the Cygnus and FSF
13119 versions into closer sync.
13120
13121Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
13122
13123 * configure.in: Changed svr4 references to sysv4.
13124
13125Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
13126
13127 * configure: added -V for version number option.
13128
13129Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
13130
13131 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
13132 renamed from DOC.configure to cfg-paper.texi.
13133
13134Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13135
13136 * configure, config.subr, config.sub: config.subr is now
13137 config.sub again.
13138
13139Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
13140
13141 * configure.texi: new file, in progress.
13142
13143 * Makefile.in: build info file and install the man page for
13144 configure.
13145
13146 * configure.man: new file, first cut.
13147
13148 * configure: find config.subr again now that configuration "none"
13149 has gone. removed all traces of the -ansi option. removed all
13150 traces of the -languages option.
13151
13152 * config.subr: resync from rms.
13153
d932cae7 131541991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13155
13156 * configure, config.sub, config.subr: merge config.sub into
13157 config.subr, call the result config.subr, remove config.sub, use
13158 config.subr.
13159
13160 * Makefile.in: revised install for dir.info.
13161
d932cae7 131621991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13163
13164 * configure.in: add decstation host makefile frag.
13165
13166 * Makefile.in: BISON now bison -y again. also install-gcc on
13167 install. clean-gdbm on clean. infodir belongs in datadir.
13168 Make directories for info install. Build dir.info here then
13169 install it.
13170
d932cae7 131711991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13172
13173 * Makefile.in: fix for bad directory tests.
13174
d932cae7 131751991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13176
13177 * configure: \{1,2\} appears to be a sysv'ism. Use a different
13178 regexp. -srcdir relative was being handled incorrectly.
13179
13180 * Makefile.in: unwrapped some for loops so that parallel makes
13181 work again and so one can focus one's attention on a particular
13182 package.
13183
d932cae7 131841991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13185
13186 * configure: added PWD as a stand in for `pwd` (for speed). use
13187 elif wherever possible. make -srcdir work without -objdir.
13188 -objdir= commented out.
13189
d932cae7 131901991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13191
13192 * configure: +options become --options. -subdirs commented out.
13193 added -host, -datadir. Renamed -destdir to -prefix. Comment in
13194 Makefile now at top of generated Makefile. Removed cvs log
13195 entries. added -srcdir. create .gdbinit only if there is one
13196 in ${srcdir}.
13197
13198 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13199 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13200 and mandir now keyed off datadir by default.
13201
d932cae7 132021991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13203
13204 * Freshly created ChangeLog.
13205
13206\f
13207Local Variables:
13208mode: change-log
13209left-margin: 8
13210fill-column: 76
13211version-control: never
13212End:
This page took 1.436789 seconds and 4 git commands to generate.