]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
* configure.ac (*-*-sysv4*): Don't enable libgomp.
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
1f111696
JM
12011-04-01 Joseph Myers <joseph@codesourcery.com>
2
3 * configure.ac (*-*-sysv4*): Don't enable libgomp.
4 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
6 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
7 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
8 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
9 md_exec_prefix cases.
10 * configure: Regenerate.
11
065a5627
JM
122011-04-01 Joseph Myers <joseph@codesourcery.com>
13
14 * configure.ac: Separate cases disabling target-libssp,
15 target-libiberty, target-libstdc++-v3 and Fortran from general
16 case over targets.
17 * configure: Regenerate.
18
b2f14e4a
JM
192011-04-01 Joseph Myers <joseph@codesourcery.com>
20
21 * configure.ac (*-*-chorusos): Don't disable libgcj.
22 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
23 Remove case.
24 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
25 (arm-*-coff): Don't disable libgcj.
26 (arm*-*-linux-gnueabi): Remove useless assignment.
27 (arm-*-riscix*): Don't disable libgcj.
28 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
29 configuration.
30 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
31 (c54x*-*-*): Remove case.
32 (tic54x-*-*): Don't disable GCC or GCC libraries.
33 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
34 to *.
35 (d10v-*-*): Don't disable GCC libraries.
36 (d30v-*-*): Don't disable libgcj.
37 (h8500-*-*): Don't disable GCC libraries.
38 (i960-*-*): Don't disable libgcj.
39 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
40 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
41 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
42 libgcj.
43 (m68k-*-coff*): Remove case.
44 (mmix-*-*): Don't disable libgloss on host.
45 (mn10200-*-*, mn10300-*-*): Remove cases.
46 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
47 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
48 Don't disable libgcj.
49 (romp-*-*): Remove case.
50 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
51 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
52 case.
53 (v810-*-*): Don't disable GCC libraries.
54 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
55 (ip2k-*-*): Don't disable GCC libraries.
56 * configure: Regenerate.
57
6a608608
JM
582011-03-28 Joseph Myers <joseph@codesourcery.com>
59
60 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
61 libffi on host.
62 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
63 on host.
64 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
65 * configure: Regenerate.
66
5b806d27
NC
672011-03-26 John Marino <binutils@marino.st>
68
69 * configure.ac: Add support for *-*-dragonfly*
70 * configure: Regenerate.
71
0377a422
JM
722011-03-25 Joseph Myers <joseph@codesourcery.com>
73
74 * configure.ac (native_only): Remove.
75 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
76 send-pr uudecode guile gnuserv on host.
77 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
78 send-pr rcs guile perl texinfo libtool on host.
79 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
80 automake send-pr rcs guile perl texinfo libtool on host.
81 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
82 (*-*-kaos*): Don't disable target-examples target-gperf on target.
83 (alpha*-dec-osf*): Don't disable fileutils on target.
84 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
85 texinfo send-pr expect dejagnu on target.
86 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
87 target-qthreads on target.
88 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
89 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
90 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
91 x86_64-*-mingw*): Don't disable expect on target.
92 (*-*-cygwin*): Don't disable target-gperf on target.
93 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
94 gnuserv on target.
95 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
96 target.
97 * configure: Regenerate.
98
2354b38b
JM
992011-03-25 Joseph Myers <joseph@codesourcery.com>
100
101 * configure.ac (target_tools): Remove target-groff.
102 (native_only): Remove target-groff.
103 (hppa*64*-*-*): Don't disable byacc.
104 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
105 setting.
106 (*-*-kaos*): Don't skip target-librx and target-groff.
107 (*-*-netware*): Don't skip target-libmudflap.
108 (*-*-tpf*): Don't skip target-libmudflap.
109 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
110 directories on the host.
111 (ia64*-*-*vms*): Don't skip tix.
112 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
113 host.
114 * configure: Regenerate.
115
28d9b232
PB
1162011-03-24 Paolo Bonzini <pbonzini@redhat.com>
117
118 * configure.ac: Remove references to mt-mep, mt-netware,
119 mt-wince.
120 * Makefile.def: Add all-utils soft dependencies.
121 * Makefile.tpl: Remove GDB_NLM_DEPS.
122 * configure: Regenerate.
123 * Makefile.in: Regenerate.
124
dbbe5f95
PB
1252011-03-24 Paolo Bonzini <bonzini@gnu.org>
126
127 Sync from GCC:
128
129 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
130
131 * configure.ac: Do not include mh-x86omitfp.
132 * configure: Regenerate.
133
134 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
135
136 * configure.ac: Remove empty cases.
137 * configure: Regenerate.
138
139 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
140
141 * Makefile.def: Add dependency from termcap to gdb.
142 * Makefile.in: Regenerate.
143
144 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
145
146 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
147 * configure: Regenerate.
148 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
149 * Makefile.tpl: Likewise.
150 * Makefile.in: Regenerate.
151
152 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
153
154 * configure.ac: Remove all mentions of tentative_cc.
155 * configure: Regenerate.
156
157 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
158
159 PR lto/48086
160 * configure.ac: Re-enable LTO on *-apple-darwin9.
161 * configure: Regenerate.
162
3516a403
JM
1632011-03-24 Joseph Myers <joseph@codesourcery.com>
164
165 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
166 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
167 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
168 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
169 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
170 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
171 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
172 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
173 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
174 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
175 *-*-rhapsody*): Remove host cases.
176 * configure: Regenerate.
177
93cc359e
JM
1782011-03-24 Joseph Myers <joseph@codesourcery.com>
179
180 * configure.ac (ppc*-*-pe): Remove host case.
181 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
182 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
183 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
184 cases.
185 * configure: Regenerate.
186
29b2c556
JM
1872011-03-24 Joseph Myers <joseph@codesourcery.com>
188
189 * config.sub: Update to version 2011-03-23.
190
f0ff0f90
JM
1912011-03-22 Joseph Myers <joseph@codesourcery.com>
192
193 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
194 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
195 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
196 * configure: Regenerate.
197
782cb41f
JM
1982011-03-22 Joseph Myers <joseph@codesourcery.com>
199
200 * config-ml.in: Don't handle arc-*-elf*.
201 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
202 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
203 handle GCC libraries.
204 * configure: Regenerate.
205
0e8ad34f
RO
2062011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
207
208 PR bootstrap/48120:
209 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
210 Add -lstdc++ -lm to LIBS.
211 * configure: Regenerate.
212
5548b4ce
DE
2132011-03-18 David Edelsohn <dje.gcc@gmail.com>
214
215 * config.guess: Update to version 2011-02-02
216 * config.sub: Update to version 2011-02-24
217
86ed8cf6
SP
2182011-03-03 Sebastian Pop <sebastian.pop@amd.com>
219
220 * configure.ac: Adjust test of with_ppl.
221 * configure: Regenerated.
222
b123da99
SP
2232011-03-02 Sebastian Pop <sebastian.pop@amd.com>
224
225 * configure.ac: Add -lpwl to ppllibs.
226 * config/cloog.m4: Add -lisl to clooglibs.
227 * configure: Regenerated.
228
822ce8ee
RW
2292011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
230
231 Import from Libtool and gnulib:
232
233 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
234
235 Prepare for supporting FreeBSD 10.
236 * config.rpath: Remove handling of freebsd1* which soon would
237 match FreeBSD 10.0.
238
239 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
240
241 Remove support for FreeBSD 1.x.
242 * libtool.m4 (_LT_LINKER_SHLIBS)
243 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
244 soon would incorrectly match FreeBSD 10.0.
245
dcb5e506
RW
2462011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
247
248 PR binutils/12283
249 * MAINTAINERS (mkinstalldirs): Comes from Automake.
250 (move-if-change): Comes from gnulib.
251 * move-if-change: Import version from gnulib.
252
8d8eef9a
RW
2532011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
254
255 Sync from GCC:
256
257 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
258
259 PR lto/47225
260 * Makefile.def (lto-plugin): Double dash for enable-shared.
261 (configure-gcc): Depend on all-lto-plugin.
262 * Makefile.in: Rebuilt.
263
264 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
265
266 * configure.ac: Remove extra bracket.
267 * configure: Regenerate.
268
269 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
270
271 PR lto/47225
272 * Makefile.def: Add dependency for install-gcc
273 on install-lto-plugin.
274 * Makfile.in: Regenerated
275
276 2011-01-25 Jakub Jelinek <jakub@redhat.com>
277
278 * configure.ac: If with_ppl is no, move setting with_cloog=no
279 after CLOOG_REQUESTED check.
280 * configure: Regenerated.
281
282 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
283
284 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
285 CLooG has been requested.
286 * configure: Regenerated.
287
288 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
289
290 * configure: Regenerated.
291 * configure.ac: Check for version 0.11 (or later revision) of PPL.
292
293 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
294
295 * configure: Regenerated.
296 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
297
298 2011-01-07 Jan Hubicka <jh@suse.cz>
299
300 PR lto/47225
301 * Makefile.in: Regenerate.
302 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
303 configure.
304
65b4571a
AO
3052011-01-31 Alexandre Oliva <aoliva@redhat.com>
306
307 PR libgcj/44341
308 * configure.ac: Discard --with-* flags for host when configuring
309 target libraries for cross build.
310 * configure: Rebuilt.
311
7837304f
AS
3122011-01-21 Andreas Schwab <schwab@redhat.com>
313
314 Sync from GCC:
315
316 2011-01-21 Andreas Schwab <schwab@redhat.com>
317
318 * configure.ac: Use AS_HELP_STRING throughout.
319 * configure: Regenerate.
320
321 2011-01-18 Jie Zhang <jie.zhang@analog.com>
322
323 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
324 * configure: Regenerate.
325
115ef890
RW
3262010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
327
328 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
329
92c9a463
JB
3302011-01-13 Joel Brobecker <brobecker@adacore.com>
331
332 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
333 for ia64-hpux.
334 * configure: Regenerate.
335
887ebfb4
RW
3362011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
337
338 Sync from GCC:
339 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
340
341 * configure.ac: (picochip): Disable libiberty.
342 * configure: Regenerate.
343
04d2c2b2
JJ
3442010-12-18 Jeff Johnston <jjohnstn@redhat.com>
345
346 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
347
33d23ee8
ILT
3482010-12-10 Ian Lance Taylor <iant@google.com>
349
350 PR bootstrap/46819
351 * configure.ac: For --disable-libgcj clear libgcj_saved.
352 * configure: Rebuild.
353
89a1e9c3
PB
3542010-12-10 Tobias Burnus <burnus@net-b.de>
355
356 PR fortran/46540
357 * configure.ac: Add --disable-libquadmath and
358 --disable-libquadmath-support.
359 * configure: Regenerate.
360
ac7bcd26
TG
3612010-12-10 Tristan Gingold <gingold@adacore.com>
362
363 * src-release (ETC_SUPPORT): add gnu-oids.texi
364
d357cef7
HPN
3652010-12-03 Hans-Peter Nilsson <hp@axis.com>
366
367 PR libffi/46792
368 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
369 * configure: Regenerate.
370
4f11b223
ILT
3712010-12-02 Ian Lance Taylor <iant@google.com>
372
373 * configure.ac: Always set default for poststage1_ldflags to
374 -static-libstdc++ -static-libgcc.
375
989abc33
JJ
3762010-12-02 Jeff Johnston <jjohnstn@redhat.com>
377
378 * COPYING.NEWLIB: Add National Semiconductor notice.
379
950386c6
AS
3802010-11-29 Andreas Schwab <schwab@redhat.com>
381
382 * configure.ac: Move comment to remove extra space in last argument
383 of GCC_TARGET_TOOL.
384
87cda2cf
AO
3852010-11-26 Alexandre Oliva <aoliva@redhat.com>
386
7d509c83 387 PR other/46026
87cda2cf
AO
388 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
389 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
390 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
391 (BASE_FLAGS_TO_PASS): Use it.
392 * configure: Rebuilt.
393 * Makefile.in: Rebuilt.
394
d3b50760
L
3952010-11-23 H.J. Lu <hongjiu.lu@intel.com>
396
397 PR binutils/12258
398 * configure.ac: Correct comments for --enable-gold/--enable-ld.
399 Properly check default linker.
400 * configure: Regnerated.
401
c7791212
NC
4022010-11-23 Matthias Klose <doko@ubuntu.com>
403
404 * configure.ac: For --enable-gold, handle value `default' instead of
405 `both*'. New configure option --{en,dis}able-ld.
406 * configure: Regenerate.
407
9e1a94f4
ILT
4082010-11-20 Ian Lance Taylor <iant@google.com>
409
410 * configure.ac: Only disable a language library if no language needs
411 it. Don't let --disable-libgcj uncondtionally disable libffi.
412 * configure: Rebuild.
413
ceca0218
PB
4142010-11-20 Paolo Bonzini <bonzini@gnu.org>
415
416 * configure: Regenerate.
417
9b980aa1
RW
4182010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
419
420 PR other/46202
421 * configure.ac: Fix just-built in-tree STRIP name to be
422 binutils/strip-new.
423 * configure: Regenerate.
424 * Makefile.def (install-strip-gcc, install-strip-binutils)
425 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
426 (install-strip-sid): Mirror dependencies on non-strip variants
427 of these targets on the respective -strip prerequisites.
428 * Makefile.tpl (install-strip, install-strip-host)
429 (install-strip-target): New targets.
430 (install-strip-[+module+], install-strip-target-[+module+]):
431 New targets.
432 * Makefile.in: Regenerate.
433
e552509b
ILT
4342010-11-19 Ian Lance Taylor <iant@google.com>
435 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
436
437 * configure.ac: Add target-libgo to target_libraries. Set
438 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
439 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
440 (HOST_EXPORTS): Add GOC.
441 (BASE_TARGET_EXPORTS): Add GOC.
442 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
443 (GOCFLAGS_FOR_TARGET): New variable.
444 (EXTRA_HOST_FLAGS): Add GOC.
445 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
446 * Makefile.def (target_modules): Add libgo.
447 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
448 (dependencies): Add dependency from configure-target-libgo to
449 configure-target-libffi and all-target-libstdc++-v3. Add
450 dependencies from all-target-libgo to all-target-libffi.
451 (languages): Add go.
452 * configure: Rebuild.
453 * Makefile.in: Rebuild.
454
4552010-11-19 Ian Lance Taylor <iant@google.com>
456
457 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
458 compiler/flag environment variables.
459
4602010-11-18 Ian Lance Taylor <iant@google.com>
461
462 * configure.ac: Check for lang_requires_boot_languages in
463 config-lang.in files.
464 * configure: Rebuild.
465
8c21d9c7
MF
4662010-11-17 Mike Frysinger <vapier@gentoo.org>
467
468 * .gitignore: New file.
469
e552509b
ILT
4702010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
471 Tobias Burnus <burnus@net-b.de>
472
473 PR fortran/32049
474 * Makefile.def: Add libquadmath; build it with language=fortran.
475 * configure.ac: Add libquadmath.
476 * Makefile.tpl: Handle multiple libs in check-[+language+].
477 * Makefile.in: Regenerate.
478 * configure: Regenerate.
479
4802010-11-15 Andreas Schwab <schwab@redhat.com>
481
482 * configure.ac: Fix spelling in option names.
483 * configure: Regenerated.
484
4852010-11-13 Georg-Johann Lay <georgjohann@web.de>
486
487 PR bootstrap/39622
488 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
489 * configure: Regenerated.
490
4912010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
492
493 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
494 define the cloog backend to use. Furthermore, only pass the ppllibs to
495 the configure checks, if necessary.
496 * configure: Regenerate.
497
4982010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
499
500 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
501 * configure: regenerate
502
5032010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
504
505 * config/cloog.m4: Fix typo. verison -> version.
506 * configure: Regenerate.
507
5082010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
509
510 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
511 * configure: Regenerate.
512
5132010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
514
515 * configure.ac: Support official CLooG.org versions.
516 * configure: Regenerate.
517 * config/cloog.m4: New.
518
aa291e2d
ME
5192010-11-05 Michael Eager <eager@eagercon.com>
520
521 * COPYING.LIBGLOSS: Correct typo in microblaze.
522 * COPYING.NEWLIB: Same.
523
e552509b
ILT
5242010-11-04 Iain Sandoe <iains@gcc.gnu.org>
525
526 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
527 * configure: Regenerate.
528
74cea91b
DK
5292010-11-03 Ian Lance Taylor <iant@google.com>
530 Dave Korn <dave.korn.cygwin@gmail.com>
531
532 PR lto/46273
533 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
534 and on other supported platforms whenever LTO is enabled.
535 * configure: Rebuild.
536
6d0cd39e
AM
5372010-11-02 Alan Modra <amodra@gmail.com>
538
539 PR binutils/12110
540 * configure.ac: Error when source path contains spaces.
541 * configure: Regenerate.
542
18a8530e
ILT
5432010-10-20 Ian Lance Taylor <iant@google.com>
544
545 * Makefile.def (target_modules): Set lib_path to src/.libs for
546 libstdc++-v3 module.
547 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
548 * Makefile.in: Rebuild.
549
6ed3211e
JJ
5502010-10-08 Bernd Schmidt <bernds@codesourcery.com>
551 Joseph Myers <joseph@codesourcery.com>
552
553 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
554 notices.
555 * COPYING.NEWLIB: Add Texas Instruments notice.
556
a8eb3f0a
DK
5572010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
558
559 * configure.ac (build_lto_plugin): New shell variable.
560 (--enable-lto): Turn on by default for all non-ELF platforms that
561 have had LTO support added so far. Set build_lto_plugin appropriately
562 for both ELF and non-ELF.
563 (configdirs): Add lto-plugin or not based on build_lto_plugin.
564 * configure: Regenerate.
565
4074d5f2
RW
5662010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
567
568 PR bootstrap/45326
569 PR bootstrap/45174
570 * configure.ac: Honor initial values of $build_configargs,
571 $host_configargs, $target_configargs. Mark the precious, so
572 environment settings get recorded.
573 * configure: Regenerate.
574
29821356
RW
5752010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
576
577 Sync from GCC:
578
579 2010-09-30 Michael Eager <eager@eagercon.com>
580
581 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
582 * configure: Regenerate.
583
584 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
585
586 * configure.ac (enable-lto): Add Darwin to the list of supported lto
587 targets and amend comment.
588 * configure: Regenerate.
589
590 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
591
592 * configure.ac: Enable LTO by default on Darwin.
593 * configure: Regenerate.
594
595 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
596
597 PR bootstrap/44455
598 * configure.ac (extra_mpfr_configure_flags): Copy from
599 extra_mpc_gmp_configure_flags.
600 * configure: Re-generated.
601
57eefe4d
RW
6022010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
603
604 Sync from GCC:
605
606 PR bootstrap/45796
607 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
608 Depend on all-build-libiberty.
609 * Makefile.in: Regenerate.
610
6112010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
612
613 Sync from GCC:
614
615 PR bootstrap/44621
616 * configure.ac: Fix unportable shell quoting.
617 * configure: Regenerate.
618
48bb73dd
RW
6192010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
620
621 * configure.ac: Support all v850 targets.
622 * configure: Regenerate.
623
1d14850f
PB
6242010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
625
626 PR target/44862
627 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
628 Provide -B option to allow for link spec %s substitutions for
629 libstdc++.a on darwin.
630 * Makefile.in: Regenerate.
631
7530c480
AO
6322010-06-10 Alexandre Oliva <aoliva@redhat.com>
633
634 * Makefile.def (configure-gcc): Depend on all-libelf.
635 * Makefile.in: Rebuild.
636
285d560d
RW
6372010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
638
639 * config.sub, config.guess: Update from upstream sources.
640
a009f2e7
RW
6412010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
642
643 Sync from GCC:
644
645 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
646 * configure.ac: Allow all the versions greater than 0.10 of PPL.
647 * configure: Regenerated.
648
649 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
650 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
651 * configure: Regenerate.
652
653 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
654 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
655 * configure: Regenerate.
656
657 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
658 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
659 separately.
660 * configure: Regenerate.
661
662 2010-04-13 Steve Ellcey <sje@cup.hp.com>
663 * configure: Regenerate after change to elf.m4.
664
665 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
666 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
667 * configure: Regenerated.
668
669 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
670 * configure.ac: Print "buggy but acceptable" when CLooG
671 revision is less than 9.
672 * configure: Regenerated.
673
e49e5c92
DK
6742010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
675
676 Merge from gcc:
677
678 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
679 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
680 * configure: Regenerate.
681
682 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
683 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
684 a platform that supports LTO.
685 * configure: Regenerate.
686
687 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
688 PR lto/42776
689 * configure.ac (--enable-lto): Refactor handling so libelf tests
690 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
691 and allow LTO to be explicitly enabled on non-ELF platforms that
692 are known to support it inside else-clause.
693 * configure: Regenerate.
694
e6de499b
NC
6952010-04-27 Roland McGrath <roland@redhat.com>
696 H.J. Lu <hongjiu.lu@intel.com>
697
698 * configure.ac (--enable-gold): Support both, both/gold and
699 both/bfd to add gold to configdirs without removing ld.
700 * configure: Regenerated.
701
702 * Makefile.def: Add install-gold dependency to install-ld.
703 * Makefile.in: Regenerated.
704
d594eacc
TG
7052010-04-14 Tristan Gingold <gingold@adacore.com>
706
707 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
708 * configure: Regenerate.
709
938d2b74
RW
7102010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
711
712 Merge from gcc:
713 PR bootstrap/43615
714 PR bootstrap/43328
715 Revert:
716 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
717 * configure.ac: Do not pass --enable-multilib nor
718 --disable-multilib in baseargs. Accept explicitly passed
719 --enable_multilib.
720 * configure: Regenerate.
721
a9ef41a7
RW
7222010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
723
724 PR bootstrap/43328
725 * configure.ac: Do not pass --enable-multilib nor
726 --disable-multilib in baseargs. Accept explicitly passed
727 --enable_multilib.
728 * configure: Regenerate.
729
619a3713
JM
7302010-03-23 Joseph Myers <joseph@codesourcery.com>
731
732 * configure.ac (tic6x-*-*): New case.
733 * configure: Regenerate.
734
92f4e989
JM
7352010-03-23 Joseph Myers <joseph@codesourcery.com>
736
737 Merge from gcc:
738 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
739 PR ada/42554
740 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
741 * configure: Regenerate.
742
c35a0556
JM
7432010-03-23 Joseph Myers <joseph@codesourcery.com>
744
745 * config.sub: Update to version 2010-03-22.
746 * config.guess: Update to version 2009-12-30.
747
18fa8f9c
JM
7482010-03-14 Joseph Myers <joseph@codesourcery.com>
749
750 Merge from gcc:
751 2010-01-11 Richard Guenther <rguenther@suse.de>
752 PR lto/41569
753 * Makefile.def (all-lto-plugin): Depend on all-gcc.
754 * Makefile.in: Regenerated.
755
ba98da75
RO
7562010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
757
758 PR libstdc++/32499
759 * configure.ac (RANLIB): Default to true.
760 (STRIP): Likewise.
761 (RANLIB_FOR_TARGET): Remove superfluous : argument.
762 * configure: Regenerate.
763
3994761f
NC
7642010-02-17 Nick Clifton <nickc@redhat.com>
765
766 PR 11238
767 * Makefile.tpl (local-distclean): Also remove config.cache files in
768 sub-directories as there may not be Makefiles present in the
769 sub-directories.
792cdb50
NC
770 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
771 the config.cache files found by the find command.
772
3994761f
NC
773 * Makefile.in: Regenerate.
774 * configure.ac: Revert previous delta.
775 * configure: Regenerate.
776
01a82011
NC
7772010-02-15 Nick Clifton <nickc@redhat.com>
778
779 PR 11238
780 * configure.ac: Delete config.cache files in sub-directories when
781 deleting Makefiles.
782 * configure: Regenerate.
783
143754cd
NC
7842010-02-15 Nick Clifton <nickc@redhat.com>
785
786 * configure.ac: Sync from gcc.
787 * configure: Regenerate.
788
a6b5846e
KG
7892010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
790
791 Sync from gcc:
792 * configure.ac: Add "recommended" version checks for GMP/MPC.
793 Update recommended GMP/MPFR/MPC versions.
794 * configure: Regenerate.
795
2aa2364a
JR
7962010-01-25 Joern Rennecke <amylaar@spamcop.net>
797
798 gcc PR libstdc++/36101, gcc PR libstdc++/42813
799 * configure.ac (bootstrap_target_libs): Make inclusion of
800 target-libgomp conditional on libgomb being in target_configdirs.
801 * configure: Regenerate.
802
d35e937f
JR
8032010-01-23 Joern Rennecke <amylaar@spamcop.net>
804
805 gcc PR libstdc++/36101, gcc PR libstdc++/42813
806 * configure.ac (bootstrap_target_libs): Include target-libgomp.
807 * configure: Regenerate.
808
911e63d0
JR
8092010-01-22 Joern Rennecke <amylaar@spamcop.net>
810
811 gcc PR libstdc++/36101, gcc PR libstdc++/42813
812 * configure.ac (target_configdirs): Substitute.
813 * Makefile.def: Bootstrap target module libgomp.
814 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
815 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
816 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
817 * configure, Makefile.in: Regenerate.
818
3725885a
RW
8192009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
820
821 * libtool.m4: Sync from git Libtool.
822 * ltmain.sh: Likewise.
823 * ltoptions.m4: Likewise.
824 * ltversion.m4: Likewise.
825 * lt~obsolete.m4: Likewise.
826
d5f2ee2e
KG
8272010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
828 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
829
830 PR bootstrap/42424
831 * configure.ac: Include libtool m4 files.
832 (_LT_CHECK_OBJDIR): Call it.
833 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
834 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 835
d5f2ee2e
KG
836 * configure: Regenerate.
837
f2b2dd91
RW
8382010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
839
840 PR bootstrap/41818
841 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
842 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
843 * Makefile.in: Regenerate.
844
06ca7962
BE
8452009-12-18 Ben Elliston <bje@au.ibm.com>
846
847 * config.sub, config.guess: Update from upstream sources.
848
30a16d7b
JJ
8492009-12-17 Jeff Johnston <jjohnstn@redhat.com>
850
851 * COPYING.NEWLIB: Update copyright date.
852 * COPYING.LIBGLOSS: Ditto.
853
d9b76ff9
KG
8542009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
855
856 PR middle-end/30447
857 PR middle-end/30789
858 PR other/40302
859
860 * configure.ac: Require MPC.
861 * configure: Regenerate.
862
863 * configure.ac: Update minimum MPC version to 0.8.
864 * configure: Regenerate.
865
e12dec02
PB
8662009-11-20 Paolo Bonzini <bonzini@gnu.org>
867
868 * config.guess: Sync with upstream and gcc.
869 * config.sub: Sync with upstream and gcc.
870
606a9ca0
AO
8712009-11-16 Alexandre Oliva <aoliva@redhat.com>
872
873 * Makefile.def: Restore host and target settings for gmp.
874 * Makefile.in: Rebuild.
875
1f53ca9a
AO
8762009-11-16 Alexandre Oliva <aoliva@redhat.com>
877
878 * configure.ac: Add libelf to host_libs. Enable in-tree configury
879 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
880 Fix portability of test of C++ as bootstrap language. Add
881 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
882 * configure: Rebuild.
883 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
884 and cloog. Fix in-tree ppl configuration. Introduce libelf
885 in-tree building.
886 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
887 (POSTSTAGE1_HOST_EXPORTS): Use it.
888 (STAGE[+id+]_CXXFLAGS): New.
889 (BASE_FLAGS_TO_PASS): Pass it down.
890 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
891 extra_exports.
892 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
893 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
894 extra_exports.
895 * Makefile.in: Rebuild.
896
8972009-11-06 Ozkan Sezer <sezeroz@gmail.com>
898
899 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
900 paths for *-w64-mingw* and x86_64-*mingw*.
901 * configure: Regenerated.
902
9032009-10-30 Kai Tietz <kai.tietz@onevision.com>
904
905 * configure.ac: Disable target-winsup & co for
906 x86_64-*-mingw* and *-w64-mingw* targets.
907 * configure: Regenerated.
908
9092009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
910
911 * configure.ac (CLooG test): Use = with test.
912 * configure: Regenerate.
913
9142009-10-22 Richard Guenther <rguenther@suse.de>
915
916 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
917 cloog if the ppl version check failed. Move flags saving
918 before setting in libelf check.
919 * configure: Regenerate.
920
9212009-10-21 Richard Guenther <rguenther@suse.de>
922
923 * configure.ac: Adjust the ppl and cloog configure to work as
924 documented. Disable cloog if ppl was disabled. Omit the version
925 checks if they were disabled.
926 * configure: Re-generate.
927
6811fb56
RW
9282009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
929
930 * configure.ac: Add 'lto' to enable_languages, not
931 new_enable_languages, and only if not already present.
932 * configure: Regenerate.
933
700d40ca
ILT
9342009-10-06 Ian Lance Taylor <iant@google.com>
935
936 * Makefile.def: check-gold depends upon all-gas.
937 * Makefile.in: Rebuild.
938
9392009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
940
941 * Makefile.def: all-lto-plugin depends on all-libiberty.
942 set bootstrap=true for lto-plugin.
943 Add lto-plugin.
944 * Makefile.in: Regenerate.
945 * configure.ac (host_libs): Add lto-plugin.
946 * configure: Regenerate.
947
9482009-10-03 Diego Novillo <dnovillo@google.com>
949
950 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
951 (HOST_LIBELFLIBS): Define.
952 (HOST_LIBELFINC): Define.
953 * Makefile.in: Regenerate.
954 * configure.ac: Add --enable-lto.
955 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
956 If --enable-lto is used, add 'lto' to new_enable_languages.
957 If --enable-lto is used and gold is enabled, add
958 lto-plugin to configdirs.
959 * configure: Regenerate.
960
9612009-10-03 Simon Baldwin <simonb@google.com>
962
963 * configure.ac: If --with-system-zlib, suppress local zlib and
964 pass --with-system-zlib to subdir configure scripts.
965 * configure: Regenerate.
966
9672009-10-01 Loren J. Rittle <ljrittle@acm.org>
968 Paolo Bonzini <bonzini@gnu.org>
969
970 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
971 $(srcdir).
972 * Makefile.in: Rebuilt.
973
c8cb1b3e
PB
9742009-09-29 Paolo Bonzini <bonzini@gnu.org>
975
976 Sync from gcc:
977 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
978
979 * configure.ac: Update minimum MPC version to 0.7.
980 * configure: Regenerate.
981
30167e0a
NC
9822009-09-25 Nick Clifton <nickc@redhat.com>
983
984 * configure.ac: Pass any --cache-file=/dev/null option on to
985 subconfigures.
986 * configure: Regenerate.
987
707a0b5c
NC
9882009-09-23 Nick Clifton <nickc@redhat.com>
989
990 * config.sub, config.guess: Update from upstream sources.
991
700d40ca
ILT
9922009-09-22 Loren J. Rittle <ljrittle@acm.org>
993
994 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
995 * Makefile.in: Rebuilt.
996
2fd0b40b
RW
9972009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
998
999 PR bootstrap/32272
1000 * configure.ac: Error out if $srcdir isn't '.' but contains
1001 host-${host_noncanonical}.
1002 * configure: Regenerate.
1003
4385ad3c
RW
10042009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1005
16b1ad29
RW
1006 * configure.ac: If bootstrapping a combined tree with
1007 --enable-gold, require c++ in stage1_languages.
1008 * configure: Regenerate.
1009
f8dc745f
RW
1010 * configure.ac: Also add target_libs of stage1_languages to
1011 bootstrap_target_libs.
1012 * configure: Regenerate.
1013
4385ad3c
RW
1014 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1015 with --enable-languages not containing c++.
1016 * configure: Regenerate.
1017
df51e4e1
JZ
10182009-09-16 Jie Zhang <jie.zhang@analog.com>
1019
1020 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1021 * configure: Regenerate.
1022
06a51eac
RW
10232009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1024
1025 * configure.ac: Do not use $extrasub for replacing @if/@endif
1026 parts in Makefile; instead, use additional arguments to
1027 AC_CONFIG_COMMANDS to do the replacement manually, with several
1028 sed invocations, to avoid HP-UX sed command limits.
1029 * configure: Regenerate.
1030
96655cc4
AO
10312009-09-04 Alexandre Oliva <aoliva@redhat.com>
1032
1033 * configure.ac (with-build-config): Document. Handle without.
1034 Handle missing argument.
1035 * configure: Rebuilt.
1036
10372009-09-03 Alexandre Oliva <aoliva@redhat.com>
1038
1039 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1040 Default to bootstrap-debug only if compare-debug works.
1041 * configure: Rebuilt.
1042 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1043 * Makefile.in: Rebuilt.
1044
10452009-09-01 Alexandre Oliva <aoliva@redhat.com>
1046
1047 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1048 * Makefile.in: Rebuilt.
1049
8e957354
PB
10502009-09-02 Paolo Bonzini <bonzini@gnu.org>
1051
1052 * Makefile.tpl (AWK): Fix typo.
1053 * Makefile.in: Regenerate.
1054
10552009-09-02 Paolo Bonzini <bonzini@gnu.org>
1056
1057 * configure.ac: Detect awk and sed.
1058 * Makefile.def (flags_to_pass): Add AWK and SED.
1059 * Makefile.tpl (AWK, SED): New.
1060 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1061 * configure: Regenerate.
1062 * Makefile.in: Regenerate.
1063
fb792462
TG
10642009-09-01 Tristan Gingold <gingold@adacore.com>
1065
1066 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1067 Remove logical names.
1068
a69e7d0a
DK
10692009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1070
1071 * ltmain.sh (func_normal_abspath): New function.
1072 (func_relative_path): Likewise.
1073 (func_mode_help): Document new -bindir option for link mode.
1074 (func_mode_link): Add new -bindir option, and use it to place
1075 output DLL if specified.
1076
d444d2ba
RW
10772009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1078
1079 * configure.ac (AC_PREREQ): Bump to 2.64.
1080
13b7343a
RW
10812009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1082
af542c2e
RW
1083 * README-maintainer-mode: Point directly to upstream locations
1084 for autoconf, automake, libtool, gettext, instead of copies on
1085 sources.redhat.com. Document required versions.
1086 * configure.ac: Do not substitute datarootdir, htmldir,
1087 pdfdir, docdir. Do not process --with-datarootdir,
1088 --with-htmldir, --with-pdfdir, --with-docdir.
1089 * configure: Regenerate.
1090
81ecdfbb
RW
1091 * configure: Regenerate.
1092
13b7343a
RW
1093 * compile: Sync from Automake 1.11.
1094 * depcomp: Likewise.
1095 * install-sh: Likewise.
1096 * missing: Likewise.
1097 * mkinstalldirs: Likewise.
1098 * ylwrap: Likewise.
1099
c1102ce7
RW
11002009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1101
34a0f3cf
RW
1102 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1103 (baseargs): Add --disable-option-checking.
1104 * configure: Regenerate.
1105
c1102ce7
RW
1106 * Makefile.def (configure-target-libiberty): Depend on
1107 all-binutils and all-ld.
1108 (configure-target-newlib): Likewise.
1109 * Makefile.in: Regenerate.
1110
e8a5fa9c
RW
11112009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1112
1113 Sync with GCC, merge:
1114
1115 2009-07-31 Christian Bruel <christian.bruel@st.com>
1116
1117 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1118 * configure: Regenerate.
1119
1120 2009-07-06 Ian Lance Taylor <iant@google.com>
1121
1122 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1123 * configure: Rebuild.
1124
1125 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1126
1127 PR bootstrap/40338
1128 * configure.ac (comparestring): Create new variable.
1129 * Makefile.tpl (comparestring): Use to skip some comparisions.
1130 * configure: Regenerate.
1131 * Makefile.in: Regenerate.
1132
1133 2009-06-23 Ian Lance Taylor <iant@google.com>
1134
1135 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1136 boot_languages. Only bootstrap target libraries listed in
1137 target_libs for some boot language. Add --with-stage1-ldflags,
1138 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1139 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1140 if not building with C++.
1141 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1142 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1143 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1144 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1145 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1146 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1147 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1148 * configure, Makefile.in: Rebuild.
1149
1150 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1151
1152 * configure.ac: Detect MPC in default directory.
1153 * configure: Regenerate.
1154
1155 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1156
1157 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1158 to noconfdirs.
1159 * configure: Regenerate.
1160
1161 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1162
1163 * Makefile.def: Add MPC support and dependencies.
1164 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1165
1166 * Makefile.in, configure: Regenerate.
1167
1168 2009-05-24 Nicolas Roche <roche@adacore.com>
1169
1170 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1171 * Makefile.in: Regenerate.
1172
1173 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1174
1175 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1176 * configure: Regenerate.
1177
1178 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1179
1180 * configure.ac ($with_ppl): Default to no if not supplied.
1181 ($with_cloog): Likewise.
1182 configure: Regenerate.
1183
1184 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1185
1186 PR bootstrap/39739
1187 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1188 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1189
1190 * configure, Makefile.in: Regenerate.
1191
1192 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1193
1194 * configure.ac: Change copyright header to refer to version
1195 3 of the GNU General Public License and to point readers at the
1196 COPYING3 file and the FSF's license web page.
1197 * Makefile.def: Likewise.
1198 * Makefile.tpl: Likewise.
1199 * Makefile.in: Regenerate.
1200
1201 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1202
1203 * configure.ac: Restore match for darwin9 or later. Use double
1204 brackets since regeneration eats one pair.
1205 * configure: Regenerate.
1206
bf110216
CF
12072009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1208
1209 * MAINTAINERS: Perform some obvious fixups.
1210
2262bbf4
BE
12112009-08-17 Ben Elliston <bje@au.ibm.com>
1212
1213 * config.sub, config.guess: Update from upstream sources.
1214
25a07265
NC
12152009-08-06 Michael Eager <eager@eagercon.com>
1216
1217 * configure.ac: Add Microblaze target.
1218 * configure: Regenerate.
1219
85bd1942
TG
12202009-07-02 Tristan Gingold <gingold@adacore.com>
1221
1222 * configure.ac: Do not exclude gas for i386-*-darwin.
1223 Add a case for x86_64-*-darwin.
1224 * configure: Regenerate.
1225
f9806fa5
DE
12262009-06-26 Doug Evans <dje@sebabeach.org>
1227
1228 * Makefile.def (host_modules): Add cgen.
1229 * Makefile.in: Regenerate.
1230 * configure.ac (host_tools): Add cgen.
1231 * configure: Regenerate.
1232
6bfb4e30
JJ
12332009-06-17 Michael Eager <eager@eagercon.com>
1234
1235 * COPYING.LIBGLOSS: Add Xilinx license.
1236
8bcf2718
NC
12372009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1238
1239 * configure.ac: Define is_elf for QNX Neutrino targets.
1240 * configure: Regenerate.
1241
04ec0acb
RW
12422009-06-03 Jerome Guitton <guitton@adacore.com>
1243 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1244
1245 * Makefile.tpl (all): Avoid a trailing backslash.
1246 * Makefile.in: Regenerate.
1247
7ee5dbeb
BE
12482009-06-03 Ben Elliston <bje@au.ibm.com>
1249
1250 * config.sub, config.guess: Update from upstream sources.
1251
fda13ee8
AO
12522009-06-02 Alexandre Oliva <aoliva@redhat.com>
1253
1254 * Makefile.tpl ([+compare-target+]): Compare all stage
1255 directories, rather than just gcc.
1256 * Makefile.in: Rebuilt.
1257
4a657b0d
DK
12582009-05-28 Doug Kwan <dougkwan@google.com>
1259
1260 * configure.ac: Support gold for target arm*-*-*.
1261 * configure: Regenerate.
1262
07fc31c9
AO
12632009-05-27 Alexandre Oliva <aoliva@redhat.com>
1264
1265 * Makefile.tpl (all): Avoid harmless warning in make all when
1266 gcc-bootstrap is enabled but stage_last does not exist.
1267 * Makefile.in: Rebuilt.
1268
8a7a39ab
TG
12692009-05-25 Tristan Gingold <gingold@adacore.com>
1270
1271 * setup.com: Complete the file with configuration and build.
1272
b5233201
AO
12732009-05-18 Alexandre Oliva <aoliva@redhat.com>
1274
1275 PR other/40159
1276 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1277 gcc-no-bootstrap are mutually exclusive.
1278 * Makefile.in: Rebuilt.
1279
7b6175f9
AO
12802009-05-18 Alexandre Oliva <aoliva@redhat.com>
1281
1282 PR other/40159
1283 * Makefile.tpl (all): Don't end with unconditional success.
1284 * Makefile.in: Rebuilt.
1285
1b05fbbd
AO
12862009-05-12 Alexandre Oliva <aoliva@redhat.com>
1287
1288 PR target/37137
1289 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1290 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1291 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1292 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1293 stage_configureflags, stage_cflags and stage_libcflags into
1294 explicit Makefile macros.
1295 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1296 GFORTRAN.
1297 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1298 CC. Set CC_FOR_BUILD from CC.
1299 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1300 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1301 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1302 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1303 and GFORTRAN.
1304 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1305 (_LIBCFLAGS): Renamed to _TFLAGS.
1306 (do-compare-debug, do-compare3-debug): Drop.
1307 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1308 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1309 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1310 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1311 (XGCC_FLAGS_FOR_TARGET): New.
1312 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1313 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1314 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1315 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1316 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1317 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1318 TFLAGS.
1319 (BUILD_CONFIG): Include if requested.
1320 (all): Set TFLAGS on bootstrap.
1321 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1322 (all-stageid-prefixmodule): Likewise.
1323 (do-clean, distclean-stageid): Set TFLAGS.
1324 (restrap): Fix whitespace.
1325 * Makefile.in: Rebuilt.
1326
dc17c78c
EB
13272009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1328
1329 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1330 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1331 * Makefile.in: Regenerate.
1332
14324cd7
EZ
13332009-04-24 Eli Zaretskii <eliz@gnu.org>
1334
1335 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1336 consistency with config.sub. (Update from upstream sources.)
1337
f8d5f06c
JM
13382009-04-21 Joseph Myers <joseph@codesourcery.com>
1339
1340 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1341
0000e2bf
BE
13422009-04-17 Ben Elliston <bje@au.ibm.com>
1343
1344 * config.sub, config.guess: Update from upstream sources.
1345
20135e4c
NC
13462009-04-15 Anthony Green <green@moxielogic.com>
1347
34adf976 1348 * configure.ac: Add moxie support.
20135e4c
NC
1349 * configure: Rebuilt.
1350
ef699244
L
13512009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1352
1353 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1354 * configure: Regenerate.
1355
10ad8ef3
L
13562009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1357
1358 PR gas/10039
1359 * configure.ac: Require texinfo 4.7.
1360 * configure: Regenerated.
1361
c50523ce
L
13622009-04-09 Steve Ellcey <sje@cup.hp.com>
1363
1364 * Makefil.def (languages): New entries.
1365 * Makefile.tpl (check-gcc-*): New generic target.
1366 * Makefile.in: Regenerate.
1367
47afba5f
EZ
13682009-03-27 Eli Zaretskii <eliz@gnu.org>
1369
1370 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1371 Windows builds of Sed.
1372
dc448a7b
TT
13732009-03-18 Tom Tromey <tromey@redhat.com>
1374
1375 * configure: Rebuild.
1376 * configure.ac (host_libs): Add libiconv.
1377 * Makefile.in: Rebuild.
1378 * Makefile.def (host_modules): Add libiconv.
1379 (configure-gdb, all-gdb): Depend on libiconv.
1380
24741ab2
JB
13812009-03-16 Tristan Gingold <gingold@adacore.com>
1382
1383 * configure.ac: Treat gdb as supported on x86_64-darwin.
1384 * configure: Regenerate.
1385
29383458
JM
13862009-03-16 Joseph Myers <joseph@codesourcery.com>
1387
1388 Merge from GCC:
1389
1390 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1391
1392 * configure.ac (--with-host-libstdcxx): New option.
1393 * configure: Regenerate.
1394
1395 2009-01-29 Robert Millan <rmh@aybabtu.com>
1396
1397 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1398 * configure: Regenerate.
1399
1400 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
1401
1402 PR tree-optimization/38515
1403 * configure.ac (cloog-polylib): Removed.
1404 (with_ppl, with_cloog): Test for "no".
1405 * configure: Regenerated.
1406
58e24671
RW
14072009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1408
1409 Backport from git Libtool:
1410
1411 2009-01-19 Robert Millan <rmh@aybabtu.com>
1412 Support GNU/kOpenSolaris.
1413 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1414 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1415 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1416 GNU/kOpenSolaris.
1417
314b2e66
AS
14182009-02-05 Andreas Schwab <schwab@suse.de>
1419
1420 * Makefile.tpl (stage_last): Define $r and $s before using
1421 $(RECURSE_FLAGS_TO_PASS).
1422 * Makefile.in: Regenerate
1423
8b700390
JJ
14242009-01-21 Jeff Johnston <jjohnstn@redhat.com>
1425
1426 * COPYING.NEWLIB: Add ARM license.
1427
66775d67
AM
14282009-01-16 Alan Modra <amodra@bigpond.net.au>
1429
1430 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 1431 (all-opcodes): Depend on all-libiberty.
66775d67
AM
1432 * Makefile.in: Regenerate.
1433
19e99079
NC
14342009-01-15 Douglas B Rupp <rupp@gnat.com>
1435
1436 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1437 * configure: Regenerate.
1438
22e8c8e0
RW
14392008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1440
1441 Backport link test fix from upstream Libtool:
1442
1443 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1444 Add cache variables to tests that require the linker to work.
1445 For shlibpath_overrides_runpath, this also changes the semantics
1446 to let the result from the C compiler take precedence.
1447 compiler take precedence.
1448
7d6d7764
BE
14492008-12-02 Ben Elliston <bje@au.ibm.com>
1450
1451 * config.sub, config.guess: Update from upstream sources.
1452
ea8af06e
JJ
14532008-12-17 Jeff Johnston <jjohnstn@redhat.com>
1454
1455 * COPYING.NEWLIB: Updated.
1456 * COPYING.LIBGLOSS: Ditto.
1457
af0771d3
PB
14582008-12-16 Paolo Bonzini <bonzini@gnu.org>
1459
1460 Sync with GCC:
1461
1462 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
1463
1464 * configure.ac (ppllibs): Add by default the lib flags.
1465 * configure: Regenerate.
1466
1467 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1468
314b2e66
AS
1469 * configure.ac: Add double brackets on darwin[912].
1470 * configure: Regenerate.
af0771d3
PB
1471
1472 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
1473
314b2e66
AS
1474 * configure.ac: Expand to darwin10 and later.
1475 * configure: Regenerate.
af0771d3 1476
f7c83eac
AS
14772008-12-02 Andreas Schwab <schwab@suse.de>
1478
1479 * Makefile.def: configure-target-boehm-gc depends on
1480 all-target-libstdc++-v3.
1481 * Makefile.in: Regenerate.
1482
bc67ad83
BE
14832008-12-02 Ben Elliston <bje@au.ibm.com>
1484
1485 * config.sub, config.guess: Update from upstream sources.
1486
e28c595f
JM
14872008-11-27 Joseph Myers <joseph@codesourcery.com>
1488
1489 Merge from GCC:
1490
1491 2007-12-02 Matthias Klose <doko@ubuntu.com>
1492
1493 * config-ml.in: Remove 64bit configure tests.
1494
1495 2008-05-14 Rafael Espindola <espindola@google.com>
1496
1497 * config-ml.in: don't handle --enable-shared and --enable-static.
1498
1499 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1500 Tobias Grosser <grosser@fim.uni-passau.de>
1501 Jan Sjodin <jan.sjodin@amd.com>
1502 Harsha Jagasia <harsha.jagasia@amd.com>
1503 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1504 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1505 Adrien Eliche <aeliche@isty.uvsq.fr>
1506
1507 Merge from graphite branch.
1508 * configure: Regenerate.
1509 * Makefile.in: Regenerate.
1510 * configure.ac (host_libs): Add ppl and cloog.
1511 Add checks for PPL and CLooG.
1512 * Makefile.def (ppl, cloog): Added modules and dependences.
1513 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1514 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1515
1516 2008-09-03 Richard Guenther <rguenther@suse.de>
1517
1518 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1519 cloog test.
1520 * configure: Re-generate.
1521
1522 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1523
1524 * configure.ac (--with-cloog-polylib): New.
1525 (--disable-cloog-version-check): New.
1526 (--disable-ppl-version-check): New.
1527 * configure: Re-generate.
1528
1529 2008-09-05 Richard Guenther <rguenther@suse.de>
1530
1531 * configure.ac: Initialize clooglibs to -lcloog.
1532 * configure: Re-generate.
1533
1534 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1535
1536 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1537 recommended version to 2.3.2.
1538
1539 * configure: Regenerate.
1540
1541 2008-10-31 Ben Elliston <bje@au.ibm.com>
1542
1543 * configure.ac (spu-*-*): Remove special case.
1544 * configure: Regenerate.
1545
1546 Complete comment text from GCC version of:
1547
1548 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1549
1550 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1551 (GCC_SHLIB_SUBDIR): New.
1552 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1553 * configure: Regenerate.
1554 * Makefile.in: Regenerate.
1555
652dec25
TG
15562008-11-27 Tristan Gingold <gingold@adacore.com>
1557
1558 * configure.ac: Build gdb for i?86-*-darwin*
1559 * configure: Regenerated.
1560
7582fb4a
DJ
15612008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1562
1563 PR bootstrap/38014
1564 PR bootstrap/37923
1565
1566 Revert:
1567
1568 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1569
1570 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1571 * Makefile.in: Regenerated.
1572
1573 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1574
1575 PR gdb/921
1576 PR gdb/1646
1577 PR gdb/2175
1578 PR gdb/2176
1579
1580 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1581 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1582 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1583 (HOST_EXPORTS): Pass CPPFLAGS.
1584 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1585 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1586 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1587 * Makefile.in, configure: Regenerated.
1588 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1589 and CPPFLAGS_FOR_BUILD.
1590
faee1be2
UW
15912008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
1592
1593 * configure.ac [spu-*-*]: Do not set skipdirs.
1594 * configure: Re-generate.
1595
b7c2dce4
DJ
15962008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1597
1598 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1599 * Makefile.in: Regenerated.
1600
bb52de30
DJ
16012008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1602
1603 PR gdb/921
1604 PR gdb/1646
1605 PR gdb/2175
1606 PR gdb/2176
1607
1608 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1609 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1610 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1611 (HOST_EXPORTS): Pass CPPFLAGS.
1612 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1613 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1614 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1615 * Makefile.in, configure: Regenerated.
1616 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1617 and CPPFLAGS_FOR_BUILD.
1618
b25062ae
SE
16192008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
1620
1621 * libtool.m4: Update to libtool 2.2.6.
1622 * lt~obsolete.m4: Update to libtool 2.2.6.
1623 * ltmain.sh: Update to libtool 2.2.6.
1624 * ltsugar.m4: Update to libtool 2.2.6.
1625 * ltversion.m4: Update to libtool 2.2.6.
1626 * ltoptions.m4: Update to libtool 2.2.6.
1627 * ltgcc.m4: Update to match changes from libtool 2.2.6.
1628
3bbd2f8f
AL
16292008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1630
1631 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1632 (GCC_SHLIB_SUBDIR): New.
1633 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1634 * configure: Regenerate.
1635 * Makefile.in: Regenerate.
1636
b29d32ce
TG
16372008-08-28 Tristan Gingold <gingold@adacore.com>
1638
1639 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1640 Enable bfd, binutils and opcodes.
1641 * configure: Regenerate.
1642
c325a203
DD
16432008-08-16 Nicolas Roche <roche@adacore.com>
1644
1645 * Makefile.tpl: Add BOOT_ADAFLAGS.
1646 * Makefile.in: Regenerate.
1647
e7c8859c
RS
16482008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
1649
1650 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1651 * configure: Regenerate.
1652
da888c87
PB
16532008-07-30 Paolo Bonzini <bonzini@gnu.org>
1654
1655 Sync with gcc:
1656 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
1657
f7c83eac
AS
1658 * configure.ac: Add makefile fragments for hpux.
1659 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1660 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1661 * configure: Regenerate.
1662 * Makefile.in: Regenerate.
da888c87
PB
1663
1664 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1665
f7c83eac
AS
1666 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1667 * Makefile.in: Regenerate.
1668 * configure: Regenerate.
da888c87 1669
944982cf
ILT
16702008-06-18 Ian Lance Taylor <iant@google.com>
1671
662c6704
ILT
1672 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
1673
944982cf
ILT
1674 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
1675
7a283e07
RW
16762008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1677
1678 * configure: Regenerate.
1679
5b553f7e
RW
16802008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1681
1682 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1683 "$@" is still intact with both Autoconf 2.59 and 2.62.
1684 * configure: Regenerate.
1685
675492f0
RW
16862008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1687
1688 * Makefile.tpl: Fix comment errors.
1689 * Makefile.in: Regenerate.
1690
b018a5d1
JB
16912008-06-13 Julian Brown <julian@codesourcery.com>
1692
1693 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1694 of libobjc for ARM EABI Linux.
1695 * configure: Regenerate.
1696
310213e8
DE
16972008-06-12 David S. Miller <davem@davemloft.net>
1698 David Edelsohn <edelsohn@gnu.org>
1699
1700 * configure.ac: Add powerpc*-*-* to gold supported targets.
1701 * configure: Regenerate.
1702
6641ce42
JM
17032008-06-08 Joseph Myers <joseph@codesourcery.com>
1704
1705 PR tree-optimization/36218
1706 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1707 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1708 (all prefix="build-"): Pass them to build-system sub-makes.
1709 * Makefile.in: Regenerate.
1710
03c2f9e6
DJ
17112008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1712
1713 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
1714 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
1715 mkdep, and compile. Update comments.
1716 (ETC_SUPPORT): Add ChangeLog and update comments.
1717
4538db8b
ILT
17182008-05-11 Ian Lance Taylor <iant@google.com>
1719
1720 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
1721
266df637
PB
17222008-04-18 Paolo Bonzini <bonzini@gnu.org>
1723
1724 Sync with gcc:
1725 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1726
1727 PR bootstrap/35457
1728 * configure.ac: Include override.m4.
1729 * configure: Regenerate.
1730
1731 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1732
f7c83eac
AS
1733 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1734 * Makefile.in: Regenerate.
266df637
PB
1735
1736 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1737
f7c83eac
AS
1738 * configure.ac: Do not build libssp for the AVR.
1739 * configure: Regenerate.
266df637 1740
a86a761e
NC
17412008-04-18 Nick Clifton <nickc@redhat.com>
1742
1743 * MAINTAINERS: Replace reference to configure.in with reference to
1744 configure.ac.
1745
52310858
NC
17462008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1747
f7c83eac 1748 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 1749 as nonconfigurable directories list.
f7c83eac 1750 * configure: Regenerate.
52310858 1751
f5314dd5
DM
17522008-04-14 David S. Miller <davem@davemloft.net>
1753
1754 * configure.ac: Add sparc*-*-* to gold supported targets.
1755 * configure: Regenerate.
1756
e2208220
BE
17572008-04-14 Ben Elliston <bje@au.ibm.com>
1758
1759 * config.sub, config.guess: Update from upstream sources.
1760
0bb6ea20
HPN
17612008-04-12 Hans-Peter Nilsson <hp@axis.com>
1762
1763 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1764 * Makefile.in: Regenerate.
1765
e5164e97
ILT
17662008-04-07 Ian Lance Taylor <iant@google.com>
1767
1768 * Makefile.def: check-gold depends upon all-binutils.
1769 * Makefile.in: Regenerate.
1770
e33b51a6
NC
17712008-04-04 Nick Clifton <nickc@redhat.com>
1772
1773 PR binutils/4334
1774 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1775 builds.
1776 * configure: Regenerate.
1777
fc5df3ab
NC
17782008-04-04 NightStrike <NightStrike@gmail.com>
1779
1780 PR other/35151
f7c83eac
AS
1781 * configure.ac: Combine rules for mingw32 and mingw64.
1782 * configure: Regenerate.
fc5df3ab 1783
c779bab8
PB
17842008-03-27 Paolo Bonzini <bonzini@gnu.org>
1785
1786 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1787 * Makefile.in: Regenerate.
1788
93f9b408
ILT
17892008-03-20 Ian Lance Taylor <iant@google.com>
1790
1791 * configure.ac: Add support for --enable-gold.
1792 * Makefile.def: Add gold as a directory like ld.
1793 * configure, Makefile.in: Regenerate.
1794
5746fb46
AK
17952008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1796
1797 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1798 (s390_cond_extensions): Reduced extensions to the compare related.
1799 (main): z10 cpu type option added.
1800 (expandConditionalJump): Renamed to ...
1801 (insertExpandedMnemonic): ... this.
1802
1803 * opcodes/s390-opc.c: Re-group the operand format makros.
1804 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
1805 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
1806 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
1807 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
1808 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
1809 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
1810 INSTR_SIL_RDU): New instruction formats added.
1811 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
1812 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
1813 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
1814 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
1815 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
1816 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
1817 masks added.
1818 (s390_opformats): New formats added "ris", "rrs", "sil".
1819 * opcodes/s390-opc.txt: Add the conditional jumps with the
1820 extensions removed from automatic expansion in s390-mkopc.c manually.
1821 (asi - trtre): Add new System z10 EC instructions.
1822 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1823
58c85be7
RW
18242008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1825
1826 * configure.ac: m4_include config/proginstall.m4.
1827 * configure: Regenerate.
1828
78124051
RW
18292008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1830
1831 Backport from upstream Libtool:
f7c83eac 1832
78124051 1833 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 1834
78124051
RW
1835 Deal with Autoconf 2.62's semantic change in m4_append.
1836 * ltsugar.m4 (lt_append): Replace broken versions of
1837 m4_append.
1838 (lt_if_append_uniq): Don't require separator to be overquoted,
1839 and avoid broken m4_append.
1840 (lt_dict_add): Fix typo.
1841 * libtool.m4 (_LT_DECL): Don't overquote separator.
1842
018f1bea
DE
18432008-03-13 David Edelsohn <edelsohn@gnu.org>
1844
1845 * config.rpath: Add AIX 6 support.
1846
5c5f596d
PB
18472008-03-13 Paolo Bonzini <bonzini@gnu.org>
1848
1849 * Makefile.def (stageprofile). Remove -fprofile-generate
1850 from stage_libcflags.
1851 * Makefile.in: Regenerate.
1852
a1f93a5e
BE
18532008-03-13 Ben Elliston <bje@au.ibm.com>
1854
1855 * config.sub, config.guess: Update from upstream sources.
1856
98c3d905
AK
18572008-03-06 Florian Krohm <fkrohm@us.ibm.com>
1858
1859 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
1860 * s390-opc.txt (cmpsc): Duplicate entry removed.
1861 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
1862 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
1863 fier, cu42, cu41): Fix operand format.
1864
7f6ef0c0
PB
18652008-02-20 Paolo Bonzini <bonzini@gnu.org>
1866
f7c83eac
AS
1867 PR bootstrap/32009
1868 PR bootstrap/32161
1869
1870 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1871 * configure: Regenerate.
1872
1873 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1874 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1875 STAGE4_LIBCFLAGS): New.
1876 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1877 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1878 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1879 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1880 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1881 for target modules. Don't export LIBCFLAGS.
1882 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1883 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1884 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1885 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1886 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1887 * Makefile.in: Regenerate.
7f6ef0c0 1888
eaf19029
PB
18892008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1890
1891 PR libgcj/33085
1892 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1893 Do not use -DDLL_EXPORT. Backport from upstream.
1894
680c43e9
NC
18952008-02-14 Nick Clifton <nickc@redhat.com>
1896
1897 Import this patch from gcc:
1898 2008-01-24 David Edelsohn <edelsohn@gnu.org>
1899
1900 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1901
c72b1d96
HPN
19022008-02-02 Hans-Peter Nilsson <hp@axis.com>
1903
1904 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1905 * configure: Regenerate.
1906
8b66833e
BW
19072008-01-31 Marc Gauthier <marc@tensilica.com>
1908
1909 * configure.ac (xtensa*-*-*): Recognize processor variants.
1910 * configure: Regenerate.
1911
9cc8ae67
PB
19122008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1913
f7c83eac
AS
1914 PR bootstrap/34922
1915 * configure.ac (PARSE_ARGS): Push suitable setting of
1916 ac_subdirs_all, for `./configure --help=recursive'.
1917 Handle `+' in generic toplevel directory disabling.
1918 * configure: Regenerate.
9cc8ae67 1919
19090595
BE
19202008-01-23 Ben Elliston <bje@au.ibm.com>
1921
1922 * config.sub, config.guess: Update from upstream sources.
1923
9f1e7fd3
BE
19242008-01-08 Ben Elliston <bje@au.ibm.com>
1925
1926 * config.sub, config.guess: Update from upstream sources.
1927
2f959d61
JJ
19282007-12-19 Jeff Johnston <jjohnstn@redhat.com>
1929
1930 * COPYING.LIBGLOSS: Update default copyright.
1931
aa054b85
JJ
19322007-12-19 Jeff Johnston <jjohnstn@redhat.com>
1933
1934 * COPYING.NEWLIB: Update default copyright.
1935
57c53b2b
RS
19362007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1937
1938 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1939 Change recommended MPFR from 2.2.1 > 2.3.0.
1940 * configure: Regenerate.
1941
fee14b60
RS
19422007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1943
1944 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1945 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1946 * Makefile.in: Regenerate.
1947
c9b68031
DD
19482007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1949
1950 * configure.ac: Enable libjava for x86_64-*-darwin9.
1951 * configure: Regenerate.
1952
ad25e7d5
BE
19532007-12-05 Ben Elliston <bje@au.ibm.com>
1954
1955 * config.sub, config.guess: Update from upstream sources.
1956
6ac84f65
PB
19572007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1958
f7c83eac
AS
1959 * config-ml.in: Robustify against white space in absolute file
1960 names.
6ac84f65 1961
f7c83eac
AS
1962 * config-ml.in (multi-clean): Substitute ${Makefile}.
1963 Remove superfluous ${Makefile} in list.
6ac84f65 1964
7b3200f9
DJ
19652007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1966
1967 * Makefile.def (dependencies): Make configure-gdb depend on
1968 all-intl.
1969 * Makefile.in: Regenerated.
1970
2c133ff9
JJ
19712007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1972
1973 * Makefile.def: To avoid problems running with parallel makes,
1974 build newlib before libgloss so that target specific header
1975 files are availble.
1976 * Makefile.in: Regenerate.
1977
5074315a
DJ
19782007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1979
1980 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1981 * Makefile.in: Regenerate.
1982
f5bc1778
DJ
19832007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1984
1985 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
1986 * libdecnumber: New directory, imported from GCC.
1987
c66487f8
NC
19882007-10-08 Mike Frysinger <vapier@gentoo.org>
1989
1990 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1991 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1992 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1993 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1994 * configure: Regenerate.
1995
b5714970
PB
19962007-10-01 Paolo Bonzini <bonzini@gnu.org>
1997
1998 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1999 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2000 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2001 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2002 * configure.ac: Default them to host tools for $host = $build.
2003 Subst them.
2004
2005 * configure: Regenerate.
2006 * Makefile.in: Regenerate.
2007
f3b1e08e
RS
20082007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2009
2010 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2011 * configure: Regenerate.
2012
cff87f51
DD
20132007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2014
2015 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2016 libstdc++.
2017 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2018 * configure: Regenerate.
2019 * Makefile.in: Regenerate.
f7c83eac 2020
625a61cd
AS
20212007-09-17 Andreas Schwab <schwab@suse.de>
2022
2023 * configure.ac: Raise minimum makeinfo version to 4.6.
2024 * configure: Regenerate.
2025
83a3a68b
AM
20262007-09-15 Alan Modra <amodra@bigpond.net.au>
2027
2028 * configure.ac: Correct makeinfo version check.
2029 * configure: Regenerate.
2030
5bd8be13
RS
20312007-09-14 Richard Sandiford <richard@codesourcery.com>
2032
2033 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2034 to $skipdirs and only disable gprof for newlib. Use the normal
2035 mips*-elf* handling in other respects.
2036 * configure: Regnerate.
2037
5566c1fa
DD
20382007-09-12 David Daney <ddaney@avtrex.com>
2039
2040 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2041 enabling libgcj.
2042 * configure: Regenerate.
2043
20442007-09-12 Richard Guenther <rguenther@suse.de>
2045
2046 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2047 nor --disable-checking is provided also turn on yes and types
2048 checking for stage1.
2049 * configure: Re-generate.
2050
a18e2996 20512007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
2052
2053 PR target/33281
2054 * configure.ac: Use config/mh-mingw on mingw.
2055 * configure: Regenerate.
84e7906e 2056
691bb5a1
DD
20572007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2058
2059 PR other/32154
2060 * configure.ac: For libgloss targets, point the linker to the linker
2061 script, startup code and simulator library.
2062 * configure: Regenerate.
2063
6d18b86b
AH
20642007-09-09 Andrew Haley <aph@redhat.com>
2065
2066 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 2067 target-libjava.
6d18b86b 2068
f00a3165 20692007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 2070
f00a3165 2071 * config.sub, config.guess: Update from upstream sources.
971aaaa5 2072
2abc4e65
BE
20732007-08-21 Richard Guenther <rguenther@suse.de>
2074
2075 * configure.ac: Add types checking to stage1 checking flags.
2076 * configure: Regenerate.
2077
8a6ee3ab 20782007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 2079 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
2080
2081 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2082 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2083 * Makefile.in: Regenerate.
2084 * configure.ac (--with-debug-prefix-map): New.
2085 * configure: Regenerate.
2086
429acdec
RS
20872007-08-17 Richard Sandiford <richard@codesourcery.com>
2088 Nigel Stephens <nigel@mips.com>
2089
429acdec
RS
2090 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2091 as target_makefile_frag.
2092 * configure: Regenerate.
2093
8520c408
AO
20942007-08-16 Alexandre Oliva <aoliva@redhat.com>
2095
2096 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2097 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2098 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2099 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2100 (do-compare, do-compare3, do-compare-debug): New.
2101 ([+compare-target+]): Use them.
2102
21032007-08-16 Alexandre Oliva <aoliva@redhat.com>
2104
2105 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2106 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2107 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2108 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2109 (do-compare, do-compare3, do-compare-debug): New.
2110 ([+compare-target+]): Use them.
2111
2444379b
BE
21122007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2113 Ben Elliston <bje@au.ibm.com>
2114
2115 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2116 --silent if $silent.
2117 * configure: Regenerate.
2118
d6f99447
DJ
21192007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2120
2121 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2122
bd0aa315
NC
21232007-07-17 Nick Clifton <nickc@redhat.com>
2124
2125 * COPYING3: New file. Contains version 3 of the GNU General
2126 Public License.
2127 * COPYING3.LIB: New file. Contains version 3 of the GNU
2128 Lesser General Public License.
2129
0ebe98fb
BS
21302007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2131
2132 * configure.ac: Fix my previous change to really match GCC.
2133 * configure: Regenerate.
2134
521ec477
DD
21352007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2136
2137 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2138 * configure: Regenerate.
2139
21402007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2141
2142 * configure.ac: Add some missing m4 quotation.
2143 * configure: Regenerate.
2144
0c24b341
NC
21452007-07-09 Kai Tietz <kai.tietz@onevision.com>
2146
f7c83eac
AS
2147 * Makefile.def: Add windmc tool to build.
2148 * Makefile.tpl: Likewise.
2149 * configure.ac: Likewise.
2150 * Makefile.in: Regenerate.
2151 * configure: Regenerate.
0c24b341 2152
a09314d0
L
21532007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2154
2155 * lt~obsolete.m4: New. Import from 20070318 libtool.
2156
7c3e1d12
BS
21572007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2158
2159 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2160 uclinux and linux-uclibc targets.
2161 * configure: Regenerate.
2162
a5b3b4dd
DD
21632007-06-28 DJ Delorie <dj@redhat.com>
2164
2165 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2166 not building newlib.
2167 * configure: Regenerated.
f7c83eac 2168
184d813c
DJ
21692007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2170
2171 * src-release (DEVO_SUPPORT): Correct typos.
2172
31d99776
DJ
21732007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2174
2175 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2176 * Makefile.in: Regenerated.
2177
e00a73e3
PB
21782007-06-14 Paolo Bonzini <bonzini@gnu.org>
2179
f7c83eac
AS
2180 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2181 (distclean-stage[+id+]): Possibly delete stage_last.
2182 * Makefile.in: Regenerate.
e00a73e3 2183
98a1bbc5
BE
21842007-06-07 Ben Elliston <bje@au.ibm.com>
2185
2186 * config.sub, config.guess: Update from upstream sources.
2187
973601e1
BE
21882007-06-07 Ben Elliston <bje@au.ibm.com>
2189
2190 * Makefile.tpl: Fix spelling error.
2191 * Makefile.in: Regenerate.
2192
2038f525
PB
21932007-06-04 Paolo Bonzini <bonzini@gnu.org>
2194
2195 Sync with gcc:
2196 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2197
f7c83eac
AS
2198 PR bootstrap/29382
2199 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2200 * configure: Rebuilt.
2038f525 2201
f7c5c4b5
PB
22022007-06-01 Steve Ellcey <sje@cup.hp.com>
2203
12a64d4f
L
2204 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2205 lt_cv_sys_max_cmd_len.
f7c5c4b5 2206
7ad9660b
PB
22072007-05-31 Paolo Bonzini <bonzini@gnu.org>
2208
2209 * ltgcc.m4: Update from GCC.
2210
0e7ef45c
EC
22112007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2212
12a64d4f 2213 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 2214
37ad9514
SE
22152007-05-24 Steve Ellcey <sje@cup.hp.com>
2216
2217 * ltmain.sh: Update from GCC.
2218 * libtool.m4: Update from GCC.
2219 * ltsugar.m4: New. Update from GCC.
2220 * ltversion.m4: New. Update from GCC.
2221 * ltoptions.m4: New. Update from GCC.
2222 * ltconfig: Remove.
2223 * ltcf-c.sh: Remove.
2224 * ltcf-cxx.sh: Remove.
2225 * ltcf-gcj.sh: Remove.
2226 * src-release: Update with new libtool file list.
2227
8ee82aff
PB
22282007-05-16 Paolo Bonzini <bonzini@gnu.org>
2229
2230 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2231 stage_cflags.
2232 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2233 Remove CFLAGS/LIBCFLAGS.
2234 (configure-stage[+id+]-[+prefix+][+module+],
2235 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2236 * Makefile.in: Regenerate.
2237
149cb58d
SE
22382007-04-14 Steve Ellcey <sje@cup.hp.com>
2239
2240 * config-ml.in: Update from GCC.
2241
91506736
DJ
22422007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2243
2244 * src-release (do-proto-toplev): Process the support directories before
2245 the tool directory.
2246
ffa8bd48
RS
22472007-03-21 Richard Sandiford <richard@codesourcery.com>
2248
2249 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2250 of glob. Quote arguments with single quotes too.
2251 * configure: Regenerate.
2252
a4fd3374
DD
22532007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2254
2255 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2256 * Makefile.in: Regenerate
2257
b8025f34
AS
22582007-03-07 Andreas Schwab <schwab@suse.de>
2259
2260 * configure: Regenerate.
2261
a3ca38d2
DD
22622007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2263
2264 * configure.ac: Add "--with-pdfdir" configure option,
2265 which defines pdfdir variable.
2266 * Makefile.def (target=fixincludes): Add install-pdf to
2267 missing targets.
2268 (recursive_targets): Add install-pdf target.
2269 (flags_to_pass): Add pdfdir.
2270 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2271 target.
2272 * configure: Regenerate
2273 * Makefile.in: Regenerate
2274
22752007-02-28 Eric Christopher <echristo@apple.com>
2276
2277 Revert:
2278 2006-12-07 Mike Stump <mrs@apple.com>
2279
2280 * Makefile.def (dependencies): Add dependency for
2281 install-target-libssp and install-target-libgomp on
2282 install-gcc.
2283 * Makefile.in: Regenerate.
2284
22852007-02-27 Matt Kraai <kraai@ftbfs.org>
2286
2287 * configure: Regenerate.
2288 * configure.ac: Move statements after variable declarations.
2289
a4708fba
JM
22902007-02-19 Joseph Myers <joseph@codesourcery.com>
2291
2292 * configure.ac: Adjust for loop syntax.
2293 * configure: Regenerate.
2294
9a819804
AO
22952007-02-18 Alexandre Oliva <aoliva@redhat.com>
2296
2297 * configure: Rebuilt.
2298
81ec575a
AO
22992007-02-18 Alexandre Oliva <aoliva@redhat.com>
2300
2301 * configure.ac: Drop multiple occurrences of --enable-languages,
2302 and fix its quoting.
2303 * configure: Rebuilt.
2304
92f01d61 23052007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
2306 Nathan Sidwell <nathan@codesourcery.com>
2307 Vladimir Prus <vladimir@codesourcery.com
2308 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
2309
2310 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2311 * configure: Regenerate.
2312
b1299c4e
DJ
23132007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2314
2315 * configure.ac (target_libraries): Move libgcc before libiberty.
2316 * configure: Regenerated.
2317
18f6b6ee
PB
23182007-02-13 Paolo Bonzini <bonzini@gnu.org>
2319
2320 * configure: Regenerate again?
2321
9c4e9f27
PB
23222007-02-13 Paolo Bonzini <bonzini@gnu.org>
2323
2324 * configure: Reapply PR30748 fix which was lost in the previous commit.
2325
24ff9987
DJ
23262007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2327 Paolo Bonzini <bonzini@gnu.org>
2328
2329 PR bootstrap/30753
2330 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2331 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2332 * configure: Regenerated.
2333
7df2cd5d
PB
23342007-02-10 Paolo Bonzini <bonzini@gnu.org>
2335
2336 * configure: Regenerate.
2337
b0aaa663
DJ
23382007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2339
2340 PR bootstrap/30748
2341 * configure.ac: Correct syntax for Solaris ksh.
2342 * configure: Regenerated.
2343
a0323144
PB
23442007-02-09 Paolo Bonzini <bonzini@gnu.org>
2345
2346 * Makefile.def: Sync with GCC.
2347 * Makefile.tpl: Sync with GCC.
2348 * Makefile.in: Regenerate.
2349 * configure: Regenerate.
2350
c6b750e1
DJ
23512007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2352
2353 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2354 noncanonical equivalents.
2355 * configure.in: Rename to...
2356 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2357 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2358 target_noncanonical. Use them. Rewrite removal of configure
2359 arguments for autoconf 2.59. Discard variable settings. Force
2360 program_transform_name for native tools.
2361
2362 * Makefile.in: Regenerated.
2363 * configure: Regenerated with autoconf 2.59.
2364
2365 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2366
f3cd89f4
JJ
23672007-02-08 Jeff Johnston <jjohnstn@redhat.com>
2368
2369 * COPYING.LIBGLOSS: Reformat default Red Hat
2370 license to fit within 80 columns.
2371 * COPYING.NEWLIB: Ditto.
2372
4e206d7e
DB
23732007-02-05 Dave Brolley <brolley@redhat.com>
2374
2375 * Contribute the following changes:
2376 2006-11-28 DJ Delorie <dj@redhat.com>
2377
2378 * configure.in: Fix typo for mep's target_makefile_frag.
2379 * configure: Regenerated.
2380
2381 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
2382
2383 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2384 * configure: Regenerate.
2385
2386 2001-09-19 DJ Delorie <dj@redhat.com>
2387
2388 * configure.in (target_makefile_frag): use mt-mep
2389
2390 2001-06-12 Don Howard <dhoward@redhat.com>
2391
2392 * configure.in: Remove gdb from MeP skip list.
2393
2394 2001-04-05 DJ Delorie <dj@redhat.com>
2395
2396 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2397
2398 2001-03-20 Ben Elliston <bje@redhat.com>
2399
2400 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2401
2402 2001-03-19 Ben Elliston <bje@redhat.com>
2403
2404 * config.sub (mep, mep-*): Add.
2405
b2edfdd2
AS
24062007-01-31 Andreas Schwab <schwab@suse.de>
2407
2408 * Makefile.tpl (LDFLAGS): Substitute it.
2409 * Makefile.in: Regenerate.
2410
ceb92e78
PB
24112007-01-11 Paolo Bonzini <bonzini@gnu.org>
2412
2413 * configure.in: Change == to = in test command.
f7c83eac 2414 * configure: Regenerate.
ceb92e78 2415
4b900473 24162007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
2417 Nick Clifton <nickc@redhat.com>
2418 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2419
2420 * configure.in (build_configargs, host_configargs, target_configargs):
2421 Remove build/host/target parameters.
2422 (host_libs): Add gmp and mpfr.
2423 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2424 * Makefile.def (gmp, mpfr): New.
2425 (gcc): Remove target.
2426 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2427 target_os, target_vendor): New.
2428 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2429 * configure: Regenerate.
2430 * Makefile.in: Regenerate.
4b900473
PB
2431
24322007-01-11 Matt Fago <fago@earthlink.net>
2433
2434 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 2435 to improve robustness of configure tests.
4b900473
PB
2436 * configure: Regenerate.
2437
80f6dcbc
NC
24382007-01-08 Kai Tietz <kai.tietz@onevision.com>
2439
2440 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 2441 * configure: Regenerate.
80f6dcbc 2442
f86e35b8
NC
24432007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2444
2445 * Makefile.tpl (all-target): Correct @if conditional for target
2446 modules.
2447 * configure.in: Omit libiberty if building only target libgcc.
2448 * configure, Makefile.in: Regenerated.
2449
79fcd0ec
PB
24502007-01-04 Paolo Bonzini <bonzini@gnu.org>
2451
2452 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2453 * configure: Regenerate.
2454
6aa8ef82
DJ
24552007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2456
2457 * Makefile.def (target_modules): Add libgcc.
2458 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2459 * Makefile.tpl (clean-target-libgcc): Delete.
2460 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2461 on gcc even for bootstrapped modules. Rewrite handling of
2462 lang_env_dependencies to loop over target_modules.
2463 * configure.in (target_libraries): Add target-libgcc.
2464 * Makefile.in, configure: Regenerated.
2465
9b134994
PB
24662006-12-29 Paolo Bonzini <bonzini@gnu.org>
2467
2468 Sync with gcc:
2469 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2470
f7c83eac
AS
2471 * configure.in: Reorganize recognition of languages. Add
2472 --enable-stage1-languages. Show supported languages for the chosen
2473 target rather than all recognized languages.
2474 * configure: Regenerate.
9b134994
PB
2475
2476 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2477
f7c83eac
AS
2478 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2479 * Makefile.in: Regenerate.
9b134994
PB
2480
2481 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2482
f7c83eac
AS
2483 * configure.in: Warn that MPFR 2.2.0 is buggy.
2484 * configure: Regenerate.
9b134994 2485
8cf39b1b
ILT
24862006-12-27 Ian Lance Taylor <iant@google.com>
2487
2488 * configure.in: When removing Makefiles to force a reconfigure, also
2489 remove prev-DIR*/Makefile.
2490 * configure: Regenerate.
2491
ebff6cd5
KH
24922006-12-23 Kazu Hirata <kazu@codesourcery.com>
2493
2494 * config.bfd: Recognize fido.
2495
8a0d8a5c
PB
24962006-12-19 Paolo Bonzini <bonzini@gnu.org>
2497
2498 Sync with gcc:
2499
2500 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2501
2502 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2503 it only affects bootstrap and could be tested on "$host" as well.
2504 * configure: Regenerate.
2505 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2506
2507 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2508
2509 PR bootstrap/29544
2510 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2511 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2512 move here comment from Makefile.tpl.
2513 * Makefile.tpl: Move some definitions higher in the file.
2514 (STAGE1_CHECKING): New.
2515 * configure.in: Add --enable-stage1-checking.
2516 * configure: Regenerate.
2517 * Makefile.in: Regenerate.
2518
2519 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2520
2521 * configure.in: Update error message for missing GMP/MPFR.
2522
2523 * configure: Regenerate.
2524
2525 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2526
2527 * configure.in: Update MPFR version in error message.
2528
2529 * configure: Regenerate.
2530
2531 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2532
2533 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2534 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2535 --with-gmp-lib): New flags.
2536
2537 * configure: Regenerate.
2538
790c0838
AM
25392006-12-12 Andreas Tobler <a.tobler@schweiz.org>
2540
2541 PR bootstrap/30134
2542 * configure.in: Correct x86 darwin support for libjava to powerpc
2543 and i?86 only.
2544 * configure: Regenerate.
2545
77d7106f
AM
25462006-12-11 Alan Modra <amodra@bigpond.net.au>
2547
2548 * configure.in: Handle spu makefile frag.
77d7106f
AM
2549 * Makefile.tpl (MAINT): Define
2550 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2551 * configure: Regenerate.
2552 * Makefile.in: Regenerate.
2553
0cfa5389
BE
25542006-12-11 Ben Elliston <bje@au.ibm.com>
2555
2556 * config.sub, config.guess: Update from upstream sources.
2557
2839fe5d
BE
25582006-12-11 Ben Elliston <bje@au.ibm.com>
2559
2560 * configure.in: Sync with GCC (spu-*-*).
2561 * configure: Sync with GCC.
2562
b897f5d4
MS
25632006-12-07 Mike Stump <mrs@apple.com>
2564
2565 * Makefile.def (dependencies): Add dependency for
2566 install-target-libssp and install-target-libgomp on
2567 install-gcc.
2568 * Makefile.in: Regenerate.
2569
9daf3993
PB
25702006-11-16 Paolo Bonzini <bonzini@gnu.org>
2571
2572 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2573 (unstage): Test for stage_last presence.
2574
2575 PR bootstrap/29802
2576 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2577 * Makefile.in: Regenerate.
2578
9dbaa842
DD
25792006-11-14 DJ Delorie <dj@redhat.com>
2580
2581 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2582 * Makefile.in: Sync with GCC.
2583 * configure.in: Sync with GCC (mpfr, gmp).
2584 * configure: Sync with GCC.
2585
b0cbce8d
JJ
25862006-11-08 Jie Zhang <jie.zhang@analog.com>
2587
2588 * configure.in: Remove target-libgloss from noconfigdirs for
2589 bfin-*-*.
2590 * configure: Regenerated.
2591
44330a94
JJ
25922006-10-27 Jeff Johnston <jjohnstn@redhat.com>
2593
2594 * COPYING.NEWLIB: Add spu license.
7de05dd5 2595 * COPYING.LIBGLOSS: Ditto.
44330a94 2596
56a8fe78
DD
25972006-10-17 Brooks Moses <bmoses@stanford.edu>
2598
2599 * Makefile.def: Added pdf target handling.
2600 * Makefile.tpl: Added pdf target handling.
2601 * Makefile.in: Regenerated.
2602
fbb00ad0
JJ
26032006-10-11 Jeff Johnston <jjohnstn@redhat.com>
2604
2605 * COPYING.NEWLIB: Updated.
2606 * COPYING.LIBGLOSS: Ditto.
2607
6b89cc21
DB
26082006-09-27 Dave Brolley <brolley@redhat.com>
2609
2610 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2611 $s instead of $r.
2612 * configure: Regenerated.
2613
17bcf627
BE
26142006-09-26 Ben Elliston <bje@au.ibm.com>
2615
2616 * config.sub, config.guess: Update from upstream sources.
2617
f3529cf1
TS
26182006-09-20 Thiemo Seufer <ths@mips.com>
2619
2620 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2621 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2622 * configure: Regenerate.
2623
45055374
CV
26242006-08-30 Corinna Vinschen <corinna@vinschen.de>
2625
2626 * configure.in: Never build newlib for a Mingw host.
2627 Never build newlib as Mingw target library.
2628 Test the existence of winsup/cygwin for building a Cygwin newlib,
2629 rather than just winsup.
2630 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2631 building a Mingw target.
2632 * configure: Regenerate.
2633
4be041b2 26342006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
2635 Nigel Stephens <nigel@mips.com>
2636 David Ung <davidu@mips.com>
4be041b2
TS
2637
2638 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
2639
1d89b610
PB
26402006-07-25 Paolo Bonzini <bonzini@gnu.org>
2641
2642 Sync from GCC:
2643 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2644
f7c83eac
AS
2645 PR bootstrap/18058
2646 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2647 if the bootstrap compiler is a GCC version that supports it.
2648 * configure: Regenerate.
1d89b610 2649
66a79c16
DJ
26502006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2651
2652 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2653 * configure: Regenerated.
2654
c1cb7e02
PB
26552006-07-18 Paolo Bonzini <bonzini@gnu.org>
2656
f7c83eac
AS
2657 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2658 for stages after the first.
c1cb7e02 2659
7206a0ee
JJ
26602006-07-17 Jakub Jelinek <jakub@redhat.com>
2661
2662 * Makefile.def: Add dependencies for configure-opcodes
2663 on configure-intl and all-opcodes on all-intl.
2664 * Makefile.in: Regenerated.
2665
6816f995
AO
26662006-07-04 Peter O'Gorman <peter@pogma.com>
2667
2668 * ltconfig: chmod 644 before ranlib during install.
2669
3d3adb43
PB
26702006-07-03 Paolo Bonzini <bonzini@gnu.org>
2671
1f3f1bbf 2672 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
2673 * configure: Regenerate.
2674
64ce424c
PB
26752006-07-03 Paolo Bonzini <bonzini@gnu.org>
2676
2677 Sync from gcc:
2678
2679 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
2680
2681 PR other/27063
2682 * configure.in: Test subdir_requires and give an appropriate
2683 error message.
2684 * configure: Regenerate.
2685
2686 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2687
2688 PR target/27540
2689 * configure.in: Only enable libgomp on IRIX 6.
2690 * configure: Regenerate.
2691
d42c4017
DA
26922006-06-20 David Ayers <d.ayers@inode.at>
2693
2694 PR bootstrap/28072
2695 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2696 whether target-libjava is being configured instead of whether the
2697 java front end is enabled.
2698 * configure: Regenerate.
0e7ef45c 2699
4962c51a
MS
27002006-06-15 Mark Shinwell <shinwell@codesourcery.com>
2701
2702 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
2703 to R_ARM_LDC_SB_G{0,1,2} respectively.
2704
caee866a
PB
27052006-06-15 Paolo Bonzini <bonzini@gnu.org>
2706
2707 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2708 too.
2709 * Makefile.in: Regenerate.
2710
363ef840
DA
27112006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2712
2713 Sync from gcc:
2714
2715 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2716 * configure.in: Don't enable libgomp on hpux10.
2717 * configure: Rebuilt.
2718
54d1c879
DA
27192006-06-13 David Ayers <d.ayers@inode.at>
2720
2721 Sync from gcc:
2722
2723 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 2724
54d1c879
DA
2725 PR bootstrap/27963
2726 PR target/19970
0e7ef45c 2727 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
2728 ${libgcj} is specified.
2729 * configure: Regenerate.
0e7ef45c 2730
a4d8b690
JJ
27312006-06-08 Jeff Johnston <jjohnstn@redhat.com>
2732
2733 Sync from gcc:
2734
2735 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 2736 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
2737
2738 PR bootstrap/18033
2739 * config-ml.in: Eval option if surrounded by single quotes.
2740
4f0ef2d8
CD
27412006-06-07 Carlos O'Donell <carlos@codesourcery.com>
2742
2743 Sync from gcc:
0e7ef45c 2744
4f0ef2d8 2745 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 2746
4f0ef2d8
CD
2747 PR libobjc/13946
2748 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2749 * Makefile.in: Regenerate.
2750 * configure.in: Add --enable-objc-gc at toplevel and have it
2751 enable boehm-gc for Objective-C.
2752 Remove target-boehm-gc from libgcj.
2753 Add target-boehm-gc to target_libraries.
2754 Add target-boehm-gc to noconfigdirs where ${libgcj}
2755 is specified.
2756 Assert that boehm-gc is supported when requested for Objective-C.
2757 Only build boehm-gc if needed either for Java or Objective-C.
2758 * configure: Regenerate.
2759
2760 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 2761
4f0ef2d8
CD
2762 PR 27674
2763 * Makefile.tpl (configure-[+prefix+][+module+],
2764 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2765 Remove rule to unstage bootstrapped modules.
2766 (stage_current): New.
2767 * Makefile.in: Regenerate.
2768
2769 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2770 Andreas Tobler <a.tobler@schweiz.ch>
2771
2772 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2773 * configure: Rebuilt.
2774
2775 Revert
2776 2006-01-31 Richard Guenther <rguenther@suse.de>
2777 Paolo Bonzini <bonzini@gnu.org>
2778
2779 * Makefile.def (target_modules): Add libgcc-math target module.
2780 * configure.in (target_libraries): Add libgcc-math target library.
2781 (--enable-libgcc-math): New configure switch.
2782 * Makefile.in: Re-generate.
2783 * configure: Re-generate.
2784
c17b816b
JJ
27852006-06-05 Jeff Johnston <jjohnstn@redhat.com>
2786
2787 * config-ml.in: Alter CCASFLAGS to include special
2788 multilib options the same as is done for CFLAGS.
2789
20e95c23
DJ
27902006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2791
2792 * Makefile.def: Added dependencies from sim and gdb on intl, and
2793 added configure dependencies to everything with an all dependency
2794 on intl.
2795 * gettext.m4: Removed.
2796 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
2797 (GDB_SUPPORT_DIRS): Add intl.
2798 * Makefile.in: Regenerated.
2799
4bd8ad80
DJ
28002006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
2801
2802 * src-release (DEVO_SUPPORT): Add config.rpath.
2803
c380fdd8
PB
28042006-05-25 Paolo Bonzini <bonzini@gnu.org>
2805
2806 * Makefile.def (bfd, opcodes): Fix lib_path.
2807 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2808 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2809 * Makefile.in: Regenerate.
2810
701628f5
MS
28112006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2812
2813 * configure.in: Enable gprof for cross builds.
2814 * configure: Regenerate.
2815
25aae7f2
DJ
28162006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2817
2818 * src-release (MAKEINFOFLAGS): Define.
2819 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
2820
ea3d1626
BE
28212006-05-14 Ben Elliston <bje@au.ibm.com>
2822
2823 * config.sub, config.guess: Update from upstream sources.
2824
49b9e644
BE
28252006-05-12 Ben Elliston <bje@au.ibm.com>
2826
2827 * config.sub, config.guess: Update from upstream sources.
2828
482dd2f6
DJ
28292006-05-04 Steve Ellcey <sje@cup.hp.com>
2830
2831 * blt, iwidgets, mmalloc: Remove directories.
2832
8b01a5c2
DD
28332006-05-01 DJ Delorie <dj@redhat.com>
2834
641a3af4 2835 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
2836 * configure: Regenerate.
2837
a481dbb7
DD
28382006-04-18 DJ Delorie <dj@redhat.com>
2839
2840 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2841 reference libgloss so that libssp can be built in a combined
2842 tree.
2843 * configure: Regenerate.
2844
962c9e74
BE
28452006-04-10 Ben Elliston <bje@au.ibm.com>
2846
2847 * contrib: Remove directory.
2848
108a6f8e
CD
28492006-04-06 Carlos O'Donell <carlos@codesourcery.com>
2850
2851 * Makefile.tpl: Add install-html target.
2852 * Makefile.def: Add install-html target.
2853 * Makefile.in: Regenerate.
2854 * configure.in: Add --with-datarootdir, --with-docdir,
2855 and --with-htmldir options.
2856 * configure: Regenerate.
2857
a4ef73e9
BE
28582006-03-31 Ben Elliston <bje@au.ibm.com>
2859
2860 PR binutils/1860
2861 * configure.in: Require makeinfo 4.4 or higher.
2862 * configure: Regenerate.
2863
b37df25a
PB
28642006-03-14 Paolo Bonzini <bonzini@gnu.org>
2865
2866 * Makefile.in: Regenerate.
2867
a6df5a19
PB
28682006-03-14 Paolo Bonzini <bonzini@gnu.org>
2869
2870 Sync with gcc:
2871 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
2872
f7c83eac
AS
2873 * configure.in: Handle --disable-<component> generically.
2874 * configure: Regenerate.
a6df5a19
PB
2875
2876 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 2877
f7c83eac
AS
2878 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2879 (TARGET_CONFIGDIRS): Remove.
2880 * configure.in: Remove AC_SUBST(target_configdirs).
2881 * Makefile.in, configure: Regenerated.
a6df5a19
PB
2882
2883
65419985
L
28842006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2885
2886 PR libgcj/17311
2887 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2888
c52c6897
PB
28892006-02-20 Paolo Bonzini <bonzini@gnu.org>
2890
2891 PR bootstrap/25670
2892
2893 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2894
2895 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2896 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2897 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2898 BUILD_PREFIX, BUILD_PREFIX_1.
2899 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2900
2901 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2902 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2903
2904 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2905 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2906 of `cat stage_current`. Always provide the `r' and `s' variables.
2907 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2908 a single shell execution.
2909 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2910 bootstrapped modules, make the stage1 module if the build was not
2911 started yet, else build the current stage.
2912 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2913 (all-build, all-host, all-target, [+make_target+]-host,
2914 [+make_target+]-target): Do not use \-continued lines.
2915 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2916 (current_stage, restrap, stage_last): New.
2917
2918 * Makefile.in: Regenerate.
2919 * configure: Regenerate.
2920
b3ded179
PB
29212006-02-14 Paolo Bonzini <bonzini@gnu.org>
2922
2923 Sync from gcc:
2924
2925 2006-01-31 Richard Guenther <rguenther@suse.de>
2926 Paolo Bonzini <bonzini@gnu.org>
2927
f7c83eac
AS
2928 * Makefile.def (target_modules): Add libgcc-math target module.
2929 * configure.in (target_libraries): Add libgcc-math target library.
2930 (--enable-libgcc-math): New configure switch.
2931 * Makefile.in: Re-generate.
2932 * configure: Re-generate.
2933 * libgcc-math: New toplevel directory.
b3ded179
PB
2934
2935 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
2936 Jakub Jelinek <jakub@redhat.com>
2937 Diego Novillo <dnovillo@redhat.com>
b3ded179 2938
f7c83eac
AS
2939 * libgomp: New directory.
2940 * Makefile.def: Add target_module libgomp.
2941 * Makefile.in: Regenerate.
2942 * configure.in (target_libraries): Add target-libgomp.
2943 * configure: Regenerate.
b3ded179 2944
3a35eeb3
PB
29452006-02-14 Paolo Bonzini <bonzini@gnu.org>
2946 Andreas Schwab <schwab@suse.de>
0e7ef45c 2947
3a35eeb3
PB
2948 * configure: Regenerate.
2949
2429c060
PB
29502006-01-16 Paolo Bonzini <bonzini@gnu.org>
2951
2952 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2953 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2954 the assembler, linker and binutils.
2955 * configure: Regenerate.
2956
ec49b2b8
NC
29572006-01-16 Nick Clifton <nickc@redhat.com>
2958
49b9e644 2959 * config.sub, config.guess: Sync from config repository.
ec49b2b8 2960
44b2308f
AO
29612006-01-05 Alexandre Oliva <aoliva@redhat.com>
2962
2963 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2964 @ from continuation.
2965 * Makefile.in: Rebuilt.
2966
80911fe1
PB
29672006-01-04 Paolo Bonzini <bonzini@gnu.org>
2968
2969 Sync from gcc:
2970
2971 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
2972
f7c83eac 2973 PR bootstrap/24252
80911fe1 2974
f7c83eac
AS
2975 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2976 * Makefile.tpl (OBJDUMP): New.
2977 (EXTRA_HOST_FLAGS): Add it.
2978 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 2979
f7c83eac
AS
2980 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2981 to use symbolic links between directories. Avoid race conditions
2982 or make them harmless.
2983 * configure.in: Do not try to use symbolic links between directories.
80911fe1 2984
f7c83eac
AS
2985 * Makefile.def (LEAN): Pass.
2986 * Makefile.tpl (LEAN): Define.
2987 (stage[+id+]-start): Accept that the previous directory does not
2988 exist, if the bootstrap is lean.
2989 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2990 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2991 configure substitution.
2992 ([+compare-target+]): Likewise.
2993 ([+bootstrap-target+]-lean): New.
2994 * configure.in: Remove lean bootstrap support from here.
80911fe1 2995
f7c83eac
AS
2996 * Makefile.in: Regenerate.
2997 * configure: Regenerate.
80911fe1
PB
2998
2999 2006-01-02 Andreas Schwab <schwab@suse.de>
3000
f7c83eac
AS
3001 * configure.in: When reconfiguring remove Makefile in
3002 all stage directories.
3003 * configure: Regenerate.
80911fe1 3004
b59bea8a
NC
30052005-12-27 Leif Ekblad <leif@rdos.net>
3006
3007 * configure.in: Add support for RDOS target.
3008 * configure: Regenerate.
3009
d7730bac
NC
30102005-12-27 Nick Clifton <nickc@redhat.com>
3011
3012 PR binutils/1990
3013 * libtool.m4: Synchronize with version in GCC sources.
3014
c02dabc3
PB
30152005-12-20 Paolo Bonzini <bonzini@gnu.org>
3016
f7c83eac 3017 Revert Ada-related part of the previous change.
c02dabc3 3018
f7c83eac
AS
3019 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3020 Do not pass.
3021 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3022 * Makefile.in: Regenerate.
3023 * configure.in: Do not include mt-ppc-aix target fragment.
3024 * configure: Regenerate.
c02dabc3 3025
f6d183c0
PB
30262005-12-19 Paolo Bonzini <bonzini@gnu.org>
3027
3028 * configure.in: Select appropriate fragments for PowerPC/AIX.
3029 * configure: Regenerate.
3030
3031 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3032 BOOT_CFLAGS, BOOT_LDFLAGS.
3033 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3034 BOOT_CFLAGS, BOOT_LDFLAGS.
3035 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3036 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3037 (stage): Fail if we cannot complete the work.
3038 * Makefile.in: Regenerate.
3039
f29759fc
JJ
30402005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3041
3042 * COPYING.NEWLIB: Update copyright year for default
3043 copyright.
3044
1f054001
PB
30452005-12-15 Paolo Bonzini <bonzini@gnu.org>
3046
3047 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3048 install-host-nogcc): Don't invoke $(stage) at the end.
3049 * Makefile.in: Regenerate.
3050
0aed8855
PB
30512005-12-14 Paolo Bonzini <bonzini@gnu.org>
3052
3053 * configure.in: Flip the top-level bootstrap switch.
3054 * configure: Regenerate.
3055
3056 Merge from gcc:
3057
3058 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3059
f7c83eac
AS
3060 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3061 $(stage) and $(unstage).
3062 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3063 (all): Remove stray semicolon.
3064 (local-distclean): Don't handle multilib.tmp and multilib.out.
3065 (install.all): Set $s for consistency.
3066 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3067 check_multilibs setting. Always make the install directory.
3068 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3069 Correct @if/@endif.
3070 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3071 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3072 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3073 (multilib.out): Remove.
3074 * Makefile.in: Regenerated.
0aed8855
PB
3075
30762005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3077
3078 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3079 * configure.in: Replace ms1 arch with mt.
3080 * configure: Rebuilt.
3081
30822005-12-05 Paolo Bonzini <bonzini@gnu.org>
3083
3084 Sync with gcc:
3085
4970f871
NS
30862005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3087
3088 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3089 * configure.in: Replace ms1 arch with mt.
3090 * configure: Rebuilt.
3091
be01d343
PB
30922005-12-05 Paolo Bonzini <bonzini@gnu.org>
3093
3094 Sync with gcc:
3095
3096 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3097
f7c83eac
AS
3098 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3099 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3100 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3101 Find in-tree tools if available.
3102 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3103 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3104 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3105 (COMPILER_*_FOR_TARGET): New.
3106 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3107 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3108 (CONFIGURED_*, USUAL_*): Remove.
3109 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3110 STRIP): Use autoconf substitutions.
3111 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3112 COMPILER_NM_FOR_TARGET): New.
3113 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3114
3115 (all): Make all-host and all-target in parallel.
3116 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3117 that $$r and $$s are set before invoking a recursive make.
3118 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3119 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
3120
3121 2005-11-29 Ben Elliston <bje@au.ibm.com>
3122
f7c83eac
AS
3123 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3124 from the gcc build directory.
3125 * Makefile.in: Regenerate.
be01d343
PB
3126
3127 2005-11-29 Ben Elliston <bje@au.ibm.com>
3128
f7c83eac
AS
3129 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3130 depend on all-libdecnumber.
3131 * configure.in (host_libs): Include libdecnumber.
3132 * Makefile.in: Regenerate.
3133 * configure: Likewise.
be01d343
PB
3134
3135 2005-11-21 Kean Johnston <jkj@sco.com>
3136
f7c83eac 3137 * config.sub, config.guess: Sync from upstream sources.
be01d343 3138
907be67c
DJ
31392005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3140
3141 * Makefile.def: Remove gdb dependencies for gdbtk.
3142 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3143 (configure-gdb, install-gdb): New rules.
3144 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3145 * Makefile.in, configure: Regenerated.
3146
e360f423
PB
31472005-10-22 Paolo Bonzini <bonzini@gnu.org>
3148
3149 PR bootstrap/24297
3150 * Makefile.tpl (do-[+make-target+], do-check, install,
3151 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3152 are set before recursing.
3153 * Makefile.in: Regenerate.
3154
45d5eb0a
EB
31552005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3156
3157 PR bootstrap/18939
3158 * Makefile.def (gcc) <target>: Fix thinko.
3159 * Makefile.in: Regenerate.
3160
3cf3372e
BS
31612005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3162
3163 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3164 * configure: Regenerate.
3165
bd70a46f
KH
31662005-10-09 Kazu Hirata <kazu@codesourcery.com>
3167
3168 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3169 target-libffi, target-qthreads, target-libjava, and
3170 targetlibobjc.
3171 * configure: Regenerate.
3172
5ae72758
DJ
31732005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3174
3175 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3176 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3177 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3178 (USUAL_OBJDUMP_FOR_TARGET): New.
3179 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3180 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 3181 * configure, Makefile.in: Regenerated.
5ae72758 3182
cc96343e
PB
31832005-10-05 Paolo Bonzini <bonzini@gnu.org>
3184
3185 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3186 before other host packages.
3187
f70224b5
PB
31882005-10-05 Paolo Bonzini <bonzini@gnu.org>
3189
3190 PR bootstrap/22340
3191
3192 * configure.in (default_target): Remove.
3193 * Makefile.tpl (all): Do not use prerequisites as subroutines
3194 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3195 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3196 use prerequisites as subroutines.
3197 (check-host, check-target): New.
3198 (bootstrap configure & all targets): Do not use stage*-start
3199 if the directory layout is already ok.
3200 (non-bootstrap configure & all targets): Prepend a $(unstage).
3201 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3202 (NOTPARALLEL): Remove.
3203 (unstage, stage variables): New variables.
3204 (unstage, stage targets): Simply expand to those variables.
3205
3206 * configure: Regenerate.
3207 * Makefile.in: Regenerate.
3208
c13c918a
JW
32092005-10-04 James E Wilson <wilson@specifix.com>
3210
3211 * Makefile.def (lang_env_dependencies): Add libmudflap.
3212 * Makefile.in: Regenerate.
3213
376a0e54
CM
32142005-10-03 Catherine Moore <clm@cm00re.com>
3215
3216 * configure.in (bfin-*-*): Support bfin.
3217 * configure: Regenerated.
3218
d320aacb
L
32192005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3220
3221 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3222 * configure: Regenerated.
3223
7e0f7140
GK
32242005-09-28 Geoffrey Keating <geoffk@apple.com>
3225
3226 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3227 (LIPO_FOR_TARGET): New.
3228 (CONFIGURED_LIPO_FOR_TARGET): New.
3229 (USUAL_LIPO_FOR_TARGET): New.
3230 (STRIP_FOR_TARGET): New.
3231 (CONFIGURED_STRIP_FOR_TARGET): New.
3232 (USUAL_STRIP_FOR_TARGET): New.
3233 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3234 STRIP_FOR_TARGET.
3235 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3236 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3237 * Makefile.in: Regenerate.
3238 * configure: Regenerate.
0e7ef45c 3239
096f7d00
DE
32402005-09-19 David Edelsohn <edelsohn@gnu.org>
3241
3242 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3243 (rs6000-*-aix*): Same.
3244 * configure: Regenerate.
3245
32462005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3247
3248 * configure.in: Recognize f95 in the --enable-languages option,
3249 and substitute it for fortran, issuing a warning.
3250 * configure: Regenerate.
3251
2016dfcc
BE
32522005-09-07 Ben Elliston <bje@au.ibm.com>
3253
3254 Import from Autoconf sources:
3255
3256 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3257 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3258 Elliston. Handle weird characters correctly.
3259
6dd2fda9
DD
32602005-08-30 Phil Edwards <phil@codesourcery.com>
3261
3262 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3263 * configure: Regenerated.
3264
e6db70d4
RE
32652005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3266
f7c83eac
AS
3267 * Makefile.def (libssp): Add to lang_env_dependencies.
3268 * Makefile.in: Regenerate.
e6db70d4 3269
e1e3d0f5
CG
32702005-08-17 Christian Groessler <chris@groessler.org>
3271
3272 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3273 * Makefile.in: Regenerate.
3274
05cbd757
PB
32752005-08-12 Paolo Bonzini <bonzini@gnu.org>
3276
3277 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3278 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3279 Look for alternate names of the target cc and c++
3280 * configure: Regenerate.
3281
55db4b87
PB
32822005-08-08 Paolo Bonzini <bonzini@gnu.org>
3283
3284 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3285 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3286 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3287 tools; remove code to manually set them.
3288 (Target tools): Look in the environment for them.
3289 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3290 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3291 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3292 build directory.
3293 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3294 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3295 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3296 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3297 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3298 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3299 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3300 * configure: Regenerate.
3301 * Makefile.in: Regenerate.
3302
414e5532
MM
33032005-07-27 Mark Mitchell <mark@codesourcery.com>
3304
3305 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 3306 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
3307 * Makefile.in: Regenerated.
3308
a19b6204
MM
33092005-07-26 Mark Mitchell <mark@codesourcery.com>
3310
3311 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3312 (CFLAGS_FOR_TARGET): Use it.
3313 (CXXFLAGS_FOR_TARGET): Likewise.
3314 * Makefile.in: Regenerated.
3315 * configure.in (--with-build-sysroot): New option.
3316 * configure: Regenerated.
3317
b73aa406
PB
33182005-07-24 Paolo Bonzini <bonzini@gnu.org>
3319
3320 * Makefile.tpl: Wrap install between unstage and stage
3321 * Makefile.in: Regenerate.
3322
6e4d0bcb
KC
33232005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3324
3325 * all files: Update FSF address.
3326
49f58d10
JB
33272005-07-14 Jim Blandy <jimb@redhat.com>
3328
3329 * configure.in: Add cases for Renesas m32c.
3330 * configure: Regenerated.
0e7ef45c 3331
1d9c9cd7
KC
33322005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3333
3334 * COPYING, compile, config-ml.in, config.guess,
3335 config.sub, install-sh, missing, mkinstalldirs,
3336 symlink-tree, ylwrap: Sync from upstream sources.
3337
1587117a
EC
33382005-07-13 Eric Christopher <echristo@redhat.com>
3339
3340 * configure.in: Add toplevel noconfigdir support for tpf.
3341 * configure: Regenerate.
3342
bb780410
DD
33432005-07-11 Jakub Jelinek <jakub@redhat.com>
3344
3345 * Makefile.def (target_modules): Add libssp.
3346 * configure.in (target_libraries): Add target-libssp.
3347 * configure: Rebuilt.
3348 * Makefile.in: Rebuilt.
3349
064d0a7c
PB
33502005-07-11 Paolo Bonzini <bonzini@gnu.org>
3351
3352 PR ada/22340
3353
3354 * Makefile.def: Sync with gcc.
3355 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3356 * Makefile.in: Regenerate.
3357
b2edd3b5
AS
33582005-07-07 Andreas Schwab <schwab@suse.de>
3359
3360 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3361 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3362 * Makefile.in: Regenerated.
3363
5f128533
KH
33642005-07-07 Kazu Hirata <kazu@codesourcery.com>
3365
3366 * configure.in: Add --enable-libssp and --disable-libssp.
3367 * configure: Regenerate with autoconf-2.13.
3368
4e3fc8e5
GK
33692005-07-06 Geoffrey Keating <geoffk@apple.com>
3370
3371 * configure.in: Don't build sim or rda when targetting darwin.
3372 * configure: Regenerate.
3373
c7357d6a
BE
33742005-07-04 Ben Elliston <bje@gnu.org>
3375
3376 * src-release (do-proto-toplev): Remove dejagnu bits.
3377 (DEJAGNU_SUPPORT_DIRS): Remove.
3378 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3379 (GDBD_SUPPORT_DIRS): Likewise.
3380 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3381 (INSIGHTD_SUPPORT_DIRS): Likewise.
3382 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3383
33842005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
3385
3386 * setup.com (mpw): Remove unused directive.
3387
7d329e61
PB
33882005-06-22 Paolo Bonzini <bonzini@gnu.org>
3389
3390 * Makefile.def (stagefeedback): Come after profile.
3391 Define profiledbootstrap target.
3392 * Makefile.tpl (profiledbootstrap): Remove.
3393 (stageprofile-end): Zap stagefeedback.
3394 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3395 * Makefile.in: Regenerate.
3396
e5fbed21
DD
33972005-06-13 Zack Weinberg <zack@codesourcery.com>
3398
3399 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3400 In 'cpp' stanza, support '#line' as well as '# '.
3401
59f7ec45
HPN
34022005-06-07 Hans-Peter Nilsson <hp@axis.com>
3403
3404 * configure.in (unsupported_languages): New macro.
3405 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3406 non-ported target libraries in noconfigdirs.
3407 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3408 non-linux-gnu. Remove libgcj_ex_libffi.
3409 <lang_frag loop>: Set add_this_lang=no if the language is in
3410 unsupported_languages.
3411 * configure: Regenerate.
3412
c10e9ba7
DD
34132005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3414
3415 * configure.in: Fix typo in handling of --with-mpfr-dir.
3416 * configure: Regenerate.
3417
20deb2b8
JB
34182005-06-02 Jim Blandy <jimb@redhat.com>
3419
3420 * config.sub: Add cases for the Renesas m32c. (This patch has been
3421 accepted into the master sources.)
3422
cdb9b172 34232005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
3424 Michael Snyder <msnyder@redhat.com>
3425 Stan Cox <scox@redhat.com>
cdb9b172 3426
f7c83eac 3427 * configure.in: Set noconfigdirs for ms1.
cdb9b172 3428
f7c83eac 3429 * configure: Regenerate.
cdb9b172 3430
1dc3053f
PB
34312005-05-25 Paolo Bonzini <bonzini@gnu.org>
3432
3433 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3434 (Dependencies): Consider target modules for bootstrap dependencies.
3435 Make target bootstrap modules depend on each stage's gcc.
3436 * Makefile.in: Regenerate.
3437
c60fe18b
PB
34382005-05-20 Paolo Bonzini <bonzini@gnu.org>
3439
3440 * Makefile.def (configure-gcc): Depend on binutils having been built.
3441 (all-gcc): No need to do it here.
3442 * Makefile.in: Regenerate.
3443
27258dd4
PB
34442005-05-19 Paul Brook <paul@codesourcery.com>
3445
0e7ef45c 3446 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
3447 language cannot be built.
3448 * configure: Regenerate.
3449
42ecbf5e
DJ
34502005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3451
3452 * ylwrap: Import from Automake 1.9.5.
3453
ae380b45
MS
34542005-05-04 Mike Stump <mrs@apple.com>
3455
3456 * configure.in: Always pass --target to target configures as
3457 otherwise rebuilds that do --recheck will fail.
811d3af8 3458 * configure: Rebuilt.
ae380b45 3459
d545f33b
PB
34602005-05-04 Paolo Bonzini <bonzini@gnu.org>
3461
3462 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3463 STAGE_HOST_EXPORTS.
3464 (configure, all): Add bootstrap support.
3465 (Host modules, target modules): Pass post-stage1 flags and exports.
3466 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3467 * Makefile.in: Regenerate.
3468
2faa2958
PB
34692005-04-29 Paolo Bonzini <bonzini@gnu.org>
3470
3471 Sync from gcc:
3472
3473 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3474
f7c83eac 3475 * config.sub: Update from master copy.
2faa2958
PB
3476
3477 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
3478
f7c83eac
AS
3479 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3480 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3481 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3482 "*-*-elf" and "*-*-linux*".
3483 * configure: Regenerate.
2faa2958 3484
a7254363
PB
34852005-04-06 Paolo Bonzini <bonzini@gnu.org>
3486
f7c83eac 3487 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
3488 (TARGET_CONFIGARGS): Include --with-target-subdir.
3489 (configure, all): New macros. Use them throughout.
3490
a8637a7d
PB
34912005-04-05 Paolo Bonzini <bonzini@gnu.org>
3492
3493 * Makefile.tpl: Sync with gcc.
3494 * Makefile.in: Regenerate.
3495
dd387d52
JR
34962005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3497
3498 * config/mh-mingw32: Delete.
3499 * configure.in: Don't use it.
3500 * configure: Regenerate.
3501
e90269c8
PB
35022005-03-31 Paolo Bonzini <bonzini@gnu.org>
3503
3504 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3505 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3506 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3507 (HOST_LIB_PATH): Generate from Makefile.def.
3508 (TARGET_LIB_PATH): Likewise.
3509 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3510 * Makefile.in: Regenerate.
3511 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3512 (RPATH_ENVVAR): Include Darwin case.
3513 * configure: Regenerate.
3514
9a237d9e
PB
35152005-03-25 Paolo Bonzini <bonzini@gnu.org>
3516
3517 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3518 * configure: Regenerate.
3519
479759c8
ZW
35202005-03-21 Zack Weinberg <zack@codesourcery.com>
3521
3522 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3523 gcc_version, and gcc_version_trigger from set of flags to pass.
3524 * Makefile.tpl: Remove definitions of above variables.
3525 (config.status): Remove dependency on $(gcc_version_trigger).
3526 * Makefile.in: Regenerate.
3527 * configure.in: Do not reference config/gcc-version.m4 nor
3528 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3529 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3530 * configure: Regenerate.
3531
4cfaf6d5
DD
35322005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3533 Andrew Pinski <pinskia@physics.uc.edu>
3534
3535 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3536 * Makefile.in: Regenerate.
3537
33a3fb7b
AO
35382005-03-01 Alexandre Oliva <aoliva@redhat.com>
3539
3540 PR libgcj/20160
3541 * ltmain.sh: Avoid creating archives with components that have
3542 duplicate basenames.
3543
2da12f12
PB
35442005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3545
479759c8
ZW
3546 PR bootstrap/20250
3547 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3548 instead of check.
3549 * Makefile.in: Regenerate.
2da12f12 3550
b00612cc
PB
35512005-02-28 Paolo Bonzini <bonzini@gnu.org>
3552
3553 Sync from gcc.
3554
3555 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3556
3557 PR bootstrap/17383
3558 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3559 * Makefile.tpl (HOST_SUBDIR): New substitution.
3560 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3561 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3562 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3563 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3564 (Host modules, Bootstrapped modules): Use it.
3565 (Build modules, Target modules): Do not create symlink trees,
3566 always configure out-of-srcdir.
3567 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3568 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3569 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3570 $(HOST_SUBDIR). Create a symlink for host_subdir.
3571
3572 * Makefile.in: Regenerate.
3573 * configure: Regenerate.
3574
3575 Merged from libada-gnattools-branch:
3576 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3577
3578 * Makefile.def: Add gnattools as a module, depending on target-libada.
3579 * Makefile.in: Regenerate.
3580 * configure.in: Include gnattools in host_tools; disable it if ada
3581 is disabled.
3582 * configure: Regenerate.
3583
c3e65f62
NC
35842005-02-23 Nick Clifton <nickc@redhat.com>
3585
3586 * configure: Regenerate.
3587
e4d180c2
NC
35882005-02-22 Paul Schlie <schlie@comcast.net>
3589
3590 * configure.in: Allow darwin targeted ports to build tk, itcl and
3591 libgui.
3592
e3c770b1
EB
35932005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3594
3595 PR libgcj/10353
3596 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3597 * configure: Regenerate.
3598
9c73618c
AC
35992005-02-08 Andrew Cagney <cagney@gnu.org>
3600
3601 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3602 gdb/ section. Update GDB's URL.
3603
c46f8c51
AC
36042005-01-31 Andrew Cagney <cagney@gnu.org>
3605
3606 * gettext.m4: Only set ENABLE_NLS when gettext is present.
3607
c7e66c6d
HPN
36082005-01-29 Hans-Peter Nilsson <hp@axis.com>
3609
3610 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3611 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3612 target-libgloss when not *-*-elf and *-*-aout.
3613 * configure: Regenerate.
3614
a53bf506
AC
36152005-01-27 Andrew Cagney <cagney@gnu.org>
3616
3617 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3618
45181ed1
AC
36192005-01-24 Andrew Cagney <cagney@gnu.org>
3620
3621 * gettext.m4: Only fall back to ../intl/ when it's present.
3622
a1e0f4e4
KC
36232005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3624
3625 * install-sh, config.sub: Import from upstream.
3626
36272005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
3628
3629 PR bootstrap/18222
3630 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3631 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3632 * Makefile.in: Regenerate.
3633
c50382e2
PB
36342005-01-03 Paolo Bonzini <bonzini@gnu.org>
3635
3636 Revert 2004-12-28 Makefile changes, a better fix will be
3637 applied to mainline and src after GCC 4.0 branches.
3638
11d07737
PB
36392004-12-28 Paolo Bonzini <bonzini@gnu.org>
3640
3641 PR bootstrap/17383
3642
3643 * Makefile.def (target_modules): Remove stage parameter,
3644 it is always true now.
3645 * Makefile.tpl (configure-build-[+module+],
3646 configure-target-[+module+]): Always build symlink tree
3647 for the directory and for include. BUILD_SUBDIR and
3648 TARGET_SUBDIR cannot be . anymore.
3649 * Makefile.in: Regenerate.
3650
dadfdbe2
DD
36512004-12-25 David Edelsohn <edelsohn@gnu.org>
3652
3653 Revert 2004-12-08 Makefile changes.
3654
dbf85af7
JR
36552004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3656
3657 * configure.in (sh64-*-*): Reenable gprof.
3658 * configure: Regenerate.
3659
6b8fea99
JB
36602004-12-09 Jim Blandy <jimb@redhat.com>
3661
3662 * MAINTAINERS: List 'depcomp' as part of automake.
3663
7341462c
DE
36642004-12-08 David Edelsohn <edelsohn@gnu.org>
3665
3666 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3667 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3668 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3669 * Makefile.in: Regenerate.
3670
21fde4dc
DD
36712004-12-07 Matt Kraai <kraai@ftbfs.org>
3672
3673 * Makefile.tpl: Generate normal dependencies if the LHS module is
3674 not bootstrapped.
3675 * Makefile.in: Regenerate.
3676
3da796a2
RS
36772004-12-03 Richard Sandiford <rsandifo@redhat.com>
3678
3679 * configure.in: Include config/gxx-include-dir.m4. Use
3680 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
3681 * configure: Regenerate.
3682
73fb7068
RS
36832004-12-03 Richard Sandiford <rsandifo@redhat.com>
3684
3685 * config.if: Delete.
3686 * configure.in: Set libstdcxx_incdir directly.
3687 * configure: Regenerate.
3688 * MAINTAINERS: Remove mention of config.if.
3689 * src-release (DEVO_SUPPORT): Remove config.if.
3690
6c8e6ce9
EC
36912004-12-02 Eric Christopher <echristo@redhat.com>
3692
3b6098f8
EC
3693 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
3694 of things to remove.
6c8e6ce9 3695 * Makefile.in: Regenerate.
479759c8 3696
b8658a2f
RS
36972004-12-02 Richard Sandiford <rsandifo@redhat.com>
3698
3699 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3700 * configure: Regenerate.
3701
afefada0
RS
37022004-12-02 Richard Sandiford <rsandifo@redhat.com>
3703
3704 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
3705 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
3706 * configure: Regenerate.
3707
5dcac624
DA
37082004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3709
3710 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3711 (hppa*64*-*-*): Delete incorrect comment.
3712 * configure: Rebuilt.
3713
57d1eb1a
DD
37142004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3715
3716 * install-sh, compile: Import from automake.
3717
37182004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3719
3720 * config.guess, config.sub: Import from savannnah.
3721
6d389afc
MS
37222004-11-12 Mike Stump <mrs@apple.com>
3723
3724 * Makefile.def: Add html support.
3725 * Makefile.tpl: Likewise.
3726 * Makefile.in: Regenerate.
3727
69e57115
GK
37282004-11-11 Geoffrey Keating <geoffk@apple.com>
3729
3730 PR 18423
3731 * configure.in: Remove all instances of build-fixincludes from
3732 noconfigdirs.
3733 (build_configargs): Supply --target to subdirectories.
3734 * configure: Regenerate.
3735
3736 * Makefile.def: Make gcc install depend on fixincludes install.
3737 * Makefile.in: Regenerate.
3738
ba719b26
HPN
37392004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
3740
3741 * configure.in (noconfigdirs) [mmix-*-*]: Disable
3742 target-libgfortran.
3743 * configure: Regenerate.
3744
c37653e7
DE
37452004-11-07 David Edelsohn <edelsohn@gnu.org>
3746
3747 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3748 like CC.
3749
1eefd493
PB
37502004-11-05 Paolo Bonzini <bonzini@gnu.org>
3751
3752 * Makefile.def (host fixincludes): Specify missing targets.
3753 * Makefile.in: Regenerate.
3754
02b1af09
L
37552004-11-04 H.J. Lu <hongjiu.lu@intel.com>
3756
3757 PR other/17783
3758 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3759 * configure: Regenerated.
3760
7f266840
DJ
37612004-11-04 Daniel Jacobowitz <dan@debian.org>
3762
3763 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3764 * configure: Regenerated.
3765
47444073
AL
37662004-10-28 Eric B. Weddington <ericw@evcohs.com>
3767
3768 PR target/18151
3769 * configure.in (case ${target}): Do not build fixincludes for avr.
3770 * configure: Regenerated.
3771
caeba88f
AL
37722004-10-26 Paolo Bonzini <bonzini@gnu.org>
3773
3774 * configure.in (case ${target}): Do not build fixincludes
3775 on platforms where it is not used.
3776 * configure: Regenerated.
3777
0fdbe983
DJ
37782004-10-23 Daniel Jacobowitz <dan@debian.org>
3779
3780 * configure.in: Use an absolute path to install-sh.
3781 * configure: Regenerated.
3782
1c0f67c1
AC
37832004-10-19 Andrew Cagney <cagney@gnu.org>
3784
3785 * src-release (do-djunpack, do-md5sum): Install the generated file
3786 directly into the proto-toplev/ directory.
479759c8 3787
a9cfce9c
AC
37882004-10-19 Andrew Cagney <cagney@gnu.org>
3789
3790 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
3791
ac0fa625
DD
37922004-10-12 Kelley Cook <kcook@gcc.gnu.org>
3793
3794 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3795 * configure: Regenerate.
3796
d27cc32e
PB
37972004-10-06 Paolo Bonzini <bonzini@gnu.org>
3798
3799 Fix wrong conflict resolution in:
3800
3801 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3802
3803 * Makefile.in: Regenerate.
3804 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3805 in the recursive `make', instead of hardwiring `all'.
3806 (Autogenerated TARGET-* variables): New.
3807
1763908f
UW
38082004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3809
3810 Merged from GCC / libtool upstream:
3811 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
3812 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3813 * ltcf-cxx.sh (tpf*): Likewise.
3814 * ltconfig (tpf*): Add TPF OS configuration support.
3815
0490e016
NC
38162004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
3817
3818 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 3819 * configure: Regenerate.
0490e016 3820
32be62b5
RS
38212004-09-24 Michael Roth <mroth@nessie.de>
3822
3823 * configure.in (--without-headers): Add missing double quotes.
3824 * configure: Regenerate.
3825
6048df60
DD
38262004-09-24 Kelley Cook <kcook@gcc.gnu.org>
3827
3828 * ylwrap: Revert to previous version.
3829
315b3b02
L
38302004-09-23 H.J. Lu <hongjiu.lu@intel.com>
3831
6048df60 3832 PR bootstrap/17369
315b3b02
L
3833 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3834 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3835 SET_GCC_LIB_PATH_CMD.
3836 (BASE_TARGET_EXPORTS): Likewise.
3837 * Makefile.in: Regenerated.
3838
3839 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3840 * configure: Regenerated.
3841
fe69863c
DD
38422004-09-23 Kelley Cook <kcook@gcc.gnu.org>
3843
3844 * config.guess: New upstream version
3845 * compile, depcomp, install-sh, ylwrap: Likewise.
3846
38472004-09-19 Roger Sayle <roger@eyesopen.com>
3848
3849 * config/mh-x86omitfp: New host makefile fragment. Add
3850 -fomit-frame-pointer to the default BOOT_CFLAGS.
3851 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3852 * configure: Regenerate.
3853
38542004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
3855
3856 PR target/11572
3857 * configure.in (*-*-darwin*): Renable libobjc.
3858 * configure: Regenerate.
3859
be75bbe1 38602004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 3861
be75bbe1
DB
3862 * Makefile.def: Remove libbanshee.
3863 * Makefile.tpl: Ditto.
3864 * configure.in: Ditto.
3865 * Makefile.in: Regen.
3866 * configure: Ditto.
3867
1b882a91
PB
38682004-09-07 Paolo Bonzini <bonzini@gnu.org>
3869
3870 * missing: Import latest version from master repository.
3871
eb1352ed
NC
38722004-09-04 Nick Clifton <nickc@redhat.com>
3873
3874 * config.sub: Import latest version from master repository.
3875 * config.guess: Likewise.
3876 This includes these changes:
479759c8 3877
eb1352ed
NC
3878 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
3879
3880 * config.sub: Handle crisv32, alias etraxfs.
3881 * config.guess (crisv32:Linux:*:*): Handle.
3882
3883 2004-08-13 Brad Smith <brad@comstyle.com>
3884
3885 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3886 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3887
3888 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
3889
3890 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3891 assume the processor is a powerpc. This is because coreutils
3892 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3893 in this case, due to a MacOS X bug that causes
3894 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3895 to return a negative number.
3896 Problem reported by Petter Reinholdtsen in:
3897 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3898
3899 2004-07-19 Ben Elliston <bje@gnu.org>
3900
3901 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3902
3903 2004-06-24 Ben Elliston <bje@gnu.org>
3904
3905 * config.guess: Update copyright years.
3906 * config.sub: Likewise.
3907
3908 2004-06-22 Robert Millan <robertmh@gnu.org>
3909
3910 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3911 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3912
3913 2004-06-22 Stanley F. Quayle <stan@stanq.com>
3914
3915 * config.guess (*:*VMS:*:*): New entry. Replaces
3916 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3917 manufacturer.
3918
3919 2004-06-22 Ben Elliston <bje@gnu.org>
3920
3921 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3922 * config.sub: Likewise.
3923
3924 2004-06-22 Ben Elliston <bje@gnu.org>
3925
3926 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3927 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3928
3929 2004-06-11 Ben Elliston <bje@gnu.org>
3930
3931 * config.guess (pegasos:OpenBSD:*:*): Remove.
3932
3933 2004-06-11 Ben Elliston <bje@gnu.org>
3934
3935 From Wouter Verhelst <wouter@grep.be>:
3936 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3937
3938 2004-06-11 Ben Elliston <bje@gnu.org>
3939
3940 * config.guess (luna88k:OpenBSD:*:*): New.
3941
3942 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3943
3944 * config.guess (m32r*:Linux:*:*): New case.
3945 * config.sub: Handle m32rle.
3946
3947 2004-03-12 Ben Elliston <bje@wasabisystems.com>
3948
3949 From Jens Petersen <petersen@redhat.com>:
3950 * config.sub: Handle sparcv8.
3951
3952 2004-03-03 Ben Elliston <bje@wasabisystems.com>
3953
3954 From Tom Smith <smith@cag.lkg.hp.com>:
3955 * config.guess: Version suffixes are equally significant on Tru64
3956 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
3957 prefix of "P" (patched kernel).
3958
3959 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
3960
3961 * config.sub: Add support for National Semiconductor CRX target.
3962
2a3124ca 39632004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 3964
2a3124ca
RH
3965 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3966 *-*-netware, but add target-libmudflap.
3967 Consolidate *-*-netware targets (of which really only i?86 exists)
3968 into a single entry.
3969 * configure: Likewise.
3970
0df3d27f
PB
39712004-09-01 Paolo Bonzini <bonzini@gnu.org>
3972
3973 * Makefile.tpl (sorry): Remove.
3974 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3975 (cleanstrap targets): Depend on distclean, not distclean-stage1.
3976 (do-clean): Clean per-stage directories too.
3977 (do-distclean): Run distclean-stage1 too.
3978 (.NOTPARALLEL): Enable during toplevel bootstrap.
3979 (stage[+id+]-bubble): Enable parallel execution during
3980 the recursive invocation.
3981 * Makefile.in: Regenerate.
3982
3983 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
3984
3985 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
3986
3987 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3988 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3989 * configure: regenerate
479759c8
ZW
3990 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3991 -mdynamic-no-pic
0df3d27f
PB
3992
39932004-08-31 Paolo Bonzini <bonzini@gnu.org>
3994
3995 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3996 include.
3997 * configure.in: Fix indentation.
3998 * configure: Regenerate.
3999
ee025550
PB
40002004-08-31 Paolo Bonzini <bonzini@gnu.org>
4001
4002 * Makefile.def (build_modules): Add fixincludes.
4003 (dependencies): Make gcc depend on fixincludes.
4004 * configure.in (build_tools): Add fixincludes.
4005 (build_configdirs): Always include build_libs.
4006 * Makefile.in: Regenerate.
4007 * configure: Regenerate.
4008
40092004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
4010
4011 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4012 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4013 phony targets; do not generate timestamp files.
4014 (distclean-stageN): Remove references to their timestamp files.
4015 (restageN, touch-stageN): Remove.
4016 (stageN-bubble): Rewritten.
4017 (compare): Support lean bootstraps.
4018 * Makefile.in: Regenerate.
4019
4020 * configure.in: Only warn when bootstrapping but
4021 build != host or build != target. Support lean bootstraps.
4022 * configure: Regenerate.
4023
4024 Sync from gcc:
4025 2004-08-26 Phil Edwards <phil@codesourcery.com>
4026
4027 * configure.in: Give a better error message if GMP/MPFR are missing
4028 and a language needing them has been requested.
4029 * configure: Regenerated.
4030
4031 2004-08-25 Phil Edwards <phil@codesourcery.com>
4032
4033 * configure.in: Print a list of available language front-ends if
4034 a requested one is missing. Tidy stray tab characters.
4035 * configure: Regenerated.
4036
72b2455a
PB
40372004-08-17 Paolo Bonzini <bonzini@gnu.org>
4038
4039 * Makefile.in: Regenerate.
4040 * configure: Regenerate.
4041
4042 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4043 stage_*_flags.
4044 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4045 for bootstrapped modules if toplevel bootstrap is going.
4046 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4047 modules. Adjust for changes in Makefile.def. Enable several
4048 rules even in non-bootstrap mode, just to avoid peppering the
4049 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4050 (stage-[+prev+]-bubble): Remove.
4051
4052 * Makefile.def (Dependencies): Depend on all-build-bison,
4053 all-build-flex, all-build-byacc, all-build-texinfo, rather
4054 than the host variations.
4055 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4056 with BUILD_SUBDIR.
4057 (BISON): Update for recent Bisons.
4058 (YACC): Fix typo.
4059 (cross): Depend on all-build.
4060 (all): Do not depend on all-build.
4061 (prebootstrap): Remove.
4062 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4063 (Prebootstrap dependencies): Add them to the per-stage targets
4064 and to all-prebootstrap.
4065 * configure.in (build_configdirs): Always enable build_tools.
4066 (BUILD_DIR_PREFIX): Remove.
4067
4068 * Makefile.def (gcc): Add target variable.
4069 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4070 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4071 in the recursive `make', instead of hardwiring `all'.
4072 (Autogenerated TARGET-* variables): New.
4073
de0b4a87
JW
40742004-08-17 Robert Millan <robertmh@gnu.org>
4075
4076 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4077 (instead of FreeBSD).
4078 * configure: Regenerate.
4079
ad681c85
NN
40802004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4081
675c6968
NN
4082 * Makefile.def, configure.in, src-release: Remove useless, bogus
4083 references to tix.
4084 * Makefile.in, configure: Regenerate.
4085
ad681c85
NN
4086 * src-release: Stop distributing mmalloc with gdb (which doesn't
4087 use it).
4088 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4089 * Makefile.in: Regenerate.
4090
11b04d1f
DD
40912004-08-09 Mark Mitchell <mark@codesourcery.com>
4092
4093 * configure.in (arm*-*-eabi*): New target.
4094 * configure: Regenerate.
4095
f2420bea
NN
40962004-08-01 Robert Millan <robertmh@gnu.org>
4097
4098 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4099 libmudflap for all GNU-based systems (with Glibc).
4100 * configure: Regenerate.
4101
9e6ce191
PB
41022004-08-06 Paolo Bonzini <bonzini@gnu.org>
4103
4104 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4105 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4106 (Dependencies): New section.
4107 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4108 (configure-target-[+module+]): Depend on maybe-all-gcc
4109 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4110 (toplevel profiledbootstrap): Fix dependencies.
4111 * Makefile.in: Regenerate.
4112
df4a6958
MM
41132004-08-03 Mark Mitchell <mark@codesourcery.com>
4114
4115 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4116 target-libiberty to noconfigdirs.
4117
11b04d1f
DD
41182004-08-03 Paul Brook <paul@codesourcery.com>
4119
4120 * configure.in: Check for MPFR as well as GMP.
4121 * configure: Regenerate.
4122
b813574b
PB
41232004-08-03 Paolo Bonzini <bonzini@gnu.org>
4124
4125 * Makefile.def (host-modules): Add gcc.
4126 * Makefile.in: Regenerate.
4127 * Makefile.tpl (sorry): New rule.
4128 (configure-host, all-host, [+make_target+]-host, do-check,
4129 install-host): Do not add gcc as a special case.
4130 (host modules): Add a small special-casing for gcc. Export
4131 extra_make_flags through the environment.
4132 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4133 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4134 other recursive targets for gcc): Remove.
4135
4136 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4137 (stage, unstage): New rules.
4138 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4139 distclean-stage[+id+]): Use stage_current.
4140 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4141 the stage*-start rules.
4142
61edac0c
JW
41432004-07-19 Robert Millan <robertmh@gnu.org>
4144
4145 Synced from gcc:
4146
4147 2004-04-26 Robert Millan <robertmh@gnu.org>
4148
4149 Add patches from libtool CVS.
4150 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4151 * ltconfig: Likewise.
4152 * ltcf-c.sh: Likewise.
4153 * ltcf-cxx.sh: Likewise.
4154 * ltcf-gcj.sh: Likewise.
4155
3e707e94
PB
41562004-07-12 Paolo Bonzini <bonzini@gnu.org>
4157
4158 * configure.in: Add noconfigdirs for crx-*-*.
4159 * configure: Regenerate.
4160
41612004-07-12 Paolo Bonzini <bonzini@gnu.org>
4162
4163 Synced from gcc:
4164
4165 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4166
4167 * configure.in: Build libmudflap by default on FreeBSD.
4168 * configure: Regenerated.
4169
4170 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4171
4172 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4173 systems.
4174 * configure: Regenerated.
4175
4176 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4177
4178 PR target/16344
4179 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4180 feedback based compiler.
4181 * Makefile.in: Rebuilt.
4182
4183 2004-07-05 Phil Edwards <phil@codesourcery.com>
4184
4185 * configure.in: Do not prepend $srcdir to /dev/null in
4186 makefile fragments.
4187 * configure: Regenerate.
4188
a7ee7660
AO
41892004-07-08 Alexandre Oliva <aoliva@redhat.com>
4190
4191 * Makefile.def (host_modules): Set bootstrap=true for flex.
4192 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4193 * Makefile.in: Rebuilt.
4194
6a9cf61e
PB
41952004-07-01 Paolo Bonzini <bonzini@gnu.org>
4196
4197 * Makefile.def (build_modules): Add bison, byacc, flex,
4198 m4, texinfo.
4199 (flags_to_pass): Add FLEX.
4200 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4201 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4202 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4203 DEFAULT_MAKEINFO): Remove.
4204 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4205 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4206 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4207 objdir or else use configured tool.
4208 (all-build): New.
4209 (all): Depend on it.
4210 (Build module dependencies): Add.
4211 * Makefile.in: Regenerate.
4212 * configure.in: Better support for multiple build modules,
4213 matching what is done for host/target modules. Do not look
4214 for "plausible" locations of build tools if Canadian cross.
4215 Use autoconf's AC_PROG_CC to find a C compiler. Define
4216 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4217 * configure: Regenerate.
4218
95b6a1f2
PB
42192004-06-22 Paolo Bonzini <bonzini@gnu.org>
4220
4221 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4222 * Makefile.in: Regenerate.
4223
7ffa0b57
PB
42242004-06-22 Paolo Bonzini <bonzini@gnu.org>
4225
4226 * Makefile.tpl (configure-build-[+module+],
4227 configure-[+module+], configure-target-[+module+]): Pass
4228 [+extra_configure_args+].
4229 (all-build-[+module+], all-[+module+], check-[+module+],
4230 install-[+module+], [+make_target+]-[+module+],
4231 all-target-[+module+], check-target-[+module+],
4232 install-target-[+module+], [+make_target+]-target-[+module+]):
4233 Pass [+extra_make_args+].
4234 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4235 (GCC_HOST_EXPORTS): Remove.
4236 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4237 cross, check-gcc, check-gcc-c++, install-gcc,
4238 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4239 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4240 * Makefile.in: Regenerate.
4241
929ba6e7
CF
42422004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4243
4244 * configure.in: Check for srcdir/winsup rather than build directory
4245 winsup.
4246 * configure: Regenerate.
4247
b76d7de0
CV
42482004-06-17 Corinna Vinschen <vinschen@redhat.com>
4249
4250 * configure.in: Don't build Cygwin native newlib if winsup
4251 directory is missing. Emit warning instead.
4252 * configure: Regenerate.
4253
656fdd47
PB
42542004-06-09 Paolo Bonzini <bonzini@gnu.org>
4255
4256 * Makefile.tpl (touch-stage[+id+]): New.
4257 (restage[+prev+]): Depend on touch-stage[+id+].
4258
4259 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4260 Use it throughout.
4261
4262 * Makefile.def: Add profile and feedback bootstrap stages.
4263 Remove next field from bootstrap stages.
4264 * Makefile.tpl (LN, LN_S): Substitute.
4265 (stageN-start, stageN-end): Use double-colon rules, to
4266 provide a hook for additional setup commands.
4267 (distclean-stageN-gcc, restageN): Create dependencies from
4268 [+prev+], not from [+next+].
4269 (stageN-bubble): Add commands for successive stages from
4270 [+prev+], using double-colon rules.
4271 (all-stageN-gcc): Fix typo.
4272 (stagefeedback-start, profiledbootstrap): New.
4273 * Makefile.in: Regenerate.
4274 * configure.in: Call ACX_PROG_LN.
4275 * configure: Regenerate.
4276
498d4a71
CF
42772004-06-03 Paolo Bonzini <bonzini@gnu.org>
4278
4279 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4280 without gcc.
4281 * configure: Regenerate.
4282
377d8c42
PB
42832004-06-01 Paolo Bonzini <bonzini@gnu.org>
4284
4285 * Makefile.tpl: Fix typo.
4286 * Makefile.in: Regenerate.
4287
f5f8a794
PB
42882004-06-01 Paolo Bonzini <bonzini@gnu.org>
4289
4290 * configure.in: Remove new- prefix from toplevel
4291 bootstrap targets.
4292 * configure: Regenerate.
4293
f7a4c34f
PB
42942004-06-01 Paolo Bonzini <bonzini@gnu.org>
4295
4296 Merge this patch from the gcc tree:
4297
4298 2004-05-30 Andreas Jaeger <aj@suse.de>
4299 Jim Wilson <wilson@specifixinc.com>
4300
4301 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4302 like CC.
4303
319cab08
PB
43042004-06-01 Paolo Bonzini <bonzini@gnu.org>
4305
4306 * Makefile.tpl (all.normal): Rename to all.
4307 (all): Replace with a rule to pick the default
4308 target from configure.
4309 (all-gcc, configure-gcc): Use conditionals to
4310 do nothing when toplevel bootstrap is going on.
4311 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4312 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4313 * configure.in: Support --enable-bootstrap.
4314
4315 * Makefile.def: Remove new- prefix from toplevel
4316 bootstrap targets.
4317 * Makefile.tpl: Likewise.
4318
4319 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4320 target.
4321
4322 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4323 $(RECURSE_FLAGS) to recursive invocation of make.
4324
4325 * Makefile.in: Regenerate.
4326 * configure: Regenerate.
4327
88f64edc
DJ
43282004-05-27 Daniel Jacobowitz <dan@debian.org>
4329
4330 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4331 * configure: Regenerate.
4332
378fce5b
DD
43332004-05-25 Daniel Jacobowitz <drow@false.org>
4334
4335 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4336 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4337 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4338 targets.
4339 * Makefile.in: Regenerate.
4340
dfdffa2c
PB
43412005-05-24 Paolo Bonzini <bonzini@gnu.org>
4342
4343 * configure.in: Test the ability to symlink directories.
4344 * configure: Regenerate.
4345
4346 * Makefile.def (bootstrap-stage): New definitions.
4347 * Makefile.tpl (configure-stage1-gcc,
4348 configure-stage2-gcc, configure-stage3-gcc,
4349 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4350 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4351 new-restage3, compare): Autogenerate, see Makefile.in
4352 entry for behavioral changes.
4353 (distclean-stage1, new-stage1-start, new-stage1-end,
4354 new-stage1-bubble, distclean-stage2, new-stage2-start,
4355 new-stage2-end, new-stage2-bubble, distclean-stage3,
4356 new-stage3-start, new-stage3-end): New autogenerated targets.
4357 (objext, prebootstrap, BOOT_CFLAGS,
4358 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4359 targets.
4360
4361 * Makefile.in: Regenerate.
4362 (distclean-stage1, new-stage1-start, new-stage1-end,
4363 new-stage1-bubble, distclean-stage2, new-stage2-start,
4364 new-stage2-end, new-stage2-bubble, distclean-stage3,
4365 new-stage3-start, new-stage3-end): New targets.
4366 (all-stage1-gcc): Move prebootstrap dependency from here...
4367 (configure-stage1-gcc): ...to here.
4368 (new-bootstrap): Use bubble targets.
4369 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4370 Use per-stage distclean targets.
4371 (configure-stage1-gcc, configure-stage2-gcc,
4372 configure-stage3-gcc, all-stage1-gcc,
4373 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4374 Use new-stageN-start to prepare the tree.
4375
04cf1b77
PB
43762004-05-23 Paolo Bonzini <bonzini@gnu.org>
4377
4378 * Makefile.def (host_modules): add libcpp.
4379 * Makefile.tpl: Add dependencies on and for libcpp.
4380 * Makefile.in: Regenerate.
4381 * configure.in: Add libcpp host module.
4382 * configure: Regenerate.
4383
80b200a1
ZW
43842004-05-17 Zack Weinberg <zack@codesourcery.com>
4385
4386 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4387 of libf2c.
4388 * configure, Makefile.in: Regenerate.
4389
4b1cb4fe
DD
43902004-05-13 Diego Novillo <dnovillo@redhat.com>
4391
4392 Merge from tree-ssa-20020619-branch.
4393
4394 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4395 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4396 (HOST_GMPLIBS): Define.
4397 (HOST_GMPINC): Define.
4398 (TARGET_LIB_PATH): Add libmudflap.
4399 (GFORTRAN_FOR_TARGET): Define.
4400 (configure-build*): Export GFORTRAN.
4401 (configure-gcc): Export GMPLIBS and GMPINC.
4402 (all-gcc): Add maybe-all-libbanshee.
4403 (configure-target-libgfortran): Define.
4404 * Makefile.in: Regenerate.
4405 * configure.in (host_libs): Add libbanshee.
4406 (target_libraries): Add target-libmudflap and target-libgfortran.
4407 Add --with-libbanshee.
4408 Handle --disable-libmudflap.
4409 (*-*-freebsd*): Use with_gmp.
4410 Add $(libgcj) to noconfigdirs.
4411 * configure: Regenerate.
4412 * depcomp: New file.
4413 * MAINTAINERS: Add tree-ssa maintainers.
4414
44152004-04-28 Paolo Bonzini <bonzini@gnu.org>
4416
4417 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4418 * configure: Regenerate.
4419
b8908782
DD
44202004-04-27 Paolo Bonzini <bonzini@gnu.org>
4421
4422 Revert:
4423 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4424
4425 * Makefile.def (flags_to_pass): Remove *dir variables that
4426 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4427 as well as prefix and exec_prefix.
4428 * Makefile.in: Regenerate.
4429
44302004-04-26 Paolo Bonzini <bonzini@gnu.org>
4431
4432 * Makefile.def (host_modules): Mark with the bootstrap
4433 flag packages on which gcc depends.
4434 * Makefile.tpl (all-bootstrap): Use it.
4435 * Makefile.in: Regenerate.
4436
44372004-04-26 Paolo Bonzini <bonzini@gnu.org>
4438
4439 * Makefile.def (flags_to_pass): Remove *dir variables that
4440 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4441 as well as prefix and exec_prefix.
4442 * Makefile.in: Regenerate.
4443
44442004-04-26 Paolo Bonzini <bonzini@gnu.org>
4445
80b200a1
ZW
4446 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4447 * configure: Regenerate.
4448 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4449 * gcc/Makefile.tpl (compare): Use the result of the test.
4450 * gcc/Makefile.in: Regenerate.
b8908782
DD
4451
44522004-04-23 Paolo Bonzini <bonzini@gnu.org>
4453
4454 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4455 Always relocate gcc and prev-gcc to the original names, even
4456 if the build fails.
4457 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4458 New targets.
4459
0f260896
RO
44602004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4461
4462 * configure.in (mips*-*-irix5*): Enable ld.
4463 * configure: Regenerate.
4464
51860f05
JW
44652004-04-15 James E Wilson <wilson@specifixinc.com>
4466
4467 * Makefile.tpl (configure-[+module+], configure-gcc,
4468 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4469 Set and export LDFLAGS.
4470 * Makefile.in: Regenerate.
4471
54752a6b
NN
44722004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4473
4474 PR bootstrap/14871
4475 * Makefile.tpl: If we don't have built-in-tree target tools,
4476 use the ones found by configure rather than hacking around with
4477 program_transform_name.
4478 * configure.in: Give Makefile.tpl the information necessary
4479 to do that.
4480 * Makefile.in: Regenerate.
4481 * configure: Regenerate.
4482
44832004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
4484
4485 PR bootstrap/14760
4486 * configure.in: When computing baseargs, strip *all* copies of
4487 offending options. Also, don't match/substitute the trailing space,
4488 so that this actually works when two similar options are separated by
4489 only one space.
4490 * configure: Regenerate.
4491
44922004-04-06 David Edelsohn <edelsohn@gnu.org>
4493
80b200a1
ZW
4494 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4495 (rs6000-*-aix*): Same.
4496 * configure: Regenerate.
54752a6b 4497
5e2b61fb
SS
44982004-03-25 Stan Shebs <shebs@apple.com>
4499
4500 Remove MPW support, no longer used.
4501 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4502 mpw-install: Remove files.
4503 * src-release (DEVO_SUPPORT): Remove names of removed files.
4504 * MAINTAINERS: Likewise.
4505
1a6f2dc7
NN
45062004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
4507
a0049f1b
NN
4508 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4509 STRICT_WARN, WARN_CFLAGS flags passed down to make.
4510 * Makefile.in: Regenerate.
4511
1a6f2dc7
NN
4512 * configure.in (top level bootstrap support): Rework --enable-werror
4513 to set @stage2_werror_flag@.
4514 * configure: Regenerate.
4515 * Makefile.tpl (top level bootstrap support): Pass
4516 @stage2_werror_flag@ down to configure in stages 2 and 3.
4517 * Makefile.in: Regenerate.
4518
920e3419
NN
45192004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
4520
4521 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4522 for stages 2 and 3 as well as in make. As a consequence, remove
4523 OUTPUT_OPTION (now detected by configure) from the flags passed down
4524 to make.
4525 * Makefile.in: Regenerate.
4526
4527 * Makefile.tpl (new-bootstrap): Fix typo.
4528 * Makefile.in: Regenerate.
4529
4fa63067
NN
45302004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
4531
4532 * Makefile.tpl: Rearrange by moving recursive_targets rules
4533 into their proper sections.
4534 * Makefile.tpl (top level bootstrap support): Move disabling
4535 of coverage flags from 'make' to 'configure'; improve comments.
4536 * Makefile.in: Regenerate.
4537
4538 * Makefile.tpl (experimental top level bootstrap) Move stage1
4539 language setting from all- target to configure- target; disable
4540 intermodule optimization in stage 1; prevent gratuitous rebuilds
4541 of stage 1.
4542 * Makefile.in: Regenerate.
4543 * configure.in: Comma-separate stage 1 language list for top
4544 level bootstrap.
4545 * configure: Regenerate.
4546
4547 * Makefile.tpl: Clean up experimental top level bootstrap support:
4548 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4549 prev-gcc in configure- targets as well as all- targets.
4550 * Makefile.in: Regenerate.
4551
fb8a10fd
NN
45522004-03-17 Paolo Bonzini <bonzini@gnu.org>
4553
4554 * configure.in: Remove symbolic link section.
4555 * configure: Regenerate.
4556 * Makefile.tpl (links): Remove.
4557 * Makefile.in: Regenerate.
4558
947f426e 45592004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 4560 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
4561
4562 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 4563 Set with AC_CHECK_PROGS.
947f426e
NN
4564 * configure.in: Fix comment typo from last patch.
4565 * configure: Regenerate.
4566
1d39f329
NN
45672004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
4568
4569 * Makefile.tpl: Introduce experimental top level bootstrap support.
4570 * Makefile.in: Regenerate.
4571 * configure.in: Introduce support for top level bootstrap.
4572 * configure: Regenerate.
4573
4b0ac75d 45742004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 4575 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
4576
4577 PR bootstrap/14522
4578 * configure.in: Cope with shells that do not support unquoted ^
4579 * configure: Regenerate.
4580
2e70b094 45812004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 4582 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
4583
4584 PR bootstrap/14522
4585 * configure.in: Cope with shell that do not support nesting
4586 quotes inside quoted backquote substitutions.
4587 * configure: Regenerate.
4588
45892004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
4590
4591 PR bootstrap/14522
4592 * configure.in: Fix escaping of $.
4593 * configure: Regenerate.
4594
9e07f89d
NN
45952004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
4596
4597 * configure: Regenerate.
4598
45992004-03-08 Paolo Bonzini <bonzini@gnu.org>
4600
4601 PR ada/14131
4602 Move language detection to the top level.
4603 * configure.in: Find default values for the tools as
4604 soon as possible. Disable ada if GNAT is not found.
4605 Emit error message about missing languages. Expand
4606 --enable-languages=all for the gcc subdirectory.
4607
1712ab83
RS
46082004-03-01 Richard Sandiford <rsandifo@redhat.com>
4609
4610 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4611 and disable libgcj.
4612 * configure: Regenerated.
4613
3dee29da
NN
46142004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4615
4616 PR bootstrap/7087
4617 * Makefile.tpl: Guard XFOO sed statements better.
4618 * Makefile.tpl: Add dependency for configure-target-libada.
4619 * Makefile.in: Regenerate (incidentally fixes broken
4620 commit when libada-branch was merged).
4621
0558264b
AC
46222004-02-28 Andrew Cagney <cagney@redhat.com>
4623
4624 * src-release (CVS_NAMES): Define.
4625 (do-tar, do-tar): Prune $(CVS_NAMES).
4626
c38f9803
AC
46272004-02-23 Andrew Cagney <cagney@redhat.com>
4628
4629 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
4630 2004-02-19.09.
4631
55636792
NN
46322004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
4633
4634 PR bootstrap/11932
4635 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4636
1e600082
AC
46372004-02-19 Andrew Cagney <cagney@redhat.com>
4638
4639 * config.guess: Update from version 2003-06-12 to 2004-02-16.
4640 * config.sub: Update from version 2003-06-13 to 2004-02-16.
4641
3769cd82
DD
46422004-02-11 David Edelsohn <edelsohn@gnu.org>
4643
4644 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4645 (rs6000-*-aix*): Same.
4646 * configure: Regenerate.
4647
a92834c8
DD
46482004-02-11 Kelley Cook <kcook@gcc.gnu.org>
4649
4650 * configure.in (host): Add in missing $noconfigdirs to defines.
4651 * configure: Regenerate.
4652
a2592b1b
DD
46532004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
4654 Nathanael Nerode <neroden@gcc.gnu.org>
4655
4656 PR ada/6637, PR ada/5911
80b200a1 4657 Merge with libada-branch:
a2592b1b
DD
4658 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4659 with appropriate dependencies. Add --enable-libada configure switch.
4660 * configure, Makefile.in: Regenerate.
4661
e31d1ea3
DD
46622004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4663
4664 * configure.in: Don't pass --with-stabs on IRIX 5 either.
4665 * configure: Regenerate.
4666
db85f5c0
JJ
46672004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4668
4669 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 4670
fc434214
DD
46712004-01-23 DJ Delorie <dj@redhat.com>
4672
4673 * Makefile.def (target_modules) [libiberty]: Don't stage.
4674 * Makefile.in: Rebuilt.
4675
ad445c2c 46762004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 4677
ad445c2c
JJ
4678 * COPYING.NEWLIB: Update to include copyrights for new
4679 iconv code.
4680
72bbedde
AC
46812004-01-15 Andrew Cagney <cagney@redhat.com>
4682
4683 * src-release: Update copyright year.
4684 (do-proto-toplev): Configure using i686-pc-linux-gnu.
4685 (NEWLIB_SUPPORT_DIRS): Delete macro.
4686 (newlib.tar.bz2): Delete rule.
4687
a6d6062d
DD
46882004-01-14 Loren J. Rittle <ljrittle@acm.org>
4689
4690 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4691 * Makefile.tpl (configure-target-[+module+]): Support stage.
4692 * Makefile.in: Rebuilt.
4693
f8b73030
MR
46942003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4695
4696 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
4697 throughout.
4698
aff0e9df
NN
46992004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
4700
bb5dca17
NN
4701 * configure.in: Use ./config.cache, not config.cache.
4702 * configure: Regenerate.
4703 * Makefile.tpl: Special-casing not needed for GCC any more.
4704 * Makefile.in: Regenerate.
4705
82252c06
NN
4706 * configure.in: Don't share a cache file for host dirs.
4707 * configure: Regenerate.
4708
aff0e9df
NN
4709 * config-ml.in: Don't mess with the cache file.
4710
95036d20
NN
47112004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
4712
ac7b618e
NN
4713 * Makefile.tpl: Make GCC use a separate config.cache.
4714 * Makefile.in: Regenerate.
4715
95036d20
NN
4716 PR bootstrap/11932, PR bootstrap/11933
4717 (I don't know if it will fix either of them, but it relates
4718 to them.)
4719 * configure.in: Don't use shared config.cache for target
4720 directories.
4721 * configure: Regenerate.
4722
08c1856b
DD
47232003-12-31 Roger Sayle <roger@eyesopen.com>
4724
4725 * configure.in (ia64*-*-hpux*): Disable building java libraries.
4726 * configure: Regenerated.
4727
c1968181 47282003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 4729
c1968181
DD
4730 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
4731 * configure: Regenerated.
4732
10ecffb9
NN
47332003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
4734
4735 Port change over from GCC:
4736 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
4737 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
4738 (configure-build-[+module+], configure-[+module+]): Likewise.
4739 (configure-target-[+module+], configure-gcc, config.status): Likewise.
4740 * Makefile.in: Regenerate.
4741
f2ab5990
TF
47422003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
4743
4744 * configure.in (raw_libstdcxx_flags): Remove the leading space.
4745 * configure: Regenerate.
4746
41a7d11a
JJ
47472003-11-27 Jeff Johnston <jjohnstn@redhat.com>
4748
80b200a1 4749 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
4750 stdlib.
4751
d9441a1f
DD
47522003-11-14 Arnaud Charlet <charlet@act-europe.fr>
4753
4754 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
4755 * Makefile.in: Regenerate.
4756
3a48a978
DD
47572003-10-20 Phil Edwards <phil@codesourcery.com>
4758
4759 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
4760 * configure: Regenerate.
4761
f0b24077
NN
47622003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
4763
4764 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
4765 HOST_FLAGS_TO_PASS.
4766 * Makefile.in: Regenerate.
4767
5fbad20a
DD
47682003-10-05 Mohan Embar <gnustuff@thisiscool.com>
4769
4770 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
4771 * configure: Rebuilt
4772 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
4773 * Makefile.in: Rebuilt
4774
78be4155
L
47752003-10-03 H.J. Lu <hongjiu.lu@intel.com>
4776
4777 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
4778
051fcc7a
L
47792003-10-01 Phil Edwards <pme@gcc.gnu.org>
4780
4781 * config-ml.in: Use ac_configure_args directly instead of
4782 ml_arguments. Only set ml_norecursion if --no[-]recursion is
4783 actually seen.
4784
47852003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
4786
4787 * config-ml.in: Propagate INSTALL variables.
4788
f27d4f92
DJ
47892003-09-21 Daniel Jacobowitz <drow@mvista.com>
4790
4791 * configure.in: Pass a computed --program-transform-name
4792 to subconfigures.
4793 * configure: Regenerated.
4794
cae4d560
NN
47952003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4796
4797 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
4798 * Makefile.in: Regenerate.
4799
4800 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
4801 * Makefile.in: Regenerate.
4802
8ff944f6
DJ
48032003-09-17 Daniel Jacobowitz <drow@mvista.com>
4804
4805 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
4806 quoting.
4807 * configure: Regenerated.
4808
d9a35680
MC
48092003-09-12 Michael Chastain <mec@shout.net>
4810
4811 Fix PR gdb/857.
4812 * src-release (do-proto-topleve): Remove junk files
4813 intl/config.cache, intl/config.status,
4814 intl/config.h, intl/stamp-h.
4815
710068b9
AC
48162003-09-14 Andrew Cagney <cagney@redhat.com>
4817
4818 * src-release (dejagnu.tar): New target.
4819 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
4820 (do-djunpack): Use $(PACKAGE) for the package name.
4821
e1008165
DD
48222003-09-04 DJ Delorie <dj@redhat.com>
4823
4824 * configure: Regenerate.
4825
21998d12
NC
48262003-09-04 Robert Millan <robertmh@gnu.org>
4827
4828 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 4829
ccca4bb3
DD
48302003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4831
4832 * configure.in: Ensure arguments to sed are properly spaced.
4833 * configure: Regenerate.
4834
ee949b5e
DJ
48352003-08-28 Daniel Jacobowitz <drow@mvista.com>
4836
4837 Merge from gcc:
4838 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
4839 * install-sh: Update to newer upstream versions (associated with
4840 aclocal 1.7).
4841 * missing: Likewise, plus $1Help2man -> $1 typo fix.
4842
75addda2
DJ
48432003-08-27 Daniel Jacobowitz <drow@mvista.com>
4844
4845 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
4846 * configure: Regenerated.
4847
8d2877d8
NN
48482003-08-23 Phil Edwards <pme@gcc.gnu.org>
4849
4850 * configure.in: Use newline instead of semicolon when assuming
4851 shell arguments in a for loop.
4852 * configure: Regenerated.
4853
d2cc0e0d
GK
48542003-08-20 Geoffrey Keating <geoffk@apple.com>
4855
4856 PR 8180
4857 * configure.in: When testing with_libs and with_headers, treat
4858 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
4859 * configure: Regenerate.
80b200a1 4860
d2cc0e0d
GK
4861 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
4862 make, shell, etc.
4863 (baseargs): Likewise.
4864 * configure: Regenerate.
4865
04d1ab34
GK
48662003-08-19 Geoffrey Keating <geoffk@apple.com>
4867
4868 * configure.in: Disable libgcj for darwin not on powerpc.
4869 * configure: Rebuild.
4870
ca506da8
MC
48712003-08-15 Michael Chastain <mec@shout.net>
4872
4873 * src-release (do-proto-toplev): Remove junk files
4874 dejagnu/example/calc/config.status,
4875 dejagnu/example/calc/config.log.
4876
a4aa3f49
DD
48772003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
4878
4879 * config-ml.in, symlink-tree: Add license.
4880
ede4fbe4
NN
48812003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
4882
4883 Merge from gcc:
4884
4885 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
4886 * Makefile.tpl (check, check-c++): Express dependencies using
4887 dependencies rather than commands.
4888 * Makefile.in: Regenerate.
4889
4890 2003-07-31 Geoffrey Keating <geoffk@apple.com>
4891 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
4892 * Makefile.in: Update.
4893
970f29af
AC
48942003-08-01 Andrew Cagney <cagney@redhat.com>
4895
4896 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
4897 * configure: Ditto.
4898
b2884a0c
DD
48992003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
4900
4901 * configure.in: Enable libgcj for darwin.
4902 * configure: Rebuild.
4903
c07f46a4
NN
49042003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
4905
4906 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
4907
9175bfc0
NN
49082003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
4909
4910 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
4911 creating target and build subdirs to build all parent dirs as needed.
4912 * Makefile.in: Rebuild.
4913 * configure.in: Don't build dirs explicitly here.
4914 * configure: Rebuild.
4915
b9abda6a
AO
49162003-07-22 Alexandre Oliva <aoliva@redhat.com>
4917
4918 * Makefile.tpl (all-make): Depend on intl.
4919 * Makefile.in: Rebuilt.
4920
eef8ffd4
NN
49212003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
4922
4923 * config.if: Remove unused libc_interface determination.
4924
295efaf0
NN
49252003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
4926
4927 * Makefile.in: Regenerate, correctly this time.
4928
e5c3f801
NN
49292003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
4930
4931 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
4932 unused INSTALL_PROGRAM_ARGS.
4933 * configure.in: Use AC_PROG_INSTALL.
4934 * Makefile.in: Regenerate.
4935 * configure: Regenerate.
4936
4a18bd6b
AO
49372003-07-10 Alexandre Oliva <aoliva@redhat.com>
4938
4939 * configure: Rebuilt.
4940 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
4941 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
4942 newlib nor libgloss.
4943 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
4944 * configure.in (am33_2.0-*-linux*): Added.
4945
fbd1054d
BW
49462003-07-09 Bob Wilson <bob.wilson@acm.org>
4947
4948 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
4949 * configure: Regenerate.
4950
b40e3958
L
49512003-07-06 H.J. Lu <hongjiu.lu@intel.com>
4952
4953 * config-ml.in: Replace PWD with PWD_COMMAND.
4954 * Makefile.tpl: Likewise.
4955 * Makefile.in: Regenerated.
4956
4a5be7ba
NN
49572003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
4958
4959 * configure.in: Clean up config-lang.in handling. Delete
4960 useless assignment to "subdirs".
4961 * configure: Regenerate.
4962
9c14acb8
NN
49632003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
4964
4965 * configure.in: Rename 'target_libs' to 'target_libraries'.
4966 Remove useless reference to 'target_libs'.
4967 * configure: Regenerate.
4968
8f32e830
KS
49692003-06-23 Keith Seitz <kseitz@sources.redhat.com>
4970
4971 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
4972 * Makefile.in: Regenerate.
4973
12f0bd74
NN
49742003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
4975
4976 * Makefile.def: Introduce flags_to_pass.
4977 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
4978 * Makefile.in: Regenerate.
4979
b07c2aad
HPN
49802003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
4981
4982 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
4983 and target-libgloss.
4984 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
4985 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 4986 * configure: Regenerate.
b07c2aad 4987
56f25033
DD
49882003-06-17 Benjamin Kosnik <bkoz@redhat.com>
4989
4990 * configure.in: Update testsuite_flags to new location.
4991 * configure. Regenerate.
80b200a1 4992
4ec9a3b2
NN
49932003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
4994
4995 * Makefile.tpl: Remove BUILD_CC stuff.
4996 * Makefile.in: Regenerate.
4997
059083b1 49982003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 4999
059083b1
L
5000 * config.guess: Update to 2003-06-12 version.
5001 * config.sub: Update to 2003-06-13 version.
5002
535b046a
TS
50032003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5004
5005 * MAINTAINERS: Add myself as MIPS co-maintainer.
5006
00c22daa 50072003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5008
00c22daa
L
5009 * config.guess: Update to 2003-06-06 version.
5010 * config.sub: Update to 2003-06-06 version.
5011
1047cb91
DD
50122003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5013
5014 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5015 * configure. Regenerate.
5016
123494c8
NN
50172003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5018
1047cb91
DD
5019 * configure.in: Disable serial configure by default.
5020 * configure: Regenerate.
5021 * Makefile.tpl: Abolish .NOTPARALLEL.
5022 * Makefile.in: Regenerate.
5023
7f121bbf
NN
5024 * Makefile.tpl: Replace {build,host,target}_canonical by
5025 {build,host,target}.
5026 * Makefile.in: Regenerate.
5027
123494c8
NN
5028 * Makefile.tpl: Fix stupid pasto.
5029 * Makefile.in: Regenerate.
5030
ec7e0995
NN
50312003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5032
5033 * Makefile.tpl: Remove bogus conditional.
5034 * Makefile.in: Regenerate.
5035
27b1cc72
NN
50362003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5037
2a4cbe27
NN
5038 * Makefile.tpl: Make 'recursive targets' using autogen rather
5039 than shell loop. Remove duplicate 'clean' targets and false
5040 comments.
5041 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5042 Add systematic method of specifying missing targets in subdirs.
5043 Add copyright boilerplate.
5044 * Makefile.in: Regenerate.
5045 * configure.in: Add 'recursive targets' to maybe list.
5046 * configure: Regenerate.
5047
27b1cc72
NN
5048 * Makefile.tpl: Rename [+target+] to [+make_target+].
5049 * Makefile.def: Rename 'target' to 'make_target'.
5050
01e51bd0
NC
50512003-05-30 Nick Clifton <nickc@redhat.com>
5052
5053 * README-maintainer-mode: Update URL for locating blessed config
5054 tools.
5055
2fd84b42
NC
50562003-05-29 Robert Millan <rmh@debian.org>
5057
5058 * ltconfig: Import this patch and modify for use with current
5059 version of ltconfig:
5060
5061 2003-05-21 Bruno Haible <bruno@clisp.org>
5062
5063 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5064 GNU/FreeBSD.
5065
8945c6bb
DD
50662003-05-28 DJ Delorie <dj@redhat.com>
5067
5068 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5069 * Makefile.in: Regenerate.
5070
2f9632a1
JJ
50712003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5072
80b200a1 5073 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 5074
3a12db16 50752003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 5076
3a12db16
DD
5077 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5078 newlib or libgloss.
5079 * Makefile.in: Regenerate.
5080
44482353
DD
50812003-05-21 DJ Delorie <dj@redhat.com>
5082
5083 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5084 * Makefile.in: Regenerate.
5085
fec2c52d
MR
50862003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5087
5088 * configure.in: Use curly braces in the definition of tooldir.
5089 * configure: Regenerate.
5090
16ae0395
NN
50912003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5092
5093 * configure.in: Switch more things to use maybe dependencies.
80b200a1 5094 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
5095 Factor out common code from autogen IF statements.
5096 * configure: Regenerate.
5097 * Makefile.in: Regenerate.
5098
ec11bdc6
DD
50992003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5100
5101 * configure.in: Accept i[3456789]86 for machine type.
5102 * configure: Regenerate.
5103
dd12c3a8
NN
51042003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5105
5106 * configure.in: Switch more things to use maybe dependencies.
5107 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5108 * configure: Regenerate.
5109 * Makefile.tpl: Switch more things to use maybe dependencies.
5110 * Makefile.in: Regenerate.
5111
cf662e21
AJ
51122003-05-16 Andreas Schwab <schwab@suse.de>
5113
5114 * Makefile.tpl (install-opcodes): Define.
5115 * Makefile.in: Rebuild.
5116
5481b376
AJ
51172003-05-13 Andreas Jaeger <aj@suse.de>
5118
5119 * config.guess: Update to 2003-05-09 version.
5120 * config.sub: Update to 2003-05-09 version.
5121
3959a22a
AJ
51222003-05-13 Michael Eager <eager@mvista.com>
5123
5124 * configure.in: Correct sed script so that options in quotes are not
5125 deleted.
5126 * configure: Rebuild.
5127
564b43e5
CV
51282003-05-12 Corinna Vinschen <corinna@vinschen.de>
5129
5130 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5131 and $$s/newlib/libc/sys/cygwin32 include paths.
5132 * configure: Ditto.
5133
bb947dc9
L
51342003-05-05 H.J. Lu <hjl@gnu.org>
5135
5136 * config-ml.in: Restored from gcc repository.
5137
77f7441a
CD
51382003-05-02 Chris Demetriou <cgd@broadcom.com>
5139
80b200a1
ZW
5140 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5141 * Makefile.in: Regenerate.
77f7441a 5142
a26d7085
DJ
51432003-04-27 Daniel Jacobowitz <drow@mvista.com>
5144
5145 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5146 and Makefile.def.
5147
e4c4d240
DJ
51482003-04-27 Daniel Jacobowitz <drow@mvista.com>
5149
5150 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5151 * Makefile.in: Regenerated.
5152
62a3fc85
DD
51532003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5154
5155 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5156 * Makefile.in: Regenerate.
5157
51582003-04-18 Jakub Jelinek <jakub@redhat.com>
5159
5160 * configure.in (powerpc64*-*-linux*): Remove.
5161 * configure: Rebuilt.
5162
5b474aa8
DD
51632003-04-17 Phil Edwards <pme@gcc.gnu.org>
5164
5165 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5166 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5167 and restrap.
5168 * Makefile.in: Regenerate.
5169
51702003-04-16 Richard Earnshaw <rearnsha@arm.com>
5171
5172 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5173 * configure: Regenerated.
5174
bc295afe
AO
51752003-04-11 Alexandre Oliva <aoliva@redhat.com>
5176
5177 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5178 * */configure: Rebuilt.
5179
3728fade
NN
51802003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5181
5182 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5183 * Makefile.in: Regenerate.
5184
ce5b542e
MC
51852003-03-14 Michael Chastain <mec@shout.net>
5186
5187 * Makefile.in: Regenerate with correct Makefile.def.
5188
3db0a37f
NN
51892003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5190
5191 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5192 Make macro.
5193 * Makefile.in: Regenerate.
5194 * configure.in: Clean up gxx_include_dir logic.
5195 * configure: Regenerate.
5196
34349c6e
DD
51972003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5198
5199 * configure.in (gxx_include_dir): Fix typo.
5200 * configure: Regenerated.
5201
686c28c9
AC
52022003-03-06 Andrew Cagney <cagney@redhat.com>
5203
5204 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5205
bba45b8b 52062003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 5207
bba45b8b
NN
5208 * configure.in: Include $(build_tooldir)/sys-include in
5209 FLAGS_FOR_TARGET.
5210 * configure: Regenerated.
5211
2683747f
NN
52122003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5213
bba45b8b
NN
5214 * Makefile.tpl: Reindent.
5215 * Makefile.in: Regenerate.
5216 * configure.in: Reindent. Don't set unused variables.
5217 * configure: Regenerate.
5218
2683747f
NN
5219 * Makefile.tpl: Always pass down RANLIB.
5220 * Makefile.in: Regenerate.
5221
5222 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5223 * Makefile.in: Regenerate.
5224 * configure.in: Remove unused logic relating to --enable-shared
5225 and --enable-threads. Remove bogus comments. Remove redundant
5226 noconfigdirs.
5227 * configure: Regenerate.
5228
5229 * configure.in: Replace ${libstdcxx_version} by its value.
5230 Remove reference to mh-dgux.
5231 * configure: Regenerate.
5232
50212802
NN
52332003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5234
5235 * Makefile.tpl: Rearrange.
5236 * Makefile.in: Regenerate.
5237
a6be7fc6
NC
52382003-02-25 Nick Clifton <nickc@redhat.com>
5239
5240 * configure: Remove site-file supprot - it is obsolete.
5241
f8a495c8
NC
52422003-02-24 Uwe Stieber <uwe@wwws.de>
5243
5244 * configure.in: Add support for kaOS as cross build target system.
5245 * configure: Regenerated.
5246
3decd77d
DD
52472003-02-20 Sean McNeil <sean@blue.mcneil.com>
5248
5249 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5250 configure-target-* as some target builds may require additional
5251 flags for preprocessor tests.
5252 * Makefile.in: Regenerated.
5253
f4ff34a3
AO
52542003-02-19 Alexandre Oliva <aoliva@redhat.com>
5255
5256 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5257 * ltconfig: Handle it.
5258 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5259 auto-detecting it.
5260
b7e4a931
AO
52612003-02-19 Alexandre Oliva <aoliva@redhat.com>
5262
5263 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5264 it is used as argument to $CC.
5265 * ltcf-gcj.sh: Likewise.
5266
6b784d9f
AO
52672003-02-19 Alexandre Oliva <aoliva@redhat.com>
5268
5269 * configure.in: Introduce --enable-maintainer-mode.
5270 * configure: Rebuilt.
5271 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5272 for maintainer mode.
5273 * Makefile.in: Rebuilt.
5274
8bcd8a07
AC
52752003-02-19 Andrew Cagney <ac131313@redhat.com>
5276
5277 * configure: Regenerate using autoconf 2.13.
5278
ee3fd329
AM
52792003-02-19 Alan Modra <amodra@bigpond.net.au>
5280
5281 * config.guess: Import latest version.
5282 * config.sub: Import latest version.
5283
e9e45685
JM
52842003-02-18 Jason Merrill <jason@redhat.com>
5285
5286 * Makefile.tpl (check-c++): Allow parallelism.
5287
859789af
AC
52882003-02-17 Andrew Cagney <ac131313@redhat.com>
5289
5290 * configure: Regenerate using autoconf 000227.
5291
b3f16a9b
GK
52922003-02-15 Geoffrey Keating <geoffk@apple.com>
5293
5294 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5295 don't configure target-libobjc.
5296 * configure: Regenerate.
5297
72e60e02
DD
52982003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5299
5300 * Makefile.tpl (RANLIB): Define.
5301 * Makefile.in: Regenerate.
5302
91f0e695
KS
53032003-02-06 Keith R Seitz <keiths@redhat.com>
5304
5305 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5306 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5307 * Makefile.in: Regenerated.
5308 * configure.in: Remove all traces of snavigator, db, and grep.
5309 * configure: Regenerated.
5310
122bfa92
FCE
53112003-01-31 Frank Ch. Eigler <fche@redhat.com>
5312
5313 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5314 * Makefile.in: Regenerated.
5315
264095c3
AO
53162003-01-30 Alexandre Oliva <aoliva@redhat.com>
5317
5318 * config.if: Copy from GCC.
5319
a84dbcb3
AO
53202003-01-27 Phil Edwards <pme@gcc.gnu.org>
5321
5322 * configure.in: Revert 24Jan change.
5323 * configure: Regenerate.
5324
19618276
NN
53252003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5326
5327 * configure.in: Revert previous change.
5328 * configure: Regenerate.
5329
b7f27a92
NN
53302003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5331
5332 * configure.in: Make rda native-only.
5333 * configure: Regenerate.
5334
83326456
NN
53352003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5336
5337 * configure.in: Add missing \.
5338 * configure: Rebuilt.
5339
5e367fa5
JJ
53402003-01-17 Jakub Jelinek <jakub@redhat.com>
5341
5342 * configure.in (baseargs): Avoid using \| in sed regular
5343 expressions.
5344 * configure: Rebuilt.
5345
e01f337c
JJ
53462003-01-16 Jakub Jelinek <jakub@redhat.com>
5347
5348 * configure.in (baseargs): Remove all supported forms of
5349 --cache-file, --srcdir, --host, --build and --target options
5350 from argument lists.
5351 * configure: Rebuilt.
5352
aa236487
AO
53532003-01-15 Alexandre Oliva <aoliva@redhat.com>
5354
5355 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5356 * configure: Rebuilt.
5357
586c0873
NN
53582003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5359
5360 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5361 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5362 * Makefile.in: Regenerate.
5363 * configure: Regenerate.
5364
497f816e
DD
53652003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5366
5367 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5368 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5369 * Makefile.in: Regenerate.
5370
bfbe5519
AO
53712003-01-09 Alexandre Oliva <aoliva@redhat.com>
5372
5373 * configure.in: Remove Makefile in build, host and target modules
5374 unless configure was run with --no-recursion.
5375 * configure: Rebuilt.
5376
3f234ef5
CD
53772003-01-08 Chris Demetriou <cgd@broadcom.com>
5378
5379 * config.guess: Update to 2003-01-03 version.
5380 * config.sub: Update to 2003-01-03 version.
5381
a3982d48
CF
53822003-01-07 Christopher Faylor <cgf@redhat.com>
5383
5384 * configure: Regenerate with proper autoconf 2.13.
5385
75778ec4
CF
53862003-01-07 Christopher Faylor <cgf@redhat.com>
5387
80b200a1
ZW
5388 * configure.in: Add AC_PREREQ for consistency.
5389 * configure: Regenerate.
75778ec4 5390
c180f501
AC
53912003-01-06 Andrew Cagney <ac131313@redhat.com>
5392
5393 * configure.in (GDB_TK): Add tcl directories conditional on
5394 gdb/gdbtk directory being present.
5395 * configure: Regenerate.
5481b376 5396
46ca2cc2
DA
53972003-01-04 John David Anglin <dave.anglin@nrc.ca>
5398
5399 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5400 by gcc if LD is not defined and we are not doing a Canadian Cross.
5401 * configure: Rebuilt.
5402
53dd8dab
DJ
54032003-01-01 Daniel Jacobowitz <drow@mvista.com>
5404
5405 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5406
50ceb20c
TT
54072002-12-31 Tom Tromey <tromey@redhat.com>
5408
5409 * Makefile.in: Rebuilt.
5410 * Makefile.def (target_modules) [libffi]: Allow installation.
5411
e78b5cfe
AS
54122002-12-31 Andreas Schwab <schwab@suse.de>
5413
5414 * configure.in: Fix use of $program_transform_name.
5415 * configure: Regenerated.
5416
67448102
DJ
54172002-12-30 Daniel Jacobowitz <drow@mvista.com>
5418
5419 * configure.in (baseargs): Don't remove first configure argument.
5420 * configure: Regenerated.
5421
e6bfb94a
AO
54222002-12-29 Alexandre Oliva <aoliva@redhat.com>
5423
5424 * Makefile.tpl (local-distclean): Don't remove...
5425 (multilib.ts): ... this. Moved into...
5426 (multilib.out): ... this. Don't use sub-make.
5427 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5428 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5429 (configure-build-[+module+], configure-[+module+],
5430 configure-target-[+module+], configure-gcc): ... these. Test
5431 for Makefile existence. Drop config.status from dependencies.
5432 * Makefile.in: Rebuilt.
5433 * configure.in: Move gcc-version-trigger to the end of
5434 ac_configure_args. Add comments to maybedep.tmp and
5435 serdep.tmp. Introduce --disable-serial-configure. Remove
5436 nonopt from baseargs, matching and removing corresponding
5437 whitespace while at it.
5438 * configure: Rebuilt.
5439
8f0dfb36
AO
54402002-12-28 Alexandre Oliva <aoliva@redhat.com>
5441
5442 * configure.in (host_configargs): Replace reference to
5443 no-longer-defined buildopts with --build=${build_alias}.
5444 * configure: Rebuilt.
5445
43be203f
AO
54462002-12-28 Alexandre Oliva <aoliva@redhat.com>
5447
5448 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
5449 program_transform_name to standard idiom.
5450 (AUTOGEN, AUTOCONF): Define.
5451 (Makefile.in): Use $(AUTOGEN).
5452 (Makefile): Depend on config.status, and use autoconf-style rule to
5453 build it. Move original commands to...
5454 (config.status): ... this new target.
5455 (configure): Add $(srcdir). Depend on config/acx.m4. Use
5456 $(AUTOCONF).
5457 * Makefile.in: Rebuilt.
5458
a0da8069
NN
54592002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
5460
d18f1c9f
NN
5461 * Makefile.tpl: Fix dramatic bustage due to change in
5462 program_transform_name.
5463 * Makefile.in: Regenerate.
5464
5465 * configure.in: Remove unnecessary PATH setting.
5466 * configure: Regnerate.
5467
5468 * configure.in: Don't default to unprefixed tools unless
5469 the native tools will work.
5470 * configure: Regenerate.
5471
a0da8069
NN
5472 * configure.in: Convert to autoconf script. Blow away lots
5473 of now-redundant Makefile fragments.
5474 * configure: Generate using Autoconf.
5475 * Makefile.tpl: Rewrite to reflect autoconfiscation.
5476 * Makefile.in: Regenerate.
5477
c567df0a
NN
54782002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
5479
5481b376 5480 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
5481 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5482
5481b376 5483 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 5484 where they belong.
2c7f9a32 5485
2dabcfb4
AS
54862002-12-24 Andreas Schwab <schwab@suse.de>
5487
5488 * Makefile.tpl (multilib.out): Fix missing space.
5489 * Makefile.in: Regenerate.
5490
1086bc09
NN
54912002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
5492
5493 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
5494 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
5495 * Makefile.in: Regenerate.
5496 * configure.in: Remove unnecessary leftovers.
5497
1086bc09
NN
54982002-12-21 Geoffrey Keating <geoffk@apple.com>
5499
5500 * configure.in (extra_ranlibflags_for_target): New variable.
5501 (*-*-darwin): Add -c to ranlib commands.
5502 * configure (tooldir): Handle extra_ranlibflags_for_target.
5503
14e9ca95
JJ
55042002-12-20 Jeff Johnston <jjohnstn@redhat.com>
5505
5506 * COPYING.NEWLIB: Updated.
5507 * COPYING.LIBGLOSS: Ditto.
5508
14c428fb
NN
55092002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5510
5511 * Makefile.tpl: Revert HJL's change.
5512 * Makefile.in: Regenerated.
5513 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5514 always.
5515
313b8244
AS
55162002-12-19 Andreas Schwab <schwab@suse.de>
5517
5518 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5519 * Makefile.in: Regenerate.
5520
efeae3db
L
55212002-12-18 H.J. Lu <hjl@gnu.org>
5522
5523 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5524 * Makefile.in: Regenerated.
5525
5526 * configure.in (build_prefix): New. Substitute.
5527
43d92c63
NN
55282002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
5529
59da4fe6
NN
5530 * Makefile.tpl: Don't let real targets depend on phony targets.
5531 * Makefile.in: Regenerate.
5532
43d92c63
NN
5533 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5534 * Makefile.in: Regenerate.
5535
b72e6a2d
JM
55362002-12-16 Jason Merrill <jason@redhat.com>
5537
5538 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5539 previous 'make bootstrap'.
5540 * Makefile.in: Regenerate.
5541
95c72c44
HPN
55422002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
5543
5544 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5545
7d695d07
JM
55462002-12-13 Jason Merrill <jason@redhat.com>
5547
5548 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
5549 library tests.
5550 (check-c++): Just depend on it and check-target-libstdc++-v3.
5551 * Makefile.in: Regenerate.
5552
54103d1e
NN
55532002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
5554
5555 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5556 * Makefile.in: Regenerate.
5557
4024f1e1
JJ
55582002-12-12 Jeff Johnston <jjohnstn@redhat.com>
5559
80b200a1
ZW
5560 * COPYING.NEWLIB: Update list of alternate Regent of California
5561 licenses and discuss official revoking of advertising clause.
5562 * COPYING.LIBGLOSS: Ditto.
4024f1e1 5563
7dda0df6
AO
55642002-12-12 Alexandre Oliva <aoliva@redhat.com>
5565
5566 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5567 * Makefile.in: Rebuilt.
5568
d03be79e 55692002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 5570
929293f4
NN
5571 * configure: Fix bug put in by gremlins.
5572
d03be79e
NN
5573 * Makefile.tpl: Substitute more autoconfily.
5574 * configure: Substitute more autoconfily.
5575 * Makefile.in: Regenerate.
5576
55772002-12-08 Andrew Cagney <ac131313@redhat.com>
5578
5579 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5580 * Makefile.in (all-sim): Ditto.
a36d530e
DD
5581
55822002-12-06 DJ Delorie <dj@redhat.com>
5583
5584 * Makefile.tpl: Change configure dependencies to not have real
5585 targets depend on phony targets.
b4a77b47 5586
db1ac78d
NN
55872002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
5588
bcaf2395
NN
5589 * configure.in: Revert unintentional change.
5590
b4fa093e
NN
5591 * src-release: Configure host subdirs.
5592
db1ac78d
NN
5593 * Makefile.tpl: Change dependency for */multilib.out so that
5594 it works when gcc isn't in the tree.
5595
5596 * configure.in: Substitute more.
5597 * configure: Run subconfigures from the Makefile.
5598 * Makefile.tpl: Run subconfigures from the Makefile; add a few
5599 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
5600
15723a45
NN
56012002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
5602
e2b9e2dc
NN
5603 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5604 and corresponding dependencies.
5605 * Makefile.in: Regenerate.
5606
2af579c4
NN
5607 * configure.in (host_tools): Order binutils, gas and ld for
5608 convenience in running the testsuites.
5609
a2cc058a
NN
5610 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5611 * Makefile.in: Regenerate.
5612 * configure.in: Introduce rules to serialize subconfigure runs.
5613
15723a45
NN
5614 * configure.in: Introduce BASE_CC_FOR_TARGET.
5615 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
5616 Realize configure-build-* targets. Realize configure-target-* targets.
5617 * Makefile.in: Regenerate.
5618
ae831be5
NN
56192002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5620
5621 * configure: Move gcc_version_trigger stuff from here...
5622 * configure.in: ...to here.
5623
5624 * configure.in: Separate subconfigure options added by this file from
5625 options given by the user. Add machinery to put args for host
5626 subconfigures into the Makefile.
5627
5628 * Makefile.tpl: Remove 'vault' targets.
5629 * Makefile.tpl: Reorder and comment dependencies.
5630 * Makefile.in: Regenerate.
5631
bbf7c8ac
NN
56322002-11-28 Geoffrey Keating <geoffk@apple.com>
5633
5634 * configure.in: Move host-specific darwin noconfigdirs into
5635 the host-specific section.
5636
930314a4
NN
56372002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5638
52d7cdee
NN
5639 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
5640 during replay.
5641 * Makefile.in: Regenerate.
5642
930314a4
NN
5643 (finishing slow-motion replay)
5644 * configure: Remove skip-this-dir support.
5645 * Makefile.tpl: Remove skip-this-dir support.
5646
5647 * Makefile.tpl: Remove leftover support for non-autoconfiscated
5648 subdirectories.
5649 * Makefile.in: Regenerate.
5650
5651 * Makefile.tpl: Strip out useless setting of 'dir'.
5652 * Makefile.in: Regenerate.
5481b376 5653
930314a4
NN
56542002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5655
5656 (finishing slow-motion replay)
5657 * configure.in: Fix deeply stupid bug.
5658
5659 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5660 shell code in CXX_FOR_TARGET
5661 * Makefile.def: Introduce raw_cxx.
5662 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5663 RAW_CXX_FOR_TARGET.
5664 * Makefile.in: Regenerate.
5665
56662002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5667
5668 (finishing slow-motion replay)
5669 * Makefile.tpl: Remove unnecessary ifs.
5670 * Makefile.in: Regenerate.
5671
5481b376 5672 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
5673 dependencies. Maybe-ize build-libiberty. Create dummy install
5674 targets for 'no_install' modules.
5481b376 5675 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 5676 build_modules stuff to configure.in.
5481b376 5677 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
5678 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
5679 * Makefile.in: Regenerate.
5680
3866be5d
NN
56812002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
5682
5683 (continuing slow-motion replay)
5684 * Makefile.tpl: Make all-target, install-target behave similarly
5685 to all, install (only hitting configured targets). Eliminate
5686 unused macro defintions.
5687
5688 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
5689 build != host.
5690
5691 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
5692
5693 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
5694
5481b376 5695 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
5696 configuring. Remove references to "dosrel".
5697 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 5698 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 5699 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 5700 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
5701 and redundant dependency; rearrange slightly.
5702 * Makefile.def: Add host-side libtermcap, utils.
5703
5704 * Makefile.in: Regenerate.
5705
e393202e
NN
57062002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
5707
5708 (Continuing slow-motion replay)
5709 * Makefile.def: Add list of recursive targets to autogenerate.
5710 Add build_modules.
5711 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
5712 targets. Autogenerate *-build-* targets.
5713 * Makefile.in: Regenerate.
5714
583d52d7
NN
57152002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
5716
5717 (Continuing slow-motion replay)
5718 * configure: More autoconf-style substitutions.
5719 * Makefile.tpl: More autoconf-style substitutions.
5720 * Makefile.in: Regenerate.
5721
57222002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
5723
5724 (Continuing slow-motion replay)
5725 * configure: Substitute more variables in a more autoconf-friendly
5726 way. Simplify slightly.
5727 * Makefile.tpl: Make more variables substitutable in an
5728 autoconf-friendly way.
5729 * Makefile.in: Regenerate.
5730
874e38b4
NN
57312002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
5732
5733 (Continuing slow-motion replay)
5734 * configure.in (v810*): Remove special setting of tools.
5735
5736 * configure: Add support for extra required flags for ar or nm.
5737 * configure.in (aix4.3+): Use above support for target-specific
5738 issues, rather than using config/mt-aix43.
5739
852e5f18
NN
57402002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
5741
5742 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
5743 * configure: Remove 'removing', which doesn't work. Replace $subdir
5744 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
5745 with $srcdir. Reformat indentation. Substitute some variables
5746 formerly hard-coded in the Makefile for build=host.
5747 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
5748 * Makefile.def: Autogenerate more.
5749 * Makefile.in: Regenerate.
5750
c9a0d920
DD
57512002-11-13 Bruce Korb <bkorb@gnu.org>
5752
5753 * Makefile.tpl: syntactic cleanup
5754
dd2768ff
KB
57552002-11-04 Kevin Buettner <kevinb@redhat.com>
5756
5757 * Makefile.def (host_modules): Add rda.
5758 * Makefile.in: Regenerate.
5759 * configure.in (target_tool): Add target-rda to list.
5760
1aa8389d
DD
57612002-10-25 Phil Edwards <pme@gcc.gnu.org>
5762
5763 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
5764 and restrap targets to this rule.
5765 * Makefile.in: Regenerate.
5766
28f46298
HPN
57672002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
5768
5769 * configure.in (i[3456]86-*-linux*): Add check to disable
5770 ${libgcj} for glibc1.
5771
ff72e302
NC
57722002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
5773
5774 * configure.in: Add tic4x target.
5775
8607b6c9
NN
57762002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
5777
5778 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
5779 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
5780 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
5781 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
5782 * Makefile.in: Regenerate.
5783
f8f61f4a
NN
57842002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
5785
c86f794b
NN
5786 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
5787 * Makefile.in: Regenerate.
5788
a9590527
NN
5789 * Makefile.def: Remove order dependency comments.
5790 * Makefile.tpl: Add explicit install-install dependencies.
5791 * Makefile.in: Regenerate.
5792
8412ce72
NN
5793 * Makefile.tpl: Remove material now in src-release. (Finally!)
5794 * Makefile.in: Regenerate.
5795
8b9f37f1
NN
5796 * configure: Restore my original patch by syncing with gcc version.
5797
f8f61f4a
NN
5798 * Bring following over from gcc:
5799
58002002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
5801
5802 * configure.in (s390*-*-linux*): Enable libgcj.
5803
403d9505
NN
58042002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
5805
5806 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
5807
95f6f383
AM
58082002-10-02 Alan Modra <amodra@bigpond.net.au>
5809
e4673b0a 5810 * configure: Move stray lines back to where they belong.
95f6f383 5811
748503c8
NN
58122002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
5813
a581b5c3
NN
5814 * Makefile.tpl: Insert configure-target target, for src-release.
5815
c084f5b4
NN
5816 * configure: Finish reverting change which Andrew Cagney started
5817 reverting. Should fix bustage.
5818
7aa673ed 5819 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
5820 * src-release: New file. Contains material for making net
5821 releases for gdb, binutils, et al., formerly in Makefile.in.
5822
82a9b2d9
NC
58232002-09-30 Nick Clifton <nickc@redhat.com>
5824
5825 * cpu: New top level directory. Intended to hold input files for
5826 CGEN which have FSF copyright assignment.
5827 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
5828
c2463a00
AC
58292002-09-29 Andrew Cagney <ac131313@redhat.com>
5830
5831 Revert below (note that src does not contain Makefile.tpl):
5832 * Makefile.tpl: Make subsituted variables more autoconfy.
5833 * Makefile.in: Regenerate.
5834
f03b4789
NN
58352002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
5836
c11e16a9
NN
5837 * configure: Revert accidentally applied changes.
5838
f03b4789
NN
5839 * Makefile.tpl: Make more autoconf-friendly.
5840 * Makefile.in: Regenerate.
5841 * configure: Make substitution more autoconf-like.
5842
58432002-09-28 Richard Earnshaw <rearnsha@arm.com>
5844
5845 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
5846 single entry to handle all these.
5847 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
5848 libjava on arm-*-elf.
5849
c0292023
GK
58502002-09-27 Geoffrey Keating <geoffk@apple.com>
5851
5852 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
5853 things that depend on them.
5854
c66d951e
NN
58552002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
5856
5857 * Makefile.tpl: Make subsituted variables more autoconfy.
5858 * Makefile.in: Regenerate.
5859 * configure: Make seds more autoconfy.
5860
907a7241 58612002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
5862
5863 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
5864 * Makefile.in: Regenerate.
5865 * configure.in: Rewrite sed statements to look autoconfy.
5866
907a7241
NN
5867 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
5868 all-target-foo on configure-target-foo.
5869 * Makefile.def: Ditto.
5870 * Makefile.in: Rebuild.
5871
405ea7a0
NN
58722002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
5873
5874 * Makefile.def: New file.
5875 * Makefile.tpl: New file.
5876 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
5877
5878 * configure.in: Minor rearrangement. Simplify tests.
5879
bdc57bfd
JT
58802002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
5881
5882 * configure.in (with_headers): Skip copy if value is "yes".
5883 (with_libs): Likewise.
5884
ae03d6e2
NN
58852002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5886
5887 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
5888 * configure.in (sh*-*-pe*): Ditto.
5889 * configure.in (mips*-*-pe*): Ditto.
5890 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
5891
5892 * configure.in: Rearrange.
5893
707960fe
NC
58942002-09-12 Nick Clifton <nickc@redhat.com>
5895
5896 * Import these changes from the config master repository:
5897
5898 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
5899
5900 * config.sub: Add tic4x target.
5901
5902 2002-09-03 Ben Elliston <bje@redhat.com>
5903
5904 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
5905 Reported by <Duncan_Stodart@insession.com>.
5906
36ea319f
JJ
59072002-09-10 Jeff Johnston <jjohnstn@redhat.com>
5908
5909 * COPYING.NEWLIB: More updates.
5910
cf57480a
JJ
59112002-09-09 Jeff Johnston <jjohnstn@redhat.com>
5912
5913 * COPYING.NEWLIB: Update.
5914
fd31a171
AC
59152002-08-23 Andrew Cagney <ac131313@redhat.com>
5916
23b632fc
AC
5917 * texinfo/texinfo.tex: Import version 2002-06-04.06.
5918
fd31a171
AC
5919 * config.guess: Import version 2002-08-23.
5920 * config.sub: Import version 2002-08-22.
5921
a08bafb5
AO
59222002-08-20 Alexandre Oliva <aoliva@redhat.com>
5923
5924 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
5925 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
5926 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
5927
17240c1f
NC
59282002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
5929
5930 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
5931
e70ad0c6
L
59322002-08-04 H.J. Lu (hjl@gnu.org)
5933
5934 * configure.in (mips*-*-linux*): Don't skip target-libffi.
5935
574e6d11
DD
59362002-07-31 Alan Modra <amodra@bigpond.net.au>
5937
5938 * configure.in: Move generic linux case to end. Copy generic
5939 linux noconfigdirs to mips*-*-linux* entry and new
5940 powerpc64*-*-linux* entry. Add target-libffi for the latter.
5941
611e7523
CD
59422002-07-19 Chris Demetriou <cgd@broadcom.com>
5943
5944 * MAINTAINERS: Clarify on config.guess and config.sub, and add
5945 one instance of them which was missed to the list to update.
5946
51759676
CD
59472002-07-16 Chris Demetriou <cgd@broadcom.com>
5948
5949 * config.guess: Update to 2002-07-09 version.
5950 * config.sub: Update to 2002-07-03 version.
5951
7c1f909c
DD
59522002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
5953
5954 * configure.in: Remove two redundant tests.
5955
d7cf5d30
DD
59562002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5957
5958 * configure.in (mips*-*-irix6*o32): Enable stabs.
5959
c74222f7
DD
59602002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
5961
5b53c336
DD
5962 * configure.in: Don't build grez.
5963 * Makefile.in: Ditto.
5964
c74222f7
DD
5965 * Makefile.in: Remove references to bsp, cygmon, libstub.
5966 * configure.in: Ditto.
5967
5968 * configure.in: Remove leftover reference to gdbtest.
5969
edd1b227
DD
59702002-07-08 Phil Edwards <pme@gcc.gnu.org>
5971
5972 * configure.in (gxx_include_dir): Change to match versioned
5973 C++ headers if --enable-version-specific-runtime-libs is used.
5974
486186e3
AO
59752002-07-04 Steve Ellcey <sje@cup.hp.com>
5976
5977 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
5978
ff0a3bf8
DD
59792002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
5980
5981 * configure.in: Make --without-x work.
5982
1dfa8174
NC
59832002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
5984
5985 * contrib: New directory. Created to contain a copy of the
5481b376 5986 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
5987 the FSF GCC sources.
5988
07637366
DD
59892002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
5990
b6f83f2a
DD
5991 * configure.in: Rearrange target Makefile fragment collection.
5992
07637366
DD
5993 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
5994 cvs[src].
5995 * configure.in: Ditto.
5996
f48556b1
DD
59972002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
5998
5999 * Makefile.in: Eliminate 'apache' targets.
6000 * configure.in: Eliminate 'apache' targets.
6001
6002 * configure.in: Eliminate redundant tests. Reorganize.
6003
6004 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6005
6006 * config-ml.in: Eliminate references to Cygnus configure.
6007
6008 * Makefile.in: Eliminate references to building emacs.
6009
60102002-07-01 Denis Chertykov <denisc@overta.ru>
6011
6012 * configure.in: Add support for ip2k.
6013
cdb9e2b8
BE
60142002-06-24 Ben Elliston <bje@redhat.com>
6015
6016 * configure.in (host_tools): Remove cgen.
6017
6018 * Makefile.in (all-cgen): Remove; runs from its source directory.
6019 (check-cgen, install-cgen, clean-cgen): Likewise.
6020 (all-opcodes): No not depend on all-cgen.
6021 (all-sim): Likewise.
6022
3558860c
DD
60232002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6024
6025 * configure.in: Fix AIX configury bug.
6026
e3b0c936
DD
60272002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6028
cdb9e2b8 6029 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 6030
cdb9e2b8
BE
6031 * configure.in: Move definition of libstdcxx_flags right above
6032 usage, rather than way earlier.
8ee424c0 6033
c712250a
DD
6034 * configure.in: Pull definition of is_cross_compiler earlier.
6035
9ee1a75c
DD
6036 * configure.in: Rearrange a little.
6037
e3b0c936
DD
6038 * configure.in: Remove references to librx.
6039 * Makefile.in: Remove references to librx.
6040
b2bd228e
DD
60412002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6042
6043 * configure.in: Eliminate ${gasdir} variable.
6044
7cd52483
DB
60452002-06-18 Dave Brolley <brolley@redhat.com>
6046
6047 * configure.in: Add support for frv.
6048 * config.sub: Add support for frv.
6049
6c5e141a
DD
60502002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6051
6052 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6053
0d18b56d
JT
60542002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6055
6056 * configure.in (vax-*-netbsd*): Re-enable gas.
6057
fd8958d5
DD
60582002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6059
27f15fdd
DD
6060 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6061 BUILD_PREFIX_1, to correct nomenclature.
6062 * configure: Likewise.
6063
fd8958d5
DD
6064 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6065 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6066
0c2442b7
DD
60672002-05-31 Olaf Hering <olh@suse.de>
6068
6069 * config-ml.in: Propogate DESTDIR also.
6070
a3602181
JT
60712002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6072
6073 * configure.in (vax-*-netbsd*): Don't build gas for this
6074 platform.
6075
c95f53ae
MM
60762002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6077
6078 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6079 and libgcj for AVR.
6080
1d7c1053
NC
60812002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6082
6083 * config.sub: Add DLX target.
6084
4b37028f
JT
60852002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6086
6087 * config.guess: Update to 2002-05-22 version.
6088 * config.sub: Likewise.
6089
d5de0a84
NC
60902002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6091
6092 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6093 * config-ml.in: Likewise.
6094 * configure: Likewise.
6095 * configure.in: Likewise.
6096
c92a0210
DD
60972002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6098
115a77aa
DD
6099 * configure.in: Simplify makefile fragment collection.
6100
6101 * configure.in: Remove code to build emacs.
e99daf2b 6102
91e060aa
DD
6103 * configure.in : Remove --srcdir argument from targargs and buildargs
6104 (it's always overridden in the Makefile anyway). Rearrange a bit.
6105
6106 * configure: Move some logic to configure.in.
6107 * configure.in: Move some logic from configure.
c92a0210 6108
91217342
JJ
61092002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6110
6111 * COPYING.LIBGLOSS: New file.
6112
d3d8a9ee
NC
61132002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6114
6115 * Makefile.in: Honour DESTDIR.
6116
3a036cdc
AO
61172002-05-05 Alexandre Oliva <aoliva@redhat.com>
6118
6119 * configure.in (noconfigdirs): Don't disable libgcj on
6120 sparc64-*-solaris* and sparcv9-*-solaris*.
6121
6d095fe4
AO
61222002-05-03 Alexandre Oliva <aoliva@redhat.com>
6123
6124 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6125
dac55df9
TF
61262002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6127
6128 * configure.in (FLAGS_FOR_TARGET): Do not add
6129 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6130 on i[3456]86-*-linux*.
6131
a018e15b
TF
61322002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6133
6134 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
6135
6136 * configure.in (noconfigdirs): Do not add target-newlib if
6137 target == i[3456]86-*-linux*, and host == target.
6138
5f284831
MM
61392002-04-29 Mark Mitchell <mark@codesourcery.com>
6140
6141 * config.guess: Updated to 2002-04-26's version.
6142 * config.sub: Updated to 2002-04-26's version.
6143
33babf59
DD
61442002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6145
bd5f7da2
DD
6146 * configure.in: delete reference to absent file
6147
a0c4f3a0
DD
6148 * configure.in: replace '[' with 'test'
6149
66f1ba4f
DD
6150 * configure.in: Eliminate references to gash.
6151 * Makefile.in: Eliminate references to gash.
6152
7c3ab50c
DD
6153 * configure.in: remove useless references to 'pic' makefile fragments.
6154
bbc025f5
DD
6155 * configure.in: (*-*-windows*) Finish removing.
6156
33babf59
DD
6157 * configure.in: Eliminate redundant test for libgui.
6158
d5ec694c
DD
61592002-04-26 Joel Sherrill <joel@OARcorp.com>
6160
6161 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6162 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6163
57a5346c
DD
61642002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6165
6166 * configure.in: remove references to dead files
6167
dbf93899
DD
61682002-04-18 Tom Tromey <tromey@redhat.com>
6169
6170 * configure.in: Disallow configuring libgcj when it is already
6171 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6172 Solaris 2.8 by default. For PR libgcj/6158.
6173
26eadf68
DD
61742002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6175
6176 * configure.in: Move default CC setting out of config/mh-* fragments
6177 directly into here.
6178
a0a2c6c6
DD
61792002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6180
6181 * configure.in: don't even try to configure or make a subdirectory
6182 if there's no configure script for it.
6183
9972f812
DD
61842002-04-15 Mark Mitchell <mark@codesourcery.com>
6185
6186 * MAINTAINERS: Remove chill maintainers.
6187 * Makefile.in (CHILLFLAGS): Remove.
6188 (CHILL_LIB): Remove.
6189 (TARGET_CONFIGDIRS): Remove libchill.
6190 (CHILL_FOR_TARGET): Remove.
6191 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6192 CHILL_LIB.
6193 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6194 (CHECK_TARGET_MODULES): Likewise.
6195 (INSTALL_TARGET_MODULES): Likewise.
6196 (CLEAN_TARGET_MODULES): Likewise.
6197 (configure-target-libchill): Remove.
6198 (all-target-libchill): Remove.
6199 * configure.in (target_libs): Remove target-libchill.
6200 Do not compute CHILL_FOR_TARGET.
6201 * libchill: Remove directory.
5481b376 6202
75205f78
DD
62032002-04-15 DJ Delorie <dj@redhat.com>
6204
6205 * Makefile.in, configure.in, configure: Sync with gcc, entries
6206 follow...
6207
62082002-04-08 Tom Tromey <tromey@redhat.com>
6209
6210 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6211 Fixes PR libgcj/6068.
6212
62132002-03-30 Krister Walfridsson <cato@df.lth.se>
6214
6215 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6216
62172002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6218
6219 * configure.in (alpha*-dec-osf*): Enable libgcj.
6220
62212002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6222
6223 Fix for: PR bootstrap/3591, target/5676
6224 * configure.in (mcore-pe): Disable the configuration of
6225 libstdc++-v3 since exceptions are not supported.
6226
62272002-03-20 Anthony Green <green@redhat.com>
6228
6229 * configure.in: Enable libgcj for xscale-elf target.
6230
62312002-02-28 Alexandre Oliva <aoliva@redhat.com>
6232
6233 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6234 libjava.
6235 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6236
62372002-02-22 Alexandre Oliva <aoliva@redhat.com>
6238
6239 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6240 libstdc++-v3 and libjava.
6241
62422002-02-11 Adam Megacz <adam@xwt.org>
6243
6244 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6245 boehm-gc
6246
62472002-02-09 Alexandre Oliva <aoliva@redhat.com>
6248
6249 * config.guess: Updated to 2002-01-30's version.
6250 * config.sub: Updated to 2002-02-01's version.
6251 Contribute sh64-elf.
6252 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6253 * configure.in: Added sh64-*-*.
6254
62552002-01-17 H.J. Lu <hjl@gnu.org>
6256
6257 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6258 (all-target-fastjar): Also depend on all-target-libiberty.
6259
6260Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6261
6262 * configure, configure.in: Use temp file for long sed commands.
6263
62642001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6265
6266 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6267 libf2c.
6268
62692001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6270
6271 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6272
62732001-10-11 Hans-Peter Nilsson <hp@axis.com>
6274
6275 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6276
62772001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
6278
6279 * configure: Handle temporary files securely using mkdir.
6280
62812001-09-26 Will Cohen <wcohen@redhat.com>
6282
6283 * configure.in (*-*-linux*): Disable configuration of target-newlib
6284 and target-libgloss.
6285
62862001-09-26 Alexandre Oliva <aoliva@redhat.com>
6287
6288 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6289 RANLIB.
6290
62912001-08-11 Graham Stott <grahams@redhat.com>
6292
6293 * Makefile.in (check-c++): Add missing semicolon.
6294
62952001-07-25 Andrew Haley <aph@cambridge.redhat.com>
6296
6297 * configure.in (sh-*-linux*): New.
6298
62992001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6300
6301 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6302 and libgcj on m68hc11/m68hc12.
6303
63042001-06-27 H.J. Lu (hjl@gnu.org)
6305
6306 * Makefile (CFLAGS_FOR_BUILD): New.
6307 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6308
63092001-06-01 Hans-Peter Nilsson <hp@axis.com>
6310
6311 * configure.in (libstdcxx_flags): Do not try to execute
6312 libstdc++-v3/testsuite_flags until it exists.
6313
63142001-05-18 Benjamin Kosnik <bkoz@redhat.com>
6315
6316 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6317
63182001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
6319
6320 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6321
6322Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
6323
6324 * configure.in: Move *-chorusos target case to the proper switch.
6325 Disable libgcj.
6326
63272001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6328
6329 * Makefile.in (STAGE1_CFLAGS): Pass down.
6330
63312001-04-13 Alan Modra <amodra@one.net.au>
6332
6333 * config.guess: Add hppa64-linux support. Note for next import that
6334 this is already in the master file.
6335 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
6336
63372001-03-22 Colin Howell <chowell@redhat.com>
6338
6339 * Makefile.in (DO_X): Do not backslash single-quotes in
6340 backquotes (two places).
6341
63422001-03-18 Laurynas Biveinis <lauras@softhome.net>
6343
6344 * Makefile.in (DO_X): Quote nested quotes.
6345
63462001-03-15 Laurynas Biveinis <lauras@softhome.net>
6347
6348 * Makefile.in (DO_X): Use double quotes for quoting
6349 "RANLIB=$${RANLIB}".
6350
63512001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
6352
6353 * configure.in: Only use `lang_requires' for languages athat are
6354 actually enabled.
6355
63562001-03-07 Tom Tromey <tromey@redhat.com>
6357
6358 * configure.in: Allow config-lang.in to set `lang_requires' to list
6359 of other required languages.
6360
63612001-03-06 Laurynas Biveinis <lauras@softhome.net>
6362
6363 * Makefile.in: Remove RANLIB definition. Use RANLIB
6364 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6365 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6366
63672001-02-28 Benjamin Kosnik <bkoz@redhat.com>
6368 Alexandre Oliva <aoliva@redhat.com>
6369
6370 * Makefile.in (check-c++): Use tabs, not spaces.
6371
63722001-02-19 Benjamin Kosnik <bkoz@redhat.com>
6373
6374 * Makefile.in (check-c++): New rule.
6375
6376 * configure.in (target_libs): Remove libg++.
6377 (noconfigdirs): Remove libg++.
6378 (noconfigdirs): Same.
6379 (noconfigdirs): Same.
6380 (noconfigdirs): Same.
6381
6382 * config-ml.in: Remove libg++ references.
6383
6384 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6385 (ALL_TARGET_MODULES): Same.
6386 (configure-target-libg++): Remove.
6387 (all-target-libg++): Remove.
6388 (configure-target-libio): Remove.
6389 (all-target-libio): Remove.
6390 (check-target-libio): Remove.
6391 (.PHONY): Remove.
6392 (libg++.tar.bz2): Remove.
6393 (all-target-cygmon): Remove libio.
6394 (all-target-libstdc++): Remove.
6395 (configure-target-libstdc++): Remove.
6396 (TARGET_LIB_PATH): Remove libstdc++.
6397 (ALL_GCC_CXX): Remove libstdc++.
6398 (all-target-gperf): Correct.
6399
64002001-02-15 Anthony Green <green@redhat.com>
6401
6402 * configure: Introduce GCJ_FOR_TARGET.
6403 * configure.in: Ditto.
6404 * Makefile.in: Ditto.
6405
64062001-02-08 Chandrakala Chavva <cchavva@redhat.com>
6407
6408 * configure.in: for *-chorusos, don't config target-newlib and
6409 target-libgloss.
6410
64112001-02-04 Mark Mitchell <mark@codesourcery.com>
6412
6413 Remove V2 C++ library.
6414 * configure.in: Remove --enable-libstdcxx_v3 support.
6415
64162001-01-27 Richard Henderson <rth@redhat.com>
6417
6418 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6419
64202001-01-26 Tom Tromey <tromey@redhat.com>
6421
6422 * configure.in: Allow libgcj to be built on Sparc Solaris.
6423
64242001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
6425
6426 * configure.in: Enable libgcj on several additional platforms.
6427
64282001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
6429
6430 * configure.in: Enable libgcj for linux targets.
6431
64322001-01-09 Mike Stump <mrs@wrs.com>
6433
6434 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6435 failures of subdirectories.
6436
64372001-01-02 Laurynas Biveinis <lauras@softhome.net>
6438
6439 * configure: handle DOS-style absolute paths.
6440
64412001-01-02 Laurynas Biveinis <lauras@softhome.net>
6442
6443 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6444
64452000-12-18 Benjamin Kosnik <bkoz@redhat.com>
6446
6447 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6448 (libstdcxx_incdir): Pass down.
6449 * config.if: Remove expired bits for cxx_interface, add stub.
6450 (libstdcxx_incdir): Add variable for g++ include directory.
6451 * configure.in (gxx_include_dir): Use it.
6452
64532000-12-15 Andreas Jaeger <aj@suse.de>
6454
6455 * configure.in: Handle lang_dirs.
6456
64572000-12-13 Anthony Green <green@redhat.com>
6458
6459 * configure.in: Disable libgcj for any target not specifically
6460 listed. Disable libgcj for x86 and Alpha Linux until compatible
6461 with g++ abi.
6462
64632000-12-13 Mike Stump <mrs@wrs.com>
6464
6465 * Makefile.in (local-distclean): Also remove fastjar.
6466
64672000-12-10 Anthony Green <green@redhat.com>
6468
6469 * configure.in: Define libgcj. Disable libgcj target libraries for
6470 most targets.
6471
64722000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
6473
6474 * configure.in (target_libs): Revert 2000-12-08 patch.
6475 (noconfigdirs): Added target-libjava.
6476
64772000-12-09 Laurynas Biveinis <lauras@softhome.net>
6478
6479 * Makefile.in: handle DOS-style absolute paths.
6480
64812000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6482
6483 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6484 libjava.
6485 * configure.in (target_libs): Removed `target-libjava'.
6486
64872000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6488
6489 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6490 (ALL_MODULES): Added fastjar.
6491 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6492 (all-target-libjava): all-fastjar replaces all-zip.
6493 (all-fastjar): Added.
6494 (configure-target-fastjar, all-target-fastjar): Likewise.
6495 * configure.in (host_tools): Added fastjar.
6496
64972000-12-07 Mike Stump <mrs@wrs.com>
6498
6499 * Makefile.in (local-distclean): Remove leftover built files.
6500
65012000-11-16 Fred Fish <fnf@be.com>
6502
6503 * configure.in (enable_libstdcxx_v3): Fix typo,
6504 libstd++ -> libstdc++.
6505
65062000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
6507
6508 * configure: Provide the original toplevel configure arguments
6509 (including $0) to subprocesses in the environment rather than
6510 through gcc/configargs.h.
6511
65122000-11-12 Mark Mitchell <mark@codesourcery.com>
6513
6514 * configure: Turn on libstdc++ V3 by default.
6515
65162000-10-16 Michael Meissner <meissner@redhat.com>
6517
6518 * configure (gcc/configargs.h): Only create if there is a build GCC
6519 directory created.
6520
65212000-10-05 Phil Edwards <pme@gcc.gnu.org>
6522
6523 * configure: Save configure arguments to gcc/configargs.h.
6524
65252000-10-04 Andris Pavenis <pavenis@latnet.lv>
6526
6527 * Makefile.in (bootstrap): avoid recursion if subdir missing
6528 (cross): ditto
6529 (do-proto-toplev): ditto
6530
6531Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
6532
6533 * configure.in: Do not build byacc for hppa64. Provide paths to the
6534 X11 libraries for hppa64.
6535
65362000-09-02 Anthony Green <green@cygnus.com>
6537
6538 * Makefile.in (all-gcc): Depend on all-zlib.
6539 (CLEAN_MODULES): Add clean-zlib.
6540 (ALL_MODULES): Add all-zlib.
6541 * configure.in (host_libs): Add zlib.
6542
65432000-08-25 Alexandre Oliva <aoliva@redhat.com>
6544
6545 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6546 $targargs to tell whether newlib is going to be built.
6547
6548 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6549 $$r/TARGET_SUBDIR/libio for _G_config.h.
6550
65512000-08-14 Zack Weinberg <zack@wolery.cumb.org>
6552
6553 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6554
6555 * configure: Make enable_threads and enable_shared defaults
6556 explicit. Substitute enable_threads into generated Makefiles.
6557 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6558 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6559
65602000-08-02 Manfred Hollstein <manfredh@redhat.com>
6561
6562 * configure.in: Re-enable all references to libg++ and librx.
6563
ffb97b2f 65642002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 6565
ffb97b2f
DD
6566 * configure.in: Add *-*-freebsd* configurations.
6567
bbf6e9e3
AC
65682002-04-07 Andrew Cagney <ac131313@redhat.com>
6569
6570 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
6571 (do-tar, do-bz2): New rules.
6572 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
6573 (gdb-tar): New rule.
6574 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
6575 (insight_dejagnu.tar): New rule.
6576 (insight.tar): New rule.
6577 (gdb+dejagnu.tar): New rule.
6578 (gdb.tar): New rule.
6579
8f1579c0
AC
65802002-04-07 Andrew Cagney <ac131313@redhat.com>
6581
6582 * MAINTAINERS: Update dejagnu/
6583
ba3c59ab
AO
65842002-03-16 Alexandre Oliva <aoliva@redhat.com>
6585
6586 * ltmain.sh (relink_command): Fix typo in previous change.
6587
6243d5dd
AO
65882002-03-15 Alexandre Oliva <aoliva@redhat.com>
6589
6590 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
6591 (relink_command): Added --tag flags.
6592 (mode=install): If relinking fails; error out.
6593
80413487
RH
65942002-03-12 Richard Henderson <rth@redhat.com>
6595
6596 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
6597 .NOTPARALLEL tag.
6598 (do-check): Rename from check.
6599 (check): Allow parallel check.
6600
3daeddf6
RH
66012002-03-11 Richard Henderson <rth@redhat.com>
6602
6603 * Makefile.in (.NOTPARALLEL): Add fake tag.
6604
fad93c55
L
66052002-03-07 H.J. Lu (hjl@gnu.org)
6606
6607 * configure.in: Enable gprof for mips*-*-linux*.
6608
2e8357fc
AO
66092002-02-28 Alexandre Oliva <aoliva@redhat.com>
6610
6611 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6612 libjava.
6613 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6614
bd48e1a9
AC
66152002-02-24 Andrew Cagney <ac131313@redhat.com>
6616
6617 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6618
39121370
DJ
66192002-02-23 Daniel Jacobowitz <drow@mvista.com>
6620
6621 * config.guess: Import from master sources, rev 1.232.
6622 * config.sub: Import from master sources, rev 1.246.
6623
081ff160
AO
66242002-02-23 Alexandre Oliva <aoliva@redhat.com>
6625
6626 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6627 because its Makefile is there; test for the executable instead.
6628
20a5393b
AO
66292002-02-09 Alexandre Oliva <aoliva@redhat.com>
6630
6631 Contribute sh64-elf.
6632 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6633 * configure.in: Added sh64-*-*.
6634
38135629
JJ
66352002-02-04 Jeff Johnston <jjohnstn@redhat.com>
6636
80413487
RH
6637 * COPYING.NEWLIB: Remove advertising clause from
6638 Berkeley and Red Hat licenses.
38135629 6639
48d19748
MD
66402002-02-01 Mo DeJong <supermo@bayarea.net>
6641
6642 * Makefile.in: Add all-tix to deps for all-snavigator
6643 so that tix is built when building snavigator.
6644
f6e1c110
BE
66452002-02-01 Ben Elliston <bje@redhat.com>
6646
6647 * config.guess: Import from master sources, rev 1.229.
6648 * config.sub: Import from master sources, rev 1.240.
6649
4867be41
DJ
66502002-01-27 Daniel Jacobowitz <drow@mvista.com>
6651
6652 From Steve Ellcey <sje@cup.hp.com>:
6653 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6654 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6655 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6656 IA64.
6657 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6658 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6659 soname_spec, sys_lib_search_path_spec): Ditto.
6660
e82380cc
JT
66612002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
6662
6663 * configure.in (*-*-netbsd*): New. Skip target-newlib,
6664 target-libiberty, and target-libgloss. Skip Java-related
6665 libraries if not supported for NetBSD on target CPU.
6666
1319fb9c
NC
66672002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
6668
6669 * configure.in: Import StrongARM and XScale target_configdirs from
6670 FSF GCC version.
6671
b020f6ac
L
66722002-01-16 H.J. Lu (hjl@gnu.org)
6673
6674 * config.guess: Import from master sources, rev 1.225.
6675 * config.sub: Import from master sources, rev 1.238.
6676
6677 * MAINTAINERS: Updated notes on config.guess and config.sub.
6678
a0c1c920
NC
66792002-01-11 Steve Ellcey <sje@cup.hp.com>
6680
6681 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6682 ld and gdb are not supported.
6683
a9fa5e1f
JJ
66842002-01-07 Jeff Johnston <jjohnstn@redhat.com>
6685
6686 * Change reference to Cygnus Solutions to be Red Hat.
6687
94077108
JJ
66882002-01-07 Jeff Johnston <jjohnstn@redhat.com>
6689
6690 * COPYING.NEWLIB: Update generic copyright date.
6691
05ecd75c
MS
66922002-01-07 Mark Salter <msalter@redhat.com>
6693
6694 * configure.in: Remove target-bsp and target-cygmon from arm builds.
6695 Allow target-libgloss to be built for arm, strongarm, and xscale.
6696
a106bb62
BE
66972002-01-03 Ben Elliston <bje@redhat.com>
6698
6699 * MAINTAINERS: Update URL for config.* scripts.
6700
0e254642
AM
67012001-12-18 Alan Modra <amodra@bigpond.net.au>
6702
6703 * config.sub: Import latest version.
6704 * config.guess: Likewise.
6705
0a0d0041
TF
67062001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
6707
6708 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
6709 options for i[3456]86-pc-linux* native builds.
6710
d932cae7
NC
67112001-12-05 Laurent Guerby <guerby@acm.org>
6712
6713 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 6714 libiberty.
d932cae7
NC
6715
6716 Import this patch from gcc:
5481b376 6717
d932cae7
NC
6718 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
6719
6720 * symlink-tree: handle DOS-style absolute paths.
6721
49b7683b
DD
67222001-11-28 DJ Delorie <dj@redhat.com>
6723 Zack Weinberg <zack@codesourcery.com>
6724
6725 When build != host, create libiberty for the build machine.
6726
6727 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
6728 CONFIG_ARGUMENTS.
6729 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
6730 New variables.
6731 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
6732 and rules.
6733 (all.normal): Depend on ALL_BUILD_MODULES.
6734 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
6735 (all-build-libiberty): Depend on configure-build-libiberty.
6736
6737 * configure: Calculate and substitute proper value for
6738 ALL_BUILD_MODULES.
6739 * configure.in: Create the build subdirectory.
6740 Calculate and substitute TARGET_CONFIGARGS (formerly
6741 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
6742
26ef82f4
GK
67432001-11-26 Geoffrey Keating <geoffk@redhat.com>
6744
6745 * config.sub: Update to version 1.232 on subversion.
6746
43e64072
NC
67472001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
6748
6749 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
6750 files from .po files for a distribution.
6751
66f6c0d5
HPN
67522001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
6753
6754 * COPYING.NEWLIB: Mention preserved notice in specific parts.
6755
4a02fdb2
JH
67562001-11-13 Jeff Holcomb <jeffh@redhat.com>
6757
6758 Merged from net gcc:
6759 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
6760 * ltcf-c.sh: Use $objext, not $ac_objext.
6761 2001-07-27 Mark Kettenis <kettenis@gnu.org>
6762 * ltcf-cxx.sh: Add support for GNU.
6763 2001-07-22 Timothy Wall <twall@redhat.com>
6764 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
6765 default settings if using GNU tools with that configuration.
6766 * ltcf-cxx.sh: Ditto.
6767 * ltcf-gcj.sh: Ditto.
6768 2001-07-21 Michael Chastain <chastain@redhat.com>
6769 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
6770 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
6771 * ltmain.sh: Mark as gcc-local.
6772
227b9953
JH
67732001-11-13 Jeff Holcomb <jeffh@redhat.com>
6774
6775 * Makefile.in (all-bison): Revert 2001-10-24.
6776 Don't depend on texinfo.
6777
cbbab8fb
JJ
67782001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
6779
80413487 6780 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 6781
922b2485
DD
67822001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
6783
6784 * configure.in (--enable-languages): Be more permissive about
6785 syntax. Check for empty lists better. Warn about $LANGUAGES.
6786
f08fa01d
HPN
67872001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
6788
6789 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
6790
fee3da4e
JH
67912001-10-24 Jeff Holcomb <jeffh@redhat.com>
6792
6793 Makefile.in (all-bison): Don't depend on texinfo.
6794
73fb1ef9
AM
67952001-10-03 Alan Modra <amodra@bigpond.net.au>
6796
6797 * gettext.m4: Test po/POTFILES.in exists before trying to read.
6798
373688ac
AO
67992001-09-29 Alexandre Oliva <aoliva@redhat.com>
6800
6801 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
6802
9c07660b
HPN
68032001-09-28 Hans-Peter Nilsson <hp@axis.com>
6804
6805 * config.sub, config.guess: Import latest from subversions.
6806
3f152009
AO
68072001-09-21 Alexandre Oliva <aoliva@redhat.com>
6808
6809 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
6810 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
6811 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
6812 avoid quotes nesting problems.
6813 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
6814 (DO_X): Export only variables that are set.
6815
8f6a59e5
BE
68162001-09-19 Ben Elliston <bje@redhat.com>
6817
6818 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
6819 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
6820 semantics. Use the shell built-in "type" command instead.
6821
a1ec19fa
TS
68222001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6823
6824 * config.sub: Reverted the earlier change, this version is not the
6825 master file.
6826
4008bd9b
TS
68272001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6828
6829 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
6830 Add support for mips64.
6831
dd1e52a4
JH
68322001-09-03 Jeff Holcomb <jeffh@redhat.com>
6833
6834 * configure.in: Enable libstdc++-v3 for h8300 targets.
6835
91549d1c
EC
68362001-08-30 Eric Christopher <echristo@redhat.com>
6837 Jason Eckhardt <jle@redhat.com>
6838
6839 * config.sub: Add support for mipsisa32.
6840
cf966cf9
EC
68412001-08-30 Eric Christopher <echristo@redhat.com>
6842
6843 * config.sub, config.guess: Import latest from subversions.
6844
82208dc5
AM
68452001-08-20 Alan Modra <amodra@bigpond.net.au>
6846
6847 * config.sub, config.guess: Import latest from subversions.
6848
4dca8403
DD
68492001-07-26 DJ Delorie <dj@redhat.com>
6850
6851 * MAINTAINERS: Clarify libiberty merge rules and procedures.
6852
1107dce2
AM
68532001-06-19 Alan Modra <amodra@bigpond.net.au>
6854
6855 * Makefile.in: Revert 2001-06-17.
6856 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
6857
e09a6604
L
68582001-06-17 H.J. Lu <hjl@gnu.org>
6859
6860 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
6861 (gas+binutils.tar.bz2): Likewise.
6862 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
6863
31a8b634
AC
6864Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
6865
6866 * Makefile.in (VER): When present, extract the version number from
5481b376 6867 the file version.in.
31a8b634 6868
dc70af01
AO
68692001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
6870
6871 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
6872 gcc/xgcc is built, use -print-prog-name to find out the program
6873 name to use.
6874
839bbd8c
AO
68752001-06-04 Mark Mitchell <mark@codesourcery.com>
6876
6877 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
6878 with_gcc]: Use `gcc -shared' to build a shared library.
6879
566e9a30
AO
68802001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6881
6882 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
6883 archives.
6884
e877bb69
AO
68852001-05-28 Simon Patarin <simon.patarin@inria.fr>
6886
6887 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
6888 libraries when using g++ with native linker.
6889
1605288b
AO
68902001-05-28 Alexandre Oliva <aoliva@redhat.com>
6891
6892 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
6893
11a383ba
TR
68942001-05-24 Tom Rix <trix@redhat.com>
6895
6896 * configure.in : enable ld for aix
cf966cf9 6897
18611226
AO
68982001-05-22 Alexandre Oliva <aoliva@redhat.com>
6899
6900 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
6901 [aix4*|aix5*]: Prepend blank.
6902
6be7c12c
AO
69032001-05-20 Alexandre Oliva <aoliva@redhat.com>
6904
6905 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6906 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
6907 of subdir/configure scripts to use the new libtool.m4.
6908
4ed00bba
L
69092001-05-14 H.J. Lu <hjl@gnu.org>
6910
6911 * config.if (libc_interface): Set to -libc6.2- for cross
6912 compiling to Linux/glibc 2.2.
6913
b1af961c
AO
69142001-05-03 Alexandre Oliva <aoliva@redhat.com>
6915
6916 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
6917 libgcj.
6918
5ec3e74e
AO
69192001-04-26 Alexandre Oliva <aoliva@redhat.com>
6920
6921 * configure.in (noconfigdirs): Don't reset it from scratch in the
6922 target case; only append to it.
6923
b3ed1d6b
AO
69242001-04-26 Alexandre Oliva <aoliva@redhat.com>
6925
6926 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
6927 sparc-*-solaris2.8]: Disable ${libgcj}.
6928
96111c10
AO
69292001-04-25 Alexandre Oliva <aoliva@redhat.com>
6930
6931 * configure.in (libgcj_saved): Copy from $libgcj.
6932 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
6933 --disable-libgcj.
6934
b5bf43f2
AO
69352001-04-20 Alexandre Oliva <aoliva@redhat.com>
6936
6937 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
6938 1.641.2.228.
6939
8cc32590
AO
69402001-04-12 Alexandre Oliva <aoliva@redhat.com>
6941
6942 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6943 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
6944
dec0cb0c
AO
69452001-04-01 Alexandre Oliva <aoliva@redhat.com>
6946
6947 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
6948 New macros.
6949 (bootstrap, cross): Use RECURSE_FLAGS.
6950 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
6951
6a9c3886
AO
69522001-03-27 Alexandre Oliva <aoliva@redhat.com>
6953
6954 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
6955
d4fc7db8
NC
69562001-03-23 Nick Clifton <nickc@redhat.com>
6957
6958 * README-maintainer-mode: Add note about inability to use "make
6959 distclean" in maintainer mode.
6960
7389ff65
AO
69612001-03-22 Alexandre Oliva <aoliva@redhat.com>
6962
6963 Re-installed:
6964 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
6965 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
6966 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6967 * ltcf-cxx.sh: Likewise.
6968 * ltcf-gcj.sh: Likewise.
6969
b3e0dc8e
PB
69702001-03-22 Philip Blundell <philb@gnu.org>
6971
6972 * config.sub, config.guess: Import latest from subversions.
6973
469b781c
AO
69742001-03-22 Alexandre Oliva <aoliva@redhat.com>
6975
6976 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6977 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
6978
b0dad762
MC
69792001-03-20 Michael Chastain <chastain@redhat.com>
6980
6981 * Makefile.in: all-m4 depends on all-texinfo.
6982
c559bb17
AO
69832001-03-08 Alexandre Oliva <aoliva@redhat.com>
6984
6985 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
6986
fef4ae2e
JJ
69872001-02-22 Jeff Johnston <jjohnstn@redhat.com>
6988
6989 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
6990 longer valid.
6991
8d6dd99d
NC
69922001-02-16 Nick Clifton <nickc@redhat.com>
6993
6994 * configure.in (noconfigdirs): Allow configuration of texinfo
6995 for Cygwin hosts.
6996
a85d7ed0
NC
69972001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
6998
6999 * config.guess: Add linux target for S/390.
7000 * config.sub: Likewise.
7001 * configure.in: Likewise.
7002
51221c5e
DD
70032001-02-06 Ben Elliston <bje@redhat.com>
7004
7005 * configure: Output host type to stdout, not stderr.
7006
9dec4c71
MS
70072001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7008
7009 * config.guess: Import from subversions.gnu.org (revision 1.181).
7010 * config.sub: Import from subversions.gnu.org (revision 1.199).
7011
9add9c04
AM
70122001-01-30 Alan Modra <alan@linuxcare.com.au>
7013
7014 * config.guess: Handle hppa64-linux systems.
7015
8679174d
MS
70162001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7017
7018 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7019 Don't unset, it's non-portable and no longer necessary, set to empty
7020 instead.
7021
02d01ed4
MS
70222001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7023
7024 * ltconfig: Shell portability fix for the tagname validity check.
7025
4cc5853d
MS
70262001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7027
7028 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7029
7487e485
AO
70302001-01-27 Alexandre Oliva <aoliva@redhat.com>
7031
7032 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7033 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7034
f332af52
AO
70352001-01-24 Alexandre Oliva <aoliva@redhat.com>
7036
7037 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7038 keep at least one of build_libtool_libs or build_old_libs set to
7039 yes.
7040
ef099754
AO
70412001-01-24 Alexandre Oliva <aoliva@redhat.com>
7042
7043 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7044 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7045
8341f2fc 70462000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 7047
8341f2fc
AJ
7048 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7049
70502000-11-03 Philip Blundell <pb@futuretv.com>
7051
7052 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7053 files.
ebf0fa2e 7054
c320a39f
JJ
70552001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7056
7057 * COPYING.NEWLIB: Put into source repository.
7058
8817b92e
BE
70592001-01-15 Ben Elliston <bje@redhat.com>
7060
7061 * configure.in (host_tools): Add sid.
7062 Always configure cgen.
7063 * Makefile.in (all-sid): New target.
7064 (check-sid, clean-sid, install-sid): Likewise.
7065
35590697
AJ
70662001-01-07 Andreas Jaeger <aj@suse.de>
7067
80413487 7068 * config.sub, config.guess: Update from subversions.
35590697 7069
6ee6cea6
AO
70702000-12-12 Alexandre Oliva <aoliva@redhat.com>
7071
7072 * configure.in: Disable language-specific target libraries for
7073 languages that aren't enabled.
7074
077b8428
NC
70752000-11-24 Nick Clifton <nickc@redhat.com>
7076
7077 * configure.in (xscale-elf): Add target.
7078 (xscale-coff): Add target.
7079 (c4x, c5x, tic54x): Move after ARM targets.
7080
9e28a1ed
AO
70812000-11-23 Alexandre Oliva <aoliva@redhat.com>
7082
7083 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7084
be98a80a
ILT
70852000-11-20 Ian Lance Taylor <ian@zembu.com>
7086
7087 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7088
5cec67bf
AO
70892000-11-18 Alexandre Oliva <aoliva@redhat.com>
7090
7091 * Makefile.in: Merge with GCC and libgcj.
7092 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7093 configure-target-<library> when their configure scripts need the C
7094 or C++ library to have already been built to work properly.
7095 (do_proto_toplev): Set them to an empty string.
7096
d932cae7 70972000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
7098
7099 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7100 (REALLY_SET_LIB_PATH): Use them.
7101
d932cae7 71022000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
7103
7104 * config.sub: Add support for Sun Chorus
7105
8602ff0c
NC
71062000-11-02 Per Lundberg <plundis@chaosdev.org>
7107
7108 * config.sub: Add support for the *-storm-chaos OS.
7109
f9e0997d
NC
71102000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7111
80413487
RH
7112 * configure.in (noconfigdirs): Don't compile some
7113 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 7114
d64552c5
AO
71152000-09-30 Alexandre Oliva <aoliva@redhat.com>
7116
7117 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7118 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7119 all affected `configure' scripts.
7120
97f60b31
AO
71212000-09-25 Alexandre Oliva <aoliva@redhat.com>
7122
7123 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7124 ltcf-c.sh.
7125
6e8dd58f
PB
71262000-09-12 Philip Blundell <philb@gnu.org>
7127
7128 * config.sub, config.guess: Update from subversions.
7129
103a2e99
AO
71302000-09-06 Alexandre Oliva <aoliva@redhat.com>
7131
51601921
AO
7132 * Makefile.in (all-zlib): Added dummy target.
7133
103a2e99
AO
7134 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7135 multi-language branch.
7136
2809b4b9
AO
71372000-09-05 Alexandre Oliva <aoliva@redhat.com>
7138
7139 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7140 (bootstrap*): Depend on all-bootstrap.
7141
7450026c
AO
71422000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7143
7144 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7145 crosses, but add gcc/include to the header search path for them.
7146
6cf86f7f
AO
71472000-08-31 Alexandre Oliva <aoliva@redhat.com>
7148
7149 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7150 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7151 * gettext.m4: New file, extracted from aclocal.m4.
7152
ce2ea6e3
AO
71532000-08-22 Alexandre Oliva <aoliva@redhat.com>
7154
7155 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7156 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7157 sub-configures.
7158
9765193e
DE
71592000-08-20 Doug Evans <dje@casey.transmeta.com>
7160
7161 * Makefile.in (ALL_MODULES): Add all-cgen.
7162 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7163 (all-cgen): New target.
7164 (all-opcodes,all-sim): Depend on all-cgen.
7165 * configure.in (host_tools): Add cgen.
7166 Only configure cgen if --enable-cgen-maint.
7167
d7b32520
AO
71682000-08-17 Alexandre Oliva <aoliva@redhat.com>
7169
7170 * config-ml.in (CC, CXX): Don't introduce a leading space.
7171
e52ef561
AO
71722000-08-16 Alexandre Oliva <aoliva@redhat.com>
7173
7174 * configure.in (libstdcxx_flags): Use
7175 libstdc++-v3/src/libstdc++.INC.
7176
88f9c2a0
AO
71772000-08-15 Alexandre Oliva <aoliva@redhat.com>
7178
7179 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7180
98fbe43f
JM
71812000-08-11 Jason Merrill <jason@redhat.com>
7182
7183 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7184 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7185 (FLAGS_FOR_TARGET): Not here.
7186 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7187
279ddab4
DD
71882000-08-07 DJ Delorie <dj@redhat.com>
7189
7190 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7191 "if we're also building gcc, and it's a gcc that will run on the
7192 build machine, we want to use its includes instead of the system's
7193 default includes".
7194
60523a83
AO
71952000-08-03 Alexandre Oliva <aoliva@redhat.com>
7196
24ffec7a
AO
7197 * configure.in (libstdcxx_flags): Don't use `"'.
7198
60523a83
AO
7199 * config-ml.in: Adjust multilib search paths to the
7200 appropriate multilib tree.
7201
daf644b5
AO
72022000-08-02 Alexandre Oliva <aoliva@redhat.com>
7203
7204 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7205 commas in $LANGUAGES.
7206
63266560
DD
72072000-08-01 Alexandre Oliva <aoliva@redhat.com>
7208
7209 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7210
72112000-07-31 Alexandre Oliva <aoliva@redhat.com>
7212
7213 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7214 CXX_FOR_TARGET for sed.
7215
72162000-07-30 Alexandre Oliva <aoliva@redhat.com>
7217
7218 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7219 Do not override if already set in the environment or in configure.
7220 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7221 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7222
9e449d3e
AO
72232000-07-27 Alexandre Oliva <aoliva@redhat.com>
7224
7225 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7226 (GCC_FOR_TARGET): Use it.
7227 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7228 * configure.in: ... here.
7229 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7230 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7231
8bbd92e0
AO
72322000-07-24 Alexandre Oliva <aoliva@redhat.com>
7233
fd1f87b2
AO
7234 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7235 (configure-target-libchill, configure-target-libobjc): Likewise.
7236
8bbd92e0
AO
7237 * configure.in: Use the same cache file for all target libs.
7238 * config-ml.in: But different cache files per multilib variant.
7239
25c6c112
JL
72402000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7241
7242 * configure (topsrcdir): Don't use dirname.
7243
ba73c63f
JM
72442000-07-20 Jason Merrill <jason@redhat.com>
7245
7246 * configure.in: Remove all references to libg++ and librx.
7247
7248 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7249
1af08294
HPN
72502000-07-20 Hans-Peter Nilsson <hp@axis.com>
7251
7252 * config.sub: Update to subversions version 2000-07-06.
7253
ba73c63f
JM
72542000-07-12 Andrew Haley <aph@cygnus.com>
7255
7256 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7257 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7258
72592000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
7260
7261 * symlink-tree: Check number of arguments.
7262
d932cae7 72632000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
7264
7265 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7266
ba73c63f
JM
72672000-07-05 Jim Wilson <wilson@cygnus.com>
7268
7269 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7270 search path for a g++ extracted from the build tree. This
7271 will allow link tests run by configure scripts in
7272 subdirectories to succeed.
7273
92ee2f86
UC
72742000-07-01 Koundinya K <kk@ddeorg.soft.net>
7275
80413487 7276 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 7277
23f2f29f
CV
72782000-06-28 Corinna Vinschen <vinschen@cygnus.com>
7279
7280 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7281 `os2'. Force ac_cv_exeext to be ".exe" in that case.
7282
f04f5a67
TW
72832000-06-19 Timothy Wall <twall@cygnus.com>
7284
7285 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7286 * config.sub: Add tic54x target.
7287
11da68be
NC
72882000-06-07 Phillip Thomas <pthomas@suse.de>
7289
7290 * README-maintainer-mode: New file: Contains notes on using
7291 --enable-maintainer-mode with binutils.
7292
d932cae7 72932000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
7294
7295 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7296
d932cae7 72972000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
7298
7299 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7300 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7301
9442cea3
L
730220000-05-21 H.J. Lu (hjl@gnu.org)
7303
80413487
RH
7304 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7305 directory are used if they exist. Make sure
7306 $(build_tooldir)/include is searched for header files,
7307 $(build_tooldir)/lib/ for library files.
9442cea3 7308 (GCC_FOR_TARGET): Likewise.
80413487 7309 (CXX_FOR_TARGET): Likewise.
9442cea3 7310
d932cae7 73112000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
7312
7313 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7314
d932cae7 73152000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
7316
7317 * Makefile.in (configure-target-libiberty): Depend on
7318 configure-target-newlib.
7319
ba73c63f
JM
73202000-05-16 Alexandre Oliva <aoliva@cygnus.com>
7321
7322 * configure.in, Makefile.in: Merge all libffi-related
7323 configury stuff from the libgcj tree.
7324
d932cae7 73252000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
7326
7327 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7328 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7329
d932cae7 73302000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
7331
7332 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7333 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 7334 current version information. Add to proto-toplev directory.
b5a23627
AC
7335 (gdb-taz): Build do-djunpack.
7336
ba73c63f
JM
73372000-05-15 David Edelsohn <edelsohn@gnu.org>
7338
7339 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7340
7c86ed39
L
73412000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7342
7343 * ltmain.sh: Preserve in relink_command any environment
7344 variables that may affect the linker behavior.
7345
d932cae7 73462000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
7347
7348 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7349
d932cae7 73502000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
7351
7352 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7353
ed0a91a5
EZ
73542000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7355
7356 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 7357 with the version name.
ed0a91a5 7358
ba73c63f 73592000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 7360
ba73c63f 7361 * config.if: Tweak.
6cafa39f 7362
ba73c63f 73632000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 7364
ba73c63f 7365 * djunpack.bat: New file.
66156876 7366
d932cae7 73672000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
7368
7369 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
7370 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7371 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7372 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 7373
ba73c63f
JM
73742000-04-16 Dave Pitts <dpitts@cozx.com>
7375
80413487
RH
7376 * config.sub (case $basic_machine): Change default for "ibm-*"
7377 to "openedition".
ba73c63f 7378
d932cae7 73792000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
7380
7381 * Makefile.in (gdb-taz): New target. GDB specific archive.
7382 (do-md5sum): New target.
7383 (MD5PROG): Define.
7384 (PACKAGE): Default to TOOL.
7385 (VER): Default to a shell script.
7386 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 7387 md5 checksum generation.
b35ece4e
AC
7388 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7389 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7390 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 7391 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 7392
d932cae7 73932000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
7394
7395 * configure (warn_cflags): Delete.
7396
ba73c63f 73972000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 7398 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 7399
80413487
RH
7400 * configure.in (enable_libstdcxx_v3): Add.
7401 (target_libs): Add bits here to switch between libstdc++-v2 and
7402 libstdc++-v3.
7403 * config.if: And this file too.
7404 * Makefile.in: Add libstdc++-v3 targets.
35590697 7405
ba73c63f
JM
74062000-04-05 Michael Meissner <meissner@redhat.com>
7407
7408 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 7409
d332c5ac
JM
74102000-03-29 Jason Merrill <jason@casey.cygnus.com>
7411
7412 * configure.in: -linux-gnu*, not -linux-gnu.
7413
d932cae7 74142000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
7415
7416 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7417 (do-tar-bz2): Replace TOOL with PACKAGE.
7418 (gdb.tar.bz2): Remove GDBTK from GDB package.
7419 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 7420 dejagnu.tar.bz2): New packages.
6dcbc97b 7421
96ce09a7
ILT
74222000-02-27 Andreas Jaeger <aj@suse.de>
7423
7424 * configure.in: Add entry for mips*-*-linux*, move catch all
7425 *-*-*linux* entry below this one.
7426
2031769e
ILT
74272000-02-27 Ian Lance Taylor <ian@zembu.com>
7428
7429 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7430
4bab746c
NC
74312000-02-24 Nick Clifton <nickc@cygnus.com>
7432
7433 * config.sub: Support an OS of "wince".
7434
d932cae7 74352000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
7436
7437 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 7438 version.
ada59422 7439
5b93d8bb
AM
74402000-02-23 Linas Vepstas <linas@linas.org>
7441
7442 * config.sub: Add support for Linux/IBM 370.
7443 * configure.in: Likewise.
7444
2fb651f6
NC
74452000-02-22 Nick Clifton <nickc@cygnus.com>
7446
7447 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7448
b8441c25
CF
74492000-02-20 Christopher Faylor <cgf@cygnus.com>
7450
7451 * config.guess: Guess "cygwin" rather than "cygwin32".
7452
d332c5ac
JM
74532000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7454
7455 * configure (gcc_version): When setting, narrow search to
7456 lines containing `version_string'.
7457
ba73c63f
JM
74582000-02-15 Denis Chertykov <denisc@overta.ru>
7459
7460 * config.sub: Add support for avr target.
7461
d932cae7 74622000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
7463
7464 * config.sub: Add mmix-knuth-mmixware.
7465
74662000-01-27 Christopher Faylor <cgf@redhat.com>
7467
7468 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7469 structure stuff to -L library search.
7470 (CXX_FOR_TARGET): Ditto.
7471 (CROSS_CHECK_MODULES): Fix spelling mistake.
7472
74732000-01-24 Mark Mitchell <mark@codesourcery.com>
7474
7475 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7476 the C++ compiler.
7477
74782000-01-12 Richard Henderson <rth@cygnus.com>
7479
7480 * configure.in: Don't build some bits for beos.
7481
74822000-01-12 Joel Sherrill (joel@OARcorp.com)
7483
7484 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7485 as include files.
7486
91b2c84d
GK
74872000-01-06 Geoff Keating <geoffk@cygnus.com>
7488
7489 * configure.in: Use mt-aix43 to handle *_TARGET defs,
7490 not mh-aix43.
7491
ba73c63f
JM
74921999-12-14 Richard Henderson <rth@cygnus.com>
7493
7494 * config.guess (alpha-osf, alpha-linux): Detect ev67.
7495 * config.sub: Accept alphaev[78], alphaev8.
7496
74971999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7498
7499 * config.guess, config.sub: Update from autoconf.
7500
7501Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7502
7503 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7504 necessary libraries are missing.
7505
75061999-10-25 Andreas Schwab <schwab@suse.de>
7507
7508 * configure: Fix quoting inside arguments of eval.
7509
75101999-10-21 Nick Clifton <nickc@cygnus.com>
7511
7512 * config-ml.in: Allow suppression of some ARM multilibs.
7513
7514Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
7515
7516 * config.guess: Add OS/390 match pattern.
7517 * config.sub: Add mvs, openedition targets.
7518 * configure.in (i370-ibm-opened*): New.
7519
ef14edc4
ILT
75201999-09-04 Steve Chamberlain <sac@pobox.com>
7521
7522 * config.sub: Add support for configuring for pj.
7523
afb478e8
NC
75241999-08-31 Nick Clifton <nickc@cygnus.com>
7525
fd6848f6 7526 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 7527
ba73c63f 75281999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
7529
7530 * configure.in: Do not configure or build ld for AIX
7531 platforms. ld is known to be broken on these platforms.
7532
ba73c63f
JM
7533Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7534
7535 * config-ml.in: Pass compiler flag corresponding to multidirs to
7536 subdir configures.
7537
c363de44
ILT
75381999-08-09 Ian Lance Taylor <ian@zembu.com>
7539
7540 * Makefile.in (LDFLAGS): Define.
7541
dc8bc5a6
ILT
75421999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
7543
7544 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7545 noconfigdirs.
7546 (*-*-cygwin*): Likewise.
7547
6ca3858e
ILT
75481999-08-08 Ian Lance Taylor <ian@zembu.com>
7549
71141bb6
ILT
7550 * mkdep: New file.
7551 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7552 (BINUTILS_SUPPORT_DIRS): Add mkdep.
7553
6ca3858e
ILT
7554 From Eli Zaretskii <eliz@is.elta.co.il>:
7555 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7556 long file name when using DJGPP on MS-DOS.
7557
ba73c63f
JM
7558Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
7559
7560 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7561
2735a327
AM
75621999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
7563
7564 * Makefile.in (check-target-libio): Remove all-target-libstdc++
7565 dependency as this causes "make check" to globally "make all"
7566
ba73c63f
JM
7567Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
7568
7569 * configure.in (target_libs): Added target-zlib.
7570 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7571 (CONFIGURE_TARGET_MODULES): Likewise.
7572 (CHECK_TARGET_MODULES): Likewise.
7573 (INSTALL_TARGET_MODULES): Likewise.
7574 (CLEAN_TARGET_MODULES): Likewise.
7575 (configure-target-zlib): New target.
7576 (all-target-zlib): Likewise.
7577 (all-target-libjava): Depend on all-target-zlib.
7578 (configure-target-libjava): Depend on configure-target-zlib.
7579
7580 * Makefile.in (configure-target-libjava): Depend on
7581 configure-target-newlib.
7582 (configure-target-boehm-gc): New target.
7583 (configure-target-qthreads): New target.
7584
80413487
RH
7585 * configure.in (target_libs): Added target-qthreads.
7586 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7587 (CONFIGURE_TARGET_MODULES): Likewise.
7588 (CHECK_TARGET_MODULES): Likewise.
7589 (INSTALL_TARGET_MODULES): Likewise.
7590 (CLEAN_TARGET_MODULES): Likewise.
7591 (all-target-qthreads): New target.
7592 (configure-target-libjava): Depend on configure-target-qthreads.
7593 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
7594
7595 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7596 (CONFIGURE_TARGET_MODULES): Likewise.
7597 (CHECK_TARGET_MODULES): Likewise.
7598 (INSTALL_TARGET_MODULES): Likewise.
7599 (CLEAN_TARGET_MODULES): Likewise.
7600 (all-target-libjava): New target.
7601 (all-target-boehm-gc): Likewise.
7602 * configure.in (target_libs): Added libjava, boehm-gc.
7603
08d836d6
ILT
76041999-07-22 Ian Lance Taylor <ian@zembu.com>
7605
7606 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7607 configure.bat in SUPPORT_FILES.
7608 (gas+binutils.tar.bz2): Likewise.
7609
7610 * makeall.bat: Remove; obsolete.
7611
8f36e47c
ILT
76121999-07-21 Ian Lance Taylor <ian@zembu.com>
7613
7614 From Mark Elbrecht:
7615 * configure.bat: Remove; obsolete.
7616
56e82f25
ILT
76171999-07-11 Ian Lance Taylor <ian@zembu.com>
7618
7619 * configure: Add -W -Wall to the default CFLAGS when compiling with
7620 gcc.
7621
1001d816
JL
7622Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
7623
7624 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7625
106117aa
MM
76261999-06-30 Mark Mitchell <mark@codesourcery.com>
7627
7628 * configure.in: Build ld on IRIX6.
7629
c376f4ed
ILT
76301999-06-12 Ian Lance Taylor <ian@zembu.com>
7631
7632 * Makefile.in: Change distribution targets to use bzip2 instead of
7633 gzip.
7634 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 7635 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 7636
306b7445
NC
76371999-06-04 Nick Clifton <nickc@cygnus.com>
7638
7639 * config.sub: Add mcore target.
7640
d932cae7 76411999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
7642
7643 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7644
d932cae7 76451999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
7646
7647 * config.guess (dummy): Changed to $dummy.
7648
6c3175b0
NC
76491999-05-24 Nick Clifton <nickc@cygnus.com>
7650
ba73c63f
JM
7651 * config.sub: Tidied up case statements.
7652
76531999-05-22 Ben Elliston <bje@cygnus.com>
7654
7655 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7656 <jiro@din.or.jp>.
7657
7658 * config.guess: Merge with FSF version. Future changes will be
7659 more accurately recorded in this ChangeLog.
7660 * config.sub: Likewise.
7661
d932cae7 76621999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
7663
7664 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 7665
252b5132
RH
76661999-04-30 Tom Tromey <tromey@cygnus.com>
7667
7668 * ltmain.sh: [mode link] Always use CC given by ltconfig.
7669
76701999-04-23 Tom Tromey <tromey@cygnus.com>
7671
7672 * ltconfig, ltmain.sh: Update to libtool 1.2f.
7673
76741999-04-20 Drew Moseley <dmoseley@cygnus.com>
7675
7676 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
7677 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
7678 Bad merge removed these two changes.
7679
ba73c63f 7680Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 7681 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
7682
7683 * config.guess (interix Alpha): Add.
7684
252b5132
RH
76851999-04-11 Richard Henderson <rth@cygnus.com>
7686
7687 * configure.in (i?86-*-beos*): Do config gperf; don't config
7688 gdb, newlib, or libgloss.
7689
d932cae7 76901999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 7691
ba73c63f
JM
7692 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
7693 link a trivial program with -mabi=64. If it fails, remove mabi=64
7694 from multidirs.
7695
d932cae7 76961999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
7697
7698 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
7699
252b5132
RH
77001999-04-08 Nick Clifton <nickc@cygnus.com>
7701
7702 * config.sub: Add support for mcore targets.
7703
77041999-04-07 Michael Meissner <meissner@cygnus.com>
7705
7706 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
7707 not mt-ospace, in order to shut up assembler warning about using
7708 symbols that are named the same as registers.
7709
77101999-04-07 Drew Moseley <dmoseley@cygnus.com>
7711
7712 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
7713 dependency list for all-target-cygmon.
7714
77151999-04-05 Doug Evans <devans@casey.cygnus.com>
7716
7717 * config-ml.in: Check $host, not $target, for selective multilibs.
7718 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
7719 thumb interworking, and underscore prefix multilibs.
7720
77211999-04-04 Ian Lance Taylor <ian@zembu.com>
7722
7723 * missing: Update to version from current automake.
7724
7725Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
7726
7727 * configure (gxx_include_dir): Removed.
7728
7729 * configure.in (gxx_include_dir): Handle it.
7730 * Makefile.in: Likewise.
7731
77321999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
7733
7734 * config.sub (mips64vr4111,mips64vr4111el) Add.
7735
77361999-03-21 Ben Elliston <bje@cygnus.com>
7737
80413487 7738 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
7739
7740Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
7741
252b5132
RH
7742 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
7743 config/mh-djgpp.
7744
7745Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
7746
7747 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
7748 all-target-newlib to dependency list for all-target-bsp.
7749
7750Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
7751
7752 * config.sub: Add i386-uwin support.
7753 * config.guess: Likewise.
7754
7755Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7756
7757 * configure.in: cleanup, add mh-*pic handling for arm, special
7758 case powerpc*-*-aix*
7759
7760Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
7761
7762 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
7763 can be built.
7764
7765Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
7766
7767 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 7768 targets.
252b5132
RH
7769
77701999-03-02 Nick Clifton <nickc@cygnus.com>
7771
7772 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
7773
d932cae7 77741999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
7775
7776 * config.sub: Check for "cygwin*" rather than "cygwin32*"
7777
77781999-02-24 Nick Clifton <nickc@cygnus.com>
7779
7780 * config.sub: Fix typo in arm recognition.
7781
d932cae7 77821999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
7783
7784 * configure.in (noconfigdirs): Changed target_configdirs to
7785 include target-bsp only for m68k-*-elf* and m68k-*-coff*
7786 rather than m68k-*-* since it is not known to work on
7787 m68k-aout. Ditto for arm-*-*oabi.
7788
d932cae7 77891999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
7790
7791 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
7792
77931999-02-19 Ben Elliston <bje@cygnus.com>
7794
7795 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
7796 Smart and improved by Andrew Cagney.
7797
d932cae7 77981999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
7799
7800 * config.guess: Recognize openbsd-*-hppa.
7801
d932cae7 78021999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
7803
7804 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
7805 only if it is not empty.
7806
78071999-02-17 Nick Clifton <nickc@cygnus.com>
7808
7809 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 7810
fd6848f6 7811 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
7812
7813 * config.sub: Modified to recognize uname's armv* syntax.
7814
78151999-02-17 Mark Salter <msalter@cygnus.com>
7816
7817 * configure.in: Added target-bsp for sparclite.
7818
d932cae7 78191999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
7820
7821 * config.sub: Recognize alphapca5[67] and up to alphaev8.
7822
78231999-02-08 Nick Clifton <nickc@cygnus.com>
7824
7825 * configure.in: Add support for strongarm port.
7826 * config.sub: Add support for strongarm target.
7827
d932cae7 78281999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 7829
252b5132
RH
7830 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
7831 the old name config/mh-cygwin32.
7832 Enable texinfo.
7833
d932cae7 78341999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
7835
7836 * configure.in: Do build ld for ix86 Solaris.
7837
d932cae7 78381999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
7839
7840 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
7841 $AR_FOR_TARGET. Likewise for RANLIB.
7842
d932cae7 78431999-02-02 Catherine Moore <clm@cygnus.com>
35590697 7844
80413487
RH
7845 * config.sub (oabi): Recognize.
7846 * configure.in (arm-*-oabi): Handle.
252b5132 7847
d932cae7 78481999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
7849
7850 * config.guess: Improve detection of i686 on UnixWare 7.
7851
d932cae7 78521999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
7853
7854 * config.guess: Add support for i386-pc-interix.
7855 * config.sub: Likewise.
7856 * configure.in: Likewise.
252b5132 7857
d932cae7 78581999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7859
7860 * Makefile.in: Remove unneeded all-target-libio from
7861 from all-target-winsup target since it is now unneeded.
7862 Add all-target-libtermcap in its place since it is now
7863 needed.
7864
d932cae7 78651998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7866
7867 * configure.in: makefile stub for cygwin target is probably
7868 unnecessary. Remove it for now.
252b5132 7869
d932cae7 78701998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
7871
7872 * configure.in: libtermcap.a should be built when cygwin is the
7873 target as well as the host.
7874 * config.guess: Allow mixed case in cygwin uname output.
7875 * Makefile.in: Add libtermcap target.
252b5132 7876
d932cae7 78771998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7878
7879 * config.sub: Clean up handling of hppa2.0.
7880
d932cae7 78811998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
7882
7883 * config.guess: Use C code to identify more HP machines.
7884
7885Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
7886
7887 * config.sub: Handle hppa2.0.
7888
ba73c63f
JM
7889Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
7890
7891 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 7892 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
7893
78941998-12-15 Mark Salter <msalter@cygnus.com>
7895
7896 * configure.in: Added target-bsp for several target architectures.
7897
7898 * Makefile.in: Added rules for bsp.
7899
252b5132
RH
7900Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
7901
7902 * config.guess: Improve detection of hppa2.0 processors.
7903
7904Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
7905
7906 * config.guess: Recognize FreeBSD using ELF automatically.
7907
79081998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
7909
7910 * configure (skip-this-dir): Add handling for new shell script, which
7911 might be created by a sub-directory's configure to indicate, this particular
7912 directory is "unwanted".
7913 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
7914
252b5132
RH
7915Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
7916
7917 * ltconfig: import from libtool, after changing libtool to
7918 account for the cygwin name change.
7919
7920Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
7921
7922 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
7923 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
7924
7925Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
7926
7927 * configure.in: Add libtermcap to list of cygwin dependencies.
7928
d932cae7 79291998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 7930
80413487
RH
7931 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
7932 they include winsup/include when it's a cygwin target.
252b5132
RH
7933
79341998-11-12 Tom Tromey <tromey@cygnus.com>
7935
7936 * configure.in (host_tools): Added zip.
7937 * Makefile.in (all-target-libjava): Depend on all-zip.
7938 (all-zip): New target.
7939 (ALL_MODULES): Added all-zip.
7940 (NATIVE_CHECK_MODULES): Added check-zip.
7941 (INSTALL_MODULES): Added install-zip.
7942 (CLEAN_MODULES): Added clean-zip.
7943
d932cae7 79441998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
7945
7946 * Makefile.in: lose "32" from comment about cygwin.
7947
d932cae7 79481998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
7949
7950 * configure.in: Use -Os to build target libraries for the fr30.
7951
d932cae7 79521998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
7953
7954 * config.sub: Add fr30.
7955
d932cae7 79561998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 7957
80413487 7958 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
7959 cygwin* instead of cygwin32*.
7960 * config.sub: Check cygwin* instead of cygwin32*.
7961
d932cae7 79621998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
7963
7964 * config.guess: Match any version of Unixware7.
7965
252b5132
RH
79661998-10-20 Syd Polk <spolk@cygnus.com>
7967
7968 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
7969 if desired.
7970
d932cae7 79711998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7972
7973 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
7974 these if the appropriate directories and files to not exist.
7975
d932cae7 79761998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
7977
7978 * Makefile.in (DEVO_SUPPORT): Add config.if.
7979
d932cae7 79801998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
7981
7982 * configure: Add pattern to replace "build_tooldir"'s
7983 definition in the generated Makefile with "tooldir"'s
7984 actual value.
7985
252b5132
RH
7986Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
7987
7988 * config.sub: Bring back lost sparcv9.
7989
ba73c63f
JM
7990 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7991
7992Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
7993
7994 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7995 CC_FOR_TARGET and friends.
7996
7997Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 7998
ba73c63f
JM
7999 * Makefile.in (build_tooldir): New variable, same as tooldir.
8000 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8001 -B$(build_tooldir)/bin/.
8002 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8003
252b5132
RH
8004Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8005
8006 * config.sub: Add support for i[34567]86-pc-udk.
8007 * configure.in: Likewise.
8008
8009Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8010
8011 * Makefile.in: add bzip2 package building bits for user
8012 tools module
8013 * configure.in: ditto
8014
ba73c63f
JM
8015Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8016
8017 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8018 (ALL_TARGET_MODULES): Add all-target-libobjc.
8019 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8020 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8021 (all-target-libchill): Add dependencies.
8022 * configure.in (target_libs): Add libchill.
35590697 8023
252b5132
RH
80241998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8025
ba73c63f 8026 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
8027
8028Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8029
8030 * Makefile.in (all-automake): fix dependencies.
8031
8032Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8033
8034 * configure.in: Minor cleanups for building in the $(target_alias)
8035 subdir.
8036
80371998-09-22 Jim Wilson <wilson@cygnus.com>
8038
8039 * Makefile.in (bootstrap): Set r and s before make all. Use
8040 BASE_FLAGS_TO_PASS in make all.
8041 (cross): Likewise.
8042
80431998-09-20 Mark Mitchell <mark@markmitchell.com>
8044
8045 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8046
252b5132
RH
8047Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8048
8049 * config.sub: Fix typo in last change.
8050
80511998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8052
8053 * config.sub: Add support for C4x target.
8054 * configure.in: Likewise.
8055
80561998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8057
8058 * config.sub: Recognize sparcv9 just like sparc64.
8059
8060Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8061
8062 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8063
8064Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8065
8066 * config.guess: Correctly identify Pentium II sco boxes.
8067
8068 * config.guess: Fix "tr" code. From Weiwen Liu.
8069
8070Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8071
8072 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8073 stabs.
8074
8075Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8076
8077 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8078 (ALL_TARGET_MODULES): Add all-target-libchill.
8079 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8080 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8081 (all-target-libchill): Add dependencies.
8082 * configure.in (target_libs): Add libchill.
8083
8084Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8085
8086 * config.guess: Avoid assumptions about "tr" behaves when
8087 LANG is set to something other than English.
8088
8089Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8090
8091 * configure (gxx_include_dir): Changed to
8092 '${prefix}/include/g++'-${libstdcxx_interface}.
8093
8094 * config.if: New to determine the interfaces.
8095
8096Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8097
8098 * config.guess: Detect and handle MPE/IX.
8099 * config.sub: Deal with MPE/IX.
8100
8101Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8102
8103 * configure.in: Use mh-aix43.
8104
81051998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8106
8107 * configure: Fix --without/--disable cases for gxx-include-dir.
8108
8109Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8110
8111 * mdata-sh: Imported. Needed for automake support.
8112
8113Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8114
ba73c63f 8115 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
8116 "chmod og=u `find . -print`".
8117
8118Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8119
ba73c63f 8120 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
8121
8122Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8123
8124 * Makefile.in: Undo previous patch.
8125
8126Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8127
8128 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8129 to here ...
8130 (install-no-fixedincludes): and here
8131 (INSTALL_MODULES): ... from here.
8132
8133Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8134
8135 * config.sub: Merge with FSF.
8136
8137 * config.guess: Merge with FSF.
8138
8139Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8140
8141 * configure (extraconfigdirs): New variable.
8142 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8143 * Makefile.in (all): Move higher in file.
8144 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8145 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8146 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8147 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8148 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8149
81501998-07-23 Brendan Kehoe <brendan@cygnus.com>
8151
8152 * Makefile.in (all-target-libjava): Depend on all-gcc and
8153 all-target-newlib.
8154 (configure-target-libjava): Depend on $(ALL_GCC).
8155
8156Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8157
8158 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8159 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8160
8161Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8162
8163 * ylwrap: Change absolute path checks to check for DOS style path
8164 names.
8165
8166 * ylwrap: Don't use a full path name if the source file is in the
8167 same directory. From hjl@lucon.org (H.J. Lu).
8168
8169 * config-ml.in: Default to being verbose, to match Feb 18 change to
8170 configure.
8171
8172Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8173
8174 Brought over from egcs:
8175
8176 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8177
8178 * configure.in (target_subdir): Set to ${target_alias} instead
8179 of "libraries".
8180
8181 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8182
8183 * configure.in (target_subdir): Set to libraries if enable_multilib.
8184
8185Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8186
8187 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8188 multilibs, force reconfiguration the first time we create
8189 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8190
8191Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8192
8193 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8194 avoid confusion with --no-recursion.
8195
8196Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8197
8198 * configure.in: Win32 hosts shouldn't use install -x
8199 * install-sh: remove -x option, and special .exe-handling
8200 hack.
8201
8202Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8203
8204 * config.guess: Recognize i586-pc-beos.
8205 * configure.in: Don't build some bits for beos.
8206
8207Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8208
8209 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8210 CFLAGS default to -O2.
8211
8212 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8213 when using GNU ld.
8214
8215Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8216
8217 * ltmain.sh: Correct install when using a different shell.
8218
8219Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8220
8221 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8222
8223Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8224
8225 * makefile.vms: Update to build binutils/makefile.vms. Add install
8226 target.
8227
8228Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8229
8230 * ltconfig: Update to correct AIX handling.
8231
8232Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8233
8234 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8235
8236 * configure.in (target_subdir): Set to ${target_alias} instead
8237 of "libraries".
8238
82391998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8240
8241 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8242 (Makefile): Depend on $(gcc_version_trigger).
8243
8244 * configure (gcc_version): Change default initializer to empty
8245 string.
8246 (gcc_version_trigger): New variable; pass this variable down
8247 to subdir configures to enable them checking gcc's version
8248 themselves. Emit make macros for both gcc_version vars.
8249 (topsrcdir): Initialize reliably.
8250 (recursion line): Remove --with-gcc-version=${gcc_version}.
8251
82521998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8253
8254 * configure (enable_version_specific_runtime_libs): Implement new flag
8255 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8256 in $(libsubdir); emit definition in each generated Makefile.
8257 (gxx_include_dir): Initialize depending on
8258 $enable_version_specific_runtime_libs.
8259
82601998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8261
8262 * configure (gcc_version): Initialize properly depending on
8263 how and where configure is started.
8264 (recursion line): Pass a --with-gcc-version=${gcc_version}
8265 to configures in subdirs.
8266
8267Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
8268
8269 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 8270 cygmon
252b5132
RH
8271
8272Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
8273
8274 * configure.in: Add cygmon and libstub support for mn10200.
8275
82761998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
8277
8278 * configure (gcc_version): Add new variable describing the
8279 particular gcc version we're building.
8280 * Makefile.in (libsubdir): Add new macro for the directory
8281 in which the compiler finds executables, libraries, etc.
8282 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8283 and libsubdir.
8284
8285Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8286
ba73c63f
JM
8287 * Makefile.in (local-clean): Remove *.log.
8288 (warning.log): Built with warn_summary from build.log.
8289 (mail-report.log): Run test_summary.
8290 (mail-report-with-warnings.log): Run test_summary including
8291 warning.log in the report.
252b5132
RH
8292
8293Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
8294
8295 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8296
8297Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
8298
8299 * Makefile.in (grep): Grep no longer depends on libiberty.
8300
8301Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
8302
8303 * Makefile.in: all-snavigator needs all-libgui.
8304
8305Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
8306
8307 * configure.in: Add cygmon and libstub support for mn10300.
8308
8309Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
8310
8311 * missing: Update to version from automake 1.3.
8312
8313 * ltmain.sh: On installation, don't get confused if the same name
8314 appears more than once in the list of library names.
8315
8316Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
8317
8318 * config.sub: Accept m68060 and m5200 as CPU names.
8319
8320Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
8321
8322 * configure: Use && rather than using -a in test, because odd
8323 strings can confuse test.
8324 * configure.in: Likewise.
8325
8326Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
8327
8328 * ltconfig, ltmain.sh: Bring in Visual C++ support.
8329
8330Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8331
8332 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
8333 bootstrap4-lean): New targets.
8334
8335Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
8336
8337 * mpw-* Delete. Not used.
252b5132
RH
8338
8339Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
8340
8341 * COPYING.LIB: Update FSF address.
8342
8343Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
8344
8345 * ltconfig, ltmain.sh: Update to libtool 1.2a.
8346
8347 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8348 GAS_SUPPORT_DIRS.
8349
8350Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
8351
8352 * ltconfig, ltmain.sh: Avoid producing a version number if
8353 -version-info was not used.
8354
8355Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
8356
8357 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8358 building with newlib.
8359
83601998-04-30 Paul Eggert <eggert@twinsun.com>
8361
ba73c63f 8362 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 8363 Solaris `make' causes it to continue to next definition.
252b5132 8364
afb8d725
JM
8365Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
8366
8367 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8368 the right GUI libraries and files are installed along with GDB.
8369
252b5132
RH
8370Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
8371
8372 * configure.in: Change alpha to alpha* in several places.
8373
8374Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
8375
8376 * config.sub: Recognize sparc86x.
8377
8378Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 8379
252b5132
RH
8380 * configure.in (--enable-target-optspace): Remove debug echo.
8381
8382Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
8383
8384 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8385
8386Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
8387
8388 * ltconfig: Update cygwin32 support.
8389
8390 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8391 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8392 (GDB_SUPPORT_DIRS): Likewise.
8393
8394Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
8395
8396 * configure.in (target_makefile_frag): If --enable-target-optspace,
8397 use -Os to compile target libraries rather than -O2. Default to
8398 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8399 not used.
8400 * configure.in (target_cflags): Ditto for d30v.
8401
8402Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
8403
8404 * Makefile.in (all-bfd): Depend on all-intl.
8405 (all-binutils): Likewise.
8406 (all-gas): Likewise.
8407 (all-gprof): Likewise.
8408 (all-ld): Likewise.
8409
252b5132
RH
84101998-04-19 Brendan Kehoe <brendan@cygnus.com>
8411
8412 * configure.in (host_tools): Fix typo, lbtool -> libtool.
8413
8414Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
8415
8416 * Makefile.in (all-bfd): Depend upon all-libiberty.
8417
8418 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8419
8420Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
8421
8422 * Makefile.in: Add libstub.
8423
8424 * configure.in: Ditto. Build libstub for targets that have cygmon
8425 support.
8426
8427Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
8428
8429 * configure.in: Don't set PICFLAG on ix86-cygwin32.
8430
8431Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
8432
8433 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8434 use mh-sysv5 if specified. Support gprof on SCO Open Server.
8435
8436Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
8437
8438 * configure: Define DEFAULT_M4 by searching PATH.
8439 * Makfile.in: Use DEFAULT_M4.
8440
8441Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
8442
8443 * ltconfig: Add cygwin32 support.
8444
8445 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
8446 to configure and build.
8447
8448Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
8449
8450 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
8451
8452Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
8453
8454 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8455
8456Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
8457
8458 * Makefile.in: add ash make rules
8459 * configure.in: add ash to native_only and host_tools lists
8460
8461Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
8462
8463 * Makefile.in (all-gettext, all-intl): New targets.
8464 (ALL_MODULES): Added all-gettext, all-intl.
8465 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8466 (INSTALL_MODULES): Added install-gettext, install-intl.
8467 (CLEAN_MODULES): Added clean-gettext, clean-intl.
8468
8469 * configure.in (host_tools): Added gettext.
8470 (native_only): Likewise.
8471 (noconfigdirs) [various cases]: Likewise.
8472 (host_libs): Added intl.
8473
afb8d725
JM
8474Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
8475
8476 * configure: Do not disable building gdbtk for cygwin32 hosts.
8477
ba73c63f
JM
8478Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
8479
8480 * configure.in: Add thumb-coff target.
8481 * config.sub: Add thumb-coff target.
8482
252b5132
RH
8483Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8484
8485 * Makefile.in: Revert yesterday's change.
8486 (all-target-winsup): all-target-librx stays out of here.
8487
8488Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
8489
ba73c63f
JM
8490 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8491 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8492 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
8493 Remove references to librx and libg++.
8494
8495Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
8496
8497 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8498 recursive makes
8499
8500Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
8501
8502 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8503 for newlib directory.
8504 (CXX_FOR_TARGET): Likewise.
8505
8506Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
8507
8508 * ltconfig: Update after libtool/ltconfig.in change for
8509 hpux11.
8510
8511Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
8512
8513 * ltconfig, ltmain.sh: Update to libtool 1.2.
8514
8515Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
8516
8517 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8518 (install-gcc-cross): Instead, override LANGUAGES here.
8519
85201998-03-18 Dave Love <d.love@dl.ac.uk>
8521
8522 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8523 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8524
8525Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
8526
8527 * configure.in: Add Thumb-pe target.
8528
8529Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 8530
252b5132
RH
8531 * Makefile.in - changed sn targets to snavigator
8532 * configure.in - changed sn targets to snavigator
8533
8534Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
8535
8536 * config-ml.in: After building symlink tree call make distclean
8537 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8538 to be the case for libiberty.
8539
8540Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
8541
8542 * configure: When making link, also check the current
8543 directory. The configure scripts may create one.
8544
8545Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
8546
8547 * config.sub: Accept alphapca56 and alphaev6 properly.
8548
8549Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8550
8551 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8552
252b5132
RH
8553Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8554
80413487 8555 * config.sub (sco5): Fix typo.
252b5132
RH
8556
8557Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
8558
8559 * Makefile.in (INSTALL_MODULES): Move install-tcl before
8560 install-itcl.
8561 (install-itcl): Remove dependency on install-tcl.
8562
8563Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
8564
8565 * configure.in: Remove libgloss from noconfigdirs for MN10300.
8566
252b5132
RH
8567Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
8568
8569 * configure.in: Don't build libgui for a cygwin32 target when not on
8570 a cygwin32 host.
8571
8572Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
8573
8574 * configure (redirect): Set to null, so default behavior of
8575 configure is now --verbose.
8576
85771998-02-16 Dave Love <d.love@dl.ac.uk>
8578
8579 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8580 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8581
8582Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
8583
8584 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8585 this change to sync Makefile.in with its ChangeLog entries.
8586
8587Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
8588
8589 * ltmain.sh (mkdir): Check that the directory doesn't exist
8590 before we exit with error, so that we don't get races during
8591 parallel builds.
8592
8593Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
8594
8595 * ltconfig, ltmain.sh: Update from libtool 1.0i.
8596
8597Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
8598
8599 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8600 PICFLAG_FOR_TARGET.
8601 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8602
8603 * configure: Emit a definition for the new macro enable_shared
8604 into each Makefile.
8605
252b5132
RH
8606Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8607
8608 * configure.in (host_tools, native_only): Add libtool.
8609
8610Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
8611
8612 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8613 Fix typo in ming config comment.
8614
8615Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
8616
8617 * ltconfig, ltmain.sh: Update from libtool 1.0h.
8618
8619Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
8620
8621 * config.sub: Add tic30 cases, and map c30 to tic30.
8622
ba73c63f
JM
8623Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
8624
8625 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8626 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8627 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8628 (CLEAN_TARGET_MODULES): Similarly
8629 (all-target-libf2c): Add dependences.
35590697 8630 * configure.in (target_libs): Add libf2c.
ba73c63f 8631
252b5132
RH
8632Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
8633
ba73c63f
JM
8634 * configure.in: Remove expect from noconfigdirs when target
8635 is cygwin32. OK to build expect and dejagnu with Canadian
8636 Cross.
252b5132
RH
8637
8638Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
8639
8640 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8641 host.
8642
8643 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8644 and mingw32.
8645
8646Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
8647
8648 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8649 here as it is not defined in the toplevel Makefile.
8650
8651Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
8652
8653 * configure (package_makefile_rules_frag): New variable, which names
8654 a file with generic rules, ...
8655 Change comment to mention we now have FIVE parts.
8656 * configure: Undo last change.
8657
8658Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
8659
8660 * config.guess: More accurate determination of HP processor types.
8661 * config.sub: More accurate determination of HP processor types.
8662
8663Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
8664
8665 * configure (package_makefile_frag): Move inserting the
8666 ${package_makefile_frag} to where it should be according
8667 to the comment.
8668
ba73c63f 8669Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
8670
8671 * config.guess: Add support for Linux/ARM.
8672
8673Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
8674
8675 * .cvsignore: Remove *-info and *-install since they match
8676 release-info and mpw-install, which we don't want to just ignore.
8677
8678Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
8679
8680 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
8681
8682Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
8683
8684 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
8685 local_prefix to sub-make invocations.
8686
8687Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
8688
8689 * configure.in: Check makefile fragments in the source
8690 directory.
8691
8692Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8693
ba73c63f
JM
8694 * configure.in: Check whether host and target makefile
8695 fragments exist before adding them to *_makefile_frag.
252b5132
RH
8696
8697Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
8698
8699 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 8700
252b5132
RH
8701Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
8702
8703 * configure.in: Make sure we only replace RPATH_ENVVAR on
8704 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
8705 regexp to sed.
8706
8707 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
8708 to sub-makes.
8709
87101998-01-13 Lee Iverson (leei@ai.sri.com)
8711
8712 * config-ml.in (multi-do): LDFLAGS must include multilib
8713 designator.
8714
8715Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
8716
8717 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
8718
8719Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
8720
8721 * config.sub: Add mingw32 support.
8722 * configure.in: Likewise.
252b5132
RH
8723
8724Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
8725
8726 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
8727
8728Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
8729
8730 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8731 * configure (gxx_include_dir): Provide a definition for subdirs
8732 which do not use autoconf.
8733
8734Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
8735
8736 * config.guess: Sync with egcs. Picks up new alpha support,
8737 BeOS & some additional linux support.
8738
ba73c63f 8739Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8740
8741 * config.guess: HP 9000/803 is a PA1.1 machine.
8742
ba73c63f
JM
8743Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
8744
8745 * configure.in: It's alpha*-...
252b5132
RH
8746
8747Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8748
ba73c63f
JM
8749 * configure.in (host_makefile_frag, target_makefile_frag):
8750 Handle multiple config files.
8751 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
8752 alpha-*-*.
252b5132
RH
8753
8754Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
8755
8756 * mkdep: New file.
8757
8758Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
8759
8760 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
8761
8762Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
8763
8764 * Makefile.in: Add libgui directory.
8765 (GDB_TK): Add all-libgui.
8766 * configure.in: Add libgui directory.
8767 * configure: Add all-libgui to GDB_TK.
8768
8769Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
8770
8771 * config-ml.in (multidirs): Add m32r to multilib list.
8772
8773Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
8774
8775 * Makefile.in (all-target-gperf): Change dependency to
8776 all-target-libstdc++.
8777
8778Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
8779
8780 * config.guess: Add BeOS support.
8781
8782Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
8783
8784 Source directory cvs renamed to cvssrc:
8785 * configure.in (host_tools): Change cvs to cvssrc.
8786 (native_only): Likewise.
8787 (noconfigdirs) [various cases]: Likewise.
8788 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
8789 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
8790 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
8791 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
8792 (all-cvssrc): Rename target from all-cvs.
8793
8794Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
8795
8796 * configure (gxx_include_dir): Fix thinko.
8797
8798Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
8799
8800 * Makefile.in (INSTALL_TARGET_CROSS): Define.
8801 (install-cross, install-gcc-cross): New targets.
8802
8803Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
8804
8805 * configure.in (noconfigdirs): Add support for Thumb target.
8806
8807 * config.sub (maybe_os): Add support for Thumb target.
8808
8809Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
8810
8811 * Makefile.in: Add rules for cygmon.
8812
8813 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
8814
8815Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
8816
8817 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8818 * configure (gxx_include_dir): Provide a definition for subdirs
8819 which do not use autoconf.
8820
8821Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
8822
8823 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 8824 11/18/97 build
252b5132
RH
8825
8826Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
8827
8828 * From Franz Sirl.
8829 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
8830 found on RedHat Linux systems.
8831
8832Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
8833
8834 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
8835 guesses.
8836
8837Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
8838
8839 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
8840
8841Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
8842
8843 * ltmain.sh: If mkdir fails, check whether the directory was created
8844 anyhow by some other process.
8845
8846Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
8847
8848 * configure.in (d30v-*-*): Configure all directories.
8849
8850Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
8851
8852 * configure.in (d30v-*-*): Configure newlib, libiberty directories
8853 for the D30V.
8854
8855Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
8856
8857 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
8858
8859Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
8860
80413487
RH
8861 * include/libiberty.h: Add extern "C" { so it can be used with C++
8862 progrms.
8863 * include/remote-sim.h: Add extern "C" { so it can be used with C++
8864 programs.
252b5132
RH
8865
8866Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
8867
8868 * configure.in (d30v-*-*): Configure GCC now.
8869
8870Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8871
8872 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
8873 is no longer needed.
8874
8875Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
8876
8877 * Makefile.in: check-target-libio depends on all-target-libstdc++.
8878
8879Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
8880
8881 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8882 targets using "$@" to provide support for similar but not identical
8883 targets without having to duplicate code.
8884
8885Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
8886
8887 * makefile.vms: Fix to work with DEC C.
8888
8889Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
8890
8891 * config.sub: Add mips-tx39-elf to marketing names.
8892
8893Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
8894
8895 * ltmain.sh: Handle symlinks in generated script.
8896
8897Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
8898
8899 * configure: Handle autoconf style directory options: --bindir,
8900 --datadir, --includedir, --infodir, --libdir, --libexecdir,
8901 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
8902 --sysconfdir.
8903 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
8904 (sharedstatedir, localstatedir, oldincludedir): New variables.
8905 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
8906 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
8907 sbindir, sharedstatedir, and sysconfdir.
8908
8909Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8910
8911 * Makefile.in (bootstrap-lean): New target.
8912
8913Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
8914
8915 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 8916 sn, and gnuserv from noconfigdirs.
252b5132
RH
8917
8918Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
8919
8920 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
8921
8922Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
8923
ba73c63f 8924 * Makefile.in (cross): New target.
252b5132
RH
8925
8926Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 8927 Jeff Law <law@cygnus.com>
252b5132
RH
8928
8929 * Makefile.in (bootstrap2, bootstrap3): New targets.
8930 (all-bootstrap): Remove outdated and confusing target.
8931 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
8932
afb8d725
JM
8933Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
8934
8935 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 8936 windows. Consistent with gdb/configure.
afb8d725 8937
252b5132
RH
89381997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
8939
252b5132
RH
8940 * configure.in: Name Linux target fragment.
8941
8942 * configure: Rewrite so that project Makefile fragment is inserted
8943 first and appears last in the resulting Makefile.
8944
8945Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
8946
8947 * Makefile.in (install-itcl): Install tcl first.
8948
252b5132 8949Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 8950
252b5132
RH
8951 * configure.in: remove bison from noconfigdirs for Cygwin32 host
8952
8953Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8954
8955 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
8956
8957 * configure.in (skipdirs): Add target-librx for Linux.
8958 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
8959
8960Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
8961
8962 * Makefile.in (bootstrap): New target.
8963
8964Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
8965
8966 * config.sub: Accept 'amigados' for backward compatability.
8967
8968Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
8969
8970 * config.guess: Merge with FSF.
8971
ba73c63f
JM
8972Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
8973
8974 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
8975
252b5132
RH
8976Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
8977
8978 * config.sub: Add "marketing-names" patch.
8979
8980Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
8981
80413487 8982 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
8983
8984Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
8985
8986 * config.sub: Handle v850-elf.
8987
ba73c63f
JM
8988Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
8989
8990 * .cvsignore (*-install): Remove.
8991
252b5132
RH
8992Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
8993
8994 * ltconfig: Set CONFIG_SHELL in libtool.
8995 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8996
8997Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8998
8999 * configure.in (target_subdir): Set to libraries if enable_multilib.
9000
9001Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9002
9003 * config.guess: Update from gcc directory.
9004
9005Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9006
9007 * Makefile.in (all-sim): Depends on all-readline.
9008
9009Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9010
9011 * Makefile.in (BISON, YACC): Use $$s.
9012 (all-bison): Depend on all-texinfo.
9013
9014Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9015
9016 * Makefile.in (BISON): Add -L flag.
9017 (YACC): Likewise.
9018
9019Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9020
35590697
AJ
9021 * configure.in (noconfigdirs): Add support for v850e target.
9022
252b5132
RH
9023 * config.sub (maybe_os): Add support for v850e target.
9024
9025Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9026
35590697
AJ
9027 * configure.in (noconfigdirs): Add support for v850ea target.
9028
252b5132
RH
9029 * config.sub (maybe_os): Add support for v850ea target.
9030
9031Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9032
9033 * config.sub: Add mipstx39. Delete r3900.
9034
9035Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9036
9037 * Makefile.in (all-autoconf): Depends on all-texinfo.
9038
9039Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9040
9041 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9042 eabi targets.
9043
9044Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9045
9046 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9047
9048 * configure: When handling a Canadian Cross, handle YACC as well as
9049 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 9050 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
9051
9052Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9053
9054 * Makefile.in (BISON): bison, not byacc or bison -y.
9055 (YACC): bison -y or byacc or yacc.
9056 (various): Add *-bison as appropriate.
9057 (taz): No need to mess with BISON anymore.
9058
9059Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9060
9061 * configure: If OSTYPE matches *win32*, try to find a good value for
9062 CONFIG_SHELL.
9063
9064Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9065
9066 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9067 configure.in if it is present.
9068
9069Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9070
9071 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9072
9073Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9074
9075 * config.sub: Recognize `arc' cpu.
9076 * configure.in: Likewise.
9077 * config-ml.in: Likewise.
9078
9079Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9080
9081 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9082
9083Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9084
9085 * configure: Changed sed delimiter from ':' to '|' when
9086 attempting to substitute ${config_shell} for SHELL. On
9087 NT ${config_shell} may contain a ':' in it.
9088
9089Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9090
9091 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9092
9093Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9094
9095 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9096
9097Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9098
9099 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9100
9101 * ylwrap: If the program is a relative path, force it to be
9102 absolute.
9103
9104Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9105
9106 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9107
9108Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9109
9110 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
9111 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9112 for libraries.
252b5132
RH
9113
9114Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9115
9116 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 9117 separated by spaces.
252b5132
RH
9118
9119Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9120
9121 * ylwrap: New file.
9122 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9123
9124 * ltmain.sh: Handle /bin/sh at start of install program.
9125
9126 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9127
9128 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9129 * missing: New file, from automake 1.2.
9130
9131Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9132
9133 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9134 check-tk to CHECK_X11_MODULES.
9135
9136Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9137
9138 * config.sub: Merge with FSF.
9139
9140Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9141
9142 * config.guess: Merge with FSF.
9143
9144Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9145
9146 * configure: Treat msdosdjgpp like go32.
9147 * configure.in: Likewise. Don't remove gprof for go32.
9148
9149 * configure: Change Makefile.tem2 to Makefile.tm2.
9150
9151Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9152
9153 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9154
9155Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9156
9157 * install-sh (chmodcmd): Set to null if the DST directory already
9158 exists. Same as Nov 11th change.
9159
9160Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9161
35590697 9162 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
9163
9164Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9165
9166 * config.guess: Update from FSF.
9167
9168Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9169
9170 * Makefile.in (GDB_TK): Depend on itcl and tix.
9171
9172Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9173
9174 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9175 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9176 (INSTALL_SCRIPT): New variable.
9177 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9178 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9179 to -x.
9180 * install-sh: Add support for -x option.
9181
9182Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9183
9184 * configure.in, Makefile.in: Treat tix like itcl.
9185
9186Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9187
9188 * Makefile.in (WINDRES): New variable.
9189 (WINDRES_FOR_TARGET): New variable.
9190 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9191 (EXTRA_HOST_FLAGS): Add WINDRES.
9192 (EXTRA_TARGET_FLAGS): Add WINDRES.
9193 (EXTRA_GCC_FLAGS): Add WINDRES.
9194 ($(DO_X)): Pass down WINDRES.
9195 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9196 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9197 DLLTOOL_FOR_TARGET.
9198
9199Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9200
9201 * configure.in: configure sim before gdb for win32-x-ppc
9202
9203Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9204
9205 Move gperf into the toplevel, from libg++.
9206 * configure.in (target_tools): Add target-gperf.
9207 (native_only): Add target-gperf.
9208 * Makefile.in (all-target-gperf): New target, depend on
9209 all-target-libg++.
9210 (configure-target-gperf): Empty rule.
9211 (ALL_TARGET_MODULES): Add all-target-gperf.
9212 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9213 (CHECK_TARGET_MODULES): Add check-target-gperf.
9214 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9215 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9216
9217Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 9218
252b5132
RH
9219 * config.sub (mn10200): Recognize new basic machine.
9220
9221Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9222
9223 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9224 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9225
9226Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9227
9228 * configure.in: If we're building mips-sgi-irix6* native, turn on
9229 ENABLE_MULTILIB and set TARGET_SUBDIR.
9230
9231Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9232
9233 * Makefile.in (all-sn): Depend on all-grep.
9234
9235Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9236
9237 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9238
9239 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9240 Makefile. From Jeff Makey <jeff@cts.com>.
9241 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9242
9243 * Makefile.in (DISTBISONFILES): Remove.
9244 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9245 $(DEFAULT_YACC).
9246
9247 * configure.in: Build itl, db, sn, etc., when building for native
35590697 9248 cygwin32.
252b5132
RH
9249
9250 * Makefile.in (LD): New variable.
9251 (EXTRA_HOST_FLAGS): Pass down LD.
9252 ($(DO_X)): Likewise.
9253
9254Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9255
9256 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9257
9258Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9259
9260 * configure.in (targargs): Strip out any supplied --build argument
35590697 9261 before adding our own. Always add --build.
252b5132
RH
9262
9263Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
9264
9265 * configure.in (targargs): Pass --build if we're doing
9266 a cross-compile.
9267
9268Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
9269
ba73c63f 9270 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
9271 sed. Otherwise sed chokes on NT path names with drive
9272 designators. Also look for "?:*" as the leading characters in an
9273 absolute pathname.
9274
9275Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
9276
9277 * config.sub: Support for r3900.
9278
9279Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
9280
9281 * configure.in: Use install-sh, not install.sh.
9282
9283Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
9284
9285 * Makefile.in (taz): Improve check for BISON so it doesn't try to
9286 apply it twice.
9287
9288Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
9289
9290 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9291 install-binutils.
9292
9293Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
9294
9295 * Makefile.in: Add automake targets.
9296 * configure.in (host_tools): Add automake.
9297
9298Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
9299
9300 * configure: Default CXX to c++, not gcc.
9301 * Makefile.in (CXX): Set to c++, not gcc.
9302 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9303
9304Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
9305
9306 * install-sh: try appending a .exe if source file doesn't
9307 exist
9308
9309Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9310
9311 * configure.in: Turn on multilib by default.
9312 (cross_only): Remove target-libiberty.
9313
9314 * Makefile.in (all-gcc): Don't depend on libiberty.
9315
9316Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
9317
9318 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9319
9320Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
9321
9322 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9323 (DISTBISONFILES): Add ld/Makefile.in
9324
9325Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
9326
9327 * configure.in: if target is cygwin32 but host isn't cygwin32,
9328 don't configure gdb tcl tk expect, not just gdb.
9329
9330Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
9331
9332 * configure.in: Added gnuserv everywhere sn appears.
9333
9334 * Makefile.in (ALL_MODULES): Added all-gnuserv.
9335 (CROSS_CHECK_MODULES): Added check-gnuserv.
9336 (INSTALL_MODULES): Added install-gnuserv.
9337 (CLEAN_MODULES): Added clean-gnuserv.
9338 (all-gnuserv): New target.
9339
9340Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
9341
9342 * config.guess: Fixes for MIPS OpenBSD systems.
9343
9344Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
9345
9346 * Makefile.in (INSTALL_XFORM): Remove.
9347 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9348
9349 * mkinstalldirs: New file, copied from automake.
9350 * Makefile.in (installdirs): Rename from install-dirs. Use
9351 mkinstalldirs. Change all users.
9352 (DEVO_SUPPORT): Add mkinstalldirs.
9353
9354Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
9355
9356 * install-sh: Rename from install.sh.
9357 * Makefile.in (INSTALL): Change install.sh to install-sh.
9358 (DEVO_SUPPORT): Likewise.
9359
9360 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
9361 Graichen <graichen@rzpd.de>.
9362
9363Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
9364
9365 * config.guess: Recognize OpenBSD systems correctly.
9366
9367Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9368
9369 * README, Makefile.in (ETC_SUPPORT): Remove references to
9370 cfg-paper*, configure.{texi,man,info*}._
9371
9372Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
9373
9374 * Makefile.in (all.normal): Ensure that gcc is built after all
9375 the x11 - ie gdb - targets.
9376
9377Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
9378
9379 * makefile.vms: Don't run conf-a-gas.
9380
9381Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
9382
80413487 9383 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
9384
9385Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
9386
9387 * configure.in: Remove noconfigdirs case since gdb also
9388 configures and builds for tic80-coff.
9389
9390Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
9391
9392 * configure: Set cache_file to config.cache.
9393 * Makefile.in (local-distclean): Remove config.cache.
9394
9395Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
9396
9397 * COPYING: Update FSF address.
9398
9399Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
9400
9401 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9402 noconfigdirs.
9403
9404Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
9405
9406 * Makefile.in (install-dirs): Don't crash if prefix, and hence
9407 MAKEDIRS, is empty.
9408
9409Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
9410
9411 * config.sub: Tweak mn10300 entry.
9412
9413Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
9414
9415 * configure.in (host_tools): Put sim before gdb, so gdb's
9416 configure.tgt can determine if the simulator was configured.
9417
9418Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
9419
9420 * config.sub: Move BeOS $os case to be with other Cygnus
9421 local cases.
9422
9423Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
9424
9425 * config.sub: Remove misplaced comment that broke Linux.
9426
9427Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
9428
9429 * config.sub: Add BeOS support.
9430
9431Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
9432
9433 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9434
9435Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
9436
9437 * configure.in (noconfigdirs): Remove tcl and tk from
9438 noconfigdirs for cygwin32 builds.
9439
9440Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
9441
9442 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9443
9444Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
9445
9446 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9447 make-all.com, use makefile.vms instead.
9448
9449Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
9450
9451 * config.sub: Accept -lnews*.
9452
9453Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
9454
9455 * configure.in (noconfigdirs): Disable target-newlib,
35590697 9456 target-examples and target-libiberty for d30v.
252b5132
RH
9457
9458Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9459
9460 * configure.in (noconfigdirs): Enable ld for d30v.
9461
9462Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
9463
9464 * configure.in (tic80-*-*): Build compiler.
9465
9466Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
9467
9468 * configure.in (d30v-*): Remove sim directory from list of
35590697 9469 unsupported d30v directories
252b5132
RH
9470
9471Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9472
35590697
AJ
9473 * config.sub, configure.in: Add d30v target cpu.
9474
252b5132
RH
9475Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
9476
9477 * makefile.vms: New file.
9478 * make-all.com: Remove.
9479
9480Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
9481
9482 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9483
9484Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
9485
9486 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9487
9488Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
9489
9490 * Makefile.in (ALL_MODULES): Added all-db.
9491 (CROSS_CHECK_MODULES): Addec check-db.
9492 (INSTALL_MODULES): Added install-db.
9493 (CLEAN_MODULES): Added clean-db.
9494
9495Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
9496
9497 * config.guess: Merge with latest FSF sources.
9498
9499Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
9500
9501 * Makefile.in (ALL_MODULES): Added all-itcl.
9502 (CROSS_CHECK_MODULES): Added check-itcl.
9503 (INSTALL_MODULES): Added install-itcl.
9504 (CLEAN_MODULES): Added clean-itcl.
9505
9506Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
9507
9508 * configure.in: build gdb for mn10200
9509
9510Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
9511
9512 * Makefile.in (all-target-winsup): Depend on all-target-libio.
9513
9514Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
9515
9516 * configure.in (tic80-*-*): Turn off most targets right now.
9517
9518Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
9519
9520 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9521 rather than the makeinfo program.
9522 (do-info): Depend upon all-texinfo.
9523
9524Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
9525
9526 * configure.in: Remove uses of config/mh-linux.
9527
9528 * config.sub, config.guess: Merge with latest FSF sources.
9529
9530Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
9531
9532 * config.sub (case $basic_machine): Add tic80 entries.
9533
9534Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
9535
9536 * config.sub, config.guess: Merge with latest FSF sources.
9537
9538Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
9539
9540 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9541 * mpw-config.in: Test for NewFolderRecursive.
9542 * mpw-install: Use symbolic name for startup filename.
9543 * mpw-README: Add various additional details.
9544
9545Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
9546
9547 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9548
9549Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
9550
9551 * configure.in: Do build gcc and the target libraries for
9552 the mn10200.
9553
9554Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
9555
9556 * configure.in: don't avoid building gdb for mn10300 any more
9557 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9558 instead of single-quoting it.
9559
9560Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
9561
9562 * configure.in: Don't use --with-stabs on IRIX 6.
9563
9564Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
9565
9566 * configure.in (m32r): Build gdb, libg++ now.
9567
9568Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9569
9570 * configure.in (mips*-sgi-irix6*): Remove gdb and related
9571 directories from noconfigdirs.
9572
9573Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
9574
9575 * config.sub (basic_machine): added mips16 configuration
9576
9577Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9578
9579 * config.sub: Handle d10v-unknown.
9580
9581Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
9582
9583 * config.sub: Handle v850-unknown.
9584
9585Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
9586
9587 * Makefile.in: add findutils
9588 * configure.in: add findutils to list of host_tools
9589
9590Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
9591
9592 * config.sub: Handle mn10200 and mn10300.
9593
9594Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9595
9596 * configure.in (d10v-*): Do not build librx.
9597
9598Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
9599
9600 * configure.in (mn10300): Build everything except gdb & libgloss.
9601
9602Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
9603
9604 * config.guess: Patch for Dansk Data Elektronik servers,
9605 from Niels Skou Olsen <nso@dde.dk>.
9606
9607 For ncr, use /bin/uname rather than uname, since GNU uname does not
9608 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
9609
9610 Patch for MIPS R4000 running System V,
9611 from Eric S. Raymond <esr@snark.thyrsus.com>.
9612
9613 Fix thinko for nextstep.
9614
9615 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9616
9617 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
9618 * config.guess: Guess mips-dec-mach_bsd4.3.
9619
9620 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
9621 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
9622 release numbers.
9623 * config.guess (mips-mips-riscos*): Emit just enough of the
9624 release number.
9625
9626 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
9627 * config.guess (sparc-auspex-sunos*): Added.
9628 (f300-fujitsu-*): Added.
9629
9630 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
9631 * config.guess: Recognize a Tadpole as a sparc.
9632
9633Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
9634
9635 * config.guess: Don't assume that NextStep version is either 2 or
9636 3. NextStep 4 (aka OpenStep 4) has come out now.
9637
9638Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
9639
9640 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9641 From Rik Faith <faith@cs.unc.edu>.
9642
9643Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9644
9645 * config.sub: Contributions from bug-gnu-utils to:
9646 Support plain "hppa" (no version given) architecture, reported by
9647 OpenStep.
9648 OpenBSD like NetBSD.
9649 LynxOs is not a hardware supplier.
9650
9651 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 9652 OpenBSD like NetBSD.
252b5132
RH
9653 Stratus systems.
9654 More Pyramid systems.
9655 i[n>4]86 Intel chips.
9656 M680[n>4]0 Motorola chips.
9657 Use unknown instead of lynx for hardware manufacturer.
9658
9659Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9660
9661 * install.sh (chmodcmd): Set to null if the DST directory already
9662 exists.
9663
9664Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9665
9666 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
9667 not use mt-ppc target Makefile fragment any more.
9668
9669Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
9670
9671 * configure.in (*-*-windows): Exclude everything but those dirs
9672 needed to build windows.
9673
9674Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
9675
9676 * Makefile.in (all-target-winsup): Depend on all-target-librx.
9677
9678Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
9679
9680 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
9681
9682Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
9683
9684 * Undo my previous change.
9685
9686Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
9687
9688 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
9689 unconditionally.
9690 (MAKEOVERRIDES): Define (revert this part of October 18 change).
9691
9692Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
9693
9694 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
9695 host to add it's own flags.
252b5132
RH
9696
9697Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
9698
9699 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
9700
9701Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
9702
9703 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
9704 (CXX_FOR_TARGET): Likewise.
9705 (GCC_FOR_TARGET): Define.
9706 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
9707 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
9708 CC_FOR_TARGET was specified on the command line.
9709 (MAKEOVERRIDES): Don't define.
9710
9711Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
9712
9713 * configure.in (m32r): Fix spelling of libg++ libs.
9714
9715Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
9716
9717 * config.sub (-apple*): Remove, now redundant.
9718
9719Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
9720
9721 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
9722
9723 * configure: Rework yesterday's sed script patch.
9724
9725 * config.sub: Merge with FSF.
9726
9727Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
9728
9729 * config.guess: Merge from FSF.
9730
9731 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
9732 * config.guess: Use pc instead of unknown, for pc clone systems.
9733 Change linux to linux-gnu.
252b5132
RH
9734
9735 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 9736 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
9737
9738Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
9739
9740 * test-build.mk (HOLES): Add "xargs" for gdb.
9741
9742 * configure: Avoid hpux10.20 sed bug.
9743
9744Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
9745
4bddf3ad 9746 * configure.in: Add support for windows host
252b5132
RH
9747 (that is a build done under the Microsoft build environment).
9748
9749Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
9750
9751 * Makefile.in: Replace all uses of srcroot with s, to shrink
9752 command line lengths.
9753
9754 Patches from Geoffrey Noer <noer@cygnus.com>:
9755 * configure.in: If configuring for newlib, pass --with-newlib to
9756 subdirectories.
9757 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
9758 -Bnewlib/ and -Lwinsup to gcc.
9759 (CXX_FOR_TARGET): Likewise.
9760
9761Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
9762
9763 * Makefile.in (ETC_SUPPORT): Add configure.
9764
9765Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
9766
35590697 9767 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
9768 host configuration file.
9769
9770Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
9771
9772 * configure.in: Break mn10x00 support into separate
9773 mn10200 and mn10300 configurations.
9774 * config.sub: Likewise.
9775
9776Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
9777
9778 * configure.in: Add lots of stuff to noconfigdirs for
9779 the mn10x00 targets.
9780
9781 * config.sub, configure.in: Add mn10x00 support.
9782
9783Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
9784
9785 * make-all.com: Call conf-a-gas, not config-a-gas.
9786
9787Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
9788
9789 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 9790 targets.
252b5132
RH
9791
9792Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
9793
9794 * mpw-README: Add much more detail for native PowerMac.
9795 * mpw-install: New file.
9796 * mpw-configure: Add --norecursion and --help options.
9797 * mpw-config.in: Translate readme and install files when
9798 copying to objdir.
9799 * mpw-build.in: Don't always depend on byacc and flex.
9800 (install-only-top): New action.
9801
9802Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
9803
9804 * configure.in: You can now configure GDB for the v850.
9805
9806Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
9807
9808 * configure.in (noconfigdirs): Don't configure any C++ dirs
9809 if targeting D10V.
9810
9811Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
9812
9813 * config.sub: Recognize mips64vr5000.
9814
9815Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
9816
9817 * configure.in: Use a single line for host_tools and native_only.
9818
9819Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
9820
9821 * config.sub, configure.in: Add entries for m32r.
9822
9823Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
9824
9825 * Makefile.in (inet-install): Don't run install-gzip.
9826
9827Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
9828
9829 * configure.in: Don't config lots of things for *-*-windows*.
9830
9831Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
9832
9833 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
9834 (host_libs, host_tools): Copy from configure.in.
9835 * mpw-configure: Don't complain about directories not found.
9836
9837Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9838
9839 * configure.in (i[345]86): Recognize i686 for pentium pro.
9840 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
9841 file.
9842
9843 * config.guess (i[345]86): Ditto.
9844
9845Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9846
9847 * configure.in (noconfigdirs): Removed gdb for D10V.
9848
9849Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
9850
9851 * configure.in: Remove ld, target-libio, target-libg++, and
9852 target-libstdc++ from noconfigdirs.
9853
9854Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
9855
9856 * configure: Fix three locations where shell scripts were
9857 being run directly rather than with config_shell.
9858
9859Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
9860
9861 * configure.in (v850-*-*): Set up initial $noconfigdirs.
9862 * config.sub (basic_machine): Recognize v850.
9863
9864Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9865
9866 * mpw-configure: Handle multiple enable/disable options and
9867 pass them down recursively, handle -c and -s flags appropriately
9868 depending on choice of compiler, add escape mechanism for
9869 quoted arguments to gC.
9870
9871Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9872
9873 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
9874 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
9875 so that -mrelocatable-lib and -mno-eabi are used.
9876
9877 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
9878 not support --print-multi-lib, don't abort.
9879
252b5132
RH
9880Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
9881
9882 * make-all.com: Run config-a-gas.
9883 * setup.com: Don't copy subdirectory files around.
9884
9885Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
9886
9887 * configure.in (*-*-ose): Remove exclusion of libgloss for this
9888 target, it now compiles correctly.
9889
9890Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
9891
9892 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
9893
9894Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9895
35590697 9896 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
9897
9898Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9899
9900 * configure.in (native_only): Add prms.
9901
9902Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
9903
9904 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
9905 (BINUTILS_SUPPORT_DIRS): Likewise.
9906
9907Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9908
9909 * configure.in (d10v-*-*): Don't configure ld or gdb until the
9910 d10v support is added.
9911
9912Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9913
9914 * configure.in (d10v-*-*): New target.
9915
9916Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
9917
9918 * config.guess (HP 9000/811): Recognize this as a PA1.1
9919 machine.
9920
9921Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
9922
9923 * Makefile.in (do-tar-gz): New target, split out from tail end of
9924 taz target. Run each command separately, don't use pipes.
9925 (taz): Use it.
9926
9927Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
9928
9929 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
9930 * mpw-build.in: No builds should depend on building byacc or flex,
9931 they are assumed to be installed already.
9932
9933Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9934
9935 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
9936 variable that CC_FOR_TARGET needs.
9937
9938Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9939
9940 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
9941 options have changed since the last time the subdirectory was
9942 configured, and if it has, reconfigure.
9943 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
9944 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
9945
9946Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
9947
9948 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
9949 CLEAN_MODULES): Add bash.
9950 (all-bash): New target.
9951
9952Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
9953
9954 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
9955
9956Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9957
9958 * config.sub (basic_machine): Recognize d10v as a valid processor.
9959
9960Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
9961
9962 * mpw-configure: Add support for --bindir.
9963 * mpw-build.in: Use a GCC-specific build script for GCC actions.
9964
9965Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
9966
9967 * configure.in: add bash, time, gawk to list of hosttools and things
9968 to only build for native toolchains
9969
9970Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9971
9972 * Makefile.in (docdir): Remove.
9973
9974Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9975
9976 * Makefile.in (datadir): Set to $(prefix)/share.
9977
9978Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
9979
9980 * configure.in: build diff and patch for cygwin32-hosted
9981 toolchains.
9982
9983Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
9984
9985 * config.sub: Accept -rtems*.
9986
9987Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
9988
80413487 9989 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
9990 remove diff from the list of things not buildable
9991 via Canadian Cross
252b5132
RH
9992
9993Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
9994
9995 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 9996 don't get ". ".
252b5132
RH
9997
9998Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
9999
10000 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10001
10002Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10003
10004 * Makefile.in (taz): Handle case where tex3patch didn't even get
10005 checked out. Also, if it was found, put the symlink in a new util
10006 subdirectory.
10007
10008Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10009
10010 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10011
10012Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10013
10014 * config.sub: Recognize -openvms.
10015 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10016 * make-all.com, setup.com: New files.
10017
10018Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10019
10020 * Makefile.in (taz): tex3patch moved to texinfo/util.
10021
10022Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10023
afb8d725 10024 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
10025 * configure.in: remove make from disable-if-Can-Cross list
10026 enable gdb if ${host} and ${target} are cygwin32
10027
10028Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10029
10030 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10031 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10032
10033Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10034
10035 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10036 distinguish sysv/svr4/bsd variants.
10037 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10038
10039Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10040
10041 * configure.in: Added copyright notice.
10042 * move-if-change: Added copyright notice.
10043
10044Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10045
10046 * configure.in (powerpcle-*-solaris*): Until we get shared
10047 libraries working, don't build gdb, sim, make, tcl, tk, or
10048 expect.
10049
10050Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10051
10052 * config.guess: Merge with FSF:
10053
10054 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10055 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10056
10057 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10058 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10059
10060 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10061 * config.guess: Combine two OSF1 rules.
10062 Also recognize field test versions. From mjr@zk3.dec.com.
10063 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10064 because GNU uname does not support -p. From pmr@pajato.com.
10065
10066Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10067
10068 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10069
10070Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10071
10072 * mpw-README: Document GCCIncludes.
10073
10074Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10075
10076 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10077
10078Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10079
10080 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10081
10082Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10083
10084 * configure.in (*-*-cygwin32): Configure make.
10085
10086Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10087
10088 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10089
10090Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10091
10092 * Makefile.in (all-inet): Depend on all-perl.
10093
10094 * Makefile.in (inet-install): New target.
10095
10096 * Makefile.in (all-inet): Depend on all-tcl.
10097 (all-inet): Depend on all-send-pr.
10098
10099Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10100
10101 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10102 temporarily.
10103
10104Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10105
10106 * configure.in: Don't configure --with-gnu-ld on AIX.
10107
10108Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10109
10110 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10111
10112Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10113
10114 * Makefile.in (ALL_MODULES): Added all-inet.
10115 (CROSS_CHECK_MODULES): Added check-inet.
10116 (INSTALL_MODULES): Added install-inet.
10117 (CLEAN_MODULES): Added clean-inet.
10118 (all-indent): New target.
10119
10120 * configure.in (host_tools): Added inet.
10121 (native_only): Added inet.
10122 (noconfigdirs): Added inet.
10123
10124Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10125
10126 * configure.in: Don't configure libgloss if we are not configuring
10127 newlib.
10128
10129Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10130
10131 * configure.in: Don't configure libgloss for unsupported
10132 architectures.
10133
10134Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10135
10136 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10137
10138Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10139
10140 * Makefile.in (ALL_MODULES): Include all-apache.
10141 (CROSS_CHECK_MODULES): Include check-apache.
10142 (INSTALL_MODULES): Include install-apache.
10143 (all-apache): New target.
10144
10145 * configure.in: Added apache everywhere perl is seen.
10146
10147Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10148
10149 * Makefile.in: Add support for clean-{module} and
10150 clean-target-{module} rules.
10151
10152Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10153
10154 * configure.in (*-*-ose) do not build libgloss.
10155
10156Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10157
10158 * config.guess (prep*:SunOS:5.*:*): Turn into
10159 powerpele-unknown-solaris2.
10160
10161Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10162
10163 * configure.in: Permit --enable-shared to specify a list of
10164 directories.
10165
10166Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10167
10168 * configure.in (host==solaris): Pass only the first word of $CC
10169 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10170
10171Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10172
10173 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10174
10175Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10176
10177 * Makefile.in (ALL_MODULES): Include all-perl.
10178 (CROSS_CHECK_MODULES): Include check-perl.
10179 (INSTALL_MODULES): Include install-perl.
10180 (ALL_X11_MODULES): Include all-guile.
10181 (CHECK_X11_MODULES): Include check-guile.
10182 (INSTALL_X11_MODULES): Include install-guile.
10183 (all-perl): New target.
10184 (all-guile): New target.
10185
10186 * configure.in (host_tools): Include perl and guile.
10187 (native_only): Include perl and guile.
10188 (noconfigdirs): Don't build guile and perl; no ports have been
10189 done.
10190
10191Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10192
80413487
RH
10193 * configure (--enable-*): Handle quoted option lists such as
10194 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
10195
10196Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10197
10198 * Makefile.in ({,inst}all-target): New rule so we can make and
10199 install all of the target directories easily.
10200
10201Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10202
10203 * configure.in: Add missing global flag in sed substitution when
10204 deleting `target-' from ${configdirs}.
10205
10206Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10207
10208 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10209 option.
10210
10211 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10212 config/mh-necv4.
10213
10214 * install.sh: Correct misspelling of transformbasename.
10215
10216 * config.guess: Recognize mips-*-sysv*.
10217
10218Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10219
10220 * config.sub: Recognize mon960.
10221
10222Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10223
10224 * configure: Restore Canadian Cross handling of BISON and LEX,
10225 removed in Feb 20 change.
10226
10227Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10228
10229 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10230 Mention make install. Remove the old copyright date as well the
10231 clumsy and rather pointless copyright on the README file.
10232
10233Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10234
10235 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10236 Makefile after running symlink-tree, then run `make distclean' to
10237 avoid clobbering any generated files in srcdir.
10238
10239Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10240
10241 * configure.in (m68k-*-netbsd*): Build everything now.
10242
10243Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10244
10245 * Makefile.in (taz): Fix quoting.
10246
10247Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10248
10249 * configure.in (sparclet-*-*): Build everything now.
10250
10251Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10252
10253 * configure.in (m68k-*-linux*): New host.
10254
10255Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10256
10257 * configure: Check for bison before byacc.
10258
10259Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10260
10261 * Makefile.in configure: Change the way LEX and BISON/YACC are
10262 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
10263 searching PATH. These are used as fallbacks by Makefile.in if
10264 flex/bison/byacc aren't in objdir.
10265
10266Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
10267
10268 * Makefile.in: Make everything which depends upon all-bfd also
10269 depend upon all-opcodes, in case --with-commonbfdlib is used.
10270
10271Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10272
10273 * configure.in (host *-*-cygwin32): Don't build gdb if we are
10274 building NT native compilers on Unix.
10275
10276Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
10277
10278 * configure.in: Don't get CC from the host Makefile fragment if we
10279 can find gcc in PATH, or if this is a Canadian Cross. Move the
10280 Solaris test for /usr/ucb/cc to the post target script, just after
10281 the compiler sanity test.
10282
10283Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
10284
10285 * config.sub: Merge with FSF.
10286
10287Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
10288
10289 * Makefile.in (RPATH_ENVVAR): New variable.
10290 (REALLY_SET_LIB_PATH): Use it.
10291 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10292
10293Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
10294
10295 * config.sub, configure.in: Recognize sparclet cpu.
10296
10297Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10298
10299 * config.guess: Support m68k-cbm-sysv4.
10300
10301Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10302
10303 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10304 m68k-unknown-linuxaout from linker help string. Put quotes around
10305 $ld_help_string.
10306
10307Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
10308
10309 * config.guess (powerpc-harris-powerunix): Add guess for port
10310 to new target.
10311
10312Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10313
10314 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10315
10316Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
10317
10318 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10319 $(REALLY_SET_LIB_PATH) in Makefile.
10320 * Makefile.in (SET_LIB_PATH): New variable.
10321 (REALLY_SET_LIB_PATH): New variable.
10322 ($(DO_X)): Use $(SET_LIB_PATH).
10323 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10324 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10325 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10326 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10327 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10328 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10329 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10330 (install-dosrel): Likewise.
10331 (all-opcodes): Depend upon all-libiberty.
10332
10333Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
10334
10335 * config.guess (*:CYGWIN*): New
10336
10337Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10338
10339 * Makefile.in (all-target-winsup): All all-target-libiberty.
10340
10341Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10342
10343 * configure.in (noconfigdirs): Add missing # in front of comment.
10344
10345Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
10346
10347 * configure.in: add second pass to things added to noconfigdirs
10348 so *-gm-magic can exclude libgloss properly.
10349
10350Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
10351
10352 * mpw-configure (extralibs_name, rez_name): Set correctly
10353 for MWC68K compiler.
10354
10355 * mpw-README: Add more info on the necessary build tools.
10356
10357Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
10358
10359 * configure.in, config.sub: Recognize cygwin32.
10360
10361Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
10362
10363 * config.guess, config.sub: Recognize A/UX.
10364
10365Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
10366
10367 * config.sub: Merge with gcc/config.sub.
10368
10369Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
10370
10371 * mpw-build.in (do-binutils): Add build of stamps.
10372
10373Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
10374
10375 * config.sub: Add recognition for mips64vr4100*-* targets.
10376
10377Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10378
10379 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10380 Add creation of gconfigargs with `--enable-shared' turned on.
10381 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10382 ($(host)-stamp-stage3-configured): Likewise.
10383 (HOLES): Add chatr and ldd.
10384 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10385
10386Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
10387
10388 * configure: Pass --nfp to recursive configures.
10389
10390Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
10391
10392 * Makefile.in (DLLTOOL): New.
10393 (DLLTOOL_FOR_TARGET): New.
10394 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10395 (EXTRA_TARGET_FLAGS): Ditto.
10396 (EXTRA_GCC_FLAGS): Ditto.
10397 (CONFIGURE_TARGET_MODULES): Ditto.
10398 (DO_X): Ditto.
10399 * configure: Add DLLTOOL.
10400
10401Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
10402
10403 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10404 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10405 mh-sco, since old workarounds no longer needed, and don't
10406 build ld, since libraries have weak symbols in COFF.
10407
10408Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
10409
10410 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10411
10412Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
10413
10414 * configure.in: Make sure that ${CC} can be used to compile an
10415 executable.
10416
afb8d725
JM
10417Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10418
10419 * Makefile.in (all-gdb): Depend on $(GDB_TK).
10420 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10421 nothing depending on whether gdbtk is being built.
10422
252b5132
RH
10423Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
10424
10425 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10426
10427Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
10428
10429 * configure.in (noconfigdirs): Put ld or gas in this early, if the
10430 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10431
10432Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
10433
10434 * config-ml.in: Add support for
10435 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10436 Simplify setting of multidirs from --disable-foo.
10437
10438Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10439
10440 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10441 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10442 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 10443 non-empty, pass them on to the GCC make.
252b5132
RH
10444 (all-bootstrap): New rule that is like all-gcc, except it executes
10445 the GCC bootstrap rule instead of the GCC all rule.
10446
10447Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
10448
10449 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10450
10451Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10452
10453 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10454 DG/UX support.
10455
10456Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
10457
10458 * config.sub (i*86*) Change [345] to [3456]
10459
10460Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10461
10462 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10463 --with-gnu-ld=no.
10464
10465Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10466
10467 * config-ml.in (rs6000*, powerpc*): Add switches to control which
10468 AIX multilibs get built.
10469
10470Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10471
10472 * configure.in (i386-win32): Don't build expect if we're not
10473 building the tcl subdir.
10474
10475Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
10476
10477 * Makefile.in: (configure-target-examples, all-target-examples):
10478 New targets, configure and build example programs.
10479
10480Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10481
10482 * mpw-configure: If an mpw-config.in generated a file mk.sed,
10483 use it as input to sedit the generated MPW makefile.
10484 * mpw-README: Add a suggestion about Gestalt.h.
10485
10486Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
10487
10488 * config.sub: Accept *-*-ieee*.
10489
10490Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
10491
10492 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
10493 Ronald F. Guilmette <rfg@monkeys.com>.
10494
10495Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10496
10497 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10498 for powerpc-pe native.
10499 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10500 (target==powerpc-pe): duplicate i386-win32 entry.
10501
10502Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10503
10504 * configure.in (noconfigdirs): Exclude target-newlib for all versions
10505 of vxworks, not just vxworks5.1.
10506
10507Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
10508
10509 * mpw-configure: Add support for exec-prefix.
10510
10511Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10512
10513 * config.guess: Recognize HP model 816 machines as having
10514 a PA1.1 processor.
10515
10516Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
10517
10518 * configure: Ignore new autoconf configure options.
10519
252b5132
RH
10520Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10521
10522 * config.guess: Recognize Pentium under SCO.
10523 From Robert Lipe <robertl@arnet.com>.
10524
10525Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10526
10527 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
10528
10529Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
10530
10531 * configure.in: Don't configure gas for alpha-dec-osf*.
10532
10533Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
10534
10535 * configure.in: Default to --with-stabs for some targets for which
10536 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10537 i[345]86*-*-unixware*.
10538
10539Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
10540
10541 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10542 rather than basing it on the target. Simplify handling of options
10543 controlling which directories to configure. Remove extraneous
10544 slash in multi-clean target.
10545
10546Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
10547
10548 * config-ml.in: Prefix more variables with ml_ so they don't collide
10549 with configure's.
10550
10551Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
10552
10553 * configure: Don't turn -v into --v.
10554
10555Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
10556
10557 * configure.in (targargs): Fix typo.
10558
10559 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10560
10561Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
10562
10563 * configure.in: Strip --host and --target options from
10564 CONFIG_ARGUMENTS, and always configure for --host only. Add
10565 --with-cross-host option when building with a cross-compiler.
10566 * configure: Canonicalize the arguments put into config.status by
10567 always using `=' for an option with an argument. Pass a presumed
10568 --host or --target explicitly.
10569
10570Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
10571
10572 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10573 into general OS recognition case.
10574
10575Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10576
10577 * configure.in (target_configdirs): add target-winsup only
10578 for win32 target systems.
10579
10580Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
10581
10582 * Makefile.in (all-target-libgloss): Depend upon
10583 configure-target-newlib, since when libgloss is built it looks to
10584 see if the newlib directory exists.
10585
10586Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
10587
10588 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10589 cfg-ml-*.in.
10590
10591Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
10592
10593 * configure: Handle LD and LD_FOR_TARGET when configuring a
10594 Canadian Cross.
10595
252b5132
RH
10596Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10597
10598 * configure.in (target_libs): add target-winsup.
10599 (target==i386-win32): add patch diff flex make to $noconfigdirs.
10600 (target==ppcle-pe): remove ld from $noconfigdirs.
10601
10602Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
10603
10604 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10605 Preserve relative path names in $srcdir. Build symlink tree if
10606 configuring cross target dir and srcdir=. (= no VPATH support).
10607 (configure-target-libg++): Depend on configure-target-librx.
10608 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10609 * config-ml.in: New file.
10610 * symlink-tree: New file.
10611 * configure: Ensure srcdir="." if that's what it is.
10612
10613Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
10614
10615 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10616 includes and FLEX_SKELETON setting.
10617 * mpw-configure (--with-gnu-ld): New option, controls whether
10618 to use PPCLink or ld with PowerMac GCC.
10619 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10620 * mpw-config.in: Configure grez if targeting Mac.
10621
10622 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
10623 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10624 just macos.
252b5132
RH
10625 * configure.in: Configure grez resource compiler if targeting Mac.
10626 * Makefile.in (all-grez, install-grez): New targets.
10627
10628Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
10629
10630 * configure: CXX defaults to gcc, not g++. If we find
35590697 10631 gcc in the path, set CC to gcc -O2.
252b5132
RH
10632
10633Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
10634
10635 * configure: Default ${build} correctly. Avoid picking up extra
10636 spaces when reading CC and CXX from Makefile. When doing a
10637 Canadian Cross, use plausible default values for numerous
10638 variables.
10639 * configure.in: When doing a Canadian Cross, don't try to
10640 configure tools whose configure script can't handle it.
10641
10642Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10643
10644 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10645
10646Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
10647
10648 * configure: Remove dubious bug reporting address.
10649
10650Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
10651
10652 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
10653 configure script, run that instead of this directory's configure.
10654 In either case, print a message that we're configuring the sub-dir.
10655
10656Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
10657
10658 * configure.in: Before checking for the existence of various files,
10659 use sed to filter out "target-".
10660
10661Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
10662
10663 * Makefile.in (DO_X): Split rule to decrease command line length
10664 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
10665 (Philippe De Muyter).
10666
10667Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10668
10669 * Makefile.in (all-patch): depend on all-libiberty.
10670
10671Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
10672
10673 * configure.in: If the only directory in target_configdirs which
10674 actually exists is libiberty, then set target_configdirs to empty,
10675 to avoid trying to build a target libiberty in a gas or gdb
10676 distribution.
10677
10678Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
10679
10680 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
10681 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
10682 systems.
252b5132
RH
10683
10684Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10685
10686 * configure.in (copy_dirs): Use sys-include instead of include
10687 for --with-headers option.
10688
10689Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
10690
10691 * Makefile.in, configure.in: Make winsup builds work with
10692 new scheme.
10693
10694Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
10695
10696 * configure.in: Build the linker on AIX.
10697
10698Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
10699
10700 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
10701 where needed.
10702
10703Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
10704
10705 * Makefile.in (all-gcc): Fix typo.
10706
10707Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
10708
10709 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
10710
10711Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
10712
10713 * configure.in: Rename libFOO to target-libFOO, and xiberty
10714 to target-xiberty, to provide more flexibility.
10715 (target_subdir): Define. Create if cross.
10716 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
10717 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
10718 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
10719 check-libFOO -> check-target-libFOO, etc.
10720 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
10721 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
10722 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
10723 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
10724 allow ALL_GCC="" to only configure.
10725 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
10726 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
10727 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
10728
10729Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
10730
10731 * Makefile.in (taz): Build "info" in etc explicitly.
10732
10733Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
10734
10735 * configure.in: Make sure that CC is undefined (as opposed to
10736 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
10737 problem with autoconf trying to configure on a host without GCC.
10738
10739Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
10740
10741 * mpw-configure: Set host alias from choice of host compiler,
10742 only use generic MPW Makefile sed if present, edit a file
10743 named "hacked_Makefile.in" instead of "Makefile.in" if present.
10744 * mpw-README: Add problem notes about CW6 and CW7.
10745
10746Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
10747
10748 * Makefile.in (taz): Use ";" instead of ";;".
10749
10750Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
10751
10752 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
10753 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
10754 DISTDOCDIRS.
10755 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
10756 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
10757
10758Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
10759
10760 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
10761 and gnats, because they are now subsumed by DISTSTUFFDIRS.
10762 Move bfd to DISTSTUFFDIRS.
10763
10764Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10765
10766 * Makefile.in (X11_LIB): Removed.
10767 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
10768
10769 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
10770
10771Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10772
10773 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
10774 names.
10775
10776Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10777
10778 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
10779
10780Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
10781
10782 * configure.in (i[345]86-*-win32): Always build newlib.
10783 Don't configure cvs, autoconf or texinfo.
10784 * Makefile.in (LD_FOR_TARGET): New.
10785 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
10786 Pass down LD_FOR_TARGET.
10787
10788Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
10789
10790 * winsup: New directory.
10791 * Makefile.in: Build winsup.
10792 * configure.in: Winsup is configured when target is win32.
10793 Can only build win32 target GDB when native.
35590697 10794
252b5132
RH
10795Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
10796
10797 * config.guess: Recognize HP model 819 machines as having
10798 a PA 1.1 processor.
10799
10800Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
10801
10802 * configure: Fix sed loop which substitutes for CC and CXX to
10803 avoid bug found in various sed implementations.
10804
10805Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10806
10807 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
10808 simulator. Use standard powerpc-*-eabi*.
10809
10810Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
10811
10812 * configure.in: Stop putting gas and binutils in noconfigdirs for
10813 powerpc-*-aix* and rs6000-*-*.
10814
10815Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
10816
10817 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
10818 -mcall-aixdesc libraries.
10819
10820Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
10821
10822 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10823
10824 * config.sub (arm | armel | armeb): Fix shell syntax.
10825
10826Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10827
10828 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
10829 -msoft-float and -mcpu=common support.
10830 (powerpc*-*-eabisim*): Add support for building -mcall-aix
10831 libraries.
10832
10833Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10834
10835 * configure.in: Allow configuration and build of emacs19 for the alpha.
10836
10837Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10838
10839 * configure.in (CC): Get ^CC, not just any old CC, from
10840 ${host_makefile_frag}.
10841
10842Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10843
35590697 10844 * configure.in (CC): Try to get CC from
252b5132
RH
10845 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
10846
10847Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10848
10849 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
10850 only if it exists in $(srcdir).
10851
10852Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
10853
10854 * configure: If CC and CXX are not set in the environment, set
10855 them, based on either an existing Makefile or on searching for gcc
10856 in PATH. Substitute for CC and CXX in Makefile.
10857 * configure.in: Remove libm from target_libs. Separate
10858 target_configdirs from configdirs. If CC is not set in
10859 environment, try to get it from a host Makefile fragment. Rewrite
10860 changes of configdirs to use skipdirs instead. A few minor
10861 tweaks. Take directories out of target_configdirs as they are
10862 taken out of configdirs. Remove existing Makefile files from
10863 subdirectories. Substitute for TARGET_CONFIGDIRS and
10864 CONFIG_ARGUMENTS in Makefile.
10865 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
10866 by configure.in.
10867 (CONFIG_ARGUMENTS): Likewise.
10868 (CONFIGURE_TARGET_MODULES): New variable.
10869 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
10870 ($(CONFIGURE_TARGET_MODULES)): New target.
10871 (configure-libg++, configure-libio): New targets.
10872 (all-libg++): Depend upon configure-libg++.
10873 (all-libio): Depend upon configure-libio.
10874 (configure-libgloss, all-libgloss): New targets.
10875 (configure-libstdc++): New target.
10876 (all-libstdc++): Depend upon configure-libstdc++.
10877 (configure-librx, all-librx): New targets.
10878 (configure-newlib): New target.
10879 (all-newlib): Depend upon configure-newlib
10880 (configure-xiberty): New target.
10881 (all-xiberty): Depend upon configure-xiberty.
10882
10883Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10884
10885 * configure.in (host i[345]86-*-win32): Expand the
10886 noconfigdirs again.
10887
10888Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
10889
10890 * mpw-configure: Fix sed command file name.
10891
10892Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
10893
35590697 10894 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
10895 noconfigdirs again.
10896
10897Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
10898
10899 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
10900 or powerpc*-*-pe*, since they are not yet supported.
10901
10902Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
10903
10904 Add PowerMac support and many other enhancements.
10905 * mpw-configure: New option --cc to select compiler to use,
10906 paste options set according to --cc into the generated
10907 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
10908 if mpw-make.sed is present.
10909 * mpw-config.in: Don't test for gC1, test for mpw-touch,
10910 add forward includes for PowerPC include files.
10911 * mpw-build.in: Build using Makefile.PPC if present.
10912 (do-byacc, etc): Remove separate version resource builds.
10913 (do-gas): Build "stamps" before "all".
10914 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
10915 * mpw-README: Update to reflect --cc option, PowerMac support,
10916 and recently-reported compatibility problems.
10917
10918Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
10919
10920 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
10921 embedded m68k systems (-aout, -coff, -elf, -vxworks).
10922 (--with-multilib-top): Pass to recursive invocations.
10923
10924Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
10925
10926 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
10927 v810-*-*.
10928
10929Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10930
10931 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
10932 gdb, ld and opcodes on v810-*-*.
10933
252b5132
RH
10934Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
10935
10936 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
10937 (local-maintainer-clean): New target.
10938 (maintainer-clean): New target.
10939 (realclean): Just depend upon maintainer-clean.
10940
10941Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10942
10943 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
10944
10945Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
10946
10947 * configure.in: Build ld in mips*-*-bsd* case.
10948
10949Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
10950
10951 * config.sub: Accept -lites* OS. From Ian Dall.
10952
10953Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
10954
10955 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 10956 targets.
252b5132
RH
10957
10958Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10959
10960 * configure.in: treat i386-win32 canadian cross the same as
10961 i386-go32 canadian cross.
10962
10963Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10964
10965 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
10966 running under the simulator to build a reduced set of libraries.
10967 (powerpc-*-eabiaix): Add fine grained multilib support added to
10968 other powerpc targets yesterday.
10969
10970Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10971
10972 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
10973 -disable-softfloat, -disable-relocatable, -disable-aix, and
10974 -disable-sysv to control which multilib libraries get built.
10975
10976Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
10977
10978 * configure: Add Makefile.tem to list of files to remove in trap
10979 handler.
10980
10981Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
10982
10983 * config.guess (*Linux*): Add missing "exit"s.
10984 Also, need specific check for alpha-unknown-linux (uses COFF).
10985
10986Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
10987
10988 * config.guess: Merge with FSF:
10989
10990 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
10991 * config.guess (AIX4): More robust release numbering discovery.
10992
10993 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
10994 * config.guess (i386-sequent-ptx): Properly get version number.
10995
10996 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
10997 * config.guess (mips:*:4*:UMIPS): New case.
10998
10999Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11000
11001 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11002 (i386-win32 host): Likewise. Don't build readline.
11003
afb8d725
JM
11004Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11005
11006 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11007 SUPPORT_FILES to submakes.
11008
252b5132
RH
11009Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11010
11011 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11012 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11013 mpw-configure.
11014
11015Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11016
11017 * configure.in (appdirs): Use =, not ==, in test expression when
11018 trying to build the text to print in the warning message for
11019 Solaris users.
11020
11021Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11022
11023 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11024
11025Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11026
11027 * config.guess: Recognize lynx-2.3.
11028
11029Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11030
11031 * config.sub (z8ksim): Deleted
11032 (z8k-*-coff): New, this is the one true name of the target.
11033
11034Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11035
11036 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11037
11038Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11039
11040 * config.guess (*:Linux:*:*): First try asking the linker what the
11041 default object file format is (elf, aout, or coff). Then if this
11042 fails, try previous methods.
11043
11044Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11045
11046 * configure.in: Don't build newlib for *-*-vxworks5.1.
11047
11048Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11049
11050 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11051 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11052
11053Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11054
11055 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11056
11057Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11058
11059 * cfg-ml-com.in: New file.
11060 * cfg-ml-pos.in: New file.
11061
11062Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11063
11064 * COPYING.NEWLIB: Add HP free copyright to list.
11065
11066Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11067
11068 * config.sub: Recognize -eabi* for the system, not just -eabi.
11069
11070Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11071
11072 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11073 * config.sub, configure.in (win32): New target and host.
11074
11075Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11076
11077 * configure.in: Add i386-pe configuration.
11078
11079Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11080
11081 * mpw-build.in (install): Install GDB after LD.
11082
11083Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11084
11085 * mpw-config.in (elf/mips.h): Always forward-include, needed
11086 for GDB to build.
11087
11088Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11089
11090 * testsuite: New directory for customer acceptance and whole tool
11091 chain tests.
11092
11093Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11094
11095 * configure: If per-host line isn't found, but AC_OUTPUT is found
11096 and a configure script exists, run it instead.
11097
11098Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11099
11100 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11101
11102Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11103
11104 * configure: Set build_{cpu,vendor,os,alias} to host values when
11105 --build isn't specified.
11106
11107Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11108
11109 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11110 (FLAGS_TO_PASS): Pass them.
11111 (EXTRA_TARGET_FLAGS): Ditto.
11112
252b5132
RH
11113Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11114
11115 * Makefile.in (all-libg++): Depend on all-libstdc++.
11116
11117Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11118
11119 * configure.in (noconfigdirs): Enable all packages for
11120 i386-unknown-netbsd.
11121
11122Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11123
11124 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11125 hosted builds (DOS builds)
11126
11127Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11128
11129 Changes for ARM based on patches from Richard Earnshaw:
11130 * config.sub: Handle armeb and armel.
11131 * configure.in: Omit arm linker only for riscix.
11132
11133Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11134
11135 * config.guess: Update from FSF.
11136
11137Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11138
11139 * config.sub: Recognize powerpcle as the little endian varient of
11140 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11141 powerpcle variant. Convert pentium into i586, not i486. Add p5
11142 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11143 temporarily.
11144
11145Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11146
11147 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11148
11149Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11150
11151 * config.sub: Accept -lites* as a basic system type.
11152
11153Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11154
11155 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11156 installed, and if so return linuxoldld as the system name.
11157
11158Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11159
11160 * config.guess: Add hppa1.1-hp-lites support.
11161
11162Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11163
11164 * configure.in: Don't build newlib for m68k-vxworks5.1.
11165
11166Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11167
11168 * configure.in (mips-sgi-irix6): Use mh-irix5.
11169
11170Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11171
11172 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11173
11174Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11175
11176 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 11177 OSF/1. Fix compiler flags.
252b5132
RH
11178 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11179
11180Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11181
11182 * configure.in: Recognize --with-newlib.
11183 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11184
afb8d725
JM
11185Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11186
11187 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11188 to *_X11_MODULES due to gdbtk needing X include files et al.
11189
252b5132
RH
11190Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11191
11192 Merge in support for Mac MPW as a host.
11193 (Old change descriptions retained for informational value.)
11194
11195 * mpw-config.in: Add generic include forwards for cpu-specific
11196 include files in aout and elf directories.
11197
11198 * mpw-configure: Added copyright.
11199 * mpw-config.in: Check for presence of required build tools.
11200 (target_libs): Add newlib.
11201 (target_tools): Add examples.
11202 (Read Me): Generate as "Read Me for MPW" instead.
11203 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11204 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11205 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11206
11207 * mpw-configure: Remove subdir-specific makefile hackery,
11208 delete mk.tmp after using it.
11209
11210 * mpw-build.in (all): Display start and end times.
11211
11212 * mpw-configure (host_canonical): Set.
11213 (target_cpu): Always add to makefiles.
11214 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11215 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11216 (mpw-mh-mpw): Look for in srcdir and srcroot.
11217 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11218
11219 * mpw-build.in: (install-only): New target.
11220
11221 * mpw-configure (host_alias, target_alias): Rename from hostalias
11222 and targetalias, add into generated Makefile.
11223 (mk.tmp): If present, add into generated Makefile.
11224 * mpw-build.in (all-gas): Build config.h first before gas proper.
11225
11226 * mpw-configure (config.status): Write only if changed.
11227 * mpw-config.in (readline): Configure it (not built, just used for
11228 definitions).
11229
11230 * mpw-config.in (elf/mips.h): Add a forward include.
11231
11232 * mpw-config.in: Forward-include most .h files in include into
11233 extra-include.
11234 (readline): Don't build.
11235 mpw-build.in (install): Install GDB.
11236
11237 * mpw-configure (prefix, mpw_prefix): Handle it.
11238 * mpw-config.in (mmalloc, readline): Don't configure.
11239 * mpw-build.in (thisscript): Rename to ThisScript.
11240 Use mpw-build instead of BuildProgram everywhere.
11241 (mmalloc, readline): Don't build.
11242 * mpw-README: New file, basic documentation about the MPW port.
11243
11244 * mpw-config.in: Use forward-include to create include files.
11245
11246 * mpw-configure: Add more things to the top of each configured
11247 Makefile, including contents of config/mpw-mh-mpw.
11248 * mpw-config.in (extra-include): Create this directory and fill it
11249 with Posix-like include files when configuring.
11250
11251 * config.sub (apple, mac, mpw): Add various aliases.
11252
11253 * mpw-build.in: New file, top-level build script fragment for MPW.
11254 * mpw-configure: New file, configure script for MPW.
11255 * mpw-config.in: New file, config fragment for MPW.
11256
11257Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11258
11259 * configure.in (host_libs): Remove glob, since it is gone from the
11260 sources.
11261
11262Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11263
11264 * Makefile.in: define empty GDB_NLM_DEPS var.
11265
11266 * configure.in(target_makefile_frag): use config/mt-netware
11267 for netware targets.
11268
11269Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
11270
11271 * config.sub: Merge in recent FSF changes. Remove linux special
11272 cases.
11273
11274Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11275
4bddf3ad 11276 Revert this change:
252b5132
RH
11277
11278 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11279
11280 * build-all.mk: Use CC=cc -Xs on Solaris.
11281
252b5132
RH
11282Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11283
11284 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
11285 stop using it.
11286 * Makefile.in: Nuke all references to glob subdirectory.
11287
11288Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11289
11290 * configure.in: Fix --enable-shared logic in per-host.
11291
11292Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
11293
11294 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11295
11296Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11297
11298 * configure.in (noconfigdirs): Don't build gas on AIX, for
11299 powerpc*-*-aix* as well as for rs6000*-*-aix*.
11300
11301Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
11302
11303 * configure: Fix --cache-file to work if the file argument is a
11304 relative path.
11305
11306Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
11307
11308 * configure: If the --cache-file is used, pass it down to
11309 configure in subdirectories.
11310
11311Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
11312
11313 * config.sub: add vxworks29k configuration.
11314
11315Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11316
11317 * Makefile.in (taz): Do "diststuff" part quietly.
11318
11319Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
11320
11321 * config.sub: Mini-merge with gcc/config.sub.
11322
11323Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11324
11325 * config.guess (IRIX): Sed - to _.
11326
11327Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11328
11329 * Makefile.in (source-vault, binary-vault): New targets.
11330
11331Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
11332
11333 * config.sub: Recognize -eabi as a basic system type.
11334
11335Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11336
11337 * configure.in (enable_shared stuff): Fix typo.
11338
11339Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
11340
11341 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11342
11343Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11344
11345 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11346
11347Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11348
11349 * configure.in (rs6000-*-*): Don't build gas.
11350
11351Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
11352
11353 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11354 reduce command line length.
11355 (AS_FOR_TARGET): Check for as.new, not Makefile.
11356 (NM_FOR_TARGET): Check for nm.new, not Makefile.
11357
11358Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
11359
11360 * config.guess: Merge from FSF.
11361
11362Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11363
11364 * configure: Don't use $ when handling program_suffix.
11365
11366Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
11367
11368 * configure.in: Configure tk for hppa/hpux.
11369
11370Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
11371
11372 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
11373
11374Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11375
11376 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
11377 to LIBCXXFLAGS. Tests are better run without it.
11378
11379Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
11380
11381 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11382
11383Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
11384
11385 * configure.in (*-*-netware*): Don't configure xiberty.
11386
11387Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
11388
11389 * configure.in: Remove tk from native_only list.
11390
11391Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
11392
11393 * build-all.mk: Add mips-ncd-elf target to sun4 targets
11394 for special NCD build.
11395
11396Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11397
11398 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11399 makeall.bat, they're only useful for binutils snapshots.
11400 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11401 makeall.bat to specified SUPPORT_FILES.
11402
11403Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
11404
11405 * build-all.mk: Add Ericsson targets to sun4 and solaris
11406 hosts. Add BNR's sun4 target to solaris host, so their
11407 build-from-source will be tested in-house first.
11408
11409Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11410
11411 * Makefile.in (LIBCFLAGS): New variable.
11412 (CFLAGS_FOR_TARGET): Ditto.
11413 (LIBCFLAGS_FOR_TARGET): Ditto.
11414 (LIBCXXFLAGS): Ditto.
11415 (CXXFLAGS_FOR_TARGET): Ditto.
11416 (LIBCXXFLAGS_FOR_TARGET): Ditto.
11417 (BASE_FLAGS_TO_PASS): Pass them.
11418 (EXTRA_TARGET_FLAGS): Ditto.
11419
4bddf3ad 11420 * configure.in: Support --enable-shared.
252b5132
RH
11421
11422Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
11423
11424 * configure.in (target_libs): Include libstdc++ again.
11425 * config.guess: Update from FSF (for FreeBSD).
11426
11427Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11428
11429 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11430 makeall.bat.
11431 (DISTDOCDIRS): Add `etc'.
11432 (ETC_SUPPORT_PFX): New variable.
11433 (taz): Include anything from etc starting with a word in
11434 ETC_SUPPORT_PFX.
11435
11436Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11437
11438 * config.sub: Update for recent FSF changes. Remove obsolete
11439 h8300hds entry. Add -windows* and -osx as basic os. Minor
11440 spacing changes.
11441
11442Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11443
11444 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
11445
11446 * config.guess: Merge with FSF.
11447 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11448
11449Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11450
11451 * configure: Since the "trap 0" handler will override the exit
11452 status on many systems, only use it for "exit 1", and make it set
11453 a non-zero exit status; reset it before "exit 0". Also, check
11454 exit status of config.sub, and error out if it failed.
11455
11456Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
11457
11458 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11459 and install libgloss.
11460
11461Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11462
11463 * Makefile.in (all-binutils): Depend upon all-byacc.
11464
11465 * configure.in: Don't build emacs on Irix 5.
11466
11467Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11468
11469 * configure.in (*-*-netware*): Add libio.
11470
11471Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11472
11473 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11474 (CHECK_TARGET_MODULES): Ditto.
11475 (INSTALL_TARGET_MODULES): Ditto.
11476 (TARGET_LIBS): Ditto.
11477 (all-libstdc++): Note dependencies.
11478
11479Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11480
11481 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11482
11483Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11484
11485 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11486 -fexternal-templates.
11487
11488 * configure.in (target_libs): Add libstdc++.
11489 (noconfigdirs): Add libstdc++ as appropriate.
11490
11491Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11492
11493 * config.guess: Update from FSF.
11494
11495Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11496
11497 * configure: Use ${config_shell} when running ${configsub}.
11498
11499Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
11500
11501 * config.sub: No longer recognize h8300h.
11502
11503Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11504
11505 * config.sub: Remove extraneous differences between config.sub and
11506 gcc/config.sub.
11507
11508Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11509
11510 * Makefile.in (DISTSTUFFDIRS): Add gas.
11511
11512Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
11513
11514 * COPYING.NEWLIB: New file.
11515
11516Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
11517
11518 * config.guess (HP-UX): Patch from Harlan Stenn
11519 <harlan@landmark.com> to also emit release level.
11520
11521Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11522
11523 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11524
11525Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
11526
11527 * config.sub: Merge nextstep cleanup from FSF.
11528
11529Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11530
11531 * configure.in (arm-*-*): Don't configure ld for this target.
11532
11533Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11534
11535 * configure.in (*-*-netware): don't configure libg++, libio,
11536 librx, or newlib.
11537
11538Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11539
11540 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
11541 configure ld--it works, but it doesn't support shared libraries.
11542
11543Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
11544
11545 * config.guess (*-unknown-freebsd*): Get rid of possible
11546 trailing "(Release)" in version string.
11547 Patch from Paul Richards <paul@isl.cf.ac.uk>.
11548
11549Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
11550
11551 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11552 Fix type: *-next-neststep -> *-next-nextstep.
11553
11554 * config.guess: Merge from FSF:
11555
11556 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11557
11558 * config.guess: Recognize powerpc-ibm-aix3.2.5.
11559
11560 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11561
11562 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11563 instead of UNIX_SV for UnixWare 1.0).
11564
11565Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
11566
11567 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
11568 to make gdb/nlm/* build after the compiler and linker.
11569
11570Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
11571
11572 * config.guess (netbsd, freebsd, linux): Accept any machine,
11573 not just i[34]86.
11574 (m68k-atari-sysv4): Relocate to match FSF version.
11575
11576 * config.guess: More merges from the FSF:
11577
11578 Add a space before function call or macro invocation.
11579
11580 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11581
11582 * config.guess: Add trap cmd to remove dummy.c and dummy when
11583 interrupted.
11584
11585 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11586
11587 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11588 (dummy): Redirect stderr from compilation of dummy.c.
11589
11590 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
11591
11592 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11593
11594Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
11595
11596 * configure: Accept and ignore --cache*, for compatibility with
11597 new autoconf.
11598
11599Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
11600
11601 * config.guess: Merge from FSF:
11602
11603 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11604
11605 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
11606 (PATH): Add /.attbin at end for finding uname.
11607 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
11608
11609 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
11610
80413487 11611 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
11612
11613 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
11614
80413487
RH
11615 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11616 to select whether to use ELF or COFF.
252b5132
RH
11617
11618 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11619
80413487 11620 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
11621
11622 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11623
11624 * config.guess: Guess the OS version for HPUX.
11625
11626 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11627
11628 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11629
11630Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11631
11632 * configure.in: Recognize --with-headers, --with-libs, and
11633 --without-newlib.
11634 * Makefile.in (all-xiberty): Depend upon all-ld.
11635
11636Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11637
11638 * configure.in: Change i[34]86 to i[345]86.
11639
11640Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11641
11642 * configure (version): A few more tweaks to help message.
11643
11644Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
11645
11646 * Makefile.in: Remove (for now) librx as a host library,
11647 now that we're building it for target.
11648
11649Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11650
11651 * configure: Fix up help message; from karl@owl.hq.ileaf.com
11652 (Karl Berry).
11653
11654Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
11655
11656 * configure.in: Also configure librx.
11657
11658Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
11659
11660 * Makefile.in: Update various rules to reflect that librx
11661 is now needed for libg++.
11662
11663Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11664
11665 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
11666
11667Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11668
11669 * configure.in: Configure the examples directory.
11670
11671Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11672
11673 * configure: Simplify Jun 2 1994 change.
11674
11675Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11676
11677 * change CC to /usr/latest/bin/gcc for lynx host builds, since
11678 /bin/gcc isn't good enough to build gcc.
11679
11680Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
11681
11682 * Makefile.in (GDB_SUPPORT_FILES): Remove
11683 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
11684 (gdb.tar.gz): Add new rule to use standard distribution building
11685 mechanism.
11686
11687Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11688
11689 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
11690 Bill Cox <bill@cygnus.com>.
11691
11692Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
11693
11694 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
11695
11696Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
11697
11698 * configure: Search current dir first in .gdbinit.
11699
11700Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
11701
11702 * config.sub: Recognize freebsd (merged from gcc config.sub).
11703
11704Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
11705
11706 * config.sub: Refer to NeXT's operating system as nextstep.
11707
11708 * config.sub (case $basic_machine): Re-order the cases, to match
11709 the order in the FSF version (which is mostly alphabethical).
11710 Merge in some additions and changes from the FSF.
11711
11712Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
11713
11714 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
11715 * config.sub: Recognize cxux7.
11716 * configure.in: Use mh-cxux for m88k-harris-cxux*.
11717
11718Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
11719
11720 * config.sub: Fix typo powerpc -> powerpc-*.
11721
11722Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
11723
11724 * Makefile.in: `all-emacs19' depends on `all-byacc'.
11725
11726 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
11727 parallel with all-emacs and install-emacs). Top-level command
11728 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
11729
11730Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11731
11732 * test-build.mk ($(host)-stamp-stage2-installed): Remove
11733 $(relbindir)/make before doing ``make install'', and use
11734 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
11735 installing over running make binary.
11736 ($(host)-stamp-stage3-installed): Likewise.
11737
11738Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11739
11740 * config.guess: Recognize Mach.
11741
11742Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11743
11744 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
11745 see whether --exec-prefix was used.
11746
11747Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11748
11749 * README: Explicitly mention libg++/README. (Zoo's idea.)
11750
11751Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11752
11753 * Makefile.in: Add all-librx target similar to all-libproc.
11754
11755Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
11756
11757 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
11758 with post 1.2 uname bogosity.
11759
11760Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11761
11762 * configure: Remove temporary files on receipt of a signal.
11763
11764Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
11765
11766 * configure: If there is a package_makefile_frag, remove
11767 ${subdir}/Makefile.tem after copying it in.
11768
11769Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11770
11771 * build_all.mk: support rs6000 lynx identifies itself as
11772 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
11773 since /bin/gcc is too feeble to compile a modern gcc.
11774
11775Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
11776
11777 * brought devo/test-build.mk update-to-date with progressive/
11778 test-build.mk. Add lynx targets and hppa flag info.
11779
11780Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11781
11782 * configure.in: Use mh-ncrsvr43. Patch from
11783 Tom McConnell <tmcconne@sedona.intel.com>.
11784
11785Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
11786
11787 * config.guess (i386-unknown-bsdi): No longer need to
11788 check #if defined(__bsdi__) && defined(__i386__).
11789
11790Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11791
11792 * configure: Set program_transform_nameoption correctly.
11793
11794Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
11795
11796 * brought build-all.mk update-to-date with progressive build-all.mk,
11797 added new targets and hppa info.
35590697 11798
252b5132
RH
11799Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11800
11801 * configure: If config.guess result is a prefix of the user
11802 specified target, assume a native build and use the user specified
11803 target as the host alias. Remove SunOS patch suffix removal hack.
11804 * configure.in: Remove SunOS patch suffix removal hack.
11805
11806 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
11807 in NATIVE_CHECK_MODULES.
11808
11809Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
11810
11811 * Makefile.in: Rename HOST_ONLY to NATIVE.
11812 * configure: Delete SunOs patch suffix from host_canonical
11813 and build_canonical variables that are prepended to Makefiles.
11814 * configure.in: Add comments for easier maintenance.
11815
11816Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11817
11818 * Makefile.in: Add all-libproc target similar to all-gui.
11819
11820Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
11821
11822 * Makefile.in (CHECK_MODULES): split into
11823 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
11824
11825Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
11826
11827 * config.guess (i386-unknown-bsdi): New system to guess.
11828
11829Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11830
11831 * Makefile.in: Add all-gui target (but not yet build by "all").
11832
11833Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
11834
11835 * config.sub: Move deletion of patch suffix from here...
11836 * configure.in: To here, at Ian's suggestion. The top-
11837 level scripts might need to know of a patch level.
11838
11839Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
11840
11841 * config.sub: Strip off patch suffix so rtl is recognized
11842 as a sunos4.1.3 machine, even though it's been patched.
11843
11844Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
11845
11846 * Makefile.in (INSTALL_LAST): Delete.
11847 (INSTALL_DOSREL): New.
11848
11849Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11850
11851 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
11852 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
11853 whether we pass down --with-gnu-ld anyhow.
11854
11855Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
11856
11857 * Makefile.in (INSTALL_LAST): Change operation so it works
11858 on more flavors of make.
11859 * configure.in (go32): Don't build libg++ or libio.
11860
11861Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
11862
11863 * Makefile.in (Move HOST_PREFIX_1 and friends up so
11864 they can be overriden by templates.
11865
11866Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
11867
11868 * configure.in (target==go32): Don't build gdb.
11869 * dosrel: New directory.
11870
11871Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
11872
11873 * configure.in (host==go32): Configure dosrel too.
11874 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
11875 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
11876 be set by incoming names or templates.
11877 (INSTALL_LAST): New rule.
252b5132
RH
11878
11879Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
11880
11881 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
11882
11883Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11884
252b5132
RH
11885 * configure.in (appdirs): New variable. Currently empty, but will
11886 be used in gas distribution. If nonempty, lists a set of
11887 directories at least one of which must get configured, or top
11888 level configuration is considered to have failed.
11889 (rs6000-*-lynxos*): Use new file name.
11890
11891Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11892
11893 Eliminate XTRAFLAGS.
11894 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
11895 newlib include files using -idirafter, and also use -nostdinc.
11896 (CXX_FOR_TARGET): Likewise.
11897 (XTRAFLAGS): Removed.
11898 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
11899 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
11900 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
11901 ($(DO_X)): Don't pass down XTRAFLAGS.
11902
11903Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11904
11905 * configure.in (mips*-dec-bsd*): New target; do build linker.
11906 (mips*-*-bsd*): New target; don't build linker.
11907
11908Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11909
11910 * configure.in: support rs6000-*-lynxos* configuration.
11911 support sunos4 as a cross target.
11912
11913 * config.sub: look for lynx*, not lynx since the OS version may
11914 legitimately be part of the name.
11915
11916Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11917
11918 * configure.in (i[34]86-*-sco*): Move to be with other i386
11919 targets.
11920 (romp-*-*): New target. Skip various binary utilities.
11921 (vax-*-*): New target. Don't build newlib.
11922 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
11923
11924Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11925
11926 * configure.in: Only set host_makefile_frag if config
11927 directory exists.
11928
11929Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11930
11931 * install.sh: If $dstdir exists, don't check whether each
11932 component does.
11933
11934Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11935
11936 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
11937
11938Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11939
35590697
AJ
11940 * configure.in (*-*-lynxos*): Don't configure newlib for either
11941 native or cross Lynx.
252b5132
RH
11942
11943Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
11944
11945 * config.sub (sparc64-elf): Fix os.
11946 (z8k): Remove duplicate.
11947
11948Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11949
11950 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
11951 gcc/stmp-fixproto, to try to prevent fixproto from being run.
11952
11953Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
11954
11955 * configure: Make file links cleanly even if Lynx fails on
80413487 11956 an NFS symlink (at least fail cleanly).
252b5132
RH
11957
11958Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11959
11960 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
11961 -XNh2000.
11962
11963Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11964
11965 * configure: Unknown options are fatal again.
11966
11967Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
11968
11969 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 11970 compatibility.
252b5132
RH
11971
11972Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
11973
11974 * build-all.mk: Add `clean' target.
11975
11976Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11977
11978 * config.guess: Add SINIX support.
11979 * configure.in: Add mips-*-sysv4* support.
11980
11981Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
11982
11983 * build-all.mk: Document all useful targets.
11984 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
11985 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11986
11987Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11988
11989 * configure: Support --silent, --quiet.
11990
11991Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11992
11993 * configure: Support --disable-FEATURE.
11994
11995Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11996
11997 * config.guess: Recognize NCR running SVR4.3.
11998
11999Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12000
12001 * config.guess: Make BSDI generate i386-unknown-bsd386.
12002 Patch from Paul Eggert <eggert@twinsun.com>.
12003
12004Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12005
12006 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12007
12008Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12009
12010 * configure: Make unrecognized options give nonfatal warnings
12011 instead of fatal errors, and pass them to any subdirectory
12012 configures in case they recognize them.
12013 Make --x equivalent to --with-x.
12014
12015Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12016
12017 * configure: Add --enable-* options. Clean up usage message and
12018 some comments.
12019
12020Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12021
12022 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12023
12024Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12025
12026 * configure.in (hppa*-*-*): Enable binutils.
12027
12028Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12029
12030 * config.sub: Recognize cisco.
12031
12032Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12033
12034 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12035
12036Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12037
12038 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12039 than one configuration name. Add comment.
12040
12041Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12042
12043 * config.guess: about target *-hitachi-hiuxwe2, fixed
12044 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12045 macro is incorrect.]
12046
12047Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12048
12049 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12050 than the "make ls" stuff which used to be here.
12051
12052Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12053
12054 * config.guess: Recognize i[34]86-unknown-freebsd.
12055 From Shawn M Carey <smcarey@rodan.syr.edu>.
12056
12057Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12058
12059 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12060
12061Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12062
12063 * config.guess: Check for ptx.
12064
12065Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12066
12067 * config.sub: Add os9k checking.
12068
12069Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12070
12071 * config.guess: Handle OSF1 running on HPPA processors
12072
12073Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12074
12075 * configure: If subdir configure fails, print out a message with
12076 subdirectory name, in case subdir's configure code didn't identify
12077 itself.
12078
12079Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12080
12081 * configure.in: Remove embedded newlines from configdirs.
12082 Avoid mismatches of substrings. Fix matching strings at end
12083 of configdirs.
12084
12085Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12086
12087 * config.guess: Add Lynx/rs6000 config support.
12088
12089Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12090
12091 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12092
12093Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12094
12095 * configure.in (hppa*-*-osf*): Treat this just like most other
12096 PA configurations (eg no binutils or ld).
12097 (hppa*-*-*elf*): These configurations have binutils and ld.
12098
12099Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12100
12101 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12102
12103Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12104
12105 * configure.in (rs6000-*-*): Build gas.
12106
12107Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12108
80413487 12109 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
12110
12111Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12112
12113 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12114 for GDB and GDB has been fixed to not need it.
12115
252b5132
RH
12116Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12117
12118 * config.guess: Recognize vax hosts.
12119
12120Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12121
12122 * configure (while loop): Don't use "break 2" inside case
12123 statement -- the case statement isn't an enclosing loop.
12124
12125Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12126
12127 * config.guess: Clean up NeXT support, to allow nextstep
12128 on Intel machines. Make OS be nextstep.
12129
12130Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12131
12132 * config.guess: Add alternate forms for Convex.
12133
12134Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12135
12136 * configure: Completely rewrite option processing. Take
12137 advantage of pattern-matching to avoid invoking test frequently.
12138 Also clean up host and target defaulting logic.
12139
12140Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12141
12142 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12143 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12144 commands (plus user environment) will fit SCO limits.
12145
12146Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12147
12148 * configure.in: Don't issue warnings about directories which are
12149 not being configured if -norecursion is set. Correct test for
12150 --with-gnu-as and --with-gnu-ld to not get confused by substring
12151 matches.
12152
12153 * configure.in: Don't build gas for alpha-dec-osf1*.
12154
12155Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12156
12157 * configure: Back out Per's change of 12/19/1993. It changes the
12158 behavior of configure in unexpected and confusing ways.
12159
12160 Also, use different delim char when calculating
12161 program_transform_name so that the name can contain slashes.
12162
12163Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12164
12165 * configure.in, config.sub: Add support for VSTa micro-kernel.
12166
12167Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12168
12169 * configure.in: Nuke hacks which were used to get a special
12170 version of GAS for HPPA configurations.
12171
12172Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12173
12174 * configure: If only ${target_alias} is given, use that
12175 as the default for ${host_alias}.
12176 * configure: Add missing back-slashes before nested quotes.
12177
12178Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12179
12180 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12181
12182Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12183
12184 * config.guess: Recognize some Tektronix configurations.
12185 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12186
12187Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12188
12189 * config.sub: Match any flavor of SH.
12190
12191Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12192
12193 * configure.in: Don't try to configure newlib for Alpha.
12194
12195Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12196
12197 * configure.in: Don't build ld for Irix 5. Don't build gas,
12198 libg++ or libio for any Alpha target.
12199
12200 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
12201
12202Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12203
12204 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12205 default arguments -- so it tried to compress itself.
12206
12207Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12208
12209 * configure.in (notsupp): ensure that a space is always at the end
12210 of the configdirs list, since the grep checks for an explicit space
12211
12212Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12213
12214 * configure.in (target i386-sysv4.2): don't build ld, since static
12215 versions of many libraries are not available.
12216
12217Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12218
12219 * config.guess: Recognize Apollos (using environment variables).
12220 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12221
12222Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12223
12224 * config.guess: Recognize Sony news mips running newsos.
12225
12226Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12227
12228 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12229 "fi ; else" for bash.
12230
12231Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12232
12233 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12234
12235Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12236
12237 * config.sub: accept unixware as an alias for svr4.2.
12238 Fix some inconsistancies with the gcc version.
12239
12240Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12241
12242 * Makefile.in (DISTDOCDIRS): Add gdb.
12243
12244Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12245
12246 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12247
12248Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12249
12250 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12251 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12252 this now.
12253
12254Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12255
12256 * config.sub: Accept hiux* as an OS name.
12257
12258 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12259 etc/make-stds.texi. The underscore came from gcc, and dje now
12260 agrees that RUNTESTFLAGS is the correct name.
12261
12262Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
12263
12264 * install.sh: Remove 'set -e'. It makes any conditionals
12265 in the script useless.
12266
12267 * config.guess: Automatically recognize arm-acorn-riscix
12268 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12269
12270Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
12271
12272 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12273
12274Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12275
12276 * Makefile.in (DISTDOCDIRS): New variable.
12277 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 12278 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
12279
12280Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12281
12282 * configure.in (hppa target): check the source directory for the
12283 pagas sub-directory
12284
12285Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
12286
12287 * config.sub: Allow -aout* and -elf*.
12288
12289Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12290
12291 * configure.in: Don't build ld on i386-solaris2, same as for
12292 sparc-solaris2.
12293
12294Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
12295
12296 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12297
12298Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12299
12300 * configure.in: Configure gdb for alpha.
12301
12302Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12303
12304 * Makefile.in (CXXFLAGS): Add -O.
12305
12306Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12307
12308 * config.guess: added support for DG Aviion
12309
12310Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12311
12312 * configure.in: Produce warning message for subdirectories not
12313 configurable for this host/target combination. Don't try to
12314 configure gdb for vms.
12315
12316Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12317
12318 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12319 appropriate files before making "diststuff".
12320 (DISTBISONFILES): New var: list of files to be edited.
12321 (DISTSTUFFDIRS): Add binutils.
12322
12323Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12324
12325 * config.sub: also handle mipsel and mips64el (for little endian mips)
12326
12327Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12328
12329 * configure.in: Add * to end of all OS names.
12330
12331Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
12332
12333 * configure.in: Build newlib for LynxOS native.
12334
12335Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12336
12337 * config.guess: Add support for delta 88k running SVR3.
12338
12339 * configure.in: Add comment about HP compiler vs. emacs.
12340
12341Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12342
12343 * configure.in: don't build ld on solaris2 (not a viable option
12344 due to bugs in getpwnam & getpwuid)
12345
12346Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12347
12348 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12349 config.guess will produce a full version number.
12350
12351Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12352
12353 * configure.in: Build linker and binutils for alpha-dec-osf1.
12354
12355Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12356
12357 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12358 and gdb/testsuite/Makefile.in.
12359
12360Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12361
12362 * configure.in: recognize mips*- instead of mips-
12363
12364Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
12365
12366 * config.sub: Accept linux*coff and linux*elf as operating
12367 systems.
12368
12369Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12370
12371 * config.sub: Recognize mips64, and mips3 as an alias for it.
12372
12373Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12374
12375 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12376 gdb knows how to handle OSF/1 shared libraries.
12377
12378Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12379
12380 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12381 * config.guess: Recognize Hitachi's HIUX.
12382 * config.sub: Recognize h3050r* and hppahitachi.
12383 Remove redundant cases for hp9k[23]*.
12384
12385Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12386
12387 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12388 if gas and ld are in the source tree and are in ${configdirs}.
12389 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 12390 --with options (but still pass them down on the command line,
252b5132
RH
12391 if they were explicitly specified).
12392
12393Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12394
12395 * configure: substitute SHELL value in Makefile.in with
12396 ${CONFIG_SHELL}
12397
12398Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12399
12400 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12401 *-*-solaris2* targets.
12402
12403Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12404
12405 * Makefile.in: define M4, and pass it down to sub-makes;
12406 all-autoconf now depends on all-m4
12407
12408Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12409
12410 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12411 presence of {ar,ranlib} instead of a configured directory
12412
12413Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12414
12415 * config.guess: Accept 34?? as well as 33?? for NCR.
12416
12417Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12418
12419 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12420 of 'gas' in sed commands, since 'gash' is now in the tree as well.
12421
12422Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12423
12424 * configure: grab values for $(CC) and $(CXX) from the
12425 environment, so that someone can do "CC=gcc configure; make" and
12426 have it work right (matching the way that autoconf works now)
12427
12428 * configure.in, Makefile.in: add support for gash, the tcl
12429 interface to Galaxy
12430
12431 * config.guess: add NetBSD variants (hp300, x86)
12432
12433Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
12434
12435 * install.sh: Support -d option (in the manner of SunOS 4 install,
12436 as it is more deterministic than that of GNU install)
12437 (chmodcmd): Set file to mode 755 by default (should also do default
12438 chgrp and chown, but I don't feel like dealing with that now)
12439
12440Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
12441
12442 * config.sub: Remove h8300hhms alias.
12443
12444Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12445
12446 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12447
12448Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12449
12450 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12451 as stmp-fixinc
12452
12453Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12454
12455 * config.sub: recognize m88110-bug-coff.
12456
12457Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12458
12459 * Makefile.in (all-libio): all dependencies on the toolchain used
12460 to build this (gcc, gas, ld, etc)
12461
12462Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12463
12464 * config.guess: Deal with OSF/1 1.3 on alpha.
12465
12466Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12467
12468 * install.sh: add some 'else true' clauses for portability
12469
12470 * configure.in: don't build libio for h8[35]00-*-* targets
12471
12472Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
12473
12474 * Makefile.in: Add support for new libio.
12475
12476Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12477
12478 * install.sh: If one command fails, don't try the rest. Don't try
12479 to remove $dsttmp (via trap) unless we have already created it.
12480 If $src doesn't exist, detect it and exit with an error.
12481
12482 * config.guess: Recognize BSD on hp300.
12483
12484Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
12485
12486 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12487 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12488
12489Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
12490
12491 * Makefile.in (all-send-pr): depends on all-prms
12492
12493Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12494
12495 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12496
12497Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12498
12499 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12500 Added test for mips-mips-riscos5.
12501
12502Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12503
12504 * configure.in: use mh-hp300 for 68k HP hosts
12505
12506Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12507
12508 * configure: add support for CONFIG_SHELL, so that you can use
12509 some alternate shell for evaluating configure scripts
12510
12511Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
12512
12513 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
12514 in configure script to bug-gdb@prep.ai.mit.edu when building
12515 distribution archive.
12516 * Makefile.in (COMPRESS): Remove def.
12517 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
12518 gdb.tar.Z and make-gdb.tar.Z respectively.
12519 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
12520 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
12521 to convergence with 'taz' target in Makefile.in.
12522
12523Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12524
12525 * install.sh (dsttmp): use trap to ensure that tmp files go
12526 away on error conditions
12527
12528Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12529
12530 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12531
12532Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12533
12534 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12535 its parent is '/' not ''.
12536
12537 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12538
12539Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
12540
12541 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12542 that ${newsrcdir}/configure.in does.
12543
12544Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12545
12546 * test-build.mk: support for CONFIG_SHELL
12547
12548Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
12549
12550 * config.sub (netware): Add as a basic system type.
12551
12552Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12553
12554 * Makefile.in (Makefile): depend on configure.in. Also drop the
12555 $(srcdir)/ from the dependency on Makefile.in.
12556
12557Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
12558
12559 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12560 (h8300hhms is temporary until multi-libraries are implemented).
12561 * configure.in: Handle h8300h too.
12562
12563Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12564
12565 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12566
12567Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
12568
12569 * configure: Remove extraneous output when guessing host type.
12570 * config.guess: Remove extraneous output when guessing using C
12571 compiler rather than uname, or when guessing fails.
12572
12573Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12574
12575 * Makefile.in: remove all.cross and install.cross targets
12576
12577 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12578 definitions
12579
12580Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
12581
12582 * configure.in (target sh): Build gprof.
12583
12584Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12585
12586 * config.sub: change -solaris to -solaris2
12587
12588Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12589
12590 * configure.in: Use config/mh-riscos for mips-*-sysv*.
12591
12592Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
12593
12594 * configure: Correct error message for missing Makefile.in to
12595 print correct directory.
12596
12597Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12598
12599 * install.sh: kludge around 386BSD shell bug
12600
12601Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
12602
12603 * config.guess: Recognize NeXT.
12604 * config.guess: Recognize i486-ncr-sysv4.
12605 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
12606
12607Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
12608
12609 * Makefile.in (MAKEINFOFLAGS): New variable.
12610 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12611 * build-all.mk, test-build.mk: Pass down --no-split as
12612 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
12613
12614Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
12615
12616 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
12617
12618Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
12619
12620 * Makefile.in (libg++.tar.z): New rule.
12621 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
12622 * Makefile.in (taz): Only do a single chmod.
12623
12624Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12625
12626 * install.sh: don't use dirname anymore (replaced with sed usage)
12627
12628Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
12629
12630 * Makefile.in: Change extension for gzip'd files from '.z' to
12631 '.gz' per new FSF standard usage.
12632
12633Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12634
12635 * configure: put quotes around the final value of program_transform_name
12636
12637Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12638
12639 * Makefile.in: new install.sh support; update install-info rules
12640
12641Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
12642
12643 * configure.in: Build diff for crosses, but not for go32 host.
12644
12645 * configure.in: Build gprof only for native, and don't build it
12646 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12647
12648Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
12649
12650 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12651
12652Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12653
12654 * configure.in (host_tools): Add prms.
12655
12656Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12657
12658 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12659 with $(FLAGS_TO_PASS) on the command line
12660
12661 * config.sub: Recognize lynx and lynxos
12662
12663Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
12664
12665 * config.sub: Accept -ecoff*, not just -ecoff.
12666
12667Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12668
12669 * Makefile.in (taz): Use .gz suffix instead of .z.
12670 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
12671 names.
12672
12673Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12674
12675 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
12676
12677Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12678
12679 * Makefile.in (install-no-fixedincludes): install gcc last, so
12680 that rebuilds that might happen during 'make install' don't get
12681 bogus gcc include files
12682
12683Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12684
12685 Change from Utah for HPPA support:
12686 * config.guess: Recognize hppa1.x-hp-bsd.
12687
12688Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
12689
12690 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
12691 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
12692
12693Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
12694
12695 * config.sub: Add support for rom68k and bug boot monitors.
12696
12697Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
12698
12699 * Makefile.in: Make all-opcodes depend on all-bfd.
12700
12701Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
12702
12703 * config.guess: Added special check for i[34]86-univel-sysv4*.
12704
12705Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
12706
12707 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
12708 the processor rather than assuming i486.
12709
12710Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12711
12712 * config.guess: Recognize SunOS6 as Solaris3.
12713
12714Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
12715
12716 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
12717 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
12718
12719Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
12720
12721 * build-all.mk (all-cross): New target for Canadian Cross.
12722 Added Q2 go32 targets.
12723 * test-build.mk: Configure go32 cross sparclite-aout and
12724 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
12725 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
12726
12727Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12728
12729 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
12730 GO32 hosted toolchains
12731
12732Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
12733
12734 * configure: change so "-exec-prefix" gets passed down rather
12735 than "-exec_prefix" so autoconf generated Makefiles get the
12736 exec_prefix set right.
12737
12738Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12739
12740 * config.guess: get the Solaris2 minor version number
12741
12742 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
12743
12744Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12745
12746 * config.guess: Recognize some Sequent platforms.
12747
12748Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12749
12750 * Makefile.in: added the vault-install target
12751
12752 * configure.in: actually use the Sun3 makefile fragment that's in
12753 config, also added the release dir to configdirs
12754
12755Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12756
12757 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
12758
12759Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12760
12761 * configure.in: remove some program from Alpha targetted toolchains
12762
12763Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
12764
12765 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
12766 gprof.
12767 (taz): Run "make diststuff" in those directories instead of "make
12768 proto-dir". Look for "VERSION=" only at start of line in subdir
12769 Makefile. Use "gzip -9" for compression.
12770 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
12771 (binutils.tar.z): New target.
12772
12773Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12774
12775 * Makefile.in (taz): Include gpl.texinfo.
12776
12777Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12778
12779 * Makefile.in (setup-dirs): Merged into "taz" target.
12780 (taz): Only do `proto-dir' stuff if a directory is actually needed
12781 for this target.
12782
12783Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
12784
12785 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
12786 (FLAGS_TO_PASS): Pass down MUNCH_NM.
12787 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
12788 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
12789 (gcc-no-fixedincludes): Correct for current gcc Makefile.
12790
12791Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
12792
12793 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
12794 config.sub, and move-if-change to gdb testsuite distribution
12795 archive, so the testsuite can be extracted, configured, and
12796 run separately from the gdb distribution. Blow away the Chill
12797 tests that require a Chill compiled executable, since GNU Chill
12798 is not yet publically available.
12799
12800Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12801
12802 * test-build.mk: set environment variables in a single command,
12803 instead of a list of assignments and exports
12804
12805 * config.guess: recognize Alpha/OSF1 systems
12806
12807Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12808
12809 * configure: Change help message to prefer --options rather than
12810 -options.
12811
12812Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12813
12814 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
12815 zippy@ecst.csuchico.edu.
12816 * config.guess: Recognize miniframe.
12817
12818Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
12819
12820 * Makefile.in: Use srcroot to find runtest rather than rootme.
12821 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
12822
12823Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
12824
12825 * test-build.mk: Extensive additions to support building on a
12826 machine other than the host.
12827
12828Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12829
12830 * configure (tooldir): Fix for i386-aix again.
12831
12832Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
12833
12834 * configure, Makefile.in: Change definition of $(tooldir)
12835 to match the FSF.
12836
12837Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
12838
12839 * config.guess: Recognize i[34]86/SVR4.
12840
12841Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12842
12843 * Makefile.in (all-gdb): gdb depends on sim.
12844
12845Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
12846
12847 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
12848 at the same time we make the prototype gdb directory.
12849 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
12850 files at the same time as the gdb base release distribution.
12851
12852Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
12853
12854 * Makefile.in (check): Use individual check targets rather than
12855 DO_X rule.
12856 (check-gcc): Added.
12857
12858Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
12859
12860 * config.sub: Use sysv3.2 not sysv32 for canonical OS
12861 for System V release 3.2.
12862
12863Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12864
12865 * config.sub: Recognize hppaosf.
12866 * configure.in: Do configure ld/binutils/gas for it.
12867
12868Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12869
12870 * configure (tooldir): Alter syntax used to set this, for systems
12871 where "\$" isn't handled right, like i386-aix.
12872
12873Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
12874
12875 * configure: Pass program-transform-name, not
12876 program_transform_name, to recursive configures.
12877
12878Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
12879
12880 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
12881 of gas+ld+binutils.
12882
12883Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
12884
12885 * config.guess: Recognize AIX3.2 as distinct from 3.1.
12886
12887Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12888
12889 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
12890
252b5132
RH
12891Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12892
12893 * Makefile.in (PRMS): Set back to all-prms.
12894
12895Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
12896
12897 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
12898 targets, rather than for MIPS hosts.
12899
12900Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12901
12902 * configure.in: add comment for --with-x default values
12903
12904 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
12905
12906 * Makefile.in: add check-* targets for each of the directories in
12907 the tree. Add a definition of RUNTEST that will use the one we
12908 just built, if it exists. Pass this down via FLAGS_TO_PASS.
12909
12910Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
12911
12912 * configure.in: Removed obsolete references to bfd_target and
12913 target_makefile_frag.
12914
12915 * build-all.mk: Set assorted targets for Q2.
12916 * config.sub: Recognize z8k-sim and h8300-hms.
12917 * test-build.mk: Really don't pass host to configure.
12918 (HOLES): Added uname.
12919
12920Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
12921
12922 * configure: Handle an empty program-prefix, program-suffix or
12923 program-transform-name correctly.
12924
12925Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
12926
12927 * build-all.mk: -G 8 no longer required for MIPS targets.
12928 * test-build.mk: Don't pass host argument to configure; make it
12929 guess.
12930
12931Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
12932
12933 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
12934 * Makefile.in (COMPRESS): New macro, like GZIP.
12935
12936Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
12937
12938 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
12939
12940 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
12941 with gas currently defaults to -G 0.
12942
12943Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
12944
12945 * Makefile.in (all-flex): flex depends on byacc.
12946
12947 * build-all.mk: If host not specified, use config.guess. Pass TAG
12948 to test-build.mk as RELEASE_TAG.
12949 * test-build.mk (configargs): New variable containing arguments to
12950 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
12951 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
12952
12953 * config.guess: Use /bin/uname when checking -X argument on SCO,
12954 to avoid invoking GNU uname which doesn't understand -X.
12955
12956 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
12957
12958 * configure.in: Build gas for mips-*-*.
12959
12960Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12961
12962 * Makefile.in (all.normal): insert missing backslash.
12963
12964Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
12965
4bddf3ad 12966 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
12967
12968 * Makefile.in: Complete overhaul to merge many almost identical
12969 targets.
12970
12971Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12972
12973 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
12974 (gdb.tar.Z): Adjusted.
12975
12976 * Makefile.in (setup-dirs, taz): New targets; should be general
12977 enough to adapt for gdb sometime. Build only .z file.
12978 (gas.tar.z): New target.
12979
12980Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12981
12982 * build-all.mk: Use CC=cc -Xs on Solaris.
12983
252b5132
RH
12984Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
12985
12986 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
12987 for handling BISON for FSF releases.
12988
12989Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12990
12991 * configure: Actually implement the change zoo just documented.
12992
12993Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12994
12995 * configure: when using config.guess, only set target_alias when
12996 it's not already been set (ie, on the command line)
12997
12998Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12999
13000 * Makefile.in: add installcheck target, set PRMS to install-prms
13001
13002Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13003
13004 * configure: add support for package_makefile_fragment, handle the
13005 case where a directory has a configure.in file but no Makefile.in
13006 more gracefully (with an actual understandable error message, even);
13007 add support for --without (and add this to the usage message); also
13008 explicitly add a --host=${host_alias} to the command line when
13009 config.guess is used
13010
13011Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13012
13013 * configure: Must use both --host and --target in recursive calls.
13014
13015Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13016
13017 * Makefile.in: Change deja-gnu to dejagnu.
13018
13019Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13020
13021 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13022
13023Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13024
13025 * configure.in: canonicalize all instances to *-*-solaris2*,
13026 also strip out a number of tools to not build for go32 host
13027
13028Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13029
13030 * config.guess: add GPL.
13031
13032 * Makefile.in, config.guess, config.sub, configure: bump
13033 copyrights to 93.
13034
13035Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13036
13037 * Makefile.in (do-info): Removed obsolete check for existence of
13038 localenv file.
13039
13040 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13041
13042Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13043
13044 * Makefile.in: a couple of 'else true' for decstation,
13045 support for TclX
13046
13047 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13048
13049Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13050
13051 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13052
13053Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13054
13055 * config.guess: Recognize i386-ibm-aix (PS/2).
13056 * configure.in: Use config/mh-aix386 file for it.
13057
13058Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13059
13060 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13061 CC_FOR_TARGET instead.
13062 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13063
13064Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13065
13066 * Makefile.in: Add sim to list of directories sent with gdb
13067
13068Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13069
13070 * configure.in: Put back mips-dec-bsd* case.
13071
13072Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13073
13074 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13075 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13076 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
13077
13078Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13079
13080 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13081
13082 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13083 (install-info): install dir.info only if it exists,
13084 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13085
13086Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13087
13088 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13089 gas for mips-dec-bsd.
13090
13091Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13092
13093 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13094 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13095
13096Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13097
13098 * configure.in: Added "dejagnu" to hosttools list.
13099
13100Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13101
13102 * config.sub, configure.in, config.guess: Add support
13103 for Bosx, an AIX variant from Bull.
13104 Patches from F.Pierresteguy@frcl.bull.fr.
13105
13106Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13107
13108 * devo/dejagnu: Initial creation of devo/dejagnu.
13109 Migrated dejagnu testcases and support files for testing software
13110 tools to reside as subdirectories, currently called "testsuite",
13111 within the directory of the software tool. Migrated all programs,
13112 support libraries, etc. beloging to dejagnu proper from
13113 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13114 with no modifications. The changes to these files which will
13115 allow them to configure, build, and execute properly will be made
13116 in a future update.
13117
13118Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13119
13120 * Makefile.in: Change send_pr to send-pr.
13121 * configure.in: Likewise.
13122 * send_pr: Renamed directory to send-pr.
13123
13124Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13125
13126 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13127
13128Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13129
13130 * README: Update for gdb-4.8 release.
13131 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13132 gdb-xxx.tar.z (gzip'd) file also.
13133
13134Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13135
13136 * Makefile.in: make all-diff depend on all-libiberty
13137
13138Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13139
13140 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13141
13142Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13143
13144 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13145
13146Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13147
13148 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13149 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13150 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13151
13152Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13153
13154 * Makefile.in: makeinfo binary is in a new location
13155
13156Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13157
13158 * config.sub: Accept -ecoff as an OS.
13159
13160 * Makefile.in: Various changes to eliminate a level of make
13161 recursion and reduce the required command line length.
13162 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13163 sub-makes.
13164 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13165 variables holding settings for specific sub-makes.
13166 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13167 in terms of BASE_FLAGS_TO_PASS.
13168 (TARGET_LIBS): New variable listing directories which use
13169 TARGET_FLAGS_TO_PASS.
13170 (subdir_do): Eliminated.
13171 (do-*): New set of targets to replace subdir_do.
13172 (various): All targets which used subdir_do now depend on do-*.
13173 (local-clean): Renamed from do_clean.
13174 (local-distclean): New target, dependency of distclean and
13175 realclean.
13176 (install-info): Don't create directories. Depend on dir.info
13177 rather than calling make recursively.
13178 (install-dir.info): Eliminated.
13179 (install-info-dirs): Create all info directories here.
13180 (dir.info): Depend upon do-install-info.
13181
13182 * test-build.mk (HOLES): Added false.
13183
13184Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13185
13186 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13187
13188Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13189
13190 * Makefile.in (info): remove dependency on all-texinfo. The
13191 problem was really in texinfo/C, not at this level.
13192
13193Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13194
13195 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13196
13197Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13198
13199 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13200 GDB releases.
13201
13202Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13203
13204 * configure: Include srcdir in message about target of link not
13205 being found. Don't convert `-' to `_' in `with' options being
13206 passed to subdirs.
13207
13208Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13209
13210 * configure.in: add uudecode to host_tools
13211
13212 * Makefile.in: added {all,install}-uudecode targets, added them to
13213 the appropriate lists
13214
13215Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13216
13217 * Makefile.in (all-gcc): Added dependency on all-gas.
13218
13219 * configure.in (mips-*-*): Build ld and binutils.
13220
13221Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13222
13223 * configure: check return code from mkdir, print error message and
13224 exit on failure.
13225
13226Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13227
13228 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13229
13230Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13231
13232 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13233
13234Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13235
13236 * config.sub (h8500): Recognize this as a cpu type.
13237
13238Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13239
13240 * configure: source directory missing is no longer a warning
13241
13242 * configure.in: recognize irix[34]* instead of irix[34]
13243
13244 * Makefile.in: define and pass down X11_LIB
13245
252b5132
RH
13246Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13247
13248 * guess-systype: Renamed to ...
13249 * config.guess: ... by popular request.
13250 * configure.in, Makefile.in: Update accordingly.
13251
13252Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13253
13254 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13255 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13256 + Execute ./dummy instead of assuming . is in PATH.
13257
13258Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13259
13260 * guess-systype: New shell script. Attempts to guess the
13261 canonical host name of the executing host.
13262 Only a few hosts are supported so far.
13263 * configure: Call guess-systype if no host is specified.
13264
13265Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
13266
13267 * Makefile.in (gcc-no-fixedincludes): Made to work with current
13268 gcc Makefile.
13269
13270
13271Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
13272
13273 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13274 (all-gcc, install-gcc, subdir_do): Use it.
13275
13276Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13277
13278 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13279
13280Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
13281
13282 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13283 set exclusively by configure, using configure.in .
13284
13285Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13286
13287 * test-build.mk: set $PATH for all builds
13288
13289 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13290
13291Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
13292
13293 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
13294 the one used in gcc/Makefile.in, so that a null expansion doesn't
13295 override the one needed to build gcc with a native cc.
13296
13297
13298Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13299
13300 * configure: Accept -with arguments.
13301
13302Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13303
13304 * Makefile.in: added h8300sim
13305
13306Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
13307
252b5132
RH
13308 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13309 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
13310 (all-cygnus, native, build-cygnus): Make
13311 $(canonhost)-stamp-3stage-done, not $(host)....
13312 * test-build.mk (stamp-3stage-compared): Use tail +10c for
13313 i386-sco3.2v4. Added else true to if command.
13314
13315Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
13316
13317 * config.sub: (from FSF) Sequent uses a BSD-like OS.
13318
13319Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
13320
13321 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13322
13323Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13324
13325 * configure.in: don't remove binutils from Solaris builds
13326
13327Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
13328
13329 * Makefile.in: get rid of earlier definitions for *clean,
13330 also handle the recursive info rule better
13331
13332Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
13333
13334 * Makefile.in (mostlyclean, distclean, realclean): Fix to
13335 do more-or-less the right thing.
13336
13337Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
13338
13339 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13340 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13341
13342Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13343
13344 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13345 $(host_canonical).
13346
13347 * configure.in: split the configdirs list into 4 categories (native
13348 v. cross, library v. tool) and handle the cross-only and native-
13349 only in more reasonable (and correct!) way.
13350
13351Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
13352
13353 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
13354 configdirs anymore.
13355
13356Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13357
13358 * Makefile.in: extensive cleanup:: removed all of the explicit
13359 clean-* targets, collapsed many wrappers around subdir_do into
13360 one, added additional targets to satisfy standards.texi, deleted
13361 some old targets, some changes for consistency
13362
13363Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13364
13365 * configure.in: handle some programs as cross-only, and others as
13366 native only
13367
13368 * test-build.mk: handle partial holes in a more generic manner
13369
13370 * Makefile.in: m4 depends on libiberty
13371
252b5132
RH
13372Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13373
13374 * configure.in: add m4, textutils, fileutils, sed, shellutils,
13375 time, wdiff, and find to configdirs
13376
13377 * Makefile.in: all, clean, and install rules for the new programs
13378 added to configure.in
13379
13380Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13381
13382 * configure.in: use mh-sun for all *-sun-* hosts
13383
252b5132
RH
13384Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13385
13386 * Makefile.in: define flags for X11 include files and library file
13387 locations, pass them down to the programs that need this info
13388
13389 * build-all.mk: added a 'native' target, to 3stage the native toolchain
13390
252b5132
RH
13391Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13392
13393 * configure.in: start building libg++ for HP-UX targets
13394
13395Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
13396
13397 * README: Update references to files moved into etc/.
13398
13399Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
13400
13401 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
13402 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
13403
13404Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
13405
13406 * configure: accept dash as well as underscore in long option
13407 names for FSF compatibility.
13408
13409Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
13410
13411 * config.sub: added -sco3.2v4 support from FSF.
13412
13413Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13414
13415 * configure.in: expand the section that adds or removes
13416 directories from the list of programs to build, to handle native
13417 vs. cross in addition to host v. native
13418
13419Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
13420
13421 * Makefile.in: Replace C++ in macro names with CXX.
13422 This is less likely to break ...
13423
13424Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13425
13426 * test-build.mk: add -w to GNU_MAKE
13427
13428Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13429
13430 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13431 add 'sparc' to list of recognized cpus. This needed to make
13432 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13433 Delete some redundant ose68 variants. Recognize -wrs as an os,
13434 then changes that into $CPU-wrs-vxworks.
13435
13436 * configure.in: remove most references to gdbtest, regularize
13437 target based program removal
13438
13439 * test-build.mk: import from p3 tree (many fixes and changes)
13440
13441Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13442
13443 * Makefile.in: added rules to handle tcl, tk, and expect
13444
13445 * configure.in: handle those directories if they exist
13446
13447Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13448
13449 * config.sub: removed bogus hppabsd and hppahpux names, since
13450 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13451
13452Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13453
13454 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
13455 depends upon all-xiberty
13456
13457 * Makefile.in: changes from p3, including:
13458
13459 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
13460
13461 * Makefile.in (XTRAFLAGS): include newlib directories if
13462 newlib/Makefile exists, rather than if host != target.
13463
13464 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
13465
13466 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13467 from the same source tree and not building a cross-compiler. This
13468 matters for the libg++ configuration if reconfiguring a tree that
13469 has already been installed.
13470
13471 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
13472
13473 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13474 pick up the machine and system specific header files.
13475
13476 * Makefile.in: added AS_FOR_TARGET, passed down in
13477 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13478 the C compiler to use to create programs which are run in the
13479 build environment, set it to default to $(CC), and passed it down
13480 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13481
13482 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
13483
13484 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13485 We need them for unusual native builds, like systems without
13486 ranlib.
13487
13488 * configure: also define $(host_canonical) and
80413487
RH
13489 $(target_canonical), which are the full, canonical names for the
13490 given host and target
252b5132
RH
13491
13492Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
13493
13494 * Makefile.in: Added separate definitions for C++.
13495
13496Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
13497
13498 * configure.in (configdirs): Add deja-gnu.
13499
13500Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
13501
13502 * README: Update for configure.texi and gdb-4.7 release.
13503
13504Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
13505
13506 * Makefile.in: Move "all" target to top of file.
13507 Previously, first target was ".PHONY" which caused BSD4.4 make
13508 to build .PHONY when make was run without arguments.
13509
13510Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
13511
13512 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
13513 Library-copylefted code in libiberty.
13514
13515Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
13516
13517 * config.sub: Replace m68kmote with plain old m68k.
13518
13519Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
13520
13521 * Makefile.in: Remove space from blank line, avoid Make complaints.
13522
13523Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
13524
13525 * config.sub: Complain if no argument is given. Added support for
13526 386bsd as OS and target alias.
13527
13528Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
13529
13530 * Makefile.in (XTRAFLAGS): include newlib directories if
13531 newlib/Makefile exists, rather than if host != target.
13532
13533Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
13534
13535 * config.sub: recognize sparclite-wrs-vxworks.
13536
13537 * Makefile.in (install-xiberty): added *-xiberty make rules (from
13538 p3.) Added clean-xiberty to clean.
13539
13540Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13541
13542 * configure.in: use *-*-* instead of nested cases for host and target
13543
13544Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
13545
13546 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13547 from the same source tree and not building a cross-compiler. This
13548 matters for the libg++ configuration if reconfiguring a tree that
13549 has already been installed.
13550
13551Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
13552
13553 * config.sub (i486v/i486v4): Merge in from FSF version.
13554
13555Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
13556
13557 * configure: only set PWD if it is already set.
13558
13559Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
13560
13561 * configure: just set PWD=`pwd` at the top, since Ultrix sh
13562 doesn't have unset and all success paths (and most error paths)
13563 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13564 to just ${PWD} to avoid confusion.)
13565
13566Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
13567
13568 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13569 even for a native compilation.
13570
13571Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
13572
13573 Changes to make the gdb.tar.Z rule work better.
13574
13575 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
13576 (DEVO_SUPPORT): Add configure.texi.
13577 (bfd-ilrt.tar.Z): Remove ancient rule.
13578
13579Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
13580
13581 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13582 pick up the machine and system specific header files.
13583
13584 * configure.in, config.sub: added new target m68010-adobe-scout,
13585 with alias of adobe68k. Changed configure.in to check for
13586 -scout before -sco* to avoid a false match.
13587
13588 * Makefile.in: added AS_FOR_TARGET, passed down in
13589 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13590 the C compiler to use to create programs which are run in the
13591 build environment, set it to default to $(CC), and passed it down
13592 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13593
13594Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
13595
13596 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13597 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
13598 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13599 FOR_TARGET variants, to newlib and libg++.
13600
13601Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
13602
13603 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13604 first.
13605
13606Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
13607
13608 * config.sub: Accept `elf' as an environment.
13609
13610Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13611
13612 * Makefile.in (all-opcodes): cd into the right directory
13613
13614Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
13615
13616 * configure: added -program_transform_name option, used as
13617 argument to sed when installing programs.
13618 configure.texi: added documentation for -program_prefix,
13619 -program_suffix and -program_transform_name.
13620
13621Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
13622
13623 * config.sub: Accept i486 where i386 ok.
13624
13625Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
13626
13627 * config.sub: accept we32k
13628
13629Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
13630
35590697 13631 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
13632
13633 * Makefile.in: don't create all directories for ``make install'';
13634 let the subdirectories create the ones they need.
13635
13636Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13637
80413487 13638 * COPYING: new file, GPL v2
252b5132
RH
13639
13640Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13641
13642 * Makefile.in: use the new gen-info-dir, which needs a template
13643 argument (which also lives in texinfo)
13644
13645 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13646
252b5132
RH
13647Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
13648
13649 * config.sub (ncr3000): Change i386 to i486.
13650
13651Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13652
13653 * Makefile.in: add install-rcs, install-grep to
13654 install-no-fixedincludes, removed install-bison and install-libgcc
13655
13656Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
13657
13658 * configure.in: grab the HPUX makefile fragment if on HPUX
13659
13660Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
13661
13662 * Makefile.in: eradicate bison spoor (ditto libgcc).
13663 configure.in: recognise m68{k,000}-ericsson-OSE.
13664 es1800 is alias for m68k-ericsson-OSE
13665
13666Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13667
13668 * configure.in: rearrange the parts that remove programs from
13669 configdirs, based now on HOST==TARGET or by canonical triple.
13670
13671Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13672
13673 * test-build.mk: recurse explicitly with -f test-build.mk when
13674 appropriate. predicate stage3 and comparison on the existence
13675 of gcc. That is, if gcc isn't around, we aren't three-staging.
13676 On very clean, also remove ...stamp-co. Build in-place before
13677 doing other builds.
13678
13679Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13680
13681 * Makefile.in, configure.in: add tgas
13682
13683Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13684
13685 * Makefile.in: a number of changes merged in from progressive.
13686
13687 * configure.in: add libm.
13688
13689 * .cvsignore: ignore some stuff that comes from test-build.mk.
13690
252b5132
RH
13691Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
13692
13693 * config.sub: Add es1800 (m68k-ericsson-es1800).
13694
13695Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
13696
13697 * configure: Add program_suffix (parallel to program_prefix)
13698 * Makefile.in: adjust directory-creating script for losing decstation
13699
13700Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
13701
13702 * configure: Minor $subdir-related fixes.
13703
13704Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13705
13706 * configure: fix various problems with propogating
13707 makefile_target_frag in subdirs.
13708 * configure.in: config libgcc if its there
13709
13710Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
13711
13712 * config.sub: HPPA merge.
13713
252b5132
RH
13714Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
13715
13716 * Makefile.in: Replace all-bison with all-byacc in all
13717 dependency lines for other tools (which now use byacc).
13718
13719Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
13720
13721 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
13722
252b5132
RH
13723Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
13724
13725 * Makefile.in: make gprof rules similar to byacc rules (instead of
13726 vestigal $(unsubdir) that didn't work...)
13727
13728Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
13729
13730 * config.sub: Add support for Linux.
13731 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
13732 (at least for libg++).
13733
13734Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13735
13736 * configure.texi: fix doc for the -nfp option to configure
13737
13738Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
13739
13740 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
13741
13742Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
13743
13744 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
13745 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
13746 * configure.in: added solaris* host_makefile_frag hook.
13747
13748Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13749
13750 * config.sub: changed recognition of m68000 so that various
13751 m68k types can be specified via m680[01234]0
13752
13753Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13754
13755 * config.sub (basic_machine): fix sed so that '-foo' isn't
13756 completely substituted out while .+'-foo' loses the '-foo'
13757
13758Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
13759
13760 * config.sub ($os): Add -aout.
13761
13762Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
13763
13764 * configure: If host_makefile_frag is absolute, don't
13765 prefix ${invsubdir} (relevant to libg++ auto-configure).
13766
13767Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
13768
13769 * Makefile.in (tooldir): Define it.
13770 (all-ld): Depend on all-flex.
13771
13772Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
13773
13774 * Makefile.in (check): Fix libg++ special case.
13775
13776Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
13777
13778 * configure: do not bury `pwd` into config.status, thus do fewer
13779 pwd's.
13780
13781 * configure: print the "Building in" message only when building in
13782 other than "." AND verbose.
13783
13784 * configure: remove -s, rework -v to better accomodate guested
13785 configures.
13786
13787 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
13788
13789Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
13790
13791 * Makefile.in: macroize flags passed on recursion. remove
13792 fileutils.
13793
13794Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
13795
13796 * configure: get makesrcdir right for subdirs deeper than 1.
13797
13798 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
13799 install.
13800
13801Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
13802
13803 * Makefile.in: don't print subdir_do or recursion lines.
13804
13805Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
13806
13807 * standards.texi: added menu item.
13808
13809 * Makefile.in: build and install standards.info.
13810
13811 * standards.texi: new file.
13812
13813Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13814
13815 * configure: test for and move config.status pieces from
13816 ${subdir}/.
13817
13818Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
13819
252b5132
RH
13820 * configure: Test for existance of files before trying to mv
13821 them, to avoid numerous non-existance messages.
13822
13823Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
13824
13825 * configure: correct final line of config.status.
13826
13827 * configure: patch from eggert. Avoids a protection problem if
13828 the original Makefile.in is read only.
13829
13830 * configure: use move-if-change from gcc to create config.status.
13831 Some makefiles depend on config.status to tell if a directory
13832 has been reconfigured for a different host. This change
13833 prevents those directories from remaking everything in the case
13834 where the reconfig was only intended to rebuild a Makefile.
13835
13836 * configure: test for config.sub with "config.sub sun4" rather
13837 than "config.sub ${host_alias}". Otherwise we can't tell a bad
13838 host alias from a missing config.sub.
13839
13840Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13841
13842 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
13843 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
13844
13845Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
13846
13847 * configure: mkdir ${subdir} as needed.
13848
13849Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
13850
13851 * Makefile.in,configure.in: added autoconf.
13852
13853Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13854
13855 * Makefile.in: no longer pass against on recursion.
13856
13857 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
13858 definitions are not inherited.
13859
13860 * configure: correct makesrcdir when subdir is .
13861
13862Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
13863
13864 * configure: Add support for 'subdirs' variable, which is
13865 like 'configdirs', except that configure doesn't re-invoke
13866 itself for subdirs, it just creates a Makefile for each subdir.
13867 * configure.texi: Document subdirs.
13868
13869Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13870
13871 * configure.in: added flex to configdirs
13872
13873Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
13874
13875 * Makefile.in: remove clean-stamps from clean.
13876
13877Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
13878
13879 * configure.in: Add gdbtest to configdirs.
13880
13881Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
13882
13883 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
13884 to recursive makes.
13885 * configure.in: Recognize new ncr3000 config.
13886
13887Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
13888
13889 * Makefile.in, configure.in: removed references to gdbm.
13890
13891Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
13892
13893 * config.sub: Don't canonicalize os value
13894 newsos* to bsd (readline needs to check for newsos).
13895 (This fix was earlier made Jan 31, but got re-broken.)
13896
13897Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
13898
13899 * configure.in: sco is an os, not a vendor!
13900
13901 * configure: Quote $( better. Keep various shells happy.
13902
13903Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
13904
13905 * Makefile.in: eliminate stamp-files.
13906
13907Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
13908
13909 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
13910 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
13911
13912Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
13913
13914 * config.sub: fix iris/iris3.
13915
13916Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
13917
13918 * configure: re-add -rm.
13919
13920Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
13921
13922 * Maskefile.in: add .stmp-rcs to all.
13923
13924 * configure.in: remove gas from rs6000 build, use aix host fragment.
13925
13926Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
13927
13928 * configure: pass down site_option during recursion.
13929
13930Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
13931
13932 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
13933
13934Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
13935
13936 * configure: Change exec_prefix so that it really defaults to prefix.
13937
13938Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
13939
13940 * Makefile.in, configure.in: Add support for mmalloc library.
13941
13942Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
13943
13944 * Makefile.in: add stmp dependencies for a few more things.
13945
13946Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
13947
13948 * configure: adjusted error message on objdir/srcdir configure
13949 collision, per john's suggestion.
13950
13951 * Makefile.in: add libiberty stmp to all and all.cross.
13952
13953Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
13954
13955 * Makefile.in: remove force dependencies, add grep to all.
13956
13957Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
13958
13959 * Makefile.in: drop flex. make stamp files work.
13960
13961 * configure: added test for conflicting configuration in srcdir,
13962 remove trailing slashes from srcdir. Otherwise emacs gdb mode
13963 gets cranky. use relative paths for configure and srcdir
13964 whenever possible. Send some error messages to stderr that were
13965 going to stdout.
13966
13967Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
13968
13969 * Makefile.in: Fix libg++ rule to check for gcc directory
13970 before using gcc/gcc. Also pass XTRAFLAGS.
13971
13972Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
13973
13974 * Makefile.in: added stmp-files so that directories aren't polled
13975 when they are already built.
13976
13977 * configure.texi: fixed a node pointer problem.
13978
13979Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
13980
4bddf3ad 13981 * config.sub configure.in gdb/configure.in
252b5132
RH
13982 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
13983 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
13984 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
13985
13986Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13987
13988 * configure: -recurring becomes -silent. corrected help message
13989 for -site= option.
13990
13991 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13992
13993Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13994
13995 * configure: when building Makefile for crosses, replace
13996 tooldir and program_prefix. default srcdir from location of
13997 config.sub. remove "for host in hosts" and "for target in
13998 targets" loops.
13999
14000Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14001
14002 * Makefile.in: Do not pass bindir or mandir to cvs.
14003
14004Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14005
14006 * Makefile.in, configure.in: removed traces of namesubdir,
14007 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14008 copyrights to '92, changed some from Cygnus to FSF.
14009
14010 * configure.texi: remove most references to multiple hosts,
14011 multiple targets, subdirs, etc.
14012
14013 * configure.man: removed rcsid. reference config.sub not
14014 config.subr.
14015
14016 * Makefile.in: mkdir $(infodir) on install-info.
14017
14018Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14019
14020 * configure.texi: Explain better about .gdbinit and about
14021 the environment that configure.in sections run in.
14022
14023Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14024
14025 * configure.in: Ultrix is only a decstation if it's a MIPS.
14026
14027Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14028
14029 * README: DOC.configure => cfg-paper.texi.
14030
14031Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14032
14033 * config.sub (near case $os): Don't convert newsos* to bsd!
14034
14035Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14036
14037 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14038 the number of copies of COPYING that go into the GDB tar file.
14039
14040Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14041
4bddf3ad 14042 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
14043 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14044 Fix SCO configuration stuff.
14045
14046Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14047
14048 * Makefile.in: For libg++, make sure the -I pointing
14049 to the gcc directory goes *after* all the libg++-local -I flags.
14050 Also, move just-gcc dependency from just-libg++ to all-libg++.
14051
14052Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14053
14054 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14055
14056Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14057
14058 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14059
14060Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14061
14062 * config.sub: Add stratus configuration frags. Also
14063 submitted to FSF.
14064
14065Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14066
14067 * Makefile.in (DEV_SUPPORT): add configure.man.
14068
14069 * config.sub(Decode manufacturer-specific): add -none*.
14070
14071Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14072
14073 * Makefile.in: remove form feeds to make Sun's make happy.
14074 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14075
14076Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14077
14078 * Makefile.in (AR_FLAGS): Make quieter.
14079
14080Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14081
14082 * configure.in: Add libg++.
14083 * configure: When verbose, don't output the command line at each
14084 level; it will be unremarkably the same as the previous version,
14085 which will be the same as what the user typed.
14086
14087Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14088
14089 * configure.in, Makefile.in: fix clean-info, add flex. add
14090 fileutils.
14091
14092 * configure: be less sensitive to spaces in Makefile.in. Do not
14093 look for sources in "..". Doing so breaks subdirectories that
14094 might have their own configure. If a subdir has it's own
14095 configure script, use it.
14096
14097Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14098
14099 * cfg-paper.texi: some changes suggested by rms.
14100
14101Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14102
14103 * config.sub: Merge in some small additions from the FSF version,
14104 taken from the gcc distribution, to bring the Cygnus and FSF
14105 versions into closer sync.
14106
14107Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14108
14109 * configure.in: Changed svr4 references to sysv4.
14110
14111Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14112
14113 * configure: added -V for version number option.
14114
14115Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14116
14117 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14118 renamed from DOC.configure to cfg-paper.texi.
14119
14120Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14121
14122 * configure, config.subr, config.sub: config.subr is now
14123 config.sub again.
14124
14125Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14126
14127 * configure.texi: new file, in progress.
14128
14129 * Makefile.in: build info file and install the man page for
14130 configure.
14131
14132 * configure.man: new file, first cut.
14133
14134 * configure: find config.subr again now that configuration "none"
14135 has gone. removed all traces of the -ansi option. removed all
14136 traces of the -languages option.
14137
14138 * config.subr: resync from rms.
14139
d932cae7 141401991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14141
14142 * configure, config.sub, config.subr: merge config.sub into
14143 config.subr, call the result config.subr, remove config.sub, use
14144 config.subr.
14145
14146 * Makefile.in: revised install for dir.info.
14147
d932cae7 141481991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14149
14150 * configure.in: add decstation host makefile frag.
14151
14152 * Makefile.in: BISON now bison -y again. also install-gcc on
14153 install. clean-gdbm on clean. infodir belongs in datadir.
14154 Make directories for info install. Build dir.info here then
14155 install it.
14156
d932cae7 141571991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14158
14159 * Makefile.in: fix for bad directory tests.
14160
d932cae7 141611991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14162
14163 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14164 regexp. -srcdir relative was being handled incorrectly.
14165
14166 * Makefile.in: unwrapped some for loops so that parallel makes
14167 work again and so one can focus one's attention on a particular
14168 package.
14169
d932cae7 141701991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14171
14172 * configure: added PWD as a stand in for `pwd` (for speed). use
14173 elif wherever possible. make -srcdir work without -objdir.
14174 -objdir= commented out.
14175
d932cae7 141761991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14177
14178 * configure: +options become --options. -subdirs commented out.
14179 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14180 Makefile now at top of generated Makefile. Removed cvs log
14181 entries. added -srcdir. create .gdbinit only if there is one
14182 in ${srcdir}.
14183
14184 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14185 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14186 and mandir now keyed off datadir by default.
14187
d932cae7 141881991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14189
14190 * Freshly created ChangeLog.
14191
14192\f
14193Local Variables:
14194mode: change-log
14195left-margin: 8
14196fill-column: 76
14197version-control: never
14198End: