/tmp/foo.diff
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
fee14b60
RS
12007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2
3 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5 * Makefile.in: Regenerate.
6
c9b68031
DD
72007-12-10 Andreas Tobler <a.tobler@schweiz.org>
8
9 * configure.ac: Enable libjava for x86_64-*-darwin9.
10 * configure: Regenerate.
11
ad25e7d5
BE
122007-12-05 Ben Elliston <bje@au.ibm.com>
13
14 * config.sub, config.guess: Update from upstream sources.
15
6ac84f65
PB
162007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17
18 * config-ml.in: Robustify against white space in absolute file
19 names.
20
21 * config-ml.in (multi-clean): Substitute ${Makefile}.
22 Remove superfluous ${Makefile} in list.
23
7b3200f9
DJ
242007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
25
26 * Makefile.def (dependencies): Make configure-gdb depend on
27 all-intl.
28 * Makefile.in: Regenerated.
29
2c133ff9
JJ
302007-10-15 Patrick Mansfield <patmans@us.ibm.com>
31
32 * Makefile.def: To avoid problems running with parallel makes,
33 build newlib before libgloss so that target specific header
34 files are availble.
35 * Makefile.in: Regenerate.
36
5074315a
DJ
372007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
38
39 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
40 * Makefile.in: Regenerate.
41
f5bc1778
DJ
422007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
43
44 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
45 * libdecnumber: New directory, imported from GCC.
46
c66487f8
NC
472007-10-08 Mike Frysinger <vapier@gentoo.org>
48
49 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
50 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
51 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
52 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
53 * configure: Regenerate.
54
b5714970
PB
552007-10-01 Paolo Bonzini <bonzini@gnu.org>
56
57 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
58 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
59 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
60 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
61 * configure.ac: Default them to host tools for $host = $build.
62 Subst them.
63
64 * configure: Regenerate.
65 * Makefile.in: Regenerate.
66
f3b1e08e
RS
672007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
68
69 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
70 * configure: Regenerate.
71
cff87f51
DD
722007-09-19 Benjamin Kosnik <bkoz@redhat.com>
73
74 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
75 libstdc++.
76 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
77 * configure: Regenerate.
78 * Makefile.in: Regenerate.
79
625a61cd
AS
802007-09-17 Andreas Schwab <schwab@suse.de>
81
82 * configure.ac: Raise minimum makeinfo version to 4.6.
83 * configure: Regenerate.
84
83a3a68b
AM
852007-09-15 Alan Modra <amodra@bigpond.net.au>
86
87 * configure.ac: Correct makeinfo version check.
88 * configure: Regenerate.
89
5bd8be13
RS
902007-09-14 Richard Sandiford <richard@codesourcery.com>
91
92 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
93 to $skipdirs and only disable gprof for newlib. Use the normal
94 mips*-elf* handling in other respects.
95 * configure: Regnerate.
96
5566c1fa
DD
972007-09-12 David Daney <ddaney@avtrex.com>
98
99 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
100 enabling libgcj.
101 * configure: Regenerate.
102
1032007-09-12 Richard Guenther <rguenther@suse.de>
104
105 * configure.ac (--enable-stage1-checking): If neither --enable-checking
106 nor --disable-checking is provided also turn on yes and types
107 checking for stage1.
108 * configure: Re-generate.
109
a18e2996 1102007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
111
112 PR target/33281
113 * configure.ac: Use config/mh-mingw on mingw.
114 * configure: Regenerate.
84e7906e 115
691bb5a1
DD
1162007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
117
118 PR other/32154
119 * configure.ac: For libgloss targets, point the linker to the linker
120 script, startup code and simulator library.
121 * configure: Regenerate.
122
6d18b86b
AH
1232007-09-09 Andrew Haley <aph@redhat.com>
124
125 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 126 target-libjava.
6d18b86b 127
f00a3165 1282007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 129
f00a3165 130 * config.sub, config.guess: Update from upstream sources.
971aaaa5 131
2abc4e65
BE
1322007-08-21 Richard Guenther <rguenther@suse.de>
133
134 * configure.ac: Add types checking to stage1 checking flags.
135 * configure: Regenerate.
136
8a6ee3ab
JM
1372007-08-18 Paul Brook <paul@codesourcery.com>
138 Joseph Myers <joseph@codesourcery.com>
139
140 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
141 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
142 * Makefile.in: Regenerate.
143 * configure.ac (--with-debug-prefix-map): New.
144 * configure: Regenerate.
145
429acdec
RS
1462007-08-17 Richard Sandiford <richard@codesourcery.com>
147 Nigel Stephens <nigel@mips.com>
148
429acdec
RS
149 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
150 as target_makefile_frag.
151 * configure: Regenerate.
152
8520c408
AO
1532007-08-16 Alexandre Oliva <aoliva@redhat.com>
154
155 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
156 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
157 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
158 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
159 (do-compare, do-compare3, do-compare-debug): New.
160 ([+compare-target+]): Use them.
161
1622007-08-16 Alexandre Oliva <aoliva@redhat.com>
163
164 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
165 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
166 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
167 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
168 (do-compare, do-compare3, do-compare-debug): New.
169 ([+compare-target+]): Use them.
170
2444379b
BE
1712007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
172 Ben Elliston <bje@au.ibm.com>
173
174 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
175 --silent if $silent.
176 * configure: Regenerate.
177
d6f99447
DJ
1782007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
179
180 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
181
bd0aa315
NC
1822007-07-17 Nick Clifton <nickc@redhat.com>
183
184 * COPYING3: New file. Contains version 3 of the GNU General
185 Public License.
186 * COPYING3.LIB: New file. Contains version 3 of the GNU
187 Lesser General Public License.
188
0ebe98fb
BS
1892007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
190
191 * configure.ac: Fix my previous change to really match GCC.
192 * configure: Regenerate.
193
521ec477
DD
1942007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
195
196 * configure.ac: Rewrite 'configure --help' strings to look nicer.
197 * configure: Regenerate.
198
1992007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
200
201 * configure.ac: Add some missing m4 quotation.
202 * configure: Regenerate.
203
0c24b341
NC
2042007-07-09 Kai Tietz <kai.tietz@onevision.com>
205
206 * Makefile.def: Add windmc tool to build.
207 * Makefile.tpl: Likewise.
208 * configure.ac: Likewise.
209 * Makefile.in: Regenerate.
210 * configure: Regenerate.
211
a09314d0
L
2122007-07-05 H.J. Lu <hongjiu.lu@intel.com>
213
214 * lt~obsolete.m4: New. Import from 20070318 libtool.
215
7c3e1d12
BS
2162007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
217
218 * configure.ac: Don't add target-libmudflap to noconfigdirs for
219 uclinux and linux-uclibc targets.
220 * configure: Regenerate.
221
a5b3b4dd
DD
2222007-06-28 DJ Delorie <dj@redhat.com>
223
224 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
225 not building newlib.
226 * configure: Regenerated.
227
184d813c
DJ
2282007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
229
230 * src-release (DEVO_SUPPORT): Correct typos.
231
31d99776
DJ
2322007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
233
234 * Makefile.def: Add dependency from configure-gdb to all-bfd.
235 * Makefile.in: Regenerated.
236
e00a73e3
PB
2372007-06-14 Paolo Bonzini <bonzini@gnu.org>
238
239 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
240 (distclean-stage[+id+]): Possibly delete stage_last.
241 * Makefile.in: Regenerate.
242
98a1bbc5
BE
2432007-06-07 Ben Elliston <bje@au.ibm.com>
244
245 * config.sub, config.guess: Update from upstream sources.
246
973601e1
BE
2472007-06-07 Ben Elliston <bje@au.ibm.com>
248
249 * Makefile.tpl: Fix spelling error.
250 * Makefile.in: Regenerate.
251
2038f525
PB
2522007-06-04 Paolo Bonzini <bonzini@gnu.org>
253
254 Sync with gcc:
255 2007-05-30 Jakub Jelinek <jakub@redhat.com>
256
257 PR bootstrap/29382
258 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
259 * configure: Rebuilt.
260
f7c5c4b5
PB
2612007-06-01 Steve Ellcey <sje@cup.hp.com>
262
12a64d4f
L
263 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
264 lt_cv_sys_max_cmd_len.
f7c5c4b5 265
7ad9660b
PB
2662007-05-31 Paolo Bonzini <bonzini@gnu.org>
267
268 * ltgcc.m4: Update from GCC.
269
0e7ef45c
EC
2702007-05-25 Andreas Tobler <a.tobler@schweiz.org>
271
12a64d4f 272 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 273
37ad9514
SE
2742007-05-24 Steve Ellcey <sje@cup.hp.com>
275
276 * ltmain.sh: Update from GCC.
277 * libtool.m4: Update from GCC.
278 * ltsugar.m4: New. Update from GCC.
279 * ltversion.m4: New. Update from GCC.
280 * ltoptions.m4: New. Update from GCC.
281 * ltconfig: Remove.
282 * ltcf-c.sh: Remove.
283 * ltcf-cxx.sh: Remove.
284 * ltcf-gcj.sh: Remove.
285 * src-release: Update with new libtool file list.
286
8ee82aff
PB
2872007-05-16 Paolo Bonzini <bonzini@gnu.org>
288
289 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
290 stage_cflags.
291 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
292 Remove CFLAGS/LIBCFLAGS.
293 (configure-stage[+id+]-[+prefix+][+module+],
294 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
295 * Makefile.in: Regenerate.
296
149cb58d
SE
2972007-04-14 Steve Ellcey <sje@cup.hp.com>
298
299 * config-ml.in: Update from GCC.
300
91506736
DJ
3012007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
302
303 * src-release (do-proto-toplev): Process the support directories before
304 the tool directory.
305
ffa8bd48
RS
3062007-03-21 Richard Sandiford <richard@codesourcery.com>
307
308 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
309 of glob. Quote arguments with single quotes too.
310 * configure: Regenerate.
311
a4fd3374
DD
3122007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
313
314 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
315 * Makefile.in: Regenerate
316
b8025f34
AS
3172007-03-07 Andreas Schwab <schwab@suse.de>
318
319 * configure: Regenerate.
320
a3ca38d2
DD
3212007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
322
323 * configure.ac: Add "--with-pdfdir" configure option,
324 which defines pdfdir variable.
325 * Makefile.def (target=fixincludes): Add install-pdf to
326 missing targets.
327 (recursive_targets): Add install-pdf target.
328 (flags_to_pass): Add pdfdir.
329 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
330 target.
331 * configure: Regenerate
332 * Makefile.in: Regenerate
333
3342007-02-28 Eric Christopher <echristo@apple.com>
335
336 Revert:
337 2006-12-07 Mike Stump <mrs@apple.com>
338
339 * Makefile.def (dependencies): Add dependency for
340 install-target-libssp and install-target-libgomp on
341 install-gcc.
342 * Makefile.in: Regenerate.
343
3442007-02-27 Matt Kraai <kraai@ftbfs.org>
345
346 * configure: Regenerate.
347 * configure.ac: Move statements after variable declarations.
348
a4708fba
JM
3492007-02-19 Joseph Myers <joseph@codesourcery.com>
350
351 * configure.ac: Adjust for loop syntax.
352 * configure: Regenerate.
353
9a819804
AO
3542007-02-18 Alexandre Oliva <aoliva@redhat.com>
355
356 * configure: Rebuilt.
357
81ec575a
AO
3582007-02-18 Alexandre Oliva <aoliva@redhat.com>
359
360 * configure.ac: Drop multiple occurrences of --enable-languages,
361 and fix its quoting.
362 * configure: Rebuilt.
363
92f01d61
JM
3642007-02-17 Mark Mitchell <mark@codesourcery.com>
365 Nathan Sidwell <nathan@codesourcery.com>
366 Vladimir Prus <vladimir@codesourcery.com
367 Joseph Myers <joseph@codesourcery.com>
368
369 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
370 * configure: Regenerate.
371
b1299c4e
DJ
3722007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
373
374 * configure.ac (target_libraries): Move libgcc before libiberty.
375 * configure: Regenerated.
376
18f6b6ee
PB
3772007-02-13 Paolo Bonzini <bonzini@gnu.org>
378
379 * configure: Regenerate again?
380
9c4e9f27
PB
3812007-02-13 Paolo Bonzini <bonzini@gnu.org>
382
383 * configure: Reapply PR30748 fix which was lost in the previous commit.
384
24ff9987
DJ
3852007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
386 Paolo Bonzini <bonzini@gnu.org>
387
388 PR bootstrap/30753
389 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
390 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
391 * configure: Regenerated.
392
7df2cd5d
PB
3932007-02-10 Paolo Bonzini <bonzini@gnu.org>
394
395 * configure: Regenerate.
396
b0aaa663
DJ
3972007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
398
399 PR bootstrap/30748
400 * configure.ac: Correct syntax for Solaris ksh.
401 * configure: Regenerated.
402
a0323144
PB
4032007-02-09 Paolo Bonzini <bonzini@gnu.org>
404
405 * Makefile.def: Sync with GCC.
406 * Makefile.tpl: Sync with GCC.
407 * Makefile.in: Regenerate.
408 * configure: Regenerate.
409
c6b750e1
DJ
4102007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
411
412 * Makefile.tpl (build_alias, host_alias, target_alias): Use
413 noncanonical equivalents.
414 * configure.in: Rename to...
415 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
416 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
417 target_noncanonical. Use them. Rewrite removal of configure
418 arguments for autoconf 2.59. Discard variable settings. Force
419 program_transform_name for native tools.
420
421 * Makefile.in: Regenerated.
422 * configure: Regenerated with autoconf 2.59.
423
424 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
425
f3cd89f4
JJ
4262007-02-08 Jeff Johnston <jjohnstn@redhat.com>
427
428 * COPYING.LIBGLOSS: Reformat default Red Hat
429 license to fit within 80 columns.
430 * COPYING.NEWLIB: Ditto.
431
4e206d7e
DB
4322007-02-05 Dave Brolley <brolley@redhat.com>
433
434 * Contribute the following changes:
435 2006-11-28 DJ Delorie <dj@redhat.com>
436
437 * configure.in: Fix typo for mep's target_makefile_frag.
438 * configure: Regenerated.
439
440 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
441
442 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
443 * configure: Regenerate.
444
445 2001-09-19 DJ Delorie <dj@redhat.com>
446
447 * configure.in (target_makefile_frag): use mt-mep
448
449 2001-06-12 Don Howard <dhoward@redhat.com>
450
451 * configure.in: Remove gdb from MeP skip list.
452
453 2001-04-05 DJ Delorie <dj@redhat.com>
454
455 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
456
457 2001-03-20 Ben Elliston <bje@redhat.com>
458
459 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
460
461 2001-03-19 Ben Elliston <bje@redhat.com>
462
463 * config.sub (mep, mep-*): Add.
464
b2edfdd2
AS
4652007-01-31 Andreas Schwab <schwab@suse.de>
466
467 * Makefile.tpl (LDFLAGS): Substitute it.
468 * Makefile.in: Regenerate.
469
ceb92e78
PB
4702007-01-11 Paolo Bonzini <bonzini@gnu.org>
471
472 * configure.in: Change == to = in test command.
473 * configure: Regenerate.
474
4b900473
PB
4752007-01-11 Paolo Bonzini <bonzini@gnu.org>
476 Nick Clifton <nickc@redhat.com>
477 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
478
479 * configure.in (build_configargs, host_configargs, target_configargs):
480 Remove build/host/target parameters.
481 (host_libs): Add gmp and mpfr.
482 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
483 * Makefile.def (gmp, mpfr): New.
484 (gcc): Remove target.
485 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
486 target_os, target_vendor): New.
487 (configure): Add host_alias/target_alias arguments. Adjust invocations.
488 * configure: Regenerate.
489 * Makefile.in: Regenerate.
490
4912007-01-11 Matt Fago <fago@earthlink.net>
492
493 * configure.in: Try to link to functions only in mpfr 2.2.x
494 to improve robustness of configure tests.
495 * configure: Regenerate.
496
80f6dcbc
NC
4972007-01-08 Kai Tietz <kai.tietz@onevision.com>
498
499 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 500 * configure: Regenerate.
80f6dcbc 501
f86e35b8
NC
5022007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
503
504 * Makefile.tpl (all-target): Correct @if conditional for target
505 modules.
506 * configure.in: Omit libiberty if building only target libgcc.
507 * configure, Makefile.in: Regenerated.
508
79fcd0ec
PB
5092007-01-04 Paolo Bonzini <bonzini@gnu.org>
510
511 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
512 * configure: Regenerate.
513
6aa8ef82
DJ
5142007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
515
516 * Makefile.def (target_modules): Add libgcc.
517 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
518 * Makefile.tpl (clean-target-libgcc): Delete.
519 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
520 on gcc even for bootstrapped modules. Rewrite handling of
521 lang_env_dependencies to loop over target_modules.
522 * configure.in (target_libraries): Add target-libgcc.
523 * Makefile.in, configure: Regenerated.
524
9b134994
PB
5252006-12-29 Paolo Bonzini <bonzini@gnu.org>
526
527 Sync with gcc:
528 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
529
530 * configure.in: Reorganize recognition of languages. Add
531 --enable-stage1-languages. Show supported languages for the chosen
532 target rather than all recognized languages.
533 * configure: Regenerate.
534
535 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
536
537 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
538 * Makefile.in: Regenerate.
539
540 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
541
542 * configure.in: Warn that MPFR 2.2.0 is buggy.
543 * configure: Regenerate.
544
8cf39b1b
ILT
5452006-12-27 Ian Lance Taylor <iant@google.com>
546
547 * configure.in: When removing Makefiles to force a reconfigure, also
548 remove prev-DIR*/Makefile.
549 * configure: Regenerate.
550
ebff6cd5
KH
5512006-12-23 Kazu Hirata <kazu@codesourcery.com>
552
553 * config.bfd: Recognize fido.
554
8a0d8a5c
PB
5552006-12-19 Paolo Bonzini <bonzini@gnu.org>
556
557 Sync with gcc:
558
559 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
560
561 * configure.in: Remove "$build" case for powerpc-*-darwin* since
562 it only affects bootstrap and could be tested on "$host" as well.
563 * configure: Regenerate.
564 * config/mh-ppc-darwin: Add to the stage1 cflags here.
565
566 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
567
568 PR bootstrap/29544
569 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
570 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
571 move here comment from Makefile.tpl.
572 * Makefile.tpl: Move some definitions higher in the file.
573 (STAGE1_CHECKING): New.
574 * configure.in: Add --enable-stage1-checking.
575 * configure: Regenerate.
576 * Makefile.in: Regenerate.
577
578 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
579
580 * configure.in: Update error message for missing GMP/MPFR.
581
582 * configure: Regenerate.
583
584 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
585
586 * configure.in: Update MPFR version in error message.
587
588 * configure: Regenerate.
589
590 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
591
592 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
593 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
594 --with-gmp-lib): New flags.
595
596 * configure: Regenerate.
597
790c0838
AM
5982006-12-12 Andreas Tobler <a.tobler@schweiz.org>
599
600 PR bootstrap/30134
601 * configure.in: Correct x86 darwin support for libjava to powerpc
602 and i?86 only.
603 * configure: Regenerate.
604
77d7106f
AM
6052006-12-11 Alan Modra <amodra@bigpond.net.au>
606
607 * configure.in: Handle spu makefile frag.
77d7106f
AM
608 * Makefile.tpl (MAINT): Define
609 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
610 * configure: Regenerate.
611 * Makefile.in: Regenerate.
612
0cfa5389
BE
6132006-12-11 Ben Elliston <bje@au.ibm.com>
614
615 * config.sub, config.guess: Update from upstream sources.
616
2839fe5d
BE
6172006-12-11 Ben Elliston <bje@au.ibm.com>
618
619 * configure.in: Sync with GCC (spu-*-*).
620 * configure: Sync with GCC.
621
b897f5d4
MS
6222006-12-07 Mike Stump <mrs@apple.com>
623
624 * Makefile.def (dependencies): Add dependency for
625 install-target-libssp and install-target-libgomp on
626 install-gcc.
627 * Makefile.in: Regenerate.
628
9daf3993
PB
6292006-11-16 Paolo Bonzini <bonzini@gnu.org>
630
631 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
632 (unstage): Test for stage_last presence.
633
634 PR bootstrap/29802
635 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
636 * Makefile.in: Regenerate.
637
9dbaa842
DD
6382006-11-14 DJ Delorie <dj@redhat.com>
639
640 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
641 * Makefile.in: Sync with GCC.
642 * configure.in: Sync with GCC (mpfr, gmp).
643 * configure: Sync with GCC.
644
b0cbce8d
JJ
6452006-11-08 Jie Zhang <jie.zhang@analog.com>
646
647 * configure.in: Remove target-libgloss from noconfigdirs for
648 bfin-*-*.
649 * configure: Regenerated.
650
44330a94
JJ
6512006-10-27 Jeff Johnston <jjohnstn@redhat.com>
652
653 * COPYING.NEWLIB: Add spu license.
7de05dd5 654 * COPYING.LIBGLOSS: Ditto.
44330a94 655
56a8fe78
DD
6562006-10-17 Brooks Moses <bmoses@stanford.edu>
657
658 * Makefile.def: Added pdf target handling.
659 * Makefile.tpl: Added pdf target handling.
660 * Makefile.in: Regenerated.
661
fbb00ad0
JJ
6622006-10-11 Jeff Johnston <jjohnstn@redhat.com>
663
664 * COPYING.NEWLIB: Updated.
665 * COPYING.LIBGLOSS: Ditto.
666
6b89cc21
DB
6672006-09-27 Dave Brolley <brolley@redhat.com>
668
669 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
670 $s instead of $r.
671 * configure: Regenerated.
672
17bcf627
BE
6732006-09-26 Ben Elliston <bje@au.ibm.com>
674
675 * config.sub, config.guess: Update from upstream sources.
676
f3529cf1
TS
6772006-09-20 Thiemo Seufer <ths@mips.com>
678
679 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
680 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
681 * configure: Regenerate.
682
45055374
CV
6832006-08-30 Corinna Vinschen <corinna@vinschen.de>
684
685 * configure.in: Never build newlib for a Mingw host.
686 Never build newlib as Mingw target library.
687 Test the existence of winsup/cygwin for building a Cygwin newlib,
688 rather than just winsup.
689 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
690 building a Mingw target.
691 * configure: Regenerate.
692
4be041b2
TS
6932006-08-15 Thiemo Seufer <ths@mips.com>
694 Nigel Stephens <nigel@mips.com>
695 David Ung <davidu@mips.com>
696
697 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
698
1d89b610
PB
6992006-07-25 Paolo Bonzini <bonzini@gnu.org>
700
701 Sync from GCC:
702 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
703
704 PR bootstrap/18058
705 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
706 if the bootstrap compiler is a GCC version that supports it.
707 * configure: Regenerate.
708
66a79c16
DJ
7092006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
710
711 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
712 * configure: Regenerated.
713
c1cb7e02
PB
7142006-07-18 Paolo Bonzini <bonzini@gnu.org>
715
716 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
717 for stages after the first.
718
7206a0ee
JJ
7192006-07-17 Jakub Jelinek <jakub@redhat.com>
720
721 * Makefile.def: Add dependencies for configure-opcodes
722 on configure-intl and all-opcodes on all-intl.
723 * Makefile.in: Regenerated.
724
6816f995
AO
7252006-07-04 Peter O'Gorman <peter@pogma.com>
726
727 * ltconfig: chmod 644 before ranlib during install.
728
3d3adb43
PB
7292006-07-03 Paolo Bonzini <bonzini@gnu.org>
730
1f3f1bbf 731 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
732 * configure: Regenerate.
733
64ce424c
PB
7342006-07-03 Paolo Bonzini <bonzini@gnu.org>
735
736 Sync from gcc:
737
738 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
739
740 PR other/27063
741 * configure.in: Test subdir_requires and give an appropriate
742 error message.
743 * configure: Regenerate.
744
745 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
746
747 PR target/27540
748 * configure.in: Only enable libgomp on IRIX 6.
749 * configure: Regenerate.
750
d42c4017
DA
7512006-06-20 David Ayers <d.ayers@inode.at>
752
753 PR bootstrap/28072
754 * configure.in: Add target-boehm-gc to noconfigdirs depending on
755 whether target-libjava is being configured instead of whether the
756 java front end is enabled.
757 * configure: Regenerate.
0e7ef45c 758
4962c51a
MS
7592006-06-15 Mark Shinwell <shinwell@codesourcery.com>
760
761 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
762 to R_ARM_LDC_SB_G{0,1,2} respectively.
763
caee866a
PB
7642006-06-15 Paolo Bonzini <bonzini@gnu.org>
765
766 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
767 too.
768 * Makefile.in: Regenerate.
769
363ef840
DA
7702006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
771
772 Sync from gcc:
773
774 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
775 * configure.in: Don't enable libgomp on hpux10.
776 * configure: Rebuilt.
777
54d1c879
DA
7782006-06-13 David Ayers <d.ayers@inode.at>
779
780 Sync from gcc:
781
782 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 783
54d1c879
DA
784 PR bootstrap/27963
785 PR target/19970
0e7ef45c 786 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
787 ${libgcj} is specified.
788 * configure: Regenerate.
0e7ef45c 789
a4d8b690
JJ
7902006-06-08 Jeff Johnston <jjohnstn@redhat.com>
791
792 Sync from gcc:
793
794 2005-01-12 David Edelsohn <edelsohn@gnu.org>
795 Andreas Schwab <schwab@suse.de>
796
797 PR bootstrap/18033
798 * config-ml.in: Eval option if surrounded by single quotes.
799
4f0ef2d8
CD
8002006-06-07 Carlos O'Donell <carlos@codesourcery.com>
801
802 Sync from gcc:
0e7ef45c 803
4f0ef2d8 804 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 805
4f0ef2d8
CD
806 PR libobjc/13946
807 * Makefile.def: Add dependencies for libobjc which boehm-gc.
808 * Makefile.in: Regenerate.
809 * configure.in: Add --enable-objc-gc at toplevel and have it
810 enable boehm-gc for Objective-C.
811 Remove target-boehm-gc from libgcj.
812 Add target-boehm-gc to target_libraries.
813 Add target-boehm-gc to noconfigdirs where ${libgcj}
814 is specified.
815 Assert that boehm-gc is supported when requested for Objective-C.
816 Only build boehm-gc if needed either for Java or Objective-C.
817 * configure: Regenerate.
818
819 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 820
4f0ef2d8
CD
821 PR 27674
822 * Makefile.tpl (configure-[+prefix+][+module+],
823 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
824 Remove rule to unstage bootstrapped modules.
825 (stage_current): New.
826 * Makefile.in: Regenerate.
827
828 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
829 Andreas Tobler <a.tobler@schweiz.ch>
830
831 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
832 * configure: Rebuilt.
833
834 Revert
835 2006-01-31 Richard Guenther <rguenther@suse.de>
836 Paolo Bonzini <bonzini@gnu.org>
837
838 * Makefile.def (target_modules): Add libgcc-math target module.
839 * configure.in (target_libraries): Add libgcc-math target library.
840 (--enable-libgcc-math): New configure switch.
841 * Makefile.in: Re-generate.
842 * configure: Re-generate.
843
c17b816b
JJ
8442006-06-05 Jeff Johnston <jjohnstn@redhat.com>
845
846 * config-ml.in: Alter CCASFLAGS to include special
847 multilib options the same as is done for CFLAGS.
848
20e95c23
DJ
8492006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
850
851 * Makefile.def: Added dependencies from sim and gdb on intl, and
852 added configure dependencies to everything with an all dependency
853 on intl.
854 * gettext.m4: Removed.
855 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
856 (GDB_SUPPORT_DIRS): Add intl.
857 * Makefile.in: Regenerated.
858
4bd8ad80
DJ
8592006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
860
861 * src-release (DEVO_SUPPORT): Add config.rpath.
862
c380fdd8
PB
8632006-05-25 Paolo Bonzini <bonzini@gnu.org>
864
865 * Makefile.def (bfd, opcodes): Fix lib_path.
866 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
867 (restrap): Move under "@if gcc-bootstrap". Fix typo.
868 * Makefile.in: Regenerate.
869
701628f5
MS
8702006-05-24 Mark Shinwell <shinwell@codesourcery.com>
871
872 * configure.in: Enable gprof for cross builds.
873 * configure: Regenerate.
874
25aae7f2
DJ
8752006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
876
877 * src-release (MAKEINFOFLAGS): Define.
878 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
879
ea3d1626
BE
8802006-05-14 Ben Elliston <bje@au.ibm.com>
881
882 * config.sub, config.guess: Update from upstream sources.
883
49b9e644
BE
8842006-05-12 Ben Elliston <bje@au.ibm.com>
885
886 * config.sub, config.guess: Update from upstream sources.
887
482dd2f6
DJ
8882006-05-04 Steve Ellcey <sje@cup.hp.com>
889
890 * blt, iwidgets, mmalloc: Remove directories.
891
8b01a5c2
DD
8922006-05-01 DJ Delorie <dj@redhat.com>
893
641a3af4 894 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
895 * configure: Regenerate.
896
a481dbb7
DD
8972006-04-18 DJ Delorie <dj@redhat.com>
898
899 * configure.in (m32c): Build libstdc++-v3. Pass flags to
900 reference libgloss so that libssp can be built in a combined
901 tree.
902 * configure: Regenerate.
903
962c9e74
BE
9042006-04-10 Ben Elliston <bje@au.ibm.com>
905
906 * contrib: Remove directory.
907
108a6f8e
CD
9082006-04-06 Carlos O'Donell <carlos@codesourcery.com>
909
910 * Makefile.tpl: Add install-html target.
911 * Makefile.def: Add install-html target.
912 * Makefile.in: Regenerate.
913 * configure.in: Add --with-datarootdir, --with-docdir,
914 and --with-htmldir options.
915 * configure: Regenerate.
916
a4ef73e9
BE
9172006-03-31 Ben Elliston <bje@au.ibm.com>
918
919 PR binutils/1860
920 * configure.in: Require makeinfo 4.4 or higher.
921 * configure: Regenerate.
922
b37df25a
PB
9232006-03-14 Paolo Bonzini <bonzini@gnu.org>
924
925 * Makefile.in: Regenerate.
926
a6df5a19
PB
9272006-03-14 Paolo Bonzini <bonzini@gnu.org>
928
929 Sync with gcc:
930 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
931
932 * configure.in: Handle --disable-<component> generically.
933 * configure: Regenerate.
934
935 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 936
a6df5a19
PB
937 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
938 (TARGET_CONFIGDIRS): Remove.
939 * configure.in: Remove AC_SUBST(target_configdirs).
940 * Makefile.in, configure: Regenerated.
941
942
65419985
L
9432006-03-01 H.J. Lu <hongjiu.lu@intel.com>
944
945 PR libgcj/17311
946 * ltmain.sh: Don't use "$finalize_rpath" for compile.
947
c52c6897
PB
9482006-02-20 Paolo Bonzini <bonzini@gnu.org>
949
950 PR bootstrap/25670
951
952 * Makefile.tpl ([+compare-target+]): Print explanation messages.
953
954 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
955 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
956 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
957 BUILD_PREFIX, BUILD_PREFIX_1.
958 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
959
960 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
961 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
962
963 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
964 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
965 of `cat stage_current`. Always provide the `r' and `s' variables.
966 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
967 a single shell execution.
968 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
969 bootstrapped modules, make the stage1 module if the build was not
970 started yet, else build the current stage.
971 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
972 (all-build, all-host, all-target, [+make_target+]-host,
973 [+make_target+]-target): Do not use \-continued lines.
974 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
975 (current_stage, restrap, stage_last): New.
976
977 * Makefile.in: Regenerate.
978 * configure: Regenerate.
979
b3ded179
PB
9802006-02-14 Paolo Bonzini <bonzini@gnu.org>
981
982 Sync from gcc:
983
984 2006-01-31 Richard Guenther <rguenther@suse.de>
985 Paolo Bonzini <bonzini@gnu.org>
986
987 * Makefile.def (target_modules): Add libgcc-math target module.
988 * configure.in (target_libraries): Add libgcc-math target library.
989 (--enable-libgcc-math): New configure switch.
990 * Makefile.in: Re-generate.
991 * configure: Re-generate.
992 * libgcc-math: New toplevel directory.
993
994 2006-01-18 Richard Henderson <rth@redhat.com>
995 Jakub Jelinek <jakub@redhat.com>
996 Diego Novillo <dnovillo@redhat.com>
997
998 * libgomp: New directory.
999 * Makefile.def: Add target_module libgomp.
1000 * Makefile.in: Regenerate.
1001 * configure.in (target_libraries): Add target-libgomp.
1002 * configure: Regenerate.
1003
3a35eeb3
PB
10042006-02-14 Paolo Bonzini <bonzini@gnu.org>
1005 Andreas Schwab <schwab@suse.de>
0e7ef45c 1006
3a35eeb3
PB
1007 * configure: Regenerate.
1008
2429c060
PB
10092006-01-16 Paolo Bonzini <bonzini@gnu.org>
1010
1011 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1012 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1013 the assembler, linker and binutils.
1014 * configure: Regenerate.
1015
ec49b2b8
NC
10162006-01-16 Nick Clifton <nickc@redhat.com>
1017
49b9e644 1018 * config.sub, config.guess: Sync from config repository.
ec49b2b8 1019
44b2308f
AO
10202006-01-05 Alexandre Oliva <aoliva@redhat.com>
1021
1022 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1023 @ from continuation.
1024 * Makefile.in: Rebuilt.
1025
80911fe1
PB
10262006-01-04 Paolo Bonzini <bonzini@gnu.org>
1027
1028 Sync from gcc:
1029
1030 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
1031
1032 PR bootstrap/24252
1033
1034 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1035 * Makefile.tpl (OBJDUMP): New.
1036 (EXTRA_HOST_FLAGS): Add it.
1037 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1038
1039 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1040 to use symbolic links between directories. Avoid race conditions
1041 or make them harmless.
1042 * configure.in: Do not try to use symbolic links between directories.
1043
1044 * Makefile.def (LEAN): Pass.
1045 * Makefile.tpl (LEAN): Define.
1046 (stage[+id+]-start): Accept that the previous directory does not
1047 exist, if the bootstrap is lean.
1048 (stage[+id+]-bubble): Invoke lean bootstrap commands after
1049 stage[+id+]-start. Use a makefile variable and an `if' instead of a
1050 configure substitution.
1051 ([+compare-target+]): Likewise.
1052 ([+bootstrap-target+]-lean): New.
1053 * configure.in: Remove lean bootstrap support from here.
1054
1055 * Makefile.in: Regenerate.
1056 * configure: Regenerate.
1057
1058 2006-01-02 Andreas Schwab <schwab@suse.de>
1059
1060 * configure.in: When reconfiguring remove Makefile in
1061 all stage directories.
1062 * configure: Regenerate.
1063
b59bea8a
NC
10642005-12-27 Leif Ekblad <leif@rdos.net>
1065
1066 * configure.in: Add support for RDOS target.
1067 * configure: Regenerate.
1068
d7730bac
NC
10692005-12-27 Nick Clifton <nickc@redhat.com>
1070
1071 PR binutils/1990
1072 * libtool.m4: Synchronize with version in GCC sources.
1073
c02dabc3
PB
10742005-12-20 Paolo Bonzini <bonzini@gnu.org>
1075
1076 Revert Ada-related part of the previous change.
1077
1078 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1079 Do not pass.
1080 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1081 * Makefile.in: Regenerate.
1082 * configure.in: Do not include mt-ppc-aix target fragment.
1083 * configure: Regenerate.
1084
f6d183c0
PB
10852005-12-19 Paolo Bonzini <bonzini@gnu.org>
1086
1087 * configure.in: Select appropriate fragments for PowerPC/AIX.
1088 * configure: Regenerate.
1089
1090 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1091 BOOT_CFLAGS, BOOT_LDFLAGS.
1092 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1093 BOOT_CFLAGS, BOOT_LDFLAGS.
1094 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1095 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1096 (stage): Fail if we cannot complete the work.
1097 * Makefile.in: Regenerate.
1098
f29759fc
JJ
10992005-12-16 Jeff Johnston <jjohnstn@redhat.com>
1100
1101 * COPYING.NEWLIB: Update copyright year for default
1102 copyright.
1103
1f054001
PB
11042005-12-15 Paolo Bonzini <bonzini@gnu.org>
1105
1106 * Makefile.tpl (all, do-[+make_target+], do-check, install,
1107 install-host-nogcc): Don't invoke $(stage) at the end.
1108 * Makefile.in: Regenerate.
1109
0aed8855
PB
11102005-12-14 Paolo Bonzini <bonzini@gnu.org>
1111
1112 * configure.in: Flip the top-level bootstrap switch.
1113 * configure: Regenerate.
1114
1115 Merge from gcc:
1116
1117 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
1118
1119 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1120 $(stage) and $(unstage).
1121 (EXTRA_TARGET_FLAGS): Correct double-quoting.
1122 (all): Remove stray semicolon.
1123 (local-distclean): Don't handle multilib.tmp and multilib.out.
1124 (install.all): Set $s for consistency.
1125 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1126 check_multilibs setting. Always make the install directory.
1127 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1128 Correct @if/@endif.
1129 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1130 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1131 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1132 (multilib.out): Remove.
1133 * Makefile.in: Regenerated.
1134
11352005-12-12 Nathan Sidwell <nathan@codesourcery.com>
1136
1137 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
1138 * configure.in: Replace ms1 arch with mt.
1139 * configure: Rebuilt.
1140
11412005-12-05 Paolo Bonzini <bonzini@gnu.org>
1142
1143 Sync with gcc:
1144
4970f871
NS
11452005-12-12 Nathan Sidwell <nathan@codesourcery.com>
1146
1147 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
1148 * configure.in: Replace ms1 arch with mt.
1149 * configure: Rebuilt.
1150
be01d343
PB
11512005-12-05 Paolo Bonzini <bonzini@gnu.org>
1152
1153 Sync with gcc:
1154
1155 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
1156
1157 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1158 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1159 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
1160 Find in-tree tools if available.
1161 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1162 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1163 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1164 (COMPILER_*_FOR_TARGET): New.
1165 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1166 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1167 (CONFIGURED_*, USUAL_*): Remove.
1168 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1169 STRIP): Use autoconf substitutions.
1170 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1171 COMPILER_NM_FOR_TARGET): New.
1172 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1173
1174 (all): Make all-host and all-target in parallel.
1175 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1176 that $$r and $$s are set before invoking a recursive make.
1177 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1178 ([+bootstrap-target+]): Inline most of the `all' target.
1179
1180 2005-11-29 Ben Elliston <bje@au.ibm.com>
1181
1182 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1183 from the gcc build directory.
1184 * Makefile.in: Regenerate.
1185
1186 2005-11-29 Ben Elliston <bje@au.ibm.com>
1187
1188 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
1189 depend on all-libdecnumber.
1190 * configure.in (host_libs): Include libdecnumber.
1191 * Makefile.in: Regenerate.
1192 * configure: Likewise.
1193
1194 2005-11-21 Kean Johnston <jkj@sco.com>
1195
1196 * config.sub, config.guess: Sync from upstream sources.
1197
907be67c
DJ
11982005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
1199
1200 * Makefile.def: Remove gdb dependencies for gdbtk.
1201 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1202 (configure-gdb, install-gdb): New rules.
1203 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1204 * Makefile.in, configure: Regenerated.
1205
e360f423
PB
12062005-10-22 Paolo Bonzini <bonzini@gnu.org>
1207
1208 PR bootstrap/24297
1209 * Makefile.tpl (do-[+make-target+], do-check, install,
1210 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1211 are set before recursing.
1212 * Makefile.in: Regenerate.
1213
45d5eb0a
EB
12142005-10-20 Eric Botcazou <ebotcazou@adacore.com>
1215
1216 PR bootstrap/18939
1217 * Makefile.def (gcc) <target>: Fix thinko.
1218 * Makefile.in: Regenerate.
1219
3cf3372e
BS
12202005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
1221
1222 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1223 * configure: Regenerate.
1224
bd70a46f
KH
12252005-10-09 Kazu Hirata <kazu@codesourcery.com>
1226
1227 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1228 target-libffi, target-qthreads, target-libjava, and
1229 targetlibobjc.
1230 * configure: Regenerate.
1231
5ae72758
DJ
12322005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
1233
1234 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1235 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1236 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1237 (USUAL_OBJDUMP_FOR_TARGET): New.
1238 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1239 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 1240 * configure, Makefile.in: Regenerated.
5ae72758 1241
cc96343e
PB
12422005-10-05 Paolo Bonzini <bonzini@gnu.org>
1243
1244 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1245 before other host packages.
1246
f70224b5
PB
12472005-10-05 Paolo Bonzini <bonzini@gnu.org>
1248
1249 PR bootstrap/22340
1250
1251 * configure.in (default_target): Remove.
1252 * Makefile.tpl (all): Do not use prerequisites as subroutines
1253 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1254 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1255 use prerequisites as subroutines.
1256 (check-host, check-target): New.
1257 (bootstrap configure & all targets): Do not use stage*-start
1258 if the directory layout is already ok.
1259 (non-bootstrap configure & all targets): Prepend a $(unstage).
1260 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
1261 (NOTPARALLEL): Remove.
1262 (unstage, stage variables): New variables.
1263 (unstage, stage targets): Simply expand to those variables.
1264
1265 * configure: Regenerate.
1266 * Makefile.in: Regenerate.
1267
c13c918a
JW
12682005-10-04 James E Wilson <wilson@specifix.com>
1269
1270 * Makefile.def (lang_env_dependencies): Add libmudflap.
1271 * Makefile.in: Regenerate.
1272
376a0e54
CM
12732005-10-03 Catherine Moore <clm@cm00re.com>
1274
1275 * configure.in (bfin-*-*): Support bfin.
1276 * configure: Regenerated.
1277
d320aacb
L
12782005-09-30 H.J. Lu <hongjiu.lu@intel.com>
1279
1280 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1281 * configure: Regenerated.
1282
7e0f7140
GK
12832005-09-28 Geoffrey Keating <geoffk@apple.com>
1284
1285 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1286 (LIPO_FOR_TARGET): New.
1287 (CONFIGURED_LIPO_FOR_TARGET): New.
1288 (USUAL_LIPO_FOR_TARGET): New.
1289 (STRIP_FOR_TARGET): New.
1290 (CONFIGURED_STRIP_FOR_TARGET): New.
1291 (USUAL_STRIP_FOR_TARGET): New.
1292 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1293 STRIP_FOR_TARGET.
1294 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1295 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1296 * Makefile.in: Regenerate.
1297 * configure: Regenerate.
0e7ef45c 1298
096f7d00
DE
12992005-09-19 David Edelsohn <edelsohn@gnu.org>
1300
1301 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1302 (rs6000-*-aix*): Same.
1303 * configure: Regenerate.
1304
13052005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1306
1307 * configure.in: Recognize f95 in the --enable-languages option,
1308 and substitute it for fortran, issuing a warning.
1309 * configure: Regenerate.
1310
2016dfcc
BE
13112005-09-07 Ben Elliston <bje@au.ibm.com>
1312
1313 Import from Autoconf sources:
1314
1315 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
1316 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
1317 Elliston. Handle weird characters correctly.
1318
6dd2fda9
DD
13192005-08-30 Phil Edwards <phil@codesourcery.com>
1320
1321 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
1322 * configure: Regenerated.
1323
e6db70d4
RE
13242005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
1325
1326 * Makefile.def (libssp): Add to lang_env_dependencies.
1327 * Makefile.in: Regenerate.
1328
e1e3d0f5
CG
13292005-08-17 Christian Groessler <chris@groessler.org>
1330
1331 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1332 * Makefile.in: Regenerate.
1333
05cbd757
PB
13342005-08-12 Paolo Bonzini <bonzini@gnu.org>
1335
1336 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1337 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1338 Look for alternate names of the target cc and c++
1339 * configure: Regenerate.
1340
55db4b87
PB
13412005-08-08 Paolo Bonzini <bonzini@gnu.org>
1342
1343 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1344 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1345 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1346 tools; remove code to manually set them.
1347 (Target tools): Look in the environment for them.
1348 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1349 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1350 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1351 build directory.
1352 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1353 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1354 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1355 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1356 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1357 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1358 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1359 * configure: Regenerate.
1360 * Makefile.in: Regenerate.
1361
414e5532
MM
13622005-07-27 Mark Mitchell <mark@codesourcery.com>
1363
1364 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 1365 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
1366 * Makefile.in: Regenerated.
1367
a19b6204
MM
13682005-07-26 Mark Mitchell <mark@codesourcery.com>
1369
1370 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1371 (CFLAGS_FOR_TARGET): Use it.
1372 (CXXFLAGS_FOR_TARGET): Likewise.
1373 * Makefile.in: Regenerated.
1374 * configure.in (--with-build-sysroot): New option.
1375 * configure: Regenerated.
1376
b73aa406
PB
13772005-07-24 Paolo Bonzini <bonzini@gnu.org>
1378
1379 * Makefile.tpl: Wrap install between unstage and stage
1380 * Makefile.in: Regenerate.
1381
6e4d0bcb
KC
13822005-07-16 Kelley Cook <kcook@gcc.gnu.org>
1383
1384 * all files: Update FSF address.
1385
49f58d10
JB
13862005-07-14 Jim Blandy <jimb@redhat.com>
1387
1388 * configure.in: Add cases for Renesas m32c.
1389 * configure: Regenerated.
0e7ef45c 1390
1d9c9cd7
KC
13912005-07-14 Kelley Cook <kcook@gcc.gnu.org>
1392
1393 * COPYING, compile, config-ml.in, config.guess,
1394 config.sub, install-sh, missing, mkinstalldirs,
1395 symlink-tree, ylwrap: Sync from upstream sources.
1396
1587117a
EC
13972005-07-13 Eric Christopher <echristo@redhat.com>
1398
1399 * configure.in: Add toplevel noconfigdir support for tpf.
1400 * configure: Regenerate.
1401
bb780410
DD
14022005-07-11 Jakub Jelinek <jakub@redhat.com>
1403
1404 * Makefile.def (target_modules): Add libssp.
1405 * configure.in (target_libraries): Add target-libssp.
1406 * configure: Rebuilt.
1407 * Makefile.in: Rebuilt.
1408
064d0a7c
PB
14092005-07-11 Paolo Bonzini <bonzini@gnu.org>
1410
1411 PR ada/22340
1412
1413 * Makefile.def: Sync with gcc.
1414 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1415 * Makefile.in: Regenerate.
1416
b2edd3b5
AS
14172005-07-07 Andreas Schwab <schwab@suse.de>
1418
1419 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1420 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1421 * Makefile.in: Regenerated.
1422
5f128533
KH
14232005-07-07 Kazu Hirata <kazu@codesourcery.com>
1424
1425 * configure.in: Add --enable-libssp and --disable-libssp.
1426 * configure: Regenerate with autoconf-2.13.
1427
4e3fc8e5
GK
14282005-07-06 Geoffrey Keating <geoffk@apple.com>
1429
1430 * configure.in: Don't build sim or rda when targetting darwin.
1431 * configure: Regenerate.
1432
c7357d6a
BE
14332005-07-04 Ben Elliston <bje@gnu.org>
1434
1435 * src-release (do-proto-toplev): Remove dejagnu bits.
1436 (DEJAGNU_SUPPORT_DIRS): Remove.
1437 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
1438 (GDBD_SUPPORT_DIRS): Likewise.
1439 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
1440 (INSIGHTD_SUPPORT_DIRS): Likewise.
1441 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
1442
14432005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
1444
1445 * setup.com (mpw): Remove unused directive.
1446
7d329e61
PB
14472005-06-22 Paolo Bonzini <bonzini@gnu.org>
1448
1449 * Makefile.def (stagefeedback): Come after profile.
1450 Define profiledbootstrap target.
1451 * Makefile.tpl (profiledbootstrap): Remove.
1452 (stageprofile-end): Zap stagefeedback.
1453 (stagefeedback-start): Copy all .gcda files, not only GCC's.
1454 * Makefile.in: Regenerate.
1455
e5fbed21
DD
14562005-06-13 Zack Weinberg <zack@codesourcery.com>
1457
1458 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
1459 In 'cpp' stanza, support '#line' as well as '# '.
1460
59f7ec45
HPN
14612005-06-07 Hans-Peter Nilsson <hp@axis.com>
1462
1463 * configure.in (unsupported_languages): New macro.
1464 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
1465 non-ported target libraries in noconfigdirs.
1466 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1467 non-linux-gnu. Remove libgcj_ex_libffi.
1468 <lang_frag loop>: Set add_this_lang=no if the language is in
1469 unsupported_languages.
1470 * configure: Regenerate.
1471
c10e9ba7
DD
14722005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
1473
1474 * configure.in: Fix typo in handling of --with-mpfr-dir.
1475 * configure: Regenerate.
1476
20deb2b8
JB
14772005-06-02 Jim Blandy <jimb@redhat.com>
1478
1479 * config.sub: Add cases for the Renesas m32c. (This patch has been
1480 accepted into the master sources.)
1481
cdb9b172
AH
14822005-06-02 Aldy Hernandez <aldyh@redhat.com>
1483 Michael Snyder <msnyder@redhat.com>
1484 Stan Cox <scox@redhat.com>
1485
1486 * configure.in: Set noconfigdirs for ms1.
1487
1488 * configure: Regenerate.
1489
1dc3053f
PB
14902005-05-25 Paolo Bonzini <bonzini@gnu.org>
1491
1492 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
1493 (Dependencies): Consider target modules for bootstrap dependencies.
1494 Make target bootstrap modules depend on each stage's gcc.
1495 * Makefile.in: Regenerate.
1496
c60fe18b
PB
14972005-05-20 Paolo Bonzini <bonzini@gnu.org>
1498
1499 * Makefile.def (configure-gcc): Depend on binutils having been built.
1500 (all-gcc): No need to do it here.
1501 * Makefile.in: Regenerate.
1502
27258dd4
PB
15032005-05-19 Paul Brook <paul@codesourcery.com>
1504
0e7ef45c 1505 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
1506 language cannot be built.
1507 * configure: Regenerate.
1508
42ecbf5e
DJ
15092005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1510
1511 * ylwrap: Import from Automake 1.9.5.
1512
ae380b45
MS
15132005-05-04 Mike Stump <mrs@apple.com>
1514
1515 * configure.in: Always pass --target to target configures as
1516 otherwise rebuilds that do --recheck will fail.
811d3af8 1517 * configure: Rebuilt.
ae380b45 1518
d545f33b
PB
15192005-05-04 Paolo Bonzini <bonzini@gnu.org>
1520
1521 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1522 STAGE_HOST_EXPORTS.
1523 (configure, all): Add bootstrap support.
1524 (Host modules, target modules): Pass post-stage1 flags and exports.
1525 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1526 * Makefile.in: Regenerate.
1527
2faa2958
PB
15282005-04-29 Paolo Bonzini <bonzini@gnu.org>
1529
1530 Sync from gcc:
1531
1532 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
1533
1534 * config.sub: Update from master copy.
1535
1536 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
1537
1538 * configure.in <crisv32-*-*, cris-*-*>: New local variable
1539 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
1540 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
1541 "*-*-elf" and "*-*-linux*".
1542 * configure: Regenerate.
1543
a7254363
PB
15442005-04-06 Paolo Bonzini <bonzini@gnu.org>
1545
1546 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1547 (TARGET_CONFIGARGS): Include --with-target-subdir.
1548 (configure, all): New macros. Use them throughout.
1549
a8637a7d
PB
15502005-04-05 Paolo Bonzini <bonzini@gnu.org>
1551
1552 * Makefile.tpl: Sync with gcc.
1553 * Makefile.in: Regenerate.
1554
dd387d52
JR
15552005-03-30 J"orn Rennecke <joern.rennecke@st.com>
1556
1557 * config/mh-mingw32: Delete.
1558 * configure.in: Don't use it.
1559 * configure: Regenerate.
1560
e90269c8
PB
15612005-03-31 Paolo Bonzini <bonzini@gnu.org>
1562
1563 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1564 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1565 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1566 (HOST_LIB_PATH): Generate from Makefile.def.
1567 (TARGET_LIB_PATH): Likewise.
1568 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1569 * Makefile.in: Regenerate.
1570 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1571 (RPATH_ENVVAR): Include Darwin case.
1572 * configure: Regenerate.
1573
9a237d9e
PB
15742005-03-25 Paolo Bonzini <bonzini@gnu.org>
1575
1576 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1577 * configure: Regenerate.
1578
479759c8
ZW
15792005-03-21 Zack Weinberg <zack@codesourcery.com>
1580
1581 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1582 gcc_version, and gcc_version_trigger from set of flags to pass.
1583 * Makefile.tpl: Remove definitions of above variables.
1584 (config.status): Remove dependency on $(gcc_version_trigger).
1585 * Makefile.in: Regenerate.
1586 * configure.in: Do not reference config/gcc-version.m4 nor
1587 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
1588 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
1589 * configure: Regenerate.
1590
4cfaf6d5
DD
15912005-03-16 Manfred Hollstein <manfred.h@gmx.net>
1592 Andrew Pinski <pinskia@physics.uc.edu>
1593
1594 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1595 * Makefile.in: Regenerate.
1596
33a3fb7b
AO
15972005-03-01 Alexandre Oliva <aoliva@redhat.com>
1598
1599 PR libgcj/20160
1600 * ltmain.sh: Avoid creating archives with components that have
1601 duplicate basenames.
1602
2da12f12
PB
16032005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
1604
479759c8
ZW
1605 PR bootstrap/20250
1606 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1607 instead of check.
1608 * Makefile.in: Regenerate.
2da12f12 1609
b00612cc
PB
16102005-02-28 Paolo Bonzini <bonzini@gnu.org>
1611
1612 Sync from gcc.
1613
1614 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
1615
1616 PR bootstrap/17383
1617 * Makefile.def (target_modules): Remove "stage", now unnecessary.
1618 * Makefile.tpl (HOST_SUBDIR): New substitution.
1619 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1620 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1621 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1622 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1623 (Host modules, Bootstrapped modules): Use it.
1624 (Build modules, Target modules): Do not create symlink trees,
1625 always configure out-of-srcdir.
1626 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1627 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1628 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1629 $(HOST_SUBDIR). Create a symlink for host_subdir.
1630
1631 * Makefile.in: Regenerate.
1632 * configure: Regenerate.
1633
1634 Merged from libada-gnattools-branch:
1635 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
1636
1637 * Makefile.def: Add gnattools as a module, depending on target-libada.
1638 * Makefile.in: Regenerate.
1639 * configure.in: Include gnattools in host_tools; disable it if ada
1640 is disabled.
1641 * configure: Regenerate.
1642
c3e65f62
NC
16432005-02-23 Nick Clifton <nickc@redhat.com>
1644
1645 * configure: Regenerate.
1646
e4d180c2
NC
16472005-02-22 Paul Schlie <schlie@comcast.net>
1648
1649 * configure.in: Allow darwin targeted ports to build tk, itcl and
1650 libgui.
1651
e3c770b1
EB
16522005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1653
1654 PR libgcj/10353
1655 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1656 * configure: Regenerate.
1657
9c73618c
AC
16582005-02-08 Andrew Cagney <cagney@gnu.org>
1659
1660 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
1661 gdb/ section. Update GDB's URL.
1662
c46f8c51
AC
16632005-01-31 Andrew Cagney <cagney@gnu.org>
1664
1665 * gettext.m4: Only set ENABLE_NLS when gettext is present.
1666
c7e66c6d
HPN
16672005-01-29 Hans-Peter Nilsson <hp@axis.com>
1668
1669 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1670 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1671 target-libgloss when not *-*-elf and *-*-aout.
1672 * configure: Regenerate.
1673
a53bf506
AC
16742005-01-27 Andrew Cagney <cagney@gnu.org>
1675
1676 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
1677
45181ed1
AC
16782005-01-24 Andrew Cagney <cagney@gnu.org>
1679
1680 * gettext.m4: Only fall back to ../intl/ when it's present.
1681
a1e0f4e4
KC
16822005-01-17 Kelley Cook <kcook@gcc.gnu.org>
1683
1684 * install-sh, config.sub: Import from upstream.
1685
16862005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
1687
1688 PR bootstrap/18222
1689 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1690 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1691 * Makefile.in: Regenerate.
1692
c50382e2
PB
16932005-01-03 Paolo Bonzini <bonzini@gnu.org>
1694
1695 Revert 2004-12-28 Makefile changes, a better fix will be
1696 applied to mainline and src after GCC 4.0 branches.
1697
11d07737
PB
16982004-12-28 Paolo Bonzini <bonzini@gnu.org>
1699
1700 PR bootstrap/17383
1701
1702 * Makefile.def (target_modules): Remove stage parameter,
1703 it is always true now.
1704 * Makefile.tpl (configure-build-[+module+],
1705 configure-target-[+module+]): Always build symlink tree
1706 for the directory and for include. BUILD_SUBDIR and
1707 TARGET_SUBDIR cannot be . anymore.
1708 * Makefile.in: Regenerate.
1709
dadfdbe2
DD
17102004-12-25 David Edelsohn <edelsohn@gnu.org>
1711
1712 Revert 2004-12-08 Makefile changes.
1713
dbf85af7
JR
17142004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
1715
1716 * configure.in (sh64-*-*): Reenable gprof.
1717 * configure: Regenerate.
1718
6b8fea99
JB
17192004-12-09 Jim Blandy <jimb@redhat.com>
1720
1721 * MAINTAINERS: List 'depcomp' as part of automake.
1722
7341462c
DE
17232004-12-08 David Edelsohn <edelsohn@gnu.org>
1724
1725 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1726 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1727 (EXTRA_TARGET_FLAGS): Add PICFLAG.
1728 * Makefile.in: Regenerate.
1729
21fde4dc
DD
17302004-12-07 Matt Kraai <kraai@ftbfs.org>
1731
1732 * Makefile.tpl: Generate normal dependencies if the LHS module is
1733 not bootstrapped.
1734 * Makefile.in: Regenerate.
1735
3da796a2
RS
17362004-12-03 Richard Sandiford <rsandifo@redhat.com>
1737
1738 * configure.in: Include config/gxx-include-dir.m4. Use
1739 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
1740 * configure: Regenerate.
1741
73fb7068
RS
17422004-12-03 Richard Sandiford <rsandifo@redhat.com>
1743
1744 * config.if: Delete.
1745 * configure.in: Set libstdcxx_incdir directly.
1746 * configure: Regenerate.
1747 * MAINTAINERS: Remove mention of config.if.
1748 * src-release (DEVO_SUPPORT): Remove config.if.
1749
6c8e6ce9
EC
17502004-12-02 Eric Christopher <echristo@redhat.com>
1751
3b6098f8
EC
1752 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
1753 of things to remove.
6c8e6ce9 1754 * Makefile.in: Regenerate.
479759c8 1755
b8658a2f
RS
17562004-12-02 Richard Sandiford <rsandifo@redhat.com>
1757
1758 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1759 * configure: Regenerate.
1760
afefada0
RS
17612004-12-02 Richard Sandiford <rsandifo@redhat.com>
1762
1763 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
1764 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
1765 * configure: Regenerate.
1766
5dcac624
DA
17672004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1768
1769 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1770 (hppa*64*-*-*): Delete incorrect comment.
1771 * configure: Rebuilt.
1772
57d1eb1a
DD
17732004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1774
1775 * install-sh, compile: Import from automake.
1776
17772004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1778
1779 * config.guess, config.sub: Import from savannnah.
1780
6d389afc
MS
17812004-11-12 Mike Stump <mrs@apple.com>
1782
1783 * Makefile.def: Add html support.
1784 * Makefile.tpl: Likewise.
1785 * Makefile.in: Regenerate.
1786
69e57115
GK
17872004-11-11 Geoffrey Keating <geoffk@apple.com>
1788
1789 PR 18423
1790 * configure.in: Remove all instances of build-fixincludes from
1791 noconfigdirs.
1792 (build_configargs): Supply --target to subdirectories.
1793 * configure: Regenerate.
1794
1795 * Makefile.def: Make gcc install depend on fixincludes install.
1796 * Makefile.in: Regenerate.
1797
ba719b26
HPN
17982004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
1799
1800 * configure.in (noconfigdirs) [mmix-*-*]: Disable
1801 target-libgfortran.
1802 * configure: Regenerate.
1803
c37653e7
DE
18042004-11-07 David Edelsohn <edelsohn@gnu.org>
1805
1806 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1807 like CC.
1808
1eefd493
PB
18092004-11-05 Paolo Bonzini <bonzini@gnu.org>
1810
1811 * Makefile.def (host fixincludes): Specify missing targets.
1812 * Makefile.in: Regenerate.
1813
02b1af09
L
18142004-11-04 H.J. Lu <hongjiu.lu@intel.com>
1815
1816 PR other/17783
1817 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1818 * configure: Regenerated.
1819
7f266840
DJ
18202004-11-04 Daniel Jacobowitz <dan@debian.org>
1821
1822 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1823 * configure: Regenerated.
1824
47444073
AL
18252004-10-28 Eric B. Weddington <ericw@evcohs.com>
1826
1827 PR target/18151
1828 * configure.in (case ${target}): Do not build fixincludes for avr.
1829 * configure: Regenerated.
1830
caeba88f
AL
18312004-10-26 Paolo Bonzini <bonzini@gnu.org>
1832
1833 * configure.in (case ${target}): Do not build fixincludes
1834 on platforms where it is not used.
1835 * configure: Regenerated.
1836
0fdbe983
DJ
18372004-10-23 Daniel Jacobowitz <dan@debian.org>
1838
1839 * configure.in: Use an absolute path to install-sh.
1840 * configure: Regenerated.
1841
1c0f67c1
AC
18422004-10-19 Andrew Cagney <cagney@gnu.org>
1843
1844 * src-release (do-djunpack, do-md5sum): Install the generated file
1845 directly into the proto-toplev/ directory.
479759c8 1846
a9cfce9c
AC
18472004-10-19 Andrew Cagney <cagney@gnu.org>
1848
1849 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
1850
ac0fa625
DD
18512004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1852
1853 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1854 * configure: Regenerate.
1855
d27cc32e
PB
18562004-10-06 Paolo Bonzini <bonzini@gnu.org>
1857
1858 Fix wrong conflict resolution in:
1859
1860 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1861
1862 * Makefile.in: Regenerate.
1863 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1864 in the recursive `make', instead of hardwiring `all'.
1865 (Autogenerated TARGET-* variables): New.
1866
1763908f
UW
18672004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1868
1869 Merged from GCC / libtool upstream:
1870 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1871 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1872 * ltcf-cxx.sh (tpf*): Likewise.
1873 * ltconfig (tpf*): Add TPF OS configuration support.
1874
0490e016
NC
18752004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
1876
1877 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 1878 * configure: Regenerate.
0490e016 1879
32be62b5
RS
18802004-09-24 Michael Roth <mroth@nessie.de>
1881
1882 * configure.in (--without-headers): Add missing double quotes.
1883 * configure: Regenerate.
1884
6048df60
DD
18852004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1886
1887 * ylwrap: Revert to previous version.
1888
315b3b02
L
18892004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1890
6048df60 1891 PR bootstrap/17369
315b3b02
L
1892 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1893 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1894 SET_GCC_LIB_PATH_CMD.
1895 (BASE_TARGET_EXPORTS): Likewise.
1896 * Makefile.in: Regenerated.
1897
1898 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1899 * configure: Regenerated.
1900
fe69863c
DD
19012004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1902
1903 * config.guess: New upstream version
1904 * compile, depcomp, install-sh, ylwrap: Likewise.
1905
19062004-09-19 Roger Sayle <roger@eyesopen.com>
1907
1908 * config/mh-x86omitfp: New host makefile fragment. Add
1909 -fomit-frame-pointer to the default BOOT_CFLAGS.
1910 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1911 * configure: Regenerate.
1912
19132004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1914
1915 PR target/11572
1916 * configure.in (*-*-darwin*): Renable libobjc.
1917 * configure: Regenerate.
1918
be75bbe1 19192004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 1920
be75bbe1
DB
1921 * Makefile.def: Remove libbanshee.
1922 * Makefile.tpl: Ditto.
1923 * configure.in: Ditto.
1924 * Makefile.in: Regen.
1925 * configure: Ditto.
1926
1b882a91
PB
19272004-09-07 Paolo Bonzini <bonzini@gnu.org>
1928
1929 * missing: Import latest version from master repository.
1930
eb1352ed
NC
19312004-09-04 Nick Clifton <nickc@redhat.com>
1932
1933 * config.sub: Import latest version from master repository.
1934 * config.guess: Likewise.
1935 This includes these changes:
479759c8 1936
eb1352ed
NC
1937 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1938
1939 * config.sub: Handle crisv32, alias etraxfs.
1940 * config.guess (crisv32:Linux:*:*): Handle.
1941
1942 2004-08-13 Brad Smith <brad@comstyle.com>
1943
1944 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1945 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1946
1947 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1948
1949 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1950 assume the processor is a powerpc. This is because coreutils
1951 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1952 in this case, due to a MacOS X bug that causes
1953 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1954 to return a negative number.
1955 Problem reported by Petter Reinholdtsen in:
1956 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1957
1958 2004-07-19 Ben Elliston <bje@gnu.org>
1959
1960 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1961
1962 2004-06-24 Ben Elliston <bje@gnu.org>
1963
1964 * config.guess: Update copyright years.
1965 * config.sub: Likewise.
1966
1967 2004-06-22 Robert Millan <robertmh@gnu.org>
1968
1969 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1970 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1971
1972 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1973
1974 * config.guess (*:*VMS:*:*): New entry. Replaces
1975 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1976 manufacturer.
1977
1978 2004-06-22 Ben Elliston <bje@gnu.org>
1979
1980 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1981 * config.sub: Likewise.
1982
1983 2004-06-22 Ben Elliston <bje@gnu.org>
1984
1985 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1986 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1987
1988 2004-06-11 Ben Elliston <bje@gnu.org>
1989
1990 * config.guess (pegasos:OpenBSD:*:*): Remove.
1991
1992 2004-06-11 Ben Elliston <bje@gnu.org>
1993
1994 From Wouter Verhelst <wouter@grep.be>:
1995 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1996
1997 2004-06-11 Ben Elliston <bje@gnu.org>
1998
1999 * config.guess (luna88k:OpenBSD:*:*): New.
2000
2001 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2002
2003 * config.guess (m32r*:Linux:*:*): New case.
2004 * config.sub: Handle m32rle.
2005
2006 2004-03-12 Ben Elliston <bje@wasabisystems.com>
2007
2008 From Jens Petersen <petersen@redhat.com>:
2009 * config.sub: Handle sparcv8.
2010
2011 2004-03-03 Ben Elliston <bje@wasabisystems.com>
2012
2013 From Tom Smith <smith@cag.lkg.hp.com>:
2014 * config.guess: Version suffixes are equally significant on Tru64
2015 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
2016 prefix of "P" (patched kernel).
2017
2018 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
2019
2020 * config.sub: Add support for National Semiconductor CRX target.
2021
2a3124ca 20222004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 2023
2a3124ca
RH
2024 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2025 *-*-netware, but add target-libmudflap.
2026 Consolidate *-*-netware targets (of which really only i?86 exists)
2027 into a single entry.
2028 * configure: Likewise.
2029
0df3d27f
PB
20302004-09-01 Paolo Bonzini <bonzini@gnu.org>
2031
2032 * Makefile.tpl (sorry): Remove.
2033 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2034 (cleanstrap targets): Depend on distclean, not distclean-stage1.
2035 (do-clean): Clean per-stage directories too.
2036 (do-distclean): Run distclean-stage1 too.
2037 (.NOTPARALLEL): Enable during toplevel bootstrap.
2038 (stage[+id+]-bubble): Enable parallel execution during
2039 the recursive invocation.
2040 * Makefile.in: Regenerate.
2041
2042 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
2043
2044 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
2045
2046 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2047 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2048 * configure: regenerate
479759c8
ZW
2049 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2050 -mdynamic-no-pic
0df3d27f
PB
2051
20522004-08-31 Paolo Bonzini <bonzini@gnu.org>
2053
2054 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2055 include.
2056 * configure.in: Fix indentation.
2057 * configure: Regenerate.
2058
ee025550
PB
20592004-08-31 Paolo Bonzini <bonzini@gnu.org>
2060
2061 * Makefile.def (build_modules): Add fixincludes.
2062 (dependencies): Make gcc depend on fixincludes.
2063 * configure.in (build_tools): Add fixincludes.
2064 (build_configdirs): Always include build_libs.
2065 * Makefile.in: Regenerate.
2066 * configure: Regenerate.
2067
20682004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
2069
2070 * Makefile.def (bootstrap stages): Add 'lean' parameter.
2071 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2072 phony targets; do not generate timestamp files.
2073 (distclean-stageN): Remove references to their timestamp files.
2074 (restageN, touch-stageN): Remove.
2075 (stageN-bubble): Rewritten.
2076 (compare): Support lean bootstraps.
2077 * Makefile.in: Regenerate.
2078
2079 * configure.in: Only warn when bootstrapping but
2080 build != host or build != target. Support lean bootstraps.
2081 * configure: Regenerate.
2082
2083 Sync from gcc:
2084 2004-08-26 Phil Edwards <phil@codesourcery.com>
2085
2086 * configure.in: Give a better error message if GMP/MPFR are missing
2087 and a language needing them has been requested.
2088 * configure: Regenerated.
2089
2090 2004-08-25 Phil Edwards <phil@codesourcery.com>
2091
2092 * configure.in: Print a list of available language front-ends if
2093 a requested one is missing. Tidy stray tab characters.
2094 * configure: Regenerated.
2095
72b2455a
PB
20962004-08-17 Paolo Bonzini <bonzini@gnu.org>
2097
2098 * Makefile.in: Regenerate.
2099 * configure: Regenerate.
2100
2101 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
2102 stage_*_flags.
2103 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
2104 for bootstrapped modules if toplevel bootstrap is going.
2105 (GCC bootstrap): Generate per-stage targets for all bootstrapped
2106 modules. Adjust for changes in Makefile.def. Enable several
2107 rules even in non-bootstrap mode, just to avoid peppering the
2108 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
2109 (stage-[+prev+]-bubble): Remove.
2110
2111 * Makefile.def (Dependencies): Depend on all-build-bison,
2112 all-build-flex, all-build-byacc, all-build-texinfo, rather
2113 than the host variations.
2114 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
2115 with BUILD_SUBDIR.
2116 (BISON): Update for recent Bisons.
2117 (YACC): Fix typo.
2118 (cross): Depend on all-build.
2119 (all): Do not depend on all-build.
2120 (prebootstrap): Remove.
2121 (dep-kind): Accept separate prefixes for MODULE and ON variables.
2122 (Prebootstrap dependencies): Add them to the per-stage targets
2123 and to all-prebootstrap.
2124 * configure.in (build_configdirs): Always enable build_tools.
2125 (BUILD_DIR_PREFIX): Remove.
2126
2127 * Makefile.def (gcc): Add target variable.
2128 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
2129 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2130 in the recursive `make', instead of hardwiring `all'.
2131 (Autogenerated TARGET-* variables): New.
2132
de0b4a87
JW
21332004-08-17 Robert Millan <robertmh@gnu.org>
2134
2135 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2136 (instead of FreeBSD).
2137 * configure: Regenerate.
2138
ad681c85
NN
21392004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
2140
675c6968
NN
2141 * Makefile.def, configure.in, src-release: Remove useless, bogus
2142 references to tix.
2143 * Makefile.in, configure: Regenerate.
2144
ad681c85
NN
2145 * src-release: Stop distributing mmalloc with gdb (which doesn't
2146 use it).
2147 * Makefile.def: GDB doesn't depend on mmalloc anymore.
2148 * Makefile.in: Regenerate.
2149
11b04d1f
DD
21502004-08-09 Mark Mitchell <mark@codesourcery.com>
2151
2152 * configure.in (arm*-*-eabi*): New target.
2153 * configure: Regenerate.
2154
f2420bea
NN
21552004-08-01 Robert Millan <robertmh@gnu.org>
2156
2157 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2158 libmudflap for all GNU-based systems (with Glibc).
2159 * configure: Regenerate.
2160
9e6ce191
PB
21612004-08-06 Paolo Bonzini <bonzini@gnu.org>
2162
2163 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
2164 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
2165 (Dependencies): New section.
2166 * Makefile.tpl (Dependencies): Generate from Makefile.def.
2167 (configure-target-[+module+]): Depend on maybe-all-gcc
2168 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
2169 (toplevel profiledbootstrap): Fix dependencies.
2170 * Makefile.in: Regenerate.
2171
df4a6958
MM
21722004-08-03 Mark Mitchell <mark@codesourcery.com>
2173
2174 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2175 target-libiberty to noconfigdirs.
2176
11b04d1f
DD
21772004-08-03 Paul Brook <paul@codesourcery.com>
2178
2179 * configure.in: Check for MPFR as well as GMP.
2180 * configure: Regenerate.
2181
b813574b
PB
21822004-08-03 Paolo Bonzini <bonzini@gnu.org>
2183
2184 * Makefile.def (host-modules): Add gcc.
2185 * Makefile.in: Regenerate.
2186 * Makefile.tpl (sorry): New rule.
2187 (configure-host, all-host, [+make_target+]-host, do-check,
2188 install-host): Do not add gcc as a special case.
2189 (host modules): Add a small special-casing for gcc. Export
2190 extra_make_flags through the environment.
2191 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
2192 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
2193 other recursive targets for gcc): Remove.
2194
2195 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
2196 (stage, unstage): New rules.
2197 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
2198 distclean-stage[+id+]): Use stage_current.
2199 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2200 the stage*-start rules.
2201
61edac0c
JW
22022004-07-19 Robert Millan <robertmh@gnu.org>
2203
2204 Synced from gcc:
2205
2206 2004-04-26 Robert Millan <robertmh@gnu.org>
2207
2208 Add patches from libtool CVS.
2209 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2210 * ltconfig: Likewise.
2211 * ltcf-c.sh: Likewise.
2212 * ltcf-cxx.sh: Likewise.
2213 * ltcf-gcj.sh: Likewise.
2214
3e707e94
PB
22152004-07-12 Paolo Bonzini <bonzini@gnu.org>
2216
2217 * configure.in: Add noconfigdirs for crx-*-*.
2218 * configure: Regenerate.
2219
22202004-07-12 Paolo Bonzini <bonzini@gnu.org>
2221
2222 Synced from gcc:
2223
2224 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
2225
2226 * configure.in: Build libmudflap by default on FreeBSD.
2227 * configure: Regenerated.
2228
2229 2004-07-09 Mark Mitchell <mark@codesourcery.com>
2230
2231 * configure.in: Do not build libmudflap by default on non-GNU/Linux
2232 systems.
2233 * configure: Regenerated.
2234
2235 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2236
2237 PR target/16344
2238 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2239 feedback based compiler.
2240 * Makefile.in: Rebuilt.
2241
2242 2004-07-05 Phil Edwards <phil@codesourcery.com>
2243
2244 * configure.in: Do not prepend $srcdir to /dev/null in
2245 makefile fragments.
2246 * configure: Regenerate.
2247
a7ee7660
AO
22482004-07-08 Alexandre Oliva <aoliva@redhat.com>
2249
2250 * Makefile.def (host_modules): Set bootstrap=true for flex.
2251 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2252 * Makefile.in: Rebuilt.
2253
6a9cf61e
PB
22542004-07-01 Paolo Bonzini <bonzini@gnu.org>
2255
2256 * Makefile.def (build_modules): Add bison, byacc, flex,
2257 m4, texinfo.
2258 (flags_to_pass): Add FLEX.
2259 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2260 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2261 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2262 DEFAULT_MAKEINFO): Remove.
2263 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2264 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2265 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2266 objdir or else use configured tool.
2267 (all-build): New.
2268 (all): Depend on it.
2269 (Build module dependencies): Add.
2270 * Makefile.in: Regenerate.
2271 * configure.in: Better support for multiple build modules,
2272 matching what is done for host/target modules. Do not look
2273 for "plausible" locations of build tools if Canadian cross.
2274 Use autoconf's AC_PROG_CC to find a C compiler. Define
2275 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
2276 * configure: Regenerate.
2277
95b6a1f2
PB
22782004-06-22 Paolo Bonzini <bonzini@gnu.org>
2279
2280 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2281 * Makefile.in: Regenerate.
2282
7ffa0b57
PB
22832004-06-22 Paolo Bonzini <bonzini@gnu.org>
2284
2285 * Makefile.tpl (configure-build-[+module+],
2286 configure-[+module+], configure-target-[+module+]): Pass
2287 [+extra_configure_args+].
2288 (all-build-[+module+], all-[+module+], check-[+module+],
2289 install-[+module+], [+make_target+]-[+module+],
2290 all-target-[+module+], check-target-[+module+],
2291 install-target-[+module+], [+make_target+]-target-[+module+]):
2292 Pass [+extra_make_args+].
2293 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2294 (GCC_HOST_EXPORTS): Remove.
2295 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2296 cross, check-gcc, check-gcc-c++, install-gcc,
2297 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2298 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2299 * Makefile.in: Regenerate.
2300
929ba6e7
CF
23012004-06-21 Christopher Faylor <cgf@alum.bu.edu>
2302
2303 * configure.in: Check for srcdir/winsup rather than build directory
2304 winsup.
2305 * configure: Regenerate.
2306
b76d7de0
CV
23072004-06-17 Corinna Vinschen <vinschen@redhat.com>
2308
2309 * configure.in: Don't build Cygwin native newlib if winsup
2310 directory is missing. Emit warning instead.
2311 * configure: Regenerate.
2312
656fdd47
PB
23132004-06-09 Paolo Bonzini <bonzini@gnu.org>
2314
2315 * Makefile.tpl (touch-stage[+id+]): New.
2316 (restage[+prev+]): Depend on touch-stage[+id+].
2317
2318 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2319 Use it throughout.
2320
2321 * Makefile.def: Add profile and feedback bootstrap stages.
2322 Remove next field from bootstrap stages.
2323 * Makefile.tpl (LN, LN_S): Substitute.
2324 (stageN-start, stageN-end): Use double-colon rules, to
2325 provide a hook for additional setup commands.
2326 (distclean-stageN-gcc, restageN): Create dependencies from
2327 [+prev+], not from [+next+].
2328 (stageN-bubble): Add commands for successive stages from
2329 [+prev+], using double-colon rules.
2330 (all-stageN-gcc): Fix typo.
2331 (stagefeedback-start, profiledbootstrap): New.
2332 * Makefile.in: Regenerate.
2333 * configure.in: Call ACX_PROG_LN.
2334 * configure: Regenerate.
2335
498d4a71
CF
23362004-06-03 Paolo Bonzini <bonzini@gnu.org>
2337
2338 * configure.in: Fix --enable-bootstrap breakage introduced in trees
2339 without gcc.
2340 * configure: Regenerate.
2341
377d8c42
PB
23422004-06-01 Paolo Bonzini <bonzini@gnu.org>
2343
2344 * Makefile.tpl: Fix typo.
2345 * Makefile.in: Regenerate.
2346
f5f8a794
PB
23472004-06-01 Paolo Bonzini <bonzini@gnu.org>
2348
2349 * configure.in: Remove new- prefix from toplevel
2350 bootstrap targets.
2351 * configure: Regenerate.
2352
f7a4c34f
PB
23532004-06-01 Paolo Bonzini <bonzini@gnu.org>
2354
2355 Merge this patch from the gcc tree:
2356
2357 2004-05-30 Andreas Jaeger <aj@suse.de>
2358 Jim Wilson <wilson@specifixinc.com>
2359
2360 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2361 like CC.
2362
319cab08
PB
23632004-06-01 Paolo Bonzini <bonzini@gnu.org>
2364
2365 * Makefile.tpl (all.normal): Rename to all.
2366 (all): Replace with a rule to pick the default
2367 target from configure.
2368 (all-gcc, configure-gcc): Use conditionals to
2369 do nothing when toplevel bootstrap is going on.
2370 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2371 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2372 * configure.in: Support --enable-bootstrap.
2373
2374 * Makefile.def: Remove new- prefix from toplevel
2375 bootstrap targets.
2376 * Makefile.tpl: Likewise.
2377
2378 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
2379 target.
2380
2381 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2382 $(RECURSE_FLAGS) to recursive invocation of make.
2383
2384 * Makefile.in: Regenerate.
2385 * configure: Regenerate.
2386
88f64edc
DJ
23872004-05-27 Daniel Jacobowitz <dan@debian.org>
2388
2389 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2390 * configure: Regenerate.
2391
378fce5b
DD
23922004-05-25 Daniel Jacobowitz <drow@false.org>
2393
2394 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2395 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2396 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
2397 targets.
2398 * Makefile.in: Regenerate.
2399
dfdffa2c
PB
24002005-05-24 Paolo Bonzini <bonzini@gnu.org>
2401
2402 * configure.in: Test the ability to symlink directories.
2403 * configure: Regenerate.
2404
2405 * Makefile.def (bootstrap-stage): New definitions.
2406 * Makefile.tpl (configure-stage1-gcc,
2407 configure-stage2-gcc, configure-stage3-gcc,
2408 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2409 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2410 new-restage3, compare): Autogenerate, see Makefile.in
2411 entry for behavioral changes.
2412 (distclean-stage1, new-stage1-start, new-stage1-end,
2413 new-stage1-bubble, distclean-stage2, new-stage2-start,
2414 new-stage2-end, new-stage2-bubble, distclean-stage3,
2415 new-stage3-start, new-stage3-end): New autogenerated targets.
2416 (objext, prebootstrap, BOOT_CFLAGS,
2417 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2418 targets.
2419
2420 * Makefile.in: Regenerate.
2421 (distclean-stage1, new-stage1-start, new-stage1-end,
2422 new-stage1-bubble, distclean-stage2, new-stage2-start,
2423 new-stage2-end, new-stage2-bubble, distclean-stage3,
2424 new-stage3-start, new-stage3-end): New targets.
2425 (all-stage1-gcc): Move prebootstrap dependency from here...
2426 (configure-stage1-gcc): ...to here.
2427 (new-bootstrap): Use bubble targets.
2428 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2429 Use per-stage distclean targets.
2430 (configure-stage1-gcc, configure-stage2-gcc,
2431 configure-stage3-gcc, all-stage1-gcc,
2432 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2433 Use new-stageN-start to prepare the tree.
2434
04cf1b77
PB
24352004-05-23 Paolo Bonzini <bonzini@gnu.org>
2436
2437 * Makefile.def (host_modules): add libcpp.
2438 * Makefile.tpl: Add dependencies on and for libcpp.
2439 * Makefile.in: Regenerate.
2440 * configure.in: Add libcpp host module.
2441 * configure: Regenerate.
2442
80b200a1
ZW
24432004-05-17 Zack Weinberg <zack@codesourcery.com>
2444
2445 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2446 of libf2c.
2447 * configure, Makefile.in: Regenerate.
2448
4b1cb4fe
DD
24492004-05-13 Diego Novillo <dnovillo@redhat.com>
2450
2451 Merge from tree-ssa-20020619-branch.
2452
2453 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2454 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2455 (HOST_GMPLIBS): Define.
2456 (HOST_GMPINC): Define.
2457 (TARGET_LIB_PATH): Add libmudflap.
2458 (GFORTRAN_FOR_TARGET): Define.
2459 (configure-build*): Export GFORTRAN.
2460 (configure-gcc): Export GMPLIBS and GMPINC.
2461 (all-gcc): Add maybe-all-libbanshee.
2462 (configure-target-libgfortran): Define.
2463 * Makefile.in: Regenerate.
2464 * configure.in (host_libs): Add libbanshee.
2465 (target_libraries): Add target-libmudflap and target-libgfortran.
2466 Add --with-libbanshee.
2467 Handle --disable-libmudflap.
2468 (*-*-freebsd*): Use with_gmp.
2469 Add $(libgcj) to noconfigdirs.
2470 * configure: Regenerate.
2471 * depcomp: New file.
2472 * MAINTAINERS: Add tree-ssa maintainers.
2473
24742004-04-28 Paolo Bonzini <bonzini@gnu.org>
2475
2476 * config/acx.m4: Fix fastcompare support for new-bootstrap.
2477 * configure: Regenerate.
2478
b8908782
DD
24792004-04-27 Paolo Bonzini <bonzini@gnu.org>
2480
2481 Revert:
2482 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
2483
2484 * Makefile.def (flags_to_pass): Remove *dir variables that
2485 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2486 as well as prefix and exec_prefix.
2487 * Makefile.in: Regenerate.
2488
24892004-04-26 Paolo Bonzini <bonzini@gnu.org>
2490
2491 * Makefile.def (host_modules): Mark with the bootstrap
2492 flag packages on which gcc depends.
2493 * Makefile.tpl (all-bootstrap): Use it.
2494 * Makefile.in: Regenerate.
2495
24962004-04-26 Paolo Bonzini <bonzini@gnu.org>
2497
2498 * Makefile.def (flags_to_pass): Remove *dir variables that
2499 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2500 as well as prefix and exec_prefix.
2501 * Makefile.in: Regenerate.
2502
25032004-04-26 Paolo Bonzini <bonzini@gnu.org>
2504
80b200a1
ZW
2505 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2506 * configure: Regenerate.
2507 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2508 * gcc/Makefile.tpl (compare): Use the result of the test.
2509 * gcc/Makefile.in: Regenerate.
b8908782
DD
2510
25112004-04-23 Paolo Bonzini <bonzini@gnu.org>
2512
2513 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2514 Always relocate gcc and prev-gcc to the original names, even
2515 if the build fails.
2516 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2517 New targets.
2518
0f260896
RO
25192004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2520
2521 * configure.in (mips*-*-irix5*): Enable ld.
2522 * configure: Regenerate.
2523
51860f05
JW
25242004-04-15 James E Wilson <wilson@specifixinc.com>
2525
2526 * Makefile.tpl (configure-[+module+], configure-gcc,
2527 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2528 Set and export LDFLAGS.
2529 * Makefile.in: Regenerate.
2530
54752a6b
NN
25312004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2532
2533 PR bootstrap/14871
2534 * Makefile.tpl: If we don't have built-in-tree target tools,
2535 use the ones found by configure rather than hacking around with
2536 program_transform_name.
2537 * configure.in: Give Makefile.tpl the information necessary
2538 to do that.
2539 * Makefile.in: Regenerate.
2540 * configure: Regenerate.
2541
25422004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
2543
2544 PR bootstrap/14760
2545 * configure.in: When computing baseargs, strip *all* copies of
2546 offending options. Also, don't match/substitute the trailing space,
2547 so that this actually works when two similar options are separated by
2548 only one space.
2549 * configure: Regenerate.
2550
25512004-04-06 David Edelsohn <edelsohn@gnu.org>
2552
80b200a1
ZW
2553 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2554 (rs6000-*-aix*): Same.
2555 * configure: Regenerate.
54752a6b 2556
5e2b61fb
SS
25572004-03-25 Stan Shebs <shebs@apple.com>
2558
2559 Remove MPW support, no longer used.
2560 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
2561 mpw-install: Remove files.
2562 * src-release (DEVO_SUPPORT): Remove names of removed files.
2563 * MAINTAINERS: Likewise.
2564
1a6f2dc7
NN
25652004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
2566
a0049f1b
NN
2567 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2568 STRICT_WARN, WARN_CFLAGS flags passed down to make.
2569 * Makefile.in: Regenerate.
2570
1a6f2dc7
NN
2571 * configure.in (top level bootstrap support): Rework --enable-werror
2572 to set @stage2_werror_flag@.
2573 * configure: Regenerate.
2574 * Makefile.tpl (top level bootstrap support): Pass
2575 @stage2_werror_flag@ down to configure in stages 2 and 3.
2576 * Makefile.in: Regenerate.
2577
920e3419
NN
25782004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
2579
2580 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2581 for stages 2 and 3 as well as in make. As a consequence, remove
2582 OUTPUT_OPTION (now detected by configure) from the flags passed down
2583 to make.
2584 * Makefile.in: Regenerate.
2585
2586 * Makefile.tpl (new-bootstrap): Fix typo.
2587 * Makefile.in: Regenerate.
2588
4fa63067
NN
25892004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
2590
2591 * Makefile.tpl: Rearrange by moving recursive_targets rules
2592 into their proper sections.
2593 * Makefile.tpl (top level bootstrap support): Move disabling
2594 of coverage flags from 'make' to 'configure'; improve comments.
2595 * Makefile.in: Regenerate.
2596
2597 * Makefile.tpl (experimental top level bootstrap) Move stage1
2598 language setting from all- target to configure- target; disable
2599 intermodule optimization in stage 1; prevent gratuitous rebuilds
2600 of stage 1.
2601 * Makefile.in: Regenerate.
2602 * configure.in: Comma-separate stage 1 language list for top
2603 level bootstrap.
2604 * configure: Regenerate.
2605
2606 * Makefile.tpl: Clean up experimental top level bootstrap support:
2607 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2608 prev-gcc in configure- targets as well as all- targets.
2609 * Makefile.in: Regenerate.
2610
fb8a10fd
NN
26112004-03-17 Paolo Bonzini <bonzini@gnu.org>
2612
2613 * configure.in: Remove symbolic link section.
2614 * configure: Regenerate.
2615 * Makefile.tpl (links): Remove.
2616 * Makefile.in: Regenerate.
2617
947f426e 26182004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 2619 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
2620
2621 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 2622 Set with AC_CHECK_PROGS.
947f426e
NN
2623 * configure.in: Fix comment typo from last patch.
2624 * configure: Regenerate.
2625
1d39f329
NN
26262004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
2627
2628 * Makefile.tpl: Introduce experimental top level bootstrap support.
2629 * Makefile.in: Regenerate.
2630 * configure.in: Introduce support for top level bootstrap.
2631 * configure: Regenerate.
2632
4b0ac75d 26332004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 2634 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
2635
2636 PR bootstrap/14522
2637 * configure.in: Cope with shells that do not support unquoted ^
2638 * configure: Regenerate.
2639
2e70b094 26402004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 2641 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
2642
2643 PR bootstrap/14522
2644 * configure.in: Cope with shell that do not support nesting
2645 quotes inside quoted backquote substitutions.
2646 * configure: Regenerate.
2647
26482004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
2649
2650 PR bootstrap/14522
2651 * configure.in: Fix escaping of $.
2652 * configure: Regenerate.
2653
9e07f89d
NN
26542004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
2655
2656 * configure: Regenerate.
2657
26582004-03-08 Paolo Bonzini <bonzini@gnu.org>
2659
2660 PR ada/14131
2661 Move language detection to the top level.
2662 * configure.in: Find default values for the tools as
2663 soon as possible. Disable ada if GNAT is not found.
2664 Emit error message about missing languages. Expand
2665 --enable-languages=all for the gcc subdirectory.
2666
1712ab83
RS
26672004-03-01 Richard Sandiford <rsandifo@redhat.com>
2668
2669 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2670 and disable libgcj.
2671 * configure: Regenerated.
2672
3dee29da
NN
26732004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2674
2675 PR bootstrap/7087
2676 * Makefile.tpl: Guard XFOO sed statements better.
2677 * Makefile.tpl: Add dependency for configure-target-libada.
2678 * Makefile.in: Regenerate (incidentally fixes broken
2679 commit when libada-branch was merged).
2680
0558264b
AC
26812004-02-28 Andrew Cagney <cagney@redhat.com>
2682
2683 * src-release (CVS_NAMES): Define.
2684 (do-tar, do-tar): Prune $(CVS_NAMES).
2685
c38f9803
AC
26862004-02-23 Andrew Cagney <cagney@redhat.com>
2687
2688 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
2689 2004-02-19.09.
2690
55636792
NN
26912004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
2692
2693 PR bootstrap/11932
2694 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2695
1e600082
AC
26962004-02-19 Andrew Cagney <cagney@redhat.com>
2697
2698 * config.guess: Update from version 2003-06-12 to 2004-02-16.
2699 * config.sub: Update from version 2003-06-13 to 2004-02-16.
2700
3769cd82
DD
27012004-02-11 David Edelsohn <edelsohn@gnu.org>
2702
2703 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2704 (rs6000-*-aix*): Same.
2705 * configure: Regenerate.
2706
a92834c8
DD
27072004-02-11 Kelley Cook <kcook@gcc.gnu.org>
2708
2709 * configure.in (host): Add in missing $noconfigdirs to defines.
2710 * configure: Regenerate.
2711
a2592b1b
DD
27122004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
2713 Nathanael Nerode <neroden@gcc.gnu.org>
2714
2715 PR ada/6637, PR ada/5911
80b200a1 2716 Merge with libada-branch:
a2592b1b
DD
2717 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2718 with appropriate dependencies. Add --enable-libada configure switch.
2719 * configure, Makefile.in: Regenerate.
2720
e31d1ea3
DD
27212004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2722
2723 * configure.in: Don't pass --with-stabs on IRIX 5 either.
2724 * configure: Regenerate.
2725
db85f5c0
JJ
27262004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2727
2728 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 2729
fc434214
DD
27302004-01-23 DJ Delorie <dj@redhat.com>
2731
2732 * Makefile.def (target_modules) [libiberty]: Don't stage.
2733 * Makefile.in: Rebuilt.
2734
ad445c2c 27352004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 2736
ad445c2c
JJ
2737 * COPYING.NEWLIB: Update to include copyrights for new
2738 iconv code.
2739
72bbedde
AC
27402004-01-15 Andrew Cagney <cagney@redhat.com>
2741
2742 * src-release: Update copyright year.
2743 (do-proto-toplev): Configure using i686-pc-linux-gnu.
2744 (NEWLIB_SUPPORT_DIRS): Delete macro.
2745 (newlib.tar.bz2): Delete rule.
2746
a6d6062d
DD
27472004-01-14 Loren J. Rittle <ljrittle@acm.org>
2748
2749 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2750 * Makefile.tpl (configure-target-[+module+]): Support stage.
2751 * Makefile.in: Rebuilt.
2752
f8b73030
MR
27532003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2754
2755 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
2756 throughout.
2757
aff0e9df
NN
27582004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
2759
bb5dca17
NN
2760 * configure.in: Use ./config.cache, not config.cache.
2761 * configure: Regenerate.
2762 * Makefile.tpl: Special-casing not needed for GCC any more.
2763 * Makefile.in: Regenerate.
2764
82252c06
NN
2765 * configure.in: Don't share a cache file for host dirs.
2766 * configure: Regenerate.
2767
aff0e9df
NN
2768 * config-ml.in: Don't mess with the cache file.
2769
95036d20
NN
27702004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
2771
ac7b618e
NN
2772 * Makefile.tpl: Make GCC use a separate config.cache.
2773 * Makefile.in: Regenerate.
2774
95036d20
NN
2775 PR bootstrap/11932, PR bootstrap/11933
2776 (I don't know if it will fix either of them, but it relates
2777 to them.)
2778 * configure.in: Don't use shared config.cache for target
2779 directories.
2780 * configure: Regenerate.
2781
08c1856b
DD
27822003-12-31 Roger Sayle <roger@eyesopen.com>
2783
2784 * configure.in (ia64*-*-hpux*): Disable building java libraries.
2785 * configure: Regenerated.
2786
c1968181 27872003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 2788
c1968181
DD
2789 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2790 * configure: Regenerated.
2791
10ecffb9
NN
27922003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2793
2794 Port change over from GCC:
2795 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
2796 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2797 (configure-build-[+module+], configure-[+module+]): Likewise.
2798 (configure-target-[+module+], configure-gcc, config.status): Likewise.
2799 * Makefile.in: Regenerate.
2800
f2ab5990
TF
28012003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
2802
2803 * configure.in (raw_libstdcxx_flags): Remove the leading space.
2804 * configure: Regenerate.
2805
41a7d11a
JJ
28062003-11-27 Jeff Johnston <jjohnstn@redhat.com>
2807
80b200a1 2808 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
2809 stdlib.
2810
d9441a1f
DD
28112003-11-14 Arnaud Charlet <charlet@act-europe.fr>
2812
2813 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2814 * Makefile.in: Regenerate.
2815
3a48a978
DD
28162003-10-20 Phil Edwards <phil@codesourcery.com>
2817
2818 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
2819 * configure: Regenerate.
2820
f0b24077
NN
28212003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
2822
2823 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2824 HOST_FLAGS_TO_PASS.
2825 * Makefile.in: Regenerate.
2826
5fbad20a
DD
28272003-10-05 Mohan Embar <gnustuff@thisiscool.com>
2828
2829 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2830 * configure: Rebuilt
2831 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2832 * Makefile.in: Rebuilt
2833
78be4155
L
28342003-10-03 H.J. Lu <hongjiu.lu@intel.com>
2835
2836 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2837
051fcc7a
L
28382003-10-01 Phil Edwards <pme@gcc.gnu.org>
2839
2840 * config-ml.in: Use ac_configure_args directly instead of
2841 ml_arguments. Only set ml_norecursion if --no[-]recursion is
2842 actually seen.
2843
28442003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
2845
2846 * config-ml.in: Propagate INSTALL variables.
2847
f27d4f92
DJ
28482003-09-21 Daniel Jacobowitz <drow@mvista.com>
2849
2850 * configure.in: Pass a computed --program-transform-name
2851 to subconfigures.
2852 * configure: Regenerated.
2853
cae4d560
NN
28542003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2855
2856 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2857 * Makefile.in: Regenerate.
2858
2859 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2860 * Makefile.in: Regenerate.
2861
8ff944f6
DJ
28622003-09-17 Daniel Jacobowitz <drow@mvista.com>
2863
2864 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2865 quoting.
2866 * configure: Regenerated.
2867
d9a35680
MC
28682003-09-12 Michael Chastain <mec@shout.net>
2869
2870 Fix PR gdb/857.
2871 * src-release (do-proto-topleve): Remove junk files
2872 intl/config.cache, intl/config.status,
2873 intl/config.h, intl/stamp-h.
2874
710068b9
AC
28752003-09-14 Andrew Cagney <cagney@redhat.com>
2876
2877 * src-release (dejagnu.tar): New target.
2878 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
2879 (do-djunpack): Use $(PACKAGE) for the package name.
2880
e1008165
DD
28812003-09-04 DJ Delorie <dj@redhat.com>
2882
2883 * configure: Regenerate.
2884
21998d12
NC
28852003-09-04 Robert Millan <robertmh@gnu.org>
2886
2887 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 2888
ccca4bb3
DD
28892003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2890
2891 * configure.in: Ensure arguments to sed are properly spaced.
2892 * configure: Regenerate.
2893
ee949b5e
DJ
28942003-08-28 Daniel Jacobowitz <drow@mvista.com>
2895
2896 Merge from gcc:
2897 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
2898 * install-sh: Update to newer upstream versions (associated with
2899 aclocal 1.7).
2900 * missing: Likewise, plus $1Help2man -> $1 typo fix.
2901
75addda2
DJ
29022003-08-27 Daniel Jacobowitz <drow@mvista.com>
2903
2904 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2905 * configure: Regenerated.
2906
8d2877d8
NN
29072003-08-23 Phil Edwards <pme@gcc.gnu.org>
2908
2909 * configure.in: Use newline instead of semicolon when assuming
2910 shell arguments in a for loop.
2911 * configure: Regenerated.
2912
d2cc0e0d
GK
29132003-08-20 Geoffrey Keating <geoffk@apple.com>
2914
2915 PR 8180
2916 * configure.in: When testing with_libs and with_headers, treat
2917 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
2918 * configure: Regenerate.
80b200a1 2919
d2cc0e0d
GK
2920 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2921 make, shell, etc.
2922 (baseargs): Likewise.
2923 * configure: Regenerate.
2924
04d1ab34
GK
29252003-08-19 Geoffrey Keating <geoffk@apple.com>
2926
2927 * configure.in: Disable libgcj for darwin not on powerpc.
2928 * configure: Rebuild.
2929
ca506da8
MC
29302003-08-15 Michael Chastain <mec@shout.net>
2931
2932 * src-release (do-proto-toplev): Remove junk files
2933 dejagnu/example/calc/config.status,
2934 dejagnu/example/calc/config.log.
2935
a4aa3f49
DD
29362003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
2937
2938 * config-ml.in, symlink-tree: Add license.
2939
ede4fbe4
NN
29402003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
2941
2942 Merge from gcc:
2943
2944 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
2945 * Makefile.tpl (check, check-c++): Express dependencies using
2946 dependencies rather than commands.
2947 * Makefile.in: Regenerate.
2948
2949 2003-07-31 Geoffrey Keating <geoffk@apple.com>
2950 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2951 * Makefile.in: Update.
2952
970f29af
AC
29532003-08-01 Andrew Cagney <cagney@redhat.com>
2954
2955 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2956 * configure: Ditto.
2957
b2884a0c
DD
29582003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
2959
2960 * configure.in: Enable libgcj for darwin.
2961 * configure: Rebuild.
2962
c07f46a4
NN
29632003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
2964
2965 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
2966
9175bfc0
NN
29672003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
2968
2969 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2970 creating target and build subdirs to build all parent dirs as needed.
2971 * Makefile.in: Rebuild.
2972 * configure.in: Don't build dirs explicitly here.
2973 * configure: Rebuild.
2974
b9abda6a
AO
29752003-07-22 Alexandre Oliva <aoliva@redhat.com>
2976
2977 * Makefile.tpl (all-make): Depend on intl.
2978 * Makefile.in: Rebuilt.
2979
eef8ffd4
NN
29802003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2981
2982 * config.if: Remove unused libc_interface determination.
2983
295efaf0
NN
29842003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
2985
2986 * Makefile.in: Regenerate, correctly this time.
2987
e5c3f801
NN
29882003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
2989
2990 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
2991 unused INSTALL_PROGRAM_ARGS.
2992 * configure.in: Use AC_PROG_INSTALL.
2993 * Makefile.in: Regenerate.
2994 * configure: Regenerate.
2995
4a18bd6b
AO
29962003-07-10 Alexandre Oliva <aoliva@redhat.com>
2997
2998 * configure: Rebuilt.
2999 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3000 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3001 newlib nor libgloss.
3002 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
3003 * configure.in (am33_2.0-*-linux*): Added.
3004
fbd1054d
BW
30052003-07-09 Bob Wilson <bob.wilson@acm.org>
3006
3007 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3008 * configure: Regenerate.
3009
b40e3958
L
30102003-07-06 H.J. Lu <hongjiu.lu@intel.com>
3011
3012 * config-ml.in: Replace PWD with PWD_COMMAND.
3013 * Makefile.tpl: Likewise.
3014 * Makefile.in: Regenerated.
3015
4a5be7ba
NN
30162003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
3017
3018 * configure.in: Clean up config-lang.in handling. Delete
3019 useless assignment to "subdirs".
3020 * configure: Regenerate.
3021
9c14acb8
NN
30222003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
3023
3024 * configure.in: Rename 'target_libs' to 'target_libraries'.
3025 Remove useless reference to 'target_libs'.
3026 * configure: Regenerate.
3027
8f32e830
KS
30282003-06-23 Keith Seitz <kseitz@sources.redhat.com>
3029
3030 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3031 * Makefile.in: Regenerate.
3032
12f0bd74
NN
30332003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
3034
3035 * Makefile.def: Introduce flags_to_pass.
3036 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3037 * Makefile.in: Regenerate.
3038
b07c2aad
HPN
30392003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
3040
3041 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3042 and target-libgloss.
3043 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3044 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 3045 * configure: Regenerate.
b07c2aad 3046
56f25033
DD
30472003-06-17 Benjamin Kosnik <bkoz@redhat.com>
3048
3049 * configure.in: Update testsuite_flags to new location.
3050 * configure. Regenerate.
80b200a1 3051
4ec9a3b2
NN
30522003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
3053
3054 * Makefile.tpl: Remove BUILD_CC stuff.
3055 * Makefile.in: Regenerate.
3056
059083b1 30572003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 3058
059083b1
L
3059 * config.guess: Update to 2003-06-12 version.
3060 * config.sub: Update to 2003-06-13 version.
3061
535b046a
TS
30622003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3063
3064 * MAINTAINERS: Add myself as MIPS co-maintainer.
3065
00c22daa 30662003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 3067
00c22daa
L
3068 * config.guess: Update to 2003-06-06 version.
3069 * config.sub: Update to 2003-06-06 version.
3070
1047cb91
DD
30712003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3072
3073 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3074 * configure. Regenerate.
3075
123494c8
NN
30762003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
3077
1047cb91
DD
3078 * configure.in: Disable serial configure by default.
3079 * configure: Regenerate.
3080 * Makefile.tpl: Abolish .NOTPARALLEL.
3081 * Makefile.in: Regenerate.
3082
7f121bbf
NN
3083 * Makefile.tpl: Replace {build,host,target}_canonical by
3084 {build,host,target}.
3085 * Makefile.in: Regenerate.
3086
123494c8
NN
3087 * Makefile.tpl: Fix stupid pasto.
3088 * Makefile.in: Regenerate.
3089
ec7e0995
NN
30902003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
3091
3092 * Makefile.tpl: Remove bogus conditional.
3093 * Makefile.in: Regenerate.
3094
27b1cc72
NN
30952003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
3096
2a4cbe27
NN
3097 * Makefile.tpl: Make 'recursive targets' using autogen rather
3098 than shell loop. Remove duplicate 'clean' targets and false
3099 comments.
3100 * Makefile.def: Add systematic dependencies to 'recursive' targets.
3101 Add systematic method of specifying missing targets in subdirs.
3102 Add copyright boilerplate.
3103 * Makefile.in: Regenerate.
3104 * configure.in: Add 'recursive targets' to maybe list.
3105 * configure: Regenerate.
3106
27b1cc72
NN
3107 * Makefile.tpl: Rename [+target+] to [+make_target+].
3108 * Makefile.def: Rename 'target' to 'make_target'.
3109
01e51bd0
NC
31102003-05-30 Nick Clifton <nickc@redhat.com>
3111
3112 * README-maintainer-mode: Update URL for locating blessed config
3113 tools.
3114
2fd84b42
NC
31152003-05-29 Robert Millan <rmh@debian.org>
3116
3117 * ltconfig: Import this patch and modify for use with current
3118 version of ltconfig:
3119
3120 2003-05-21 Bruno Haible <bruno@clisp.org>
3121
3122 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
3123 GNU/FreeBSD.
3124
8945c6bb
DD
31252003-05-28 DJ Delorie <dj@redhat.com>
3126
3127 * Makefile.tpl: Make maybe-check-gcc .PHONY.
3128 * Makefile.in: Regenerate.
3129
2f9632a1
JJ
31302003-05-28 Jeff Johnston <jjohnstn@redhat.com>
3131
80b200a1 3132 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 3133
3a12db16 31342003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 3135
3a12db16
DD
3136 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3137 newlib or libgloss.
3138 * Makefile.in: Regenerate.
3139
44482353
DD
31402003-05-21 DJ Delorie <dj@redhat.com>
3141
3142 * Makefile.tpl: Add missing empty maybe-check-gcc target.
3143 * Makefile.in: Regenerate.
3144
fec2c52d
MR
31452003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3146
3147 * configure.in: Use curly braces in the definition of tooldir.
3148 * configure: Regenerate.
3149
16ae0395
NN
31502003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
3151
3152 * configure.in: Switch more things to use maybe dependencies.
80b200a1 3153 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
3154 Factor out common code from autogen IF statements.
3155 * configure: Regenerate.
3156 * Makefile.in: Regenerate.
3157
ec11bdc6
DD
31582003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
3159
3160 * configure.in: Accept i[3456789]86 for machine type.
3161 * configure: Regenerate.
3162
dd12c3a8
NN
31632003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
3164
3165 * configure.in: Switch more things to use maybe dependencies.
3166 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
3167 * configure: Regenerate.
3168 * Makefile.tpl: Switch more things to use maybe dependencies.
3169 * Makefile.in: Regenerate.
3170
cf662e21
AJ
31712003-05-16 Andreas Schwab <schwab@suse.de>
3172
3173 * Makefile.tpl (install-opcodes): Define.
3174 * Makefile.in: Rebuild.
3175
5481b376
AJ
31762003-05-13 Andreas Jaeger <aj@suse.de>
3177
3178 * config.guess: Update to 2003-05-09 version.
3179 * config.sub: Update to 2003-05-09 version.
3180
3959a22a
AJ
31812003-05-13 Michael Eager <eager@mvista.com>
3182
3183 * configure.in: Correct sed script so that options in quotes are not
3184 deleted.
3185 * configure: Rebuild.
3186
564b43e5
CV
31872003-05-12 Corinna Vinschen <corinna@vinschen.de>
3188
3189 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3190 and $$s/newlib/libc/sys/cygwin32 include paths.
3191 * configure: Ditto.
3192
bb947dc9
L
31932003-05-05 H.J. Lu <hjl@gnu.org>
3194
3195 * config-ml.in: Restored from gcc repository.
3196
77f7441a
CD
31972003-05-02 Chris Demetriou <cgd@broadcom.com>
3198
80b200a1
ZW
3199 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3200 * Makefile.in: Regenerate.
77f7441a 3201
a26d7085
DJ
32022003-04-27 Daniel Jacobowitz <drow@mvista.com>
3203
3204 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
3205 and Makefile.def.
3206
e4c4d240
DJ
32072003-04-27 Daniel Jacobowitz <drow@mvista.com>
3208
3209 * Makefile.tpl: Clean $(BUILD_SUBDIR).
3210 * Makefile.in: Regenerated.
3211
62a3fc85
DD
32122003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3213
3214 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3215 * Makefile.in: Regenerate.
3216
32172003-04-18 Jakub Jelinek <jakub@redhat.com>
3218
3219 * configure.in (powerpc64*-*-linux*): Remove.
3220 * configure: Rebuilt.
3221
5b474aa8
DD
32222003-04-17 Phil Edwards <pme@gcc.gnu.org>
3223
3224 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
3225 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3226 and restrap.
3227 * Makefile.in: Regenerate.
3228
32292003-04-16 Richard Earnshaw <rearnsha@arm.com>
3230
3231 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3232 * configure: Regenerated.
3233
bc295afe
AO
32342003-04-11 Alexandre Oliva <aoliva@redhat.com>
3235
3236 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3237 * */configure: Rebuilt.
3238
3728fade
NN
32392003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
3240
3241 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3242 * Makefile.in: Regenerate.
3243
ce5b542e
MC
32442003-03-14 Michael Chastain <mec@shout.net>
3245
3246 * Makefile.in: Regenerate with correct Makefile.def.
3247
3db0a37f
NN
32482003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
3249
3250 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
3251 Make macro.
3252 * Makefile.in: Regenerate.
3253 * configure.in: Clean up gxx_include_dir logic.
3254 * configure: Regenerate.
3255
34349c6e
DD
32562003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3257
3258 * configure.in (gxx_include_dir): Fix typo.
3259 * configure: Regenerated.
3260
686c28c9
AC
32612003-03-06 Andrew Cagney <cagney@redhat.com>
3262
3263 * texinfo/texinfo.tex: Import version 2003-02-03.16.
3264
bba45b8b 32652003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 3266
bba45b8b
NN
3267 * configure.in: Include $(build_tooldir)/sys-include in
3268 FLAGS_FOR_TARGET.
3269 * configure: Regenerated.
3270
2683747f
NN
32712003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
3272
bba45b8b
NN
3273 * Makefile.tpl: Reindent.
3274 * Makefile.in: Regenerate.
3275 * configure.in: Reindent. Don't set unused variables.
3276 * configure: Regenerate.
3277
2683747f
NN
3278 * Makefile.tpl: Always pass down RANLIB.
3279 * Makefile.in: Regenerate.
3280
3281 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3282 * Makefile.in: Regenerate.
3283 * configure.in: Remove unused logic relating to --enable-shared
3284 and --enable-threads. Remove bogus comments. Remove redundant
3285 noconfigdirs.
3286 * configure: Regenerate.
3287
3288 * configure.in: Replace ${libstdcxx_version} by its value.
3289 Remove reference to mh-dgux.
3290 * configure: Regenerate.
3291
50212802
NN
32922003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3293
3294 * Makefile.tpl: Rearrange.
3295 * Makefile.in: Regenerate.
3296
a6be7fc6
NC
32972003-02-25 Nick Clifton <nickc@redhat.com>
3298
3299 * configure: Remove site-file supprot - it is obsolete.
3300
f8a495c8
NC
33012003-02-24 Uwe Stieber <uwe@wwws.de>
3302
3303 * configure.in: Add support for kaOS as cross build target system.
3304 * configure: Regenerated.
3305
3decd77d
DD
33062003-02-20 Sean McNeil <sean@blue.mcneil.com>
3307
3308 * Makefile.tpl: Add definition of CPPFLAGS to pass into
3309 configure-target-* as some target builds may require additional
3310 flags for preprocessor tests.
3311 * Makefile.in: Regenerated.
3312
f4ff34a3
AO
33132003-02-19 Alexandre Oliva <aoliva@redhat.com>
3314
3315 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3316 * ltconfig: Handle it.
3317 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3318 auto-detecting it.
3319
b7e4a931
AO
33202003-02-19 Alexandre Oliva <aoliva@redhat.com>
3321
3322 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3323 it is used as argument to $CC.
3324 * ltcf-gcj.sh: Likewise.
3325
6b784d9f
AO
33262003-02-19 Alexandre Oliva <aoliva@redhat.com>
3327
3328 * configure.in: Introduce --enable-maintainer-mode.
3329 * configure: Rebuilt.
3330 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3331 for maintainer mode.
3332 * Makefile.in: Rebuilt.
3333
8bcd8a07
AC
33342003-02-19 Andrew Cagney <ac131313@redhat.com>
3335
3336 * configure: Regenerate using autoconf 2.13.
3337
ee3fd329
AM
33382003-02-19 Alan Modra <amodra@bigpond.net.au>
3339
3340 * config.guess: Import latest version.
3341 * config.sub: Import latest version.
3342
e9e45685
JM
33432003-02-18 Jason Merrill <jason@redhat.com>
3344
3345 * Makefile.tpl (check-c++): Allow parallelism.
3346
859789af
AC
33472003-02-17 Andrew Cagney <ac131313@redhat.com>
3348
3349 * configure: Regenerate using autoconf 000227.
3350
b3f16a9b
GK
33512003-02-15 Geoffrey Keating <geoffk@apple.com>
3352
3353 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3354 don't configure target-libobjc.
3355 * configure: Regenerate.
3356
72e60e02
DD
33572003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3358
3359 * Makefile.tpl (RANLIB): Define.
3360 * Makefile.in: Regenerate.
3361
91f0e695
KS
33622003-02-06 Keith R Seitz <keiths@redhat.com>
3363
3364 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3365 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3366 * Makefile.in: Regenerated.
3367 * configure.in: Remove all traces of snavigator, db, and grep.
3368 * configure: Regenerated.
3369
122bfa92
FCE
33702003-01-31 Frank Ch. Eigler <fche@redhat.com>
3371
3372 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3373 * Makefile.in: Regenerated.
3374
264095c3
AO
33752003-01-30 Alexandre Oliva <aoliva@redhat.com>
3376
3377 * config.if: Copy from GCC.
3378
a84dbcb3
AO
33792003-01-27 Phil Edwards <pme@gcc.gnu.org>
3380
3381 * configure.in: Revert 24Jan change.
3382 * configure: Regenerate.
3383
19618276
NN
33842003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3385
3386 * configure.in: Revert previous change.
3387 * configure: Regenerate.
3388
b7f27a92
NN
33892003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3390
3391 * configure.in: Make rda native-only.
3392 * configure: Regenerate.
3393
83326456
NN
33942003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
3395
3396 * configure.in: Add missing \.
3397 * configure: Rebuilt.
3398
5e367fa5
JJ
33992003-01-17 Jakub Jelinek <jakub@redhat.com>
3400
3401 * configure.in (baseargs): Avoid using \| in sed regular
3402 expressions.
3403 * configure: Rebuilt.
3404
e01f337c
JJ
34052003-01-16 Jakub Jelinek <jakub@redhat.com>
3406
3407 * configure.in (baseargs): Remove all supported forms of
3408 --cache-file, --srcdir, --host, --build and --target options
3409 from argument lists.
3410 * configure: Rebuilt.
3411
aa236487
AO
34122003-01-15 Alexandre Oliva <aoliva@redhat.com>
3413
3414 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3415 * configure: Rebuilt.
3416
586c0873
NN
34172003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
3418
3419 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3420 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3421 * Makefile.in: Regenerate.
3422 * configure: Regenerate.
3423
497f816e
DD
34242003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3425
3426 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3427 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3428 * Makefile.in: Regenerate.
3429
bfbe5519
AO
34302003-01-09 Alexandre Oliva <aoliva@redhat.com>
3431
3432 * configure.in: Remove Makefile in build, host and target modules
3433 unless configure was run with --no-recursion.
3434 * configure: Rebuilt.
3435
3f234ef5
CD
34362003-01-08 Chris Demetriou <cgd@broadcom.com>
3437
3438 * config.guess: Update to 2003-01-03 version.
3439 * config.sub: Update to 2003-01-03 version.
3440
a3982d48
CF
34412003-01-07 Christopher Faylor <cgf@redhat.com>
3442
3443 * configure: Regenerate with proper autoconf 2.13.
3444
75778ec4
CF
34452003-01-07 Christopher Faylor <cgf@redhat.com>
3446
80b200a1
ZW
3447 * configure.in: Add AC_PREREQ for consistency.
3448 * configure: Regenerate.
75778ec4 3449
c180f501
AC
34502003-01-06 Andrew Cagney <ac131313@redhat.com>
3451
3452 * configure.in (GDB_TK): Add tcl directories conditional on
3453 gdb/gdbtk directory being present.
3454 * configure: Regenerate.
5481b376 3455
46ca2cc2
DA
34562003-01-04 John David Anglin <dave.anglin@nrc.ca>
3457
3458 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
3459 by gcc if LD is not defined and we are not doing a Canadian Cross.
3460 * configure: Rebuilt.
3461
53dd8dab
DJ
34622003-01-01 Daniel Jacobowitz <drow@mvista.com>
3463
3464 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
3465
50ceb20c
TT
34662002-12-31 Tom Tromey <tromey@redhat.com>
3467
3468 * Makefile.in: Rebuilt.
3469 * Makefile.def (target_modules) [libffi]: Allow installation.
3470
e78b5cfe
AS
34712002-12-31 Andreas Schwab <schwab@suse.de>
3472
3473 * configure.in: Fix use of $program_transform_name.
3474 * configure: Regenerated.
3475
67448102
DJ
34762002-12-30 Daniel Jacobowitz <drow@mvista.com>
3477
3478 * configure.in (baseargs): Don't remove first configure argument.
3479 * configure: Regenerated.
3480
e6bfb94a
AO
34812002-12-29 Alexandre Oliva <aoliva@redhat.com>
3482
3483 * Makefile.tpl (local-distclean): Don't remove...
3484 (multilib.ts): ... this. Moved into...
3485 (multilib.out): ... this. Don't use sub-make.
3486 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3487 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3488 (configure-build-[+module+], configure-[+module+],
3489 configure-target-[+module+], configure-gcc): ... these. Test
3490 for Makefile existence. Drop config.status from dependencies.
3491 * Makefile.in: Rebuilt.
3492 * configure.in: Move gcc-version-trigger to the end of
3493 ac_configure_args. Add comments to maybedep.tmp and
3494 serdep.tmp. Introduce --disable-serial-configure. Remove
3495 nonopt from baseargs, matching and removing corresponding
3496 whitespace while at it.
3497 * configure: Rebuilt.
3498
8f0dfb36
AO
34992002-12-28 Alexandre Oliva <aoliva@redhat.com>
3500
3501 * configure.in (host_configargs): Replace reference to
3502 no-longer-defined buildopts with --build=${build_alias}.
3503 * configure: Rebuilt.
3504
43be203f
AO
35052002-12-28 Alexandre Oliva <aoliva@redhat.com>
3506
3507 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
3508 program_transform_name to standard idiom.
3509 (AUTOGEN, AUTOCONF): Define.
3510 (Makefile.in): Use $(AUTOGEN).
3511 (Makefile): Depend on config.status, and use autoconf-style rule to
3512 build it. Move original commands to...
3513 (config.status): ... this new target.
3514 (configure): Add $(srcdir). Depend on config/acx.m4. Use
3515 $(AUTOCONF).
3516 * Makefile.in: Rebuilt.
3517
a0da8069
NN
35182002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
3519
d18f1c9f
NN
3520 * Makefile.tpl: Fix dramatic bustage due to change in
3521 program_transform_name.
3522 * Makefile.in: Regenerate.
3523
3524 * configure.in: Remove unnecessary PATH setting.
3525 * configure: Regnerate.
3526
3527 * configure.in: Don't default to unprefixed tools unless
3528 the native tools will work.
3529 * configure: Regenerate.
3530
a0da8069
NN
3531 * configure.in: Convert to autoconf script. Blow away lots
3532 of now-redundant Makefile fragments.
3533 * configure: Generate using Autoconf.
3534 * Makefile.tpl: Rewrite to reflect autoconfiscation.
3535 * Makefile.in: Regenerate.
3536
c567df0a
NN
35372002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
3538
5481b376 3539 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
3540 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3541
5481b376 3542 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 3543 where they belong.
2c7f9a32 3544
2dabcfb4
AS
35452002-12-24 Andreas Schwab <schwab@suse.de>
3546
3547 * Makefile.tpl (multilib.out): Fix missing space.
3548 * Makefile.in: Regenerate.
3549
1086bc09
NN
35502002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
3551
3552 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
3553 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
3554 * Makefile.in: Regenerate.
3555 * configure.in: Remove unnecessary leftovers.
3556
1086bc09
NN
35572002-12-21 Geoffrey Keating <geoffk@apple.com>
3558
3559 * configure.in (extra_ranlibflags_for_target): New variable.
3560 (*-*-darwin): Add -c to ranlib commands.
3561 * configure (tooldir): Handle extra_ranlibflags_for_target.
3562
14e9ca95
JJ
35632002-12-20 Jeff Johnston <jjohnstn@redhat.com>
3564
3565 * COPYING.NEWLIB: Updated.
3566 * COPYING.LIBGLOSS: Ditto.
3567
14c428fb
NN
35682002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
3569
3570 * Makefile.tpl: Revert HJL's change.
3571 * Makefile.in: Regenerated.
3572 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3573 always.
3574
313b8244
AS
35752002-12-19 Andreas Schwab <schwab@suse.de>
3576
3577 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3578 * Makefile.in: Regenerate.
3579
efeae3db
L
35802002-12-18 H.J. Lu <hjl@gnu.org>
3581
3582 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3583 * Makefile.in: Regenerated.
3584
3585 * configure.in (build_prefix): New. Substitute.
3586
43d92c63
NN
35872002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
3588
59da4fe6
NN
3589 * Makefile.tpl: Don't let real targets depend on phony targets.
3590 * Makefile.in: Regenerate.
3591
43d92c63
NN
3592 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3593 * Makefile.in: Regenerate.
3594
b72e6a2d
JM
35952002-12-16 Jason Merrill <jason@redhat.com>
3596
3597 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3598 previous 'make bootstrap'.
3599 * Makefile.in: Regenerate.
3600
95c72c44
HPN
36012002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
3602
3603 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3604
7d695d07
JM
36052002-12-13 Jason Merrill <jason@redhat.com>
3606
3607 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
3608 library tests.
3609 (check-c++): Just depend on it and check-target-libstdc++-v3.
3610 * Makefile.in: Regenerate.
3611
54103d1e
NN
36122002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
3613
3614 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3615 * Makefile.in: Regenerate.
3616
4024f1e1
JJ
36172002-12-12 Jeff Johnston <jjohnstn@redhat.com>
3618
80b200a1
ZW
3619 * COPYING.NEWLIB: Update list of alternate Regent of California
3620 licenses and discuss official revoking of advertising clause.
3621 * COPYING.LIBGLOSS: Ditto.
4024f1e1 3622
7dda0df6
AO
36232002-12-12 Alexandre Oliva <aoliva@redhat.com>
3624
3625 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3626 * Makefile.in: Rebuilt.
3627
d03be79e 36282002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 3629
929293f4
NN
3630 * configure: Fix bug put in by gremlins.
3631
d03be79e
NN
3632 * Makefile.tpl: Substitute more autoconfily.
3633 * configure: Substitute more autoconfily.
3634 * Makefile.in: Regenerate.
3635
36362002-12-08 Andrew Cagney <ac131313@redhat.com>
3637
3638 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3639 * Makefile.in (all-sim): Ditto.
a36d530e
DD
3640
36412002-12-06 DJ Delorie <dj@redhat.com>
3642
3643 * Makefile.tpl: Change configure dependencies to not have real
3644 targets depend on phony targets.
b4a77b47 3645
db1ac78d
NN
36462002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
3647
bcaf2395
NN
3648 * configure.in: Revert unintentional change.
3649
b4fa093e
NN
3650 * src-release: Configure host subdirs.
3651
db1ac78d
NN
3652 * Makefile.tpl: Change dependency for */multilib.out so that
3653 it works when gcc isn't in the tree.
3654
3655 * configure.in: Substitute more.
3656 * configure: Run subconfigures from the Makefile.
3657 * Makefile.tpl: Run subconfigures from the Makefile; add a few
3658 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
3659
15723a45
NN
36602002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
3661
e2b9e2dc
NN
3662 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3663 and corresponding dependencies.
3664 * Makefile.in: Regenerate.
3665
2af579c4
NN
3666 * configure.in (host_tools): Order binutils, gas and ld for
3667 convenience in running the testsuites.
3668
a2cc058a
NN
3669 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3670 * Makefile.in: Regenerate.
3671 * configure.in: Introduce rules to serialize subconfigure runs.
3672
15723a45
NN
3673 * configure.in: Introduce BASE_CC_FOR_TARGET.
3674 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
3675 Realize configure-build-* targets. Realize configure-target-* targets.
3676 * Makefile.in: Regenerate.
3677
ae831be5
NN
36782002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3679
3680 * configure: Move gcc_version_trigger stuff from here...
3681 * configure.in: ...to here.
3682
3683 * configure.in: Separate subconfigure options added by this file from
3684 options given by the user. Add machinery to put args for host
3685 subconfigures into the Makefile.
3686
3687 * Makefile.tpl: Remove 'vault' targets.
3688 * Makefile.tpl: Reorder and comment dependencies.
3689 * Makefile.in: Regenerate.
3690
bbf7c8ac
NN
36912002-11-28 Geoffrey Keating <geoffk@apple.com>
3692
3693 * configure.in: Move host-specific darwin noconfigdirs into
3694 the host-specific section.
3695
930314a4
NN
36962002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3697
52d7cdee
NN
3698 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
3699 during replay.
3700 * Makefile.in: Regenerate.
3701
930314a4
NN
3702 (finishing slow-motion replay)
3703 * configure: Remove skip-this-dir support.
3704 * Makefile.tpl: Remove skip-this-dir support.
3705
3706 * Makefile.tpl: Remove leftover support for non-autoconfiscated
3707 subdirectories.
3708 * Makefile.in: Regenerate.
3709
3710 * Makefile.tpl: Strip out useless setting of 'dir'.
3711 * Makefile.in: Regenerate.
5481b376 3712
930314a4
NN
37132002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3714
3715 (finishing slow-motion replay)
3716 * configure.in: Fix deeply stupid bug.
3717
3718 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3719 shell code in CXX_FOR_TARGET
3720 * Makefile.def: Introduce raw_cxx.
3721 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3722 RAW_CXX_FOR_TARGET.
3723 * Makefile.in: Regenerate.
3724
37252002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3726
3727 (finishing slow-motion replay)
3728 * Makefile.tpl: Remove unnecessary ifs.
3729 * Makefile.in: Regenerate.
3730
5481b376 3731 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
3732 dependencies. Maybe-ize build-libiberty. Create dummy install
3733 targets for 'no_install' modules.
5481b376 3734 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 3735 build_modules stuff to configure.in.
5481b376 3736 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
3737 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
3738 * Makefile.in: Regenerate.
3739
3866be5d
NN
37402002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3741
3742 (continuing slow-motion replay)
3743 * Makefile.tpl: Make all-target, install-target behave similarly
3744 to all, install (only hitting configured targets). Eliminate
3745 unused macro defintions.
3746
3747 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3748 build != host.
3749
3750 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3751
3752 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3753
5481b376 3754 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
3755 configuring. Remove references to "dosrel".
3756 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 3757 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 3758 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 3759 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
3760 and redundant dependency; rearrange slightly.
3761 * Makefile.def: Add host-side libtermcap, utils.
3762
3763 * Makefile.in: Regenerate.
3764
e393202e
NN
37652002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3766
3767 (Continuing slow-motion replay)
3768 * Makefile.def: Add list of recursive targets to autogenerate.
3769 Add build_modules.
3770 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
3771 targets. Autogenerate *-build-* targets.
3772 * Makefile.in: Regenerate.
3773
583d52d7
NN
37742002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
3775
3776 (Continuing slow-motion replay)
3777 * configure: More autoconf-style substitutions.
3778 * Makefile.tpl: More autoconf-style substitutions.
3779 * Makefile.in: Regenerate.
3780
37812002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
3782
3783 (Continuing slow-motion replay)
3784 * configure: Substitute more variables in a more autoconf-friendly
3785 way. Simplify slightly.
3786 * Makefile.tpl: Make more variables substitutable in an
3787 autoconf-friendly way.
3788 * Makefile.in: Regenerate.
3789
874e38b4
NN
37902002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
3791
3792 (Continuing slow-motion replay)
3793 * configure.in (v810*): Remove special setting of tools.
3794
3795 * configure: Add support for extra required flags for ar or nm.
3796 * configure.in (aix4.3+): Use above support for target-specific
3797 issues, rather than using config/mt-aix43.
3798
852e5f18
NN
37992002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
3800
3801 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
3802 * configure: Remove 'removing', which doesn't work. Replace $subdir
3803 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
3804 with $srcdir. Reformat indentation. Substitute some variables
3805 formerly hard-coded in the Makefile for build=host.
3806 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3807 * Makefile.def: Autogenerate more.
3808 * Makefile.in: Regenerate.
3809
c9a0d920
DD
38102002-11-13 Bruce Korb <bkorb@gnu.org>
3811
3812 * Makefile.tpl: syntactic cleanup
3813
dd2768ff
KB
38142002-11-04 Kevin Buettner <kevinb@redhat.com>
3815
3816 * Makefile.def (host_modules): Add rda.
3817 * Makefile.in: Regenerate.
3818 * configure.in (target_tool): Add target-rda to list.
3819
1aa8389d
DD
38202002-10-25 Phil Edwards <pme@gcc.gnu.org>
3821
3822 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
3823 and restrap targets to this rule.
3824 * Makefile.in: Regenerate.
3825
28f46298
HPN
38262002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
3827
3828 * configure.in (i[3456]86-*-linux*): Add check to disable
3829 ${libgcj} for glibc1.
3830
ff72e302
NC
38312002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
3832
3833 * configure.in: Add tic4x target.
3834
8607b6c9
NN
38352002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
3836
3837 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3838 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3839 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3840 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3841 * Makefile.in: Regenerate.
3842
f8f61f4a
NN
38432002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3844
c86f794b
NN
3845 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3846 * Makefile.in: Regenerate.
3847
a9590527
NN
3848 * Makefile.def: Remove order dependency comments.
3849 * Makefile.tpl: Add explicit install-install dependencies.
3850 * Makefile.in: Regenerate.
3851
8412ce72
NN
3852 * Makefile.tpl: Remove material now in src-release. (Finally!)
3853 * Makefile.in: Regenerate.
3854
8b9f37f1
NN
3855 * configure: Restore my original patch by syncing with gcc version.
3856
f8f61f4a
NN
3857 * Bring following over from gcc:
3858
38592002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
3860
3861 * configure.in (s390*-*-linux*): Enable libgcj.
3862
403d9505
NN
38632002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3864
3865 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
3866
95f6f383
AM
38672002-10-02 Alan Modra <amodra@bigpond.net.au>
3868
e4673b0a 3869 * configure: Move stray lines back to where they belong.
95f6f383 3870
748503c8
NN
38712002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
3872
a581b5c3
NN
3873 * Makefile.tpl: Insert configure-target target, for src-release.
3874
c084f5b4
NN
3875 * configure: Finish reverting change which Andrew Cagney started
3876 reverting. Should fix bustage.
3877
7aa673ed 3878 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
3879 * src-release: New file. Contains material for making net
3880 releases for gdb, binutils, et al., formerly in Makefile.in.
3881
82a9b2d9
NC
38822002-09-30 Nick Clifton <nickc@redhat.com>
3883
3884 * cpu: New top level directory. Intended to hold input files for
3885 CGEN which have FSF copyright assignment.
3886 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3887
c2463a00
AC
38882002-09-29 Andrew Cagney <ac131313@redhat.com>
3889
3890 Revert below (note that src does not contain Makefile.tpl):
3891 * Makefile.tpl: Make subsituted variables more autoconfy.
3892 * Makefile.in: Regenerate.
3893
f03b4789
NN
38942002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
3895
c11e16a9
NN
3896 * configure: Revert accidentally applied changes.
3897
f03b4789
NN
3898 * Makefile.tpl: Make more autoconf-friendly.
3899 * Makefile.in: Regenerate.
3900 * configure: Make substitution more autoconf-like.
3901
39022002-09-28 Richard Earnshaw <rearnsha@arm.com>
3903
3904 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3905 single entry to handle all these.
3906 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
3907 libjava on arm-*-elf.
3908
c0292023
GK
39092002-09-27 Geoffrey Keating <geoffk@apple.com>
3910
3911 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3912 things that depend on them.
3913
c66d951e
NN
39142002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
3915
3916 * Makefile.tpl: Make subsituted variables more autoconfy.
3917 * Makefile.in: Regenerate.
3918 * configure: Make seds more autoconfy.
3919
907a7241 39202002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
3921
3922 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3923 * Makefile.in: Regenerate.
3924 * configure.in: Rewrite sed statements to look autoconfy.
3925
907a7241
NN
3926 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3927 all-target-foo on configure-target-foo.
3928 * Makefile.def: Ditto.
3929 * Makefile.in: Rebuild.
3930
405ea7a0
NN
39312002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
3932
3933 * Makefile.def: New file.
3934 * Makefile.tpl: New file.
3935 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3936
3937 * configure.in: Minor rearrangement. Simplify tests.
3938
bdc57bfd
JT
39392002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
3940
3941 * configure.in (with_headers): Skip copy if value is "yes".
3942 (with_libs): Likewise.
3943
ae03d6e2
NN
39442002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
3945
3946 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3947 * configure.in (sh*-*-pe*): Ditto.
3948 * configure.in (mips*-*-pe*): Ditto.
3949 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
3950
3951 * configure.in: Rearrange.
3952
707960fe
NC
39532002-09-12 Nick Clifton <nickc@redhat.com>
3954
3955 * Import these changes from the config master repository:
3956
3957 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
3958
3959 * config.sub: Add tic4x target.
3960
3961 2002-09-03 Ben Elliston <bje@redhat.com>
3962
3963 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
3964 Reported by <Duncan_Stodart@insession.com>.
3965
36ea319f
JJ
39662002-09-10 Jeff Johnston <jjohnstn@redhat.com>
3967
3968 * COPYING.NEWLIB: More updates.
3969
cf57480a
JJ
39702002-09-09 Jeff Johnston <jjohnstn@redhat.com>
3971
3972 * COPYING.NEWLIB: Update.
3973
fd31a171
AC
39742002-08-23 Andrew Cagney <ac131313@redhat.com>
3975
23b632fc
AC
3976 * texinfo/texinfo.tex: Import version 2002-06-04.06.
3977
fd31a171
AC
3978 * config.guess: Import version 2002-08-23.
3979 * config.sub: Import version 2002-08-22.
3980
a08bafb5
AO
39812002-08-20 Alexandre Oliva <aoliva@redhat.com>
3982
3983 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3984 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3985 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3986
17240c1f
NC
39872002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
3988
3989 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3990
e70ad0c6
L
39912002-08-04 H.J. Lu (hjl@gnu.org)
3992
3993 * configure.in (mips*-*-linux*): Don't skip target-libffi.
3994
574e6d11
DD
39952002-07-31 Alan Modra <amodra@bigpond.net.au>
3996
3997 * configure.in: Move generic linux case to end. Copy generic
3998 linux noconfigdirs to mips*-*-linux* entry and new
3999 powerpc64*-*-linux* entry. Add target-libffi for the latter.
4000
611e7523
CD
40012002-07-19 Chris Demetriou <cgd@broadcom.com>
4002
4003 * MAINTAINERS: Clarify on config.guess and config.sub, and add
4004 one instance of them which was missed to the list to update.
4005
51759676
CD
40062002-07-16 Chris Demetriou <cgd@broadcom.com>
4007
4008 * config.guess: Update to 2002-07-09 version.
4009 * config.sub: Update to 2002-07-03 version.
4010
7c1f909c
DD
40112002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
4012
4013 * configure.in: Remove two redundant tests.
4014
d7cf5d30
DD
40152002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4016
4017 * configure.in (mips*-*-irix6*o32): Enable stabs.
4018
c74222f7
DD
40192002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
4020
5b53c336
DD
4021 * configure.in: Don't build grez.
4022 * Makefile.in: Ditto.
4023
c74222f7
DD
4024 * Makefile.in: Remove references to bsp, cygmon, libstub.
4025 * configure.in: Ditto.
4026
4027 * configure.in: Remove leftover reference to gdbtest.
4028
edd1b227
DD
40292002-07-08 Phil Edwards <pme@gcc.gnu.org>
4030
4031 * configure.in (gxx_include_dir): Change to match versioned
4032 C++ headers if --enable-version-specific-runtime-libs is used.
4033
486186e3
AO
40342002-07-04 Steve Ellcey <sje@cup.hp.com>
4035
4036 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4037
ff0a3bf8
DD
40382002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
4039
4040 * configure.in: Make --without-x work.
4041
1dfa8174
NC
40422002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
4043
4044 * contrib: New directory. Created to contain a copy of the
5481b376 4045 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
4046 the FSF GCC sources.
4047
07637366
DD
40482002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
4049
b6f83f2a
DD
4050 * configure.in: Rearrange target Makefile fragment collection.
4051
07637366
DD
4052 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4053 cvs[src].
4054 * configure.in: Ditto.
4055
f48556b1
DD
40562002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
4057
4058 * Makefile.in: Eliminate 'apache' targets.
4059 * configure.in: Eliminate 'apache' targets.
4060
4061 * configure.in: Eliminate redundant tests. Reorganize.
4062
4063 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4064
4065 * config-ml.in: Eliminate references to Cygnus configure.
4066
4067 * Makefile.in: Eliminate references to building emacs.
4068
40692002-07-01 Denis Chertykov <denisc@overta.ru>
4070
4071 * configure.in: Add support for ip2k.
4072
cdb9e2b8
BE
40732002-06-24 Ben Elliston <bje@redhat.com>
4074
4075 * configure.in (host_tools): Remove cgen.
4076
4077 * Makefile.in (all-cgen): Remove; runs from its source directory.
4078 (check-cgen, install-cgen, clean-cgen): Likewise.
4079 (all-opcodes): No not depend on all-cgen.
4080 (all-sim): Likewise.
4081
3558860c
DD
40822002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
4083
4084 * configure.in: Fix AIX configury bug.
4085
e3b0c936
DD
40862002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
4087
cdb9e2b8 4088 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 4089
cdb9e2b8
BE
4090 * configure.in: Move definition of libstdcxx_flags right above
4091 usage, rather than way earlier.
8ee424c0 4092
c712250a
DD
4093 * configure.in: Pull definition of is_cross_compiler earlier.
4094
9ee1a75c
DD
4095 * configure.in: Rearrange a little.
4096
e3b0c936
DD
4097 * configure.in: Remove references to librx.
4098 * Makefile.in: Remove references to librx.
4099
b2bd228e
DD
41002002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
4101
4102 * configure.in: Eliminate ${gasdir} variable.
4103
7cd52483
DB
41042002-06-18 Dave Brolley <brolley@redhat.com>
4105
4106 * configure.in: Add support for frv.
4107 * config.sub: Add support for frv.
4108
6c5e141a
DD
41092002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4110
4111 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4112
0d18b56d
JT
41132002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
4114
4115 * configure.in (vax-*-netbsd*): Re-enable gas.
4116
fd8958d5
DD
41172002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
4118
27f15fdd
DD
4119 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4120 BUILD_PREFIX_1, to correct nomenclature.
4121 * configure: Likewise.
4122
fd8958d5
DD
4123 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4124 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4125
0c2442b7
DD
41262002-05-31 Olaf Hering <olh@suse.de>
4127
4128 * config-ml.in: Propogate DESTDIR also.
4129
a3602181
JT
41302002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4131
4132 * configure.in (vax-*-netbsd*): Don't build gas for this
4133 platform.
4134
c95f53ae
MM
41352002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
4136
4137 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4138 and libgcj for AVR.
4139
1d7c1053
NC
41402002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
4141
4142 * config.sub: Add DLX target.
4143
4b37028f
JT
41442002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4145
4146 * config.guess: Update to 2002-05-22 version.
4147 * config.sub: Likewise.
4148
d5de0a84
NC
41492002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4150
4151 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4152 * config-ml.in: Likewise.
4153 * configure: Likewise.
4154 * configure.in: Likewise.
4155
c92a0210
DD
41562002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
4157
115a77aa
DD
4158 * configure.in: Simplify makefile fragment collection.
4159
4160 * configure.in: Remove code to build emacs.
e99daf2b 4161
91e060aa
DD
4162 * configure.in : Remove --srcdir argument from targargs and buildargs
4163 (it's always overridden in the Makefile anyway). Rearrange a bit.
4164
4165 * configure: Move some logic to configure.in.
4166 * configure.in: Move some logic from configure.
c92a0210 4167
91217342
JJ
41682002-05-07 Jeff Johnston <jjohnstn@redhat.com>
4169
4170 * COPYING.LIBGLOSS: New file.
4171
d3d8a9ee
NC
41722002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
4173
4174 * Makefile.in: Honour DESTDIR.
4175
3a036cdc
AO
41762002-05-05 Alexandre Oliva <aoliva@redhat.com>
4177
4178 * configure.in (noconfigdirs): Don't disable libgcj on
4179 sparc64-*-solaris* and sparcv9-*-solaris*.
4180
6d095fe4
AO
41812002-05-03 Alexandre Oliva <aoliva@redhat.com>
4182
4183 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4184
dac55df9
TF
41852002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
4186
4187 * configure.in (FLAGS_FOR_TARGET): Do not add
4188 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4189 on i[3456]86-*-linux*.
4190
a018e15b
TF
41912002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
4192
4193 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
4194
4195 * configure.in (noconfigdirs): Do not add target-newlib if
4196 target == i[3456]86-*-linux*, and host == target.
4197
5f284831
MM
41982002-04-29 Mark Mitchell <mark@codesourcery.com>
4199
4200 * config.guess: Updated to 2002-04-26's version.
4201 * config.sub: Updated to 2002-04-26's version.
4202
33babf59
DD
42032002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
4204
bd5f7da2
DD
4205 * configure.in: delete reference to absent file
4206
a0c4f3a0
DD
4207 * configure.in: replace '[' with 'test'
4208
66f1ba4f
DD
4209 * configure.in: Eliminate references to gash.
4210 * Makefile.in: Eliminate references to gash.
4211
7c3ab50c
DD
4212 * configure.in: remove useless references to 'pic' makefile fragments.
4213
bbc025f5
DD
4214 * configure.in: (*-*-windows*) Finish removing.
4215
33babf59
DD
4216 * configure.in: Eliminate redundant test for libgui.
4217
d5ec694c
DD
42182002-04-26 Joel Sherrill <joel@OARcorp.com>
4219
4220 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4221 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4222
57a5346c
DD
42232002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
4224
4225 * configure.in: remove references to dead files
4226
dbf93899
DD
42272002-04-18 Tom Tromey <tromey@redhat.com>
4228
4229 * configure.in: Disallow configuring libgcj when it is already
4230 installed and we're using Solaris 2.8 linker. Do enable libgcj on
4231 Solaris 2.8 by default. For PR libgcj/6158.
4232
26eadf68
DD
42332002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
4234
4235 * configure.in: Move default CC setting out of config/mh-* fragments
4236 directly into here.
4237
a0a2c6c6
DD
42382002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
4239
4240 * configure.in: don't even try to configure or make a subdirectory
4241 if there's no configure script for it.
4242
9972f812
DD
42432002-04-15 Mark Mitchell <mark@codesourcery.com>
4244
4245 * MAINTAINERS: Remove chill maintainers.
4246 * Makefile.in (CHILLFLAGS): Remove.
4247 (CHILL_LIB): Remove.
4248 (TARGET_CONFIGDIRS): Remove libchill.
4249 (CHILL_FOR_TARGET): Remove.
4250 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4251 CHILL_LIB.
4252 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4253 (CHECK_TARGET_MODULES): Likewise.
4254 (INSTALL_TARGET_MODULES): Likewise.
4255 (CLEAN_TARGET_MODULES): Likewise.
4256 (configure-target-libchill): Remove.
4257 (all-target-libchill): Remove.
4258 * configure.in (target_libs): Remove target-libchill.
4259 Do not compute CHILL_FOR_TARGET.
4260 * libchill: Remove directory.
5481b376 4261
75205f78
DD
42622002-04-15 DJ Delorie <dj@redhat.com>
4263
4264 * Makefile.in, configure.in, configure: Sync with gcc, entries
4265 follow...
4266
42672002-04-08 Tom Tromey <tromey@redhat.com>
4268
4269 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4270 Fixes PR libgcj/6068.
4271
42722002-03-30 Krister Walfridsson <cato@df.lth.se>
4273
4274 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4275
42762002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4277
4278 * configure.in (alpha*-dec-osf*): Enable libgcj.
4279
42802002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
4281
4282 Fix for: PR bootstrap/3591, target/5676
4283 * configure.in (mcore-pe): Disable the configuration of
4284 libstdc++-v3 since exceptions are not supported.
4285
42862002-03-20 Anthony Green <green@redhat.com>
4287
4288 * configure.in: Enable libgcj for xscale-elf target.
4289
42902002-02-28 Alexandre Oliva <aoliva@redhat.com>
4291
4292 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4293 libjava.
4294 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4295
42962002-02-22 Alexandre Oliva <aoliva@redhat.com>
4297
4298 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4299 libstdc++-v3 and libjava.
4300
43012002-02-11 Adam Megacz <adam@xwt.org>
4302
4303 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4304 boehm-gc
4305
43062002-02-09 Alexandre Oliva <aoliva@redhat.com>
4307
4308 * config.guess: Updated to 2002-01-30's version.
4309 * config.sub: Updated to 2002-02-01's version.
4310 Contribute sh64-elf.
4311 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
4312 * configure.in: Added sh64-*-*.
4313
43142002-01-17 H.J. Lu <hjl@gnu.org>
4315
4316 * Makefile.in (all-fastjar): Also depend on all-libiberty.
4317 (all-target-fastjar): Also depend on all-target-libiberty.
4318
4319Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
4320
4321 * configure, configure.in: Use temp file for long sed commands.
4322
43232001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4324
4325 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4326 libf2c.
4327
43282001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
4329
4330 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4331
43322001-10-11 Hans-Peter Nilsson <hp@axis.com>
4333
4334 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4335
43362001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
4337
4338 * configure: Handle temporary files securely using mkdir.
4339
43402001-09-26 Will Cohen <wcohen@redhat.com>
4341
4342 * configure.in (*-*-linux*): Disable configuration of target-newlib
4343 and target-libgloss.
4344
43452001-09-26 Alexandre Oliva <aoliva@redhat.com>
4346
4347 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4348 RANLIB.
4349
43502001-08-11 Graham Stott <grahams@redhat.com>
4351
4352 * Makefile.in (check-c++): Add missing semicolon.
4353
43542001-07-25 Andrew Haley <aph@cambridge.redhat.com>
4355
4356 * configure.in (sh-*-linux*): New.
4357
43582001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4359
4360 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4361 and libgcj on m68hc11/m68hc12.
4362
43632001-06-27 H.J. Lu (hjl@gnu.org)
4364
4365 * Makefile (CFLAGS_FOR_BUILD): New.
4366 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4367
43682001-06-01 Hans-Peter Nilsson <hp@axis.com>
4369
4370 * configure.in (libstdcxx_flags): Do not try to execute
4371 libstdc++-v3/testsuite_flags until it exists.
4372
43732001-05-18 Benjamin Kosnik <bkoz@redhat.com>
4374
4375 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4376
43772001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
4378
4379 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4380
4381Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
4382
4383 * configure.in: Move *-chorusos target case to the proper switch.
4384 Disable libgcj.
4385
43862001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4387
4388 * Makefile.in (STAGE1_CFLAGS): Pass down.
4389
43902001-04-13 Alan Modra <amodra@one.net.au>
4391
4392 * config.guess: Add hppa64-linux support. Note for next import that
4393 this is already in the master file.
4394 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
4395
43962001-03-22 Colin Howell <chowell@redhat.com>
4397
4398 * Makefile.in (DO_X): Do not backslash single-quotes in
4399 backquotes (two places).
4400
44012001-03-18 Laurynas Biveinis <lauras@softhome.net>
4402
4403 * Makefile.in (DO_X): Quote nested quotes.
4404
44052001-03-15 Laurynas Biveinis <lauras@softhome.net>
4406
4407 * Makefile.in (DO_X): Use double quotes for quoting
4408 "RANLIB=$${RANLIB}".
4409
44102001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4411
4412 * configure.in: Only use `lang_requires' for languages athat are
4413 actually enabled.
4414
44152001-03-07 Tom Tromey <tromey@redhat.com>
4416
4417 * configure.in: Allow config-lang.in to set `lang_requires' to list
4418 of other required languages.
4419
44202001-03-06 Laurynas Biveinis <lauras@softhome.net>
4421
4422 * Makefile.in: Remove RANLIB definition. Use RANLIB
4423 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4424 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4425
44262001-02-28 Benjamin Kosnik <bkoz@redhat.com>
4427 Alexandre Oliva <aoliva@redhat.com>
4428
4429 * Makefile.in (check-c++): Use tabs, not spaces.
4430
44312001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4432
4433 * Makefile.in (check-c++): New rule.
4434
4435 * configure.in (target_libs): Remove libg++.
4436 (noconfigdirs): Remove libg++.
4437 (noconfigdirs): Same.
4438 (noconfigdirs): Same.
4439 (noconfigdirs): Same.
4440
4441 * config-ml.in: Remove libg++ references.
4442
4443 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4444 (ALL_TARGET_MODULES): Same.
4445 (configure-target-libg++): Remove.
4446 (all-target-libg++): Remove.
4447 (configure-target-libio): Remove.
4448 (all-target-libio): Remove.
4449 (check-target-libio): Remove.
4450 (.PHONY): Remove.
4451 (libg++.tar.bz2): Remove.
4452 (all-target-cygmon): Remove libio.
4453 (all-target-libstdc++): Remove.
4454 (configure-target-libstdc++): Remove.
4455 (TARGET_LIB_PATH): Remove libstdc++.
4456 (ALL_GCC_CXX): Remove libstdc++.
4457 (all-target-gperf): Correct.
4458
44592001-02-15 Anthony Green <green@redhat.com>
4460
4461 * configure: Introduce GCJ_FOR_TARGET.
4462 * configure.in: Ditto.
4463 * Makefile.in: Ditto.
4464
44652001-02-08 Chandrakala Chavva <cchavva@redhat.com>
4466
4467 * configure.in: for *-chorusos, don't config target-newlib and
4468 target-libgloss.
4469
44702001-02-04 Mark Mitchell <mark@codesourcery.com>
4471
4472 Remove V2 C++ library.
4473 * configure.in: Remove --enable-libstdcxx_v3 support.
4474
44752001-01-27 Richard Henderson <rth@redhat.com>
4476
4477 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4478
44792001-01-26 Tom Tromey <tromey@redhat.com>
4480
4481 * configure.in: Allow libgcj to be built on Sparc Solaris.
4482
44832001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
4484
4485 * configure.in: Enable libgcj on several additional platforms.
4486
44872001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
4488
4489 * configure.in: Enable libgcj for linux targets.
4490
44912001-01-09 Mike Stump <mrs@wrs.com>
4492
4493 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4494 failures of subdirectories.
4495
44962001-01-02 Laurynas Biveinis <lauras@softhome.net>
4497
4498 * configure: handle DOS-style absolute paths.
4499
45002001-01-02 Laurynas Biveinis <lauras@softhome.net>
4501
4502 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
4503
45042000-12-18 Benjamin Kosnik <bkoz@redhat.com>
4505
4506 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
4507 (libstdcxx_incdir): Pass down.
4508 * config.if: Remove expired bits for cxx_interface, add stub.
4509 (libstdcxx_incdir): Add variable for g++ include directory.
4510 * configure.in (gxx_include_dir): Use it.
4511
45122000-12-15 Andreas Jaeger <aj@suse.de>
4513
4514 * configure.in: Handle lang_dirs.
4515
45162000-12-13 Anthony Green <green@redhat.com>
4517
4518 * configure.in: Disable libgcj for any target not specifically
4519 listed. Disable libgcj for x86 and Alpha Linux until compatible
4520 with g++ abi.
4521
45222000-12-13 Mike Stump <mrs@wrs.com>
4523
4524 * Makefile.in (local-distclean): Also remove fastjar.
4525
45262000-12-10 Anthony Green <green@redhat.com>
4527
4528 * configure.in: Define libgcj. Disable libgcj target libraries for
4529 most targets.
4530
45312000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
4532
4533 * configure.in (target_libs): Revert 2000-12-08 patch.
4534 (noconfigdirs): Added target-libjava.
4535
45362000-12-09 Laurynas Biveinis <lauras@softhome.net>
4537
4538 * Makefile.in: handle DOS-style absolute paths.
4539
45402000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
4541
4542 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
4543 libjava.
4544 * configure.in (target_libs): Removed `target-libjava'.
4545
45462000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
4547
4548 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
4549 (ALL_MODULES): Added fastjar.
4550 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
4551 (all-target-libjava): all-fastjar replaces all-zip.
4552 (all-fastjar): Added.
4553 (configure-target-fastjar, all-target-fastjar): Likewise.
4554 * configure.in (host_tools): Added fastjar.
4555
45562000-12-07 Mike Stump <mrs@wrs.com>
4557
4558 * Makefile.in (local-distclean): Remove leftover built files.
4559
45602000-11-16 Fred Fish <fnf@be.com>
4561
4562 * configure.in (enable_libstdcxx_v3): Fix typo,
4563 libstd++ -> libstdc++.
4564
45652000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
4566
4567 * configure: Provide the original toplevel configure arguments
4568 (including $0) to subprocesses in the environment rather than
4569 through gcc/configargs.h.
4570
45712000-11-12 Mark Mitchell <mark@codesourcery.com>
4572
4573 * configure: Turn on libstdc++ V3 by default.
4574
45752000-10-16 Michael Meissner <meissner@redhat.com>
4576
4577 * configure (gcc/configargs.h): Only create if there is a build GCC
4578 directory created.
4579
45802000-10-05 Phil Edwards <pme@gcc.gnu.org>
4581
4582 * configure: Save configure arguments to gcc/configargs.h.
4583
45842000-10-04 Andris Pavenis <pavenis@latnet.lv>
4585
4586 * Makefile.in (bootstrap): avoid recursion if subdir missing
4587 (cross): ditto
4588 (do-proto-toplev): ditto
4589
4590Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
4591
4592 * configure.in: Do not build byacc for hppa64. Provide paths to the
4593 X11 libraries for hppa64.
4594
45952000-09-02 Anthony Green <green@cygnus.com>
4596
4597 * Makefile.in (all-gcc): Depend on all-zlib.
4598 (CLEAN_MODULES): Add clean-zlib.
4599 (ALL_MODULES): Add all-zlib.
4600 * configure.in (host_libs): Add zlib.
4601
46022000-08-25 Alexandre Oliva <aoliva@redhat.com>
4603
4604 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
4605 $targargs to tell whether newlib is going to be built.
4606
4607 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
4608 $$r/TARGET_SUBDIR/libio for _G_config.h.
4609
46102000-08-14 Zack Weinberg <zack@wolery.cumb.org>
4611
4612 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
4613
4614 * configure: Make enable_threads and enable_shared defaults
4615 explicit. Substitute enable_threads into generated Makefiles.
4616 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
4617 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
4618
46192000-08-02 Manfred Hollstein <manfredh@redhat.com>
4620
4621 * configure.in: Re-enable all references to libg++ and librx.
4622
ffb97b2f 46232002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 4624
ffb97b2f
DD
4625 * configure.in: Add *-*-freebsd* configurations.
4626
bbf6e9e3
AC
46272002-04-07 Andrew Cagney <ac131313@redhat.com>
4628
4629 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
4630 (do-tar, do-bz2): New rules.
4631 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
4632 (gdb-tar): New rule.
4633 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
4634 (insight_dejagnu.tar): New rule.
4635 (insight.tar): New rule.
4636 (gdb+dejagnu.tar): New rule.
4637 (gdb.tar): New rule.
4638
8f1579c0
AC
46392002-04-07 Andrew Cagney <ac131313@redhat.com>
4640
4641 * MAINTAINERS: Update dejagnu/
4642
ba3c59ab
AO
46432002-03-16 Alexandre Oliva <aoliva@redhat.com>
4644
4645 * ltmain.sh (relink_command): Fix typo in previous change.
4646
6243d5dd
AO
46472002-03-15 Alexandre Oliva <aoliva@redhat.com>
4648
4649 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
4650 (relink_command): Added --tag flags.
4651 (mode=install): If relinking fails; error out.
4652
80413487
RH
46532002-03-12 Richard Henderson <rth@redhat.com>
4654
4655 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
4656 .NOTPARALLEL tag.
4657 (do-check): Rename from check.
4658 (check): Allow parallel check.
4659
3daeddf6
RH
46602002-03-11 Richard Henderson <rth@redhat.com>
4661
4662 * Makefile.in (.NOTPARALLEL): Add fake tag.
4663
fad93c55
L
46642002-03-07 H.J. Lu (hjl@gnu.org)
4665
4666 * configure.in: Enable gprof for mips*-*-linux*.
4667
2e8357fc
AO
46682002-02-28 Alexandre Oliva <aoliva@redhat.com>
4669
4670 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4671 libjava.
4672 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
4673
bd48e1a9
AC
46742002-02-24 Andrew Cagney <ac131313@redhat.com>
4675
4676 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
4677
39121370
DJ
46782002-02-23 Daniel Jacobowitz <drow@mvista.com>
4679
4680 * config.guess: Import from master sources, rev 1.232.
4681 * config.sub: Import from master sources, rev 1.246.
4682
081ff160
AO
46832002-02-23 Alexandre Oliva <aoliva@redhat.com>
4684
4685 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4686 because its Makefile is there; test for the executable instead.
4687
20a5393b
AO
46882002-02-09 Alexandre Oliva <aoliva@redhat.com>
4689
4690 Contribute sh64-elf.
4691 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
4692 * configure.in: Added sh64-*-*.
4693
38135629
JJ
46942002-02-04 Jeff Johnston <jjohnstn@redhat.com>
4695
80413487
RH
4696 * COPYING.NEWLIB: Remove advertising clause from
4697 Berkeley and Red Hat licenses.
38135629 4698
48d19748
MD
46992002-02-01 Mo DeJong <supermo@bayarea.net>
4700
4701 * Makefile.in: Add all-tix to deps for all-snavigator
4702 so that tix is built when building snavigator.
4703
f6e1c110
BE
47042002-02-01 Ben Elliston <bje@redhat.com>
4705
4706 * config.guess: Import from master sources, rev 1.229.
4707 * config.sub: Import from master sources, rev 1.240.
4708
4867be41
DJ
47092002-01-27 Daniel Jacobowitz <drow@mvista.com>
4710
4711 From Steve Ellcey <sje@cup.hp.com>:
4712 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4713 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4714 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4715 IA64.
4716 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4717 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4718 soname_spec, sys_lib_search_path_spec): Ditto.
4719
e82380cc
JT
47202002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
4721
4722 * configure.in (*-*-netbsd*): New. Skip target-newlib,
4723 target-libiberty, and target-libgloss. Skip Java-related
4724 libraries if not supported for NetBSD on target CPU.
4725
1319fb9c
NC
47262002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
4727
4728 * configure.in: Import StrongARM and XScale target_configdirs from
4729 FSF GCC version.
4730
b020f6ac
L
47312002-01-16 H.J. Lu (hjl@gnu.org)
4732
4733 * config.guess: Import from master sources, rev 1.225.
4734 * config.sub: Import from master sources, rev 1.238.
4735
4736 * MAINTAINERS: Updated notes on config.guess and config.sub.
4737
a0c1c920
NC
47382002-01-11 Steve Ellcey <sje@cup.hp.com>
4739
4740 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4741 ld and gdb are not supported.
4742
a9fa5e1f
JJ
47432002-01-07 Jeff Johnston <jjohnstn@redhat.com>
4744
4745 * Change reference to Cygnus Solutions to be Red Hat.
4746
94077108
JJ
47472002-01-07 Jeff Johnston <jjohnstn@redhat.com>
4748
4749 * COPYING.NEWLIB: Update generic copyright date.
4750
05ecd75c
MS
47512002-01-07 Mark Salter <msalter@redhat.com>
4752
4753 * configure.in: Remove target-bsp and target-cygmon from arm builds.
4754 Allow target-libgloss to be built for arm, strongarm, and xscale.
4755
a106bb62
BE
47562002-01-03 Ben Elliston <bje@redhat.com>
4757
4758 * MAINTAINERS: Update URL for config.* scripts.
4759
0e254642
AM
47602001-12-18 Alan Modra <amodra@bigpond.net.au>
4761
4762 * config.sub: Import latest version.
4763 * config.guess: Likewise.
4764
0a0d0041
TF
47652001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
4766
4767 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4768 options for i[3456]86-pc-linux* native builds.
4769
d932cae7
NC
47702001-12-05 Laurent Guerby <guerby@acm.org>
4771
4772 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 4773 libiberty.
d932cae7
NC
4774
4775 Import this patch from gcc:
5481b376 4776
d932cae7
NC
4777 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
4778
4779 * symlink-tree: handle DOS-style absolute paths.
4780
49b7683b
DD
47812001-11-28 DJ Delorie <dj@redhat.com>
4782 Zack Weinberg <zack@codesourcery.com>
4783
4784 When build != host, create libiberty for the build machine.
4785
4786 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4787 CONFIG_ARGUMENTS.
4788 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4789 New variables.
4790 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4791 and rules.
4792 (all.normal): Depend on ALL_BUILD_MODULES.
4793 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4794 (all-build-libiberty): Depend on configure-build-libiberty.
4795
4796 * configure: Calculate and substitute proper value for
4797 ALL_BUILD_MODULES.
4798 * configure.in: Create the build subdirectory.
4799 Calculate and substitute TARGET_CONFIGARGS (formerly
4800 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4801
26ef82f4
GK
48022001-11-26 Geoffrey Keating <geoffk@redhat.com>
4803
4804 * config.sub: Update to version 1.232 on subversion.
4805
43e64072
NC
48062001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
4807
4808 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4809 files from .po files for a distribution.
4810
66f6c0d5
HPN
48112001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
4812
4813 * COPYING.NEWLIB: Mention preserved notice in specific parts.
4814
4a02fdb2
JH
48152001-11-13 Jeff Holcomb <jeffh@redhat.com>
4816
4817 Merged from net gcc:
4818 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
4819 * ltcf-c.sh: Use $objext, not $ac_objext.
4820 2001-07-27 Mark Kettenis <kettenis@gnu.org>
4821 * ltcf-cxx.sh: Add support for GNU.
4822 2001-07-22 Timothy Wall <twall@redhat.com>
4823 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
4824 default settings if using GNU tools with that configuration.
4825 * ltcf-cxx.sh: Ditto.
4826 * ltcf-gcj.sh: Ditto.
4827 2001-07-21 Michael Chastain <chastain@redhat.com>
4828 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4829 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
4830 * ltmain.sh: Mark as gcc-local.
4831
227b9953
JH
48322001-11-13 Jeff Holcomb <jeffh@redhat.com>
4833
4834 * Makefile.in (all-bison): Revert 2001-10-24.
4835 Don't depend on texinfo.
4836
cbbab8fb
JJ
48372001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
4838
80413487 4839 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 4840
922b2485
DD
48412001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
4842
4843 * configure.in (--enable-languages): Be more permissive about
4844 syntax. Check for empty lists better. Warn about $LANGUAGES.
4845
f08fa01d
HPN
48462001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
4847
4848 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4849
fee3da4e
JH
48502001-10-24 Jeff Holcomb <jeffh@redhat.com>
4851
4852 Makefile.in (all-bison): Don't depend on texinfo.
4853
73fb1ef9
AM
48542001-10-03 Alan Modra <amodra@bigpond.net.au>
4855
4856 * gettext.m4: Test po/POTFILES.in exists before trying to read.
4857
373688ac
AO
48582001-09-29 Alexandre Oliva <aoliva@redhat.com>
4859
4860 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4861
9c07660b
HPN
48622001-09-28 Hans-Peter Nilsson <hp@axis.com>
4863
4864 * config.sub, config.guess: Import latest from subversions.
4865
3f152009
AO
48662001-09-21 Alexandre Oliva <aoliva@redhat.com>
4867
4868 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4869 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4870 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4871 avoid quotes nesting problems.
4872 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4873 (DO_X): Export only variables that are set.
4874
8f6a59e5
BE
48752001-09-19 Ben Elliston <bje@redhat.com>
4876
4877 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4878 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4879 semantics. Use the shell built-in "type" command instead.
4880
a1ec19fa
TS
48812001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4882
4883 * config.sub: Reverted the earlier change, this version is not the
4884 master file.
4885
4008bd9b
TS
48862001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4887
4888 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
4889 Add support for mips64.
4890
dd1e52a4
JH
48912001-09-03 Jeff Holcomb <jeffh@redhat.com>
4892
4893 * configure.in: Enable libstdc++-v3 for h8300 targets.
4894
91549d1c
EC
48952001-08-30 Eric Christopher <echristo@redhat.com>
4896 Jason Eckhardt <jle@redhat.com>
4897
4898 * config.sub: Add support for mipsisa32.
4899
cf966cf9
EC
49002001-08-30 Eric Christopher <echristo@redhat.com>
4901
4902 * config.sub, config.guess: Import latest from subversions.
4903
82208dc5
AM
49042001-08-20 Alan Modra <amodra@bigpond.net.au>
4905
4906 * config.sub, config.guess: Import latest from subversions.
4907
4dca8403
DD
49082001-07-26 DJ Delorie <dj@redhat.com>
4909
4910 * MAINTAINERS: Clarify libiberty merge rules and procedures.
4911
1107dce2
AM
49122001-06-19 Alan Modra <amodra@bigpond.net.au>
4913
4914 * Makefile.in: Revert 2001-06-17.
4915 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
4916
e09a6604
L
49172001-06-17 H.J. Lu <hjl@gnu.org>
4918
4919 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
4920 (gas+binutils.tar.bz2): Likewise.
4921 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
4922
31a8b634
AC
4923Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
4924
4925 * Makefile.in (VER): When present, extract the version number from
5481b376 4926 the file version.in.
31a8b634 4927
dc70af01
AO
49282001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
4929
4930 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4931 gcc/xgcc is built, use -print-prog-name to find out the program
4932 name to use.
4933
839bbd8c
AO
49342001-06-04 Mark Mitchell <mark@codesourcery.com>
4935
4936 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4937 with_gcc]: Use `gcc -shared' to build a shared library.
4938
566e9a30
AO
49392001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
4940
4941 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4942 archives.
4943
e877bb69
AO
49442001-05-28 Simon Patarin <simon.patarin@inria.fr>
4945
4946 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
4947 libraries when using g++ with native linker.
4948
1605288b
AO
49492001-05-28 Alexandre Oliva <aoliva@redhat.com>
4950
4951 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4952
11a383ba
TR
49532001-05-24 Tom Rix <trix@redhat.com>
4954
4955 * configure.in : enable ld for aix
cf966cf9 4956
18611226
AO
49572001-05-22 Alexandre Oliva <aoliva@redhat.com>
4958
4959 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4960 [aix4*|aix5*]: Prepend blank.
4961
6be7c12c
AO
49622001-05-20 Alexandre Oliva <aoliva@redhat.com>
4963
4964 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4965 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
4966 of subdir/configure scripts to use the new libtool.m4.
4967
4ed00bba
L
49682001-05-14 H.J. Lu <hjl@gnu.org>
4969
4970 * config.if (libc_interface): Set to -libc6.2- for cross
4971 compiling to Linux/glibc 2.2.
4972
b1af961c
AO
49732001-05-03 Alexandre Oliva <aoliva@redhat.com>
4974
4975 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4976 libgcj.
4977
5ec3e74e
AO
49782001-04-26 Alexandre Oliva <aoliva@redhat.com>
4979
4980 * configure.in (noconfigdirs): Don't reset it from scratch in the
4981 target case; only append to it.
4982
b3ed1d6b
AO
49832001-04-26 Alexandre Oliva <aoliva@redhat.com>
4984
4985 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4986 sparc-*-solaris2.8]: Disable ${libgcj}.
4987
96111c10
AO
49882001-04-25 Alexandre Oliva <aoliva@redhat.com>
4989
4990 * configure.in (libgcj_saved): Copy from $libgcj.
4991 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4992 --disable-libgcj.
4993
b5bf43f2
AO
49942001-04-20 Alexandre Oliva <aoliva@redhat.com>
4995
4996 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4997 1.641.2.228.
4998
8cc32590
AO
49992001-04-12 Alexandre Oliva <aoliva@redhat.com>
5000
5001 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5002 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5003
dec0cb0c
AO
50042001-04-01 Alexandre Oliva <aoliva@redhat.com>
5005
5006 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5007 New macros.
5008 (bootstrap, cross): Use RECURSE_FLAGS.
5009 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5010
6a9c3886
AO
50112001-03-27 Alexandre Oliva <aoliva@redhat.com>
5012
5013 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5014
d4fc7db8
NC
50152001-03-23 Nick Clifton <nickc@redhat.com>
5016
5017 * README-maintainer-mode: Add note about inability to use "make
5018 distclean" in maintainer mode.
5019
7389ff65
AO
50202001-03-22 Alexandre Oliva <aoliva@redhat.com>
5021
5022 Re-installed:
5023 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
5024 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
5025 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5026 * ltcf-cxx.sh: Likewise.
5027 * ltcf-gcj.sh: Likewise.
5028
b3e0dc8e
PB
50292001-03-22 Philip Blundell <philb@gnu.org>
5030
5031 * config.sub, config.guess: Import latest from subversions.
5032
469b781c
AO
50332001-03-22 Alexandre Oliva <aoliva@redhat.com>
5034
5035 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5036 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5037
b0dad762
MC
50382001-03-20 Michael Chastain <chastain@redhat.com>
5039
5040 * Makefile.in: all-m4 depends on all-texinfo.
5041
c559bb17
AO
50422001-03-08 Alexandre Oliva <aoliva@redhat.com>
5043
5044 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5045
fef4ae2e
JJ
50462001-02-22 Jeff Johnston <jjohnstn@redhat.com>
5047
5048 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
5049 longer valid.
5050
8d6dd99d
NC
50512001-02-16 Nick Clifton <nickc@redhat.com>
5052
5053 * configure.in (noconfigdirs): Allow configuration of texinfo
5054 for Cygwin hosts.
5055
a85d7ed0
NC
50562001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
5057
5058 * config.guess: Add linux target for S/390.
5059 * config.sub: Likewise.
5060 * configure.in: Likewise.
5061
51221c5e
DD
50622001-02-06 Ben Elliston <bje@redhat.com>
5063
5064 * configure: Output host type to stdout, not stderr.
5065
9dec4c71
MS
50662001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5067
5068 * config.guess: Import from subversions.gnu.org (revision 1.181).
5069 * config.sub: Import from subversions.gnu.org (revision 1.199).
5070
9add9c04
AM
50712001-01-30 Alan Modra <alan@linuxcare.com.au>
5072
5073 * config.guess: Handle hppa64-linux systems.
5074
8679174d
MS
50752001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5076
5077 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5078 Don't unset, it's non-portable and no longer necessary, set to empty
5079 instead.
5080
02d01ed4
MS
50812001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5082
5083 * ltconfig: Shell portability fix for the tagname validity check.
5084
4cc5853d
MS
50852001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5086
5087 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5088
7487e485
AO
50892001-01-27 Alexandre Oliva <aoliva@redhat.com>
5090
5091 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5092 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5093
f332af52
AO
50942001-01-24 Alexandre Oliva <aoliva@redhat.com>
5095
5096 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5097 keep at least one of build_libtool_libs or build_old_libs set to
5098 yes.
5099
ef099754
AO
51002001-01-24 Alexandre Oliva <aoliva@redhat.com>
5101
5102 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5103 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5104
8341f2fc 51052000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 5106
8341f2fc
AJ
5107 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
5108
51092000-11-03 Philip Blundell <pb@futuretv.com>
5110
5111 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
5112 files.
ebf0fa2e 5113
c320a39f
JJ
51142001-01-15 Jeff Johnston <jjohnstn@redhat.com>
5115
5116 * COPYING.NEWLIB: Put into source repository.
5117
8817b92e
BE
51182001-01-15 Ben Elliston <bje@redhat.com>
5119
5120 * configure.in (host_tools): Add sid.
5121 Always configure cgen.
5122 * Makefile.in (all-sid): New target.
5123 (check-sid, clean-sid, install-sid): Likewise.
5124
35590697
AJ
51252001-01-07 Andreas Jaeger <aj@suse.de>
5126
80413487 5127 * config.sub, config.guess: Update from subversions.
35590697 5128
6ee6cea6
AO
51292000-12-12 Alexandre Oliva <aoliva@redhat.com>
5130
5131 * configure.in: Disable language-specific target libraries for
5132 languages that aren't enabled.
5133
077b8428
NC
51342000-11-24 Nick Clifton <nickc@redhat.com>
5135
5136 * configure.in (xscale-elf): Add target.
5137 (xscale-coff): Add target.
5138 (c4x, c5x, tic54x): Move after ARM targets.
5139
9e28a1ed
AO
51402000-11-23 Alexandre Oliva <aoliva@redhat.com>
5141
5142 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
5143
be98a80a
ILT
51442000-11-20 Ian Lance Taylor <ian@zembu.com>
5145
5146 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
5147
5cec67bf
AO
51482000-11-18 Alexandre Oliva <aoliva@redhat.com>
5149
5150 * Makefile.in: Merge with GCC and libgcj.
5151 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
5152 configure-target-<library> when their configure scripts need the C
5153 or C++ library to have already been built to work properly.
5154 (do_proto_toplev): Set them to an empty string.
5155
d932cae7 51562000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
5157
5158 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5159 (REALLY_SET_LIB_PATH): Use them.
5160
d932cae7 51612000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
5162
5163 * config.sub: Add support for Sun Chorus
5164
8602ff0c
NC
51652000-11-02 Per Lundberg <plundis@chaosdev.org>
5166
5167 * config.sub: Add support for the *-storm-chaos OS.
5168
f9e0997d
NC
51692000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
5170
80413487
RH
5171 * configure.in (noconfigdirs): Don't compile some
5172 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 5173
d64552c5
AO
51742000-09-30 Alexandre Oliva <aoliva@redhat.com>
5175
5176 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
5177 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
5178 all affected `configure' scripts.
5179
97f60b31
AO
51802000-09-25 Alexandre Oliva <aoliva@redhat.com>
5181
5182 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
5183 ltcf-c.sh.
5184
6e8dd58f
PB
51852000-09-12 Philip Blundell <philb@gnu.org>
5186
5187 * config.sub, config.guess: Update from subversions.
5188
103a2e99
AO
51892000-09-06 Alexandre Oliva <aoliva@redhat.com>
5190
51601921
AO
5191 * Makefile.in (all-zlib): Added dummy target.
5192
103a2e99
AO
5193 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
5194 multi-language branch.
5195
2809b4b9
AO
51962000-09-05 Alexandre Oliva <aoliva@redhat.com>
5197
5198 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5199 (bootstrap*): Depend on all-bootstrap.
5200
7450026c
AO
52012000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
5202
5203 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5204 crosses, but add gcc/include to the header search path for them.
5205
6cf86f7f
AO
52062000-08-31 Alexandre Oliva <aoliva@redhat.com>
5207
5208 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
5209 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
5210 * gettext.m4: New file, extracted from aclocal.m4.
5211
ce2ea6e3
AO
52122000-08-22 Alexandre Oliva <aoliva@redhat.com>
5213
5214 * config-ml.in (CC, CXX): Avoid trailing whitespace.
5215 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5216 sub-configures.
5217
9765193e
DE
52182000-08-20 Doug Evans <dje@casey.transmeta.com>
5219
5220 * Makefile.in (ALL_MODULES): Add all-cgen.
5221 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
5222 (all-cgen): New target.
5223 (all-opcodes,all-sim): Depend on all-cgen.
5224 * configure.in (host_tools): Add cgen.
5225 Only configure cgen if --enable-cgen-maint.
5226
d7b32520
AO
52272000-08-17 Alexandre Oliva <aoliva@redhat.com>
5228
5229 * config-ml.in (CC, CXX): Don't introduce a leading space.
5230
e52ef561
AO
52312000-08-16 Alexandre Oliva <aoliva@redhat.com>
5232
5233 * configure.in (libstdcxx_flags): Use
5234 libstdc++-v3/src/libstdc++.INC.
5235
88f9c2a0
AO
52362000-08-15 Alexandre Oliva <aoliva@redhat.com>
5237
5238 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5239
98fbe43f
JM
52402000-08-11 Jason Merrill <jason@redhat.com>
5241
5242 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5243 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5244 (FLAGS_FOR_TARGET): Not here.
5245 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5246
279ddab4
DD
52472000-08-07 DJ Delorie <dj@redhat.com>
5248
5249 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5250 "if we're also building gcc, and it's a gcc that will run on the
5251 build machine, we want to use its includes instead of the system's
5252 default includes".
5253
60523a83
AO
52542000-08-03 Alexandre Oliva <aoliva@redhat.com>
5255
24ffec7a
AO
5256 * configure.in (libstdcxx_flags): Don't use `"'.
5257
60523a83
AO
5258 * config-ml.in: Adjust multilib search paths to the
5259 appropriate multilib tree.
5260
daf644b5
AO
52612000-08-02 Alexandre Oliva <aoliva@redhat.com>
5262
5263 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5264 commas in $LANGUAGES.
5265
63266560
DD
52662000-08-01 Alexandre Oliva <aoliva@redhat.com>
5267
5268 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5269
52702000-07-31 Alexandre Oliva <aoliva@redhat.com>
5271
5272 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5273 CXX_FOR_TARGET for sed.
5274
52752000-07-30 Alexandre Oliva <aoliva@redhat.com>
5276
5277 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5278 Do not override if already set in the environment or in configure.
5279 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5280 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5281
9e449d3e
AO
52822000-07-27 Alexandre Oliva <aoliva@redhat.com>
5283
5284 * Makefile.in (FLAGS_FOR_TARGET): New macro.
5285 (GCC_FOR_TARGET): Use it.
5286 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5287 * configure.in: ... here.
5288 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
5289 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5290
8bbd92e0
AO
52912000-07-24 Alexandre Oliva <aoliva@redhat.com>
5292
fd1f87b2
AO
5293 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5294 (configure-target-libchill, configure-target-libobjc): Likewise.
5295
8bbd92e0
AO
5296 * configure.in: Use the same cache file for all target libs.
5297 * config-ml.in: But different cache files per multilib variant.
5298
25c6c112
JL
52992000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5300
5301 * configure (topsrcdir): Don't use dirname.
5302
ba73c63f
JM
53032000-07-20 Jason Merrill <jason@redhat.com>
5304
5305 * configure.in: Remove all references to libg++ and librx.
5306
5307 * configure, configure.in, Makefile.in: Unify gcc and binutils.
5308
1af08294
HPN
53092000-07-20 Hans-Peter Nilsson <hp@axis.com>
5310
5311 * config.sub: Update to subversions version 2000-07-06.
5312
ba73c63f
JM
53132000-07-12 Andrew Haley <aph@cygnus.com>
5314
5315 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5316 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5317
53182000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
5319
5320 * symlink-tree: Check number of arguments.
5321
d932cae7 53222000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
5323
5324 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
5325
ba73c63f
JM
53262000-07-05 Jim Wilson <wilson@cygnus.com>
5327
5328 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5329 search path for a g++ extracted from the build tree. This
5330 will allow link tests run by configure scripts in
5331 subdirectories to succeed.
5332
92ee2f86
UC
53332000-07-01 Koundinya K <kk@ddeorg.soft.net>
5334
80413487 5335 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 5336
23f2f29f
CV
53372000-06-28 Corinna Vinschen <vinschen@cygnus.com>
5338
5339 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5340 `os2'. Force ac_cv_exeext to be ".exe" in that case.
5341
f04f5a67
TW
53422000-06-19 Timothy Wall <twall@cygnus.com>
5343
5344 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5345 * config.sub: Add tic54x target.
5346
11da68be
NC
53472000-06-07 Phillip Thomas <pthomas@suse.de>
5348
5349 * README-maintainer-mode: New file: Contains notes on using
5350 --enable-maintainer-mode with binutils.
5351
d932cae7 53522000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
5353
5354 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
5355
d932cae7 53562000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
5357
5358 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5359 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5360
9442cea3
L
536120000-05-21 H.J. Lu (hjl@gnu.org)
5362
80413487
RH
5363 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5364 directory are used if they exist. Make sure
5365 $(build_tooldir)/include is searched for header files,
5366 $(build_tooldir)/lib/ for library files.
9442cea3 5367 (GCC_FOR_TARGET): Likewise.
80413487 5368 (CXX_FOR_TARGET): Likewise.
9442cea3 5369
d932cae7 53702000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
5371
5372 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5373
d932cae7 53742000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
5375
5376 * Makefile.in (configure-target-libiberty): Depend on
5377 configure-target-newlib.
5378
ba73c63f
JM
53792000-05-16 Alexandre Oliva <aoliva@cygnus.com>
5380
5381 * configure.in, Makefile.in: Merge all libffi-related
5382 configury stuff from the libgcj tree.
5383
d932cae7 53842000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
5385
5386 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5387 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5388
d932cae7 53892000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
5390
5391 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5392 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 5393 current version information. Add to proto-toplev directory.
b5a23627
AC
5394 (gdb-taz): Build do-djunpack.
5395
ba73c63f
JM
53962000-05-15 David Edelsohn <edelsohn@gnu.org>
5397
5398 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5399
7c86ed39
L
54002000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5401
5402 * ltmain.sh: Preserve in relink_command any environment
5403 variables that may affect the linker behavior.
5404
d932cae7 54052000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
5406
5407 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5408
d932cae7 54092000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
5410
5411 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5412
ed0a91a5
EZ
54132000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5414
5415 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 5416 with the version name.
ed0a91a5 5417
ba73c63f 54182000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 5419
ba73c63f 5420 * config.if: Tweak.
6cafa39f 5421
ba73c63f 54222000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 5423
ba73c63f 5424 * djunpack.bat: New file.
66156876 5425
d932cae7 54262000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
5427
5428 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
5429 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5430 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5431 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 5432
ba73c63f
JM
54332000-04-16 Dave Pitts <dpitts@cozx.com>
5434
80413487
RH
5435 * config.sub (case $basic_machine): Change default for "ibm-*"
5436 to "openedition".
ba73c63f 5437
d932cae7 54382000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
5439
5440 * Makefile.in (gdb-taz): New target. GDB specific archive.
5441 (do-md5sum): New target.
5442 (MD5PROG): Define.
5443 (PACKAGE): Default to TOOL.
5444 (VER): Default to a shell script.
5445 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 5446 md5 checksum generation.
b35ece4e
AC
5447 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5448 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5449 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 5450 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 5451
d932cae7 54522000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
5453
5454 * configure (warn_cflags): Delete.
5455
ba73c63f 54562000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 5457 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 5458
80413487
RH
5459 * configure.in (enable_libstdcxx_v3): Add.
5460 (target_libs): Add bits here to switch between libstdc++-v2 and
5461 libstdc++-v3.
5462 * config.if: And this file too.
5463 * Makefile.in: Add libstdc++-v3 targets.
35590697 5464
ba73c63f
JM
54652000-04-05 Michael Meissner <meissner@redhat.com>
5466
5467 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 5468
d332c5ac
JM
54692000-03-29 Jason Merrill <jason@casey.cygnus.com>
5470
5471 * configure.in: -linux-gnu*, not -linux-gnu.
5472
d932cae7 54732000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
5474
5475 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5476 (do-tar-bz2): Replace TOOL with PACKAGE.
5477 (gdb.tar.bz2): Remove GDBTK from GDB package.
5478 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 5479 dejagnu.tar.bz2): New packages.
6dcbc97b 5480
96ce09a7
ILT
54812000-02-27 Andreas Jaeger <aj@suse.de>
5482
5483 * configure.in: Add entry for mips*-*-linux*, move catch all
5484 *-*-*linux* entry below this one.
5485
2031769e
ILT
54862000-02-27 Ian Lance Taylor <ian@zembu.com>
5487
5488 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5489
4bab746c
NC
54902000-02-24 Nick Clifton <nickc@cygnus.com>
5491
5492 * config.sub: Support an OS of "wince".
5493
d932cae7 54942000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
5495
5496 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 5497 version.
ada59422 5498
5b93d8bb
AM
54992000-02-23 Linas Vepstas <linas@linas.org>
5500
5501 * config.sub: Add support for Linux/IBM 370.
5502 * configure.in: Likewise.
5503
2fb651f6
NC
55042000-02-22 Nick Clifton <nickc@cygnus.com>
5505
5506 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5507
b8441c25
CF
55082000-02-20 Christopher Faylor <cgf@cygnus.com>
5509
5510 * config.guess: Guess "cygwin" rather than "cygwin32".
5511
d332c5ac
JM
55122000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5513
5514 * configure (gcc_version): When setting, narrow search to
5515 lines containing `version_string'.
5516
ba73c63f
JM
55172000-02-15 Denis Chertykov <denisc@overta.ru>
5518
5519 * config.sub: Add support for avr target.
5520
d932cae7 55212000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
5522
5523 * config.sub: Add mmix-knuth-mmixware.
5524
55252000-01-27 Christopher Faylor <cgf@redhat.com>
5526
5527 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5528 structure stuff to -L library search.
5529 (CXX_FOR_TARGET): Ditto.
5530 (CROSS_CHECK_MODULES): Fix spelling mistake.
5531
55322000-01-24 Mark Mitchell <mark@codesourcery.com>
5533
5534 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5535 the C++ compiler.
5536
55372000-01-12 Richard Henderson <rth@cygnus.com>
5538
5539 * configure.in: Don't build some bits for beos.
5540
55412000-01-12 Joel Sherrill (joel@OARcorp.com)
5542
5543 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5544 as include files.
5545
91b2c84d
GK
55462000-01-06 Geoff Keating <geoffk@cygnus.com>
5547
5548 * configure.in: Use mt-aix43 to handle *_TARGET defs,
5549 not mh-aix43.
5550
ba73c63f
JM
55511999-12-14 Richard Henderson <rth@cygnus.com>
5552
5553 * config.guess (alpha-osf, alpha-linux): Detect ev67.
5554 * config.sub: Accept alphaev[78], alphaev8.
5555
55561999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5557
5558 * config.guess, config.sub: Update from autoconf.
5559
5560Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5561
5562 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5563 necessary libraries are missing.
5564
55651999-10-25 Andreas Schwab <schwab@suse.de>
5566
5567 * configure: Fix quoting inside arguments of eval.
5568
55691999-10-21 Nick Clifton <nickc@cygnus.com>
5570
5571 * config-ml.in: Allow suppression of some ARM multilibs.
5572
5573Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
5574
5575 * config.guess: Add OS/390 match pattern.
5576 * config.sub: Add mvs, openedition targets.
5577 * configure.in (i370-ibm-opened*): New.
5578
ef14edc4
ILT
55791999-09-04 Steve Chamberlain <sac@pobox.com>
5580
5581 * config.sub: Add support for configuring for pj.
5582
afb478e8
NC
55831999-08-31 Nick Clifton <nickc@cygnus.com>
5584
fd6848f6 5585 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 5586
ba73c63f 55871999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
5588
5589 * configure.in: Do not configure or build ld for AIX
5590 platforms. ld is known to be broken on these platforms.
5591
ba73c63f
JM
5592Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5593
5594 * config-ml.in: Pass compiler flag corresponding to multidirs to
5595 subdir configures.
5596
c363de44
ILT
55971999-08-09 Ian Lance Taylor <ian@zembu.com>
5598
5599 * Makefile.in (LDFLAGS): Define.
5600
dc8bc5a6
ILT
56011999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
5602
5603 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5604 noconfigdirs.
5605 (*-*-cygwin*): Likewise.
5606
6ca3858e
ILT
56071999-08-08 Ian Lance Taylor <ian@zembu.com>
5608
71141bb6
ILT
5609 * mkdep: New file.
5610 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5611 (BINUTILS_SUPPORT_DIRS): Add mkdep.
5612
6ca3858e
ILT
5613 From Eli Zaretskii <eliz@is.elta.co.il>:
5614 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5615 long file name when using DJGPP on MS-DOS.
5616
ba73c63f
JM
5617Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
5618
5619 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5620
2735a327
AM
56211999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
5622
5623 * Makefile.in (check-target-libio): Remove all-target-libstdc++
5624 dependency as this causes "make check" to globally "make all"
5625
ba73c63f
JM
5626Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
5627
5628 * configure.in (target_libs): Added target-zlib.
5629 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5630 (CONFIGURE_TARGET_MODULES): Likewise.
5631 (CHECK_TARGET_MODULES): Likewise.
5632 (INSTALL_TARGET_MODULES): Likewise.
5633 (CLEAN_TARGET_MODULES): Likewise.
5634 (configure-target-zlib): New target.
5635 (all-target-zlib): Likewise.
5636 (all-target-libjava): Depend on all-target-zlib.
5637 (configure-target-libjava): Depend on configure-target-zlib.
5638
5639 * Makefile.in (configure-target-libjava): Depend on
5640 configure-target-newlib.
5641 (configure-target-boehm-gc): New target.
5642 (configure-target-qthreads): New target.
5643
80413487
RH
5644 * configure.in (target_libs): Added target-qthreads.
5645 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5646 (CONFIGURE_TARGET_MODULES): Likewise.
5647 (CHECK_TARGET_MODULES): Likewise.
5648 (INSTALL_TARGET_MODULES): Likewise.
5649 (CLEAN_TARGET_MODULES): Likewise.
5650 (all-target-qthreads): New target.
5651 (configure-target-libjava): Depend on configure-target-qthreads.
5652 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
5653
5654 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5655 (CONFIGURE_TARGET_MODULES): Likewise.
5656 (CHECK_TARGET_MODULES): Likewise.
5657 (INSTALL_TARGET_MODULES): Likewise.
5658 (CLEAN_TARGET_MODULES): Likewise.
5659 (all-target-libjava): New target.
5660 (all-target-boehm-gc): Likewise.
5661 * configure.in (target_libs): Added libjava, boehm-gc.
5662
08d836d6
ILT
56631999-07-22 Ian Lance Taylor <ian@zembu.com>
5664
5665 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5666 configure.bat in SUPPORT_FILES.
5667 (gas+binutils.tar.bz2): Likewise.
5668
5669 * makeall.bat: Remove; obsolete.
5670
8f36e47c
ILT
56711999-07-21 Ian Lance Taylor <ian@zembu.com>
5672
5673 From Mark Elbrecht:
5674 * configure.bat: Remove; obsolete.
5675
56e82f25
ILT
56761999-07-11 Ian Lance Taylor <ian@zembu.com>
5677
5678 * configure: Add -W -Wall to the default CFLAGS when compiling with
5679 gcc.
5680
1001d816
JL
5681Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
5682
5683 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5684
106117aa
MM
56851999-06-30 Mark Mitchell <mark@codesourcery.com>
5686
5687 * configure.in: Build ld on IRIX6.
5688
c376f4ed
ILT
56891999-06-12 Ian Lance Taylor <ian@zembu.com>
5690
5691 * Makefile.in: Change distribution targets to use bzip2 instead of
5692 gzip.
5693 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 5694 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 5695
306b7445
NC
56961999-06-04 Nick Clifton <nickc@cygnus.com>
5697
5698 * config.sub: Add mcore target.
5699
d932cae7 57001999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
5701
5702 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5703
d932cae7 57041999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
5705
5706 * config.guess (dummy): Changed to $dummy.
5707
6c3175b0
NC
57081999-05-24 Nick Clifton <nickc@cygnus.com>
5709
ba73c63f
JM
5710 * config.sub: Tidied up case statements.
5711
57121999-05-22 Ben Elliston <bje@cygnus.com>
5713
5714 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5715 <jiro@din.or.jp>.
5716
5717 * config.guess: Merge with FSF version. Future changes will be
5718 more accurately recorded in this ChangeLog.
5719 * config.sub: Likewise.
5720
d932cae7 57211999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
5722
5723 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 5724
252b5132
RH
57251999-04-30 Tom Tromey <tromey@cygnus.com>
5726
5727 * ltmain.sh: [mode link] Always use CC given by ltconfig.
5728
57291999-04-23 Tom Tromey <tromey@cygnus.com>
5730
5731 * ltconfig, ltmain.sh: Update to libtool 1.2f.
5732
57331999-04-20 Drew Moseley <dmoseley@cygnus.com>
5734
5735 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5736 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5737 Bad merge removed these two changes.
5738
ba73c63f 5739Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 5740 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
5741
5742 * config.guess (interix Alpha): Add.
5743
252b5132
RH
57441999-04-11 Richard Henderson <rth@cygnus.com>
5745
5746 * configure.in (i?86-*-beos*): Do config gperf; don't config
5747 gdb, newlib, or libgloss.
5748
d932cae7 57491999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 5750
ba73c63f
JM
5751 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5752 link a trivial program with -mabi=64. If it fails, remove mabi=64
5753 from multidirs.
5754
d932cae7 57551999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
5756
5757 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5758
252b5132
RH
57591999-04-08 Nick Clifton <nickc@cygnus.com>
5760
5761 * config.sub: Add support for mcore targets.
5762
57631999-04-07 Michael Meissner <meissner@cygnus.com>
5764
5765 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5766 not mt-ospace, in order to shut up assembler warning about using
5767 symbols that are named the same as registers.
5768
57691999-04-07 Drew Moseley <dmoseley@cygnus.com>
5770
5771 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5772 dependency list for all-target-cygmon.
5773
57741999-04-05 Doug Evans <devans@casey.cygnus.com>
5775
5776 * config-ml.in: Check $host, not $target, for selective multilibs.
5777 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5778 thumb interworking, and underscore prefix multilibs.
5779
57801999-04-04 Ian Lance Taylor <ian@zembu.com>
5781
5782 * missing: Update to version from current automake.
5783
5784Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
5785
5786 * configure (gxx_include_dir): Removed.
5787
5788 * configure.in (gxx_include_dir): Handle it.
5789 * Makefile.in: Likewise.
5790
57911999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
5792
5793 * config.sub (mips64vr4111,mips64vr4111el) Add.
5794
57951999-03-21 Ben Elliston <bje@cygnus.com>
5796
80413487 5797 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
5798
5799Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
5800
252b5132
RH
5801 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5802 config/mh-djgpp.
5803
5804Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
5805
5806 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5807 all-target-newlib to dependency list for all-target-bsp.
5808
5809Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
5810
5811 * config.sub: Add i386-uwin support.
5812 * config.guess: Likewise.
5813
5814Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5815
5816 * configure.in: cleanup, add mh-*pic handling for arm, special
5817 case powerpc*-*-aix*
5818
5819Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
5820
5821 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5822 can be built.
5823
5824Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
5825
5826 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 5827 targets.
252b5132
RH
5828
58291999-03-02 Nick Clifton <nickc@cygnus.com>
5830
5831 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5832
d932cae7 58331999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
5834
5835 * config.sub: Check for "cygwin*" rather than "cygwin32*"
5836
58371999-02-24 Nick Clifton <nickc@cygnus.com>
5838
5839 * config.sub: Fix typo in arm recognition.
5840
d932cae7 58411999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
5842
5843 * configure.in (noconfigdirs): Changed target_configdirs to
5844 include target-bsp only for m68k-*-elf* and m68k-*-coff*
5845 rather than m68k-*-* since it is not known to work on
5846 m68k-aout. Ditto for arm-*-*oabi.
5847
d932cae7 58481999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
5849
5850 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
5851
58521999-02-19 Ben Elliston <bje@cygnus.com>
5853
5854 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
5855 Smart and improved by Andrew Cagney.
5856
d932cae7 58571999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
5858
5859 * config.guess: Recognize openbsd-*-hppa.
5860
d932cae7 58611999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
5862
5863 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
5864 only if it is not empty.
5865
58661999-02-17 Nick Clifton <nickc@cygnus.com>
5867
5868 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 5869
fd6848f6 5870 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
5871
5872 * config.sub: Modified to recognize uname's armv* syntax.
5873
58741999-02-17 Mark Salter <msalter@cygnus.com>
5875
5876 * configure.in: Added target-bsp for sparclite.
5877
d932cae7 58781999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
5879
5880 * config.sub: Recognize alphapca5[67] and up to alphaev8.
5881
58821999-02-08 Nick Clifton <nickc@cygnus.com>
5883
5884 * configure.in: Add support for strongarm port.
5885 * config.sub: Add support for strongarm target.
5886
d932cae7 58871999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 5888
252b5132
RH
5889 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
5890 the old name config/mh-cygwin32.
5891 Enable texinfo.
5892
d932cae7 58931999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
5894
5895 * configure.in: Do build ld for ix86 Solaris.
5896
d932cae7 58971999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
5898
5899 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
5900 $AR_FOR_TARGET. Likewise for RANLIB.
5901
d932cae7 59021999-02-02 Catherine Moore <clm@cygnus.com>
35590697 5903
80413487
RH
5904 * config.sub (oabi): Recognize.
5905 * configure.in (arm-*-oabi): Handle.
252b5132 5906
d932cae7 59071999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
5908
5909 * config.guess: Improve detection of i686 on UnixWare 7.
5910
d932cae7 59111999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
5912
5913 * config.guess: Add support for i386-pc-interix.
5914 * config.sub: Likewise.
5915 * configure.in: Likewise.
252b5132 5916
d932cae7 59171999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
5918
5919 * Makefile.in: Remove unneeded all-target-libio from
5920 from all-target-winsup target since it is now unneeded.
5921 Add all-target-libtermcap in its place since it is now
5922 needed.
5923
d932cae7 59241998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
5925
5926 * configure.in: makefile stub for cygwin target is probably
5927 unnecessary. Remove it for now.
252b5132 5928
d932cae7 59291998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
5930
5931 * configure.in: libtermcap.a should be built when cygwin is the
5932 target as well as the host.
5933 * config.guess: Allow mixed case in cygwin uname output.
5934 * Makefile.in: Add libtermcap target.
252b5132 5935
d932cae7 59361998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5937
5938 * config.sub: Clean up handling of hppa2.0.
5939
d932cae7 59401998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
5941
5942 * config.guess: Use C code to identify more HP machines.
5943
5944Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
5945
5946 * config.sub: Handle hppa2.0.
5947
ba73c63f
JM
5948Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
5949
5950 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 5951 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
5952
59531998-12-15 Mark Salter <msalter@cygnus.com>
5954
5955 * configure.in: Added target-bsp for several target architectures.
5956
5957 * Makefile.in: Added rules for bsp.
5958
252b5132
RH
5959Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
5960
5961 * config.guess: Improve detection of hppa2.0 processors.
5962
5963Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
5964
5965 * config.guess: Recognize FreeBSD using ELF automatically.
5966
59671998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
5968
5969 * configure (skip-this-dir): Add handling for new shell script, which
5970 might be created by a sub-directory's configure to indicate, this particular
5971 directory is "unwanted".
5972 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
5973
252b5132
RH
5974Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
5975
5976 * ltconfig: import from libtool, after changing libtool to
5977 account for the cygwin name change.
5978
5979Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
5980
5981 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
5982 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
5983
5984Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
5985
5986 * configure.in: Add libtermcap to list of cygwin dependencies.
5987
d932cae7 59881998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 5989
80413487
RH
5990 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
5991 they include winsup/include when it's a cygwin target.
252b5132
RH
5992
59931998-11-12 Tom Tromey <tromey@cygnus.com>
5994
5995 * configure.in (host_tools): Added zip.
5996 * Makefile.in (all-target-libjava): Depend on all-zip.
5997 (all-zip): New target.
5998 (ALL_MODULES): Added all-zip.
5999 (NATIVE_CHECK_MODULES): Added check-zip.
6000 (INSTALL_MODULES): Added install-zip.
6001 (CLEAN_MODULES): Added clean-zip.
6002
d932cae7 60031998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
6004
6005 * Makefile.in: lose "32" from comment about cygwin.
6006
d932cae7 60071998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
6008
6009 * configure.in: Use -Os to build target libraries for the fr30.
6010
d932cae7 60111998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
6012
6013 * config.sub: Add fr30.
6014
d932cae7 60151998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 6016
80413487 6017 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
6018 cygwin* instead of cygwin32*.
6019 * config.sub: Check cygwin* instead of cygwin32*.
6020
d932cae7 60211998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
6022
6023 * config.guess: Match any version of Unixware7.
6024
252b5132
RH
60251998-10-20 Syd Polk <spolk@cygnus.com>
6026
6027 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6028 if desired.
6029
d932cae7 60301998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
6031
6032 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6033 these if the appropriate directories and files to not exist.
6034
d932cae7 60351998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
6036
6037 * Makefile.in (DEVO_SUPPORT): Add config.if.
6038
d932cae7 60391998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
6040
6041 * configure: Add pattern to replace "build_tooldir"'s
6042 definition in the generated Makefile with "tooldir"'s
6043 actual value.
6044
252b5132
RH
6045Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
6046
6047 * config.sub: Bring back lost sparcv9.
6048
ba73c63f
JM
6049 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6050
6051Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
6052
6053 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6054 CC_FOR_TARGET and friends.
6055
6056Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 6057
ba73c63f
JM
6058 * Makefile.in (build_tooldir): New variable, same as tooldir.
6059 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6060 -B$(build_tooldir)/bin/.
6061 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6062
252b5132
RH
6063Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
6064
6065 * config.sub: Add support for i[34567]86-pc-udk.
6066 * configure.in: Likewise.
6067
6068Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
6069
6070 * Makefile.in: add bzip2 package building bits for user
6071 tools module
6072 * configure.in: ditto
6073
ba73c63f
JM
6074Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
6075
6076 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6077 (ALL_TARGET_MODULES): Add all-target-libobjc.
6078 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6079 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6080 (all-target-libchill): Add dependencies.
6081 * configure.in (target_libs): Add libchill.
35590697 6082
252b5132
RH
60831998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
6084
ba73c63f 6085 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
6086
6087Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
6088
6089 * Makefile.in (all-automake): fix dependencies.
6090
6091Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
6092
6093 * configure.in: Minor cleanups for building in the $(target_alias)
6094 subdir.
6095
60961998-09-22 Jim Wilson <wilson@cygnus.com>
6097
6098 * Makefile.in (bootstrap): Set r and s before make all. Use
6099 BASE_FLAGS_TO_PASS in make all.
6100 (cross): Likewise.
6101
61021998-09-20 Mark Mitchell <mark@markmitchell.com>
6103
6104 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6105
252b5132
RH
6106Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
6107
6108 * config.sub: Fix typo in last change.
6109
61101998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6111
6112 * config.sub: Add support for C4x target.
6113 * configure.in: Likewise.
6114
61151998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
6116
6117 * config.sub: Recognize sparcv9 just like sparc64.
6118
6119Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
6120
6121 * config.guess: Match "Pent II" or "PentII" for OpenServer.
6122
6123Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
6124
6125 * config.guess: Correctly identify Pentium II sco boxes.
6126
6127 * config.guess: Fix "tr" code. From Weiwen Liu.
6128
6129Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
6130
6131 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6132 stabs.
6133
6134Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
6135
6136 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6137 (ALL_TARGET_MODULES): Add all-target-libchill.
6138 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6139 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6140 (all-target-libchill): Add dependencies.
6141 * configure.in (target_libs): Add libchill.
6142
6143Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6144
6145 * config.guess: Avoid assumptions about "tr" behaves when
6146 LANG is set to something other than English.
6147
6148Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
6149
6150 * configure (gxx_include_dir): Changed to
6151 '${prefix}/include/g++'-${libstdcxx_interface}.
6152
6153 * config.if: New to determine the interfaces.
6154
6155Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
6156
6157 * config.guess: Detect and handle MPE/IX.
6158 * config.sub: Deal with MPE/IX.
6159
6160Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
6161
6162 * configure.in: Use mh-aix43.
6163
61641998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
6165
6166 * configure: Fix --without/--disable cases for gxx-include-dir.
6167
6168Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
6169
6170 * mdata-sh: Imported. Needed for automake support.
6171
6172Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
6173
ba73c63f 6174 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
6175 "chmod og=u `find . -print`".
6176
6177Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
6178
ba73c63f 6179 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
6180
6181Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
6182
6183 * Makefile.in: Undo previous patch.
6184
6185Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
6186
6187 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6188 to here ...
6189 (install-no-fixedincludes): and here
6190 (INSTALL_MODULES): ... from here.
6191
6192Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
6193
6194 * config.sub: Merge with FSF.
6195
6196 * config.guess: Merge with FSF.
6197
6198Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
6199
6200 * configure (extraconfigdirs): New variable.
6201 (SUBDIRS): Add extraconfigdirs and recurse on them too.
6202 * Makefile.in (all): Move higher in file.
6203 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6204 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6205 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6206 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6207 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6208
62091998-07-23 Brendan Kehoe <brendan@cygnus.com>
6210
6211 * Makefile.in (all-target-libjava): Depend on all-gcc and
6212 all-target-newlib.
6213 (configure-target-libjava): Depend on $(ALL_GCC).
6214
6215Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
6216
6217 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6218 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6219
6220Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
6221
6222 * ylwrap: Change absolute path checks to check for DOS style path
6223 names.
6224
6225 * ylwrap: Don't use a full path name if the source file is in the
6226 same directory. From hjl@lucon.org (H.J. Lu).
6227
6228 * config-ml.in: Default to being verbose, to match Feb 18 change to
6229 configure.
6230
6231Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
6232
6233 Brought over from egcs:
6234
6235 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
6236
6237 * configure.in (target_subdir): Set to ${target_alias} instead
6238 of "libraries".
6239
6240 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
6241
6242 * configure.in (target_subdir): Set to libraries if enable_multilib.
6243
6244Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
6245
6246 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6247 multilibs, force reconfiguration the first time we create
6248 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6249
6250Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
6251
6252 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6253 avoid confusion with --no-recursion.
6254
6255Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
6256
6257 * configure.in: Win32 hosts shouldn't use install -x
6258 * install-sh: remove -x option, and special .exe-handling
6259 hack.
6260
6261Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
6262
6263 * config.guess: Recognize i586-pc-beos.
6264 * configure.in: Don't build some bits for beos.
6265
6266Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
6267
6268 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6269 CFLAGS default to -O2.
6270
6271 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6272 when using GNU ld.
6273
6274Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
6275
6276 * ltmain.sh: Correct install when using a different shell.
6277
6278Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
6279
6280 * ltconfig, ltmain.sh: Update to libtool 1.2b.
6281
6282Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
6283
6284 * makefile.vms: Update to build binutils/makefile.vms. Add install
6285 target.
6286
6287Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
6288
6289 * ltconfig: Update to correct AIX handling.
6290
6291Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
6292
6293 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6294
6295 * configure.in (target_subdir): Set to ${target_alias} instead
6296 of "libraries".
6297
62981998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
6299
6300 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6301 (Makefile): Depend on $(gcc_version_trigger).
6302
6303 * configure (gcc_version): Change default initializer to empty
6304 string.
6305 (gcc_version_trigger): New variable; pass this variable down
6306 to subdir configures to enable them checking gcc's version
6307 themselves. Emit make macros for both gcc_version vars.
6308 (topsrcdir): Initialize reliably.
6309 (recursion line): Remove --with-gcc-version=${gcc_version}.
6310
63111998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
6312
6313 * configure (enable_version_specific_runtime_libs): Implement new flag
6314 --enable-version-specific-runtime-libs which installs C++ runtime stuff
6315 in $(libsubdir); emit definition in each generated Makefile.
6316 (gxx_include_dir): Initialize depending on
6317 $enable_version_specific_runtime_libs.
6318
63191998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
6320
6321 * configure (gcc_version): Initialize properly depending on
6322 how and where configure is started.
6323 (recursion line): Pass a --with-gcc-version=${gcc_version}
6324 to configures in subdirs.
6325
6326Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
6327
6328 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 6329 cygmon
252b5132
RH
6330
6331Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
6332
6333 * configure.in: Add cygmon and libstub support for mn10200.
6334
63351998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
6336
6337 * configure (gcc_version): Add new variable describing the
6338 particular gcc version we're building.
6339 * Makefile.in (libsubdir): Add new macro for the directory
6340 in which the compiler finds executables, libraries, etc.
6341 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6342 and libsubdir.
6343
6344Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6345
ba73c63f
JM
6346 * Makefile.in (local-clean): Remove *.log.
6347 (warning.log): Built with warn_summary from build.log.
6348 (mail-report.log): Run test_summary.
6349 (mail-report-with-warnings.log): Run test_summary including
6350 warning.log in the report.
252b5132
RH
6351
6352Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
6353
6354 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6355
6356Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
6357
6358 * Makefile.in (grep): Grep no longer depends on libiberty.
6359
6360Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
6361
6362 * Makefile.in: all-snavigator needs all-libgui.
6363
6364Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
6365
6366 * configure.in: Add cygmon and libstub support for mn10300.
6367
6368Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
6369
6370 * missing: Update to version from automake 1.3.
6371
6372 * ltmain.sh: On installation, don't get confused if the same name
6373 appears more than once in the list of library names.
6374
6375Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
6376
6377 * config.sub: Accept m68060 and m5200 as CPU names.
6378
6379Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
6380
6381 * configure: Use && rather than using -a in test, because odd
6382 strings can confuse test.
6383 * configure.in: Likewise.
6384
6385Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
6386
6387 * ltconfig, ltmain.sh: Bring in Visual C++ support.
6388
6389Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6390
6391 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
6392 bootstrap4-lean): New targets.
6393
6394Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
6395
6396 * mpw-* Delete. Not used.
252b5132
RH
6397
6398Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
6399
6400 * COPYING.LIB: Update FSF address.
6401
6402Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
6403
6404 * ltconfig, ltmain.sh: Update to libtool 1.2a.
6405
6406 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6407 GAS_SUPPORT_DIRS.
6408
6409Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
6410
6411 * ltconfig, ltmain.sh: Avoid producing a version number if
6412 -version-info was not used.
6413
6414Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
6415
6416 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6417 building with newlib.
6418
64191998-04-30 Paul Eggert <eggert@twinsun.com>
6420
ba73c63f 6421 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 6422 Solaris `make' causes it to continue to next definition.
252b5132 6423
afb8d725
JM
6424Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
6425
6426 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6427 the right GUI libraries and files are installed along with GDB.
6428
252b5132
RH
6429Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
6430
6431 * configure.in: Change alpha to alpha* in several places.
6432
6433Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
6434
6435 * config.sub: Recognize sparc86x.
6436
6437Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 6438
252b5132
RH
6439 * configure.in (--enable-target-optspace): Remove debug echo.
6440
6441Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
6442
6443 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6444
6445Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
6446
6447 * ltconfig: Update cygwin32 support.
6448
6449 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6450 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6451 (GDB_SUPPORT_DIRS): Likewise.
6452
6453Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
6454
6455 * configure.in (target_makefile_frag): If --enable-target-optspace,
6456 use -Os to compile target libraries rather than -O2. Default to
6457 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6458 not used.
6459 * configure.in (target_cflags): Ditto for d30v.
6460
6461Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
6462
6463 * Makefile.in (all-bfd): Depend on all-intl.
6464 (all-binutils): Likewise.
6465 (all-gas): Likewise.
6466 (all-gprof): Likewise.
6467 (all-ld): Likewise.
6468
252b5132
RH
64691998-04-19 Brendan Kehoe <brendan@cygnus.com>
6470
6471 * configure.in (host_tools): Fix typo, lbtool -> libtool.
6472
6473Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
6474
6475 * Makefile.in (all-bfd): Depend upon all-libiberty.
6476
6477 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6478
6479Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
6480
6481 * Makefile.in: Add libstub.
6482
6483 * configure.in: Ditto. Build libstub for targets that have cygmon
6484 support.
6485
6486Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
6487
6488 * configure.in: Don't set PICFLAG on ix86-cygwin32.
6489
6490Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
6491
6492 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6493 use mh-sysv5 if specified. Support gprof on SCO Open Server.
6494
6495Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
6496
6497 * configure: Define DEFAULT_M4 by searching PATH.
6498 * Makfile.in: Use DEFAULT_M4.
6499
6500Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
6501
6502 * ltconfig: Add cygwin32 support.
6503
6504 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
6505 to configure and build.
6506
6507Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
6508
6509 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
6510
6511Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
6512
6513 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6514
6515Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
6516
6517 * Makefile.in: add ash make rules
6518 * configure.in: add ash to native_only and host_tools lists
6519
6520Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
6521
6522 * Makefile.in (all-gettext, all-intl): New targets.
6523 (ALL_MODULES): Added all-gettext, all-intl.
6524 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6525 (INSTALL_MODULES): Added install-gettext, install-intl.
6526 (CLEAN_MODULES): Added clean-gettext, clean-intl.
6527
6528 * configure.in (host_tools): Added gettext.
6529 (native_only): Likewise.
6530 (noconfigdirs) [various cases]: Likewise.
6531 (host_libs): Added intl.
6532
afb8d725
JM
6533Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
6534
6535 * configure: Do not disable building gdbtk for cygwin32 hosts.
6536
ba73c63f
JM
6537Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
6538
6539 * configure.in: Add thumb-coff target.
6540 * config.sub: Add thumb-coff target.
6541
252b5132
RH
6542Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
6543
6544 * Makefile.in: Revert yesterday's change.
6545 (all-target-winsup): all-target-librx stays out of here.
6546
6547Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
6548
ba73c63f
JM
6549 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6550 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6551 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
6552 Remove references to librx and libg++.
6553
6554Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
6555
6556 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6557 recursive makes
6558
6559Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
6560
6561 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6562 for newlib directory.
6563 (CXX_FOR_TARGET): Likewise.
6564
6565Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
6566
6567 * ltconfig: Update after libtool/ltconfig.in change for
6568 hpux11.
6569
6570Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
6571
6572 * ltconfig, ltmain.sh: Update to libtool 1.2.
6573
6574Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
6575
6576 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6577 (install-gcc-cross): Instead, override LANGUAGES here.
6578
65791998-03-18 Dave Love <d.love@dl.ac.uk>
6580
6581 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6582 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6583
6584Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
6585
6586 * configure.in: Add Thumb-pe target.
6587
6588Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 6589
252b5132
RH
6590 * Makefile.in - changed sn targets to snavigator
6591 * configure.in - changed sn targets to snavigator
6592
6593Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
6594
6595 * config-ml.in: After building symlink tree call make distclean
6596 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6597 to be the case for libiberty.
6598
6599Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
6600
6601 * configure: When making link, also check the current
6602 directory. The configure scripts may create one.
6603
6604Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
6605
6606 * config.sub: Accept alphapca56 and alphaev6 properly.
6607
6608Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6609
6610 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6611
252b5132
RH
6612Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6613
80413487 6614 * config.sub (sco5): Fix typo.
252b5132
RH
6615
6616Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
6617
6618 * Makefile.in (INSTALL_MODULES): Move install-tcl before
6619 install-itcl.
6620 (install-itcl): Remove dependency on install-tcl.
6621
6622Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
6623
6624 * configure.in: Remove libgloss from noconfigdirs for MN10300.
6625
252b5132
RH
6626Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
6627
6628 * configure.in: Don't build libgui for a cygwin32 target when not on
6629 a cygwin32 host.
6630
6631Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
6632
6633 * configure (redirect): Set to null, so default behavior of
6634 configure is now --verbose.
6635
66361998-02-16 Dave Love <d.love@dl.ac.uk>
6637
6638 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6639 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6640
6641Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
6642
6643 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6644 this change to sync Makefile.in with its ChangeLog entries.
6645
6646Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
6647
6648 * ltmain.sh (mkdir): Check that the directory doesn't exist
6649 before we exit with error, so that we don't get races during
6650 parallel builds.
6651
6652Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
6653
6654 * ltconfig, ltmain.sh: Update from libtool 1.0i.
6655
6656Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
6657
6658 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6659 PICFLAG_FOR_TARGET.
6660 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6661
6662 * configure: Emit a definition for the new macro enable_shared
6663 into each Makefile.
6664
252b5132
RH
6665Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
6666
6667 * configure.in (host_tools, native_only): Add libtool.
6668
6669Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
6670
6671 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6672 Fix typo in ming config comment.
6673
6674Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
6675
6676 * ltconfig, ltmain.sh: Update from libtool 1.0h.
6677
6678Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
6679
6680 * config.sub: Add tic30 cases, and map c30 to tic30.
6681
ba73c63f
JM
6682Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
6683
6684 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6685 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6686 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6687 (CLEAN_TARGET_MODULES): Similarly
6688 (all-target-libf2c): Add dependences.
35590697 6689 * configure.in (target_libs): Add libf2c.
ba73c63f 6690
252b5132
RH
6691Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
6692
ba73c63f
JM
6693 * configure.in: Remove expect from noconfigdirs when target
6694 is cygwin32. OK to build expect and dejagnu with Canadian
6695 Cross.
252b5132
RH
6696
6697Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
6698
6699 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6700 host.
6701
6702 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6703 and mingw32.
6704
6705Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
6706
6707 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6708 here as it is not defined in the toplevel Makefile.
6709
6710Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
6711
6712 * configure (package_makefile_rules_frag): New variable, which names
6713 a file with generic rules, ...
6714 Change comment to mention we now have FIVE parts.
6715 * configure: Undo last change.
6716
6717Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
6718
6719 * config.guess: More accurate determination of HP processor types.
6720 * config.sub: More accurate determination of HP processor types.
6721
6722Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
6723
6724 * configure (package_makefile_frag): Move inserting the
6725 ${package_makefile_frag} to where it should be according
6726 to the comment.
6727
ba73c63f 6728Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
6729
6730 * config.guess: Add support for Linux/ARM.
6731
6732Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
6733
6734 * .cvsignore: Remove *-info and *-install since they match
6735 release-info and mpw-install, which we don't want to just ignore.
6736
6737Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
6738
6739 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6740
6741Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
6742
6743 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6744 local_prefix to sub-make invocations.
6745
6746Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
6747
6748 * configure.in: Check makefile fragments in the source
6749 directory.
6750
6751Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6752
ba73c63f
JM
6753 * configure.in: Check whether host and target makefile
6754 fragments exist before adding them to *_makefile_frag.
252b5132
RH
6755
6756Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
6757
6758 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 6759
252b5132
RH
6760Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
6761
6762 * configure.in: Make sure we only replace RPATH_ENVVAR on
6763 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6764 regexp to sed.
6765
6766 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6767 to sub-makes.
6768
67691998-01-13 Lee Iverson (leei@ai.sri.com)
6770
6771 * config-ml.in (multi-do): LDFLAGS must include multilib
6772 designator.
6773
6774Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
6775
6776 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6777
6778Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
6779
6780 * config.sub: Add mingw32 support.
6781 * configure.in: Likewise.
252b5132
RH
6782
6783Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6784
6785 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6786
6787Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
6788
6789 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6790 * configure (gxx_include_dir): Provide a definition for subdirs
6791 which do not use autoconf.
6792
6793Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
6794
6795 * config.guess: Sync with egcs. Picks up new alpha support,
6796 BeOS & some additional linux support.
6797
ba73c63f 6798Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
6799
6800 * config.guess: HP 9000/803 is a PA1.1 machine.
6801
ba73c63f
JM
6802Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
6803
6804 * configure.in: It's alpha*-...
252b5132
RH
6805
6806Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
6807
ba73c63f
JM
6808 * configure.in (host_makefile_frag, target_makefile_frag):
6809 Handle multiple config files.
6810 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6811 alpha-*-*.
252b5132
RH
6812
6813Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
6814
6815 * mkdep: New file.
6816
6817Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
6818
6819 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6820
6821Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
6822
6823 * Makefile.in: Add libgui directory.
6824 (GDB_TK): Add all-libgui.
6825 * configure.in: Add libgui directory.
6826 * configure: Add all-libgui to GDB_TK.
6827
6828Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
6829
6830 * config-ml.in (multidirs): Add m32r to multilib list.
6831
6832Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
6833
6834 * Makefile.in (all-target-gperf): Change dependency to
6835 all-target-libstdc++.
6836
6837Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
6838
6839 * config.guess: Add BeOS support.
6840
6841Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
6842
6843 Source directory cvs renamed to cvssrc:
6844 * configure.in (host_tools): Change cvs to cvssrc.
6845 (native_only): Likewise.
6846 (noconfigdirs) [various cases]: Likewise.
6847 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
6848 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
6849 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
6850 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
6851 (all-cvssrc): Rename target from all-cvs.
6852
6853Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
6854
6855 * configure (gxx_include_dir): Fix thinko.
6856
6857Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
6858
6859 * Makefile.in (INSTALL_TARGET_CROSS): Define.
6860 (install-cross, install-gcc-cross): New targets.
6861
6862Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
6863
6864 * configure.in (noconfigdirs): Add support for Thumb target.
6865
6866 * config.sub (maybe_os): Add support for Thumb target.
6867
6868Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
6869
6870 * Makefile.in: Add rules for cygmon.
6871
6872 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
6873
6874Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
6875
6876 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6877 * configure (gxx_include_dir): Provide a definition for subdirs
6878 which do not use autoconf.
6879
6880Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
6881
6882 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 6883 11/18/97 build
252b5132
RH
6884
6885Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
6886
6887 * From Franz Sirl.
6888 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
6889 found on RedHat Linux systems.
6890
6891Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
6892
6893 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
6894 guesses.
6895
6896Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
6897
6898 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6899
6900Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
6901
6902 * ltmain.sh: If mkdir fails, check whether the directory was created
6903 anyhow by some other process.
6904
6905Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
6906
6907 * configure.in (d30v-*-*): Configure all directories.
6908
6909Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
6910
6911 * configure.in (d30v-*-*): Configure newlib, libiberty directories
6912 for the D30V.
6913
6914Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
6915
6916 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6917
6918Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
6919
80413487
RH
6920 * include/libiberty.h: Add extern "C" { so it can be used with C++
6921 progrms.
6922 * include/remote-sim.h: Add extern "C" { so it can be used with C++
6923 programs.
252b5132
RH
6924
6925Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
6926
6927 * configure.in (d30v-*-*): Configure GCC now.
6928
6929Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6930
6931 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
6932 is no longer needed.
6933
6934Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
6935
6936 * Makefile.in: check-target-libio depends on all-target-libstdc++.
6937
6938Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
6939
6940 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6941 targets using "$@" to provide support for similar but not identical
6942 targets without having to duplicate code.
6943
6944Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
6945
6946 * makefile.vms: Fix to work with DEC C.
6947
6948Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
6949
6950 * config.sub: Add mips-tx39-elf to marketing names.
6951
6952Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
6953
6954 * ltmain.sh: Handle symlinks in generated script.
6955
6956Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
6957
6958 * configure: Handle autoconf style directory options: --bindir,
6959 --datadir, --includedir, --infodir, --libdir, --libexecdir,
6960 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
6961 --sysconfdir.
6962 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6963 (sharedstatedir, localstatedir, oldincludedir): New variables.
6964 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6965 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6966 sbindir, sharedstatedir, and sysconfdir.
6967
6968Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
6969
6970 * Makefile.in (bootstrap-lean): New target.
6971
6972Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
6973
6974 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 6975 sn, and gnuserv from noconfigdirs.
252b5132
RH
6976
6977Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
6978
6979 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
6980
6981Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
6982
ba73c63f 6983 * Makefile.in (cross): New target.
252b5132
RH
6984
6985Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 6986 Jeff Law <law@cygnus.com>
252b5132
RH
6987
6988 * Makefile.in (bootstrap2, bootstrap3): New targets.
6989 (all-bootstrap): Remove outdated and confusing target.
6990 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
6991
afb8d725
JM
6992Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
6993
6994 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 6995 windows. Consistent with gdb/configure.
afb8d725 6996
252b5132
RH
69971997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
6998
252b5132
RH
6999 * configure.in: Name Linux target fragment.
7000
7001 * configure: Rewrite so that project Makefile fragment is inserted
7002 first and appears last in the resulting Makefile.
7003
7004Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
7005
7006 * Makefile.in (install-itcl): Install tcl first.
7007
252b5132 7008Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 7009
252b5132
RH
7010 * configure.in: remove bison from noconfigdirs for Cygwin32 host
7011
7012Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
7013
7014 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7015
7016 * configure.in (skipdirs): Add target-librx for Linux.
7017 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7018
7019Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
7020
7021 * Makefile.in (bootstrap): New target.
7022
7023Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
7024
7025 * config.sub: Accept 'amigados' for backward compatability.
7026
7027Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
7028
7029 * config.guess: Merge with FSF.
7030
ba73c63f
JM
7031Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
7032
7033 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7034
252b5132
RH
7035Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
7036
7037 * config.sub: Add "marketing-names" patch.
7038
7039Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
7040
80413487 7041 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
7042
7043Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
7044
7045 * config.sub: Handle v850-elf.
7046
ba73c63f
JM
7047Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
7048
7049 * .cvsignore (*-install): Remove.
7050
252b5132
RH
7051Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
7052
7053 * ltconfig: Set CONFIG_SHELL in libtool.
7054 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7055
7056Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
7057
7058 * configure.in (target_subdir): Set to libraries if enable_multilib.
7059
7060Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
7061
7062 * config.guess: Update from gcc directory.
7063
7064Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
7065
7066 * Makefile.in (all-sim): Depends on all-readline.
7067
7068Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
7069
7070 * Makefile.in (BISON, YACC): Use $$s.
7071 (all-bison): Depend on all-texinfo.
7072
7073Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
7074
7075 * Makefile.in (BISON): Add -L flag.
7076 (YACC): Likewise.
7077
7078Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
7079
35590697
AJ
7080 * configure.in (noconfigdirs): Add support for v850e target.
7081
252b5132
RH
7082 * config.sub (maybe_os): Add support for v850e target.
7083
7084Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
7085
35590697
AJ
7086 * configure.in (noconfigdirs): Add support for v850ea target.
7087
252b5132
RH
7088 * config.sub (maybe_os): Add support for v850ea target.
7089
7090Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
7091
7092 * config.sub: Add mipstx39. Delete r3900.
7093
7094Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
7095
7096 * Makefile.in (all-autoconf): Depends on all-texinfo.
7097
7098Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
7099
7100 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7101 eabi targets.
7102
7103Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
7104
7105 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7106
7107 * configure: When handling a Canadian Cross, handle YACC as well as
7108 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 7109 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
7110
7111Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
7112
7113 * Makefile.in (BISON): bison, not byacc or bison -y.
7114 (YACC): bison -y or byacc or yacc.
7115 (various): Add *-bison as appropriate.
7116 (taz): No need to mess with BISON anymore.
7117
7118Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
7119
7120 * configure: If OSTYPE matches *win32*, try to find a good value for
7121 CONFIG_SHELL.
7122
7123Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
7124
7125 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7126 configure.in if it is present.
7127
7128Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
7129
7130 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7131
7132Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
7133
7134 * config.sub: Recognize `arc' cpu.
7135 * configure.in: Likewise.
7136 * config-ml.in: Likewise.
7137
7138Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
7139
7140 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7141
7142Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
7143
7144 * configure: Changed sed delimiter from ':' to '|' when
7145 attempting to substitute ${config_shell} for SHELL. On
7146 NT ${config_shell} may contain a ':' in it.
7147
7148Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
7149
7150 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7151
7152Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
7153
7154 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7155
7156Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
7157
7158 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7159
7160 * ylwrap: If the program is a relative path, force it to be
7161 absolute.
7162
7163Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
7164
7165 * configure (tooldir): Set BISON to `bison -y' and not just bison.
7166
7167Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
7168
7169 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
7170 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7171 for libraries.
252b5132
RH
7172
7173Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
7174
7175 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 7176 separated by spaces.
252b5132
RH
7177
7178Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
7179
7180 * ylwrap: New file.
7181 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7182
7183 * ltmain.sh: Handle /bin/sh at start of install program.
7184
7185 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7186
7187 * ltconfig, ltmain.sh: New files, from libtool 1.0.
7188 * missing: New file, from automake 1.2.
7189
7190Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
7191
7192 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
7193 check-tk to CHECK_X11_MODULES.
7194
7195Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
7196
7197 * config.sub: Merge with FSF.
7198
7199Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
7200
7201 * config.guess: Merge with FSF.
7202
7203Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7204
7205 * configure: Treat msdosdjgpp like go32.
7206 * configure.in: Likewise. Don't remove gprof for go32.
7207
7208 * configure: Change Makefile.tem2 to Makefile.tm2.
7209
7210Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
7211
7212 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7213
7214Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7215
7216 * install-sh (chmodcmd): Set to null if the DST directory already
7217 exists. Same as Nov 11th change.
7218
7219Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
7220
35590697 7221 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
7222
7223Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
7224
7225 * config.guess: Update from FSF.
7226
7227Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
7228
7229 * Makefile.in (GDB_TK): Depend on itcl and tix.
7230
7231Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
7232
7233 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7234 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7235 (INSTALL_SCRIPT): New variable.
7236 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7237 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7238 to -x.
7239 * install-sh: Add support for -x option.
7240
7241Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
7242
7243 * configure.in, Makefile.in: Treat tix like itcl.
7244
7245Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
7246
7247 * Makefile.in (WINDRES): New variable.
7248 (WINDRES_FOR_TARGET): New variable.
7249 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7250 (EXTRA_HOST_FLAGS): Add WINDRES.
7251 (EXTRA_TARGET_FLAGS): Add WINDRES.
7252 (EXTRA_GCC_FLAGS): Add WINDRES.
7253 ($(DO_X)): Pass down WINDRES.
7254 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7255 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7256 DLLTOOL_FOR_TARGET.
7257
7258Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
7259
7260 * configure.in: configure sim before gdb for win32-x-ppc
7261
7262Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7263
7264 Move gperf into the toplevel, from libg++.
7265 * configure.in (target_tools): Add target-gperf.
7266 (native_only): Add target-gperf.
7267 * Makefile.in (all-target-gperf): New target, depend on
7268 all-target-libg++.
7269 (configure-target-gperf): Empty rule.
7270 (ALL_TARGET_MODULES): Add all-target-gperf.
7271 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7272 (CHECK_TARGET_MODULES): Add check-target-gperf.
7273 (INSTALL_TARGET_MODULES): Add install-target-gperf.
7274 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7275
7276Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 7277
252b5132
RH
7278 * config.sub (mn10200): Recognize new basic machine.
7279
7280Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7281
7282 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7283 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7284
7285Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7286
7287 * configure.in: If we're building mips-sgi-irix6* native, turn on
7288 ENABLE_MULTILIB and set TARGET_SUBDIR.
7289
7290Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
7291
7292 * Makefile.in (all-sn): Depend on all-grep.
7293
7294Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
7295
7296 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7297
7298 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7299 Makefile. From Jeff Makey <jeff@cts.com>.
7300 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7301
7302 * Makefile.in (DISTBISONFILES): Remove.
7303 (taz): Don't futz with DISTBISONFILES. Change BISON to use
7304 $(DEFAULT_YACC).
7305
7306 * configure.in: Build itl, db, sn, etc., when building for native
35590697 7307 cygwin32.
252b5132
RH
7308
7309 * Makefile.in (LD): New variable.
7310 (EXTRA_HOST_FLAGS): Pass down LD.
7311 ($(DO_X)): Likewise.
7312
7313Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
7314
7315 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7316
7317Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
7318
7319 * configure.in (targargs): Strip out any supplied --build argument
35590697 7320 before adding our own. Always add --build.
252b5132
RH
7321
7322Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
7323
7324 * configure.in (targargs): Pass --build if we're doing
7325 a cross-compile.
7326
7327Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
7328
ba73c63f 7329 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
7330 sed. Otherwise sed chokes on NT path names with drive
7331 designators. Also look for "?:*" as the leading characters in an
7332 absolute pathname.
7333
7334Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
7335
7336 * config.sub: Support for r3900.
7337
7338Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
7339
7340 * configure.in: Use install-sh, not install.sh.
7341
7342Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
7343
7344 * Makefile.in (taz): Improve check for BISON so it doesn't try to
7345 apply it twice.
7346
7347Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
7348
7349 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7350 install-binutils.
7351
7352Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
7353
7354 * Makefile.in: Add automake targets.
7355 * configure.in (host_tools): Add automake.
7356
7357Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
7358
7359 * configure: Default CXX to c++, not gcc.
7360 * Makefile.in (CXX): Set to c++, not gcc.
7361 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7362
7363Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
7364
7365 * install-sh: try appending a .exe if source file doesn't
7366 exist
7367
7368Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
7369
7370 * configure.in: Turn on multilib by default.
7371 (cross_only): Remove target-libiberty.
7372
7373 * Makefile.in (all-gcc): Don't depend on libiberty.
7374
7375Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
7376
7377 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7378
7379Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
7380
7381 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7382 (DISTBISONFILES): Add ld/Makefile.in
7383
7384Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
7385
7386 * configure.in: if target is cygwin32 but host isn't cygwin32,
7387 don't configure gdb tcl tk expect, not just gdb.
7388
7389Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
7390
7391 * configure.in: Added gnuserv everywhere sn appears.
7392
7393 * Makefile.in (ALL_MODULES): Added all-gnuserv.
7394 (CROSS_CHECK_MODULES): Added check-gnuserv.
7395 (INSTALL_MODULES): Added install-gnuserv.
7396 (CLEAN_MODULES): Added clean-gnuserv.
7397 (all-gnuserv): New target.
7398
7399Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
7400
7401 * config.guess: Fixes for MIPS OpenBSD systems.
7402
7403Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
7404
7405 * Makefile.in (INSTALL_XFORM): Remove.
7406 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7407
7408 * mkinstalldirs: New file, copied from automake.
7409 * Makefile.in (installdirs): Rename from install-dirs. Use
7410 mkinstalldirs. Change all users.
7411 (DEVO_SUPPORT): Add mkinstalldirs.
7412
7413Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
7414
7415 * install-sh: Rename from install.sh.
7416 * Makefile.in (INSTALL): Change install.sh to install-sh.
7417 (DEVO_SUPPORT): Likewise.
7418
7419 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
7420 Graichen <graichen@rzpd.de>.
7421
7422Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
7423
7424 * config.guess: Recognize OpenBSD systems correctly.
7425
7426Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
7427
7428 * README, Makefile.in (ETC_SUPPORT): Remove references to
7429 cfg-paper*, configure.{texi,man,info*}._
7430
7431Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
7432
7433 * Makefile.in (all.normal): Ensure that gcc is built after all
7434 the x11 - ie gdb - targets.
7435
7436Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
7437
7438 * makefile.vms: Don't run conf-a-gas.
7439
7440Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
7441
80413487 7442 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
7443
7444Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
7445
7446 * configure.in: Remove noconfigdirs case since gdb also
7447 configures and builds for tic80-coff.
7448
7449Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
7450
7451 * configure: Set cache_file to config.cache.
7452 * Makefile.in (local-distclean): Remove config.cache.
7453
7454Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
7455
7456 * COPYING: Update FSF address.
7457
7458Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
7459
7460 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7461 noconfigdirs.
7462
7463Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
7464
7465 * Makefile.in (install-dirs): Don't crash if prefix, and hence
7466 MAKEDIRS, is empty.
7467
7468Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
7469
7470 * config.sub: Tweak mn10300 entry.
7471
7472Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
7473
7474 * configure.in (host_tools): Put sim before gdb, so gdb's
7475 configure.tgt can determine if the simulator was configured.
7476
7477Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
7478
7479 * config.sub: Move BeOS $os case to be with other Cygnus
7480 local cases.
7481
7482Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
7483
7484 * config.sub: Remove misplaced comment that broke Linux.
7485
7486Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
7487
7488 * config.sub: Add BeOS support.
7489
7490Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
7491
7492 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7493
7494Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
7495
7496 * configure.in (noconfigdirs): Remove tcl and tk from
7497 noconfigdirs for cygwin32 builds.
7498
7499Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
7500
7501 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7502
7503Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
7504
7505 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7506 make-all.com, use makefile.vms instead.
7507
7508Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
7509
7510 * config.sub: Accept -lnews*.
7511
7512Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
7513
7514 * configure.in (noconfigdirs): Disable target-newlib,
35590697 7515 target-examples and target-libiberty for d30v.
252b5132
RH
7516
7517Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
7518
7519 * configure.in (noconfigdirs): Enable ld for d30v.
7520
7521Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
7522
7523 * configure.in (tic80-*-*): Build compiler.
7524
7525Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
7526
7527 * configure.in (d30v-*): Remove sim directory from list of
35590697 7528 unsupported d30v directories
252b5132
RH
7529
7530Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
7531
35590697
AJ
7532 * config.sub, configure.in: Add d30v target cpu.
7533
252b5132
RH
7534Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
7535
7536 * makefile.vms: New file.
7537 * make-all.com: Remove.
7538
7539Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
7540
7541 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7542
7543Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
7544
7545 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7546
7547Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
7548
7549 * Makefile.in (ALL_MODULES): Added all-db.
7550 (CROSS_CHECK_MODULES): Addec check-db.
7551 (INSTALL_MODULES): Added install-db.
7552 (CLEAN_MODULES): Added clean-db.
7553
7554Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
7555
7556 * config.guess: Merge with latest FSF sources.
7557
7558Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
7559
7560 * Makefile.in (ALL_MODULES): Added all-itcl.
7561 (CROSS_CHECK_MODULES): Added check-itcl.
7562 (INSTALL_MODULES): Added install-itcl.
7563 (CLEAN_MODULES): Added clean-itcl.
7564
7565Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
7566
7567 * configure.in: build gdb for mn10200
7568
7569Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
7570
7571 * Makefile.in (all-target-winsup): Depend on all-target-libio.
7572
7573Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
7574
7575 * configure.in (tic80-*-*): Turn off most targets right now.
7576
7577Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
7578
7579 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7580 rather than the makeinfo program.
7581 (do-info): Depend upon all-texinfo.
7582
7583Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
7584
7585 * configure.in: Remove uses of config/mh-linux.
7586
7587 * config.sub, config.guess: Merge with latest FSF sources.
7588
7589Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
7590
7591 * config.sub (case $basic_machine): Add tic80 entries.
7592
7593Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
7594
7595 * config.sub, config.guess: Merge with latest FSF sources.
7596
7597Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
7598
7599 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7600 * mpw-config.in: Test for NewFolderRecursive.
7601 * mpw-install: Use symbolic name for startup filename.
7602 * mpw-README: Add various additional details.
7603
7604Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
7605
7606 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7607
7608Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
7609
7610 * configure.in: Do build gcc and the target libraries for
7611 the mn10200.
7612
7613Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
7614
7615 * configure.in: don't avoid building gdb for mn10300 any more
7616 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7617 instead of single-quoting it.
7618
7619Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
7620
7621 * configure.in: Don't use --with-stabs on IRIX 6.
7622
7623Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
7624
7625 * configure.in (m32r): Build gdb, libg++ now.
7626
7627Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7628
7629 * configure.in (mips*-sgi-irix6*): Remove gdb and related
7630 directories from noconfigdirs.
7631
7632Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
7633
7634 * config.sub (basic_machine): added mips16 configuration
7635
7636Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7637
7638 * config.sub: Handle d10v-unknown.
7639
7640Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
7641
7642 * config.sub: Handle v850-unknown.
7643
7644Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
7645
7646 * Makefile.in: add findutils
7647 * configure.in: add findutils to list of host_tools
7648
7649Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
7650
7651 * config.sub: Handle mn10200 and mn10300.
7652
7653Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7654
7655 * configure.in (d10v-*): Do not build librx.
7656
7657Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
7658
7659 * configure.in (mn10300): Build everything except gdb & libgloss.
7660
7661Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
7662
7663 * config.guess: Patch for Dansk Data Elektronik servers,
7664 from Niels Skou Olsen <nso@dde.dk>.
7665
7666 For ncr, use /bin/uname rather than uname, since GNU uname does not
7667 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
7668
7669 Patch for MIPS R4000 running System V,
7670 from Eric S. Raymond <esr@snark.thyrsus.com>.
7671
7672 Fix thinko for nextstep.
7673
7674 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7675
7676 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
7677 * config.guess: Guess mips-dec-mach_bsd4.3.
7678
7679 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
7680 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
7681 release numbers.
7682 * config.guess (mips-mips-riscos*): Emit just enough of the
7683 release number.
7684
7685 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
7686 * config.guess (sparc-auspex-sunos*): Added.
7687 (f300-fujitsu-*): Added.
7688
7689 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
7690 * config.guess: Recognize a Tadpole as a sparc.
7691
7692Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
7693
7694 * config.guess: Don't assume that NextStep version is either 2 or
7695 3. NextStep 4 (aka OpenStep 4) has come out now.
7696
7697Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
7698
7699 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7700 From Rik Faith <faith@cs.unc.edu>.
7701
7702Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7703
7704 * config.sub: Contributions from bug-gnu-utils to:
7705 Support plain "hppa" (no version given) architecture, reported by
7706 OpenStep.
7707 OpenBSD like NetBSD.
7708 LynxOs is not a hardware supplier.
7709
7710 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 7711 OpenBSD like NetBSD.
252b5132
RH
7712 Stratus systems.
7713 More Pyramid systems.
7714 i[n>4]86 Intel chips.
7715 M680[n>4]0 Motorola chips.
7716 Use unknown instead of lynx for hardware manufacturer.
7717
7718Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7719
7720 * install.sh (chmodcmd): Set to null if the DST directory already
7721 exists.
7722
7723Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7724
7725 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7726 not use mt-ppc target Makefile fragment any more.
7727
7728Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7729
7730 * configure.in (*-*-windows): Exclude everything but those dirs
7731 needed to build windows.
7732
7733Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
7734
7735 * Makefile.in (all-target-winsup): Depend on all-target-librx.
7736
7737Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7738
7739 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
7740
7741Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
7742
7743 * Undo my previous change.
7744
7745Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
7746
7747 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7748 unconditionally.
7749 (MAKEOVERRIDES): Define (revert this part of October 18 change).
7750
7751Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
7752
7753 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
7754 host to add it's own flags.
252b5132
RH
7755
7756Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
7757
7758 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7759
7760Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
7761
7762 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7763 (CXX_FOR_TARGET): Likewise.
7764 (GCC_FOR_TARGET): Define.
7765 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7766 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7767 CC_FOR_TARGET was specified on the command line.
7768 (MAKEOVERRIDES): Don't define.
7769
7770Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
7771
7772 * configure.in (m32r): Fix spelling of libg++ libs.
7773
7774Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
7775
7776 * config.sub (-apple*): Remove, now redundant.
7777
7778Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
7779
7780 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7781
7782 * configure: Rework yesterday's sed script patch.
7783
7784 * config.sub: Merge with FSF.
7785
7786Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
7787
7788 * config.guess: Merge from FSF.
7789
7790 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
7791 * config.guess: Use pc instead of unknown, for pc clone systems.
7792 Change linux to linux-gnu.
252b5132
RH
7793
7794 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 7795 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
7796
7797Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
7798
7799 * test-build.mk (HOLES): Add "xargs" for gdb.
7800
7801 * configure: Avoid hpux10.20 sed bug.
7802
7803Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
7804
4bddf3ad 7805 * configure.in: Add support for windows host
252b5132
RH
7806 (that is a build done under the Microsoft build environment).
7807
7808Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
7809
7810 * Makefile.in: Replace all uses of srcroot with s, to shrink
7811 command line lengths.
7812
7813 Patches from Geoffrey Noer <noer@cygnus.com>:
7814 * configure.in: If configuring for newlib, pass --with-newlib to
7815 subdirectories.
7816 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7817 -Bnewlib/ and -Lwinsup to gcc.
7818 (CXX_FOR_TARGET): Likewise.
7819
7820Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
7821
7822 * Makefile.in (ETC_SUPPORT): Add configure.
7823
7824Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
7825
35590697 7826 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
7827 host configuration file.
7828
7829Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
7830
7831 * configure.in: Break mn10x00 support into separate
7832 mn10200 and mn10300 configurations.
7833 * config.sub: Likewise.
7834
7835Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
7836
7837 * configure.in: Add lots of stuff to noconfigdirs for
7838 the mn10x00 targets.
7839
7840 * config.sub, configure.in: Add mn10x00 support.
7841
7842Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
7843
7844 * make-all.com: Call conf-a-gas, not config-a-gas.
7845
7846Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
7847
7848 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 7849 targets.
252b5132
RH
7850
7851Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
7852
7853 * mpw-README: Add much more detail for native PowerMac.
7854 * mpw-install: New file.
7855 * mpw-configure: Add --norecursion and --help options.
7856 * mpw-config.in: Translate readme and install files when
7857 copying to objdir.
7858 * mpw-build.in: Don't always depend on byacc and flex.
7859 (install-only-top): New action.
7860
7861Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
7862
7863 * configure.in: You can now configure GDB for the v850.
7864
7865Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
7866
7867 * configure.in (noconfigdirs): Don't configure any C++ dirs
7868 if targeting D10V.
7869
7870Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
7871
7872 * config.sub: Recognize mips64vr5000.
7873
7874Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
7875
7876 * configure.in: Use a single line for host_tools and native_only.
7877
7878Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
7879
7880 * config.sub, configure.in: Add entries for m32r.
7881
7882Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
7883
7884 * Makefile.in (inet-install): Don't run install-gzip.
7885
7886Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
7887
7888 * configure.in: Don't config lots of things for *-*-windows*.
7889
7890Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
7891
7892 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
7893 (host_libs, host_tools): Copy from configure.in.
7894 * mpw-configure: Don't complain about directories not found.
7895
7896Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7897
7898 * configure.in (i[345]86): Recognize i686 for pentium pro.
7899 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7900 file.
7901
7902 * config.guess (i[345]86): Ditto.
7903
7904Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7905
7906 * configure.in (noconfigdirs): Removed gdb for D10V.
7907
7908Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
7909
7910 * configure.in: Remove ld, target-libio, target-libg++, and
7911 target-libstdc++ from noconfigdirs.
7912
7913Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
7914
7915 * configure: Fix three locations where shell scripts were
7916 being run directly rather than with config_shell.
7917
7918Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
7919
7920 * configure.in (v850-*-*): Set up initial $noconfigdirs.
7921 * config.sub (basic_machine): Recognize v850.
7922
7923Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7924
7925 * mpw-configure: Handle multiple enable/disable options and
7926 pass them down recursively, handle -c and -s flags appropriately
7927 depending on choice of compiler, add escape mechanism for
7928 quoted arguments to gC.
7929
7930Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7931
7932 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7933 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7934 so that -mrelocatable-lib and -mno-eabi are used.
7935
7936 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7937 not support --print-multi-lib, don't abort.
7938
252b5132
RH
7939Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
7940
7941 * make-all.com: Run config-a-gas.
7942 * setup.com: Don't copy subdirectory files around.
7943
7944Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
7945
7946 * configure.in (*-*-ose): Remove exclusion of libgloss for this
7947 target, it now compiles correctly.
7948
7949Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
7950
7951 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
7952
7953Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7954
35590697 7955 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
7956
7957Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7958
7959 * configure.in (native_only): Add prms.
7960
7961Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
7962
7963 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7964 (BINUTILS_SUPPORT_DIRS): Likewise.
7965
7966Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7967
7968 * configure.in (d10v-*-*): Don't configure ld or gdb until the
7969 d10v support is added.
7970
7971Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
7972
7973 * configure.in (d10v-*-*): New target.
7974
7975Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
7976
7977 * config.guess (HP 9000/811): Recognize this as a PA1.1
7978 machine.
7979
7980Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
7981
7982 * Makefile.in (do-tar-gz): New target, split out from tail end of
7983 taz target. Run each command separately, don't use pipes.
7984 (taz): Use it.
7985
7986Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
7987
7988 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
7989 * mpw-build.in: No builds should depend on building byacc or flex,
7990 they are assumed to be installed already.
7991
7992Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7993
7994 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
7995 variable that CC_FOR_TARGET needs.
7996
7997Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7998
7999 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8000 options have changed since the last time the subdirectory was
8001 configured, and if it has, reconfigure.
8002 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8003 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8004
8005Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
8006
8007 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8008 CLEAN_MODULES): Add bash.
8009 (all-bash): New target.
8010
8011Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
8012
8013 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8014
8015Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8016
8017 * config.sub (basic_machine): Recognize d10v as a valid processor.
8018
8019Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
8020
8021 * mpw-configure: Add support for --bindir.
8022 * mpw-build.in: Use a GCC-specific build script for GCC actions.
8023
8024Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
8025
8026 * configure.in: add bash, time, gawk to list of hosttools and things
8027 to only build for native toolchains
8028
8029Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8030
8031 * Makefile.in (docdir): Remove.
8032
8033Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8034
8035 * Makefile.in (datadir): Set to $(prefix)/share.
8036
8037Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
8038
8039 * configure.in: build diff and patch for cygwin32-hosted
8040 toolchains.
8041
8042Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
8043
8044 * config.sub: Accept -rtems*.
8045
8046Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
8047
80413487 8048 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
8049 remove diff from the list of things not buildable
8050 via Canadian Cross
252b5132
RH
8051
8052Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
8053
8054 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 8055 don't get ". ".
252b5132
RH
8056
8057Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
8058
8059 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8060
8061Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
8062
8063 * Makefile.in (taz): Handle case where tex3patch didn't even get
8064 checked out. Also, if it was found, put the symlink in a new util
8065 subdirectory.
8066
8067Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8068
8069 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8070
8071Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
8072
8073 * config.sub: Recognize -openvms.
8074 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8075 * make-all.com, setup.com: New files.
8076
8077Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
8078
8079 * Makefile.in (taz): tex3patch moved to texinfo/util.
8080
8081Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
8082
afb8d725 8083 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
8084 * configure.in: remove make from disable-if-Can-Cross list
8085 enable gdb if ${host} and ${target} are cygwin32
8086
8087Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
8088
8089 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
8090 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8091
8092Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
8093
8094 * config.guess: Combine mips-mips-riscos cases, and use cpp to
8095 distinguish sysv/svr4/bsd variants.
8096 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8097
8098Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
8099
8100 * configure.in: Added copyright notice.
8101 * move-if-change: Added copyright notice.
8102
8103Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8104
8105 * configure.in (powerpcle-*-solaris*): Until we get shared
8106 libraries working, don't build gdb, sim, make, tcl, tk, or
8107 expect.
8108
8109Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
8110
8111 * config.guess: Merge with FSF:
8112
8113 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
8114 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8115
8116 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
8117 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8118
8119 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
8120 * config.guess: Combine two OSF1 rules.
8121 Also recognize field test versions. From mjr@zk3.dec.com.
8122 * config.guess (dgux): Use /usr/bin/uname rather than uname,
8123 because GNU uname does not support -p. From pmr@pajato.com.
8124
8125Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
8126
8127 * Makefile.in (MAKEDIRS): Removed $(tooldir).
8128
8129Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
8130
8131 * mpw-README: Document GCCIncludes.
8132
8133Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
8134
8135 * configure.in (alpha-*-linux*): Set enable_shared to yes.
8136
8137Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
8138
8139 * mpw-configure: Handle --enable-FOO and --disable-FOO.
8140
8141Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
8142
8143 * configure.in (*-*-cygwin32): Configure make.
8144
8145Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
8146
8147 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8148
8149Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
8150
8151 * Makefile.in (all-inet): Depend on all-perl.
8152
8153 * Makefile.in (inet-install): New target.
8154
8155 * Makefile.in (all-inet): Depend on all-tcl.
8156 (all-inet): Depend on all-send-pr.
8157
8158Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8159
8160 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8161 temporarily.
8162
8163Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
8164
8165 * configure.in: Don't configure --with-gnu-ld on AIX.
8166
8167Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
8168
8169 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8170
8171Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
8172
8173 * Makefile.in (ALL_MODULES): Added all-inet.
8174 (CROSS_CHECK_MODULES): Added check-inet.
8175 (INSTALL_MODULES): Added install-inet.
8176 (CLEAN_MODULES): Added clean-inet.
8177 (all-indent): New target.
8178
8179 * configure.in (host_tools): Added inet.
8180 (native_only): Added inet.
8181 (noconfigdirs): Added inet.
8182
8183Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
8184
8185 * configure.in: Don't configure libgloss if we are not configuring
8186 newlib.
8187
8188Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
8189
8190 * configure.in: Don't configure libgloss for unsupported
8191 architectures.
8192
8193Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8194
8195 * Makefile.in (CLEAN_MODULES): Add clean-apache.
8196
8197Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
8198
8199 * Makefile.in (ALL_MODULES): Include all-apache.
8200 (CROSS_CHECK_MODULES): Include check-apache.
8201 (INSTALL_MODULES): Include install-apache.
8202 (all-apache): New target.
8203
8204 * configure.in: Added apache everywhere perl is seen.
8205
8206Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8207
8208 * Makefile.in: Add support for clean-{module} and
8209 clean-target-{module} rules.
8210
8211Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
8212
8213 * configure.in (*-*-ose) do not build libgloss.
8214
8215Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8216
8217 * config.guess (prep*:SunOS:5.*:*): Turn into
8218 powerpele-unknown-solaris2.
8219
8220Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
8221
8222 * configure.in: Permit --enable-shared to specify a list of
8223 directories.
8224
8225Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
8226
8227 * configure.in (host==solaris): Pass only the first word of $CC
8228 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8229
8230Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
8231
8232 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8233
8234Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
8235
8236 * Makefile.in (ALL_MODULES): Include all-perl.
8237 (CROSS_CHECK_MODULES): Include check-perl.
8238 (INSTALL_MODULES): Include install-perl.
8239 (ALL_X11_MODULES): Include all-guile.
8240 (CHECK_X11_MODULES): Include check-guile.
8241 (INSTALL_X11_MODULES): Include install-guile.
8242 (all-perl): New target.
8243 (all-guile): New target.
8244
8245 * configure.in (host_tools): Include perl and guile.
8246 (native_only): Include perl and guile.
8247 (noconfigdirs): Don't build guile and perl; no ports have been
8248 done.
8249
8250Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
8251
80413487
RH
8252 * configure (--enable-*): Handle quoted option lists such as
8253 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
8254
8255Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8256
8257 * Makefile.in ({,inst}all-target): New rule so we can make and
8258 install all of the target directories easily.
8259
8260Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8261
8262 * configure.in: Add missing global flag in sed substitution when
8263 deleting `target-' from ${configdirs}.
8264
8265Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
8266
8267 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8268 option.
8269
8270 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8271 config/mh-necv4.
8272
8273 * install.sh: Correct misspelling of transformbasename.
8274
8275 * config.guess: Recognize mips-*-sysv*.
8276
8277Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
8278
8279 * config.sub: Recognize mon960.
8280
8281Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
8282
8283 * configure: Restore Canadian Cross handling of BISON and LEX,
8284 removed in Feb 20 change.
8285
8286Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
8287
8288 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8289 Mention make install. Remove the old copyright date as well the
8290 clumsy and rather pointless copyright on the README file.
8291
8292Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
8293
8294 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8295 Makefile after running symlink-tree, then run `make distclean' to
8296 avoid clobbering any generated files in srcdir.
8297
8298Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
8299
8300 * configure.in (m68k-*-netbsd*): Build everything now.
8301
8302Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
8303
8304 * Makefile.in (taz): Fix quoting.
8305
8306Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
8307
8308 * configure.in (sparclet-*-*): Build everything now.
8309
8310Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8311
8312 * configure.in (m68k-*-linux*): New host.
8313
8314Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
8315
8316 * configure: Check for bison before byacc.
8317
8318Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
8319
8320 * Makefile.in configure: Change the way LEX and BISON/YACC are
8321 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
8322 searching PATH. These are used as fallbacks by Makefile.in if
8323 flex/bison/byacc aren't in objdir.
8324
8325Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
8326
8327 * Makefile.in: Make everything which depends upon all-bfd also
8328 depend upon all-opcodes, in case --with-commonbfdlib is used.
8329
8330Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8331
8332 * configure.in (host *-*-cygwin32): Don't build gdb if we are
8333 building NT native compilers on Unix.
8334
8335Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
8336
8337 * configure.in: Don't get CC from the host Makefile fragment if we
8338 can find gcc in PATH, or if this is a Canadian Cross. Move the
8339 Solaris test for /usr/ucb/cc to the post target script, just after
8340 the compiler sanity test.
8341
8342Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
8343
8344 * config.sub: Merge with FSF.
8345
8346Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
8347
8348 * Makefile.in (RPATH_ENVVAR): New variable.
8349 (REALLY_SET_LIB_PATH): Use it.
8350 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8351
8352Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
8353
8354 * config.sub, configure.in: Recognize sparclet cpu.
8355
8356Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8357
8358 * config.guess: Support m68k-cbm-sysv4.
8359
8360Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8361
8362 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8363 m68k-unknown-linuxaout from linker help string. Put quotes around
8364 $ld_help_string.
8365
8366Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
8367
8368 * config.guess (powerpc-harris-powerunix): Add guess for port
8369 to new target.
8370
8371Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8372
8373 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8374
8375Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
8376
8377 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8378 $(REALLY_SET_LIB_PATH) in Makefile.
8379 * Makefile.in (SET_LIB_PATH): New variable.
8380 (REALLY_SET_LIB_PATH): New variable.
8381 ($(DO_X)): Use $(SET_LIB_PATH).
8382 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8383 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8384 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8385 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8386 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8387 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8388 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8389 (install-dosrel): Likewise.
8390 (all-opcodes): Depend upon all-libiberty.
8391
8392Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
8393
8394 * config.guess (*:CYGWIN*): New
8395
8396Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8397
8398 * Makefile.in (all-target-winsup): All all-target-libiberty.
8399
8400Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8401
8402 * configure.in (noconfigdirs): Add missing # in front of comment.
8403
8404Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
8405
8406 * configure.in: add second pass to things added to noconfigdirs
8407 so *-gm-magic can exclude libgloss properly.
8408
8409Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
8410
8411 * mpw-configure (extralibs_name, rez_name): Set correctly
8412 for MWC68K compiler.
8413
8414 * mpw-README: Add more info on the necessary build tools.
8415
8416Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
8417
8418 * configure.in, config.sub: Recognize cygwin32.
8419
8420Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
8421
8422 * config.guess, config.sub: Recognize A/UX.
8423
8424Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
8425
8426 * config.sub: Merge with gcc/config.sub.
8427
8428Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
8429
8430 * mpw-build.in (do-binutils): Add build of stamps.
8431
8432Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
8433
8434 * config.sub: Add recognition for mips64vr4100*-* targets.
8435
8436Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8437
8438 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8439 Add creation of gconfigargs with `--enable-shared' turned on.
8440 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8441 ($(host)-stamp-stage3-configured): Likewise.
8442 (HOLES): Add chatr and ldd.
8443 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8444
8445Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
8446
8447 * configure: Pass --nfp to recursive configures.
8448
8449Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
8450
8451 * Makefile.in (DLLTOOL): New.
8452 (DLLTOOL_FOR_TARGET): New.
8453 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8454 (EXTRA_TARGET_FLAGS): Ditto.
8455 (EXTRA_GCC_FLAGS): Ditto.
8456 (CONFIGURE_TARGET_MODULES): Ditto.
8457 (DO_X): Ditto.
8458 * configure: Add DLLTOOL.
8459
8460Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
8461
8462 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8463 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8464 mh-sco, since old workarounds no longer needed, and don't
8465 build ld, since libraries have weak symbols in COFF.
8466
8467Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
8468
8469 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8470
8471Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
8472
8473 * configure.in: Make sure that ${CC} can be used to compile an
8474 executable.
8475
afb8d725
JM
8476Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
8477
8478 * Makefile.in (all-gdb): Depend on $(GDB_TK).
8479 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8480 nothing depending on whether gdbtk is being built.
8481
252b5132
RH
8482Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
8483
8484 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8485
8486Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
8487
8488 * configure.in (noconfigdirs): Put ld or gas in this early, if the
8489 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8490
8491Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
8492
8493 * config-ml.in: Add support for
8494 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8495 Simplify setting of multidirs from --disable-foo.
8496
8497Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8498
8499 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8500 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8501 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 8502 non-empty, pass them on to the GCC make.
252b5132
RH
8503 (all-bootstrap): New rule that is like all-gcc, except it executes
8504 the GCC bootstrap rule instead of the GCC all rule.
8505
8506Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
8507
8508 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8509
8510Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8511
8512 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8513 DG/UX support.
8514
8515Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
8516
8517 * config.sub (i*86*) Change [345] to [3456]
8518
8519Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8520
8521 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8522 --with-gnu-ld=no.
8523
8524Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8525
8526 * config-ml.in (rs6000*, powerpc*): Add switches to control which
8527 AIX multilibs get built.
8528
8529Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8530
8531 * configure.in (i386-win32): Don't build expect if we're not
8532 building the tcl subdir.
8533
8534Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
8535
8536 * Makefile.in: (configure-target-examples, all-target-examples):
8537 New targets, configure and build example programs.
8538
8539Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8540
8541 * mpw-configure: If an mpw-config.in generated a file mk.sed,
8542 use it as input to sedit the generated MPW makefile.
8543 * mpw-README: Add a suggestion about Gestalt.h.
8544
8545Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
8546
8547 * config.sub: Accept *-*-ieee*.
8548
8549Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
8550
8551 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
8552 Ronald F. Guilmette <rfg@monkeys.com>.
8553
8554Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8555
8556 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8557 for powerpc-pe native.
8558 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8559 (target==powerpc-pe): duplicate i386-win32 entry.
8560
8561Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8562
8563 * configure.in (noconfigdirs): Exclude target-newlib for all versions
8564 of vxworks, not just vxworks5.1.
8565
8566Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
8567
8568 * mpw-configure: Add support for exec-prefix.
8569
8570Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8571
8572 * config.guess: Recognize HP model 816 machines as having
8573 a PA1.1 processor.
8574
8575Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
8576
8577 * configure: Ignore new autoconf configure options.
8578
252b5132
RH
8579Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
8580
8581 * config.guess: Recognize Pentium under SCO.
8582 From Robert Lipe <robertl@arnet.com>.
8583
8584Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8585
8586 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
8587
8588Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
8589
8590 * configure.in: Don't configure gas for alpha-dec-osf*.
8591
8592Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
8593
8594 * configure.in: Default to --with-stabs for some targets for which
8595 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8596 i[345]86*-*-unixware*.
8597
8598Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
8599
8600 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8601 rather than basing it on the target. Simplify handling of options
8602 controlling which directories to configure. Remove extraneous
8603 slash in multi-clean target.
8604
8605Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
8606
8607 * config-ml.in: Prefix more variables with ml_ so they don't collide
8608 with configure's.
8609
8610Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
8611
8612 * configure: Don't turn -v into --v.
8613
8614Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
8615
8616 * configure.in (targargs): Fix typo.
8617
8618 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8619
8620Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
8621
8622 * configure.in: Strip --host and --target options from
8623 CONFIG_ARGUMENTS, and always configure for --host only. Add
8624 --with-cross-host option when building with a cross-compiler.
8625 * configure: Canonicalize the arguments put into config.status by
8626 always using `=' for an option with an argument. Pass a presumed
8627 --host or --target explicitly.
8628
8629Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
8630
8631 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8632 into general OS recognition case.
8633
8634Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8635
8636 * configure.in (target_configdirs): add target-winsup only
8637 for win32 target systems.
8638
8639Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
8640
8641 * Makefile.in (all-target-libgloss): Depend upon
8642 configure-target-newlib, since when libgloss is built it looks to
8643 see if the newlib directory exists.
8644
8645Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
8646
8647 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8648 cfg-ml-*.in.
8649
8650Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
8651
8652 * configure: Handle LD and LD_FOR_TARGET when configuring a
8653 Canadian Cross.
8654
252b5132
RH
8655Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8656
8657 * configure.in (target_libs): add target-winsup.
8658 (target==i386-win32): add patch diff flex make to $noconfigdirs.
8659 (target==ppcle-pe): remove ld from $noconfigdirs.
8660
8661Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
8662
8663 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8664 Preserve relative path names in $srcdir. Build symlink tree if
8665 configuring cross target dir and srcdir=. (= no VPATH support).
8666 (configure-target-libg++): Depend on configure-target-librx.
8667 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8668 * config-ml.in: New file.
8669 * symlink-tree: New file.
8670 * configure: Ensure srcdir="." if that's what it is.
8671
8672Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
8673
8674 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8675 includes and FLEX_SKELETON setting.
8676 * mpw-configure (--with-gnu-ld): New option, controls whether
8677 to use PPCLink or ld with PowerMac GCC.
8678 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8679 * mpw-config.in: Configure grez if targeting Mac.
8680
8681 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
8682 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8683 just macos.
252b5132
RH
8684 * configure.in: Configure grez resource compiler if targeting Mac.
8685 * Makefile.in (all-grez, install-grez): New targets.
8686
8687Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
8688
8689 * configure: CXX defaults to gcc, not g++. If we find
35590697 8690 gcc in the path, set CC to gcc -O2.
252b5132
RH
8691
8692Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
8693
8694 * configure: Default ${build} correctly. Avoid picking up extra
8695 spaces when reading CC and CXX from Makefile. When doing a
8696 Canadian Cross, use plausible default values for numerous
8697 variables.
8698 * configure.in: When doing a Canadian Cross, don't try to
8699 configure tools whose configure script can't handle it.
8700
8701Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8702
8703 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8704
8705Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
8706
8707 * configure: Remove dubious bug reporting address.
8708
8709Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
8710
8711 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
8712 configure script, run that instead of this directory's configure.
8713 In either case, print a message that we're configuring the sub-dir.
8714
8715Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
8716
8717 * configure.in: Before checking for the existence of various files,
8718 use sed to filter out "target-".
8719
8720Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
8721
8722 * Makefile.in (DO_X): Split rule to decrease command line length
8723 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
8724 (Philippe De Muyter).
8725
8726Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8727
8728 * Makefile.in (all-patch): depend on all-libiberty.
8729
8730Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
8731
8732 * configure.in: If the only directory in target_configdirs which
8733 actually exists is libiberty, then set target_configdirs to empty,
8734 to avoid trying to build a target libiberty in a gas or gdb
8735 distribution.
8736
8737Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
8738
8739 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
8740 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8741 systems.
252b5132
RH
8742
8743Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8744
8745 * configure.in (copy_dirs): Use sys-include instead of include
8746 for --with-headers option.
8747
8748Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
8749
8750 * Makefile.in, configure.in: Make winsup builds work with
8751 new scheme.
8752
8753Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
8754
8755 * configure.in: Build the linker on AIX.
8756
8757Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
8758
8759 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
8760 where needed.
8761
8762Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
8763
8764 * Makefile.in (all-gcc): Fix typo.
8765
8766Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
8767
8768 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
8769
8770Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
8771
8772 * configure.in: Rename libFOO to target-libFOO, and xiberty
8773 to target-xiberty, to provide more flexibility.
8774 (target_subdir): Define. Create if cross.
8775 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8776 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
8777 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8778 check-libFOO -> check-target-libFOO, etc.
8779 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8780 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8781 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8782 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
8783 allow ALL_GCC="" to only configure.
8784 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
8785 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
8786 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
8787
8788Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
8789
8790 * Makefile.in (taz): Build "info" in etc explicitly.
8791
8792Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
8793
8794 * configure.in: Make sure that CC is undefined (as opposed to
8795 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
8796 problem with autoconf trying to configure on a host without GCC.
8797
8798Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
8799
8800 * mpw-configure: Set host alias from choice of host compiler,
8801 only use generic MPW Makefile sed if present, edit a file
8802 named "hacked_Makefile.in" instead of "Makefile.in" if present.
8803 * mpw-README: Add problem notes about CW6 and CW7.
8804
8805Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
8806
8807 * Makefile.in (taz): Use ";" instead of ";;".
8808
8809Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8810
8811 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
8812 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8813 DISTDOCDIRS.
8814 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
8815 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
8816
8817Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
8818
8819 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
8820 and gnats, because they are now subsumed by DISTSTUFFDIRS.
8821 Move bfd to DISTSTUFFDIRS.
8822
8823Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8824
8825 * Makefile.in (X11_LIB): Removed.
8826 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8827
8828 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8829
8830Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8831
8832 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
8833 names.
8834
8835Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8836
8837 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
8838
8839Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
8840
8841 * configure.in (i[345]86-*-win32): Always build newlib.
8842 Don't configure cvs, autoconf or texinfo.
8843 * Makefile.in (LD_FOR_TARGET): New.
8844 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
8845 Pass down LD_FOR_TARGET.
8846
8847Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
8848
8849 * winsup: New directory.
8850 * Makefile.in: Build winsup.
8851 * configure.in: Winsup is configured when target is win32.
8852 Can only build win32 target GDB when native.
35590697 8853
252b5132
RH
8854Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
8855
8856 * config.guess: Recognize HP model 819 machines as having
8857 a PA 1.1 processor.
8858
8859Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
8860
8861 * configure: Fix sed loop which substitutes for CC and CXX to
8862 avoid bug found in various sed implementations.
8863
8864Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8865
8866 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
8867 simulator. Use standard powerpc-*-eabi*.
8868
8869Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
8870
8871 * configure.in: Stop putting gas and binutils in noconfigdirs for
8872 powerpc-*-aix* and rs6000-*-*.
8873
8874Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
8875
8876 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
8877 -mcall-aixdesc libraries.
8878
8879Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
8880
8881 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8882
8883 * config.sub (arm | armel | armeb): Fix shell syntax.
8884
8885Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8886
8887 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
8888 -msoft-float and -mcpu=common support.
8889 (powerpc*-*-eabisim*): Add support for building -mcall-aix
8890 libraries.
8891
8892Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8893
8894 * configure.in: Allow configuration and build of emacs19 for the alpha.
8895
8896Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8897
8898 * configure.in (CC): Get ^CC, not just any old CC, from
8899 ${host_makefile_frag}.
8900
8901Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8902
35590697 8903 * configure.in (CC): Try to get CC from
252b5132
RH
8904 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8905
8906Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8907
8908 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8909 only if it exists in $(srcdir).
8910
8911Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
8912
8913 * configure: If CC and CXX are not set in the environment, set
8914 them, based on either an existing Makefile or on searching for gcc
8915 in PATH. Substitute for CC and CXX in Makefile.
8916 * configure.in: Remove libm from target_libs. Separate
8917 target_configdirs from configdirs. If CC is not set in
8918 environment, try to get it from a host Makefile fragment. Rewrite
8919 changes of configdirs to use skipdirs instead. A few minor
8920 tweaks. Take directories out of target_configdirs as they are
8921 taken out of configdirs. Remove existing Makefile files from
8922 subdirectories. Substitute for TARGET_CONFIGDIRS and
8923 CONFIG_ARGUMENTS in Makefile.
8924 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8925 by configure.in.
8926 (CONFIG_ARGUMENTS): Likewise.
8927 (CONFIGURE_TARGET_MODULES): New variable.
8928 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8929 ($(CONFIGURE_TARGET_MODULES)): New target.
8930 (configure-libg++, configure-libio): New targets.
8931 (all-libg++): Depend upon configure-libg++.
8932 (all-libio): Depend upon configure-libio.
8933 (configure-libgloss, all-libgloss): New targets.
8934 (configure-libstdc++): New target.
8935 (all-libstdc++): Depend upon configure-libstdc++.
8936 (configure-librx, all-librx): New targets.
8937 (configure-newlib): New target.
8938 (all-newlib): Depend upon configure-newlib
8939 (configure-xiberty): New target.
8940 (all-xiberty): Depend upon configure-xiberty.
8941
8942Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8943
8944 * configure.in (host i[345]86-*-win32): Expand the
8945 noconfigdirs again.
8946
8947Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
8948
8949 * mpw-configure: Fix sed command file name.
8950
8951Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
8952
35590697 8953 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
8954 noconfigdirs again.
8955
8956Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
8957
8958 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8959 or powerpc*-*-pe*, since they are not yet supported.
8960
8961Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
8962
8963 Add PowerMac support and many other enhancements.
8964 * mpw-configure: New option --cc to select compiler to use,
8965 paste options set according to --cc into the generated
8966 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8967 if mpw-make.sed is present.
8968 * mpw-config.in: Don't test for gC1, test for mpw-touch,
8969 add forward includes for PowerPC include files.
8970 * mpw-build.in: Build using Makefile.PPC if present.
8971 (do-byacc, etc): Remove separate version resource builds.
8972 (do-gas): Build "stamps" before "all".
8973 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
8974 * mpw-README: Update to reflect --cc option, PowerMac support,
8975 and recently-reported compatibility problems.
8976
8977Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
8978
8979 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
8980 embedded m68k systems (-aout, -coff, -elf, -vxworks).
8981 (--with-multilib-top): Pass to recursive invocations.
8982
8983Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
8984
8985 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
8986 v810-*-*.
8987
8988Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8989
8990 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
8991 gdb, ld and opcodes on v810-*-*.
8992
252b5132
RH
8993Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
8994
8995 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
8996 (local-maintainer-clean): New target.
8997 (maintainer-clean): New target.
8998 (realclean): Just depend upon maintainer-clean.
8999
9000Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9001
9002 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9003
9004Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
9005
9006 * configure.in: Build ld in mips*-*-bsd* case.
9007
9008Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
9009
9010 * config.sub: Accept -lites* OS. From Ian Dall.
9011
9012Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
9013
9014 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 9015 targets.
252b5132
RH
9016
9017Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9018
9019 * configure.in: treat i386-win32 canadian cross the same as
9020 i386-go32 canadian cross.
9021
9022Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9023
9024 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9025 running under the simulator to build a reduced set of libraries.
9026 (powerpc-*-eabiaix): Add fine grained multilib support added to
9027 other powerpc targets yesterday.
9028
9029Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9030
9031 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9032 -disable-softfloat, -disable-relocatable, -disable-aix, and
9033 -disable-sysv to control which multilib libraries get built.
9034
9035Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9036
9037 * configure: Add Makefile.tem to list of files to remove in trap
9038 handler.
9039
9040Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
9041
9042 * config.guess (*Linux*): Add missing "exit"s.
9043 Also, need specific check for alpha-unknown-linux (uses COFF).
9044
9045Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
9046
9047 * config.guess: Merge with FSF:
9048
9049 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
9050 * config.guess (AIX4): More robust release numbering discovery.
9051
9052 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
9053 * config.guess (i386-sequent-ptx): Properly get version number.
9054
9055 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
9056 * config.guess (mips:*:4*:UMIPS): New case.
9057
9058Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
9059
9060 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9061 (i386-win32 host): Likewise. Don't build readline.
9062
afb8d725
JM
9063Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
9064
9065 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
9066 SUPPORT_FILES to submakes.
9067
252b5132
RH
9068Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
9069
9070 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9071 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9072 mpw-configure.
9073
9074Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
9075
9076 * configure.in (appdirs): Use =, not ==, in test expression when
9077 trying to build the text to print in the warning message for
9078 Solaris users.
9079
9080Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
9081
9082 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9083
9084Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9085
9086 * config.guess: Recognize lynx-2.3.
9087
9088Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
9089
9090 * config.sub (z8ksim): Deleted
9091 (z8k-*-coff): New, this is the one true name of the target.
9092
9093Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
9094
9095 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9096
9097Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
9098
9099 * config.guess (*:Linux:*:*): First try asking the linker what the
9100 default object file format is (elf, aout, or coff). Then if this
9101 fails, try previous methods.
9102
9103Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9104
9105 * configure.in: Don't build newlib for *-*-vxworks5.1.
9106
9107Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9108
9109 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9110 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9111
9112Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
9113
9114 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9115
9116Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
9117
9118 * cfg-ml-com.in: New file.
9119 * cfg-ml-pos.in: New file.
9120
9121Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9122
9123 * COPYING.NEWLIB: Add HP free copyright to list.
9124
9125Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9126
9127 * config.sub: Recognize -eabi* for the system, not just -eabi.
9128
9129Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
9130
9131 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9132 * config.sub, configure.in (win32): New target and host.
9133
9134Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
9135
9136 * configure.in: Add i386-pe configuration.
9137
9138Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
9139
9140 * mpw-build.in (install): Install GDB after LD.
9141
9142Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
9143
9144 * mpw-config.in (elf/mips.h): Always forward-include, needed
9145 for GDB to build.
9146
9147Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
9148
9149 * testsuite: New directory for customer acceptance and whole tool
9150 chain tests.
9151
9152Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
9153
9154 * configure: If per-host line isn't found, but AC_OUTPUT is found
9155 and a configure script exists, run it instead.
9156
9157Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
9158
9159 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
9160
9161Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
9162
9163 * configure: Set build_{cpu,vendor,os,alias} to host values when
9164 --build isn't specified.
9165
9166Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9167
9168 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9169 (FLAGS_TO_PASS): Pass them.
9170 (EXTRA_TARGET_FLAGS): Ditto.
9171
252b5132
RH
9172Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9173
9174 * Makefile.in (all-libg++): Depend on all-libstdc++.
9175
9176Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9177
9178 * configure.in (noconfigdirs): Enable all packages for
9179 i386-unknown-netbsd.
9180
9181Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
9182
9183 * configure.in (noconfigdirs): Don't configure tk for i386-go32
9184 hosted builds (DOS builds)
9185
9186Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9187
9188 Changes for ARM based on patches from Richard Earnshaw:
9189 * config.sub: Handle armeb and armel.
9190 * configure.in: Omit arm linker only for riscix.
9191
9192Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
9193
9194 * config.guess: Update from FSF.
9195
9196Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
9197
9198 * config.sub: Recognize powerpcle as the little endian varient of
9199 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
9200 powerpcle variant. Convert pentium into i586, not i486. Add p5
9201 alias for i586. Map new x86 variants p6, k5, nexgen into i586
9202 temporarily.
9203
9204Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
9205
9206 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9207
9208Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
9209
9210 * config.sub: Accept -lites* as a basic system type.
9211
9212Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
9213
9214 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9215 installed, and if so return linuxoldld as the system name.
9216
9217Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
9218
9219 * config.guess: Add hppa1.1-hp-lites support.
9220
9221Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
9222
9223 * configure.in: Don't build newlib for m68k-vxworks5.1.
9224
9225Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9226
9227 * configure.in (mips-sgi-irix6): Use mh-irix5.
9228
9229Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
9230
9231 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9232
9233Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9234
9235 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 9236 OSF/1. Fix compiler flags.
252b5132
RH
9237 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
9238
9239Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
9240
9241 * configure.in: Recognize --with-newlib.
9242 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9243
afb8d725
JM
9244Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9245
9246 * Makefile.in: move {all,check,install}-gdb from *_MODULES
9247 to *_X11_MODULES due to gdbtk needing X include files et al.
9248
252b5132
RH
9249Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
9250
9251 Merge in support for Mac MPW as a host.
9252 (Old change descriptions retained for informational value.)
9253
9254 * mpw-config.in: Add generic include forwards for cpu-specific
9255 include files in aout and elf directories.
9256
9257 * mpw-configure: Added copyright.
9258 * mpw-config.in: Check for presence of required build tools.
9259 (target_libs): Add newlib.
9260 (target_tools): Add examples.
9261 (Read Me): Generate as "Read Me for MPW" instead.
9262 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9263 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9264 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9265
9266 * mpw-configure: Remove subdir-specific makefile hackery,
9267 delete mk.tmp after using it.
9268
9269 * mpw-build.in (all): Display start and end times.
9270
9271 * mpw-configure (host_canonical): Set.
9272 (target_cpu): Always add to makefiles.
9273 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9274 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9275 (mpw-mh-mpw): Look for in srcdir and srcroot.
9276 Use sed instead of mpw-edit-prefix to edit prefix definitions.
9277
9278 * mpw-build.in: (install-only): New target.
9279
9280 * mpw-configure (host_alias, target_alias): Rename from hostalias
9281 and targetalias, add into generated Makefile.
9282 (mk.tmp): If present, add into generated Makefile.
9283 * mpw-build.in (all-gas): Build config.h first before gas proper.
9284
9285 * mpw-configure (config.status): Write only if changed.
9286 * mpw-config.in (readline): Configure it (not built, just used for
9287 definitions).
9288
9289 * mpw-config.in (elf/mips.h): Add a forward include.
9290
9291 * mpw-config.in: Forward-include most .h files in include into
9292 extra-include.
9293 (readline): Don't build.
9294 mpw-build.in (install): Install GDB.
9295
9296 * mpw-configure (prefix, mpw_prefix): Handle it.
9297 * mpw-config.in (mmalloc, readline): Don't configure.
9298 * mpw-build.in (thisscript): Rename to ThisScript.
9299 Use mpw-build instead of BuildProgram everywhere.
9300 (mmalloc, readline): Don't build.
9301 * mpw-README: New file, basic documentation about the MPW port.
9302
9303 * mpw-config.in: Use forward-include to create include files.
9304
9305 * mpw-configure: Add more things to the top of each configured
9306 Makefile, including contents of config/mpw-mh-mpw.
9307 * mpw-config.in (extra-include): Create this directory and fill it
9308 with Posix-like include files when configuring.
9309
9310 * config.sub (apple, mac, mpw): Add various aliases.
9311
9312 * mpw-build.in: New file, top-level build script fragment for MPW.
9313 * mpw-configure: New file, configure script for MPW.
9314 * mpw-config.in: New file, config fragment for MPW.
9315
9316Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9317
9318 * configure.in (host_libs): Remove glob, since it is gone from the
9319 sources.
9320
9321Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9322
9323 * Makefile.in: define empty GDB_NLM_DEPS var.
9324
9325 * configure.in(target_makefile_frag): use config/mt-netware
9326 for netware targets.
9327
9328Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
9329
9330 * config.sub: Merge in recent FSF changes. Remove linux special
9331 cases.
9332
9333Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9334
4bddf3ad 9335 Revert this change:
252b5132
RH
9336
9337 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9338
9339 * build-all.mk: Use CC=cc -Xs on Solaris.
9340
252b5132
RH
9341Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9342
9343 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
9344 stop using it.
9345 * Makefile.in: Nuke all references to glob subdirectory.
9346
9347Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9348
9349 * configure.in: Fix --enable-shared logic in per-host.
9350
9351Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
9352
9353 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9354
9355Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9356
9357 * configure.in (noconfigdirs): Don't build gas on AIX, for
9358 powerpc*-*-aix* as well as for rs6000*-*-aix*.
9359
9360Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
9361
9362 * configure: Fix --cache-file to work if the file argument is a
9363 relative path.
9364
9365Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
9366
9367 * configure: If the --cache-file is used, pass it down to
9368 configure in subdirectories.
9369
9370Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
9371
9372 * config.sub: add vxworks29k configuration.
9373
9374Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
9375
9376 * Makefile.in (taz): Do "diststuff" part quietly.
9377
9378Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
9379
9380 * config.sub: Mini-merge with gcc/config.sub.
9381
9382Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9383
9384 * config.guess (IRIX): Sed - to _.
9385
9386Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9387
9388 * Makefile.in (source-vault, binary-vault): New targets.
9389
9390Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
9391
9392 * config.sub: Recognize -eabi as a basic system type.
9393
9394Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9395
9396 * configure.in (enable_shared stuff): Fix typo.
9397
9398Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
9399
9400 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9401
9402Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9403
9404 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9405
9406Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9407
9408 * configure.in (rs6000-*-*): Don't build gas.
9409
9410Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
9411
9412 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9413 reduce command line length.
9414 (AS_FOR_TARGET): Check for as.new, not Makefile.
9415 (NM_FOR_TARGET): Check for nm.new, not Makefile.
9416
9417Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
9418
9419 * config.guess: Merge from FSF.
9420
9421Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9422
9423 * configure: Don't use $ when handling program_suffix.
9424
9425Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
9426
9427 * configure.in: Configure tk for hppa/hpux.
9428
9429Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
9430
9431 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
9432
9433Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
9434
9435 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
9436 to LIBCXXFLAGS. Tests are better run without it.
9437
9438Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
9439
9440 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9441
9442Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
9443
9444 * configure.in (*-*-netware*): Don't configure xiberty.
9445
9446Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
9447
9448 * configure.in: Remove tk from native_only list.
9449
9450Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
9451
9452 * build-all.mk: Add mips-ncd-elf target to sun4 targets
9453 for special NCD build.
9454
9455Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9456
9457 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9458 makeall.bat, they're only useful for binutils snapshots.
9459 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9460 makeall.bat to specified SUPPORT_FILES.
9461
9462Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
9463
9464 * build-all.mk: Add Ericsson targets to sun4 and solaris
9465 hosts. Add BNR's sun4 target to solaris host, so their
9466 build-from-source will be tested in-house first.
9467
9468Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9469
9470 * Makefile.in (LIBCFLAGS): New variable.
9471 (CFLAGS_FOR_TARGET): Ditto.
9472 (LIBCFLAGS_FOR_TARGET): Ditto.
9473 (LIBCXXFLAGS): Ditto.
9474 (CXXFLAGS_FOR_TARGET): Ditto.
9475 (LIBCXXFLAGS_FOR_TARGET): Ditto.
9476 (BASE_FLAGS_TO_PASS): Pass them.
9477 (EXTRA_TARGET_FLAGS): Ditto.
9478
4bddf3ad 9479 * configure.in: Support --enable-shared.
252b5132
RH
9480
9481Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
9482
9483 * configure.in (target_libs): Include libstdc++ again.
9484 * config.guess: Update from FSF (for FreeBSD).
9485
9486Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9487
9488 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9489 makeall.bat.
9490 (DISTDOCDIRS): Add `etc'.
9491 (ETC_SUPPORT_PFX): New variable.
9492 (taz): Include anything from etc starting with a word in
9493 ETC_SUPPORT_PFX.
9494
9495Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9496
9497 * config.sub: Update for recent FSF changes. Remove obsolete
9498 h8300hds entry. Add -windows* and -osx as basic os. Minor
9499 spacing changes.
9500
9501Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
9502
9503 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
9504
9505 * config.guess: Merge with FSF.
9506 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9507
9508Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9509
9510 * configure: Since the "trap 0" handler will override the exit
9511 status on many systems, only use it for "exit 1", and make it set
9512 a non-zero exit status; reset it before "exit 0". Also, check
9513 exit status of config.sub, and error out if it failed.
9514
9515Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
9516
9517 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9518 and install libgloss.
9519
9520Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9521
9522 * Makefile.in (all-binutils): Depend upon all-byacc.
9523
9524 * configure.in: Don't build emacs on Irix 5.
9525
9526Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9527
9528 * configure.in (*-*-netware*): Add libio.
9529
9530Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9531
9532 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9533 (CHECK_TARGET_MODULES): Ditto.
9534 (INSTALL_TARGET_MODULES): Ditto.
9535 (TARGET_LIBS): Ditto.
9536 (all-libstdc++): Note dependencies.
9537
9538Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9539
9540 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9541
9542Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
9543
9544 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9545 -fexternal-templates.
9546
9547 * configure.in (target_libs): Add libstdc++.
9548 (noconfigdirs): Add libstdc++ as appropriate.
9549
9550Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9551
9552 * config.guess: Update from FSF.
9553
9554Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9555
9556 * configure: Use ${config_shell} when running ${configsub}.
9557
9558Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
9559
9560 * config.sub: No longer recognize h8300h.
9561
9562Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
9563
9564 * config.sub: Remove extraneous differences between config.sub and
9565 gcc/config.sub.
9566
9567Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
9568
9569 * Makefile.in (DISTSTUFFDIRS): Add gas.
9570
9571Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
9572
9573 * COPYING.NEWLIB: New file.
9574
9575Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
9576
9577 * config.guess (HP-UX): Patch from Harlan Stenn
9578 <harlan@landmark.com> to also emit release level.
9579
9580Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
9581
9582 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9583
9584Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
9585
9586 * config.sub: Merge nextstep cleanup from FSF.
9587
9588Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9589
9590 * configure.in (arm-*-*): Don't configure ld for this target.
9591
9592Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9593
9594 * configure.in (*-*-netware): don't configure libg++, libio,
9595 librx, or newlib.
9596
9597Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9598
9599 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
9600 configure ld--it works, but it doesn't support shared libraries.
9601
9602Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9603
9604 * config.guess (*-unknown-freebsd*): Get rid of possible
9605 trailing "(Release)" in version string.
9606 Patch from Paul Richards <paul@isl.cf.ac.uk>.
9607
9608Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
9609
9610 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9611 Fix type: *-next-neststep -> *-next-nextstep.
9612
9613 * config.guess: Merge from FSF:
9614
9615 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
9616
9617 * config.guess: Recognize powerpc-ibm-aix3.2.5.
9618
9619 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
9620
9621 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9622 instead of UNIX_SV for UnixWare 1.0).
9623
9624Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
9625
9626 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
9627 to make gdb/nlm/* build after the compiler and linker.
9628
9629Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
9630
9631 * config.guess (netbsd, freebsd, linux): Accept any machine,
9632 not just i[34]86.
9633 (m68k-atari-sysv4): Relocate to match FSF version.
9634
9635 * config.guess: More merges from the FSF:
9636
9637 Add a space before function call or macro invocation.
9638
9639 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9640
9641 * config.guess: Add trap cmd to remove dummy.c and dummy when
9642 interrupted.
9643
9644 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9645
9646 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9647 (dummy): Redirect stderr from compilation of dummy.c.
9648
9649 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
9650
9651 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9652
9653Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
9654
9655 * configure: Accept and ignore --cache*, for compatibility with
9656 new autoconf.
9657
9658Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
9659
9660 * config.guess: Merge from FSF:
9661
9662 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9663
9664 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
9665 (PATH): Add /.attbin at end for finding uname.
9666 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
9667
9668 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
9669
80413487 9670 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
9671
9672 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
9673
80413487
RH
9674 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9675 to select whether to use ELF or COFF.
252b5132
RH
9676
9677 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9678
80413487 9679 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
9680
9681 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9682
9683 * config.guess: Guess the OS version for HPUX.
9684
9685 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9686
9687 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9688
9689Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9690
9691 * configure.in: Recognize --with-headers, --with-libs, and
9692 --without-newlib.
9693 * Makefile.in (all-xiberty): Depend upon all-ld.
9694
9695Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9696
9697 * configure.in: Change i[34]86 to i[345]86.
9698
9699Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9700
9701 * configure (version): A few more tweaks to help message.
9702
9703Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
9704
9705 * Makefile.in: Remove (for now) librx as a host library,
9706 now that we're building it for target.
9707
9708Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9709
9710 * configure: Fix up help message; from karl@owl.hq.ileaf.com
9711 (Karl Berry).
9712
9713Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
9714
9715 * configure.in: Also configure librx.
9716
9717Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9718
9719 * Makefile.in: Update various rules to reflect that librx
9720 is now needed for libg++.
9721
9722Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9723
9724 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9725
9726Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9727
9728 * configure.in: Configure the examples directory.
9729
9730Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9731
9732 * configure: Simplify Jun 2 1994 change.
9733
9734Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9735
9736 * change CC to /usr/latest/bin/gcc for lynx host builds, since
9737 /bin/gcc isn't good enough to build gcc.
9738
9739Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
9740
9741 * Makefile.in (GDB_SUPPORT_FILES): Remove
9742 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
9743 (gdb.tar.gz): Add new rule to use standard distribution building
9744 mechanism.
9745
9746Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9747
9748 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
9749 Bill Cox <bill@cygnus.com>.
9750
9751Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
9752
9753 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
9754
9755Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
9756
9757 * configure: Search current dir first in .gdbinit.
9758
9759Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
9760
9761 * config.sub: Recognize freebsd (merged from gcc config.sub).
9762
9763Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
9764
9765 * config.sub: Refer to NeXT's operating system as nextstep.
9766
9767 * config.sub (case $basic_machine): Re-order the cases, to match
9768 the order in the FSF version (which is mostly alphabethical).
9769 Merge in some additions and changes from the FSF.
9770
9771Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
9772
9773 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9774 * config.sub: Recognize cxux7.
9775 * configure.in: Use mh-cxux for m88k-harris-cxux*.
9776
9777Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9778
9779 * config.sub: Fix typo powerpc -> powerpc-*.
9780
9781Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
9782
9783 * Makefile.in: `all-emacs19' depends on `all-byacc'.
9784
9785 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9786 parallel with all-emacs and install-emacs). Top-level command
9787 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9788
9789Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9790
9791 * test-build.mk ($(host)-stamp-stage2-installed): Remove
9792 $(relbindir)/make before doing ``make install'', and use
9793 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
9794 installing over running make binary.
9795 ($(host)-stamp-stage3-installed): Likewise.
9796
9797Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9798
9799 * config.guess: Recognize Mach.
9800
9801Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9802
9803 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9804 see whether --exec-prefix was used.
9805
9806Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9807
9808 * README: Explicitly mention libg++/README. (Zoo's idea.)
9809
9810Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9811
9812 * Makefile.in: Add all-librx target similar to all-libproc.
9813
9814Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
9815
9816 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
9817 with post 1.2 uname bogosity.
9818
9819Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9820
9821 * configure: Remove temporary files on receipt of a signal.
9822
9823Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
9824
9825 * configure: If there is a package_makefile_frag, remove
9826 ${subdir}/Makefile.tem after copying it in.
9827
9828Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9829
9830 * build_all.mk: support rs6000 lynx identifies itself as
9831 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
9832 since /bin/gcc is too feeble to compile a modern gcc.
9833
9834Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
9835
9836 * brought devo/test-build.mk update-to-date with progressive/
9837 test-build.mk. Add lynx targets and hppa flag info.
9838
9839Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
9840
9841 * configure.in: Use mh-ncrsvr43. Patch from
9842 Tom McConnell <tmcconne@sedona.intel.com>.
9843
9844Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
9845
9846 * config.guess (i386-unknown-bsdi): No longer need to
9847 check #if defined(__bsdi__) && defined(__i386__).
9848
9849Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9850
9851 * configure: Set program_transform_nameoption correctly.
9852
9853Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
9854
9855 * brought build-all.mk update-to-date with progressive build-all.mk,
9856 added new targets and hppa info.
35590697 9857
252b5132
RH
9858Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9859
9860 * configure: If config.guess result is a prefix of the user
9861 specified target, assume a native build and use the user specified
9862 target as the host alias. Remove SunOS patch suffix removal hack.
9863 * configure.in: Remove SunOS patch suffix removal hack.
9864
9865 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
9866 in NATIVE_CHECK_MODULES.
9867
9868Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
9869
9870 * Makefile.in: Rename HOST_ONLY to NATIVE.
9871 * configure: Delete SunOs patch suffix from host_canonical
9872 and build_canonical variables that are prepended to Makefiles.
9873 * configure.in: Add comments for easier maintenance.
9874
9875Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9876
9877 * Makefile.in: Add all-libproc target similar to all-gui.
9878
9879Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
9880
9881 * Makefile.in (CHECK_MODULES): split into
9882 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
9883
9884Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
9885
9886 * config.guess (i386-unknown-bsdi): New system to guess.
9887
9888Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9889
9890 * Makefile.in: Add all-gui target (but not yet build by "all").
9891
9892Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
9893
9894 * config.sub: Move deletion of patch suffix from here...
9895 * configure.in: To here, at Ian's suggestion. The top-
9896 level scripts might need to know of a patch level.
9897
9898Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
9899
9900 * config.sub: Strip off patch suffix so rtl is recognized
9901 as a sunos4.1.3 machine, even though it's been patched.
9902
9903Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
9904
9905 * Makefile.in (INSTALL_LAST): Delete.
9906 (INSTALL_DOSREL): New.
9907
9908Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9909
9910 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9911 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9912 whether we pass down --with-gnu-ld anyhow.
9913
9914Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
9915
9916 * Makefile.in (INSTALL_LAST): Change operation so it works
9917 on more flavors of make.
9918 * configure.in (go32): Don't build libg++ or libio.
9919
9920Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
9921
9922 * Makefile.in (Move HOST_PREFIX_1 and friends up so
9923 they can be overriden by templates.
9924
9925Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
9926
9927 * configure.in (target==go32): Don't build gdb.
9928 * dosrel: New directory.
9929
9930Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
9931
9932 * configure.in (host==go32): Configure dosrel too.
9933 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9934 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9935 be set by incoming names or templates.
9936 (INSTALL_LAST): New rule.
252b5132
RH
9937
9938Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
9939
9940 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9941
9942Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9943
252b5132
RH
9944 * configure.in (appdirs): New variable. Currently empty, but will
9945 be used in gas distribution. If nonempty, lists a set of
9946 directories at least one of which must get configured, or top
9947 level configuration is considered to have failed.
9948 (rs6000-*-lynxos*): Use new file name.
9949
9950Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9951
9952 Eliminate XTRAFLAGS.
9953 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9954 newlib include files using -idirafter, and also use -nostdinc.
9955 (CXX_FOR_TARGET): Likewise.
9956 (XTRAFLAGS): Removed.
9957 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9958 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9959 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9960 ($(DO_X)): Don't pass down XTRAFLAGS.
9961
9962Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9963
9964 * configure.in (mips*-dec-bsd*): New target; do build linker.
9965 (mips*-*-bsd*): New target; don't build linker.
9966
9967Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
9968
9969 * configure.in: support rs6000-*-lynxos* configuration.
9970 support sunos4 as a cross target.
9971
9972 * config.sub: look for lynx*, not lynx since the OS version may
9973 legitimately be part of the name.
9974
9975Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9976
9977 * configure.in (i[34]86-*-sco*): Move to be with other i386
9978 targets.
9979 (romp-*-*): New target. Skip various binary utilities.
9980 (vax-*-*): New target. Don't build newlib.
9981 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
9982
9983Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9984
9985 * configure.in: Only set host_makefile_frag if config
9986 directory exists.
9987
9988Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9989
9990 * install.sh: If $dstdir exists, don't check whether each
9991 component does.
9992
9993Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9994
9995 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
9996
9997Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9998
35590697
AJ
9999 * configure.in (*-*-lynxos*): Don't configure newlib for either
10000 native or cross Lynx.
252b5132
RH
10001
10002Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
10003
10004 * config.sub (sparc64-elf): Fix os.
10005 (z8k): Remove duplicate.
10006
10007Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10008
10009 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10010 gcc/stmp-fixproto, to try to prevent fixproto from being run.
10011
10012Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
10013
10014 * configure: Make file links cleanly even if Lynx fails on
80413487 10015 an NFS symlink (at least fail cleanly).
252b5132
RH
10016
10017Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
10018
10019 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10020 -XNh2000.
10021
10022Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10023
10024 * configure: Unknown options are fatal again.
10025
10026Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
10027
10028 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 10029 compatibility.
252b5132
RH
10030
10031Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
10032
10033 * build-all.mk: Add `clean' target.
10034
10035Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10036
10037 * config.guess: Add SINIX support.
10038 * configure.in: Add mips-*-sysv4* support.
10039
10040Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
10041
10042 * build-all.mk: Document all useful targets.
10043 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10044 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10045
10046Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10047
10048 * configure: Support --silent, --quiet.
10049
10050Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10051
10052 * configure: Support --disable-FEATURE.
10053
10054Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10055
10056 * config.guess: Recognize NCR running SVR4.3.
10057
10058Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
10059
10060 * config.guess: Make BSDI generate i386-unknown-bsd386.
10061 Patch from Paul Eggert <eggert@twinsun.com>.
10062
10063Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10064
10065 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10066
10067Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10068
10069 * configure: Make unrecognized options give nonfatal warnings
10070 instead of fatal errors, and pass them to any subdirectory
10071 configures in case they recognize them.
10072 Make --x equivalent to --with-x.
10073
10074Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10075
10076 * configure: Add --enable-* options. Clean up usage message and
10077 some comments.
10078
10079Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
10080
10081 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10082
10083Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10084
10085 * configure.in (hppa*-*-*): Enable binutils.
10086
10087Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10088
10089 * config.sub: Recognize cisco.
10090
10091Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
10092
10093 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10094
10095Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10096
10097 * config.guess: about target *-hitachi-hiuxwe2, don't print more
10098 than one configuration name. Add comment.
10099
10100Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
10101
10102 * config.guess: about target *-hitachi-hiuxwe2, fixed
10103 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
10104 macro is incorrect.]
10105
10106Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10107
10108 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10109 than the "make ls" stuff which used to be here.
10110
10111Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
10112
10113 * config.guess: Recognize i[34]86-unknown-freebsd.
10114 From Shawn M Carey <smcarey@rodan.syr.edu>.
10115
10116Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
10117
10118 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10119
10120Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10121
10122 * config.guess: Check for ptx.
10123
10124Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
10125
10126 * config.sub: Add os9k checking.
10127
10128Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10129
10130 * config.guess: Handle OSF1 running on HPPA processors
10131
10132Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
10133
10134 * configure: If subdir configure fails, print out a message with
10135 subdirectory name, in case subdir's configure code didn't identify
10136 itself.
10137
10138Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
10139
10140 * configure.in: Remove embedded newlines from configdirs.
10141 Avoid mismatches of substrings. Fix matching strings at end
10142 of configdirs.
10143
10144Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
10145
10146 * config.guess: Add Lynx/rs6000 config support.
10147
10148Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
10149
10150 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10151
10152Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
10153
10154 * configure.in (hppa*-*-osf*): Treat this just like most other
10155 PA configurations (eg no binutils or ld).
10156 (hppa*-*-*elf*): These configurations have binutils and ld.
10157
10158Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10159
10160 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
10161
10162Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10163
10164 * configure.in (rs6000-*-*): Build gas.
10165
10166Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10167
80413487 10168 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
10169
10170Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10171
10172 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10173 for GDB and GDB has been fixed to not need it.
10174
252b5132
RH
10175Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10176
10177 * config.guess: Recognize vax hosts.
10178
10179Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10180
10181 * configure (while loop): Don't use "break 2" inside case
10182 statement -- the case statement isn't an enclosing loop.
10183
10184Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
10185
10186 * config.guess: Clean up NeXT support, to allow nextstep
10187 on Intel machines. Make OS be nextstep.
10188
10189Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
10190
10191 * config.guess: Add alternate forms for Convex.
10192
10193Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
10194
10195 * configure: Completely rewrite option processing. Take
10196 advantage of pattern-matching to avoid invoking test frequently.
10197 Also clean up host and target defaulting logic.
10198
10199Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10200
10201 * Makefile.in: Replace all occurrances of "rootme" with "r" and
10202 "$${rootme}" with "$$r", to increase the likelihood that the do-*
10203 commands (plus user environment) will fit SCO limits.
10204
10205Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10206
10207 * configure.in: Don't issue warnings about directories which are
10208 not being configured if -norecursion is set. Correct test for
10209 --with-gnu-as and --with-gnu-ld to not get confused by substring
10210 matches.
10211
10212 * configure.in: Don't build gas for alpha-dec-osf1*.
10213
10214Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
10215
10216 * configure: Back out Per's change of 12/19/1993. It changes the
10217 behavior of configure in unexpected and confusing ways.
10218
10219 Also, use different delim char when calculating
10220 program_transform_name so that the name can contain slashes.
10221
10222Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
10223
10224 * configure.in, config.sub: Add support for VSTa micro-kernel.
10225
10226Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10227
10228 * configure.in: Nuke hacks which were used to get a special
10229 version of GAS for HPPA configurations.
10230
10231Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
10232
10233 * configure: If only ${target_alias} is given, use that
10234 as the default for ${host_alias}.
10235 * configure: Add missing back-slashes before nested quotes.
10236
10237Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
10238
10239 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10240
10241Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
10242
10243 * config.guess: Recognize some Tektronix configurations.
10244 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10245
10246Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10247
10248 * config.sub: Match any flavor of SH.
10249
10250Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
10251
10252 * configure.in: Don't try to configure newlib for Alpha.
10253
10254Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10255
10256 * configure.in: Don't build ld for Irix 5. Don't build gas,
10257 libg++ or libio for any Alpha target.
10258
10259 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
10260
10261Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
10262
10263 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10264 default arguments -- so it tried to compress itself.
10265
10266Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
10267
10268 * configure.in (notsupp): ensure that a space is always at the end
10269 of the configdirs list, since the grep checks for an explicit space
10270
10271Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10272
10273 * configure.in (target i386-sysv4.2): don't build ld, since static
10274 versions of many libraries are not available.
10275
10276Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10277
10278 * config.guess: Recognize Apollos (using environment variables).
10279 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10280
10281Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10282
10283 * config.guess: Recognize Sony news mips running newsos.
10284
10285Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
10286
10287 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10288 "fi ; else" for bash.
10289
10290Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
10291
10292 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10293
10294Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
10295
10296 * config.sub: accept unixware as an alias for svr4.2.
10297 Fix some inconsistancies with the gcc version.
10298
10299Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10300
10301 * Makefile.in (DISTDOCDIRS): Add gdb.
10302
10303Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
10304
10305 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
10306
10307Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10308
10309 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10310 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10311 this now.
10312
10313Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10314
10315 * config.sub: Accept hiux* as an OS name.
10316
10317 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10318 etc/make-stds.texi. The underscore came from gcc, and dje now
10319 agrees that RUNTESTFLAGS is the correct name.
10320
10321Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
10322
10323 * install.sh: Remove 'set -e'. It makes any conditionals
10324 in the script useless.
10325
10326 * config.guess: Automatically recognize arm-acorn-riscix
10327 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10328
10329Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
10330
10331 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10332
10333Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10334
10335 * Makefile.in (DISTDOCDIRS): New variable.
10336 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 10337 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
10338
10339Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10340
10341 * configure.in (hppa target): check the source directory for the
10342 pagas sub-directory
10343
10344Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
10345
10346 * config.sub: Allow -aout* and -elf*.
10347
10348Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10349
10350 * configure.in: Don't build ld on i386-solaris2, same as for
10351 sparc-solaris2.
10352
10353Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
10354
10355 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10356
10357Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10358
10359 * configure.in: Configure gdb for alpha.
10360
10361Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10362
10363 * Makefile.in (CXXFLAGS): Add -O.
10364
10365Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10366
10367 * config.guess: added support for DG Aviion
10368
10369Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10370
10371 * configure.in: Produce warning message for subdirectories not
10372 configurable for this host/target combination. Don't try to
10373 configure gdb for vms.
10374
10375Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10376
10377 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10378 appropriate files before making "diststuff".
10379 (DISTBISONFILES): New var: list of files to be edited.
10380 (DISTSTUFFDIRS): Add binutils.
10381
10382Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10383
10384 * config.sub: also handle mipsel and mips64el (for little endian mips)
10385
10386Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10387
10388 * configure.in: Add * to end of all OS names.
10389
10390Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
10391
10392 * configure.in: Build newlib for LynxOS native.
10393
10394Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10395
10396 * config.guess: Add support for delta 88k running SVR3.
10397
10398 * configure.in: Add comment about HP compiler vs. emacs.
10399
10400Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10401
10402 * configure.in: don't build ld on solaris2 (not a viable option
10403 due to bugs in getpwnam & getpwuid)
10404
10405Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10406
10407 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10408 config.guess will produce a full version number.
10409
10410Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10411
10412 * configure.in: Build linker and binutils for alpha-dec-osf1.
10413
10414Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10415
10416 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10417 and gdb/testsuite/Makefile.in.
10418
10419Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10420
10421 * configure.in: recognize mips*- instead of mips-
10422
10423Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
10424
10425 * config.sub: Accept linux*coff and linux*elf as operating
10426 systems.
10427
10428Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10429
10430 * config.sub: Recognize mips64, and mips3 as an alias for it.
10431
10432Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10433
10434 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10435 gdb knows how to handle OSF/1 shared libraries.
10436
10437Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10438
10439 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10440 * config.guess: Recognize Hitachi's HIUX.
10441 * config.sub: Recognize h3050r* and hppahitachi.
10442 Remove redundant cases for hp9k[23]*.
10443
10444Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10445
10446 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10447 if gas and ld are in the source tree and are in ${configdirs}.
10448 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 10449 --with options (but still pass them down on the command line,
252b5132
RH
10450 if they were explicitly specified).
10451
10452Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10453
10454 * configure: substitute SHELL value in Makefile.in with
10455 ${CONFIG_SHELL}
10456
10457Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10458
10459 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10460 *-*-solaris2* targets.
10461
10462Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10463
10464 * Makefile.in: define M4, and pass it down to sub-makes;
10465 all-autoconf now depends on all-m4
10466
10467Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10468
10469 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10470 presence of {ar,ranlib} instead of a configured directory
10471
10472Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10473
10474 * config.guess: Accept 34?? as well as 33?? for NCR.
10475
10476Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10477
10478 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10479 of 'gas' in sed commands, since 'gash' is now in the tree as well.
10480
10481Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10482
10483 * configure: grab values for $(CC) and $(CXX) from the
10484 environment, so that someone can do "CC=gcc configure; make" and
10485 have it work right (matching the way that autoconf works now)
10486
10487 * configure.in, Makefile.in: add support for gash, the tcl
10488 interface to Galaxy
10489
10490 * config.guess: add NetBSD variants (hp300, x86)
10491
10492Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
10493
10494 * install.sh: Support -d option (in the manner of SunOS 4 install,
10495 as it is more deterministic than that of GNU install)
10496 (chmodcmd): Set file to mode 755 by default (should also do default
10497 chgrp and chown, but I don't feel like dealing with that now)
10498
10499Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
10500
10501 * config.sub: Remove h8300hhms alias.
10502
10503Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10504
10505 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10506
10507Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10508
10509 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10510 as stmp-fixinc
10511
10512Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
10513
10514 * config.sub: recognize m88110-bug-coff.
10515
10516Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10517
10518 * Makefile.in (all-libio): all dependencies on the toolchain used
10519 to build this (gcc, gas, ld, etc)
10520
10521Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10522
10523 * config.guess: Deal with OSF/1 1.3 on alpha.
10524
10525Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10526
10527 * install.sh: add some 'else true' clauses for portability
10528
10529 * configure.in: don't build libio for h8[35]00-*-* targets
10530
10531Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
10532
10533 * Makefile.in: Add support for new libio.
10534
10535Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10536
10537 * install.sh: If one command fails, don't try the rest. Don't try
10538 to remove $dsttmp (via trap) unless we have already created it.
10539 If $src doesn't exist, detect it and exit with an error.
10540
10541 * config.guess: Recognize BSD on hp300.
10542
10543Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
10544
10545 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10546 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10547
10548Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
10549
10550 * Makefile.in (all-send-pr): depends on all-prms
10551
10552Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10553
10554 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10555
10556Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10557
10558 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10559 Added test for mips-mips-riscos5.
10560
10561Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10562
10563 * configure.in: use mh-hp300 for 68k HP hosts
10564
10565Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10566
10567 * configure: add support for CONFIG_SHELL, so that you can use
10568 some alternate shell for evaluating configure scripts
10569
10570Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
10571
10572 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
10573 in configure script to bug-gdb@prep.ai.mit.edu when building
10574 distribution archive.
10575 * Makefile.in (COMPRESS): Remove def.
10576 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
10577 gdb.tar.Z and make-gdb.tar.Z respectively.
10578 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
10579 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
10580 to convergence with 'taz' target in Makefile.in.
10581
10582Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10583
10584 * install.sh (dsttmp): use trap to ensure that tmp files go
10585 away on error conditions
10586
10587Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10588
10589 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10590
10591Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10592
10593 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10594 its parent is '/' not ''.
10595
10596 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10597
10598Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
10599
10600 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10601 that ${newsrcdir}/configure.in does.
10602
10603Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10604
10605 * test-build.mk: support for CONFIG_SHELL
10606
10607Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
10608
10609 * config.sub (netware): Add as a basic system type.
10610
10611Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
10612
10613 * Makefile.in (Makefile): depend on configure.in. Also drop the
10614 $(srcdir)/ from the dependency on Makefile.in.
10615
10616Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
10617
10618 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10619 (h8300hhms is temporary until multi-libraries are implemented).
10620 * configure.in: Handle h8300h too.
10621
10622Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10623
10624 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10625
10626Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
10627
10628 * configure: Remove extraneous output when guessing host type.
10629 * config.guess: Remove extraneous output when guessing using C
10630 compiler rather than uname, or when guessing fails.
10631
10632Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10633
10634 * Makefile.in: remove all.cross and install.cross targets
10635
10636 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10637 definitions
10638
10639Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
10640
10641 * configure.in (target sh): Build gprof.
10642
10643Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10644
10645 * config.sub: change -solaris to -solaris2
10646
10647Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10648
10649 * configure.in: Use config/mh-riscos for mips-*-sysv*.
10650
10651Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
10652
10653 * configure: Correct error message for missing Makefile.in to
10654 print correct directory.
10655
10656Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10657
10658 * install.sh: kludge around 386BSD shell bug
10659
10660Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
10661
10662 * config.guess: Recognize NeXT.
10663 * config.guess: Recognize i486-ncr-sysv4.
10664 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
10665
10666Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
10667
10668 * Makefile.in (MAKEINFOFLAGS): New variable.
10669 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10670 * build-all.mk, test-build.mk: Pass down --no-split as
10671 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
10672
10673Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
10674
10675 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
10676
10677Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
10678
10679 * Makefile.in (libg++.tar.z): New rule.
10680 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
10681 * Makefile.in (taz): Only do a single chmod.
10682
10683Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
10684
10685 * install.sh: don't use dirname anymore (replaced with sed usage)
10686
10687Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
10688
10689 * Makefile.in: Change extension for gzip'd files from '.z' to
10690 '.gz' per new FSF standard usage.
10691
10692Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
10693
10694 * configure: put quotes around the final value of program_transform_name
10695
10696Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10697
10698 * Makefile.in: new install.sh support; update install-info rules
10699
10700Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
10701
10702 * configure.in: Build diff for crosses, but not for go32 host.
10703
10704 * configure.in: Build gprof only for native, and don't build it
10705 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10706
10707Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
10708
10709 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10710
10711Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10712
10713 * configure.in (host_tools): Add prms.
10714
10715Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10716
10717 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10718 with $(FLAGS_TO_PASS) on the command line
10719
10720 * config.sub: Recognize lynx and lynxos
10721
10722Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
10723
10724 * config.sub: Accept -ecoff*, not just -ecoff.
10725
10726Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10727
10728 * Makefile.in (taz): Use .gz suffix instead of .z.
10729 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10730 names.
10731
10732Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10733
10734 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10735
10736Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10737
10738 * Makefile.in (install-no-fixedincludes): install gcc last, so
10739 that rebuilds that might happen during 'make install' don't get
10740 bogus gcc include files
10741
10742Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10743
10744 Change from Utah for HPPA support:
10745 * config.guess: Recognize hppa1.x-hp-bsd.
10746
10747Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
10748
10749 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
10750 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10751
10752Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
10753
10754 * config.sub: Add support for rom68k and bug boot monitors.
10755
10756Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
10757
10758 * Makefile.in: Make all-opcodes depend on all-bfd.
10759
10760Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
10761
10762 * config.guess: Added special check for i[34]86-univel-sysv4*.
10763
10764Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
10765
10766 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10767 the processor rather than assuming i486.
10768
10769Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10770
10771 * config.guess: Recognize SunOS6 as Solaris3.
10772
10773Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
10774
10775 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
10776 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10777
10778Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
10779
10780 * build-all.mk (all-cross): New target for Canadian Cross.
10781 Added Q2 go32 targets.
10782 * test-build.mk: Configure go32 cross sparclite-aout and
10783 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
10784 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10785
10786Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10787
10788 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10789 GO32 hosted toolchains
10790
10791Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
10792
10793 * configure: change so "-exec-prefix" gets passed down rather
10794 than "-exec_prefix" so autoconf generated Makefiles get the
10795 exec_prefix set right.
10796
10797Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10798
10799 * config.guess: get the Solaris2 minor version number
10800
10801 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10802
10803Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10804
10805 * config.guess: Recognize some Sequent platforms.
10806
10807Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10808
10809 * Makefile.in: added the vault-install target
10810
10811 * configure.in: actually use the Sun3 makefile fragment that's in
10812 config, also added the release dir to configdirs
10813
10814Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10815
10816 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10817
10818Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10819
10820 * configure.in: remove some program from Alpha targetted toolchains
10821
10822Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
10823
10824 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
10825 gprof.
10826 (taz): Run "make diststuff" in those directories instead of "make
10827 proto-dir". Look for "VERSION=" only at start of line in subdir
10828 Makefile. Use "gzip -9" for compression.
10829 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10830 (binutils.tar.z): New target.
10831
10832Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10833
10834 * Makefile.in (taz): Include gpl.texinfo.
10835
10836Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10837
10838 * Makefile.in (setup-dirs): Merged into "taz" target.
10839 (taz): Only do `proto-dir' stuff if a directory is actually needed
10840 for this target.
10841
10842Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
10843
10844 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
10845 (FLAGS_TO_PASS): Pass down MUNCH_NM.
10846 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
10847 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
10848 (gcc-no-fixedincludes): Correct for current gcc Makefile.
10849
10850Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
10851
10852 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
10853 config.sub, and move-if-change to gdb testsuite distribution
10854 archive, so the testsuite can be extracted, configured, and
10855 run separately from the gdb distribution. Blow away the Chill
10856 tests that require a Chill compiled executable, since GNU Chill
10857 is not yet publically available.
10858
10859Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10860
10861 * test-build.mk: set environment variables in a single command,
10862 instead of a list of assignments and exports
10863
10864 * config.guess: recognize Alpha/OSF1 systems
10865
10866Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10867
10868 * configure: Change help message to prefer --options rather than
10869 -options.
10870
10871Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10872
10873 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
10874 zippy@ecst.csuchico.edu.
10875 * config.guess: Recognize miniframe.
10876
10877Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
10878
10879 * Makefile.in: Use srcroot to find runtest rather than rootme.
10880 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
10881
10882Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
10883
10884 * test-build.mk: Extensive additions to support building on a
10885 machine other than the host.
10886
10887Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
10888
10889 * configure (tooldir): Fix for i386-aix again.
10890
10891Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
10892
10893 * configure, Makefile.in: Change definition of $(tooldir)
10894 to match the FSF.
10895
10896Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
10897
10898 * config.guess: Recognize i[34]86/SVR4.
10899
10900Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10901
10902 * Makefile.in (all-gdb): gdb depends on sim.
10903
10904Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
10905
10906 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
10907 at the same time we make the prototype gdb directory.
10908 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
10909 files at the same time as the gdb base release distribution.
10910
10911Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
10912
10913 * Makefile.in (check): Use individual check targets rather than
10914 DO_X rule.
10915 (check-gcc): Added.
10916
10917Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
10918
10919 * config.sub: Use sysv3.2 not sysv32 for canonical OS
10920 for System V release 3.2.
10921
10922Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10923
10924 * config.sub: Recognize hppaosf.
10925 * configure.in: Do configure ld/binutils/gas for it.
10926
10927Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10928
10929 * configure (tooldir): Alter syntax used to set this, for systems
10930 where "\$" isn't handled right, like i386-aix.
10931
10932Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
10933
10934 * configure: Pass program-transform-name, not
10935 program_transform_name, to recursive configures.
10936
10937Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
10938
10939 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10940 of gas+ld+binutils.
10941
10942Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
10943
10944 * config.guess: Recognize AIX3.2 as distinct from 3.1.
10945
10946Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10947
10948 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10949
252b5132
RH
10950Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10951
10952 * Makefile.in (PRMS): Set back to all-prms.
10953
10954Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
10955
10956 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10957 targets, rather than for MIPS hosts.
10958
10959Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10960
10961 * configure.in: add comment for --with-x default values
10962
10963 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10964
10965 * Makefile.in: add check-* targets for each of the directories in
10966 the tree. Add a definition of RUNTEST that will use the one we
10967 just built, if it exists. Pass this down via FLAGS_TO_PASS.
10968
10969Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
10970
10971 * configure.in: Removed obsolete references to bfd_target and
10972 target_makefile_frag.
10973
10974 * build-all.mk: Set assorted targets for Q2.
10975 * config.sub: Recognize z8k-sim and h8300-hms.
10976 * test-build.mk: Really don't pass host to configure.
10977 (HOLES): Added uname.
10978
10979Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
10980
10981 * configure: Handle an empty program-prefix, program-suffix or
10982 program-transform-name correctly.
10983
10984Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
10985
10986 * build-all.mk: -G 8 no longer required for MIPS targets.
10987 * test-build.mk: Don't pass host argument to configure; make it
10988 guess.
10989
10990Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
10991
10992 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
10993 * Makefile.in (COMPRESS): New macro, like GZIP.
10994
10995Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
10996
10997 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
10998
10999 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11000 with gas currently defaults to -G 0.
11001
11002Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
11003
11004 * Makefile.in (all-flex): flex depends on byacc.
11005
11006 * build-all.mk: If host not specified, use config.guess. Pass TAG
11007 to test-build.mk as RELEASE_TAG.
11008 * test-build.mk (configargs): New variable containing arguments to
11009 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
11010 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11011
11012 * config.guess: Use /bin/uname when checking -X argument on SCO,
11013 to avoid invoking GNU uname which doesn't understand -X.
11014
11015 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11016
11017 * configure.in: Build gas for mips-*-*.
11018
11019Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11020
11021 * Makefile.in (all.normal): insert missing backslash.
11022
11023Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
11024
4bddf3ad 11025 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
11026
11027 * Makefile.in: Complete overhaul to merge many almost identical
11028 targets.
11029
11030Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11031
11032 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11033 (gdb.tar.Z): Adjusted.
11034
11035 * Makefile.in (setup-dirs, taz): New targets; should be general
11036 enough to adapt for gdb sometime. Build only .z file.
11037 (gas.tar.z): New target.
11038
11039Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11040
11041 * build-all.mk: Use CC=cc -Xs on Solaris.
11042
252b5132
RH
11043Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
11044
11045 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
11046 for handling BISON for FSF releases.
11047
11048Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11049
11050 * configure: Actually implement the change zoo just documented.
11051
11052Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11053
11054 * configure: when using config.guess, only set target_alias when
11055 it's not already been set (ie, on the command line)
11056
11057Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11058
11059 * Makefile.in: add installcheck target, set PRMS to install-prms
11060
11061Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11062
11063 * configure: add support for package_makefile_fragment, handle the
11064 case where a directory has a configure.in file but no Makefile.in
11065 more gracefully (with an actual understandable error message, even);
11066 add support for --without (and add this to the usage message); also
11067 explicitly add a --host=${host_alias} to the command line when
11068 config.guess is used
11069
11070Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11071
11072 * configure: Must use both --host and --target in recursive calls.
11073
11074Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
11075
11076 * Makefile.in: Change deja-gnu to dejagnu.
11077
11078Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
11079
11080 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11081
11082Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11083
11084 * configure.in: canonicalize all instances to *-*-solaris2*,
11085 also strip out a number of tools to not build for go32 host
11086
11087Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11088
11089 * config.guess: add GPL.
11090
11091 * Makefile.in, config.guess, config.sub, configure: bump
11092 copyrights to 93.
11093
11094Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
11095
11096 * Makefile.in (do-info): Removed obsolete check for existence of
11097 localenv file.
11098
11099 * Makefile.in (MAKEOVERRIDES): Define to be empty.
11100
11101Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11102
11103 * Makefile.in: a couple of 'else true' for decstation,
11104 support for TclX
11105
11106 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11107
11108Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
11109
11110 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11111
11112Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
11113
11114 * config.guess: Recognize i386-ibm-aix (PS/2).
11115 * configure.in: Use config/mh-aix386 file for it.
11116
11117Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
11118
11119 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11120 CC_FOR_TARGET instead.
11121 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11122
11123Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
11124
11125 * Makefile.in: Add sim to list of directories sent with gdb
11126
11127Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
11128
11129 * configure.in: Put back mips-dec-bsd* case.
11130
11131Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
11132
11133 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11134 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
11135 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
11136
11137Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11138
11139 * configure.in: remove no-op mips-dec-bsd* in "case $target"
11140
11141 * Makefile.in (dir.info): only run gen-info-dir if it exists,
11142 (install-info): install dir.info only if it exists,
11143 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11144
11145Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
11146
11147 * configure.in: For vms target, skip bfd, ld, binutils. Do build
11148 gas for mips-dec-bsd.
11149
11150Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
11151
11152 * configure (makesrcdir): If ${srcdir} is relative and not ".",
11153 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11154
11155Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
11156
11157 * configure.in: Added "dejagnu" to hosttools list.
11158
11159Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11160
11161 * config.sub, configure.in, config.guess: Add support
11162 for Bosx, an AIX variant from Bull.
11163 Patches from F.Pierresteguy@frcl.bull.fr.
11164
11165Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
11166
11167 * devo/dejagnu: Initial creation of devo/dejagnu.
11168 Migrated dejagnu testcases and support files for testing software
11169 tools to reside as subdirectories, currently called "testsuite",
11170 within the directory of the software tool. Migrated all programs,
11171 support libraries, etc. beloging to dejagnu proper from
11172 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
11173 with no modifications. The changes to these files which will
11174 allow them to configure, build, and execute properly will be made
11175 in a future update.
11176
11177Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11178
11179 * Makefile.in: Change send_pr to send-pr.
11180 * configure.in: Likewise.
11181 * send_pr: Renamed directory to send-pr.
11182
11183Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
11184
11185 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
11186
11187Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
11188
11189 * README: Update for gdb-4.8 release.
11190 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
11191 gdb-xxx.tar.z (gzip'd) file also.
11192
11193Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11194
11195 * Makefile.in: make all-diff depend on all-libiberty
11196
11197Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
11198
11199 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11200
11201Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11202
11203 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11204
11205Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
11206
11207 * Makefile.in (DEVO_SUPPORT): Remove etc directory
11208 (ETC_SUPPORT): Only add the files GDB wants from etc/.
11209 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
11210
11211Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11212
11213 * Makefile.in: makeinfo binary is in a new location
11214
11215Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
11216
11217 * config.sub: Accept -ecoff as an OS.
11218
11219 * Makefile.in: Various changes to eliminate a level of make
11220 recursion and reduce the required command line length.
11221 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11222 sub-makes.
11223 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11224 variables holding settings for specific sub-makes.
11225 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11226 in terms of BASE_FLAGS_TO_PASS.
11227 (TARGET_LIBS): New variable listing directories which use
11228 TARGET_FLAGS_TO_PASS.
11229 (subdir_do): Eliminated.
11230 (do-*): New set of targets to replace subdir_do.
11231 (various): All targets which used subdir_do now depend on do-*.
11232 (local-clean): Renamed from do_clean.
11233 (local-distclean): New target, dependency of distclean and
11234 realclean.
11235 (install-info): Don't create directories. Depend on dir.info
11236 rather than calling make recursively.
11237 (install-dir.info): Eliminated.
11238 (install-info-dirs): Create all info directories here.
11239 (dir.info): Depend upon do-install-info.
11240
11241 * test-build.mk (HOLES): Added false.
11242
11243Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
11244
11245 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
11246
11247Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11248
11249 * Makefile.in (info): remove dependency on all-texinfo. The
11250 problem was really in texinfo/C, not at this level.
11251
11252Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
11253
11254 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11255
11256Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
11257
11258 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
11259 GDB releases.
11260
11261Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11262
11263 * configure: Include srcdir in message about target of link not
11264 being found. Don't convert `-' to `_' in `with' options being
11265 passed to subdirs.
11266
11267Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11268
11269 * configure.in: add uudecode to host_tools
11270
11271 * Makefile.in: added {all,install}-uudecode targets, added them to
11272 the appropriate lists
11273
11274Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
11275
11276 * Makefile.in (all-gcc): Added dependency on all-gas.
11277
11278 * configure.in (mips-*-*): Build ld and binutils.
11279
11280Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11281
11282 * configure: check return code from mkdir, print error message and
11283 exit on failure.
11284
11285Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
11286
11287 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
11288
11289Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
11290
11291 * test-build.mk (HOLES): Added tar, cpio and uudecode.
11292
11293Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11294
11295 * config.sub (h8500): Recognize this as a cpu type.
11296
11297Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11298
11299 * configure: source directory missing is no longer a warning
11300
11301 * configure.in: recognize irix[34]* instead of irix[34]
11302
11303 * Makefile.in: define and pass down X11_LIB
11304
252b5132
RH
11305Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
11306
11307 * guess-systype: Renamed to ...
11308 * config.guess: ... by popular request.
11309 * configure.in, Makefile.in: Update accordingly.
11310
11311Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
11312
11313 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
11314 + Add Convex, Cray/Unicos, and Encore/Multimax support.
11315 + Execute ./dummy instead of assuming . is in PATH.
11316
11317Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
11318
11319 * guess-systype: New shell script. Attempts to guess the
11320 canonical host name of the executing host.
11321 Only a few hosts are supported so far.
11322 * configure: Call guess-systype if no host is specified.
11323
11324Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
11325
11326 * Makefile.in (gcc-no-fixedincludes): Made to work with current
11327 gcc Makefile.
11328
11329
11330Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
11331
11332 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11333 (all-gcc, install-gcc, subdir_do): Use it.
11334
11335Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11336
11337 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11338
11339Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
11340
11341 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11342 set exclusively by configure, using configure.in .
11343
11344Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11345
11346 * test-build.mk: set $PATH for all builds
11347
11348 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11349
11350Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
11351
11352 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
11353 the one used in gcc/Makefile.in, so that a null expansion doesn't
11354 override the one needed to build gcc with a native cc.
11355
11356
11357Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11358
11359 * configure: Accept -with arguments.
11360
11361Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11362
11363 * Makefile.in: added h8300sim
11364
11365Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
11366
252b5132
RH
11367 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11368 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
11369 (all-cygnus, native, build-cygnus): Make
11370 $(canonhost)-stamp-3stage-done, not $(host)....
11371 * test-build.mk (stamp-3stage-compared): Use tail +10c for
11372 i386-sco3.2v4. Added else true to if command.
11373
11374Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
11375
11376 * config.sub: (from FSF) Sequent uses a BSD-like OS.
11377
11378Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
11379
11380 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11381
11382Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11383
11384 * configure.in: don't remove binutils from Solaris builds
11385
11386Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
11387
11388 * Makefile.in: get rid of earlier definitions for *clean,
11389 also handle the recursive info rule better
11390
11391Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
11392
11393 * Makefile.in (mostlyclean, distclean, realclean): Fix to
11394 do more-or-less the right thing.
11395
11396Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
11397
11398 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11399 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11400
11401Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11402
11403 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11404 $(host_canonical).
11405
11406 * configure.in: split the configdirs list into 4 categories (native
11407 v. cross, library v. tool) and handle the cross-only and native-
11408 only in more reasonable (and correct!) way.
11409
11410Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
11411
11412 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
11413 configdirs anymore.
11414
11415Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11416
11417 * Makefile.in: extensive cleanup:: removed all of the explicit
11418 clean-* targets, collapsed many wrappers around subdir_do into
11419 one, added additional targets to satisfy standards.texi, deleted
11420 some old targets, some changes for consistency
11421
11422Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11423
11424 * configure.in: handle some programs as cross-only, and others as
11425 native only
11426
11427 * test-build.mk: handle partial holes in a more generic manner
11428
11429 * Makefile.in: m4 depends on libiberty
11430
252b5132
RH
11431Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11432
11433 * configure.in: add m4, textutils, fileutils, sed, shellutils,
11434 time, wdiff, and find to configdirs
11435
11436 * Makefile.in: all, clean, and install rules for the new programs
11437 added to configure.in
11438
11439Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11440
11441 * configure.in: use mh-sun for all *-sun-* hosts
11442
252b5132
RH
11443Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11444
11445 * Makefile.in: define flags for X11 include files and library file
11446 locations, pass them down to the programs that need this info
11447
11448 * build-all.mk: added a 'native' target, to 3stage the native toolchain
11449
252b5132
RH
11450Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11451
11452 * configure.in: start building libg++ for HP-UX targets
11453
11454Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
11455
11456 * README: Update references to files moved into etc/.
11457
11458Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
11459
11460 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
11461 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
11462
11463Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
11464
11465 * configure: accept dash as well as underscore in long option
11466 names for FSF compatibility.
11467
11468Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
11469
11470 * config.sub: added -sco3.2v4 support from FSF.
11471
11472Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11473
11474 * configure.in: expand the section that adds or removes
11475 directories from the list of programs to build, to handle native
11476 vs. cross in addition to host v. native
11477
11478Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
11479
11480 * Makefile.in: Replace C++ in macro names with CXX.
11481 This is less likely to break ...
11482
11483Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11484
11485 * test-build.mk: add -w to GNU_MAKE
11486
11487Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11488
11489 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11490 add 'sparc' to list of recognized cpus. This needed to make
11491 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11492 Delete some redundant ose68 variants. Recognize -wrs as an os,
11493 then changes that into $CPU-wrs-vxworks.
11494
11495 * configure.in: remove most references to gdbtest, regularize
11496 target based program removal
11497
11498 * test-build.mk: import from p3 tree (many fixes and changes)
11499
11500Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
11501
11502 * Makefile.in: added rules to handle tcl, tk, and expect
11503
11504 * configure.in: handle those directories if they exist
11505
11506Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11507
11508 * config.sub: removed bogus hppabsd and hppahpux names, since
11509 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11510
11511Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11512
11513 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
11514 depends upon all-xiberty
11515
11516 * Makefile.in: changes from p3, including:
11517
11518 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
11519
11520 * Makefile.in (XTRAFLAGS): include newlib directories if
11521 newlib/Makefile exists, rather than if host != target.
11522
11523 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
11524
11525 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11526 from the same source tree and not building a cross-compiler. This
11527 matters for the libg++ configuration if reconfiguring a tree that
11528 has already been installed.
11529
11530 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
11531
11532 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11533 pick up the machine and system specific header files.
11534
11535 * Makefile.in: added AS_FOR_TARGET, passed down in
11536 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
11537 the C compiler to use to create programs which are run in the
11538 build environment, set it to default to $(CC), and passed it down
11539 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11540
11541 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
11542
11543 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11544 We need them for unusual native builds, like systems without
11545 ranlib.
11546
11547 * configure: also define $(host_canonical) and
80413487
RH
11548 $(target_canonical), which are the full, canonical names for the
11549 given host and target
252b5132
RH
11550
11551Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
11552
11553 * Makefile.in: Added separate definitions for C++.
11554
11555Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
11556
11557 * configure.in (configdirs): Add deja-gnu.
11558
11559Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
11560
11561 * README: Update for configure.texi and gdb-4.7 release.
11562
11563Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
11564
11565 * Makefile.in: Move "all" target to top of file.
11566 Previously, first target was ".PHONY" which caused BSD4.4 make
11567 to build .PHONY when make was run without arguments.
11568
11569Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
11570
11571 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
11572 Library-copylefted code in libiberty.
11573
11574Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
11575
11576 * config.sub: Replace m68kmote with plain old m68k.
11577
11578Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
11579
11580 * Makefile.in: Remove space from blank line, avoid Make complaints.
11581
11582Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
11583
11584 * config.sub: Complain if no argument is given. Added support for
11585 386bsd as OS and target alias.
11586
11587Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
11588
11589 * Makefile.in (XTRAFLAGS): include newlib directories if
11590 newlib/Makefile exists, rather than if host != target.
11591
11592Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
11593
11594 * config.sub: recognize sparclite-wrs-vxworks.
11595
11596 * Makefile.in (install-xiberty): added *-xiberty make rules (from
11597 p3.) Added clean-xiberty to clean.
11598
11599Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11600
11601 * configure.in: use *-*-* instead of nested cases for host and target
11602
11603Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
11604
11605 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11606 from the same source tree and not building a cross-compiler. This
11607 matters for the libg++ configuration if reconfiguring a tree that
11608 has already been installed.
11609
11610Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
11611
11612 * config.sub (i486v/i486v4): Merge in from FSF version.
11613
11614Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
11615
11616 * configure: only set PWD if it is already set.
11617
11618Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
11619
11620 * configure: just set PWD=`pwd` at the top, since Ultrix sh
11621 doesn't have unset and all success paths (and most error paths)
11622 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11623 to just ${PWD} to avoid confusion.)
11624
11625Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
11626
11627 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11628 even for a native compilation.
11629
11630Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
11631
11632 Changes to make the gdb.tar.Z rule work better.
11633
11634 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
11635 (DEVO_SUPPORT): Add configure.texi.
11636 (bfd-ilrt.tar.Z): Remove ancient rule.
11637
11638Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
11639
11640 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11641 pick up the machine and system specific header files.
11642
11643 * configure.in, config.sub: added new target m68010-adobe-scout,
11644 with alias of adobe68k. Changed configure.in to check for
11645 -scout before -sco* to avoid a false match.
11646
11647 * Makefile.in: added AS_FOR_TARGET, passed down in
11648 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
11649 the C compiler to use to create programs which are run in the
11650 build environment, set it to default to $(CC), and passed it down
11651 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11652
11653Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
11654
11655 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11656 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
11657 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11658 FOR_TARGET variants, to newlib and libg++.
11659
11660Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
11661
11662 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11663 first.
11664
11665Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
11666
11667 * config.sub: Accept `elf' as an environment.
11668
11669Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11670
11671 * Makefile.in (all-opcodes): cd into the right directory
11672
11673Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
11674
11675 * configure: added -program_transform_name option, used as
11676 argument to sed when installing programs.
11677 configure.texi: added documentation for -program_prefix,
11678 -program_suffix and -program_transform_name.
11679
11680Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
11681
11682 * config.sub: Accept i486 where i386 ok.
11683
11684Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
11685
11686 * config.sub: accept we32k
11687
11688Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
11689
35590697 11690 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
11691
11692 * Makefile.in: don't create all directories for ``make install'';
11693 let the subdirectories create the ones they need.
11694
11695Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11696
80413487 11697 * COPYING: new file, GPL v2
252b5132
RH
11698
11699Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11700
11701 * Makefile.in: use the new gen-info-dir, which needs a template
11702 argument (which also lives in texinfo)
11703
11704 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11705
252b5132
RH
11706Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
11707
11708 * config.sub (ncr3000): Change i386 to i486.
11709
11710Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11711
11712 * Makefile.in: add install-rcs, install-grep to
11713 install-no-fixedincludes, removed install-bison and install-libgcc
11714
11715Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
11716
11717 * configure.in: grab the HPUX makefile fragment if on HPUX
11718
11719Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11720
11721 * Makefile.in: eradicate bison spoor (ditto libgcc).
11722 configure.in: recognise m68{k,000}-ericsson-OSE.
11723 es1800 is alias for m68k-ericsson-OSE
11724
11725Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11726
11727 * configure.in: rearrange the parts that remove programs from
11728 configdirs, based now on HOST==TARGET or by canonical triple.
11729
11730Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11731
11732 * test-build.mk: recurse explicitly with -f test-build.mk when
11733 appropriate. predicate stage3 and comparison on the existence
11734 of gcc. That is, if gcc isn't around, we aren't three-staging.
11735 On very clean, also remove ...stamp-co. Build in-place before
11736 doing other builds.
11737
11738Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11739
11740 * Makefile.in, configure.in: add tgas
11741
11742Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11743
11744 * Makefile.in: a number of changes merged in from progressive.
11745
11746 * configure.in: add libm.
11747
11748 * .cvsignore: ignore some stuff that comes from test-build.mk.
11749
252b5132
RH
11750Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
11751
11752 * config.sub: Add es1800 (m68k-ericsson-es1800).
11753
11754Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
11755
11756 * configure: Add program_suffix (parallel to program_prefix)
11757 * Makefile.in: adjust directory-creating script for losing decstation
11758
11759Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
11760
11761 * configure: Minor $subdir-related fixes.
11762
11763Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
11764
11765 * configure: fix various problems with propogating
11766 makefile_target_frag in subdirs.
11767 * configure.in: config libgcc if its there
11768
11769Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
11770
11771 * config.sub: HPPA merge.
11772
252b5132
RH
11773Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
11774
11775 * Makefile.in: Replace all-bison with all-byacc in all
11776 dependency lines for other tools (which now use byacc).
11777
11778Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
11779
11780 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
11781
252b5132
RH
11782Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
11783
11784 * Makefile.in: make gprof rules similar to byacc rules (instead of
11785 vestigal $(unsubdir) that didn't work...)
11786
11787Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
11788
11789 * config.sub: Add support for Linux.
11790 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
11791 (at least for libg++).
11792
11793Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
11794
11795 * configure.texi: fix doc for the -nfp option to configure
11796
11797Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
11798
11799 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11800
11801Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
11802
11803 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11804 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11805 * configure.in: added solaris* host_makefile_frag hook.
11806
11807Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11808
11809 * config.sub: changed recognition of m68000 so that various
11810 m68k types can be specified via m680[01234]0
11811
11812Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11813
11814 * config.sub (basic_machine): fix sed so that '-foo' isn't
11815 completely substituted out while .+'-foo' loses the '-foo'
11816
11817Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
11818
11819 * config.sub ($os): Add -aout.
11820
11821Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
11822
11823 * configure: If host_makefile_frag is absolute, don't
11824 prefix ${invsubdir} (relevant to libg++ auto-configure).
11825
11826Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
11827
11828 * Makefile.in (tooldir): Define it.
11829 (all-ld): Depend on all-flex.
11830
11831Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
11832
11833 * Makefile.in (check): Fix libg++ special case.
11834
11835Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
11836
11837 * configure: do not bury `pwd` into config.status, thus do fewer
11838 pwd's.
11839
11840 * configure: print the "Building in" message only when building in
11841 other than "." AND verbose.
11842
11843 * configure: remove -s, rework -v to better accomodate guested
11844 configures.
11845
11846 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
11847
11848Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
11849
11850 * Makefile.in: macroize flags passed on recursion. remove
11851 fileutils.
11852
11853Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
11854
11855 * configure: get makesrcdir right for subdirs deeper than 1.
11856
11857 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
11858 install.
11859
11860Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
11861
11862 * Makefile.in: don't print subdir_do or recursion lines.
11863
11864Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
11865
11866 * standards.texi: added menu item.
11867
11868 * Makefile.in: build and install standards.info.
11869
11870 * standards.texi: new file.
11871
11872Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11873
11874 * configure: test for and move config.status pieces from
11875 ${subdir}/.
11876
11877Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
11878
252b5132
RH
11879 * configure: Test for existance of files before trying to mv
11880 them, to avoid numerous non-existance messages.
11881
11882Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
11883
11884 * configure: correct final line of config.status.
11885
11886 * configure: patch from eggert. Avoids a protection problem if
11887 the original Makefile.in is read only.
11888
11889 * configure: use move-if-change from gcc to create config.status.
11890 Some makefiles depend on config.status to tell if a directory
11891 has been reconfigured for a different host. This change
11892 prevents those directories from remaking everything in the case
11893 where the reconfig was only intended to rebuild a Makefile.
11894
11895 * configure: test for config.sub with "config.sub sun4" rather
11896 than "config.sub ${host_alias}". Otherwise we can't tell a bad
11897 host alias from a missing config.sub.
11898
11899Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11900
11901 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11902 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
11903
11904Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
11905
11906 * configure: mkdir ${subdir} as needed.
11907
11908Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
11909
11910 * Makefile.in,configure.in: added autoconf.
11911
11912Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11913
11914 * Makefile.in: no longer pass against on recursion.
11915
11916 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
11917 definitions are not inherited.
11918
11919 * configure: correct makesrcdir when subdir is .
11920
11921Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
11922
11923 * configure: Add support for 'subdirs' variable, which is
11924 like 'configdirs', except that configure doesn't re-invoke
11925 itself for subdirs, it just creates a Makefile for each subdir.
11926 * configure.texi: Document subdirs.
11927
11928Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11929
11930 * configure.in: added flex to configdirs
11931
11932Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
11933
11934 * Makefile.in: remove clean-stamps from clean.
11935
11936Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
11937
11938 * configure.in: Add gdbtest to configdirs.
11939
11940Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
11941
11942 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
11943 to recursive makes.
11944 * configure.in: Recognize new ncr3000 config.
11945
11946Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
11947
11948 * Makefile.in, configure.in: removed references to gdbm.
11949
11950Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
11951
11952 * config.sub: Don't canonicalize os value
11953 newsos* to bsd (readline needs to check for newsos).
11954 (This fix was earlier made Jan 31, but got re-broken.)
11955
11956Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
11957
11958 * configure.in: sco is an os, not a vendor!
11959
11960 * configure: Quote $( better. Keep various shells happy.
11961
11962Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
11963
11964 * Makefile.in: eliminate stamp-files.
11965
11966Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
11967
11968 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
11969 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
11970
11971Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
11972
11973 * config.sub: fix iris/iris3.
11974
11975Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
11976
11977 * configure: re-add -rm.
11978
11979Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
11980
11981 * Maskefile.in: add .stmp-rcs to all.
11982
11983 * configure.in: remove gas from rs6000 build, use aix host fragment.
11984
11985Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
11986
11987 * configure: pass down site_option during recursion.
11988
11989Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
11990
11991 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
11992
11993Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
11994
11995 * configure: Change exec_prefix so that it really defaults to prefix.
11996
11997Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
11998
11999 * Makefile.in, configure.in: Add support for mmalloc library.
12000
12001Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
12002
12003 * Makefile.in: add stmp dependencies for a few more things.
12004
12005Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
12006
12007 * configure: adjusted error message on objdir/srcdir configure
12008 collision, per john's suggestion.
12009
12010 * Makefile.in: add libiberty stmp to all and all.cross.
12011
12012Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
12013
12014 * Makefile.in: remove force dependencies, add grep to all.
12015
12016Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
12017
12018 * Makefile.in: drop flex. make stamp files work.
12019
12020 * configure: added test for conflicting configuration in srcdir,
12021 remove trailing slashes from srcdir. Otherwise emacs gdb mode
12022 gets cranky. use relative paths for configure and srcdir
12023 whenever possible. Send some error messages to stderr that were
12024 going to stdout.
12025
12026Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
12027
12028 * Makefile.in: Fix libg++ rule to check for gcc directory
12029 before using gcc/gcc. Also pass XTRAFLAGS.
12030
12031Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
12032
12033 * Makefile.in: added stmp-files so that directories aren't polled
12034 when they are already built.
12035
12036 * configure.texi: fixed a node pointer problem.
12037
12038Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
12039
4bddf3ad 12040 * config.sub configure.in gdb/configure.in
252b5132
RH
12041 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12042 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12043 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
12044
12045Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12046
12047 * configure: -recurring becomes -silent. corrected help message
12048 for -site= option.
12049
12050 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12051
12052Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12053
12054 * configure: when building Makefile for crosses, replace
12055 tooldir and program_prefix. default srcdir from location of
12056 config.sub. remove "for host in hosts" and "for target in
12057 targets" loops.
12058
12059Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12060
12061 * Makefile.in: Do not pass bindir or mandir to cvs.
12062
12063Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12064
12065 * Makefile.in, configure.in: removed traces of namesubdir,
12066 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12067 copyrights to '92, changed some from Cygnus to FSF.
12068
12069 * configure.texi: remove most references to multiple hosts,
12070 multiple targets, subdirs, etc.
12071
12072 * configure.man: removed rcsid. reference config.sub not
12073 config.subr.
12074
12075 * Makefile.in: mkdir $(infodir) on install-info.
12076
12077Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
12078
12079 * configure.texi: Explain better about .gdbinit and about
12080 the environment that configure.in sections run in.
12081
12082Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
12083
12084 * configure.in: Ultrix is only a decstation if it's a MIPS.
12085
12086Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
12087
12088 * README: DOC.configure => cfg-paper.texi.
12089
12090Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
12091
12092 * config.sub (near case $os): Don't convert newsos* to bsd!
12093
12094Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
12095
12096 * Makefile.in: Reinstall change from gdb-4.3 that reduces
12097 the number of copies of COPYING that go into the GDB tar file.
12098
12099Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
12100
4bddf3ad 12101 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
12102 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12103 Fix SCO configuration stuff.
12104
12105Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
12106
12107 * Makefile.in: For libg++, make sure the -I pointing
12108 to the gcc directory goes *after* all the libg++-local -I flags.
12109 Also, move just-gcc dependency from just-libg++ to all-libg++.
12110
12111Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
12112
12113 * configure: Change -x to -f to keep Ultrix /bin/test happy.
12114
12115Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
12116
12117 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
12118
12119Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
12120
12121 * config.sub: Add stratus configuration frags. Also
12122 submitted to FSF.
12123
12124Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
12125
12126 * Makefile.in (DEV_SUPPORT): add configure.man.
12127
12128 * config.sub(Decode manufacturer-specific): add -none*.
12129
12130Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
12131
12132 * Makefile.in: remove form feeds to make Sun's make happy.
12133 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
12134
12135Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
12136
12137 * Makefile.in (AR_FLAGS): Make quieter.
12138
12139Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
12140
12141 * configure.in: Add libg++.
12142 * configure: When verbose, don't output the command line at each
12143 level; it will be unremarkably the same as the previous version,
12144 which will be the same as what the user typed.
12145
12146Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
12147
12148 * configure.in, Makefile.in: fix clean-info, add flex. add
12149 fileutils.
12150
12151 * configure: be less sensitive to spaces in Makefile.in. Do not
12152 look for sources in "..". Doing so breaks subdirectories that
12153 might have their own configure. If a subdir has it's own
12154 configure script, use it.
12155
12156Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
12157
12158 * cfg-paper.texi: some changes suggested by rms.
12159
12160Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
12161
12162 * config.sub: Merge in some small additions from the FSF version,
12163 taken from the gcc distribution, to bring the Cygnus and FSF
12164 versions into closer sync.
12165
12166Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
12167
12168 * configure.in: Changed svr4 references to sysv4.
12169
12170Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
12171
12172 * configure: added -V for version number option.
12173
12174Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
12175
12176 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12177 renamed from DOC.configure to cfg-paper.texi.
12178
12179Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12180
12181 * configure, config.subr, config.sub: config.subr is now
12182 config.sub again.
12183
12184Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
12185
12186 * configure.texi: new file, in progress.
12187
12188 * Makefile.in: build info file and install the man page for
12189 configure.
12190
12191 * configure.man: new file, first cut.
12192
12193 * configure: find config.subr again now that configuration "none"
12194 has gone. removed all traces of the -ansi option. removed all
12195 traces of the -languages option.
12196
12197 * config.subr: resync from rms.
12198
d932cae7 121991991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
12200
12201 * configure, config.sub, config.subr: merge config.sub into
12202 config.subr, call the result config.subr, remove config.sub, use
12203 config.subr.
12204
12205 * Makefile.in: revised install for dir.info.
12206
d932cae7 122071991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
12208
12209 * configure.in: add decstation host makefile frag.
12210
12211 * Makefile.in: BISON now bison -y again. also install-gcc on
12212 install. clean-gdbm on clean. infodir belongs in datadir.
12213 Make directories for info install. Build dir.info here then
12214 install it.
12215
d932cae7 122161991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
12217
12218 * Makefile.in: fix for bad directory tests.
12219
d932cae7 122201991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
12221
12222 * configure: \{1,2\} appears to be a sysv'ism. Use a different
12223 regexp. -srcdir relative was being handled incorrectly.
12224
12225 * Makefile.in: unwrapped some for loops so that parallel makes
12226 work again and so one can focus one's attention on a particular
12227 package.
12228
d932cae7 122291991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
12230
12231 * configure: added PWD as a stand in for `pwd` (for speed). use
12232 elif wherever possible. make -srcdir work without -objdir.
12233 -objdir= commented out.
12234
d932cae7 122351991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
12236
12237 * configure: +options become --options. -subdirs commented out.
12238 added -host, -datadir. Renamed -destdir to -prefix. Comment in
12239 Makefile now at top of generated Makefile. Removed cvs log
12240 entries. added -srcdir. create .gdbinit only if there is one
12241 in ${srcdir}.
12242
12243 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12244 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12245 and mandir now keyed off datadir by default.
12246
d932cae7 122471991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
12248
12249 * Freshly created ChangeLog.
12250
12251\f
12252Local Variables:
12253mode: change-log
12254left-margin: 8
12255fill-column: 76
12256version-control: never
12257End:
This page took 0.912738 seconds and 4 git commands to generate.