6454e8c88f723553b63886acdf8d933ba9dc02c5
[deliverable/binutils-gdb.git] / ChangeLog
1 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2
3 * configure.ac (*-*-chorusos): Don't disable libgcj.
4 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5 Remove case.
6 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
7 (arm-*-coff): Don't disable libgcj.
8 (arm*-*-linux-gnueabi): Remove useless assignment.
9 (arm-*-riscix*): Don't disable libgcj.
10 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
11 configuration.
12 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
13 (c54x*-*-*): Remove case.
14 (tic54x-*-*): Don't disable GCC or GCC libraries.
15 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
16 to *.
17 (d10v-*-*): Don't disable GCC libraries.
18 (d30v-*-*): Don't disable libgcj.
19 (h8500-*-*): Don't disable GCC libraries.
20 (i960-*-*): Don't disable libgcj.
21 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
22 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
23 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
24 libgcj.
25 (m68k-*-coff*): Remove case.
26 (mmix-*-*): Don't disable libgloss on host.
27 (mn10200-*-*, mn10300-*-*): Remove cases.
28 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
29 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
30 Don't disable libgcj.
31 (romp-*-*): Remove case.
32 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
33 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
34 case.
35 (v810-*-*): Don't disable GCC libraries.
36 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
37 (ip2k-*-*): Don't disable GCC libraries.
38 * configure: Regenerate.
39
40 2011-03-28 Joseph Myers <joseph@codesourcery.com>
41
42 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
43 libffi on host.
44 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
45 on host.
46 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
47 * configure: Regenerate.
48
49 2011-03-26 John Marino <binutils@marino.st>
50
51 * configure.ac: Add support for *-*-dragonfly*
52 * configure: Regenerate.
53
54 2011-03-25 Joseph Myers <joseph@codesourcery.com>
55
56 * configure.ac (native_only): Remove.
57 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
58 send-pr uudecode guile gnuserv on host.
59 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
60 send-pr rcs guile perl texinfo libtool on host.
61 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
62 automake send-pr rcs guile perl texinfo libtool on host.
63 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
64 (*-*-kaos*): Don't disable target-examples target-gperf on target.
65 (alpha*-dec-osf*): Don't disable fileutils on target.
66 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
67 texinfo send-pr expect dejagnu on target.
68 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
69 target-qthreads on target.
70 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
71 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
72 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
73 x86_64-*-mingw*): Don't disable expect on target.
74 (*-*-cygwin*): Don't disable target-gperf on target.
75 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
76 gnuserv on target.
77 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
78 target.
79 * configure: Regenerate.
80
81 2011-03-25 Joseph Myers <joseph@codesourcery.com>
82
83 * configure.ac (target_tools): Remove target-groff.
84 (native_only): Remove target-groff.
85 (hppa*64*-*-*): Don't disable byacc.
86 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
87 setting.
88 (*-*-kaos*): Don't skip target-librx and target-groff.
89 (*-*-netware*): Don't skip target-libmudflap.
90 (*-*-tpf*): Don't skip target-libmudflap.
91 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
92 directories on the host.
93 (ia64*-*-*vms*): Don't skip tix.
94 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
95 host.
96 * configure: Regenerate.
97
98 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
99
100 * configure.ac: Remove references to mt-mep, mt-netware,
101 mt-wince.
102 * Makefile.def: Add all-utils soft dependencies.
103 * Makefile.tpl: Remove GDB_NLM_DEPS.
104 * configure: Regenerate.
105 * Makefile.in: Regenerate.
106
107 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
108
109 Sync from GCC:
110
111 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
112
113 * configure.ac: Do not include mh-x86omitfp.
114 * configure: Regenerate.
115
116 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
117
118 * configure.ac: Remove empty cases.
119 * configure: Regenerate.
120
121 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
122
123 * Makefile.def: Add dependency from termcap to gdb.
124 * Makefile.in: Regenerate.
125
126 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
127
128 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
129 * configure: Regenerate.
130 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
131 * Makefile.tpl: Likewise.
132 * Makefile.in: Regenerate.
133
134 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
135
136 * configure.ac: Remove all mentions of tentative_cc.
137 * configure: Regenerate.
138
139 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
140
141 PR lto/48086
142 * configure.ac: Re-enable LTO on *-apple-darwin9.
143 * configure: Regenerate.
144
145 2011-03-24 Joseph Myers <joseph@codesourcery.com>
146
147 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
148 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
149 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
150 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
151 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
152 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
153 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
154 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
155 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
156 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
157 *-*-rhapsody*): Remove host cases.
158 * configure: Regenerate.
159
160 2011-03-24 Joseph Myers <joseph@codesourcery.com>
161
162 * configure.ac (ppc*-*-pe): Remove host case.
163 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
164 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
165 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
166 cases.
167 * configure: Regenerate.
168
169 2011-03-24 Joseph Myers <joseph@codesourcery.com>
170
171 * config.sub: Update to version 2011-03-23.
172
173 2011-03-22 Joseph Myers <joseph@codesourcery.com>
174
175 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
176 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
177 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
178 * configure: Regenerate.
179
180 2011-03-22 Joseph Myers <joseph@codesourcery.com>
181
182 * config-ml.in: Don't handle arc-*-elf*.
183 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
184 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
185 handle GCC libraries.
186 * configure: Regenerate.
187
188 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
189
190 PR bootstrap/48120:
191 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
192 Add -lstdc++ -lm to LIBS.
193 * configure: Regenerate.
194
195 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
196
197 * config.guess: Update to version 2011-02-02
198 * config.sub: Update to version 2011-02-24
199
200 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
201
202 * configure.ac: Adjust test of with_ppl.
203 * configure: Regenerated.
204
205 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
206
207 * configure.ac: Add -lpwl to ppllibs.
208 * config/cloog.m4: Add -lisl to clooglibs.
209 * configure: Regenerated.
210
211 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
212
213 Import from Libtool and gnulib:
214
215 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
216
217 Prepare for supporting FreeBSD 10.
218 * config.rpath: Remove handling of freebsd1* which soon would
219 match FreeBSD 10.0.
220
221 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
222
223 Remove support for FreeBSD 1.x.
224 * libtool.m4 (_LT_LINKER_SHLIBS)
225 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
226 soon would incorrectly match FreeBSD 10.0.
227
228 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
229
230 PR binutils/12283
231 * MAINTAINERS (mkinstalldirs): Comes from Automake.
232 (move-if-change): Comes from gnulib.
233 * move-if-change: Import version from gnulib.
234
235 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
236
237 Sync from GCC:
238
239 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
240
241 PR lto/47225
242 * Makefile.def (lto-plugin): Double dash for enable-shared.
243 (configure-gcc): Depend on all-lto-plugin.
244 * Makefile.in: Rebuilt.
245
246 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
247
248 * configure.ac: Remove extra bracket.
249 * configure: Regenerate.
250
251 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
252
253 PR lto/47225
254 * Makefile.def: Add dependency for install-gcc
255 on install-lto-plugin.
256 * Makfile.in: Regenerated
257
258 2011-01-25 Jakub Jelinek <jakub@redhat.com>
259
260 * configure.ac: If with_ppl is no, move setting with_cloog=no
261 after CLOOG_REQUESTED check.
262 * configure: Regenerated.
263
264 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
265
266 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
267 CLooG has been requested.
268 * configure: Regenerated.
269
270 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
271
272 * configure: Regenerated.
273 * configure.ac: Check for version 0.11 (or later revision) of PPL.
274
275 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
276
277 * configure: Regenerated.
278 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
279
280 2011-01-07 Jan Hubicka <jh@suse.cz>
281
282 PR lto/47225
283 * Makefile.in: Regenerate.
284 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
285 configure.
286
287 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
288
289 PR libgcj/44341
290 * configure.ac: Discard --with-* flags for host when configuring
291 target libraries for cross build.
292 * configure: Rebuilt.
293
294 2011-01-21 Andreas Schwab <schwab@redhat.com>
295
296 Sync from GCC:
297
298 2011-01-21 Andreas Schwab <schwab@redhat.com>
299
300 * configure.ac: Use AS_HELP_STRING throughout.
301 * configure: Regenerate.
302
303 2011-01-18 Jie Zhang <jie.zhang@analog.com>
304
305 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
306 * configure: Regenerate.
307
308 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
309
310 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
311
312 2011-01-13 Joel Brobecker <brobecker@adacore.com>
313
314 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
315 for ia64-hpux.
316 * configure: Regenerate.
317
318 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
319
320 Sync from GCC:
321 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
322
323 * configure.ac: (picochip): Disable libiberty.
324 * configure: Regenerate.
325
326 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
327
328 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
329
330 2010-12-10 Ian Lance Taylor <iant@google.com>
331
332 PR bootstrap/46819
333 * configure.ac: For --disable-libgcj clear libgcj_saved.
334 * configure: Rebuild.
335
336 2010-12-10 Tobias Burnus <burnus@net-b.de>
337
338 PR fortran/46540
339 * configure.ac: Add --disable-libquadmath and
340 --disable-libquadmath-support.
341 * configure: Regenerate.
342
343 2010-12-10 Tristan Gingold <gingold@adacore.com>
344
345 * src-release (ETC_SUPPORT): add gnu-oids.texi
346
347 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
348
349 PR libffi/46792
350 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
351 * configure: Regenerate.
352
353 2010-12-02 Ian Lance Taylor <iant@google.com>
354
355 * configure.ac: Always set default for poststage1_ldflags to
356 -static-libstdc++ -static-libgcc.
357
358 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
359
360 * COPYING.NEWLIB: Add National Semiconductor notice.
361
362 2010-11-29 Andreas Schwab <schwab@redhat.com>
363
364 * configure.ac: Move comment to remove extra space in last argument
365 of GCC_TARGET_TOOL.
366
367 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
368
369 PR other/46026
370 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
371 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
372 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
373 (BASE_FLAGS_TO_PASS): Use it.
374 * configure: Rebuilt.
375 * Makefile.in: Rebuilt.
376
377 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
378
379 PR binutils/12258
380 * configure.ac: Correct comments for --enable-gold/--enable-ld.
381 Properly check default linker.
382 * configure: Regnerated.
383
384 2010-11-23 Matthias Klose <doko@ubuntu.com>
385
386 * configure.ac: For --enable-gold, handle value `default' instead of
387 `both*'. New configure option --{en,dis}able-ld.
388 * configure: Regenerate.
389
390 2010-11-20 Ian Lance Taylor <iant@google.com>
391
392 * configure.ac: Only disable a language library if no language needs
393 it. Don't let --disable-libgcj uncondtionally disable libffi.
394 * configure: Rebuild.
395
396 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
397
398 * configure: Regenerate.
399
400 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
401
402 PR other/46202
403 * configure.ac: Fix just-built in-tree STRIP name to be
404 binutils/strip-new.
405 * configure: Regenerate.
406 * Makefile.def (install-strip-gcc, install-strip-binutils)
407 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
408 (install-strip-sid): Mirror dependencies on non-strip variants
409 of these targets on the respective -strip prerequisites.
410 * Makefile.tpl (install-strip, install-strip-host)
411 (install-strip-target): New targets.
412 (install-strip-[+module+], install-strip-target-[+module+]):
413 New targets.
414 * Makefile.in: Regenerate.
415
416 2010-11-19 Ian Lance Taylor <iant@google.com>
417 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
418
419 * configure.ac: Add target-libgo to target_libraries. Set
420 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
421 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
422 (HOST_EXPORTS): Add GOC.
423 (BASE_TARGET_EXPORTS): Add GOC.
424 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
425 (GOCFLAGS_FOR_TARGET): New variable.
426 (EXTRA_HOST_FLAGS): Add GOC.
427 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
428 * Makefile.def (target_modules): Add libgo.
429 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
430 (dependencies): Add dependency from configure-target-libgo to
431 configure-target-libffi and all-target-libstdc++-v3. Add
432 dependencies from all-target-libgo to all-target-libffi.
433 (languages): Add go.
434 * configure: Rebuild.
435 * Makefile.in: Rebuild.
436
437 2010-11-19 Ian Lance Taylor <iant@google.com>
438
439 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
440 compiler/flag environment variables.
441
442 2010-11-18 Ian Lance Taylor <iant@google.com>
443
444 * configure.ac: Check for lang_requires_boot_languages in
445 config-lang.in files.
446 * configure: Rebuild.
447
448 2010-11-17 Mike Frysinger <vapier@gentoo.org>
449
450 * .gitignore: New file.
451
452 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
453 Tobias Burnus <burnus@net-b.de>
454
455 PR fortran/32049
456 * Makefile.def: Add libquadmath; build it with language=fortran.
457 * configure.ac: Add libquadmath.
458 * Makefile.tpl: Handle multiple libs in check-[+language+].
459 * Makefile.in: Regenerate.
460 * configure: Regenerate.
461
462 2010-11-15 Andreas Schwab <schwab@redhat.com>
463
464 * configure.ac: Fix spelling in option names.
465 * configure: Regenerated.
466
467 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
468
469 PR bootstrap/39622
470 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
471 * configure: Regenerated.
472
473 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
474
475 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
476 define the cloog backend to use. Furthermore, only pass the ppllibs to
477 the configure checks, if necessary.
478 * configure: Regenerate.
479
480 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
481
482 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
483 * configure: regenerate
484
485 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
486
487 * config/cloog.m4: Fix typo. verison -> version.
488 * configure: Regenerate.
489
490 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
491
492 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
493 * configure: Regenerate.
494
495 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
496
497 * configure.ac: Support official CLooG.org versions.
498 * configure: Regenerate.
499 * config/cloog.m4: New.
500
501 2010-11-05 Michael Eager <eager@eagercon.com>
502
503 * COPYING.LIBGLOSS: Correct typo in microblaze.
504 * COPYING.NEWLIB: Same.
505
506 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
507
508 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
509 * configure: Regenerate.
510
511 2010-11-03 Ian Lance Taylor <iant@google.com>
512 Dave Korn <dave.korn.cygwin@gmail.com>
513
514 PR lto/46273
515 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
516 and on other supported platforms whenever LTO is enabled.
517 * configure: Rebuild.
518
519 2010-11-02 Alan Modra <amodra@gmail.com>
520
521 PR binutils/12110
522 * configure.ac: Error when source path contains spaces.
523 * configure: Regenerate.
524
525 2010-10-20 Ian Lance Taylor <iant@google.com>
526
527 * Makefile.def (target_modules): Set lib_path to src/.libs for
528 libstdc++-v3 module.
529 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
530 * Makefile.in: Rebuild.
531
532 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
533 Joseph Myers <joseph@codesourcery.com>
534
535 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
536 notices.
537 * COPYING.NEWLIB: Add Texas Instruments notice.
538
539 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
540
541 * configure.ac (build_lto_plugin): New shell variable.
542 (--enable-lto): Turn on by default for all non-ELF platforms that
543 have had LTO support added so far. Set build_lto_plugin appropriately
544 for both ELF and non-ELF.
545 (configdirs): Add lto-plugin or not based on build_lto_plugin.
546 * configure: Regenerate.
547
548 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
549
550 PR bootstrap/45326
551 PR bootstrap/45174
552 * configure.ac: Honor initial values of $build_configargs,
553 $host_configargs, $target_configargs. Mark the precious, so
554 environment settings get recorded.
555 * configure: Regenerate.
556
557 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
558
559 Sync from GCC:
560
561 2010-09-30 Michael Eager <eager@eagercon.com>
562
563 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
564 * configure: Regenerate.
565
566 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
567
568 * configure.ac (enable-lto): Add Darwin to the list of supported lto
569 targets and amend comment.
570 * configure: Regenerate.
571
572 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
573
574 * configure.ac: Enable LTO by default on Darwin.
575 * configure: Regenerate.
576
577 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
578
579 PR bootstrap/44455
580 * configure.ac (extra_mpfr_configure_flags): Copy from
581 extra_mpc_gmp_configure_flags.
582 * configure: Re-generated.
583
584 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
585
586 Sync from GCC:
587
588 PR bootstrap/45796
589 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
590 Depend on all-build-libiberty.
591 * Makefile.in: Regenerate.
592
593 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
594
595 Sync from GCC:
596
597 PR bootstrap/44621
598 * configure.ac: Fix unportable shell quoting.
599 * configure: Regenerate.
600
601 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
602
603 * configure.ac: Support all v850 targets.
604 * configure: Regenerate.
605
606 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
607
608 PR target/44862
609 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
610 Provide -B option to allow for link spec %s substitutions for
611 libstdc++.a on darwin.
612 * Makefile.in: Regenerate.
613
614 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
615
616 * Makefile.def (configure-gcc): Depend on all-libelf.
617 * Makefile.in: Rebuild.
618
619 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
620
621 * config.sub, config.guess: Update from upstream sources.
622
623 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
624
625 Sync from GCC:
626
627 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
628 * configure.ac: Allow all the versions greater than 0.10 of PPL.
629 * configure: Regenerated.
630
631 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
632 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
633 * configure: Regenerate.
634
635 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
636 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
637 * configure: Regenerate.
638
639 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
640 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
641 separately.
642 * configure: Regenerate.
643
644 2010-04-13 Steve Ellcey <sje@cup.hp.com>
645 * configure: Regenerate after change to elf.m4.
646
647 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
648 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
649 * configure: Regenerated.
650
651 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
652 * configure.ac: Print "buggy but acceptable" when CLooG
653 revision is less than 9.
654 * configure: Regenerated.
655
656 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
657
658 Merge from gcc:
659
660 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
661 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
662 * configure: Regenerate.
663
664 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
665 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
666 a platform that supports LTO.
667 * configure: Regenerate.
668
669 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
670 PR lto/42776
671 * configure.ac (--enable-lto): Refactor handling so libelf tests
672 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
673 and allow LTO to be explicitly enabled on non-ELF platforms that
674 are known to support it inside else-clause.
675 * configure: Regenerate.
676
677 2010-04-27 Roland McGrath <roland@redhat.com>
678 H.J. Lu <hongjiu.lu@intel.com>
679
680 * configure.ac (--enable-gold): Support both, both/gold and
681 both/bfd to add gold to configdirs without removing ld.
682 * configure: Regenerated.
683
684 * Makefile.def: Add install-gold dependency to install-ld.
685 * Makefile.in: Regenerated.
686
687 2010-04-14 Tristan Gingold <gingold@adacore.com>
688
689 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
690 * configure: Regenerate.
691
692 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
693
694 Merge from gcc:
695 PR bootstrap/43615
696 PR bootstrap/43328
697 Revert:
698 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
699 * configure.ac: Do not pass --enable-multilib nor
700 --disable-multilib in baseargs. Accept explicitly passed
701 --enable_multilib.
702 * configure: Regenerate.
703
704 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
705
706 PR bootstrap/43328
707 * configure.ac: Do not pass --enable-multilib nor
708 --disable-multilib in baseargs. Accept explicitly passed
709 --enable_multilib.
710 * configure: Regenerate.
711
712 2010-03-23 Joseph Myers <joseph@codesourcery.com>
713
714 * configure.ac (tic6x-*-*): New case.
715 * configure: Regenerate.
716
717 2010-03-23 Joseph Myers <joseph@codesourcery.com>
718
719 Merge from gcc:
720 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
721 PR ada/42554
722 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
723 * configure: Regenerate.
724
725 2010-03-23 Joseph Myers <joseph@codesourcery.com>
726
727 * config.sub: Update to version 2010-03-22.
728 * config.guess: Update to version 2009-12-30.
729
730 2010-03-14 Joseph Myers <joseph@codesourcery.com>
731
732 Merge from gcc:
733 2010-01-11 Richard Guenther <rguenther@suse.de>
734 PR lto/41569
735 * Makefile.def (all-lto-plugin): Depend on all-gcc.
736 * Makefile.in: Regenerated.
737
738 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
739
740 PR libstdc++/32499
741 * configure.ac (RANLIB): Default to true.
742 (STRIP): Likewise.
743 (RANLIB_FOR_TARGET): Remove superfluous : argument.
744 * configure: Regenerate.
745
746 2010-02-17 Nick Clifton <nickc@redhat.com>
747
748 PR 11238
749 * Makefile.tpl (local-distclean): Also remove config.cache files in
750 sub-directories as there may not be Makefiles present in the
751 sub-directories.
752 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
753 the config.cache files found by the find command.
754
755 * Makefile.in: Regenerate.
756 * configure.ac: Revert previous delta.
757 * configure: Regenerate.
758
759 2010-02-15 Nick Clifton <nickc@redhat.com>
760
761 PR 11238
762 * configure.ac: Delete config.cache files in sub-directories when
763 deleting Makefiles.
764 * configure: Regenerate.
765
766 2010-02-15 Nick Clifton <nickc@redhat.com>
767
768 * configure.ac: Sync from gcc.
769 * configure: Regenerate.
770
771 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
772
773 Sync from gcc:
774 * configure.ac: Add "recommended" version checks for GMP/MPC.
775 Update recommended GMP/MPFR/MPC versions.
776 * configure: Regenerate.
777
778 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
779
780 gcc PR libstdc++/36101, gcc PR libstdc++/42813
781 * configure.ac (bootstrap_target_libs): Make inclusion of
782 target-libgomp conditional on libgomb being in target_configdirs.
783 * configure: Regenerate.
784
785 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
786
787 gcc PR libstdc++/36101, gcc PR libstdc++/42813
788 * configure.ac (bootstrap_target_libs): Include target-libgomp.
789 * configure: Regenerate.
790
791 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
792
793 gcc PR libstdc++/36101, gcc PR libstdc++/42813
794 * configure.ac (target_configdirs): Substitute.
795 * Makefile.def: Bootstrap target module libgomp.
796 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
797 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
798 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
799 * configure, Makefile.in: Regenerate.
800
801 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
802
803 * libtool.m4: Sync from git Libtool.
804 * ltmain.sh: Likewise.
805 * ltoptions.m4: Likewise.
806 * ltversion.m4: Likewise.
807 * lt~obsolete.m4: Likewise.
808
809 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
810 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
811
812 PR bootstrap/42424
813 * configure.ac: Include libtool m4 files.
814 (_LT_CHECK_OBJDIR): Call it.
815 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
816 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
817
818 * configure: Regenerate.
819
820 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
821
822 PR bootstrap/41818
823 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
824 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
825 * Makefile.in: Regenerate.
826
827 2009-12-18 Ben Elliston <bje@au.ibm.com>
828
829 * config.sub, config.guess: Update from upstream sources.
830
831 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
832
833 * COPYING.NEWLIB: Update copyright date.
834 * COPYING.LIBGLOSS: Ditto.
835
836 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
837
838 PR middle-end/30447
839 PR middle-end/30789
840 PR other/40302
841
842 * configure.ac: Require MPC.
843 * configure: Regenerate.
844
845 * configure.ac: Update minimum MPC version to 0.8.
846 * configure: Regenerate.
847
848 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
849
850 * config.guess: Sync with upstream and gcc.
851 * config.sub: Sync with upstream and gcc.
852
853 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
854
855 * Makefile.def: Restore host and target settings for gmp.
856 * Makefile.in: Rebuild.
857
858 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
859
860 * configure.ac: Add libelf to host_libs. Enable in-tree configury
861 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
862 Fix portability of test of C++ as bootstrap language. Add
863 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
864 * configure: Rebuild.
865 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
866 and cloog. Fix in-tree ppl configuration. Introduce libelf
867 in-tree building.
868 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
869 (POSTSTAGE1_HOST_EXPORTS): Use it.
870 (STAGE[+id+]_CXXFLAGS): New.
871 (BASE_FLAGS_TO_PASS): Pass it down.
872 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
873 extra_exports.
874 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
875 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
876 extra_exports.
877 * Makefile.in: Rebuild.
878
879 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
880
881 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
882 paths for *-w64-mingw* and x86_64-*mingw*.
883 * configure: Regenerated.
884
885 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
886
887 * configure.ac: Disable target-winsup & co for
888 x86_64-*-mingw* and *-w64-mingw* targets.
889 * configure: Regenerated.
890
891 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
892
893 * configure.ac (CLooG test): Use = with test.
894 * configure: Regenerate.
895
896 2009-10-22 Richard Guenther <rguenther@suse.de>
897
898 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
899 cloog if the ppl version check failed. Move flags saving
900 before setting in libelf check.
901 * configure: Regenerate.
902
903 2009-10-21 Richard Guenther <rguenther@suse.de>
904
905 * configure.ac: Adjust the ppl and cloog configure to work as
906 documented. Disable cloog if ppl was disabled. Omit the version
907 checks if they were disabled.
908 * configure: Re-generate.
909
910 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
911
912 * configure.ac: Add 'lto' to enable_languages, not
913 new_enable_languages, and only if not already present.
914 * configure: Regenerate.
915
916 2009-10-06 Ian Lance Taylor <iant@google.com>
917
918 * Makefile.def: check-gold depends upon all-gas.
919 * Makefile.in: Rebuild.
920
921 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
922
923 * Makefile.def: all-lto-plugin depends on all-libiberty.
924 set bootstrap=true for lto-plugin.
925 Add lto-plugin.
926 * Makefile.in: Regenerate.
927 * configure.ac (host_libs): Add lto-plugin.
928 * configure: Regenerate.
929
930 2009-10-03 Diego Novillo <dnovillo@google.com>
931
932 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
933 (HOST_LIBELFLIBS): Define.
934 (HOST_LIBELFINC): Define.
935 * Makefile.in: Regenerate.
936 * configure.ac: Add --enable-lto.
937 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
938 If --enable-lto is used, add 'lto' to new_enable_languages.
939 If --enable-lto is used and gold is enabled, add
940 lto-plugin to configdirs.
941 * configure: Regenerate.
942
943 2009-10-03 Simon Baldwin <simonb@google.com>
944
945 * configure.ac: If --with-system-zlib, suppress local zlib and
946 pass --with-system-zlib to subdir configure scripts.
947 * configure: Regenerate.
948
949 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
950 Paolo Bonzini <bonzini@gnu.org>
951
952 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
953 $(srcdir).
954 * Makefile.in: Rebuilt.
955
956 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
957
958 Sync from gcc:
959 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
960
961 * configure.ac: Update minimum MPC version to 0.7.
962 * configure: Regenerate.
963
964 2009-09-25 Nick Clifton <nickc@redhat.com>
965
966 * configure.ac: Pass any --cache-file=/dev/null option on to
967 subconfigures.
968 * configure: Regenerate.
969
970 2009-09-23 Nick Clifton <nickc@redhat.com>
971
972 * config.sub, config.guess: Update from upstream sources.
973
974 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
975
976 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
977 * Makefile.in: Rebuilt.
978
979 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
980
981 PR bootstrap/32272
982 * configure.ac: Error out if $srcdir isn't '.' but contains
983 host-${host_noncanonical}.
984 * configure: Regenerate.
985
986 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
987
988 * configure.ac: If bootstrapping a combined tree with
989 --enable-gold, require c++ in stage1_languages.
990 * configure: Regenerate.
991
992 * configure.ac: Also add target_libs of stage1_languages to
993 bootstrap_target_libs.
994 * configure: Regenerate.
995
996 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
997 with --enable-languages not containing c++.
998 * configure: Regenerate.
999
1000 2009-09-16 Jie Zhang <jie.zhang@analog.com>
1001
1002 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1003 * configure: Regenerate.
1004
1005 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1006
1007 * configure.ac: Do not use $extrasub for replacing @if/@endif
1008 parts in Makefile; instead, use additional arguments to
1009 AC_CONFIG_COMMANDS to do the replacement manually, with several
1010 sed invocations, to avoid HP-UX sed command limits.
1011 * configure: Regenerate.
1012
1013 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
1014
1015 * configure.ac (with-build-config): Document. Handle without.
1016 Handle missing argument.
1017 * configure: Rebuilt.
1018
1019 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
1020
1021 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1022 Default to bootstrap-debug only if compare-debug works.
1023 * configure: Rebuilt.
1024 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1025 * Makefile.in: Rebuilt.
1026
1027 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
1028
1029 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1030 * Makefile.in: Rebuilt.
1031
1032 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
1033
1034 * Makefile.tpl (AWK): Fix typo.
1035 * Makefile.in: Regenerate.
1036
1037 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
1038
1039 * configure.ac: Detect awk and sed.
1040 * Makefile.def (flags_to_pass): Add AWK and SED.
1041 * Makefile.tpl (AWK, SED): New.
1042 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1043 * configure: Regenerate.
1044 * Makefile.in: Regenerate.
1045
1046 2009-09-01 Tristan Gingold <gingold@adacore.com>
1047
1048 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1049 Remove logical names.
1050
1051 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1052
1053 * ltmain.sh (func_normal_abspath): New function.
1054 (func_relative_path): Likewise.
1055 (func_mode_help): Document new -bindir option for link mode.
1056 (func_mode_link): Add new -bindir option, and use it to place
1057 output DLL if specified.
1058
1059 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1060
1061 * configure.ac (AC_PREREQ): Bump to 2.64.
1062
1063 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1064
1065 * README-maintainer-mode: Point directly to upstream locations
1066 for autoconf, automake, libtool, gettext, instead of copies on
1067 sources.redhat.com. Document required versions.
1068 * configure.ac: Do not substitute datarootdir, htmldir,
1069 pdfdir, docdir. Do not process --with-datarootdir,
1070 --with-htmldir, --with-pdfdir, --with-docdir.
1071 * configure: Regenerate.
1072
1073 * configure: Regenerate.
1074
1075 * compile: Sync from Automake 1.11.
1076 * depcomp: Likewise.
1077 * install-sh: Likewise.
1078 * missing: Likewise.
1079 * mkinstalldirs: Likewise.
1080 * ylwrap: Likewise.
1081
1082 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1083
1084 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1085 (baseargs): Add --disable-option-checking.
1086 * configure: Regenerate.
1087
1088 * Makefile.def (configure-target-libiberty): Depend on
1089 all-binutils and all-ld.
1090 (configure-target-newlib): Likewise.
1091 * Makefile.in: Regenerate.
1092
1093 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1094
1095 Sync with GCC, merge:
1096
1097 2009-07-31 Christian Bruel <christian.bruel@st.com>
1098
1099 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1100 * configure: Regenerate.
1101
1102 2009-07-06 Ian Lance Taylor <iant@google.com>
1103
1104 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1105 * configure: Rebuild.
1106
1107 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1108
1109 PR bootstrap/40338
1110 * configure.ac (comparestring): Create new variable.
1111 * Makefile.tpl (comparestring): Use to skip some comparisions.
1112 * configure: Regenerate.
1113 * Makefile.in: Regenerate.
1114
1115 2009-06-23 Ian Lance Taylor <iant@google.com>
1116
1117 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1118 boot_languages. Only bootstrap target libraries listed in
1119 target_libs for some boot language. Add --with-stage1-ldflags,
1120 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1121 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1122 if not building with C++.
1123 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1124 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1125 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1126 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1127 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1128 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1129 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1130 * configure, Makefile.in: Rebuild.
1131
1132 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1133
1134 * configure.ac: Detect MPC in default directory.
1135 * configure: Regenerate.
1136
1137 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1138
1139 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1140 to noconfdirs.
1141 * configure: Regenerate.
1142
1143 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1144
1145 * Makefile.def: Add MPC support and dependencies.
1146 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1147
1148 * Makefile.in, configure: Regenerate.
1149
1150 2009-05-24 Nicolas Roche <roche@adacore.com>
1151
1152 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1153 * Makefile.in: Regenerate.
1154
1155 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1156
1157 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1158 * configure: Regenerate.
1159
1160 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1161
1162 * configure.ac ($with_ppl): Default to no if not supplied.
1163 ($with_cloog): Likewise.
1164 configure: Regenerate.
1165
1166 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1167
1168 PR bootstrap/39739
1169 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1170 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1171
1172 * configure, Makefile.in: Regenerate.
1173
1174 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1175
1176 * configure.ac: Change copyright header to refer to version
1177 3 of the GNU General Public License and to point readers at the
1178 COPYING3 file and the FSF's license web page.
1179 * Makefile.def: Likewise.
1180 * Makefile.tpl: Likewise.
1181 * Makefile.in: Regenerate.
1182
1183 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1184
1185 * configure.ac: Restore match for darwin9 or later. Use double
1186 brackets since regeneration eats one pair.
1187 * configure: Regenerate.
1188
1189 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1190
1191 * MAINTAINERS: Perform some obvious fixups.
1192
1193 2009-08-17 Ben Elliston <bje@au.ibm.com>
1194
1195 * config.sub, config.guess: Update from upstream sources.
1196
1197 2009-08-06 Michael Eager <eager@eagercon.com>
1198
1199 * configure.ac: Add Microblaze target.
1200 * configure: Regenerate.
1201
1202 2009-07-02 Tristan Gingold <gingold@adacore.com>
1203
1204 * configure.ac: Do not exclude gas for i386-*-darwin.
1205 Add a case for x86_64-*-darwin.
1206 * configure: Regenerate.
1207
1208 2009-06-26 Doug Evans <dje@sebabeach.org>
1209
1210 * Makefile.def (host_modules): Add cgen.
1211 * Makefile.in: Regenerate.
1212 * configure.ac (host_tools): Add cgen.
1213 * configure: Regenerate.
1214
1215 2009-06-17 Michael Eager <eager@eagercon.com>
1216
1217 * COPYING.LIBGLOSS: Add Xilinx license.
1218
1219 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1220
1221 * configure.ac: Define is_elf for QNX Neutrino targets.
1222 * configure: Regenerate.
1223
1224 2009-06-03 Jerome Guitton <guitton@adacore.com>
1225 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1226
1227 * Makefile.tpl (all): Avoid a trailing backslash.
1228 * Makefile.in: Regenerate.
1229
1230 2009-06-03 Ben Elliston <bje@au.ibm.com>
1231
1232 * config.sub, config.guess: Update from upstream sources.
1233
1234 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
1235
1236 * Makefile.tpl ([+compare-target+]): Compare all stage
1237 directories, rather than just gcc.
1238 * Makefile.in: Rebuilt.
1239
1240 2009-05-28 Doug Kwan <dougkwan@google.com>
1241
1242 * configure.ac: Support gold for target arm*-*-*.
1243 * configure: Regenerate.
1244
1245 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
1246
1247 * Makefile.tpl (all): Avoid harmless warning in make all when
1248 gcc-bootstrap is enabled but stage_last does not exist.
1249 * Makefile.in: Rebuilt.
1250
1251 2009-05-25 Tristan Gingold <gingold@adacore.com>
1252
1253 * setup.com: Complete the file with configuration and build.
1254
1255 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
1256
1257 PR other/40159
1258 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1259 gcc-no-bootstrap are mutually exclusive.
1260 * Makefile.in: Rebuilt.
1261
1262 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
1263
1264 PR other/40159
1265 * Makefile.tpl (all): Don't end with unconditional success.
1266 * Makefile.in: Rebuilt.
1267
1268 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
1269
1270 PR target/37137
1271 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1272 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1273 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1274 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1275 stage_configureflags, stage_cflags and stage_libcflags into
1276 explicit Makefile macros.
1277 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1278 GFORTRAN.
1279 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1280 CC. Set CC_FOR_BUILD from CC.
1281 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1282 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1283 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1284 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1285 and GFORTRAN.
1286 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1287 (_LIBCFLAGS): Renamed to _TFLAGS.
1288 (do-compare-debug, do-compare3-debug): Drop.
1289 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1290 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1291 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1292 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1293 (XGCC_FLAGS_FOR_TARGET): New.
1294 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1295 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1296 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1297 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1298 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1299 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1300 TFLAGS.
1301 (BUILD_CONFIG): Include if requested.
1302 (all): Set TFLAGS on bootstrap.
1303 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1304 (all-stageid-prefixmodule): Likewise.
1305 (do-clean, distclean-stageid): Set TFLAGS.
1306 (restrap): Fix whitespace.
1307 * Makefile.in: Rebuilt.
1308
1309 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1310
1311 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1312 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1313 * Makefile.in: Regenerate.
1314
1315 2009-04-24 Eli Zaretskii <eliz@gnu.org>
1316
1317 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1318 consistency with config.sub. (Update from upstream sources.)
1319
1320 2009-04-21 Joseph Myers <joseph@codesourcery.com>
1321
1322 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1323
1324 2009-04-17 Ben Elliston <bje@au.ibm.com>
1325
1326 * config.sub, config.guess: Update from upstream sources.
1327
1328 2009-04-15 Anthony Green <green@moxielogic.com>
1329
1330 * configure.ac: Add moxie support.
1331 * configure: Rebuilt.
1332
1333 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1334
1335 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1336 * configure: Regenerate.
1337
1338 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1339
1340 PR gas/10039
1341 * configure.ac: Require texinfo 4.7.
1342 * configure: Regenerated.
1343
1344 2009-04-09 Steve Ellcey <sje@cup.hp.com>
1345
1346 * Makefil.def (languages): New entries.
1347 * Makefile.tpl (check-gcc-*): New generic target.
1348 * Makefile.in: Regenerate.
1349
1350 2009-03-27 Eli Zaretskii <eliz@gnu.org>
1351
1352 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1353 Windows builds of Sed.
1354
1355 2009-03-18 Tom Tromey <tromey@redhat.com>
1356
1357 * configure: Rebuild.
1358 * configure.ac (host_libs): Add libiconv.
1359 * Makefile.in: Rebuild.
1360 * Makefile.def (host_modules): Add libiconv.
1361 (configure-gdb, all-gdb): Depend on libiconv.
1362
1363 2009-03-16 Tristan Gingold <gingold@adacore.com>
1364
1365 * configure.ac: Treat gdb as supported on x86_64-darwin.
1366 * configure: Regenerate.
1367
1368 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1369
1370 Merge from GCC:
1371
1372 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1373
1374 * configure.ac (--with-host-libstdcxx): New option.
1375 * configure: Regenerate.
1376
1377 2009-01-29 Robert Millan <rmh@aybabtu.com>
1378
1379 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1380 * configure: Regenerate.
1381
1382 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
1383
1384 PR tree-optimization/38515
1385 * configure.ac (cloog-polylib): Removed.
1386 (with_ppl, with_cloog): Test for "no".
1387 * configure: Regenerated.
1388
1389 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1390
1391 Backport from git Libtool:
1392
1393 2009-01-19 Robert Millan <rmh@aybabtu.com>
1394 Support GNU/kOpenSolaris.
1395 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1396 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1397 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1398 GNU/kOpenSolaris.
1399
1400 2009-02-05 Andreas Schwab <schwab@suse.de>
1401
1402 * Makefile.tpl (stage_last): Define $r and $s before using
1403 $(RECURSE_FLAGS_TO_PASS).
1404 * Makefile.in: Regenerate
1405
1406 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
1407
1408 * COPYING.NEWLIB: Add ARM license.
1409
1410 2009-01-16 Alan Modra <amodra@bigpond.net.au>
1411
1412 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1413 (all-opcodes): Depend on all-libiberty.
1414 * Makefile.in: Regenerate.
1415
1416 2009-01-15 Douglas B Rupp <rupp@gnat.com>
1417
1418 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1419 * configure: Regenerate.
1420
1421 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1422
1423 Backport link test fix from upstream Libtool:
1424
1425 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1426 Add cache variables to tests that require the linker to work.
1427 For shlibpath_overrides_runpath, this also changes the semantics
1428 to let the result from the C compiler take precedence.
1429 compiler take precedence.
1430
1431 2008-12-02 Ben Elliston <bje@au.ibm.com>
1432
1433 * config.sub, config.guess: Update from upstream sources.
1434
1435 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
1436
1437 * COPYING.NEWLIB: Updated.
1438 * COPYING.LIBGLOSS: Ditto.
1439
1440 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
1441
1442 Sync with GCC:
1443
1444 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
1445
1446 * configure.ac (ppllibs): Add by default the lib flags.
1447 * configure: Regenerate.
1448
1449 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1450
1451 * configure.ac: Add double brackets on darwin[912].
1452 * configure: Regenerate.
1453
1454 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
1455
1456 * configure.ac: Expand to darwin10 and later.
1457 * configure: Regenerate.
1458
1459 2008-12-02 Andreas Schwab <schwab@suse.de>
1460
1461 * Makefile.def: configure-target-boehm-gc depends on
1462 all-target-libstdc++-v3.
1463 * Makefile.in: Regenerate.
1464
1465 2008-12-02 Ben Elliston <bje@au.ibm.com>
1466
1467 * config.sub, config.guess: Update from upstream sources.
1468
1469 2008-11-27 Joseph Myers <joseph@codesourcery.com>
1470
1471 Merge from GCC:
1472
1473 2007-12-02 Matthias Klose <doko@ubuntu.com>
1474
1475 * config-ml.in: Remove 64bit configure tests.
1476
1477 2008-05-14 Rafael Espindola <espindola@google.com>
1478
1479 * config-ml.in: don't handle --enable-shared and --enable-static.
1480
1481 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1482 Tobias Grosser <grosser@fim.uni-passau.de>
1483 Jan Sjodin <jan.sjodin@amd.com>
1484 Harsha Jagasia <harsha.jagasia@amd.com>
1485 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1486 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1487 Adrien Eliche <aeliche@isty.uvsq.fr>
1488
1489 Merge from graphite branch.
1490 * configure: Regenerate.
1491 * Makefile.in: Regenerate.
1492 * configure.ac (host_libs): Add ppl and cloog.
1493 Add checks for PPL and CLooG.
1494 * Makefile.def (ppl, cloog): Added modules and dependences.
1495 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1496 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1497
1498 2008-09-03 Richard Guenther <rguenther@suse.de>
1499
1500 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1501 cloog test.
1502 * configure: Re-generate.
1503
1504 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1505
1506 * configure.ac (--with-cloog-polylib): New.
1507 (--disable-cloog-version-check): New.
1508 (--disable-ppl-version-check): New.
1509 * configure: Re-generate.
1510
1511 2008-09-05 Richard Guenther <rguenther@suse.de>
1512
1513 * configure.ac: Initialize clooglibs to -lcloog.
1514 * configure: Re-generate.
1515
1516 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1517
1518 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1519 recommended version to 2.3.2.
1520
1521 * configure: Regenerate.
1522
1523 2008-10-31 Ben Elliston <bje@au.ibm.com>
1524
1525 * configure.ac (spu-*-*): Remove special case.
1526 * configure: Regenerate.
1527
1528 Complete comment text from GCC version of:
1529
1530 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1531
1532 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1533 (GCC_SHLIB_SUBDIR): New.
1534 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1535 * configure: Regenerate.
1536 * Makefile.in: Regenerate.
1537
1538 2008-11-27 Tristan Gingold <gingold@adacore.com>
1539
1540 * configure.ac: Build gdb for i?86-*-darwin*
1541 * configure: Regenerated.
1542
1543 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1544
1545 PR bootstrap/38014
1546 PR bootstrap/37923
1547
1548 Revert:
1549
1550 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1551
1552 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1553 * Makefile.in: Regenerated.
1554
1555 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1556
1557 PR gdb/921
1558 PR gdb/1646
1559 PR gdb/2175
1560 PR gdb/2176
1561
1562 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1563 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1564 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1565 (HOST_EXPORTS): Pass CPPFLAGS.
1566 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1567 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1568 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1569 * Makefile.in, configure: Regenerated.
1570 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1571 and CPPFLAGS_FOR_BUILD.
1572
1573 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
1574
1575 * configure.ac [spu-*-*]: Do not set skipdirs.
1576 * configure: Re-generate.
1577
1578 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1579
1580 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1581 * Makefile.in: Regenerated.
1582
1583 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1584
1585 PR gdb/921
1586 PR gdb/1646
1587 PR gdb/2175
1588 PR gdb/2176
1589
1590 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1591 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1592 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1593 (HOST_EXPORTS): Pass CPPFLAGS.
1594 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1595 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1596 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1597 * Makefile.in, configure: Regenerated.
1598 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1599 and CPPFLAGS_FOR_BUILD.
1600
1601 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
1602
1603 * libtool.m4: Update to libtool 2.2.6.
1604 * lt~obsolete.m4: Update to libtool 2.2.6.
1605 * ltmain.sh: Update to libtool 2.2.6.
1606 * ltsugar.m4: Update to libtool 2.2.6.
1607 * ltversion.m4: Update to libtool 2.2.6.
1608 * ltoptions.m4: Update to libtool 2.2.6.
1609 * ltgcc.m4: Update to match changes from libtool 2.2.6.
1610
1611 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1612
1613 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1614 (GCC_SHLIB_SUBDIR): New.
1615 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1616 * configure: Regenerate.
1617 * Makefile.in: Regenerate.
1618
1619 2008-08-28 Tristan Gingold <gingold@adacore.com>
1620
1621 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1622 Enable bfd, binutils and opcodes.
1623 * configure: Regenerate.
1624
1625 2008-08-16 Nicolas Roche <roche@adacore.com>
1626
1627 * Makefile.tpl: Add BOOT_ADAFLAGS.
1628 * Makefile.in: Regenerate.
1629
1630 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
1631
1632 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1633 * configure: Regenerate.
1634
1635 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
1636
1637 Sync with gcc:
1638 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
1639
1640 * configure.ac: Add makefile fragments for hpux.
1641 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1642 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1643 * configure: Regenerate.
1644 * Makefile.in: Regenerate.
1645
1646 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1647
1648 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1649 * Makefile.in: Regenerate.
1650 * configure: Regenerate.
1651
1652 2008-06-18 Ian Lance Taylor <iant@google.com>
1653
1654 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
1655
1656 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
1657
1658 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1659
1660 * configure: Regenerate.
1661
1662 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1663
1664 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1665 "$@" is still intact with both Autoconf 2.59 and 2.62.
1666 * configure: Regenerate.
1667
1668 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1669
1670 * Makefile.tpl: Fix comment errors.
1671 * Makefile.in: Regenerate.
1672
1673 2008-06-13 Julian Brown <julian@codesourcery.com>
1674
1675 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1676 of libobjc for ARM EABI Linux.
1677 * configure: Regenerate.
1678
1679 2008-06-12 David S. Miller <davem@davemloft.net>
1680 David Edelsohn <edelsohn@gnu.org>
1681
1682 * configure.ac: Add powerpc*-*-* to gold supported targets.
1683 * configure: Regenerate.
1684
1685 2008-06-08 Joseph Myers <joseph@codesourcery.com>
1686
1687 PR tree-optimization/36218
1688 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1689 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1690 (all prefix="build-"): Pass them to build-system sub-makes.
1691 * Makefile.in: Regenerate.
1692
1693 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1694
1695 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
1696 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
1697 mkdep, and compile. Update comments.
1698 (ETC_SUPPORT): Add ChangeLog and update comments.
1699
1700 2008-05-11 Ian Lance Taylor <iant@google.com>
1701
1702 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
1703
1704 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1705
1706 Sync with gcc:
1707 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1708
1709 PR bootstrap/35457
1710 * configure.ac: Include override.m4.
1711 * configure: Regenerate.
1712
1713 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1714
1715 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1716 * Makefile.in: Regenerate.
1717
1718 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1719
1720 * configure.ac: Do not build libssp for the AVR.
1721 * configure: Regenerate.
1722
1723 2008-04-18 Nick Clifton <nickc@redhat.com>
1724
1725 * MAINTAINERS: Replace reference to configure.in with reference to
1726 configure.ac.
1727
1728 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1729
1730 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1731 as nonconfigurable directories list.
1732 * configure: Regenerate.
1733
1734 2008-04-14 David S. Miller <davem@davemloft.net>
1735
1736 * configure.ac: Add sparc*-*-* to gold supported targets.
1737 * configure: Regenerate.
1738
1739 2008-04-14 Ben Elliston <bje@au.ibm.com>
1740
1741 * config.sub, config.guess: Update from upstream sources.
1742
1743 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
1744
1745 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1746 * Makefile.in: Regenerate.
1747
1748 2008-04-07 Ian Lance Taylor <iant@google.com>
1749
1750 * Makefile.def: check-gold depends upon all-binutils.
1751 * Makefile.in: Regenerate.
1752
1753 2008-04-04 Nick Clifton <nickc@redhat.com>
1754
1755 PR binutils/4334
1756 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1757 builds.
1758 * configure: Regenerate.
1759
1760 2008-04-04 NightStrike <NightStrike@gmail.com>
1761
1762 PR other/35151
1763 * configure.ac: Combine rules for mingw32 and mingw64.
1764 * configure: Regenerate.
1765
1766 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
1767
1768 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1769 * Makefile.in: Regenerate.
1770
1771 2008-03-20 Ian Lance Taylor <iant@google.com>
1772
1773 * configure.ac: Add support for --enable-gold.
1774 * Makefile.def: Add gold as a directory like ld.
1775 * configure, Makefile.in: Regenerate.
1776
1777 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1778
1779 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1780 (s390_cond_extensions): Reduced extensions to the compare related.
1781 (main): z10 cpu type option added.
1782 (expandConditionalJump): Renamed to ...
1783 (insertExpandedMnemonic): ... this.
1784
1785 * opcodes/s390-opc.c: Re-group the operand format makros.
1786 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
1787 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
1788 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
1789 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
1790 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
1791 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
1792 INSTR_SIL_RDU): New instruction formats added.
1793 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
1794 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
1795 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
1796 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
1797 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
1798 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
1799 masks added.
1800 (s390_opformats): New formats added "ris", "rrs", "sil".
1801 * opcodes/s390-opc.txt: Add the conditional jumps with the
1802 extensions removed from automatic expansion in s390-mkopc.c manually.
1803 (asi - trtre): Add new System z10 EC instructions.
1804 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
1805
1806 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1807
1808 * configure.ac: m4_include config/proginstall.m4.
1809 * configure: Regenerate.
1810
1811 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1812
1813 Backport from upstream Libtool:
1814
1815 2007-10-12 Eric Blake <ebb9@byu.net>
1816
1817 Deal with Autoconf 2.62's semantic change in m4_append.
1818 * ltsugar.m4 (lt_append): Replace broken versions of
1819 m4_append.
1820 (lt_if_append_uniq): Don't require separator to be overquoted,
1821 and avoid broken m4_append.
1822 (lt_dict_add): Fix typo.
1823 * libtool.m4 (_LT_DECL): Don't overquote separator.
1824
1825 2008-03-13 David Edelsohn <edelsohn@gnu.org>
1826
1827 * config.rpath: Add AIX 6 support.
1828
1829 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
1830
1831 * Makefile.def (stageprofile). Remove -fprofile-generate
1832 from stage_libcflags.
1833 * Makefile.in: Regenerate.
1834
1835 2008-03-13 Ben Elliston <bje@au.ibm.com>
1836
1837 * config.sub, config.guess: Update from upstream sources.
1838
1839 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
1840
1841 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
1842 * s390-opc.txt (cmpsc): Duplicate entry removed.
1843 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
1844 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
1845 fier, cu42, cu41): Fix operand format.
1846
1847 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
1848
1849 PR bootstrap/32009
1850 PR bootstrap/32161
1851
1852 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1853 * configure: Regenerate.
1854
1855 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1856 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1857 STAGE4_LIBCFLAGS): New.
1858 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1859 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1860 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1861 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1862 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1863 for target modules. Don't export LIBCFLAGS.
1864 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1865 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1866 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1867 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1868 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1869 * Makefile.in: Regenerate.
1870
1871 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1872
1873 PR libgcj/33085
1874 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1875 Do not use -DDLL_EXPORT. Backport from upstream.
1876
1877 2008-02-14 Nick Clifton <nickc@redhat.com>
1878
1879 Import this patch from gcc:
1880 2008-01-24 David Edelsohn <edelsohn@gnu.org>
1881
1882 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1883
1884 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
1885
1886 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1887 * configure: Regenerate.
1888
1889 2008-01-31 Marc Gauthier <marc@tensilica.com>
1890
1891 * configure.ac (xtensa*-*-*): Recognize processor variants.
1892 * configure: Regenerate.
1893
1894 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1895
1896 PR bootstrap/34922
1897 * configure.ac (PARSE_ARGS): Push suitable setting of
1898 ac_subdirs_all, for `./configure --help=recursive'.
1899 Handle `+' in generic toplevel directory disabling.
1900 * configure: Regenerate.
1901
1902 2008-01-23 Ben Elliston <bje@au.ibm.com>
1903
1904 * config.sub, config.guess: Update from upstream sources.
1905
1906 2008-01-08 Ben Elliston <bje@au.ibm.com>
1907
1908 * config.sub, config.guess: Update from upstream sources.
1909
1910 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
1911
1912 * COPYING.LIBGLOSS: Update default copyright.
1913
1914 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
1915
1916 * COPYING.NEWLIB: Update default copyright.
1917
1918 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1919
1920 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1921 Change recommended MPFR from 2.2.1 > 2.3.0.
1922 * configure: Regenerate.
1923
1924 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1925
1926 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1927 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1928 * Makefile.in: Regenerate.
1929
1930 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1931
1932 * configure.ac: Enable libjava for x86_64-*-darwin9.
1933 * configure: Regenerate.
1934
1935 2007-12-05 Ben Elliston <bje@au.ibm.com>
1936
1937 * config.sub, config.guess: Update from upstream sources.
1938
1939 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1940
1941 * config-ml.in: Robustify against white space in absolute file
1942 names.
1943
1944 * config-ml.in (multi-clean): Substitute ${Makefile}.
1945 Remove superfluous ${Makefile} in list.
1946
1947 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1948
1949 * Makefile.def (dependencies): Make configure-gdb depend on
1950 all-intl.
1951 * Makefile.in: Regenerated.
1952
1953 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1954
1955 * Makefile.def: To avoid problems running with parallel makes,
1956 build newlib before libgloss so that target specific header
1957 files are availble.
1958 * Makefile.in: Regenerate.
1959
1960 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1961
1962 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1963 * Makefile.in: Regenerate.
1964
1965 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1966
1967 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
1968 * libdecnumber: New directory, imported from GCC.
1969
1970 2007-10-08 Mike Frysinger <vapier@gentoo.org>
1971
1972 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1973 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1974 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1975 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1976 * configure: Regenerate.
1977
1978 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
1979
1980 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1981 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1982 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1983 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1984 * configure.ac: Default them to host tools for $host = $build.
1985 Subst them.
1986
1987 * configure: Regenerate.
1988 * Makefile.in: Regenerate.
1989
1990 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1991
1992 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1993 * configure: Regenerate.
1994
1995 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1996
1997 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1998 libstdc++.
1999 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2000 * configure: Regenerate.
2001 * Makefile.in: Regenerate.
2002
2003 2007-09-17 Andreas Schwab <schwab@suse.de>
2004
2005 * configure.ac: Raise minimum makeinfo version to 4.6.
2006 * configure: Regenerate.
2007
2008 2007-09-15 Alan Modra <amodra@bigpond.net.au>
2009
2010 * configure.ac: Correct makeinfo version check.
2011 * configure: Regenerate.
2012
2013 2007-09-14 Richard Sandiford <richard@codesourcery.com>
2014
2015 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2016 to $skipdirs and only disable gprof for newlib. Use the normal
2017 mips*-elf* handling in other respects.
2018 * configure: Regnerate.
2019
2020 2007-09-12 David Daney <ddaney@avtrex.com>
2021
2022 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2023 enabling libgcj.
2024 * configure: Regenerate.
2025
2026 2007-09-12 Richard Guenther <rguenther@suse.de>
2027
2028 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2029 nor --disable-checking is provided also turn on yes and types
2030 checking for stage1.
2031 * configure: Re-generate.
2032
2033 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2034
2035 PR target/33281
2036 * configure.ac: Use config/mh-mingw on mingw.
2037 * configure: Regenerate.
2038
2039 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2040
2041 PR other/32154
2042 * configure.ac: For libgloss targets, point the linker to the linker
2043 script, startup code and simulator library.
2044 * configure: Regenerate.
2045
2046 2007-09-09 Andrew Haley <aph@redhat.com>
2047
2048 * configure.ac (noconfigdirs): Remove target-libffi and
2049 target-libjava.
2050
2051 2007-08-29 Nick Clifton <nickc@redhat.com>
2052
2053 * config.sub, config.guess: Update from upstream sources.
2054
2055 2007-08-21 Richard Guenther <rguenther@suse.de>
2056
2057 * configure.ac: Add types checking to stage1 checking flags.
2058 * configure: Regenerate.
2059
2060 2007-08-18 Paul Brook <paul@codesourcery.com>
2061 Joseph Myers <joseph@codesourcery.com>
2062
2063 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2064 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2065 * Makefile.in: Regenerate.
2066 * configure.ac (--with-debug-prefix-map): New.
2067 * configure: Regenerate.
2068
2069 2007-08-17 Richard Sandiford <richard@codesourcery.com>
2070 Nigel Stephens <nigel@mips.com>
2071
2072 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2073 as target_makefile_frag.
2074 * configure: Regenerate.
2075
2076 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
2077
2078 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2079 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2080 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2081 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2082 (do-compare, do-compare3, do-compare-debug): New.
2083 ([+compare-target+]): Use them.
2084
2085 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
2086
2087 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2088 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2089 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2090 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2091 (do-compare, do-compare3, do-compare-debug): New.
2092 ([+compare-target+]): Use them.
2093
2094 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2095 Ben Elliston <bje@au.ibm.com>
2096
2097 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2098 --silent if $silent.
2099 * configure: Regenerate.
2100
2101 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2102
2103 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2104
2105 2007-07-17 Nick Clifton <nickc@redhat.com>
2106
2107 * COPYING3: New file. Contains version 3 of the GNU General
2108 Public License.
2109 * COPYING3.LIB: New file. Contains version 3 of the GNU
2110 Lesser General Public License.
2111
2112 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2113
2114 * configure.ac: Fix my previous change to really match GCC.
2115 * configure: Regenerate.
2116
2117 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2118
2119 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2120 * configure: Regenerate.
2121
2122 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2123
2124 * configure.ac: Add some missing m4 quotation.
2125 * configure: Regenerate.
2126
2127 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
2128
2129 * Makefile.def: Add windmc tool to build.
2130 * Makefile.tpl: Likewise.
2131 * configure.ac: Likewise.
2132 * Makefile.in: Regenerate.
2133 * configure: Regenerate.
2134
2135 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2136
2137 * lt~obsolete.m4: New. Import from 20070318 libtool.
2138
2139 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2140
2141 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2142 uclinux and linux-uclibc targets.
2143 * configure: Regenerate.
2144
2145 2007-06-28 DJ Delorie <dj@redhat.com>
2146
2147 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2148 not building newlib.
2149 * configure: Regenerated.
2150
2151 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2152
2153 * src-release (DEVO_SUPPORT): Correct typos.
2154
2155 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2156
2157 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2158 * Makefile.in: Regenerated.
2159
2160 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
2161
2162 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2163 (distclean-stage[+id+]): Possibly delete stage_last.
2164 * Makefile.in: Regenerate.
2165
2166 2007-06-07 Ben Elliston <bje@au.ibm.com>
2167
2168 * config.sub, config.guess: Update from upstream sources.
2169
2170 2007-06-07 Ben Elliston <bje@au.ibm.com>
2171
2172 * Makefile.tpl: Fix spelling error.
2173 * Makefile.in: Regenerate.
2174
2175 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
2176
2177 Sync with gcc:
2178 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2179
2180 PR bootstrap/29382
2181 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2182 * configure: Rebuilt.
2183
2184 2007-06-01 Steve Ellcey <sje@cup.hp.com>
2185
2186 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2187 lt_cv_sys_max_cmd_len.
2188
2189 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
2190
2191 * ltgcc.m4: Update from GCC.
2192
2193 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2194
2195 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2196
2197 2007-05-24 Steve Ellcey <sje@cup.hp.com>
2198
2199 * ltmain.sh: Update from GCC.
2200 * libtool.m4: Update from GCC.
2201 * ltsugar.m4: New. Update from GCC.
2202 * ltversion.m4: New. Update from GCC.
2203 * ltoptions.m4: New. Update from GCC.
2204 * ltconfig: Remove.
2205 * ltcf-c.sh: Remove.
2206 * ltcf-cxx.sh: Remove.
2207 * ltcf-gcj.sh: Remove.
2208 * src-release: Update with new libtool file list.
2209
2210 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
2211
2212 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2213 stage_cflags.
2214 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2215 Remove CFLAGS/LIBCFLAGS.
2216 (configure-stage[+id+]-[+prefix+][+module+],
2217 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2218 * Makefile.in: Regenerate.
2219
2220 2007-04-14 Steve Ellcey <sje@cup.hp.com>
2221
2222 * config-ml.in: Update from GCC.
2223
2224 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2225
2226 * src-release (do-proto-toplev): Process the support directories before
2227 the tool directory.
2228
2229 2007-03-21 Richard Sandiford <richard@codesourcery.com>
2230
2231 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2232 of glob. Quote arguments with single quotes too.
2233 * configure: Regenerate.
2234
2235 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2236
2237 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2238 * Makefile.in: Regenerate
2239
2240 2007-03-07 Andreas Schwab <schwab@suse.de>
2241
2242 * configure: Regenerate.
2243
2244 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2245
2246 * configure.ac: Add "--with-pdfdir" configure option,
2247 which defines pdfdir variable.
2248 * Makefile.def (target=fixincludes): Add install-pdf to
2249 missing targets.
2250 (recursive_targets): Add install-pdf target.
2251 (flags_to_pass): Add pdfdir.
2252 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2253 target.
2254 * configure: Regenerate
2255 * Makefile.in: Regenerate
2256
2257 2007-02-28 Eric Christopher <echristo@apple.com>
2258
2259 Revert:
2260 2006-12-07 Mike Stump <mrs@apple.com>
2261
2262 * Makefile.def (dependencies): Add dependency for
2263 install-target-libssp and install-target-libgomp on
2264 install-gcc.
2265 * Makefile.in: Regenerate.
2266
2267 2007-02-27 Matt Kraai <kraai@ftbfs.org>
2268
2269 * configure: Regenerate.
2270 * configure.ac: Move statements after variable declarations.
2271
2272 2007-02-19 Joseph Myers <joseph@codesourcery.com>
2273
2274 * configure.ac: Adjust for loop syntax.
2275 * configure: Regenerate.
2276
2277 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
2278
2279 * configure: Rebuilt.
2280
2281 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
2282
2283 * configure.ac: Drop multiple occurrences of --enable-languages,
2284 and fix its quoting.
2285 * configure: Rebuilt.
2286
2287 2007-02-17 Mark Mitchell <mark@codesourcery.com>
2288 Nathan Sidwell <nathan@codesourcery.com>
2289 Vladimir Prus <vladimir@codesourcery.com
2290 Joseph Myers <joseph@codesourcery.com>
2291
2292 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2293 * configure: Regenerate.
2294
2295 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2296
2297 * configure.ac (target_libraries): Move libgcc before libiberty.
2298 * configure: Regenerated.
2299
2300 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
2301
2302 * configure: Regenerate again?
2303
2304 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
2305
2306 * configure: Reapply PR30748 fix which was lost in the previous commit.
2307
2308 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2309 Paolo Bonzini <bonzini@gnu.org>
2310
2311 PR bootstrap/30753
2312 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2313 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2314 * configure: Regenerated.
2315
2316 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
2317
2318 * configure: Regenerate.
2319
2320 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2321
2322 PR bootstrap/30748
2323 * configure.ac: Correct syntax for Solaris ksh.
2324 * configure: Regenerated.
2325
2326 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2327
2328 * Makefile.def: Sync with GCC.
2329 * Makefile.tpl: Sync with GCC.
2330 * Makefile.in: Regenerate.
2331 * configure: Regenerate.
2332
2333 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2334
2335 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2336 noncanonical equivalents.
2337 * configure.in: Rename to...
2338 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2339 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2340 target_noncanonical. Use them. Rewrite removal of configure
2341 arguments for autoconf 2.59. Discard variable settings. Force
2342 program_transform_name for native tools.
2343
2344 * Makefile.in: Regenerated.
2345 * configure: Regenerated with autoconf 2.59.
2346
2347 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2348
2349 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
2350
2351 * COPYING.LIBGLOSS: Reformat default Red Hat
2352 license to fit within 80 columns.
2353 * COPYING.NEWLIB: Ditto.
2354
2355 2007-02-05 Dave Brolley <brolley@redhat.com>
2356
2357 * Contribute the following changes:
2358 2006-11-28 DJ Delorie <dj@redhat.com>
2359
2360 * configure.in: Fix typo for mep's target_makefile_frag.
2361 * configure: Regenerated.
2362
2363 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
2364
2365 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2366 * configure: Regenerate.
2367
2368 2001-09-19 DJ Delorie <dj@redhat.com>
2369
2370 * configure.in (target_makefile_frag): use mt-mep
2371
2372 2001-06-12 Don Howard <dhoward@redhat.com>
2373
2374 * configure.in: Remove gdb from MeP skip list.
2375
2376 2001-04-05 DJ Delorie <dj@redhat.com>
2377
2378 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2379
2380 2001-03-20 Ben Elliston <bje@redhat.com>
2381
2382 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2383
2384 2001-03-19 Ben Elliston <bje@redhat.com>
2385
2386 * config.sub (mep, mep-*): Add.
2387
2388 2007-01-31 Andreas Schwab <schwab@suse.de>
2389
2390 * Makefile.tpl (LDFLAGS): Substitute it.
2391 * Makefile.in: Regenerate.
2392
2393 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
2394
2395 * configure.in: Change == to = in test command.
2396 * configure: Regenerate.
2397
2398 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
2399 Nick Clifton <nickc@redhat.com>
2400 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2401
2402 * configure.in (build_configargs, host_configargs, target_configargs):
2403 Remove build/host/target parameters.
2404 (host_libs): Add gmp and mpfr.
2405 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2406 * Makefile.def (gmp, mpfr): New.
2407 (gcc): Remove target.
2408 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2409 target_os, target_vendor): New.
2410 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2411 * configure: Regenerate.
2412 * Makefile.in: Regenerate.
2413
2414 2007-01-11 Matt Fago <fago@earthlink.net>
2415
2416 * configure.in: Try to link to functions only in mpfr 2.2.x
2417 to improve robustness of configure tests.
2418 * configure: Regenerate.
2419
2420 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
2421
2422 * configure.in: Add support for an x86_64-mingw* target.
2423 * configure: Regenerate.
2424
2425 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2426
2427 * Makefile.tpl (all-target): Correct @if conditional for target
2428 modules.
2429 * configure.in: Omit libiberty if building only target libgcc.
2430 * configure, Makefile.in: Regenerated.
2431
2432 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
2433
2434 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2435 * configure: Regenerate.
2436
2437 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2438
2439 * Makefile.def (target_modules): Add libgcc.
2440 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2441 * Makefile.tpl (clean-target-libgcc): Delete.
2442 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2443 on gcc even for bootstrapped modules. Rewrite handling of
2444 lang_env_dependencies to loop over target_modules.
2445 * configure.in (target_libraries): Add target-libgcc.
2446 * Makefile.in, configure: Regenerated.
2447
2448 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2449
2450 Sync with gcc:
2451 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2452
2453 * configure.in: Reorganize recognition of languages. Add
2454 --enable-stage1-languages. Show supported languages for the chosen
2455 target rather than all recognized languages.
2456 * configure: Regenerate.
2457
2458 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2459
2460 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2461 * Makefile.in: Regenerate.
2462
2463 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2464
2465 * configure.in: Warn that MPFR 2.2.0 is buggy.
2466 * configure: Regenerate.
2467
2468 2006-12-27 Ian Lance Taylor <iant@google.com>
2469
2470 * configure.in: When removing Makefiles to force a reconfigure, also
2471 remove prev-DIR*/Makefile.
2472 * configure: Regenerate.
2473
2474 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
2475
2476 * config.bfd: Recognize fido.
2477
2478 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2479
2480 Sync with gcc:
2481
2482 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2483
2484 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2485 it only affects bootstrap and could be tested on "$host" as well.
2486 * configure: Regenerate.
2487 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2488
2489 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2490
2491 PR bootstrap/29544
2492 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2493 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2494 move here comment from Makefile.tpl.
2495 * Makefile.tpl: Move some definitions higher in the file.
2496 (STAGE1_CHECKING): New.
2497 * configure.in: Add --enable-stage1-checking.
2498 * configure: Regenerate.
2499 * Makefile.in: Regenerate.
2500
2501 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2502
2503 * configure.in: Update error message for missing GMP/MPFR.
2504
2505 * configure: Regenerate.
2506
2507 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2508
2509 * configure.in: Update MPFR version in error message.
2510
2511 * configure: Regenerate.
2512
2513 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2514
2515 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2516 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2517 --with-gmp-lib): New flags.
2518
2519 * configure: Regenerate.
2520
2521 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
2522
2523 PR bootstrap/30134
2524 * configure.in: Correct x86 darwin support for libjava to powerpc
2525 and i?86 only.
2526 * configure: Regenerate.
2527
2528 2006-12-11 Alan Modra <amodra@bigpond.net.au>
2529
2530 * configure.in: Handle spu makefile frag.
2531 * Makefile.tpl (MAINT): Define
2532 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2533 * configure: Regenerate.
2534 * Makefile.in: Regenerate.
2535
2536 2006-12-11 Ben Elliston <bje@au.ibm.com>
2537
2538 * config.sub, config.guess: Update from upstream sources.
2539
2540 2006-12-11 Ben Elliston <bje@au.ibm.com>
2541
2542 * configure.in: Sync with GCC (spu-*-*).
2543 * configure: Sync with GCC.
2544
2545 2006-12-07 Mike Stump <mrs@apple.com>
2546
2547 * Makefile.def (dependencies): Add dependency for
2548 install-target-libssp and install-target-libgomp on
2549 install-gcc.
2550 * Makefile.in: Regenerate.
2551
2552 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
2553
2554 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2555 (unstage): Test for stage_last presence.
2556
2557 PR bootstrap/29802
2558 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2559 * Makefile.in: Regenerate.
2560
2561 2006-11-14 DJ Delorie <dj@redhat.com>
2562
2563 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2564 * Makefile.in: Sync with GCC.
2565 * configure.in: Sync with GCC (mpfr, gmp).
2566 * configure: Sync with GCC.
2567
2568 2006-11-08 Jie Zhang <jie.zhang@analog.com>
2569
2570 * configure.in: Remove target-libgloss from noconfigdirs for
2571 bfin-*-*.
2572 * configure: Regenerated.
2573
2574 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
2575
2576 * COPYING.NEWLIB: Add spu license.
2577 * COPYING.LIBGLOSS: Ditto.
2578
2579 2006-10-17 Brooks Moses <bmoses@stanford.edu>
2580
2581 * Makefile.def: Added pdf target handling.
2582 * Makefile.tpl: Added pdf target handling.
2583 * Makefile.in: Regenerated.
2584
2585 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
2586
2587 * COPYING.NEWLIB: Updated.
2588 * COPYING.LIBGLOSS: Ditto.
2589
2590 2006-09-27 Dave Brolley <brolley@redhat.com>
2591
2592 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2593 $s instead of $r.
2594 * configure: Regenerated.
2595
2596 2006-09-26 Ben Elliston <bje@au.ibm.com>
2597
2598 * config.sub, config.guess: Update from upstream sources.
2599
2600 2006-09-20 Thiemo Seufer <ths@mips.com>
2601
2602 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2603 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2604 * configure: Regenerate.
2605
2606 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
2607
2608 * configure.in: Never build newlib for a Mingw host.
2609 Never build newlib as Mingw target library.
2610 Test the existence of winsup/cygwin for building a Cygwin newlib,
2611 rather than just winsup.
2612 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2613 building a Mingw target.
2614 * configure: Regenerate.
2615
2616 2006-08-15 Thiemo Seufer <ths@mips.com>
2617 Nigel Stephens <nigel@mips.com>
2618 David Ung <davidu@mips.com>
2619
2620 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
2621
2622 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
2623
2624 Sync from GCC:
2625 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2626
2627 PR bootstrap/18058
2628 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2629 if the bootstrap compiler is a GCC version that supports it.
2630 * configure: Regenerate.
2631
2632 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2633
2634 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2635 * configure: Regenerated.
2636
2637 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
2638
2639 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2640 for stages after the first.
2641
2642 2006-07-17 Jakub Jelinek <jakub@redhat.com>
2643
2644 * Makefile.def: Add dependencies for configure-opcodes
2645 on configure-intl and all-opcodes on all-intl.
2646 * Makefile.in: Regenerated.
2647
2648 2006-07-04 Peter O'Gorman <peter@pogma.com>
2649
2650 * ltconfig: chmod 644 before ranlib during install.
2651
2652 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
2653
2654 * configure.in: Fix thinkos in previous check-in.
2655 * configure: Regenerate.
2656
2657 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
2658
2659 Sync from gcc:
2660
2661 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
2662
2663 PR other/27063
2664 * configure.in: Test subdir_requires and give an appropriate
2665 error message.
2666 * configure: Regenerate.
2667
2668 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2669
2670 PR target/27540
2671 * configure.in: Only enable libgomp on IRIX 6.
2672 * configure: Regenerate.
2673
2674 2006-06-20 David Ayers <d.ayers@inode.at>
2675
2676 PR bootstrap/28072
2677 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2678 whether target-libjava is being configured instead of whether the
2679 java front end is enabled.
2680 * configure: Regenerate.
2681
2682 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
2683
2684 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
2685 to R_ARM_LDC_SB_G{0,1,2} respectively.
2686
2687 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
2688
2689 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2690 too.
2691 * Makefile.in: Regenerate.
2692
2693 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2694
2695 Sync from gcc:
2696
2697 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2698 * configure.in: Don't enable libgomp on hpux10.
2699 * configure: Rebuilt.
2700
2701 2006-06-13 David Ayers <d.ayers@inode.at>
2702
2703 Sync from gcc:
2704
2705 2006-06-12 David Ayers <d.ayers@inode.at>
2706
2707 PR bootstrap/27963
2708 PR target/19970
2709 * configure.in: Remove target-boehm-gc from noconfigdirs where
2710 ${libgcj} is specified.
2711 * configure: Regenerate.
2712
2713 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
2714
2715 Sync from gcc:
2716
2717 2005-01-12 David Edelsohn <edelsohn@gnu.org>
2718 Andreas Schwab <schwab@suse.de>
2719
2720 PR bootstrap/18033
2721 * config-ml.in: Eval option if surrounded by single quotes.
2722
2723 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
2724
2725 Sync from gcc:
2726
2727 2006-06-06 David Ayers <d.ayers@inode.at>
2728
2729 PR libobjc/13946
2730 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2731 * Makefile.in: Regenerate.
2732 * configure.in: Add --enable-objc-gc at toplevel and have it
2733 enable boehm-gc for Objective-C.
2734 Remove target-boehm-gc from libgcj.
2735 Add target-boehm-gc to target_libraries.
2736 Add target-boehm-gc to noconfigdirs where ${libgcj}
2737 is specified.
2738 Assert that boehm-gc is supported when requested for Objective-C.
2739 Only build boehm-gc if needed either for Java or Objective-C.
2740 * configure: Regenerate.
2741
2742 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
2743
2744 PR 27674
2745 * Makefile.tpl (configure-[+prefix+][+module+],
2746 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2747 Remove rule to unstage bootstrapped modules.
2748 (stage_current): New.
2749 * Makefile.in: Regenerate.
2750
2751 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2752 Andreas Tobler <a.tobler@schweiz.ch>
2753
2754 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2755 * configure: Rebuilt.
2756
2757 Revert
2758 2006-01-31 Richard Guenther <rguenther@suse.de>
2759 Paolo Bonzini <bonzini@gnu.org>
2760
2761 * Makefile.def (target_modules): Add libgcc-math target module.
2762 * configure.in (target_libraries): Add libgcc-math target library.
2763 (--enable-libgcc-math): New configure switch.
2764 * Makefile.in: Re-generate.
2765 * configure: Re-generate.
2766
2767 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
2768
2769 * config-ml.in: Alter CCASFLAGS to include special
2770 multilib options the same as is done for CFLAGS.
2771
2772 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2773
2774 * Makefile.def: Added dependencies from sim and gdb on intl, and
2775 added configure dependencies to everything with an all dependency
2776 on intl.
2777 * gettext.m4: Removed.
2778 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
2779 (GDB_SUPPORT_DIRS): Add intl.
2780 * Makefile.in: Regenerated.
2781
2782 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
2783
2784 * src-release (DEVO_SUPPORT): Add config.rpath.
2785
2786 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
2787
2788 * Makefile.def (bfd, opcodes): Fix lib_path.
2789 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2790 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2791 * Makefile.in: Regenerate.
2792
2793 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2794
2795 * configure.in: Enable gprof for cross builds.
2796 * configure: Regenerate.
2797
2798 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2799
2800 * src-release (MAKEINFOFLAGS): Define.
2801 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
2802
2803 2006-05-14 Ben Elliston <bje@au.ibm.com>
2804
2805 * config.sub, config.guess: Update from upstream sources.
2806
2807 2006-05-12 Ben Elliston <bje@au.ibm.com>
2808
2809 * config.sub, config.guess: Update from upstream sources.
2810
2811 2006-05-04 Steve Ellcey <sje@cup.hp.com>
2812
2813 * blt, iwidgets, mmalloc: Remove directories.
2814
2815 2006-05-01 DJ Delorie <dj@redhat.com>
2816
2817 * configure.in: Restore CFLAGS if GMP isn't present.
2818 * configure: Regenerate.
2819
2820 2006-04-18 DJ Delorie <dj@redhat.com>
2821
2822 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2823 reference libgloss so that libssp can be built in a combined
2824 tree.
2825 * configure: Regenerate.
2826
2827 2006-04-10 Ben Elliston <bje@au.ibm.com>
2828
2829 * contrib: Remove directory.
2830
2831 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
2832
2833 * Makefile.tpl: Add install-html target.
2834 * Makefile.def: Add install-html target.
2835 * Makefile.in: Regenerate.
2836 * configure.in: Add --with-datarootdir, --with-docdir,
2837 and --with-htmldir options.
2838 * configure: Regenerate.
2839
2840 2006-03-31 Ben Elliston <bje@au.ibm.com>
2841
2842 PR binutils/1860
2843 * configure.in: Require makeinfo 4.4 or higher.
2844 * configure: Regenerate.
2845
2846 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
2847
2848 * Makefile.in: Regenerate.
2849
2850 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
2851
2852 Sync with gcc:
2853 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
2854
2855 * configure.in: Handle --disable-<component> generically.
2856 * configure: Regenerate.
2857
2858 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
2859
2860 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2861 (TARGET_CONFIGDIRS): Remove.
2862 * configure.in: Remove AC_SUBST(target_configdirs).
2863 * Makefile.in, configure: Regenerated.
2864
2865
2866 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2867
2868 PR libgcj/17311
2869 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2870
2871 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
2872
2873 PR bootstrap/25670
2874
2875 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2876
2877 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2878 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2879 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2880 BUILD_PREFIX, BUILD_PREFIX_1.
2881 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2882
2883 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2884 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2885
2886 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2887 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2888 of `cat stage_current`. Always provide the `r' and `s' variables.
2889 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2890 a single shell execution.
2891 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2892 bootstrapped modules, make the stage1 module if the build was not
2893 started yet, else build the current stage.
2894 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2895 (all-build, all-host, all-target, [+make_target+]-host,
2896 [+make_target+]-target): Do not use \-continued lines.
2897 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2898 (current_stage, restrap, stage_last): New.
2899
2900 * Makefile.in: Regenerate.
2901 * configure: Regenerate.
2902
2903 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
2904
2905 Sync from gcc:
2906
2907 2006-01-31 Richard Guenther <rguenther@suse.de>
2908 Paolo Bonzini <bonzini@gnu.org>
2909
2910 * Makefile.def (target_modules): Add libgcc-math target module.
2911 * configure.in (target_libraries): Add libgcc-math target library.
2912 (--enable-libgcc-math): New configure switch.
2913 * Makefile.in: Re-generate.
2914 * configure: Re-generate.
2915 * libgcc-math: New toplevel directory.
2916
2917 2006-01-18 Richard Henderson <rth@redhat.com>
2918 Jakub Jelinek <jakub@redhat.com>
2919 Diego Novillo <dnovillo@redhat.com>
2920
2921 * libgomp: New directory.
2922 * Makefile.def: Add target_module libgomp.
2923 * Makefile.in: Regenerate.
2924 * configure.in (target_libraries): Add target-libgomp.
2925 * configure: Regenerate.
2926
2927 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
2928 Andreas Schwab <schwab@suse.de>
2929
2930 * configure: Regenerate.
2931
2932 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
2933
2934 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2935 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2936 the assembler, linker and binutils.
2937 * configure: Regenerate.
2938
2939 2006-01-16 Nick Clifton <nickc@redhat.com>
2940
2941 * config.sub, config.guess: Sync from config repository.
2942
2943 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
2944
2945 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2946 @ from continuation.
2947 * Makefile.in: Rebuilt.
2948
2949 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
2950
2951 Sync from gcc:
2952
2953 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
2954
2955 PR bootstrap/24252
2956
2957 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2958 * Makefile.tpl (OBJDUMP): New.
2959 (EXTRA_HOST_FLAGS): Add it.
2960 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2961
2962 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2963 to use symbolic links between directories. Avoid race conditions
2964 or make them harmless.
2965 * configure.in: Do not try to use symbolic links between directories.
2966
2967 * Makefile.def (LEAN): Pass.
2968 * Makefile.tpl (LEAN): Define.
2969 (stage[+id+]-start): Accept that the previous directory does not
2970 exist, if the bootstrap is lean.
2971 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2972 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2973 configure substitution.
2974 ([+compare-target+]): Likewise.
2975 ([+bootstrap-target+]-lean): New.
2976 * configure.in: Remove lean bootstrap support from here.
2977
2978 * Makefile.in: Regenerate.
2979 * configure: Regenerate.
2980
2981 2006-01-02 Andreas Schwab <schwab@suse.de>
2982
2983 * configure.in: When reconfiguring remove Makefile in
2984 all stage directories.
2985 * configure: Regenerate.
2986
2987 2005-12-27 Leif Ekblad <leif@rdos.net>
2988
2989 * configure.in: Add support for RDOS target.
2990 * configure: Regenerate.
2991
2992 2005-12-27 Nick Clifton <nickc@redhat.com>
2993
2994 PR binutils/1990
2995 * libtool.m4: Synchronize with version in GCC sources.
2996
2997 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
2998
2999 Revert Ada-related part of the previous change.
3000
3001 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3002 Do not pass.
3003 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3004 * Makefile.in: Regenerate.
3005 * configure.in: Do not include mt-ppc-aix target fragment.
3006 * configure: Regenerate.
3007
3008 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
3009
3010 * configure.in: Select appropriate fragments for PowerPC/AIX.
3011 * configure: Regenerate.
3012
3013 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3014 BOOT_CFLAGS, BOOT_LDFLAGS.
3015 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3016 BOOT_CFLAGS, BOOT_LDFLAGS.
3017 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3018 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3019 (stage): Fail if we cannot complete the work.
3020 * Makefile.in: Regenerate.
3021
3022 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3023
3024 * COPYING.NEWLIB: Update copyright year for default
3025 copyright.
3026
3027 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
3028
3029 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3030 install-host-nogcc): Don't invoke $(stage) at the end.
3031 * Makefile.in: Regenerate.
3032
3033 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
3034
3035 * configure.in: Flip the top-level bootstrap switch.
3036 * configure: Regenerate.
3037
3038 Merge from gcc:
3039
3040 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3041
3042 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3043 $(stage) and $(unstage).
3044 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3045 (all): Remove stray semicolon.
3046 (local-distclean): Don't handle multilib.tmp and multilib.out.
3047 (install.all): Set $s for consistency.
3048 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3049 check_multilibs setting. Always make the install directory.
3050 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3051 Correct @if/@endif.
3052 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3053 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3054 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3055 (multilib.out): Remove.
3056 * Makefile.in: Regenerated.
3057
3058 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3059
3060 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3061 * configure.in: Replace ms1 arch with mt.
3062 * configure: Rebuilt.
3063
3064 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3065
3066 Sync with gcc:
3067
3068 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3069
3070 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3071 * configure.in: Replace ms1 arch with mt.
3072 * configure: Rebuilt.
3073
3074 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3075
3076 Sync with gcc:
3077
3078 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3079
3080 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3081 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3082 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3083 Find in-tree tools if available.
3084 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3085 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3086 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3087 (COMPILER_*_FOR_TARGET): New.
3088 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3089 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3090 (CONFIGURED_*, USUAL_*): Remove.
3091 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3092 STRIP): Use autoconf substitutions.
3093 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3094 COMPILER_NM_FOR_TARGET): New.
3095 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3096
3097 (all): Make all-host and all-target in parallel.
3098 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3099 that $$r and $$s are set before invoking a recursive make.
3100 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3101 ([+bootstrap-target+]): Inline most of the `all' target.
3102
3103 2005-11-29 Ben Elliston <bje@au.ibm.com>
3104
3105 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3106 from the gcc build directory.
3107 * Makefile.in: Regenerate.
3108
3109 2005-11-29 Ben Elliston <bje@au.ibm.com>
3110
3111 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3112 depend on all-libdecnumber.
3113 * configure.in (host_libs): Include libdecnumber.
3114 * Makefile.in: Regenerate.
3115 * configure: Likewise.
3116
3117 2005-11-21 Kean Johnston <jkj@sco.com>
3118
3119 * config.sub, config.guess: Sync from upstream sources.
3120
3121 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3122
3123 * Makefile.def: Remove gdb dependencies for gdbtk.
3124 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3125 (configure-gdb, install-gdb): New rules.
3126 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3127 * Makefile.in, configure: Regenerated.
3128
3129 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
3130
3131 PR bootstrap/24297
3132 * Makefile.tpl (do-[+make-target+], do-check, install,
3133 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3134 are set before recursing.
3135 * Makefile.in: Regenerate.
3136
3137 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3138
3139 PR bootstrap/18939
3140 * Makefile.def (gcc) <target>: Fix thinko.
3141 * Makefile.in: Regenerate.
3142
3143 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3144
3145 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3146 * configure: Regenerate.
3147
3148 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
3149
3150 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3151 target-libffi, target-qthreads, target-libjava, and
3152 targetlibobjc.
3153 * configure: Regenerate.
3154
3155 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3156
3157 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3158 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3159 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3160 (USUAL_OBJDUMP_FOR_TARGET): New.
3161 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3162 * configure.in: Check for $OBJDUMP_FOR_TARGET.
3163 * configure, Makefile.in: Regenerated.
3164
3165 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
3166
3167 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3168 before other host packages.
3169
3170 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
3171
3172 PR bootstrap/22340
3173
3174 * configure.in (default_target): Remove.
3175 * Makefile.tpl (all): Do not use prerequisites as subroutines
3176 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3177 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3178 use prerequisites as subroutines.
3179 (check-host, check-target): New.
3180 (bootstrap configure & all targets): Do not use stage*-start
3181 if the directory layout is already ok.
3182 (non-bootstrap configure & all targets): Prepend a $(unstage).
3183 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3184 (NOTPARALLEL): Remove.
3185 (unstage, stage variables): New variables.
3186 (unstage, stage targets): Simply expand to those variables.
3187
3188 * configure: Regenerate.
3189 * Makefile.in: Regenerate.
3190
3191 2005-10-04 James E Wilson <wilson@specifix.com>
3192
3193 * Makefile.def (lang_env_dependencies): Add libmudflap.
3194 * Makefile.in: Regenerate.
3195
3196 2005-10-03 Catherine Moore <clm@cm00re.com>
3197
3198 * configure.in (bfin-*-*): Support bfin.
3199 * configure: Regenerated.
3200
3201 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3202
3203 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3204 * configure: Regenerated.
3205
3206 2005-09-28 Geoffrey Keating <geoffk@apple.com>
3207
3208 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3209 (LIPO_FOR_TARGET): New.
3210 (CONFIGURED_LIPO_FOR_TARGET): New.
3211 (USUAL_LIPO_FOR_TARGET): New.
3212 (STRIP_FOR_TARGET): New.
3213 (CONFIGURED_STRIP_FOR_TARGET): New.
3214 (USUAL_STRIP_FOR_TARGET): New.
3215 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3216 STRIP_FOR_TARGET.
3217 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3218 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3219 * Makefile.in: Regenerate.
3220 * configure: Regenerate.
3221
3222 2005-09-19 David Edelsohn <edelsohn@gnu.org>
3223
3224 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3225 (rs6000-*-aix*): Same.
3226 * configure: Regenerate.
3227
3228 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3229
3230 * configure.in: Recognize f95 in the --enable-languages option,
3231 and substitute it for fortran, issuing a warning.
3232 * configure: Regenerate.
3233
3234 2005-09-07 Ben Elliston <bje@au.ibm.com>
3235
3236 Import from Autoconf sources:
3237
3238 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3239 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3240 Elliston. Handle weird characters correctly.
3241
3242 2005-08-30 Phil Edwards <phil@codesourcery.com>
3243
3244 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3245 * configure: Regenerated.
3246
3247 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3248
3249 * Makefile.def (libssp): Add to lang_env_dependencies.
3250 * Makefile.in: Regenerate.
3251
3252 2005-08-17 Christian Groessler <chris@groessler.org>
3253
3254 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3255 * Makefile.in: Regenerate.
3256
3257 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
3258
3259 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3260 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3261 Look for alternate names of the target cc and c++
3262 * configure: Regenerate.
3263
3264 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
3265
3266 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3267 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3268 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3269 tools; remove code to manually set them.
3270 (Target tools): Look in the environment for them.
3271 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3272 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3273 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3274 build directory.
3275 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3276 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3277 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3278 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3279 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3280 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3281 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3282 * configure: Regenerate.
3283 * Makefile.in: Regenerate.
3284
3285 2005-07-27 Mark Mitchell <mark@codesourcery.com>
3286
3287 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3288 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3289 * Makefile.in: Regenerated.
3290
3291 2005-07-26 Mark Mitchell <mark@codesourcery.com>
3292
3293 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3294 (CFLAGS_FOR_TARGET): Use it.
3295 (CXXFLAGS_FOR_TARGET): Likewise.
3296 * Makefile.in: Regenerated.
3297 * configure.in (--with-build-sysroot): New option.
3298 * configure: Regenerated.
3299
3300 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
3301
3302 * Makefile.tpl: Wrap install between unstage and stage
3303 * Makefile.in: Regenerate.
3304
3305 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3306
3307 * all files: Update FSF address.
3308
3309 2005-07-14 Jim Blandy <jimb@redhat.com>
3310
3311 * configure.in: Add cases for Renesas m32c.
3312 * configure: Regenerated.
3313
3314 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3315
3316 * COPYING, compile, config-ml.in, config.guess,
3317 config.sub, install-sh, missing, mkinstalldirs,
3318 symlink-tree, ylwrap: Sync from upstream sources.
3319
3320 2005-07-13 Eric Christopher <echristo@redhat.com>
3321
3322 * configure.in: Add toplevel noconfigdir support for tpf.
3323 * configure: Regenerate.
3324
3325 2005-07-11 Jakub Jelinek <jakub@redhat.com>
3326
3327 * Makefile.def (target_modules): Add libssp.
3328 * configure.in (target_libraries): Add target-libssp.
3329 * configure: Rebuilt.
3330 * Makefile.in: Rebuilt.
3331
3332 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
3333
3334 PR ada/22340
3335
3336 * Makefile.def: Sync with gcc.
3337 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3338 * Makefile.in: Regenerate.
3339
3340 2005-07-07 Andreas Schwab <schwab@suse.de>
3341
3342 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3343 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3344 * Makefile.in: Regenerated.
3345
3346 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
3347
3348 * configure.in: Add --enable-libssp and --disable-libssp.
3349 * configure: Regenerate with autoconf-2.13.
3350
3351 2005-07-06 Geoffrey Keating <geoffk@apple.com>
3352
3353 * configure.in: Don't build sim or rda when targetting darwin.
3354 * configure: Regenerate.
3355
3356 2005-07-04 Ben Elliston <bje@gnu.org>
3357
3358 * src-release (do-proto-toplev): Remove dejagnu bits.
3359 (DEJAGNU_SUPPORT_DIRS): Remove.
3360 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3361 (GDBD_SUPPORT_DIRS): Likewise.
3362 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3363 (INSIGHTD_SUPPORT_DIRS): Likewise.
3364 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3365
3366 2005-06-30 Ben Elliston <bje@gnu.org>
3367
3368 * setup.com (mpw): Remove unused directive.
3369
3370 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
3371
3372 * Makefile.def (stagefeedback): Come after profile.
3373 Define profiledbootstrap target.
3374 * Makefile.tpl (profiledbootstrap): Remove.
3375 (stageprofile-end): Zap stagefeedback.
3376 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3377 * Makefile.in: Regenerate.
3378
3379 2005-06-13 Zack Weinberg <zack@codesourcery.com>
3380
3381 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3382 In 'cpp' stanza, support '#line' as well as '# '.
3383
3384 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
3385
3386 * configure.in (unsupported_languages): New macro.
3387 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3388 non-ported target libraries in noconfigdirs.
3389 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3390 non-linux-gnu. Remove libgcj_ex_libffi.
3391 <lang_frag loop>: Set add_this_lang=no if the language is in
3392 unsupported_languages.
3393 * configure: Regenerate.
3394
3395 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3396
3397 * configure.in: Fix typo in handling of --with-mpfr-dir.
3398 * configure: Regenerate.
3399
3400 2005-06-02 Jim Blandy <jimb@redhat.com>
3401
3402 * config.sub: Add cases for the Renesas m32c. (This patch has been
3403 accepted into the master sources.)
3404
3405 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
3406 Michael Snyder <msnyder@redhat.com>
3407 Stan Cox <scox@redhat.com>
3408
3409 * configure.in: Set noconfigdirs for ms1.
3410
3411 * configure: Regenerate.
3412
3413 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
3414
3415 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3416 (Dependencies): Consider target modules for bootstrap dependencies.
3417 Make target bootstrap modules depend on each stage's gcc.
3418 * Makefile.in: Regenerate.
3419
3420 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
3421
3422 * Makefile.def (configure-gcc): Depend on binutils having been built.
3423 (all-gcc): No need to do it here.
3424 * Makefile.in: Regenerate.
3425
3426 2005-05-19 Paul Brook <paul@codesourcery.com>
3427
3428 * configure.in: Rewrite misleading error message when requested
3429 language cannot be built.
3430 * configure: Regenerate.
3431
3432 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3433
3434 * ylwrap: Import from Automake 1.9.5.
3435
3436 2005-05-04 Mike Stump <mrs@apple.com>
3437
3438 * configure.in: Always pass --target to target configures as
3439 otherwise rebuilds that do --recheck will fail.
3440 * configure: Rebuilt.
3441
3442 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
3443
3444 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3445 STAGE_HOST_EXPORTS.
3446 (configure, all): Add bootstrap support.
3447 (Host modules, target modules): Pass post-stage1 flags and exports.
3448 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3449 * Makefile.in: Regenerate.
3450
3451 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
3452
3453 Sync from gcc:
3454
3455 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3456
3457 * config.sub: Update from master copy.
3458
3459 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
3460
3461 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3462 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3463 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3464 "*-*-elf" and "*-*-linux*".
3465 * configure: Regenerate.
3466
3467 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
3468
3469 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3470 (TARGET_CONFIGARGS): Include --with-target-subdir.
3471 (configure, all): New macros. Use them throughout.
3472
3473 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
3474
3475 * Makefile.tpl: Sync with gcc.
3476 * Makefile.in: Regenerate.
3477
3478 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3479
3480 * config/mh-mingw32: Delete.
3481 * configure.in: Don't use it.
3482 * configure: Regenerate.
3483
3484 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
3485
3486 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3487 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3488 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3489 (HOST_LIB_PATH): Generate from Makefile.def.
3490 (TARGET_LIB_PATH): Likewise.
3491 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3492 * Makefile.in: Regenerate.
3493 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3494 (RPATH_ENVVAR): Include Darwin case.
3495 * configure: Regenerate.
3496
3497 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
3498
3499 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3500 * configure: Regenerate.
3501
3502 2005-03-21 Zack Weinberg <zack@codesourcery.com>
3503
3504 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3505 gcc_version, and gcc_version_trigger from set of flags to pass.
3506 * Makefile.tpl: Remove definitions of above variables.
3507 (config.status): Remove dependency on $(gcc_version_trigger).
3508 * Makefile.in: Regenerate.
3509 * configure.in: Do not reference config/gcc-version.m4 nor
3510 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3511 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3512 * configure: Regenerate.
3513
3514 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3515 Andrew Pinski <pinskia@physics.uc.edu>
3516
3517 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3518 * Makefile.in: Regenerate.
3519
3520 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
3521
3522 PR libgcj/20160
3523 * ltmain.sh: Avoid creating archives with components that have
3524 duplicate basenames.
3525
3526 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3527
3528 PR bootstrap/20250
3529 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3530 instead of check.
3531 * Makefile.in: Regenerate.
3532
3533 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3534
3535 Sync from gcc.
3536
3537 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3538
3539 PR bootstrap/17383
3540 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3541 * Makefile.tpl (HOST_SUBDIR): New substitution.
3542 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3543 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3544 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3545 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3546 (Host modules, Bootstrapped modules): Use it.
3547 (Build modules, Target modules): Do not create symlink trees,
3548 always configure out-of-srcdir.
3549 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3550 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3551 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3552 $(HOST_SUBDIR). Create a symlink for host_subdir.
3553
3554 * Makefile.in: Regenerate.
3555 * configure: Regenerate.
3556
3557 Merged from libada-gnattools-branch:
3558 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3559
3560 * Makefile.def: Add gnattools as a module, depending on target-libada.
3561 * Makefile.in: Regenerate.
3562 * configure.in: Include gnattools in host_tools; disable it if ada
3563 is disabled.
3564 * configure: Regenerate.
3565
3566 2005-02-23 Nick Clifton <nickc@redhat.com>
3567
3568 * configure: Regenerate.
3569
3570 2005-02-22 Paul Schlie <schlie@comcast.net>
3571
3572 * configure.in: Allow darwin targeted ports to build tk, itcl and
3573 libgui.
3574
3575 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3576
3577 PR libgcj/10353
3578 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3579 * configure: Regenerate.
3580
3581 2005-02-08 Andrew Cagney <cagney@gnu.org>
3582
3583 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3584 gdb/ section. Update GDB's URL.
3585
3586 2005-01-31 Andrew Cagney <cagney@gnu.org>
3587
3588 * gettext.m4: Only set ENABLE_NLS when gettext is present.
3589
3590 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
3591
3592 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3593 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3594 target-libgloss when not *-*-elf and *-*-aout.
3595 * configure: Regenerate.
3596
3597 2005-01-27 Andrew Cagney <cagney@gnu.org>
3598
3599 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3600
3601 2005-01-24 Andrew Cagney <cagney@gnu.org>
3602
3603 * gettext.m4: Only fall back to ../intl/ when it's present.
3604
3605 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3606
3607 * install-sh, config.sub: Import from upstream.
3608
3609 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3610
3611 PR bootstrap/18222
3612 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3613 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3614 * Makefile.in: Regenerate.
3615
3616 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
3617
3618 Revert 2004-12-28 Makefile changes, a better fix will be
3619 applied to mainline and src after GCC 4.0 branches.
3620
3621 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
3622
3623 PR bootstrap/17383
3624
3625 * Makefile.def (target_modules): Remove stage parameter,
3626 it is always true now.
3627 * Makefile.tpl (configure-build-[+module+],
3628 configure-target-[+module+]): Always build symlink tree
3629 for the directory and for include. BUILD_SUBDIR and
3630 TARGET_SUBDIR cannot be . anymore.
3631 * Makefile.in: Regenerate.
3632
3633 2004-12-25 David Edelsohn <edelsohn@gnu.org>
3634
3635 Revert 2004-12-08 Makefile changes.
3636
3637 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3638
3639 * configure.in (sh64-*-*): Reenable gprof.
3640 * configure: Regenerate.
3641
3642 2004-12-09 Jim Blandy <jimb@redhat.com>
3643
3644 * MAINTAINERS: List 'depcomp' as part of automake.
3645
3646 2004-12-08 David Edelsohn <edelsohn@gnu.org>
3647
3648 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3649 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3650 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3651 * Makefile.in: Regenerate.
3652
3653 2004-12-07 Matt Kraai <kraai@ftbfs.org>
3654
3655 * Makefile.tpl: Generate normal dependencies if the LHS module is
3656 not bootstrapped.
3657 * Makefile.in: Regenerate.
3658
3659 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
3660
3661 * configure.in: Include config/gxx-include-dir.m4. Use
3662 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
3663 * configure: Regenerate.
3664
3665 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
3666
3667 * config.if: Delete.
3668 * configure.in: Set libstdcxx_incdir directly.
3669 * configure: Regenerate.
3670 * MAINTAINERS: Remove mention of config.if.
3671 * src-release (DEVO_SUPPORT): Remove config.if.
3672
3673 2004-12-02 Eric Christopher <echristo@redhat.com>
3674
3675 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
3676 of things to remove.
3677 * Makefile.in: Regenerate.
3678
3679 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
3680
3681 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3682 * configure: Regenerate.
3683
3684 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
3685
3686 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
3687 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
3688 * configure: Regenerate.
3689
3690 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3691
3692 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3693 (hppa*64*-*-*): Delete incorrect comment.
3694 * configure: Rebuilt.
3695
3696 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3697
3698 * install-sh, compile: Import from automake.
3699
3700 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3701
3702 * config.guess, config.sub: Import from savannnah.
3703
3704 2004-11-12 Mike Stump <mrs@apple.com>
3705
3706 * Makefile.def: Add html support.
3707 * Makefile.tpl: Likewise.
3708 * Makefile.in: Regenerate.
3709
3710 2004-11-11 Geoffrey Keating <geoffk@apple.com>
3711
3712 PR 18423
3713 * configure.in: Remove all instances of build-fixincludes from
3714 noconfigdirs.
3715 (build_configargs): Supply --target to subdirectories.
3716 * configure: Regenerate.
3717
3718 * Makefile.def: Make gcc install depend on fixincludes install.
3719 * Makefile.in: Regenerate.
3720
3721 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
3722
3723 * configure.in (noconfigdirs) [mmix-*-*]: Disable
3724 target-libgfortran.
3725 * configure: Regenerate.
3726
3727 2004-11-07 David Edelsohn <edelsohn@gnu.org>
3728
3729 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3730 like CC.
3731
3732 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
3733
3734 * Makefile.def (host fixincludes): Specify missing targets.
3735 * Makefile.in: Regenerate.
3736
3737 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
3738
3739 PR other/17783
3740 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3741 * configure: Regenerated.
3742
3743 2004-11-04 Daniel Jacobowitz <dan@debian.org>
3744
3745 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3746 * configure: Regenerated.
3747
3748 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
3749
3750 PR target/18151
3751 * configure.in (case ${target}): Do not build fixincludes for avr.
3752 * configure: Regenerated.
3753
3754 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
3755
3756 * configure.in (case ${target}): Do not build fixincludes
3757 on platforms where it is not used.
3758 * configure: Regenerated.
3759
3760 2004-10-23 Daniel Jacobowitz <dan@debian.org>
3761
3762 * configure.in: Use an absolute path to install-sh.
3763 * configure: Regenerated.
3764
3765 2004-10-19 Andrew Cagney <cagney@gnu.org>
3766
3767 * src-release (do-djunpack, do-md5sum): Install the generated file
3768 directly into the proto-toplev/ directory.
3769
3770 2004-10-19 Andrew Cagney <cagney@gnu.org>
3771
3772 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
3773
3774 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
3775
3776 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3777 * configure: Regenerate.
3778
3779 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
3780
3781 Fix wrong conflict resolution in:
3782
3783 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3784
3785 * Makefile.in: Regenerate.
3786 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3787 in the recursive `make', instead of hardwiring `all'.
3788 (Autogenerated TARGET-* variables): New.
3789
3790 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3791
3792 Merged from GCC / libtool upstream:
3793 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
3794 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3795 * ltcf-cxx.sh (tpf*): Likewise.
3796 * ltconfig (tpf*): Add TPF OS configuration support.
3797
3798 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
3799
3800 * configure.in: Enable target-libgloss for crx-*-*.
3801 * configure: Regenerate.
3802
3803 2004-09-24 Michael Roth <mroth@nessie.de>
3804
3805 * configure.in (--without-headers): Add missing double quotes.
3806 * configure: Regenerate.
3807
3808 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
3809
3810 * ylwrap: Revert to previous version.
3811
3812 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
3813
3814 PR bootstrap/17369
3815 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3816 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3817 SET_GCC_LIB_PATH_CMD.
3818 (BASE_TARGET_EXPORTS): Likewise.
3819 * Makefile.in: Regenerated.
3820
3821 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3822 * configure: Regenerated.
3823
3824 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
3825
3826 * config.guess: New upstream version
3827 * compile, depcomp, install-sh, ylwrap: Likewise.
3828
3829 2004-09-19 Roger Sayle <roger@eyesopen.com>
3830
3831 * config/mh-x86omitfp: New host makefile fragment. Add
3832 -fomit-frame-pointer to the default BOOT_CFLAGS.
3833 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3834 * configure: Regenerate.
3835
3836 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
3837
3838 PR target/11572
3839 * configure.in (*-*-darwin*): Renable libobjc.
3840 * configure: Regenerate.
3841
3842 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
3843
3844 * Makefile.def: Remove libbanshee.
3845 * Makefile.tpl: Ditto.
3846 * configure.in: Ditto.
3847 * Makefile.in: Regen.
3848 * configure: Ditto.
3849
3850 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
3851
3852 * missing: Import latest version from master repository.
3853
3854 2004-09-04 Nick Clifton <nickc@redhat.com>
3855
3856 * config.sub: Import latest version from master repository.
3857 * config.guess: Likewise.
3858 This includes these changes:
3859
3860 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
3861
3862 * config.sub: Handle crisv32, alias etraxfs.
3863 * config.guess (crisv32:Linux:*:*): Handle.
3864
3865 2004-08-13 Brad Smith <brad@comstyle.com>
3866
3867 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3868 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3869
3870 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
3871
3872 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3873 assume the processor is a powerpc. This is because coreutils
3874 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3875 in this case, due to a MacOS X bug that causes
3876 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3877 to return a negative number.
3878 Problem reported by Petter Reinholdtsen in:
3879 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3880
3881 2004-07-19 Ben Elliston <bje@gnu.org>
3882
3883 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3884
3885 2004-06-24 Ben Elliston <bje@gnu.org>
3886
3887 * config.guess: Update copyright years.
3888 * config.sub: Likewise.
3889
3890 2004-06-22 Robert Millan <robertmh@gnu.org>
3891
3892 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3893 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3894
3895 2004-06-22 Stanley F. Quayle <stan@stanq.com>
3896
3897 * config.guess (*:*VMS:*:*): New entry. Replaces
3898 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3899 manufacturer.
3900
3901 2004-06-22 Ben Elliston <bje@gnu.org>
3902
3903 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3904 * config.sub: Likewise.
3905
3906 2004-06-22 Ben Elliston <bje@gnu.org>
3907
3908 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3909 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3910
3911 2004-06-11 Ben Elliston <bje@gnu.org>
3912
3913 * config.guess (pegasos:OpenBSD:*:*): Remove.
3914
3915 2004-06-11 Ben Elliston <bje@gnu.org>
3916
3917 From Wouter Verhelst <wouter@grep.be>:
3918 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3919
3920 2004-06-11 Ben Elliston <bje@gnu.org>
3921
3922 * config.guess (luna88k:OpenBSD:*:*): New.
3923
3924 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3925
3926 * config.guess (m32r*:Linux:*:*): New case.
3927 * config.sub: Handle m32rle.
3928
3929 2004-03-12 Ben Elliston <bje@wasabisystems.com>
3930
3931 From Jens Petersen <petersen@redhat.com>:
3932 * config.sub: Handle sparcv8.
3933
3934 2004-03-03 Ben Elliston <bje@wasabisystems.com>
3935
3936 From Tom Smith <smith@cag.lkg.hp.com>:
3937 * config.guess: Version suffixes are equally significant on Tru64
3938 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
3939 prefix of "P" (patched kernel).
3940
3941 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
3942
3943 * config.sub: Add support for National Semiconductor CRX target.
3944
3945 2004-09-03 Jan Beulich <jbeulich@novell.com>
3946
3947 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3948 *-*-netware, but add target-libmudflap.
3949 Consolidate *-*-netware targets (of which really only i?86 exists)
3950 into a single entry.
3951 * configure: Likewise.
3952
3953 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
3954
3955 * Makefile.tpl (sorry): Remove.
3956 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3957 (cleanstrap targets): Depend on distclean, not distclean-stage1.
3958 (do-clean): Clean per-stage directories too.
3959 (do-distclean): Run distclean-stage1 too.
3960 (.NOTPARALLEL): Enable during toplevel bootstrap.
3961 (stage[+id+]-bubble): Enable parallel execution during
3962 the recursive invocation.
3963 * Makefile.in: Regenerate.
3964
3965 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
3966
3967 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
3968
3969 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3970 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3971 * configure: regenerate
3972 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3973 -mdynamic-no-pic
3974
3975 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
3976
3977 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3978 include.
3979 * configure.in: Fix indentation.
3980 * configure: Regenerate.
3981
3982 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
3983
3984 * Makefile.def (build_modules): Add fixincludes.
3985 (dependencies): Make gcc depend on fixincludes.
3986 * configure.in (build_tools): Add fixincludes.
3987 (build_configdirs): Always include build_libs.
3988 * Makefile.in: Regenerate.
3989 * configure: Regenerate.
3990
3991 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
3992
3993 * Makefile.def (bootstrap stages): Add 'lean' parameter.
3994 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3995 phony targets; do not generate timestamp files.
3996 (distclean-stageN): Remove references to their timestamp files.
3997 (restageN, touch-stageN): Remove.
3998 (stageN-bubble): Rewritten.
3999 (compare): Support lean bootstraps.
4000 * Makefile.in: Regenerate.
4001
4002 * configure.in: Only warn when bootstrapping but
4003 build != host or build != target. Support lean bootstraps.
4004 * configure: Regenerate.
4005
4006 Sync from gcc:
4007 2004-08-26 Phil Edwards <phil@codesourcery.com>
4008
4009 * configure.in: Give a better error message if GMP/MPFR are missing
4010 and a language needing them has been requested.
4011 * configure: Regenerated.
4012
4013 2004-08-25 Phil Edwards <phil@codesourcery.com>
4014
4015 * configure.in: Print a list of available language front-ends if
4016 a requested one is missing. Tidy stray tab characters.
4017 * configure: Regenerated.
4018
4019 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
4020
4021 * Makefile.in: Regenerate.
4022 * configure: Regenerate.
4023
4024 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4025 stage_*_flags.
4026 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4027 for bootstrapped modules if toplevel bootstrap is going.
4028 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4029 modules. Adjust for changes in Makefile.def. Enable several
4030 rules even in non-bootstrap mode, just to avoid peppering the
4031 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4032 (stage-[+prev+]-bubble): Remove.
4033
4034 * Makefile.def (Dependencies): Depend on all-build-bison,
4035 all-build-flex, all-build-byacc, all-build-texinfo, rather
4036 than the host variations.
4037 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4038 with BUILD_SUBDIR.
4039 (BISON): Update for recent Bisons.
4040 (YACC): Fix typo.
4041 (cross): Depend on all-build.
4042 (all): Do not depend on all-build.
4043 (prebootstrap): Remove.
4044 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4045 (Prebootstrap dependencies): Add them to the per-stage targets
4046 and to all-prebootstrap.
4047 * configure.in (build_configdirs): Always enable build_tools.
4048 (BUILD_DIR_PREFIX): Remove.
4049
4050 * Makefile.def (gcc): Add target variable.
4051 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4052 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4053 in the recursive `make', instead of hardwiring `all'.
4054 (Autogenerated TARGET-* variables): New.
4055
4056 2004-08-17 Robert Millan <robertmh@gnu.org>
4057
4058 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4059 (instead of FreeBSD).
4060 * configure: Regenerate.
4061
4062 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4063
4064 * Makefile.def, configure.in, src-release: Remove useless, bogus
4065 references to tix.
4066 * Makefile.in, configure: Regenerate.
4067
4068 * src-release: Stop distributing mmalloc with gdb (which doesn't
4069 use it).
4070 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4071 * Makefile.in: Regenerate.
4072
4073 2004-08-09 Mark Mitchell <mark@codesourcery.com>
4074
4075 * configure.in (arm*-*-eabi*): New target.
4076 * configure: Regenerate.
4077
4078 2004-08-01 Robert Millan <robertmh@gnu.org>
4079
4080 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4081 libmudflap for all GNU-based systems (with Glibc).
4082 * configure: Regenerate.
4083
4084 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
4085
4086 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4087 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4088 (Dependencies): New section.
4089 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4090 (configure-target-[+module+]): Depend on maybe-all-gcc
4091 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4092 (toplevel profiledbootstrap): Fix dependencies.
4093 * Makefile.in: Regenerate.
4094
4095 2004-08-03 Mark Mitchell <mark@codesourcery.com>
4096
4097 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4098 target-libiberty to noconfigdirs.
4099
4100 2004-08-03 Paul Brook <paul@codesourcery.com>
4101
4102 * configure.in: Check for MPFR as well as GMP.
4103 * configure: Regenerate.
4104
4105 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4106
4107 * Makefile.def (host-modules): Add gcc.
4108 * Makefile.in: Regenerate.
4109 * Makefile.tpl (sorry): New rule.
4110 (configure-host, all-host, [+make_target+]-host, do-check,
4111 install-host): Do not add gcc as a special case.
4112 (host modules): Add a small special-casing for gcc. Export
4113 extra_make_flags through the environment.
4114 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4115 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4116 other recursive targets for gcc): Remove.
4117
4118 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4119 (stage, unstage): New rules.
4120 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4121 distclean-stage[+id+]): Use stage_current.
4122 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4123 the stage*-start rules.
4124
4125 2004-07-19 Robert Millan <robertmh@gnu.org>
4126
4127 Synced from gcc:
4128
4129 2004-04-26 Robert Millan <robertmh@gnu.org>
4130
4131 Add patches from libtool CVS.
4132 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4133 * ltconfig: Likewise.
4134 * ltcf-c.sh: Likewise.
4135 * ltcf-cxx.sh: Likewise.
4136 * ltcf-gcj.sh: Likewise.
4137
4138 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
4139
4140 * configure.in: Add noconfigdirs for crx-*-*.
4141 * configure: Regenerate.
4142
4143 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
4144
4145 Synced from gcc:
4146
4147 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4148
4149 * configure.in: Build libmudflap by default on FreeBSD.
4150 * configure: Regenerated.
4151
4152 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4153
4154 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4155 systems.
4156 * configure: Regenerated.
4157
4158 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4159
4160 PR target/16344
4161 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4162 feedback based compiler.
4163 * Makefile.in: Rebuilt.
4164
4165 2004-07-05 Phil Edwards <phil@codesourcery.com>
4166
4167 * configure.in: Do not prepend $srcdir to /dev/null in
4168 makefile fragments.
4169 * configure: Regenerate.
4170
4171 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
4172
4173 * Makefile.def (host_modules): Set bootstrap=true for flex.
4174 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4175 * Makefile.in: Rebuilt.
4176
4177 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
4178
4179 * Makefile.def (build_modules): Add bison, byacc, flex,
4180 m4, texinfo.
4181 (flags_to_pass): Add FLEX.
4182 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4183 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4184 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4185 DEFAULT_MAKEINFO): Remove.
4186 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4187 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4188 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4189 objdir or else use configured tool.
4190 (all-build): New.
4191 (all): Depend on it.
4192 (Build module dependencies): Add.
4193 * Makefile.in: Regenerate.
4194 * configure.in: Better support for multiple build modules,
4195 matching what is done for host/target modules. Do not look
4196 for "plausible" locations of build tools if Canadian cross.
4197 Use autoconf's AC_PROG_CC to find a C compiler. Define
4198 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4199 * configure: Regenerate.
4200
4201 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
4202
4203 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4204 * Makefile.in: Regenerate.
4205
4206 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
4207
4208 * Makefile.tpl (configure-build-[+module+],
4209 configure-[+module+], configure-target-[+module+]): Pass
4210 [+extra_configure_args+].
4211 (all-build-[+module+], all-[+module+], check-[+module+],
4212 install-[+module+], [+make_target+]-[+module+],
4213 all-target-[+module+], check-target-[+module+],
4214 install-target-[+module+], [+make_target+]-target-[+module+]):
4215 Pass [+extra_make_args+].
4216 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4217 (GCC_HOST_EXPORTS): Remove.
4218 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4219 cross, check-gcc, check-gcc-c++, install-gcc,
4220 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4221 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4222 * Makefile.in: Regenerate.
4223
4224 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4225
4226 * configure.in: Check for srcdir/winsup rather than build directory
4227 winsup.
4228 * configure: Regenerate.
4229
4230 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
4231
4232 * configure.in: Don't build Cygwin native newlib if winsup
4233 directory is missing. Emit warning instead.
4234 * configure: Regenerate.
4235
4236 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
4237
4238 * Makefile.tpl (touch-stage[+id+]): New.
4239 (restage[+prev+]): Depend on touch-stage[+id+].
4240
4241 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4242 Use it throughout.
4243
4244 * Makefile.def: Add profile and feedback bootstrap stages.
4245 Remove next field from bootstrap stages.
4246 * Makefile.tpl (LN, LN_S): Substitute.
4247 (stageN-start, stageN-end): Use double-colon rules, to
4248 provide a hook for additional setup commands.
4249 (distclean-stageN-gcc, restageN): Create dependencies from
4250 [+prev+], not from [+next+].
4251 (stageN-bubble): Add commands for successive stages from
4252 [+prev+], using double-colon rules.
4253 (all-stageN-gcc): Fix typo.
4254 (stagefeedback-start, profiledbootstrap): New.
4255 * Makefile.in: Regenerate.
4256 * configure.in: Call ACX_PROG_LN.
4257 * configure: Regenerate.
4258
4259 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
4260
4261 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4262 without gcc.
4263 * configure: Regenerate.
4264
4265 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4266
4267 * Makefile.tpl: Fix typo.
4268 * Makefile.in: Regenerate.
4269
4270 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4271
4272 * configure.in: Remove new- prefix from toplevel
4273 bootstrap targets.
4274 * configure: Regenerate.
4275
4276 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4277
4278 Merge this patch from the gcc tree:
4279
4280 2004-05-30 Andreas Jaeger <aj@suse.de>
4281 Jim Wilson <wilson@specifixinc.com>
4282
4283 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4284 like CC.
4285
4286 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4287
4288 * Makefile.tpl (all.normal): Rename to all.
4289 (all): Replace with a rule to pick the default
4290 target from configure.
4291 (all-gcc, configure-gcc): Use conditionals to
4292 do nothing when toplevel bootstrap is going on.
4293 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4294 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4295 * configure.in: Support --enable-bootstrap.
4296
4297 * Makefile.def: Remove new- prefix from toplevel
4298 bootstrap targets.
4299 * Makefile.tpl: Likewise.
4300
4301 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4302 target.
4303
4304 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4305 $(RECURSE_FLAGS) to recursive invocation of make.
4306
4307 * Makefile.in: Regenerate.
4308 * configure: Regenerate.
4309
4310 2004-05-27 Daniel Jacobowitz <dan@debian.org>
4311
4312 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4313 * configure: Regenerate.
4314
4315 2004-05-25 Daniel Jacobowitz <drow@false.org>
4316
4317 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4318 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4319 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4320 targets.
4321 * Makefile.in: Regenerate.
4322
4323 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
4324
4325 * configure.in: Test the ability to symlink directories.
4326 * configure: Regenerate.
4327
4328 * Makefile.def (bootstrap-stage): New definitions.
4329 * Makefile.tpl (configure-stage1-gcc,
4330 configure-stage2-gcc, configure-stage3-gcc,
4331 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4332 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4333 new-restage3, compare): Autogenerate, see Makefile.in
4334 entry for behavioral changes.
4335 (distclean-stage1, new-stage1-start, new-stage1-end,
4336 new-stage1-bubble, distclean-stage2, new-stage2-start,
4337 new-stage2-end, new-stage2-bubble, distclean-stage3,
4338 new-stage3-start, new-stage3-end): New autogenerated targets.
4339 (objext, prebootstrap, BOOT_CFLAGS,
4340 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4341 targets.
4342
4343 * Makefile.in: Regenerate.
4344 (distclean-stage1, new-stage1-start, new-stage1-end,
4345 new-stage1-bubble, distclean-stage2, new-stage2-start,
4346 new-stage2-end, new-stage2-bubble, distclean-stage3,
4347 new-stage3-start, new-stage3-end): New targets.
4348 (all-stage1-gcc): Move prebootstrap dependency from here...
4349 (configure-stage1-gcc): ...to here.
4350 (new-bootstrap): Use bubble targets.
4351 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4352 Use per-stage distclean targets.
4353 (configure-stage1-gcc, configure-stage2-gcc,
4354 configure-stage3-gcc, all-stage1-gcc,
4355 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4356 Use new-stageN-start to prepare the tree.
4357
4358 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
4359
4360 * Makefile.def (host_modules): add libcpp.
4361 * Makefile.tpl: Add dependencies on and for libcpp.
4362 * Makefile.in: Regenerate.
4363 * configure.in: Add libcpp host module.
4364 * configure: Regenerate.
4365
4366 2004-05-17 Zack Weinberg <zack@codesourcery.com>
4367
4368 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4369 of libf2c.
4370 * configure, Makefile.in: Regenerate.
4371
4372 2004-05-13 Diego Novillo <dnovillo@redhat.com>
4373
4374 Merge from tree-ssa-20020619-branch.
4375
4376 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4377 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4378 (HOST_GMPLIBS): Define.
4379 (HOST_GMPINC): Define.
4380 (TARGET_LIB_PATH): Add libmudflap.
4381 (GFORTRAN_FOR_TARGET): Define.
4382 (configure-build*): Export GFORTRAN.
4383 (configure-gcc): Export GMPLIBS and GMPINC.
4384 (all-gcc): Add maybe-all-libbanshee.
4385 (configure-target-libgfortran): Define.
4386 * Makefile.in: Regenerate.
4387 * configure.in (host_libs): Add libbanshee.
4388 (target_libraries): Add target-libmudflap and target-libgfortran.
4389 Add --with-libbanshee.
4390 Handle --disable-libmudflap.
4391 (*-*-freebsd*): Use with_gmp.
4392 Add $(libgcj) to noconfigdirs.
4393 * configure: Regenerate.
4394 * depcomp: New file.
4395 * MAINTAINERS: Add tree-ssa maintainers.
4396
4397 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
4398
4399 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4400 * configure: Regenerate.
4401
4402 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
4403
4404 Revert:
4405 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4406
4407 * Makefile.def (flags_to_pass): Remove *dir variables that
4408 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4409 as well as prefix and exec_prefix.
4410 * Makefile.in: Regenerate.
4411
4412 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4413
4414 * Makefile.def (host_modules): Mark with the bootstrap
4415 flag packages on which gcc depends.
4416 * Makefile.tpl (all-bootstrap): Use it.
4417 * Makefile.in: Regenerate.
4418
4419 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4420
4421 * Makefile.def (flags_to_pass): Remove *dir variables that
4422 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4423 as well as prefix and exec_prefix.
4424 * Makefile.in: Regenerate.
4425
4426 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4427
4428 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4429 * configure: Regenerate.
4430 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4431 * gcc/Makefile.tpl (compare): Use the result of the test.
4432 * gcc/Makefile.in: Regenerate.
4433
4434 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
4435
4436 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4437 Always relocate gcc and prev-gcc to the original names, even
4438 if the build fails.
4439 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4440 New targets.
4441
4442 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4443
4444 * configure.in (mips*-*-irix5*): Enable ld.
4445 * configure: Regenerate.
4446
4447 2004-04-15 James E Wilson <wilson@specifixinc.com>
4448
4449 * Makefile.tpl (configure-[+module+], configure-gcc,
4450 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4451 Set and export LDFLAGS.
4452 * Makefile.in: Regenerate.
4453
4454 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4455
4456 PR bootstrap/14871
4457 * Makefile.tpl: If we don't have built-in-tree target tools,
4458 use the ones found by configure rather than hacking around with
4459 program_transform_name.
4460 * configure.in: Give Makefile.tpl the information necessary
4461 to do that.
4462 * Makefile.in: Regenerate.
4463 * configure: Regenerate.
4464
4465 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
4466
4467 PR bootstrap/14760
4468 * configure.in: When computing baseargs, strip *all* copies of
4469 offending options. Also, don't match/substitute the trailing space,
4470 so that this actually works when two similar options are separated by
4471 only one space.
4472 * configure: Regenerate.
4473
4474 2004-04-06 David Edelsohn <edelsohn@gnu.org>
4475
4476 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4477 (rs6000-*-aix*): Same.
4478 * configure: Regenerate.
4479
4480 2004-03-25 Stan Shebs <shebs@apple.com>
4481
4482 Remove MPW support, no longer used.
4483 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4484 mpw-install: Remove files.
4485 * src-release (DEVO_SUPPORT): Remove names of removed files.
4486 * MAINTAINERS: Likewise.
4487
4488 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
4489
4490 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4491 STRICT_WARN, WARN_CFLAGS flags passed down to make.
4492 * Makefile.in: Regenerate.
4493
4494 * configure.in (top level bootstrap support): Rework --enable-werror
4495 to set @stage2_werror_flag@.
4496 * configure: Regenerate.
4497 * Makefile.tpl (top level bootstrap support): Pass
4498 @stage2_werror_flag@ down to configure in stages 2 and 3.
4499 * Makefile.in: Regenerate.
4500
4501 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
4502
4503 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4504 for stages 2 and 3 as well as in make. As a consequence, remove
4505 OUTPUT_OPTION (now detected by configure) from the flags passed down
4506 to make.
4507 * Makefile.in: Regenerate.
4508
4509 * Makefile.tpl (new-bootstrap): Fix typo.
4510 * Makefile.in: Regenerate.
4511
4512 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
4513
4514 * Makefile.tpl: Rearrange by moving recursive_targets rules
4515 into their proper sections.
4516 * Makefile.tpl (top level bootstrap support): Move disabling
4517 of coverage flags from 'make' to 'configure'; improve comments.
4518 * Makefile.in: Regenerate.
4519
4520 * Makefile.tpl (experimental top level bootstrap) Move stage1
4521 language setting from all- target to configure- target; disable
4522 intermodule optimization in stage 1; prevent gratuitous rebuilds
4523 of stage 1.
4524 * Makefile.in: Regenerate.
4525 * configure.in: Comma-separate stage 1 language list for top
4526 level bootstrap.
4527 * configure: Regenerate.
4528
4529 * Makefile.tpl: Clean up experimental top level bootstrap support:
4530 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4531 prev-gcc in configure- targets as well as all- targets.
4532 * Makefile.in: Regenerate.
4533
4534 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
4535
4536 * configure.in: Remove symbolic link section.
4537 * configure: Regenerate.
4538 * Makefile.tpl (links): Remove.
4539 * Makefile.in: Regenerate.
4540
4541 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
4542 Nathanael Nerode <neroden@gcc.gnu.org>
4543
4544 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4545 Set with AC_CHECK_PROGS.
4546 * configure.in: Fix comment typo from last patch.
4547 * configure: Regenerate.
4548
4549 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
4550
4551 * Makefile.tpl: Introduce experimental top level bootstrap support.
4552 * Makefile.in: Regenerate.
4553 * configure.in: Introduce support for top level bootstrap.
4554 * configure: Regenerate.
4555
4556 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
4557 Paolo Bonzini <bonzini@gnu.org>
4558
4559 PR bootstrap/14522
4560 * configure.in: Cope with shells that do not support unquoted ^
4561 * configure: Regenerate.
4562
4563 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
4564 Paolo Bonzini <bonzini@gnu.org>
4565
4566 PR bootstrap/14522
4567 * configure.in: Cope with shell that do not support nesting
4568 quotes inside quoted backquote substitutions.
4569 * configure: Regenerate.
4570
4571 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
4572
4573 PR bootstrap/14522
4574 * configure.in: Fix escaping of $.
4575 * configure: Regenerate.
4576
4577 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
4578
4579 * configure: Regenerate.
4580
4581 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
4582
4583 PR ada/14131
4584 Move language detection to the top level.
4585 * configure.in: Find default values for the tools as
4586 soon as possible. Disable ada if GNAT is not found.
4587 Emit error message about missing languages. Expand
4588 --enable-languages=all for the gcc subdirectory.
4589
4590 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
4591
4592 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4593 and disable libgcj.
4594 * configure: Regenerated.
4595
4596 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4597
4598 PR bootstrap/7087
4599 * Makefile.tpl: Guard XFOO sed statements better.
4600 * Makefile.tpl: Add dependency for configure-target-libada.
4601 * Makefile.in: Regenerate (incidentally fixes broken
4602 commit when libada-branch was merged).
4603
4604 2004-02-28 Andrew Cagney <cagney@redhat.com>
4605
4606 * src-release (CVS_NAMES): Define.
4607 (do-tar, do-tar): Prune $(CVS_NAMES).
4608
4609 2004-02-23 Andrew Cagney <cagney@redhat.com>
4610
4611 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
4612 2004-02-19.09.
4613
4614 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
4615
4616 PR bootstrap/11932
4617 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4618
4619 2004-02-19 Andrew Cagney <cagney@redhat.com>
4620
4621 * config.guess: Update from version 2003-06-12 to 2004-02-16.
4622 * config.sub: Update from version 2003-06-13 to 2004-02-16.
4623
4624 2004-02-11 David Edelsohn <edelsohn@gnu.org>
4625
4626 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4627 (rs6000-*-aix*): Same.
4628 * configure: Regenerate.
4629
4630 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
4631
4632 * configure.in (host): Add in missing $noconfigdirs to defines.
4633 * configure: Regenerate.
4634
4635 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
4636 Nathanael Nerode <neroden@gcc.gnu.org>
4637
4638 PR ada/6637, PR ada/5911
4639 Merge with libada-branch:
4640 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4641 with appropriate dependencies. Add --enable-libada configure switch.
4642 * configure, Makefile.in: Regenerate.
4643
4644 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4645
4646 * configure.in: Don't pass --with-stabs on IRIX 5 either.
4647 * configure: Regenerate.
4648
4649 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4650
4651 * COPYING.NEWLIB: Update Red Hat license to 2004.
4652
4653 2004-01-23 DJ Delorie <dj@redhat.com>
4654
4655 * Makefile.def (target_modules) [libiberty]: Don't stage.
4656 * Makefile.in: Rebuilt.
4657
4658 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
4659
4660 * COPYING.NEWLIB: Update to include copyrights for new
4661 iconv code.
4662
4663 2004-01-15 Andrew Cagney <cagney@redhat.com>
4664
4665 * src-release: Update copyright year.
4666 (do-proto-toplev): Configure using i686-pc-linux-gnu.
4667 (NEWLIB_SUPPORT_DIRS): Delete macro.
4668 (newlib.tar.bz2): Delete rule.
4669
4670 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
4671
4672 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4673 * Makefile.tpl (configure-target-[+module+]): Support stage.
4674 * Makefile.in: Rebuilt.
4675
4676 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4677
4678 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
4679 throughout.
4680
4681 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
4682
4683 * configure.in: Use ./config.cache, not config.cache.
4684 * configure: Regenerate.
4685 * Makefile.tpl: Special-casing not needed for GCC any more.
4686 * Makefile.in: Regenerate.
4687
4688 * configure.in: Don't share a cache file for host dirs.
4689 * configure: Regenerate.
4690
4691 * config-ml.in: Don't mess with the cache file.
4692
4693 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
4694
4695 * Makefile.tpl: Make GCC use a separate config.cache.
4696 * Makefile.in: Regenerate.
4697
4698 PR bootstrap/11932, PR bootstrap/11933
4699 (I don't know if it will fix either of them, but it relates
4700 to them.)
4701 * configure.in: Don't use shared config.cache for target
4702 directories.
4703 * configure: Regenerate.
4704
4705 2003-12-31 Roger Sayle <roger@eyesopen.com>
4706
4707 * configure.in (ia64*-*-hpux*): Disable building java libraries.
4708 * configure: Regenerated.
4709
4710 2003-12-21 Bernardo Innocenti <bernie@develer.com>
4711
4712 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
4713 * configure: Regenerated.
4714
4715 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
4716
4717 Port change over from GCC:
4718 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
4719 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
4720 (configure-build-[+module+], configure-[+module+]): Likewise.
4721 (configure-target-[+module+], configure-gcc, config.status): Likewise.
4722 * Makefile.in: Regenerate.
4723
4724 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
4725
4726 * configure.in (raw_libstdcxx_flags): Remove the leading space.
4727 * configure: Regenerate.
4728
4729 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
4730
4731 * COPYING.NEWLIB: Add license info for long long routines added to
4732 stdlib.
4733
4734 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
4735
4736 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
4737 * Makefile.in: Regenerate.
4738
4739 2003-10-20 Phil Edwards <phil@codesourcery.com>
4740
4741 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
4742 * configure: Regenerate.
4743
4744 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
4745
4746 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
4747 HOST_FLAGS_TO_PASS.
4748 * Makefile.in: Regenerate.
4749
4750 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
4751
4752 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
4753 * configure: Rebuilt
4754 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
4755 * Makefile.in: Rebuilt
4756
4757 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
4758
4759 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
4760
4761 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
4762
4763 * config-ml.in: Use ac_configure_args directly instead of
4764 ml_arguments. Only set ml_norecursion if --no[-]recursion is
4765 actually seen.
4766
4767 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
4768
4769 * config-ml.in: Propagate INSTALL variables.
4770
4771 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
4772
4773 * configure.in: Pass a computed --program-transform-name
4774 to subconfigures.
4775 * configure: Regenerated.
4776
4777 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4778
4779 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
4780 * Makefile.in: Regenerate.
4781
4782 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
4783 * Makefile.in: Regenerate.
4784
4785 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
4786
4787 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
4788 quoting.
4789 * configure: Regenerated.
4790
4791 2003-09-12 Michael Chastain <mec@shout.net>
4792
4793 Fix PR gdb/857.
4794 * src-release (do-proto-topleve): Remove junk files
4795 intl/config.cache, intl/config.status,
4796 intl/config.h, intl/stamp-h.
4797
4798 2003-09-14 Andrew Cagney <cagney@redhat.com>
4799
4800 * src-release (dejagnu.tar): New target.
4801 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
4802 (do-djunpack): Use $(PACKAGE) for the package name.
4803
4804 2003-09-04 DJ Delorie <dj@redhat.com>
4805
4806 * configure: Regenerate.
4807
4808 2003-09-04 Robert Millan <robertmh@gnu.org>
4809
4810 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
4811
4812 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4813
4814 * configure.in: Ensure arguments to sed are properly spaced.
4815 * configure: Regenerate.
4816
4817 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
4818
4819 Merge from gcc:
4820 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
4821 * install-sh: Update to newer upstream versions (associated with
4822 aclocal 1.7).
4823 * missing: Likewise, plus $1Help2man -> $1 typo fix.
4824
4825 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
4826
4827 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
4828 * configure: Regenerated.
4829
4830 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
4831
4832 * configure.in: Use newline instead of semicolon when assuming
4833 shell arguments in a for loop.
4834 * configure: Regenerated.
4835
4836 2003-08-20 Geoffrey Keating <geoffk@apple.com>
4837
4838 PR 8180
4839 * configure.in: When testing with_libs and with_headers, treat
4840 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
4841 * configure: Regenerate.
4842
4843 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
4844 make, shell, etc.
4845 (baseargs): Likewise.
4846 * configure: Regenerate.
4847
4848 2003-08-19 Geoffrey Keating <geoffk@apple.com>
4849
4850 * configure.in: Disable libgcj for darwin not on powerpc.
4851 * configure: Rebuild.
4852
4853 2003-08-15 Michael Chastain <mec@shout.net>
4854
4855 * src-release (do-proto-toplev): Remove junk files
4856 dejagnu/example/calc/config.status,
4857 dejagnu/example/calc/config.log.
4858
4859 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
4860
4861 * config-ml.in, symlink-tree: Add license.
4862
4863 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
4864
4865 Merge from gcc:
4866
4867 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
4868 * Makefile.tpl (check, check-c++): Express dependencies using
4869 dependencies rather than commands.
4870 * Makefile.in: Regenerate.
4871
4872 2003-07-31 Geoffrey Keating <geoffk@apple.com>
4873 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
4874 * Makefile.in: Update.
4875
4876 2003-08-01 Andrew Cagney <cagney@redhat.com>
4877
4878 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
4879 * configure: Ditto.
4880
4881 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
4882
4883 * configure.in: Enable libgcj for darwin.
4884 * configure: Rebuild.
4885
4886 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
4887
4888 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
4889
4890 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
4891
4892 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
4893 creating target and build subdirs to build all parent dirs as needed.
4894 * Makefile.in: Rebuild.
4895 * configure.in: Don't build dirs explicitly here.
4896 * configure: Rebuild.
4897
4898 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
4899
4900 * Makefile.tpl (all-make): Depend on intl.
4901 * Makefile.in: Rebuilt.
4902
4903 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
4904
4905 * config.if: Remove unused libc_interface determination.
4906
4907 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
4908
4909 * Makefile.in: Regenerate, correctly this time.
4910
4911 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
4912
4913 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
4914 unused INSTALL_PROGRAM_ARGS.
4915 * configure.in: Use AC_PROG_INSTALL.
4916 * Makefile.in: Regenerate.
4917 * configure: Regenerate.
4918
4919 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
4920
4921 * configure: Rebuilt.
4922 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
4923 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
4924 newlib nor libgloss.
4925 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
4926 * configure.in (am33_2.0-*-linux*): Added.
4927
4928 2003-07-09 Bob Wilson <bob.wilson@acm.org>
4929
4930 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
4931 * configure: Regenerate.
4932
4933 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
4934
4935 * config-ml.in: Replace PWD with PWD_COMMAND.
4936 * Makefile.tpl: Likewise.
4937 * Makefile.in: Regenerated.
4938
4939 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
4940
4941 * configure.in: Clean up config-lang.in handling. Delete
4942 useless assignment to "subdirs".
4943 * configure: Regenerate.
4944
4945 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
4946
4947 * configure.in: Rename 'target_libs' to 'target_libraries'.
4948 Remove useless reference to 'target_libs'.
4949 * configure: Regenerate.
4950
4951 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
4952
4953 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
4954 * Makefile.in: Regenerate.
4955
4956 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
4957
4958 * Makefile.def: Introduce flags_to_pass.
4959 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
4960 * Makefile.in: Regenerate.
4961
4962 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
4963
4964 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
4965 and target-libgloss.
4966 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
4967 <h8300*-*-*>: Disable libf2c and ${libgcj}.
4968 * configure: Regenerate.
4969
4970 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
4971
4972 * configure.in: Update testsuite_flags to new location.
4973 * configure. Regenerate.
4974
4975 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
4976
4977 * Makefile.tpl: Remove BUILD_CC stuff.
4978 * Makefile.in: Regenerate.
4979
4980 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
4981
4982 * config.guess: Update to 2003-06-12 version.
4983 * config.sub: Update to 2003-06-13 version.
4984
4985 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4986
4987 * MAINTAINERS: Add myself as MIPS co-maintainer.
4988
4989 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
4990
4991 * config.guess: Update to 2003-06-06 version.
4992 * config.sub: Update to 2003-06-06 version.
4993
4994 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4995
4996 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
4997 * configure. Regenerate.
4998
4999 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5000
5001 * configure.in: Disable serial configure by default.
5002 * configure: Regenerate.
5003 * Makefile.tpl: Abolish .NOTPARALLEL.
5004 * Makefile.in: Regenerate.
5005
5006 * Makefile.tpl: Replace {build,host,target}_canonical by
5007 {build,host,target}.
5008 * Makefile.in: Regenerate.
5009
5010 * Makefile.tpl: Fix stupid pasto.
5011 * Makefile.in: Regenerate.
5012
5013 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5014
5015 * Makefile.tpl: Remove bogus conditional.
5016 * Makefile.in: Regenerate.
5017
5018 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5019
5020 * Makefile.tpl: Make 'recursive targets' using autogen rather
5021 than shell loop. Remove duplicate 'clean' targets and false
5022 comments.
5023 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5024 Add systematic method of specifying missing targets in subdirs.
5025 Add copyright boilerplate.
5026 * Makefile.in: Regenerate.
5027 * configure.in: Add 'recursive targets' to maybe list.
5028 * configure: Regenerate.
5029
5030 * Makefile.tpl: Rename [+target+] to [+make_target+].
5031 * Makefile.def: Rename 'target' to 'make_target'.
5032
5033 2003-05-30 Nick Clifton <nickc@redhat.com>
5034
5035 * README-maintainer-mode: Update URL for locating blessed config
5036 tools.
5037
5038 2003-05-29 Robert Millan <rmh@debian.org>
5039
5040 * ltconfig: Import this patch and modify for use with current
5041 version of ltconfig:
5042
5043 2003-05-21 Bruno Haible <bruno@clisp.org>
5044
5045 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5046 GNU/FreeBSD.
5047
5048 2003-05-28 DJ Delorie <dj@redhat.com>
5049
5050 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5051 * Makefile.in: Regenerate.
5052
5053 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5054
5055 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
5056
5057 2003-05-21 DJ Delorie <dj@redhat.com>
5058
5059 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5060 newlib or libgloss.
5061 * Makefile.in: Regenerate.
5062
5063 2003-05-21 DJ Delorie <dj@redhat.com>
5064
5065 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5066 * Makefile.in: Regenerate.
5067
5068 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5069
5070 * configure.in: Use curly braces in the definition of tooldir.
5071 * configure: Regenerate.
5072
5073 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5074
5075 * configure.in: Switch more things to use maybe dependencies.
5076 * Makefile.tpl: Switch more things to use maybe dependencies.
5077 Factor out common code from autogen IF statements.
5078 * configure: Regenerate.
5079 * Makefile.in: Regenerate.
5080
5081 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5082
5083 * configure.in: Accept i[3456789]86 for machine type.
5084 * configure: Regenerate.
5085
5086 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5087
5088 * configure.in: Switch more things to use maybe dependencies.
5089 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5090 * configure: Regenerate.
5091 * Makefile.tpl: Switch more things to use maybe dependencies.
5092 * Makefile.in: Regenerate.
5093
5094 2003-05-16 Andreas Schwab <schwab@suse.de>
5095
5096 * Makefile.tpl (install-opcodes): Define.
5097 * Makefile.in: Rebuild.
5098
5099 2003-05-13 Andreas Jaeger <aj@suse.de>
5100
5101 * config.guess: Update to 2003-05-09 version.
5102 * config.sub: Update to 2003-05-09 version.
5103
5104 2003-05-13 Michael Eager <eager@mvista.com>
5105
5106 * configure.in: Correct sed script so that options in quotes are not
5107 deleted.
5108 * configure: Rebuild.
5109
5110 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
5111
5112 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5113 and $$s/newlib/libc/sys/cygwin32 include paths.
5114 * configure: Ditto.
5115
5116 2003-05-05 H.J. Lu <hjl@gnu.org>
5117
5118 * config-ml.in: Restored from gcc repository.
5119
5120 2003-05-02 Chris Demetriou <cgd@broadcom.com>
5121
5122 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5123 * Makefile.in: Regenerate.
5124
5125 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
5126
5127 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5128 and Makefile.def.
5129
5130 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
5131
5132 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5133 * Makefile.in: Regenerated.
5134
5135 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5136
5137 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5138 * Makefile.in: Regenerate.
5139
5140 2003-04-18 Jakub Jelinek <jakub@redhat.com>
5141
5142 * configure.in (powerpc64*-*-linux*): Remove.
5143 * configure: Rebuilt.
5144
5145 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
5146
5147 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5148 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5149 and restrap.
5150 * Makefile.in: Regenerate.
5151
5152 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
5153
5154 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5155 * configure: Regenerated.
5156
5157 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5158
5159 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5160 * */configure: Rebuilt.
5161
5162 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5163
5164 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5165 * Makefile.in: Regenerate.
5166
5167 2003-03-14 Michael Chastain <mec@shout.net>
5168
5169 * Makefile.in: Regenerate with correct Makefile.def.
5170
5171 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5172
5173 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5174 Make macro.
5175 * Makefile.in: Regenerate.
5176 * configure.in: Clean up gxx_include_dir logic.
5177 * configure: Regenerate.
5178
5179 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5180
5181 * configure.in (gxx_include_dir): Fix typo.
5182 * configure: Regenerated.
5183
5184 2003-03-06 Andrew Cagney <cagney@redhat.com>
5185
5186 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5187
5188 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
5189
5190 * configure.in: Include $(build_tooldir)/sys-include in
5191 FLAGS_FOR_TARGET.
5192 * configure: Regenerated.
5193
5194 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5195
5196 * Makefile.tpl: Reindent.
5197 * Makefile.in: Regenerate.
5198 * configure.in: Reindent. Don't set unused variables.
5199 * configure: Regenerate.
5200
5201 * Makefile.tpl: Always pass down RANLIB.
5202 * Makefile.in: Regenerate.
5203
5204 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5205 * Makefile.in: Regenerate.
5206 * configure.in: Remove unused logic relating to --enable-shared
5207 and --enable-threads. Remove bogus comments. Remove redundant
5208 noconfigdirs.
5209 * configure: Regenerate.
5210
5211 * configure.in: Replace ${libstdcxx_version} by its value.
5212 Remove reference to mh-dgux.
5213 * configure: Regenerate.
5214
5215 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5216
5217 * Makefile.tpl: Rearrange.
5218 * Makefile.in: Regenerate.
5219
5220 2003-02-25 Nick Clifton <nickc@redhat.com>
5221
5222 * configure: Remove site-file supprot - it is obsolete.
5223
5224 2003-02-24 Uwe Stieber <uwe@wwws.de>
5225
5226 * configure.in: Add support for kaOS as cross build target system.
5227 * configure: Regenerated.
5228
5229 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
5230
5231 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5232 configure-target-* as some target builds may require additional
5233 flags for preprocessor tests.
5234 * Makefile.in: Regenerated.
5235
5236 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
5237
5238 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5239 * ltconfig: Handle it.
5240 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5241 auto-detecting it.
5242
5243 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
5244
5245 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5246 it is used as argument to $CC.
5247 * ltcf-gcj.sh: Likewise.
5248
5249 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
5250
5251 * configure.in: Introduce --enable-maintainer-mode.
5252 * configure: Rebuilt.
5253 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5254 for maintainer mode.
5255 * Makefile.in: Rebuilt.
5256
5257 2003-02-19 Andrew Cagney <ac131313@redhat.com>
5258
5259 * configure: Regenerate using autoconf 2.13.
5260
5261 2003-02-19 Alan Modra <amodra@bigpond.net.au>
5262
5263 * config.guess: Import latest version.
5264 * config.sub: Import latest version.
5265
5266 2003-02-18 Jason Merrill <jason@redhat.com>
5267
5268 * Makefile.tpl (check-c++): Allow parallelism.
5269
5270 2003-02-17 Andrew Cagney <ac131313@redhat.com>
5271
5272 * configure: Regenerate using autoconf 000227.
5273
5274 2003-02-15 Geoffrey Keating <geoffk@apple.com>
5275
5276 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5277 don't configure target-libobjc.
5278 * configure: Regenerate.
5279
5280 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5281
5282 * Makefile.tpl (RANLIB): Define.
5283 * Makefile.in: Regenerate.
5284
5285 2003-02-06 Keith R Seitz <keiths@redhat.com>
5286
5287 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5288 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5289 * Makefile.in: Regenerated.
5290 * configure.in: Remove all traces of snavigator, db, and grep.
5291 * configure: Regenerated.
5292
5293 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
5294
5295 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5296 * Makefile.in: Regenerated.
5297
5298 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
5299
5300 * config.if: Copy from GCC.
5301
5302 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
5303
5304 * configure.in: Revert 24Jan change.
5305 * configure: Regenerate.
5306
5307 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5308
5309 * configure.in: Revert previous change.
5310 * configure: Regenerate.
5311
5312 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5313
5314 * configure.in: Make rda native-only.
5315 * configure: Regenerate.
5316
5317 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5318
5319 * configure.in: Add missing \.
5320 * configure: Rebuilt.
5321
5322 2003-01-17 Jakub Jelinek <jakub@redhat.com>
5323
5324 * configure.in (baseargs): Avoid using \| in sed regular
5325 expressions.
5326 * configure: Rebuilt.
5327
5328 2003-01-16 Jakub Jelinek <jakub@redhat.com>
5329
5330 * configure.in (baseargs): Remove all supported forms of
5331 --cache-file, --srcdir, --host, --build and --target options
5332 from argument lists.
5333 * configure: Rebuilt.
5334
5335 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
5336
5337 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5338 * configure: Rebuilt.
5339
5340 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5341
5342 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5343 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5344 * Makefile.in: Regenerate.
5345 * configure: Regenerate.
5346
5347 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5348
5349 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5350 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5351 * Makefile.in: Regenerate.
5352
5353 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
5354
5355 * configure.in: Remove Makefile in build, host and target modules
5356 unless configure was run with --no-recursion.
5357 * configure: Rebuilt.
5358
5359 2003-01-08 Chris Demetriou <cgd@broadcom.com>
5360
5361 * config.guess: Update to 2003-01-03 version.
5362 * config.sub: Update to 2003-01-03 version.
5363
5364 2003-01-07 Christopher Faylor <cgf@redhat.com>
5365
5366 * configure: Regenerate with proper autoconf 2.13.
5367
5368 2003-01-07 Christopher Faylor <cgf@redhat.com>
5369
5370 * configure.in: Add AC_PREREQ for consistency.
5371 * configure: Regenerate.
5372
5373 2003-01-06 Andrew Cagney <ac131313@redhat.com>
5374
5375 * configure.in (GDB_TK): Add tcl directories conditional on
5376 gdb/gdbtk directory being present.
5377 * configure: Regenerate.
5378
5379 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
5380
5381 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5382 by gcc if LD is not defined and we are not doing a Canadian Cross.
5383 * configure: Rebuilt.
5384
5385 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
5386
5387 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5388
5389 2002-12-31 Tom Tromey <tromey@redhat.com>
5390
5391 * Makefile.in: Rebuilt.
5392 * Makefile.def (target_modules) [libffi]: Allow installation.
5393
5394 2002-12-31 Andreas Schwab <schwab@suse.de>
5395
5396 * configure.in: Fix use of $program_transform_name.
5397 * configure: Regenerated.
5398
5399 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
5400
5401 * configure.in (baseargs): Don't remove first configure argument.
5402 * configure: Regenerated.
5403
5404 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
5405
5406 * Makefile.tpl (local-distclean): Don't remove...
5407 (multilib.ts): ... this. Moved into...
5408 (multilib.out): ... this. Don't use sub-make.
5409 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5410 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5411 (configure-build-[+module+], configure-[+module+],
5412 configure-target-[+module+], configure-gcc): ... these. Test
5413 for Makefile existence. Drop config.status from dependencies.
5414 * Makefile.in: Rebuilt.
5415 * configure.in: Move gcc-version-trigger to the end of
5416 ac_configure_args. Add comments to maybedep.tmp and
5417 serdep.tmp. Introduce --disable-serial-configure. Remove
5418 nonopt from baseargs, matching and removing corresponding
5419 whitespace while at it.
5420 * configure: Rebuilt.
5421
5422 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
5423
5424 * configure.in (host_configargs): Replace reference to
5425 no-longer-defined buildopts with --build=${build_alias}.
5426 * configure: Rebuilt.
5427
5428 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
5429
5430 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
5431 program_transform_name to standard idiom.
5432 (AUTOGEN, AUTOCONF): Define.
5433 (Makefile.in): Use $(AUTOGEN).
5434 (Makefile): Depend on config.status, and use autoconf-style rule to
5435 build it. Move original commands to...
5436 (config.status): ... this new target.
5437 (configure): Add $(srcdir). Depend on config/acx.m4. Use
5438 $(AUTOCONF).
5439 * Makefile.in: Rebuilt.
5440
5441 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
5442
5443 * Makefile.tpl: Fix dramatic bustage due to change in
5444 program_transform_name.
5445 * Makefile.in: Regenerate.
5446
5447 * configure.in: Remove unnecessary PATH setting.
5448 * configure: Regnerate.
5449
5450 * configure.in: Don't default to unprefixed tools unless
5451 the native tools will work.
5452 * configure: Regenerate.
5453
5454 * configure.in: Convert to autoconf script. Blow away lots
5455 of now-redundant Makefile fragments.
5456 * configure: Generate using Autoconf.
5457 * Makefile.tpl: Rewrite to reflect autoconfiscation.
5458 * Makefile.in: Regenerate.
5459
5460 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
5461
5462 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
5463 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5464
5465 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
5466 where they belong.
5467
5468 2002-12-24 Andreas Schwab <schwab@suse.de>
5469
5470 * Makefile.tpl (multilib.out): Fix missing space.
5471 * Makefile.in: Regenerate.
5472
5473 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
5474
5475 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
5476 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
5477 * Makefile.in: Regenerate.
5478 * configure.in: Remove unnecessary leftovers.
5479
5480 2002-12-21 Geoffrey Keating <geoffk@apple.com>
5481
5482 * configure.in (extra_ranlibflags_for_target): New variable.
5483 (*-*-darwin): Add -c to ranlib commands.
5484 * configure (tooldir): Handle extra_ranlibflags_for_target.
5485
5486 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
5487
5488 * COPYING.NEWLIB: Updated.
5489 * COPYING.LIBGLOSS: Ditto.
5490
5491 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5492
5493 * Makefile.tpl: Revert HJL's change.
5494 * Makefile.in: Regenerated.
5495 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5496 always.
5497
5498 2002-12-19 Andreas Schwab <schwab@suse.de>
5499
5500 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5501 * Makefile.in: Regenerate.
5502
5503 2002-12-18 H.J. Lu <hjl@gnu.org>
5504
5505 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5506 * Makefile.in: Regenerated.
5507
5508 * configure.in (build_prefix): New. Substitute.
5509
5510 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
5511
5512 * Makefile.tpl: Don't let real targets depend on phony targets.
5513 * Makefile.in: Regenerate.
5514
5515 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5516 * Makefile.in: Regenerate.
5517
5518 2002-12-16 Jason Merrill <jason@redhat.com>
5519
5520 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5521 previous 'make bootstrap'.
5522 * Makefile.in: Regenerate.
5523
5524 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
5525
5526 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5527
5528 2002-12-13 Jason Merrill <jason@redhat.com>
5529
5530 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
5531 library tests.
5532 (check-c++): Just depend on it and check-target-libstdc++-v3.
5533 * Makefile.in: Regenerate.
5534
5535 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
5536
5537 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5538 * Makefile.in: Regenerate.
5539
5540 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
5541
5542 * COPYING.NEWLIB: Update list of alternate Regent of California
5543 licenses and discuss official revoking of advertising clause.
5544 * COPYING.LIBGLOSS: Ditto.
5545
5546 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
5547
5548 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5549 * Makefile.in: Rebuilt.
5550
5551 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
5552
5553 * configure: Fix bug put in by gremlins.
5554
5555 * Makefile.tpl: Substitute more autoconfily.
5556 * configure: Substitute more autoconfily.
5557 * Makefile.in: Regenerate.
5558
5559 2002-12-08 Andrew Cagney <ac131313@redhat.com>
5560
5561 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5562 * Makefile.in (all-sim): Ditto.
5563
5564 2002-12-06 DJ Delorie <dj@redhat.com>
5565
5566 * Makefile.tpl: Change configure dependencies to not have real
5567 targets depend on phony targets.
5568
5569 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
5570
5571 * configure.in: Revert unintentional change.
5572
5573 * src-release: Configure host subdirs.
5574
5575 * Makefile.tpl: Change dependency for */multilib.out so that
5576 it works when gcc isn't in the tree.
5577
5578 * configure.in: Substitute more.
5579 * configure: Run subconfigures from the Makefile.
5580 * Makefile.tpl: Run subconfigures from the Makefile; add a few
5581 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
5582
5583 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
5584
5585 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5586 and corresponding dependencies.
5587 * Makefile.in: Regenerate.
5588
5589 * configure.in (host_tools): Order binutils, gas and ld for
5590 convenience in running the testsuites.
5591
5592 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5593 * Makefile.in: Regenerate.
5594 * configure.in: Introduce rules to serialize subconfigure runs.
5595
5596 * configure.in: Introduce BASE_CC_FOR_TARGET.
5597 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
5598 Realize configure-build-* targets. Realize configure-target-* targets.
5599 * Makefile.in: Regenerate.
5600
5601 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5602
5603 * configure: Move gcc_version_trigger stuff from here...
5604 * configure.in: ...to here.
5605
5606 * configure.in: Separate subconfigure options added by this file from
5607 options given by the user. Add machinery to put args for host
5608 subconfigures into the Makefile.
5609
5610 * Makefile.tpl: Remove 'vault' targets.
5611 * Makefile.tpl: Reorder and comment dependencies.
5612 * Makefile.in: Regenerate.
5613
5614 2002-11-28 Geoffrey Keating <geoffk@apple.com>
5615
5616 * configure.in: Move host-specific darwin noconfigdirs into
5617 the host-specific section.
5618
5619 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5620
5621 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
5622 during replay.
5623 * Makefile.in: Regenerate.
5624
5625 (finishing slow-motion replay)
5626 * configure: Remove skip-this-dir support.
5627 * Makefile.tpl: Remove skip-this-dir support.
5628
5629 * Makefile.tpl: Remove leftover support for non-autoconfiscated
5630 subdirectories.
5631 * Makefile.in: Regenerate.
5632
5633 * Makefile.tpl: Strip out useless setting of 'dir'.
5634 * Makefile.in: Regenerate.
5635
5636 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5637
5638 (finishing slow-motion replay)
5639 * configure.in: Fix deeply stupid bug.
5640
5641 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5642 shell code in CXX_FOR_TARGET
5643 * Makefile.def: Introduce raw_cxx.
5644 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5645 RAW_CXX_FOR_TARGET.
5646 * Makefile.in: Regenerate.
5647
5648 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5649
5650 (finishing slow-motion replay)
5651 * Makefile.tpl: Remove unnecessary ifs.
5652 * Makefile.in: Regenerate.
5653
5654 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
5655 dependencies. Maybe-ize build-libiberty. Create dummy install
5656 targets for 'no_install' modules.
5657 * configure: Move GDB_TK substitution to configure.in. Move
5658 build_modules stuff to configure.in.
5659 * configure.in: Implement soft dependency machinery. Maybe-ize
5660 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
5661 * Makefile.in: Regenerate.
5662
5663 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
5664
5665 (continuing slow-motion replay)
5666 * Makefile.tpl: Make all-target, install-target behave similarly
5667 to all, install (only hitting configured targets). Eliminate
5668 unused macro defintions.
5669
5670 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
5671 build != host.
5672
5673 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
5674
5675 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
5676
5677 * configure.in: Produce lists of subdir targets we're actually
5678 configuring. Remove references to "dosrel".
5679 * Makefile.tpl: Let configure set which subdir targets are hit.
5680 Remove install-cross; clean up install; remove ALL. Remove
5681 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5682 Autogenerate host module targets. Remove empty dependency lines
5683 and redundant dependency; rearrange slightly.
5684 * Makefile.def: Add host-side libtermcap, utils.
5685
5686 * Makefile.in: Regenerate.
5687
5688 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
5689
5690 (Continuing slow-motion replay)
5691 * Makefile.def: Add list of recursive targets to autogenerate.
5692 Add build_modules.
5693 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
5694 targets. Autogenerate *-build-* targets.
5695 * Makefile.in: Regenerate.
5696
5697 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
5698
5699 (Continuing slow-motion replay)
5700 * configure: More autoconf-style substitutions.
5701 * Makefile.tpl: More autoconf-style substitutions.
5702 * Makefile.in: Regenerate.
5703
5704 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
5705
5706 (Continuing slow-motion replay)
5707 * configure: Substitute more variables in a more autoconf-friendly
5708 way. Simplify slightly.
5709 * Makefile.tpl: Make more variables substitutable in an
5710 autoconf-friendly way.
5711 * Makefile.in: Regenerate.
5712
5713 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
5714
5715 (Continuing slow-motion replay)
5716 * configure.in (v810*): Remove special setting of tools.
5717
5718 * configure: Add support for extra required flags for ar or nm.
5719 * configure.in (aix4.3+): Use above support for target-specific
5720 issues, rather than using config/mt-aix43.
5721
5722 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
5723
5724 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
5725 * configure: Remove 'removing', which doesn't work. Replace $subdir
5726 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
5727 with $srcdir. Reformat indentation. Substitute some variables
5728 formerly hard-coded in the Makefile for build=host.
5729 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
5730 * Makefile.def: Autogenerate more.
5731 * Makefile.in: Regenerate.
5732
5733 2002-11-13 Bruce Korb <bkorb@gnu.org>
5734
5735 * Makefile.tpl: syntactic cleanup
5736
5737 2002-11-04 Kevin Buettner <kevinb@redhat.com>
5738
5739 * Makefile.def (host_modules): Add rda.
5740 * Makefile.in: Regenerate.
5741 * configure.in (target_tool): Add target-rda to list.
5742
5743 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
5744
5745 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
5746 and restrap targets to this rule.
5747 * Makefile.in: Regenerate.
5748
5749 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
5750
5751 * configure.in (i[3456]86-*-linux*): Add check to disable
5752 ${libgcj} for glibc1.
5753
5754 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
5755
5756 * configure.in: Add tic4x target.
5757
5758 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
5759
5760 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
5761 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
5762 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
5763 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
5764 * Makefile.in: Regenerate.
5765
5766 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
5767
5768 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
5769 * Makefile.in: Regenerate.
5770
5771 * Makefile.def: Remove order dependency comments.
5772 * Makefile.tpl: Add explicit install-install dependencies.
5773 * Makefile.in: Regenerate.
5774
5775 * Makefile.tpl: Remove material now in src-release. (Finally!)
5776 * Makefile.in: Regenerate.
5777
5778 * configure: Restore my original patch by syncing with gcc version.
5779
5780 * Bring following over from gcc:
5781
5782 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
5783
5784 * configure.in (s390*-*-linux*): Enable libgcj.
5785
5786 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
5787
5788 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
5789
5790 2002-10-02 Alan Modra <amodra@bigpond.net.au>
5791
5792 * configure: Move stray lines back to where they belong.
5793
5794 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
5795
5796 * Makefile.tpl: Insert configure-target target, for src-release.
5797
5798 * configure: Finish reverting change which Andrew Cagney started
5799 reverting. Should fix bustage.
5800
5801 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
5802 * src-release: New file. Contains material for making net
5803 releases for gdb, binutils, et al., formerly in Makefile.in.
5804
5805 2002-09-30 Nick Clifton <nickc@redhat.com>
5806
5807 * cpu: New top level directory. Intended to hold input files for
5808 CGEN which have FSF copyright assignment.
5809 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
5810
5811 2002-09-29 Andrew Cagney <ac131313@redhat.com>
5812
5813 Revert below (note that src does not contain Makefile.tpl):
5814 * Makefile.tpl: Make subsituted variables more autoconfy.
5815 * Makefile.in: Regenerate.
5816
5817 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
5818
5819 * configure: Revert accidentally applied changes.
5820
5821 * Makefile.tpl: Make more autoconf-friendly.
5822 * Makefile.in: Regenerate.
5823 * configure: Make substitution more autoconf-like.
5824
5825 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
5826
5827 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
5828 single entry to handle all these.
5829 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
5830 libjava on arm-*-elf.
5831
5832 2002-09-27 Geoffrey Keating <geoffk@apple.com>
5833
5834 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
5835 things that depend on them.
5836
5837 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
5838
5839 * Makefile.tpl: Make subsituted variables more autoconfy.
5840 * Makefile.in: Regenerate.
5841 * configure: Make seds more autoconfy.
5842
5843 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
5844
5845 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
5846 * Makefile.in: Regenerate.
5847 * configure.in: Rewrite sed statements to look autoconfy.
5848
5849 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
5850 all-target-foo on configure-target-foo.
5851 * Makefile.def: Ditto.
5852 * Makefile.in: Rebuild.
5853
5854 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
5855
5856 * Makefile.def: New file.
5857 * Makefile.tpl: New file.
5858 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
5859
5860 * configure.in: Minor rearrangement. Simplify tests.
5861
5862 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
5863
5864 * configure.in (with_headers): Skip copy if value is "yes".
5865 (with_libs): Likewise.
5866
5867 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5868
5869 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
5870 * configure.in (sh*-*-pe*): Ditto.
5871 * configure.in (mips*-*-pe*): Ditto.
5872 * configure.in (*arm-wince-pe): Ditto.
5873
5874 * configure.in: Rearrange.
5875
5876 2002-09-12 Nick Clifton <nickc@redhat.com>
5877
5878 * Import these changes from the config master repository:
5879
5880 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
5881
5882 * config.sub: Add tic4x target.
5883
5884 2002-09-03 Ben Elliston <bje@redhat.com>
5885
5886 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
5887 Reported by <Duncan_Stodart@insession.com>.
5888
5889 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
5890
5891 * COPYING.NEWLIB: More updates.
5892
5893 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
5894
5895 * COPYING.NEWLIB: Update.
5896
5897 2002-08-23 Andrew Cagney <ac131313@redhat.com>
5898
5899 * texinfo/texinfo.tex: Import version 2002-06-04.06.
5900
5901 * config.guess: Import version 2002-08-23.
5902 * config.sub: Import version 2002-08-22.
5903
5904 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
5905
5906 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
5907 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
5908 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
5909
5910 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
5911
5912 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
5913
5914 2002-08-04 H.J. Lu (hjl@gnu.org)
5915
5916 * configure.in (mips*-*-linux*): Don't skip target-libffi.
5917
5918 2002-07-31 Alan Modra <amodra@bigpond.net.au>
5919
5920 * configure.in: Move generic linux case to end. Copy generic
5921 linux noconfigdirs to mips*-*-linux* entry and new
5922 powerpc64*-*-linux* entry. Add target-libffi for the latter.
5923
5924 2002-07-19 Chris Demetriou <cgd@broadcom.com>
5925
5926 * MAINTAINERS: Clarify on config.guess and config.sub, and add
5927 one instance of them which was missed to the list to update.
5928
5929 2002-07-16 Chris Demetriou <cgd@broadcom.com>
5930
5931 * config.guess: Update to 2002-07-09 version.
5932 * config.sub: Update to 2002-07-03 version.
5933
5934 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
5935
5936 * configure.in: Remove two redundant tests.
5937
5938 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5939
5940 * configure.in (mips*-*-irix6*o32): Enable stabs.
5941
5942 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
5943
5944 * configure.in: Don't build grez.
5945 * Makefile.in: Ditto.
5946
5947 * Makefile.in: Remove references to bsp, cygmon, libstub.
5948 * configure.in: Ditto.
5949
5950 * configure.in: Remove leftover reference to gdbtest.
5951
5952 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
5953
5954 * configure.in (gxx_include_dir): Change to match versioned
5955 C++ headers if --enable-version-specific-runtime-libs is used.
5956
5957 2002-07-04 Steve Ellcey <sje@cup.hp.com>
5958
5959 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
5960
5961 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
5962
5963 * configure.in: Make --without-x work.
5964
5965 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
5966
5967 * contrib: New directory. Created to contain a copy of the
5968 texi2pod.pl script so that it is in the same place as the version in
5969 the FSF GCC sources.
5970
5971 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
5972
5973 * configure.in: Rearrange target Makefile fragment collection.
5974
5975 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
5976 cvs[src].
5977 * configure.in: Ditto.
5978
5979 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
5980
5981 * Makefile.in: Eliminate 'apache' targets.
5982 * configure.in: Eliminate 'apache' targets.
5983
5984 * configure.in: Eliminate redundant tests. Reorganize.
5985
5986 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
5987
5988 * config-ml.in: Eliminate references to Cygnus configure.
5989
5990 * Makefile.in: Eliminate references to building emacs.
5991
5992 2002-07-01 Denis Chertykov <denisc@overta.ru>
5993
5994 * configure.in: Add support for ip2k.
5995
5996 2002-06-24 Ben Elliston <bje@redhat.com>
5997
5998 * configure.in (host_tools): Remove cgen.
5999
6000 * Makefile.in (all-cgen): Remove; runs from its source directory.
6001 (check-cgen, install-cgen, clean-cgen): Likewise.
6002 (all-opcodes): No not depend on all-cgen.
6003 (all-sim): Likewise.
6004
6005 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6006
6007 * configure.in: Fix AIX configury bug.
6008
6009 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6010
6011 * configure.in: Replace ${topsrcdir} with ${srcdir}.
6012
6013 * configure.in: Move definition of libstdcxx_flags right above
6014 usage, rather than way earlier.
6015
6016 * configure.in: Pull definition of is_cross_compiler earlier.
6017
6018 * configure.in: Rearrange a little.
6019
6020 * configure.in: Remove references to librx.
6021 * Makefile.in: Remove references to librx.
6022
6023 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6024
6025 * configure.in: Eliminate ${gasdir} variable.
6026
6027 2002-06-18 Dave Brolley <brolley@redhat.com>
6028
6029 * configure.in: Add support for frv.
6030 * config.sub: Add support for frv.
6031
6032 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6033
6034 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6035
6036 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6037
6038 * configure.in (vax-*-netbsd*): Re-enable gas.
6039
6040 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6041
6042 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6043 BUILD_PREFIX_1, to correct nomenclature.
6044 * configure: Likewise.
6045
6046 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6047 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6048
6049 2002-05-31 Olaf Hering <olh@suse.de>
6050
6051 * config-ml.in: Propogate DESTDIR also.
6052
6053 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6054
6055 * configure.in (vax-*-netbsd*): Don't build gas for this
6056 platform.
6057
6058 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6059
6060 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6061 and libgcj for AVR.
6062
6063 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6064
6065 * config.sub: Add DLX target.
6066
6067 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6068
6069 * config.guess: Update to 2002-05-22 version.
6070 * config.sub: Likewise.
6071
6072 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6073
6074 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6075 * config-ml.in: Likewise.
6076 * configure: Likewise.
6077 * configure.in: Likewise.
6078
6079 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6080
6081 * configure.in: Simplify makefile fragment collection.
6082
6083 * configure.in: Remove code to build emacs.
6084
6085 * configure.in : Remove --srcdir argument from targargs and buildargs
6086 (it's always overridden in the Makefile anyway). Rearrange a bit.
6087
6088 * configure: Move some logic to configure.in.
6089 * configure.in: Move some logic from configure.
6090
6091 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6092
6093 * COPYING.LIBGLOSS: New file.
6094
6095 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6096
6097 * Makefile.in: Honour DESTDIR.
6098
6099 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
6100
6101 * configure.in (noconfigdirs): Don't disable libgcj on
6102 sparc64-*-solaris* and sparcv9-*-solaris*.
6103
6104 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
6105
6106 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6107
6108 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6109
6110 * configure.in (FLAGS_FOR_TARGET): Do not add
6111 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6112 on i[3456]86-*-linux*.
6113
6114 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6115
6116 * configure.in (noconfigdirs): Replace [ ] with test.
6117
6118 * configure.in (noconfigdirs): Do not add target-newlib if
6119 target == i[3456]86-*-linux*, and host == target.
6120
6121 2002-04-29 Mark Mitchell <mark@codesourcery.com>
6122
6123 * config.guess: Updated to 2002-04-26's version.
6124 * config.sub: Updated to 2002-04-26's version.
6125
6126 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6127
6128 * configure.in: delete reference to absent file
6129
6130 * configure.in: replace '[' with 'test'
6131
6132 * configure.in: Eliminate references to gash.
6133 * Makefile.in: Eliminate references to gash.
6134
6135 * configure.in: remove useless references to 'pic' makefile fragments.
6136
6137 * configure.in: (*-*-windows*) Finish removing.
6138
6139 * configure.in: Eliminate redundant test for libgui.
6140
6141 2002-04-26 Joel Sherrill <joel@OARcorp.com>
6142
6143 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6144 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6145
6146 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6147
6148 * configure.in: remove references to dead files
6149
6150 2002-04-18 Tom Tromey <tromey@redhat.com>
6151
6152 * configure.in: Disallow configuring libgcj when it is already
6153 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6154 Solaris 2.8 by default. For PR libgcj/6158.
6155
6156 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6157
6158 * configure.in: Move default CC setting out of config/mh-* fragments
6159 directly into here.
6160
6161 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6162
6163 * configure.in: don't even try to configure or make a subdirectory
6164 if there's no configure script for it.
6165
6166 2002-04-15 Mark Mitchell <mark@codesourcery.com>
6167
6168 * MAINTAINERS: Remove chill maintainers.
6169 * Makefile.in (CHILLFLAGS): Remove.
6170 (CHILL_LIB): Remove.
6171 (TARGET_CONFIGDIRS): Remove libchill.
6172 (CHILL_FOR_TARGET): Remove.
6173 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6174 CHILL_LIB.
6175 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6176 (CHECK_TARGET_MODULES): Likewise.
6177 (INSTALL_TARGET_MODULES): Likewise.
6178 (CLEAN_TARGET_MODULES): Likewise.
6179 (configure-target-libchill): Remove.
6180 (all-target-libchill): Remove.
6181 * configure.in (target_libs): Remove target-libchill.
6182 Do not compute CHILL_FOR_TARGET.
6183 * libchill: Remove directory.
6184
6185 2002-04-15 DJ Delorie <dj@redhat.com>
6186
6187 * Makefile.in, configure.in, configure: Sync with gcc, entries
6188 follow...
6189
6190 2002-04-08 Tom Tromey <tromey@redhat.com>
6191
6192 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6193 Fixes PR libgcj/6068.
6194
6195 2002-03-30 Krister Walfridsson <cato@df.lth.se>
6196
6197 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6198
6199 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6200
6201 * configure.in (alpha*-dec-osf*): Enable libgcj.
6202
6203 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6204
6205 Fix for: PR bootstrap/3591, target/5676
6206 * configure.in (mcore-pe): Disable the configuration of
6207 libstdc++-v3 since exceptions are not supported.
6208
6209 2002-03-20 Anthony Green <green@redhat.com>
6210
6211 * configure.in: Enable libgcj for xscale-elf target.
6212
6213 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
6214
6215 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6216 libjava.
6217 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6218
6219 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
6220
6221 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6222 libstdc++-v3 and libjava.
6223
6224 2002-02-11 Adam Megacz <adam@xwt.org>
6225
6226 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6227 boehm-gc
6228
6229 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
6230
6231 * config.guess: Updated to 2002-01-30's version.
6232 * config.sub: Updated to 2002-02-01's version.
6233 Contribute sh64-elf.
6234 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6235 * configure.in: Added sh64-*-*.
6236
6237 2002-01-17 H.J. Lu <hjl@gnu.org>
6238
6239 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6240 (all-target-fastjar): Also depend on all-target-libiberty.
6241
6242 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6243
6244 * configure, configure.in: Use temp file for long sed commands.
6245
6246 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6247
6248 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6249 libf2c.
6250
6251 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6252
6253 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6254
6255 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
6256
6257 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6258
6259 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
6260
6261 * configure: Handle temporary files securely using mkdir.
6262
6263 2001-09-26 Will Cohen <wcohen@redhat.com>
6264
6265 * configure.in (*-*-linux*): Disable configuration of target-newlib
6266 and target-libgloss.
6267
6268 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6269
6270 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6271 RANLIB.
6272
6273 2001-08-11 Graham Stott <grahams@redhat.com>
6274
6275 * Makefile.in (check-c++): Add missing semicolon.
6276
6277 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
6278
6279 * configure.in (sh-*-linux*): New.
6280
6281 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6282
6283 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6284 and libgcj on m68hc11/m68hc12.
6285
6286 2001-06-27 H.J. Lu (hjl@gnu.org)
6287
6288 * Makefile (CFLAGS_FOR_BUILD): New.
6289 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6290
6291 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
6292
6293 * configure.in (libstdcxx_flags): Do not try to execute
6294 libstdc++-v3/testsuite_flags until it exists.
6295
6296 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
6297
6298 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6299
6300 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
6301
6302 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6303
6304 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
6305
6306 * configure.in: Move *-chorusos target case to the proper switch.
6307 Disable libgcj.
6308
6309 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6310
6311 * Makefile.in (STAGE1_CFLAGS): Pass down.
6312
6313 2001-04-13 Alan Modra <amodra@one.net.au>
6314
6315 * config.guess: Add hppa64-linux support. Note for next import that
6316 this is already in the master file.
6317 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
6318
6319 2001-03-22 Colin Howell <chowell@redhat.com>
6320
6321 * Makefile.in (DO_X): Do not backslash single-quotes in
6322 backquotes (two places).
6323
6324 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
6325
6326 * Makefile.in (DO_X): Quote nested quotes.
6327
6328 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
6329
6330 * Makefile.in (DO_X): Use double quotes for quoting
6331 "RANLIB=$${RANLIB}".
6332
6333 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
6334
6335 * configure.in: Only use `lang_requires' for languages athat are
6336 actually enabled.
6337
6338 2001-03-07 Tom Tromey <tromey@redhat.com>
6339
6340 * configure.in: Allow config-lang.in to set `lang_requires' to list
6341 of other required languages.
6342
6343 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
6344
6345 * Makefile.in: Remove RANLIB definition. Use RANLIB
6346 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6347 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6348
6349 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
6350 Alexandre Oliva <aoliva@redhat.com>
6351
6352 * Makefile.in (check-c++): Use tabs, not spaces.
6353
6354 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
6355
6356 * Makefile.in (check-c++): New rule.
6357
6358 * configure.in (target_libs): Remove libg++.
6359 (noconfigdirs): Remove libg++.
6360 (noconfigdirs): Same.
6361 (noconfigdirs): Same.
6362 (noconfigdirs): Same.
6363
6364 * config-ml.in: Remove libg++ references.
6365
6366 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6367 (ALL_TARGET_MODULES): Same.
6368 (configure-target-libg++): Remove.
6369 (all-target-libg++): Remove.
6370 (configure-target-libio): Remove.
6371 (all-target-libio): Remove.
6372 (check-target-libio): Remove.
6373 (.PHONY): Remove.
6374 (libg++.tar.bz2): Remove.
6375 (all-target-cygmon): Remove libio.
6376 (all-target-libstdc++): Remove.
6377 (configure-target-libstdc++): Remove.
6378 (TARGET_LIB_PATH): Remove libstdc++.
6379 (ALL_GCC_CXX): Remove libstdc++.
6380 (all-target-gperf): Correct.
6381
6382 2001-02-15 Anthony Green <green@redhat.com>
6383
6384 * configure: Introduce GCJ_FOR_TARGET.
6385 * configure.in: Ditto.
6386 * Makefile.in: Ditto.
6387
6388 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
6389
6390 * configure.in: for *-chorusos, don't config target-newlib and
6391 target-libgloss.
6392
6393 2001-02-04 Mark Mitchell <mark@codesourcery.com>
6394
6395 Remove V2 C++ library.
6396 * configure.in: Remove --enable-libstdcxx_v3 support.
6397
6398 2001-01-27 Richard Henderson <rth@redhat.com>
6399
6400 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6401
6402 2001-01-26 Tom Tromey <tromey@redhat.com>
6403
6404 * configure.in: Allow libgcj to be built on Sparc Solaris.
6405
6406 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
6407
6408 * configure.in: Enable libgcj on several additional platforms.
6409
6410 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
6411
6412 * configure.in: Enable libgcj for linux targets.
6413
6414 2001-01-09 Mike Stump <mrs@wrs.com>
6415
6416 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6417 failures of subdirectories.
6418
6419 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
6420
6421 * configure: handle DOS-style absolute paths.
6422
6423 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
6424
6425 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6426
6427 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
6428
6429 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6430 (libstdcxx_incdir): Pass down.
6431 * config.if: Remove expired bits for cxx_interface, add stub.
6432 (libstdcxx_incdir): Add variable for g++ include directory.
6433 * configure.in (gxx_include_dir): Use it.
6434
6435 2000-12-15 Andreas Jaeger <aj@suse.de>
6436
6437 * configure.in: Handle lang_dirs.
6438
6439 2000-12-13 Anthony Green <green@redhat.com>
6440
6441 * configure.in: Disable libgcj for any target not specifically
6442 listed. Disable libgcj for x86 and Alpha Linux until compatible
6443 with g++ abi.
6444
6445 2000-12-13 Mike Stump <mrs@wrs.com>
6446
6447 * Makefile.in (local-distclean): Also remove fastjar.
6448
6449 2000-12-10 Anthony Green <green@redhat.com>
6450
6451 * configure.in: Define libgcj. Disable libgcj target libraries for
6452 most targets.
6453
6454 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
6455
6456 * configure.in (target_libs): Revert 2000-12-08 patch.
6457 (noconfigdirs): Added target-libjava.
6458
6459 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
6460
6461 * Makefile.in: handle DOS-style absolute paths.
6462
6463 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6464
6465 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6466 libjava.
6467 * configure.in (target_libs): Removed `target-libjava'.
6468
6469 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6470
6471 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6472 (ALL_MODULES): Added fastjar.
6473 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6474 (all-target-libjava): all-fastjar replaces all-zip.
6475 (all-fastjar): Added.
6476 (configure-target-fastjar, all-target-fastjar): Likewise.
6477 * configure.in (host_tools): Added fastjar.
6478
6479 2000-12-07 Mike Stump <mrs@wrs.com>
6480
6481 * Makefile.in (local-distclean): Remove leftover built files.
6482
6483 2000-11-16 Fred Fish <fnf@be.com>
6484
6485 * configure.in (enable_libstdcxx_v3): Fix typo,
6486 libstd++ -> libstdc++.
6487
6488 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
6489
6490 * configure: Provide the original toplevel configure arguments
6491 (including $0) to subprocesses in the environment rather than
6492 through gcc/configargs.h.
6493
6494 2000-11-12 Mark Mitchell <mark@codesourcery.com>
6495
6496 * configure: Turn on libstdc++ V3 by default.
6497
6498 2000-10-16 Michael Meissner <meissner@redhat.com>
6499
6500 * configure (gcc/configargs.h): Only create if there is a build GCC
6501 directory created.
6502
6503 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
6504
6505 * configure: Save configure arguments to gcc/configargs.h.
6506
6507 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
6508
6509 * Makefile.in (bootstrap): avoid recursion if subdir missing
6510 (cross): ditto
6511 (do-proto-toplev): ditto
6512
6513 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
6514
6515 * configure.in: Do not build byacc for hppa64. Provide paths to the
6516 X11 libraries for hppa64.
6517
6518 2000-09-02 Anthony Green <green@cygnus.com>
6519
6520 * Makefile.in (all-gcc): Depend on all-zlib.
6521 (CLEAN_MODULES): Add clean-zlib.
6522 (ALL_MODULES): Add all-zlib.
6523 * configure.in (host_libs): Add zlib.
6524
6525 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
6526
6527 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6528 $targargs to tell whether newlib is going to be built.
6529
6530 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6531 $$r/TARGET_SUBDIR/libio for _G_config.h.
6532
6533 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
6534
6535 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6536
6537 * configure: Make enable_threads and enable_shared defaults
6538 explicit. Substitute enable_threads into generated Makefiles.
6539 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6540 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6541
6542 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
6543
6544 * configure.in: Re-enable all references to libg++ and librx.
6545
6546 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
6547
6548 * configure.in: Add *-*-freebsd* configurations.
6549
6550 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6551
6552 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
6553 (do-tar, do-bz2): New rules.
6554 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
6555 (gdb-tar): New rule.
6556 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
6557 (insight_dejagnu.tar): New rule.
6558 (insight.tar): New rule.
6559 (gdb+dejagnu.tar): New rule.
6560 (gdb.tar): New rule.
6561
6562 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6563
6564 * MAINTAINERS: Update dejagnu/
6565
6566 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
6567
6568 * ltmain.sh (relink_command): Fix typo in previous change.
6569
6570 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
6571
6572 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
6573 (relink_command): Added --tag flags.
6574 (mode=install): If relinking fails; error out.
6575
6576 2002-03-12 Richard Henderson <rth@redhat.com>
6577
6578 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
6579 .NOTPARALLEL tag.
6580 (do-check): Rename from check.
6581 (check): Allow parallel check.
6582
6583 2002-03-11 Richard Henderson <rth@redhat.com>
6584
6585 * Makefile.in (.NOTPARALLEL): Add fake tag.
6586
6587 2002-03-07 H.J. Lu (hjl@gnu.org)
6588
6589 * configure.in: Enable gprof for mips*-*-linux*.
6590
6591 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
6592
6593 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6594 libjava.
6595 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6596
6597 2002-02-24 Andrew Cagney <ac131313@redhat.com>
6598
6599 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6600
6601 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
6602
6603 * config.guess: Import from master sources, rev 1.232.
6604 * config.sub: Import from master sources, rev 1.246.
6605
6606 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
6607
6608 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6609 because its Makefile is there; test for the executable instead.
6610
6611 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
6612
6613 Contribute sh64-elf.
6614 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6615 * configure.in: Added sh64-*-*.
6616
6617 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
6618
6619 * COPYING.NEWLIB: Remove advertising clause from
6620 Berkeley and Red Hat licenses.
6621
6622 2002-02-01 Mo DeJong <supermo@bayarea.net>
6623
6624 * Makefile.in: Add all-tix to deps for all-snavigator
6625 so that tix is built when building snavigator.
6626
6627 2002-02-01 Ben Elliston <bje@redhat.com>
6628
6629 * config.guess: Import from master sources, rev 1.229.
6630 * config.sub: Import from master sources, rev 1.240.
6631
6632 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
6633
6634 From Steve Ellcey <sje@cup.hp.com>:
6635 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6636 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6637 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6638 IA64.
6639 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6640 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6641 soname_spec, sys_lib_search_path_spec): Ditto.
6642
6643 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
6644
6645 * configure.in (*-*-netbsd*): New. Skip target-newlib,
6646 target-libiberty, and target-libgloss. Skip Java-related
6647 libraries if not supported for NetBSD on target CPU.
6648
6649 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
6650
6651 * configure.in: Import StrongARM and XScale target_configdirs from
6652 FSF GCC version.
6653
6654 2002-01-16 H.J. Lu (hjl@gnu.org)
6655
6656 * config.guess: Import from master sources, rev 1.225.
6657 * config.sub: Import from master sources, rev 1.238.
6658
6659 * MAINTAINERS: Updated notes on config.guess and config.sub.
6660
6661 2002-01-11 Steve Ellcey <sje@cup.hp.com>
6662
6663 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6664 ld and gdb are not supported.
6665
6666 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
6667
6668 * Change reference to Cygnus Solutions to be Red Hat.
6669
6670 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
6671
6672 * COPYING.NEWLIB: Update generic copyright date.
6673
6674 2002-01-07 Mark Salter <msalter@redhat.com>
6675
6676 * configure.in: Remove target-bsp and target-cygmon from arm builds.
6677 Allow target-libgloss to be built for arm, strongarm, and xscale.
6678
6679 2002-01-03 Ben Elliston <bje@redhat.com>
6680
6681 * MAINTAINERS: Update URL for config.* scripts.
6682
6683 2001-12-18 Alan Modra <amodra@bigpond.net.au>
6684
6685 * config.sub: Import latest version.
6686 * config.guess: Likewise.
6687
6688 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
6689
6690 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
6691 options for i[3456]86-pc-linux* native builds.
6692
6693 2001-12-05 Laurent Guerby <guerby@acm.org>
6694
6695 * MAINTAINERS: gcc adopts symlink-tree, refer more to
6696 libiberty.
6697
6698 Import this patch from gcc:
6699
6700 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
6701
6702 * symlink-tree: handle DOS-style absolute paths.
6703
6704 2001-11-28 DJ Delorie <dj@redhat.com>
6705 Zack Weinberg <zack@codesourcery.com>
6706
6707 When build != host, create libiberty for the build machine.
6708
6709 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
6710 CONFIG_ARGUMENTS.
6711 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
6712 New variables.
6713 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
6714 and rules.
6715 (all.normal): Depend on ALL_BUILD_MODULES.
6716 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
6717 (all-build-libiberty): Depend on configure-build-libiberty.
6718
6719 * configure: Calculate and substitute proper value for
6720 ALL_BUILD_MODULES.
6721 * configure.in: Create the build subdirectory.
6722 Calculate and substitute TARGET_CONFIGARGS (formerly
6723 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
6724
6725 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
6726
6727 * config.sub: Update to version 1.232 on subversion.
6728
6729 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
6730
6731 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
6732 files from .po files for a distribution.
6733
6734 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
6735
6736 * COPYING.NEWLIB: Mention preserved notice in specific parts.
6737
6738 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
6739
6740 Merged from net gcc:
6741 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
6742 * ltcf-c.sh: Use $objext, not $ac_objext.
6743 2001-07-27 Mark Kettenis <kettenis@gnu.org>
6744 * ltcf-cxx.sh: Add support for GNU.
6745 2001-07-22 Timothy Wall <twall@redhat.com>
6746 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
6747 default settings if using GNU tools with that configuration.
6748 * ltcf-cxx.sh: Ditto.
6749 * ltcf-gcj.sh: Ditto.
6750 2001-07-21 Michael Chastain <chastain@redhat.com>
6751 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
6752 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
6753 * ltmain.sh: Mark as gcc-local.
6754
6755 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
6756
6757 * Makefile.in (all-bison): Revert 2001-10-24.
6758 Don't depend on texinfo.
6759
6760 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
6761
6762 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
6763
6764 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
6765
6766 * configure.in (--enable-languages): Be more permissive about
6767 syntax. Check for empty lists better. Warn about $LANGUAGES.
6768
6769 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
6770
6771 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
6772
6773 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
6774
6775 Makefile.in (all-bison): Don't depend on texinfo.
6776
6777 2001-10-03 Alan Modra <amodra@bigpond.net.au>
6778
6779 * gettext.m4: Test po/POTFILES.in exists before trying to read.
6780
6781 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
6782
6783 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
6784
6785 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
6786
6787 * config.sub, config.guess: Import latest from subversions.
6788
6789 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
6790
6791 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
6792 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
6793 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
6794 avoid quotes nesting problems.
6795 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
6796 (DO_X): Export only variables that are set.
6797
6798 2001-09-19 Ben Elliston <bje@redhat.com>
6799
6800 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
6801 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
6802 semantics. Use the shell built-in "type" command instead.
6803
6804 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6805
6806 * config.sub: Reverted the earlier change, this version is not the
6807 master file.
6808
6809 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6810
6811 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
6812 Add support for mips64.
6813
6814 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
6815
6816 * configure.in: Enable libstdc++-v3 for h8300 targets.
6817
6818 2001-08-30 Eric Christopher <echristo@redhat.com>
6819 Jason Eckhardt <jle@redhat.com>
6820
6821 * config.sub: Add support for mipsisa32.
6822
6823 2001-08-30 Eric Christopher <echristo@redhat.com>
6824
6825 * config.sub, config.guess: Import latest from subversions.
6826
6827 2001-08-20 Alan Modra <amodra@bigpond.net.au>
6828
6829 * config.sub, config.guess: Import latest from subversions.
6830
6831 2001-07-26 DJ Delorie <dj@redhat.com>
6832
6833 * MAINTAINERS: Clarify libiberty merge rules and procedures.
6834
6835 2001-06-19 Alan Modra <amodra@bigpond.net.au>
6836
6837 * Makefile.in: Revert 2001-06-17.
6838 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
6839
6840 2001-06-17 H.J. Lu <hjl@gnu.org>
6841
6842 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
6843 (gas+binutils.tar.bz2): Likewise.
6844 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
6845
6846 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
6847
6848 * Makefile.in (VER): When present, extract the version number from
6849 the file version.in.
6850
6851 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
6852
6853 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
6854 gcc/xgcc is built, use -print-prog-name to find out the program
6855 name to use.
6856
6857 2001-06-04 Mark Mitchell <mark@codesourcery.com>
6858
6859 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
6860 with_gcc]: Use `gcc -shared' to build a shared library.
6861
6862 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6863
6864 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
6865 archives.
6866
6867 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
6868
6869 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
6870 libraries when using g++ with native linker.
6871
6872 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
6873
6874 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
6875
6876 2001-05-24 Tom Rix <trix@redhat.com>
6877
6878 * configure.in : enable ld for aix
6879
6880 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
6881
6882 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
6883 [aix4*|aix5*]: Prepend blank.
6884
6885 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
6886
6887 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6888 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
6889 of subdir/configure scripts to use the new libtool.m4.
6890
6891 2001-05-14 H.J. Lu <hjl@gnu.org>
6892
6893 * config.if (libc_interface): Set to -libc6.2- for cross
6894 compiling to Linux/glibc 2.2.
6895
6896 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
6897
6898 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
6899 libgcj.
6900
6901 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
6902
6903 * configure.in (noconfigdirs): Don't reset it from scratch in the
6904 target case; only append to it.
6905
6906 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
6907
6908 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
6909 sparc-*-solaris2.8]: Disable ${libgcj}.
6910
6911 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
6912
6913 * configure.in (libgcj_saved): Copy from $libgcj.
6914 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
6915 --disable-libgcj.
6916
6917 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
6918
6919 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
6920 1.641.2.228.
6921
6922 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
6923
6924 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6925 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
6926
6927 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
6928
6929 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
6930 New macros.
6931 (bootstrap, cross): Use RECURSE_FLAGS.
6932 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
6933
6934 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
6935
6936 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
6937
6938 2001-03-23 Nick Clifton <nickc@redhat.com>
6939
6940 * README-maintainer-mode: Add note about inability to use "make
6941 distclean" in maintainer mode.
6942
6943 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
6944
6945 Re-installed:
6946 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
6947 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
6948 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6949 * ltcf-cxx.sh: Likewise.
6950 * ltcf-gcj.sh: Likewise.
6951
6952 2001-03-22 Philip Blundell <philb@gnu.org>
6953
6954 * config.sub, config.guess: Import latest from subversions.
6955
6956 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
6957
6958 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6959 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
6960
6961 2001-03-20 Michael Chastain <chastain@redhat.com>
6962
6963 * Makefile.in: all-m4 depends on all-texinfo.
6964
6965 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
6966
6967 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
6968
6969 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
6970
6971 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
6972 longer valid.
6973
6974 2001-02-16 Nick Clifton <nickc@redhat.com>
6975
6976 * configure.in (noconfigdirs): Allow configuration of texinfo
6977 for Cygwin hosts.
6978
6979 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
6980
6981 * config.guess: Add linux target for S/390.
6982 * config.sub: Likewise.
6983 * configure.in: Likewise.
6984
6985 2001-02-06 Ben Elliston <bje@redhat.com>
6986
6987 * configure: Output host type to stdout, not stderr.
6988
6989 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6990
6991 * config.guess: Import from subversions.gnu.org (revision 1.181).
6992 * config.sub: Import from subversions.gnu.org (revision 1.199).
6993
6994 2001-01-30 Alan Modra <alan@linuxcare.com.au>
6995
6996 * config.guess: Handle hppa64-linux systems.
6997
6998 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6999
7000 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7001 Don't unset, it's non-portable and no longer necessary, set to empty
7002 instead.
7003
7004 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7005
7006 * ltconfig: Shell portability fix for the tagname validity check.
7007
7008 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7009
7010 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7011
7012 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
7013
7014 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7015 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7016
7017 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
7018
7019 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7020 keep at least one of build_libtool_libs or build_old_libs set to
7021 yes.
7022
7023 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
7024
7025 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7026 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7027
7028 2000-11-07 Philip Blundell <pb@futuretv.com>
7029
7030 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7031
7032 2000-11-03 Philip Blundell <pb@futuretv.com>
7033
7034 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7035 files.
7036
7037 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7038
7039 * COPYING.NEWLIB: Put into source repository.
7040
7041 2001-01-15 Ben Elliston <bje@redhat.com>
7042
7043 * configure.in (host_tools): Add sid.
7044 Always configure cgen.
7045 * Makefile.in (all-sid): New target.
7046 (check-sid, clean-sid, install-sid): Likewise.
7047
7048 2001-01-07 Andreas Jaeger <aj@suse.de>
7049
7050 * config.sub, config.guess: Update from subversions.
7051
7052 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
7053
7054 * configure.in: Disable language-specific target libraries for
7055 languages that aren't enabled.
7056
7057 2000-11-24 Nick Clifton <nickc@redhat.com>
7058
7059 * configure.in (xscale-elf): Add target.
7060 (xscale-coff): Add target.
7061 (c4x, c5x, tic54x): Move after ARM targets.
7062
7063 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
7064
7065 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7066
7067 2000-11-20 Ian Lance Taylor <ian@zembu.com>
7068
7069 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7070
7071 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
7072
7073 * Makefile.in: Merge with GCC and libgcj.
7074 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7075 configure-target-<library> when their configure scripts need the C
7076 or C++ library to have already been built to work properly.
7077 (do_proto_toplev): Set them to an empty string.
7078
7079 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
7080
7081 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7082 (REALLY_SET_LIB_PATH): Use them.
7083
7084 2000-11-06 Christopher Faylor <cgf@cygnus.com>
7085
7086 * config.sub: Add support for Sun Chorus
7087
7088 2000-11-02 Per Lundberg <plundis@chaosdev.org>
7089
7090 * config.sub: Add support for the *-storm-chaos OS.
7091
7092 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7093
7094 * configure.in (noconfigdirs): Don't compile some
7095 of the libraries for 68HC11 & 68hc12 targets.
7096
7097 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
7098
7099 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7100 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7101 all affected `configure' scripts.
7102
7103 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
7104
7105 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7106 ltcf-c.sh.
7107
7108 2000-09-12 Philip Blundell <philb@gnu.org>
7109
7110 * config.sub, config.guess: Update from subversions.
7111
7112 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
7113
7114 * Makefile.in (all-zlib): Added dummy target.
7115
7116 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7117 multi-language branch.
7118
7119 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
7120
7121 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7122 (bootstrap*): Depend on all-bootstrap.
7123
7124 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7125
7126 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7127 crosses, but add gcc/include to the header search path for them.
7128
7129 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
7130
7131 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7132 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7133 * gettext.m4: New file, extracted from aclocal.m4.
7134
7135 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
7136
7137 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7138 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7139 sub-configures.
7140
7141 2000-08-20 Doug Evans <dje@casey.transmeta.com>
7142
7143 * Makefile.in (ALL_MODULES): Add all-cgen.
7144 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7145 (all-cgen): New target.
7146 (all-opcodes,all-sim): Depend on all-cgen.
7147 * configure.in (host_tools): Add cgen.
7148 Only configure cgen if --enable-cgen-maint.
7149
7150 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
7151
7152 * config-ml.in (CC, CXX): Don't introduce a leading space.
7153
7154 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
7155
7156 * configure.in (libstdcxx_flags): Use
7157 libstdc++-v3/src/libstdc++.INC.
7158
7159 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
7160
7161 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7162
7163 2000-08-11 Jason Merrill <jason@redhat.com>
7164
7165 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7166 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7167 (FLAGS_FOR_TARGET): Not here.
7168 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7169
7170 2000-08-07 DJ Delorie <dj@redhat.com>
7171
7172 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7173 "if we're also building gcc, and it's a gcc that will run on the
7174 build machine, we want to use its includes instead of the system's
7175 default includes".
7176
7177 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
7178
7179 * configure.in (libstdcxx_flags): Don't use `"'.
7180
7181 * config-ml.in: Adjust multilib search paths to the
7182 appropriate multilib tree.
7183
7184 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
7185
7186 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7187 commas in $LANGUAGES.
7188
7189 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
7190
7191 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7192
7193 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
7194
7195 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7196 CXX_FOR_TARGET for sed.
7197
7198 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
7199
7200 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7201 Do not override if already set in the environment or in configure.
7202 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7203 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7204
7205 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
7206
7207 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7208 (GCC_FOR_TARGET): Use it.
7209 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7210 * configure.in: ... here.
7211 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7212 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7213
7214 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
7215
7216 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7217 (configure-target-libchill, configure-target-libobjc): Likewise.
7218
7219 * configure.in: Use the same cache file for all target libs.
7220 * config-ml.in: But different cache files per multilib variant.
7221
7222 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7223
7224 * configure (topsrcdir): Don't use dirname.
7225
7226 2000-07-20 Jason Merrill <jason@redhat.com>
7227
7228 * configure.in: Remove all references to libg++ and librx.
7229
7230 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7231
7232 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
7233
7234 * config.sub: Update to subversions version 2000-07-06.
7235
7236 2000-07-12 Andrew Haley <aph@cygnus.com>
7237
7238 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7239 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7240
7241 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
7242
7243 * symlink-tree: Check number of arguments.
7244
7245 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
7246
7247 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7248
7249 2000-07-05 Jim Wilson <wilson@cygnus.com>
7250
7251 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7252 search path for a g++ extracted from the build tree. This
7253 will allow link tests run by configure scripts in
7254 subdirectories to succeed.
7255
7256 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
7257
7258 * ltconfig: Add support for mips-dde-sysv4.2MP
7259
7260 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
7261
7262 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7263 `os2'. Force ac_cv_exeext to be ".exe" in that case.
7264
7265 2000-06-19 Timothy Wall <twall@cygnus.com>
7266
7267 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7268 * config.sub: Add tic54x target.
7269
7270 2000-06-07 Phillip Thomas <pthomas@suse.de>
7271
7272 * README-maintainer-mode: New file: Contains notes on using
7273 --enable-maintainer-mode with binutils.
7274
7275 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
7276
7277 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7278
7279 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
7280
7281 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7282 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7283
7284 20000-05-21 H.J. Lu (hjl@gnu.org)
7285
7286 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7287 directory are used if they exist. Make sure
7288 $(build_tooldir)/include is searched for header files,
7289 $(build_tooldir)/lib/ for library files.
7290 (GCC_FOR_TARGET): Likewise.
7291 (CXX_FOR_TARGET): Likewise.
7292
7293 2000-05-18 Jeffrey A Law (law@cygnus.com)
7294
7295 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7296
7297 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
7298
7299 * Makefile.in (configure-target-libiberty): Depend on
7300 configure-target-newlib.
7301
7302 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
7303
7304 * configure.in, Makefile.in: Merge all libffi-related
7305 configury stuff from the libgcj tree.
7306
7307 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
7308
7309 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7310 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7311
7312 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
7313
7314 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7315 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
7316 current version information. Add to proto-toplev directory.
7317 (gdb-taz): Build do-djunpack.
7318
7319 2000-05-15 David Edelsohn <edelsohn@gnu.org>
7320
7321 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7322
7323 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7324
7325 * ltmain.sh: Preserve in relink_command any environment
7326 variables that may affect the linker behavior.
7327
7328 2000-05-12 Jeffrey A Law (law@cygnus.com)
7329
7330 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7331
7332 2000-05-10 Jim Wilson <wilson@cygnus.com>
7333
7334 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7335
7336 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7337
7338 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7339 with the version name.
7340
7341 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
7342
7343 * config.if: Tweak.
7344
7345 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
7346
7347 * djunpack.bat: New file.
7348
7349 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
7350
7351 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7352 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7353 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7354 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7355
7356 2000-04-16 Dave Pitts <dpitts@cozx.com>
7357
7358 * config.sub (case $basic_machine): Change default for "ibm-*"
7359 to "openedition".
7360
7361 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
7362
7363 * Makefile.in (gdb-taz): New target. GDB specific archive.
7364 (do-md5sum): New target.
7365 (MD5PROG): Define.
7366 (PACKAGE): Default to TOOL.
7367 (VER): Default to a shell script.
7368 (taz): Rewrite target. Move real work to do-proto-toplev. Include
7369 md5 checksum generation.
7370 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7371 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7372 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7373 insight.tar.bz2): Use gdb-taz to create archive.
7374
7375 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
7376
7377 * configure (warn_cflags): Delete.
7378
7379 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
7380 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
7381
7382 * configure.in (enable_libstdcxx_v3): Add.
7383 (target_libs): Add bits here to switch between libstdc++-v2 and
7384 libstdc++-v3.
7385 * config.if: And this file too.
7386 * Makefile.in: Add libstdc++-v3 targets.
7387
7388 2000-04-05 Michael Meissner <meissner@redhat.com>
7389
7390 * config.sub (d30v): Add d30v as a basic machine type.
7391
7392 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
7393
7394 * configure.in: -linux-gnu*, not -linux-gnu.
7395
7396 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
7397
7398 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7399 (do-tar-bz2): Replace TOOL with PACKAGE.
7400 (gdb.tar.bz2): Remove GDBTK from GDB package.
7401 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7402 dejagnu.tar.bz2): New packages.
7403
7404 2000-02-27 Andreas Jaeger <aj@suse.de>
7405
7406 * configure.in: Add entry for mips*-*-linux*, move catch all
7407 *-*-*linux* entry below this one.
7408
7409 2000-02-27 Ian Lance Taylor <ian@zembu.com>
7410
7411 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7412
7413 2000-02-24 Nick Clifton <nickc@cygnus.com>
7414
7415 * config.sub: Support an OS of "wince".
7416
7417 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
7418
7419 * config.guess, config.sub: Updated to match config's 2000-02-15
7420 version.
7421
7422 2000-02-23 Linas Vepstas <linas@linas.org>
7423
7424 * config.sub: Add support for Linux/IBM 370.
7425 * configure.in: Likewise.
7426
7427 2000-02-22 Nick Clifton <nickc@cygnus.com>
7428
7429 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7430
7431 2000-02-20 Christopher Faylor <cgf@cygnus.com>
7432
7433 * config.guess: Guess "cygwin" rather than "cygwin32".
7434
7435 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7436
7437 * configure (gcc_version): When setting, narrow search to
7438 lines containing `version_string'.
7439
7440 2000-02-15 Denis Chertykov <denisc@overta.ru>
7441
7442 * config.sub: Add support for avr target.
7443
7444 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
7445
7446 * config.sub: Add mmix-knuth-mmixware.
7447
7448 2000-01-27 Christopher Faylor <cgf@redhat.com>
7449
7450 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7451 structure stuff to -L library search.
7452 (CXX_FOR_TARGET): Ditto.
7453 (CROSS_CHECK_MODULES): Fix spelling mistake.
7454
7455 2000-01-24 Mark Mitchell <mark@codesourcery.com>
7456
7457 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7458 the C++ compiler.
7459
7460 2000-01-12 Richard Henderson <rth@cygnus.com>
7461
7462 * configure.in: Don't build some bits for beos.
7463
7464 2000-01-12 Joel Sherrill (joel@OARcorp.com)
7465
7466 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7467 as include files.
7468
7469 2000-01-06 Geoff Keating <geoffk@cygnus.com>
7470
7471 * configure.in: Use mt-aix43 to handle *_TARGET defs,
7472 not mh-aix43.
7473
7474 1999-12-14 Richard Henderson <rth@cygnus.com>
7475
7476 * config.guess (alpha-osf, alpha-linux): Detect ev67.
7477 * config.sub: Accept alphaev[78], alphaev8.
7478
7479 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7480
7481 * config.guess, config.sub: Update from autoconf.
7482
7483 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7484
7485 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7486 necessary libraries are missing.
7487
7488 1999-10-25 Andreas Schwab <schwab@suse.de>
7489
7490 * configure: Fix quoting inside arguments of eval.
7491
7492 1999-10-21 Nick Clifton <nickc@cygnus.com>
7493
7494 * config-ml.in: Allow suppression of some ARM multilibs.
7495
7496 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
7497
7498 * config.guess: Add OS/390 match pattern.
7499 * config.sub: Add mvs, openedition targets.
7500 * configure.in (i370-ibm-opened*): New.
7501
7502 1999-09-04 Steve Chamberlain <sac@pobox.com>
7503
7504 * config.sub: Add support for configuring for pj.
7505
7506 1999-08-31 Nick Clifton <nickc@cygnus.com>
7507
7508 * config.sub (maybe_os): Add support for configuring for fr30.
7509
7510 1999-08-25 Nick Clifton <nickc@cygnus.com>
7511
7512 * configure.in: Do not configure or build ld for AIX
7513 platforms. ld is known to be broken on these platforms.
7514
7515 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7516
7517 * config-ml.in: Pass compiler flag corresponding to multidirs to
7518 subdir configures.
7519
7520 1999-08-09 Ian Lance Taylor <ian@zembu.com>
7521
7522 * Makefile.in (LDFLAGS): Define.
7523
7524 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
7525
7526 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7527 noconfigdirs.
7528 (*-*-cygwin*): Likewise.
7529
7530 1999-08-08 Ian Lance Taylor <ian@zembu.com>
7531
7532 * mkdep: New file.
7533 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7534 (BINUTILS_SUPPORT_DIRS): Add mkdep.
7535
7536 From Eli Zaretskii <eliz@is.elta.co.il>:
7537 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7538 long file name when using DJGPP on MS-DOS.
7539
7540 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
7541
7542 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7543
7544 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
7545
7546 * Makefile.in (check-target-libio): Remove all-target-libstdc++
7547 dependency as this causes "make check" to globally "make all"
7548
7549 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
7550
7551 * configure.in (target_libs): Added target-zlib.
7552 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7553 (CONFIGURE_TARGET_MODULES): Likewise.
7554 (CHECK_TARGET_MODULES): Likewise.
7555 (INSTALL_TARGET_MODULES): Likewise.
7556 (CLEAN_TARGET_MODULES): Likewise.
7557 (configure-target-zlib): New target.
7558 (all-target-zlib): Likewise.
7559 (all-target-libjava): Depend on all-target-zlib.
7560 (configure-target-libjava): Depend on configure-target-zlib.
7561
7562 * Makefile.in (configure-target-libjava): Depend on
7563 configure-target-newlib.
7564 (configure-target-boehm-gc): New target.
7565 (configure-target-qthreads): New target.
7566
7567 * configure.in (target_libs): Added target-qthreads.
7568 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7569 (CONFIGURE_TARGET_MODULES): Likewise.
7570 (CHECK_TARGET_MODULES): Likewise.
7571 (INSTALL_TARGET_MODULES): Likewise.
7572 (CLEAN_TARGET_MODULES): Likewise.
7573 (all-target-qthreads): New target.
7574 (configure-target-libjava): Depend on configure-target-qthreads.
7575 (all-target-libjava): Depend on all-target-qthreads.
7576
7577 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7578 (CONFIGURE_TARGET_MODULES): Likewise.
7579 (CHECK_TARGET_MODULES): Likewise.
7580 (INSTALL_TARGET_MODULES): Likewise.
7581 (CLEAN_TARGET_MODULES): Likewise.
7582 (all-target-libjava): New target.
7583 (all-target-boehm-gc): Likewise.
7584 * configure.in (target_libs): Added libjava, boehm-gc.
7585
7586 1999-07-22 Ian Lance Taylor <ian@zembu.com>
7587
7588 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7589 configure.bat in SUPPORT_FILES.
7590 (gas+binutils.tar.bz2): Likewise.
7591
7592 * makeall.bat: Remove; obsolete.
7593
7594 1999-07-21 Ian Lance Taylor <ian@zembu.com>
7595
7596 From Mark Elbrecht:
7597 * configure.bat: Remove; obsolete.
7598
7599 1999-07-11 Ian Lance Taylor <ian@zembu.com>
7600
7601 * configure: Add -W -Wall to the default CFLAGS when compiling with
7602 gcc.
7603
7604 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
7605
7606 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7607
7608 1999-06-30 Mark Mitchell <mark@codesourcery.com>
7609
7610 * configure.in: Build ld on IRIX6.
7611
7612 1999-06-12 Ian Lance Taylor <ian@zembu.com>
7613
7614 * Makefile.in: Change distribution targets to use bzip2 instead of
7615 gzip.
7616 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
7617 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
7618
7619 1999-06-04 Nick Clifton <nickc@cygnus.com>
7620
7621 * config.sub: Add mcore target.
7622
7623 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
7624
7625 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
7626
7627 1999-05-25 H.J. Lu (hjl@gnu.org)
7628
7629 * config.guess (dummy): Changed to $dummy.
7630
7631 1999-05-24 Nick Clifton <nickc@cygnus.com>
7632
7633 * config.sub: Tidied up case statements.
7634
7635 1999-05-22 Ben Elliston <bje@cygnus.com>
7636
7637 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
7638 <jiro@din.or.jp>.
7639
7640 * config.guess: Merge with FSF version. Future changes will be
7641 more accurately recorded in this ChangeLog.
7642 * config.sub: Likewise.
7643
7644 1999-05-20 Stephen L Moshier <moshier@world.std.com>
7645
7646 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
7647
7648 1999-04-30 Tom Tromey <tromey@cygnus.com>
7649
7650 * ltmain.sh: [mode link] Always use CC given by ltconfig.
7651
7652 1999-04-23 Tom Tromey <tromey@cygnus.com>
7653
7654 * ltconfig, ltmain.sh: Update to libtool 1.2f.
7655
7656 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
7657
7658 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
7659 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
7660 Bad merge removed these two changes.
7661
7662 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
7663 Martin Heller (Ing.-Buero_Heller@t-online.de)
7664
7665 * config.guess (interix Alpha): Add.
7666
7667 1999-04-11 Richard Henderson <rth@cygnus.com>
7668
7669 * configure.in (i?86-*-beos*): Do config gperf; don't config
7670 gdb, newlib, or libgloss.
7671
7672 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
7673
7674 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
7675 link a trivial program with -mabi=64. If it fails, remove mabi=64
7676 from multidirs.
7677
7678 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
7679
7680 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
7681
7682 1999-04-08 Nick Clifton <nickc@cygnus.com>
7683
7684 * config.sub: Add support for mcore targets.
7685
7686 1999-04-07 Michael Meissner <meissner@cygnus.com>
7687
7688 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
7689 not mt-ospace, in order to shut up assembler warning about using
7690 symbols that are named the same as registers.
7691
7692 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
7693
7694 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
7695 dependency list for all-target-cygmon.
7696
7697 1999-04-05 Doug Evans <devans@casey.cygnus.com>
7698
7699 * config-ml.in: Check $host, not $target, for selective multilibs.
7700 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
7701 thumb interworking, and underscore prefix multilibs.
7702
7703 1999-04-04 Ian Lance Taylor <ian@zembu.com>
7704
7705 * missing: Update to version from current automake.
7706
7707 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
7708
7709 * configure (gxx_include_dir): Removed.
7710
7711 * configure.in (gxx_include_dir): Handle it.
7712 * Makefile.in: Likewise.
7713
7714 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
7715
7716 * config.sub (mips64vr4111,mips64vr4111el) Add.
7717
7718 1999-03-21 Ben Elliston <bje@cygnus.com>
7719
7720 * config.guess: Correct typo for detecting ELF on FreeBSD.
7721
7722 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
7723
7724 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
7725 config/mh-djgpp.
7726
7727 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
7728
7729 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
7730 all-target-newlib to dependency list for all-target-bsp.
7731
7732 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
7733
7734 * config.sub: Add i386-uwin support.
7735 * config.guess: Likewise.
7736
7737 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7738
7739 * configure.in: cleanup, add mh-*pic handling for arm, special
7740 case powerpc*-*-aix*
7741
7742 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
7743
7744 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
7745 can be built.
7746
7747 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
7748
7749 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
7750 targets.
7751
7752 1999-03-02 Nick Clifton <nickc@cygnus.com>
7753
7754 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
7755
7756 1999-02-28 Geoffrey Noer <noer@cygnus.com>
7757
7758 * config.sub: Check for "cygwin*" rather than "cygwin32*"
7759
7760 1999-02-24 Nick Clifton <nickc@cygnus.com>
7761
7762 * config.sub: Fix typo in arm recognition.
7763
7764 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
7765
7766 * configure.in (noconfigdirs): Changed target_configdirs to
7767 include target-bsp only for m68k-*-elf* and m68k-*-coff*
7768 rather than m68k-*-* since it is not known to work on
7769 m68k-aout. Ditto for arm-*-*oabi.
7770
7771 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
7772
7773 * configure.in (*-*-windows*): Remove, no longer used.
7774
7775 1999-02-19 Ben Elliston <bje@cygnus.com>
7776
7777 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
7778 Smart and improved by Andrew Cagney.
7779
7780 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
7781
7782 * config.guess: Recognize openbsd-*-hppa.
7783
7784 1999-02-17 H.J. Lu (hjl@gnu.org)
7785
7786 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
7787 only if it is not empty.
7788
7789 1999-02-17 Nick Clifton <nickc@cygnus.com>
7790
7791 Patch from: Scott Bambrough <scottb@corelcomputer.com>
7792
7793 * config.guess: Modified to recognize uname's armv* syntax.
7794
7795 * config.sub: Modified to recognize uname's armv* syntax.
7796
7797 1999-02-17 Mark Salter <msalter@cygnus.com>
7798
7799 * configure.in: Added target-bsp for sparclite.
7800
7801 1999-02-08 Richard Henderson <rth@cygnus.com>
7802
7803 * config.sub: Recognize alphapca5[67] and up to alphaev8.
7804
7805 1999-02-08 Nick Clifton <nickc@cygnus.com>
7806
7807 * configure.in: Add support for strongarm port.
7808 * config.sub: Add support for strongarm target.
7809
7810 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
7811
7812 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
7813 the old name config/mh-cygwin32.
7814 Enable texinfo.
7815
7816 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
7817
7818 * configure.in: Do build ld for ix86 Solaris.
7819
7820 1999-02-02 Jim Wilson <wilson@cygnus.com>
7821
7822 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
7823 $AR_FOR_TARGET. Likewise for RANLIB.
7824
7825 1999-02-02 Catherine Moore <clm@cygnus.com>
7826
7827 * config.sub (oabi): Recognize.
7828 * configure.in (arm-*-oabi): Handle.
7829
7830 1999-01-30 Robert Lipe (robertlipe@usa.net)
7831
7832 * config.guess: Improve detection of i686 on UnixWare 7.
7833
7834 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
7835
7836 * config.guess: Add support for i386-pc-interix.
7837 * config.sub: Likewise.
7838 * configure.in: Likewise.
7839
7840 1999-01-18 Christopher Faylor <cgf@cygnus.com>
7841
7842 * Makefile.in: Remove unneeded all-target-libio from
7843 from all-target-winsup target since it is now unneeded.
7844 Add all-target-libtermcap in its place since it is now
7845 needed.
7846
7847 1998-12-30 Christopher Faylor <cgf@cygnus.com>
7848
7849 * configure.in: makefile stub for cygwin target is probably
7850 unnecessary. Remove it for now.
7851
7852 1998-12-30 Christopher Faylor <cgf@cygnus.com>
7853
7854 * configure.in: libtermcap.a should be built when cygwin is the
7855 target as well as the host.
7856 * config.guess: Allow mixed case in cygwin uname output.
7857 * Makefile.in: Add libtermcap target.
7858
7859 1998-12-23 Jeffrey A Law (law@cygnus.com)
7860
7861 * config.sub: Clean up handling of hppa2.0.
7862
7863 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
7864
7865 * config.guess: Use C code to identify more HP machines.
7866
7867 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
7868
7869 * config.sub: Handle hppa2.0.
7870
7871 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
7872
7873 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
7874 cygmon for all sparclite targets, regardless of object format.
7875
7876 1998-12-15 Mark Salter <msalter@cygnus.com>
7877
7878 * configure.in: Added target-bsp for several target architectures.
7879
7880 * Makefile.in: Added rules for bsp.
7881
7882 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
7883
7884 * config.guess: Improve detection of hppa2.0 processors.
7885
7886 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
7887
7888 * config.guess: Recognize FreeBSD using ELF automatically.
7889
7890 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
7891
7892 * configure (skip-this-dir): Add handling for new shell script, which
7893 might be created by a sub-directory's configure to indicate, this particular
7894 directory is "unwanted".
7895 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
7896
7897 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
7898
7899 * ltconfig: import from libtool, after changing libtool to
7900 account for the cygwin name change.
7901
7902 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
7903
7904 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
7905 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
7906
7907 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
7908
7909 * configure.in: Add libtermcap to list of cygwin dependencies.
7910
7911 1998-11-17 Geoffrey Noer <noer@cygnus.com>
7912
7913 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
7914 they include winsup/include when it's a cygwin target.
7915
7916 1998-11-12 Tom Tromey <tromey@cygnus.com>
7917
7918 * configure.in (host_tools): Added zip.
7919 * Makefile.in (all-target-libjava): Depend on all-zip.
7920 (all-zip): New target.
7921 (ALL_MODULES): Added all-zip.
7922 (NATIVE_CHECK_MODULES): Added check-zip.
7923 (INSTALL_MODULES): Added install-zip.
7924 (CLEAN_MODULES): Added clean-zip.
7925
7926 1998-11-12 Geoffrey Noer <noer@cygnus.com>
7927
7928 * Makefile.in: lose "32" from comment about cygwin.
7929
7930 1998-11-05 Nick Clifton <nickc@cygnus.com>
7931
7932 * configure.in: Use -Os to build target libraries for the fr30.
7933
7934 1998-11-04 Dave Brolley <brolley@cygnus.com>
7935
7936 * config.sub: Add fr30.
7937
7938 1998-11-02 Geoffrey Noer <noer@cygnus.com>
7939
7940 * configure.in: drop "32" from config/mh-cygwin32. Check
7941 cygwin* instead of cygwin32*.
7942 * config.sub: Check cygwin* instead of cygwin32*.
7943
7944 1998-10-22 Robert Lipe <robertl@dgii.com>
7945
7946 * config.guess: Match any version of Unixware7.
7947
7948 1998-10-20 Syd Polk <spolk@cygnus.com>
7949
7950 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
7951 if desired.
7952
7953 1998-10-18 Jeffrey A Law (law@cygnus.com)
7954
7955 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
7956 these if the appropriate directories and files to not exist.
7957
7958 1998-10-14 Jeffrey A Law (law@cygnus.com)
7959
7960 * Makefile.in (DEVO_SUPPORT): Add config.if.
7961
7962 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
7963
7964 * configure: Add pattern to replace "build_tooldir"'s
7965 definition in the generated Makefile with "tooldir"'s
7966 actual value.
7967
7968 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
7969
7970 * config.sub: Bring back lost sparcv9.
7971
7972 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
7973
7974 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
7975
7976 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
7977 CC_FOR_TARGET and friends.
7978
7979 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7980
7981 * Makefile.in (build_tooldir): New variable, same as tooldir.
7982 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
7983 -B$(build_tooldir)/bin/.
7984 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
7985
7986 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
7987
7988 * config.sub: Add support for i[34567]86-pc-udk.
7989 * configure.in: Likewise.
7990
7991 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
7992
7993 * Makefile.in: add bzip2 package building bits for user
7994 tools module
7995 * configure.in: ditto
7996
7997 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
7998
7999 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8000 (ALL_TARGET_MODULES): Add all-target-libobjc.
8001 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8002 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8003 (all-target-libchill): Add dependencies.
8004 * configure.in (target_libs): Add libchill.
8005
8006 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8007
8008 * configure.in (target_subdir): Remove duplicate line.
8009
8010 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8011
8012 * Makefile.in (all-automake): fix dependencies.
8013
8014 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8015
8016 * configure.in: Minor cleanups for building in the $(target_alias)
8017 subdir.
8018
8019 1998-09-22 Jim Wilson <wilson@cygnus.com>
8020
8021 * Makefile.in (bootstrap): Set r and s before make all. Use
8022 BASE_FLAGS_TO_PASS in make all.
8023 (cross): Likewise.
8024
8025 1998-09-20 Mark Mitchell <mark@markmitchell.com>
8026
8027 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8028
8029 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8030
8031 * config.sub: Fix typo in last change.
8032
8033 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8034
8035 * config.sub: Add support for C4x target.
8036 * configure.in: Likewise.
8037
8038 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8039
8040 * config.sub: Recognize sparcv9 just like sparc64.
8041
8042 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8043
8044 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8045
8046 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8047
8048 * config.guess: Correctly identify Pentium II sco boxes.
8049
8050 * config.guess: Fix "tr" code. From Weiwen Liu.
8051
8052 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8053
8054 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8055 stabs.
8056
8057 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8058
8059 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8060 (ALL_TARGET_MODULES): Add all-target-libchill.
8061 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8062 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8063 (all-target-libchill): Add dependencies.
8064 * configure.in (target_libs): Add libchill.
8065
8066 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8067
8068 * config.guess: Avoid assumptions about "tr" behaves when
8069 LANG is set to something other than English.
8070
8071 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8072
8073 * configure (gxx_include_dir): Changed to
8074 '${prefix}/include/g++'-${libstdcxx_interface}.
8075
8076 * config.if: New to determine the interfaces.
8077
8078 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8079
8080 * config.guess: Detect and handle MPE/IX.
8081 * config.sub: Deal with MPE/IX.
8082
8083 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8084
8085 * configure.in: Use mh-aix43.
8086
8087 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8088
8089 * configure: Fix --without/--disable cases for gxx-include-dir.
8090
8091 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8092
8093 * mdata-sh: Imported. Needed for automake support.
8094
8095 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8096
8097 * Makefile.in (taz): Try "chmod -R og=u ." before
8098 "chmod og=u `find . -print`".
8099
8100 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8101
8102 * configure.in: Add arm-elf and thumb-elf support.
8103
8104 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8105
8106 * Makefile.in: Undo previous patch.
8107
8108 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8109
8110 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8111 to here ...
8112 (install-no-fixedincludes): and here
8113 (INSTALL_MODULES): ... from here.
8114
8115 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8116
8117 * config.sub: Merge with FSF.
8118
8119 * config.guess: Merge with FSF.
8120
8121 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8122
8123 * configure (extraconfigdirs): New variable.
8124 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8125 * Makefile.in (all): Move higher in file.
8126 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8127 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8128 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8129 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8130 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8131
8132 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
8133
8134 * Makefile.in (all-target-libjava): Depend on all-gcc and
8135 all-target-newlib.
8136 (configure-target-libjava): Depend on $(ALL_GCC).
8137
8138 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8139
8140 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8141 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8142
8143 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8144
8145 * ylwrap: Change absolute path checks to check for DOS style path
8146 names.
8147
8148 * ylwrap: Don't use a full path name if the source file is in the
8149 same directory. From hjl@lucon.org (H.J. Lu).
8150
8151 * config-ml.in: Default to being verbose, to match Feb 18 change to
8152 configure.
8153
8154 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8155
8156 Brought over from egcs:
8157
8158 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8159
8160 * configure.in (target_subdir): Set to ${target_alias} instead
8161 of "libraries".
8162
8163 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8164
8165 * configure.in (target_subdir): Set to libraries if enable_multilib.
8166
8167 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8168
8169 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8170 multilibs, force reconfiguration the first time we create
8171 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8172
8173 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8174
8175 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8176 avoid confusion with --no-recursion.
8177
8178 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8179
8180 * configure.in: Win32 hosts shouldn't use install -x
8181 * install-sh: remove -x option, and special .exe-handling
8182 hack.
8183
8184 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8185
8186 * config.guess: Recognize i586-pc-beos.
8187 * configure.in: Don't build some bits for beos.
8188
8189 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8190
8191 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8192 CFLAGS default to -O2.
8193
8194 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8195 when using GNU ld.
8196
8197 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8198
8199 * ltmain.sh: Correct install when using a different shell.
8200
8201 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8202
8203 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8204
8205 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8206
8207 * makefile.vms: Update to build binutils/makefile.vms. Add install
8208 target.
8209
8210 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8211
8212 * ltconfig: Update to correct AIX handling.
8213
8214 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8215
8216 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8217
8218 * configure.in (target_subdir): Set to ${target_alias} instead
8219 of "libraries".
8220
8221 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8222
8223 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8224 (Makefile): Depend on $(gcc_version_trigger).
8225
8226 * configure (gcc_version): Change default initializer to empty
8227 string.
8228 (gcc_version_trigger): New variable; pass this variable down
8229 to subdir configures to enable them checking gcc's version
8230 themselves. Emit make macros for both gcc_version vars.
8231 (topsrcdir): Initialize reliably.
8232 (recursion line): Remove --with-gcc-version=${gcc_version}.
8233
8234 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8235
8236 * configure (enable_version_specific_runtime_libs): Implement new flag
8237 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8238 in $(libsubdir); emit definition in each generated Makefile.
8239 (gxx_include_dir): Initialize depending on
8240 $enable_version_specific_runtime_libs.
8241
8242 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8243
8244 * configure (gcc_version): Initialize properly depending on
8245 how and where configure is started.
8246 (recursion line): Pass a --with-gcc-version=${gcc_version}
8247 to configures in subdirs.
8248
8249 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
8250
8251 * configure.in (noconfigdirs): Add configure pattern for mips tx39
8252 cygmon
8253
8254 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
8255
8256 * configure.in: Add cygmon and libstub support for mn10200.
8257
8258 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
8259
8260 * configure (gcc_version): Add new variable describing the
8261 particular gcc version we're building.
8262 * Makefile.in (libsubdir): Add new macro for the directory
8263 in which the compiler finds executables, libraries, etc.
8264 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8265 and libsubdir.
8266
8267 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8268
8269 * Makefile.in (local-clean): Remove *.log.
8270 (warning.log): Built with warn_summary from build.log.
8271 (mail-report.log): Run test_summary.
8272 (mail-report-with-warnings.log): Run test_summary including
8273 warning.log in the report.
8274
8275 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
8276
8277 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8278
8279 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
8280
8281 * Makefile.in (grep): Grep no longer depends on libiberty.
8282
8283 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
8284
8285 * Makefile.in: all-snavigator needs all-libgui.
8286
8287 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
8288
8289 * configure.in: Add cygmon and libstub support for mn10300.
8290
8291 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
8292
8293 * missing: Update to version from automake 1.3.
8294
8295 * ltmain.sh: On installation, don't get confused if the same name
8296 appears more than once in the list of library names.
8297
8298 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
8299
8300 * config.sub: Accept m68060 and m5200 as CPU names.
8301
8302 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
8303
8304 * configure: Use && rather than using -a in test, because odd
8305 strings can confuse test.
8306 * configure.in: Likewise.
8307
8308 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
8309
8310 * ltconfig, ltmain.sh: Bring in Visual C++ support.
8311
8312 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8313
8314 * Makefile.in (boostrap2-lean, bootstrap3-lean,
8315 bootstrap4-lean): New targets.
8316
8317 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
8318
8319 * mpw-* Delete. Not used.
8320
8321 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
8322
8323 * COPYING.LIB: Update FSF address.
8324
8325 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
8326
8327 * ltconfig, ltmain.sh: Update to libtool 1.2a.
8328
8329 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8330 GAS_SUPPORT_DIRS.
8331
8332 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
8333
8334 * ltconfig, ltmain.sh: Avoid producing a version number if
8335 -version-info was not used.
8336
8337 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
8338
8339 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8340 building with newlib.
8341
8342 1998-04-30 Paul Eggert <eggert@twinsun.com>
8343
8344 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8345 Solaris `make' causes it to continue to next definition.
8346
8347 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
8348
8349 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8350 the right GUI libraries and files are installed along with GDB.
8351
8352 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
8353
8354 * configure.in: Change alpha to alpha* in several places.
8355
8356 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
8357
8358 * config.sub: Recognize sparc86x.
8359
8360 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
8361
8362 * configure.in (--enable-target-optspace): Remove debug echo.
8363
8364 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
8365
8366 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8367
8368 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
8369
8370 * ltconfig: Update cygwin32 support.
8371
8372 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8373 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8374 (GDB_SUPPORT_DIRS): Likewise.
8375
8376 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
8377
8378 * configure.in (target_makefile_frag): If --enable-target-optspace,
8379 use -Os to compile target libraries rather than -O2. Default to
8380 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8381 not used.
8382 * configure.in (target_cflags): Ditto for d30v.
8383
8384 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
8385
8386 * Makefile.in (all-bfd): Depend on all-intl.
8387 (all-binutils): Likewise.
8388 (all-gas): Likewise.
8389 (all-gprof): Likewise.
8390 (all-ld): Likewise.
8391
8392 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
8393
8394 * configure.in (host_tools): Fix typo, lbtool -> libtool.
8395
8396 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
8397
8398 * Makefile.in (all-bfd): Depend upon all-libiberty.
8399
8400 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8401
8402 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
8403
8404 * Makefile.in: Add libstub.
8405
8406 * configure.in: Ditto. Build libstub for targets that have cygmon
8407 support.
8408
8409 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
8410
8411 * configure.in: Don't set PICFLAG on ix86-cygwin32.
8412
8413 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
8414
8415 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8416 use mh-sysv5 if specified. Support gprof on SCO Open Server.
8417
8418 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
8419
8420 * configure: Define DEFAULT_M4 by searching PATH.
8421 * Makfile.in: Use DEFAULT_M4.
8422
8423 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
8424
8425 * ltconfig: Add cygwin32 support.
8426
8427 * Makefile.in, configure.in: Add libtool as a native only directory
8428 to configure and build.
8429
8430 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
8431
8432 * Makefile.in (INSTALL_MODULES): Remove texinfo.
8433
8434 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
8435
8436 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8437
8438 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
8439
8440 * Makefile.in: add ash make rules
8441 * configure.in: add ash to native_only and host_tools lists
8442
8443 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
8444
8445 * Makefile.in (all-gettext, all-intl): New targets.
8446 (ALL_MODULES): Added all-gettext, all-intl.
8447 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8448 (INSTALL_MODULES): Added install-gettext, install-intl.
8449 (CLEAN_MODULES): Added clean-gettext, clean-intl.
8450
8451 * configure.in (host_tools): Added gettext.
8452 (native_only): Likewise.
8453 (noconfigdirs) [various cases]: Likewise.
8454 (host_libs): Added intl.
8455
8456 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
8457
8458 * configure: Do not disable building gdbtk for cygwin32 hosts.
8459
8460 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
8461
8462 * configure.in: Add thumb-coff target.
8463 * config.sub: Add thumb-coff target.
8464
8465 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8466
8467 * Makefile.in: Revert yesterday's change.
8468 (all-target-winsup): all-target-librx stays out of here.
8469
8470 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
8471
8472 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8473 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8474 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
8475 Remove references to librx and libg++.
8476
8477 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
8478
8479 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8480 recursive makes
8481
8482 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
8483
8484 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8485 for newlib directory.
8486 (CXX_FOR_TARGET): Likewise.
8487
8488 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
8489
8490 * ltconfig: Update after libtool/ltconfig.in change for
8491 hpux11.
8492
8493 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
8494
8495 * ltconfig, ltmain.sh: Update to libtool 1.2.
8496
8497 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
8498
8499 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8500 (install-gcc-cross): Instead, override LANGUAGES here.
8501
8502 1998-03-18 Dave Love <d.love@dl.ac.uk>
8503
8504 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8505 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8506
8507 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
8508
8509 * configure.in: Add Thumb-pe target.
8510
8511 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
8512
8513 * Makefile.in - changed sn targets to snavigator
8514 * configure.in - changed sn targets to snavigator
8515
8516 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
8517
8518 * config-ml.in: After building symlink tree call make distclean
8519 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8520 to be the case for libiberty.
8521
8522 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
8523
8524 * configure: When making link, also check the current
8525 directory. The configure scripts may create one.
8526
8527 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
8528
8529 * config.sub: Accept alphapca56 and alphaev6 properly.
8530
8531 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8532
8533 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8534
8535 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8536
8537 * config.sub (sco5): Fix typo.
8538
8539 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
8540
8541 * Makefile.in (INSTALL_MODULES): Move install-tcl before
8542 install-itcl.
8543 (install-itcl): Remove dependency on install-tcl.
8544
8545 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
8546
8547 * configure.in: Remove libgloss from noconfigdirs for MN10300.
8548
8549 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
8550
8551 * configure.in: Don't build libgui for a cygwin32 target when not on
8552 a cygwin32 host.
8553
8554 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
8555
8556 * configure (redirect): Set to null, so default behavior of
8557 configure is now --verbose.
8558
8559 1998-02-16 Dave Love <d.love@dl.ac.uk>
8560
8561 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8562 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8563
8564 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
8565
8566 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8567 this change to sync Makefile.in with its ChangeLog entries.
8568
8569 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
8570
8571 * ltmain.sh (mkdir): Check that the directory doesn't exist
8572 before we exit with error, so that we don't get races during
8573 parallel builds.
8574
8575 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
8576
8577 * ltconfig, ltmain.sh: Update from libtool 1.0i.
8578
8579 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
8580
8581 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8582 PICFLAG_FOR_TARGET.
8583 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8584
8585 * configure: Emit a definition for the new macro enable_shared
8586 into each Makefile.
8587
8588 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8589
8590 * configure.in (host_tools, native_only): Add libtool.
8591
8592 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
8593
8594 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8595 Fix typo in ming config comment.
8596
8597 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
8598
8599 * ltconfig, ltmain.sh: Update from libtool 1.0h.
8600
8601 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
8602
8603 * config.sub: Add tic30 cases, and map c30 to tic30.
8604
8605 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
8606
8607 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8608 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8609 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8610 (CLEAN_TARGET_MODULES): Similarly
8611 (all-target-libf2c): Add dependences.
8612 * configure.in (target_libs): Add libf2c.
8613
8614 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
8615
8616 * configure.in: Remove expect from noconfigdirs when target
8617 is cygwin32. OK to build expect and dejagnu with Canadian
8618 Cross.
8619
8620 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
8621
8622 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
8623 host.
8624
8625 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
8626 and mingw32.
8627
8628 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
8629
8630 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
8631 here as it is not defined in the toplevel Makefile.
8632
8633 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
8634
8635 * configure (package_makefile_rules_frag): New variable, which names
8636 a file with generic rules, ...
8637 Change comment to mention we now have FIVE parts.
8638 * configure: Undo last change.
8639
8640 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
8641
8642 * config.guess: More accurate determination of HP processor types.
8643 * config.sub: More accurate determination of HP processor types.
8644
8645 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
8646
8647 * configure (package_makefile_frag): Move inserting the
8648 ${package_makefile_frag} to where it should be according
8649 to the comment.
8650
8651 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
8652
8653 * config.guess: Add support for Linux/ARM.
8654
8655 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
8656
8657 * .cvsignore: Remove *-info and *-install since they match
8658 release-info and mpw-install, which we don't want to just ignore.
8659
8660 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
8661
8662 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
8663
8664 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
8665
8666 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
8667 local_prefix to sub-make invocations.
8668
8669 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
8670
8671 * configure.in: Check makefile fragments in the source
8672 directory.
8673
8674 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8675
8676 * configure.in: Check whether host and target makefile
8677 fragments exist before adding them to *_makefile_frag.
8678
8679 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
8680
8681 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
8682
8683 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
8684
8685 * configure.in: Make sure we only replace RPATH_ENVVAR on
8686 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
8687 regexp to sed.
8688
8689 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
8690 to sub-makes.
8691
8692 1998-01-13 Lee Iverson (leei@ai.sri.com)
8693
8694 * config-ml.in (multi-do): LDFLAGS must include multilib
8695 designator.
8696
8697 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
8698
8699 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
8700
8701 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
8702
8703 * config.sub: Add mingw32 support.
8704 * configure.in: Likewise.
8705
8706 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
8707
8708 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
8709
8710 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
8711
8712 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8713 * configure (gxx_include_dir): Provide a definition for subdirs
8714 which do not use autoconf.
8715
8716 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
8717
8718 * config.guess: Sync with egcs. Picks up new alpha support,
8719 BeOS & some additional linux support.
8720
8721 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
8722
8723 * config.guess: HP 9000/803 is a PA1.1 machine.
8724
8725 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
8726
8727 * configure.in: It's alpha*-...
8728
8729 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8730
8731 * configure.in (host_makefile_frag, target_makefile_frag):
8732 Handle multiple config files.
8733 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
8734 alpha-*-*.
8735
8736 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
8737
8738 * mkdep: New file.
8739
8740 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
8741
8742 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
8743
8744 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
8745
8746 * Makefile.in: Add libgui directory.
8747 (GDB_TK): Add all-libgui.
8748 * configure.in: Add libgui directory.
8749 * configure: Add all-libgui to GDB_TK.
8750
8751 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
8752
8753 * config-ml.in (multidirs): Add m32r to multilib list.
8754
8755 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
8756
8757 * Makefile.in (all-target-gperf): Change dependency to
8758 all-target-libstdc++.
8759
8760 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
8761
8762 * config.guess: Add BeOS support.
8763
8764 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
8765
8766 Source directory cvs renamed to cvssrc:
8767 * configure.in (host_tools): Change cvs to cvssrc.
8768 (native_only): Likewise.
8769 (noconfigdirs) [various cases]: Likewise.
8770 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
8771 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
8772 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
8773 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
8774 (all-cvssrc): Rename target from all-cvs.
8775
8776 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
8777
8778 * configure (gxx_include_dir): Fix thinko.
8779
8780 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
8781
8782 * Makefile.in (INSTALL_TARGET_CROSS): Define.
8783 (install-cross, install-gcc-cross): New targets.
8784
8785 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
8786
8787 * configure.in (noconfigdirs): Add support for Thumb target.
8788
8789 * config.sub (maybe_os): Add support for Thumb target.
8790
8791 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
8792
8793 * Makefile.in: Add rules for cygmon.
8794
8795 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
8796
8797 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
8798
8799 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
8800 * configure (gxx_include_dir): Provide a definition for subdirs
8801 which do not use autoconf.
8802
8803 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
8804
8805 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
8806 11/18/97 build
8807
8808 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
8809
8810 * From Franz Sirl.
8811 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
8812 found on RedHat Linux systems.
8813
8814 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
8815
8816 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
8817 guesses.
8818
8819 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
8820
8821 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
8822
8823 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
8824
8825 * ltmain.sh: If mkdir fails, check whether the directory was created
8826 anyhow by some other process.
8827
8828 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
8829
8830 * configure.in (d30v-*-*): Configure all directories.
8831
8832 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
8833
8834 * configure.in (d30v-*-*): Configure newlib, libiberty directories
8835 for the D30V.
8836
8837 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
8838
8839 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
8840
8841 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
8842
8843 * include/libiberty.h: Add extern "C" { so it can be used with C++
8844 progrms.
8845 * include/remote-sim.h: Add extern "C" { so it can be used with C++
8846 programs.
8847
8848 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
8849
8850 * configure.in (d30v-*-*): Configure GCC now.
8851
8852 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
8853
8854 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
8855 is no longer needed.
8856
8857 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
8858
8859 * Makefile.in: check-target-libio depends on all-target-libstdc++.
8860
8861 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
8862
8863 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
8864 targets using "$@" to provide support for similar but not identical
8865 targets without having to duplicate code.
8866
8867 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
8868
8869 * makefile.vms: Fix to work with DEC C.
8870
8871 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
8872
8873 * config.sub: Add mips-tx39-elf to marketing names.
8874
8875 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
8876
8877 * ltmain.sh: Handle symlinks in generated script.
8878
8879 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
8880
8881 * configure: Handle autoconf style directory options: --bindir,
8882 --datadir, --includedir, --infodir, --libdir, --libexecdir,
8883 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
8884 --sysconfdir.
8885 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
8886 (sharedstatedir, localstatedir, oldincludedir): New variables.
8887 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
8888 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
8889 sbindir, sharedstatedir, and sysconfdir.
8890
8891 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
8892
8893 * Makefile.in (bootstrap-lean): New target.
8894
8895 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
8896
8897 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
8898 sn, and gnuserv from noconfigdirs.
8899
8900 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
8901
8902 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
8903
8904 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
8905
8906 * Makefile.in (cross): New target.
8907
8908 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
8909 Jeff Law <law@cygnus.com>
8910
8911 * Makefile.in (bootstrap2, bootstrap3): New targets.
8912 (all-bootstrap): Remove outdated and confusing target.
8913 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
8914
8915 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
8916
8917 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
8918 windows. Consistent with gdb/configure.
8919
8920 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
8921
8922 * configure.in: Name Linux target fragment.
8923
8924 * configure: Rewrite so that project Makefile fragment is inserted
8925 first and appears last in the resulting Makefile.
8926
8927 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
8928
8929 * Makefile.in (install-itcl): Install tcl first.
8930
8931 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
8932
8933 * configure.in: remove bison from noconfigdirs for Cygwin32 host
8934
8935 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
8936
8937 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
8938
8939 * configure.in (skipdirs): Add target-librx for Linux.
8940 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
8941
8942 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
8943
8944 * Makefile.in (bootstrap): New target.
8945
8946 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
8947
8948 * config.sub: Accept 'amigados' for backward compatability.
8949
8950 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
8951
8952 * config.guess: Merge with FSF.
8953
8954 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
8955
8956 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
8957
8958 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
8959
8960 * config.sub: Add "marketing-names" patch.
8961
8962 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
8963
8964 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
8965
8966 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
8967
8968 * config.sub: Handle v850-elf.
8969
8970 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
8971
8972 * .cvsignore (*-install): Remove.
8973
8974 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
8975
8976 * ltconfig: Set CONFIG_SHELL in libtool.
8977 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
8978
8979 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8980
8981 * configure.in (target_subdir): Set to libraries if enable_multilib.
8982
8983 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
8984
8985 * config.guess: Update from gcc directory.
8986
8987 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
8988
8989 * Makefile.in (all-sim): Depends on all-readline.
8990
8991 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
8992
8993 * Makefile.in (BISON, YACC): Use $$s.
8994 (all-bison): Depend on all-texinfo.
8995
8996 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
8997
8998 * Makefile.in (BISON): Add -L flag.
8999 (YACC): Likewise.
9000
9001 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9002
9003 * configure.in (noconfigdirs): Add support for v850e target.
9004
9005 * config.sub (maybe_os): Add support for v850e target.
9006
9007 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9008
9009 * configure.in (noconfigdirs): Add support for v850ea target.
9010
9011 * config.sub (maybe_os): Add support for v850ea target.
9012
9013 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9014
9015 * config.sub: Add mipstx39. Delete r3900.
9016
9017 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9018
9019 * Makefile.in (all-autoconf): Depends on all-texinfo.
9020
9021 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9022
9023 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9024 eabi targets.
9025
9026 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9027
9028 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9029
9030 * configure: When handling a Canadian Cross, handle YACC as well as
9031 BISON. Just set BISON to bison. When setting YACC, prefer bison.
9032 * Makefile.in (all-bison): Depend upon all-texinfo.
9033
9034 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9035
9036 * Makefile.in (BISON): bison, not byacc or bison -y.
9037 (YACC): bison -y or byacc or yacc.
9038 (various): Add *-bison as appropriate.
9039 (taz): No need to mess with BISON anymore.
9040
9041 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9042
9043 * configure: If OSTYPE matches *win32*, try to find a good value for
9044 CONFIG_SHELL.
9045
9046 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9047
9048 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9049 configure.in if it is present.
9050
9051 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9052
9053 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9054
9055 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9056
9057 * config.sub: Recognize `arc' cpu.
9058 * configure.in: Likewise.
9059 * config-ml.in: Likewise.
9060
9061 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9062
9063 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9064
9065 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9066
9067 * configure: Changed sed delimiter from ':' to '|' when
9068 attempting to substitute ${config_shell} for SHELL. On
9069 NT ${config_shell} may contain a ':' in it.
9070
9071 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9072
9073 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9074
9075 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9076
9077 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9078
9079 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9080
9081 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9082
9083 * ylwrap: If the program is a relative path, force it to be
9084 absolute.
9085
9086 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9087
9088 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9089
9090 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9091
9092 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9093 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9094 for libraries.
9095
9096 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9097
9098 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9099 separated by spaces.
9100
9101 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9102
9103 * ylwrap: New file.
9104 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9105
9106 * ltmain.sh: Handle /bin/sh at start of install program.
9107
9108 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9109
9110 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9111 * missing: New file, from automake 1.2.
9112
9113 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9114
9115 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9116 check-tk to CHECK_X11_MODULES.
9117
9118 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9119
9120 * config.sub: Merge with FSF.
9121
9122 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9123
9124 * config.guess: Merge with FSF.
9125
9126 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9127
9128 * configure: Treat msdosdjgpp like go32.
9129 * configure.in: Likewise. Don't remove gprof for go32.
9130
9131 * configure: Change Makefile.tem2 to Makefile.tm2.
9132
9133 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9134
9135 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9136
9137 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9138
9139 * install-sh (chmodcmd): Set to null if the DST directory already
9140 exists. Same as Nov 11th change.
9141
9142 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9143
9144 * configure (GDB_TK): Needs itcl and tix.
9145
9146 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9147
9148 * config.guess: Update from FSF.
9149
9150 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9151
9152 * Makefile.in (GDB_TK): Depend on itcl and tix.
9153
9154 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9155
9156 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9157 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9158 (INSTALL_SCRIPT): New variable.
9159 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9160 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9161 to -x.
9162 * install-sh: Add support for -x option.
9163
9164 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9165
9166 * configure.in, Makefile.in: Treat tix like itcl.
9167
9168 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9169
9170 * Makefile.in (WINDRES): New variable.
9171 (WINDRES_FOR_TARGET): New variable.
9172 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9173 (EXTRA_HOST_FLAGS): Add WINDRES.
9174 (EXTRA_TARGET_FLAGS): Add WINDRES.
9175 (EXTRA_GCC_FLAGS): Add WINDRES.
9176 ($(DO_X)): Pass down WINDRES.
9177 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9178 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9179 DLLTOOL_FOR_TARGET.
9180
9181 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9182
9183 * configure.in: configure sim before gdb for win32-x-ppc
9184
9185 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9186
9187 Move gperf into the toplevel, from libg++.
9188 * configure.in (target_tools): Add target-gperf.
9189 (native_only): Add target-gperf.
9190 * Makefile.in (all-target-gperf): New target, depend on
9191 all-target-libg++.
9192 (configure-target-gperf): Empty rule.
9193 (ALL_TARGET_MODULES): Add all-target-gperf.
9194 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9195 (CHECK_TARGET_MODULES): Add check-target-gperf.
9196 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9197 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9198
9199 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
9200
9201 * config.sub (mn10200): Recognize new basic machine.
9202
9203 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9204
9205 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9206 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9207
9208 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9209
9210 * configure.in: If we're building mips-sgi-irix6* native, turn on
9211 ENABLE_MULTILIB and set TARGET_SUBDIR.
9212
9213 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9214
9215 * Makefile.in (all-sn): Depend on all-grep.
9216
9217 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9218
9219 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9220
9221 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9222 Makefile. From Jeff Makey <jeff@cts.com>.
9223 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9224
9225 * Makefile.in (DISTBISONFILES): Remove.
9226 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9227 $(DEFAULT_YACC).
9228
9229 * configure.in: Build itl, db, sn, etc., when building for native
9230 cygwin32.
9231
9232 * Makefile.in (LD): New variable.
9233 (EXTRA_HOST_FLAGS): Pass down LD.
9234 ($(DO_X)): Likewise.
9235
9236 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9237
9238 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9239
9240 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9241
9242 * configure.in (targargs): Strip out any supplied --build argument
9243 before adding our own. Always add --build.
9244
9245 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
9246
9247 * configure.in (targargs): Pass --build if we're doing
9248 a cross-compile.
9249
9250 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
9251
9252 * configure: Use '|' instead of ":" as the separator in
9253 sed. Otherwise sed chokes on NT path names with drive
9254 designators. Also look for "?:*" as the leading characters in an
9255 absolute pathname.
9256
9257 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
9258
9259 * config.sub: Support for r3900.
9260
9261 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
9262
9263 * configure.in: Use install-sh, not install.sh.
9264
9265 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
9266
9267 * Makefile.in (taz): Improve check for BISON so it doesn't try to
9268 apply it twice.
9269
9270 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
9271
9272 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9273 install-binutils.
9274
9275 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
9276
9277 * Makefile.in: Add automake targets.
9278 * configure.in (host_tools): Add automake.
9279
9280 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
9281
9282 * configure: Default CXX to c++, not gcc.
9283 * Makefile.in (CXX): Set to c++, not gcc.
9284 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9285
9286 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
9287
9288 * install-sh: try appending a .exe if source file doesn't
9289 exist
9290
9291 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9292
9293 * configure.in: Turn on multilib by default.
9294 (cross_only): Remove target-libiberty.
9295
9296 * Makefile.in (all-gcc): Don't depend on libiberty.
9297
9298 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
9299
9300 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9301
9302 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
9303
9304 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9305 (DISTBISONFILES): Add ld/Makefile.in
9306
9307 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
9308
9309 * configure.in: if target is cygwin32 but host isn't cygwin32,
9310 don't configure gdb tcl tk expect, not just gdb.
9311
9312 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
9313
9314 * configure.in: Added gnuserv everywhere sn appears.
9315
9316 * Makefile.in (ALL_MODULES): Added all-gnuserv.
9317 (CROSS_CHECK_MODULES): Added check-gnuserv.
9318 (INSTALL_MODULES): Added install-gnuserv.
9319 (CLEAN_MODULES): Added clean-gnuserv.
9320 (all-gnuserv): New target.
9321
9322 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
9323
9324 * config.guess: Fixes for MIPS OpenBSD systems.
9325
9326 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
9327
9328 * Makefile.in (INSTALL_XFORM): Remove.
9329 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9330
9331 * mkinstalldirs: New file, copied from automake.
9332 * Makefile.in (installdirs): Rename from install-dirs. Use
9333 mkinstalldirs. Change all users.
9334 (DEVO_SUPPORT): Add mkinstalldirs.
9335
9336 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
9337
9338 * install-sh: Rename from install.sh.
9339 * Makefile.in (INSTALL): Change install.sh to install-sh.
9340 (DEVO_SUPPORT): Likewise.
9341
9342 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
9343 Graichen <graichen@rzpd.de>.
9344
9345 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
9346
9347 * config.guess: Recognize OpenBSD systems correctly.
9348
9349 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9350
9351 * README, Makefile.in (ETC_SUPPORT): Remove references to
9352 cfg-paper*, configure.{texi,man,info*}._
9353
9354 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
9355
9356 * Makefile.in (all.normal): Ensure that gcc is built after all
9357 the x11 - ie gdb - targets.
9358
9359 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
9360
9361 * makefile.vms: Don't run conf-a-gas.
9362
9363 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
9364
9365 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9366
9367 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
9368
9369 * configure.in: Remove noconfigdirs case since gdb also
9370 configures and builds for tic80-coff.
9371
9372 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
9373
9374 * configure: Set cache_file to config.cache.
9375 * Makefile.in (local-distclean): Remove config.cache.
9376
9377 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
9378
9379 * COPYING: Update FSF address.
9380
9381 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
9382
9383 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9384 noconfigdirs.
9385
9386 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
9387
9388 * Makefile.in (install-dirs): Don't crash if prefix, and hence
9389 MAKEDIRS, is empty.
9390
9391 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
9392
9393 * config.sub: Tweak mn10300 entry.
9394
9395 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
9396
9397 * configure.in (host_tools): Put sim before gdb, so gdb's
9398 configure.tgt can determine if the simulator was configured.
9399
9400 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
9401
9402 * config.sub: Move BeOS $os case to be with other Cygnus
9403 local cases.
9404
9405 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
9406
9407 * config.sub: Remove misplaced comment that broke Linux.
9408
9409 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
9410
9411 * config.sub: Add BeOS support.
9412
9413 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
9414
9415 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9416
9417 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
9418
9419 * configure.in (noconfigdirs): Remove tcl and tk from
9420 noconfigdirs for cygwin32 builds.
9421
9422 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
9423
9424 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9425
9426 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
9427
9428 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9429 make-all.com, use makefile.vms instead.
9430
9431 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
9432
9433 * config.sub: Accept -lnews*.
9434
9435 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
9436
9437 * configure.in (noconfigdirs): Disable target-newlib,
9438 target-examples and target-libiberty for d30v.
9439
9440 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9441
9442 * configure.in (noconfigdirs): Enable ld for d30v.
9443
9444 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
9445
9446 * configure.in (tic80-*-*): Build compiler.
9447
9448 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
9449
9450 * configure.in (d30v-*): Remove sim directory from list of
9451 unsupported d30v directories
9452
9453 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9454
9455 * config.sub, configure.in: Add d30v target cpu.
9456
9457 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
9458
9459 * makefile.vms: New file.
9460 * make-all.com: Remove.
9461
9462 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
9463
9464 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9465
9466 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
9467
9468 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9469
9470 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
9471
9472 * Makefile.in (ALL_MODULES): Added all-db.
9473 (CROSS_CHECK_MODULES): Addec check-db.
9474 (INSTALL_MODULES): Added install-db.
9475 (CLEAN_MODULES): Added clean-db.
9476
9477 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
9478
9479 * config.guess: Merge with latest FSF sources.
9480
9481 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
9482
9483 * Makefile.in (ALL_MODULES): Added all-itcl.
9484 (CROSS_CHECK_MODULES): Added check-itcl.
9485 (INSTALL_MODULES): Added install-itcl.
9486 (CLEAN_MODULES): Added clean-itcl.
9487
9488 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
9489
9490 * configure.in: build gdb for mn10200
9491
9492 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
9493
9494 * Makefile.in (all-target-winsup): Depend on all-target-libio.
9495
9496 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
9497
9498 * configure.in (tic80-*-*): Turn off most targets right now.
9499
9500 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
9501
9502 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9503 rather than the makeinfo program.
9504 (do-info): Depend upon all-texinfo.
9505
9506 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
9507
9508 * configure.in: Remove uses of config/mh-linux.
9509
9510 * config.sub, config.guess: Merge with latest FSF sources.
9511
9512 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
9513
9514 * config.sub (case $basic_machine): Add tic80 entries.
9515
9516 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
9517
9518 * config.sub, config.guess: Merge with latest FSF sources.
9519
9520 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
9521
9522 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9523 * mpw-config.in: Test for NewFolderRecursive.
9524 * mpw-install: Use symbolic name for startup filename.
9525 * mpw-README: Add various additional details.
9526
9527 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
9528
9529 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9530
9531 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
9532
9533 * configure.in: Do build gcc and the target libraries for
9534 the mn10200.
9535
9536 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
9537
9538 * configure.in: don't avoid building gdb for mn10300 any more
9539 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9540 instead of single-quoting it.
9541
9542 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
9543
9544 * configure.in: Don't use --with-stabs on IRIX 6.
9545
9546 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
9547
9548 * configure.in (m32r): Build gdb, libg++ now.
9549
9550 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9551
9552 * configure.in (mips*-sgi-irix6*): Remove gdb and related
9553 directories from noconfigdirs.
9554
9555 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
9556
9557 * config.sub (basic_machine): added mips16 configuration
9558
9559 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9560
9561 * config.sub: Handle d10v-unknown.
9562
9563 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
9564
9565 * config.sub: Handle v850-unknown.
9566
9567 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
9568
9569 * Makefile.in: add findutils
9570 * configure.in: add findutils to list of host_tools
9571
9572 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
9573
9574 * config.sub: Handle mn10200 and mn10300.
9575
9576 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9577
9578 * configure.in (d10v-*): Do not build librx.
9579
9580 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
9581
9582 * configure.in (mn10300): Build everything except gdb & libgloss.
9583
9584 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
9585
9586 * config.guess: Patch for Dansk Data Elektronik servers,
9587 from Niels Skou Olsen <nso@dde.dk>.
9588
9589 For ncr, use /bin/uname rather than uname, since GNU uname does not
9590 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
9591
9592 Patch for MIPS R4000 running System V,
9593 from Eric S. Raymond <esr@snark.thyrsus.com>.
9594
9595 Fix thinko for nextstep.
9596
9597 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9598
9599 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
9600 * config.guess: Guess mips-dec-mach_bsd4.3.
9601
9602 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
9603 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
9604 release numbers.
9605 * config.guess (mips-mips-riscos*): Emit just enough of the
9606 release number.
9607
9608 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
9609 * config.guess (sparc-auspex-sunos*): Added.
9610 (f300-fujitsu-*): Added.
9611
9612 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
9613 * config.guess: Recognize a Tadpole as a sparc.
9614
9615 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
9616
9617 * config.guess: Don't assume that NextStep version is either 2 or
9618 3. NextStep 4 (aka OpenStep 4) has come out now.
9619
9620 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
9621
9622 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
9623 From Rik Faith <faith@cs.unc.edu>.
9624
9625 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9626
9627 * config.sub: Contributions from bug-gnu-utils to:
9628 Support plain "hppa" (no version given) architecture, reported by
9629 OpenStep.
9630 OpenBSD like NetBSD.
9631 LynxOs is not a hardware supplier.
9632
9633 * config.guess: Contributions from bug-gnu-utils to add support for:
9634 OpenBSD like NetBSD.
9635 Stratus systems.
9636 More Pyramid systems.
9637 i[n>4]86 Intel chips.
9638 M680[n>4]0 Motorola chips.
9639 Use unknown instead of lynx for hardware manufacturer.
9640
9641 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9642
9643 * install.sh (chmodcmd): Set to null if the DST directory already
9644 exists.
9645
9646 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9647
9648 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
9649 not use mt-ppc target Makefile fragment any more.
9650
9651 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
9652
9653 * configure.in (*-*-windows): Exclude everything but those dirs
9654 needed to build windows.
9655
9656 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
9657
9658 * Makefile.in (all-target-winsup): Depend on all-target-librx.
9659
9660 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
9661
9662 * configure.in: Exclude mmalloc from i386-windows.
9663
9664 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
9665
9666 * Undo my previous change.
9667
9668 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
9669
9670 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
9671 unconditionally.
9672 (MAKEOVERRIDES): Define (revert this part of October 18 change).
9673
9674 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
9675
9676 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
9677 host to add it's own flags.
9678
9679 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
9680
9681 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
9682
9683 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
9684
9685 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
9686 (CXX_FOR_TARGET): Likewise.
9687 (GCC_FOR_TARGET): Define.
9688 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
9689 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
9690 CC_FOR_TARGET was specified on the command line.
9691 (MAKEOVERRIDES): Don't define.
9692
9693 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
9694
9695 * configure.in (m32r): Fix spelling of libg++ libs.
9696
9697 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
9698
9699 * config.sub (-apple*): Remove, now redundant.
9700
9701 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
9702
9703 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
9704
9705 * configure: Rework yesterday's sed script patch.
9706
9707 * config.sub: Merge with FSF.
9708
9709 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
9710
9711 * config.guess: Merge from FSF.
9712
9713 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9714 * config.guess: Use pc instead of unknown, for pc clone systems.
9715 Change linux to linux-gnu.
9716
9717 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
9718 * config.guess: Avoid non-portable tr syntax.
9719
9720 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
9721
9722 * test-build.mk (HOLES): Add "xargs" for gdb.
9723
9724 * configure: Avoid hpux10.20 sed bug.
9725
9726 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
9727
9728 * configure.in: Add support for windows host
9729 (that is a build done under the Microsoft build environment).
9730
9731 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
9732
9733 * Makefile.in: Replace all uses of srcroot with s, to shrink
9734 command line lengths.
9735
9736 Patches from Geoffrey Noer <noer@cygnus.com>:
9737 * configure.in: If configuring for newlib, pass --with-newlib to
9738 subdirectories.
9739 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
9740 -Bnewlib/ and -Lwinsup to gcc.
9741 (CXX_FOR_TARGET): Likewise.
9742
9743 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
9744
9745 * Makefile.in (ETC_SUPPORT): Add configure.
9746
9747 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
9748
9749 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
9750 host configuration file.
9751
9752 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
9753
9754 * configure.in: Break mn10x00 support into separate
9755 mn10200 and mn10300 configurations.
9756 * config.sub: Likewise.
9757
9758 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
9759
9760 * configure.in: Add lots of stuff to noconfigdirs for
9761 the mn10x00 targets.
9762
9763 * config.sub, configure.in: Add mn10x00 support.
9764
9765 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
9766
9767 * make-all.com: Call conf-a-gas, not config-a-gas.
9768
9769 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
9770
9771 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
9772 targets.
9773
9774 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
9775
9776 * mpw-README: Add much more detail for native PowerMac.
9777 * mpw-install: New file.
9778 * mpw-configure: Add --norecursion and --help options.
9779 * mpw-config.in: Translate readme and install files when
9780 copying to objdir.
9781 * mpw-build.in: Don't always depend on byacc and flex.
9782 (install-only-top): New action.
9783
9784 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
9785
9786 * configure.in: You can now configure GDB for the v850.
9787
9788 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
9789
9790 * configure.in (noconfigdirs): Don't configure any C++ dirs
9791 if targeting D10V.
9792
9793 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
9794
9795 * config.sub: Recognize mips64vr5000.
9796
9797 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
9798
9799 * configure.in: Use a single line for host_tools and native_only.
9800
9801 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
9802
9803 * config.sub, configure.in: Add entries for m32r.
9804
9805 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
9806
9807 * Makefile.in (inet-install): Don't run install-gzip.
9808
9809 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
9810
9811 * configure.in: Don't config lots of things for *-*-windows*.
9812
9813 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
9814
9815 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
9816 (host_libs, host_tools): Copy from configure.in.
9817 * mpw-configure: Don't complain about directories not found.
9818
9819 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9820
9821 * configure.in (i[345]86): Recognize i686 for pentium pro.
9822 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
9823 file.
9824
9825 * config.guess (i[345]86): Ditto.
9826
9827 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9828
9829 * configure.in (noconfigdirs): Removed gdb for D10V.
9830
9831 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
9832
9833 * configure.in: Remove ld, target-libio, target-libg++, and
9834 target-libstdc++ from noconfigdirs.
9835
9836 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
9837
9838 * configure: Fix three locations where shell scripts were
9839 being run directly rather than with config_shell.
9840
9841 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
9842
9843 * configure.in (v850-*-*): Set up initial $noconfigdirs.
9844 * config.sub (basic_machine): Recognize v850.
9845
9846 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
9847
9848 * mpw-configure: Handle multiple enable/disable options and
9849 pass them down recursively, handle -c and -s flags appropriately
9850 depending on choice of compiler, add escape mechanism for
9851 quoted arguments to gC.
9852
9853 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9854
9855 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
9856 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
9857 so that -mrelocatable-lib and -mno-eabi are used.
9858
9859 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
9860 not support --print-multi-lib, don't abort.
9861
9862 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
9863
9864 * make-all.com: Run config-a-gas.
9865 * setup.com: Don't copy subdirectory files around.
9866
9867 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
9868
9869 * configure.in (*-*-ose): Remove exclusion of libgloss for this
9870 target, it now compiles correctly.
9871
9872 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
9873
9874 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
9875
9876 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9877
9878 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
9879
9880 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9881
9882 * configure.in (native_only): Add prms.
9883
9884 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
9885
9886 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
9887 (BINUTILS_SUPPORT_DIRS): Likewise.
9888
9889 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9890
9891 * configure.in (d10v-*-*): Don't configure ld or gdb until the
9892 d10v support is added.
9893
9894 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
9895
9896 * configure.in (d10v-*-*): New target.
9897
9898 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
9899
9900 * config.guess (HP 9000/811): Recognize this as a PA1.1
9901 machine.
9902
9903 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
9904
9905 * Makefile.in (do-tar-gz): New target, split out from tail end of
9906 taz target. Run each command separately, don't use pipes.
9907 (taz): Use it.
9908
9909 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
9910
9911 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
9912 * mpw-build.in: No builds should depend on building byacc or flex,
9913 they are assumed to be installed already.
9914
9915 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9916
9917 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
9918 variable that CC_FOR_TARGET needs.
9919
9920 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9921
9922 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
9923 options have changed since the last time the subdirectory was
9924 configured, and if it has, reconfigure.
9925 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
9926 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
9927
9928 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
9929
9930 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
9931 CLEAN_MODULES): Add bash.
9932 (all-bash): New target.
9933
9934 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
9935
9936 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
9937
9938 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9939
9940 * config.sub (basic_machine): Recognize d10v as a valid processor.
9941
9942 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
9943
9944 * mpw-configure: Add support for --bindir.
9945 * mpw-build.in: Use a GCC-specific build script for GCC actions.
9946
9947 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
9948
9949 * configure.in: add bash, time, gawk to list of hosttools and things
9950 to only build for native toolchains
9951
9952 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9953
9954 * Makefile.in (docdir): Remove.
9955
9956 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9957
9958 * Makefile.in (datadir): Set to $(prefix)/share.
9959
9960 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
9961
9962 * configure.in: build diff and patch for cygwin32-hosted
9963 toolchains.
9964
9965 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
9966
9967 * config.sub: Accept -rtems*.
9968
9969 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
9970
9971 * configure.in: enable dosrel for cygwin32-hosted builds,
9972 remove diff from the list of things not buildable
9973 via Canadian Cross
9974
9975 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
9976
9977 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
9978 don't get ". ".
9979
9980 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
9981
9982 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
9983
9984 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
9985
9986 * Makefile.in (taz): Handle case where tex3patch didn't even get
9987 checked out. Also, if it was found, put the symlink in a new util
9988 subdirectory.
9989
9990 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9991
9992 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
9993
9994 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
9995
9996 * config.sub: Recognize -openvms.
9997 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
9998 * make-all.com, setup.com: New files.
9999
10000 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10001
10002 * Makefile.in (taz): tex3patch moved to texinfo/util.
10003
10004 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10005
10006 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10007 * configure.in: remove make from disable-if-Can-Cross list
10008 enable gdb if ${host} and ${target} are cygwin32
10009
10010 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10011
10012 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10013 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10014
10015 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10016
10017 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10018 distinguish sysv/svr4/bsd variants.
10019 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10020
10021 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10022
10023 * configure.in: Added copyright notice.
10024 * move-if-change: Added copyright notice.
10025
10026 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10027
10028 * configure.in (powerpcle-*-solaris*): Until we get shared
10029 libraries working, don't build gdb, sim, make, tcl, tk, or
10030 expect.
10031
10032 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10033
10034 * config.guess: Merge with FSF:
10035
10036 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10037 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10038
10039 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10040 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10041
10042 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10043 * config.guess: Combine two OSF1 rules.
10044 Also recognize field test versions. From mjr@zk3.dec.com.
10045 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10046 because GNU uname does not support -p. From pmr@pajato.com.
10047
10048 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10049
10050 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10051
10052 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10053
10054 * mpw-README: Document GCCIncludes.
10055
10056 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10057
10058 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10059
10060 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10061
10062 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10063
10064 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10065
10066 * configure.in (*-*-cygwin32): Configure make.
10067
10068 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10069
10070 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10071
10072 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10073
10074 * Makefile.in (all-inet): Depend on all-perl.
10075
10076 * Makefile.in (inet-install): New target.
10077
10078 * Makefile.in (all-inet): Depend on all-tcl.
10079 (all-inet): Depend on all-send-pr.
10080
10081 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10082
10083 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10084 temporarily.
10085
10086 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10087
10088 * configure.in: Don't configure --with-gnu-ld on AIX.
10089
10090 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10091
10092 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10093
10094 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10095
10096 * Makefile.in (ALL_MODULES): Added all-inet.
10097 (CROSS_CHECK_MODULES): Added check-inet.
10098 (INSTALL_MODULES): Added install-inet.
10099 (CLEAN_MODULES): Added clean-inet.
10100 (all-indent): New target.
10101
10102 * configure.in (host_tools): Added inet.
10103 (native_only): Added inet.
10104 (noconfigdirs): Added inet.
10105
10106 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10107
10108 * configure.in: Don't configure libgloss if we are not configuring
10109 newlib.
10110
10111 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10112
10113 * configure.in: Don't configure libgloss for unsupported
10114 architectures.
10115
10116 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10117
10118 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10119
10120 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10121
10122 * Makefile.in (ALL_MODULES): Include all-apache.
10123 (CROSS_CHECK_MODULES): Include check-apache.
10124 (INSTALL_MODULES): Include install-apache.
10125 (all-apache): New target.
10126
10127 * configure.in: Added apache everywhere perl is seen.
10128
10129 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10130
10131 * Makefile.in: Add support for clean-{module} and
10132 clean-target-{module} rules.
10133
10134 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10135
10136 * configure.in (*-*-ose) do not build libgloss.
10137
10138 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10139
10140 * config.guess (prep*:SunOS:5.*:*): Turn into
10141 powerpele-unknown-solaris2.
10142
10143 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10144
10145 * configure.in: Permit --enable-shared to specify a list of
10146 directories.
10147
10148 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10149
10150 * configure.in (host==solaris): Pass only the first word of $CC
10151 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10152
10153 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10154
10155 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10156
10157 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10158
10159 * Makefile.in (ALL_MODULES): Include all-perl.
10160 (CROSS_CHECK_MODULES): Include check-perl.
10161 (INSTALL_MODULES): Include install-perl.
10162 (ALL_X11_MODULES): Include all-guile.
10163 (CHECK_X11_MODULES): Include check-guile.
10164 (INSTALL_X11_MODULES): Include install-guile.
10165 (all-perl): New target.
10166 (all-guile): New target.
10167
10168 * configure.in (host_tools): Include perl and guile.
10169 (native_only): Include perl and guile.
10170 (noconfigdirs): Don't build guile and perl; no ports have been
10171 done.
10172
10173 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10174
10175 * configure (--enable-*): Handle quoted option lists such as
10176 --enable-sim-cflags='-g0 -O' better.
10177
10178 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10179
10180 * Makefile.in ({,inst}all-target): New rule so we can make and
10181 install all of the target directories easily.
10182
10183 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10184
10185 * configure.in: Add missing global flag in sed substitution when
10186 deleting `target-' from ${configdirs}.
10187
10188 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10189
10190 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10191 option.
10192
10193 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10194 config/mh-necv4.
10195
10196 * install.sh: Correct misspelling of transformbasename.
10197
10198 * config.guess: Recognize mips-*-sysv*.
10199
10200 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10201
10202 * config.sub: Recognize mon960.
10203
10204 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10205
10206 * configure: Restore Canadian Cross handling of BISON and LEX,
10207 removed in Feb 20 change.
10208
10209 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10210
10211 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10212 Mention make install. Remove the old copyright date as well the
10213 clumsy and rather pointless copyright on the README file.
10214
10215 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10216
10217 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10218 Makefile after running symlink-tree, then run `make distclean' to
10219 avoid clobbering any generated files in srcdir.
10220
10221 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10222
10223 * configure.in (m68k-*-netbsd*): Build everything now.
10224
10225 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10226
10227 * Makefile.in (taz): Fix quoting.
10228
10229 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10230
10231 * configure.in (sparclet-*-*): Build everything now.
10232
10233 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10234
10235 * configure.in (m68k-*-linux*): New host.
10236
10237 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10238
10239 * configure: Check for bison before byacc.
10240
10241 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10242
10243 * Makefile.in configure: Change the way LEX and BISON/YACC are
10244 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
10245 searching PATH. These are used as fallbacks by Makefile.in if
10246 flex/bison/byacc aren't in objdir.
10247
10248 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
10249
10250 * Makefile.in: Make everything which depends upon all-bfd also
10251 depend upon all-opcodes, in case --with-commonbfdlib is used.
10252
10253 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10254
10255 * configure.in (host *-*-cygwin32): Don't build gdb if we are
10256 building NT native compilers on Unix.
10257
10258 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
10259
10260 * configure.in: Don't get CC from the host Makefile fragment if we
10261 can find gcc in PATH, or if this is a Canadian Cross. Move the
10262 Solaris test for /usr/ucb/cc to the post target script, just after
10263 the compiler sanity test.
10264
10265 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
10266
10267 * config.sub: Merge with FSF.
10268
10269 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
10270
10271 * Makefile.in (RPATH_ENVVAR): New variable.
10272 (REALLY_SET_LIB_PATH): Use it.
10273 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10274
10275 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
10276
10277 * config.sub, configure.in: Recognize sparclet cpu.
10278
10279 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10280
10281 * config.guess: Support m68k-cbm-sysv4.
10282
10283 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10284
10285 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10286 m68k-unknown-linuxaout from linker help string. Put quotes around
10287 $ld_help_string.
10288
10289 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
10290
10291 * config.guess (powerpc-harris-powerunix): Add guess for port
10292 to new target.
10293
10294 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10295
10296 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10297
10298 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
10299
10300 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10301 $(REALLY_SET_LIB_PATH) in Makefile.
10302 * Makefile.in (SET_LIB_PATH): New variable.
10303 (REALLY_SET_LIB_PATH): New variable.
10304 ($(DO_X)): Use $(SET_LIB_PATH).
10305 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10306 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10307 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10308 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10309 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10310 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10311 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10312 (install-dosrel): Likewise.
10313 (all-opcodes): Depend upon all-libiberty.
10314
10315 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
10316
10317 * config.guess (*:CYGWIN*): New
10318
10319 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10320
10321 * Makefile.in (all-target-winsup): All all-target-libiberty.
10322
10323 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10324
10325 * configure.in (noconfigdirs): Add missing # in front of comment.
10326
10327 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
10328
10329 * configure.in: add second pass to things added to noconfigdirs
10330 so *-gm-magic can exclude libgloss properly.
10331
10332 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
10333
10334 * mpw-configure (extralibs_name, rez_name): Set correctly
10335 for MWC68K compiler.
10336
10337 * mpw-README: Add more info on the necessary build tools.
10338
10339 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
10340
10341 * configure.in, config.sub: Recognize cygwin32.
10342
10343 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
10344
10345 * config.guess, config.sub: Recognize A/UX.
10346
10347 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
10348
10349 * config.sub: Merge with gcc/config.sub.
10350
10351 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
10352
10353 * mpw-build.in (do-binutils): Add build of stamps.
10354
10355 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
10356
10357 * config.sub: Add recognition for mips64vr4100*-* targets.
10358
10359 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10360
10361 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10362 Add creation of gconfigargs with `--enable-shared' turned on.
10363 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10364 ($(host)-stamp-stage3-configured): Likewise.
10365 (HOLES): Add chatr and ldd.
10366 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10367
10368 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
10369
10370 * configure: Pass --nfp to recursive configures.
10371
10372 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
10373
10374 * Makefile.in (DLLTOOL): New.
10375 (DLLTOOL_FOR_TARGET): New.
10376 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10377 (EXTRA_TARGET_FLAGS): Ditto.
10378 (EXTRA_GCC_FLAGS): Ditto.
10379 (CONFIGURE_TARGET_MODULES): Ditto.
10380 (DO_X): Ditto.
10381 * configure: Add DLLTOOL.
10382
10383 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
10384
10385 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10386 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10387 mh-sco, since old workarounds no longer needed, and don't
10388 build ld, since libraries have weak symbols in COFF.
10389
10390 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
10391
10392 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10393
10394 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
10395
10396 * configure.in: Make sure that ${CC} can be used to compile an
10397 executable.
10398
10399 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10400
10401 * Makefile.in (all-gdb): Depend on $(GDB_TK).
10402 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10403 nothing depending on whether gdbtk is being built.
10404
10405 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
10406
10407 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10408
10409 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
10410
10411 * configure.in (noconfigdirs): Put ld or gas in this early, if the
10412 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10413
10414 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
10415
10416 * config-ml.in: Add support for
10417 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10418 Simplify setting of multidirs from --disable-foo.
10419
10420 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10421
10422 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10423 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10424 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10425 non-empty, pass them on to the GCC make.
10426 (all-bootstrap): New rule that is like all-gcc, except it executes
10427 the GCC bootstrap rule instead of the GCC all rule.
10428
10429 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
10430
10431 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10432
10433 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10434
10435 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10436 DG/UX support.
10437
10438 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
10439
10440 * config.sub (i*86*) Change [345] to [3456]
10441
10442 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10443
10444 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10445 --with-gnu-ld=no.
10446
10447 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10448
10449 * config-ml.in (rs6000*, powerpc*): Add switches to control which
10450 AIX multilibs get built.
10451
10452 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10453
10454 * configure.in (i386-win32): Don't build expect if we're not
10455 building the tcl subdir.
10456
10457 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
10458
10459 * Makefile.in: (configure-target-examples, all-target-examples):
10460 New targets, configure and build example programs.
10461
10462 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10463
10464 * mpw-configure: If an mpw-config.in generated a file mk.sed,
10465 use it as input to sedit the generated MPW makefile.
10466 * mpw-README: Add a suggestion about Gestalt.h.
10467
10468 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
10469
10470 * config.sub: Accept *-*-ieee*.
10471
10472 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
10473
10474 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
10475 Ronald F. Guilmette <rfg@monkeys.com>.
10476
10477 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10478
10479 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10480 for powerpc-pe native.
10481 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10482 (target==powerpc-pe): duplicate i386-win32 entry.
10483
10484 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10485
10486 * configure.in (noconfigdirs): Exclude target-newlib for all versions
10487 of vxworks, not just vxworks5.1.
10488
10489 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
10490
10491 * mpw-configure: Add support for exec-prefix.
10492
10493 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10494
10495 * config.guess: Recognize HP model 816 machines as having
10496 a PA1.1 processor.
10497
10498 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
10499
10500 * configure: Ignore new autoconf configure options.
10501
10502 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10503
10504 * config.guess: Recognize Pentium under SCO.
10505 From Robert Lipe <robertl@arnet.com>.
10506
10507 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10508
10509 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
10510
10511 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
10512
10513 * configure.in: Don't configure gas for alpha-dec-osf*.
10514
10515 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
10516
10517 * configure.in: Default to --with-stabs for some targets for which
10518 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10519 i[345]86*-*-unixware*.
10520
10521 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
10522
10523 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10524 rather than basing it on the target. Simplify handling of options
10525 controlling which directories to configure. Remove extraneous
10526 slash in multi-clean target.
10527
10528 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
10529
10530 * config-ml.in: Prefix more variables with ml_ so they don't collide
10531 with configure's.
10532
10533 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
10534
10535 * configure: Don't turn -v into --v.
10536
10537 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
10538
10539 * configure.in (targargs): Fix typo.
10540
10541 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10542
10543 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
10544
10545 * configure.in: Strip --host and --target options from
10546 CONFIG_ARGUMENTS, and always configure for --host only. Add
10547 --with-cross-host option when building with a cross-compiler.
10548 * configure: Canonicalize the arguments put into config.status by
10549 always using `=' for an option with an argument. Pass a presumed
10550 --host or --target explicitly.
10551
10552 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
10553
10554 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10555 into general OS recognition case.
10556
10557 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10558
10559 * configure.in (target_configdirs): add target-winsup only
10560 for win32 target systems.
10561
10562 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
10563
10564 * Makefile.in (all-target-libgloss): Depend upon
10565 configure-target-newlib, since when libgloss is built it looks to
10566 see if the newlib directory exists.
10567
10568 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
10569
10570 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10571 cfg-ml-*.in.
10572
10573 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
10574
10575 * configure: Handle LD and LD_FOR_TARGET when configuring a
10576 Canadian Cross.
10577
10578 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10579
10580 * configure.in (target_libs): add target-winsup.
10581 (target==i386-win32): add patch diff flex make to $noconfigdirs.
10582 (target==ppcle-pe): remove ld from $noconfigdirs.
10583
10584 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
10585
10586 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10587 Preserve relative path names in $srcdir. Build symlink tree if
10588 configuring cross target dir and srcdir=. (= no VPATH support).
10589 (configure-target-libg++): Depend on configure-target-librx.
10590 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10591 * config-ml.in: New file.
10592 * symlink-tree: New file.
10593 * configure: Ensure srcdir="." if that's what it is.
10594
10595 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
10596
10597 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10598 includes and FLEX_SKELETON setting.
10599 * mpw-configure (--with-gnu-ld): New option, controls whether
10600 to use PPCLink or ld with PowerMac GCC.
10601 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10602 * mpw-config.in: Configure grez if targeting Mac.
10603
10604 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
10605 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10606 just macos.
10607 * configure.in: Configure grez resource compiler if targeting Mac.
10608 * Makefile.in (all-grez, install-grez): New targets.
10609
10610 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
10611
10612 * configure: CXX defaults to gcc, not g++. If we find
10613 gcc in the path, set CC to gcc -O2.
10614
10615 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
10616
10617 * configure: Default ${build} correctly. Avoid picking up extra
10618 spaces when reading CC and CXX from Makefile. When doing a
10619 Canadian Cross, use plausible default values for numerous
10620 variables.
10621 * configure.in: When doing a Canadian Cross, don't try to
10622 configure tools whose configure script can't handle it.
10623
10624 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10625
10626 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
10627
10628 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
10629
10630 * configure: Remove dubious bug reporting address.
10631
10632 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
10633
10634 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
10635 configure script, run that instead of this directory's configure.
10636 In either case, print a message that we're configuring the sub-dir.
10637
10638 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
10639
10640 * configure.in: Before checking for the existence of various files,
10641 use sed to filter out "target-".
10642
10643 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
10644
10645 * Makefile.in (DO_X): Split rule to decrease command line length
10646 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
10647 (Philippe De Muyter).
10648
10649 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10650
10651 * Makefile.in (all-patch): depend on all-libiberty.
10652
10653 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
10654
10655 * configure.in: If the only directory in target_configdirs which
10656 actually exists is libiberty, then set target_configdirs to empty,
10657 to avoid trying to build a target libiberty in a gas or gdb
10658 distribution.
10659
10660 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
10661
10662 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
10663 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
10664 systems.
10665
10666 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10667
10668 * configure.in (copy_dirs): Use sys-include instead of include
10669 for --with-headers option.
10670
10671 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
10672
10673 * Makefile.in, configure.in: Make winsup builds work with
10674 new scheme.
10675
10676 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
10677
10678 * configure.in: Build the linker on AIX.
10679
10680 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
10681
10682 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
10683 where needed.
10684
10685 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
10686
10687 * Makefile.in (all-gcc): Fix typo.
10688
10689 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
10690
10691 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
10692
10693 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
10694
10695 * configure.in: Rename libFOO to target-libFOO, and xiberty
10696 to target-xiberty, to provide more flexibility.
10697 (target_subdir): Define. Create if cross.
10698 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
10699 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
10700 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
10701 check-libFOO -> check-target-libFOO, etc.
10702 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
10703 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
10704 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
10705 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
10706 allow ALL_GCC="" to only configure.
10707 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
10708 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
10709 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
10710
10711 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
10712
10713 * Makefile.in (taz): Build "info" in etc explicitly.
10714
10715 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
10716
10717 * configure.in: Make sure that CC is undefined (as opposed to
10718 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
10719 problem with autoconf trying to configure on a host without GCC.
10720
10721 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
10722
10723 * mpw-configure: Set host alias from choice of host compiler,
10724 only use generic MPW Makefile sed if present, edit a file
10725 named "hacked_Makefile.in" instead of "Makefile.in" if present.
10726 * mpw-README: Add problem notes about CW6 and CW7.
10727
10728 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
10729
10730 * Makefile.in (taz): Use ";" instead of ";;".
10731
10732 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
10733
10734 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
10735 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
10736 DISTDOCDIRS.
10737 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
10738 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
10739
10740 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
10741
10742 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
10743 and gnats, because they are now subsumed by DISTSTUFFDIRS.
10744 Move bfd to DISTSTUFFDIRS.
10745
10746 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10747
10748 * Makefile.in (X11_LIB): Removed.
10749 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
10750
10751 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
10752
10753 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10754
10755 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
10756 names.
10757
10758 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10759
10760 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
10761
10762 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
10763
10764 * configure.in (i[345]86-*-win32): Always build newlib.
10765 Don't configure cvs, autoconf or texinfo.
10766 * Makefile.in (LD_FOR_TARGET): New.
10767 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
10768 Pass down LD_FOR_TARGET.
10769
10770 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
10771
10772 * winsup: New directory.
10773 * Makefile.in: Build winsup.
10774 * configure.in: Winsup is configured when target is win32.
10775 Can only build win32 target GDB when native.
10776
10777 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
10778
10779 * config.guess: Recognize HP model 819 machines as having
10780 a PA 1.1 processor.
10781
10782 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
10783
10784 * configure: Fix sed loop which substitutes for CC and CXX to
10785 avoid bug found in various sed implementations.
10786
10787 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10788
10789 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
10790 simulator. Use standard powerpc-*-eabi*.
10791
10792 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
10793
10794 * configure.in: Stop putting gas and binutils in noconfigdirs for
10795 powerpc-*-aix* and rs6000-*-*.
10796
10797 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
10798
10799 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
10800 -mcall-aixdesc libraries.
10801
10802 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
10803
10804 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10805
10806 * config.sub (arm | armel | armeb): Fix shell syntax.
10807
10808 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10809
10810 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
10811 -msoft-float and -mcpu=common support.
10812 (powerpc*-*-eabisim*): Add support for building -mcall-aix
10813 libraries.
10814
10815 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10816
10817 * configure.in: Allow configuration and build of emacs19 for the alpha.
10818
10819 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10820
10821 * configure.in (CC): Get ^CC, not just any old CC, from
10822 ${host_makefile_frag}.
10823
10824 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10825
10826 * configure.in (CC): Try to get CC from
10827 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
10828
10829 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10830
10831 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
10832 only if it exists in $(srcdir).
10833
10834 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
10835
10836 * configure: If CC and CXX are not set in the environment, set
10837 them, based on either an existing Makefile or on searching for gcc
10838 in PATH. Substitute for CC and CXX in Makefile.
10839 * configure.in: Remove libm from target_libs. Separate
10840 target_configdirs from configdirs. If CC is not set in
10841 environment, try to get it from a host Makefile fragment. Rewrite
10842 changes of configdirs to use skipdirs instead. A few minor
10843 tweaks. Take directories out of target_configdirs as they are
10844 taken out of configdirs. Remove existing Makefile files from
10845 subdirectories. Substitute for TARGET_CONFIGDIRS and
10846 CONFIG_ARGUMENTS in Makefile.
10847 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
10848 by configure.in.
10849 (CONFIG_ARGUMENTS): Likewise.
10850 (CONFIGURE_TARGET_MODULES): New variable.
10851 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
10852 ($(CONFIGURE_TARGET_MODULES)): New target.
10853 (configure-libg++, configure-libio): New targets.
10854 (all-libg++): Depend upon configure-libg++.
10855 (all-libio): Depend upon configure-libio.
10856 (configure-libgloss, all-libgloss): New targets.
10857 (configure-libstdc++): New target.
10858 (all-libstdc++): Depend upon configure-libstdc++.
10859 (configure-librx, all-librx): New targets.
10860 (configure-newlib): New target.
10861 (all-newlib): Depend upon configure-newlib
10862 (configure-xiberty): New target.
10863 (all-xiberty): Depend upon configure-xiberty.
10864
10865 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10866
10867 * configure.in (host i[345]86-*-win32): Expand the
10868 noconfigdirs again.
10869
10870 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
10871
10872 * mpw-configure: Fix sed command file name.
10873
10874 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
10875
10876 * configure.in (host i[345]86-*-win32): Reduce the
10877 noconfigdirs again.
10878
10879 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
10880
10881 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
10882 or powerpc*-*-pe*, since they are not yet supported.
10883
10884 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
10885
10886 Add PowerMac support and many other enhancements.
10887 * mpw-configure: New option --cc to select compiler to use,
10888 paste options set according to --cc into the generated
10889 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
10890 if mpw-make.sed is present.
10891 * mpw-config.in: Don't test for gC1, test for mpw-touch,
10892 add forward includes for PowerPC include files.
10893 * mpw-build.in: Build using Makefile.PPC if present.
10894 (do-byacc, etc): Remove separate version resource builds.
10895 (do-gas): Build "stamps" before "all".
10896 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
10897 * mpw-README: Update to reflect --cc option, PowerMac support,
10898 and recently-reported compatibility problems.
10899
10900 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
10901
10902 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
10903 embedded m68k systems (-aout, -coff, -elf, -vxworks).
10904 (--with-multilib-top): Pass to recursive invocations.
10905
10906 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
10907
10908 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
10909 v810-*-*.
10910
10911 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10912
10913 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
10914 gdb, ld and opcodes on v810-*-*.
10915
10916 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
10917
10918 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
10919 (local-maintainer-clean): New target.
10920 (maintainer-clean): New target.
10921 (realclean): Just depend upon maintainer-clean.
10922
10923 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10924
10925 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
10926
10927 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
10928
10929 * configure.in: Build ld in mips*-*-bsd* case.
10930
10931 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
10932
10933 * config.sub: Accept -lites* OS. From Ian Dall.
10934
10935 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
10936
10937 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
10938 targets.
10939
10940 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10941
10942 * configure.in: treat i386-win32 canadian cross the same as
10943 i386-go32 canadian cross.
10944
10945 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10946
10947 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
10948 running under the simulator to build a reduced set of libraries.
10949 (powerpc-*-eabiaix): Add fine grained multilib support added to
10950 other powerpc targets yesterday.
10951
10952 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10953
10954 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
10955 -disable-softfloat, -disable-relocatable, -disable-aix, and
10956 -disable-sysv to control which multilib libraries get built.
10957
10958 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
10959
10960 * configure: Add Makefile.tem to list of files to remove in trap
10961 handler.
10962
10963 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
10964
10965 * config.guess (*Linux*): Add missing "exit"s.
10966 Also, need specific check for alpha-unknown-linux (uses COFF).
10967
10968 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
10969
10970 * config.guess: Merge with FSF:
10971
10972 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
10973 * config.guess (AIX4): More robust release numbering discovery.
10974
10975 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
10976 * config.guess (i386-sequent-ptx): Properly get version number.
10977
10978 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
10979 * config.guess (mips:*:4*:UMIPS): New case.
10980
10981 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
10982
10983 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
10984 (i386-win32 host): Likewise. Don't build readline.
10985
10986 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
10987
10988 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
10989 SUPPORT_FILES to submakes.
10990
10991 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
10992
10993 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
10994 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
10995 mpw-configure.
10996
10997 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
10998
10999 * configure.in (appdirs): Use =, not ==, in test expression when
11000 trying to build the text to print in the warning message for
11001 Solaris users.
11002
11003 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11004
11005 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11006
11007 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11008
11009 * config.guess: Recognize lynx-2.3.
11010
11011 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11012
11013 * config.sub (z8ksim): Deleted
11014 (z8k-*-coff): New, this is the one true name of the target.
11015
11016 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11017
11018 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11019
11020 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11021
11022 * config.guess (*:Linux:*:*): First try asking the linker what the
11023 default object file format is (elf, aout, or coff). Then if this
11024 fails, try previous methods.
11025
11026 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11027
11028 * configure.in: Don't build newlib for *-*-vxworks5.1.
11029
11030 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11031
11032 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11033 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11034
11035 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11036
11037 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11038
11039 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11040
11041 * cfg-ml-com.in: New file.
11042 * cfg-ml-pos.in: New file.
11043
11044 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11045
11046 * COPYING.NEWLIB: Add HP free copyright to list.
11047
11048 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11049
11050 * config.sub: Recognize -eabi* for the system, not just -eabi.
11051
11052 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11053
11054 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11055 * config.sub, configure.in (win32): New target and host.
11056
11057 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11058
11059 * configure.in: Add i386-pe configuration.
11060
11061 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11062
11063 * mpw-build.in (install): Install GDB after LD.
11064
11065 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11066
11067 * mpw-config.in (elf/mips.h): Always forward-include, needed
11068 for GDB to build.
11069
11070 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11071
11072 * testsuite: New directory for customer acceptance and whole tool
11073 chain tests.
11074
11075 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11076
11077 * configure: If per-host line isn't found, but AC_OUTPUT is found
11078 and a configure script exists, run it instead.
11079
11080 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11081
11082 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11083
11084 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11085
11086 * configure: Set build_{cpu,vendor,os,alias} to host values when
11087 --build isn't specified.
11088
11089 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11090
11091 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11092 (FLAGS_TO_PASS): Pass them.
11093 (EXTRA_TARGET_FLAGS): Ditto.
11094
11095 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11096
11097 * Makefile.in (all-libg++): Depend on all-libstdc++.
11098
11099 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11100
11101 * configure.in (noconfigdirs): Enable all packages for
11102 i386-unknown-netbsd.
11103
11104 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11105
11106 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11107 hosted builds (DOS builds)
11108
11109 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11110
11111 Changes for ARM based on patches from Richard Earnshaw:
11112 * config.sub: Handle armeb and armel.
11113 * configure.in: Omit arm linker only for riscix.
11114
11115 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11116
11117 * config.guess: Update from FSF.
11118
11119 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11120
11121 * config.sub: Recognize powerpcle as the little endian varient of
11122 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11123 powerpcle variant. Convert pentium into i586, not i486. Add p5
11124 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11125 temporarily.
11126
11127 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11128
11129 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11130
11131 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11132
11133 * config.sub: Accept -lites* as a basic system type.
11134
11135 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11136
11137 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11138 installed, and if so return linuxoldld as the system name.
11139
11140 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11141
11142 * config.guess: Add hppa1.1-hp-lites support.
11143
11144 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11145
11146 * configure.in: Don't build newlib for m68k-vxworks5.1.
11147
11148 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11149
11150 * configure.in (mips-sgi-irix6): Use mh-irix5.
11151
11152 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11153
11154 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11155
11156 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11157
11158 * test-build.mk: Enable building of shared libraries on IRIX 5 and
11159 OSF/1. Fix compiler flags.
11160 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11161
11162 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11163
11164 * configure.in: Recognize --with-newlib.
11165 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11166
11167 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11168
11169 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11170 to *_X11_MODULES due to gdbtk needing X include files et al.
11171
11172 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11173
11174 Merge in support for Mac MPW as a host.
11175 (Old change descriptions retained for informational value.)
11176
11177 * mpw-config.in: Add generic include forwards for cpu-specific
11178 include files in aout and elf directories.
11179
11180 * mpw-configure: Added copyright.
11181 * mpw-config.in: Check for presence of required build tools.
11182 (target_libs): Add newlib.
11183 (target_tools): Add examples.
11184 (Read Me): Generate as "Read Me for MPW" instead.
11185 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11186 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11187 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11188
11189 * mpw-configure: Remove subdir-specific makefile hackery,
11190 delete mk.tmp after using it.
11191
11192 * mpw-build.in (all): Display start and end times.
11193
11194 * mpw-configure (host_canonical): Set.
11195 (target_cpu): Always add to makefiles.
11196 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11197 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11198 (mpw-mh-mpw): Look for in srcdir and srcroot.
11199 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11200
11201 * mpw-build.in: (install-only): New target.
11202
11203 * mpw-configure (host_alias, target_alias): Rename from hostalias
11204 and targetalias, add into generated Makefile.
11205 (mk.tmp): If present, add into generated Makefile.
11206 * mpw-build.in (all-gas): Build config.h first before gas proper.
11207
11208 * mpw-configure (config.status): Write only if changed.
11209 * mpw-config.in (readline): Configure it (not built, just used for
11210 definitions).
11211
11212 * mpw-config.in (elf/mips.h): Add a forward include.
11213
11214 * mpw-config.in: Forward-include most .h files in include into
11215 extra-include.
11216 (readline): Don't build.
11217 mpw-build.in (install): Install GDB.
11218
11219 * mpw-configure (prefix, mpw_prefix): Handle it.
11220 * mpw-config.in (mmalloc, readline): Don't configure.
11221 * mpw-build.in (thisscript): Rename to ThisScript.
11222 Use mpw-build instead of BuildProgram everywhere.
11223 (mmalloc, readline): Don't build.
11224 * mpw-README: New file, basic documentation about the MPW port.
11225
11226 * mpw-config.in: Use forward-include to create include files.
11227
11228 * mpw-configure: Add more things to the top of each configured
11229 Makefile, including contents of config/mpw-mh-mpw.
11230 * mpw-config.in (extra-include): Create this directory and fill it
11231 with Posix-like include files when configuring.
11232
11233 * config.sub (apple, mac, mpw): Add various aliases.
11234
11235 * mpw-build.in: New file, top-level build script fragment for MPW.
11236 * mpw-configure: New file, configure script for MPW.
11237 * mpw-config.in: New file, config fragment for MPW.
11238
11239 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11240
11241 * configure.in (host_libs): Remove glob, since it is gone from the
11242 sources.
11243
11244 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11245
11246 * Makefile.in: define empty GDB_NLM_DEPS var.
11247
11248 * configure.in(target_makefile_frag): use config/mt-netware
11249 for netware targets.
11250
11251 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
11252
11253 * config.sub: Merge in recent FSF changes. Remove linux special
11254 cases.
11255
11256 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11257
11258 Revert this change:
11259
11260 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11261
11262 * build-all.mk: Use CC=cc -Xs on Solaris.
11263
11264 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11265
11266 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
11267 stop using it.
11268 * Makefile.in: Nuke all references to glob subdirectory.
11269
11270 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11271
11272 * configure.in: Fix --enable-shared logic in per-host.
11273
11274 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
11275
11276 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11277
11278 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11279
11280 * configure.in (noconfigdirs): Don't build gas on AIX, for
11281 powerpc*-*-aix* as well as for rs6000*-*-aix*.
11282
11283 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
11284
11285 * configure: Fix --cache-file to work if the file argument is a
11286 relative path.
11287
11288 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
11289
11290 * configure: If the --cache-file is used, pass it down to
11291 configure in subdirectories.
11292
11293 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
11294
11295 * config.sub: add vxworks29k configuration.
11296
11297 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11298
11299 * Makefile.in (taz): Do "diststuff" part quietly.
11300
11301 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
11302
11303 * config.sub: Mini-merge with gcc/config.sub.
11304
11305 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11306
11307 * config.guess (IRIX): Sed - to _.
11308
11309 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11310
11311 * Makefile.in (source-vault, binary-vault): New targets.
11312
11313 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
11314
11315 * config.sub: Recognize -eabi as a basic system type.
11316
11317 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11318
11319 * configure.in (enable_shared stuff): Fix typo.
11320
11321 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
11322
11323 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11324
11325 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11326
11327 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11328
11329 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11330
11331 * configure.in (rs6000-*-*): Don't build gas.
11332
11333 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
11334
11335 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11336 reduce command line length.
11337 (AS_FOR_TARGET): Check for as.new, not Makefile.
11338 (NM_FOR_TARGET): Check for nm.new, not Makefile.
11339
11340 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
11341
11342 * config.guess: Merge from FSF.
11343
11344 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11345
11346 * configure: Don't use $ when handling program_suffix.
11347
11348 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
11349
11350 * configure.in: Configure tk for hppa/hpux.
11351
11352 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
11353
11354 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
11355
11356 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11357
11358 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
11359 to LIBCXXFLAGS. Tests are better run without it.
11360
11361 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
11362
11363 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11364
11365 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
11366
11367 * configure.in (*-*-netware*): Don't configure xiberty.
11368
11369 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
11370
11371 * configure.in: Remove tk from native_only list.
11372
11373 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
11374
11375 * build-all.mk: Add mips-ncd-elf target to sun4 targets
11376 for special NCD build.
11377
11378 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11379
11380 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11381 makeall.bat, they're only useful for binutils snapshots.
11382 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11383 makeall.bat to specified SUPPORT_FILES.
11384
11385 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
11386
11387 * build-all.mk: Add Ericsson targets to sun4 and solaris
11388 hosts. Add BNR's sun4 target to solaris host, so their
11389 build-from-source will be tested in-house first.
11390
11391 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11392
11393 * Makefile.in (LIBCFLAGS): New variable.
11394 (CFLAGS_FOR_TARGET): Ditto.
11395 (LIBCFLAGS_FOR_TARGET): Ditto.
11396 (LIBCXXFLAGS): Ditto.
11397 (CXXFLAGS_FOR_TARGET): Ditto.
11398 (LIBCXXFLAGS_FOR_TARGET): Ditto.
11399 (BASE_FLAGS_TO_PASS): Pass them.
11400 (EXTRA_TARGET_FLAGS): Ditto.
11401
11402 * configure.in: Support --enable-shared.
11403
11404 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
11405
11406 * configure.in (target_libs): Include libstdc++ again.
11407 * config.guess: Update from FSF (for FreeBSD).
11408
11409 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11410
11411 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11412 makeall.bat.
11413 (DISTDOCDIRS): Add `etc'.
11414 (ETC_SUPPORT_PFX): New variable.
11415 (taz): Include anything from etc starting with a word in
11416 ETC_SUPPORT_PFX.
11417
11418 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11419
11420 * config.sub: Update for recent FSF changes. Remove obsolete
11421 h8300hds entry. Add -windows* and -osx as basic os. Minor
11422 spacing changes.
11423
11424 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11425
11426 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
11427
11428 * config.guess: Merge with FSF.
11429 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11430
11431 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11432
11433 * configure: Since the "trap 0" handler will override the exit
11434 status on many systems, only use it for "exit 1", and make it set
11435 a non-zero exit status; reset it before "exit 0". Also, check
11436 exit status of config.sub, and error out if it failed.
11437
11438 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
11439
11440 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11441 and install libgloss.
11442
11443 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11444
11445 * Makefile.in (all-binutils): Depend upon all-byacc.
11446
11447 * configure.in: Don't build emacs on Irix 5.
11448
11449 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11450
11451 * configure.in (*-*-netware*): Add libio.
11452
11453 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11454
11455 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11456 (CHECK_TARGET_MODULES): Ditto.
11457 (INSTALL_TARGET_MODULES): Ditto.
11458 (TARGET_LIBS): Ditto.
11459 (all-libstdc++): Note dependencies.
11460
11461 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11462
11463 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11464
11465 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11466
11467 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11468 -fexternal-templates.
11469
11470 * configure.in (target_libs): Add libstdc++.
11471 (noconfigdirs): Add libstdc++ as appropriate.
11472
11473 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11474
11475 * config.guess: Update from FSF.
11476
11477 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11478
11479 * configure: Use ${config_shell} when running ${configsub}.
11480
11481 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
11482
11483 * config.sub: No longer recognize h8300h.
11484
11485 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11486
11487 * config.sub: Remove extraneous differences between config.sub and
11488 gcc/config.sub.
11489
11490 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11491
11492 * Makefile.in (DISTSTUFFDIRS): Add gas.
11493
11494 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
11495
11496 * COPYING.NEWLIB: New file.
11497
11498 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
11499
11500 * config.guess (HP-UX): Patch from Harlan Stenn
11501 <harlan@landmark.com> to also emit release level.
11502
11503 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11504
11505 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11506
11507 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
11508
11509 * config.sub: Merge nextstep cleanup from FSF.
11510
11511 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11512
11513 * configure.in (arm-*-*): Don't configure ld for this target.
11514
11515 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11516
11517 * configure.in (*-*-netware): don't configure libg++, libio,
11518 librx, or newlib.
11519
11520 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11521
11522 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
11523 configure ld--it works, but it doesn't support shared libraries.
11524
11525 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
11526
11527 * config.guess (*-unknown-freebsd*): Get rid of possible
11528 trailing "(Release)" in version string.
11529 Patch from Paul Richards <paul@isl.cf.ac.uk>.
11530
11531 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
11532
11533 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11534 Fix type: *-next-neststep -> *-next-nextstep.
11535
11536 * config.guess: Merge from FSF:
11537
11538 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11539
11540 * config.guess: Recognize powerpc-ibm-aix3.2.5.
11541
11542 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11543
11544 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11545 instead of UNIX_SV for UnixWare 1.0).
11546
11547 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
11548
11549 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
11550 to make gdb/nlm/* build after the compiler and linker.
11551
11552 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
11553
11554 * config.guess (netbsd, freebsd, linux): Accept any machine,
11555 not just i[34]86.
11556 (m68k-atari-sysv4): Relocate to match FSF version.
11557
11558 * config.guess: More merges from the FSF:
11559
11560 Add a space before function call or macro invocation.
11561
11562 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11563
11564 * config.guess: Add trap cmd to remove dummy.c and dummy when
11565 interrupted.
11566
11567 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11568
11569 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11570 (dummy): Redirect stderr from compilation of dummy.c.
11571
11572 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
11573
11574 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11575
11576 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
11577
11578 * configure: Accept and ignore --cache*, for compatibility with
11579 new autoconf.
11580
11581 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
11582
11583 * config.guess: Merge from FSF:
11584
11585 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11586
11587 * config.guess (Pyramid*:OSx*:*:*): New case.
11588 (PATH): Add /.attbin at end for finding uname.
11589 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
11590
11591 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
11592
11593 * config.guess (M88*:DolphinOS:*:*): New case.
11594
11595 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
11596
11597 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11598 to select whether to use ELF or COFF.
11599
11600 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11601
11602 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
11603
11604 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11605
11606 * config.guess: Guess the OS version for HPUX.
11607
11608 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11609
11610 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11611
11612 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11613
11614 * configure.in: Recognize --with-headers, --with-libs, and
11615 --without-newlib.
11616 * Makefile.in (all-xiberty): Depend upon all-ld.
11617
11618 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11619
11620 * configure.in: Change i[34]86 to i[345]86.
11621
11622 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11623
11624 * configure (version): A few more tweaks to help message.
11625
11626 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
11627
11628 * Makefile.in: Remove (for now) librx as a host library,
11629 now that we're building it for target.
11630
11631 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11632
11633 * configure: Fix up help message; from karl@owl.hq.ileaf.com
11634 (Karl Berry).
11635
11636 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
11637
11638 * configure.in: Also configure librx.
11639
11640 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
11641
11642 * Makefile.in: Update various rules to reflect that librx
11643 is now needed for libg++.
11644
11645 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11646
11647 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
11648
11649 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11650
11651 * configure.in: Configure the examples directory.
11652
11653 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11654
11655 * configure: Simplify Jun 2 1994 change.
11656
11657 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11658
11659 * change CC to /usr/latest/bin/gcc for lynx host builds, since
11660 /bin/gcc isn't good enough to build gcc.
11661
11662 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
11663
11664 * Makefile.in (GDB_SUPPORT_FILES): Remove
11665 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
11666 (gdb.tar.gz): Add new rule to use standard distribution building
11667 mechanism.
11668
11669 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11670
11671 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
11672 Bill Cox <bill@cygnus.com>.
11673
11674 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
11675
11676 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
11677
11678 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
11679
11680 * configure: Search current dir first in .gdbinit.
11681
11682 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
11683
11684 * config.sub: Recognize freebsd (merged from gcc config.sub).
11685
11686 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
11687
11688 * config.sub: Refer to NeXT's operating system as nextstep.
11689
11690 * config.sub (case $basic_machine): Re-order the cases, to match
11691 the order in the FSF version (which is mostly alphabethical).
11692 Merge in some additions and changes from the FSF.
11693
11694 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
11695
11696 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
11697 * config.sub: Recognize cxux7.
11698 * configure.in: Use mh-cxux for m88k-harris-cxux*.
11699
11700 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
11701
11702 * config.sub: Fix typo powerpc -> powerpc-*.
11703
11704 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
11705
11706 * Makefile.in: `all-emacs19' depends on `all-byacc'.
11707
11708 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
11709 parallel with all-emacs and install-emacs). Top-level command
11710 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
11711
11712 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11713
11714 * test-build.mk ($(host)-stamp-stage2-installed): Remove
11715 $(relbindir)/make before doing ``make install'', and use
11716 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
11717 installing over running make binary.
11718 ($(host)-stamp-stage3-installed): Likewise.
11719
11720 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11721
11722 * config.guess: Recognize Mach.
11723
11724 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11725
11726 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
11727 see whether --exec-prefix was used.
11728
11729 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11730
11731 * README: Explicitly mention libg++/README. (Zoo's idea.)
11732
11733 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11734
11735 * Makefile.in: Add all-librx target similar to all-libproc.
11736
11737 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
11738
11739 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
11740 with post 1.2 uname bogosity.
11741
11742 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11743
11744 * configure: Remove temporary files on receipt of a signal.
11745
11746 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
11747
11748 * configure: If there is a package_makefile_frag, remove
11749 ${subdir}/Makefile.tem after copying it in.
11750
11751 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11752
11753 * build_all.mk: support rs6000 lynx identifies itself as
11754 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
11755 since /bin/gcc is too feeble to compile a modern gcc.
11756
11757 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
11758
11759 * brought devo/test-build.mk update-to-date with progressive/
11760 test-build.mk. Add lynx targets and hppa flag info.
11761
11762 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11763
11764 * configure.in: Use mh-ncrsvr43. Patch from
11765 Tom McConnell <tmcconne@sedona.intel.com>.
11766
11767 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
11768
11769 * config.guess (i386-unknown-bsdi): No longer need to
11770 check #if defined(__bsdi__) && defined(__i386__).
11771
11772 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11773
11774 * configure: Set program_transform_nameoption correctly.
11775
11776 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
11777
11778 * brought build-all.mk update-to-date with progressive build-all.mk,
11779 added new targets and hppa info.
11780
11781 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11782
11783 * configure: If config.guess result is a prefix of the user
11784 specified target, assume a native build and use the user specified
11785 target as the host alias. Remove SunOS patch suffix removal hack.
11786 * configure.in: Remove SunOS patch suffix removal hack.
11787
11788 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
11789 in NATIVE_CHECK_MODULES.
11790
11791 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
11792
11793 * Makefile.in: Rename HOST_ONLY to NATIVE.
11794 * configure: Delete SunOs patch suffix from host_canonical
11795 and build_canonical variables that are prepended to Makefiles.
11796 * configure.in: Add comments for easier maintenance.
11797
11798 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11799
11800 * Makefile.in: Add all-libproc target similar to all-gui.
11801
11802 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
11803
11804 * Makefile.in (CHECK_MODULES): split into
11805 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
11806
11807 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
11808
11809 * config.guess (i386-unknown-bsdi): New system to guess.
11810
11811 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11812
11813 * Makefile.in: Add all-gui target (but not yet build by "all").
11814
11815 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
11816
11817 * config.sub: Move deletion of patch suffix from here...
11818 * configure.in: To here, at Ian's suggestion. The top-
11819 level scripts might need to know of a patch level.
11820
11821 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
11822
11823 * config.sub: Strip off patch suffix so rtl is recognized
11824 as a sunos4.1.3 machine, even though it's been patched.
11825
11826 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
11827
11828 * Makefile.in (INSTALL_LAST): Delete.
11829 (INSTALL_DOSREL): New.
11830
11831 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11832
11833 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
11834 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
11835 whether we pass down --with-gnu-ld anyhow.
11836
11837 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
11838
11839 * Makefile.in (INSTALL_LAST): Change operation so it works
11840 on more flavors of make.
11841 * configure.in (go32): Don't build libg++ or libio.
11842
11843 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
11844
11845 * Makefile.in (Move HOST_PREFIX_1 and friends up so
11846 they can be overriden by templates.
11847
11848 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
11849
11850 * configure.in (target==go32): Don't build gdb.
11851 * dosrel: New directory.
11852
11853 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
11854
11855 * configure.in (host==go32): Configure dosrel too.
11856 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
11857 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
11858 be set by incoming names or templates.
11859 (INSTALL_LAST): New rule.
11860
11861 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
11862
11863 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
11864
11865 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11866
11867 * configure.in (appdirs): New variable. Currently empty, but will
11868 be used in gas distribution. If nonempty, lists a set of
11869 directories at least one of which must get configured, or top
11870 level configuration is considered to have failed.
11871 (rs6000-*-lynxos*): Use new file name.
11872
11873 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11874
11875 Eliminate XTRAFLAGS.
11876 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
11877 newlib include files using -idirafter, and also use -nostdinc.
11878 (CXX_FOR_TARGET): Likewise.
11879 (XTRAFLAGS): Removed.
11880 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
11881 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
11882 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
11883 ($(DO_X)): Don't pass down XTRAFLAGS.
11884
11885 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11886
11887 * configure.in (mips*-dec-bsd*): New target; do build linker.
11888 (mips*-*-bsd*): New target; don't build linker.
11889
11890 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
11891
11892 * configure.in: support rs6000-*-lynxos* configuration.
11893 support sunos4 as a cross target.
11894
11895 * config.sub: look for lynx*, not lynx since the OS version may
11896 legitimately be part of the name.
11897
11898 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
11899
11900 * configure.in (i[34]86-*-sco*): Move to be with other i386
11901 targets.
11902 (romp-*-*): New target. Skip various binary utilities.
11903 (vax-*-*): New target. Don't build newlib.
11904 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
11905
11906 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11907
11908 * configure.in: Only set host_makefile_frag if config
11909 directory exists.
11910
11911 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11912
11913 * install.sh: If $dstdir exists, don't check whether each
11914 component does.
11915
11916 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11917
11918 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
11919
11920 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
11921
11922 * configure.in (*-*-lynxos*): Don't configure newlib for either
11923 native or cross Lynx.
11924
11925 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
11926
11927 * config.sub (sparc64-elf): Fix os.
11928 (z8k): Remove duplicate.
11929
11930 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11931
11932 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
11933 gcc/stmp-fixproto, to try to prevent fixproto from being run.
11934
11935 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
11936
11937 * configure: Make file links cleanly even if Lynx fails on
11938 an NFS symlink (at least fail cleanly).
11939
11940 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11941
11942 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
11943 -XNh2000.
11944
11945 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11946
11947 * configure: Unknown options are fatal again.
11948
11949 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
11950
11951 * configure: Ignore --x-includes and --x-libraries, for Autoconf
11952 compatibility.
11953
11954 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
11955
11956 * build-all.mk: Add `clean' target.
11957
11958 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11959
11960 * config.guess: Add SINIX support.
11961 * configure.in: Add mips-*-sysv4* support.
11962
11963 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
11964
11965 * build-all.mk: Document all useful targets.
11966 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
11967 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
11968
11969 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11970
11971 * configure: Support --silent, --quiet.
11972
11973 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11974
11975 * configure: Support --disable-FEATURE.
11976
11977 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11978
11979 * config.guess: Recognize NCR running SVR4.3.
11980
11981 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
11982
11983 * config.guess: Make BSDI generate i386-unknown-bsd386.
11984 Patch from Paul Eggert <eggert@twinsun.com>.
11985
11986 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11987
11988 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
11989
11990 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11991
11992 * configure: Make unrecognized options give nonfatal warnings
11993 instead of fatal errors, and pass them to any subdirectory
11994 configures in case they recognize them.
11995 Make --x equivalent to --with-x.
11996
11997 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
11998
11999 * configure: Add --enable-* options. Clean up usage message and
12000 some comments.
12001
12002 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12003
12004 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12005
12006 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12007
12008 * configure.in (hppa*-*-*): Enable binutils.
12009
12010 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12011
12012 * config.sub: Recognize cisco.
12013
12014 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12015
12016 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12017
12018 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12019
12020 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12021 than one configuration name. Add comment.
12022
12023 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12024
12025 * config.guess: about target *-hitachi-hiuxwe2, fixed
12026 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12027 macro is incorrect.]
12028
12029 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12030
12031 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12032 than the "make ls" stuff which used to be here.
12033
12034 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12035
12036 * config.guess: Recognize i[34]86-unknown-freebsd.
12037 From Shawn M Carey <smcarey@rodan.syr.edu>.
12038
12039 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12040
12041 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12042
12043 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12044
12045 * config.guess: Check for ptx.
12046
12047 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12048
12049 * config.sub: Add os9k checking.
12050
12051 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12052
12053 * config.guess: Handle OSF1 running on HPPA processors
12054
12055 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12056
12057 * configure: If subdir configure fails, print out a message with
12058 subdirectory name, in case subdir's configure code didn't identify
12059 itself.
12060
12061 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12062
12063 * configure.in: Remove embedded newlines from configdirs.
12064 Avoid mismatches of substrings. Fix matching strings at end
12065 of configdirs.
12066
12067 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12068
12069 * config.guess: Add Lynx/rs6000 config support.
12070
12071 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12072
12073 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12074
12075 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12076
12077 * configure.in (hppa*-*-osf*): Treat this just like most other
12078 PA configurations (eg no binutils or ld).
12079 (hppa*-*-*elf*): These configurations have binutils and ld.
12080
12081 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12082
12083 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12084
12085 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12086
12087 * configure.in (rs6000-*-*): Build gas.
12088
12089 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12090
12091 * Makefile.in: Avoid bug in losing hpux sed.
12092
12093 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12094
12095 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12096 for GDB and GDB has been fixed to not need it.
12097
12098 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12099
12100 * config.guess: Recognize vax hosts.
12101
12102 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12103
12104 * configure (while loop): Don't use "break 2" inside case
12105 statement -- the case statement isn't an enclosing loop.
12106
12107 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12108
12109 * config.guess: Clean up NeXT support, to allow nextstep
12110 on Intel machines. Make OS be nextstep.
12111
12112 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12113
12114 * config.guess: Add alternate forms for Convex.
12115
12116 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12117
12118 * configure: Completely rewrite option processing. Take
12119 advantage of pattern-matching to avoid invoking test frequently.
12120 Also clean up host and target defaulting logic.
12121
12122 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12123
12124 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12125 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12126 commands (plus user environment) will fit SCO limits.
12127
12128 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12129
12130 * configure.in: Don't issue warnings about directories which are
12131 not being configured if -norecursion is set. Correct test for
12132 --with-gnu-as and --with-gnu-ld to not get confused by substring
12133 matches.
12134
12135 * configure.in: Don't build gas for alpha-dec-osf1*.
12136
12137 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12138
12139 * configure: Back out Per's change of 12/19/1993. It changes the
12140 behavior of configure in unexpected and confusing ways.
12141
12142 Also, use different delim char when calculating
12143 program_transform_name so that the name can contain slashes.
12144
12145 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12146
12147 * configure.in, config.sub: Add support for VSTa micro-kernel.
12148
12149 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12150
12151 * configure.in: Nuke hacks which were used to get a special
12152 version of GAS for HPPA configurations.
12153
12154 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12155
12156 * configure: If only ${target_alias} is given, use that
12157 as the default for ${host_alias}.
12158 * configure: Add missing back-slashes before nested quotes.
12159
12160 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12161
12162 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12163
12164 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12165
12166 * config.guess: Recognize some Tektronix configurations.
12167 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12168
12169 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12170
12171 * config.sub: Match any flavor of SH.
12172
12173 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12174
12175 * configure.in: Don't try to configure newlib for Alpha.
12176
12177 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12178
12179 * configure.in: Don't build ld for Irix 5. Don't build gas,
12180 libg++ or libio for any Alpha target.
12181
12182 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12183
12184 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12185
12186 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12187 default arguments -- so it tried to compress itself.
12188
12189 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12190
12191 * configure.in (notsupp): ensure that a space is always at the end
12192 of the configdirs list, since the grep checks for an explicit space
12193
12194 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12195
12196 * configure.in (target i386-sysv4.2): don't build ld, since static
12197 versions of many libraries are not available.
12198
12199 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12200
12201 * config.guess: Recognize Apollos (using environment variables).
12202 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12203
12204 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12205
12206 * config.guess: Recognize Sony news mips running newsos.
12207
12208 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12209
12210 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12211 "fi ; else" for bash.
12212
12213 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12214
12215 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12216
12217 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12218
12219 * config.sub: accept unixware as an alias for svr4.2.
12220 Fix some inconsistancies with the gcc version.
12221
12222 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12223
12224 * Makefile.in (DISTDOCDIRS): Add gdb.
12225
12226 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12227
12228 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12229
12230 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12231
12232 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12233 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12234 this now.
12235
12236 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12237
12238 * config.sub: Accept hiux* as an OS name.
12239
12240 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12241 etc/make-stds.texi. The underscore came from gcc, and dje now
12242 agrees that RUNTESTFLAGS is the correct name.
12243
12244 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
12245
12246 * install.sh: Remove 'set -e'. It makes any conditionals
12247 in the script useless.
12248
12249 * config.guess: Automatically recognize arm-acorn-riscix
12250 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12251
12252 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
12253
12254 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12255
12256 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12257
12258 * Makefile.in (DISTDOCDIRS): New variable.
12259 (taz): Edit local Makefile.in sooner, instead of proto-toplev
12260 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
12261
12262 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12263
12264 * configure.in (hppa target): check the source directory for the
12265 pagas sub-directory
12266
12267 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
12268
12269 * config.sub: Allow -aout* and -elf*.
12270
12271 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12272
12273 * configure.in: Don't build ld on i386-solaris2, same as for
12274 sparc-solaris2.
12275
12276 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
12277
12278 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12279
12280 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12281
12282 * configure.in: Configure gdb for alpha.
12283
12284 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12285
12286 * Makefile.in (CXXFLAGS): Add -O.
12287
12288 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12289
12290 * config.guess: added support for DG Aviion
12291
12292 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12293
12294 * configure.in: Produce warning message for subdirectories not
12295 configurable for this host/target combination. Don't try to
12296 configure gdb for vms.
12297
12298 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12299
12300 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12301 appropriate files before making "diststuff".
12302 (DISTBISONFILES): New var: list of files to be edited.
12303 (DISTSTUFFDIRS): Add binutils.
12304
12305 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12306
12307 * config.sub: also handle mipsel and mips64el (for little endian mips)
12308
12309 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12310
12311 * configure.in: Add * to end of all OS names.
12312
12313 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
12314
12315 * configure.in: Build newlib for LynxOS native.
12316
12317 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12318
12319 * config.guess: Add support for delta 88k running SVR3.
12320
12321 * configure.in: Add comment about HP compiler vs. emacs.
12322
12323 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12324
12325 * configure.in: don't build ld on solaris2 (not a viable option
12326 due to bugs in getpwnam & getpwuid)
12327
12328 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12329
12330 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12331 config.guess will produce a full version number.
12332
12333 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12334
12335 * configure.in: Build linker and binutils for alpha-dec-osf1.
12336
12337 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12338
12339 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12340 and gdb/testsuite/Makefile.in.
12341
12342 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12343
12344 * configure.in: recognize mips*- instead of mips-
12345
12346 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
12347
12348 * config.sub: Accept linux*coff and linux*elf as operating
12349 systems.
12350
12351 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12352
12353 * config.sub: Recognize mips64, and mips3 as an alias for it.
12354
12355 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12356
12357 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12358 gdb knows how to handle OSF/1 shared libraries.
12359
12360 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12361
12362 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12363 * config.guess: Recognize Hitachi's HIUX.
12364 * config.sub: Recognize h3050r* and hppahitachi.
12365 Remove redundant cases for hp9k[23]*.
12366
12367 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12368
12369 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12370 if gas and ld are in the source tree and are in ${configdirs}.
12371 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12372 --with options (but still pass them down on the command line,
12373 if they were explicitly specified).
12374
12375 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12376
12377 * configure: substitute SHELL value in Makefile.in with
12378 ${CONFIG_SHELL}
12379
12380 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12381
12382 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12383 *-*-solaris2* targets.
12384
12385 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12386
12387 * Makefile.in: define M4, and pass it down to sub-makes;
12388 all-autoconf now depends on all-m4
12389
12390 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12391
12392 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12393 presence of {ar,ranlib} instead of a configured directory
12394
12395 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12396
12397 * config.guess: Accept 34?? as well as 33?? for NCR.
12398
12399 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12400
12401 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12402 of 'gas' in sed commands, since 'gash' is now in the tree as well.
12403
12404 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12405
12406 * configure: grab values for $(CC) and $(CXX) from the
12407 environment, so that someone can do "CC=gcc configure; make" and
12408 have it work right (matching the way that autoconf works now)
12409
12410 * configure.in, Makefile.in: add support for gash, the tcl
12411 interface to Galaxy
12412
12413 * config.guess: add NetBSD variants (hp300, x86)
12414
12415 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
12416
12417 * install.sh: Support -d option (in the manner of SunOS 4 install,
12418 as it is more deterministic than that of GNU install)
12419 (chmodcmd): Set file to mode 755 by default (should also do default
12420 chgrp and chown, but I don't feel like dealing with that now)
12421
12422 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
12423
12424 * config.sub: Remove h8300hhms alias.
12425
12426 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12427
12428 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12429
12430 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12431
12432 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12433 as stmp-fixinc
12434
12435 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12436
12437 * config.sub: recognize m88110-bug-coff.
12438
12439 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12440
12441 * Makefile.in (all-libio): all dependencies on the toolchain used
12442 to build this (gcc, gas, ld, etc)
12443
12444 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12445
12446 * config.guess: Deal with OSF/1 1.3 on alpha.
12447
12448 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12449
12450 * install.sh: add some 'else true' clauses for portability
12451
12452 * configure.in: don't build libio for h8[35]00-*-* targets
12453
12454 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
12455
12456 * Makefile.in: Add support for new libio.
12457
12458 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12459
12460 * install.sh: If one command fails, don't try the rest. Don't try
12461 to remove $dsttmp (via trap) unless we have already created it.
12462 If $src doesn't exist, detect it and exit with an error.
12463
12464 * config.guess: Recognize BSD on hp300.
12465
12466 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
12467
12468 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12469 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12470
12471 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
12472
12473 * Makefile.in (all-send-pr): depends on all-prms
12474
12475 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12476
12477 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12478
12479 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12480
12481 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12482 Added test for mips-mips-riscos5.
12483
12484 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12485
12486 * configure.in: use mh-hp300 for 68k HP hosts
12487
12488 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12489
12490 * configure: add support for CONFIG_SHELL, so that you can use
12491 some alternate shell for evaluating configure scripts
12492
12493 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
12494
12495 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
12496 in configure script to bug-gdb@prep.ai.mit.edu when building
12497 distribution archive.
12498 * Makefile.in (COMPRESS): Remove def.
12499 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
12500 gdb.tar.Z and make-gdb.tar.Z respectively.
12501 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
12502 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
12503 to convergence with 'taz' target in Makefile.in.
12504
12505 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12506
12507 * install.sh (dsttmp): use trap to ensure that tmp files go
12508 away on error conditions
12509
12510 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12511
12512 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12513
12514 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12515
12516 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12517 its parent is '/' not ''.
12518
12519 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12520
12521 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
12522
12523 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12524 that ${newsrcdir}/configure.in does.
12525
12526 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12527
12528 * test-build.mk: support for CONFIG_SHELL
12529
12530 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
12531
12532 * config.sub (netware): Add as a basic system type.
12533
12534 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12535
12536 * Makefile.in (Makefile): depend on configure.in. Also drop the
12537 $(srcdir)/ from the dependency on Makefile.in.
12538
12539 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
12540
12541 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12542 (h8300hhms is temporary until multi-libraries are implemented).
12543 * configure.in: Handle h8300h too.
12544
12545 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12546
12547 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12548
12549 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
12550
12551 * configure: Remove extraneous output when guessing host type.
12552 * config.guess: Remove extraneous output when guessing using C
12553 compiler rather than uname, or when guessing fails.
12554
12555 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12556
12557 * Makefile.in: remove all.cross and install.cross targets
12558
12559 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12560 definitions
12561
12562 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
12563
12564 * configure.in (target sh): Build gprof.
12565
12566 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12567
12568 * config.sub: change -solaris to -solaris2
12569
12570 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12571
12572 * configure.in: Use config/mh-riscos for mips-*-sysv*.
12573
12574 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
12575
12576 * configure: Correct error message for missing Makefile.in to
12577 print correct directory.
12578
12579 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12580
12581 * install.sh: kludge around 386BSD shell bug
12582
12583 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
12584
12585 * config.guess: Recognize NeXT.
12586 * config.guess: Recognize i486-ncr-sysv4.
12587 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
12588
12589 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
12590
12591 * Makefile.in (MAKEINFOFLAGS): New variable.
12592 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12593 * build-all.mk, test-build.mk: Pass down --no-split as
12594 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
12595
12596 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
12597
12598 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
12599
12600 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
12601
12602 * Makefile.in (libg++.tar.z): New rule.
12603 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
12604 * Makefile.in (taz): Only do a single chmod.
12605
12606 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12607
12608 * install.sh: don't use dirname anymore (replaced with sed usage)
12609
12610 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
12611
12612 * Makefile.in: Change extension for gzip'd files from '.z' to
12613 '.gz' per new FSF standard usage.
12614
12615 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12616
12617 * configure: put quotes around the final value of program_transform_name
12618
12619 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12620
12621 * Makefile.in: new install.sh support; update install-info rules
12622
12623 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
12624
12625 * configure.in: Build diff for crosses, but not for go32 host.
12626
12627 * configure.in: Build gprof only for native, and don't build it
12628 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
12629
12630 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
12631
12632 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
12633
12634 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12635
12636 * configure.in (host_tools): Add prms.
12637
12638 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12639
12640 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
12641 with $(FLAGS_TO_PASS) on the command line
12642
12643 * config.sub: Recognize lynx and lynxos
12644
12645 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
12646
12647 * config.sub: Accept -ecoff*, not just -ecoff.
12648
12649 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12650
12651 * Makefile.in (taz): Use .gz suffix instead of .z.
12652 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
12653 names.
12654
12655 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12656
12657 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
12658
12659 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12660
12661 * Makefile.in (install-no-fixedincludes): install gcc last, so
12662 that rebuilds that might happen during 'make install' don't get
12663 bogus gcc include files
12664
12665 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12666
12667 Change from Utah for HPPA support:
12668 * config.guess: Recognize hppa1.x-hp-bsd.
12669
12670 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
12671
12672 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
12673 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
12674
12675 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
12676
12677 * config.sub: Add support for rom68k and bug boot monitors.
12678
12679 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
12680
12681 * Makefile.in: Make all-opcodes depend on all-bfd.
12682
12683 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
12684
12685 * config.guess: Added special check for i[34]86-univel-sysv4*.
12686
12687 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
12688
12689 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
12690 the processor rather than assuming i486.
12691
12692 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12693
12694 * config.guess: Recognize SunOS6 as Solaris3.
12695
12696 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
12697
12698 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
12699 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
12700
12701 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
12702
12703 * build-all.mk (all-cross): New target for Canadian Cross.
12704 Added Q2 go32 targets.
12705 * test-build.mk: Configure go32 cross sparclite-aout and
12706 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
12707 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
12708
12709 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12710
12711 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
12712 GO32 hosted toolchains
12713
12714 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
12715
12716 * configure: change so "-exec-prefix" gets passed down rather
12717 than "-exec_prefix" so autoconf generated Makefiles get the
12718 exec_prefix set right.
12719
12720 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12721
12722 * config.guess: get the Solaris2 minor version number
12723
12724 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
12725
12726 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12727
12728 * config.guess: Recognize some Sequent platforms.
12729
12730 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12731
12732 * Makefile.in: added the vault-install target
12733
12734 * configure.in: actually use the Sun3 makefile fragment that's in
12735 config, also added the release dir to configdirs
12736
12737 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12738
12739 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
12740
12741 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12742
12743 * configure.in: remove some program from Alpha targetted toolchains
12744
12745 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
12746
12747 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
12748 gprof.
12749 (taz): Run "make diststuff" in those directories instead of "make
12750 proto-dir". Look for "VERSION=" only at start of line in subdir
12751 Makefile. Use "gzip -9" for compression.
12752 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
12753 (binutils.tar.z): New target.
12754
12755 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12756
12757 * Makefile.in (taz): Include gpl.texinfo.
12758
12759 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12760
12761 * Makefile.in (setup-dirs): Merged into "taz" target.
12762 (taz): Only do `proto-dir' stuff if a directory is actually needed
12763 for this target.
12764
12765 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
12766
12767 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
12768 (FLAGS_TO_PASS): Pass down MUNCH_NM.
12769 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
12770 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
12771 (gcc-no-fixedincludes): Correct for current gcc Makefile.
12772
12773 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
12774
12775 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
12776 config.sub, and move-if-change to gdb testsuite distribution
12777 archive, so the testsuite can be extracted, configured, and
12778 run separately from the gdb distribution. Blow away the Chill
12779 tests that require a Chill compiled executable, since GNU Chill
12780 is not yet publically available.
12781
12782 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12783
12784 * test-build.mk: set environment variables in a single command,
12785 instead of a list of assignments and exports
12786
12787 * config.guess: recognize Alpha/OSF1 systems
12788
12789 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12790
12791 * configure: Change help message to prefer --options rather than
12792 -options.
12793
12794 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12795
12796 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
12797 zippy@ecst.csuchico.edu.
12798 * config.guess: Recognize miniframe.
12799
12800 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
12801
12802 * Makefile.in: Use srcroot to find runtest rather than rootme.
12803 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
12804
12805 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
12806
12807 * test-build.mk: Extensive additions to support building on a
12808 machine other than the host.
12809
12810 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
12811
12812 * configure (tooldir): Fix for i386-aix again.
12813
12814 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
12815
12816 * configure, Makefile.in: Change definition of $(tooldir)
12817 to match the FSF.
12818
12819 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
12820
12821 * config.guess: Recognize i[34]86/SVR4.
12822
12823 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12824
12825 * Makefile.in (all-gdb): gdb depends on sim.
12826
12827 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
12828
12829 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
12830 at the same time we make the prototype gdb directory.
12831 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
12832 files at the same time as the gdb base release distribution.
12833
12834 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
12835
12836 * Makefile.in (check): Use individual check targets rather than
12837 DO_X rule.
12838 (check-gcc): Added.
12839
12840 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
12841
12842 * config.sub: Use sysv3.2 not sysv32 for canonical OS
12843 for System V release 3.2.
12844
12845 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12846
12847 * config.sub: Recognize hppaosf.
12848 * configure.in: Do configure ld/binutils/gas for it.
12849
12850 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12851
12852 * configure (tooldir): Alter syntax used to set this, for systems
12853 where "\$" isn't handled right, like i386-aix.
12854
12855 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
12856
12857 * configure: Pass program-transform-name, not
12858 program_transform_name, to recursive configures.
12859
12860 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
12861
12862 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
12863 of gas+ld+binutils.
12864
12865 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
12866
12867 * config.guess: Recognize AIX3.2 as distinct from 3.1.
12868
12869 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12870
12871 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
12872
12873 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
12874
12875 * Makefile.in (PRMS): Set back to all-prms.
12876
12877 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
12878
12879 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
12880 targets, rather than for MIPS hosts.
12881
12882 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12883
12884 * configure.in: add comment for --with-x default values
12885
12886 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
12887
12888 * Makefile.in: add check-* targets for each of the directories in
12889 the tree. Add a definition of RUNTEST that will use the one we
12890 just built, if it exists. Pass this down via FLAGS_TO_PASS.
12891
12892 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
12893
12894 * configure.in: Removed obsolete references to bfd_target and
12895 target_makefile_frag.
12896
12897 * build-all.mk: Set assorted targets for Q2.
12898 * config.sub: Recognize z8k-sim and h8300-hms.
12899 * test-build.mk: Really don't pass host to configure.
12900 (HOLES): Added uname.
12901
12902 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
12903
12904 * configure: Handle an empty program-prefix, program-suffix or
12905 program-transform-name correctly.
12906
12907 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
12908
12909 * build-all.mk: -G 8 no longer required for MIPS targets.
12910 * test-build.mk: Don't pass host argument to configure; make it
12911 guess.
12912
12913 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
12914
12915 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
12916 * Makefile.in (COMPRESS): New macro, like GZIP.
12917
12918 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
12919
12920 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
12921
12922 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
12923 with gas currently defaults to -G 0.
12924
12925 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
12926
12927 * Makefile.in (all-flex): flex depends on byacc.
12928
12929 * build-all.mk: If host not specified, use config.guess. Pass TAG
12930 to test-build.mk as RELEASE_TAG.
12931 * test-build.mk (configargs): New variable containing arguments to
12932 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
12933 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
12934
12935 * config.guess: Use /bin/uname when checking -X argument on SCO,
12936 to avoid invoking GNU uname which doesn't understand -X.
12937
12938 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
12939
12940 * configure.in: Build gas for mips-*-*.
12941
12942 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12943
12944 * Makefile.in (all.normal): insert missing backslash.
12945
12946 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
12947
12948 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
12949
12950 * Makefile.in: Complete overhaul to merge many almost identical
12951 targets.
12952
12953 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12954
12955 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
12956 (gdb.tar.Z): Adjusted.
12957
12958 * Makefile.in (setup-dirs, taz): New targets; should be general
12959 enough to adapt for gdb sometime. Build only .z file.
12960 (gas.tar.z): New target.
12961
12962 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12963
12964 * build-all.mk: Use CC=cc -Xs on Solaris.
12965
12966 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
12967
12968 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
12969 for handling BISON for FSF releases.
12970
12971 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12972
12973 * configure: Actually implement the change zoo just documented.
12974
12975 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12976
12977 * configure: when using config.guess, only set target_alias when
12978 it's not already been set (ie, on the command line)
12979
12980 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12981
12982 * Makefile.in: add installcheck target, set PRMS to install-prms
12983
12984 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12985
12986 * configure: add support for package_makefile_fragment, handle the
12987 case where a directory has a configure.in file but no Makefile.in
12988 more gracefully (with an actual understandable error message, even);
12989 add support for --without (and add this to the usage message); also
12990 explicitly add a --host=${host_alias} to the command line when
12991 config.guess is used
12992
12993 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12994
12995 * configure: Must use both --host and --target in recursive calls.
12996
12997 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
12998
12999 * Makefile.in: Change deja-gnu to dejagnu.
13000
13001 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13002
13003 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13004
13005 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13006
13007 * configure.in: canonicalize all instances to *-*-solaris2*,
13008 also strip out a number of tools to not build for go32 host
13009
13010 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13011
13012 * config.guess: add GPL.
13013
13014 * Makefile.in, config.guess, config.sub, configure: bump
13015 copyrights to 93.
13016
13017 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13018
13019 * Makefile.in (do-info): Removed obsolete check for existence of
13020 localenv file.
13021
13022 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13023
13024 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13025
13026 * Makefile.in: a couple of 'else true' for decstation,
13027 support for TclX
13028
13029 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13030
13031 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13032
13033 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13034
13035 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13036
13037 * config.guess: Recognize i386-ibm-aix (PS/2).
13038 * configure.in: Use config/mh-aix386 file for it.
13039
13040 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13041
13042 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13043 CC_FOR_TARGET instead.
13044 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13045
13046 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13047
13048 * Makefile.in: Add sim to list of directories sent with gdb
13049
13050 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13051
13052 * configure.in: Put back mips-dec-bsd* case.
13053
13054 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13055
13056 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13057 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13058 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13059
13060 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13061
13062 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13063
13064 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13065 (install-info): install dir.info only if it exists,
13066 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13067
13068 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13069
13070 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13071 gas for mips-dec-bsd.
13072
13073 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13074
13075 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13076 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13077
13078 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13079
13080 * configure.in: Added "dejagnu" to hosttools list.
13081
13082 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13083
13084 * config.sub, configure.in, config.guess: Add support
13085 for Bosx, an AIX variant from Bull.
13086 Patches from F.Pierresteguy@frcl.bull.fr.
13087
13088 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13089
13090 * devo/dejagnu: Initial creation of devo/dejagnu.
13091 Migrated dejagnu testcases and support files for testing software
13092 tools to reside as subdirectories, currently called "testsuite",
13093 within the directory of the software tool. Migrated all programs,
13094 support libraries, etc. beloging to dejagnu proper from
13095 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13096 with no modifications. The changes to these files which will
13097 allow them to configure, build, and execute properly will be made
13098 in a future update.
13099
13100 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13101
13102 * Makefile.in: Change send_pr to send-pr.
13103 * configure.in: Likewise.
13104 * send_pr: Renamed directory to send-pr.
13105
13106 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13107
13108 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13109
13110 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13111
13112 * README: Update for gdb-4.8 release.
13113 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13114 gdb-xxx.tar.z (gzip'd) file also.
13115
13116 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13117
13118 * Makefile.in: make all-diff depend on all-libiberty
13119
13120 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13121
13122 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13123
13124 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13125
13126 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13127
13128 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13129
13130 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13131 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13132 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13133
13134 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13135
13136 * Makefile.in: makeinfo binary is in a new location
13137
13138 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13139
13140 * config.sub: Accept -ecoff as an OS.
13141
13142 * Makefile.in: Various changes to eliminate a level of make
13143 recursion and reduce the required command line length.
13144 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13145 sub-makes.
13146 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13147 variables holding settings for specific sub-makes.
13148 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13149 in terms of BASE_FLAGS_TO_PASS.
13150 (TARGET_LIBS): New variable listing directories which use
13151 TARGET_FLAGS_TO_PASS.
13152 (subdir_do): Eliminated.
13153 (do-*): New set of targets to replace subdir_do.
13154 (various): All targets which used subdir_do now depend on do-*.
13155 (local-clean): Renamed from do_clean.
13156 (local-distclean): New target, dependency of distclean and
13157 realclean.
13158 (install-info): Don't create directories. Depend on dir.info
13159 rather than calling make recursively.
13160 (install-dir.info): Eliminated.
13161 (install-info-dirs): Create all info directories here.
13162 (dir.info): Depend upon do-install-info.
13163
13164 * test-build.mk (HOLES): Added false.
13165
13166 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13167
13168 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13169
13170 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13171
13172 * Makefile.in (info): remove dependency on all-texinfo. The
13173 problem was really in texinfo/C, not at this level.
13174
13175 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13176
13177 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13178
13179 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13180
13181 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13182 GDB releases.
13183
13184 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13185
13186 * configure: Include srcdir in message about target of link not
13187 being found. Don't convert `-' to `_' in `with' options being
13188 passed to subdirs.
13189
13190 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13191
13192 * configure.in: add uudecode to host_tools
13193
13194 * Makefile.in: added {all,install}-uudecode targets, added them to
13195 the appropriate lists
13196
13197 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13198
13199 * Makefile.in (all-gcc): Added dependency on all-gas.
13200
13201 * configure.in (mips-*-*): Build ld and binutils.
13202
13203 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13204
13205 * configure: check return code from mkdir, print error message and
13206 exit on failure.
13207
13208 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13209
13210 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13211
13212 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13213
13214 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13215
13216 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13217
13218 * config.sub (h8500): Recognize this as a cpu type.
13219
13220 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13221
13222 * configure: source directory missing is no longer a warning
13223
13224 * configure.in: recognize irix[34]* instead of irix[34]
13225
13226 * Makefile.in: define and pass down X11_LIB
13227
13228 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13229
13230 * guess-systype: Renamed to ...
13231 * config.guess: ... by popular request.
13232 * configure.in, Makefile.in: Update accordingly.
13233
13234 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13235
13236 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13237 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13238 + Execute ./dummy instead of assuming . is in PATH.
13239
13240 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13241
13242 * guess-systype: New shell script. Attempts to guess the
13243 canonical host name of the executing host.
13244 Only a few hosts are supported so far.
13245 * configure: Call guess-systype if no host is specified.
13246
13247 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
13248
13249 * Makefile.in (gcc-no-fixedincludes): Made to work with current
13250 gcc Makefile.
13251
13252
13253 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
13254
13255 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13256 (all-gcc, install-gcc, subdir_do): Use it.
13257
13258 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13259
13260 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13261
13262 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
13263
13264 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13265 set exclusively by configure, using configure.in .
13266
13267 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13268
13269 * test-build.mk: set $PATH for all builds
13270
13271 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13272
13273 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
13274
13275 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
13276 the one used in gcc/Makefile.in, so that a null expansion doesn't
13277 override the one needed to build gcc with a native cc.
13278
13279
13280 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13281
13282 * configure: Accept -with arguments.
13283
13284 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13285
13286 * Makefile.in: added h8300sim
13287
13288 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
13289
13290 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13291 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
13292 (all-cygnus, native, build-cygnus): Make
13293 $(canonhost)-stamp-3stage-done, not $(host)....
13294 * test-build.mk (stamp-3stage-compared): Use tail +10c for
13295 i386-sco3.2v4. Added else true to if command.
13296
13297 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
13298
13299 * config.sub: (from FSF) Sequent uses a BSD-like OS.
13300
13301 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
13302
13303 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13304
13305 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13306
13307 * configure.in: don't remove binutils from Solaris builds
13308
13309 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
13310
13311 * Makefile.in: get rid of earlier definitions for *clean,
13312 also handle the recursive info rule better
13313
13314 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
13315
13316 * Makefile.in (mostlyclean, distclean, realclean): Fix to
13317 do more-or-less the right thing.
13318
13319 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
13320
13321 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13322 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13323
13324 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13325
13326 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13327 $(host_canonical).
13328
13329 * configure.in: split the configdirs list into 4 categories (native
13330 v. cross, library v. tool) and handle the cross-only and native-
13331 only in more reasonable (and correct!) way.
13332
13333 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
13334
13335 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
13336 configdirs anymore.
13337
13338 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13339
13340 * Makefile.in: extensive cleanup:: removed all of the explicit
13341 clean-* targets, collapsed many wrappers around subdir_do into
13342 one, added additional targets to satisfy standards.texi, deleted
13343 some old targets, some changes for consistency
13344
13345 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13346
13347 * configure.in: handle some programs as cross-only, and others as
13348 native only
13349
13350 * test-build.mk: handle partial holes in a more generic manner
13351
13352 * Makefile.in: m4 depends on libiberty
13353
13354 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13355
13356 * configure.in: add m4, textutils, fileutils, sed, shellutils,
13357 time, wdiff, and find to configdirs
13358
13359 * Makefile.in: all, clean, and install rules for the new programs
13360 added to configure.in
13361
13362 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13363
13364 * configure.in: use mh-sun for all *-sun-* hosts
13365
13366 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13367
13368 * Makefile.in: define flags for X11 include files and library file
13369 locations, pass them down to the programs that need this info
13370
13371 * build-all.mk: added a 'native' target, to 3stage the native toolchain
13372
13373 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13374
13375 * configure.in: start building libg++ for HP-UX targets
13376
13377 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
13378
13379 * README: Update references to files moved into etc/.
13380
13381 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
13382
13383 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
13384 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
13385
13386 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
13387
13388 * configure: accept dash as well as underscore in long option
13389 names for FSF compatibility.
13390
13391 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
13392
13393 * config.sub: added -sco3.2v4 support from FSF.
13394
13395 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13396
13397 * configure.in: expand the section that adds or removes
13398 directories from the list of programs to build, to handle native
13399 vs. cross in addition to host v. native
13400
13401 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
13402
13403 * Makefile.in: Replace C++ in macro names with CXX.
13404 This is less likely to break ...
13405
13406 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13407
13408 * test-build.mk: add -w to GNU_MAKE
13409
13410 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13411
13412 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13413 add 'sparc' to list of recognized cpus. This needed to make
13414 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13415 Delete some redundant ose68 variants. Recognize -wrs as an os,
13416 then changes that into $CPU-wrs-vxworks.
13417
13418 * configure.in: remove most references to gdbtest, regularize
13419 target based program removal
13420
13421 * test-build.mk: import from p3 tree (many fixes and changes)
13422
13423 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13424
13425 * Makefile.in: added rules to handle tcl, tk, and expect
13426
13427 * configure.in: handle those directories if they exist
13428
13429 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13430
13431 * config.sub: removed bogus hppabsd and hppahpux names, since
13432 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13433
13434 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13435
13436 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
13437 depends upon all-xiberty
13438
13439 * Makefile.in: changes from p3, including:
13440
13441 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
13442
13443 * Makefile.in (XTRAFLAGS): include newlib directories if
13444 newlib/Makefile exists, rather than if host != target.
13445
13446 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
13447
13448 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13449 from the same source tree and not building a cross-compiler. This
13450 matters for the libg++ configuration if reconfiguring a tree that
13451 has already been installed.
13452
13453 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
13454
13455 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13456 pick up the machine and system specific header files.
13457
13458 * Makefile.in: added AS_FOR_TARGET, passed down in
13459 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13460 the C compiler to use to create programs which are run in the
13461 build environment, set it to default to $(CC), and passed it down
13462 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13463
13464 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
13465
13466 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13467 We need them for unusual native builds, like systems without
13468 ranlib.
13469
13470 * configure: also define $(host_canonical) and
13471 $(target_canonical), which are the full, canonical names for the
13472 given host and target
13473
13474 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
13475
13476 * Makefile.in: Added separate definitions for C++.
13477
13478 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
13479
13480 * configure.in (configdirs): Add deja-gnu.
13481
13482 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
13483
13484 * README: Update for configure.texi and gdb-4.7 release.
13485
13486 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
13487
13488 * Makefile.in: Move "all" target to top of file.
13489 Previously, first target was ".PHONY" which caused BSD4.4 make
13490 to build .PHONY when make was run without arguments.
13491
13492 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
13493
13494 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
13495 Library-copylefted code in libiberty.
13496
13497 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
13498
13499 * config.sub: Replace m68kmote with plain old m68k.
13500
13501 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
13502
13503 * Makefile.in: Remove space from blank line, avoid Make complaints.
13504
13505 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
13506
13507 * config.sub: Complain if no argument is given. Added support for
13508 386bsd as OS and target alias.
13509
13510 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
13511
13512 * Makefile.in (XTRAFLAGS): include newlib directories if
13513 newlib/Makefile exists, rather than if host != target.
13514
13515 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
13516
13517 * config.sub: recognize sparclite-wrs-vxworks.
13518
13519 * Makefile.in (install-xiberty): added *-xiberty make rules (from
13520 p3.) Added clean-xiberty to clean.
13521
13522 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13523
13524 * configure.in: use *-*-* instead of nested cases for host and target
13525
13526 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
13527
13528 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13529 from the same source tree and not building a cross-compiler. This
13530 matters for the libg++ configuration if reconfiguring a tree that
13531 has already been installed.
13532
13533 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
13534
13535 * config.sub (i486v/i486v4): Merge in from FSF version.
13536
13537 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
13538
13539 * configure: only set PWD if it is already set.
13540
13541 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
13542
13543 * configure: just set PWD=`pwd` at the top, since Ultrix sh
13544 doesn't have unset and all success paths (and most error paths)
13545 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13546 to just ${PWD} to avoid confusion.)
13547
13548 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
13549
13550 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13551 even for a native compilation.
13552
13553 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
13554
13555 Changes to make the gdb.tar.Z rule work better.
13556
13557 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
13558 (DEVO_SUPPORT): Add configure.texi.
13559 (bfd-ilrt.tar.Z): Remove ancient rule.
13560
13561 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
13562
13563 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13564 pick up the machine and system specific header files.
13565
13566 * configure.in, config.sub: added new target m68010-adobe-scout,
13567 with alias of adobe68k. Changed configure.in to check for
13568 -scout before -sco* to avoid a false match.
13569
13570 * Makefile.in: added AS_FOR_TARGET, passed down in
13571 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13572 the C compiler to use to create programs which are run in the
13573 build environment, set it to default to $(CC), and passed it down
13574 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13575
13576 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
13577
13578 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13579 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
13580 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13581 FOR_TARGET variants, to newlib and libg++.
13582
13583 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
13584
13585 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13586 first.
13587
13588 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
13589
13590 * config.sub: Accept `elf' as an environment.
13591
13592 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13593
13594 * Makefile.in (all-opcodes): cd into the right directory
13595
13596 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
13597
13598 * configure: added -program_transform_name option, used as
13599 argument to sed when installing programs.
13600 configure.texi: added documentation for -program_prefix,
13601 -program_suffix and -program_transform_name.
13602
13603 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
13604
13605 * config.sub: Accept i486 where i386 ok.
13606
13607 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
13608
13609 * config.sub: accept we32k
13610
13611 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
13612
13613 * config.sub, configure.in: accept OSE68000 and OSE68k.
13614
13615 * Makefile.in: don't create all directories for ``make install'';
13616 let the subdirectories create the ones they need.
13617
13618 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13619
13620 * COPYING: new file, GPL v2
13621
13622 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13623
13624 * Makefile.in: use the new gen-info-dir, which needs a template
13625 argument (which also lives in texinfo)
13626
13627 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
13628
13629 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
13630
13631 * config.sub (ncr3000): Change i386 to i486.
13632
13633 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13634
13635 * Makefile.in: add install-rcs, install-grep to
13636 install-no-fixedincludes, removed install-bison and install-libgcc
13637
13638 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
13639
13640 * configure.in: grab the HPUX makefile fragment if on HPUX
13641
13642 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
13643
13644 * Makefile.in: eradicate bison spoor (ditto libgcc).
13645 configure.in: recognise m68{k,000}-ericsson-OSE.
13646 es1800 is alias for m68k-ericsson-OSE
13647
13648 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13649
13650 * configure.in: rearrange the parts that remove programs from
13651 configdirs, based now on HOST==TARGET or by canonical triple.
13652
13653 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13654
13655 * test-build.mk: recurse explicitly with -f test-build.mk when
13656 appropriate. predicate stage3 and comparison on the existence
13657 of gcc. That is, if gcc isn't around, we aren't three-staging.
13658 On very clean, also remove ...stamp-co. Build in-place before
13659 doing other builds.
13660
13661 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13662
13663 * Makefile.in, configure.in: add tgas
13664
13665 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13666
13667 * Makefile.in: a number of changes merged in from progressive.
13668
13669 * configure.in: add libm.
13670
13671 * .cvsignore: ignore some stuff that comes from test-build.mk.
13672
13673 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
13674
13675 * config.sub: Add es1800 (m68k-ericsson-es1800).
13676
13677 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
13678
13679 * configure: Add program_suffix (parallel to program_prefix)
13680 * Makefile.in: adjust directory-creating script for losing decstation
13681
13682 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
13683
13684 * configure: Minor $subdir-related fixes.
13685
13686 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13687
13688 * configure: fix various problems with propogating
13689 makefile_target_frag in subdirs.
13690 * configure.in: config libgcc if its there
13691
13692 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
13693
13694 * config.sub: HPPA merge.
13695
13696 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
13697
13698 * Makefile.in: Replace all-bison with all-byacc in all
13699 dependency lines for other tools (which now use byacc).
13700
13701 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
13702
13703 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
13704
13705 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
13706
13707 * Makefile.in: make gprof rules similar to byacc rules (instead of
13708 vestigal $(unsubdir) that didn't work...)
13709
13710 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
13711
13712 * config.sub: Add support for Linux.
13713 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
13714 (at least for libg++).
13715
13716 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13717
13718 * configure.texi: fix doc for the -nfp option to configure
13719
13720 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
13721
13722 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
13723
13724 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
13725
13726 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
13727 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
13728 * configure.in: added solaris* host_makefile_frag hook.
13729
13730 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13731
13732 * config.sub: changed recognition of m68000 so that various
13733 m68k types can be specified via m680[01234]0
13734
13735 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13736
13737 * config.sub (basic_machine): fix sed so that '-foo' isn't
13738 completely substituted out while .+'-foo' loses the '-foo'
13739
13740 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
13741
13742 * config.sub ($os): Add -aout.
13743
13744 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
13745
13746 * configure: If host_makefile_frag is absolute, don't
13747 prefix ${invsubdir} (relevant to libg++ auto-configure).
13748
13749 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
13750
13751 * Makefile.in (tooldir): Define it.
13752 (all-ld): Depend on all-flex.
13753
13754 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
13755
13756 * Makefile.in (check): Fix libg++ special case.
13757
13758 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
13759
13760 * configure: do not bury `pwd` into config.status, thus do fewer
13761 pwd's.
13762
13763 * configure: print the "Building in" message only when building in
13764 other than "." AND verbose.
13765
13766 * configure: remove -s, rework -v to better accomodate guested
13767 configures.
13768
13769 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
13770
13771 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
13772
13773 * Makefile.in: macroize flags passed on recursion. remove
13774 fileutils.
13775
13776 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
13777
13778 * configure: get makesrcdir right for subdirs deeper than 1.
13779
13780 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
13781 install.
13782
13783 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
13784
13785 * Makefile.in: don't print subdir_do or recursion lines.
13786
13787 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
13788
13789 * standards.texi: added menu item.
13790
13791 * Makefile.in: build and install standards.info.
13792
13793 * standards.texi: new file.
13794
13795 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13796
13797 * configure: test for and move config.status pieces from
13798 ${subdir}/.
13799
13800 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
13801
13802 * configure: Test for existance of files before trying to mv
13803 them, to avoid numerous non-existance messages.
13804
13805 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
13806
13807 * configure: correct final line of config.status.
13808
13809 * configure: patch from eggert. Avoids a protection problem if
13810 the original Makefile.in is read only.
13811
13812 * configure: use move-if-change from gcc to create config.status.
13813 Some makefiles depend on config.status to tell if a directory
13814 has been reconfigured for a different host. This change
13815 prevents those directories from remaking everything in the case
13816 where the reconfig was only intended to rebuild a Makefile.
13817
13818 * configure: test for config.sub with "config.sub sun4" rather
13819 than "config.sub ${host_alias}". Otherwise we can't tell a bad
13820 host alias from a missing config.sub.
13821
13822 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13823
13824 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
13825 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
13826
13827 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
13828
13829 * configure: mkdir ${subdir} as needed.
13830
13831 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
13832
13833 * Makefile.in,configure.in: added autoconf.
13834
13835 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13836
13837 * Makefile.in: no longer pass against on recursion.
13838
13839 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
13840 definitions are not inherited.
13841
13842 * configure: correct makesrcdir when subdir is .
13843
13844 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
13845
13846 * configure: Add support for 'subdirs' variable, which is
13847 like 'configdirs', except that configure doesn't re-invoke
13848 itself for subdirs, it just creates a Makefile for each subdir.
13849 * configure.texi: Document subdirs.
13850
13851 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13852
13853 * configure.in: added flex to configdirs
13854
13855 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
13856
13857 * Makefile.in: remove clean-stamps from clean.
13858
13859 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
13860
13861 * configure.in: Add gdbtest to configdirs.
13862
13863 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
13864
13865 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
13866 to recursive makes.
13867 * configure.in: Recognize new ncr3000 config.
13868
13869 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
13870
13871 * Makefile.in, configure.in: removed references to gdbm.
13872
13873 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
13874
13875 * config.sub: Don't canonicalize os value
13876 newsos* to bsd (readline needs to check for newsos).
13877 (This fix was earlier made Jan 31, but got re-broken.)
13878
13879 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
13880
13881 * configure.in: sco is an os, not a vendor!
13882
13883 * configure: Quote $( better. Keep various shells happy.
13884
13885 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
13886
13887 * Makefile.in: eliminate stamp-files.
13888
13889 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
13890
13891 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
13892 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
13893
13894 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
13895
13896 * config.sub: fix iris/iris3.
13897
13898 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
13899
13900 * configure: re-add -rm.
13901
13902 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
13903
13904 * Maskefile.in: add .stmp-rcs to all.
13905
13906 * configure.in: remove gas from rs6000 build, use aix host fragment.
13907
13908 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
13909
13910 * configure: pass down site_option during recursion.
13911
13912 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
13913
13914 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
13915
13916 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
13917
13918 * configure: Change exec_prefix so that it really defaults to prefix.
13919
13920 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
13921
13922 * Makefile.in, configure.in: Add support for mmalloc library.
13923
13924 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
13925
13926 * Makefile.in: add stmp dependencies for a few more things.
13927
13928 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
13929
13930 * configure: adjusted error message on objdir/srcdir configure
13931 collision, per john's suggestion.
13932
13933 * Makefile.in: add libiberty stmp to all and all.cross.
13934
13935 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
13936
13937 * Makefile.in: remove force dependencies, add grep to all.
13938
13939 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
13940
13941 * Makefile.in: drop flex. make stamp files work.
13942
13943 * configure: added test for conflicting configuration in srcdir,
13944 remove trailing slashes from srcdir. Otherwise emacs gdb mode
13945 gets cranky. use relative paths for configure and srcdir
13946 whenever possible. Send some error messages to stderr that were
13947 going to stdout.
13948
13949 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
13950
13951 * Makefile.in: Fix libg++ rule to check for gcc directory
13952 before using gcc/gcc. Also pass XTRAFLAGS.
13953
13954 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
13955
13956 * Makefile.in: added stmp-files so that directories aren't polled
13957 when they are already built.
13958
13959 * configure.texi: fixed a node pointer problem.
13960
13961 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
13962
13963 * config.sub configure.in gdb/configure.in
13964 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
13965 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
13966 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
13967
13968 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13969
13970 * configure: -recurring becomes -silent. corrected help message
13971 for -site= option.
13972
13973 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
13974
13975 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13976
13977 * configure: when building Makefile for crosses, replace
13978 tooldir and program_prefix. default srcdir from location of
13979 config.sub. remove "for host in hosts" and "for target in
13980 targets" loops.
13981
13982 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13983
13984 * Makefile.in: Do not pass bindir or mandir to cvs.
13985
13986 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13987
13988 * Makefile.in, configure.in: removed traces of namesubdir,
13989 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13990 copyrights to '92, changed some from Cygnus to FSF.
13991
13992 * configure.texi: remove most references to multiple hosts,
13993 multiple targets, subdirs, etc.
13994
13995 * configure.man: removed rcsid. reference config.sub not
13996 config.subr.
13997
13998 * Makefile.in: mkdir $(infodir) on install-info.
13999
14000 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14001
14002 * configure.texi: Explain better about .gdbinit and about
14003 the environment that configure.in sections run in.
14004
14005 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14006
14007 * configure.in: Ultrix is only a decstation if it's a MIPS.
14008
14009 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14010
14011 * README: DOC.configure => cfg-paper.texi.
14012
14013 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14014
14015 * config.sub (near case $os): Don't convert newsos* to bsd!
14016
14017 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14018
14019 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14020 the number of copies of COPYING that go into the GDB tar file.
14021
14022 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14023
14024 * bfd/configure.in, gdb/config/mh-i386sco,
14025 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14026 Fix SCO configuration stuff.
14027
14028 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14029
14030 * Makefile.in: For libg++, make sure the -I pointing
14031 to the gcc directory goes *after* all the libg++-local -I flags.
14032 Also, move just-gcc dependency from just-libg++ to all-libg++.
14033
14034 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14035
14036 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14037
14038 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14039
14040 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14041
14042 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14043
14044 * config.sub: Add stratus configuration frags. Also
14045 submitted to FSF.
14046
14047 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14048
14049 * Makefile.in (DEV_SUPPORT): add configure.man.
14050
14051 * config.sub(Decode manufacturer-specific): add -none*.
14052
14053 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14054
14055 * Makefile.in: remove form feeds to make Sun's make happy.
14056 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14057
14058 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14059
14060 * Makefile.in (AR_FLAGS): Make quieter.
14061
14062 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14063
14064 * configure.in: Add libg++.
14065 * configure: When verbose, don't output the command line at each
14066 level; it will be unremarkably the same as the previous version,
14067 which will be the same as what the user typed.
14068
14069 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14070
14071 * configure.in, Makefile.in: fix clean-info, add flex. add
14072 fileutils.
14073
14074 * configure: be less sensitive to spaces in Makefile.in. Do not
14075 look for sources in "..". Doing so breaks subdirectories that
14076 might have their own configure. If a subdir has it's own
14077 configure script, use it.
14078
14079 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14080
14081 * cfg-paper.texi: some changes suggested by rms.
14082
14083 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14084
14085 * config.sub: Merge in some small additions from the FSF version,
14086 taken from the gcc distribution, to bring the Cygnus and FSF
14087 versions into closer sync.
14088
14089 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14090
14091 * configure.in: Changed svr4 references to sysv4.
14092
14093 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14094
14095 * configure: added -V for version number option.
14096
14097 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14098
14099 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14100 renamed from DOC.configure to cfg-paper.texi.
14101
14102 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14103
14104 * configure, config.subr, config.sub: config.subr is now
14105 config.sub again.
14106
14107 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14108
14109 * configure.texi: new file, in progress.
14110
14111 * Makefile.in: build info file and install the man page for
14112 configure.
14113
14114 * configure.man: new file, first cut.
14115
14116 * configure: find config.subr again now that configuration "none"
14117 has gone. removed all traces of the -ansi option. removed all
14118 traces of the -languages option.
14119
14120 * config.subr: resync from rms.
14121
14122 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
14123
14124 * configure, config.sub, config.subr: merge config.sub into
14125 config.subr, call the result config.subr, remove config.sub, use
14126 config.subr.
14127
14128 * Makefile.in: revised install for dir.info.
14129
14130 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
14131
14132 * configure.in: add decstation host makefile frag.
14133
14134 * Makefile.in: BISON now bison -y again. also install-gcc on
14135 install. clean-gdbm on clean. infodir belongs in datadir.
14136 Make directories for info install. Build dir.info here then
14137 install it.
14138
14139 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
14140
14141 * Makefile.in: fix for bad directory tests.
14142
14143 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
14144
14145 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14146 regexp. -srcdir relative was being handled incorrectly.
14147
14148 * Makefile.in: unwrapped some for loops so that parallel makes
14149 work again and so one can focus one's attention on a particular
14150 package.
14151
14152 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
14153
14154 * configure: added PWD as a stand in for `pwd` (for speed). use
14155 elif wherever possible. make -srcdir work without -objdir.
14156 -objdir= commented out.
14157
14158 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
14159
14160 * configure: +options become --options. -subdirs commented out.
14161 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14162 Makefile now at top of generated Makefile. Removed cvs log
14163 entries. added -srcdir. create .gdbinit only if there is one
14164 in ${srcdir}.
14165
14166 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14167 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14168 and mandir now keyed off datadir by default.
14169
14170 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
14171
14172 * Freshly created ChangeLog.
14173
14174 \f
14175 Local Variables:
14176 mode: change-log
14177 left-margin: 8
14178 fill-column: 76
14179 version-control: never
14180 End:
This page took 0.337548 seconds and 4 git commands to generate.