* config-ml.in: Don't handle arc-*-elf*.
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
782cb41f
JM
12011-03-22 Joseph Myers <joseph@codesourcery.com>
2
3 * config-ml.in: Don't handle arc-*-elf*.
4 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
6 handle GCC libraries.
7 * configure: Regenerate.
8
0e8ad34f
RO
92011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10
11 PR bootstrap/48120:
12 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
13 Add -lstdc++ -lm to LIBS.
14 * configure: Regenerate.
15
5548b4ce
DE
162011-03-18 David Edelsohn <dje.gcc@gmail.com>
17
18 * config.guess: Update to version 2011-02-02
19 * config.sub: Update to version 2011-02-24
20
86ed8cf6
SP
212011-03-03 Sebastian Pop <sebastian.pop@amd.com>
22
23 * configure.ac: Adjust test of with_ppl.
24 * configure: Regenerated.
25
b123da99
SP
262011-03-02 Sebastian Pop <sebastian.pop@amd.com>
27
28 * configure.ac: Add -lpwl to ppllibs.
29 * config/cloog.m4: Add -lisl to clooglibs.
30 * configure: Regenerated.
31
822ce8ee
RW
322011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
33
34 Import from Libtool and gnulib:
35
36 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
37
38 Prepare for supporting FreeBSD 10.
39 * config.rpath: Remove handling of freebsd1* which soon would
40 match FreeBSD 10.0.
41
42 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
43
44 Remove support for FreeBSD 1.x.
45 * libtool.m4 (_LT_LINKER_SHLIBS)
46 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
47 soon would incorrectly match FreeBSD 10.0.
48
dcb5e506
RW
492011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
50
51 PR binutils/12283
52 * MAINTAINERS (mkinstalldirs): Comes from Automake.
53 (move-if-change): Comes from gnulib.
54 * move-if-change: Import version from gnulib.
55
8d8eef9a
RW
562011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
57
58 Sync from GCC:
59
60 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
61
62 PR lto/47225
63 * Makefile.def (lto-plugin): Double dash for enable-shared.
64 (configure-gcc): Depend on all-lto-plugin.
65 * Makefile.in: Rebuilt.
66
67 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
68
69 * configure.ac: Remove extra bracket.
70 * configure: Regenerate.
71
72 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
73
74 PR lto/47225
75 * Makefile.def: Add dependency for install-gcc
76 on install-lto-plugin.
77 * Makfile.in: Regenerated
78
79 2011-01-25 Jakub Jelinek <jakub@redhat.com>
80
81 * configure.ac: If with_ppl is no, move setting with_cloog=no
82 after CLOOG_REQUESTED check.
83 * configure: Regenerated.
84
85 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
86
87 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
88 CLooG has been requested.
89 * configure: Regenerated.
90
91 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
92
93 * configure: Regenerated.
94 * configure.ac: Check for version 0.11 (or later revision) of PPL.
95
96 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
97
98 * configure: Regenerated.
99 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
100
101 2011-01-07 Jan Hubicka <jh@suse.cz>
102
103 PR lto/47225
104 * Makefile.in: Regenerate.
105 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
106 configure.
107
65b4571a
AO
1082011-01-31 Alexandre Oliva <aoliva@redhat.com>
109
110 PR libgcj/44341
111 * configure.ac: Discard --with-* flags for host when configuring
112 target libraries for cross build.
113 * configure: Rebuilt.
114
7837304f
AS
1152011-01-21 Andreas Schwab <schwab@redhat.com>
116
117 Sync from GCC:
118
119 2011-01-21 Andreas Schwab <schwab@redhat.com>
120
121 * configure.ac: Use AS_HELP_STRING throughout.
122 * configure: Regenerate.
123
124 2011-01-18 Jie Zhang <jie.zhang@analog.com>
125
126 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
127 * configure: Regenerate.
128
115ef890
RW
1292010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
130
131 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
132
92c9a463
JB
1332011-01-13 Joel Brobecker <brobecker@adacore.com>
134
135 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
136 for ia64-hpux.
137 * configure: Regenerate.
138
887ebfb4
RW
1392011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
140
141 Sync from GCC:
142 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
143
144 * configure.ac: (picochip): Disable libiberty.
145 * configure: Regenerate.
146
04d2c2b2
JJ
1472010-12-18 Jeff Johnston <jjohnstn@redhat.com>
148
149 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
150
33d23ee8
ILT
1512010-12-10 Ian Lance Taylor <iant@google.com>
152
153 PR bootstrap/46819
154 * configure.ac: For --disable-libgcj clear libgcj_saved.
155 * configure: Rebuild.
156
89a1e9c3
PB
1572010-12-10 Tobias Burnus <burnus@net-b.de>
158
159 PR fortran/46540
160 * configure.ac: Add --disable-libquadmath and
161 --disable-libquadmath-support.
162 * configure: Regenerate.
163
ac7bcd26
TG
1642010-12-10 Tristan Gingold <gingold@adacore.com>
165
166 * src-release (ETC_SUPPORT): add gnu-oids.texi
167
d357cef7
HPN
1682010-12-03 Hans-Peter Nilsson <hp@axis.com>
169
170 PR libffi/46792
171 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
172 * configure: Regenerate.
173
4f11b223
ILT
1742010-12-02 Ian Lance Taylor <iant@google.com>
175
176 * configure.ac: Always set default for poststage1_ldflags to
177 -static-libstdc++ -static-libgcc.
178
989abc33
JJ
1792010-12-02 Jeff Johnston <jjohnstn@redhat.com>
180
181 * COPYING.NEWLIB: Add National Semiconductor notice.
182
950386c6
AS
1832010-11-29 Andreas Schwab <schwab@redhat.com>
184
185 * configure.ac: Move comment to remove extra space in last argument
186 of GCC_TARGET_TOOL.
187
87cda2cf
AO
1882010-11-26 Alexandre Oliva <aoliva@redhat.com>
189
7d509c83 190 PR other/46026
87cda2cf
AO
191 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
192 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
193 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
194 (BASE_FLAGS_TO_PASS): Use it.
195 * configure: Rebuilt.
196 * Makefile.in: Rebuilt.
197
d3b50760
L
1982010-11-23 H.J. Lu <hongjiu.lu@intel.com>
199
200 PR binutils/12258
201 * configure.ac: Correct comments for --enable-gold/--enable-ld.
202 Properly check default linker.
203 * configure: Regnerated.
204
c7791212
NC
2052010-11-23 Matthias Klose <doko@ubuntu.com>
206
207 * configure.ac: For --enable-gold, handle value `default' instead of
208 `both*'. New configure option --{en,dis}able-ld.
209 * configure: Regenerate.
210
9e1a94f4
ILT
2112010-11-20 Ian Lance Taylor <iant@google.com>
212
213 * configure.ac: Only disable a language library if no language needs
214 it. Don't let --disable-libgcj uncondtionally disable libffi.
215 * configure: Rebuild.
216
ceca0218
PB
2172010-11-20 Paolo Bonzini <bonzini@gnu.org>
218
219 * configure: Regenerate.
220
9b980aa1
RW
2212010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
222
223 PR other/46202
224 * configure.ac: Fix just-built in-tree STRIP name to be
225 binutils/strip-new.
226 * configure: Regenerate.
227 * Makefile.def (install-strip-gcc, install-strip-binutils)
228 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
229 (install-strip-sid): Mirror dependencies on non-strip variants
230 of these targets on the respective -strip prerequisites.
231 * Makefile.tpl (install-strip, install-strip-host)
232 (install-strip-target): New targets.
233 (install-strip-[+module+], install-strip-target-[+module+]):
234 New targets.
235 * Makefile.in: Regenerate.
236
e552509b
ILT
2372010-11-19 Ian Lance Taylor <iant@google.com>
238 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
239
240 * configure.ac: Add target-libgo to target_libraries. Set
241 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
242 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
243 (HOST_EXPORTS): Add GOC.
244 (BASE_TARGET_EXPORTS): Add GOC.
245 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
246 (GOCFLAGS_FOR_TARGET): New variable.
247 (EXTRA_HOST_FLAGS): Add GOC.
248 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
249 * Makefile.def (target_modules): Add libgo.
250 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
251 (dependencies): Add dependency from configure-target-libgo to
252 configure-target-libffi and all-target-libstdc++-v3. Add
253 dependencies from all-target-libgo to all-target-libffi.
254 (languages): Add go.
255 * configure: Rebuild.
256 * Makefile.in: Rebuild.
257
2582010-11-19 Ian Lance Taylor <iant@google.com>
259
260 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
261 compiler/flag environment variables.
262
2632010-11-18 Ian Lance Taylor <iant@google.com>
264
265 * configure.ac: Check for lang_requires_boot_languages in
266 config-lang.in files.
267 * configure: Rebuild.
268
8c21d9c7
MF
2692010-11-17 Mike Frysinger <vapier@gentoo.org>
270
271 * .gitignore: New file.
272
e552509b
ILT
2732010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
274 Tobias Burnus <burnus@net-b.de>
275
276 PR fortran/32049
277 * Makefile.def: Add libquadmath; build it with language=fortran.
278 * configure.ac: Add libquadmath.
279 * Makefile.tpl: Handle multiple libs in check-[+language+].
280 * Makefile.in: Regenerate.
281 * configure: Regenerate.
282
2832010-11-15 Andreas Schwab <schwab@redhat.com>
284
285 * configure.ac: Fix spelling in option names.
286 * configure: Regenerated.
287
2882010-11-13 Georg-Johann Lay <georgjohann@web.de>
289
290 PR bootstrap/39622
291 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
292 * configure: Regenerated.
293
2942010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
295
296 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
297 define the cloog backend to use. Furthermore, only pass the ppllibs to
298 the configure checks, if necessary.
299 * configure: Regenerate.
300
3012010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
302
303 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
304 * configure: regenerate
305
3062010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
307
308 * config/cloog.m4: Fix typo. verison -> version.
309 * configure: Regenerate.
310
3112010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
312
313 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
314 * configure: Regenerate.
315
3162010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
317
318 * configure.ac: Support official CLooG.org versions.
319 * configure: Regenerate.
320 * config/cloog.m4: New.
321
aa291e2d
ME
3222010-11-05 Michael Eager <eager@eagercon.com>
323
324 * COPYING.LIBGLOSS: Correct typo in microblaze.
325 * COPYING.NEWLIB: Same.
326
e552509b
ILT
3272010-11-04 Iain Sandoe <iains@gcc.gnu.org>
328
329 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
330 * configure: Regenerate.
331
74cea91b
DK
3322010-11-03 Ian Lance Taylor <iant@google.com>
333 Dave Korn <dave.korn.cygwin@gmail.com>
334
335 PR lto/46273
336 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
337 and on other supported platforms whenever LTO is enabled.
338 * configure: Rebuild.
339
6d0cd39e
AM
3402010-11-02 Alan Modra <amodra@gmail.com>
341
342 PR binutils/12110
343 * configure.ac: Error when source path contains spaces.
344 * configure: Regenerate.
345
18a8530e
ILT
3462010-10-20 Ian Lance Taylor <iant@google.com>
347
348 * Makefile.def (target_modules): Set lib_path to src/.libs for
349 libstdc++-v3 module.
350 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
351 * Makefile.in: Rebuild.
352
6ed3211e
JJ
3532010-10-08 Bernd Schmidt <bernds@codesourcery.com>
354 Joseph Myers <joseph@codesourcery.com>
355
356 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
357 notices.
358 * COPYING.NEWLIB: Add Texas Instruments notice.
359
a8eb3f0a
DK
3602010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
361
362 * configure.ac (build_lto_plugin): New shell variable.
363 (--enable-lto): Turn on by default for all non-ELF platforms that
364 have had LTO support added so far. Set build_lto_plugin appropriately
365 for both ELF and non-ELF.
366 (configdirs): Add lto-plugin or not based on build_lto_plugin.
367 * configure: Regenerate.
368
4074d5f2
RW
3692010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
370
371 PR bootstrap/45326
372 PR bootstrap/45174
373 * configure.ac: Honor initial values of $build_configargs,
374 $host_configargs, $target_configargs. Mark the precious, so
375 environment settings get recorded.
376 * configure: Regenerate.
377
29821356
RW
3782010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
379
380 Sync from GCC:
381
382 2010-09-30 Michael Eager <eager@eagercon.com>
383
384 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
385 * configure: Regenerate.
386
387 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
388
389 * configure.ac (enable-lto): Add Darwin to the list of supported lto
390 targets and amend comment.
391 * configure: Regenerate.
392
393 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
394
395 * configure.ac: Enable LTO by default on Darwin.
396 * configure: Regenerate.
397
398 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
399
400 PR bootstrap/44455
401 * configure.ac (extra_mpfr_configure_flags): Copy from
402 extra_mpc_gmp_configure_flags.
403 * configure: Re-generated.
404
57eefe4d
RW
4052010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
406
407 Sync from GCC:
408
409 PR bootstrap/45796
410 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
411 Depend on all-build-libiberty.
412 * Makefile.in: Regenerate.
413
4142010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
415
416 Sync from GCC:
417
418 PR bootstrap/44621
419 * configure.ac: Fix unportable shell quoting.
420 * configure: Regenerate.
421
48bb73dd
RW
4222010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
423
424 * configure.ac: Support all v850 targets.
425 * configure: Regenerate.
426
1d14850f
PB
4272010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
428
429 PR target/44862
430 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
431 Provide -B option to allow for link spec %s substitutions for
432 libstdc++.a on darwin.
433 * Makefile.in: Regenerate.
434
7530c480
AO
4352010-06-10 Alexandre Oliva <aoliva@redhat.com>
436
437 * Makefile.def (configure-gcc): Depend on all-libelf.
438 * Makefile.in: Rebuild.
439
285d560d
RW
4402010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
441
442 * config.sub, config.guess: Update from upstream sources.
443
a009f2e7
RW
4442010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
445
446 Sync from GCC:
447
448 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
449 * configure.ac: Allow all the versions greater than 0.10 of PPL.
450 * configure: Regenerated.
451
452 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
453 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
454 * configure: Regenerate.
455
456 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
457 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
458 * configure: Regenerate.
459
460 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
461 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
462 separately.
463 * configure: Regenerate.
464
465 2010-04-13 Steve Ellcey <sje@cup.hp.com>
466 * configure: Regenerate after change to elf.m4.
467
468 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
469 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
470 * configure: Regenerated.
471
472 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
473 * configure.ac: Print "buggy but acceptable" when CLooG
474 revision is less than 9.
475 * configure: Regenerated.
476
e49e5c92
DK
4772010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
478
479 Merge from gcc:
480
481 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
482 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
483 * configure: Regenerate.
484
485 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
486 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
487 a platform that supports LTO.
488 * configure: Regenerate.
489
490 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
491 PR lto/42776
492 * configure.ac (--enable-lto): Refactor handling so libelf tests
493 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
494 and allow LTO to be explicitly enabled on non-ELF platforms that
495 are known to support it inside else-clause.
496 * configure: Regenerate.
497
e6de499b
NC
4982010-04-27 Roland McGrath <roland@redhat.com>
499 H.J. Lu <hongjiu.lu@intel.com>
500
501 * configure.ac (--enable-gold): Support both, both/gold and
502 both/bfd to add gold to configdirs without removing ld.
503 * configure: Regenerated.
504
505 * Makefile.def: Add install-gold dependency to install-ld.
506 * Makefile.in: Regenerated.
507
d594eacc
TG
5082010-04-14 Tristan Gingold <gingold@adacore.com>
509
510 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
511 * configure: Regenerate.
512
938d2b74
RW
5132010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
514
515 Merge from gcc:
516 PR bootstrap/43615
517 PR bootstrap/43328
518 Revert:
519 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
520 * configure.ac: Do not pass --enable-multilib nor
521 --disable-multilib in baseargs. Accept explicitly passed
522 --enable_multilib.
523 * configure: Regenerate.
524
a9ef41a7
RW
5252010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
526
527 PR bootstrap/43328
528 * configure.ac: Do not pass --enable-multilib nor
529 --disable-multilib in baseargs. Accept explicitly passed
530 --enable_multilib.
531 * configure: Regenerate.
532
619a3713
JM
5332010-03-23 Joseph Myers <joseph@codesourcery.com>
534
535 * configure.ac (tic6x-*-*): New case.
536 * configure: Regenerate.
537
92f4e989
JM
5382010-03-23 Joseph Myers <joseph@codesourcery.com>
539
540 Merge from gcc:
541 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
542 PR ada/42554
543 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
544 * configure: Regenerate.
545
c35a0556
JM
5462010-03-23 Joseph Myers <joseph@codesourcery.com>
547
548 * config.sub: Update to version 2010-03-22.
549 * config.guess: Update to version 2009-12-30.
550
18fa8f9c
JM
5512010-03-14 Joseph Myers <joseph@codesourcery.com>
552
553 Merge from gcc:
554 2010-01-11 Richard Guenther <rguenther@suse.de>
555 PR lto/41569
556 * Makefile.def (all-lto-plugin): Depend on all-gcc.
557 * Makefile.in: Regenerated.
558
ba98da75
RO
5592010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
560
561 PR libstdc++/32499
562 * configure.ac (RANLIB): Default to true.
563 (STRIP): Likewise.
564 (RANLIB_FOR_TARGET): Remove superfluous : argument.
565 * configure: Regenerate.
566
3994761f
NC
5672010-02-17 Nick Clifton <nickc@redhat.com>
568
569 PR 11238
570 * Makefile.tpl (local-distclean): Also remove config.cache files in
571 sub-directories as there may not be Makefiles present in the
572 sub-directories.
792cdb50
NC
573 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
574 the config.cache files found by the find command.
575
3994761f
NC
576 * Makefile.in: Regenerate.
577 * configure.ac: Revert previous delta.
578 * configure: Regenerate.
579
01a82011
NC
5802010-02-15 Nick Clifton <nickc@redhat.com>
581
582 PR 11238
583 * configure.ac: Delete config.cache files in sub-directories when
584 deleting Makefiles.
585 * configure: Regenerate.
586
143754cd
NC
5872010-02-15 Nick Clifton <nickc@redhat.com>
588
589 * configure.ac: Sync from gcc.
590 * configure: Regenerate.
591
a6b5846e
KG
5922010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
593
594 Sync from gcc:
595 * configure.ac: Add "recommended" version checks for GMP/MPC.
596 Update recommended GMP/MPFR/MPC versions.
597 * configure: Regenerate.
598
2aa2364a
JR
5992010-01-25 Joern Rennecke <amylaar@spamcop.net>
600
601 gcc PR libstdc++/36101, gcc PR libstdc++/42813
602 * configure.ac (bootstrap_target_libs): Make inclusion of
603 target-libgomp conditional on libgomb being in target_configdirs.
604 * configure: Regenerate.
605
d35e937f
JR
6062010-01-23 Joern Rennecke <amylaar@spamcop.net>
607
608 gcc PR libstdc++/36101, gcc PR libstdc++/42813
609 * configure.ac (bootstrap_target_libs): Include target-libgomp.
610 * configure: Regenerate.
611
911e63d0
JR
6122010-01-22 Joern Rennecke <amylaar@spamcop.net>
613
614 gcc PR libstdc++/36101, gcc PR libstdc++/42813
615 * configure.ac (target_configdirs): Substitute.
616 * Makefile.def: Bootstrap target module libgomp.
617 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
618 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
619 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
620 * configure, Makefile.in: Regenerate.
621
3725885a
RW
6222009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
623
624 * libtool.m4: Sync from git Libtool.
625 * ltmain.sh: Likewise.
626 * ltoptions.m4: Likewise.
627 * ltversion.m4: Likewise.
628 * lt~obsolete.m4: Likewise.
629
d5f2ee2e
KG
6302010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
631 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
632
633 PR bootstrap/42424
634 * configure.ac: Include libtool m4 files.
635 (_LT_CHECK_OBJDIR): Call it.
636 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
637 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 638
d5f2ee2e
KG
639 * configure: Regenerate.
640
f2b2dd91
RW
6412010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
642
643 PR bootstrap/41818
644 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
645 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
646 * Makefile.in: Regenerate.
647
06ca7962
BE
6482009-12-18 Ben Elliston <bje@au.ibm.com>
649
650 * config.sub, config.guess: Update from upstream sources.
651
30a16d7b
JJ
6522009-12-17 Jeff Johnston <jjohnstn@redhat.com>
653
654 * COPYING.NEWLIB: Update copyright date.
655 * COPYING.LIBGLOSS: Ditto.
656
d9b76ff9
KG
6572009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
658
659 PR middle-end/30447
660 PR middle-end/30789
661 PR other/40302
662
663 * configure.ac: Require MPC.
664 * configure: Regenerate.
665
666 * configure.ac: Update minimum MPC version to 0.8.
667 * configure: Regenerate.
668
e12dec02
PB
6692009-11-20 Paolo Bonzini <bonzini@gnu.org>
670
671 * config.guess: Sync with upstream and gcc.
672 * config.sub: Sync with upstream and gcc.
673
606a9ca0
AO
6742009-11-16 Alexandre Oliva <aoliva@redhat.com>
675
676 * Makefile.def: Restore host and target settings for gmp.
677 * Makefile.in: Rebuild.
678
1f53ca9a
AO
6792009-11-16 Alexandre Oliva <aoliva@redhat.com>
680
681 * configure.ac: Add libelf to host_libs. Enable in-tree configury
682 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
683 Fix portability of test of C++ as bootstrap language. Add
684 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
685 * configure: Rebuild.
686 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
687 and cloog. Fix in-tree ppl configuration. Introduce libelf
688 in-tree building.
689 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
690 (POSTSTAGE1_HOST_EXPORTS): Use it.
691 (STAGE[+id+]_CXXFLAGS): New.
692 (BASE_FLAGS_TO_PASS): Pass it down.
693 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
694 extra_exports.
695 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
696 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
697 extra_exports.
698 * Makefile.in: Rebuild.
699
7002009-11-06 Ozkan Sezer <sezeroz@gmail.com>
701
702 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
703 paths for *-w64-mingw* and x86_64-*mingw*.
704 * configure: Regenerated.
705
7062009-10-30 Kai Tietz <kai.tietz@onevision.com>
707
708 * configure.ac: Disable target-winsup & co for
709 x86_64-*-mingw* and *-w64-mingw* targets.
710 * configure: Regenerated.
711
7122009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
713
714 * configure.ac (CLooG test): Use = with test.
715 * configure: Regenerate.
716
7172009-10-22 Richard Guenther <rguenther@suse.de>
718
719 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
720 cloog if the ppl version check failed. Move flags saving
721 before setting in libelf check.
722 * configure: Regenerate.
723
7242009-10-21 Richard Guenther <rguenther@suse.de>
725
726 * configure.ac: Adjust the ppl and cloog configure to work as
727 documented. Disable cloog if ppl was disabled. Omit the version
728 checks if they were disabled.
729 * configure: Re-generate.
730
6811fb56
RW
7312009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
732
733 * configure.ac: Add 'lto' to enable_languages, not
734 new_enable_languages, and only if not already present.
735 * configure: Regenerate.
736
700d40ca
ILT
7372009-10-06 Ian Lance Taylor <iant@google.com>
738
739 * Makefile.def: check-gold depends upon all-gas.
740 * Makefile.in: Rebuild.
741
7422009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
743
744 * Makefile.def: all-lto-plugin depends on all-libiberty.
745 set bootstrap=true for lto-plugin.
746 Add lto-plugin.
747 * Makefile.in: Regenerate.
748 * configure.ac (host_libs): Add lto-plugin.
749 * configure: Regenerate.
750
7512009-10-03 Diego Novillo <dnovillo@google.com>
752
753 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
754 (HOST_LIBELFLIBS): Define.
755 (HOST_LIBELFINC): Define.
756 * Makefile.in: Regenerate.
757 * configure.ac: Add --enable-lto.
758 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
759 If --enable-lto is used, add 'lto' to new_enable_languages.
760 If --enable-lto is used and gold is enabled, add
761 lto-plugin to configdirs.
762 * configure: Regenerate.
763
7642009-10-03 Simon Baldwin <simonb@google.com>
765
766 * configure.ac: If --with-system-zlib, suppress local zlib and
767 pass --with-system-zlib to subdir configure scripts.
768 * configure: Regenerate.
769
7702009-10-01 Loren J. Rittle <ljrittle@acm.org>
771 Paolo Bonzini <bonzini@gnu.org>
772
773 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
774 $(srcdir).
775 * Makefile.in: Rebuilt.
776
c8cb1b3e
PB
7772009-09-29 Paolo Bonzini <bonzini@gnu.org>
778
779 Sync from gcc:
780 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
781
782 * configure.ac: Update minimum MPC version to 0.7.
783 * configure: Regenerate.
784
30167e0a
NC
7852009-09-25 Nick Clifton <nickc@redhat.com>
786
787 * configure.ac: Pass any --cache-file=/dev/null option on to
788 subconfigures.
789 * configure: Regenerate.
790
707a0b5c
NC
7912009-09-23 Nick Clifton <nickc@redhat.com>
792
793 * config.sub, config.guess: Update from upstream sources.
794
700d40ca
ILT
7952009-09-22 Loren J. Rittle <ljrittle@acm.org>
796
797 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
798 * Makefile.in: Rebuilt.
799
2fd0b40b
RW
8002009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
801
802 PR bootstrap/32272
803 * configure.ac: Error out if $srcdir isn't '.' but contains
804 host-${host_noncanonical}.
805 * configure: Regenerate.
806
4385ad3c
RW
8072009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
808
16b1ad29
RW
809 * configure.ac: If bootstrapping a combined tree with
810 --enable-gold, require c++ in stage1_languages.
811 * configure: Regenerate.
812
f8dc745f
RW
813 * configure.ac: Also add target_libs of stage1_languages to
814 bootstrap_target_libs.
815 * configure: Regenerate.
816
4385ad3c
RW
817 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
818 with --enable-languages not containing c++.
819 * configure: Regenerate.
820
df51e4e1
JZ
8212009-09-16 Jie Zhang <jie.zhang@analog.com>
822
823 * configure.ac: Disable java and boehm-gc for bfin-*-*.
824 * configure: Regenerate.
825
06a51eac
RW
8262009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
827
828 * configure.ac: Do not use $extrasub for replacing @if/@endif
829 parts in Makefile; instead, use additional arguments to
830 AC_CONFIG_COMMANDS to do the replacement manually, with several
831 sed invocations, to avoid HP-UX sed command limits.
832 * configure: Regenerate.
833
96655cc4
AO
8342009-09-04 Alexandre Oliva <aoliva@redhat.com>
835
836 * configure.ac (with-build-config): Document. Handle without.
837 Handle missing argument.
838 * configure: Rebuilt.
839
8402009-09-03 Alexandre Oliva <aoliva@redhat.com>
841
842 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
843 Default to bootstrap-debug only if compare-debug works.
844 * configure: Rebuilt.
845 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
846 * Makefile.in: Rebuilt.
847
8482009-09-01 Alexandre Oliva <aoliva@redhat.com>
849
850 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
851 * Makefile.in: Rebuilt.
852
8e957354
PB
8532009-09-02 Paolo Bonzini <bonzini@gnu.org>
854
855 * Makefile.tpl (AWK): Fix typo.
856 * Makefile.in: Regenerate.
857
8582009-09-02 Paolo Bonzini <bonzini@gnu.org>
859
860 * configure.ac: Detect awk and sed.
861 * Makefile.def (flags_to_pass): Add AWK and SED.
862 * Makefile.tpl (AWK, SED): New.
863 (BASE_FLAGS_TO_PASS): Add AWK and SED.
864 * configure: Regenerate.
865 * Makefile.in: Regenerate.
866
fb792462
TG
8672009-09-01 Tristan Gingold <gingold@adacore.com>
868
869 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
870 Remove logical names.
871
a69e7d0a
DK
8722009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
873
874 * ltmain.sh (func_normal_abspath): New function.
875 (func_relative_path): Likewise.
876 (func_mode_help): Document new -bindir option for link mode.
877 (func_mode_link): Add new -bindir option, and use it to place
878 output DLL if specified.
879
d444d2ba
RW
8802009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
881
882 * configure.ac (AC_PREREQ): Bump to 2.64.
883
13b7343a
RW
8842009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
885
af542c2e
RW
886 * README-maintainer-mode: Point directly to upstream locations
887 for autoconf, automake, libtool, gettext, instead of copies on
888 sources.redhat.com. Document required versions.
889 * configure.ac: Do not substitute datarootdir, htmldir,
890 pdfdir, docdir. Do not process --with-datarootdir,
891 --with-htmldir, --with-pdfdir, --with-docdir.
892 * configure: Regenerate.
893
81ecdfbb
RW
894 * configure: Regenerate.
895
13b7343a
RW
896 * compile: Sync from Automake 1.11.
897 * depcomp: Likewise.
898 * install-sh: Likewise.
899 * missing: Likewise.
900 * mkinstalldirs: Likewise.
901 * ylwrap: Likewise.
902
c1102ce7
RW
9032009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
904
34a0f3cf
RW
905 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
906 (baseargs): Add --disable-option-checking.
907 * configure: Regenerate.
908
c1102ce7
RW
909 * Makefile.def (configure-target-libiberty): Depend on
910 all-binutils and all-ld.
911 (configure-target-newlib): Likewise.
912 * Makefile.in: Regenerate.
913
e8a5fa9c
RW
9142009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
915
916 Sync with GCC, merge:
917
918 2009-07-31 Christian Bruel <christian.bruel@st.com>
919
920 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
921 * configure: Regenerate.
922
923 2009-07-06 Ian Lance Taylor <iant@google.com>
924
925 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
926 * configure: Rebuild.
927
928 2009-06-26 Steve Ellcey <sje@cup.hp.com>
929
930 PR bootstrap/40338
931 * configure.ac (comparestring): Create new variable.
932 * Makefile.tpl (comparestring): Use to skip some comparisions.
933 * configure: Regenerate.
934 * Makefile.in: Regenerate.
935
936 2009-06-23 Ian Lance Taylor <iant@google.com>
937
938 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
939 boot_languages. Only bootstrap target libraries listed in
940 target_libs for some boot language. Add --with-stage1-ldflags,
941 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
942 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
943 if not building with C++.
944 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
945 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
946 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
947 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
948 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
949 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
950 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
951 * configure, Makefile.in: Rebuild.
952
953 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
954
955 * configure.ac: Detect MPC in default directory.
956 * configure: Regenerate.
957
958 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
959
960 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
961 to noconfdirs.
962 * configure: Regenerate.
963
964 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
965
966 * Makefile.def: Add MPC support and dependencies.
967 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
968
969 * Makefile.in, configure: Regenerate.
970
971 2009-05-24 Nicolas Roche <roche@adacore.com>
972
973 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
974 * Makefile.in: Regenerate.
975
976 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
977
978 * configure.ac (cygwin noconfigdirs): Remove libgcj.
979 * configure: Regenerate.
980
981 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
982
983 * configure.ac ($with_ppl): Default to no if not supplied.
984 ($with_cloog): Likewise.
985 configure: Regenerate.
986
987 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
988
989 PR bootstrap/39739
990 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
991 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
992
993 * configure, Makefile.in: Regenerate.
994
995 2009-04-14 Jakub Jelinek <jakub@redhat.com>
996
997 * configure.ac: Change copyright header to refer to version
998 3 of the GNU General Public License and to point readers at the
999 COPYING3 file and the FSF's license web page.
1000 * Makefile.def: Likewise.
1001 * Makefile.tpl: Likewise.
1002 * Makefile.in: Regenerate.
1003
1004 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1005
1006 * configure.ac: Restore match for darwin9 or later. Use double
1007 brackets since regeneration eats one pair.
1008 * configure: Regenerate.
1009
bf110216
CF
10102009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1011
1012 * MAINTAINERS: Perform some obvious fixups.
1013
2262bbf4
BE
10142009-08-17 Ben Elliston <bje@au.ibm.com>
1015
1016 * config.sub, config.guess: Update from upstream sources.
1017
25a07265
NC
10182009-08-06 Michael Eager <eager@eagercon.com>
1019
1020 * configure.ac: Add Microblaze target.
1021 * configure: Regenerate.
1022
85bd1942
TG
10232009-07-02 Tristan Gingold <gingold@adacore.com>
1024
1025 * configure.ac: Do not exclude gas for i386-*-darwin.
1026 Add a case for x86_64-*-darwin.
1027 * configure: Regenerate.
1028
f9806fa5
DE
10292009-06-26 Doug Evans <dje@sebabeach.org>
1030
1031 * Makefile.def (host_modules): Add cgen.
1032 * Makefile.in: Regenerate.
1033 * configure.ac (host_tools): Add cgen.
1034 * configure: Regenerate.
1035
6bfb4e30
JJ
10362009-06-17 Michael Eager <eager@eagercon.com>
1037
1038 * COPYING.LIBGLOSS: Add Xilinx license.
1039
8bcf2718
NC
10402009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1041
1042 * configure.ac: Define is_elf for QNX Neutrino targets.
1043 * configure: Regenerate.
1044
04ec0acb
RW
10452009-06-03 Jerome Guitton <guitton@adacore.com>
1046 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1047
1048 * Makefile.tpl (all): Avoid a trailing backslash.
1049 * Makefile.in: Regenerate.
1050
7ee5dbeb
BE
10512009-06-03 Ben Elliston <bje@au.ibm.com>
1052
1053 * config.sub, config.guess: Update from upstream sources.
1054
fda13ee8
AO
10552009-06-02 Alexandre Oliva <aoliva@redhat.com>
1056
1057 * Makefile.tpl ([+compare-target+]): Compare all stage
1058 directories, rather than just gcc.
1059 * Makefile.in: Rebuilt.
1060
4a657b0d
DK
10612009-05-28 Doug Kwan <dougkwan@google.com>
1062
1063 * configure.ac: Support gold for target arm*-*-*.
1064 * configure: Regenerate.
1065
07fc31c9
AO
10662009-05-27 Alexandre Oliva <aoliva@redhat.com>
1067
1068 * Makefile.tpl (all): Avoid harmless warning in make all when
1069 gcc-bootstrap is enabled but stage_last does not exist.
1070 * Makefile.in: Rebuilt.
1071
8a7a39ab
TG
10722009-05-25 Tristan Gingold <gingold@adacore.com>
1073
1074 * setup.com: Complete the file with configuration and build.
1075
b5233201
AO
10762009-05-18 Alexandre Oliva <aoliva@redhat.com>
1077
1078 PR other/40159
1079 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1080 gcc-no-bootstrap are mutually exclusive.
1081 * Makefile.in: Rebuilt.
1082
7b6175f9
AO
10832009-05-18 Alexandre Oliva <aoliva@redhat.com>
1084
1085 PR other/40159
1086 * Makefile.tpl (all): Don't end with unconditional success.
1087 * Makefile.in: Rebuilt.
1088
1b05fbbd
AO
10892009-05-12 Alexandre Oliva <aoliva@redhat.com>
1090
1091 PR target/37137
1092 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1093 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1094 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1095 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1096 stage_configureflags, stage_cflags and stage_libcflags into
1097 explicit Makefile macros.
1098 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1099 GFORTRAN.
1100 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1101 CC. Set CC_FOR_BUILD from CC.
1102 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1103 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1104 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1105 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1106 and GFORTRAN.
1107 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1108 (_LIBCFLAGS): Renamed to _TFLAGS.
1109 (do-compare-debug, do-compare3-debug): Drop.
1110 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1111 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1112 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1113 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1114 (XGCC_FLAGS_FOR_TARGET): New.
1115 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1116 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1117 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1118 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1119 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1120 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1121 TFLAGS.
1122 (BUILD_CONFIG): Include if requested.
1123 (all): Set TFLAGS on bootstrap.
1124 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1125 (all-stageid-prefixmodule): Likewise.
1126 (do-clean, distclean-stageid): Set TFLAGS.
1127 (restrap): Fix whitespace.
1128 * Makefile.in: Rebuilt.
1129
dc17c78c
EB
11302009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1131
1132 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1133 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1134 * Makefile.in: Regenerate.
1135
14324cd7
EZ
11362009-04-24 Eli Zaretskii <eliz@gnu.org>
1137
1138 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1139 consistency with config.sub. (Update from upstream sources.)
1140
f8d5f06c
JM
11412009-04-21 Joseph Myers <joseph@codesourcery.com>
1142
1143 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1144
0000e2bf
BE
11452009-04-17 Ben Elliston <bje@au.ibm.com>
1146
1147 * config.sub, config.guess: Update from upstream sources.
1148
20135e4c
NC
11492009-04-15 Anthony Green <green@moxielogic.com>
1150
34adf976 1151 * configure.ac: Add moxie support.
20135e4c
NC
1152 * configure: Rebuilt.
1153
ef699244
L
11542009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1155
1156 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1157 * configure: Regenerate.
1158
10ad8ef3
L
11592009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1160
1161 PR gas/10039
1162 * configure.ac: Require texinfo 4.7.
1163 * configure: Regenerated.
1164
c50523ce
L
11652009-04-09 Steve Ellcey <sje@cup.hp.com>
1166
1167 * Makefil.def (languages): New entries.
1168 * Makefile.tpl (check-gcc-*): New generic target.
1169 * Makefile.in: Regenerate.
1170
47afba5f
EZ
11712009-03-27 Eli Zaretskii <eliz@gnu.org>
1172
1173 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1174 Windows builds of Sed.
1175
dc448a7b
TT
11762009-03-18 Tom Tromey <tromey@redhat.com>
1177
1178 * configure: Rebuild.
1179 * configure.ac (host_libs): Add libiconv.
1180 * Makefile.in: Rebuild.
1181 * Makefile.def (host_modules): Add libiconv.
1182 (configure-gdb, all-gdb): Depend on libiconv.
1183
24741ab2
JB
11842009-03-16 Tristan Gingold <gingold@adacore.com>
1185
1186 * configure.ac: Treat gdb as supported on x86_64-darwin.
1187 * configure: Regenerate.
1188
29383458
JM
11892009-03-16 Joseph Myers <joseph@codesourcery.com>
1190
1191 Merge from GCC:
1192
1193 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1194
1195 * configure.ac (--with-host-libstdcxx): New option.
1196 * configure: Regenerate.
1197
1198 2009-01-29 Robert Millan <rmh@aybabtu.com>
1199
1200 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1201 * configure: Regenerate.
1202
1203 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
1204
1205 PR tree-optimization/38515
1206 * configure.ac (cloog-polylib): Removed.
1207 (with_ppl, with_cloog): Test for "no".
1208 * configure: Regenerated.
1209
58e24671
RW
12102009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1211
1212 Backport from git Libtool:
1213
1214 2009-01-19 Robert Millan <rmh@aybabtu.com>
1215 Support GNU/kOpenSolaris.
1216 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1217 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1218 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1219 GNU/kOpenSolaris.
1220
314b2e66
AS
12212009-02-05 Andreas Schwab <schwab@suse.de>
1222
1223 * Makefile.tpl (stage_last): Define $r and $s before using
1224 $(RECURSE_FLAGS_TO_PASS).
1225 * Makefile.in: Regenerate
1226
8b700390
JJ
12272009-01-21 Jeff Johnston <jjohnstn@redhat.com>
1228
1229 * COPYING.NEWLIB: Add ARM license.
1230
66775d67
AM
12312009-01-16 Alan Modra <amodra@bigpond.net.au>
1232
1233 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 1234 (all-opcodes): Depend on all-libiberty.
66775d67
AM
1235 * Makefile.in: Regenerate.
1236
19e99079
NC
12372009-01-15 Douglas B Rupp <rupp@gnat.com>
1238
1239 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1240 * configure: Regenerate.
1241
22e8c8e0
RW
12422008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1243
1244 Backport link test fix from upstream Libtool:
1245
1246 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1247 Add cache variables to tests that require the linker to work.
1248 For shlibpath_overrides_runpath, this also changes the semantics
1249 to let the result from the C compiler take precedence.
1250 compiler take precedence.
1251
7d6d7764
BE
12522008-12-02 Ben Elliston <bje@au.ibm.com>
1253
1254 * config.sub, config.guess: Update from upstream sources.
1255
ea8af06e
JJ
12562008-12-17 Jeff Johnston <jjohnstn@redhat.com>
1257
1258 * COPYING.NEWLIB: Updated.
1259 * COPYING.LIBGLOSS: Ditto.
1260
af0771d3
PB
12612008-12-16 Paolo Bonzini <bonzini@gnu.org>
1262
1263 Sync with GCC:
1264
1265 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
1266
1267 * configure.ac (ppllibs): Add by default the lib flags.
1268 * configure: Regenerate.
1269
1270 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1271
314b2e66
AS
1272 * configure.ac: Add double brackets on darwin[912].
1273 * configure: Regenerate.
af0771d3
PB
1274
1275 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
1276
314b2e66
AS
1277 * configure.ac: Expand to darwin10 and later.
1278 * configure: Regenerate.
af0771d3 1279
f7c83eac
AS
12802008-12-02 Andreas Schwab <schwab@suse.de>
1281
1282 * Makefile.def: configure-target-boehm-gc depends on
1283 all-target-libstdc++-v3.
1284 * Makefile.in: Regenerate.
1285
bc67ad83
BE
12862008-12-02 Ben Elliston <bje@au.ibm.com>
1287
1288 * config.sub, config.guess: Update from upstream sources.
1289
e28c595f
JM
12902008-11-27 Joseph Myers <joseph@codesourcery.com>
1291
1292 Merge from GCC:
1293
1294 2007-12-02 Matthias Klose <doko@ubuntu.com>
1295
1296 * config-ml.in: Remove 64bit configure tests.
1297
1298 2008-05-14 Rafael Espindola <espindola@google.com>
1299
1300 * config-ml.in: don't handle --enable-shared and --enable-static.
1301
1302 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1303 Tobias Grosser <grosser@fim.uni-passau.de>
1304 Jan Sjodin <jan.sjodin@amd.com>
1305 Harsha Jagasia <harsha.jagasia@amd.com>
1306 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1307 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1308 Adrien Eliche <aeliche@isty.uvsq.fr>
1309
1310 Merge from graphite branch.
1311 * configure: Regenerate.
1312 * Makefile.in: Regenerate.
1313 * configure.ac (host_libs): Add ppl and cloog.
1314 Add checks for PPL and CLooG.
1315 * Makefile.def (ppl, cloog): Added modules and dependences.
1316 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1317 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1318
1319 2008-09-03 Richard Guenther <rguenther@suse.de>
1320
1321 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1322 cloog test.
1323 * configure: Re-generate.
1324
1325 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1326
1327 * configure.ac (--with-cloog-polylib): New.
1328 (--disable-cloog-version-check): New.
1329 (--disable-ppl-version-check): New.
1330 * configure: Re-generate.
1331
1332 2008-09-05 Richard Guenther <rguenther@suse.de>
1333
1334 * configure.ac: Initialize clooglibs to -lcloog.
1335 * configure: Re-generate.
1336
1337 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1338
1339 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1340 recommended version to 2.3.2.
1341
1342 * configure: Regenerate.
1343
1344 2008-10-31 Ben Elliston <bje@au.ibm.com>
1345
1346 * configure.ac (spu-*-*): Remove special case.
1347 * configure: Regenerate.
1348
1349 Complete comment text from GCC version of:
1350
1351 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1352
1353 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1354 (GCC_SHLIB_SUBDIR): New.
1355 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1356 * configure: Regenerate.
1357 * Makefile.in: Regenerate.
1358
652dec25
TG
13592008-11-27 Tristan Gingold <gingold@adacore.com>
1360
1361 * configure.ac: Build gdb for i?86-*-darwin*
1362 * configure: Regenerated.
1363
7582fb4a
DJ
13642008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1365
1366 PR bootstrap/38014
1367 PR bootstrap/37923
1368
1369 Revert:
1370
1371 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1372
1373 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1374 * Makefile.in: Regenerated.
1375
1376 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1377
1378 PR gdb/921
1379 PR gdb/1646
1380 PR gdb/2175
1381 PR gdb/2176
1382
1383 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1384 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1385 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1386 (HOST_EXPORTS): Pass CPPFLAGS.
1387 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1388 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1389 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1390 * Makefile.in, configure: Regenerated.
1391 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1392 and CPPFLAGS_FOR_BUILD.
1393
faee1be2
UW
13942008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
1395
1396 * configure.ac [spu-*-*]: Do not set skipdirs.
1397 * configure: Re-generate.
1398
b7c2dce4
DJ
13992008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1400
1401 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1402 * Makefile.in: Regenerated.
1403
bb52de30
DJ
14042008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1405
1406 PR gdb/921
1407 PR gdb/1646
1408 PR gdb/2175
1409 PR gdb/2176
1410
1411 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1412 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1413 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1414 (HOST_EXPORTS): Pass CPPFLAGS.
1415 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1416 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1417 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1418 * Makefile.in, configure: Regenerated.
1419 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1420 and CPPFLAGS_FOR_BUILD.
1421
b25062ae
SE
14222008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
1423
1424 * libtool.m4: Update to libtool 2.2.6.
1425 * lt~obsolete.m4: Update to libtool 2.2.6.
1426 * ltmain.sh: Update to libtool 2.2.6.
1427 * ltsugar.m4: Update to libtool 2.2.6.
1428 * ltversion.m4: Update to libtool 2.2.6.
1429 * ltoptions.m4: Update to libtool 2.2.6.
1430 * ltgcc.m4: Update to match changes from libtool 2.2.6.
1431
3bbd2f8f
AL
14322008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1433
1434 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1435 (GCC_SHLIB_SUBDIR): New.
1436 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1437 * configure: Regenerate.
1438 * Makefile.in: Regenerate.
1439
b29d32ce
TG
14402008-08-28 Tristan Gingold <gingold@adacore.com>
1441
1442 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1443 Enable bfd, binutils and opcodes.
1444 * configure: Regenerate.
1445
c325a203
DD
14462008-08-16 Nicolas Roche <roche@adacore.com>
1447
1448 * Makefile.tpl: Add BOOT_ADAFLAGS.
1449 * Makefile.in: Regenerate.
1450
e7c8859c
RS
14512008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
1452
1453 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1454 * configure: Regenerate.
1455
da888c87
PB
14562008-07-30 Paolo Bonzini <bonzini@gnu.org>
1457
1458 Sync with gcc:
1459 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
1460
f7c83eac
AS
1461 * configure.ac: Add makefile fragments for hpux.
1462 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1463 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1464 * configure: Regenerate.
1465 * Makefile.in: Regenerate.
da888c87
PB
1466
1467 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1468
f7c83eac
AS
1469 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1470 * Makefile.in: Regenerate.
1471 * configure: Regenerate.
da888c87 1472
944982cf
ILT
14732008-06-18 Ian Lance Taylor <iant@google.com>
1474
662c6704
ILT
1475 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
1476
944982cf
ILT
1477 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
1478
7a283e07
RW
14792008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1480
1481 * configure: Regenerate.
1482
5b553f7e
RW
14832008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1484
1485 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1486 "$@" is still intact with both Autoconf 2.59 and 2.62.
1487 * configure: Regenerate.
1488
675492f0
RW
14892008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1490
1491 * Makefile.tpl: Fix comment errors.
1492 * Makefile.in: Regenerate.
1493
b018a5d1
JB
14942008-06-13 Julian Brown <julian@codesourcery.com>
1495
1496 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1497 of libobjc for ARM EABI Linux.
1498 * configure: Regenerate.
1499
310213e8
DE
15002008-06-12 David S. Miller <davem@davemloft.net>
1501 David Edelsohn <edelsohn@gnu.org>
1502
1503 * configure.ac: Add powerpc*-*-* to gold supported targets.
1504 * configure: Regenerate.
1505
6641ce42
JM
15062008-06-08 Joseph Myers <joseph@codesourcery.com>
1507
1508 PR tree-optimization/36218
1509 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1510 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1511 (all prefix="build-"): Pass them to build-system sub-makes.
1512 * Makefile.in: Regenerate.
1513
03c2f9e6
DJ
15142008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1515
1516 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
1517 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
1518 mkdep, and compile. Update comments.
1519 (ETC_SUPPORT): Add ChangeLog and update comments.
1520
4538db8b
ILT
15212008-05-11 Ian Lance Taylor <iant@google.com>
1522
1523 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
1524
266df637
PB
15252008-04-18 Paolo Bonzini <bonzini@gnu.org>
1526
1527 Sync with gcc:
1528 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1529
1530 PR bootstrap/35457
1531 * configure.ac: Include override.m4.
1532 * configure: Regenerate.
1533
1534 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1535
f7c83eac
AS
1536 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1537 * Makefile.in: Regenerate.
266df637
PB
1538
1539 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1540
f7c83eac
AS
1541 * configure.ac: Do not build libssp for the AVR.
1542 * configure: Regenerate.
266df637 1543
a86a761e
NC
15442008-04-18 Nick Clifton <nickc@redhat.com>
1545
1546 * MAINTAINERS: Replace reference to configure.in with reference to
1547 configure.ac.
1548
52310858
NC
15492008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1550
f7c83eac 1551 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 1552 as nonconfigurable directories list.
f7c83eac 1553 * configure: Regenerate.
52310858 1554
f5314dd5
DM
15552008-04-14 David S. Miller <davem@davemloft.net>
1556
1557 * configure.ac: Add sparc*-*-* to gold supported targets.
1558 * configure: Regenerate.
1559
e2208220
BE
15602008-04-14 Ben Elliston <bje@au.ibm.com>
1561
1562 * config.sub, config.guess: Update from upstream sources.
1563
0bb6ea20
HPN
15642008-04-12 Hans-Peter Nilsson <hp@axis.com>
1565
1566 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1567 * Makefile.in: Regenerate.
1568
e5164e97
ILT
15692008-04-07 Ian Lance Taylor <iant@google.com>
1570
1571 * Makefile.def: check-gold depends upon all-binutils.
1572 * Makefile.in: Regenerate.
1573
e33b51a6
NC
15742008-04-04 Nick Clifton <nickc@redhat.com>
1575
1576 PR binutils/4334
1577 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1578 builds.
1579 * configure: Regenerate.
1580
fc5df3ab
NC
15812008-04-04 NightStrike <NightStrike@gmail.com>
1582
1583 PR other/35151
f7c83eac
AS
1584 * configure.ac: Combine rules for mingw32 and mingw64.
1585 * configure: Regenerate.
fc5df3ab 1586
c779bab8
PB
15872008-03-27 Paolo Bonzini <bonzini@gnu.org>
1588
1589 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1590 * Makefile.in: Regenerate.
1591
93f9b408
ILT
15922008-03-20 Ian Lance Taylor <iant@google.com>
1593
1594 * configure.ac: Add support for --enable-gold.
1595 * Makefile.def: Add gold as a directory like ld.
1596 * configure, Makefile.in: Regenerate.
1597
5746fb46
AK
15982008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1599
1600 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1601 (s390_cond_extensions): Reduced extensions to the compare related.
1602 (main): z10 cpu type option added.
1603 (expandConditionalJump): Renamed to ...
1604 (insertExpandedMnemonic): ... this.
1605
1606 * opcodes/s390-opc.c: Re-group the operand format makros.
1607 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
1608 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
1609 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
1610 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
1611 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
1612 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
1613 INSTR_SIL_RDU): New instruction formats added.
1614 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
1615 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
1616 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
1617 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
1618 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
1619 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
1620 masks added.
1621 (s390_opformats): New formats added "ris", "rrs", "sil".
1622 * opcodes/s390-opc.txt: Add the conditional jumps with the
1623 extensions removed from automatic expansion in s390-mkopc.c manually.
1624 (asi - trtre): Add new System z10 EC instructions.
1625 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1626
58c85be7
RW
16272008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1628
1629 * configure.ac: m4_include config/proginstall.m4.
1630 * configure: Regenerate.
1631
78124051
RW
16322008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1633
1634 Backport from upstream Libtool:
f7c83eac 1635
78124051 1636 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 1637
78124051
RW
1638 Deal with Autoconf 2.62's semantic change in m4_append.
1639 * ltsugar.m4 (lt_append): Replace broken versions of
1640 m4_append.
1641 (lt_if_append_uniq): Don't require separator to be overquoted,
1642 and avoid broken m4_append.
1643 (lt_dict_add): Fix typo.
1644 * libtool.m4 (_LT_DECL): Don't overquote separator.
1645
018f1bea
DE
16462008-03-13 David Edelsohn <edelsohn@gnu.org>
1647
1648 * config.rpath: Add AIX 6 support.
1649
5c5f596d
PB
16502008-03-13 Paolo Bonzini <bonzini@gnu.org>
1651
1652 * Makefile.def (stageprofile). Remove -fprofile-generate
1653 from stage_libcflags.
1654 * Makefile.in: Regenerate.
1655
a1f93a5e
BE
16562008-03-13 Ben Elliston <bje@au.ibm.com>
1657
1658 * config.sub, config.guess: Update from upstream sources.
1659
98c3d905
AK
16602008-03-06 Florian Krohm <fkrohm@us.ibm.com>
1661
1662 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
1663 * s390-opc.txt (cmpsc): Duplicate entry removed.
1664 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
1665 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
1666 fier, cu42, cu41): Fix operand format.
1667
7f6ef0c0
PB
16682008-02-20 Paolo Bonzini <bonzini@gnu.org>
1669
f7c83eac
AS
1670 PR bootstrap/32009
1671 PR bootstrap/32161
1672
1673 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1674 * configure: Regenerate.
1675
1676 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1677 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1678 STAGE4_LIBCFLAGS): New.
1679 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1680 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1681 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1682 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1683 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1684 for target modules. Don't export LIBCFLAGS.
1685 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1686 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1687 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1688 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1689 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1690 * Makefile.in: Regenerate.
7f6ef0c0 1691
eaf19029
PB
16922008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1693
1694 PR libgcj/33085
1695 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1696 Do not use -DDLL_EXPORT. Backport from upstream.
1697
680c43e9
NC
16982008-02-14 Nick Clifton <nickc@redhat.com>
1699
1700 Import this patch from gcc:
1701 2008-01-24 David Edelsohn <edelsohn@gnu.org>
1702
1703 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1704
c72b1d96
HPN
17052008-02-02 Hans-Peter Nilsson <hp@axis.com>
1706
1707 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1708 * configure: Regenerate.
1709
8b66833e
BW
17102008-01-31 Marc Gauthier <marc@tensilica.com>
1711
1712 * configure.ac (xtensa*-*-*): Recognize processor variants.
1713 * configure: Regenerate.
1714
9cc8ae67
PB
17152008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1716
f7c83eac
AS
1717 PR bootstrap/34922
1718 * configure.ac (PARSE_ARGS): Push suitable setting of
1719 ac_subdirs_all, for `./configure --help=recursive'.
1720 Handle `+' in generic toplevel directory disabling.
1721 * configure: Regenerate.
9cc8ae67 1722
19090595
BE
17232008-01-23 Ben Elliston <bje@au.ibm.com>
1724
1725 * config.sub, config.guess: Update from upstream sources.
1726
9f1e7fd3
BE
17272008-01-08 Ben Elliston <bje@au.ibm.com>
1728
1729 * config.sub, config.guess: Update from upstream sources.
1730
2f959d61
JJ
17312007-12-19 Jeff Johnston <jjohnstn@redhat.com>
1732
1733 * COPYING.LIBGLOSS: Update default copyright.
1734
aa054b85
JJ
17352007-12-19 Jeff Johnston <jjohnstn@redhat.com>
1736
1737 * COPYING.NEWLIB: Update default copyright.
1738
57c53b2b
RS
17392007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1740
1741 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1742 Change recommended MPFR from 2.2.1 > 2.3.0.
1743 * configure: Regenerate.
1744
fee14b60
RS
17452007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1746
1747 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1748 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1749 * Makefile.in: Regenerate.
1750
c9b68031
DD
17512007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1752
1753 * configure.ac: Enable libjava for x86_64-*-darwin9.
1754 * configure: Regenerate.
1755
ad25e7d5
BE
17562007-12-05 Ben Elliston <bje@au.ibm.com>
1757
1758 * config.sub, config.guess: Update from upstream sources.
1759
6ac84f65
PB
17602007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1761
f7c83eac
AS
1762 * config-ml.in: Robustify against white space in absolute file
1763 names.
6ac84f65 1764
f7c83eac
AS
1765 * config-ml.in (multi-clean): Substitute ${Makefile}.
1766 Remove superfluous ${Makefile} in list.
6ac84f65 1767
7b3200f9
DJ
17682007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1769
1770 * Makefile.def (dependencies): Make configure-gdb depend on
1771 all-intl.
1772 * Makefile.in: Regenerated.
1773
2c133ff9
JJ
17742007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1775
1776 * Makefile.def: To avoid problems running with parallel makes,
1777 build newlib before libgloss so that target specific header
1778 files are availble.
1779 * Makefile.in: Regenerate.
1780
5074315a
DJ
17812007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1782
1783 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1784 * Makefile.in: Regenerate.
1785
f5bc1778
DJ
17862007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1787
1788 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
1789 * libdecnumber: New directory, imported from GCC.
1790
c66487f8
NC
17912007-10-08 Mike Frysinger <vapier@gentoo.org>
1792
1793 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1794 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1795 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1796 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1797 * configure: Regenerate.
1798
b5714970
PB
17992007-10-01 Paolo Bonzini <bonzini@gnu.org>
1800
1801 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1802 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1803 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1804 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1805 * configure.ac: Default them to host tools for $host = $build.
1806 Subst them.
1807
1808 * configure: Regenerate.
1809 * Makefile.in: Regenerate.
1810
f3b1e08e
RS
18112007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1812
1813 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1814 * configure: Regenerate.
1815
cff87f51
DD
18162007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1817
1818 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1819 libstdc++.
1820 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1821 * configure: Regenerate.
1822 * Makefile.in: Regenerate.
f7c83eac 1823
625a61cd
AS
18242007-09-17 Andreas Schwab <schwab@suse.de>
1825
1826 * configure.ac: Raise minimum makeinfo version to 4.6.
1827 * configure: Regenerate.
1828
83a3a68b
AM
18292007-09-15 Alan Modra <amodra@bigpond.net.au>
1830
1831 * configure.ac: Correct makeinfo version check.
1832 * configure: Regenerate.
1833
5bd8be13
RS
18342007-09-14 Richard Sandiford <richard@codesourcery.com>
1835
1836 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1837 to $skipdirs and only disable gprof for newlib. Use the normal
1838 mips*-elf* handling in other respects.
1839 * configure: Regnerate.
1840
5566c1fa
DD
18412007-09-12 David Daney <ddaney@avtrex.com>
1842
1843 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1844 enabling libgcj.
1845 * configure: Regenerate.
1846
18472007-09-12 Richard Guenther <rguenther@suse.de>
1848
1849 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1850 nor --disable-checking is provided also turn on yes and types
1851 checking for stage1.
1852 * configure: Re-generate.
1853
a18e2996 18542007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
1855
1856 PR target/33281
1857 * configure.ac: Use config/mh-mingw on mingw.
1858 * configure: Regenerate.
84e7906e 1859
691bb5a1
DD
18602007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1861
1862 PR other/32154
1863 * configure.ac: For libgloss targets, point the linker to the linker
1864 script, startup code and simulator library.
1865 * configure: Regenerate.
1866
6d18b86b
AH
18672007-09-09 Andrew Haley <aph@redhat.com>
1868
1869 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 1870 target-libjava.
6d18b86b 1871
f00a3165 18722007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 1873
f00a3165 1874 * config.sub, config.guess: Update from upstream sources.
971aaaa5 1875
2abc4e65
BE
18762007-08-21 Richard Guenther <rguenther@suse.de>
1877
1878 * configure.ac: Add types checking to stage1 checking flags.
1879 * configure: Regenerate.
1880
8a6ee3ab 18812007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 1882 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
1883
1884 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1885 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1886 * Makefile.in: Regenerate.
1887 * configure.ac (--with-debug-prefix-map): New.
1888 * configure: Regenerate.
1889
429acdec
RS
18902007-08-17 Richard Sandiford <richard@codesourcery.com>
1891 Nigel Stephens <nigel@mips.com>
1892
429acdec
RS
1893 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1894 as target_makefile_frag.
1895 * configure: Regenerate.
1896
8520c408
AO
18972007-08-16 Alexandre Oliva <aoliva@redhat.com>
1898
1899 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1900 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1901 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1902 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1903 (do-compare, do-compare3, do-compare-debug): New.
1904 ([+compare-target+]): Use them.
1905
19062007-08-16 Alexandre Oliva <aoliva@redhat.com>
1907
1908 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1909 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1910 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1911 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1912 (do-compare, do-compare3, do-compare-debug): New.
1913 ([+compare-target+]): Use them.
1914
2444379b
BE
19152007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1916 Ben Elliston <bje@au.ibm.com>
1917
1918 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1919 --silent if $silent.
1920 * configure: Regenerate.
1921
d6f99447
DJ
19222007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
1923
1924 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
1925
bd0aa315
NC
19262007-07-17 Nick Clifton <nickc@redhat.com>
1927
1928 * COPYING3: New file. Contains version 3 of the GNU General
1929 Public License.
1930 * COPYING3.LIB: New file. Contains version 3 of the GNU
1931 Lesser General Public License.
1932
0ebe98fb
BS
19332007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
1934
1935 * configure.ac: Fix my previous change to really match GCC.
1936 * configure: Regenerate.
1937
521ec477
DD
19382007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1939
1940 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1941 * configure: Regenerate.
1942
19432007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1944
1945 * configure.ac: Add some missing m4 quotation.
1946 * configure: Regenerate.
1947
0c24b341
NC
19482007-07-09 Kai Tietz <kai.tietz@onevision.com>
1949
f7c83eac
AS
1950 * Makefile.def: Add windmc tool to build.
1951 * Makefile.tpl: Likewise.
1952 * configure.ac: Likewise.
1953 * Makefile.in: Regenerate.
1954 * configure: Regenerate.
0c24b341 1955
a09314d0
L
19562007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1957
1958 * lt~obsolete.m4: New. Import from 20070318 libtool.
1959
7c3e1d12
BS
19602007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
1961
1962 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1963 uclinux and linux-uclibc targets.
1964 * configure: Regenerate.
1965
a5b3b4dd
DD
19662007-06-28 DJ Delorie <dj@redhat.com>
1967
1968 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1969 not building newlib.
1970 * configure: Regenerated.
f7c83eac 1971
184d813c
DJ
19722007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
1973
1974 * src-release (DEVO_SUPPORT): Correct typos.
1975
31d99776
DJ
19762007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1977
1978 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1979 * Makefile.in: Regenerated.
1980
e00a73e3
PB
19812007-06-14 Paolo Bonzini <bonzini@gnu.org>
1982
f7c83eac
AS
1983 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1984 (distclean-stage[+id+]): Possibly delete stage_last.
1985 * Makefile.in: Regenerate.
e00a73e3 1986
98a1bbc5
BE
19872007-06-07 Ben Elliston <bje@au.ibm.com>
1988
1989 * config.sub, config.guess: Update from upstream sources.
1990
973601e1
BE
19912007-06-07 Ben Elliston <bje@au.ibm.com>
1992
1993 * Makefile.tpl: Fix spelling error.
1994 * Makefile.in: Regenerate.
1995
2038f525
PB
19962007-06-04 Paolo Bonzini <bonzini@gnu.org>
1997
1998 Sync with gcc:
1999 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2000
f7c83eac
AS
2001 PR bootstrap/29382
2002 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2003 * configure: Rebuilt.
2038f525 2004
f7c5c4b5
PB
20052007-06-01 Steve Ellcey <sje@cup.hp.com>
2006
12a64d4f
L
2007 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2008 lt_cv_sys_max_cmd_len.
f7c5c4b5 2009
7ad9660b
PB
20102007-05-31 Paolo Bonzini <bonzini@gnu.org>
2011
2012 * ltgcc.m4: Update from GCC.
2013
0e7ef45c
EC
20142007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2015
12a64d4f 2016 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 2017
37ad9514
SE
20182007-05-24 Steve Ellcey <sje@cup.hp.com>
2019
2020 * ltmain.sh: Update from GCC.
2021 * libtool.m4: Update from GCC.
2022 * ltsugar.m4: New. Update from GCC.
2023 * ltversion.m4: New. Update from GCC.
2024 * ltoptions.m4: New. Update from GCC.
2025 * ltconfig: Remove.
2026 * ltcf-c.sh: Remove.
2027 * ltcf-cxx.sh: Remove.
2028 * ltcf-gcj.sh: Remove.
2029 * src-release: Update with new libtool file list.
2030
8ee82aff
PB
20312007-05-16 Paolo Bonzini <bonzini@gnu.org>
2032
2033 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2034 stage_cflags.
2035 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2036 Remove CFLAGS/LIBCFLAGS.
2037 (configure-stage[+id+]-[+prefix+][+module+],
2038 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2039 * Makefile.in: Regenerate.
2040
149cb58d
SE
20412007-04-14 Steve Ellcey <sje@cup.hp.com>
2042
2043 * config-ml.in: Update from GCC.
2044
91506736
DJ
20452007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2046
2047 * src-release (do-proto-toplev): Process the support directories before
2048 the tool directory.
2049
ffa8bd48
RS
20502007-03-21 Richard Sandiford <richard@codesourcery.com>
2051
2052 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2053 of glob. Quote arguments with single quotes too.
2054 * configure: Regenerate.
2055
a4fd3374
DD
20562007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2057
2058 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2059 * Makefile.in: Regenerate
2060
b8025f34
AS
20612007-03-07 Andreas Schwab <schwab@suse.de>
2062
2063 * configure: Regenerate.
2064
a3ca38d2
DD
20652007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2066
2067 * configure.ac: Add "--with-pdfdir" configure option,
2068 which defines pdfdir variable.
2069 * Makefile.def (target=fixincludes): Add install-pdf to
2070 missing targets.
2071 (recursive_targets): Add install-pdf target.
2072 (flags_to_pass): Add pdfdir.
2073 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2074 target.
2075 * configure: Regenerate
2076 * Makefile.in: Regenerate
2077
20782007-02-28 Eric Christopher <echristo@apple.com>
2079
2080 Revert:
2081 2006-12-07 Mike Stump <mrs@apple.com>
2082
2083 * Makefile.def (dependencies): Add dependency for
2084 install-target-libssp and install-target-libgomp on
2085 install-gcc.
2086 * Makefile.in: Regenerate.
2087
20882007-02-27 Matt Kraai <kraai@ftbfs.org>
2089
2090 * configure: Regenerate.
2091 * configure.ac: Move statements after variable declarations.
2092
a4708fba
JM
20932007-02-19 Joseph Myers <joseph@codesourcery.com>
2094
2095 * configure.ac: Adjust for loop syntax.
2096 * configure: Regenerate.
2097
9a819804
AO
20982007-02-18 Alexandre Oliva <aoliva@redhat.com>
2099
2100 * configure: Rebuilt.
2101
81ec575a
AO
21022007-02-18 Alexandre Oliva <aoliva@redhat.com>
2103
2104 * configure.ac: Drop multiple occurrences of --enable-languages,
2105 and fix its quoting.
2106 * configure: Rebuilt.
2107
92f01d61 21082007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
2109 Nathan Sidwell <nathan@codesourcery.com>
2110 Vladimir Prus <vladimir@codesourcery.com
2111 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
2112
2113 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2114 * configure: Regenerate.
2115
b1299c4e
DJ
21162007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2117
2118 * configure.ac (target_libraries): Move libgcc before libiberty.
2119 * configure: Regenerated.
2120
18f6b6ee
PB
21212007-02-13 Paolo Bonzini <bonzini@gnu.org>
2122
2123 * configure: Regenerate again?
2124
9c4e9f27
PB
21252007-02-13 Paolo Bonzini <bonzini@gnu.org>
2126
2127 * configure: Reapply PR30748 fix which was lost in the previous commit.
2128
24ff9987
DJ
21292007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2130 Paolo Bonzini <bonzini@gnu.org>
2131
2132 PR bootstrap/30753
2133 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2134 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2135 * configure: Regenerated.
2136
7df2cd5d
PB
21372007-02-10 Paolo Bonzini <bonzini@gnu.org>
2138
2139 * configure: Regenerate.
2140
b0aaa663
DJ
21412007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2142
2143 PR bootstrap/30748
2144 * configure.ac: Correct syntax for Solaris ksh.
2145 * configure: Regenerated.
2146
a0323144
PB
21472007-02-09 Paolo Bonzini <bonzini@gnu.org>
2148
2149 * Makefile.def: Sync with GCC.
2150 * Makefile.tpl: Sync with GCC.
2151 * Makefile.in: Regenerate.
2152 * configure: Regenerate.
2153
c6b750e1
DJ
21542007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2155
2156 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2157 noncanonical equivalents.
2158 * configure.in: Rename to...
2159 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2160 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2161 target_noncanonical. Use them. Rewrite removal of configure
2162 arguments for autoconf 2.59. Discard variable settings. Force
2163 program_transform_name for native tools.
2164
2165 * Makefile.in: Regenerated.
2166 * configure: Regenerated with autoconf 2.59.
2167
2168 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2169
f3cd89f4
JJ
21702007-02-08 Jeff Johnston <jjohnstn@redhat.com>
2171
2172 * COPYING.LIBGLOSS: Reformat default Red Hat
2173 license to fit within 80 columns.
2174 * COPYING.NEWLIB: Ditto.
2175
4e206d7e
DB
21762007-02-05 Dave Brolley <brolley@redhat.com>
2177
2178 * Contribute the following changes:
2179 2006-11-28 DJ Delorie <dj@redhat.com>
2180
2181 * configure.in: Fix typo for mep's target_makefile_frag.
2182 * configure: Regenerated.
2183
2184 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
2185
2186 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2187 * configure: Regenerate.
2188
2189 2001-09-19 DJ Delorie <dj@redhat.com>
2190
2191 * configure.in (target_makefile_frag): use mt-mep
2192
2193 2001-06-12 Don Howard <dhoward@redhat.com>
2194
2195 * configure.in: Remove gdb from MeP skip list.
2196
2197 2001-04-05 DJ Delorie <dj@redhat.com>
2198
2199 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2200
2201 2001-03-20 Ben Elliston <bje@redhat.com>
2202
2203 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2204
2205 2001-03-19 Ben Elliston <bje@redhat.com>
2206
2207 * config.sub (mep, mep-*): Add.
2208
b2edfdd2
AS
22092007-01-31 Andreas Schwab <schwab@suse.de>
2210
2211 * Makefile.tpl (LDFLAGS): Substitute it.
2212 * Makefile.in: Regenerate.
2213
ceb92e78
PB
22142007-01-11 Paolo Bonzini <bonzini@gnu.org>
2215
2216 * configure.in: Change == to = in test command.
f7c83eac 2217 * configure: Regenerate.
ceb92e78 2218
4b900473 22192007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
2220 Nick Clifton <nickc@redhat.com>
2221 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2222
2223 * configure.in (build_configargs, host_configargs, target_configargs):
2224 Remove build/host/target parameters.
2225 (host_libs): Add gmp and mpfr.
2226 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2227 * Makefile.def (gmp, mpfr): New.
2228 (gcc): Remove target.
2229 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2230 target_os, target_vendor): New.
2231 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2232 * configure: Regenerate.
2233 * Makefile.in: Regenerate.
4b900473
PB
2234
22352007-01-11 Matt Fago <fago@earthlink.net>
2236
2237 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 2238 to improve robustness of configure tests.
4b900473
PB
2239 * configure: Regenerate.
2240
80f6dcbc
NC
22412007-01-08 Kai Tietz <kai.tietz@onevision.com>
2242
2243 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 2244 * configure: Regenerate.
80f6dcbc 2245
f86e35b8
NC
22462007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2247
2248 * Makefile.tpl (all-target): Correct @if conditional for target
2249 modules.
2250 * configure.in: Omit libiberty if building only target libgcc.
2251 * configure, Makefile.in: Regenerated.
2252
79fcd0ec
PB
22532007-01-04 Paolo Bonzini <bonzini@gnu.org>
2254
2255 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2256 * configure: Regenerate.
2257
6aa8ef82
DJ
22582007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2259
2260 * Makefile.def (target_modules): Add libgcc.
2261 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2262 * Makefile.tpl (clean-target-libgcc): Delete.
2263 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2264 on gcc even for bootstrapped modules. Rewrite handling of
2265 lang_env_dependencies to loop over target_modules.
2266 * configure.in (target_libraries): Add target-libgcc.
2267 * Makefile.in, configure: Regenerated.
2268
9b134994
PB
22692006-12-29 Paolo Bonzini <bonzini@gnu.org>
2270
2271 Sync with gcc:
2272 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2273
f7c83eac
AS
2274 * configure.in: Reorganize recognition of languages. Add
2275 --enable-stage1-languages. Show supported languages for the chosen
2276 target rather than all recognized languages.
2277 * configure: Regenerate.
9b134994
PB
2278
2279 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2280
f7c83eac
AS
2281 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2282 * Makefile.in: Regenerate.
9b134994
PB
2283
2284 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2285
f7c83eac
AS
2286 * configure.in: Warn that MPFR 2.2.0 is buggy.
2287 * configure: Regenerate.
9b134994 2288
8cf39b1b
ILT
22892006-12-27 Ian Lance Taylor <iant@google.com>
2290
2291 * configure.in: When removing Makefiles to force a reconfigure, also
2292 remove prev-DIR*/Makefile.
2293 * configure: Regenerate.
2294
ebff6cd5
KH
22952006-12-23 Kazu Hirata <kazu@codesourcery.com>
2296
2297 * config.bfd: Recognize fido.
2298
8a0d8a5c
PB
22992006-12-19 Paolo Bonzini <bonzini@gnu.org>
2300
2301 Sync with gcc:
2302
2303 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2304
2305 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2306 it only affects bootstrap and could be tested on "$host" as well.
2307 * configure: Regenerate.
2308 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2309
2310 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2311
2312 PR bootstrap/29544
2313 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2314 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2315 move here comment from Makefile.tpl.
2316 * Makefile.tpl: Move some definitions higher in the file.
2317 (STAGE1_CHECKING): New.
2318 * configure.in: Add --enable-stage1-checking.
2319 * configure: Regenerate.
2320 * Makefile.in: Regenerate.
2321
2322 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2323
2324 * configure.in: Update error message for missing GMP/MPFR.
2325
2326 * configure: Regenerate.
2327
2328 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2329
2330 * configure.in: Update MPFR version in error message.
2331
2332 * configure: Regenerate.
2333
2334 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2335
2336 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2337 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2338 --with-gmp-lib): New flags.
2339
2340 * configure: Regenerate.
2341
790c0838
AM
23422006-12-12 Andreas Tobler <a.tobler@schweiz.org>
2343
2344 PR bootstrap/30134
2345 * configure.in: Correct x86 darwin support for libjava to powerpc
2346 and i?86 only.
2347 * configure: Regenerate.
2348
77d7106f
AM
23492006-12-11 Alan Modra <amodra@bigpond.net.au>
2350
2351 * configure.in: Handle spu makefile frag.
77d7106f
AM
2352 * Makefile.tpl (MAINT): Define
2353 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2354 * configure: Regenerate.
2355 * Makefile.in: Regenerate.
2356
0cfa5389
BE
23572006-12-11 Ben Elliston <bje@au.ibm.com>
2358
2359 * config.sub, config.guess: Update from upstream sources.
2360
2839fe5d
BE
23612006-12-11 Ben Elliston <bje@au.ibm.com>
2362
2363 * configure.in: Sync with GCC (spu-*-*).
2364 * configure: Sync with GCC.
2365
b897f5d4
MS
23662006-12-07 Mike Stump <mrs@apple.com>
2367
2368 * Makefile.def (dependencies): Add dependency for
2369 install-target-libssp and install-target-libgomp on
2370 install-gcc.
2371 * Makefile.in: Regenerate.
2372
9daf3993
PB
23732006-11-16 Paolo Bonzini <bonzini@gnu.org>
2374
2375 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2376 (unstage): Test for stage_last presence.
2377
2378 PR bootstrap/29802
2379 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2380 * Makefile.in: Regenerate.
2381
9dbaa842
DD
23822006-11-14 DJ Delorie <dj@redhat.com>
2383
2384 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2385 * Makefile.in: Sync with GCC.
2386 * configure.in: Sync with GCC (mpfr, gmp).
2387 * configure: Sync with GCC.
2388
b0cbce8d
JJ
23892006-11-08 Jie Zhang <jie.zhang@analog.com>
2390
2391 * configure.in: Remove target-libgloss from noconfigdirs for
2392 bfin-*-*.
2393 * configure: Regenerated.
2394
44330a94
JJ
23952006-10-27 Jeff Johnston <jjohnstn@redhat.com>
2396
2397 * COPYING.NEWLIB: Add spu license.
7de05dd5 2398 * COPYING.LIBGLOSS: Ditto.
44330a94 2399
56a8fe78
DD
24002006-10-17 Brooks Moses <bmoses@stanford.edu>
2401
2402 * Makefile.def: Added pdf target handling.
2403 * Makefile.tpl: Added pdf target handling.
2404 * Makefile.in: Regenerated.
2405
fbb00ad0
JJ
24062006-10-11 Jeff Johnston <jjohnstn@redhat.com>
2407
2408 * COPYING.NEWLIB: Updated.
2409 * COPYING.LIBGLOSS: Ditto.
2410
6b89cc21
DB
24112006-09-27 Dave Brolley <brolley@redhat.com>
2412
2413 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2414 $s instead of $r.
2415 * configure: Regenerated.
2416
17bcf627
BE
24172006-09-26 Ben Elliston <bje@au.ibm.com>
2418
2419 * config.sub, config.guess: Update from upstream sources.
2420
f3529cf1
TS
24212006-09-20 Thiemo Seufer <ths@mips.com>
2422
2423 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2424 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2425 * configure: Regenerate.
2426
45055374
CV
24272006-08-30 Corinna Vinschen <corinna@vinschen.de>
2428
2429 * configure.in: Never build newlib for a Mingw host.
2430 Never build newlib as Mingw target library.
2431 Test the existence of winsup/cygwin for building a Cygwin newlib,
2432 rather than just winsup.
2433 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2434 building a Mingw target.
2435 * configure: Regenerate.
2436
4be041b2 24372006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
2438 Nigel Stephens <nigel@mips.com>
2439 David Ung <davidu@mips.com>
4be041b2
TS
2440
2441 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
2442
1d89b610
PB
24432006-07-25 Paolo Bonzini <bonzini@gnu.org>
2444
2445 Sync from GCC:
2446 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2447
f7c83eac
AS
2448 PR bootstrap/18058
2449 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2450 if the bootstrap compiler is a GCC version that supports it.
2451 * configure: Regenerate.
1d89b610 2452
66a79c16
DJ
24532006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2454
2455 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2456 * configure: Regenerated.
2457
c1cb7e02
PB
24582006-07-18 Paolo Bonzini <bonzini@gnu.org>
2459
f7c83eac
AS
2460 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2461 for stages after the first.
c1cb7e02 2462
7206a0ee
JJ
24632006-07-17 Jakub Jelinek <jakub@redhat.com>
2464
2465 * Makefile.def: Add dependencies for configure-opcodes
2466 on configure-intl and all-opcodes on all-intl.
2467 * Makefile.in: Regenerated.
2468
6816f995
AO
24692006-07-04 Peter O'Gorman <peter@pogma.com>
2470
2471 * ltconfig: chmod 644 before ranlib during install.
2472
3d3adb43
PB
24732006-07-03 Paolo Bonzini <bonzini@gnu.org>
2474
1f3f1bbf 2475 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
2476 * configure: Regenerate.
2477
64ce424c
PB
24782006-07-03 Paolo Bonzini <bonzini@gnu.org>
2479
2480 Sync from gcc:
2481
2482 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
2483
2484 PR other/27063
2485 * configure.in: Test subdir_requires and give an appropriate
2486 error message.
2487 * configure: Regenerate.
2488
2489 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2490
2491 PR target/27540
2492 * configure.in: Only enable libgomp on IRIX 6.
2493 * configure: Regenerate.
2494
d42c4017
DA
24952006-06-20 David Ayers <d.ayers@inode.at>
2496
2497 PR bootstrap/28072
2498 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2499 whether target-libjava is being configured instead of whether the
2500 java front end is enabled.
2501 * configure: Regenerate.
0e7ef45c 2502
4962c51a
MS
25032006-06-15 Mark Shinwell <shinwell@codesourcery.com>
2504
2505 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
2506 to R_ARM_LDC_SB_G{0,1,2} respectively.
2507
caee866a
PB
25082006-06-15 Paolo Bonzini <bonzini@gnu.org>
2509
2510 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2511 too.
2512 * Makefile.in: Regenerate.
2513
363ef840
DA
25142006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2515
2516 Sync from gcc:
2517
2518 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2519 * configure.in: Don't enable libgomp on hpux10.
2520 * configure: Rebuilt.
2521
54d1c879
DA
25222006-06-13 David Ayers <d.ayers@inode.at>
2523
2524 Sync from gcc:
2525
2526 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 2527
54d1c879
DA
2528 PR bootstrap/27963
2529 PR target/19970
0e7ef45c 2530 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
2531 ${libgcj} is specified.
2532 * configure: Regenerate.
0e7ef45c 2533
a4d8b690
JJ
25342006-06-08 Jeff Johnston <jjohnstn@redhat.com>
2535
2536 Sync from gcc:
2537
2538 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 2539 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
2540
2541 PR bootstrap/18033
2542 * config-ml.in: Eval option if surrounded by single quotes.
2543
4f0ef2d8
CD
25442006-06-07 Carlos O'Donell <carlos@codesourcery.com>
2545
2546 Sync from gcc:
0e7ef45c 2547
4f0ef2d8 2548 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 2549
4f0ef2d8
CD
2550 PR libobjc/13946
2551 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2552 * Makefile.in: Regenerate.
2553 * configure.in: Add --enable-objc-gc at toplevel and have it
2554 enable boehm-gc for Objective-C.
2555 Remove target-boehm-gc from libgcj.
2556 Add target-boehm-gc to target_libraries.
2557 Add target-boehm-gc to noconfigdirs where ${libgcj}
2558 is specified.
2559 Assert that boehm-gc is supported when requested for Objective-C.
2560 Only build boehm-gc if needed either for Java or Objective-C.
2561 * configure: Regenerate.
2562
2563 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 2564
4f0ef2d8
CD
2565 PR 27674
2566 * Makefile.tpl (configure-[+prefix+][+module+],
2567 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2568 Remove rule to unstage bootstrapped modules.
2569 (stage_current): New.
2570 * Makefile.in: Regenerate.
2571
2572 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2573 Andreas Tobler <a.tobler@schweiz.ch>
2574
2575 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2576 * configure: Rebuilt.
2577
2578 Revert
2579 2006-01-31 Richard Guenther <rguenther@suse.de>
2580 Paolo Bonzini <bonzini@gnu.org>
2581
2582 * Makefile.def (target_modules): Add libgcc-math target module.
2583 * configure.in (target_libraries): Add libgcc-math target library.
2584 (--enable-libgcc-math): New configure switch.
2585 * Makefile.in: Re-generate.
2586 * configure: Re-generate.
2587
c17b816b
JJ
25882006-06-05 Jeff Johnston <jjohnstn@redhat.com>
2589
2590 * config-ml.in: Alter CCASFLAGS to include special
2591 multilib options the same as is done for CFLAGS.
2592
20e95c23
DJ
25932006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2594
2595 * Makefile.def: Added dependencies from sim and gdb on intl, and
2596 added configure dependencies to everything with an all dependency
2597 on intl.
2598 * gettext.m4: Removed.
2599 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
2600 (GDB_SUPPORT_DIRS): Add intl.
2601 * Makefile.in: Regenerated.
2602
4bd8ad80
DJ
26032006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
2604
2605 * src-release (DEVO_SUPPORT): Add config.rpath.
2606
c380fdd8
PB
26072006-05-25 Paolo Bonzini <bonzini@gnu.org>
2608
2609 * Makefile.def (bfd, opcodes): Fix lib_path.
2610 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2611 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2612 * Makefile.in: Regenerate.
2613
701628f5
MS
26142006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2615
2616 * configure.in: Enable gprof for cross builds.
2617 * configure: Regenerate.
2618
25aae7f2
DJ
26192006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2620
2621 * src-release (MAKEINFOFLAGS): Define.
2622 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
2623
ea3d1626
BE
26242006-05-14 Ben Elliston <bje@au.ibm.com>
2625
2626 * config.sub, config.guess: Update from upstream sources.
2627
49b9e644
BE
26282006-05-12 Ben Elliston <bje@au.ibm.com>
2629
2630 * config.sub, config.guess: Update from upstream sources.
2631
482dd2f6
DJ
26322006-05-04 Steve Ellcey <sje@cup.hp.com>
2633
2634 * blt, iwidgets, mmalloc: Remove directories.
2635
8b01a5c2
DD
26362006-05-01 DJ Delorie <dj@redhat.com>
2637
641a3af4 2638 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
2639 * configure: Regenerate.
2640
a481dbb7
DD
26412006-04-18 DJ Delorie <dj@redhat.com>
2642
2643 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2644 reference libgloss so that libssp can be built in a combined
2645 tree.
2646 * configure: Regenerate.
2647
962c9e74
BE
26482006-04-10 Ben Elliston <bje@au.ibm.com>
2649
2650 * contrib: Remove directory.
2651
108a6f8e
CD
26522006-04-06 Carlos O'Donell <carlos@codesourcery.com>
2653
2654 * Makefile.tpl: Add install-html target.
2655 * Makefile.def: Add install-html target.
2656 * Makefile.in: Regenerate.
2657 * configure.in: Add --with-datarootdir, --with-docdir,
2658 and --with-htmldir options.
2659 * configure: Regenerate.
2660
a4ef73e9
BE
26612006-03-31 Ben Elliston <bje@au.ibm.com>
2662
2663 PR binutils/1860
2664 * configure.in: Require makeinfo 4.4 or higher.
2665 * configure: Regenerate.
2666
b37df25a
PB
26672006-03-14 Paolo Bonzini <bonzini@gnu.org>
2668
2669 * Makefile.in: Regenerate.
2670
a6df5a19
PB
26712006-03-14 Paolo Bonzini <bonzini@gnu.org>
2672
2673 Sync with gcc:
2674 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
2675
f7c83eac
AS
2676 * configure.in: Handle --disable-<component> generically.
2677 * configure: Regenerate.
a6df5a19
PB
2678
2679 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 2680
f7c83eac
AS
2681 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2682 (TARGET_CONFIGDIRS): Remove.
2683 * configure.in: Remove AC_SUBST(target_configdirs).
2684 * Makefile.in, configure: Regenerated.
a6df5a19
PB
2685
2686
65419985
L
26872006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2688
2689 PR libgcj/17311
2690 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2691
c52c6897
PB
26922006-02-20 Paolo Bonzini <bonzini@gnu.org>
2693
2694 PR bootstrap/25670
2695
2696 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2697
2698 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2699 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2700 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2701 BUILD_PREFIX, BUILD_PREFIX_1.
2702 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2703
2704 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2705 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2706
2707 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2708 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2709 of `cat stage_current`. Always provide the `r' and `s' variables.
2710 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2711 a single shell execution.
2712 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2713 bootstrapped modules, make the stage1 module if the build was not
2714 started yet, else build the current stage.
2715 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2716 (all-build, all-host, all-target, [+make_target+]-host,
2717 [+make_target+]-target): Do not use \-continued lines.
2718 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2719 (current_stage, restrap, stage_last): New.
2720
2721 * Makefile.in: Regenerate.
2722 * configure: Regenerate.
2723
b3ded179
PB
27242006-02-14 Paolo Bonzini <bonzini@gnu.org>
2725
2726 Sync from gcc:
2727
2728 2006-01-31 Richard Guenther <rguenther@suse.de>
2729 Paolo Bonzini <bonzini@gnu.org>
2730
f7c83eac
AS
2731 * Makefile.def (target_modules): Add libgcc-math target module.
2732 * configure.in (target_libraries): Add libgcc-math target library.
2733 (--enable-libgcc-math): New configure switch.
2734 * Makefile.in: Re-generate.
2735 * configure: Re-generate.
2736 * libgcc-math: New toplevel directory.
b3ded179
PB
2737
2738 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
2739 Jakub Jelinek <jakub@redhat.com>
2740 Diego Novillo <dnovillo@redhat.com>
b3ded179 2741
f7c83eac
AS
2742 * libgomp: New directory.
2743 * Makefile.def: Add target_module libgomp.
2744 * Makefile.in: Regenerate.
2745 * configure.in (target_libraries): Add target-libgomp.
2746 * configure: Regenerate.
b3ded179 2747
3a35eeb3
PB
27482006-02-14 Paolo Bonzini <bonzini@gnu.org>
2749 Andreas Schwab <schwab@suse.de>
0e7ef45c 2750
3a35eeb3
PB
2751 * configure: Regenerate.
2752
2429c060
PB
27532006-01-16 Paolo Bonzini <bonzini@gnu.org>
2754
2755 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2756 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2757 the assembler, linker and binutils.
2758 * configure: Regenerate.
2759
ec49b2b8
NC
27602006-01-16 Nick Clifton <nickc@redhat.com>
2761
49b9e644 2762 * config.sub, config.guess: Sync from config repository.
ec49b2b8 2763
44b2308f
AO
27642006-01-05 Alexandre Oliva <aoliva@redhat.com>
2765
2766 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2767 @ from continuation.
2768 * Makefile.in: Rebuilt.
2769
80911fe1
PB
27702006-01-04 Paolo Bonzini <bonzini@gnu.org>
2771
2772 Sync from gcc:
2773
2774 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
2775
f7c83eac 2776 PR bootstrap/24252
80911fe1 2777
f7c83eac
AS
2778 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2779 * Makefile.tpl (OBJDUMP): New.
2780 (EXTRA_HOST_FLAGS): Add it.
2781 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 2782
f7c83eac
AS
2783 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2784 to use symbolic links between directories. Avoid race conditions
2785 or make them harmless.
2786 * configure.in: Do not try to use symbolic links between directories.
80911fe1 2787
f7c83eac
AS
2788 * Makefile.def (LEAN): Pass.
2789 * Makefile.tpl (LEAN): Define.
2790 (stage[+id+]-start): Accept that the previous directory does not
2791 exist, if the bootstrap is lean.
2792 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2793 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2794 configure substitution.
2795 ([+compare-target+]): Likewise.
2796 ([+bootstrap-target+]-lean): New.
2797 * configure.in: Remove lean bootstrap support from here.
80911fe1 2798
f7c83eac
AS
2799 * Makefile.in: Regenerate.
2800 * configure: Regenerate.
80911fe1
PB
2801
2802 2006-01-02 Andreas Schwab <schwab@suse.de>
2803
f7c83eac
AS
2804 * configure.in: When reconfiguring remove Makefile in
2805 all stage directories.
2806 * configure: Regenerate.
80911fe1 2807
b59bea8a
NC
28082005-12-27 Leif Ekblad <leif@rdos.net>
2809
2810 * configure.in: Add support for RDOS target.
2811 * configure: Regenerate.
2812
d7730bac
NC
28132005-12-27 Nick Clifton <nickc@redhat.com>
2814
2815 PR binutils/1990
2816 * libtool.m4: Synchronize with version in GCC sources.
2817
c02dabc3
PB
28182005-12-20 Paolo Bonzini <bonzini@gnu.org>
2819
f7c83eac 2820 Revert Ada-related part of the previous change.
c02dabc3 2821
f7c83eac
AS
2822 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2823 Do not pass.
2824 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2825 * Makefile.in: Regenerate.
2826 * configure.in: Do not include mt-ppc-aix target fragment.
2827 * configure: Regenerate.
c02dabc3 2828
f6d183c0
PB
28292005-12-19 Paolo Bonzini <bonzini@gnu.org>
2830
2831 * configure.in: Select appropriate fragments for PowerPC/AIX.
2832 * configure: Regenerate.
2833
2834 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2835 BOOT_CFLAGS, BOOT_LDFLAGS.
2836 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2837 BOOT_CFLAGS, BOOT_LDFLAGS.
2838 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2839 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2840 (stage): Fail if we cannot complete the work.
2841 * Makefile.in: Regenerate.
2842
f29759fc
JJ
28432005-12-16 Jeff Johnston <jjohnstn@redhat.com>
2844
2845 * COPYING.NEWLIB: Update copyright year for default
2846 copyright.
2847
1f054001
PB
28482005-12-15 Paolo Bonzini <bonzini@gnu.org>
2849
2850 * Makefile.tpl (all, do-[+make_target+], do-check, install,
2851 install-host-nogcc): Don't invoke $(stage) at the end.
2852 * Makefile.in: Regenerate.
2853
0aed8855
PB
28542005-12-14 Paolo Bonzini <bonzini@gnu.org>
2855
2856 * configure.in: Flip the top-level bootstrap switch.
2857 * configure: Regenerate.
2858
2859 Merge from gcc:
2860
2861 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
2862
f7c83eac
AS
2863 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2864 $(stage) and $(unstage).
2865 (EXTRA_TARGET_FLAGS): Correct double-quoting.
2866 (all): Remove stray semicolon.
2867 (local-distclean): Don't handle multilib.tmp and multilib.out.
2868 (install.all): Set $s for consistency.
2869 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2870 check_multilibs setting. Always make the install directory.
2871 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2872 Correct @if/@endif.
2873 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2874 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2875 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2876 (multilib.out): Remove.
2877 * Makefile.in: Regenerated.
0aed8855
PB
2878
28792005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2880
2881 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
2882 * configure.in: Replace ms1 arch with mt.
2883 * configure: Rebuilt.
2884
28852005-12-05 Paolo Bonzini <bonzini@gnu.org>
2886
2887 Sync with gcc:
2888
4970f871
NS
28892005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2890
2891 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
2892 * configure.in: Replace ms1 arch with mt.
2893 * configure: Rebuilt.
2894
be01d343
PB
28952005-12-05 Paolo Bonzini <bonzini@gnu.org>
2896
2897 Sync with gcc:
2898
2899 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
2900
f7c83eac
AS
2901 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2902 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2903 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
2904 Find in-tree tools if available.
2905 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2906 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2907 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2908 (COMPILER_*_FOR_TARGET): New.
2909 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2910 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2911 (CONFIGURED_*, USUAL_*): Remove.
2912 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2913 STRIP): Use autoconf substitutions.
2914 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2915 COMPILER_NM_FOR_TARGET): New.
2916 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2917
2918 (all): Make all-host and all-target in parallel.
2919 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2920 that $$r and $$s are set before invoking a recursive make.
2921 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2922 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
2923
2924 2005-11-29 Ben Elliston <bje@au.ibm.com>
2925
f7c83eac
AS
2926 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2927 from the gcc build directory.
2928 * Makefile.in: Regenerate.
be01d343
PB
2929
2930 2005-11-29 Ben Elliston <bje@au.ibm.com>
2931
f7c83eac
AS
2932 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
2933 depend on all-libdecnumber.
2934 * configure.in (host_libs): Include libdecnumber.
2935 * Makefile.in: Regenerate.
2936 * configure: Likewise.
be01d343
PB
2937
2938 2005-11-21 Kean Johnston <jkj@sco.com>
2939
f7c83eac 2940 * config.sub, config.guess: Sync from upstream sources.
be01d343 2941
907be67c
DJ
29422005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
2943
2944 * Makefile.def: Remove gdb dependencies for gdbtk.
2945 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2946 (configure-gdb, install-gdb): New rules.
2947 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2948 * Makefile.in, configure: Regenerated.
2949
e360f423
PB
29502005-10-22 Paolo Bonzini <bonzini@gnu.org>
2951
2952 PR bootstrap/24297
2953 * Makefile.tpl (do-[+make-target+], do-check, install,
2954 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2955 are set before recursing.
2956 * Makefile.in: Regenerate.
2957
45d5eb0a
EB
29582005-10-20 Eric Botcazou <ebotcazou@adacore.com>
2959
2960 PR bootstrap/18939
2961 * Makefile.def (gcc) <target>: Fix thinko.
2962 * Makefile.in: Regenerate.
2963
3cf3372e
BS
29642005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
2965
2966 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2967 * configure: Regenerate.
2968
bd70a46f
KH
29692005-10-09 Kazu Hirata <kazu@codesourcery.com>
2970
2971 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2972 target-libffi, target-qthreads, target-libjava, and
2973 targetlibobjc.
2974 * configure: Regenerate.
2975
5ae72758
DJ
29762005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
2977
2978 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2979 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2980 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2981 (USUAL_OBJDUMP_FOR_TARGET): New.
2982 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2983 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 2984 * configure, Makefile.in: Regenerated.
5ae72758 2985
cc96343e
PB
29862005-10-05 Paolo Bonzini <bonzini@gnu.org>
2987
2988 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2989 before other host packages.
2990
f70224b5
PB
29912005-10-05 Paolo Bonzini <bonzini@gnu.org>
2992
2993 PR bootstrap/22340
2994
2995 * configure.in (default_target): Remove.
2996 * Makefile.tpl (all): Do not use prerequisites as subroutines
2997 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2998 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2999 use prerequisites as subroutines.
3000 (check-host, check-target): New.
3001 (bootstrap configure & all targets): Do not use stage*-start
3002 if the directory layout is already ok.
3003 (non-bootstrap configure & all targets): Prepend a $(unstage).
3004 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3005 (NOTPARALLEL): Remove.
3006 (unstage, stage variables): New variables.
3007 (unstage, stage targets): Simply expand to those variables.
3008
3009 * configure: Regenerate.
3010 * Makefile.in: Regenerate.
3011
c13c918a
JW
30122005-10-04 James E Wilson <wilson@specifix.com>
3013
3014 * Makefile.def (lang_env_dependencies): Add libmudflap.
3015 * Makefile.in: Regenerate.
3016
376a0e54
CM
30172005-10-03 Catherine Moore <clm@cm00re.com>
3018
3019 * configure.in (bfin-*-*): Support bfin.
3020 * configure: Regenerated.
3021
d320aacb
L
30222005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3023
3024 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3025 * configure: Regenerated.
3026
7e0f7140
GK
30272005-09-28 Geoffrey Keating <geoffk@apple.com>
3028
3029 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3030 (LIPO_FOR_TARGET): New.
3031 (CONFIGURED_LIPO_FOR_TARGET): New.
3032 (USUAL_LIPO_FOR_TARGET): New.
3033 (STRIP_FOR_TARGET): New.
3034 (CONFIGURED_STRIP_FOR_TARGET): New.
3035 (USUAL_STRIP_FOR_TARGET): New.
3036 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3037 STRIP_FOR_TARGET.
3038 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3039 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3040 * Makefile.in: Regenerate.
3041 * configure: Regenerate.
0e7ef45c 3042
096f7d00
DE
30432005-09-19 David Edelsohn <edelsohn@gnu.org>
3044
3045 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3046 (rs6000-*-aix*): Same.
3047 * configure: Regenerate.
3048
30492005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3050
3051 * configure.in: Recognize f95 in the --enable-languages option,
3052 and substitute it for fortran, issuing a warning.
3053 * configure: Regenerate.
3054
2016dfcc
BE
30552005-09-07 Ben Elliston <bje@au.ibm.com>
3056
3057 Import from Autoconf sources:
3058
3059 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3060 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3061 Elliston. Handle weird characters correctly.
3062
6dd2fda9
DD
30632005-08-30 Phil Edwards <phil@codesourcery.com>
3064
3065 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3066 * configure: Regenerated.
3067
e6db70d4
RE
30682005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3069
f7c83eac
AS
3070 * Makefile.def (libssp): Add to lang_env_dependencies.
3071 * Makefile.in: Regenerate.
e6db70d4 3072
e1e3d0f5
CG
30732005-08-17 Christian Groessler <chris@groessler.org>
3074
3075 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3076 * Makefile.in: Regenerate.
3077
05cbd757
PB
30782005-08-12 Paolo Bonzini <bonzini@gnu.org>
3079
3080 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3081 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3082 Look for alternate names of the target cc and c++
3083 * configure: Regenerate.
3084
55db4b87
PB
30852005-08-08 Paolo Bonzini <bonzini@gnu.org>
3086
3087 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3088 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3089 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3090 tools; remove code to manually set them.
3091 (Target tools): Look in the environment for them.
3092 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3093 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3094 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3095 build directory.
3096 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3097 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3098 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3099 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3100 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3101 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3102 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3103 * configure: Regenerate.
3104 * Makefile.in: Regenerate.
3105
414e5532
MM
31062005-07-27 Mark Mitchell <mark@codesourcery.com>
3107
3108 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 3109 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
3110 * Makefile.in: Regenerated.
3111
a19b6204
MM
31122005-07-26 Mark Mitchell <mark@codesourcery.com>
3113
3114 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3115 (CFLAGS_FOR_TARGET): Use it.
3116 (CXXFLAGS_FOR_TARGET): Likewise.
3117 * Makefile.in: Regenerated.
3118 * configure.in (--with-build-sysroot): New option.
3119 * configure: Regenerated.
3120
b73aa406
PB
31212005-07-24 Paolo Bonzini <bonzini@gnu.org>
3122
3123 * Makefile.tpl: Wrap install between unstage and stage
3124 * Makefile.in: Regenerate.
3125
6e4d0bcb
KC
31262005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3127
3128 * all files: Update FSF address.
3129
49f58d10
JB
31302005-07-14 Jim Blandy <jimb@redhat.com>
3131
3132 * configure.in: Add cases for Renesas m32c.
3133 * configure: Regenerated.
0e7ef45c 3134
1d9c9cd7
KC
31352005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3136
3137 * COPYING, compile, config-ml.in, config.guess,
3138 config.sub, install-sh, missing, mkinstalldirs,
3139 symlink-tree, ylwrap: Sync from upstream sources.
3140
1587117a
EC
31412005-07-13 Eric Christopher <echristo@redhat.com>
3142
3143 * configure.in: Add toplevel noconfigdir support for tpf.
3144 * configure: Regenerate.
3145
bb780410
DD
31462005-07-11 Jakub Jelinek <jakub@redhat.com>
3147
3148 * Makefile.def (target_modules): Add libssp.
3149 * configure.in (target_libraries): Add target-libssp.
3150 * configure: Rebuilt.
3151 * Makefile.in: Rebuilt.
3152
064d0a7c
PB
31532005-07-11 Paolo Bonzini <bonzini@gnu.org>
3154
3155 PR ada/22340
3156
3157 * Makefile.def: Sync with gcc.
3158 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3159 * Makefile.in: Regenerate.
3160
b2edd3b5
AS
31612005-07-07 Andreas Schwab <schwab@suse.de>
3162
3163 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3164 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3165 * Makefile.in: Regenerated.
3166
5f128533
KH
31672005-07-07 Kazu Hirata <kazu@codesourcery.com>
3168
3169 * configure.in: Add --enable-libssp and --disable-libssp.
3170 * configure: Regenerate with autoconf-2.13.
3171
4e3fc8e5
GK
31722005-07-06 Geoffrey Keating <geoffk@apple.com>
3173
3174 * configure.in: Don't build sim or rda when targetting darwin.
3175 * configure: Regenerate.
3176
c7357d6a
BE
31772005-07-04 Ben Elliston <bje@gnu.org>
3178
3179 * src-release (do-proto-toplev): Remove dejagnu bits.
3180 (DEJAGNU_SUPPORT_DIRS): Remove.
3181 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3182 (GDBD_SUPPORT_DIRS): Likewise.
3183 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3184 (INSIGHTD_SUPPORT_DIRS): Likewise.
3185 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3186
31872005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
3188
3189 * setup.com (mpw): Remove unused directive.
3190
7d329e61
PB
31912005-06-22 Paolo Bonzini <bonzini@gnu.org>
3192
3193 * Makefile.def (stagefeedback): Come after profile.
3194 Define profiledbootstrap target.
3195 * Makefile.tpl (profiledbootstrap): Remove.
3196 (stageprofile-end): Zap stagefeedback.
3197 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3198 * Makefile.in: Regenerate.
3199
e5fbed21
DD
32002005-06-13 Zack Weinberg <zack@codesourcery.com>
3201
3202 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3203 In 'cpp' stanza, support '#line' as well as '# '.
3204
59f7ec45
HPN
32052005-06-07 Hans-Peter Nilsson <hp@axis.com>
3206
3207 * configure.in (unsupported_languages): New macro.
3208 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3209 non-ported target libraries in noconfigdirs.
3210 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3211 non-linux-gnu. Remove libgcj_ex_libffi.
3212 <lang_frag loop>: Set add_this_lang=no if the language is in
3213 unsupported_languages.
3214 * configure: Regenerate.
3215
c10e9ba7
DD
32162005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3217
3218 * configure.in: Fix typo in handling of --with-mpfr-dir.
3219 * configure: Regenerate.
3220
20deb2b8
JB
32212005-06-02 Jim Blandy <jimb@redhat.com>
3222
3223 * config.sub: Add cases for the Renesas m32c. (This patch has been
3224 accepted into the master sources.)
3225
cdb9b172 32262005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
3227 Michael Snyder <msnyder@redhat.com>
3228 Stan Cox <scox@redhat.com>
cdb9b172 3229
f7c83eac 3230 * configure.in: Set noconfigdirs for ms1.
cdb9b172 3231
f7c83eac 3232 * configure: Regenerate.
cdb9b172 3233
1dc3053f
PB
32342005-05-25 Paolo Bonzini <bonzini@gnu.org>
3235
3236 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3237 (Dependencies): Consider target modules for bootstrap dependencies.
3238 Make target bootstrap modules depend on each stage's gcc.
3239 * Makefile.in: Regenerate.
3240
c60fe18b
PB
32412005-05-20 Paolo Bonzini <bonzini@gnu.org>
3242
3243 * Makefile.def (configure-gcc): Depend on binutils having been built.
3244 (all-gcc): No need to do it here.
3245 * Makefile.in: Regenerate.
3246
27258dd4
PB
32472005-05-19 Paul Brook <paul@codesourcery.com>
3248
0e7ef45c 3249 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
3250 language cannot be built.
3251 * configure: Regenerate.
3252
42ecbf5e
DJ
32532005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3254
3255 * ylwrap: Import from Automake 1.9.5.
3256
ae380b45
MS
32572005-05-04 Mike Stump <mrs@apple.com>
3258
3259 * configure.in: Always pass --target to target configures as
3260 otherwise rebuilds that do --recheck will fail.
811d3af8 3261 * configure: Rebuilt.
ae380b45 3262
d545f33b
PB
32632005-05-04 Paolo Bonzini <bonzini@gnu.org>
3264
3265 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3266 STAGE_HOST_EXPORTS.
3267 (configure, all): Add bootstrap support.
3268 (Host modules, target modules): Pass post-stage1 flags and exports.
3269 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3270 * Makefile.in: Regenerate.
3271
2faa2958
PB
32722005-04-29 Paolo Bonzini <bonzini@gnu.org>
3273
3274 Sync from gcc:
3275
3276 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3277
f7c83eac 3278 * config.sub: Update from master copy.
2faa2958
PB
3279
3280 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
3281
f7c83eac
AS
3282 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3283 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3284 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3285 "*-*-elf" and "*-*-linux*".
3286 * configure: Regenerate.
2faa2958 3287
a7254363
PB
32882005-04-06 Paolo Bonzini <bonzini@gnu.org>
3289
f7c83eac 3290 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
3291 (TARGET_CONFIGARGS): Include --with-target-subdir.
3292 (configure, all): New macros. Use them throughout.
3293
a8637a7d
PB
32942005-04-05 Paolo Bonzini <bonzini@gnu.org>
3295
3296 * Makefile.tpl: Sync with gcc.
3297 * Makefile.in: Regenerate.
3298
dd387d52
JR
32992005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3300
3301 * config/mh-mingw32: Delete.
3302 * configure.in: Don't use it.
3303 * configure: Regenerate.
3304
e90269c8
PB
33052005-03-31 Paolo Bonzini <bonzini@gnu.org>
3306
3307 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3308 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3309 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3310 (HOST_LIB_PATH): Generate from Makefile.def.
3311 (TARGET_LIB_PATH): Likewise.
3312 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3313 * Makefile.in: Regenerate.
3314 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3315 (RPATH_ENVVAR): Include Darwin case.
3316 * configure: Regenerate.
3317
9a237d9e
PB
33182005-03-25 Paolo Bonzini <bonzini@gnu.org>
3319
3320 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3321 * configure: Regenerate.
3322
479759c8
ZW
33232005-03-21 Zack Weinberg <zack@codesourcery.com>
3324
3325 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3326 gcc_version, and gcc_version_trigger from set of flags to pass.
3327 * Makefile.tpl: Remove definitions of above variables.
3328 (config.status): Remove dependency on $(gcc_version_trigger).
3329 * Makefile.in: Regenerate.
3330 * configure.in: Do not reference config/gcc-version.m4 nor
3331 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3332 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3333 * configure: Regenerate.
3334
4cfaf6d5
DD
33352005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3336 Andrew Pinski <pinskia@physics.uc.edu>
3337
3338 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3339 * Makefile.in: Regenerate.
3340
33a3fb7b
AO
33412005-03-01 Alexandre Oliva <aoliva@redhat.com>
3342
3343 PR libgcj/20160
3344 * ltmain.sh: Avoid creating archives with components that have
3345 duplicate basenames.
3346
2da12f12
PB
33472005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3348
479759c8
ZW
3349 PR bootstrap/20250
3350 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3351 instead of check.
3352 * Makefile.in: Regenerate.
2da12f12 3353
b00612cc
PB
33542005-02-28 Paolo Bonzini <bonzini@gnu.org>
3355
3356 Sync from gcc.
3357
3358 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3359
3360 PR bootstrap/17383
3361 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3362 * Makefile.tpl (HOST_SUBDIR): New substitution.
3363 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3364 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3365 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3366 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3367 (Host modules, Bootstrapped modules): Use it.
3368 (Build modules, Target modules): Do not create symlink trees,
3369 always configure out-of-srcdir.
3370 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3371 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3372 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3373 $(HOST_SUBDIR). Create a symlink for host_subdir.
3374
3375 * Makefile.in: Regenerate.
3376 * configure: Regenerate.
3377
3378 Merged from libada-gnattools-branch:
3379 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3380
3381 * Makefile.def: Add gnattools as a module, depending on target-libada.
3382 * Makefile.in: Regenerate.
3383 * configure.in: Include gnattools in host_tools; disable it if ada
3384 is disabled.
3385 * configure: Regenerate.
3386
c3e65f62
NC
33872005-02-23 Nick Clifton <nickc@redhat.com>
3388
3389 * configure: Regenerate.
3390
e4d180c2
NC
33912005-02-22 Paul Schlie <schlie@comcast.net>
3392
3393 * configure.in: Allow darwin targeted ports to build tk, itcl and
3394 libgui.
3395
e3c770b1
EB
33962005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3397
3398 PR libgcj/10353
3399 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3400 * configure: Regenerate.
3401
9c73618c
AC
34022005-02-08 Andrew Cagney <cagney@gnu.org>
3403
3404 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3405 gdb/ section. Update GDB's URL.
3406
c46f8c51
AC
34072005-01-31 Andrew Cagney <cagney@gnu.org>
3408
3409 * gettext.m4: Only set ENABLE_NLS when gettext is present.
3410
c7e66c6d
HPN
34112005-01-29 Hans-Peter Nilsson <hp@axis.com>
3412
3413 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3414 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3415 target-libgloss when not *-*-elf and *-*-aout.
3416 * configure: Regenerate.
3417
a53bf506
AC
34182005-01-27 Andrew Cagney <cagney@gnu.org>
3419
3420 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3421
45181ed1
AC
34222005-01-24 Andrew Cagney <cagney@gnu.org>
3423
3424 * gettext.m4: Only fall back to ../intl/ when it's present.
3425
a1e0f4e4
KC
34262005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3427
3428 * install-sh, config.sub: Import from upstream.
3429
34302005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
3431
3432 PR bootstrap/18222
3433 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3434 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3435 * Makefile.in: Regenerate.
3436
c50382e2
PB
34372005-01-03 Paolo Bonzini <bonzini@gnu.org>
3438
3439 Revert 2004-12-28 Makefile changes, a better fix will be
3440 applied to mainline and src after GCC 4.0 branches.
3441
11d07737
PB
34422004-12-28 Paolo Bonzini <bonzini@gnu.org>
3443
3444 PR bootstrap/17383
3445
3446 * Makefile.def (target_modules): Remove stage parameter,
3447 it is always true now.
3448 * Makefile.tpl (configure-build-[+module+],
3449 configure-target-[+module+]): Always build symlink tree
3450 for the directory and for include. BUILD_SUBDIR and
3451 TARGET_SUBDIR cannot be . anymore.
3452 * Makefile.in: Regenerate.
3453
dadfdbe2
DD
34542004-12-25 David Edelsohn <edelsohn@gnu.org>
3455
3456 Revert 2004-12-08 Makefile changes.
3457
dbf85af7
JR
34582004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3459
3460 * configure.in (sh64-*-*): Reenable gprof.
3461 * configure: Regenerate.
3462
6b8fea99
JB
34632004-12-09 Jim Blandy <jimb@redhat.com>
3464
3465 * MAINTAINERS: List 'depcomp' as part of automake.
3466
7341462c
DE
34672004-12-08 David Edelsohn <edelsohn@gnu.org>
3468
3469 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3470 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3471 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3472 * Makefile.in: Regenerate.
3473
21fde4dc
DD
34742004-12-07 Matt Kraai <kraai@ftbfs.org>
3475
3476 * Makefile.tpl: Generate normal dependencies if the LHS module is
3477 not bootstrapped.
3478 * Makefile.in: Regenerate.
3479
3da796a2
RS
34802004-12-03 Richard Sandiford <rsandifo@redhat.com>
3481
3482 * configure.in: Include config/gxx-include-dir.m4. Use
3483 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
3484 * configure: Regenerate.
3485
73fb7068
RS
34862004-12-03 Richard Sandiford <rsandifo@redhat.com>
3487
3488 * config.if: Delete.
3489 * configure.in: Set libstdcxx_incdir directly.
3490 * configure: Regenerate.
3491 * MAINTAINERS: Remove mention of config.if.
3492 * src-release (DEVO_SUPPORT): Remove config.if.
3493
6c8e6ce9
EC
34942004-12-02 Eric Christopher <echristo@redhat.com>
3495
3b6098f8
EC
3496 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
3497 of things to remove.
6c8e6ce9 3498 * Makefile.in: Regenerate.
479759c8 3499
b8658a2f
RS
35002004-12-02 Richard Sandiford <rsandifo@redhat.com>
3501
3502 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3503 * configure: Regenerate.
3504
afefada0
RS
35052004-12-02 Richard Sandiford <rsandifo@redhat.com>
3506
3507 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
3508 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
3509 * configure: Regenerate.
3510
5dcac624
DA
35112004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3512
3513 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3514 (hppa*64*-*-*): Delete incorrect comment.
3515 * configure: Rebuilt.
3516
57d1eb1a
DD
35172004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3518
3519 * install-sh, compile: Import from automake.
3520
35212004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3522
3523 * config.guess, config.sub: Import from savannnah.
3524
6d389afc
MS
35252004-11-12 Mike Stump <mrs@apple.com>
3526
3527 * Makefile.def: Add html support.
3528 * Makefile.tpl: Likewise.
3529 * Makefile.in: Regenerate.
3530
69e57115
GK
35312004-11-11 Geoffrey Keating <geoffk@apple.com>
3532
3533 PR 18423
3534 * configure.in: Remove all instances of build-fixincludes from
3535 noconfigdirs.
3536 (build_configargs): Supply --target to subdirectories.
3537 * configure: Regenerate.
3538
3539 * Makefile.def: Make gcc install depend on fixincludes install.
3540 * Makefile.in: Regenerate.
3541
ba719b26
HPN
35422004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
3543
3544 * configure.in (noconfigdirs) [mmix-*-*]: Disable
3545 target-libgfortran.
3546 * configure: Regenerate.
3547
c37653e7
DE
35482004-11-07 David Edelsohn <edelsohn@gnu.org>
3549
3550 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3551 like CC.
3552
1eefd493
PB
35532004-11-05 Paolo Bonzini <bonzini@gnu.org>
3554
3555 * Makefile.def (host fixincludes): Specify missing targets.
3556 * Makefile.in: Regenerate.
3557
02b1af09
L
35582004-11-04 H.J. Lu <hongjiu.lu@intel.com>
3559
3560 PR other/17783
3561 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3562 * configure: Regenerated.
3563
7f266840
DJ
35642004-11-04 Daniel Jacobowitz <dan@debian.org>
3565
3566 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3567 * configure: Regenerated.
3568
47444073
AL
35692004-10-28 Eric B. Weddington <ericw@evcohs.com>
3570
3571 PR target/18151
3572 * configure.in (case ${target}): Do not build fixincludes for avr.
3573 * configure: Regenerated.
3574
caeba88f
AL
35752004-10-26 Paolo Bonzini <bonzini@gnu.org>
3576
3577 * configure.in (case ${target}): Do not build fixincludes
3578 on platforms where it is not used.
3579 * configure: Regenerated.
3580
0fdbe983
DJ
35812004-10-23 Daniel Jacobowitz <dan@debian.org>
3582
3583 * configure.in: Use an absolute path to install-sh.
3584 * configure: Regenerated.
3585
1c0f67c1
AC
35862004-10-19 Andrew Cagney <cagney@gnu.org>
3587
3588 * src-release (do-djunpack, do-md5sum): Install the generated file
3589 directly into the proto-toplev/ directory.
479759c8 3590
a9cfce9c
AC
35912004-10-19 Andrew Cagney <cagney@gnu.org>
3592
3593 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
3594
ac0fa625
DD
35952004-10-12 Kelley Cook <kcook@gcc.gnu.org>
3596
3597 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3598 * configure: Regenerate.
3599
d27cc32e
PB
36002004-10-06 Paolo Bonzini <bonzini@gnu.org>
3601
3602 Fix wrong conflict resolution in:
3603
3604 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3605
3606 * Makefile.in: Regenerate.
3607 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3608 in the recursive `make', instead of hardwiring `all'.
3609 (Autogenerated TARGET-* variables): New.
3610
1763908f
UW
36112004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3612
3613 Merged from GCC / libtool upstream:
3614 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
3615 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3616 * ltcf-cxx.sh (tpf*): Likewise.
3617 * ltconfig (tpf*): Add TPF OS configuration support.
3618
0490e016
NC
36192004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
3620
3621 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 3622 * configure: Regenerate.
0490e016 3623
32be62b5
RS
36242004-09-24 Michael Roth <mroth@nessie.de>
3625
3626 * configure.in (--without-headers): Add missing double quotes.
3627 * configure: Regenerate.
3628
6048df60
DD
36292004-09-24 Kelley Cook <kcook@gcc.gnu.org>
3630
3631 * ylwrap: Revert to previous version.
3632
315b3b02
L
36332004-09-23 H.J. Lu <hongjiu.lu@intel.com>
3634
6048df60 3635 PR bootstrap/17369
315b3b02
L
3636 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3637 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3638 SET_GCC_LIB_PATH_CMD.
3639 (BASE_TARGET_EXPORTS): Likewise.
3640 * Makefile.in: Regenerated.
3641
3642 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3643 * configure: Regenerated.
3644
fe69863c
DD
36452004-09-23 Kelley Cook <kcook@gcc.gnu.org>
3646
3647 * config.guess: New upstream version
3648 * compile, depcomp, install-sh, ylwrap: Likewise.
3649
36502004-09-19 Roger Sayle <roger@eyesopen.com>
3651
3652 * config/mh-x86omitfp: New host makefile fragment. Add
3653 -fomit-frame-pointer to the default BOOT_CFLAGS.
3654 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3655 * configure: Regenerate.
3656
36572004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
3658
3659 PR target/11572
3660 * configure.in (*-*-darwin*): Renable libobjc.
3661 * configure: Regenerate.
3662
be75bbe1 36632004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 3664
be75bbe1
DB
3665 * Makefile.def: Remove libbanshee.
3666 * Makefile.tpl: Ditto.
3667 * configure.in: Ditto.
3668 * Makefile.in: Regen.
3669 * configure: Ditto.
3670
1b882a91
PB
36712004-09-07 Paolo Bonzini <bonzini@gnu.org>
3672
3673 * missing: Import latest version from master repository.
3674
eb1352ed
NC
36752004-09-04 Nick Clifton <nickc@redhat.com>
3676
3677 * config.sub: Import latest version from master repository.
3678 * config.guess: Likewise.
3679 This includes these changes:
479759c8 3680
eb1352ed
NC
3681 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
3682
3683 * config.sub: Handle crisv32, alias etraxfs.
3684 * config.guess (crisv32:Linux:*:*): Handle.
3685
3686 2004-08-13 Brad Smith <brad@comstyle.com>
3687
3688 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3689 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3690
3691 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
3692
3693 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3694 assume the processor is a powerpc. This is because coreutils
3695 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3696 in this case, due to a MacOS X bug that causes
3697 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3698 to return a negative number.
3699 Problem reported by Petter Reinholdtsen in:
3700 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3701
3702 2004-07-19 Ben Elliston <bje@gnu.org>
3703
3704 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3705
3706 2004-06-24 Ben Elliston <bje@gnu.org>
3707
3708 * config.guess: Update copyright years.
3709 * config.sub: Likewise.
3710
3711 2004-06-22 Robert Millan <robertmh@gnu.org>
3712
3713 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3714 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3715
3716 2004-06-22 Stanley F. Quayle <stan@stanq.com>
3717
3718 * config.guess (*:*VMS:*:*): New entry. Replaces
3719 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3720 manufacturer.
3721
3722 2004-06-22 Ben Elliston <bje@gnu.org>
3723
3724 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3725 * config.sub: Likewise.
3726
3727 2004-06-22 Ben Elliston <bje@gnu.org>
3728
3729 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3730 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3731
3732 2004-06-11 Ben Elliston <bje@gnu.org>
3733
3734 * config.guess (pegasos:OpenBSD:*:*): Remove.
3735
3736 2004-06-11 Ben Elliston <bje@gnu.org>
3737
3738 From Wouter Verhelst <wouter@grep.be>:
3739 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3740
3741 2004-06-11 Ben Elliston <bje@gnu.org>
3742
3743 * config.guess (luna88k:OpenBSD:*:*): New.
3744
3745 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3746
3747 * config.guess (m32r*:Linux:*:*): New case.
3748 * config.sub: Handle m32rle.
3749
3750 2004-03-12 Ben Elliston <bje@wasabisystems.com>
3751
3752 From Jens Petersen <petersen@redhat.com>:
3753 * config.sub: Handle sparcv8.
3754
3755 2004-03-03 Ben Elliston <bje@wasabisystems.com>
3756
3757 From Tom Smith <smith@cag.lkg.hp.com>:
3758 * config.guess: Version suffixes are equally significant on Tru64
3759 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
3760 prefix of "P" (patched kernel).
3761
3762 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
3763
3764 * config.sub: Add support for National Semiconductor CRX target.
3765
2a3124ca 37662004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 3767
2a3124ca
RH
3768 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3769 *-*-netware, but add target-libmudflap.
3770 Consolidate *-*-netware targets (of which really only i?86 exists)
3771 into a single entry.
3772 * configure: Likewise.
3773
0df3d27f
PB
37742004-09-01 Paolo Bonzini <bonzini@gnu.org>
3775
3776 * Makefile.tpl (sorry): Remove.
3777 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3778 (cleanstrap targets): Depend on distclean, not distclean-stage1.
3779 (do-clean): Clean per-stage directories too.
3780 (do-distclean): Run distclean-stage1 too.
3781 (.NOTPARALLEL): Enable during toplevel bootstrap.
3782 (stage[+id+]-bubble): Enable parallel execution during
3783 the recursive invocation.
3784 * Makefile.in: Regenerate.
3785
3786 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
3787
3788 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
3789
3790 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3791 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3792 * configure: regenerate
479759c8
ZW
3793 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3794 -mdynamic-no-pic
0df3d27f
PB
3795
37962004-08-31 Paolo Bonzini <bonzini@gnu.org>
3797
3798 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3799 include.
3800 * configure.in: Fix indentation.
3801 * configure: Regenerate.
3802
ee025550
PB
38032004-08-31 Paolo Bonzini <bonzini@gnu.org>
3804
3805 * Makefile.def (build_modules): Add fixincludes.
3806 (dependencies): Make gcc depend on fixincludes.
3807 * configure.in (build_tools): Add fixincludes.
3808 (build_configdirs): Always include build_libs.
3809 * Makefile.in: Regenerate.
3810 * configure: Regenerate.
3811
38122004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
3813
3814 * Makefile.def (bootstrap stages): Add 'lean' parameter.
3815 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3816 phony targets; do not generate timestamp files.
3817 (distclean-stageN): Remove references to their timestamp files.
3818 (restageN, touch-stageN): Remove.
3819 (stageN-bubble): Rewritten.
3820 (compare): Support lean bootstraps.
3821 * Makefile.in: Regenerate.
3822
3823 * configure.in: Only warn when bootstrapping but
3824 build != host or build != target. Support lean bootstraps.
3825 * configure: Regenerate.
3826
3827 Sync from gcc:
3828 2004-08-26 Phil Edwards <phil@codesourcery.com>
3829
3830 * configure.in: Give a better error message if GMP/MPFR are missing
3831 and a language needing them has been requested.
3832 * configure: Regenerated.
3833
3834 2004-08-25 Phil Edwards <phil@codesourcery.com>
3835
3836 * configure.in: Print a list of available language front-ends if
3837 a requested one is missing. Tidy stray tab characters.
3838 * configure: Regenerated.
3839
72b2455a
PB
38402004-08-17 Paolo Bonzini <bonzini@gnu.org>
3841
3842 * Makefile.in: Regenerate.
3843 * configure: Regenerate.
3844
3845 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3846 stage_*_flags.
3847 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3848 for bootstrapped modules if toplevel bootstrap is going.
3849 (GCC bootstrap): Generate per-stage targets for all bootstrapped
3850 modules. Adjust for changes in Makefile.def. Enable several
3851 rules even in non-bootstrap mode, just to avoid peppering the
3852 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3853 (stage-[+prev+]-bubble): Remove.
3854
3855 * Makefile.def (Dependencies): Depend on all-build-bison,
3856 all-build-flex, all-build-byacc, all-build-texinfo, rather
3857 than the host variations.
3858 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
3859 with BUILD_SUBDIR.
3860 (BISON): Update for recent Bisons.
3861 (YACC): Fix typo.
3862 (cross): Depend on all-build.
3863 (all): Do not depend on all-build.
3864 (prebootstrap): Remove.
3865 (dep-kind): Accept separate prefixes for MODULE and ON variables.
3866 (Prebootstrap dependencies): Add them to the per-stage targets
3867 and to all-prebootstrap.
3868 * configure.in (build_configdirs): Always enable build_tools.
3869 (BUILD_DIR_PREFIX): Remove.
3870
3871 * Makefile.def (gcc): Add target variable.
3872 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3873 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3874 in the recursive `make', instead of hardwiring `all'.
3875 (Autogenerated TARGET-* variables): New.
3876
de0b4a87
JW
38772004-08-17 Robert Millan <robertmh@gnu.org>
3878
3879 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3880 (instead of FreeBSD).
3881 * configure: Regenerate.
3882
ad681c85
NN
38832004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
3884
675c6968
NN
3885 * Makefile.def, configure.in, src-release: Remove useless, bogus
3886 references to tix.
3887 * Makefile.in, configure: Regenerate.
3888
ad681c85
NN
3889 * src-release: Stop distributing mmalloc with gdb (which doesn't
3890 use it).
3891 * Makefile.def: GDB doesn't depend on mmalloc anymore.
3892 * Makefile.in: Regenerate.
3893
11b04d1f
DD
38942004-08-09 Mark Mitchell <mark@codesourcery.com>
3895
3896 * configure.in (arm*-*-eabi*): New target.
3897 * configure: Regenerate.
3898
f2420bea
NN
38992004-08-01 Robert Millan <robertmh@gnu.org>
3900
3901 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3902 libmudflap for all GNU-based systems (with Glibc).
3903 * configure: Regenerate.
3904
9e6ce191
PB
39052004-08-06 Paolo Bonzini <bonzini@gnu.org>
3906
3907 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3908 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3909 (Dependencies): New section.
3910 * Makefile.tpl (Dependencies): Generate from Makefile.def.
3911 (configure-target-[+module+]): Depend on maybe-all-gcc
3912 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
3913 (toplevel profiledbootstrap): Fix dependencies.
3914 * Makefile.in: Regenerate.
3915
df4a6958
MM
39162004-08-03 Mark Mitchell <mark@codesourcery.com>
3917
3918 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3919 target-libiberty to noconfigdirs.
3920
11b04d1f
DD
39212004-08-03 Paul Brook <paul@codesourcery.com>
3922
3923 * configure.in: Check for MPFR as well as GMP.
3924 * configure: Regenerate.
3925
b813574b
PB
39262004-08-03 Paolo Bonzini <bonzini@gnu.org>
3927
3928 * Makefile.def (host-modules): Add gcc.
3929 * Makefile.in: Regenerate.
3930 * Makefile.tpl (sorry): New rule.
3931 (configure-host, all-host, [+make_target+]-host, do-check,
3932 install-host): Do not add gcc as a special case.
3933 (host modules): Add a small special-casing for gcc. Export
3934 extra_make_flags through the environment.
3935 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3936 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3937 other recursive targets for gcc): Remove.
3938
3939 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3940 (stage, unstage): New rules.
3941 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3942 distclean-stage[+id+]): Use stage_current.
3943 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3944 the stage*-start rules.
3945
61edac0c
JW
39462004-07-19 Robert Millan <robertmh@gnu.org>
3947
3948 Synced from gcc:
3949
3950 2004-04-26 Robert Millan <robertmh@gnu.org>
3951
3952 Add patches from libtool CVS.
3953 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
3954 * ltconfig: Likewise.
3955 * ltcf-c.sh: Likewise.
3956 * ltcf-cxx.sh: Likewise.
3957 * ltcf-gcj.sh: Likewise.
3958
3e707e94
PB
39592004-07-12 Paolo Bonzini <bonzini@gnu.org>
3960
3961 * configure.in: Add noconfigdirs for crx-*-*.
3962 * configure: Regenerate.
3963
39642004-07-12 Paolo Bonzini <bonzini@gnu.org>
3965
3966 Synced from gcc:
3967
3968 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
3969
3970 * configure.in: Build libmudflap by default on FreeBSD.
3971 * configure: Regenerated.
3972
3973 2004-07-09 Mark Mitchell <mark@codesourcery.com>
3974
3975 * configure.in: Do not build libmudflap by default on non-GNU/Linux
3976 systems.
3977 * configure: Regenerated.
3978
3979 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3980
3981 PR target/16344
3982 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
3983 feedback based compiler.
3984 * Makefile.in: Rebuilt.
3985
3986 2004-07-05 Phil Edwards <phil@codesourcery.com>
3987
3988 * configure.in: Do not prepend $srcdir to /dev/null in
3989 makefile fragments.
3990 * configure: Regenerate.
3991
a7ee7660
AO
39922004-07-08 Alexandre Oliva <aoliva@redhat.com>
3993
3994 * Makefile.def (host_modules): Set bootstrap=true for flex.
3995 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
3996 * Makefile.in: Rebuilt.
3997
6a9cf61e
PB
39982004-07-01 Paolo Bonzini <bonzini@gnu.org>
3999
4000 * Makefile.def (build_modules): Add bison, byacc, flex,
4001 m4, texinfo.
4002 (flags_to_pass): Add FLEX.
4003 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4004 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4005 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4006 DEFAULT_MAKEINFO): Remove.
4007 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4008 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4009 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4010 objdir or else use configured tool.
4011 (all-build): New.
4012 (all): Depend on it.
4013 (Build module dependencies): Add.
4014 * Makefile.in: Regenerate.
4015 * configure.in: Better support for multiple build modules,
4016 matching what is done for host/target modules. Do not look
4017 for "plausible" locations of build tools if Canadian cross.
4018 Use autoconf's AC_PROG_CC to find a C compiler. Define
4019 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4020 * configure: Regenerate.
4021
95b6a1f2
PB
40222004-06-22 Paolo Bonzini <bonzini@gnu.org>
4023
4024 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4025 * Makefile.in: Regenerate.
4026
7ffa0b57
PB
40272004-06-22 Paolo Bonzini <bonzini@gnu.org>
4028
4029 * Makefile.tpl (configure-build-[+module+],
4030 configure-[+module+], configure-target-[+module+]): Pass
4031 [+extra_configure_args+].
4032 (all-build-[+module+], all-[+module+], check-[+module+],
4033 install-[+module+], [+make_target+]-[+module+],
4034 all-target-[+module+], check-target-[+module+],
4035 install-target-[+module+], [+make_target+]-target-[+module+]):
4036 Pass [+extra_make_args+].
4037 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4038 (GCC_HOST_EXPORTS): Remove.
4039 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4040 cross, check-gcc, check-gcc-c++, install-gcc,
4041 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4042 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4043 * Makefile.in: Regenerate.
4044
929ba6e7
CF
40452004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4046
4047 * configure.in: Check for srcdir/winsup rather than build directory
4048 winsup.
4049 * configure: Regenerate.
4050
b76d7de0
CV
40512004-06-17 Corinna Vinschen <vinschen@redhat.com>
4052
4053 * configure.in: Don't build Cygwin native newlib if winsup
4054 directory is missing. Emit warning instead.
4055 * configure: Regenerate.
4056
656fdd47
PB
40572004-06-09 Paolo Bonzini <bonzini@gnu.org>
4058
4059 * Makefile.tpl (touch-stage[+id+]): New.
4060 (restage[+prev+]): Depend on touch-stage[+id+].
4061
4062 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4063 Use it throughout.
4064
4065 * Makefile.def: Add profile and feedback bootstrap stages.
4066 Remove next field from bootstrap stages.
4067 * Makefile.tpl (LN, LN_S): Substitute.
4068 (stageN-start, stageN-end): Use double-colon rules, to
4069 provide a hook for additional setup commands.
4070 (distclean-stageN-gcc, restageN): Create dependencies from
4071 [+prev+], not from [+next+].
4072 (stageN-bubble): Add commands for successive stages from
4073 [+prev+], using double-colon rules.
4074 (all-stageN-gcc): Fix typo.
4075 (stagefeedback-start, profiledbootstrap): New.
4076 * Makefile.in: Regenerate.
4077 * configure.in: Call ACX_PROG_LN.
4078 * configure: Regenerate.
4079
498d4a71
CF
40802004-06-03 Paolo Bonzini <bonzini@gnu.org>
4081
4082 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4083 without gcc.
4084 * configure: Regenerate.
4085
377d8c42
PB
40862004-06-01 Paolo Bonzini <bonzini@gnu.org>
4087
4088 * Makefile.tpl: Fix typo.
4089 * Makefile.in: Regenerate.
4090
f5f8a794
PB
40912004-06-01 Paolo Bonzini <bonzini@gnu.org>
4092
4093 * configure.in: Remove new- prefix from toplevel
4094 bootstrap targets.
4095 * configure: Regenerate.
4096
f7a4c34f
PB
40972004-06-01 Paolo Bonzini <bonzini@gnu.org>
4098
4099 Merge this patch from the gcc tree:
4100
4101 2004-05-30 Andreas Jaeger <aj@suse.de>
4102 Jim Wilson <wilson@specifixinc.com>
4103
4104 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4105 like CC.
4106
319cab08
PB
41072004-06-01 Paolo Bonzini <bonzini@gnu.org>
4108
4109 * Makefile.tpl (all.normal): Rename to all.
4110 (all): Replace with a rule to pick the default
4111 target from configure.
4112 (all-gcc, configure-gcc): Use conditionals to
4113 do nothing when toplevel bootstrap is going on.
4114 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4115 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4116 * configure.in: Support --enable-bootstrap.
4117
4118 * Makefile.def: Remove new- prefix from toplevel
4119 bootstrap targets.
4120 * Makefile.tpl: Likewise.
4121
4122 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4123 target.
4124
4125 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4126 $(RECURSE_FLAGS) to recursive invocation of make.
4127
4128 * Makefile.in: Regenerate.
4129 * configure: Regenerate.
4130
88f64edc
DJ
41312004-05-27 Daniel Jacobowitz <dan@debian.org>
4132
4133 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4134 * configure: Regenerate.
4135
378fce5b
DD
41362004-05-25 Daniel Jacobowitz <drow@false.org>
4137
4138 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4139 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4140 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4141 targets.
4142 * Makefile.in: Regenerate.
4143
dfdffa2c
PB
41442005-05-24 Paolo Bonzini <bonzini@gnu.org>
4145
4146 * configure.in: Test the ability to symlink directories.
4147 * configure: Regenerate.
4148
4149 * Makefile.def (bootstrap-stage): New definitions.
4150 * Makefile.tpl (configure-stage1-gcc,
4151 configure-stage2-gcc, configure-stage3-gcc,
4152 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4153 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4154 new-restage3, compare): Autogenerate, see Makefile.in
4155 entry for behavioral changes.
4156 (distclean-stage1, new-stage1-start, new-stage1-end,
4157 new-stage1-bubble, distclean-stage2, new-stage2-start,
4158 new-stage2-end, new-stage2-bubble, distclean-stage3,
4159 new-stage3-start, new-stage3-end): New autogenerated targets.
4160 (objext, prebootstrap, BOOT_CFLAGS,
4161 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4162 targets.
4163
4164 * Makefile.in: Regenerate.
4165 (distclean-stage1, new-stage1-start, new-stage1-end,
4166 new-stage1-bubble, distclean-stage2, new-stage2-start,
4167 new-stage2-end, new-stage2-bubble, distclean-stage3,
4168 new-stage3-start, new-stage3-end): New targets.
4169 (all-stage1-gcc): Move prebootstrap dependency from here...
4170 (configure-stage1-gcc): ...to here.
4171 (new-bootstrap): Use bubble targets.
4172 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4173 Use per-stage distclean targets.
4174 (configure-stage1-gcc, configure-stage2-gcc,
4175 configure-stage3-gcc, all-stage1-gcc,
4176 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4177 Use new-stageN-start to prepare the tree.
4178
04cf1b77
PB
41792004-05-23 Paolo Bonzini <bonzini@gnu.org>
4180
4181 * Makefile.def (host_modules): add libcpp.
4182 * Makefile.tpl: Add dependencies on and for libcpp.
4183 * Makefile.in: Regenerate.
4184 * configure.in: Add libcpp host module.
4185 * configure: Regenerate.
4186
80b200a1
ZW
41872004-05-17 Zack Weinberg <zack@codesourcery.com>
4188
4189 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4190 of libf2c.
4191 * configure, Makefile.in: Regenerate.
4192
4b1cb4fe
DD
41932004-05-13 Diego Novillo <dnovillo@redhat.com>
4194
4195 Merge from tree-ssa-20020619-branch.
4196
4197 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4198 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4199 (HOST_GMPLIBS): Define.
4200 (HOST_GMPINC): Define.
4201 (TARGET_LIB_PATH): Add libmudflap.
4202 (GFORTRAN_FOR_TARGET): Define.
4203 (configure-build*): Export GFORTRAN.
4204 (configure-gcc): Export GMPLIBS and GMPINC.
4205 (all-gcc): Add maybe-all-libbanshee.
4206 (configure-target-libgfortran): Define.
4207 * Makefile.in: Regenerate.
4208 * configure.in (host_libs): Add libbanshee.
4209 (target_libraries): Add target-libmudflap and target-libgfortran.
4210 Add --with-libbanshee.
4211 Handle --disable-libmudflap.
4212 (*-*-freebsd*): Use with_gmp.
4213 Add $(libgcj) to noconfigdirs.
4214 * configure: Regenerate.
4215 * depcomp: New file.
4216 * MAINTAINERS: Add tree-ssa maintainers.
4217
42182004-04-28 Paolo Bonzini <bonzini@gnu.org>
4219
4220 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4221 * configure: Regenerate.
4222
b8908782
DD
42232004-04-27 Paolo Bonzini <bonzini@gnu.org>
4224
4225 Revert:
4226 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4227
4228 * Makefile.def (flags_to_pass): Remove *dir variables that
4229 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4230 as well as prefix and exec_prefix.
4231 * Makefile.in: Regenerate.
4232
42332004-04-26 Paolo Bonzini <bonzini@gnu.org>
4234
4235 * Makefile.def (host_modules): Mark with the bootstrap
4236 flag packages on which gcc depends.
4237 * Makefile.tpl (all-bootstrap): Use it.
4238 * Makefile.in: Regenerate.
4239
42402004-04-26 Paolo Bonzini <bonzini@gnu.org>
4241
4242 * Makefile.def (flags_to_pass): Remove *dir variables that
4243 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4244 as well as prefix and exec_prefix.
4245 * Makefile.in: Regenerate.
4246
42472004-04-26 Paolo Bonzini <bonzini@gnu.org>
4248
80b200a1
ZW
4249 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4250 * configure: Regenerate.
4251 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4252 * gcc/Makefile.tpl (compare): Use the result of the test.
4253 * gcc/Makefile.in: Regenerate.
b8908782
DD
4254
42552004-04-23 Paolo Bonzini <bonzini@gnu.org>
4256
4257 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4258 Always relocate gcc and prev-gcc to the original names, even
4259 if the build fails.
4260 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4261 New targets.
4262
0f260896
RO
42632004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4264
4265 * configure.in (mips*-*-irix5*): Enable ld.
4266 * configure: Regenerate.
4267
51860f05
JW
42682004-04-15 James E Wilson <wilson@specifixinc.com>
4269
4270 * Makefile.tpl (configure-[+module+], configure-gcc,
4271 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4272 Set and export LDFLAGS.
4273 * Makefile.in: Regenerate.
4274
54752a6b
NN
42752004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4276
4277 PR bootstrap/14871
4278 * Makefile.tpl: If we don't have built-in-tree target tools,
4279 use the ones found by configure rather than hacking around with
4280 program_transform_name.
4281 * configure.in: Give Makefile.tpl the information necessary
4282 to do that.
4283 * Makefile.in: Regenerate.
4284 * configure: Regenerate.
4285
42862004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
4287
4288 PR bootstrap/14760
4289 * configure.in: When computing baseargs, strip *all* copies of
4290 offending options. Also, don't match/substitute the trailing space,
4291 so that this actually works when two similar options are separated by
4292 only one space.
4293 * configure: Regenerate.
4294
42952004-04-06 David Edelsohn <edelsohn@gnu.org>
4296
80b200a1
ZW
4297 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4298 (rs6000-*-aix*): Same.
4299 * configure: Regenerate.
54752a6b 4300
5e2b61fb
SS
43012004-03-25 Stan Shebs <shebs@apple.com>
4302
4303 Remove MPW support, no longer used.
4304 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4305 mpw-install: Remove files.
4306 * src-release (DEVO_SUPPORT): Remove names of removed files.
4307 * MAINTAINERS: Likewise.
4308
1a6f2dc7
NN
43092004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
4310
a0049f1b
NN
4311 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4312 STRICT_WARN, WARN_CFLAGS flags passed down to make.
4313 * Makefile.in: Regenerate.
4314
1a6f2dc7
NN
4315 * configure.in (top level bootstrap support): Rework --enable-werror
4316 to set @stage2_werror_flag@.
4317 * configure: Regenerate.
4318 * Makefile.tpl (top level bootstrap support): Pass
4319 @stage2_werror_flag@ down to configure in stages 2 and 3.
4320 * Makefile.in: Regenerate.
4321
920e3419
NN
43222004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
4323
4324 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4325 for stages 2 and 3 as well as in make. As a consequence, remove
4326 OUTPUT_OPTION (now detected by configure) from the flags passed down
4327 to make.
4328 * Makefile.in: Regenerate.
4329
4330 * Makefile.tpl (new-bootstrap): Fix typo.
4331 * Makefile.in: Regenerate.
4332
4fa63067
NN
43332004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
4334
4335 * Makefile.tpl: Rearrange by moving recursive_targets rules
4336 into their proper sections.
4337 * Makefile.tpl (top level bootstrap support): Move disabling
4338 of coverage flags from 'make' to 'configure'; improve comments.
4339 * Makefile.in: Regenerate.
4340
4341 * Makefile.tpl (experimental top level bootstrap) Move stage1
4342 language setting from all- target to configure- target; disable
4343 intermodule optimization in stage 1; prevent gratuitous rebuilds
4344 of stage 1.
4345 * Makefile.in: Regenerate.
4346 * configure.in: Comma-separate stage 1 language list for top
4347 level bootstrap.
4348 * configure: Regenerate.
4349
4350 * Makefile.tpl: Clean up experimental top level bootstrap support:
4351 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4352 prev-gcc in configure- targets as well as all- targets.
4353 * Makefile.in: Regenerate.
4354
fb8a10fd
NN
43552004-03-17 Paolo Bonzini <bonzini@gnu.org>
4356
4357 * configure.in: Remove symbolic link section.
4358 * configure: Regenerate.
4359 * Makefile.tpl (links): Remove.
4360 * Makefile.in: Regenerate.
4361
947f426e 43622004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 4363 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
4364
4365 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 4366 Set with AC_CHECK_PROGS.
947f426e
NN
4367 * configure.in: Fix comment typo from last patch.
4368 * configure: Regenerate.
4369
1d39f329
NN
43702004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
4371
4372 * Makefile.tpl: Introduce experimental top level bootstrap support.
4373 * Makefile.in: Regenerate.
4374 * configure.in: Introduce support for top level bootstrap.
4375 * configure: Regenerate.
4376
4b0ac75d 43772004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 4378 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
4379
4380 PR bootstrap/14522
4381 * configure.in: Cope with shells that do not support unquoted ^
4382 * configure: Regenerate.
4383
2e70b094 43842004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 4385 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
4386
4387 PR bootstrap/14522
4388 * configure.in: Cope with shell that do not support nesting
4389 quotes inside quoted backquote substitutions.
4390 * configure: Regenerate.
4391
43922004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
4393
4394 PR bootstrap/14522
4395 * configure.in: Fix escaping of $.
4396 * configure: Regenerate.
4397
9e07f89d
NN
43982004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
4399
4400 * configure: Regenerate.
4401
44022004-03-08 Paolo Bonzini <bonzini@gnu.org>
4403
4404 PR ada/14131
4405 Move language detection to the top level.
4406 * configure.in: Find default values for the tools as
4407 soon as possible. Disable ada if GNAT is not found.
4408 Emit error message about missing languages. Expand
4409 --enable-languages=all for the gcc subdirectory.
4410
1712ab83
RS
44112004-03-01 Richard Sandiford <rsandifo@redhat.com>
4412
4413 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4414 and disable libgcj.
4415 * configure: Regenerated.
4416
3dee29da
NN
44172004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4418
4419 PR bootstrap/7087
4420 * Makefile.tpl: Guard XFOO sed statements better.
4421 * Makefile.tpl: Add dependency for configure-target-libada.
4422 * Makefile.in: Regenerate (incidentally fixes broken
4423 commit when libada-branch was merged).
4424
0558264b
AC
44252004-02-28 Andrew Cagney <cagney@redhat.com>
4426
4427 * src-release (CVS_NAMES): Define.
4428 (do-tar, do-tar): Prune $(CVS_NAMES).
4429
c38f9803
AC
44302004-02-23 Andrew Cagney <cagney@redhat.com>
4431
4432 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
4433 2004-02-19.09.
4434
55636792
NN
44352004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
4436
4437 PR bootstrap/11932
4438 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4439
1e600082
AC
44402004-02-19 Andrew Cagney <cagney@redhat.com>
4441
4442 * config.guess: Update from version 2003-06-12 to 2004-02-16.
4443 * config.sub: Update from version 2003-06-13 to 2004-02-16.
4444
3769cd82
DD
44452004-02-11 David Edelsohn <edelsohn@gnu.org>
4446
4447 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4448 (rs6000-*-aix*): Same.
4449 * configure: Regenerate.
4450
a92834c8
DD
44512004-02-11 Kelley Cook <kcook@gcc.gnu.org>
4452
4453 * configure.in (host): Add in missing $noconfigdirs to defines.
4454 * configure: Regenerate.
4455
a2592b1b
DD
44562004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
4457 Nathanael Nerode <neroden@gcc.gnu.org>
4458
4459 PR ada/6637, PR ada/5911
80b200a1 4460 Merge with libada-branch:
a2592b1b
DD
4461 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4462 with appropriate dependencies. Add --enable-libada configure switch.
4463 * configure, Makefile.in: Regenerate.
4464
e31d1ea3
DD
44652004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4466
4467 * configure.in: Don't pass --with-stabs on IRIX 5 either.
4468 * configure: Regenerate.
4469
db85f5c0
JJ
44702004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4471
4472 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 4473
fc434214
DD
44742004-01-23 DJ Delorie <dj@redhat.com>
4475
4476 * Makefile.def (target_modules) [libiberty]: Don't stage.
4477 * Makefile.in: Rebuilt.
4478
ad445c2c 44792004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 4480
ad445c2c
JJ
4481 * COPYING.NEWLIB: Update to include copyrights for new
4482 iconv code.
4483
72bbedde
AC
44842004-01-15 Andrew Cagney <cagney@redhat.com>
4485
4486 * src-release: Update copyright year.
4487 (do-proto-toplev): Configure using i686-pc-linux-gnu.
4488 (NEWLIB_SUPPORT_DIRS): Delete macro.
4489 (newlib.tar.bz2): Delete rule.
4490
a6d6062d
DD
44912004-01-14 Loren J. Rittle <ljrittle@acm.org>
4492
4493 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4494 * Makefile.tpl (configure-target-[+module+]): Support stage.
4495 * Makefile.in: Rebuilt.
4496
f8b73030
MR
44972003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4498
4499 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
4500 throughout.
4501
aff0e9df
NN
45022004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
4503
bb5dca17
NN
4504 * configure.in: Use ./config.cache, not config.cache.
4505 * configure: Regenerate.
4506 * Makefile.tpl: Special-casing not needed for GCC any more.
4507 * Makefile.in: Regenerate.
4508
82252c06
NN
4509 * configure.in: Don't share a cache file for host dirs.
4510 * configure: Regenerate.
4511
aff0e9df
NN
4512 * config-ml.in: Don't mess with the cache file.
4513
95036d20
NN
45142004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
4515
ac7b618e
NN
4516 * Makefile.tpl: Make GCC use a separate config.cache.
4517 * Makefile.in: Regenerate.
4518
95036d20
NN
4519 PR bootstrap/11932, PR bootstrap/11933
4520 (I don't know if it will fix either of them, but it relates
4521 to them.)
4522 * configure.in: Don't use shared config.cache for target
4523 directories.
4524 * configure: Regenerate.
4525
08c1856b
DD
45262003-12-31 Roger Sayle <roger@eyesopen.com>
4527
4528 * configure.in (ia64*-*-hpux*): Disable building java libraries.
4529 * configure: Regenerated.
4530
c1968181 45312003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 4532
c1968181
DD
4533 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
4534 * configure: Regenerated.
4535
10ecffb9
NN
45362003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
4537
4538 Port change over from GCC:
4539 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
4540 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
4541 (configure-build-[+module+], configure-[+module+]): Likewise.
4542 (configure-target-[+module+], configure-gcc, config.status): Likewise.
4543 * Makefile.in: Regenerate.
4544
f2ab5990
TF
45452003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
4546
4547 * configure.in (raw_libstdcxx_flags): Remove the leading space.
4548 * configure: Regenerate.
4549
41a7d11a
JJ
45502003-11-27 Jeff Johnston <jjohnstn@redhat.com>
4551
80b200a1 4552 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
4553 stdlib.
4554
d9441a1f
DD
45552003-11-14 Arnaud Charlet <charlet@act-europe.fr>
4556
4557 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
4558 * Makefile.in: Regenerate.
4559
3a48a978
DD
45602003-10-20 Phil Edwards <phil@codesourcery.com>
4561
4562 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
4563 * configure: Regenerate.
4564
f0b24077
NN
45652003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
4566
4567 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
4568 HOST_FLAGS_TO_PASS.
4569 * Makefile.in: Regenerate.
4570
5fbad20a
DD
45712003-10-05 Mohan Embar <gnustuff@thisiscool.com>
4572
4573 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
4574 * configure: Rebuilt
4575 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
4576 * Makefile.in: Rebuilt
4577
78be4155
L
45782003-10-03 H.J. Lu <hongjiu.lu@intel.com>
4579
4580 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
4581
051fcc7a
L
45822003-10-01 Phil Edwards <pme@gcc.gnu.org>
4583
4584 * config-ml.in: Use ac_configure_args directly instead of
4585 ml_arguments. Only set ml_norecursion if --no[-]recursion is
4586 actually seen.
4587
45882003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
4589
4590 * config-ml.in: Propagate INSTALL variables.
4591
f27d4f92
DJ
45922003-09-21 Daniel Jacobowitz <drow@mvista.com>
4593
4594 * configure.in: Pass a computed --program-transform-name
4595 to subconfigures.
4596 * configure: Regenerated.
4597
cae4d560
NN
45982003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4599
4600 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
4601 * Makefile.in: Regenerate.
4602
4603 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
4604 * Makefile.in: Regenerate.
4605
8ff944f6
DJ
46062003-09-17 Daniel Jacobowitz <drow@mvista.com>
4607
4608 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
4609 quoting.
4610 * configure: Regenerated.
4611
d9a35680
MC
46122003-09-12 Michael Chastain <mec@shout.net>
4613
4614 Fix PR gdb/857.
4615 * src-release (do-proto-topleve): Remove junk files
4616 intl/config.cache, intl/config.status,
4617 intl/config.h, intl/stamp-h.
4618
710068b9
AC
46192003-09-14 Andrew Cagney <cagney@redhat.com>
4620
4621 * src-release (dejagnu.tar): New target.
4622 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
4623 (do-djunpack): Use $(PACKAGE) for the package name.
4624
e1008165
DD
46252003-09-04 DJ Delorie <dj@redhat.com>
4626
4627 * configure: Regenerate.
4628
21998d12
NC
46292003-09-04 Robert Millan <robertmh@gnu.org>
4630
4631 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 4632
ccca4bb3
DD
46332003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4634
4635 * configure.in: Ensure arguments to sed are properly spaced.
4636 * configure: Regenerate.
4637
ee949b5e
DJ
46382003-08-28 Daniel Jacobowitz <drow@mvista.com>
4639
4640 Merge from gcc:
4641 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
4642 * install-sh: Update to newer upstream versions (associated with
4643 aclocal 1.7).
4644 * missing: Likewise, plus $1Help2man -> $1 typo fix.
4645
75addda2
DJ
46462003-08-27 Daniel Jacobowitz <drow@mvista.com>
4647
4648 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
4649 * configure: Regenerated.
4650
8d2877d8
NN
46512003-08-23 Phil Edwards <pme@gcc.gnu.org>
4652
4653 * configure.in: Use newline instead of semicolon when assuming
4654 shell arguments in a for loop.
4655 * configure: Regenerated.
4656
d2cc0e0d
GK
46572003-08-20 Geoffrey Keating <geoffk@apple.com>
4658
4659 PR 8180
4660 * configure.in: When testing with_libs and with_headers, treat
4661 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
4662 * configure: Regenerate.
80b200a1 4663
d2cc0e0d
GK
4664 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
4665 make, shell, etc.
4666 (baseargs): Likewise.
4667 * configure: Regenerate.
4668
04d1ab34
GK
46692003-08-19 Geoffrey Keating <geoffk@apple.com>
4670
4671 * configure.in: Disable libgcj for darwin not on powerpc.
4672 * configure: Rebuild.
4673
ca506da8
MC
46742003-08-15 Michael Chastain <mec@shout.net>
4675
4676 * src-release (do-proto-toplev): Remove junk files
4677 dejagnu/example/calc/config.status,
4678 dejagnu/example/calc/config.log.
4679
a4aa3f49
DD
46802003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
4681
4682 * config-ml.in, symlink-tree: Add license.
4683
ede4fbe4
NN
46842003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
4685
4686 Merge from gcc:
4687
4688 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
4689 * Makefile.tpl (check, check-c++): Express dependencies using
4690 dependencies rather than commands.
4691 * Makefile.in: Regenerate.
4692
4693 2003-07-31 Geoffrey Keating <geoffk@apple.com>
4694 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
4695 * Makefile.in: Update.
4696
970f29af
AC
46972003-08-01 Andrew Cagney <cagney@redhat.com>
4698
4699 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
4700 * configure: Ditto.
4701
b2884a0c
DD
47022003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
4703
4704 * configure.in: Enable libgcj for darwin.
4705 * configure: Rebuild.
4706
c07f46a4
NN
47072003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
4708
4709 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
4710
9175bfc0
NN
47112003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
4712
4713 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
4714 creating target and build subdirs to build all parent dirs as needed.
4715 * Makefile.in: Rebuild.
4716 * configure.in: Don't build dirs explicitly here.
4717 * configure: Rebuild.
4718
b9abda6a
AO
47192003-07-22 Alexandre Oliva <aoliva@redhat.com>
4720
4721 * Makefile.tpl (all-make): Depend on intl.
4722 * Makefile.in: Rebuilt.
4723
eef8ffd4
NN
47242003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
4725
4726 * config.if: Remove unused libc_interface determination.
4727
295efaf0
NN
47282003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
4729
4730 * Makefile.in: Regenerate, correctly this time.
4731
e5c3f801
NN
47322003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
4733
4734 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
4735 unused INSTALL_PROGRAM_ARGS.
4736 * configure.in: Use AC_PROG_INSTALL.
4737 * Makefile.in: Regenerate.
4738 * configure: Regenerate.
4739
4a18bd6b
AO
47402003-07-10 Alexandre Oliva <aoliva@redhat.com>
4741
4742 * configure: Rebuilt.
4743 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
4744 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
4745 newlib nor libgloss.
4746 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
4747 * configure.in (am33_2.0-*-linux*): Added.
4748
fbd1054d
BW
47492003-07-09 Bob Wilson <bob.wilson@acm.org>
4750
4751 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
4752 * configure: Regenerate.
4753
b40e3958
L
47542003-07-06 H.J. Lu <hongjiu.lu@intel.com>
4755
4756 * config-ml.in: Replace PWD with PWD_COMMAND.
4757 * Makefile.tpl: Likewise.
4758 * Makefile.in: Regenerated.
4759
4a5be7ba
NN
47602003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
4761
4762 * configure.in: Clean up config-lang.in handling. Delete
4763 useless assignment to "subdirs".
4764 * configure: Regenerate.
4765
9c14acb8
NN
47662003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
4767
4768 * configure.in: Rename 'target_libs' to 'target_libraries'.
4769 Remove useless reference to 'target_libs'.
4770 * configure: Regenerate.
4771
8f32e830
KS
47722003-06-23 Keith Seitz <kseitz@sources.redhat.com>
4773
4774 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
4775 * Makefile.in: Regenerate.
4776
12f0bd74
NN
47772003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
4778
4779 * Makefile.def: Introduce flags_to_pass.
4780 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
4781 * Makefile.in: Regenerate.
4782
b07c2aad
HPN
47832003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
4784
4785 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
4786 and target-libgloss.
4787 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
4788 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 4789 * configure: Regenerate.
b07c2aad 4790
56f25033
DD
47912003-06-17 Benjamin Kosnik <bkoz@redhat.com>
4792
4793 * configure.in: Update testsuite_flags to new location.
4794 * configure. Regenerate.
80b200a1 4795
4ec9a3b2
NN
47962003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
4797
4798 * Makefile.tpl: Remove BUILD_CC stuff.
4799 * Makefile.in: Regenerate.
4800
059083b1 48012003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 4802
059083b1
L
4803 * config.guess: Update to 2003-06-12 version.
4804 * config.sub: Update to 2003-06-13 version.
4805
535b046a
TS
48062003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4807
4808 * MAINTAINERS: Add myself as MIPS co-maintainer.
4809
00c22daa 48102003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 4811
00c22daa
L
4812 * config.guess: Update to 2003-06-06 version.
4813 * config.sub: Update to 2003-06-06 version.
4814
1047cb91
DD
48152003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4816
4817 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
4818 * configure. Regenerate.
4819
123494c8
NN
48202003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
4821
1047cb91
DD
4822 * configure.in: Disable serial configure by default.
4823 * configure: Regenerate.
4824 * Makefile.tpl: Abolish .NOTPARALLEL.
4825 * Makefile.in: Regenerate.
4826
7f121bbf
NN
4827 * Makefile.tpl: Replace {build,host,target}_canonical by
4828 {build,host,target}.
4829 * Makefile.in: Regenerate.
4830
123494c8
NN
4831 * Makefile.tpl: Fix stupid pasto.
4832 * Makefile.in: Regenerate.
4833
ec7e0995
NN
48342003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
4835
4836 * Makefile.tpl: Remove bogus conditional.
4837 * Makefile.in: Regenerate.
4838
27b1cc72
NN
48392003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
4840
2a4cbe27
NN
4841 * Makefile.tpl: Make 'recursive targets' using autogen rather
4842 than shell loop. Remove duplicate 'clean' targets and false
4843 comments.
4844 * Makefile.def: Add systematic dependencies to 'recursive' targets.
4845 Add systematic method of specifying missing targets in subdirs.
4846 Add copyright boilerplate.
4847 * Makefile.in: Regenerate.
4848 * configure.in: Add 'recursive targets' to maybe list.
4849 * configure: Regenerate.
4850
27b1cc72
NN
4851 * Makefile.tpl: Rename [+target+] to [+make_target+].
4852 * Makefile.def: Rename 'target' to 'make_target'.
4853
01e51bd0
NC
48542003-05-30 Nick Clifton <nickc@redhat.com>
4855
4856 * README-maintainer-mode: Update URL for locating blessed config
4857 tools.
4858
2fd84b42
NC
48592003-05-29 Robert Millan <rmh@debian.org>
4860
4861 * ltconfig: Import this patch and modify for use with current
4862 version of ltconfig:
4863
4864 2003-05-21 Bruno Haible <bruno@clisp.org>
4865
4866 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
4867 GNU/FreeBSD.
4868
8945c6bb
DD
48692003-05-28 DJ Delorie <dj@redhat.com>
4870
4871 * Makefile.tpl: Make maybe-check-gcc .PHONY.
4872 * Makefile.in: Regenerate.
4873
2f9632a1
JJ
48742003-05-28 Jeff Johnston <jjohnstn@redhat.com>
4875
80b200a1 4876 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 4877
3a12db16 48782003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 4879
3a12db16
DD
4880 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
4881 newlib or libgloss.
4882 * Makefile.in: Regenerate.
4883
44482353
DD
48842003-05-21 DJ Delorie <dj@redhat.com>
4885
4886 * Makefile.tpl: Add missing empty maybe-check-gcc target.
4887 * Makefile.in: Regenerate.
4888
fec2c52d
MR
48892003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4890
4891 * configure.in: Use curly braces in the definition of tooldir.
4892 * configure: Regenerate.
4893
16ae0395
NN
48942003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
4895
4896 * configure.in: Switch more things to use maybe dependencies.
80b200a1 4897 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
4898 Factor out common code from autogen IF statements.
4899 * configure: Regenerate.
4900 * Makefile.in: Regenerate.
4901
ec11bdc6
DD
49022003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
4903
4904 * configure.in: Accept i[3456789]86 for machine type.
4905 * configure: Regenerate.
4906
dd12c3a8
NN
49072003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
4908
4909 * configure.in: Switch more things to use maybe dependencies.
4910 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
4911 * configure: Regenerate.
4912 * Makefile.tpl: Switch more things to use maybe dependencies.
4913 * Makefile.in: Regenerate.
4914
cf662e21
AJ
49152003-05-16 Andreas Schwab <schwab@suse.de>
4916
4917 * Makefile.tpl (install-opcodes): Define.
4918 * Makefile.in: Rebuild.
4919
5481b376
AJ
49202003-05-13 Andreas Jaeger <aj@suse.de>
4921
4922 * config.guess: Update to 2003-05-09 version.
4923 * config.sub: Update to 2003-05-09 version.
4924
3959a22a
AJ
49252003-05-13 Michael Eager <eager@mvista.com>
4926
4927 * configure.in: Correct sed script so that options in quotes are not
4928 deleted.
4929 * configure: Rebuild.
4930
564b43e5
CV
49312003-05-12 Corinna Vinschen <corinna@vinschen.de>
4932
4933 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
4934 and $$s/newlib/libc/sys/cygwin32 include paths.
4935 * configure: Ditto.
4936
bb947dc9
L
49372003-05-05 H.J. Lu <hjl@gnu.org>
4938
4939 * config-ml.in: Restored from gcc repository.
4940
77f7441a
CD
49412003-05-02 Chris Demetriou <cgd@broadcom.com>
4942
80b200a1
ZW
4943 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
4944 * Makefile.in: Regenerate.
77f7441a 4945
a26d7085
DJ
49462003-04-27 Daniel Jacobowitz <drow@mvista.com>
4947
4948 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
4949 and Makefile.def.
4950
e4c4d240
DJ
49512003-04-27 Daniel Jacobowitz <drow@mvista.com>
4952
4953 * Makefile.tpl: Clean $(BUILD_SUBDIR).
4954 * Makefile.in: Regenerated.
4955
62a3fc85
DD
49562003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4957
4958 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
4959 * Makefile.in: Regenerate.
4960
49612003-04-18 Jakub Jelinek <jakub@redhat.com>
4962
4963 * configure.in (powerpc64*-*-linux*): Remove.
4964 * configure: Rebuilt.
4965
5b474aa8
DD
49662003-04-17 Phil Edwards <pme@gcc.gnu.org>
4967
4968 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
4969 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
4970 and restrap.
4971 * Makefile.in: Regenerate.
4972
49732003-04-16 Richard Earnshaw <rearnsha@arm.com>
4974
4975 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
4976 * configure: Regenerated.
4977
bc295afe
AO
49782003-04-11 Alexandre Oliva <aoliva@redhat.com>
4979
4980 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
4981 * */configure: Rebuilt.
4982
3728fade
NN
49832003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
4984
4985 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
4986 * Makefile.in: Regenerate.
4987
ce5b542e
MC
49882003-03-14 Michael Chastain <mec@shout.net>
4989
4990 * Makefile.in: Regenerate with correct Makefile.def.
4991
3db0a37f
NN
49922003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
4993
4994 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
4995 Make macro.
4996 * Makefile.in: Regenerate.
4997 * configure.in: Clean up gxx_include_dir logic.
4998 * configure: Regenerate.
4999
34349c6e
DD
50002003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5001
5002 * configure.in (gxx_include_dir): Fix typo.
5003 * configure: Regenerated.
5004
686c28c9
AC
50052003-03-06 Andrew Cagney <cagney@redhat.com>
5006
5007 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5008
bba45b8b 50092003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 5010
bba45b8b
NN
5011 * configure.in: Include $(build_tooldir)/sys-include in
5012 FLAGS_FOR_TARGET.
5013 * configure: Regenerated.
5014
2683747f
NN
50152003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5016
bba45b8b
NN
5017 * Makefile.tpl: Reindent.
5018 * Makefile.in: Regenerate.
5019 * configure.in: Reindent. Don't set unused variables.
5020 * configure: Regenerate.
5021
2683747f
NN
5022 * Makefile.tpl: Always pass down RANLIB.
5023 * Makefile.in: Regenerate.
5024
5025 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5026 * Makefile.in: Regenerate.
5027 * configure.in: Remove unused logic relating to --enable-shared
5028 and --enable-threads. Remove bogus comments. Remove redundant
5029 noconfigdirs.
5030 * configure: Regenerate.
5031
5032 * configure.in: Replace ${libstdcxx_version} by its value.
5033 Remove reference to mh-dgux.
5034 * configure: Regenerate.
5035
50212802
NN
50362003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5037
5038 * Makefile.tpl: Rearrange.
5039 * Makefile.in: Regenerate.
5040
a6be7fc6
NC
50412003-02-25 Nick Clifton <nickc@redhat.com>
5042
5043 * configure: Remove site-file supprot - it is obsolete.
5044
f8a495c8
NC
50452003-02-24 Uwe Stieber <uwe@wwws.de>
5046
5047 * configure.in: Add support for kaOS as cross build target system.
5048 * configure: Regenerated.
5049
3decd77d
DD
50502003-02-20 Sean McNeil <sean@blue.mcneil.com>
5051
5052 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5053 configure-target-* as some target builds may require additional
5054 flags for preprocessor tests.
5055 * Makefile.in: Regenerated.
5056
f4ff34a3
AO
50572003-02-19 Alexandre Oliva <aoliva@redhat.com>
5058
5059 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5060 * ltconfig: Handle it.
5061 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5062 auto-detecting it.
5063
b7e4a931
AO
50642003-02-19 Alexandre Oliva <aoliva@redhat.com>
5065
5066 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5067 it is used as argument to $CC.
5068 * ltcf-gcj.sh: Likewise.
5069
6b784d9f
AO
50702003-02-19 Alexandre Oliva <aoliva@redhat.com>
5071
5072 * configure.in: Introduce --enable-maintainer-mode.
5073 * configure: Rebuilt.
5074 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5075 for maintainer mode.
5076 * Makefile.in: Rebuilt.
5077
8bcd8a07
AC
50782003-02-19 Andrew Cagney <ac131313@redhat.com>
5079
5080 * configure: Regenerate using autoconf 2.13.
5081
ee3fd329
AM
50822003-02-19 Alan Modra <amodra@bigpond.net.au>
5083
5084 * config.guess: Import latest version.
5085 * config.sub: Import latest version.
5086
e9e45685
JM
50872003-02-18 Jason Merrill <jason@redhat.com>
5088
5089 * Makefile.tpl (check-c++): Allow parallelism.
5090
859789af
AC
50912003-02-17 Andrew Cagney <ac131313@redhat.com>
5092
5093 * configure: Regenerate using autoconf 000227.
5094
b3f16a9b
GK
50952003-02-15 Geoffrey Keating <geoffk@apple.com>
5096
5097 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5098 don't configure target-libobjc.
5099 * configure: Regenerate.
5100
72e60e02
DD
51012003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5102
5103 * Makefile.tpl (RANLIB): Define.
5104 * Makefile.in: Regenerate.
5105
91f0e695
KS
51062003-02-06 Keith R Seitz <keiths@redhat.com>
5107
5108 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5109 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5110 * Makefile.in: Regenerated.
5111 * configure.in: Remove all traces of snavigator, db, and grep.
5112 * configure: Regenerated.
5113
122bfa92
FCE
51142003-01-31 Frank Ch. Eigler <fche@redhat.com>
5115
5116 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5117 * Makefile.in: Regenerated.
5118
264095c3
AO
51192003-01-30 Alexandre Oliva <aoliva@redhat.com>
5120
5121 * config.if: Copy from GCC.
5122
a84dbcb3
AO
51232003-01-27 Phil Edwards <pme@gcc.gnu.org>
5124
5125 * configure.in: Revert 24Jan change.
5126 * configure: Regenerate.
5127
19618276
NN
51282003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5129
5130 * configure.in: Revert previous change.
5131 * configure: Regenerate.
5132
b7f27a92
NN
51332003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5134
5135 * configure.in: Make rda native-only.
5136 * configure: Regenerate.
5137
83326456
NN
51382003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5139
5140 * configure.in: Add missing \.
5141 * configure: Rebuilt.
5142
5e367fa5
JJ
51432003-01-17 Jakub Jelinek <jakub@redhat.com>
5144
5145 * configure.in (baseargs): Avoid using \| in sed regular
5146 expressions.
5147 * configure: Rebuilt.
5148
e01f337c
JJ
51492003-01-16 Jakub Jelinek <jakub@redhat.com>
5150
5151 * configure.in (baseargs): Remove all supported forms of
5152 --cache-file, --srcdir, --host, --build and --target options
5153 from argument lists.
5154 * configure: Rebuilt.
5155
aa236487
AO
51562003-01-15 Alexandre Oliva <aoliva@redhat.com>
5157
5158 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5159 * configure: Rebuilt.
5160
586c0873
NN
51612003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5162
5163 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5164 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5165 * Makefile.in: Regenerate.
5166 * configure: Regenerate.
5167
497f816e
DD
51682003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5169
5170 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5171 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5172 * Makefile.in: Regenerate.
5173
bfbe5519
AO
51742003-01-09 Alexandre Oliva <aoliva@redhat.com>
5175
5176 * configure.in: Remove Makefile in build, host and target modules
5177 unless configure was run with --no-recursion.
5178 * configure: Rebuilt.
5179
3f234ef5
CD
51802003-01-08 Chris Demetriou <cgd@broadcom.com>
5181
5182 * config.guess: Update to 2003-01-03 version.
5183 * config.sub: Update to 2003-01-03 version.
5184
a3982d48
CF
51852003-01-07 Christopher Faylor <cgf@redhat.com>
5186
5187 * configure: Regenerate with proper autoconf 2.13.
5188
75778ec4
CF
51892003-01-07 Christopher Faylor <cgf@redhat.com>
5190
80b200a1
ZW
5191 * configure.in: Add AC_PREREQ for consistency.
5192 * configure: Regenerate.
75778ec4 5193
c180f501
AC
51942003-01-06 Andrew Cagney <ac131313@redhat.com>
5195
5196 * configure.in (GDB_TK): Add tcl directories conditional on
5197 gdb/gdbtk directory being present.
5198 * configure: Regenerate.
5481b376 5199
46ca2cc2
DA
52002003-01-04 John David Anglin <dave.anglin@nrc.ca>
5201
5202 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5203 by gcc if LD is not defined and we are not doing a Canadian Cross.
5204 * configure: Rebuilt.
5205
53dd8dab
DJ
52062003-01-01 Daniel Jacobowitz <drow@mvista.com>
5207
5208 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5209
50ceb20c
TT
52102002-12-31 Tom Tromey <tromey@redhat.com>
5211
5212 * Makefile.in: Rebuilt.
5213 * Makefile.def (target_modules) [libffi]: Allow installation.
5214
e78b5cfe
AS
52152002-12-31 Andreas Schwab <schwab@suse.de>
5216
5217 * configure.in: Fix use of $program_transform_name.
5218 * configure: Regenerated.
5219
67448102
DJ
52202002-12-30 Daniel Jacobowitz <drow@mvista.com>
5221
5222 * configure.in (baseargs): Don't remove first configure argument.
5223 * configure: Regenerated.
5224
e6bfb94a
AO
52252002-12-29 Alexandre Oliva <aoliva@redhat.com>
5226
5227 * Makefile.tpl (local-distclean): Don't remove...
5228 (multilib.ts): ... this. Moved into...
5229 (multilib.out): ... this. Don't use sub-make.
5230 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5231 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5232 (configure-build-[+module+], configure-[+module+],
5233 configure-target-[+module+], configure-gcc): ... these. Test
5234 for Makefile existence. Drop config.status from dependencies.
5235 * Makefile.in: Rebuilt.
5236 * configure.in: Move gcc-version-trigger to the end of
5237 ac_configure_args. Add comments to maybedep.tmp and
5238 serdep.tmp. Introduce --disable-serial-configure. Remove
5239 nonopt from baseargs, matching and removing corresponding
5240 whitespace while at it.
5241 * configure: Rebuilt.
5242
8f0dfb36
AO
52432002-12-28 Alexandre Oliva <aoliva@redhat.com>
5244
5245 * configure.in (host_configargs): Replace reference to
5246 no-longer-defined buildopts with --build=${build_alias}.
5247 * configure: Rebuilt.
5248
43be203f
AO
52492002-12-28 Alexandre Oliva <aoliva@redhat.com>
5250
5251 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
5252 program_transform_name to standard idiom.
5253 (AUTOGEN, AUTOCONF): Define.
5254 (Makefile.in): Use $(AUTOGEN).
5255 (Makefile): Depend on config.status, and use autoconf-style rule to
5256 build it. Move original commands to...
5257 (config.status): ... this new target.
5258 (configure): Add $(srcdir). Depend on config/acx.m4. Use
5259 $(AUTOCONF).
5260 * Makefile.in: Rebuilt.
5261
a0da8069
NN
52622002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
5263
d18f1c9f
NN
5264 * Makefile.tpl: Fix dramatic bustage due to change in
5265 program_transform_name.
5266 * Makefile.in: Regenerate.
5267
5268 * configure.in: Remove unnecessary PATH setting.
5269 * configure: Regnerate.
5270
5271 * configure.in: Don't default to unprefixed tools unless
5272 the native tools will work.
5273 * configure: Regenerate.
5274
a0da8069
NN
5275 * configure.in: Convert to autoconf script. Blow away lots
5276 of now-redundant Makefile fragments.
5277 * configure: Generate using Autoconf.
5278 * Makefile.tpl: Rewrite to reflect autoconfiscation.
5279 * Makefile.in: Regenerate.
5280
c567df0a
NN
52812002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
5282
5481b376 5283 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
5284 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5285
5481b376 5286 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 5287 where they belong.
2c7f9a32 5288
2dabcfb4
AS
52892002-12-24 Andreas Schwab <schwab@suse.de>
5290
5291 * Makefile.tpl (multilib.out): Fix missing space.
5292 * Makefile.in: Regenerate.
5293
1086bc09
NN
52942002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
5295
5296 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
5297 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
5298 * Makefile.in: Regenerate.
5299 * configure.in: Remove unnecessary leftovers.
5300
1086bc09
NN
53012002-12-21 Geoffrey Keating <geoffk@apple.com>
5302
5303 * configure.in (extra_ranlibflags_for_target): New variable.
5304 (*-*-darwin): Add -c to ranlib commands.
5305 * configure (tooldir): Handle extra_ranlibflags_for_target.
5306
14e9ca95
JJ
53072002-12-20 Jeff Johnston <jjohnstn@redhat.com>
5308
5309 * COPYING.NEWLIB: Updated.
5310 * COPYING.LIBGLOSS: Ditto.
5311
14c428fb
NN
53122002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5313
5314 * Makefile.tpl: Revert HJL's change.
5315 * Makefile.in: Regenerated.
5316 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5317 always.
5318
313b8244
AS
53192002-12-19 Andreas Schwab <schwab@suse.de>
5320
5321 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5322 * Makefile.in: Regenerate.
5323
efeae3db
L
53242002-12-18 H.J. Lu <hjl@gnu.org>
5325
5326 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5327 * Makefile.in: Regenerated.
5328
5329 * configure.in (build_prefix): New. Substitute.
5330
43d92c63
NN
53312002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
5332
59da4fe6
NN
5333 * Makefile.tpl: Don't let real targets depend on phony targets.
5334 * Makefile.in: Regenerate.
5335
43d92c63
NN
5336 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5337 * Makefile.in: Regenerate.
5338
b72e6a2d
JM
53392002-12-16 Jason Merrill <jason@redhat.com>
5340
5341 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5342 previous 'make bootstrap'.
5343 * Makefile.in: Regenerate.
5344
95c72c44
HPN
53452002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
5346
5347 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5348
7d695d07
JM
53492002-12-13 Jason Merrill <jason@redhat.com>
5350
5351 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
5352 library tests.
5353 (check-c++): Just depend on it and check-target-libstdc++-v3.
5354 * Makefile.in: Regenerate.
5355
54103d1e
NN
53562002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
5357
5358 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5359 * Makefile.in: Regenerate.
5360
4024f1e1
JJ
53612002-12-12 Jeff Johnston <jjohnstn@redhat.com>
5362
80b200a1
ZW
5363 * COPYING.NEWLIB: Update list of alternate Regent of California
5364 licenses and discuss official revoking of advertising clause.
5365 * COPYING.LIBGLOSS: Ditto.
4024f1e1 5366
7dda0df6
AO
53672002-12-12 Alexandre Oliva <aoliva@redhat.com>
5368
5369 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5370 * Makefile.in: Rebuilt.
5371
d03be79e 53722002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 5373
929293f4
NN
5374 * configure: Fix bug put in by gremlins.
5375
d03be79e
NN
5376 * Makefile.tpl: Substitute more autoconfily.
5377 * configure: Substitute more autoconfily.
5378 * Makefile.in: Regenerate.
5379
53802002-12-08 Andrew Cagney <ac131313@redhat.com>
5381
5382 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5383 * Makefile.in (all-sim): Ditto.
a36d530e
DD
5384
53852002-12-06 DJ Delorie <dj@redhat.com>
5386
5387 * Makefile.tpl: Change configure dependencies to not have real
5388 targets depend on phony targets.
b4a77b47 5389
db1ac78d
NN
53902002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
5391
bcaf2395
NN
5392 * configure.in: Revert unintentional change.
5393
b4fa093e
NN
5394 * src-release: Configure host subdirs.
5395
db1ac78d
NN
5396 * Makefile.tpl: Change dependency for */multilib.out so that
5397 it works when gcc isn't in the tree.
5398
5399 * configure.in: Substitute more.
5400 * configure: Run subconfigures from the Makefile.
5401 * Makefile.tpl: Run subconfigures from the Makefile; add a few
5402 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
5403
15723a45
NN
54042002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
5405
e2b9e2dc
NN
5406 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5407 and corresponding dependencies.
5408 * Makefile.in: Regenerate.
5409
2af579c4
NN
5410 * configure.in (host_tools): Order binutils, gas and ld for
5411 convenience in running the testsuites.
5412
a2cc058a
NN
5413 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5414 * Makefile.in: Regenerate.
5415 * configure.in: Introduce rules to serialize subconfigure runs.
5416
15723a45
NN
5417 * configure.in: Introduce BASE_CC_FOR_TARGET.
5418 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
5419 Realize configure-build-* targets. Realize configure-target-* targets.
5420 * Makefile.in: Regenerate.
5421
ae831be5
NN
54222002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5423
5424 * configure: Move gcc_version_trigger stuff from here...
5425 * configure.in: ...to here.
5426
5427 * configure.in: Separate subconfigure options added by this file from
5428 options given by the user. Add machinery to put args for host
5429 subconfigures into the Makefile.
5430
5431 * Makefile.tpl: Remove 'vault' targets.
5432 * Makefile.tpl: Reorder and comment dependencies.
5433 * Makefile.in: Regenerate.
5434
bbf7c8ac
NN
54352002-11-28 Geoffrey Keating <geoffk@apple.com>
5436
5437 * configure.in: Move host-specific darwin noconfigdirs into
5438 the host-specific section.
5439
930314a4
NN
54402002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5441
52d7cdee
NN
5442 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
5443 during replay.
5444 * Makefile.in: Regenerate.
5445
930314a4
NN
5446 (finishing slow-motion replay)
5447 * configure: Remove skip-this-dir support.
5448 * Makefile.tpl: Remove skip-this-dir support.
5449
5450 * Makefile.tpl: Remove leftover support for non-autoconfiscated
5451 subdirectories.
5452 * Makefile.in: Regenerate.
5453
5454 * Makefile.tpl: Strip out useless setting of 'dir'.
5455 * Makefile.in: Regenerate.
5481b376 5456
930314a4
NN
54572002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5458
5459 (finishing slow-motion replay)
5460 * configure.in: Fix deeply stupid bug.
5461
5462 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5463 shell code in CXX_FOR_TARGET
5464 * Makefile.def: Introduce raw_cxx.
5465 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5466 RAW_CXX_FOR_TARGET.
5467 * Makefile.in: Regenerate.
5468
54692002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5470
5471 (finishing slow-motion replay)
5472 * Makefile.tpl: Remove unnecessary ifs.
5473 * Makefile.in: Regenerate.
5474
5481b376 5475 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
5476 dependencies. Maybe-ize build-libiberty. Create dummy install
5477 targets for 'no_install' modules.
5481b376 5478 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 5479 build_modules stuff to configure.in.
5481b376 5480 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
5481 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
5482 * Makefile.in: Regenerate.
5483
3866be5d
NN
54842002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
5485
5486 (continuing slow-motion replay)
5487 * Makefile.tpl: Make all-target, install-target behave similarly
5488 to all, install (only hitting configured targets). Eliminate
5489 unused macro defintions.
5490
5491 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
5492 build != host.
5493
5494 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
5495
5496 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
5497
5481b376 5498 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
5499 configuring. Remove references to "dosrel".
5500 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 5501 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 5502 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 5503 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
5504 and redundant dependency; rearrange slightly.
5505 * Makefile.def: Add host-side libtermcap, utils.
5506
5507 * Makefile.in: Regenerate.
5508
e393202e
NN
55092002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
5510
5511 (Continuing slow-motion replay)
5512 * Makefile.def: Add list of recursive targets to autogenerate.
5513 Add build_modules.
5514 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
5515 targets. Autogenerate *-build-* targets.
5516 * Makefile.in: Regenerate.
5517
583d52d7
NN
55182002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
5519
5520 (Continuing slow-motion replay)
5521 * configure: More autoconf-style substitutions.
5522 * Makefile.tpl: More autoconf-style substitutions.
5523 * Makefile.in: Regenerate.
5524
55252002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
5526
5527 (Continuing slow-motion replay)
5528 * configure: Substitute more variables in a more autoconf-friendly
5529 way. Simplify slightly.
5530 * Makefile.tpl: Make more variables substitutable in an
5531 autoconf-friendly way.
5532 * Makefile.in: Regenerate.
5533
874e38b4
NN
55342002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
5535
5536 (Continuing slow-motion replay)
5537 * configure.in (v810*): Remove special setting of tools.
5538
5539 * configure: Add support for extra required flags for ar or nm.
5540 * configure.in (aix4.3+): Use above support for target-specific
5541 issues, rather than using config/mt-aix43.
5542
852e5f18
NN
55432002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
5544
5545 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
5546 * configure: Remove 'removing', which doesn't work. Replace $subdir
5547 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
5548 with $srcdir. Reformat indentation. Substitute some variables
5549 formerly hard-coded in the Makefile for build=host.
5550 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
5551 * Makefile.def: Autogenerate more.
5552 * Makefile.in: Regenerate.
5553
c9a0d920
DD
55542002-11-13 Bruce Korb <bkorb@gnu.org>
5555
5556 * Makefile.tpl: syntactic cleanup
5557
dd2768ff
KB
55582002-11-04 Kevin Buettner <kevinb@redhat.com>
5559
5560 * Makefile.def (host_modules): Add rda.
5561 * Makefile.in: Regenerate.
5562 * configure.in (target_tool): Add target-rda to list.
5563
1aa8389d
DD
55642002-10-25 Phil Edwards <pme@gcc.gnu.org>
5565
5566 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
5567 and restrap targets to this rule.
5568 * Makefile.in: Regenerate.
5569
28f46298
HPN
55702002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
5571
5572 * configure.in (i[3456]86-*-linux*): Add check to disable
5573 ${libgcj} for glibc1.
5574
ff72e302
NC
55752002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
5576
5577 * configure.in: Add tic4x target.
5578
8607b6c9
NN
55792002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
5580
5581 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
5582 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
5583 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
5584 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
5585 * Makefile.in: Regenerate.
5586
f8f61f4a
NN
55872002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
5588
c86f794b
NN
5589 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
5590 * Makefile.in: Regenerate.
5591
a9590527
NN
5592 * Makefile.def: Remove order dependency comments.
5593 * Makefile.tpl: Add explicit install-install dependencies.
5594 * Makefile.in: Regenerate.
5595
8412ce72
NN
5596 * Makefile.tpl: Remove material now in src-release. (Finally!)
5597 * Makefile.in: Regenerate.
5598
8b9f37f1
NN
5599 * configure: Restore my original patch by syncing with gcc version.
5600
f8f61f4a
NN
5601 * Bring following over from gcc:
5602
56032002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
5604
5605 * configure.in (s390*-*-linux*): Enable libgcj.
5606
403d9505
NN
56072002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
5608
5609 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
5610
95f6f383
AM
56112002-10-02 Alan Modra <amodra@bigpond.net.au>
5612
e4673b0a 5613 * configure: Move stray lines back to where they belong.
95f6f383 5614
748503c8
NN
56152002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
5616
a581b5c3
NN
5617 * Makefile.tpl: Insert configure-target target, for src-release.
5618
c084f5b4
NN
5619 * configure: Finish reverting change which Andrew Cagney started
5620 reverting. Should fix bustage.
5621
7aa673ed 5622 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
5623 * src-release: New file. Contains material for making net
5624 releases for gdb, binutils, et al., formerly in Makefile.in.
5625
82a9b2d9
NC
56262002-09-30 Nick Clifton <nickc@redhat.com>
5627
5628 * cpu: New top level directory. Intended to hold input files for
5629 CGEN which have FSF copyright assignment.
5630 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
5631
c2463a00
AC
56322002-09-29 Andrew Cagney <ac131313@redhat.com>
5633
5634 Revert below (note that src does not contain Makefile.tpl):
5635 * Makefile.tpl: Make subsituted variables more autoconfy.
5636 * Makefile.in: Regenerate.
5637
f03b4789
NN
56382002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
5639
c11e16a9
NN
5640 * configure: Revert accidentally applied changes.
5641
f03b4789
NN
5642 * Makefile.tpl: Make more autoconf-friendly.
5643 * Makefile.in: Regenerate.
5644 * configure: Make substitution more autoconf-like.
5645
56462002-09-28 Richard Earnshaw <rearnsha@arm.com>
5647
5648 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
5649 single entry to handle all these.
5650 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
5651 libjava on arm-*-elf.
5652
c0292023
GK
56532002-09-27 Geoffrey Keating <geoffk@apple.com>
5654
5655 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
5656 things that depend on them.
5657
c66d951e
NN
56582002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
5659
5660 * Makefile.tpl: Make subsituted variables more autoconfy.
5661 * Makefile.in: Regenerate.
5662 * configure: Make seds more autoconfy.
5663
907a7241 56642002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
5665
5666 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
5667 * Makefile.in: Regenerate.
5668 * configure.in: Rewrite sed statements to look autoconfy.
5669
907a7241
NN
5670 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
5671 all-target-foo on configure-target-foo.
5672 * Makefile.def: Ditto.
5673 * Makefile.in: Rebuild.
5674
405ea7a0
NN
56752002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
5676
5677 * Makefile.def: New file.
5678 * Makefile.tpl: New file.
5679 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
5680
5681 * configure.in: Minor rearrangement. Simplify tests.
5682
bdc57bfd
JT
56832002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
5684
5685 * configure.in (with_headers): Skip copy if value is "yes".
5686 (with_libs): Likewise.
5687
ae03d6e2
NN
56882002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5689
5690 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
5691 * configure.in (sh*-*-pe*): Ditto.
5692 * configure.in (mips*-*-pe*): Ditto.
5693 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
5694
5695 * configure.in: Rearrange.
5696
707960fe
NC
56972002-09-12 Nick Clifton <nickc@redhat.com>
5698
5699 * Import these changes from the config master repository:
5700
5701 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
5702
5703 * config.sub: Add tic4x target.
5704
5705 2002-09-03 Ben Elliston <bje@redhat.com>
5706
5707 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
5708 Reported by <Duncan_Stodart@insession.com>.
5709
36ea319f
JJ
57102002-09-10 Jeff Johnston <jjohnstn@redhat.com>
5711
5712 * COPYING.NEWLIB: More updates.
5713
cf57480a
JJ
57142002-09-09 Jeff Johnston <jjohnstn@redhat.com>
5715
5716 * COPYING.NEWLIB: Update.
5717
fd31a171
AC
57182002-08-23 Andrew Cagney <ac131313@redhat.com>
5719
23b632fc
AC
5720 * texinfo/texinfo.tex: Import version 2002-06-04.06.
5721
fd31a171
AC
5722 * config.guess: Import version 2002-08-23.
5723 * config.sub: Import version 2002-08-22.
5724
a08bafb5
AO
57252002-08-20 Alexandre Oliva <aoliva@redhat.com>
5726
5727 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
5728 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
5729 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
5730
17240c1f
NC
57312002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
5732
5733 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
5734
e70ad0c6
L
57352002-08-04 H.J. Lu (hjl@gnu.org)
5736
5737 * configure.in (mips*-*-linux*): Don't skip target-libffi.
5738
574e6d11
DD
57392002-07-31 Alan Modra <amodra@bigpond.net.au>
5740
5741 * configure.in: Move generic linux case to end. Copy generic
5742 linux noconfigdirs to mips*-*-linux* entry and new
5743 powerpc64*-*-linux* entry. Add target-libffi for the latter.
5744
611e7523
CD
57452002-07-19 Chris Demetriou <cgd@broadcom.com>
5746
5747 * MAINTAINERS: Clarify on config.guess and config.sub, and add
5748 one instance of them which was missed to the list to update.
5749
51759676
CD
57502002-07-16 Chris Demetriou <cgd@broadcom.com>
5751
5752 * config.guess: Update to 2002-07-09 version.
5753 * config.sub: Update to 2002-07-03 version.
5754
7c1f909c
DD
57552002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
5756
5757 * configure.in: Remove two redundant tests.
5758
d7cf5d30
DD
57592002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5760
5761 * configure.in (mips*-*-irix6*o32): Enable stabs.
5762
c74222f7
DD
57632002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
5764
5b53c336
DD
5765 * configure.in: Don't build grez.
5766 * Makefile.in: Ditto.
5767
c74222f7
DD
5768 * Makefile.in: Remove references to bsp, cygmon, libstub.
5769 * configure.in: Ditto.
5770
5771 * configure.in: Remove leftover reference to gdbtest.
5772
edd1b227
DD
57732002-07-08 Phil Edwards <pme@gcc.gnu.org>
5774
5775 * configure.in (gxx_include_dir): Change to match versioned
5776 C++ headers if --enable-version-specific-runtime-libs is used.
5777
486186e3
AO
57782002-07-04 Steve Ellcey <sje@cup.hp.com>
5779
5780 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
5781
ff0a3bf8
DD
57822002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
5783
5784 * configure.in: Make --without-x work.
5785
1dfa8174
NC
57862002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
5787
5788 * contrib: New directory. Created to contain a copy of the
5481b376 5789 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
5790 the FSF GCC sources.
5791
07637366
DD
57922002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
5793
b6f83f2a
DD
5794 * configure.in: Rearrange target Makefile fragment collection.
5795
07637366
DD
5796 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
5797 cvs[src].
5798 * configure.in: Ditto.
5799
f48556b1
DD
58002002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
5801
5802 * Makefile.in: Eliminate 'apache' targets.
5803 * configure.in: Eliminate 'apache' targets.
5804
5805 * configure.in: Eliminate redundant tests. Reorganize.
5806
5807 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
5808
5809 * config-ml.in: Eliminate references to Cygnus configure.
5810
5811 * Makefile.in: Eliminate references to building emacs.
5812
58132002-07-01 Denis Chertykov <denisc@overta.ru>
5814
5815 * configure.in: Add support for ip2k.
5816
cdb9e2b8
BE
58172002-06-24 Ben Elliston <bje@redhat.com>
5818
5819 * configure.in (host_tools): Remove cgen.
5820
5821 * Makefile.in (all-cgen): Remove; runs from its source directory.
5822 (check-cgen, install-cgen, clean-cgen): Likewise.
5823 (all-opcodes): No not depend on all-cgen.
5824 (all-sim): Likewise.
5825
3558860c
DD
58262002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
5827
5828 * configure.in: Fix AIX configury bug.
5829
e3b0c936
DD
58302002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
5831
cdb9e2b8 5832 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 5833
cdb9e2b8
BE
5834 * configure.in: Move definition of libstdcxx_flags right above
5835 usage, rather than way earlier.
8ee424c0 5836
c712250a
DD
5837 * configure.in: Pull definition of is_cross_compiler earlier.
5838
9ee1a75c
DD
5839 * configure.in: Rearrange a little.
5840
e3b0c936
DD
5841 * configure.in: Remove references to librx.
5842 * Makefile.in: Remove references to librx.
5843
b2bd228e
DD
58442002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
5845
5846 * configure.in: Eliminate ${gasdir} variable.
5847
7cd52483
DB
58482002-06-18 Dave Brolley <brolley@redhat.com>
5849
5850 * configure.in: Add support for frv.
5851 * config.sub: Add support for frv.
5852
6c5e141a
DD
58532002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5854
5855 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
5856
0d18b56d
JT
58572002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
5858
5859 * configure.in (vax-*-netbsd*): Re-enable gas.
5860
fd8958d5
DD
58612002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
5862
27f15fdd
DD
5863 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
5864 BUILD_PREFIX_1, to correct nomenclature.
5865 * configure: Likewise.
5866
fd8958d5
DD
5867 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
5868 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
5869
0c2442b7
DD
58702002-05-31 Olaf Hering <olh@suse.de>
5871
5872 * config-ml.in: Propogate DESTDIR also.
5873
a3602181
JT
58742002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
5875
5876 * configure.in (vax-*-netbsd*): Don't build gas for this
5877 platform.
5878
c95f53ae
MM
58792002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
5880
5881 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5882 and libgcj for AVR.
5883
1d7c1053
NC
58842002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
5885
5886 * config.sub: Add DLX target.
5887
4b37028f
JT
58882002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5889
5890 * config.guess: Update to 2002-05-22 version.
5891 * config.sub: Likewise.
5892
d5de0a84
NC
58932002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5894
5895 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
5896 * config-ml.in: Likewise.
5897 * configure: Likewise.
5898 * configure.in: Likewise.
5899
c92a0210
DD
59002002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
5901
115a77aa
DD
5902 * configure.in: Simplify makefile fragment collection.
5903
5904 * configure.in: Remove code to build emacs.
e99daf2b 5905
91e060aa
DD
5906 * configure.in : Remove --srcdir argument from targargs and buildargs
5907 (it's always overridden in the Makefile anyway). Rearrange a bit.
5908
5909 * configure: Move some logic to configure.in.
5910 * configure.in: Move some logic from configure.
c92a0210 5911
91217342
JJ
59122002-05-07 Jeff Johnston <jjohnstn@redhat.com>
5913
5914 * COPYING.LIBGLOSS: New file.
5915
d3d8a9ee
NC
59162002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
5917
5918 * Makefile.in: Honour DESTDIR.
5919
3a036cdc
AO
59202002-05-05 Alexandre Oliva <aoliva@redhat.com>
5921
5922 * configure.in (noconfigdirs): Don't disable libgcj on
5923 sparc64-*-solaris* and sparcv9-*-solaris*.
5924
6d095fe4
AO
59252002-05-03 Alexandre Oliva <aoliva@redhat.com>
5926
5927 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
5928
dac55df9
TF
59292002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
5930
5931 * configure.in (FLAGS_FOR_TARGET): Do not add
5932 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
5933 on i[3456]86-*-linux*.
5934
a018e15b
TF
59352002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
5936
5937 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
5938
5939 * configure.in (noconfigdirs): Do not add target-newlib if
5940 target == i[3456]86-*-linux*, and host == target.
5941
5f284831
MM
59422002-04-29 Mark Mitchell <mark@codesourcery.com>
5943
5944 * config.guess: Updated to 2002-04-26's version.
5945 * config.sub: Updated to 2002-04-26's version.
5946
33babf59
DD
59472002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
5948
bd5f7da2
DD
5949 * configure.in: delete reference to absent file
5950
a0c4f3a0
DD
5951 * configure.in: replace '[' with 'test'
5952
66f1ba4f
DD
5953 * configure.in: Eliminate references to gash.
5954 * Makefile.in: Eliminate references to gash.
5955
7c3ab50c
DD
5956 * configure.in: remove useless references to 'pic' makefile fragments.
5957
bbc025f5
DD
5958 * configure.in: (*-*-windows*) Finish removing.
5959
33babf59
DD
5960 * configure.in: Eliminate redundant test for libgui.
5961
d5ec694c
DD
59622002-04-26 Joel Sherrill <joel@OARcorp.com>
5963
5964 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
5965 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
5966
57a5346c
DD
59672002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
5968
5969 * configure.in: remove references to dead files
5970
dbf93899
DD
59712002-04-18 Tom Tromey <tromey@redhat.com>
5972
5973 * configure.in: Disallow configuring libgcj when it is already
5974 installed and we're using Solaris 2.8 linker. Do enable libgcj on
5975 Solaris 2.8 by default. For PR libgcj/6158.
5976
26eadf68
DD
59772002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
5978
5979 * configure.in: Move default CC setting out of config/mh-* fragments
5980 directly into here.
5981
a0a2c6c6
DD
59822002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
5983
5984 * configure.in: don't even try to configure or make a subdirectory
5985 if there's no configure script for it.
5986
9972f812
DD
59872002-04-15 Mark Mitchell <mark@codesourcery.com>
5988
5989 * MAINTAINERS: Remove chill maintainers.
5990 * Makefile.in (CHILLFLAGS): Remove.
5991 (CHILL_LIB): Remove.
5992 (TARGET_CONFIGDIRS): Remove libchill.
5993 (CHILL_FOR_TARGET): Remove.
5994 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
5995 CHILL_LIB.
5996 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
5997 (CHECK_TARGET_MODULES): Likewise.
5998 (INSTALL_TARGET_MODULES): Likewise.
5999 (CLEAN_TARGET_MODULES): Likewise.
6000 (configure-target-libchill): Remove.
6001 (all-target-libchill): Remove.
6002 * configure.in (target_libs): Remove target-libchill.
6003 Do not compute CHILL_FOR_TARGET.
6004 * libchill: Remove directory.
5481b376 6005
75205f78
DD
60062002-04-15 DJ Delorie <dj@redhat.com>
6007
6008 * Makefile.in, configure.in, configure: Sync with gcc, entries
6009 follow...
6010
60112002-04-08 Tom Tromey <tromey@redhat.com>
6012
6013 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6014 Fixes PR libgcj/6068.
6015
60162002-03-30 Krister Walfridsson <cato@df.lth.se>
6017
6018 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6019
60202002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6021
6022 * configure.in (alpha*-dec-osf*): Enable libgcj.
6023
60242002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6025
6026 Fix for: PR bootstrap/3591, target/5676
6027 * configure.in (mcore-pe): Disable the configuration of
6028 libstdc++-v3 since exceptions are not supported.
6029
60302002-03-20 Anthony Green <green@redhat.com>
6031
6032 * configure.in: Enable libgcj for xscale-elf target.
6033
60342002-02-28 Alexandre Oliva <aoliva@redhat.com>
6035
6036 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6037 libjava.
6038 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6039
60402002-02-22 Alexandre Oliva <aoliva@redhat.com>
6041
6042 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6043 libstdc++-v3 and libjava.
6044
60452002-02-11 Adam Megacz <adam@xwt.org>
6046
6047 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6048 boehm-gc
6049
60502002-02-09 Alexandre Oliva <aoliva@redhat.com>
6051
6052 * config.guess: Updated to 2002-01-30's version.
6053 * config.sub: Updated to 2002-02-01's version.
6054 Contribute sh64-elf.
6055 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6056 * configure.in: Added sh64-*-*.
6057
60582002-01-17 H.J. Lu <hjl@gnu.org>
6059
6060 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6061 (all-target-fastjar): Also depend on all-target-libiberty.
6062
6063Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6064
6065 * configure, configure.in: Use temp file for long sed commands.
6066
60672001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6068
6069 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6070 libf2c.
6071
60722001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6073
6074 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6075
60762001-10-11 Hans-Peter Nilsson <hp@axis.com>
6077
6078 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6079
60802001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
6081
6082 * configure: Handle temporary files securely using mkdir.
6083
60842001-09-26 Will Cohen <wcohen@redhat.com>
6085
6086 * configure.in (*-*-linux*): Disable configuration of target-newlib
6087 and target-libgloss.
6088
60892001-09-26 Alexandre Oliva <aoliva@redhat.com>
6090
6091 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6092 RANLIB.
6093
60942001-08-11 Graham Stott <grahams@redhat.com>
6095
6096 * Makefile.in (check-c++): Add missing semicolon.
6097
60982001-07-25 Andrew Haley <aph@cambridge.redhat.com>
6099
6100 * configure.in (sh-*-linux*): New.
6101
61022001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6103
6104 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6105 and libgcj on m68hc11/m68hc12.
6106
61072001-06-27 H.J. Lu (hjl@gnu.org)
6108
6109 * Makefile (CFLAGS_FOR_BUILD): New.
6110 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6111
61122001-06-01 Hans-Peter Nilsson <hp@axis.com>
6113
6114 * configure.in (libstdcxx_flags): Do not try to execute
6115 libstdc++-v3/testsuite_flags until it exists.
6116
61172001-05-18 Benjamin Kosnik <bkoz@redhat.com>
6118
6119 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6120
61212001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
6122
6123 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6124
6125Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
6126
6127 * configure.in: Move *-chorusos target case to the proper switch.
6128 Disable libgcj.
6129
61302001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6131
6132 * Makefile.in (STAGE1_CFLAGS): Pass down.
6133
61342001-04-13 Alan Modra <amodra@one.net.au>
6135
6136 * config.guess: Add hppa64-linux support. Note for next import that
6137 this is already in the master file.
6138 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
6139
61402001-03-22 Colin Howell <chowell@redhat.com>
6141
6142 * Makefile.in (DO_X): Do not backslash single-quotes in
6143 backquotes (two places).
6144
61452001-03-18 Laurynas Biveinis <lauras@softhome.net>
6146
6147 * Makefile.in (DO_X): Quote nested quotes.
6148
61492001-03-15 Laurynas Biveinis <lauras@softhome.net>
6150
6151 * Makefile.in (DO_X): Use double quotes for quoting
6152 "RANLIB=$${RANLIB}".
6153
61542001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
6155
6156 * configure.in: Only use `lang_requires' for languages athat are
6157 actually enabled.
6158
61592001-03-07 Tom Tromey <tromey@redhat.com>
6160
6161 * configure.in: Allow config-lang.in to set `lang_requires' to list
6162 of other required languages.
6163
61642001-03-06 Laurynas Biveinis <lauras@softhome.net>
6165
6166 * Makefile.in: Remove RANLIB definition. Use RANLIB
6167 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6168 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6169
61702001-02-28 Benjamin Kosnik <bkoz@redhat.com>
6171 Alexandre Oliva <aoliva@redhat.com>
6172
6173 * Makefile.in (check-c++): Use tabs, not spaces.
6174
61752001-02-19 Benjamin Kosnik <bkoz@redhat.com>
6176
6177 * Makefile.in (check-c++): New rule.
6178
6179 * configure.in (target_libs): Remove libg++.
6180 (noconfigdirs): Remove libg++.
6181 (noconfigdirs): Same.
6182 (noconfigdirs): Same.
6183 (noconfigdirs): Same.
6184
6185 * config-ml.in: Remove libg++ references.
6186
6187 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6188 (ALL_TARGET_MODULES): Same.
6189 (configure-target-libg++): Remove.
6190 (all-target-libg++): Remove.
6191 (configure-target-libio): Remove.
6192 (all-target-libio): Remove.
6193 (check-target-libio): Remove.
6194 (.PHONY): Remove.
6195 (libg++.tar.bz2): Remove.
6196 (all-target-cygmon): Remove libio.
6197 (all-target-libstdc++): Remove.
6198 (configure-target-libstdc++): Remove.
6199 (TARGET_LIB_PATH): Remove libstdc++.
6200 (ALL_GCC_CXX): Remove libstdc++.
6201 (all-target-gperf): Correct.
6202
62032001-02-15 Anthony Green <green@redhat.com>
6204
6205 * configure: Introduce GCJ_FOR_TARGET.
6206 * configure.in: Ditto.
6207 * Makefile.in: Ditto.
6208
62092001-02-08 Chandrakala Chavva <cchavva@redhat.com>
6210
6211 * configure.in: for *-chorusos, don't config target-newlib and
6212 target-libgloss.
6213
62142001-02-04 Mark Mitchell <mark@codesourcery.com>
6215
6216 Remove V2 C++ library.
6217 * configure.in: Remove --enable-libstdcxx_v3 support.
6218
62192001-01-27 Richard Henderson <rth@redhat.com>
6220
6221 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6222
62232001-01-26 Tom Tromey <tromey@redhat.com>
6224
6225 * configure.in: Allow libgcj to be built on Sparc Solaris.
6226
62272001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
6228
6229 * configure.in: Enable libgcj on several additional platforms.
6230
62312001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
6232
6233 * configure.in: Enable libgcj for linux targets.
6234
62352001-01-09 Mike Stump <mrs@wrs.com>
6236
6237 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6238 failures of subdirectories.
6239
62402001-01-02 Laurynas Biveinis <lauras@softhome.net>
6241
6242 * configure: handle DOS-style absolute paths.
6243
62442001-01-02 Laurynas Biveinis <lauras@softhome.net>
6245
6246 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6247
62482000-12-18 Benjamin Kosnik <bkoz@redhat.com>
6249
6250 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6251 (libstdcxx_incdir): Pass down.
6252 * config.if: Remove expired bits for cxx_interface, add stub.
6253 (libstdcxx_incdir): Add variable for g++ include directory.
6254 * configure.in (gxx_include_dir): Use it.
6255
62562000-12-15 Andreas Jaeger <aj@suse.de>
6257
6258 * configure.in: Handle lang_dirs.
6259
62602000-12-13 Anthony Green <green@redhat.com>
6261
6262 * configure.in: Disable libgcj for any target not specifically
6263 listed. Disable libgcj for x86 and Alpha Linux until compatible
6264 with g++ abi.
6265
62662000-12-13 Mike Stump <mrs@wrs.com>
6267
6268 * Makefile.in (local-distclean): Also remove fastjar.
6269
62702000-12-10 Anthony Green <green@redhat.com>
6271
6272 * configure.in: Define libgcj. Disable libgcj target libraries for
6273 most targets.
6274
62752000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
6276
6277 * configure.in (target_libs): Revert 2000-12-08 patch.
6278 (noconfigdirs): Added target-libjava.
6279
62802000-12-09 Laurynas Biveinis <lauras@softhome.net>
6281
6282 * Makefile.in: handle DOS-style absolute paths.
6283
62842000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6285
6286 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6287 libjava.
6288 * configure.in (target_libs): Removed `target-libjava'.
6289
62902000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6291
6292 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6293 (ALL_MODULES): Added fastjar.
6294 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6295 (all-target-libjava): all-fastjar replaces all-zip.
6296 (all-fastjar): Added.
6297 (configure-target-fastjar, all-target-fastjar): Likewise.
6298 * configure.in (host_tools): Added fastjar.
6299
63002000-12-07 Mike Stump <mrs@wrs.com>
6301
6302 * Makefile.in (local-distclean): Remove leftover built files.
6303
63042000-11-16 Fred Fish <fnf@be.com>
6305
6306 * configure.in (enable_libstdcxx_v3): Fix typo,
6307 libstd++ -> libstdc++.
6308
63092000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
6310
6311 * configure: Provide the original toplevel configure arguments
6312 (including $0) to subprocesses in the environment rather than
6313 through gcc/configargs.h.
6314
63152000-11-12 Mark Mitchell <mark@codesourcery.com>
6316
6317 * configure: Turn on libstdc++ V3 by default.
6318
63192000-10-16 Michael Meissner <meissner@redhat.com>
6320
6321 * configure (gcc/configargs.h): Only create if there is a build GCC
6322 directory created.
6323
63242000-10-05 Phil Edwards <pme@gcc.gnu.org>
6325
6326 * configure: Save configure arguments to gcc/configargs.h.
6327
63282000-10-04 Andris Pavenis <pavenis@latnet.lv>
6329
6330 * Makefile.in (bootstrap): avoid recursion if subdir missing
6331 (cross): ditto
6332 (do-proto-toplev): ditto
6333
6334Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
6335
6336 * configure.in: Do not build byacc for hppa64. Provide paths to the
6337 X11 libraries for hppa64.
6338
63392000-09-02 Anthony Green <green@cygnus.com>
6340
6341 * Makefile.in (all-gcc): Depend on all-zlib.
6342 (CLEAN_MODULES): Add clean-zlib.
6343 (ALL_MODULES): Add all-zlib.
6344 * configure.in (host_libs): Add zlib.
6345
63462000-08-25 Alexandre Oliva <aoliva@redhat.com>
6347
6348 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6349 $targargs to tell whether newlib is going to be built.
6350
6351 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6352 $$r/TARGET_SUBDIR/libio for _G_config.h.
6353
63542000-08-14 Zack Weinberg <zack@wolery.cumb.org>
6355
6356 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6357
6358 * configure: Make enable_threads and enable_shared defaults
6359 explicit. Substitute enable_threads into generated Makefiles.
6360 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6361 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6362
63632000-08-02 Manfred Hollstein <manfredh@redhat.com>
6364
6365 * configure.in: Re-enable all references to libg++ and librx.
6366
ffb97b2f 63672002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 6368
ffb97b2f
DD
6369 * configure.in: Add *-*-freebsd* configurations.
6370
bbf6e9e3
AC
63712002-04-07 Andrew Cagney <ac131313@redhat.com>
6372
6373 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
6374 (do-tar, do-bz2): New rules.
6375 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
6376 (gdb-tar): New rule.
6377 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
6378 (insight_dejagnu.tar): New rule.
6379 (insight.tar): New rule.
6380 (gdb+dejagnu.tar): New rule.
6381 (gdb.tar): New rule.
6382
8f1579c0
AC
63832002-04-07 Andrew Cagney <ac131313@redhat.com>
6384
6385 * MAINTAINERS: Update dejagnu/
6386
ba3c59ab
AO
63872002-03-16 Alexandre Oliva <aoliva@redhat.com>
6388
6389 * ltmain.sh (relink_command): Fix typo in previous change.
6390
6243d5dd
AO
63912002-03-15 Alexandre Oliva <aoliva@redhat.com>
6392
6393 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
6394 (relink_command): Added --tag flags.
6395 (mode=install): If relinking fails; error out.
6396
80413487
RH
63972002-03-12 Richard Henderson <rth@redhat.com>
6398
6399 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
6400 .NOTPARALLEL tag.
6401 (do-check): Rename from check.
6402 (check): Allow parallel check.
6403
3daeddf6
RH
64042002-03-11 Richard Henderson <rth@redhat.com>
6405
6406 * Makefile.in (.NOTPARALLEL): Add fake tag.
6407
fad93c55
L
64082002-03-07 H.J. Lu (hjl@gnu.org)
6409
6410 * configure.in: Enable gprof for mips*-*-linux*.
6411
2e8357fc
AO
64122002-02-28 Alexandre Oliva <aoliva@redhat.com>
6413
6414 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6415 libjava.
6416 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6417
bd48e1a9
AC
64182002-02-24 Andrew Cagney <ac131313@redhat.com>
6419
6420 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6421
39121370
DJ
64222002-02-23 Daniel Jacobowitz <drow@mvista.com>
6423
6424 * config.guess: Import from master sources, rev 1.232.
6425 * config.sub: Import from master sources, rev 1.246.
6426
081ff160
AO
64272002-02-23 Alexandre Oliva <aoliva@redhat.com>
6428
6429 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6430 because its Makefile is there; test for the executable instead.
6431
20a5393b
AO
64322002-02-09 Alexandre Oliva <aoliva@redhat.com>
6433
6434 Contribute sh64-elf.
6435 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6436 * configure.in: Added sh64-*-*.
6437
38135629
JJ
64382002-02-04 Jeff Johnston <jjohnstn@redhat.com>
6439
80413487
RH
6440 * COPYING.NEWLIB: Remove advertising clause from
6441 Berkeley and Red Hat licenses.
38135629 6442
48d19748
MD
64432002-02-01 Mo DeJong <supermo@bayarea.net>
6444
6445 * Makefile.in: Add all-tix to deps for all-snavigator
6446 so that tix is built when building snavigator.
6447
f6e1c110
BE
64482002-02-01 Ben Elliston <bje@redhat.com>
6449
6450 * config.guess: Import from master sources, rev 1.229.
6451 * config.sub: Import from master sources, rev 1.240.
6452
4867be41
DJ
64532002-01-27 Daniel Jacobowitz <drow@mvista.com>
6454
6455 From Steve Ellcey <sje@cup.hp.com>:
6456 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6457 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6458 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6459 IA64.
6460 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6461 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6462 soname_spec, sys_lib_search_path_spec): Ditto.
6463
e82380cc
JT
64642002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
6465
6466 * configure.in (*-*-netbsd*): New. Skip target-newlib,
6467 target-libiberty, and target-libgloss. Skip Java-related
6468 libraries if not supported for NetBSD on target CPU.
6469
1319fb9c
NC
64702002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
6471
6472 * configure.in: Import StrongARM and XScale target_configdirs from
6473 FSF GCC version.
6474
b020f6ac
L
64752002-01-16 H.J. Lu (hjl@gnu.org)
6476
6477 * config.guess: Import from master sources, rev 1.225.
6478 * config.sub: Import from master sources, rev 1.238.
6479
6480 * MAINTAINERS: Updated notes on config.guess and config.sub.
6481
a0c1c920
NC
64822002-01-11 Steve Ellcey <sje@cup.hp.com>
6483
6484 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6485 ld and gdb are not supported.
6486
a9fa5e1f
JJ
64872002-01-07 Jeff Johnston <jjohnstn@redhat.com>
6488
6489 * Change reference to Cygnus Solutions to be Red Hat.
6490
94077108
JJ
64912002-01-07 Jeff Johnston <jjohnstn@redhat.com>
6492
6493 * COPYING.NEWLIB: Update generic copyright date.
6494
05ecd75c
MS
64952002-01-07 Mark Salter <msalter@redhat.com>
6496
6497 * configure.in: Remove target-bsp and target-cygmon from arm builds.
6498 Allow target-libgloss to be built for arm, strongarm, and xscale.
6499
a106bb62
BE
65002002-01-03 Ben Elliston <bje@redhat.com>
6501
6502 * MAINTAINERS: Update URL for config.* scripts.
6503
0e254642
AM
65042001-12-18 Alan Modra <amodra@bigpond.net.au>
6505
6506 * config.sub: Import latest version.
6507 * config.guess: Likewise.
6508
0a0d0041
TF
65092001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
6510
6511 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
6512 options for i[3456]86-pc-linux* native builds.
6513
d932cae7
NC
65142001-12-05 Laurent Guerby <guerby@acm.org>
6515
6516 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 6517 libiberty.
d932cae7
NC
6518
6519 Import this patch from gcc:
5481b376 6520
d932cae7
NC
6521 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
6522
6523 * symlink-tree: handle DOS-style absolute paths.
6524
49b7683b
DD
65252001-11-28 DJ Delorie <dj@redhat.com>
6526 Zack Weinberg <zack@codesourcery.com>
6527
6528 When build != host, create libiberty for the build machine.
6529
6530 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
6531 CONFIG_ARGUMENTS.
6532 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
6533 New variables.
6534 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
6535 and rules.
6536 (all.normal): Depend on ALL_BUILD_MODULES.
6537 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
6538 (all-build-libiberty): Depend on configure-build-libiberty.
6539
6540 * configure: Calculate and substitute proper value for
6541 ALL_BUILD_MODULES.
6542 * configure.in: Create the build subdirectory.
6543 Calculate and substitute TARGET_CONFIGARGS (formerly
6544 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
6545
26ef82f4
GK
65462001-11-26 Geoffrey Keating <geoffk@redhat.com>
6547
6548 * config.sub: Update to version 1.232 on subversion.
6549
43e64072
NC
65502001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
6551
6552 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
6553 files from .po files for a distribution.
6554
66f6c0d5
HPN
65552001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
6556
6557 * COPYING.NEWLIB: Mention preserved notice in specific parts.
6558
4a02fdb2
JH
65592001-11-13 Jeff Holcomb <jeffh@redhat.com>
6560
6561 Merged from net gcc:
6562 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
6563 * ltcf-c.sh: Use $objext, not $ac_objext.
6564 2001-07-27 Mark Kettenis <kettenis@gnu.org>
6565 * ltcf-cxx.sh: Add support for GNU.
6566 2001-07-22 Timothy Wall <twall@redhat.com>
6567 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
6568 default settings if using GNU tools with that configuration.
6569 * ltcf-cxx.sh: Ditto.
6570 * ltcf-gcj.sh: Ditto.
6571 2001-07-21 Michael Chastain <chastain@redhat.com>
6572 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
6573 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
6574 * ltmain.sh: Mark as gcc-local.
6575
227b9953
JH
65762001-11-13 Jeff Holcomb <jeffh@redhat.com>
6577
6578 * Makefile.in (all-bison): Revert 2001-10-24.
6579 Don't depend on texinfo.
6580
cbbab8fb
JJ
65812001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
6582
80413487 6583 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 6584
922b2485
DD
65852001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
6586
6587 * configure.in (--enable-languages): Be more permissive about
6588 syntax. Check for empty lists better. Warn about $LANGUAGES.
6589
f08fa01d
HPN
65902001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
6591
6592 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
6593
fee3da4e
JH
65942001-10-24 Jeff Holcomb <jeffh@redhat.com>
6595
6596 Makefile.in (all-bison): Don't depend on texinfo.
6597
73fb1ef9
AM
65982001-10-03 Alan Modra <amodra@bigpond.net.au>
6599
6600 * gettext.m4: Test po/POTFILES.in exists before trying to read.
6601
373688ac
AO
66022001-09-29 Alexandre Oliva <aoliva@redhat.com>
6603
6604 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
6605
9c07660b
HPN
66062001-09-28 Hans-Peter Nilsson <hp@axis.com>
6607
6608 * config.sub, config.guess: Import latest from subversions.
6609
3f152009
AO
66102001-09-21 Alexandre Oliva <aoliva@redhat.com>
6611
6612 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
6613 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
6614 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
6615 avoid quotes nesting problems.
6616 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
6617 (DO_X): Export only variables that are set.
6618
8f6a59e5
BE
66192001-09-19 Ben Elliston <bje@redhat.com>
6620
6621 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
6622 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
6623 semantics. Use the shell built-in "type" command instead.
6624
a1ec19fa
TS
66252001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6626
6627 * config.sub: Reverted the earlier change, this version is not the
6628 master file.
6629
4008bd9b
TS
66302001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6631
6632 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
6633 Add support for mips64.
6634
dd1e52a4
JH
66352001-09-03 Jeff Holcomb <jeffh@redhat.com>
6636
6637 * configure.in: Enable libstdc++-v3 for h8300 targets.
6638
91549d1c
EC
66392001-08-30 Eric Christopher <echristo@redhat.com>
6640 Jason Eckhardt <jle@redhat.com>
6641
6642 * config.sub: Add support for mipsisa32.
6643
cf966cf9
EC
66442001-08-30 Eric Christopher <echristo@redhat.com>
6645
6646 * config.sub, config.guess: Import latest from subversions.
6647
82208dc5
AM
66482001-08-20 Alan Modra <amodra@bigpond.net.au>
6649
6650 * config.sub, config.guess: Import latest from subversions.
6651
4dca8403
DD
66522001-07-26 DJ Delorie <dj@redhat.com>
6653
6654 * MAINTAINERS: Clarify libiberty merge rules and procedures.
6655
1107dce2
AM
66562001-06-19 Alan Modra <amodra@bigpond.net.au>
6657
6658 * Makefile.in: Revert 2001-06-17.
6659 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
6660
e09a6604
L
66612001-06-17 H.J. Lu <hjl@gnu.org>
6662
6663 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
6664 (gas+binutils.tar.bz2): Likewise.
6665 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
6666
31a8b634
AC
6667Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
6668
6669 * Makefile.in (VER): When present, extract the version number from
5481b376 6670 the file version.in.
31a8b634 6671
dc70af01
AO
66722001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
6673
6674 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
6675 gcc/xgcc is built, use -print-prog-name to find out the program
6676 name to use.
6677
839bbd8c
AO
66782001-06-04 Mark Mitchell <mark@codesourcery.com>
6679
6680 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
6681 with_gcc]: Use `gcc -shared' to build a shared library.
6682
566e9a30
AO
66832001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6684
6685 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
6686 archives.
6687
e877bb69
AO
66882001-05-28 Simon Patarin <simon.patarin@inria.fr>
6689
6690 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
6691 libraries when using g++ with native linker.
6692
1605288b
AO
66932001-05-28 Alexandre Oliva <aoliva@redhat.com>
6694
6695 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
6696
11a383ba
TR
66972001-05-24 Tom Rix <trix@redhat.com>
6698
6699 * configure.in : enable ld for aix
cf966cf9 6700
18611226
AO
67012001-05-22 Alexandre Oliva <aoliva@redhat.com>
6702
6703 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
6704 [aix4*|aix5*]: Prepend blank.
6705
6be7c12c
AO
67062001-05-20 Alexandre Oliva <aoliva@redhat.com>
6707
6708 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6709 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
6710 of subdir/configure scripts to use the new libtool.m4.
6711
4ed00bba
L
67122001-05-14 H.J. Lu <hjl@gnu.org>
6713
6714 * config.if (libc_interface): Set to -libc6.2- for cross
6715 compiling to Linux/glibc 2.2.
6716
b1af961c
AO
67172001-05-03 Alexandre Oliva <aoliva@redhat.com>
6718
6719 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
6720 libgcj.
6721
5ec3e74e
AO
67222001-04-26 Alexandre Oliva <aoliva@redhat.com>
6723
6724 * configure.in (noconfigdirs): Don't reset it from scratch in the
6725 target case; only append to it.
6726
b3ed1d6b
AO
67272001-04-26 Alexandre Oliva <aoliva@redhat.com>
6728
6729 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
6730 sparc-*-solaris2.8]: Disable ${libgcj}.
6731
96111c10
AO
67322001-04-25 Alexandre Oliva <aoliva@redhat.com>
6733
6734 * configure.in (libgcj_saved): Copy from $libgcj.
6735 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
6736 --disable-libgcj.
6737
b5bf43f2
AO
67382001-04-20 Alexandre Oliva <aoliva@redhat.com>
6739
6740 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
6741 1.641.2.228.
6742
8cc32590
AO
67432001-04-12 Alexandre Oliva <aoliva@redhat.com>
6744
6745 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6746 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
6747
dec0cb0c
AO
67482001-04-01 Alexandre Oliva <aoliva@redhat.com>
6749
6750 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
6751 New macros.
6752 (bootstrap, cross): Use RECURSE_FLAGS.
6753 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
6754
6a9c3886
AO
67552001-03-27 Alexandre Oliva <aoliva@redhat.com>
6756
6757 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
6758
d4fc7db8
NC
67592001-03-23 Nick Clifton <nickc@redhat.com>
6760
6761 * README-maintainer-mode: Add note about inability to use "make
6762 distclean" in maintainer mode.
6763
7389ff65
AO
67642001-03-22 Alexandre Oliva <aoliva@redhat.com>
6765
6766 Re-installed:
6767 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
6768 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
6769 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6770 * ltcf-cxx.sh: Likewise.
6771 * ltcf-gcj.sh: Likewise.
6772
b3e0dc8e
PB
67732001-03-22 Philip Blundell <philb@gnu.org>
6774
6775 * config.sub, config.guess: Import latest from subversions.
6776
469b781c
AO
67772001-03-22 Alexandre Oliva <aoliva@redhat.com>
6778
6779 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6780 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
6781
b0dad762
MC
67822001-03-20 Michael Chastain <chastain@redhat.com>
6783
6784 * Makefile.in: all-m4 depends on all-texinfo.
6785
c559bb17
AO
67862001-03-08 Alexandre Oliva <aoliva@redhat.com>
6787
6788 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
6789
fef4ae2e
JJ
67902001-02-22 Jeff Johnston <jjohnstn@redhat.com>
6791
6792 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
6793 longer valid.
6794
8d6dd99d
NC
67952001-02-16 Nick Clifton <nickc@redhat.com>
6796
6797 * configure.in (noconfigdirs): Allow configuration of texinfo
6798 for Cygwin hosts.
6799
a85d7ed0
NC
68002001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
6801
6802 * config.guess: Add linux target for S/390.
6803 * config.sub: Likewise.
6804 * configure.in: Likewise.
6805
51221c5e
DD
68062001-02-06 Ben Elliston <bje@redhat.com>
6807
6808 * configure: Output host type to stdout, not stderr.
6809
9dec4c71
MS
68102001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6811
6812 * config.guess: Import from subversions.gnu.org (revision 1.181).
6813 * config.sub: Import from subversions.gnu.org (revision 1.199).
6814
9add9c04
AM
68152001-01-30 Alan Modra <alan@linuxcare.com.au>
6816
6817 * config.guess: Handle hppa64-linux systems.
6818
8679174d
MS
68192001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6820
6821 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
6822 Don't unset, it's non-portable and no longer necessary, set to empty
6823 instead.
6824
02d01ed4
MS
68252001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6826
6827 * ltconfig: Shell portability fix for the tagname validity check.
6828
4cc5853d
MS
68292001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6830
6831 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
6832
7487e485
AO
68332001-01-27 Alexandre Oliva <aoliva@redhat.com>
6834
6835 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
6836 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
6837
f332af52
AO
68382001-01-24 Alexandre Oliva <aoliva@redhat.com>
6839
6840 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
6841 keep at least one of build_libtool_libs or build_old_libs set to
6842 yes.
6843
ef099754
AO
68442001-01-24 Alexandre Oliva <aoliva@redhat.com>
6845
6846 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
6847 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
6848
8341f2fc 68492000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 6850
8341f2fc
AJ
6851 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6852
68532000-11-03 Philip Blundell <pb@futuretv.com>
6854
6855 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6856 files.
ebf0fa2e 6857
c320a39f
JJ
68582001-01-15 Jeff Johnston <jjohnstn@redhat.com>
6859
6860 * COPYING.NEWLIB: Put into source repository.
6861
8817b92e
BE
68622001-01-15 Ben Elliston <bje@redhat.com>
6863
6864 * configure.in (host_tools): Add sid.
6865 Always configure cgen.
6866 * Makefile.in (all-sid): New target.
6867 (check-sid, clean-sid, install-sid): Likewise.
6868
35590697
AJ
68692001-01-07 Andreas Jaeger <aj@suse.de>
6870
80413487 6871 * config.sub, config.guess: Update from subversions.
35590697 6872
6ee6cea6
AO
68732000-12-12 Alexandre Oliva <aoliva@redhat.com>
6874
6875 * configure.in: Disable language-specific target libraries for
6876 languages that aren't enabled.
6877
077b8428
NC
68782000-11-24 Nick Clifton <nickc@redhat.com>
6879
6880 * configure.in (xscale-elf): Add target.
6881 (xscale-coff): Add target.
6882 (c4x, c5x, tic54x): Move after ARM targets.
6883
9e28a1ed
AO
68842000-11-23 Alexandre Oliva <aoliva@redhat.com>
6885
6886 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
6887
be98a80a
ILT
68882000-11-20 Ian Lance Taylor <ian@zembu.com>
6889
6890 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
6891
5cec67bf
AO
68922000-11-18 Alexandre Oliva <aoliva@redhat.com>
6893
6894 * Makefile.in: Merge with GCC and libgcj.
6895 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
6896 configure-target-<library> when their configure scripts need the C
6897 or C++ library to have already been built to work properly.
6898 (do_proto_toplev): Set them to an empty string.
6899
d932cae7 69002000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
6901
6902 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
6903 (REALLY_SET_LIB_PATH): Use them.
6904
d932cae7 69052000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
6906
6907 * config.sub: Add support for Sun Chorus
6908
8602ff0c
NC
69092000-11-02 Per Lundberg <plundis@chaosdev.org>
6910
6911 * config.sub: Add support for the *-storm-chaos OS.
6912
f9e0997d
NC
69132000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
6914
80413487
RH
6915 * configure.in (noconfigdirs): Don't compile some
6916 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 6917
d64552c5
AO
69182000-09-30 Alexandre Oliva <aoliva@redhat.com>
6919
6920 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
6921 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
6922 all affected `configure' scripts.
6923
97f60b31
AO
69242000-09-25 Alexandre Oliva <aoliva@redhat.com>
6925
6926 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
6927 ltcf-c.sh.
6928
6e8dd58f
PB
69292000-09-12 Philip Blundell <philb@gnu.org>
6930
6931 * config.sub, config.guess: Update from subversions.
6932
103a2e99
AO
69332000-09-06 Alexandre Oliva <aoliva@redhat.com>
6934
51601921
AO
6935 * Makefile.in (all-zlib): Added dummy target.
6936
103a2e99
AO
6937 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
6938 multi-language branch.
6939
2809b4b9
AO
69402000-09-05 Alexandre Oliva <aoliva@redhat.com>
6941
6942 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
6943 (bootstrap*): Depend on all-bootstrap.
6944
7450026c
AO
69452000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
6946
6947 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
6948 crosses, but add gcc/include to the header search path for them.
6949
6cf86f7f
AO
69502000-08-31 Alexandre Oliva <aoliva@redhat.com>
6951
6952 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
6953 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
6954 * gettext.m4: New file, extracted from aclocal.m4.
6955
ce2ea6e3
AO
69562000-08-22 Alexandre Oliva <aoliva@redhat.com>
6957
6958 * config-ml.in (CC, CXX): Avoid trailing whitespace.
6959 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
6960 sub-configures.
6961
9765193e
DE
69622000-08-20 Doug Evans <dje@casey.transmeta.com>
6963
6964 * Makefile.in (ALL_MODULES): Add all-cgen.
6965 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6966 (all-cgen): New target.
6967 (all-opcodes,all-sim): Depend on all-cgen.
6968 * configure.in (host_tools): Add cgen.
6969 Only configure cgen if --enable-cgen-maint.
6970
d7b32520
AO
69712000-08-17 Alexandre Oliva <aoliva@redhat.com>
6972
6973 * config-ml.in (CC, CXX): Don't introduce a leading space.
6974
e52ef561
AO
69752000-08-16 Alexandre Oliva <aoliva@redhat.com>
6976
6977 * configure.in (libstdcxx_flags): Use
6978 libstdc++-v3/src/libstdc++.INC.
6979
88f9c2a0
AO
69802000-08-15 Alexandre Oliva <aoliva@redhat.com>
6981
6982 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
6983
98fbe43f
JM
69842000-08-11 Jason Merrill <jason@redhat.com>
6985
6986 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
6987 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
6988 (FLAGS_FOR_TARGET): Not here.
6989 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
6990
279ddab4
DD
69912000-08-07 DJ Delorie <dj@redhat.com>
6992
6993 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
6994 "if we're also building gcc, and it's a gcc that will run on the
6995 build machine, we want to use its includes instead of the system's
6996 default includes".
6997
60523a83
AO
69982000-08-03 Alexandre Oliva <aoliva@redhat.com>
6999
24ffec7a
AO
7000 * configure.in (libstdcxx_flags): Don't use `"'.
7001
60523a83
AO
7002 * config-ml.in: Adjust multilib search paths to the
7003 appropriate multilib tree.
7004
daf644b5
AO
70052000-08-02 Alexandre Oliva <aoliva@redhat.com>
7006
7007 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7008 commas in $LANGUAGES.
7009
63266560
DD
70102000-08-01 Alexandre Oliva <aoliva@redhat.com>
7011
7012 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7013
70142000-07-31 Alexandre Oliva <aoliva@redhat.com>
7015
7016 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7017 CXX_FOR_TARGET for sed.
7018
70192000-07-30 Alexandre Oliva <aoliva@redhat.com>
7020
7021 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7022 Do not override if already set in the environment or in configure.
7023 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7024 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7025
9e449d3e
AO
70262000-07-27 Alexandre Oliva <aoliva@redhat.com>
7027
7028 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7029 (GCC_FOR_TARGET): Use it.
7030 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7031 * configure.in: ... here.
7032 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7033 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7034
8bbd92e0
AO
70352000-07-24 Alexandre Oliva <aoliva@redhat.com>
7036
fd1f87b2
AO
7037 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7038 (configure-target-libchill, configure-target-libobjc): Likewise.
7039
8bbd92e0
AO
7040 * configure.in: Use the same cache file for all target libs.
7041 * config-ml.in: But different cache files per multilib variant.
7042
25c6c112
JL
70432000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7044
7045 * configure (topsrcdir): Don't use dirname.
7046
ba73c63f
JM
70472000-07-20 Jason Merrill <jason@redhat.com>
7048
7049 * configure.in: Remove all references to libg++ and librx.
7050
7051 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7052
1af08294
HPN
70532000-07-20 Hans-Peter Nilsson <hp@axis.com>
7054
7055 * config.sub: Update to subversions version 2000-07-06.
7056
ba73c63f
JM
70572000-07-12 Andrew Haley <aph@cygnus.com>
7058
7059 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7060 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7061
70622000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
7063
7064 * symlink-tree: Check number of arguments.
7065
d932cae7 70662000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
7067
7068 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7069
ba73c63f
JM
70702000-07-05 Jim Wilson <wilson@cygnus.com>
7071
7072 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7073 search path for a g++ extracted from the build tree. This
7074 will allow link tests run by configure scripts in
7075 subdirectories to succeed.
7076
92ee2f86
UC
70772000-07-01 Koundinya K <kk@ddeorg.soft.net>
7078
80413487 7079 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 7080
23f2f29f
CV
70812000-06-28 Corinna Vinschen <vinschen@cygnus.com>
7082
7083 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7084 `os2'. Force ac_cv_exeext to be ".exe" in that case.
7085
f04f5a67
TW
70862000-06-19 Timothy Wall <twall@cygnus.com>
7087
7088 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7089 * config.sub: Add tic54x target.
7090
11da68be
NC
70912000-06-07 Phillip Thomas <pthomas@suse.de>
7092
7093 * README-maintainer-mode: New file: Contains notes on using
7094 --enable-maintainer-mode with binutils.
7095
d932cae7 70962000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
7097
7098 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7099
d932cae7 71002000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
7101
7102 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7103 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7104
9442cea3
L
710520000-05-21 H.J. Lu (hjl@gnu.org)
7106
80413487
RH
7107 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7108 directory are used if they exist. Make sure
7109 $(build_tooldir)/include is searched for header files,
7110 $(build_tooldir)/lib/ for library files.
9442cea3 7111 (GCC_FOR_TARGET): Likewise.
80413487 7112 (CXX_FOR_TARGET): Likewise.
9442cea3 7113
d932cae7 71142000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
7115
7116 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7117
d932cae7 71182000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
7119
7120 * Makefile.in (configure-target-libiberty): Depend on
7121 configure-target-newlib.
7122
ba73c63f
JM
71232000-05-16 Alexandre Oliva <aoliva@cygnus.com>
7124
7125 * configure.in, Makefile.in: Merge all libffi-related
7126 configury stuff from the libgcj tree.
7127
d932cae7 71282000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
7129
7130 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7131 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7132
d932cae7 71332000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
7134
7135 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7136 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 7137 current version information. Add to proto-toplev directory.
b5a23627
AC
7138 (gdb-taz): Build do-djunpack.
7139
ba73c63f
JM
71402000-05-15 David Edelsohn <edelsohn@gnu.org>
7141
7142 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7143
7c86ed39
L
71442000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7145
7146 * ltmain.sh: Preserve in relink_command any environment
7147 variables that may affect the linker behavior.
7148
d932cae7 71492000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
7150
7151 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7152
d932cae7 71532000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
7154
7155 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7156
ed0a91a5
EZ
71572000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7158
7159 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 7160 with the version name.
ed0a91a5 7161
ba73c63f 71622000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 7163
ba73c63f 7164 * config.if: Tweak.
6cafa39f 7165
ba73c63f 71662000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 7167
ba73c63f 7168 * djunpack.bat: New file.
66156876 7169
d932cae7 71702000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
7171
7172 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
7173 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7174 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7175 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 7176
ba73c63f
JM
71772000-04-16 Dave Pitts <dpitts@cozx.com>
7178
80413487
RH
7179 * config.sub (case $basic_machine): Change default for "ibm-*"
7180 to "openedition".
ba73c63f 7181
d932cae7 71822000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
7183
7184 * Makefile.in (gdb-taz): New target. GDB specific archive.
7185 (do-md5sum): New target.
7186 (MD5PROG): Define.
7187 (PACKAGE): Default to TOOL.
7188 (VER): Default to a shell script.
7189 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 7190 md5 checksum generation.
b35ece4e
AC
7191 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7192 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7193 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 7194 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 7195
d932cae7 71962000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
7197
7198 * configure (warn_cflags): Delete.
7199
ba73c63f 72002000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 7201 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 7202
80413487
RH
7203 * configure.in (enable_libstdcxx_v3): Add.
7204 (target_libs): Add bits here to switch between libstdc++-v2 and
7205 libstdc++-v3.
7206 * config.if: And this file too.
7207 * Makefile.in: Add libstdc++-v3 targets.
35590697 7208
ba73c63f
JM
72092000-04-05 Michael Meissner <meissner@redhat.com>
7210
7211 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 7212
d332c5ac
JM
72132000-03-29 Jason Merrill <jason@casey.cygnus.com>
7214
7215 * configure.in: -linux-gnu*, not -linux-gnu.
7216
d932cae7 72172000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
7218
7219 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7220 (do-tar-bz2): Replace TOOL with PACKAGE.
7221 (gdb.tar.bz2): Remove GDBTK from GDB package.
7222 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 7223 dejagnu.tar.bz2): New packages.
6dcbc97b 7224
96ce09a7
ILT
72252000-02-27 Andreas Jaeger <aj@suse.de>
7226
7227 * configure.in: Add entry for mips*-*-linux*, move catch all
7228 *-*-*linux* entry below this one.
7229
2031769e
ILT
72302000-02-27 Ian Lance Taylor <ian@zembu.com>
7231
7232 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7233
4bab746c
NC
72342000-02-24 Nick Clifton <nickc@cygnus.com>
7235
7236 * config.sub: Support an OS of "wince".
7237
d932cae7 72382000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
7239
7240 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 7241 version.
ada59422 7242
5b93d8bb
AM
72432000-02-23 Linas Vepstas <linas@linas.org>
7244
7245 * config.sub: Add support for Linux/IBM 370.
7246 * configure.in: Likewise.
7247
2fb651f6
NC
72482000-02-22 Nick Clifton <nickc@cygnus.com>
7249
7250 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7251
b8441c25
CF
72522000-02-20 Christopher Faylor <cgf@cygnus.com>
7253
7254 * config.guess: Guess "cygwin" rather than "cygwin32".
7255
d332c5ac
JM
72562000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7257
7258 * configure (gcc_version): When setting, narrow search to
7259 lines containing `version_string'.
7260
ba73c63f
JM
72612000-02-15 Denis Chertykov <denisc@overta.ru>
7262
7263 * config.sub: Add support for avr target.
7264
d932cae7 72652000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
7266
7267 * config.sub: Add mmix-knuth-mmixware.
7268
72692000-01-27 Christopher Faylor <cgf@redhat.com>
7270
7271 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7272 structure stuff to -L library search.
7273 (CXX_FOR_TARGET): Ditto.
7274 (CROSS_CHECK_MODULES): Fix spelling mistake.
7275
72762000-01-24 Mark Mitchell <mark@codesourcery.com>
7277
7278 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7279 the C++ compiler.
7280
72812000-01-12 Richard Henderson <rth@cygnus.com>
7282
7283 * configure.in: Don't build some bits for beos.
7284
72852000-01-12 Joel Sherrill (joel@OARcorp.com)
7286
7287 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7288 as include files.
7289
91b2c84d
GK
72902000-01-06 Geoff Keating <geoffk@cygnus.com>
7291
7292 * configure.in: Use mt-aix43 to handle *_TARGET defs,
7293 not mh-aix43.
7294
ba73c63f
JM
72951999-12-14 Richard Henderson <rth@cygnus.com>
7296
7297 * config.guess (alpha-osf, alpha-linux): Detect ev67.
7298 * config.sub: Accept alphaev[78], alphaev8.
7299
73001999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7301
7302 * config.guess, config.sub: Update from autoconf.
7303
7304Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7305
7306 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7307 necessary libraries are missing.
7308
73091999-10-25 Andreas Schwab <schwab@suse.de>
7310
7311 * configure: Fix quoting inside arguments of eval.
7312
73131999-10-21 Nick Clifton <nickc@cygnus.com>
7314
7315 * config-ml.in: Allow suppression of some ARM multilibs.
7316
7317Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
7318
7319 * config.guess: Add OS/390 match pattern.
7320 * config.sub: Add mvs, openedition targets.
7321 * configure.in (i370-ibm-opened*): New.
7322
ef14edc4
ILT
73231999-09-04 Steve Chamberlain <sac@pobox.com>
7324
7325 * config.sub: Add support for configuring for pj.
7326
afb478e8
NC
73271999-08-31 Nick Clifton <nickc@cygnus.com>
7328
fd6848f6 7329 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 7330
ba73c63f 73311999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
7332
7333 * configure.in: Do not configure or build ld for AIX
7334 platforms. ld is known to be broken on these platforms.
7335
ba73c63f
JM
7336Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7337
7338 * config-ml.in: Pass compiler flag corresponding to multidirs to
7339 subdir configures.
7340
c363de44
ILT
73411999-08-09 Ian Lance Taylor <ian@zembu.com>
7342
7343 * Makefile.in (LDFLAGS): Define.
7344
dc8bc5a6
ILT
73451999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
7346
7347 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7348 noconfigdirs.
7349 (*-*-cygwin*): Likewise.
7350
6ca3858e
ILT
73511999-08-08 Ian Lance Taylor <ian@zembu.com>
7352
71141bb6
ILT
7353 * mkdep: New file.
7354 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7355 (BINUTILS_SUPPORT_DIRS): Add mkdep.
7356
6ca3858e
ILT
7357 From Eli Zaretskii <eliz@is.elta.co.il>:
7358 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7359 long file name when using DJGPP on MS-DOS.
7360
ba73c63f
JM
7361Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
7362
7363 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7364
2735a327
AM
73651999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
7366
7367 * Makefile.in (check-target-libio): Remove all-target-libstdc++
7368 dependency as this causes "make check" to globally "make all"
7369
ba73c63f
JM
7370Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
7371
7372 * configure.in (target_libs): Added target-zlib.
7373 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7374 (CONFIGURE_TARGET_MODULES): Likewise.
7375 (CHECK_TARGET_MODULES): Likewise.
7376 (INSTALL_TARGET_MODULES): Likewise.
7377 (CLEAN_TARGET_MODULES): Likewise.
7378 (configure-target-zlib): New target.
7379 (all-target-zlib): Likewise.
7380 (all-target-libjava): Depend on all-target-zlib.
7381 (configure-target-libjava): Depend on configure-target-zlib.
7382
7383 * Makefile.in (configure-target-libjava): Depend on
7384 configure-target-newlib.
7385 (configure-target-boehm-gc): New target.
7386 (configure-target-qthreads): New target.
7387
80413487
RH
7388 * configure.in (target_libs): Added target-qthreads.
7389 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7390 (CONFIGURE_TARGET_MODULES): Likewise.
7391 (CHECK_TARGET_MODULES): Likewise.
7392 (INSTALL_TARGET_MODULES): Likewise.
7393 (CLEAN_TARGET_MODULES): Likewise.
7394 (all-target-qthreads): New target.
7395 (configure-target-libjava): Depend on configure-target-qthreads.
7396 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
7397
7398 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7399 (CONFIGURE_TARGET_MODULES): Likewise.
7400 (CHECK_TARGET_MODULES): Likewise.
7401 (INSTALL_TARGET_MODULES): Likewise.
7402 (CLEAN_TARGET_MODULES): Likewise.
7403 (all-target-libjava): New target.
7404 (all-target-boehm-gc): Likewise.
7405 * configure.in (target_libs): Added libjava, boehm-gc.
7406
08d836d6
ILT
74071999-07-22 Ian Lance Taylor <ian@zembu.com>
7408
7409 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7410 configure.bat in SUPPORT_FILES.
7411 (gas+binutils.tar.bz2): Likewise.
7412
7413 * makeall.bat: Remove; obsolete.
7414
8f36e47c
ILT
74151999-07-21 Ian Lance Taylor <ian@zembu.com>
7416
7417 From Mark Elbrecht:
7418 * configure.bat: Remove; obsolete.
7419
56e82f25
ILT
74201999-07-11 Ian Lance Taylor <ian@zembu.com>
7421
7422 * configure: Add -W -Wall to the default CFLAGS when compiling with
7423 gcc.
7424
1001d816
JL
7425Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
7426
7427 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7428
106117aa
MM
74291999-06-30 Mark Mitchell <mark@codesourcery.com>
7430
7431 * configure.in: Build ld on IRIX6.
7432
c376f4ed
ILT
74331999-06-12 Ian Lance Taylor <ian@zembu.com>
7434
7435 * Makefile.in: Change distribution targets to use bzip2 instead of
7436 gzip.
7437 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 7438 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 7439
306b7445
NC
74401999-06-04 Nick Clifton <nickc@cygnus.com>
7441
7442 * config.sub: Add mcore target.
7443
d932cae7 74441999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
7445
7446 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7447
d932cae7 74481999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
7449
7450 * config.guess (dummy): Changed to $dummy.
7451
6c3175b0
NC
74521999-05-24 Nick Clifton <nickc@cygnus.com>
7453
ba73c63f
JM
7454 * config.sub: Tidied up case statements.
7455
74561999-05-22 Ben Elliston <bje@cygnus.com>
7457
7458 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7459 <jiro@din.or.jp>.
7460
7461 * config.guess: Merge with FSF version. Future changes will be
7462 more accurately recorded in this ChangeLog.
7463 * config.sub: Likewise.
7464
d932cae7 74651999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
7466
7467 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 7468
252b5132
RH
74691999-04-30 Tom Tromey <tromey@cygnus.com>
7470
7471 * ltmain.sh: [mode link] Always use CC given by ltconfig.
7472
74731999-04-23 Tom Tromey <tromey@cygnus.com>
7474
7475 * ltconfig, ltmain.sh: Update to libtool 1.2f.
7476
74771999-04-20 Drew Moseley <dmoseley@cygnus.com>
7478
7479 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
7480 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
7481 Bad merge removed these two changes.
7482
ba73c63f 7483Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 7484 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
7485
7486 * config.guess (interix Alpha): Add.
7487
252b5132
RH
74881999-04-11 Richard Henderson <rth@cygnus.com>
7489
7490 * configure.in (i?86-*-beos*): Do config gperf; don't config
7491 gdb, newlib, or libgloss.
7492
d932cae7 74931999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 7494
ba73c63f
JM
7495 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
7496 link a trivial program with -mabi=64. If it fails, remove mabi=64
7497 from multidirs.
7498
d932cae7 74991999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
7500
7501 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
7502
252b5132
RH
75031999-04-08 Nick Clifton <nickc@cygnus.com>
7504
7505 * config.sub: Add support for mcore targets.
7506
75071999-04-07 Michael Meissner <meissner@cygnus.com>
7508
7509 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
7510 not mt-ospace, in order to shut up assembler warning about using
7511 symbols that are named the same as registers.
7512
75131999-04-07 Drew Moseley <dmoseley@cygnus.com>
7514
7515 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
7516 dependency list for all-target-cygmon.
7517
75181999-04-05 Doug Evans <devans@casey.cygnus.com>
7519
7520 * config-ml.in: Check $host, not $target, for selective multilibs.
7521 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
7522 thumb interworking, and underscore prefix multilibs.
7523
75241999-04-04 Ian Lance Taylor <ian@zembu.com>
7525
7526 * missing: Update to version from current automake.
7527
7528Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
7529
7530 * configure (gxx_include_dir): Removed.
7531
7532 * configure.in (gxx_include_dir): Handle it.
7533 * Makefile.in: Likewise.
7534
75351999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
7536
7537 * config.sub (mips64vr4111,mips64vr4111el) Add.
7538
75391999-03-21 Ben Elliston <bje@cygnus.com>
7540
80413487 7541 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
7542
7543Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
7544
252b5132
RH
7545 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
7546 config/mh-djgpp.
7547
7548Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
7549
7550 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
7551 all-target-newlib to dependency list for all-target-bsp.
7552
7553Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
7554
7555 * config.sub: Add i386-uwin support.
7556 * config.guess: Likewise.
7557
7558Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7559
7560 * configure.in: cleanup, add mh-*pic handling for arm, special
7561 case powerpc*-*-aix*
7562
7563Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
7564
7565 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
7566 can be built.
7567
7568Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
7569
7570 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 7571 targets.
252b5132
RH
7572
75731999-03-02 Nick Clifton <nickc@cygnus.com>
7574
7575 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
7576
d932cae7 75771999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
7578
7579 * config.sub: Check for "cygwin*" rather than "cygwin32*"
7580
75811999-02-24 Nick Clifton <nickc@cygnus.com>
7582
7583 * config.sub: Fix typo in arm recognition.
7584
d932cae7 75851999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
7586
7587 * configure.in (noconfigdirs): Changed target_configdirs to
7588 include target-bsp only for m68k-*-elf* and m68k-*-coff*
7589 rather than m68k-*-* since it is not known to work on
7590 m68k-aout. Ditto for arm-*-*oabi.
7591
d932cae7 75921999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
7593
7594 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
7595
75961999-02-19 Ben Elliston <bje@cygnus.com>
7597
7598 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
7599 Smart and improved by Andrew Cagney.
7600
d932cae7 76011999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
7602
7603 * config.guess: Recognize openbsd-*-hppa.
7604
d932cae7 76051999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
7606
7607 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
7608 only if it is not empty.
7609
76101999-02-17 Nick Clifton <nickc@cygnus.com>
7611
7612 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 7613
fd6848f6 7614 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
7615
7616 * config.sub: Modified to recognize uname's armv* syntax.
7617
76181999-02-17 Mark Salter <msalter@cygnus.com>
7619
7620 * configure.in: Added target-bsp for sparclite.
7621
d932cae7 76221999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
7623
7624 * config.sub: Recognize alphapca5[67] and up to alphaev8.
7625
76261999-02-08 Nick Clifton <nickc@cygnus.com>
7627
7628 * configure.in: Add support for strongarm port.
7629 * config.sub: Add support for strongarm target.
7630
d932cae7 76311999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 7632
252b5132
RH
7633 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
7634 the old name config/mh-cygwin32.
7635 Enable texinfo.
7636
d932cae7 76371999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
7638
7639 * configure.in: Do build ld for ix86 Solaris.
7640
d932cae7 76411999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
7642
7643 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
7644 $AR_FOR_TARGET. Likewise for RANLIB.
7645
d932cae7 76461999-02-02 Catherine Moore <clm@cygnus.com>
35590697 7647
80413487
RH
7648 * config.sub (oabi): Recognize.
7649 * configure.in (arm-*-oabi): Handle.
252b5132 7650
d932cae7 76511999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
7652
7653 * config.guess: Improve detection of i686 on UnixWare 7.
7654
d932cae7 76551999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
7656
7657 * config.guess: Add support for i386-pc-interix.
7658 * config.sub: Likewise.
7659 * configure.in: Likewise.
252b5132 7660
d932cae7 76611999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7662
7663 * Makefile.in: Remove unneeded all-target-libio from
7664 from all-target-winsup target since it is now unneeded.
7665 Add all-target-libtermcap in its place since it is now
7666 needed.
7667
d932cae7 76681998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7669
7670 * configure.in: makefile stub for cygwin target is probably
7671 unnecessary. Remove it for now.
252b5132 7672
d932cae7 76731998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7674
7675 * configure.in: libtermcap.a should be built when cygwin is the
7676 target as well as the host.
7677 * config.guess: Allow mixed case in cygwin uname output.
7678 * Makefile.in: Add libtermcap target.
252b5132 7679
d932cae7 76801998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7681
7682 * config.sub: Clean up handling of hppa2.0.
7683
d932cae7 76841998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
7685
7686 * config.guess: Use C code to identify more HP machines.
7687
7688Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
7689
7690 * config.sub: Handle hppa2.0.
7691
ba73c63f
JM
7692Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
7693
7694 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 7695 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
7696
76971998-12-15 Mark Salter <msalter@cygnus.com>
7698
7699 * configure.in: Added target-bsp for several target architectures.
7700
7701 * Makefile.in: Added rules for bsp.
7702
252b5132
RH
7703Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
7704
7705 * config.guess: Improve detection of hppa2.0 processors.
7706
7707Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
7708
7709 * config.guess: Recognize FreeBSD using ELF automatically.
7710
77111998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
7712
7713 * configure (skip-this-dir): Add handling for new shell script, which
7714 might be created by a sub-directory's configure to indicate, this particular
7715 directory is "unwanted".
7716 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
7717
252b5132
RH
7718Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
7719
7720 * ltconfig: import from libtool, after changing libtool to
7721 account for the cygwin name change.
7722
7723Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
7724
7725 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
7726 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
7727
7728Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
7729
7730 * configure.in: Add libtermcap to list of cygwin dependencies.
7731
d932cae7 77321998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 7733
80413487
RH
7734 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
7735 they include winsup/include when it's a cygwin target.
252b5132
RH
7736
77371998-11-12 Tom Tromey <tromey@cygnus.com>
7738
7739 * configure.in (host_tools): Added zip.
7740 * Makefile.in (all-target-libjava): Depend on all-zip.
7741 (all-zip): New target.
7742 (ALL_MODULES): Added all-zip.
7743 (NATIVE_CHECK_MODULES): Added check-zip.
7744 (INSTALL_MODULES): Added install-zip.
7745 (CLEAN_MODULES): Added clean-zip.
7746
d932cae7 77471998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
7748
7749 * Makefile.in: lose "32" from comment about cygwin.
7750
d932cae7 77511998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
7752
7753 * configure.in: Use -Os to build target libraries for the fr30.
7754
d932cae7 77551998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
7756
7757 * config.sub: Add fr30.
7758
d932cae7 77591998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 7760
80413487 7761 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
7762 cygwin* instead of cygwin32*.
7763 * config.sub: Check cygwin* instead of cygwin32*.
7764
d932cae7 77651998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
7766
7767 * config.guess: Match any version of Unixware7.
7768
252b5132
RH
77691998-10-20 Syd Polk <spolk@cygnus.com>
7770
7771 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
7772 if desired.
7773
d932cae7 77741998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7775
7776 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
7777 these if the appropriate directories and files to not exist.
7778
d932cae7 77791998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7780
7781 * Makefile.in (DEVO_SUPPORT): Add config.if.
7782
d932cae7 77831998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
7784
7785 * configure: Add pattern to replace "build_tooldir"'s
7786 definition in the generated Makefile with "tooldir"'s
7787 actual value.
7788
252b5132
RH
7789Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
7790
7791 * config.sub: Bring back lost sparcv9.
7792
ba73c63f
JM
7793 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7794
7795Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
7796
7797 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7798 CC_FOR_TARGET and friends.
7799
7800Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 7801
ba73c63f
JM
7802 * Makefile.in (build_tooldir): New variable, same as tooldir.
7803 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
7804 -B$(build_tooldir)/bin/.
7805 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
7806
252b5132
RH
7807Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
7808
7809 * config.sub: Add support for i[34567]86-pc-udk.
7810 * configure.in: Likewise.
7811
7812Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
7813
7814 * Makefile.in: add bzip2 package building bits for user
7815 tools module
7816 * configure.in: ditto
7817
ba73c63f
JM
7818Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
7819
7820 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
7821 (ALL_TARGET_MODULES): Add all-target-libobjc.
7822 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7823 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7824 (all-target-libchill): Add dependencies.
7825 * configure.in (target_libs): Add libchill.
35590697 7826
252b5132
RH
78271998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
7828
ba73c63f 7829 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
7830
7831Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
7832
7833 * Makefile.in (all-automake): fix dependencies.
7834
7835Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
7836
7837 * configure.in: Minor cleanups for building in the $(target_alias)
7838 subdir.
7839
78401998-09-22 Jim Wilson <wilson@cygnus.com>
7841
7842 * Makefile.in (bootstrap): Set r and s before make all. Use
7843 BASE_FLAGS_TO_PASS in make all.
7844 (cross): Likewise.
7845
78461998-09-20 Mark Mitchell <mark@markmitchell.com>
7847
7848 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
7849
252b5132
RH
7850Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
7851
7852 * config.sub: Fix typo in last change.
7853
78541998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7855
7856 * config.sub: Add support for C4x target.
7857 * configure.in: Likewise.
7858
78591998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
7860
7861 * config.sub: Recognize sparcv9 just like sparc64.
7862
7863Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
7864
7865 * config.guess: Match "Pent II" or "PentII" for OpenServer.
7866
7867Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
7868
7869 * config.guess: Correctly identify Pentium II sco boxes.
7870
7871 * config.guess: Fix "tr" code. From Weiwen Liu.
7872
7873Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
7874
7875 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
7876 stabs.
7877
7878Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
7879
7880 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
7881 (ALL_TARGET_MODULES): Add all-target-libchill.
7882 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
7883 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
7884 (all-target-libchill): Add dependencies.
7885 * configure.in (target_libs): Add libchill.
7886
7887Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
7888
7889 * config.guess: Avoid assumptions about "tr" behaves when
7890 LANG is set to something other than English.
7891
7892Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
7893
7894 * configure (gxx_include_dir): Changed to
7895 '${prefix}/include/g++'-${libstdcxx_interface}.
7896
7897 * config.if: New to determine the interfaces.
7898
7899Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
7900
7901 * config.guess: Detect and handle MPE/IX.
7902 * config.sub: Deal with MPE/IX.
7903
7904Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
7905
7906 * configure.in: Use mh-aix43.
7907
79081998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
7909
7910 * configure: Fix --without/--disable cases for gxx-include-dir.
7911
7912Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
7913
7914 * mdata-sh: Imported. Needed for automake support.
7915
7916Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
7917
ba73c63f 7918 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
7919 "chmod og=u `find . -print`".
7920
7921Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
7922
ba73c63f 7923 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
7924
7925Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
7926
7927 * Makefile.in: Undo previous patch.
7928
7929Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
7930
7931 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
7932 to here ...
7933 (install-no-fixedincludes): and here
7934 (INSTALL_MODULES): ... from here.
7935
7936Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
7937
7938 * config.sub: Merge with FSF.
7939
7940 * config.guess: Merge with FSF.
7941
7942Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
7943
7944 * configure (extraconfigdirs): New variable.
7945 (SUBDIRS): Add extraconfigdirs and recurse on them too.
7946 * Makefile.in (all): Move higher in file.
7947 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
7948 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
7949 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
7950 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
7951 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
7952
79531998-07-23 Brendan Kehoe <brendan@cygnus.com>
7954
7955 * Makefile.in (all-target-libjava): Depend on all-gcc and
7956 all-target-newlib.
7957 (configure-target-libjava): Depend on $(ALL_GCC).
7958
7959Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
7960
7961 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
7962 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
7963
7964Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
7965
7966 * ylwrap: Change absolute path checks to check for DOS style path
7967 names.
7968
7969 * ylwrap: Don't use a full path name if the source file is in the
7970 same directory. From hjl@lucon.org (H.J. Lu).
7971
7972 * config-ml.in: Default to being verbose, to match Feb 18 change to
7973 configure.
7974
7975Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
7976
7977 Brought over from egcs:
7978
7979 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
7980
7981 * configure.in (target_subdir): Set to ${target_alias} instead
7982 of "libraries".
7983
7984 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
7985
7986 * configure.in (target_subdir): Set to libraries if enable_multilib.
7987
7988Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
7989
7990 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
7991 multilibs, force reconfiguration the first time we create
7992 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
7993
7994Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
7995
7996 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
7997 avoid confusion with --no-recursion.
7998
7999Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8000
8001 * configure.in: Win32 hosts shouldn't use install -x
8002 * install-sh: remove -x option, and special .exe-handling
8003 hack.
8004
8005Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8006
8007 * config.guess: Recognize i586-pc-beos.
8008 * configure.in: Don't build some bits for beos.
8009
8010Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8011
8012 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8013 CFLAGS default to -O2.
8014
8015 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8016 when using GNU ld.
8017
8018Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8019
8020 * ltmain.sh: Correct install when using a different shell.
8021
8022Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8023
8024 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8025
8026Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8027
8028 * makefile.vms: Update to build binutils/makefile.vms. Add install
8029 target.
8030
8031Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8032
8033 * ltconfig: Update to correct AIX handling.
8034
8035Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8036
8037 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8038
8039 * configure.in (target_subdir): Set to ${target_alias} instead
8040 of "libraries".
8041
80421998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8043
8044 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8045 (Makefile): Depend on $(gcc_version_trigger).
8046
8047 * configure (gcc_version): Change default initializer to empty
8048 string.
8049 (gcc_version_trigger): New variable; pass this variable down
8050 to subdir configures to enable them checking gcc's version
8051 themselves. Emit make macros for both gcc_version vars.
8052 (topsrcdir): Initialize reliably.
8053 (recursion line): Remove --with-gcc-version=${gcc_version}.
8054
80551998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8056
8057 * configure (enable_version_specific_runtime_libs): Implement new flag
8058 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8059 in $(libsubdir); emit definition in each generated Makefile.
8060 (gxx_include_dir): Initialize depending on
8061 $enable_version_specific_runtime_libs.
8062
80631998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8064
8065 * configure (gcc_version): Initialize properly depending on
8066 how and where configure is started.
8067 (recursion line): Pass a --with-gcc-version=${gcc_version}
8068 to configures in subdirs.
8069
8070Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
8071
8072 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 8073 cygmon
252b5132
RH
8074
8075Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
8076
8077 * configure.in: Add cygmon and libstub support for mn10200.
8078
80791998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
8080
8081 * configure (gcc_version): Add new variable describing the
8082 particular gcc version we're building.
8083 * Makefile.in (libsubdir): Add new macro for the directory
8084 in which the compiler finds executables, libraries, etc.
8085 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8086 and libsubdir.
8087
8088Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8089
ba73c63f
JM
8090 * Makefile.in (local-clean): Remove *.log.
8091 (warning.log): Built with warn_summary from build.log.
8092 (mail-report.log): Run test_summary.
8093 (mail-report-with-warnings.log): Run test_summary including
8094 warning.log in the report.
252b5132
RH
8095
8096Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
8097
8098 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8099
8100Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
8101
8102 * Makefile.in (grep): Grep no longer depends on libiberty.
8103
8104Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
8105
8106 * Makefile.in: all-snavigator needs all-libgui.
8107
8108Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
8109
8110 * configure.in: Add cygmon and libstub support for mn10300.
8111
8112Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
8113
8114 * missing: Update to version from automake 1.3.
8115
8116 * ltmain.sh: On installation, don't get confused if the same name
8117 appears more than once in the list of library names.
8118
8119Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
8120
8121 * config.sub: Accept m68060 and m5200 as CPU names.
8122
8123Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
8124
8125 * configure: Use && rather than using -a in test, because odd
8126 strings can confuse test.
8127 * configure.in: Likewise.
8128
8129Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
8130
8131 * ltconfig, ltmain.sh: Bring in Visual C++ support.
8132
8133Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8134
8135 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
8136 bootstrap4-lean): New targets.
8137
8138Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
8139
8140 * mpw-* Delete. Not used.
252b5132
RH
8141
8142Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
8143
8144 * COPYING.LIB: Update FSF address.
8145
8146Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
8147
8148 * ltconfig, ltmain.sh: Update to libtool 1.2a.
8149
8150 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8151 GAS_SUPPORT_DIRS.
8152
8153Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
8154
8155 * ltconfig, ltmain.sh: Avoid producing a version number if
8156 -version-info was not used.
8157
8158Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
8159
8160 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8161 building with newlib.
8162
81631998-04-30 Paul Eggert <eggert@twinsun.com>
8164
ba73c63f 8165 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 8166 Solaris `make' causes it to continue to next definition.
252b5132 8167
afb8d725
JM
8168Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
8169
8170 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8171 the right GUI libraries and files are installed along with GDB.
8172
252b5132
RH
8173Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
8174
8175 * configure.in: Change alpha to alpha* in several places.
8176
8177Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
8178
8179 * config.sub: Recognize sparc86x.
8180
8181Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 8182
252b5132
RH
8183 * configure.in (--enable-target-optspace): Remove debug echo.
8184
8185Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
8186
8187 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8188
8189Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
8190
8191 * ltconfig: Update cygwin32 support.
8192
8193 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8194 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8195 (GDB_SUPPORT_DIRS): Likewise.
8196
8197Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
8198
8199 * configure.in (target_makefile_frag): If --enable-target-optspace,
8200 use -Os to compile target libraries rather than -O2. Default to
8201 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8202 not used.
8203 * configure.in (target_cflags): Ditto for d30v.
8204
8205Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
8206
8207 * Makefile.in (all-bfd): Depend on all-intl.
8208 (all-binutils): Likewise.
8209 (all-gas): Likewise.
8210 (all-gprof): Likewise.
8211 (all-ld): Likewise.
8212
252b5132
RH
82131998-04-19 Brendan Kehoe <brendan@cygnus.com>
8214
8215 * configure.in (host_tools): Fix typo, lbtool -> libtool.
8216
8217Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
8218
8219 * Makefile.in (all-bfd): Depend upon all-libiberty.
8220
8221 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8222
8223Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
8224
8225 * Makefile.in: Add libstub.
8226
8227 * configure.in: Ditto. Build libstub for targets that have cygmon
8228 support.
8229
8230Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
8231
8232 * configure.in: Don't set PICFLAG on ix86-cygwin32.
8233
8234Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
8235
8236 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8237 use mh-sysv5 if specified. Support gprof on SCO Open Server.
8238
8239Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
8240
8241 * configure: Define DEFAULT_M4 by searching PATH.
8242 * Makfile.in: Use DEFAULT_M4.
8243
8244Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
8245
8246 * ltconfig: Add cygwin32 support.
8247
8248 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
8249 to configure and build.
8250
8251Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
8252
8253 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
8254
8255Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
8256
8257 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8258
8259Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
8260
8261 * Makefile.in: add ash make rules
8262 * configure.in: add ash to native_only and host_tools lists
8263
8264Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
8265
8266 * Makefile.in (all-gettext, all-intl): New targets.
8267 (ALL_MODULES): Added all-gettext, all-intl.
8268 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8269 (INSTALL_MODULES): Added install-gettext, install-intl.
8270 (CLEAN_MODULES): Added clean-gettext, clean-intl.
8271
8272 * configure.in (host_tools): Added gettext.
8273 (native_only): Likewise.
8274 (noconfigdirs) [various cases]: Likewise.
8275 (host_libs): Added intl.
8276
afb8d725
JM
8277Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
8278
8279 * configure: Do not disable building gdbtk for cygwin32 hosts.
8280
ba73c63f
JM
8281Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
8282
8283 * configure.in: Add thumb-coff target.
8284 * config.sub: Add thumb-coff target.
8285
252b5132
RH
8286Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8287
8288 * Makefile.in: Revert yesterday's change.
8289 (all-target-winsup): all-target-librx stays out of here.
8290
8291Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
8292
ba73c63f
JM
8293 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8294 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8295 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
8296 Remove references to librx and libg++.
8297
8298Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
8299
8300 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8301 recursive makes
8302
8303Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
8304
8305 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8306 for newlib directory.
8307 (CXX_FOR_TARGET): Likewise.
8308
8309Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
8310
8311 * ltconfig: Update after libtool/ltconfig.in change for
8312 hpux11.
8313
8314Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
8315
8316 * ltconfig, ltmain.sh: Update to libtool 1.2.
8317
8318Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
8319
8320 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8321 (install-gcc-cross): Instead, override LANGUAGES here.
8322
83231998-03-18 Dave Love <d.love@dl.ac.uk>
8324
8325 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8326 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8327
8328Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
8329
8330 * configure.in: Add Thumb-pe target.
8331
8332Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 8333
252b5132
RH
8334 * Makefile.in - changed sn targets to snavigator
8335 * configure.in - changed sn targets to snavigator
8336
8337Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
8338
8339 * config-ml.in: After building symlink tree call make distclean
8340 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8341 to be the case for libiberty.
8342
8343Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
8344
8345 * configure: When making link, also check the current
8346 directory. The configure scripts may create one.
8347
8348Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
8349
8350 * config.sub: Accept alphapca56 and alphaev6 properly.
8351
8352Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8353
8354 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8355
252b5132
RH
8356Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8357
80413487 8358 * config.sub (sco5): Fix typo.
252b5132
RH
8359
8360Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
8361
8362 * Makefile.in (INSTALL_MODULES): Move install-tcl before
8363 install-itcl.
8364 (install-itcl): Remove dependency on install-tcl.
8365
8366Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
8367
8368 * configure.in: Remove libgloss from noconfigdirs for MN10300.
8369
252b5132
RH
8370Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
8371
8372 * configure.in: Don't build libgui for a cygwin32 target when not on
8373 a cygwin32 host.
8374
8375Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
8376
8377 * configure (redirect): Set to null, so default behavior of
8378 configure is now --verbose.
8379
83801998-02-16 Dave Love <d.love@dl.ac.uk>
8381
8382 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8383 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8384
8385Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
8386
8387 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8388 this change to sync Makefile.in with its ChangeLog entries.
8389
8390Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
8391
8392 * ltmain.sh (mkdir): Check that the directory doesn't exist
8393 before we exit with error, so that we don't get races during
8394 parallel builds.
8395
8396Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
8397
8398 * ltconfig, ltmain.sh: Update from libtool 1.0i.
8399
8400Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
8401
8402 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8403 PICFLAG_FOR_TARGET.
8404 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8405
8406 * configure: Emit a definition for the new macro enable_shared
8407 into each Makefile.
8408
252b5132
RH
8409Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8410
8411 * configure.in (host_tools, native_only): Add libtool.
8412
8413Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
8414
8415 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8416 Fix typo in ming config comment.
8417
8418Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
8419
8420 * ltconfig, ltmain.sh: Update from libtool 1.0h.
8421
8422Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
8423
8424 * config.sub: Add tic30 cases, and map c30 to tic30.
8425
ba73c63f
JM
8426Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
8427
8428 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8429 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8430 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8431 (CLEAN_TARGET_MODULES): Similarly
8432 (all-target-libf2c): Add dependences.
35590697 8433 * configure.in (target_libs): Add libf2c.
ba73c63f 8434
252b5132
RH
8435Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
8436
ba73c63f
JM
8437 * configure.in: Remove expect from noconfigdirs when target
8438 is cygwin32. OK to build expect and dejagnu with Canadian
8439 Cross.
252b5132
RH
8440
8441Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
8442
8443 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8444 host.
8445
8446 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8447 and mingw32.
8448
8449Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
8450
8451 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8452 here as it is not defined in the toplevel Makefile.
8453
8454Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
8455
8456 * configure (package_makefile_rules_frag): New variable, which names
8457 a file with generic rules, ...
8458 Change comment to mention we now have FIVE parts.
8459 * configure: Undo last change.
8460
8461Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
8462
8463 * config.guess: More accurate determination of HP processor types.
8464 * config.sub: More accurate determination of HP processor types.
8465
8466Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
8467
8468 * configure (package_makefile_frag): Move inserting the
8469 ${package_makefile_frag} to where it should be according
8470 to the comment.
8471
ba73c63f 8472Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
8473
8474 * config.guess: Add support for Linux/ARM.
8475
8476Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
8477
8478 * .cvsignore: Remove *-info and *-install since they match
8479 release-info and mpw-install, which we don't want to just ignore.
8480
8481Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
8482
8483 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
8484
8485Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
8486
8487 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
8488 local_prefix to sub-make invocations.
8489
8490Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
8491
8492 * configure.in: Check makefile fragments in the source
8493 directory.
8494
8495Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8496
ba73c63f
JM
8497 * configure.in: Check whether host and target makefile
8498 fragments exist before adding them to *_makefile_frag.
252b5132
RH
8499
8500Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
8501
8502 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 8503
252b5132
RH
8504Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
8505
8506 * configure.in: Make sure we only replace RPATH_ENVVAR on
8507 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
8508 regexp to sed.
8509
8510 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
8511 to sub-makes.
8512
85131998-01-13 Lee Iverson (leei@ai.sri.com)
8514
8515 * config-ml.in (multi-do): LDFLAGS must include multilib
8516 designator.
8517
8518Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
8519
8520 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
8521
8522Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
8523
8524 * config.sub: Add mingw32 support.
8525 * configure.in: Likewise.
252b5132
RH
8526
8527Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
8528
8529 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
8530
8531Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
8532
8533 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8534 * configure (gxx_include_dir): Provide a definition for subdirs
8535 which do not use autoconf.
8536
8537Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
8538
8539 * config.guess: Sync with egcs. Picks up new alpha support,
8540 BeOS & some additional linux support.
8541
ba73c63f 8542Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8543
8544 * config.guess: HP 9000/803 is a PA1.1 machine.
8545
ba73c63f
JM
8546Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
8547
8548 * configure.in: It's alpha*-...
252b5132
RH
8549
8550Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8551
ba73c63f
JM
8552 * configure.in (host_makefile_frag, target_makefile_frag):
8553 Handle multiple config files.
8554 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
8555 alpha-*-*.
252b5132
RH
8556
8557Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
8558
8559 * mkdep: New file.
8560
8561Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
8562
8563 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
8564
8565Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
8566
8567 * Makefile.in: Add libgui directory.
8568 (GDB_TK): Add all-libgui.
8569 * configure.in: Add libgui directory.
8570 * configure: Add all-libgui to GDB_TK.
8571
8572Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
8573
8574 * config-ml.in (multidirs): Add m32r to multilib list.
8575
8576Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
8577
8578 * Makefile.in (all-target-gperf): Change dependency to
8579 all-target-libstdc++.
8580
8581Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
8582
8583 * config.guess: Add BeOS support.
8584
8585Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
8586
8587 Source directory cvs renamed to cvssrc:
8588 * configure.in (host_tools): Change cvs to cvssrc.
8589 (native_only): Likewise.
8590 (noconfigdirs) [various cases]: Likewise.
8591 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
8592 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
8593 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
8594 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
8595 (all-cvssrc): Rename target from all-cvs.
8596
8597Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
8598
8599 * configure (gxx_include_dir): Fix thinko.
8600
8601Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
8602
8603 * Makefile.in (INSTALL_TARGET_CROSS): Define.
8604 (install-cross, install-gcc-cross): New targets.
8605
8606Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
8607
8608 * configure.in (noconfigdirs): Add support for Thumb target.
8609
8610 * config.sub (maybe_os): Add support for Thumb target.
8611
8612Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
8613
8614 * Makefile.in: Add rules for cygmon.
8615
8616 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
8617
8618Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
8619
8620 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8621 * configure (gxx_include_dir): Provide a definition for subdirs
8622 which do not use autoconf.
8623
8624Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
8625
8626 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 8627 11/18/97 build
252b5132
RH
8628
8629Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
8630
8631 * From Franz Sirl.
8632 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
8633 found on RedHat Linux systems.
8634
8635Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
8636
8637 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
8638 guesses.
8639
8640Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
8641
8642 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
8643
8644Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
8645
8646 * ltmain.sh: If mkdir fails, check whether the directory was created
8647 anyhow by some other process.
8648
8649Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
8650
8651 * configure.in (d30v-*-*): Configure all directories.
8652
8653Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
8654
8655 * configure.in (d30v-*-*): Configure newlib, libiberty directories
8656 for the D30V.
8657
8658Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
8659
8660 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
8661
8662Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
8663
80413487
RH
8664 * include/libiberty.h: Add extern "C" { so it can be used with C++
8665 progrms.
8666 * include/remote-sim.h: Add extern "C" { so it can be used with C++
8667 programs.
252b5132
RH
8668
8669Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
8670
8671 * configure.in (d30v-*-*): Configure GCC now.
8672
8673Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8674
8675 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
8676 is no longer needed.
8677
8678Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
8679
8680 * Makefile.in: check-target-libio depends on all-target-libstdc++.
8681
8682Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
8683
8684 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8685 targets using "$@" to provide support for similar but not identical
8686 targets without having to duplicate code.
8687
8688Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
8689
8690 * makefile.vms: Fix to work with DEC C.
8691
8692Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
8693
8694 * config.sub: Add mips-tx39-elf to marketing names.
8695
8696Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
8697
8698 * ltmain.sh: Handle symlinks in generated script.
8699
8700Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
8701
8702 * configure: Handle autoconf style directory options: --bindir,
8703 --datadir, --includedir, --infodir, --libdir, --libexecdir,
8704 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
8705 --sysconfdir.
8706 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
8707 (sharedstatedir, localstatedir, oldincludedir): New variables.
8708 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
8709 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
8710 sbindir, sharedstatedir, and sysconfdir.
8711
8712Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8713
8714 * Makefile.in (bootstrap-lean): New target.
8715
8716Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
8717
8718 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 8719 sn, and gnuserv from noconfigdirs.
252b5132
RH
8720
8721Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
8722
8723 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
8724
8725Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
8726
ba73c63f 8727 * Makefile.in (cross): New target.
252b5132
RH
8728
8729Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 8730 Jeff Law <law@cygnus.com>
252b5132
RH
8731
8732 * Makefile.in (bootstrap2, bootstrap3): New targets.
8733 (all-bootstrap): Remove outdated and confusing target.
8734 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
8735
afb8d725
JM
8736Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
8737
8738 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 8739 windows. Consistent with gdb/configure.
afb8d725 8740
252b5132
RH
87411997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
8742
252b5132
RH
8743 * configure.in: Name Linux target fragment.
8744
8745 * configure: Rewrite so that project Makefile fragment is inserted
8746 first and appears last in the resulting Makefile.
8747
8748Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
8749
8750 * Makefile.in (install-itcl): Install tcl first.
8751
252b5132 8752Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 8753
252b5132
RH
8754 * configure.in: remove bison from noconfigdirs for Cygwin32 host
8755
8756Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8757
8758 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
8759
8760 * configure.in (skipdirs): Add target-librx for Linux.
8761 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
8762
8763Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
8764
8765 * Makefile.in (bootstrap): New target.
8766
8767Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
8768
8769 * config.sub: Accept 'amigados' for backward compatability.
8770
8771Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
8772
8773 * config.guess: Merge with FSF.
8774
ba73c63f
JM
8775Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
8776
8777 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
8778
252b5132
RH
8779Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
8780
8781 * config.sub: Add "marketing-names" patch.
8782
8783Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
8784
80413487 8785 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
8786
8787Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
8788
8789 * config.sub: Handle v850-elf.
8790
ba73c63f
JM
8791Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
8792
8793 * .cvsignore (*-install): Remove.
8794
252b5132
RH
8795Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
8796
8797 * ltconfig: Set CONFIG_SHELL in libtool.
8798 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8799
8800Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8801
8802 * configure.in (target_subdir): Set to libraries if enable_multilib.
8803
8804Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
8805
8806 * config.guess: Update from gcc directory.
8807
8808Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
8809
8810 * Makefile.in (all-sim): Depends on all-readline.
8811
8812Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
8813
8814 * Makefile.in (BISON, YACC): Use $$s.
8815 (all-bison): Depend on all-texinfo.
8816
8817Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
8818
8819 * Makefile.in (BISON): Add -L flag.
8820 (YACC): Likewise.
8821
8822Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
8823
35590697
AJ
8824 * configure.in (noconfigdirs): Add support for v850e target.
8825
252b5132
RH
8826 * config.sub (maybe_os): Add support for v850e target.
8827
8828Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
8829
35590697
AJ
8830 * configure.in (noconfigdirs): Add support for v850ea target.
8831
252b5132
RH
8832 * config.sub (maybe_os): Add support for v850ea target.
8833
8834Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
8835
8836 * config.sub: Add mipstx39. Delete r3900.
8837
8838Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
8839
8840 * Makefile.in (all-autoconf): Depends on all-texinfo.
8841
8842Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
8843
8844 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
8845 eabi targets.
8846
8847Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
8848
8849 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
8850
8851 * configure: When handling a Canadian Cross, handle YACC as well as
8852 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 8853 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
8854
8855Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
8856
8857 * Makefile.in (BISON): bison, not byacc or bison -y.
8858 (YACC): bison -y or byacc or yacc.
8859 (various): Add *-bison as appropriate.
8860 (taz): No need to mess with BISON anymore.
8861
8862Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
8863
8864 * configure: If OSTYPE matches *win32*, try to find a good value for
8865 CONFIG_SHELL.
8866
8867Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
8868
8869 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
8870 configure.in if it is present.
8871
8872Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
8873
8874 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
8875
8876Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
8877
8878 * config.sub: Recognize `arc' cpu.
8879 * configure.in: Likewise.
8880 * config-ml.in: Likewise.
8881
8882Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
8883
8884 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
8885
8886Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
8887
8888 * configure: Changed sed delimiter from ':' to '|' when
8889 attempting to substitute ${config_shell} for SHELL. On
8890 NT ${config_shell} may contain a ':' in it.
8891
8892Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
8893
8894 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
8895
8896Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
8897
8898 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
8899
8900Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
8901
8902 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
8903
8904 * ylwrap: If the program is a relative path, force it to be
8905 absolute.
8906
8907Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
8908
8909 * configure (tooldir): Set BISON to `bison -y' and not just bison.
8910
8911Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
8912
8913 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
8914 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
8915 for libraries.
252b5132
RH
8916
8917Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
8918
8919 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 8920 separated by spaces.
252b5132
RH
8921
8922Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
8923
8924 * ylwrap: New file.
8925 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
8926
8927 * ltmain.sh: Handle /bin/sh at start of install program.
8928
8929 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
8930
8931 * ltconfig, ltmain.sh: New files, from libtool 1.0.
8932 * missing: New file, from automake 1.2.
8933
8934Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
8935
8936 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
8937 check-tk to CHECK_X11_MODULES.
8938
8939Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
8940
8941 * config.sub: Merge with FSF.
8942
8943Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
8944
8945 * config.guess: Merge with FSF.
8946
8947Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
8948
8949 * configure: Treat msdosdjgpp like go32.
8950 * configure.in: Likewise. Don't remove gprof for go32.
8951
8952 * configure: Change Makefile.tem2 to Makefile.tm2.
8953
8954Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
8955
8956 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
8957
8958Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8959
8960 * install-sh (chmodcmd): Set to null if the DST directory already
8961 exists. Same as Nov 11th change.
8962
8963Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
8964
35590697 8965 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
8966
8967Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
8968
8969 * config.guess: Update from FSF.
8970
8971Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
8972
8973 * Makefile.in (GDB_TK): Depend on itcl and tix.
8974
8975Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
8976
8977 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
8978 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
8979 (INSTALL_SCRIPT): New variable.
8980 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
8981 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
8982 to -x.
8983 * install-sh: Add support for -x option.
8984
8985Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
8986
8987 * configure.in, Makefile.in: Treat tix like itcl.
8988
8989Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
8990
8991 * Makefile.in (WINDRES): New variable.
8992 (WINDRES_FOR_TARGET): New variable.
8993 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
8994 (EXTRA_HOST_FLAGS): Add WINDRES.
8995 (EXTRA_TARGET_FLAGS): Add WINDRES.
8996 (EXTRA_GCC_FLAGS): Add WINDRES.
8997 ($(DO_X)): Pass down WINDRES.
8998 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
8999 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9000 DLLTOOL_FOR_TARGET.
9001
9002Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9003
9004 * configure.in: configure sim before gdb for win32-x-ppc
9005
9006Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9007
9008 Move gperf into the toplevel, from libg++.
9009 * configure.in (target_tools): Add target-gperf.
9010 (native_only): Add target-gperf.
9011 * Makefile.in (all-target-gperf): New target, depend on
9012 all-target-libg++.
9013 (configure-target-gperf): Empty rule.
9014 (ALL_TARGET_MODULES): Add all-target-gperf.
9015 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9016 (CHECK_TARGET_MODULES): Add check-target-gperf.
9017 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9018 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9019
9020Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 9021
252b5132
RH
9022 * config.sub (mn10200): Recognize new basic machine.
9023
9024Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9025
9026 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9027 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9028
9029Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9030
9031 * configure.in: If we're building mips-sgi-irix6* native, turn on
9032 ENABLE_MULTILIB and set TARGET_SUBDIR.
9033
9034Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9035
9036 * Makefile.in (all-sn): Depend on all-grep.
9037
9038Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9039
9040 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9041
9042 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9043 Makefile. From Jeff Makey <jeff@cts.com>.
9044 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9045
9046 * Makefile.in (DISTBISONFILES): Remove.
9047 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9048 $(DEFAULT_YACC).
9049
9050 * configure.in: Build itl, db, sn, etc., when building for native
35590697 9051 cygwin32.
252b5132
RH
9052
9053 * Makefile.in (LD): New variable.
9054 (EXTRA_HOST_FLAGS): Pass down LD.
9055 ($(DO_X)): Likewise.
9056
9057Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9058
9059 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9060
9061Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9062
9063 * configure.in (targargs): Strip out any supplied --build argument
35590697 9064 before adding our own. Always add --build.
252b5132
RH
9065
9066Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
9067
9068 * configure.in (targargs): Pass --build if we're doing
9069 a cross-compile.
9070
9071Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
9072
ba73c63f 9073 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
9074 sed. Otherwise sed chokes on NT path names with drive
9075 designators. Also look for "?:*" as the leading characters in an
9076 absolute pathname.
9077
9078Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
9079
9080 * config.sub: Support for r3900.
9081
9082Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
9083
9084 * configure.in: Use install-sh, not install.sh.
9085
9086Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
9087
9088 * Makefile.in (taz): Improve check for BISON so it doesn't try to
9089 apply it twice.
9090
9091Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
9092
9093 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9094 install-binutils.
9095
9096Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
9097
9098 * Makefile.in: Add automake targets.
9099 * configure.in (host_tools): Add automake.
9100
9101Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
9102
9103 * configure: Default CXX to c++, not gcc.
9104 * Makefile.in (CXX): Set to c++, not gcc.
9105 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9106
9107Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
9108
9109 * install-sh: try appending a .exe if source file doesn't
9110 exist
9111
9112Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9113
9114 * configure.in: Turn on multilib by default.
9115 (cross_only): Remove target-libiberty.
9116
9117 * Makefile.in (all-gcc): Don't depend on libiberty.
9118
9119Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
9120
9121 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9122
9123Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
9124
9125 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9126 (DISTBISONFILES): Add ld/Makefile.in
9127
9128Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
9129
9130 * configure.in: if target is cygwin32 but host isn't cygwin32,
9131 don't configure gdb tcl tk expect, not just gdb.
9132
9133Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
9134
9135 * configure.in: Added gnuserv everywhere sn appears.
9136
9137 * Makefile.in (ALL_MODULES): Added all-gnuserv.
9138 (CROSS_CHECK_MODULES): Added check-gnuserv.
9139 (INSTALL_MODULES): Added install-gnuserv.
9140 (CLEAN_MODULES): Added clean-gnuserv.
9141 (all-gnuserv): New target.
9142
9143Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
9144
9145 * config.guess: Fixes for MIPS OpenBSD systems.
9146
9147Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
9148
9149 * Makefile.in (INSTALL_XFORM): Remove.
9150 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9151
9152 * mkinstalldirs: New file, copied from automake.
9153 * Makefile.in (installdirs): Rename from install-dirs. Use
9154 mkinstalldirs. Change all users.
9155 (DEVO_SUPPORT): Add mkinstalldirs.
9156
9157Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
9158
9159 * install-sh: Rename from install.sh.
9160 * Makefile.in (INSTALL): Change install.sh to install-sh.
9161 (DEVO_SUPPORT): Likewise.
9162
9163 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
9164 Graichen <graichen@rzpd.de>.
9165
9166Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
9167
9168 * config.guess: Recognize OpenBSD systems correctly.
9169
9170Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9171
9172 * README, Makefile.in (ETC_SUPPORT): Remove references to
9173 cfg-paper*, configure.{texi,man,info*}._
9174
9175Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
9176
9177 * Makefile.in (all.normal): Ensure that gcc is built after all
9178 the x11 - ie gdb - targets.
9179
9180Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
9181
9182 * makefile.vms: Don't run conf-a-gas.
9183
9184Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
9185
80413487 9186 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
9187
9188Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
9189
9190 * configure.in: Remove noconfigdirs case since gdb also
9191 configures and builds for tic80-coff.
9192
9193Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
9194
9195 * configure: Set cache_file to config.cache.
9196 * Makefile.in (local-distclean): Remove config.cache.
9197
9198Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
9199
9200 * COPYING: Update FSF address.
9201
9202Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
9203
9204 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9205 noconfigdirs.
9206
9207Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
9208
9209 * Makefile.in (install-dirs): Don't crash if prefix, and hence
9210 MAKEDIRS, is empty.
9211
9212Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
9213
9214 * config.sub: Tweak mn10300 entry.
9215
9216Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
9217
9218 * configure.in (host_tools): Put sim before gdb, so gdb's
9219 configure.tgt can determine if the simulator was configured.
9220
9221Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
9222
9223 * config.sub: Move BeOS $os case to be with other Cygnus
9224 local cases.
9225
9226Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
9227
9228 * config.sub: Remove misplaced comment that broke Linux.
9229
9230Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
9231
9232 * config.sub: Add BeOS support.
9233
9234Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
9235
9236 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9237
9238Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
9239
9240 * configure.in (noconfigdirs): Remove tcl and tk from
9241 noconfigdirs for cygwin32 builds.
9242
9243Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
9244
9245 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9246
9247Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
9248
9249 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9250 make-all.com, use makefile.vms instead.
9251
9252Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
9253
9254 * config.sub: Accept -lnews*.
9255
9256Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
9257
9258 * configure.in (noconfigdirs): Disable target-newlib,
35590697 9259 target-examples and target-libiberty for d30v.
252b5132
RH
9260
9261Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9262
9263 * configure.in (noconfigdirs): Enable ld for d30v.
9264
9265Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
9266
9267 * configure.in (tic80-*-*): Build compiler.
9268
9269Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
9270
9271 * configure.in (d30v-*): Remove sim directory from list of
35590697 9272 unsupported d30v directories
252b5132
RH
9273
9274Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9275
35590697
AJ
9276 * config.sub, configure.in: Add d30v target cpu.
9277
252b5132
RH
9278Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
9279
9280 * makefile.vms: New file.
9281 * make-all.com: Remove.
9282
9283Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
9284
9285 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9286
9287Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
9288
9289 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9290
9291Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
9292
9293 * Makefile.in (ALL_MODULES): Added all-db.
9294 (CROSS_CHECK_MODULES): Addec check-db.
9295 (INSTALL_MODULES): Added install-db.
9296 (CLEAN_MODULES): Added clean-db.
9297
9298Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
9299
9300 * config.guess: Merge with latest FSF sources.
9301
9302Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
9303
9304 * Makefile.in (ALL_MODULES): Added all-itcl.
9305 (CROSS_CHECK_MODULES): Added check-itcl.
9306 (INSTALL_MODULES): Added install-itcl.
9307 (CLEAN_MODULES): Added clean-itcl.
9308
9309Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
9310
9311 * configure.in: build gdb for mn10200
9312
9313Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
9314
9315 * Makefile.in (all-target-winsup): Depend on all-target-libio.
9316
9317Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
9318
9319 * configure.in (tic80-*-*): Turn off most targets right now.
9320
9321Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
9322
9323 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9324 rather than the makeinfo program.
9325 (do-info): Depend upon all-texinfo.
9326
9327Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
9328
9329 * configure.in: Remove uses of config/mh-linux.
9330
9331 * config.sub, config.guess: Merge with latest FSF sources.
9332
9333Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
9334
9335 * config.sub (case $basic_machine): Add tic80 entries.
9336
9337Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
9338
9339 * config.sub, config.guess: Merge with latest FSF sources.
9340
9341Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
9342
9343 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9344 * mpw-config.in: Test for NewFolderRecursive.
9345 * mpw-install: Use symbolic name for startup filename.
9346 * mpw-README: Add various additional details.
9347
9348Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
9349
9350 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9351
9352Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
9353
9354 * configure.in: Do build gcc and the target libraries for
9355 the mn10200.
9356
9357Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
9358
9359 * configure.in: don't avoid building gdb for mn10300 any more
9360 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9361 instead of single-quoting it.
9362
9363Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
9364
9365 * configure.in: Don't use --with-stabs on IRIX 6.
9366
9367Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
9368
9369 * configure.in (m32r): Build gdb, libg++ now.
9370
9371Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9372
9373 * configure.in (mips*-sgi-irix6*): Remove gdb and related
9374 directories from noconfigdirs.
9375
9376Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
9377
9378 * config.sub (basic_machine): added mips16 configuration
9379
9380Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9381
9382 * config.sub: Handle d10v-unknown.
9383
9384Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
9385
9386 * config.sub: Handle v850-unknown.
9387
9388Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
9389
9390 * Makefile.in: add findutils
9391 * configure.in: add findutils to list of host_tools
9392
9393Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
9394
9395 * config.sub: Handle mn10200 and mn10300.
9396
9397Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9398
9399 * configure.in (d10v-*): Do not build librx.
9400
9401Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
9402
9403 * configure.in (mn10300): Build everything except gdb & libgloss.
9404
9405Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
9406
9407 * config.guess: Patch for Dansk Data Elektronik servers,
9408 from Niels Skou Olsen <nso@dde.dk>.
9409
9410 For ncr, use /bin/uname rather than uname, since GNU uname does not
9411 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
9412
9413 Patch for MIPS R4000 running System V,
9414 from Eric S. Raymond <esr@snark.thyrsus.com>.
9415
9416 Fix thinko for nextstep.
9417
9418 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9419
9420 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
9421 * config.guess: Guess mips-dec-mach_bsd4.3.
9422
9423 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
9424 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
9425 release numbers.
9426 * config.guess (mips-mips-riscos*): Emit just enough of the
9427 release number.
9428
9429 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
9430 * config.guess (sparc-auspex-sunos*): Added.
9431 (f300-fujitsu-*): Added.
9432
9433 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
9434 * config.guess: Recognize a Tadpole as a sparc.
9435
9436Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
9437
9438 * config.guess: Don't assume that NextStep version is either 2 or
9439 3. NextStep 4 (aka OpenStep 4) has come out now.
9440
9441Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
9442
9443 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9444 From Rik Faith <faith@cs.unc.edu>.
9445
9446Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9447
9448 * config.sub: Contributions from bug-gnu-utils to:
9449 Support plain "hppa" (no version given) architecture, reported by
9450 OpenStep.
9451 OpenBSD like NetBSD.
9452 LynxOs is not a hardware supplier.
9453
9454 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 9455 OpenBSD like NetBSD.
252b5132
RH
9456 Stratus systems.
9457 More Pyramid systems.
9458 i[n>4]86 Intel chips.
9459 M680[n>4]0 Motorola chips.
9460 Use unknown instead of lynx for hardware manufacturer.
9461
9462Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9463
9464 * install.sh (chmodcmd): Set to null if the DST directory already
9465 exists.
9466
9467Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9468
9469 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
9470 not use mt-ppc target Makefile fragment any more.
9471
9472Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
9473
9474 * configure.in (*-*-windows): Exclude everything but those dirs
9475 needed to build windows.
9476
9477Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
9478
9479 * Makefile.in (all-target-winsup): Depend on all-target-librx.
9480
9481Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
9482
9483 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
9484
9485Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
9486
9487 * Undo my previous change.
9488
9489Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
9490
9491 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
9492 unconditionally.
9493 (MAKEOVERRIDES): Define (revert this part of October 18 change).
9494
9495Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
9496
9497 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
9498 host to add it's own flags.
252b5132
RH
9499
9500Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
9501
9502 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
9503
9504Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
9505
9506 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
9507 (CXX_FOR_TARGET): Likewise.
9508 (GCC_FOR_TARGET): Define.
9509 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
9510 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
9511 CC_FOR_TARGET was specified on the command line.
9512 (MAKEOVERRIDES): Don't define.
9513
9514Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
9515
9516 * configure.in (m32r): Fix spelling of libg++ libs.
9517
9518Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
9519
9520 * config.sub (-apple*): Remove, now redundant.
9521
9522Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
9523
9524 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
9525
9526 * configure: Rework yesterday's sed script patch.
9527
9528 * config.sub: Merge with FSF.
9529
9530Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
9531
9532 * config.guess: Merge from FSF.
9533
9534 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
9535 * config.guess: Use pc instead of unknown, for pc clone systems.
9536 Change linux to linux-gnu.
252b5132
RH
9537
9538 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 9539 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
9540
9541Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
9542
9543 * test-build.mk (HOLES): Add "xargs" for gdb.
9544
9545 * configure: Avoid hpux10.20 sed bug.
9546
9547Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
9548
4bddf3ad 9549 * configure.in: Add support for windows host
252b5132
RH
9550 (that is a build done under the Microsoft build environment).
9551
9552Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
9553
9554 * Makefile.in: Replace all uses of srcroot with s, to shrink
9555 command line lengths.
9556
9557 Patches from Geoffrey Noer <noer@cygnus.com>:
9558 * configure.in: If configuring for newlib, pass --with-newlib to
9559 subdirectories.
9560 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
9561 -Bnewlib/ and -Lwinsup to gcc.
9562 (CXX_FOR_TARGET): Likewise.
9563
9564Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
9565
9566 * Makefile.in (ETC_SUPPORT): Add configure.
9567
9568Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
9569
35590697 9570 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
9571 host configuration file.
9572
9573Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
9574
9575 * configure.in: Break mn10x00 support into separate
9576 mn10200 and mn10300 configurations.
9577 * config.sub: Likewise.
9578
9579Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
9580
9581 * configure.in: Add lots of stuff to noconfigdirs for
9582 the mn10x00 targets.
9583
9584 * config.sub, configure.in: Add mn10x00 support.
9585
9586Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
9587
9588 * make-all.com: Call conf-a-gas, not config-a-gas.
9589
9590Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
9591
9592 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 9593 targets.
252b5132
RH
9594
9595Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
9596
9597 * mpw-README: Add much more detail for native PowerMac.
9598 * mpw-install: New file.
9599 * mpw-configure: Add --norecursion and --help options.
9600 * mpw-config.in: Translate readme and install files when
9601 copying to objdir.
9602 * mpw-build.in: Don't always depend on byacc and flex.
9603 (install-only-top): New action.
9604
9605Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
9606
9607 * configure.in: You can now configure GDB for the v850.
9608
9609Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
9610
9611 * configure.in (noconfigdirs): Don't configure any C++ dirs
9612 if targeting D10V.
9613
9614Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
9615
9616 * config.sub: Recognize mips64vr5000.
9617
9618Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
9619
9620 * configure.in: Use a single line for host_tools and native_only.
9621
9622Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
9623
9624 * config.sub, configure.in: Add entries for m32r.
9625
9626Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
9627
9628 * Makefile.in (inet-install): Don't run install-gzip.
9629
9630Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
9631
9632 * configure.in: Don't config lots of things for *-*-windows*.
9633
9634Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
9635
9636 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
9637 (host_libs, host_tools): Copy from configure.in.
9638 * mpw-configure: Don't complain about directories not found.
9639
9640Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9641
9642 * configure.in (i[345]86): Recognize i686 for pentium pro.
9643 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
9644 file.
9645
9646 * config.guess (i[345]86): Ditto.
9647
9648Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9649
9650 * configure.in (noconfigdirs): Removed gdb for D10V.
9651
9652Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
9653
9654 * configure.in: Remove ld, target-libio, target-libg++, and
9655 target-libstdc++ from noconfigdirs.
9656
9657Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
9658
9659 * configure: Fix three locations where shell scripts were
9660 being run directly rather than with config_shell.
9661
9662Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
9663
9664 * configure.in (v850-*-*): Set up initial $noconfigdirs.
9665 * config.sub (basic_machine): Recognize v850.
9666
9667Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9668
9669 * mpw-configure: Handle multiple enable/disable options and
9670 pass them down recursively, handle -c and -s flags appropriately
9671 depending on choice of compiler, add escape mechanism for
9672 quoted arguments to gC.
9673
9674Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9675
9676 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
9677 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
9678 so that -mrelocatable-lib and -mno-eabi are used.
9679
9680 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
9681 not support --print-multi-lib, don't abort.
9682
252b5132
RH
9683Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
9684
9685 * make-all.com: Run config-a-gas.
9686 * setup.com: Don't copy subdirectory files around.
9687
9688Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
9689
9690 * configure.in (*-*-ose): Remove exclusion of libgloss for this
9691 target, it now compiles correctly.
9692
9693Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
9694
9695 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
9696
9697Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9698
35590697 9699 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
9700
9701Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9702
9703 * configure.in (native_only): Add prms.
9704
9705Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
9706
9707 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
9708 (BINUTILS_SUPPORT_DIRS): Likewise.
9709
9710Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9711
9712 * configure.in (d10v-*-*): Don't configure ld or gdb until the
9713 d10v support is added.
9714
9715Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9716
9717 * configure.in (d10v-*-*): New target.
9718
9719Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
9720
9721 * config.guess (HP 9000/811): Recognize this as a PA1.1
9722 machine.
9723
9724Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
9725
9726 * Makefile.in (do-tar-gz): New target, split out from tail end of
9727 taz target. Run each command separately, don't use pipes.
9728 (taz): Use it.
9729
9730Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
9731
9732 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
9733 * mpw-build.in: No builds should depend on building byacc or flex,
9734 they are assumed to be installed already.
9735
9736Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9737
9738 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
9739 variable that CC_FOR_TARGET needs.
9740
9741Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9742
9743 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
9744 options have changed since the last time the subdirectory was
9745 configured, and if it has, reconfigure.
9746 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
9747 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
9748
9749Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
9750
9751 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
9752 CLEAN_MODULES): Add bash.
9753 (all-bash): New target.
9754
9755Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
9756
9757 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
9758
9759Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9760
9761 * config.sub (basic_machine): Recognize d10v as a valid processor.
9762
9763Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
9764
9765 * mpw-configure: Add support for --bindir.
9766 * mpw-build.in: Use a GCC-specific build script for GCC actions.
9767
9768Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
9769
9770 * configure.in: add bash, time, gawk to list of hosttools and things
9771 to only build for native toolchains
9772
9773Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9774
9775 * Makefile.in (docdir): Remove.
9776
9777Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9778
9779 * Makefile.in (datadir): Set to $(prefix)/share.
9780
9781Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
9782
9783 * configure.in: build diff and patch for cygwin32-hosted
9784 toolchains.
9785
9786Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
9787
9788 * config.sub: Accept -rtems*.
9789
9790Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
9791
80413487 9792 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
9793 remove diff from the list of things not buildable
9794 via Canadian Cross
252b5132
RH
9795
9796Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
9797
9798 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 9799 don't get ". ".
252b5132
RH
9800
9801Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
9802
9803 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
9804
9805Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
9806
9807 * Makefile.in (taz): Handle case where tex3patch didn't even get
9808 checked out. Also, if it was found, put the symlink in a new util
9809 subdirectory.
9810
9811Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9812
9813 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
9814
9815Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
9816
9817 * config.sub: Recognize -openvms.
9818 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
9819 * make-all.com, setup.com: New files.
9820
9821Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
9822
9823 * Makefile.in (taz): tex3patch moved to texinfo/util.
9824
9825Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
9826
afb8d725 9827 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
9828 * configure.in: remove make from disable-if-Can-Cross list
9829 enable gdb if ${host} and ${target} are cygwin32
9830
9831Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
9832
9833 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
9834 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
9835
9836Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
9837
9838 * config.guess: Combine mips-mips-riscos cases, and use cpp to
9839 distinguish sysv/svr4/bsd variants.
9840 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
9841
9842Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
9843
9844 * configure.in: Added copyright notice.
9845 * move-if-change: Added copyright notice.
9846
9847Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9848
9849 * configure.in (powerpcle-*-solaris*): Until we get shared
9850 libraries working, don't build gdb, sim, make, tcl, tk, or
9851 expect.
9852
9853Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
9854
9855 * config.guess: Merge with FSF:
9856
9857 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
9858 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
9859
9860 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
9861 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
9862
9863 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
9864 * config.guess: Combine two OSF1 rules.
9865 Also recognize field test versions. From mjr@zk3.dec.com.
9866 * config.guess (dgux): Use /usr/bin/uname rather than uname,
9867 because GNU uname does not support -p. From pmr@pajato.com.
9868
9869Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
9870
9871 * Makefile.in (MAKEDIRS): Removed $(tooldir).
9872
9873Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
9874
9875 * mpw-README: Document GCCIncludes.
9876
9877Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
9878
9879 * configure.in (alpha-*-linux*): Set enable_shared to yes.
9880
9881Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
9882
9883 * mpw-configure: Handle --enable-FOO and --disable-FOO.
9884
9885Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
9886
9887 * configure.in (*-*-cygwin32): Configure make.
9888
9889Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
9890
9891 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
9892
9893Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
9894
9895 * Makefile.in (all-inet): Depend on all-perl.
9896
9897 * Makefile.in (inet-install): New target.
9898
9899 * Makefile.in (all-inet): Depend on all-tcl.
9900 (all-inet): Depend on all-send-pr.
9901
9902Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9903
9904 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
9905 temporarily.
9906
9907Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
9908
9909 * configure.in: Don't configure --with-gnu-ld on AIX.
9910
9911Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
9912
9913 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
9914
9915Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
9916
9917 * Makefile.in (ALL_MODULES): Added all-inet.
9918 (CROSS_CHECK_MODULES): Added check-inet.
9919 (INSTALL_MODULES): Added install-inet.
9920 (CLEAN_MODULES): Added clean-inet.
9921 (all-indent): New target.
9922
9923 * configure.in (host_tools): Added inet.
9924 (native_only): Added inet.
9925 (noconfigdirs): Added inet.
9926
9927Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
9928
9929 * configure.in: Don't configure libgloss if we are not configuring
9930 newlib.
9931
9932Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
9933
9934 * configure.in: Don't configure libgloss for unsupported
9935 architectures.
9936
9937Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9938
9939 * Makefile.in (CLEAN_MODULES): Add clean-apache.
9940
9941Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
9942
9943 * Makefile.in (ALL_MODULES): Include all-apache.
9944 (CROSS_CHECK_MODULES): Include check-apache.
9945 (INSTALL_MODULES): Include install-apache.
9946 (all-apache): New target.
9947
9948 * configure.in: Added apache everywhere perl is seen.
9949
9950Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9951
9952 * Makefile.in: Add support for clean-{module} and
9953 clean-target-{module} rules.
9954
9955Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
9956
9957 * configure.in (*-*-ose) do not build libgloss.
9958
9959Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9960
9961 * config.guess (prep*:SunOS:5.*:*): Turn into
9962 powerpele-unknown-solaris2.
9963
9964Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
9965
9966 * configure.in: Permit --enable-shared to specify a list of
9967 directories.
9968
9969Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
9970
9971 * configure.in (host==solaris): Pass only the first word of $CC
9972 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
9973
9974Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
9975
9976 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
9977
9978Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
9979
9980 * Makefile.in (ALL_MODULES): Include all-perl.
9981 (CROSS_CHECK_MODULES): Include check-perl.
9982 (INSTALL_MODULES): Include install-perl.
9983 (ALL_X11_MODULES): Include all-guile.
9984 (CHECK_X11_MODULES): Include check-guile.
9985 (INSTALL_X11_MODULES): Include install-guile.
9986 (all-perl): New target.
9987 (all-guile): New target.
9988
9989 * configure.in (host_tools): Include perl and guile.
9990 (native_only): Include perl and guile.
9991 (noconfigdirs): Don't build guile and perl; no ports have been
9992 done.
9993
9994Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
9995
80413487
RH
9996 * configure (--enable-*): Handle quoted option lists such as
9997 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
9998
9999Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10000
10001 * Makefile.in ({,inst}all-target): New rule so we can make and
10002 install all of the target directories easily.
10003
10004Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10005
10006 * configure.in: Add missing global flag in sed substitution when
10007 deleting `target-' from ${configdirs}.
10008
10009Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10010
10011 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10012 option.
10013
10014 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10015 config/mh-necv4.
10016
10017 * install.sh: Correct misspelling of transformbasename.
10018
10019 * config.guess: Recognize mips-*-sysv*.
10020
10021Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10022
10023 * config.sub: Recognize mon960.
10024
10025Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10026
10027 * configure: Restore Canadian Cross handling of BISON and LEX,
10028 removed in Feb 20 change.
10029
10030Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10031
10032 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10033 Mention make install. Remove the old copyright date as well the
10034 clumsy and rather pointless copyright on the README file.
10035
10036Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10037
10038 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10039 Makefile after running symlink-tree, then run `make distclean' to
10040 avoid clobbering any generated files in srcdir.
10041
10042Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10043
10044 * configure.in (m68k-*-netbsd*): Build everything now.
10045
10046Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10047
10048 * Makefile.in (taz): Fix quoting.
10049
10050Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10051
10052 * configure.in (sparclet-*-*): Build everything now.
10053
10054Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10055
10056 * configure.in (m68k-*-linux*): New host.
10057
10058Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10059
10060 * configure: Check for bison before byacc.
10061
10062Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10063
10064 * Makefile.in configure: Change the way LEX and BISON/YACC are
10065 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
10066 searching PATH. These are used as fallbacks by Makefile.in if
10067 flex/bison/byacc aren't in objdir.
10068
10069Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
10070
10071 * Makefile.in: Make everything which depends upon all-bfd also
10072 depend upon all-opcodes, in case --with-commonbfdlib is used.
10073
10074Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10075
10076 * configure.in (host *-*-cygwin32): Don't build gdb if we are
10077 building NT native compilers on Unix.
10078
10079Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
10080
10081 * configure.in: Don't get CC from the host Makefile fragment if we
10082 can find gcc in PATH, or if this is a Canadian Cross. Move the
10083 Solaris test for /usr/ucb/cc to the post target script, just after
10084 the compiler sanity test.
10085
10086Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
10087
10088 * config.sub: Merge with FSF.
10089
10090Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
10091
10092 * Makefile.in (RPATH_ENVVAR): New variable.
10093 (REALLY_SET_LIB_PATH): Use it.
10094 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10095
10096Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
10097
10098 * config.sub, configure.in: Recognize sparclet cpu.
10099
10100Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10101
10102 * config.guess: Support m68k-cbm-sysv4.
10103
10104Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10105
10106 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10107 m68k-unknown-linuxaout from linker help string. Put quotes around
10108 $ld_help_string.
10109
10110Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
10111
10112 * config.guess (powerpc-harris-powerunix): Add guess for port
10113 to new target.
10114
10115Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10116
10117 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10118
10119Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
10120
10121 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10122 $(REALLY_SET_LIB_PATH) in Makefile.
10123 * Makefile.in (SET_LIB_PATH): New variable.
10124 (REALLY_SET_LIB_PATH): New variable.
10125 ($(DO_X)): Use $(SET_LIB_PATH).
10126 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10127 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10128 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10129 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10130 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10131 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10132 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10133 (install-dosrel): Likewise.
10134 (all-opcodes): Depend upon all-libiberty.
10135
10136Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
10137
10138 * config.guess (*:CYGWIN*): New
10139
10140Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10141
10142 * Makefile.in (all-target-winsup): All all-target-libiberty.
10143
10144Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10145
10146 * configure.in (noconfigdirs): Add missing # in front of comment.
10147
10148Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
10149
10150 * configure.in: add second pass to things added to noconfigdirs
10151 so *-gm-magic can exclude libgloss properly.
10152
10153Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
10154
10155 * mpw-configure (extralibs_name, rez_name): Set correctly
10156 for MWC68K compiler.
10157
10158 * mpw-README: Add more info on the necessary build tools.
10159
10160Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
10161
10162 * configure.in, config.sub: Recognize cygwin32.
10163
10164Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
10165
10166 * config.guess, config.sub: Recognize A/UX.
10167
10168Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
10169
10170 * config.sub: Merge with gcc/config.sub.
10171
10172Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
10173
10174 * mpw-build.in (do-binutils): Add build of stamps.
10175
10176Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
10177
10178 * config.sub: Add recognition for mips64vr4100*-* targets.
10179
10180Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10181
10182 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10183 Add creation of gconfigargs with `--enable-shared' turned on.
10184 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10185 ($(host)-stamp-stage3-configured): Likewise.
10186 (HOLES): Add chatr and ldd.
10187 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10188
10189Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
10190
10191 * configure: Pass --nfp to recursive configures.
10192
10193Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
10194
10195 * Makefile.in (DLLTOOL): New.
10196 (DLLTOOL_FOR_TARGET): New.
10197 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10198 (EXTRA_TARGET_FLAGS): Ditto.
10199 (EXTRA_GCC_FLAGS): Ditto.
10200 (CONFIGURE_TARGET_MODULES): Ditto.
10201 (DO_X): Ditto.
10202 * configure: Add DLLTOOL.
10203
10204Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
10205
10206 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10207 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10208 mh-sco, since old workarounds no longer needed, and don't
10209 build ld, since libraries have weak symbols in COFF.
10210
10211Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
10212
10213 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10214
10215Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
10216
10217 * configure.in: Make sure that ${CC} can be used to compile an
10218 executable.
10219
afb8d725
JM
10220Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10221
10222 * Makefile.in (all-gdb): Depend on $(GDB_TK).
10223 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10224 nothing depending on whether gdbtk is being built.
10225
252b5132
RH
10226Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
10227
10228 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10229
10230Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
10231
10232 * configure.in (noconfigdirs): Put ld or gas in this early, if the
10233 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10234
10235Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
10236
10237 * config-ml.in: Add support for
10238 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10239 Simplify setting of multidirs from --disable-foo.
10240
10241Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10242
10243 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10244 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10245 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 10246 non-empty, pass them on to the GCC make.
252b5132
RH
10247 (all-bootstrap): New rule that is like all-gcc, except it executes
10248 the GCC bootstrap rule instead of the GCC all rule.
10249
10250Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
10251
10252 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10253
10254Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10255
10256 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10257 DG/UX support.
10258
10259Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
10260
10261 * config.sub (i*86*) Change [345] to [3456]
10262
10263Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10264
10265 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10266 --with-gnu-ld=no.
10267
10268Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10269
10270 * config-ml.in (rs6000*, powerpc*): Add switches to control which
10271 AIX multilibs get built.
10272
10273Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10274
10275 * configure.in (i386-win32): Don't build expect if we're not
10276 building the tcl subdir.
10277
10278Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
10279
10280 * Makefile.in: (configure-target-examples, all-target-examples):
10281 New targets, configure and build example programs.
10282
10283Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10284
10285 * mpw-configure: If an mpw-config.in generated a file mk.sed,
10286 use it as input to sedit the generated MPW makefile.
10287 * mpw-README: Add a suggestion about Gestalt.h.
10288
10289Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
10290
10291 * config.sub: Accept *-*-ieee*.
10292
10293Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
10294
10295 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
10296 Ronald F. Guilmette <rfg@monkeys.com>.
10297
10298Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10299
10300 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10301 for powerpc-pe native.
10302 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10303 (target==powerpc-pe): duplicate i386-win32 entry.
10304
10305Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10306
10307 * configure.in (noconfigdirs): Exclude target-newlib for all versions
10308 of vxworks, not just vxworks5.1.
10309
10310Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
10311
10312 * mpw-configure: Add support for exec-prefix.
10313
10314Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10315
10316 * config.guess: Recognize HP model 816 machines as having
10317 a PA1.1 processor.
10318
10319Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
10320
10321 * configure: Ignore new autoconf configure options.
10322
252b5132
RH
10323Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10324
10325 * config.guess: Recognize Pentium under SCO.
10326 From Robert Lipe <robertl@arnet.com>.
10327
10328Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10329
10330 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
10331
10332Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
10333
10334 * configure.in: Don't configure gas for alpha-dec-osf*.
10335
10336Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
10337
10338 * configure.in: Default to --with-stabs for some targets for which
10339 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10340 i[345]86*-*-unixware*.
10341
10342Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
10343
10344 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10345 rather than basing it on the target. Simplify handling of options
10346 controlling which directories to configure. Remove extraneous
10347 slash in multi-clean target.
10348
10349Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
10350
10351 * config-ml.in: Prefix more variables with ml_ so they don't collide
10352 with configure's.
10353
10354Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
10355
10356 * configure: Don't turn -v into --v.
10357
10358Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
10359
10360 * configure.in (targargs): Fix typo.
10361
10362 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10363
10364Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
10365
10366 * configure.in: Strip --host and --target options from
10367 CONFIG_ARGUMENTS, and always configure for --host only. Add
10368 --with-cross-host option when building with a cross-compiler.
10369 * configure: Canonicalize the arguments put into config.status by
10370 always using `=' for an option with an argument. Pass a presumed
10371 --host or --target explicitly.
10372
10373Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
10374
10375 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10376 into general OS recognition case.
10377
10378Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10379
10380 * configure.in (target_configdirs): add target-winsup only
10381 for win32 target systems.
10382
10383Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
10384
10385 * Makefile.in (all-target-libgloss): Depend upon
10386 configure-target-newlib, since when libgloss is built it looks to
10387 see if the newlib directory exists.
10388
10389Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
10390
10391 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10392 cfg-ml-*.in.
10393
10394Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
10395
10396 * configure: Handle LD and LD_FOR_TARGET when configuring a
10397 Canadian Cross.
10398
252b5132
RH
10399Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10400
10401 * configure.in (target_libs): add target-winsup.
10402 (target==i386-win32): add patch diff flex make to $noconfigdirs.
10403 (target==ppcle-pe): remove ld from $noconfigdirs.
10404
10405Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
10406
10407 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10408 Preserve relative path names in $srcdir. Build symlink tree if
10409 configuring cross target dir and srcdir=. (= no VPATH support).
10410 (configure-target-libg++): Depend on configure-target-librx.
10411 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10412 * config-ml.in: New file.
10413 * symlink-tree: New file.
10414 * configure: Ensure srcdir="." if that's what it is.
10415
10416Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
10417
10418 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10419 includes and FLEX_SKELETON setting.
10420 * mpw-configure (--with-gnu-ld): New option, controls whether
10421 to use PPCLink or ld with PowerMac GCC.
10422 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10423 * mpw-config.in: Configure grez if targeting Mac.
10424
10425 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
10426 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10427 just macos.
252b5132
RH
10428 * configure.in: Configure grez resource compiler if targeting Mac.
10429 * Makefile.in (all-grez, install-grez): New targets.
10430
10431Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
10432
10433 * configure: CXX defaults to gcc, not g++. If we find
35590697 10434 gcc in the path, set CC to gcc -O2.
252b5132
RH
10435
10436Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
10437
10438 * configure: Default ${build} correctly. Avoid picking up extra
10439 spaces when reading CC and CXX from Makefile. When doing a
10440 Canadian Cross, use plausible default values for numerous
10441 variables.
10442 * configure.in: When doing a Canadian Cross, don't try to
10443 configure tools whose configure script can't handle it.
10444
10445Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10446
10447 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10448
10449Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
10450
10451 * configure: Remove dubious bug reporting address.
10452
10453Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
10454
10455 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
10456 configure script, run that instead of this directory's configure.
10457 In either case, print a message that we're configuring the sub-dir.
10458
10459Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
10460
10461 * configure.in: Before checking for the existence of various files,
10462 use sed to filter out "target-".
10463
10464Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
10465
10466 * Makefile.in (DO_X): Split rule to decrease command line length
10467 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
10468 (Philippe De Muyter).
10469
10470Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10471
10472 * Makefile.in (all-patch): depend on all-libiberty.
10473
10474Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
10475
10476 * configure.in: If the only directory in target_configdirs which
10477 actually exists is libiberty, then set target_configdirs to empty,
10478 to avoid trying to build a target libiberty in a gas or gdb
10479 distribution.
10480
10481Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
10482
10483 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
10484 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
10485 systems.
252b5132
RH
10486
10487Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10488
10489 * configure.in (copy_dirs): Use sys-include instead of include
10490 for --with-headers option.
10491
10492Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
10493
10494 * Makefile.in, configure.in: Make winsup builds work with
10495 new scheme.
10496
10497Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
10498
10499 * configure.in: Build the linker on AIX.
10500
10501Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
10502
10503 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
10504 where needed.
10505
10506Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
10507
10508 * Makefile.in (all-gcc): Fix typo.
10509
10510Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
10511
10512 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
10513
10514Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
10515
10516 * configure.in: Rename libFOO to target-libFOO, and xiberty
10517 to target-xiberty, to provide more flexibility.
10518 (target_subdir): Define. Create if cross.
10519 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
10520 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
10521 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
10522 check-libFOO -> check-target-libFOO, etc.
10523 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
10524 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
10525 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
10526 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
10527 allow ALL_GCC="" to only configure.
10528 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
10529 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
10530 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
10531
10532Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
10533
10534 * Makefile.in (taz): Build "info" in etc explicitly.
10535
10536Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
10537
10538 * configure.in: Make sure that CC is undefined (as opposed to
10539 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
10540 problem with autoconf trying to configure on a host without GCC.
10541
10542Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
10543
10544 * mpw-configure: Set host alias from choice of host compiler,
10545 only use generic MPW Makefile sed if present, edit a file
10546 named "hacked_Makefile.in" instead of "Makefile.in" if present.
10547 * mpw-README: Add problem notes about CW6 and CW7.
10548
10549Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
10550
10551 * Makefile.in (taz): Use ";" instead of ";;".
10552
10553Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
10554
10555 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
10556 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
10557 DISTDOCDIRS.
10558 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
10559 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
10560
10561Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
10562
10563 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
10564 and gnats, because they are now subsumed by DISTSTUFFDIRS.
10565 Move bfd to DISTSTUFFDIRS.
10566
10567Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10568
10569 * Makefile.in (X11_LIB): Removed.
10570 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
10571
10572 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
10573
10574Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10575
10576 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
10577 names.
10578
10579Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10580
10581 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
10582
10583Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
10584
10585 * configure.in (i[345]86-*-win32): Always build newlib.
10586 Don't configure cvs, autoconf or texinfo.
10587 * Makefile.in (LD_FOR_TARGET): New.
10588 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
10589 Pass down LD_FOR_TARGET.
10590
10591Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
10592
10593 * winsup: New directory.
10594 * Makefile.in: Build winsup.
10595 * configure.in: Winsup is configured when target is win32.
10596 Can only build win32 target GDB when native.
35590697 10597
252b5132
RH
10598Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
10599
10600 * config.guess: Recognize HP model 819 machines as having
10601 a PA 1.1 processor.
10602
10603Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
10604
10605 * configure: Fix sed loop which substitutes for CC and CXX to
10606 avoid bug found in various sed implementations.
10607
10608Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10609
10610 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
10611 simulator. Use standard powerpc-*-eabi*.
10612
10613Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
10614
10615 * configure.in: Stop putting gas and binutils in noconfigdirs for
10616 powerpc-*-aix* and rs6000-*-*.
10617
10618Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
10619
10620 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
10621 -mcall-aixdesc libraries.
10622
10623Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
10624
10625 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10626
10627 * config.sub (arm | armel | armeb): Fix shell syntax.
10628
10629Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10630
10631 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
10632 -msoft-float and -mcpu=common support.
10633 (powerpc*-*-eabisim*): Add support for building -mcall-aix
10634 libraries.
10635
10636Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10637
10638 * configure.in: Allow configuration and build of emacs19 for the alpha.
10639
10640Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10641
10642 * configure.in (CC): Get ^CC, not just any old CC, from
10643 ${host_makefile_frag}.
10644
10645Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10646
35590697 10647 * configure.in (CC): Try to get CC from
252b5132
RH
10648 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
10649
10650Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10651
10652 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
10653 only if it exists in $(srcdir).
10654
10655Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
10656
10657 * configure: If CC and CXX are not set in the environment, set
10658 them, based on either an existing Makefile or on searching for gcc
10659 in PATH. Substitute for CC and CXX in Makefile.
10660 * configure.in: Remove libm from target_libs. Separate
10661 target_configdirs from configdirs. If CC is not set in
10662 environment, try to get it from a host Makefile fragment. Rewrite
10663 changes of configdirs to use skipdirs instead. A few minor
10664 tweaks. Take directories out of target_configdirs as they are
10665 taken out of configdirs. Remove existing Makefile files from
10666 subdirectories. Substitute for TARGET_CONFIGDIRS and
10667 CONFIG_ARGUMENTS in Makefile.
10668 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
10669 by configure.in.
10670 (CONFIG_ARGUMENTS): Likewise.
10671 (CONFIGURE_TARGET_MODULES): New variable.
10672 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
10673 ($(CONFIGURE_TARGET_MODULES)): New target.
10674 (configure-libg++, configure-libio): New targets.
10675 (all-libg++): Depend upon configure-libg++.
10676 (all-libio): Depend upon configure-libio.
10677 (configure-libgloss, all-libgloss): New targets.
10678 (configure-libstdc++): New target.
10679 (all-libstdc++): Depend upon configure-libstdc++.
10680 (configure-librx, all-librx): New targets.
10681 (configure-newlib): New target.
10682 (all-newlib): Depend upon configure-newlib
10683 (configure-xiberty): New target.
10684 (all-xiberty): Depend upon configure-xiberty.
10685
10686Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10687
10688 * configure.in (host i[345]86-*-win32): Expand the
10689 noconfigdirs again.
10690
10691Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
10692
10693 * mpw-configure: Fix sed command file name.
10694
10695Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
10696
35590697 10697 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
10698 noconfigdirs again.
10699
10700Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
10701
10702 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
10703 or powerpc*-*-pe*, since they are not yet supported.
10704
10705Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
10706
10707 Add PowerMac support and many other enhancements.
10708 * mpw-configure: New option --cc to select compiler to use,
10709 paste options set according to --cc into the generated
10710 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
10711 if mpw-make.sed is present.
10712 * mpw-config.in: Don't test for gC1, test for mpw-touch,
10713 add forward includes for PowerPC include files.
10714 * mpw-build.in: Build using Makefile.PPC if present.
10715 (do-byacc, etc): Remove separate version resource builds.
10716 (do-gas): Build "stamps" before "all".
10717 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
10718 * mpw-README: Update to reflect --cc option, PowerMac support,
10719 and recently-reported compatibility problems.
10720
10721Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
10722
10723 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
10724 embedded m68k systems (-aout, -coff, -elf, -vxworks).
10725 (--with-multilib-top): Pass to recursive invocations.
10726
10727Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
10728
10729 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
10730 v810-*-*.
10731
10732Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10733
10734 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
10735 gdb, ld and opcodes on v810-*-*.
10736
252b5132
RH
10737Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
10738
10739 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
10740 (local-maintainer-clean): New target.
10741 (maintainer-clean): New target.
10742 (realclean): Just depend upon maintainer-clean.
10743
10744Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10745
10746 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
10747
10748Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
10749
10750 * configure.in: Build ld in mips*-*-bsd* case.
10751
10752Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
10753
10754 * config.sub: Accept -lites* OS. From Ian Dall.
10755
10756Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
10757
10758 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 10759 targets.
252b5132
RH
10760
10761Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10762
10763 * configure.in: treat i386-win32 canadian cross the same as
10764 i386-go32 canadian cross.
10765
10766Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10767
10768 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
10769 running under the simulator to build a reduced set of libraries.
10770 (powerpc-*-eabiaix): Add fine grained multilib support added to
10771 other powerpc targets yesterday.
10772
10773Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10774
10775 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
10776 -disable-softfloat, -disable-relocatable, -disable-aix, and
10777 -disable-sysv to control which multilib libraries get built.
10778
10779Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
10780
10781 * configure: Add Makefile.tem to list of files to remove in trap
10782 handler.
10783
10784Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
10785
10786 * config.guess (*Linux*): Add missing "exit"s.
10787 Also, need specific check for alpha-unknown-linux (uses COFF).
10788
10789Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
10790
10791 * config.guess: Merge with FSF:
10792
10793 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
10794 * config.guess (AIX4): More robust release numbering discovery.
10795
10796 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
10797 * config.guess (i386-sequent-ptx): Properly get version number.
10798
10799 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
10800 * config.guess (mips:*:4*:UMIPS): New case.
10801
10802Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
10803
10804 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
10805 (i386-win32 host): Likewise. Don't build readline.
10806
afb8d725
JM
10807Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
10808
10809 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
10810 SUPPORT_FILES to submakes.
10811
252b5132
RH
10812Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
10813
10814 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
10815 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
10816 mpw-configure.
10817
10818Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
10819
10820 * configure.in (appdirs): Use =, not ==, in test expression when
10821 trying to build the text to print in the warning message for
10822 Solaris users.
10823
10824Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
10825
10826 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
10827
10828Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10829
10830 * config.guess: Recognize lynx-2.3.
10831
10832Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
10833
10834 * config.sub (z8ksim): Deleted
10835 (z8k-*-coff): New, this is the one true name of the target.
10836
10837Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
10838
10839 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
10840
10841Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
10842
10843 * config.guess (*:Linux:*:*): First try asking the linker what the
10844 default object file format is (elf, aout, or coff). Then if this
10845 fails, try previous methods.
10846
10847Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10848
10849 * configure.in: Don't build newlib for *-*-vxworks5.1.
10850
10851Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10852
10853 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
10854 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
10855
10856Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
10857
10858 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
10859
10860Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
10861
10862 * cfg-ml-com.in: New file.
10863 * cfg-ml-pos.in: New file.
10864
10865Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10866
10867 * COPYING.NEWLIB: Add HP free copyright to list.
10868
10869Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10870
10871 * config.sub: Recognize -eabi* for the system, not just -eabi.
10872
10873Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
10874
10875 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
10876 * config.sub, configure.in (win32): New target and host.
10877
10878Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
10879
10880 * configure.in: Add i386-pe configuration.
10881
10882Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
10883
10884 * mpw-build.in (install): Install GDB after LD.
10885
10886Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
10887
10888 * mpw-config.in (elf/mips.h): Always forward-include, needed
10889 for GDB to build.
10890
10891Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
10892
10893 * testsuite: New directory for customer acceptance and whole tool
10894 chain tests.
10895
10896Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
10897
10898 * configure: If per-host line isn't found, but AC_OUTPUT is found
10899 and a configure script exists, run it instead.
10900
10901Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
10902
10903 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
10904
10905Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
10906
10907 * configure: Set build_{cpu,vendor,os,alias} to host values when
10908 --build isn't specified.
10909
10910Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10911
10912 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
10913 (FLAGS_TO_PASS): Pass them.
10914 (EXTRA_TARGET_FLAGS): Ditto.
10915
252b5132
RH
10916Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10917
10918 * Makefile.in (all-libg++): Depend on all-libstdc++.
10919
10920Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10921
10922 * configure.in (noconfigdirs): Enable all packages for
10923 i386-unknown-netbsd.
10924
10925Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
10926
10927 * configure.in (noconfigdirs): Don't configure tk for i386-go32
10928 hosted builds (DOS builds)
10929
10930Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
10931
10932 Changes for ARM based on patches from Richard Earnshaw:
10933 * config.sub: Handle armeb and armel.
10934 * configure.in: Omit arm linker only for riscix.
10935
10936Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
10937
10938 * config.guess: Update from FSF.
10939
10940Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
10941
10942 * config.sub: Recognize powerpcle as the little endian varient of
10943 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
10944 powerpcle variant. Convert pentium into i586, not i486. Add p5
10945 alias for i586. Map new x86 variants p6, k5, nexgen into i586
10946 temporarily.
10947
10948Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
10949
10950 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
10951
10952Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
10953
10954 * config.sub: Accept -lites* as a basic system type.
10955
10956Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
10957
10958 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
10959 installed, and if so return linuxoldld as the system name.
10960
10961Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
10962
10963 * config.guess: Add hppa1.1-hp-lites support.
10964
10965Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
10966
10967 * configure.in: Don't build newlib for m68k-vxworks5.1.
10968
10969Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10970
10971 * configure.in (mips-sgi-irix6): Use mh-irix5.
10972
10973Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
10974
10975 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
10976
10977Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10978
10979 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 10980 OSF/1. Fix compiler flags.
252b5132
RH
10981 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
10982
10983Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
10984
10985 * configure.in: Recognize --with-newlib.
10986 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
10987
afb8d725
JM
10988Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10989
10990 * Makefile.in: move {all,check,install}-gdb from *_MODULES
10991 to *_X11_MODULES due to gdbtk needing X include files et al.
10992
252b5132
RH
10993Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
10994
10995 Merge in support for Mac MPW as a host.
10996 (Old change descriptions retained for informational value.)
10997
10998 * mpw-config.in: Add generic include forwards for cpu-specific
10999 include files in aout and elf directories.
11000
11001 * mpw-configure: Added copyright.
11002 * mpw-config.in: Check for presence of required build tools.
11003 (target_libs): Add newlib.
11004 (target_tools): Add examples.
11005 (Read Me): Generate as "Read Me for MPW" instead.
11006 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11007 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11008 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11009
11010 * mpw-configure: Remove subdir-specific makefile hackery,
11011 delete mk.tmp after using it.
11012
11013 * mpw-build.in (all): Display start and end times.
11014
11015 * mpw-configure (host_canonical): Set.
11016 (target_cpu): Always add to makefiles.
11017 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11018 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11019 (mpw-mh-mpw): Look for in srcdir and srcroot.
11020 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11021
11022 * mpw-build.in: (install-only): New target.
11023
11024 * mpw-configure (host_alias, target_alias): Rename from hostalias
11025 and targetalias, add into generated Makefile.
11026 (mk.tmp): If present, add into generated Makefile.
11027 * mpw-build.in (all-gas): Build config.h first before gas proper.
11028
11029 * mpw-configure (config.status): Write only if changed.
11030 * mpw-config.in (readline): Configure it (not built, just used for
11031 definitions).
11032
11033 * mpw-config.in (elf/mips.h): Add a forward include.
11034
11035 * mpw-config.in: Forward-include most .h files in include into
11036 extra-include.
11037 (readline): Don't build.
11038 mpw-build.in (install): Install GDB.
11039
11040 * mpw-configure (prefix, mpw_prefix): Handle it.
11041 * mpw-config.in (mmalloc, readline): Don't configure.
11042 * mpw-build.in (thisscript): Rename to ThisScript.
11043 Use mpw-build instead of BuildProgram everywhere.
11044 (mmalloc, readline): Don't build.
11045 * mpw-README: New file, basic documentation about the MPW port.
11046
11047 * mpw-config.in: Use forward-include to create include files.
11048
11049 * mpw-configure: Add more things to the top of each configured
11050 Makefile, including contents of config/mpw-mh-mpw.
11051 * mpw-config.in (extra-include): Create this directory and fill it
11052 with Posix-like include files when configuring.
11053
11054 * config.sub (apple, mac, mpw): Add various aliases.
11055
11056 * mpw-build.in: New file, top-level build script fragment for MPW.
11057 * mpw-configure: New file, configure script for MPW.
11058 * mpw-config.in: New file, config fragment for MPW.
11059
11060Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11061
11062 * configure.in (host_libs): Remove glob, since it is gone from the
11063 sources.
11064
11065Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11066
11067 * Makefile.in: define empty GDB_NLM_DEPS var.
11068
11069 * configure.in(target_makefile_frag): use config/mt-netware
11070 for netware targets.
11071
11072Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
11073
11074 * config.sub: Merge in recent FSF changes. Remove linux special
11075 cases.
11076
11077Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11078
4bddf3ad 11079 Revert this change:
252b5132
RH
11080
11081 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11082
11083 * build-all.mk: Use CC=cc -Xs on Solaris.
11084
252b5132
RH
11085Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11086
11087 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
11088 stop using it.
11089 * Makefile.in: Nuke all references to glob subdirectory.
11090
11091Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11092
11093 * configure.in: Fix --enable-shared logic in per-host.
11094
11095Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
11096
11097 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11098
11099Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11100
11101 * configure.in (noconfigdirs): Don't build gas on AIX, for
11102 powerpc*-*-aix* as well as for rs6000*-*-aix*.
11103
11104Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
11105
11106 * configure: Fix --cache-file to work if the file argument is a
11107 relative path.
11108
11109Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
11110
11111 * configure: If the --cache-file is used, pass it down to
11112 configure in subdirectories.
11113
11114Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
11115
11116 * config.sub: add vxworks29k configuration.
11117
11118Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11119
11120 * Makefile.in (taz): Do "diststuff" part quietly.
11121
11122Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
11123
11124 * config.sub: Mini-merge with gcc/config.sub.
11125
11126Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11127
11128 * config.guess (IRIX): Sed - to _.
11129
11130Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11131
11132 * Makefile.in (source-vault, binary-vault): New targets.
11133
11134Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
11135
11136 * config.sub: Recognize -eabi as a basic system type.
11137
11138Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11139
11140 * configure.in (enable_shared stuff): Fix typo.
11141
11142Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
11143
11144 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11145
11146Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11147
11148 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11149
11150Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11151
11152 * configure.in (rs6000-*-*): Don't build gas.
11153
11154Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
11155
11156 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11157 reduce command line length.
11158 (AS_FOR_TARGET): Check for as.new, not Makefile.
11159 (NM_FOR_TARGET): Check for nm.new, not Makefile.
11160
11161Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
11162
11163 * config.guess: Merge from FSF.
11164
11165Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11166
11167 * configure: Don't use $ when handling program_suffix.
11168
11169Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
11170
11171 * configure.in: Configure tk for hppa/hpux.
11172
11173Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
11174
11175 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
11176
11177Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11178
11179 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
11180 to LIBCXXFLAGS. Tests are better run without it.
11181
11182Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
11183
11184 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11185
11186Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
11187
11188 * configure.in (*-*-netware*): Don't configure xiberty.
11189
11190Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
11191
11192 * configure.in: Remove tk from native_only list.
11193
11194Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
11195
11196 * build-all.mk: Add mips-ncd-elf target to sun4 targets
11197 for special NCD build.
11198
11199Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11200
11201 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11202 makeall.bat, they're only useful for binutils snapshots.
11203 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11204 makeall.bat to specified SUPPORT_FILES.
11205
11206Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
11207
11208 * build-all.mk: Add Ericsson targets to sun4 and solaris
11209 hosts. Add BNR's sun4 target to solaris host, so their
11210 build-from-source will be tested in-house first.
11211
11212Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11213
11214 * Makefile.in (LIBCFLAGS): New variable.
11215 (CFLAGS_FOR_TARGET): Ditto.
11216 (LIBCFLAGS_FOR_TARGET): Ditto.
11217 (LIBCXXFLAGS): Ditto.
11218 (CXXFLAGS_FOR_TARGET): Ditto.
11219 (LIBCXXFLAGS_FOR_TARGET): Ditto.
11220 (BASE_FLAGS_TO_PASS): Pass them.
11221 (EXTRA_TARGET_FLAGS): Ditto.
11222
4bddf3ad 11223 * configure.in: Support --enable-shared.
252b5132
RH
11224
11225Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
11226
11227 * configure.in (target_libs): Include libstdc++ again.
11228 * config.guess: Update from FSF (for FreeBSD).
11229
11230Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11231
11232 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11233 makeall.bat.
11234 (DISTDOCDIRS): Add `etc'.
11235 (ETC_SUPPORT_PFX): New variable.
11236 (taz): Include anything from etc starting with a word in
11237 ETC_SUPPORT_PFX.
11238
11239Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11240
11241 * config.sub: Update for recent FSF changes. Remove obsolete
11242 h8300hds entry. Add -windows* and -osx as basic os. Minor
11243 spacing changes.
11244
11245Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11246
11247 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
11248
11249 * config.guess: Merge with FSF.
11250 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11251
11252Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11253
11254 * configure: Since the "trap 0" handler will override the exit
11255 status on many systems, only use it for "exit 1", and make it set
11256 a non-zero exit status; reset it before "exit 0". Also, check
11257 exit status of config.sub, and error out if it failed.
11258
11259Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
11260
11261 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11262 and install libgloss.
11263
11264Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11265
11266 * Makefile.in (all-binutils): Depend upon all-byacc.
11267
11268 * configure.in: Don't build emacs on Irix 5.
11269
11270Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11271
11272 * configure.in (*-*-netware*): Add libio.
11273
11274Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11275
11276 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11277 (CHECK_TARGET_MODULES): Ditto.
11278 (INSTALL_TARGET_MODULES): Ditto.
11279 (TARGET_LIBS): Ditto.
11280 (all-libstdc++): Note dependencies.
11281
11282Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11283
11284 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11285
11286Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11287
11288 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11289 -fexternal-templates.
11290
11291 * configure.in (target_libs): Add libstdc++.
11292 (noconfigdirs): Add libstdc++ as appropriate.
11293
11294Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11295
11296 * config.guess: Update from FSF.
11297
11298Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11299
11300 * configure: Use ${config_shell} when running ${configsub}.
11301
11302Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
11303
11304 * config.sub: No longer recognize h8300h.
11305
11306Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11307
11308 * config.sub: Remove extraneous differences between config.sub and
11309 gcc/config.sub.
11310
11311Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11312
11313 * Makefile.in (DISTSTUFFDIRS): Add gas.
11314
11315Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
11316
11317 * COPYING.NEWLIB: New file.
11318
11319Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
11320
11321 * config.guess (HP-UX): Patch from Harlan Stenn
11322 <harlan@landmark.com> to also emit release level.
11323
11324Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11325
11326 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11327
11328Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
11329
11330 * config.sub: Merge nextstep cleanup from FSF.
11331
11332Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11333
11334 * configure.in (arm-*-*): Don't configure ld for this target.
11335
11336Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11337
11338 * configure.in (*-*-netware): don't configure libg++, libio,
11339 librx, or newlib.
11340
11341Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11342
11343 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
11344 configure ld--it works, but it doesn't support shared libraries.
11345
11346Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
11347
11348 * config.guess (*-unknown-freebsd*): Get rid of possible
11349 trailing "(Release)" in version string.
11350 Patch from Paul Richards <paul@isl.cf.ac.uk>.
11351
11352Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
11353
11354 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11355 Fix type: *-next-neststep -> *-next-nextstep.
11356
11357 * config.guess: Merge from FSF:
11358
11359 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11360
11361 * config.guess: Recognize powerpc-ibm-aix3.2.5.
11362
11363 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11364
11365 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11366 instead of UNIX_SV for UnixWare 1.0).
11367
11368Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
11369
11370 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
11371 to make gdb/nlm/* build after the compiler and linker.
11372
11373Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
11374
11375 * config.guess (netbsd, freebsd, linux): Accept any machine,
11376 not just i[34]86.
11377 (m68k-atari-sysv4): Relocate to match FSF version.
11378
11379 * config.guess: More merges from the FSF:
11380
11381 Add a space before function call or macro invocation.
11382
11383 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11384
11385 * config.guess: Add trap cmd to remove dummy.c and dummy when
11386 interrupted.
11387
11388 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11389
11390 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11391 (dummy): Redirect stderr from compilation of dummy.c.
11392
11393 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
11394
11395 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11396
11397Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
11398
11399 * configure: Accept and ignore --cache*, for compatibility with
11400 new autoconf.
11401
11402Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
11403
11404 * config.guess: Merge from FSF:
11405
11406 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11407
11408 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
11409 (PATH): Add /.attbin at end for finding uname.
11410 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
11411
11412 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
11413
80413487 11414 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
11415
11416 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
11417
80413487
RH
11418 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11419 to select whether to use ELF or COFF.
252b5132
RH
11420
11421 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11422
80413487 11423 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
11424
11425 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11426
11427 * config.guess: Guess the OS version for HPUX.
11428
11429 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11430
11431 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11432
11433Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11434
11435 * configure.in: Recognize --with-headers, --with-libs, and
11436 --without-newlib.
11437 * Makefile.in (all-xiberty): Depend upon all-ld.
11438
11439Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11440
11441 * configure.in: Change i[34]86 to i[345]86.
11442
11443Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11444
11445 * configure (version): A few more tweaks to help message.
11446
11447Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
11448
11449 * Makefile.in: Remove (for now) librx as a host library,
11450 now that we're building it for target.
11451
11452Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11453
11454 * configure: Fix up help message; from karl@owl.hq.ileaf.com
11455 (Karl Berry).
11456
11457Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
11458
11459 * configure.in: Also configure librx.
11460
11461Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
11462
11463 * Makefile.in: Update various rules to reflect that librx
11464 is now needed for libg++.
11465
11466Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11467
11468 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
11469
11470Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11471
11472 * configure.in: Configure the examples directory.
11473
11474Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11475
11476 * configure: Simplify Jun 2 1994 change.
11477
11478Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11479
11480 * change CC to /usr/latest/bin/gcc for lynx host builds, since
11481 /bin/gcc isn't good enough to build gcc.
11482
11483Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
11484
11485 * Makefile.in (GDB_SUPPORT_FILES): Remove
11486 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
11487 (gdb.tar.gz): Add new rule to use standard distribution building
11488 mechanism.
11489
11490Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11491
11492 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
11493 Bill Cox <bill@cygnus.com>.
11494
11495Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
11496
11497 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
11498
11499Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
11500
11501 * configure: Search current dir first in .gdbinit.
11502
11503Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
11504
11505 * config.sub: Recognize freebsd (merged from gcc config.sub).
11506
11507Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
11508
11509 * config.sub: Refer to NeXT's operating system as nextstep.
11510
11511 * config.sub (case $basic_machine): Re-order the cases, to match
11512 the order in the FSF version (which is mostly alphabethical).
11513 Merge in some additions and changes from the FSF.
11514
11515Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
11516
11517 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
11518 * config.sub: Recognize cxux7.
11519 * configure.in: Use mh-cxux for m88k-harris-cxux*.
11520
11521Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
11522
11523 * config.sub: Fix typo powerpc -> powerpc-*.
11524
11525Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
11526
11527 * Makefile.in: `all-emacs19' depends on `all-byacc'.
11528
11529 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
11530 parallel with all-emacs and install-emacs). Top-level command
11531 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
11532
11533Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11534
11535 * test-build.mk ($(host)-stamp-stage2-installed): Remove
11536 $(relbindir)/make before doing ``make install'', and use
11537 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
11538 installing over running make binary.
11539 ($(host)-stamp-stage3-installed): Likewise.
11540
11541Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11542
11543 * config.guess: Recognize Mach.
11544
11545Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11546
11547 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
11548 see whether --exec-prefix was used.
11549
11550Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11551
11552 * README: Explicitly mention libg++/README. (Zoo's idea.)
11553
11554Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11555
11556 * Makefile.in: Add all-librx target similar to all-libproc.
11557
11558Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
11559
11560 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
11561 with post 1.2 uname bogosity.
11562
11563Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11564
11565 * configure: Remove temporary files on receipt of a signal.
11566
11567Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
11568
11569 * configure: If there is a package_makefile_frag, remove
11570 ${subdir}/Makefile.tem after copying it in.
11571
11572Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11573
11574 * build_all.mk: support rs6000 lynx identifies itself as
11575 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
11576 since /bin/gcc is too feeble to compile a modern gcc.
11577
11578Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
11579
11580 * brought devo/test-build.mk update-to-date with progressive/
11581 test-build.mk. Add lynx targets and hppa flag info.
11582
11583Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11584
11585 * configure.in: Use mh-ncrsvr43. Patch from
11586 Tom McConnell <tmcconne@sedona.intel.com>.
11587
11588Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
11589
11590 * config.guess (i386-unknown-bsdi): No longer need to
11591 check #if defined(__bsdi__) && defined(__i386__).
11592
11593Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11594
11595 * configure: Set program_transform_nameoption correctly.
11596
11597Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
11598
11599 * brought build-all.mk update-to-date with progressive build-all.mk,
11600 added new targets and hppa info.
35590697 11601
252b5132
RH
11602Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11603
11604 * configure: If config.guess result is a prefix of the user
11605 specified target, assume a native build and use the user specified
11606 target as the host alias. Remove SunOS patch suffix removal hack.
11607 * configure.in: Remove SunOS patch suffix removal hack.
11608
11609 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
11610 in NATIVE_CHECK_MODULES.
11611
11612Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
11613
11614 * Makefile.in: Rename HOST_ONLY to NATIVE.
11615 * configure: Delete SunOs patch suffix from host_canonical
11616 and build_canonical variables that are prepended to Makefiles.
11617 * configure.in: Add comments for easier maintenance.
11618
11619Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11620
11621 * Makefile.in: Add all-libproc target similar to all-gui.
11622
11623Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
11624
11625 * Makefile.in (CHECK_MODULES): split into
11626 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
11627
11628Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
11629
11630 * config.guess (i386-unknown-bsdi): New system to guess.
11631
11632Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11633
11634 * Makefile.in: Add all-gui target (but not yet build by "all").
11635
11636Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
11637
11638 * config.sub: Move deletion of patch suffix from here...
11639 * configure.in: To here, at Ian's suggestion. The top-
11640 level scripts might need to know of a patch level.
11641
11642Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
11643
11644 * config.sub: Strip off patch suffix so rtl is recognized
11645 as a sunos4.1.3 machine, even though it's been patched.
11646
11647Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
11648
11649 * Makefile.in (INSTALL_LAST): Delete.
11650 (INSTALL_DOSREL): New.
11651
11652Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11653
11654 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
11655 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
11656 whether we pass down --with-gnu-ld anyhow.
11657
11658Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
11659
11660 * Makefile.in (INSTALL_LAST): Change operation so it works
11661 on more flavors of make.
11662 * configure.in (go32): Don't build libg++ or libio.
11663
11664Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
11665
11666 * Makefile.in (Move HOST_PREFIX_1 and friends up so
11667 they can be overriden by templates.
11668
11669Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
11670
11671 * configure.in (target==go32): Don't build gdb.
11672 * dosrel: New directory.
11673
11674Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
11675
11676 * configure.in (host==go32): Configure dosrel too.
11677 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
11678 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
11679 be set by incoming names or templates.
11680 (INSTALL_LAST): New rule.
252b5132
RH
11681
11682Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
11683
11684 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
11685
11686Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11687
252b5132
RH
11688 * configure.in (appdirs): New variable. Currently empty, but will
11689 be used in gas distribution. If nonempty, lists a set of
11690 directories at least one of which must get configured, or top
11691 level configuration is considered to have failed.
11692 (rs6000-*-lynxos*): Use new file name.
11693
11694Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11695
11696 Eliminate XTRAFLAGS.
11697 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
11698 newlib include files using -idirafter, and also use -nostdinc.
11699 (CXX_FOR_TARGET): Likewise.
11700 (XTRAFLAGS): Removed.
11701 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
11702 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
11703 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
11704 ($(DO_X)): Don't pass down XTRAFLAGS.
11705
11706Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11707
11708 * configure.in (mips*-dec-bsd*): New target; do build linker.
11709 (mips*-*-bsd*): New target; don't build linker.
11710
11711Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11712
11713 * configure.in: support rs6000-*-lynxos* configuration.
11714 support sunos4 as a cross target.
11715
11716 * config.sub: look for lynx*, not lynx since the OS version may
11717 legitimately be part of the name.
11718
11719Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11720
11721 * configure.in (i[34]86-*-sco*): Move to be with other i386
11722 targets.
11723 (romp-*-*): New target. Skip various binary utilities.
11724 (vax-*-*): New target. Don't build newlib.
11725 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
11726
11727Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11728
11729 * configure.in: Only set host_makefile_frag if config
11730 directory exists.
11731
11732Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11733
11734 * install.sh: If $dstdir exists, don't check whether each
11735 component does.
11736
11737Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11738
11739 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
11740
11741Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11742
35590697
AJ
11743 * configure.in (*-*-lynxos*): Don't configure newlib for either
11744 native or cross Lynx.
252b5132
RH
11745
11746Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
11747
11748 * config.sub (sparc64-elf): Fix os.
11749 (z8k): Remove duplicate.
11750
11751Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11752
11753 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
11754 gcc/stmp-fixproto, to try to prevent fixproto from being run.
11755
11756Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
11757
11758 * configure: Make file links cleanly even if Lynx fails on
80413487 11759 an NFS symlink (at least fail cleanly).
252b5132
RH
11760
11761Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11762
11763 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
11764 -XNh2000.
11765
11766Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11767
11768 * configure: Unknown options are fatal again.
11769
11770Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
11771
11772 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 11773 compatibility.
252b5132
RH
11774
11775Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
11776
11777 * build-all.mk: Add `clean' target.
11778
11779Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11780
11781 * config.guess: Add SINIX support.
11782 * configure.in: Add mips-*-sysv4* support.
11783
11784Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
11785
11786 * build-all.mk: Document all useful targets.
11787 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
11788 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11789
11790Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11791
11792 * configure: Support --silent, --quiet.
11793
11794Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11795
11796 * configure: Support --disable-FEATURE.
11797
11798Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11799
11800 * config.guess: Recognize NCR running SVR4.3.
11801
11802Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
11803
11804 * config.guess: Make BSDI generate i386-unknown-bsd386.
11805 Patch from Paul Eggert <eggert@twinsun.com>.
11806
11807Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11808
11809 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
11810
11811Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11812
11813 * configure: Make unrecognized options give nonfatal warnings
11814 instead of fatal errors, and pass them to any subdirectory
11815 configures in case they recognize them.
11816 Make --x equivalent to --with-x.
11817
11818Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11819
11820 * configure: Add --enable-* options. Clean up usage message and
11821 some comments.
11822
11823Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
11824
11825 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
11826
11827Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11828
11829 * configure.in (hppa*-*-*): Enable binutils.
11830
11831Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11832
11833 * config.sub: Recognize cisco.
11834
11835Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
11836
11837 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
11838
11839Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11840
11841 * config.guess: about target *-hitachi-hiuxwe2, don't print more
11842 than one configuration name. Add comment.
11843
11844Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
11845
11846 * config.guess: about target *-hitachi-hiuxwe2, fixed
11847 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
11848 macro is incorrect.]
11849
11850Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11851
11852 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
11853 than the "make ls" stuff which used to be here.
11854
11855Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
11856
11857 * config.guess: Recognize i[34]86-unknown-freebsd.
11858 From Shawn M Carey <smcarey@rodan.syr.edu>.
11859
11860Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
11861
11862 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
11863
11864Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11865
11866 * config.guess: Check for ptx.
11867
11868Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
11869
11870 * config.sub: Add os9k checking.
11871
11872Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11873
11874 * config.guess: Handle OSF1 running on HPPA processors
11875
11876Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
11877
11878 * configure: If subdir configure fails, print out a message with
11879 subdirectory name, in case subdir's configure code didn't identify
11880 itself.
11881
11882Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
11883
11884 * configure.in: Remove embedded newlines from configdirs.
11885 Avoid mismatches of substrings. Fix matching strings at end
11886 of configdirs.
11887
11888Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
11889
11890 * config.guess: Add Lynx/rs6000 config support.
11891
11892Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
11893
11894 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
11895
11896Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
11897
11898 * configure.in (hppa*-*-osf*): Treat this just like most other
11899 PA configurations (eg no binutils or ld).
11900 (hppa*-*-*elf*): These configurations have binutils and ld.
11901
11902Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11903
11904 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
11905
11906Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11907
11908 * configure.in (rs6000-*-*): Build gas.
11909
11910Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
11911
80413487 11912 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
11913
11914Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11915
11916 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
11917 for GDB and GDB has been fixed to not need it.
11918
252b5132
RH
11919Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11920
11921 * config.guess: Recognize vax hosts.
11922
11923Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11924
11925 * configure (while loop): Don't use "break 2" inside case
11926 statement -- the case statement isn't an enclosing loop.
11927
11928Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
11929
11930 * config.guess: Clean up NeXT support, to allow nextstep
11931 on Intel machines. Make OS be nextstep.
11932
11933Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
11934
11935 * config.guess: Add alternate forms for Convex.
11936
11937Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
11938
11939 * configure: Completely rewrite option processing. Take
11940 advantage of pattern-matching to avoid invoking test frequently.
11941 Also clean up host and target defaulting logic.
11942
11943Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11944
11945 * Makefile.in: Replace all occurrances of "rootme" with "r" and
11946 "$${rootme}" with "$$r", to increase the likelihood that the do-*
11947 commands (plus user environment) will fit SCO limits.
11948
11949Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11950
11951 * configure.in: Don't issue warnings about directories which are
11952 not being configured if -norecursion is set. Correct test for
11953 --with-gnu-as and --with-gnu-ld to not get confused by substring
11954 matches.
11955
11956 * configure.in: Don't build gas for alpha-dec-osf1*.
11957
11958Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
11959
11960 * configure: Back out Per's change of 12/19/1993. It changes the
11961 behavior of configure in unexpected and confusing ways.
11962
11963 Also, use different delim char when calculating
11964 program_transform_name so that the name can contain slashes.
11965
11966Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
11967
11968 * configure.in, config.sub: Add support for VSTa micro-kernel.
11969
11970Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11971
11972 * configure.in: Nuke hacks which were used to get a special
11973 version of GAS for HPPA configurations.
11974
11975Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
11976
11977 * configure: If only ${target_alias} is given, use that
11978 as the default for ${host_alias}.
11979 * configure: Add missing back-slashes before nested quotes.
11980
11981Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
11982
11983 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
11984
11985Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
11986
11987 * config.guess: Recognize some Tektronix configurations.
11988 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
11989
11990Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11991
11992 * config.sub: Match any flavor of SH.
11993
11994Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
11995
11996 * configure.in: Don't try to configure newlib for Alpha.
11997
11998Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11999
12000 * configure.in: Don't build ld for Irix 5. Don't build gas,
12001 libg++ or libio for any Alpha target.
12002
12003 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
12004
12005Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12006
12007 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12008 default arguments -- so it tried to compress itself.
12009
12010Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12011
12012 * configure.in (notsupp): ensure that a space is always at the end
12013 of the configdirs list, since the grep checks for an explicit space
12014
12015Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12016
12017 * configure.in (target i386-sysv4.2): don't build ld, since static
12018 versions of many libraries are not available.
12019
12020Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12021
12022 * config.guess: Recognize Apollos (using environment variables).
12023 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12024
12025Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12026
12027 * config.guess: Recognize Sony news mips running newsos.
12028
12029Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12030
12031 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12032 "fi ; else" for bash.
12033
12034Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12035
12036 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12037
12038Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12039
12040 * config.sub: accept unixware as an alias for svr4.2.
12041 Fix some inconsistancies with the gcc version.
12042
12043Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12044
12045 * Makefile.in (DISTDOCDIRS): Add gdb.
12046
12047Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12048
12049 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12050
12051Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12052
12053 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12054 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12055 this now.
12056
12057Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12058
12059 * config.sub: Accept hiux* as an OS name.
12060
12061 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12062 etc/make-stds.texi. The underscore came from gcc, and dje now
12063 agrees that RUNTESTFLAGS is the correct name.
12064
12065Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
12066
12067 * install.sh: Remove 'set -e'. It makes any conditionals
12068 in the script useless.
12069
12070 * config.guess: Automatically recognize arm-acorn-riscix
12071 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12072
12073Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
12074
12075 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12076
12077Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12078
12079 * Makefile.in (DISTDOCDIRS): New variable.
12080 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 12081 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
12082
12083Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12084
12085 * configure.in (hppa target): check the source directory for the
12086 pagas sub-directory
12087
12088Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
12089
12090 * config.sub: Allow -aout* and -elf*.
12091
12092Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12093
12094 * configure.in: Don't build ld on i386-solaris2, same as for
12095 sparc-solaris2.
12096
12097Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
12098
12099 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12100
12101Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12102
12103 * configure.in: Configure gdb for alpha.
12104
12105Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12106
12107 * Makefile.in (CXXFLAGS): Add -O.
12108
12109Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12110
12111 * config.guess: added support for DG Aviion
12112
12113Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12114
12115 * configure.in: Produce warning message for subdirectories not
12116 configurable for this host/target combination. Don't try to
12117 configure gdb for vms.
12118
12119Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12120
12121 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12122 appropriate files before making "diststuff".
12123 (DISTBISONFILES): New var: list of files to be edited.
12124 (DISTSTUFFDIRS): Add binutils.
12125
12126Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12127
12128 * config.sub: also handle mipsel and mips64el (for little endian mips)
12129
12130Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12131
12132 * configure.in: Add * to end of all OS names.
12133
12134Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
12135
12136 * configure.in: Build newlib for LynxOS native.
12137
12138Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12139
12140 * config.guess: Add support for delta 88k running SVR3.
12141
12142 * configure.in: Add comment about HP compiler vs. emacs.
12143
12144Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12145
12146 * configure.in: don't build ld on solaris2 (not a viable option
12147 due to bugs in getpwnam & getpwuid)
12148
12149Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12150
12151 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12152 config.guess will produce a full version number.
12153
12154Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12155
12156 * configure.in: Build linker and binutils for alpha-dec-osf1.
12157
12158Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12159
12160 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12161 and gdb/testsuite/Makefile.in.
12162
12163Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12164
12165 * configure.in: recognize mips*- instead of mips-
12166
12167Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
12168
12169 * config.sub: Accept linux*coff and linux*elf as operating
12170 systems.
12171
12172Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12173
12174 * config.sub: Recognize mips64, and mips3 as an alias for it.
12175
12176Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12177
12178 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12179 gdb knows how to handle OSF/1 shared libraries.
12180
12181Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12182
12183 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12184 * config.guess: Recognize Hitachi's HIUX.
12185 * config.sub: Recognize h3050r* and hppahitachi.
12186 Remove redundant cases for hp9k[23]*.
12187
12188Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12189
12190 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12191 if gas and ld are in the source tree and are in ${configdirs}.
12192 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 12193 --with options (but still pass them down on the command line,
252b5132
RH
12194 if they were explicitly specified).
12195
12196Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12197
12198 * configure: substitute SHELL value in Makefile.in with
12199 ${CONFIG_SHELL}
12200
12201Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12202
12203 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12204 *-*-solaris2* targets.
12205
12206Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12207
12208 * Makefile.in: define M4, and pass it down to sub-makes;
12209 all-autoconf now depends on all-m4
12210
12211Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12212
12213 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12214 presence of {ar,ranlib} instead of a configured directory
12215
12216Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12217
12218 * config.guess: Accept 34?? as well as 33?? for NCR.
12219
12220Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12221
12222 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12223 of 'gas' in sed commands, since 'gash' is now in the tree as well.
12224
12225Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12226
12227 * configure: grab values for $(CC) and $(CXX) from the
12228 environment, so that someone can do "CC=gcc configure; make" and
12229 have it work right (matching the way that autoconf works now)
12230
12231 * configure.in, Makefile.in: add support for gash, the tcl
12232 interface to Galaxy
12233
12234 * config.guess: add NetBSD variants (hp300, x86)
12235
12236Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
12237
12238 * install.sh: Support -d option (in the manner of SunOS 4 install,
12239 as it is more deterministic than that of GNU install)
12240 (chmodcmd): Set file to mode 755 by default (should also do default
12241 chgrp and chown, but I don't feel like dealing with that now)
12242
12243Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
12244
12245 * config.sub: Remove h8300hhms alias.
12246
12247Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12248
12249 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12250
12251Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12252
12253 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12254 as stmp-fixinc
12255
12256Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12257
12258 * config.sub: recognize m88110-bug-coff.
12259
12260Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12261
12262 * Makefile.in (all-libio): all dependencies on the toolchain used
12263 to build this (gcc, gas, ld, etc)
12264
12265Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12266
12267 * config.guess: Deal with OSF/1 1.3 on alpha.
12268
12269Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12270
12271 * install.sh: add some 'else true' clauses for portability
12272
12273 * configure.in: don't build libio for h8[35]00-*-* targets
12274
12275Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
12276
12277 * Makefile.in: Add support for new libio.
12278
12279Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12280
12281 * install.sh: If one command fails, don't try the rest. Don't try
12282 to remove $dsttmp (via trap) unless we have already created it.
12283 If $src doesn't exist, detect it and exit with an error.
12284
12285 * config.guess: Recognize BSD on hp300.
12286
12287Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
12288
12289 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12290 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12291
12292Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
12293
12294 * Makefile.in (all-send-pr): depends on all-prms
12295
12296Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12297
12298 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12299
12300Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12301
12302 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12303 Added test for mips-mips-riscos5.
12304
12305Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12306
12307 * configure.in: use mh-hp300 for 68k HP hosts
12308
12309Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12310
12311 * configure: add support for CONFIG_SHELL, so that you can use
12312 some alternate shell for evaluating configure scripts
12313
12314Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
12315
12316 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
12317 in configure script to bug-gdb@prep.ai.mit.edu when building
12318 distribution archive.
12319 * Makefile.in (COMPRESS): Remove def.
12320 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
12321 gdb.tar.Z and make-gdb.tar.Z respectively.
12322 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
12323 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
12324 to convergence with 'taz' target in Makefile.in.
12325
12326Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12327
12328 * install.sh (dsttmp): use trap to ensure that tmp files go
12329 away on error conditions
12330
12331Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12332
12333 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12334
12335Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12336
12337 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12338 its parent is '/' not ''.
12339
12340 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12341
12342Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
12343
12344 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12345 that ${newsrcdir}/configure.in does.
12346
12347Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12348
12349 * test-build.mk: support for CONFIG_SHELL
12350
12351Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
12352
12353 * config.sub (netware): Add as a basic system type.
12354
12355Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12356
12357 * Makefile.in (Makefile): depend on configure.in. Also drop the
12358 $(srcdir)/ from the dependency on Makefile.in.
12359
12360Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
12361
12362 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12363 (h8300hhms is temporary until multi-libraries are implemented).
12364 * configure.in: Handle h8300h too.
12365
12366Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12367
12368 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12369
12370Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
12371
12372 * configure: Remove extraneous output when guessing host type.
12373 * config.guess: Remove extraneous output when guessing using C
12374 compiler rather than uname, or when guessing fails.
12375
12376Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12377
12378 * Makefile.in: remove all.cross and install.cross targets
12379
12380 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12381 definitions
12382
12383Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
12384
12385 * configure.in (target sh): Build gprof.
12386
12387Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12388
12389 * config.sub: change -solaris to -solaris2
12390
12391Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12392
12393 * configure.in: Use config/mh-riscos for mips-*-sysv*.
12394
12395Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
12396
12397 * configure: Correct error message for missing Makefile.in to
12398 print correct directory.
12399
12400Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12401
12402 * install.sh: kludge around 386BSD shell bug
12403
12404Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
12405
12406 * config.guess: Recognize NeXT.
12407 * config.guess: Recognize i486-ncr-sysv4.
12408 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
12409
12410Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
12411
12412 * Makefile.in (MAKEINFOFLAGS): New variable.
12413 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12414 * build-all.mk, test-build.mk: Pass down --no-split as
12415 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
12416
12417Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
12418
12419 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
12420
12421Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
12422
12423 * Makefile.in (libg++.tar.z): New rule.
12424 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
12425 * Makefile.in (taz): Only do a single chmod.
12426
12427Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12428
12429 * install.sh: don't use dirname anymore (replaced with sed usage)
12430
12431Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
12432
12433 * Makefile.in: Change extension for gzip'd files from '.z' to
12434 '.gz' per new FSF standard usage.
12435
12436Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12437
12438 * configure: put quotes around the final value of program_transform_name
12439
12440Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12441
12442 * Makefile.in: new install.sh support; update install-info rules
12443
12444Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
12445
12446 * configure.in: Build diff for crosses, but not for go32 host.
12447
12448 * configure.in: Build gprof only for native, and don't build it
12449 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12450
12451Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
12452
12453 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12454
12455Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12456
12457 * configure.in (host_tools): Add prms.
12458
12459Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12460
12461 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12462 with $(FLAGS_TO_PASS) on the command line
12463
12464 * config.sub: Recognize lynx and lynxos
12465
12466Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
12467
12468 * config.sub: Accept -ecoff*, not just -ecoff.
12469
12470Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12471
12472 * Makefile.in (taz): Use .gz suffix instead of .z.
12473 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
12474 names.
12475
12476Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12477
12478 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
12479
12480Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12481
12482 * Makefile.in (install-no-fixedincludes): install gcc last, so
12483 that rebuilds that might happen during 'make install' don't get
12484 bogus gcc include files
12485
12486Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12487
12488 Change from Utah for HPPA support:
12489 * config.guess: Recognize hppa1.x-hp-bsd.
12490
12491Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
12492
12493 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
12494 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
12495
12496Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
12497
12498 * config.sub: Add support for rom68k and bug boot monitors.
12499
12500Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
12501
12502 * Makefile.in: Make all-opcodes depend on all-bfd.
12503
12504Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
12505
12506 * config.guess: Added special check for i[34]86-univel-sysv4*.
12507
12508Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
12509
12510 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
12511 the processor rather than assuming i486.
12512
12513Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12514
12515 * config.guess: Recognize SunOS6 as Solaris3.
12516
12517Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
12518
12519 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
12520 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
12521
12522Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
12523
12524 * build-all.mk (all-cross): New target for Canadian Cross.
12525 Added Q2 go32 targets.
12526 * test-build.mk: Configure go32 cross sparclite-aout and
12527 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
12528 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
12529
12530Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12531
12532 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
12533 GO32 hosted toolchains
12534
12535Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
12536
12537 * configure: change so "-exec-prefix" gets passed down rather
12538 than "-exec_prefix" so autoconf generated Makefiles get the
12539 exec_prefix set right.
12540
12541Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12542
12543 * config.guess: get the Solaris2 minor version number
12544
12545 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
12546
12547Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12548
12549 * config.guess: Recognize some Sequent platforms.
12550
12551Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12552
12553 * Makefile.in: added the vault-install target
12554
12555 * configure.in: actually use the Sun3 makefile fragment that's in
12556 config, also added the release dir to configdirs
12557
12558Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12559
12560 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
12561
12562Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12563
12564 * configure.in: remove some program from Alpha targetted toolchains
12565
12566Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
12567
12568 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
12569 gprof.
12570 (taz): Run "make diststuff" in those directories instead of "make
12571 proto-dir". Look for "VERSION=" only at start of line in subdir
12572 Makefile. Use "gzip -9" for compression.
12573 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
12574 (binutils.tar.z): New target.
12575
12576Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12577
12578 * Makefile.in (taz): Include gpl.texinfo.
12579
12580Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12581
12582 * Makefile.in (setup-dirs): Merged into "taz" target.
12583 (taz): Only do `proto-dir' stuff if a directory is actually needed
12584 for this target.
12585
12586Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
12587
12588 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
12589 (FLAGS_TO_PASS): Pass down MUNCH_NM.
12590 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
12591 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
12592 (gcc-no-fixedincludes): Correct for current gcc Makefile.
12593
12594Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
12595
12596 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
12597 config.sub, and move-if-change to gdb testsuite distribution
12598 archive, so the testsuite can be extracted, configured, and
12599 run separately from the gdb distribution. Blow away the Chill
12600 tests that require a Chill compiled executable, since GNU Chill
12601 is not yet publically available.
12602
12603Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12604
12605 * test-build.mk: set environment variables in a single command,
12606 instead of a list of assignments and exports
12607
12608 * config.guess: recognize Alpha/OSF1 systems
12609
12610Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12611
12612 * configure: Change help message to prefer --options rather than
12613 -options.
12614
12615Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12616
12617 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
12618 zippy@ecst.csuchico.edu.
12619 * config.guess: Recognize miniframe.
12620
12621Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
12622
12623 * Makefile.in: Use srcroot to find runtest rather than rootme.
12624 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
12625
12626Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
12627
12628 * test-build.mk: Extensive additions to support building on a
12629 machine other than the host.
12630
12631Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12632
12633 * configure (tooldir): Fix for i386-aix again.
12634
12635Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
12636
12637 * configure, Makefile.in: Change definition of $(tooldir)
12638 to match the FSF.
12639
12640Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
12641
12642 * config.guess: Recognize i[34]86/SVR4.
12643
12644Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12645
12646 * Makefile.in (all-gdb): gdb depends on sim.
12647
12648Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
12649
12650 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
12651 at the same time we make the prototype gdb directory.
12652 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
12653 files at the same time as the gdb base release distribution.
12654
12655Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
12656
12657 * Makefile.in (check): Use individual check targets rather than
12658 DO_X rule.
12659 (check-gcc): Added.
12660
12661Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
12662
12663 * config.sub: Use sysv3.2 not sysv32 for canonical OS
12664 for System V release 3.2.
12665
12666Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12667
12668 * config.sub: Recognize hppaosf.
12669 * configure.in: Do configure ld/binutils/gas for it.
12670
12671Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12672
12673 * configure (tooldir): Alter syntax used to set this, for systems
12674 where "\$" isn't handled right, like i386-aix.
12675
12676Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
12677
12678 * configure: Pass program-transform-name, not
12679 program_transform_name, to recursive configures.
12680
12681Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
12682
12683 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
12684 of gas+ld+binutils.
12685
12686Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
12687
12688 * config.guess: Recognize AIX3.2 as distinct from 3.1.
12689
12690Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12691
12692 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
12693
252b5132
RH
12694Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12695
12696 * Makefile.in (PRMS): Set back to all-prms.
12697
12698Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
12699
12700 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
12701 targets, rather than for MIPS hosts.
12702
12703Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12704
12705 * configure.in: add comment for --with-x default values
12706
12707 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
12708
12709 * Makefile.in: add check-* targets for each of the directories in
12710 the tree. Add a definition of RUNTEST that will use the one we
12711 just built, if it exists. Pass this down via FLAGS_TO_PASS.
12712
12713Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
12714
12715 * configure.in: Removed obsolete references to bfd_target and
12716 target_makefile_frag.
12717
12718 * build-all.mk: Set assorted targets for Q2.
12719 * config.sub: Recognize z8k-sim and h8300-hms.
12720 * test-build.mk: Really don't pass host to configure.
12721 (HOLES): Added uname.
12722
12723Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
12724
12725 * configure: Handle an empty program-prefix, program-suffix or
12726 program-transform-name correctly.
12727
12728Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
12729
12730 * build-all.mk: -G 8 no longer required for MIPS targets.
12731 * test-build.mk: Don't pass host argument to configure; make it
12732 guess.
12733
12734Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
12735
12736 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
12737 * Makefile.in (COMPRESS): New macro, like GZIP.
12738
12739Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
12740
12741 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
12742
12743 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
12744 with gas currently defaults to -G 0.
12745
12746Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
12747
12748 * Makefile.in (all-flex): flex depends on byacc.
12749
12750 * build-all.mk: If host not specified, use config.guess. Pass TAG
12751 to test-build.mk as RELEASE_TAG.
12752 * test-build.mk (configargs): New variable containing arguments to
12753 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
12754 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
12755
12756 * config.guess: Use /bin/uname when checking -X argument on SCO,
12757 to avoid invoking GNU uname which doesn't understand -X.
12758
12759 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
12760
12761 * configure.in: Build gas for mips-*-*.
12762
12763Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12764
12765 * Makefile.in (all.normal): insert missing backslash.
12766
12767Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
12768
4bddf3ad 12769 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
12770
12771 * Makefile.in: Complete overhaul to merge many almost identical
12772 targets.
12773
12774Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12775
12776 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
12777 (gdb.tar.Z): Adjusted.
12778
12779 * Makefile.in (setup-dirs, taz): New targets; should be general
12780 enough to adapt for gdb sometime. Build only .z file.
12781 (gas.tar.z): New target.
12782
12783Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12784
12785 * build-all.mk: Use CC=cc -Xs on Solaris.
12786
252b5132
RH
12787Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
12788
12789 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
12790 for handling BISON for FSF releases.
12791
12792Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12793
12794 * configure: Actually implement the change zoo just documented.
12795
12796Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12797
12798 * configure: when using config.guess, only set target_alias when
12799 it's not already been set (ie, on the command line)
12800
12801Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12802
12803 * Makefile.in: add installcheck target, set PRMS to install-prms
12804
12805Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12806
12807 * configure: add support for package_makefile_fragment, handle the
12808 case where a directory has a configure.in file but no Makefile.in
12809 more gracefully (with an actual understandable error message, even);
12810 add support for --without (and add this to the usage message); also
12811 explicitly add a --host=${host_alias} to the command line when
12812 config.guess is used
12813
12814Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12815
12816 * configure: Must use both --host and --target in recursive calls.
12817
12818Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
12819
12820 * Makefile.in: Change deja-gnu to dejagnu.
12821
12822Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
12823
12824 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
12825
12826Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12827
12828 * configure.in: canonicalize all instances to *-*-solaris2*,
12829 also strip out a number of tools to not build for go32 host
12830
12831Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12832
12833 * config.guess: add GPL.
12834
12835 * Makefile.in, config.guess, config.sub, configure: bump
12836 copyrights to 93.
12837
12838Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
12839
12840 * Makefile.in (do-info): Removed obsolete check for existence of
12841 localenv file.
12842
12843 * Makefile.in (MAKEOVERRIDES): Define to be empty.
12844
12845Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12846
12847 * Makefile.in: a couple of 'else true' for decstation,
12848 support for TclX
12849
12850 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
12851
12852Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
12853
12854 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
12855
12856Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
12857
12858 * config.guess: Recognize i386-ibm-aix (PS/2).
12859 * configure.in: Use config/mh-aix386 file for it.
12860
12861Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
12862
12863 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
12864 CC_FOR_TARGET instead.
12865 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
12866
12867Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
12868
12869 * Makefile.in: Add sim to list of directories sent with gdb
12870
12871Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
12872
12873 * configure.in: Put back mips-dec-bsd* case.
12874
12875Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
12876
12877 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
12878 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
12879 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
12880
12881Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12882
12883 * configure.in: remove no-op mips-dec-bsd* in "case $target"
12884
12885 * Makefile.in (dir.info): only run gen-info-dir if it exists,
12886 (install-info): install dir.info only if it exists,
12887 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
12888
12889Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
12890
12891 * configure.in: For vms target, skip bfd, ld, binutils. Do build
12892 gas for mips-dec-bsd.
12893
12894Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
12895
12896 * configure (makesrcdir): If ${srcdir} is relative and not ".",
12897 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
12898
12899Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
12900
12901 * configure.in: Added "dejagnu" to hosttools list.
12902
12903Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12904
12905 * config.sub, configure.in, config.guess: Add support
12906 for Bosx, an AIX variant from Bull.
12907 Patches from F.Pierresteguy@frcl.bull.fr.
12908
12909Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
12910
12911 * devo/dejagnu: Initial creation of devo/dejagnu.
12912 Migrated dejagnu testcases and support files for testing software
12913 tools to reside as subdirectories, currently called "testsuite",
12914 within the directory of the software tool. Migrated all programs,
12915 support libraries, etc. beloging to dejagnu proper from
12916 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
12917 with no modifications. The changes to these files which will
12918 allow them to configure, build, and execute properly will be made
12919 in a future update.
12920
12921Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12922
12923 * Makefile.in: Change send_pr to send-pr.
12924 * configure.in: Likewise.
12925 * send_pr: Renamed directory to send-pr.
12926
12927Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
12928
12929 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
12930
12931Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
12932
12933 * README: Update for gdb-4.8 release.
12934 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
12935 gdb-xxx.tar.z (gzip'd) file also.
12936
12937Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12938
12939 * Makefile.in: make all-diff depend on all-libiberty
12940
12941Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
12942
12943 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
12944
12945Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12946
12947 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
12948
12949Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
12950
12951 * Makefile.in (DEVO_SUPPORT): Remove etc directory
12952 (ETC_SUPPORT): Only add the files GDB wants from etc/.
12953 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
12954
12955Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12956
12957 * Makefile.in: makeinfo binary is in a new location
12958
12959Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
12960
12961 * config.sub: Accept -ecoff as an OS.
12962
12963 * Makefile.in: Various changes to eliminate a level of make
12964 recursion and reduce the required command line length.
12965 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
12966 sub-makes.
12967 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
12968 variables holding settings for specific sub-makes.
12969 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
12970 in terms of BASE_FLAGS_TO_PASS.
12971 (TARGET_LIBS): New variable listing directories which use
12972 TARGET_FLAGS_TO_PASS.
12973 (subdir_do): Eliminated.
12974 (do-*): New set of targets to replace subdir_do.
12975 (various): All targets which used subdir_do now depend on do-*.
12976 (local-clean): Renamed from do_clean.
12977 (local-distclean): New target, dependency of distclean and
12978 realclean.
12979 (install-info): Don't create directories. Depend on dir.info
12980 rather than calling make recursively.
12981 (install-dir.info): Eliminated.
12982 (install-info-dirs): Create all info directories here.
12983 (dir.info): Depend upon do-install-info.
12984
12985 * test-build.mk (HOLES): Added false.
12986
12987Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
12988
12989 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
12990
12991Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12992
12993 * Makefile.in (info): remove dependency on all-texinfo. The
12994 problem was really in texinfo/C, not at this level.
12995
12996Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
12997
12998 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
12999
13000Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13001
13002 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13003 GDB releases.
13004
13005Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13006
13007 * configure: Include srcdir in message about target of link not
13008 being found. Don't convert `-' to `_' in `with' options being
13009 passed to subdirs.
13010
13011Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13012
13013 * configure.in: add uudecode to host_tools
13014
13015 * Makefile.in: added {all,install}-uudecode targets, added them to
13016 the appropriate lists
13017
13018Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13019
13020 * Makefile.in (all-gcc): Added dependency on all-gas.
13021
13022 * configure.in (mips-*-*): Build ld and binutils.
13023
13024Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13025
13026 * configure: check return code from mkdir, print error message and
13027 exit on failure.
13028
13029Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13030
13031 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13032
13033Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13034
13035 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13036
13037Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13038
13039 * config.sub (h8500): Recognize this as a cpu type.
13040
13041Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13042
13043 * configure: source directory missing is no longer a warning
13044
13045 * configure.in: recognize irix[34]* instead of irix[34]
13046
13047 * Makefile.in: define and pass down X11_LIB
13048
252b5132
RH
13049Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13050
13051 * guess-systype: Renamed to ...
13052 * config.guess: ... by popular request.
13053 * configure.in, Makefile.in: Update accordingly.
13054
13055Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13056
13057 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13058 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13059 + Execute ./dummy instead of assuming . is in PATH.
13060
13061Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13062
13063 * guess-systype: New shell script. Attempts to guess the
13064 canonical host name of the executing host.
13065 Only a few hosts are supported so far.
13066 * configure: Call guess-systype if no host is specified.
13067
13068Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
13069
13070 * Makefile.in (gcc-no-fixedincludes): Made to work with current
13071 gcc Makefile.
13072
13073
13074Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
13075
13076 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13077 (all-gcc, install-gcc, subdir_do): Use it.
13078
13079Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13080
13081 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13082
13083Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
13084
13085 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13086 set exclusively by configure, using configure.in .
13087
13088Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13089
13090 * test-build.mk: set $PATH for all builds
13091
13092 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13093
13094Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
13095
13096 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
13097 the one used in gcc/Makefile.in, so that a null expansion doesn't
13098 override the one needed to build gcc with a native cc.
13099
13100
13101Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13102
13103 * configure: Accept -with arguments.
13104
13105Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13106
13107 * Makefile.in: added h8300sim
13108
13109Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
13110
252b5132
RH
13111 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13112 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
13113 (all-cygnus, native, build-cygnus): Make
13114 $(canonhost)-stamp-3stage-done, not $(host)....
13115 * test-build.mk (stamp-3stage-compared): Use tail +10c for
13116 i386-sco3.2v4. Added else true to if command.
13117
13118Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
13119
13120 * config.sub: (from FSF) Sequent uses a BSD-like OS.
13121
13122Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
13123
13124 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13125
13126Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13127
13128 * configure.in: don't remove binutils from Solaris builds
13129
13130Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
13131
13132 * Makefile.in: get rid of earlier definitions for *clean,
13133 also handle the recursive info rule better
13134
13135Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
13136
13137 * Makefile.in (mostlyclean, distclean, realclean): Fix to
13138 do more-or-less the right thing.
13139
13140Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
13141
13142 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13143 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13144
13145Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13146
13147 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13148 $(host_canonical).
13149
13150 * configure.in: split the configdirs list into 4 categories (native
13151 v. cross, library v. tool) and handle the cross-only and native-
13152 only in more reasonable (and correct!) way.
13153
13154Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
13155
13156 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
13157 configdirs anymore.
13158
13159Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13160
13161 * Makefile.in: extensive cleanup:: removed all of the explicit
13162 clean-* targets, collapsed many wrappers around subdir_do into
13163 one, added additional targets to satisfy standards.texi, deleted
13164 some old targets, some changes for consistency
13165
13166Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13167
13168 * configure.in: handle some programs as cross-only, and others as
13169 native only
13170
13171 * test-build.mk: handle partial holes in a more generic manner
13172
13173 * Makefile.in: m4 depends on libiberty
13174
252b5132
RH
13175Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13176
13177 * configure.in: add m4, textutils, fileutils, sed, shellutils,
13178 time, wdiff, and find to configdirs
13179
13180 * Makefile.in: all, clean, and install rules for the new programs
13181 added to configure.in
13182
13183Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13184
13185 * configure.in: use mh-sun for all *-sun-* hosts
13186
252b5132
RH
13187Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13188
13189 * Makefile.in: define flags for X11 include files and library file
13190 locations, pass them down to the programs that need this info
13191
13192 * build-all.mk: added a 'native' target, to 3stage the native toolchain
13193
252b5132
RH
13194Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13195
13196 * configure.in: start building libg++ for HP-UX targets
13197
13198Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
13199
13200 * README: Update references to files moved into etc/.
13201
13202Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
13203
13204 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
13205 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
13206
13207Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
13208
13209 * configure: accept dash as well as underscore in long option
13210 names for FSF compatibility.
13211
13212Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
13213
13214 * config.sub: added -sco3.2v4 support from FSF.
13215
13216Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13217
13218 * configure.in: expand the section that adds or removes
13219 directories from the list of programs to build, to handle native
13220 vs. cross in addition to host v. native
13221
13222Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
13223
13224 * Makefile.in: Replace C++ in macro names with CXX.
13225 This is less likely to break ...
13226
13227Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13228
13229 * test-build.mk: add -w to GNU_MAKE
13230
13231Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13232
13233 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13234 add 'sparc' to list of recognized cpus. This needed to make
13235 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13236 Delete some redundant ose68 variants. Recognize -wrs as an os,
13237 then changes that into $CPU-wrs-vxworks.
13238
13239 * configure.in: remove most references to gdbtest, regularize
13240 target based program removal
13241
13242 * test-build.mk: import from p3 tree (many fixes and changes)
13243
13244Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13245
13246 * Makefile.in: added rules to handle tcl, tk, and expect
13247
13248 * configure.in: handle those directories if they exist
13249
13250Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13251
13252 * config.sub: removed bogus hppabsd and hppahpux names, since
13253 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13254
13255Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13256
13257 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
13258 depends upon all-xiberty
13259
13260 * Makefile.in: changes from p3, including:
13261
13262 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
13263
13264 * Makefile.in (XTRAFLAGS): include newlib directories if
13265 newlib/Makefile exists, rather than if host != target.
13266
13267 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
13268
13269 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13270 from the same source tree and not building a cross-compiler. This
13271 matters for the libg++ configuration if reconfiguring a tree that
13272 has already been installed.
13273
13274 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
13275
13276 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13277 pick up the machine and system specific header files.
13278
13279 * Makefile.in: added AS_FOR_TARGET, passed down in
13280 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13281 the C compiler to use to create programs which are run in the
13282 build environment, set it to default to $(CC), and passed it down
13283 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13284
13285 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
13286
13287 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13288 We need them for unusual native builds, like systems without
13289 ranlib.
13290
13291 * configure: also define $(host_canonical) and
80413487
RH
13292 $(target_canonical), which are the full, canonical names for the
13293 given host and target
252b5132
RH
13294
13295Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
13296
13297 * Makefile.in: Added separate definitions for C++.
13298
13299Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
13300
13301 * configure.in (configdirs): Add deja-gnu.
13302
13303Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
13304
13305 * README: Update for configure.texi and gdb-4.7 release.
13306
13307Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
13308
13309 * Makefile.in: Move "all" target to top of file.
13310 Previously, first target was ".PHONY" which caused BSD4.4 make
13311 to build .PHONY when make was run without arguments.
13312
13313Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
13314
13315 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
13316 Library-copylefted code in libiberty.
13317
13318Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
13319
13320 * config.sub: Replace m68kmote with plain old m68k.
13321
13322Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
13323
13324 * Makefile.in: Remove space from blank line, avoid Make complaints.
13325
13326Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
13327
13328 * config.sub: Complain if no argument is given. Added support for
13329 386bsd as OS and target alias.
13330
13331Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
13332
13333 * Makefile.in (XTRAFLAGS): include newlib directories if
13334 newlib/Makefile exists, rather than if host != target.
13335
13336Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
13337
13338 * config.sub: recognize sparclite-wrs-vxworks.
13339
13340 * Makefile.in (install-xiberty): added *-xiberty make rules (from
13341 p3.) Added clean-xiberty to clean.
13342
13343Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13344
13345 * configure.in: use *-*-* instead of nested cases for host and target
13346
13347Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
13348
13349 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13350 from the same source tree and not building a cross-compiler. This
13351 matters for the libg++ configuration if reconfiguring a tree that
13352 has already been installed.
13353
13354Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
13355
13356 * config.sub (i486v/i486v4): Merge in from FSF version.
13357
13358Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
13359
13360 * configure: only set PWD if it is already set.
13361
13362Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
13363
13364 * configure: just set PWD=`pwd` at the top, since Ultrix sh
13365 doesn't have unset and all success paths (and most error paths)
13366 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13367 to just ${PWD} to avoid confusion.)
13368
13369Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
13370
13371 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13372 even for a native compilation.
13373
13374Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
13375
13376 Changes to make the gdb.tar.Z rule work better.
13377
13378 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
13379 (DEVO_SUPPORT): Add configure.texi.
13380 (bfd-ilrt.tar.Z): Remove ancient rule.
13381
13382Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
13383
13384 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13385 pick up the machine and system specific header files.
13386
13387 * configure.in, config.sub: added new target m68010-adobe-scout,
13388 with alias of adobe68k. Changed configure.in to check for
13389 -scout before -sco* to avoid a false match.
13390
13391 * Makefile.in: added AS_FOR_TARGET, passed down in
13392 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13393 the C compiler to use to create programs which are run in the
13394 build environment, set it to default to $(CC), and passed it down
13395 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13396
13397Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
13398
13399 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13400 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
13401 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13402 FOR_TARGET variants, to newlib and libg++.
13403
13404Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
13405
13406 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13407 first.
13408
13409Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
13410
13411 * config.sub: Accept `elf' as an environment.
13412
13413Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13414
13415 * Makefile.in (all-opcodes): cd into the right directory
13416
13417Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
13418
13419 * configure: added -program_transform_name option, used as
13420 argument to sed when installing programs.
13421 configure.texi: added documentation for -program_prefix,
13422 -program_suffix and -program_transform_name.
13423
13424Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
13425
13426 * config.sub: Accept i486 where i386 ok.
13427
13428Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
13429
13430 * config.sub: accept we32k
13431
13432Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
13433
35590697 13434 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
13435
13436 * Makefile.in: don't create all directories for ``make install'';
13437 let the subdirectories create the ones they need.
13438
13439Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13440
80413487 13441 * COPYING: new file, GPL v2
252b5132
RH
13442
13443Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13444
13445 * Makefile.in: use the new gen-info-dir, which needs a template
13446 argument (which also lives in texinfo)
13447
13448 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13449
252b5132
RH
13450Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
13451
13452 * config.sub (ncr3000): Change i386 to i486.
13453
13454Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13455
13456 * Makefile.in: add install-rcs, install-grep to
13457 install-no-fixedincludes, removed install-bison and install-libgcc
13458
13459Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
13460
13461 * configure.in: grab the HPUX makefile fragment if on HPUX
13462
13463Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
13464
13465 * Makefile.in: eradicate bison spoor (ditto libgcc).
13466 configure.in: recognise m68{k,000}-ericsson-OSE.
13467 es1800 is alias for m68k-ericsson-OSE
13468
13469Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13470
13471 * configure.in: rearrange the parts that remove programs from
13472 configdirs, based now on HOST==TARGET or by canonical triple.
13473
13474Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13475
13476 * test-build.mk: recurse explicitly with -f test-build.mk when
13477 appropriate. predicate stage3 and comparison on the existence
13478 of gcc. That is, if gcc isn't around, we aren't three-staging.
13479 On very clean, also remove ...stamp-co. Build in-place before
13480 doing other builds.
13481
13482Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13483
13484 * Makefile.in, configure.in: add tgas
13485
13486Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13487
13488 * Makefile.in: a number of changes merged in from progressive.
13489
13490 * configure.in: add libm.
13491
13492 * .cvsignore: ignore some stuff that comes from test-build.mk.
13493
252b5132
RH
13494Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
13495
13496 * config.sub: Add es1800 (m68k-ericsson-es1800).
13497
13498Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
13499
13500 * configure: Add program_suffix (parallel to program_prefix)
13501 * Makefile.in: adjust directory-creating script for losing decstation
13502
13503Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
13504
13505 * configure: Minor $subdir-related fixes.
13506
13507Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13508
13509 * configure: fix various problems with propogating
13510 makefile_target_frag in subdirs.
13511 * configure.in: config libgcc if its there
13512
13513Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
13514
13515 * config.sub: HPPA merge.
13516
252b5132
RH
13517Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
13518
13519 * Makefile.in: Replace all-bison with all-byacc in all
13520 dependency lines for other tools (which now use byacc).
13521
13522Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
13523
13524 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
13525
252b5132
RH
13526Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
13527
13528 * Makefile.in: make gprof rules similar to byacc rules (instead of
13529 vestigal $(unsubdir) that didn't work...)
13530
13531Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
13532
13533 * config.sub: Add support for Linux.
13534 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
13535 (at least for libg++).
13536
13537Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13538
13539 * configure.texi: fix doc for the -nfp option to configure
13540
13541Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
13542
13543 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
13544
13545Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
13546
13547 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
13548 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
13549 * configure.in: added solaris* host_makefile_frag hook.
13550
13551Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13552
13553 * config.sub: changed recognition of m68000 so that various
13554 m68k types can be specified via m680[01234]0
13555
13556Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13557
13558 * config.sub (basic_machine): fix sed so that '-foo' isn't
13559 completely substituted out while .+'-foo' loses the '-foo'
13560
13561Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
13562
13563 * config.sub ($os): Add -aout.
13564
13565Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
13566
13567 * configure: If host_makefile_frag is absolute, don't
13568 prefix ${invsubdir} (relevant to libg++ auto-configure).
13569
13570Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
13571
13572 * Makefile.in (tooldir): Define it.
13573 (all-ld): Depend on all-flex.
13574
13575Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
13576
13577 * Makefile.in (check): Fix libg++ special case.
13578
13579Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
13580
13581 * configure: do not bury `pwd` into config.status, thus do fewer
13582 pwd's.
13583
13584 * configure: print the "Building in" message only when building in
13585 other than "." AND verbose.
13586
13587 * configure: remove -s, rework -v to better accomodate guested
13588 configures.
13589
13590 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
13591
13592Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
13593
13594 * Makefile.in: macroize flags passed on recursion. remove
13595 fileutils.
13596
13597Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
13598
13599 * configure: get makesrcdir right for subdirs deeper than 1.
13600
13601 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
13602 install.
13603
13604Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
13605
13606 * Makefile.in: don't print subdir_do or recursion lines.
13607
13608Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
13609
13610 * standards.texi: added menu item.
13611
13612 * Makefile.in: build and install standards.info.
13613
13614 * standards.texi: new file.
13615
13616Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13617
13618 * configure: test for and move config.status pieces from
13619 ${subdir}/.
13620
13621Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
13622
252b5132
RH
13623 * configure: Test for existance of files before trying to mv
13624 them, to avoid numerous non-existance messages.
13625
13626Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
13627
13628 * configure: correct final line of config.status.
13629
13630 * configure: patch from eggert. Avoids a protection problem if
13631 the original Makefile.in is read only.
13632
13633 * configure: use move-if-change from gcc to create config.status.
13634 Some makefiles depend on config.status to tell if a directory
13635 has been reconfigured for a different host. This change
13636 prevents those directories from remaking everything in the case
13637 where the reconfig was only intended to rebuild a Makefile.
13638
13639 * configure: test for config.sub with "config.sub sun4" rather
13640 than "config.sub ${host_alias}". Otherwise we can't tell a bad
13641 host alias from a missing config.sub.
13642
13643Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13644
13645 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
13646 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
13647
13648Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
13649
13650 * configure: mkdir ${subdir} as needed.
13651
13652Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
13653
13654 * Makefile.in,configure.in: added autoconf.
13655
13656Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13657
13658 * Makefile.in: no longer pass against on recursion.
13659
13660 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
13661 definitions are not inherited.
13662
13663 * configure: correct makesrcdir when subdir is .
13664
13665Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
13666
13667 * configure: Add support for 'subdirs' variable, which is
13668 like 'configdirs', except that configure doesn't re-invoke
13669 itself for subdirs, it just creates a Makefile for each subdir.
13670 * configure.texi: Document subdirs.
13671
13672Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13673
13674 * configure.in: added flex to configdirs
13675
13676Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
13677
13678 * Makefile.in: remove clean-stamps from clean.
13679
13680Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
13681
13682 * configure.in: Add gdbtest to configdirs.
13683
13684Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
13685
13686 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
13687 to recursive makes.
13688 * configure.in: Recognize new ncr3000 config.
13689
13690Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
13691
13692 * Makefile.in, configure.in: removed references to gdbm.
13693
13694Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
13695
13696 * config.sub: Don't canonicalize os value
13697 newsos* to bsd (readline needs to check for newsos).
13698 (This fix was earlier made Jan 31, but got re-broken.)
13699
13700Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
13701
13702 * configure.in: sco is an os, not a vendor!
13703
13704 * configure: Quote $( better. Keep various shells happy.
13705
13706Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
13707
13708 * Makefile.in: eliminate stamp-files.
13709
13710Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
13711
13712 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
13713 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
13714
13715Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
13716
13717 * config.sub: fix iris/iris3.
13718
13719Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
13720
13721 * configure: re-add -rm.
13722
13723Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
13724
13725 * Maskefile.in: add .stmp-rcs to all.
13726
13727 * configure.in: remove gas from rs6000 build, use aix host fragment.
13728
13729Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
13730
13731 * configure: pass down site_option during recursion.
13732
13733Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
13734
13735 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
13736
13737Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
13738
13739 * configure: Change exec_prefix so that it really defaults to prefix.
13740
13741Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
13742
13743 * Makefile.in, configure.in: Add support for mmalloc library.
13744
13745Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
13746
13747 * Makefile.in: add stmp dependencies for a few more things.
13748
13749Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
13750
13751 * configure: adjusted error message on objdir/srcdir configure
13752 collision, per john's suggestion.
13753
13754 * Makefile.in: add libiberty stmp to all and all.cross.
13755
13756Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
13757
13758 * Makefile.in: remove force dependencies, add grep to all.
13759
13760Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
13761
13762 * Makefile.in: drop flex. make stamp files work.
13763
13764 * configure: added test for conflicting configuration in srcdir,
13765 remove trailing slashes from srcdir. Otherwise emacs gdb mode
13766 gets cranky. use relative paths for configure and srcdir
13767 whenever possible. Send some error messages to stderr that were
13768 going to stdout.
13769
13770Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
13771
13772 * Makefile.in: Fix libg++ rule to check for gcc directory
13773 before using gcc/gcc. Also pass XTRAFLAGS.
13774
13775Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
13776
13777 * Makefile.in: added stmp-files so that directories aren't polled
13778 when they are already built.
13779
13780 * configure.texi: fixed a node pointer problem.
13781
13782Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
13783
4bddf3ad 13784 * config.sub configure.in gdb/configure.in
252b5132
RH
13785 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
13786 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
13787 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
13788
13789Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13790
13791 * configure: -recurring becomes -silent. corrected help message
13792 for -site= option.
13793
13794 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13795
13796Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13797
13798 * configure: when building Makefile for crosses, replace
13799 tooldir and program_prefix. default srcdir from location of
13800 config.sub. remove "for host in hosts" and "for target in
13801 targets" loops.
13802
13803Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13804
13805 * Makefile.in: Do not pass bindir or mandir to cvs.
13806
13807Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13808
13809 * Makefile.in, configure.in: removed traces of namesubdir,
13810 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13811 copyrights to '92, changed some from Cygnus to FSF.
13812
13813 * configure.texi: remove most references to multiple hosts,
13814 multiple targets, subdirs, etc.
13815
13816 * configure.man: removed rcsid. reference config.sub not
13817 config.subr.
13818
13819 * Makefile.in: mkdir $(infodir) on install-info.
13820
13821Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
13822
13823 * configure.texi: Explain better about .gdbinit and about
13824 the environment that configure.in sections run in.
13825
13826Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
13827
13828 * configure.in: Ultrix is only a decstation if it's a MIPS.
13829
13830Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
13831
13832 * README: DOC.configure => cfg-paper.texi.
13833
13834Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
13835
13836 * config.sub (near case $os): Don't convert newsos* to bsd!
13837
13838Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
13839
13840 * Makefile.in: Reinstall change from gdb-4.3 that reduces
13841 the number of copies of COPYING that go into the GDB tar file.
13842
13843Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
13844
4bddf3ad 13845 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
13846 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
13847 Fix SCO configuration stuff.
13848
13849Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
13850
13851 * Makefile.in: For libg++, make sure the -I pointing
13852 to the gcc directory goes *after* all the libg++-local -I flags.
13853 Also, move just-gcc dependency from just-libg++ to all-libg++.
13854
13855Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
13856
13857 * configure: Change -x to -f to keep Ultrix /bin/test happy.
13858
13859Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
13860
13861 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
13862
13863Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
13864
13865 * config.sub: Add stratus configuration frags. Also
13866 submitted to FSF.
13867
13868Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
13869
13870 * Makefile.in (DEV_SUPPORT): add configure.man.
13871
13872 * config.sub(Decode manufacturer-specific): add -none*.
13873
13874Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
13875
13876 * Makefile.in: remove form feeds to make Sun's make happy.
13877 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
13878
13879Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
13880
13881 * Makefile.in (AR_FLAGS): Make quieter.
13882
13883Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
13884
13885 * configure.in: Add libg++.
13886 * configure: When verbose, don't output the command line at each
13887 level; it will be unremarkably the same as the previous version,
13888 which will be the same as what the user typed.
13889
13890Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
13891
13892 * configure.in, Makefile.in: fix clean-info, add flex. add
13893 fileutils.
13894
13895 * configure: be less sensitive to spaces in Makefile.in. Do not
13896 look for sources in "..". Doing so breaks subdirectories that
13897 might have their own configure. If a subdir has it's own
13898 configure script, use it.
13899
13900Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
13901
13902 * cfg-paper.texi: some changes suggested by rms.
13903
13904Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
13905
13906 * config.sub: Merge in some small additions from the FSF version,
13907 taken from the gcc distribution, to bring the Cygnus and FSF
13908 versions into closer sync.
13909
13910Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
13911
13912 * configure.in: Changed svr4 references to sysv4.
13913
13914Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
13915
13916 * configure: added -V for version number option.
13917
13918Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
13919
13920 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
13921 renamed from DOC.configure to cfg-paper.texi.
13922
13923Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13924
13925 * configure, config.subr, config.sub: config.subr is now
13926 config.sub again.
13927
13928Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
13929
13930 * configure.texi: new file, in progress.
13931
13932 * Makefile.in: build info file and install the man page for
13933 configure.
13934
13935 * configure.man: new file, first cut.
13936
13937 * configure: find config.subr again now that configuration "none"
13938 has gone. removed all traces of the -ansi option. removed all
13939 traces of the -languages option.
13940
13941 * config.subr: resync from rms.
13942
d932cae7 139431991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13944
13945 * configure, config.sub, config.subr: merge config.sub into
13946 config.subr, call the result config.subr, remove config.sub, use
13947 config.subr.
13948
13949 * Makefile.in: revised install for dir.info.
13950
d932cae7 139511991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13952
13953 * configure.in: add decstation host makefile frag.
13954
13955 * Makefile.in: BISON now bison -y again. also install-gcc on
13956 install. clean-gdbm on clean. infodir belongs in datadir.
13957 Make directories for info install. Build dir.info here then
13958 install it.
13959
d932cae7 139601991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13961
13962 * Makefile.in: fix for bad directory tests.
13963
d932cae7 139641991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13965
13966 * configure: \{1,2\} appears to be a sysv'ism. Use a different
13967 regexp. -srcdir relative was being handled incorrectly.
13968
13969 * Makefile.in: unwrapped some for loops so that parallel makes
13970 work again and so one can focus one's attention on a particular
13971 package.
13972
d932cae7 139731991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13974
13975 * configure: added PWD as a stand in for `pwd` (for speed). use
13976 elif wherever possible. make -srcdir work without -objdir.
13977 -objdir= commented out.
13978
d932cae7 139791991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13980
13981 * configure: +options become --options. -subdirs commented out.
13982 added -host, -datadir. Renamed -destdir to -prefix. Comment in
13983 Makefile now at top of generated Makefile. Removed cvs log
13984 entries. added -srcdir. create .gdbinit only if there is one
13985 in ${srcdir}.
13986
13987 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13988 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13989 and mandir now keyed off datadir by default.
13990
d932cae7 139911991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
13992
13993 * Freshly created ChangeLog.
13994
13995\f
13996Local Variables:
13997mode: change-log
13998left-margin: 8
13999fill-column: 76
14000version-control: never
14001End:
This page took 1.11569 seconds and 4 git commands to generate.