* configure.ac (enable_libgomp): Remove *-*-irix6*.
[deliverable/binutils-gdb.git] / ChangeLog
1 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4 (unsupported_languages): Remove mips-sgi-irix6.*.
5 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
6 (with_stabs): Remove.
7 * configure: Regenerate.
8
9 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10
11 * configure.ac (enable_libgomp): Remove *-*-osf*.
12 (with_stabs): Remove alpha*-*-osf*.
13 * configure: Regenerate.
14
15 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
16
17 * COPYING.NEWLIB: Modify DJ Delorie license to include
18 modification rights in clause as permitted by DJ Delorie.
19 * COPYING.LIBGLOSS: Ditto.
20
21 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
22
23 * COPYING.NEWLIB: Remove two unused licenses.
24
25 2012-03-05 Tristan Gingold <gingold@adacore.com>
26
27 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
28 * configure: Regenerate.
29
30 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
31
32 * COPYING.NEWLIB: Add Adapteva notice.
33 * COPYING.LIBGLOSS: Add Adapteva notice.
34
35 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
36
37 * configure: Regenerate.
38
39 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
40
41 * COPYING.LIBGLOSS: Add GPL with exception license.
42
43 2011-11-09 Roland McGrath <mcgrathr@google.com>
44
45 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
46 * configure: Rebuild.
47 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
48 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
49 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
50 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
51 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
52 Add READELF.
53 * Makefile.in: Rebuild.
54
55 2011-11-08 Richard Henderson <rth@redhat.com>
56
57 * configure.ac: Test for libitm directory present first.
58
59 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
60
61 * configure.ac: Test libitm/configure.tgt to disable libitm.
62 * configure: Rebuild.
63
64 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
65
66 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
67 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
68 * Makefile.in: Regenerate.
69
70 2011-11-01 DJ Delorie <dj@redhat.com>
71
72 * configure.ac (rl78-*-*) New case.
73 * configure: Regenerate.
74
75 2011-11-01 DJ Delorie <dj@redhat.com>
76
77 * config.sub: Update to version 2011-10-29 (added rl78)
78
79 2011-10-27 Nick Clifton <nickc@redhat.com>
80
81 * config.sub: Import these changes from the config project:
82
83 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
84 Ben Elliston <bje@gnu.org>
85
86 * config.sub (epiphany): New.
87
88 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
89 Ben Elliston <bje@gnu.org>
90
91 * config.sub (hexagon, hexagon-*): New.
92
93 2011-08-23 Roland McGrath <mcgrathr@google.com>
94
95 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
96 64eb to be64.
97
98 2011-08-16 Roland McGrath <mcgrathr@google.com>
99
100 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
101 (nacl): Grok as alias for 32el-unknown-nacl.
102
103 2011-08-19 Joel Brobecker <brobecker@adacore.com>
104
105 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
106
107 2011-08-14 Yao Qi <yao@codesourcery.com>
108
109 Merge from gcc:
110
111 2011-08-14 Yao Qi <yao@codesourcery.com>
112 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
113 * configure: Regenerate.
114
115 2011-07-26 Ian Lance Taylor <iant@google.com>
116
117 Merge from gcc:
118
119 2011-07-26 Ian Lance Taylor <iant@google.com>
120 * configure.ac: Set have_compiler based on whether gcc directory
121 exists, rather than on whether gcc is in configdirs.
122 * configure: Rebuild.
123
124 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
125 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
126 link directories.
127 * Makefile.in: Rebuild.
128
129 2011-07-20 Ian Lance Taylor <iant@google.com>
130 PR bootstrap/49787
131 * configure.ac: Move --enable-bootstrap handling earlier in file.
132 If --enable-bootstrap and either --enable-build-with-cxx or
133 --enable-build-poststage1-with-cxx, enable C++ automatically.
134 * configure: Rebuild.
135
136 2011-07-19 Ian Lance Taylor <iant@google.com>
137 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
138 make C++ a boot_language. Set and substitute
139 POSTSTAGE1_CONFIGURE_FLAGS.
140 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
141 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
142 * configure, Makefile.in: Rebuild.
143
144 2011-07-16 Jason Merrill <jason@redhat.com>
145 * Makefile.def (language=c++): Add check-c++0x and
146 check-target-libmudflap-c++.
147 * Makefile.tpl (check-target-libmudflap-c++): New.
148 * Makefile.in: Regenerate.
149
150 2011-07-16 Matthias Klose <doko@ubuntu.com>
151 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
152 * Makefile.def (target_modules/libjava): Pass
153 $(EXTRA_CONFIGARGS_LIBJAVA).
154 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
155 if not configured with --enable-static-libjava.
156 * Makefile.in: Regenerate.
157 * configure: Likewise.
158
159 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
160 PR regression/47836
161 PR bootstrap/23656
162 PR other/47733
163 PR bootstrap/49247
164 PR c/48825
165 * configure.ac (target_libraries): Remove target-libiberty.
166 Remove case-statement setting skipdirs=target-libiberty for
167 multiple targets. Remove checking target_configdirs and
168 removing target-libiberty but keeping target-libgcc if
169 otherwise empty.
170 * Makefile.def (target_modules): Don't add libiberty.
171 (dependencies): Remove all traces of target-libiberty.
172 * configure, Makefile.in: Regenerate.
173
174 2011-07-22 Jason Merrill <jason@redhat.com>
175
176 * Makefile.def (language=c++): Add check-c++0x and
177 check-target-libmudflap-c++.
178 * Makefile.tpl (check-target-libmudflap-c++): New.
179 * Makefile.in: Regenerate.
180
181 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
182
183 * configure: Regenerate.
184
185 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
186
187 PR target/39150
188 * configure.ac (i[3456789]86-*-solaris2*): Also accept
189 x86_64-*-solaris2.1[0-9]*.
190 * configure: Regenerate.
191
192 2011-06-13 Walter Lee <walt@tilera.com>
193
194 * configure.ac (tilepro-*-*) New case.
195 (tilegx-*-*): Likewise.
196 * configure: Regenerate.
197
198 2011-06-06 Nick Clifton <nickc@redhat.com>
199
200 * config.sub: Sync from upstream.
201
202 2011-05-08 Doug Kwan <dougkwan@google.com>
203
204 Merge from gcc:
205
206 2011-05-08 Doug Kwan <dougkwan@google.com>
207
208 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
209 * configure: Regenerated.
210 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
211 value from configure.
212 * Makefile.in: Regenerated.
213
214 2011-05-05 Joseph Myers <joseph@codesourcery.com>
215
216 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
217 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
218 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
219 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
220 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
221 *-*-vxworks*): Disable newlib and libgloss in separate case
222 statement.
223 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
224 to separate case statement.
225 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
226 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
227 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
228 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
229 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
230 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
231 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
232 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
233 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
234 i[[3456789]]86-*-rdos*, m32r-*-*,
235 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
236 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
237 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
238 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
239 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
240 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
241 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
242 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
243 and libgloss in main case over targets. Remove most empty cases
244 in main case over targets.
245 * configure: Regenerate.
246
247 2011-05-04 Joseph Myers <joseph@codesourcery.com>
248
249 * configure.ac: Remove code setting special library locations for
250 hppa*64*-*-hpux11*. Remove code setting compiler for
251 sparc-sun-solaris2*.
252 * configure: Regenerate.
253
254 2011-05-04 Joseph Myers <joseph@codesourcery.com>
255
256 * configure.ac: Separate libgloss_dir settings from general case
257 over targets.
258 * configure: Regenerate.
259
260 2011-04-28 Joseph Myers <joseph@codesourcery.com>
261
262 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
263 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
264 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
265 cases in libgcj-disabling case statement.
266 (hppa*64*-*-linux*): Set unsupported_languages instead of
267 disabling target-zlib.
268 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
269 to hppa*64*-*-hpux*.
270 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
271 hppa*-*-hpux*.
272 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
273 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
274 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
275 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
276 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
277 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
278 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
279 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
280 libgcj-disabling case statement.
281 * configure: Regenerate.
282
283 2011-04-28 Joseph Myers <joseph@codesourcery.com>
284
285 * configure.ac: Disable Java for targets not supporting libffi.
286 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
287 Remove cases in Java-disabling statement.
288 (*arm-wince-pe): Change to arm-wince-pe.
289 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
290 cases in Java-disabling statement.
291 (bfin-*-*): Don't disable Java again.
292 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
293 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
294 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
295 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
296 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
297 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
298 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
299 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
300 Java-disabling statement.
301 (mmix-*-*): Don't disable Java again.
302 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
303 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
304 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
305 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
306 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
307 statement.
308 * configure: Regenerate.
309
310 2011-04-28 Joseph Myers <joseph@codesourcery.com>
311
312 Merge from GCC:
313
314 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
315
316 PR lto/48086
317 * configure.ac: Re-enable LTO on *-apple-darwin9*.
318 * configure: Regenerate.
319
320 2011-04-28 Joseph Myers <joseph@codesourcery.com>
321
322 * configure.ac: Separate cases disabling Java and Java libraries
323 from general case over targets.
324 * configure: Regenerate.
325
326 2011-04-06 Joseph Myers <joseph@codesourcery.com>
327
328 * configure.ac (build_tools): Remove build-byacc.
329 (host_libs): Remove mmalloc.
330 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
331 autoconf automake libtool diff rcs fileutils shellutils time
332 textutils wdiff find uudecode hello tar gzip indent recode release
333 sed perl gawk findutils gettext zip.
334 (libgcj): Remove target-qthreads.
335 (target_tools): Remove target-examples target-gperf.
336 (YACC): Don't handle building byacc.
337 * configure: Regenerate.
338 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
339 dosutils, examples, fileutils, find, findutils, gawk, gettext,
340 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
341 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
342 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
343 handle building components.
344 * Makefile.in: Regenerate.
345
346 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
347
348 * config.sub: Sync from upstream.
349
350 2011-04-01 Joseph Myers <joseph@codesourcery.com>
351
352 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
353 (microblaze*): Don't disable libssp.
354 * configure: Regenerate.
355
356 2011-04-01 Joseph Myers <joseph@codesourcery.com>
357
358 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
359 moveifchange.
360 * configure: Regenerate.
361 * Makefile.tpl: Use @SHELL@ not @config_shell@.
362 * Makefile.in: Regenerate.
363
364 2011-04-01 Joseph Myers <joseph@codesourcery.com>
365
366 * configure.ac (*-*-sysv4*): Don't enable libgomp.
367 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
368 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
369 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
370 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
371 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
372 md_exec_prefix cases.
373 * configure: Regenerate.
374
375 2011-04-01 Joseph Myers <joseph@codesourcery.com>
376
377 * configure.ac: Separate cases disabling target-libssp,
378 target-libiberty, target-libstdc++-v3 and Fortran from general
379 case over targets.
380 * configure: Regenerate.
381
382 2011-04-01 Joseph Myers <joseph@codesourcery.com>
383
384 * configure.ac (*-*-chorusos): Don't disable libgcj.
385 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
386 Remove case.
387 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
388 (arm-*-coff): Don't disable libgcj.
389 (arm*-*-linux-gnueabi): Remove useless assignment.
390 (arm-*-riscix*): Don't disable libgcj.
391 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
392 configuration.
393 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
394 (c54x*-*-*): Remove case.
395 (tic54x-*-*): Don't disable GCC or GCC libraries.
396 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
397 to *.
398 (d10v-*-*): Don't disable GCC libraries.
399 (d30v-*-*): Don't disable libgcj.
400 (h8500-*-*): Don't disable GCC libraries.
401 (i960-*-*): Don't disable libgcj.
402 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
403 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
404 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
405 libgcj.
406 (m68k-*-coff*): Remove case.
407 (mmix-*-*): Don't disable libgloss on host.
408 (mn10200-*-*, mn10300-*-*): Remove cases.
409 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
410 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
411 Don't disable libgcj.
412 (romp-*-*): Remove case.
413 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
414 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
415 case.
416 (v810-*-*): Don't disable GCC libraries.
417 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
418 (ip2k-*-*): Don't disable GCC libraries.
419 * configure: Regenerate.
420
421 2011-03-28 Joseph Myers <joseph@codesourcery.com>
422
423 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
424 libffi on host.
425 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
426 on host.
427 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
428 * configure: Regenerate.
429
430 2011-03-26 John Marino <binutils@marino.st>
431
432 * configure.ac: Add support for *-*-dragonfly*
433 * configure: Regenerate.
434
435 2011-03-25 Joseph Myers <joseph@codesourcery.com>
436
437 * configure.ac (native_only): Remove.
438 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
439 send-pr uudecode guile gnuserv on host.
440 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
441 send-pr rcs guile perl texinfo libtool on host.
442 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
443 automake send-pr rcs guile perl texinfo libtool on host.
444 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
445 (*-*-kaos*): Don't disable target-examples target-gperf on target.
446 (alpha*-dec-osf*): Don't disable fileutils on target.
447 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
448 texinfo send-pr expect dejagnu on target.
449 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
450 target-qthreads on target.
451 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
452 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
453 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
454 x86_64-*-mingw*): Don't disable expect on target.
455 (*-*-cygwin*): Don't disable target-gperf on target.
456 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
457 gnuserv on target.
458 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
459 target.
460 * configure: Regenerate.
461
462 2011-03-25 Joseph Myers <joseph@codesourcery.com>
463
464 * configure.ac (target_tools): Remove target-groff.
465 (native_only): Remove target-groff.
466 (hppa*64*-*-*): Don't disable byacc.
467 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
468 setting.
469 (*-*-kaos*): Don't skip target-librx and target-groff.
470 (*-*-netware*): Don't skip target-libmudflap.
471 (*-*-tpf*): Don't skip target-libmudflap.
472 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
473 directories on the host.
474 (ia64*-*-*vms*): Don't skip tix.
475 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
476 host.
477 * configure: Regenerate.
478
479 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
480
481 * configure.ac: Remove references to mt-mep, mt-netware,
482 mt-wince.
483 * Makefile.def: Add all-utils soft dependencies.
484 * Makefile.tpl: Remove GDB_NLM_DEPS.
485 * configure: Regenerate.
486 * Makefile.in: Regenerate.
487
488 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
489
490 Sync from GCC:
491
492 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
493
494 * configure.ac: Do not include mh-x86omitfp.
495 * configure: Regenerate.
496
497 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
498
499 * configure.ac: Remove empty cases.
500 * configure: Regenerate.
501
502 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
503
504 * Makefile.def: Add dependency from termcap to gdb.
505 * Makefile.in: Regenerate.
506
507 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
508
509 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
510 * configure: Regenerate.
511 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
512 * Makefile.tpl: Likewise.
513 * Makefile.in: Regenerate.
514
515 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
516
517 * configure.ac: Remove all mentions of tentative_cc.
518 * configure: Regenerate.
519
520 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
521
522 PR lto/48086
523 * configure.ac: Re-enable LTO on *-apple-darwin9.
524 * configure: Regenerate.
525
526 2011-03-24 Joseph Myers <joseph@codesourcery.com>
527
528 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
529 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
530 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
531 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
532 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
533 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
534 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
535 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
536 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
537 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
538 *-*-rhapsody*): Remove host cases.
539 * configure: Regenerate.
540
541 2011-03-24 Joseph Myers <joseph@codesourcery.com>
542
543 * configure.ac (ppc*-*-pe): Remove host case.
544 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
545 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
546 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
547 cases.
548 * configure: Regenerate.
549
550 2011-03-24 Joseph Myers <joseph@codesourcery.com>
551
552 * config.sub: Update to version 2011-03-23.
553
554 2011-03-22 Joseph Myers <joseph@codesourcery.com>
555
556 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
557 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
558 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
559 * configure: Regenerate.
560
561 2011-03-22 Joseph Myers <joseph@codesourcery.com>
562
563 * config-ml.in: Don't handle arc-*-elf*.
564 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
565 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
566 handle GCC libraries.
567 * configure: Regenerate.
568
569 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
570
571 PR bootstrap/48120:
572 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
573 Add -lstdc++ -lm to LIBS.
574 * configure: Regenerate.
575
576 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
577
578 * config.guess: Update to version 2011-02-02
579 * config.sub: Update to version 2011-02-24
580
581 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
582
583 * configure.ac: Adjust test of with_ppl.
584 * configure: Regenerated.
585
586 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
587
588 * configure.ac: Add -lpwl to ppllibs.
589 * config/cloog.m4: Add -lisl to clooglibs.
590 * configure: Regenerated.
591
592 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
593
594 Import from Libtool and gnulib:
595
596 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
597
598 Prepare for supporting FreeBSD 10.
599 * config.rpath: Remove handling of freebsd1* which soon would
600 match FreeBSD 10.0.
601
602 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
603
604 Remove support for FreeBSD 1.x.
605 * libtool.m4 (_LT_LINKER_SHLIBS)
606 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
607 soon would incorrectly match FreeBSD 10.0.
608
609 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
610
611 PR binutils/12283
612 * MAINTAINERS (mkinstalldirs): Comes from Automake.
613 (move-if-change): Comes from gnulib.
614 * move-if-change: Import version from gnulib.
615
616 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
617
618 Sync from GCC:
619
620 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
621
622 PR lto/47225
623 * Makefile.def (lto-plugin): Double dash for enable-shared.
624 (configure-gcc): Depend on all-lto-plugin.
625 * Makefile.in: Rebuilt.
626
627 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
628
629 * configure.ac: Remove extra bracket.
630 * configure: Regenerate.
631
632 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
633
634 PR lto/47225
635 * Makefile.def: Add dependency for install-gcc
636 on install-lto-plugin.
637 * Makfile.in: Regenerated
638
639 2011-01-25 Jakub Jelinek <jakub@redhat.com>
640
641 * configure.ac: If with_ppl is no, move setting with_cloog=no
642 after CLOOG_REQUESTED check.
643 * configure: Regenerated.
644
645 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
646
647 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
648 CLooG has been requested.
649 * configure: Regenerated.
650
651 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
652
653 * configure: Regenerated.
654 * configure.ac: Check for version 0.11 (or later revision) of PPL.
655
656 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
657
658 * configure: Regenerated.
659 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
660
661 2011-01-07 Jan Hubicka <jh@suse.cz>
662
663 PR lto/47225
664 * Makefile.in: Regenerate.
665 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
666 configure.
667
668 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
669
670 PR libgcj/44341
671 * configure.ac: Discard --with-* flags for host when configuring
672 target libraries for cross build.
673 * configure: Rebuilt.
674
675 2011-01-21 Andreas Schwab <schwab@redhat.com>
676
677 Sync from GCC:
678
679 2011-01-21 Andreas Schwab <schwab@redhat.com>
680
681 * configure.ac: Use AS_HELP_STRING throughout.
682 * configure: Regenerate.
683
684 2011-01-18 Jie Zhang <jie.zhang@analog.com>
685
686 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
687 * configure: Regenerate.
688
689 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
690
691 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
692
693 2011-01-13 Joel Brobecker <brobecker@adacore.com>
694
695 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
696 for ia64-hpux.
697 * configure: Regenerate.
698
699 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
700
701 Sync from GCC:
702 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
703
704 * configure.ac: (picochip): Disable libiberty.
705 * configure: Regenerate.
706
707 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
708
709 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
710
711 2010-12-10 Ian Lance Taylor <iant@google.com>
712
713 PR bootstrap/46819
714 * configure.ac: For --disable-libgcj clear libgcj_saved.
715 * configure: Rebuild.
716
717 2010-12-10 Tobias Burnus <burnus@net-b.de>
718
719 PR fortran/46540
720 * configure.ac: Add --disable-libquadmath and
721 --disable-libquadmath-support.
722 * configure: Regenerate.
723
724 2010-12-10 Tristan Gingold <gingold@adacore.com>
725
726 * src-release (ETC_SUPPORT): add gnu-oids.texi
727
728 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
729
730 PR libffi/46792
731 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
732 * configure: Regenerate.
733
734 2010-12-02 Ian Lance Taylor <iant@google.com>
735
736 * configure.ac: Always set default for poststage1_ldflags to
737 -static-libstdc++ -static-libgcc.
738
739 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
740
741 * COPYING.NEWLIB: Add National Semiconductor notice.
742
743 2010-11-29 Andreas Schwab <schwab@redhat.com>
744
745 * configure.ac: Move comment to remove extra space in last argument
746 of GCC_TARGET_TOOL.
747
748 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
749
750 PR other/46026
751 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
752 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
753 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
754 (BASE_FLAGS_TO_PASS): Use it.
755 * configure: Rebuilt.
756 * Makefile.in: Rebuilt.
757
758 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
759
760 PR binutils/12258
761 * configure.ac: Correct comments for --enable-gold/--enable-ld.
762 Properly check default linker.
763 * configure: Regnerated.
764
765 2010-11-23 Matthias Klose <doko@ubuntu.com>
766
767 * configure.ac: For --enable-gold, handle value `default' instead of
768 `both*'. New configure option --{en,dis}able-ld.
769 * configure: Regenerate.
770
771 2010-11-20 Ian Lance Taylor <iant@google.com>
772
773 * configure.ac: Only disable a language library if no language needs
774 it. Don't let --disable-libgcj uncondtionally disable libffi.
775 * configure: Rebuild.
776
777 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
778
779 * configure: Regenerate.
780
781 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
782
783 PR other/46202
784 * configure.ac: Fix just-built in-tree STRIP name to be
785 binutils/strip-new.
786 * configure: Regenerate.
787 * Makefile.def (install-strip-gcc, install-strip-binutils)
788 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
789 (install-strip-sid): Mirror dependencies on non-strip variants
790 of these targets on the respective -strip prerequisites.
791 * Makefile.tpl (install-strip, install-strip-host)
792 (install-strip-target): New targets.
793 (install-strip-[+module+], install-strip-target-[+module+]):
794 New targets.
795 * Makefile.in: Regenerate.
796
797 2010-11-19 Ian Lance Taylor <iant@google.com>
798 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
799
800 * configure.ac: Add target-libgo to target_libraries. Set
801 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
802 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
803 (HOST_EXPORTS): Add GOC.
804 (BASE_TARGET_EXPORTS): Add GOC.
805 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
806 (GOCFLAGS_FOR_TARGET): New variable.
807 (EXTRA_HOST_FLAGS): Add GOC.
808 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
809 * Makefile.def (target_modules): Add libgo.
810 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
811 (dependencies): Add dependency from configure-target-libgo to
812 configure-target-libffi and all-target-libstdc++-v3. Add
813 dependencies from all-target-libgo to all-target-libffi.
814 (languages): Add go.
815 * configure: Rebuild.
816 * Makefile.in: Rebuild.
817
818 2010-11-19 Ian Lance Taylor <iant@google.com>
819
820 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
821 compiler/flag environment variables.
822
823 2010-11-18 Ian Lance Taylor <iant@google.com>
824
825 * configure.ac: Check for lang_requires_boot_languages in
826 config-lang.in files.
827 * configure: Rebuild.
828
829 2010-11-17 Mike Frysinger <vapier@gentoo.org>
830
831 * .gitignore: New file.
832
833 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
834 Tobias Burnus <burnus@net-b.de>
835
836 PR fortran/32049
837 * Makefile.def: Add libquadmath; build it with language=fortran.
838 * configure.ac: Add libquadmath.
839 * Makefile.tpl: Handle multiple libs in check-[+language+].
840 * Makefile.in: Regenerate.
841 * configure: Regenerate.
842
843 2010-11-15 Andreas Schwab <schwab@redhat.com>
844
845 * configure.ac: Fix spelling in option names.
846 * configure: Regenerated.
847
848 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
849
850 PR bootstrap/39622
851 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
852 * configure: Regenerated.
853
854 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
855
856 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
857 define the cloog backend to use. Furthermore, only pass the ppllibs to
858 the configure checks, if necessary.
859 * configure: Regenerate.
860
861 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
862
863 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
864 * configure: regenerate
865
866 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
867
868 * config/cloog.m4: Fix typo. verison -> version.
869 * configure: Regenerate.
870
871 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
872
873 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
874 * configure: Regenerate.
875
876 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
877
878 * configure.ac: Support official CLooG.org versions.
879 * configure: Regenerate.
880 * config/cloog.m4: New.
881
882 2010-11-05 Michael Eager <eager@eagercon.com>
883
884 * COPYING.LIBGLOSS: Correct typo in microblaze.
885 * COPYING.NEWLIB: Same.
886
887 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
888
889 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
890 * configure: Regenerate.
891
892 2010-11-03 Ian Lance Taylor <iant@google.com>
893 Dave Korn <dave.korn.cygwin@gmail.com>
894
895 PR lto/46273
896 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
897 and on other supported platforms whenever LTO is enabled.
898 * configure: Rebuild.
899
900 2010-11-02 Alan Modra <amodra@gmail.com>
901
902 PR binutils/12110
903 * configure.ac: Error when source path contains spaces.
904 * configure: Regenerate.
905
906 2010-10-20 Ian Lance Taylor <iant@google.com>
907
908 * Makefile.def (target_modules): Set lib_path to src/.libs for
909 libstdc++-v3 module.
910 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
911 * Makefile.in: Rebuild.
912
913 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
914 Joseph Myers <joseph@codesourcery.com>
915
916 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
917 notices.
918 * COPYING.NEWLIB: Add Texas Instruments notice.
919
920 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
921
922 * configure.ac (build_lto_plugin): New shell variable.
923 (--enable-lto): Turn on by default for all non-ELF platforms that
924 have had LTO support added so far. Set build_lto_plugin appropriately
925 for both ELF and non-ELF.
926 (configdirs): Add lto-plugin or not based on build_lto_plugin.
927 * configure: Regenerate.
928
929 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
930
931 PR bootstrap/45326
932 PR bootstrap/45174
933 * configure.ac: Honor initial values of $build_configargs,
934 $host_configargs, $target_configargs. Mark the precious, so
935 environment settings get recorded.
936 * configure: Regenerate.
937
938 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
939
940 Sync from GCC:
941
942 2010-09-30 Michael Eager <eager@eagercon.com>
943
944 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
945 * configure: Regenerate.
946
947 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
948
949 * configure.ac (enable-lto): Add Darwin to the list of supported lto
950 targets and amend comment.
951 * configure: Regenerate.
952
953 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
954
955 * configure.ac: Enable LTO by default on Darwin.
956 * configure: Regenerate.
957
958 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
959
960 PR bootstrap/44455
961 * configure.ac (extra_mpfr_configure_flags): Copy from
962 extra_mpc_gmp_configure_flags.
963 * configure: Re-generated.
964
965 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
966
967 Sync from GCC:
968
969 PR bootstrap/45796
970 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
971 Depend on all-build-libiberty.
972 * Makefile.in: Regenerate.
973
974 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
975
976 Sync from GCC:
977
978 PR bootstrap/44621
979 * configure.ac: Fix unportable shell quoting.
980 * configure: Regenerate.
981
982 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
983
984 * configure.ac: Support all v850 targets.
985 * configure: Regenerate.
986
987 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
988
989 PR target/44862
990 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
991 Provide -B option to allow for link spec %s substitutions for
992 libstdc++.a on darwin.
993 * Makefile.in: Regenerate.
994
995 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
996
997 * Makefile.def (configure-gcc): Depend on all-libelf.
998 * Makefile.in: Rebuild.
999
1000 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1001
1002 * config.sub, config.guess: Update from upstream sources.
1003
1004 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1005
1006 Sync from GCC:
1007
1008 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1009 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1010 * configure: Regenerated.
1011
1012 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1013 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1014 * configure: Regenerate.
1015
1016 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1017 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1018 * configure: Regenerate.
1019
1020 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1021 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1022 separately.
1023 * configure: Regenerate.
1024
1025 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1026 * configure: Regenerate after change to elf.m4.
1027
1028 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1029 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1030 * configure: Regenerated.
1031
1032 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1033 * configure.ac: Print "buggy but acceptable" when CLooG
1034 revision is less than 9.
1035 * configure: Regenerated.
1036
1037 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1038
1039 Merge from gcc:
1040
1041 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1042 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1043 * configure: Regenerate.
1044
1045 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1046 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1047 a platform that supports LTO.
1048 * configure: Regenerate.
1049
1050 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1051 PR lto/42776
1052 * configure.ac (--enable-lto): Refactor handling so libelf tests
1053 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1054 and allow LTO to be explicitly enabled on non-ELF platforms that
1055 are known to support it inside else-clause.
1056 * configure: Regenerate.
1057
1058 2010-04-27 Roland McGrath <roland@redhat.com>
1059 H.J. Lu <hongjiu.lu@intel.com>
1060
1061 * configure.ac (--enable-gold): Support both, both/gold and
1062 both/bfd to add gold to configdirs without removing ld.
1063 * configure: Regenerated.
1064
1065 * Makefile.def: Add install-gold dependency to install-ld.
1066 * Makefile.in: Regenerated.
1067
1068 2010-04-14 Tristan Gingold <gingold@adacore.com>
1069
1070 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1071 * configure: Regenerate.
1072
1073 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1074
1075 Merge from gcc:
1076 PR bootstrap/43615
1077 PR bootstrap/43328
1078 Revert:
1079 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1080 * configure.ac: Do not pass --enable-multilib nor
1081 --disable-multilib in baseargs. Accept explicitly passed
1082 --enable_multilib.
1083 * configure: Regenerate.
1084
1085 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1086
1087 PR bootstrap/43328
1088 * configure.ac: Do not pass --enable-multilib nor
1089 --disable-multilib in baseargs. Accept explicitly passed
1090 --enable_multilib.
1091 * configure: Regenerate.
1092
1093 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1094
1095 * configure.ac (tic6x-*-*): New case.
1096 * configure: Regenerate.
1097
1098 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1099
1100 Merge from gcc:
1101 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1102 PR ada/42554
1103 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1104 * configure: Regenerate.
1105
1106 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1107
1108 * config.sub: Update to version 2010-03-22.
1109 * config.guess: Update to version 2009-12-30.
1110
1111 2010-03-14 Joseph Myers <joseph@codesourcery.com>
1112
1113 Merge from gcc:
1114 2010-01-11 Richard Guenther <rguenther@suse.de>
1115 PR lto/41569
1116 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1117 * Makefile.in: Regenerated.
1118
1119 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1120
1121 PR libstdc++/32499
1122 * configure.ac (RANLIB): Default to true.
1123 (STRIP): Likewise.
1124 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1125 * configure: Regenerate.
1126
1127 2010-02-17 Nick Clifton <nickc@redhat.com>
1128
1129 PR 11238
1130 * Makefile.tpl (local-distclean): Also remove config.cache files in
1131 sub-directories as there may not be Makefiles present in the
1132 sub-directories.
1133 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1134 the config.cache files found by the find command.
1135
1136 * Makefile.in: Regenerate.
1137 * configure.ac: Revert previous delta.
1138 * configure: Regenerate.
1139
1140 2010-02-15 Nick Clifton <nickc@redhat.com>
1141
1142 PR 11238
1143 * configure.ac: Delete config.cache files in sub-directories when
1144 deleting Makefiles.
1145 * configure: Regenerate.
1146
1147 2010-02-15 Nick Clifton <nickc@redhat.com>
1148
1149 * configure.ac: Sync from gcc.
1150 * configure: Regenerate.
1151
1152 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1153
1154 Sync from gcc:
1155 * configure.ac: Add "recommended" version checks for GMP/MPC.
1156 Update recommended GMP/MPFR/MPC versions.
1157 * configure: Regenerate.
1158
1159 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1160
1161 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1162 * configure.ac (bootstrap_target_libs): Make inclusion of
1163 target-libgomp conditional on libgomb being in target_configdirs.
1164 * configure: Regenerate.
1165
1166 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1167
1168 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1169 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1170 * configure: Regenerate.
1171
1172 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1173
1174 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1175 * configure.ac (target_configdirs): Substitute.
1176 * Makefile.def: Bootstrap target module libgomp.
1177 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1178 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1179 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1180 * configure, Makefile.in: Regenerate.
1181
1182 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1183
1184 * libtool.m4: Sync from git Libtool.
1185 * ltmain.sh: Likewise.
1186 * ltoptions.m4: Likewise.
1187 * ltversion.m4: Likewise.
1188 * lt~obsolete.m4: Likewise.
1189
1190 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1191 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1192
1193 PR bootstrap/42424
1194 * configure.ac: Include libtool m4 files.
1195 (_LT_CHECK_OBJDIR): Call it.
1196 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1197 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1198
1199 * configure: Regenerate.
1200
1201 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1202
1203 PR bootstrap/41818
1204 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1205 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1206 * Makefile.in: Regenerate.
1207
1208 2009-12-18 Ben Elliston <bje@au.ibm.com>
1209
1210 * config.sub, config.guess: Update from upstream sources.
1211
1212 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1213
1214 * COPYING.NEWLIB: Update copyright date.
1215 * COPYING.LIBGLOSS: Ditto.
1216
1217 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1218
1219 PR middle-end/30447
1220 PR middle-end/30789
1221 PR other/40302
1222
1223 * configure.ac: Require MPC.
1224 * configure: Regenerate.
1225
1226 * configure.ac: Update minimum MPC version to 0.8.
1227 * configure: Regenerate.
1228
1229 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
1230
1231 * config.guess: Sync with upstream and gcc.
1232 * config.sub: Sync with upstream and gcc.
1233
1234 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1235
1236 * Makefile.def: Restore host and target settings for gmp.
1237 * Makefile.in: Rebuild.
1238
1239 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1240
1241 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1242 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1243 Fix portability of test of C++ as bootstrap language. Add
1244 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1245 * configure: Rebuild.
1246 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1247 and cloog. Fix in-tree ppl configuration. Introduce libelf
1248 in-tree building.
1249 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1250 (POSTSTAGE1_HOST_EXPORTS): Use it.
1251 (STAGE[+id+]_CXXFLAGS): New.
1252 (BASE_FLAGS_TO_PASS): Pass it down.
1253 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1254 extra_exports.
1255 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1256 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1257 extra_exports.
1258 * Makefile.in: Rebuild.
1259
1260 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1261
1262 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1263 paths for *-w64-mingw* and x86_64-*mingw*.
1264 * configure: Regenerated.
1265
1266 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
1267
1268 * configure.ac: Disable target-winsup & co for
1269 x86_64-*-mingw* and *-w64-mingw* targets.
1270 * configure: Regenerated.
1271
1272 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1273
1274 * configure.ac (CLooG test): Use = with test.
1275 * configure: Regenerate.
1276
1277 2009-10-22 Richard Guenther <rguenther@suse.de>
1278
1279 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1280 cloog if the ppl version check failed. Move flags saving
1281 before setting in libelf check.
1282 * configure: Regenerate.
1283
1284 2009-10-21 Richard Guenther <rguenther@suse.de>
1285
1286 * configure.ac: Adjust the ppl and cloog configure to work as
1287 documented. Disable cloog if ppl was disabled. Omit the version
1288 checks if they were disabled.
1289 * configure: Re-generate.
1290
1291 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1292
1293 * configure.ac: Add 'lto' to enable_languages, not
1294 new_enable_languages, and only if not already present.
1295 * configure: Regenerate.
1296
1297 2009-10-06 Ian Lance Taylor <iant@google.com>
1298
1299 * Makefile.def: check-gold depends upon all-gas.
1300 * Makefile.in: Rebuild.
1301
1302 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1303
1304 * Makefile.def: all-lto-plugin depends on all-libiberty.
1305 set bootstrap=true for lto-plugin.
1306 Add lto-plugin.
1307 * Makefile.in: Regenerate.
1308 * configure.ac (host_libs): Add lto-plugin.
1309 * configure: Regenerate.
1310
1311 2009-10-03 Diego Novillo <dnovillo@google.com>
1312
1313 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1314 (HOST_LIBELFLIBS): Define.
1315 (HOST_LIBELFINC): Define.
1316 * Makefile.in: Regenerate.
1317 * configure.ac: Add --enable-lto.
1318 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1319 If --enable-lto is used, add 'lto' to new_enable_languages.
1320 If --enable-lto is used and gold is enabled, add
1321 lto-plugin to configdirs.
1322 * configure: Regenerate.
1323
1324 2009-10-03 Simon Baldwin <simonb@google.com>
1325
1326 * configure.ac: If --with-system-zlib, suppress local zlib and
1327 pass --with-system-zlib to subdir configure scripts.
1328 * configure: Regenerate.
1329
1330 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
1331 Paolo Bonzini <bonzini@gnu.org>
1332
1333 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1334 $(srcdir).
1335 * Makefile.in: Rebuilt.
1336
1337 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
1338
1339 Sync from gcc:
1340 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1341
1342 * configure.ac: Update minimum MPC version to 0.7.
1343 * configure: Regenerate.
1344
1345 2009-09-25 Nick Clifton <nickc@redhat.com>
1346
1347 * configure.ac: Pass any --cache-file=/dev/null option on to
1348 subconfigures.
1349 * configure: Regenerate.
1350
1351 2009-09-23 Nick Clifton <nickc@redhat.com>
1352
1353 * config.sub, config.guess: Update from upstream sources.
1354
1355 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
1356
1357 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1358 * Makefile.in: Rebuilt.
1359
1360 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1361
1362 PR bootstrap/32272
1363 * configure.ac: Error out if $srcdir isn't '.' but contains
1364 host-${host_noncanonical}.
1365 * configure: Regenerate.
1366
1367 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1368
1369 * configure.ac: If bootstrapping a combined tree with
1370 --enable-gold, require c++ in stage1_languages.
1371 * configure: Regenerate.
1372
1373 * configure.ac: Also add target_libs of stage1_languages to
1374 bootstrap_target_libs.
1375 * configure: Regenerate.
1376
1377 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1378 with --enable-languages not containing c++.
1379 * configure: Regenerate.
1380
1381 2009-09-16 Jie Zhang <jie.zhang@analog.com>
1382
1383 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1384 * configure: Regenerate.
1385
1386 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1387
1388 * configure.ac: Do not use $extrasub for replacing @if/@endif
1389 parts in Makefile; instead, use additional arguments to
1390 AC_CONFIG_COMMANDS to do the replacement manually, with several
1391 sed invocations, to avoid HP-UX sed command limits.
1392 * configure: Regenerate.
1393
1394 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
1395
1396 * configure.ac (with-build-config): Document. Handle without.
1397 Handle missing argument.
1398 * configure: Rebuilt.
1399
1400 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
1401
1402 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1403 Default to bootstrap-debug only if compare-debug works.
1404 * configure: Rebuilt.
1405 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1406 * Makefile.in: Rebuilt.
1407
1408 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
1409
1410 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1411 * Makefile.in: Rebuilt.
1412
1413 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
1414
1415 * Makefile.tpl (AWK): Fix typo.
1416 * Makefile.in: Regenerate.
1417
1418 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
1419
1420 * configure.ac: Detect awk and sed.
1421 * Makefile.def (flags_to_pass): Add AWK and SED.
1422 * Makefile.tpl (AWK, SED): New.
1423 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1424 * configure: Regenerate.
1425 * Makefile.in: Regenerate.
1426
1427 2009-09-01 Tristan Gingold <gingold@adacore.com>
1428
1429 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1430 Remove logical names.
1431
1432 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1433
1434 * ltmain.sh (func_normal_abspath): New function.
1435 (func_relative_path): Likewise.
1436 (func_mode_help): Document new -bindir option for link mode.
1437 (func_mode_link): Add new -bindir option, and use it to place
1438 output DLL if specified.
1439
1440 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1441
1442 * configure.ac (AC_PREREQ): Bump to 2.64.
1443
1444 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1445
1446 * README-maintainer-mode: Point directly to upstream locations
1447 for autoconf, automake, libtool, gettext, instead of copies on
1448 sources.redhat.com. Document required versions.
1449 * configure.ac: Do not substitute datarootdir, htmldir,
1450 pdfdir, docdir. Do not process --with-datarootdir,
1451 --with-htmldir, --with-pdfdir, --with-docdir.
1452 * configure: Regenerate.
1453
1454 * configure: Regenerate.
1455
1456 * compile: Sync from Automake 1.11.
1457 * depcomp: Likewise.
1458 * install-sh: Likewise.
1459 * missing: Likewise.
1460 * mkinstalldirs: Likewise.
1461 * ylwrap: Likewise.
1462
1463 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1464
1465 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1466 (baseargs): Add --disable-option-checking.
1467 * configure: Regenerate.
1468
1469 * Makefile.def (configure-target-libiberty): Depend on
1470 all-binutils and all-ld.
1471 (configure-target-newlib): Likewise.
1472 * Makefile.in: Regenerate.
1473
1474 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1475
1476 Sync with GCC, merge:
1477
1478 2009-07-31 Christian Bruel <christian.bruel@st.com>
1479
1480 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1481 * configure: Regenerate.
1482
1483 2009-07-06 Ian Lance Taylor <iant@google.com>
1484
1485 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1486 * configure: Rebuild.
1487
1488 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1489
1490 PR bootstrap/40338
1491 * configure.ac (comparestring): Create new variable.
1492 * Makefile.tpl (comparestring): Use to skip some comparisions.
1493 * configure: Regenerate.
1494 * Makefile.in: Regenerate.
1495
1496 2009-06-23 Ian Lance Taylor <iant@google.com>
1497
1498 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1499 boot_languages. Only bootstrap target libraries listed in
1500 target_libs for some boot language. Add --with-stage1-ldflags,
1501 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1502 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1503 if not building with C++.
1504 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1505 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1506 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1507 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1508 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1509 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1510 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1511 * configure, Makefile.in: Rebuild.
1512
1513 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1514
1515 * configure.ac: Detect MPC in default directory.
1516 * configure: Regenerate.
1517
1518 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1519
1520 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1521 to noconfdirs.
1522 * configure: Regenerate.
1523
1524 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1525
1526 * Makefile.def: Add MPC support and dependencies.
1527 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1528
1529 * Makefile.in, configure: Regenerate.
1530
1531 2009-05-24 Nicolas Roche <roche@adacore.com>
1532
1533 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1534 * Makefile.in: Regenerate.
1535
1536 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1537
1538 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1539 * configure: Regenerate.
1540
1541 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1542
1543 * configure.ac ($with_ppl): Default to no if not supplied.
1544 ($with_cloog): Likewise.
1545 configure: Regenerate.
1546
1547 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1548
1549 PR bootstrap/39739
1550 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1551 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1552
1553 * configure, Makefile.in: Regenerate.
1554
1555 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1556
1557 * configure.ac: Change copyright header to refer to version
1558 3 of the GNU General Public License and to point readers at the
1559 COPYING3 file and the FSF's license web page.
1560 * Makefile.def: Likewise.
1561 * Makefile.tpl: Likewise.
1562 * Makefile.in: Regenerate.
1563
1564 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1565
1566 * configure.ac: Restore match for darwin9 or later. Use double
1567 brackets since regeneration eats one pair.
1568 * configure: Regenerate.
1569
1570 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1571
1572 * MAINTAINERS: Perform some obvious fixups.
1573
1574 2009-08-17 Ben Elliston <bje@au.ibm.com>
1575
1576 * config.sub, config.guess: Update from upstream sources.
1577
1578 2009-08-06 Michael Eager <eager@eagercon.com>
1579
1580 * configure.ac: Add Microblaze target.
1581 * configure: Regenerate.
1582
1583 2009-07-02 Tristan Gingold <gingold@adacore.com>
1584
1585 * configure.ac: Do not exclude gas for i386-*-darwin.
1586 Add a case for x86_64-*-darwin.
1587 * configure: Regenerate.
1588
1589 2009-06-26 Doug Evans <dje@sebabeach.org>
1590
1591 * Makefile.def (host_modules): Add cgen.
1592 * Makefile.in: Regenerate.
1593 * configure.ac (host_tools): Add cgen.
1594 * configure: Regenerate.
1595
1596 2009-06-17 Michael Eager <eager@eagercon.com>
1597
1598 * COPYING.LIBGLOSS: Add Xilinx license.
1599
1600 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1601
1602 * configure.ac: Define is_elf for QNX Neutrino targets.
1603 * configure: Regenerate.
1604
1605 2009-06-03 Jerome Guitton <guitton@adacore.com>
1606 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1607
1608 * Makefile.tpl (all): Avoid a trailing backslash.
1609 * Makefile.in: Regenerate.
1610
1611 2009-06-03 Ben Elliston <bje@au.ibm.com>
1612
1613 * config.sub, config.guess: Update from upstream sources.
1614
1615 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
1616
1617 * Makefile.tpl ([+compare-target+]): Compare all stage
1618 directories, rather than just gcc.
1619 * Makefile.in: Rebuilt.
1620
1621 2009-05-28 Doug Kwan <dougkwan@google.com>
1622
1623 * configure.ac: Support gold for target arm*-*-*.
1624 * configure: Regenerate.
1625
1626 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
1627
1628 * Makefile.tpl (all): Avoid harmless warning in make all when
1629 gcc-bootstrap is enabled but stage_last does not exist.
1630 * Makefile.in: Rebuilt.
1631
1632 2009-05-25 Tristan Gingold <gingold@adacore.com>
1633
1634 * setup.com: Complete the file with configuration and build.
1635
1636 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
1637
1638 PR other/40159
1639 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1640 gcc-no-bootstrap are mutually exclusive.
1641 * Makefile.in: Rebuilt.
1642
1643 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
1644
1645 PR other/40159
1646 * Makefile.tpl (all): Don't end with unconditional success.
1647 * Makefile.in: Rebuilt.
1648
1649 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
1650
1651 PR target/37137
1652 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1653 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1654 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1655 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1656 stage_configureflags, stage_cflags and stage_libcflags into
1657 explicit Makefile macros.
1658 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1659 GFORTRAN.
1660 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1661 CC. Set CC_FOR_BUILD from CC.
1662 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1663 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1664 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1665 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1666 and GFORTRAN.
1667 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1668 (_LIBCFLAGS): Renamed to _TFLAGS.
1669 (do-compare-debug, do-compare3-debug): Drop.
1670 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1671 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1672 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1673 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1674 (XGCC_FLAGS_FOR_TARGET): New.
1675 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1676 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1677 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1678 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1679 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1680 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1681 TFLAGS.
1682 (BUILD_CONFIG): Include if requested.
1683 (all): Set TFLAGS on bootstrap.
1684 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1685 (all-stageid-prefixmodule): Likewise.
1686 (do-clean, distclean-stageid): Set TFLAGS.
1687 (restrap): Fix whitespace.
1688 * Makefile.in: Rebuilt.
1689
1690 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1691
1692 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1693 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1694 * Makefile.in: Regenerate.
1695
1696 2009-04-24 Eli Zaretskii <eliz@gnu.org>
1697
1698 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1699 consistency with config.sub. (Update from upstream sources.)
1700
1701 2009-04-21 Joseph Myers <joseph@codesourcery.com>
1702
1703 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1704
1705 2009-04-17 Ben Elliston <bje@au.ibm.com>
1706
1707 * config.sub, config.guess: Update from upstream sources.
1708
1709 2009-04-15 Anthony Green <green@moxielogic.com>
1710
1711 * configure.ac: Add moxie support.
1712 * configure: Rebuilt.
1713
1714 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1715
1716 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1717 * configure: Regenerate.
1718
1719 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1720
1721 PR gas/10039
1722 * configure.ac: Require texinfo 4.7.
1723 * configure: Regenerated.
1724
1725 2009-04-09 Steve Ellcey <sje@cup.hp.com>
1726
1727 * Makefil.def (languages): New entries.
1728 * Makefile.tpl (check-gcc-*): New generic target.
1729 * Makefile.in: Regenerate.
1730
1731 2009-03-27 Eli Zaretskii <eliz@gnu.org>
1732
1733 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1734 Windows builds of Sed.
1735
1736 2009-03-18 Tom Tromey <tromey@redhat.com>
1737
1738 * configure: Rebuild.
1739 * configure.ac (host_libs): Add libiconv.
1740 * Makefile.in: Rebuild.
1741 * Makefile.def (host_modules): Add libiconv.
1742 (configure-gdb, all-gdb): Depend on libiconv.
1743
1744 2009-03-16 Tristan Gingold <gingold@adacore.com>
1745
1746 * configure.ac: Treat gdb as supported on x86_64-darwin.
1747 * configure: Regenerate.
1748
1749 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1750
1751 Merge from GCC:
1752
1753 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1754
1755 * configure.ac (--with-host-libstdcxx): New option.
1756 * configure: Regenerate.
1757
1758 2009-01-29 Robert Millan <rmh@aybabtu.com>
1759
1760 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1761 * configure: Regenerate.
1762
1763 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
1764
1765 PR tree-optimization/38515
1766 * configure.ac (cloog-polylib): Removed.
1767 (with_ppl, with_cloog): Test for "no".
1768 * configure: Regenerated.
1769
1770 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1771
1772 Backport from git Libtool:
1773
1774 2009-01-19 Robert Millan <rmh@aybabtu.com>
1775 Support GNU/kOpenSolaris.
1776 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1777 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1778 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1779 GNU/kOpenSolaris.
1780
1781 2009-02-05 Andreas Schwab <schwab@suse.de>
1782
1783 * Makefile.tpl (stage_last): Define $r and $s before using
1784 $(RECURSE_FLAGS_TO_PASS).
1785 * Makefile.in: Regenerate
1786
1787 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
1788
1789 * COPYING.NEWLIB: Add ARM license.
1790
1791 2009-01-16 Alan Modra <amodra@bigpond.net.au>
1792
1793 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1794 (all-opcodes): Depend on all-libiberty.
1795 * Makefile.in: Regenerate.
1796
1797 2009-01-15 Douglas B Rupp <rupp@gnat.com>
1798
1799 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1800 * configure: Regenerate.
1801
1802 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1803
1804 Backport link test fix from upstream Libtool:
1805
1806 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1807 Add cache variables to tests that require the linker to work.
1808 For shlibpath_overrides_runpath, this also changes the semantics
1809 to let the result from the C compiler take precedence.
1810 compiler take precedence.
1811
1812 2008-12-02 Ben Elliston <bje@au.ibm.com>
1813
1814 * config.sub, config.guess: Update from upstream sources.
1815
1816 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
1817
1818 * COPYING.NEWLIB: Updated.
1819 * COPYING.LIBGLOSS: Ditto.
1820
1821 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
1822
1823 Sync with GCC:
1824
1825 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
1826
1827 * configure.ac (ppllibs): Add by default the lib flags.
1828 * configure: Regenerate.
1829
1830 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1831
1832 * configure.ac: Add double brackets on darwin[912].
1833 * configure: Regenerate.
1834
1835 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
1836
1837 * configure.ac: Expand to darwin10 and later.
1838 * configure: Regenerate.
1839
1840 2008-12-02 Andreas Schwab <schwab@suse.de>
1841
1842 * Makefile.def: configure-target-boehm-gc depends on
1843 all-target-libstdc++-v3.
1844 * Makefile.in: Regenerate.
1845
1846 2008-12-02 Ben Elliston <bje@au.ibm.com>
1847
1848 * config.sub, config.guess: Update from upstream sources.
1849
1850 2008-11-27 Joseph Myers <joseph@codesourcery.com>
1851
1852 Merge from GCC:
1853
1854 2007-12-02 Matthias Klose <doko@ubuntu.com>
1855
1856 * config-ml.in: Remove 64bit configure tests.
1857
1858 2008-05-14 Rafael Espindola <espindola@google.com>
1859
1860 * config-ml.in: don't handle --enable-shared and --enable-static.
1861
1862 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1863 Tobias Grosser <grosser@fim.uni-passau.de>
1864 Jan Sjodin <jan.sjodin@amd.com>
1865 Harsha Jagasia <harsha.jagasia@amd.com>
1866 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1867 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1868 Adrien Eliche <aeliche@isty.uvsq.fr>
1869
1870 Merge from graphite branch.
1871 * configure: Regenerate.
1872 * Makefile.in: Regenerate.
1873 * configure.ac (host_libs): Add ppl and cloog.
1874 Add checks for PPL and CLooG.
1875 * Makefile.def (ppl, cloog): Added modules and dependences.
1876 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1877 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1878
1879 2008-09-03 Richard Guenther <rguenther@suse.de>
1880
1881 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1882 cloog test.
1883 * configure: Re-generate.
1884
1885 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1886
1887 * configure.ac (--with-cloog-polylib): New.
1888 (--disable-cloog-version-check): New.
1889 (--disable-ppl-version-check): New.
1890 * configure: Re-generate.
1891
1892 2008-09-05 Richard Guenther <rguenther@suse.de>
1893
1894 * configure.ac: Initialize clooglibs to -lcloog.
1895 * configure: Re-generate.
1896
1897 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1898
1899 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1900 recommended version to 2.3.2.
1901
1902 * configure: Regenerate.
1903
1904 2008-10-31 Ben Elliston <bje@au.ibm.com>
1905
1906 * configure.ac (spu-*-*): Remove special case.
1907 * configure: Regenerate.
1908
1909 Complete comment text from GCC version of:
1910
1911 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1912
1913 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1914 (GCC_SHLIB_SUBDIR): New.
1915 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1916 * configure: Regenerate.
1917 * Makefile.in: Regenerate.
1918
1919 2008-11-27 Tristan Gingold <gingold@adacore.com>
1920
1921 * configure.ac: Build gdb for i?86-*-darwin*
1922 * configure: Regenerated.
1923
1924 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1925
1926 PR bootstrap/38014
1927 PR bootstrap/37923
1928
1929 Revert:
1930
1931 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1932
1933 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1934 * Makefile.in: Regenerated.
1935
1936 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1937
1938 PR gdb/921
1939 PR gdb/1646
1940 PR gdb/2175
1941 PR gdb/2176
1942
1943 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1944 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1945 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1946 (HOST_EXPORTS): Pass CPPFLAGS.
1947 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1948 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1949 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1950 * Makefile.in, configure: Regenerated.
1951 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1952 and CPPFLAGS_FOR_BUILD.
1953
1954 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
1955
1956 * configure.ac [spu-*-*]: Do not set skipdirs.
1957 * configure: Re-generate.
1958
1959 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1960
1961 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1962 * Makefile.in: Regenerated.
1963
1964 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1965
1966 PR gdb/921
1967 PR gdb/1646
1968 PR gdb/2175
1969 PR gdb/2176
1970
1971 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1972 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1973 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1974 (HOST_EXPORTS): Pass CPPFLAGS.
1975 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1976 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1977 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1978 * Makefile.in, configure: Regenerated.
1979 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1980 and CPPFLAGS_FOR_BUILD.
1981
1982 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
1983
1984 * libtool.m4: Update to libtool 2.2.6.
1985 * lt~obsolete.m4: Update to libtool 2.2.6.
1986 * ltmain.sh: Update to libtool 2.2.6.
1987 * ltsugar.m4: Update to libtool 2.2.6.
1988 * ltversion.m4: Update to libtool 2.2.6.
1989 * ltoptions.m4: Update to libtool 2.2.6.
1990 * ltgcc.m4: Update to match changes from libtool 2.2.6.
1991
1992 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1993
1994 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1995 (GCC_SHLIB_SUBDIR): New.
1996 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1997 * configure: Regenerate.
1998 * Makefile.in: Regenerate.
1999
2000 2008-08-28 Tristan Gingold <gingold@adacore.com>
2001
2002 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2003 Enable bfd, binutils and opcodes.
2004 * configure: Regenerate.
2005
2006 2008-08-16 Nicolas Roche <roche@adacore.com>
2007
2008 * Makefile.tpl: Add BOOT_ADAFLAGS.
2009 * Makefile.in: Regenerate.
2010
2011 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2012
2013 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2014 * configure: Regenerate.
2015
2016 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2017
2018 Sync with gcc:
2019 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2020
2021 * configure.ac: Add makefile fragments for hpux.
2022 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2023 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2024 * configure: Regenerate.
2025 * Makefile.in: Regenerate.
2026
2027 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2028
2029 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2030 * Makefile.in: Regenerate.
2031 * configure: Regenerate.
2032
2033 2008-06-18 Ian Lance Taylor <iant@google.com>
2034
2035 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2036
2037 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2038
2039 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2040
2041 * configure: Regenerate.
2042
2043 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2044
2045 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2046 "$@" is still intact with both Autoconf 2.59 and 2.62.
2047 * configure: Regenerate.
2048
2049 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2050
2051 * Makefile.tpl: Fix comment errors.
2052 * Makefile.in: Regenerate.
2053
2054 2008-06-13 Julian Brown <julian@codesourcery.com>
2055
2056 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2057 of libobjc for ARM EABI Linux.
2058 * configure: Regenerate.
2059
2060 2008-06-12 David S. Miller <davem@davemloft.net>
2061 David Edelsohn <edelsohn@gnu.org>
2062
2063 * configure.ac: Add powerpc*-*-* to gold supported targets.
2064 * configure: Regenerate.
2065
2066 2008-06-08 Joseph Myers <joseph@codesourcery.com>
2067
2068 PR tree-optimization/36218
2069 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2070 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2071 (all prefix="build-"): Pass them to build-system sub-makes.
2072 * Makefile.in: Regenerate.
2073
2074 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2075
2076 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2077 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2078 mkdep, and compile. Update comments.
2079 (ETC_SUPPORT): Add ChangeLog and update comments.
2080
2081 2008-05-11 Ian Lance Taylor <iant@google.com>
2082
2083 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2084
2085 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2086
2087 Sync with gcc:
2088 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2089
2090 PR bootstrap/35457
2091 * configure.ac: Include override.m4.
2092 * configure: Regenerate.
2093
2094 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2095
2096 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2097 * Makefile.in: Regenerate.
2098
2099 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2100
2101 * configure.ac: Do not build libssp for the AVR.
2102 * configure: Regenerate.
2103
2104 2008-04-18 Nick Clifton <nickc@redhat.com>
2105
2106 * MAINTAINERS: Replace reference to configure.in with reference to
2107 configure.ac.
2108
2109 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2110
2111 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2112 as nonconfigurable directories list.
2113 * configure: Regenerate.
2114
2115 2008-04-14 David S. Miller <davem@davemloft.net>
2116
2117 * configure.ac: Add sparc*-*-* to gold supported targets.
2118 * configure: Regenerate.
2119
2120 2008-04-14 Ben Elliston <bje@au.ibm.com>
2121
2122 * config.sub, config.guess: Update from upstream sources.
2123
2124 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
2125
2126 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2127 * Makefile.in: Regenerate.
2128
2129 2008-04-07 Ian Lance Taylor <iant@google.com>
2130
2131 * Makefile.def: check-gold depends upon all-binutils.
2132 * Makefile.in: Regenerate.
2133
2134 2008-04-04 Nick Clifton <nickc@redhat.com>
2135
2136 PR binutils/4334
2137 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2138 builds.
2139 * configure: Regenerate.
2140
2141 2008-04-04 NightStrike <NightStrike@gmail.com>
2142
2143 PR other/35151
2144 * configure.ac: Combine rules for mingw32 and mingw64.
2145 * configure: Regenerate.
2146
2147 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
2148
2149 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2150 * Makefile.in: Regenerate.
2151
2152 2008-03-20 Ian Lance Taylor <iant@google.com>
2153
2154 * configure.ac: Add support for --enable-gold.
2155 * Makefile.def: Add gold as a directory like ld.
2156 * configure, Makefile.in: Regenerate.
2157
2158 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2159
2160 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2161 (s390_cond_extensions): Reduced extensions to the compare related.
2162 (main): z10 cpu type option added.
2163 (expandConditionalJump): Renamed to ...
2164 (insertExpandedMnemonic): ... this.
2165
2166 * opcodes/s390-opc.c: Re-group the operand format makros.
2167 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2168 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2169 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2170 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2171 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2172 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2173 INSTR_SIL_RDU): New instruction formats added.
2174 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2175 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2176 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2177 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2178 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2179 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2180 masks added.
2181 (s390_opformats): New formats added "ris", "rrs", "sil".
2182 * opcodes/s390-opc.txt: Add the conditional jumps with the
2183 extensions removed from automatic expansion in s390-mkopc.c manually.
2184 (asi - trtre): Add new System z10 EC instructions.
2185 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2186
2187 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2188
2189 * configure.ac: m4_include config/proginstall.m4.
2190 * configure: Regenerate.
2191
2192 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2193
2194 Backport from upstream Libtool:
2195
2196 2007-10-12 Eric Blake <ebb9@byu.net>
2197
2198 Deal with Autoconf 2.62's semantic change in m4_append.
2199 * ltsugar.m4 (lt_append): Replace broken versions of
2200 m4_append.
2201 (lt_if_append_uniq): Don't require separator to be overquoted,
2202 and avoid broken m4_append.
2203 (lt_dict_add): Fix typo.
2204 * libtool.m4 (_LT_DECL): Don't overquote separator.
2205
2206 2008-03-13 David Edelsohn <edelsohn@gnu.org>
2207
2208 * config.rpath: Add AIX 6 support.
2209
2210 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
2211
2212 * Makefile.def (stageprofile). Remove -fprofile-generate
2213 from stage_libcflags.
2214 * Makefile.in: Regenerate.
2215
2216 2008-03-13 Ben Elliston <bje@au.ibm.com>
2217
2218 * config.sub, config.guess: Update from upstream sources.
2219
2220 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2221
2222 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2223 * s390-opc.txt (cmpsc): Duplicate entry removed.
2224 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2225 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2226 fier, cu42, cu41): Fix operand format.
2227
2228 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
2229
2230 PR bootstrap/32009
2231 PR bootstrap/32161
2232
2233 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2234 * configure: Regenerate.
2235
2236 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2237 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2238 STAGE4_LIBCFLAGS): New.
2239 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2240 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2241 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2242 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2243 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2244 for target modules. Don't export LIBCFLAGS.
2245 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2246 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2247 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2248 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2249 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2250 * Makefile.in: Regenerate.
2251
2252 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2253
2254 PR libgcj/33085
2255 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2256 Do not use -DDLL_EXPORT. Backport from upstream.
2257
2258 2008-02-14 Nick Clifton <nickc@redhat.com>
2259
2260 Import this patch from gcc:
2261 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2262
2263 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2264
2265 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
2266
2267 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2268 * configure: Regenerate.
2269
2270 2008-01-31 Marc Gauthier <marc@tensilica.com>
2271
2272 * configure.ac (xtensa*-*-*): Recognize processor variants.
2273 * configure: Regenerate.
2274
2275 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2276
2277 PR bootstrap/34922
2278 * configure.ac (PARSE_ARGS): Push suitable setting of
2279 ac_subdirs_all, for `./configure --help=recursive'.
2280 Handle `+' in generic toplevel directory disabling.
2281 * configure: Regenerate.
2282
2283 2008-01-23 Ben Elliston <bje@au.ibm.com>
2284
2285 * config.sub, config.guess: Update from upstream sources.
2286
2287 2008-01-08 Ben Elliston <bje@au.ibm.com>
2288
2289 * config.sub, config.guess: Update from upstream sources.
2290
2291 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2292
2293 * COPYING.LIBGLOSS: Update default copyright.
2294
2295 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2296
2297 * COPYING.NEWLIB: Update default copyright.
2298
2299 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2300
2301 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2302 Change recommended MPFR from 2.2.1 > 2.3.0.
2303 * configure: Regenerate.
2304
2305 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2306
2307 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2308 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2309 * Makefile.in: Regenerate.
2310
2311 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2312
2313 * configure.ac: Enable libjava for x86_64-*-darwin9.
2314 * configure: Regenerate.
2315
2316 2007-12-05 Ben Elliston <bje@au.ibm.com>
2317
2318 * config.sub, config.guess: Update from upstream sources.
2319
2320 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2321
2322 * config-ml.in: Robustify against white space in absolute file
2323 names.
2324
2325 * config-ml.in (multi-clean): Substitute ${Makefile}.
2326 Remove superfluous ${Makefile} in list.
2327
2328 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2329
2330 * Makefile.def (dependencies): Make configure-gdb depend on
2331 all-intl.
2332 * Makefile.in: Regenerated.
2333
2334 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2335
2336 * Makefile.def: To avoid problems running with parallel makes,
2337 build newlib before libgloss so that target specific header
2338 files are availble.
2339 * Makefile.in: Regenerate.
2340
2341 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2342
2343 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2344 * Makefile.in: Regenerate.
2345
2346 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2347
2348 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2349 * libdecnumber: New directory, imported from GCC.
2350
2351 2007-10-08 Mike Frysinger <vapier@gentoo.org>
2352
2353 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2354 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2355 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2356 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2357 * configure: Regenerate.
2358
2359 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
2360
2361 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2362 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2363 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2364 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2365 * configure.ac: Default them to host tools for $host = $build.
2366 Subst them.
2367
2368 * configure: Regenerate.
2369 * Makefile.in: Regenerate.
2370
2371 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2372
2373 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2374 * configure: Regenerate.
2375
2376 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2377
2378 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2379 libstdc++.
2380 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2381 * configure: Regenerate.
2382 * Makefile.in: Regenerate.
2383
2384 2007-09-17 Andreas Schwab <schwab@suse.de>
2385
2386 * configure.ac: Raise minimum makeinfo version to 4.6.
2387 * configure: Regenerate.
2388
2389 2007-09-15 Alan Modra <amodra@bigpond.net.au>
2390
2391 * configure.ac: Correct makeinfo version check.
2392 * configure: Regenerate.
2393
2394 2007-09-14 Richard Sandiford <richard@codesourcery.com>
2395
2396 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2397 to $skipdirs and only disable gprof for newlib. Use the normal
2398 mips*-elf* handling in other respects.
2399 * configure: Regnerate.
2400
2401 2007-09-12 David Daney <ddaney@avtrex.com>
2402
2403 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2404 enabling libgcj.
2405 * configure: Regenerate.
2406
2407 2007-09-12 Richard Guenther <rguenther@suse.de>
2408
2409 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2410 nor --disable-checking is provided also turn on yes and types
2411 checking for stage1.
2412 * configure: Re-generate.
2413
2414 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2415
2416 PR target/33281
2417 * configure.ac: Use config/mh-mingw on mingw.
2418 * configure: Regenerate.
2419
2420 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2421
2422 PR other/32154
2423 * configure.ac: For libgloss targets, point the linker to the linker
2424 script, startup code and simulator library.
2425 * configure: Regenerate.
2426
2427 2007-09-09 Andrew Haley <aph@redhat.com>
2428
2429 * configure.ac (noconfigdirs): Remove target-libffi and
2430 target-libjava.
2431
2432 2007-08-29 Nick Clifton <nickc@redhat.com>
2433
2434 * config.sub, config.guess: Update from upstream sources.
2435
2436 2007-08-21 Richard Guenther <rguenther@suse.de>
2437
2438 * configure.ac: Add types checking to stage1 checking flags.
2439 * configure: Regenerate.
2440
2441 2007-08-18 Paul Brook <paul@codesourcery.com>
2442 Joseph Myers <joseph@codesourcery.com>
2443
2444 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2445 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2446 * Makefile.in: Regenerate.
2447 * configure.ac (--with-debug-prefix-map): New.
2448 * configure: Regenerate.
2449
2450 2007-08-17 Richard Sandiford <richard@codesourcery.com>
2451 Nigel Stephens <nigel@mips.com>
2452
2453 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2454 as target_makefile_frag.
2455 * configure: Regenerate.
2456
2457 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
2458
2459 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2460 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2461 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2462 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2463 (do-compare, do-compare3, do-compare-debug): New.
2464 ([+compare-target+]): Use them.
2465
2466 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
2467
2468 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2469 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2470 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2471 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2472 (do-compare, do-compare3, do-compare-debug): New.
2473 ([+compare-target+]): Use them.
2474
2475 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2476 Ben Elliston <bje@au.ibm.com>
2477
2478 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2479 --silent if $silent.
2480 * configure: Regenerate.
2481
2482 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2483
2484 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2485
2486 2007-07-17 Nick Clifton <nickc@redhat.com>
2487
2488 * COPYING3: New file. Contains version 3 of the GNU General
2489 Public License.
2490 * COPYING3.LIB: New file. Contains version 3 of the GNU
2491 Lesser General Public License.
2492
2493 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2494
2495 * configure.ac: Fix my previous change to really match GCC.
2496 * configure: Regenerate.
2497
2498 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2499
2500 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2501 * configure: Regenerate.
2502
2503 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2504
2505 * configure.ac: Add some missing m4 quotation.
2506 * configure: Regenerate.
2507
2508 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
2509
2510 * Makefile.def: Add windmc tool to build.
2511 * Makefile.tpl: Likewise.
2512 * configure.ac: Likewise.
2513 * Makefile.in: Regenerate.
2514 * configure: Regenerate.
2515
2516 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2517
2518 * lt~obsolete.m4: New. Import from 20070318 libtool.
2519
2520 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2521
2522 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2523 uclinux and linux-uclibc targets.
2524 * configure: Regenerate.
2525
2526 2007-06-28 DJ Delorie <dj@redhat.com>
2527
2528 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2529 not building newlib.
2530 * configure: Regenerated.
2531
2532 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2533
2534 * src-release (DEVO_SUPPORT): Correct typos.
2535
2536 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2537
2538 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2539 * Makefile.in: Regenerated.
2540
2541 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
2542
2543 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2544 (distclean-stage[+id+]): Possibly delete stage_last.
2545 * Makefile.in: Regenerate.
2546
2547 2007-06-07 Ben Elliston <bje@au.ibm.com>
2548
2549 * config.sub, config.guess: Update from upstream sources.
2550
2551 2007-06-07 Ben Elliston <bje@au.ibm.com>
2552
2553 * Makefile.tpl: Fix spelling error.
2554 * Makefile.in: Regenerate.
2555
2556 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
2557
2558 Sync with gcc:
2559 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2560
2561 PR bootstrap/29382
2562 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2563 * configure: Rebuilt.
2564
2565 2007-06-01 Steve Ellcey <sje@cup.hp.com>
2566
2567 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2568 lt_cv_sys_max_cmd_len.
2569
2570 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
2571
2572 * ltgcc.m4: Update from GCC.
2573
2574 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2575
2576 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2577
2578 2007-05-24 Steve Ellcey <sje@cup.hp.com>
2579
2580 * ltmain.sh: Update from GCC.
2581 * libtool.m4: Update from GCC.
2582 * ltsugar.m4: New. Update from GCC.
2583 * ltversion.m4: New. Update from GCC.
2584 * ltoptions.m4: New. Update from GCC.
2585 * ltconfig: Remove.
2586 * ltcf-c.sh: Remove.
2587 * ltcf-cxx.sh: Remove.
2588 * ltcf-gcj.sh: Remove.
2589 * src-release: Update with new libtool file list.
2590
2591 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
2592
2593 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2594 stage_cflags.
2595 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2596 Remove CFLAGS/LIBCFLAGS.
2597 (configure-stage[+id+]-[+prefix+][+module+],
2598 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2599 * Makefile.in: Regenerate.
2600
2601 2007-04-14 Steve Ellcey <sje@cup.hp.com>
2602
2603 * config-ml.in: Update from GCC.
2604
2605 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2606
2607 * src-release (do-proto-toplev): Process the support directories before
2608 the tool directory.
2609
2610 2007-03-21 Richard Sandiford <richard@codesourcery.com>
2611
2612 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2613 of glob. Quote arguments with single quotes too.
2614 * configure: Regenerate.
2615
2616 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2617
2618 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2619 * Makefile.in: Regenerate
2620
2621 2007-03-07 Andreas Schwab <schwab@suse.de>
2622
2623 * configure: Regenerate.
2624
2625 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2626
2627 * configure.ac: Add "--with-pdfdir" configure option,
2628 which defines pdfdir variable.
2629 * Makefile.def (target=fixincludes): Add install-pdf to
2630 missing targets.
2631 (recursive_targets): Add install-pdf target.
2632 (flags_to_pass): Add pdfdir.
2633 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2634 target.
2635 * configure: Regenerate
2636 * Makefile.in: Regenerate
2637
2638 2007-02-28 Eric Christopher <echristo@apple.com>
2639
2640 Revert:
2641 2006-12-07 Mike Stump <mrs@apple.com>
2642
2643 * Makefile.def (dependencies): Add dependency for
2644 install-target-libssp and install-target-libgomp on
2645 install-gcc.
2646 * Makefile.in: Regenerate.
2647
2648 2007-02-27 Matt Kraai <kraai@ftbfs.org>
2649
2650 * configure: Regenerate.
2651 * configure.ac: Move statements after variable declarations.
2652
2653 2007-02-19 Joseph Myers <joseph@codesourcery.com>
2654
2655 * configure.ac: Adjust for loop syntax.
2656 * configure: Regenerate.
2657
2658 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
2659
2660 * configure: Rebuilt.
2661
2662 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
2663
2664 * configure.ac: Drop multiple occurrences of --enable-languages,
2665 and fix its quoting.
2666 * configure: Rebuilt.
2667
2668 2007-02-17 Mark Mitchell <mark@codesourcery.com>
2669 Nathan Sidwell <nathan@codesourcery.com>
2670 Vladimir Prus <vladimir@codesourcery.com
2671 Joseph Myers <joseph@codesourcery.com>
2672
2673 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2674 * configure: Regenerate.
2675
2676 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2677
2678 * configure.ac (target_libraries): Move libgcc before libiberty.
2679 * configure: Regenerated.
2680
2681 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
2682
2683 * configure: Regenerate again?
2684
2685 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
2686
2687 * configure: Reapply PR30748 fix which was lost in the previous commit.
2688
2689 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2690 Paolo Bonzini <bonzini@gnu.org>
2691
2692 PR bootstrap/30753
2693 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2694 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2695 * configure: Regenerated.
2696
2697 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
2698
2699 * configure: Regenerate.
2700
2701 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2702
2703 PR bootstrap/30748
2704 * configure.ac: Correct syntax for Solaris ksh.
2705 * configure: Regenerated.
2706
2707 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2708
2709 * Makefile.def: Sync with GCC.
2710 * Makefile.tpl: Sync with GCC.
2711 * Makefile.in: Regenerate.
2712 * configure: Regenerate.
2713
2714 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2715
2716 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2717 noncanonical equivalents.
2718 * configure.in: Rename to...
2719 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2720 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2721 target_noncanonical. Use them. Rewrite removal of configure
2722 arguments for autoconf 2.59. Discard variable settings. Force
2723 program_transform_name for native tools.
2724
2725 * Makefile.in: Regenerated.
2726 * configure: Regenerated with autoconf 2.59.
2727
2728 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2729
2730 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
2731
2732 * COPYING.LIBGLOSS: Reformat default Red Hat
2733 license to fit within 80 columns.
2734 * COPYING.NEWLIB: Ditto.
2735
2736 2007-02-05 Dave Brolley <brolley@redhat.com>
2737
2738 * Contribute the following changes:
2739 2006-11-28 DJ Delorie <dj@redhat.com>
2740
2741 * configure.in: Fix typo for mep's target_makefile_frag.
2742 * configure: Regenerated.
2743
2744 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
2745
2746 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2747 * configure: Regenerate.
2748
2749 2001-09-19 DJ Delorie <dj@redhat.com>
2750
2751 * configure.in (target_makefile_frag): use mt-mep
2752
2753 2001-06-12 Don Howard <dhoward@redhat.com>
2754
2755 * configure.in: Remove gdb from MeP skip list.
2756
2757 2001-04-05 DJ Delorie <dj@redhat.com>
2758
2759 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2760
2761 2001-03-20 Ben Elliston <bje@redhat.com>
2762
2763 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2764
2765 2001-03-19 Ben Elliston <bje@redhat.com>
2766
2767 * config.sub (mep, mep-*): Add.
2768
2769 2007-01-31 Andreas Schwab <schwab@suse.de>
2770
2771 * Makefile.tpl (LDFLAGS): Substitute it.
2772 * Makefile.in: Regenerate.
2773
2774 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
2775
2776 * configure.in: Change == to = in test command.
2777 * configure: Regenerate.
2778
2779 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
2780 Nick Clifton <nickc@redhat.com>
2781 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2782
2783 * configure.in (build_configargs, host_configargs, target_configargs):
2784 Remove build/host/target parameters.
2785 (host_libs): Add gmp and mpfr.
2786 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2787 * Makefile.def (gmp, mpfr): New.
2788 (gcc): Remove target.
2789 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2790 target_os, target_vendor): New.
2791 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2792 * configure: Regenerate.
2793 * Makefile.in: Regenerate.
2794
2795 2007-01-11 Matt Fago <fago@earthlink.net>
2796
2797 * configure.in: Try to link to functions only in mpfr 2.2.x
2798 to improve robustness of configure tests.
2799 * configure: Regenerate.
2800
2801 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
2802
2803 * configure.in: Add support for an x86_64-mingw* target.
2804 * configure: Regenerate.
2805
2806 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2807
2808 * Makefile.tpl (all-target): Correct @if conditional for target
2809 modules.
2810 * configure.in: Omit libiberty if building only target libgcc.
2811 * configure, Makefile.in: Regenerated.
2812
2813 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
2814
2815 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2816 * configure: Regenerate.
2817
2818 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2819
2820 * Makefile.def (target_modules): Add libgcc.
2821 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2822 * Makefile.tpl (clean-target-libgcc): Delete.
2823 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2824 on gcc even for bootstrapped modules. Rewrite handling of
2825 lang_env_dependencies to loop over target_modules.
2826 * configure.in (target_libraries): Add target-libgcc.
2827 * Makefile.in, configure: Regenerated.
2828
2829 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2830
2831 Sync with gcc:
2832 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2833
2834 * configure.in: Reorganize recognition of languages. Add
2835 --enable-stage1-languages. Show supported languages for the chosen
2836 target rather than all recognized languages.
2837 * configure: Regenerate.
2838
2839 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2840
2841 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2842 * Makefile.in: Regenerate.
2843
2844 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2845
2846 * configure.in: Warn that MPFR 2.2.0 is buggy.
2847 * configure: Regenerate.
2848
2849 2006-12-27 Ian Lance Taylor <iant@google.com>
2850
2851 * configure.in: When removing Makefiles to force a reconfigure, also
2852 remove prev-DIR*/Makefile.
2853 * configure: Regenerate.
2854
2855 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
2856
2857 * config.bfd: Recognize fido.
2858
2859 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2860
2861 Sync with gcc:
2862
2863 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2864
2865 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2866 it only affects bootstrap and could be tested on "$host" as well.
2867 * configure: Regenerate.
2868 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2869
2870 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2871
2872 PR bootstrap/29544
2873 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2874 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2875 move here comment from Makefile.tpl.
2876 * Makefile.tpl: Move some definitions higher in the file.
2877 (STAGE1_CHECKING): New.
2878 * configure.in: Add --enable-stage1-checking.
2879 * configure: Regenerate.
2880 * Makefile.in: Regenerate.
2881
2882 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2883
2884 * configure.in: Update error message for missing GMP/MPFR.
2885
2886 * configure: Regenerate.
2887
2888 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2889
2890 * configure.in: Update MPFR version in error message.
2891
2892 * configure: Regenerate.
2893
2894 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2895
2896 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2897 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2898 --with-gmp-lib): New flags.
2899
2900 * configure: Regenerate.
2901
2902 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
2903
2904 PR bootstrap/30134
2905 * configure.in: Correct x86 darwin support for libjava to powerpc
2906 and i?86 only.
2907 * configure: Regenerate.
2908
2909 2006-12-11 Alan Modra <amodra@bigpond.net.au>
2910
2911 * configure.in: Handle spu makefile frag.
2912 * Makefile.tpl (MAINT): Define
2913 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2914 * configure: Regenerate.
2915 * Makefile.in: Regenerate.
2916
2917 2006-12-11 Ben Elliston <bje@au.ibm.com>
2918
2919 * config.sub, config.guess: Update from upstream sources.
2920
2921 2006-12-11 Ben Elliston <bje@au.ibm.com>
2922
2923 * configure.in: Sync with GCC (spu-*-*).
2924 * configure: Sync with GCC.
2925
2926 2006-12-07 Mike Stump <mrs@apple.com>
2927
2928 * Makefile.def (dependencies): Add dependency for
2929 install-target-libssp and install-target-libgomp on
2930 install-gcc.
2931 * Makefile.in: Regenerate.
2932
2933 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
2934
2935 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2936 (unstage): Test for stage_last presence.
2937
2938 PR bootstrap/29802
2939 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2940 * Makefile.in: Regenerate.
2941
2942 2006-11-14 DJ Delorie <dj@redhat.com>
2943
2944 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2945 * Makefile.in: Sync with GCC.
2946 * configure.in: Sync with GCC (mpfr, gmp).
2947 * configure: Sync with GCC.
2948
2949 2006-11-08 Jie Zhang <jie.zhang@analog.com>
2950
2951 * configure.in: Remove target-libgloss from noconfigdirs for
2952 bfin-*-*.
2953 * configure: Regenerated.
2954
2955 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
2956
2957 * COPYING.NEWLIB: Add spu license.
2958 * COPYING.LIBGLOSS: Ditto.
2959
2960 2006-10-17 Brooks Moses <bmoses@stanford.edu>
2961
2962 * Makefile.def: Added pdf target handling.
2963 * Makefile.tpl: Added pdf target handling.
2964 * Makefile.in: Regenerated.
2965
2966 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
2967
2968 * COPYING.NEWLIB: Updated.
2969 * COPYING.LIBGLOSS: Ditto.
2970
2971 2006-09-27 Dave Brolley <brolley@redhat.com>
2972
2973 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2974 $s instead of $r.
2975 * configure: Regenerated.
2976
2977 2006-09-26 Ben Elliston <bje@au.ibm.com>
2978
2979 * config.sub, config.guess: Update from upstream sources.
2980
2981 2006-09-20 Thiemo Seufer <ths@mips.com>
2982
2983 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2984 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2985 * configure: Regenerate.
2986
2987 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
2988
2989 * configure.in: Never build newlib for a Mingw host.
2990 Never build newlib as Mingw target library.
2991 Test the existence of winsup/cygwin for building a Cygwin newlib,
2992 rather than just winsup.
2993 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2994 building a Mingw target.
2995 * configure: Regenerate.
2996
2997 2006-08-15 Thiemo Seufer <ths@mips.com>
2998 Nigel Stephens <nigel@mips.com>
2999 David Ung <davidu@mips.com>
3000
3001 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3002
3003 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
3004
3005 Sync from GCC:
3006 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3007
3008 PR bootstrap/18058
3009 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3010 if the bootstrap compiler is a GCC version that supports it.
3011 * configure: Regenerate.
3012
3013 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3014
3015 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3016 * configure: Regenerated.
3017
3018 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
3019
3020 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3021 for stages after the first.
3022
3023 2006-07-17 Jakub Jelinek <jakub@redhat.com>
3024
3025 * Makefile.def: Add dependencies for configure-opcodes
3026 on configure-intl and all-opcodes on all-intl.
3027 * Makefile.in: Regenerated.
3028
3029 2006-07-04 Peter O'Gorman <peter@pogma.com>
3030
3031 * ltconfig: chmod 644 before ranlib during install.
3032
3033 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3034
3035 * configure.in: Fix thinkos in previous check-in.
3036 * configure: Regenerate.
3037
3038 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3039
3040 Sync from gcc:
3041
3042 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3043
3044 PR other/27063
3045 * configure.in: Test subdir_requires and give an appropriate
3046 error message.
3047 * configure: Regenerate.
3048
3049 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3050
3051 PR target/27540
3052 * configure.in: Only enable libgomp on IRIX 6.
3053 * configure: Regenerate.
3054
3055 2006-06-20 David Ayers <d.ayers@inode.at>
3056
3057 PR bootstrap/28072
3058 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3059 whether target-libjava is being configured instead of whether the
3060 java front end is enabled.
3061 * configure: Regenerate.
3062
3063 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3064
3065 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3066 to R_ARM_LDC_SB_G{0,1,2} respectively.
3067
3068 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
3069
3070 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3071 too.
3072 * Makefile.in: Regenerate.
3073
3074 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3075
3076 Sync from gcc:
3077
3078 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3079 * configure.in: Don't enable libgomp on hpux10.
3080 * configure: Rebuilt.
3081
3082 2006-06-13 David Ayers <d.ayers@inode.at>
3083
3084 Sync from gcc:
3085
3086 2006-06-12 David Ayers <d.ayers@inode.at>
3087
3088 PR bootstrap/27963
3089 PR target/19970
3090 * configure.in: Remove target-boehm-gc from noconfigdirs where
3091 ${libgcj} is specified.
3092 * configure: Regenerate.
3093
3094 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3095
3096 Sync from gcc:
3097
3098 2005-01-12 David Edelsohn <edelsohn@gnu.org>
3099 Andreas Schwab <schwab@suse.de>
3100
3101 PR bootstrap/18033
3102 * config-ml.in: Eval option if surrounded by single quotes.
3103
3104 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3105
3106 Sync from gcc:
3107
3108 2006-06-06 David Ayers <d.ayers@inode.at>
3109
3110 PR libobjc/13946
3111 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3112 * Makefile.in: Regenerate.
3113 * configure.in: Add --enable-objc-gc at toplevel and have it
3114 enable boehm-gc for Objective-C.
3115 Remove target-boehm-gc from libgcj.
3116 Add target-boehm-gc to target_libraries.
3117 Add target-boehm-gc to noconfigdirs where ${libgcj}
3118 is specified.
3119 Assert that boehm-gc is supported when requested for Objective-C.
3120 Only build boehm-gc if needed either for Java or Objective-C.
3121 * configure: Regenerate.
3122
3123 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
3124
3125 PR 27674
3126 * Makefile.tpl (configure-[+prefix+][+module+],
3127 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3128 Remove rule to unstage bootstrapped modules.
3129 (stage_current): New.
3130 * Makefile.in: Regenerate.
3131
3132 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3133 Andreas Tobler <a.tobler@schweiz.ch>
3134
3135 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3136 * configure: Rebuilt.
3137
3138 Revert
3139 2006-01-31 Richard Guenther <rguenther@suse.de>
3140 Paolo Bonzini <bonzini@gnu.org>
3141
3142 * Makefile.def (target_modules): Add libgcc-math target module.
3143 * configure.in (target_libraries): Add libgcc-math target library.
3144 (--enable-libgcc-math): New configure switch.
3145 * Makefile.in: Re-generate.
3146 * configure: Re-generate.
3147
3148 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3149
3150 * config-ml.in: Alter CCASFLAGS to include special
3151 multilib options the same as is done for CFLAGS.
3152
3153 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3154
3155 * Makefile.def: Added dependencies from sim and gdb on intl, and
3156 added configure dependencies to everything with an all dependency
3157 on intl.
3158 * gettext.m4: Removed.
3159 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3160 (GDB_SUPPORT_DIRS): Add intl.
3161 * Makefile.in: Regenerated.
3162
3163 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3164
3165 * src-release (DEVO_SUPPORT): Add config.rpath.
3166
3167 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
3168
3169 * Makefile.def (bfd, opcodes): Fix lib_path.
3170 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3171 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3172 * Makefile.in: Regenerate.
3173
3174 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3175
3176 * configure.in: Enable gprof for cross builds.
3177 * configure: Regenerate.
3178
3179 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3180
3181 * src-release (MAKEINFOFLAGS): Define.
3182 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3183
3184 2006-05-14 Ben Elliston <bje@au.ibm.com>
3185
3186 * config.sub, config.guess: Update from upstream sources.
3187
3188 2006-05-12 Ben Elliston <bje@au.ibm.com>
3189
3190 * config.sub, config.guess: Update from upstream sources.
3191
3192 2006-05-04 Steve Ellcey <sje@cup.hp.com>
3193
3194 * blt, iwidgets, mmalloc: Remove directories.
3195
3196 2006-05-01 DJ Delorie <dj@redhat.com>
3197
3198 * configure.in: Restore CFLAGS if GMP isn't present.
3199 * configure: Regenerate.
3200
3201 2006-04-18 DJ Delorie <dj@redhat.com>
3202
3203 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3204 reference libgloss so that libssp can be built in a combined
3205 tree.
3206 * configure: Regenerate.
3207
3208 2006-04-10 Ben Elliston <bje@au.ibm.com>
3209
3210 * contrib: Remove directory.
3211
3212 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3213
3214 * Makefile.tpl: Add install-html target.
3215 * Makefile.def: Add install-html target.
3216 * Makefile.in: Regenerate.
3217 * configure.in: Add --with-datarootdir, --with-docdir,
3218 and --with-htmldir options.
3219 * configure: Regenerate.
3220
3221 2006-03-31 Ben Elliston <bje@au.ibm.com>
3222
3223 PR binutils/1860
3224 * configure.in: Require makeinfo 4.4 or higher.
3225 * configure: Regenerate.
3226
3227 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
3228
3229 * Makefile.in: Regenerate.
3230
3231 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
3232
3233 Sync with gcc:
3234 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3235
3236 * configure.in: Handle --disable-<component> generically.
3237 * configure: Regenerate.
3238
3239 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3240
3241 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3242 (TARGET_CONFIGDIRS): Remove.
3243 * configure.in: Remove AC_SUBST(target_configdirs).
3244 * Makefile.in, configure: Regenerated.
3245
3246
3247 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3248
3249 PR libgcj/17311
3250 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3251
3252 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
3253
3254 PR bootstrap/25670
3255
3256 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3257
3258 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3259 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3260 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3261 BUILD_PREFIX, BUILD_PREFIX_1.
3262 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3263
3264 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3265 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3266
3267 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3268 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3269 of `cat stage_current`. Always provide the `r' and `s' variables.
3270 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3271 a single shell execution.
3272 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3273 bootstrapped modules, make the stage1 module if the build was not
3274 started yet, else build the current stage.
3275 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3276 (all-build, all-host, all-target, [+make_target+]-host,
3277 [+make_target+]-target): Do not use \-continued lines.
3278 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3279 (current_stage, restrap, stage_last): New.
3280
3281 * Makefile.in: Regenerate.
3282 * configure: Regenerate.
3283
3284 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3285
3286 Sync from gcc:
3287
3288 2006-01-31 Richard Guenther <rguenther@suse.de>
3289 Paolo Bonzini <bonzini@gnu.org>
3290
3291 * Makefile.def (target_modules): Add libgcc-math target module.
3292 * configure.in (target_libraries): Add libgcc-math target library.
3293 (--enable-libgcc-math): New configure switch.
3294 * Makefile.in: Re-generate.
3295 * configure: Re-generate.
3296 * libgcc-math: New toplevel directory.
3297
3298 2006-01-18 Richard Henderson <rth@redhat.com>
3299 Jakub Jelinek <jakub@redhat.com>
3300 Diego Novillo <dnovillo@redhat.com>
3301
3302 * libgomp: New directory.
3303 * Makefile.def: Add target_module libgomp.
3304 * Makefile.in: Regenerate.
3305 * configure.in (target_libraries): Add target-libgomp.
3306 * configure: Regenerate.
3307
3308 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3309 Andreas Schwab <schwab@suse.de>
3310
3311 * configure: Regenerate.
3312
3313 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
3314
3315 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3316 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3317 the assembler, linker and binutils.
3318 * configure: Regenerate.
3319
3320 2006-01-16 Nick Clifton <nickc@redhat.com>
3321
3322 * config.sub, config.guess: Sync from config repository.
3323
3324 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
3325
3326 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3327 @ from continuation.
3328 * Makefile.in: Rebuilt.
3329
3330 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3331
3332 Sync from gcc:
3333
3334 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3335
3336 PR bootstrap/24252
3337
3338 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3339 * Makefile.tpl (OBJDUMP): New.
3340 (EXTRA_HOST_FLAGS): Add it.
3341 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3342
3343 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3344 to use symbolic links between directories. Avoid race conditions
3345 or make them harmless.
3346 * configure.in: Do not try to use symbolic links between directories.
3347
3348 * Makefile.def (LEAN): Pass.
3349 * Makefile.tpl (LEAN): Define.
3350 (stage[+id+]-start): Accept that the previous directory does not
3351 exist, if the bootstrap is lean.
3352 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3353 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3354 configure substitution.
3355 ([+compare-target+]): Likewise.
3356 ([+bootstrap-target+]-lean): New.
3357 * configure.in: Remove lean bootstrap support from here.
3358
3359 * Makefile.in: Regenerate.
3360 * configure: Regenerate.
3361
3362 2006-01-02 Andreas Schwab <schwab@suse.de>
3363
3364 * configure.in: When reconfiguring remove Makefile in
3365 all stage directories.
3366 * configure: Regenerate.
3367
3368 2005-12-27 Leif Ekblad <leif@rdos.net>
3369
3370 * configure.in: Add support for RDOS target.
3371 * configure: Regenerate.
3372
3373 2005-12-27 Nick Clifton <nickc@redhat.com>
3374
3375 PR binutils/1990
3376 * libtool.m4: Synchronize with version in GCC sources.
3377
3378 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
3379
3380 Revert Ada-related part of the previous change.
3381
3382 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3383 Do not pass.
3384 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3385 * Makefile.in: Regenerate.
3386 * configure.in: Do not include mt-ppc-aix target fragment.
3387 * configure: Regenerate.
3388
3389 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
3390
3391 * configure.in: Select appropriate fragments for PowerPC/AIX.
3392 * configure: Regenerate.
3393
3394 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3395 BOOT_CFLAGS, BOOT_LDFLAGS.
3396 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3397 BOOT_CFLAGS, BOOT_LDFLAGS.
3398 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3399 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3400 (stage): Fail if we cannot complete the work.
3401 * Makefile.in: Regenerate.
3402
3403 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3404
3405 * COPYING.NEWLIB: Update copyright year for default
3406 copyright.
3407
3408 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
3409
3410 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3411 install-host-nogcc): Don't invoke $(stage) at the end.
3412 * Makefile.in: Regenerate.
3413
3414 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
3415
3416 * configure.in: Flip the top-level bootstrap switch.
3417 * configure: Regenerate.
3418
3419 Merge from gcc:
3420
3421 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3422
3423 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3424 $(stage) and $(unstage).
3425 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3426 (all): Remove stray semicolon.
3427 (local-distclean): Don't handle multilib.tmp and multilib.out.
3428 (install.all): Set $s for consistency.
3429 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3430 check_multilibs setting. Always make the install directory.
3431 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3432 Correct @if/@endif.
3433 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3434 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3435 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3436 (multilib.out): Remove.
3437 * Makefile.in: Regenerated.
3438
3439 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3440
3441 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3442 * configure.in: Replace ms1 arch with mt.
3443 * configure: Rebuilt.
3444
3445 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3446
3447 Sync with gcc:
3448
3449 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3450
3451 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3452 * configure.in: Replace ms1 arch with mt.
3453 * configure: Rebuilt.
3454
3455 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3456
3457 Sync with gcc:
3458
3459 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3460
3461 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3462 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3463 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3464 Find in-tree tools if available.
3465 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3466 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3467 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3468 (COMPILER_*_FOR_TARGET): New.
3469 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3470 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3471 (CONFIGURED_*, USUAL_*): Remove.
3472 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3473 STRIP): Use autoconf substitutions.
3474 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3475 COMPILER_NM_FOR_TARGET): New.
3476 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3477
3478 (all): Make all-host and all-target in parallel.
3479 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3480 that $$r and $$s are set before invoking a recursive make.
3481 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3482 ([+bootstrap-target+]): Inline most of the `all' target.
3483
3484 2005-11-29 Ben Elliston <bje@au.ibm.com>
3485
3486 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3487 from the gcc build directory.
3488 * Makefile.in: Regenerate.
3489
3490 2005-11-29 Ben Elliston <bje@au.ibm.com>
3491
3492 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3493 depend on all-libdecnumber.
3494 * configure.in (host_libs): Include libdecnumber.
3495 * Makefile.in: Regenerate.
3496 * configure: Likewise.
3497
3498 2005-11-21 Kean Johnston <jkj@sco.com>
3499
3500 * config.sub, config.guess: Sync from upstream sources.
3501
3502 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3503
3504 * Makefile.def: Remove gdb dependencies for gdbtk.
3505 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3506 (configure-gdb, install-gdb): New rules.
3507 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3508 * Makefile.in, configure: Regenerated.
3509
3510 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
3511
3512 PR bootstrap/24297
3513 * Makefile.tpl (do-[+make-target+], do-check, install,
3514 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3515 are set before recursing.
3516 * Makefile.in: Regenerate.
3517
3518 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3519
3520 PR bootstrap/18939
3521 * Makefile.def (gcc) <target>: Fix thinko.
3522 * Makefile.in: Regenerate.
3523
3524 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3525
3526 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3527 * configure: Regenerate.
3528
3529 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
3530
3531 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3532 target-libffi, target-qthreads, target-libjava, and
3533 targetlibobjc.
3534 * configure: Regenerate.
3535
3536 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3537
3538 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3539 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3540 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3541 (USUAL_OBJDUMP_FOR_TARGET): New.
3542 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3543 * configure.in: Check for $OBJDUMP_FOR_TARGET.
3544 * configure, Makefile.in: Regenerated.
3545
3546 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
3547
3548 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3549 before other host packages.
3550
3551 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
3552
3553 PR bootstrap/22340
3554
3555 * configure.in (default_target): Remove.
3556 * Makefile.tpl (all): Do not use prerequisites as subroutines
3557 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3558 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3559 use prerequisites as subroutines.
3560 (check-host, check-target): New.
3561 (bootstrap configure & all targets): Do not use stage*-start
3562 if the directory layout is already ok.
3563 (non-bootstrap configure & all targets): Prepend a $(unstage).
3564 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3565 (NOTPARALLEL): Remove.
3566 (unstage, stage variables): New variables.
3567 (unstage, stage targets): Simply expand to those variables.
3568
3569 * configure: Regenerate.
3570 * Makefile.in: Regenerate.
3571
3572 2005-10-04 James E Wilson <wilson@specifix.com>
3573
3574 * Makefile.def (lang_env_dependencies): Add libmudflap.
3575 * Makefile.in: Regenerate.
3576
3577 2005-10-03 Catherine Moore <clm@cm00re.com>
3578
3579 * configure.in (bfin-*-*): Support bfin.
3580 * configure: Regenerated.
3581
3582 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3583
3584 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3585 * configure: Regenerated.
3586
3587 2005-09-28 Geoffrey Keating <geoffk@apple.com>
3588
3589 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3590 (LIPO_FOR_TARGET): New.
3591 (CONFIGURED_LIPO_FOR_TARGET): New.
3592 (USUAL_LIPO_FOR_TARGET): New.
3593 (STRIP_FOR_TARGET): New.
3594 (CONFIGURED_STRIP_FOR_TARGET): New.
3595 (USUAL_STRIP_FOR_TARGET): New.
3596 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3597 STRIP_FOR_TARGET.
3598 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3599 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3600 * Makefile.in: Regenerate.
3601 * configure: Regenerate.
3602
3603 2005-09-19 David Edelsohn <edelsohn@gnu.org>
3604
3605 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3606 (rs6000-*-aix*): Same.
3607 * configure: Regenerate.
3608
3609 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3610
3611 * configure.in: Recognize f95 in the --enable-languages option,
3612 and substitute it for fortran, issuing a warning.
3613 * configure: Regenerate.
3614
3615 2005-09-07 Ben Elliston <bje@au.ibm.com>
3616
3617 Import from Autoconf sources:
3618
3619 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3620 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3621 Elliston. Handle weird characters correctly.
3622
3623 2005-08-30 Phil Edwards <phil@codesourcery.com>
3624
3625 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3626 * configure: Regenerated.
3627
3628 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3629
3630 * Makefile.def (libssp): Add to lang_env_dependencies.
3631 * Makefile.in: Regenerate.
3632
3633 2005-08-17 Christian Groessler <chris@groessler.org>
3634
3635 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3636 * Makefile.in: Regenerate.
3637
3638 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
3639
3640 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3641 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3642 Look for alternate names of the target cc and c++
3643 * configure: Regenerate.
3644
3645 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
3646
3647 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3648 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3649 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3650 tools; remove code to manually set them.
3651 (Target tools): Look in the environment for them.
3652 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3653 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3654 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3655 build directory.
3656 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3657 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3658 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3659 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3660 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3661 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3662 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3663 * configure: Regenerate.
3664 * Makefile.in: Regenerate.
3665
3666 2005-07-27 Mark Mitchell <mark@codesourcery.com>
3667
3668 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3669 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3670 * Makefile.in: Regenerated.
3671
3672 2005-07-26 Mark Mitchell <mark@codesourcery.com>
3673
3674 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3675 (CFLAGS_FOR_TARGET): Use it.
3676 (CXXFLAGS_FOR_TARGET): Likewise.
3677 * Makefile.in: Regenerated.
3678 * configure.in (--with-build-sysroot): New option.
3679 * configure: Regenerated.
3680
3681 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
3682
3683 * Makefile.tpl: Wrap install between unstage and stage
3684 * Makefile.in: Regenerate.
3685
3686 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3687
3688 * all files: Update FSF address.
3689
3690 2005-07-14 Jim Blandy <jimb@redhat.com>
3691
3692 * configure.in: Add cases for Renesas m32c.
3693 * configure: Regenerated.
3694
3695 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3696
3697 * COPYING, compile, config-ml.in, config.guess,
3698 config.sub, install-sh, missing, mkinstalldirs,
3699 symlink-tree, ylwrap: Sync from upstream sources.
3700
3701 2005-07-13 Eric Christopher <echristo@redhat.com>
3702
3703 * configure.in: Add toplevel noconfigdir support for tpf.
3704 * configure: Regenerate.
3705
3706 2005-07-11 Jakub Jelinek <jakub@redhat.com>
3707
3708 * Makefile.def (target_modules): Add libssp.
3709 * configure.in (target_libraries): Add target-libssp.
3710 * configure: Rebuilt.
3711 * Makefile.in: Rebuilt.
3712
3713 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
3714
3715 PR ada/22340
3716
3717 * Makefile.def: Sync with gcc.
3718 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3719 * Makefile.in: Regenerate.
3720
3721 2005-07-07 Andreas Schwab <schwab@suse.de>
3722
3723 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3724 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3725 * Makefile.in: Regenerated.
3726
3727 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
3728
3729 * configure.in: Add --enable-libssp and --disable-libssp.
3730 * configure: Regenerate with autoconf-2.13.
3731
3732 2005-07-06 Geoffrey Keating <geoffk@apple.com>
3733
3734 * configure.in: Don't build sim or rda when targetting darwin.
3735 * configure: Regenerate.
3736
3737 2005-07-04 Ben Elliston <bje@gnu.org>
3738
3739 * src-release (do-proto-toplev): Remove dejagnu bits.
3740 (DEJAGNU_SUPPORT_DIRS): Remove.
3741 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3742 (GDBD_SUPPORT_DIRS): Likewise.
3743 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3744 (INSIGHTD_SUPPORT_DIRS): Likewise.
3745 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3746
3747 2005-06-30 Ben Elliston <bje@gnu.org>
3748
3749 * setup.com (mpw): Remove unused directive.
3750
3751 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
3752
3753 * Makefile.def (stagefeedback): Come after profile.
3754 Define profiledbootstrap target.
3755 * Makefile.tpl (profiledbootstrap): Remove.
3756 (stageprofile-end): Zap stagefeedback.
3757 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3758 * Makefile.in: Regenerate.
3759
3760 2005-06-13 Zack Weinberg <zack@codesourcery.com>
3761
3762 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3763 In 'cpp' stanza, support '#line' as well as '# '.
3764
3765 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
3766
3767 * configure.in (unsupported_languages): New macro.
3768 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3769 non-ported target libraries in noconfigdirs.
3770 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3771 non-linux-gnu. Remove libgcj_ex_libffi.
3772 <lang_frag loop>: Set add_this_lang=no if the language is in
3773 unsupported_languages.
3774 * configure: Regenerate.
3775
3776 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3777
3778 * configure.in: Fix typo in handling of --with-mpfr-dir.
3779 * configure: Regenerate.
3780
3781 2005-06-02 Jim Blandy <jimb@redhat.com>
3782
3783 * config.sub: Add cases for the Renesas m32c. (This patch has been
3784 accepted into the master sources.)
3785
3786 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
3787 Michael Snyder <msnyder@redhat.com>
3788 Stan Cox <scox@redhat.com>
3789
3790 * configure.in: Set noconfigdirs for ms1.
3791
3792 * configure: Regenerate.
3793
3794 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
3795
3796 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3797 (Dependencies): Consider target modules for bootstrap dependencies.
3798 Make target bootstrap modules depend on each stage's gcc.
3799 * Makefile.in: Regenerate.
3800
3801 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
3802
3803 * Makefile.def (configure-gcc): Depend on binutils having been built.
3804 (all-gcc): No need to do it here.
3805 * Makefile.in: Regenerate.
3806
3807 2005-05-19 Paul Brook <paul@codesourcery.com>
3808
3809 * configure.in: Rewrite misleading error message when requested
3810 language cannot be built.
3811 * configure: Regenerate.
3812
3813 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3814
3815 * ylwrap: Import from Automake 1.9.5.
3816
3817 2005-05-04 Mike Stump <mrs@apple.com>
3818
3819 * configure.in: Always pass --target to target configures as
3820 otherwise rebuilds that do --recheck will fail.
3821 * configure: Rebuilt.
3822
3823 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
3824
3825 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3826 STAGE_HOST_EXPORTS.
3827 (configure, all): Add bootstrap support.
3828 (Host modules, target modules): Pass post-stage1 flags and exports.
3829 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3830 * Makefile.in: Regenerate.
3831
3832 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
3833
3834 Sync from gcc:
3835
3836 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3837
3838 * config.sub: Update from master copy.
3839
3840 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
3841
3842 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3843 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3844 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3845 "*-*-elf" and "*-*-linux*".
3846 * configure: Regenerate.
3847
3848 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
3849
3850 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3851 (TARGET_CONFIGARGS): Include --with-target-subdir.
3852 (configure, all): New macros. Use them throughout.
3853
3854 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
3855
3856 * Makefile.tpl: Sync with gcc.
3857 * Makefile.in: Regenerate.
3858
3859 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3860
3861 * config/mh-mingw32: Delete.
3862 * configure.in: Don't use it.
3863 * configure: Regenerate.
3864
3865 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
3866
3867 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3868 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3869 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3870 (HOST_LIB_PATH): Generate from Makefile.def.
3871 (TARGET_LIB_PATH): Likewise.
3872 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3873 * Makefile.in: Regenerate.
3874 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3875 (RPATH_ENVVAR): Include Darwin case.
3876 * configure: Regenerate.
3877
3878 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
3879
3880 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3881 * configure: Regenerate.
3882
3883 2005-03-21 Zack Weinberg <zack@codesourcery.com>
3884
3885 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3886 gcc_version, and gcc_version_trigger from set of flags to pass.
3887 * Makefile.tpl: Remove definitions of above variables.
3888 (config.status): Remove dependency on $(gcc_version_trigger).
3889 * Makefile.in: Regenerate.
3890 * configure.in: Do not reference config/gcc-version.m4 nor
3891 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3892 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3893 * configure: Regenerate.
3894
3895 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3896 Andrew Pinski <pinskia@physics.uc.edu>
3897
3898 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3899 * Makefile.in: Regenerate.
3900
3901 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
3902
3903 PR libgcj/20160
3904 * ltmain.sh: Avoid creating archives with components that have
3905 duplicate basenames.
3906
3907 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3908
3909 PR bootstrap/20250
3910 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3911 instead of check.
3912 * Makefile.in: Regenerate.
3913
3914 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3915
3916 Sync from gcc.
3917
3918 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3919
3920 PR bootstrap/17383
3921 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3922 * Makefile.tpl (HOST_SUBDIR): New substitution.
3923 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3924 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3925 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3926 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3927 (Host modules, Bootstrapped modules): Use it.
3928 (Build modules, Target modules): Do not create symlink trees,
3929 always configure out-of-srcdir.
3930 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3931 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3932 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3933 $(HOST_SUBDIR). Create a symlink for host_subdir.
3934
3935 * Makefile.in: Regenerate.
3936 * configure: Regenerate.
3937
3938 Merged from libada-gnattools-branch:
3939 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3940
3941 * Makefile.def: Add gnattools as a module, depending on target-libada.
3942 * Makefile.in: Regenerate.
3943 * configure.in: Include gnattools in host_tools; disable it if ada
3944 is disabled.
3945 * configure: Regenerate.
3946
3947 2005-02-23 Nick Clifton <nickc@redhat.com>
3948
3949 * configure: Regenerate.
3950
3951 2005-02-22 Paul Schlie <schlie@comcast.net>
3952
3953 * configure.in: Allow darwin targeted ports to build tk, itcl and
3954 libgui.
3955
3956 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3957
3958 PR libgcj/10353
3959 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3960 * configure: Regenerate.
3961
3962 2005-02-08 Andrew Cagney <cagney@gnu.org>
3963
3964 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3965 gdb/ section. Update GDB's URL.
3966
3967 2005-01-31 Andrew Cagney <cagney@gnu.org>
3968
3969 * gettext.m4: Only set ENABLE_NLS when gettext is present.
3970
3971 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
3972
3973 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3974 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3975 target-libgloss when not *-*-elf and *-*-aout.
3976 * configure: Regenerate.
3977
3978 2005-01-27 Andrew Cagney <cagney@gnu.org>
3979
3980 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3981
3982 2005-01-24 Andrew Cagney <cagney@gnu.org>
3983
3984 * gettext.m4: Only fall back to ../intl/ when it's present.
3985
3986 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3987
3988 * install-sh, config.sub: Import from upstream.
3989
3990 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3991
3992 PR bootstrap/18222
3993 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3994 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3995 * Makefile.in: Regenerate.
3996
3997 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
3998
3999 Revert 2004-12-28 Makefile changes, a better fix will be
4000 applied to mainline and src after GCC 4.0 branches.
4001
4002 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
4003
4004 PR bootstrap/17383
4005
4006 * Makefile.def (target_modules): Remove stage parameter,
4007 it is always true now.
4008 * Makefile.tpl (configure-build-[+module+],
4009 configure-target-[+module+]): Always build symlink tree
4010 for the directory and for include. BUILD_SUBDIR and
4011 TARGET_SUBDIR cannot be . anymore.
4012 * Makefile.in: Regenerate.
4013
4014 2004-12-25 David Edelsohn <edelsohn@gnu.org>
4015
4016 Revert 2004-12-08 Makefile changes.
4017
4018 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4019
4020 * configure.in (sh64-*-*): Reenable gprof.
4021 * configure: Regenerate.
4022
4023 2004-12-09 Jim Blandy <jimb@redhat.com>
4024
4025 * MAINTAINERS: List 'depcomp' as part of automake.
4026
4027 2004-12-08 David Edelsohn <edelsohn@gnu.org>
4028
4029 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4030 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4031 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4032 * Makefile.in: Regenerate.
4033
4034 2004-12-07 Matt Kraai <kraai@ftbfs.org>
4035
4036 * Makefile.tpl: Generate normal dependencies if the LHS module is
4037 not bootstrapped.
4038 * Makefile.in: Regenerate.
4039
4040 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4041
4042 * configure.in: Include config/gxx-include-dir.m4. Use
4043 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4044 * configure: Regenerate.
4045
4046 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4047
4048 * config.if: Delete.
4049 * configure.in: Set libstdcxx_incdir directly.
4050 * configure: Regenerate.
4051 * MAINTAINERS: Remove mention of config.if.
4052 * src-release (DEVO_SUPPORT): Remove config.if.
4053
4054 2004-12-02 Eric Christopher <echristo@redhat.com>
4055
4056 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4057 of things to remove.
4058 * Makefile.in: Regenerate.
4059
4060 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4061
4062 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4063 * configure: Regenerate.
4064
4065 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4066
4067 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4068 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4069 * configure: Regenerate.
4070
4071 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4072
4073 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4074 (hppa*64*-*-*): Delete incorrect comment.
4075 * configure: Rebuilt.
4076
4077 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4078
4079 * install-sh, compile: Import from automake.
4080
4081 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4082
4083 * config.guess, config.sub: Import from savannnah.
4084
4085 2004-11-12 Mike Stump <mrs@apple.com>
4086
4087 * Makefile.def: Add html support.
4088 * Makefile.tpl: Likewise.
4089 * Makefile.in: Regenerate.
4090
4091 2004-11-11 Geoffrey Keating <geoffk@apple.com>
4092
4093 PR 18423
4094 * configure.in: Remove all instances of build-fixincludes from
4095 noconfigdirs.
4096 (build_configargs): Supply --target to subdirectories.
4097 * configure: Regenerate.
4098
4099 * Makefile.def: Make gcc install depend on fixincludes install.
4100 * Makefile.in: Regenerate.
4101
4102 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4103
4104 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4105 target-libgfortran.
4106 * configure: Regenerate.
4107
4108 2004-11-07 David Edelsohn <edelsohn@gnu.org>
4109
4110 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4111 like CC.
4112
4113 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
4114
4115 * Makefile.def (host fixincludes): Specify missing targets.
4116 * Makefile.in: Regenerate.
4117
4118 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4119
4120 PR other/17783
4121 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4122 * configure: Regenerated.
4123
4124 2004-11-04 Daniel Jacobowitz <dan@debian.org>
4125
4126 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4127 * configure: Regenerated.
4128
4129 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
4130
4131 PR target/18151
4132 * configure.in (case ${target}): Do not build fixincludes for avr.
4133 * configure: Regenerated.
4134
4135 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
4136
4137 * configure.in (case ${target}): Do not build fixincludes
4138 on platforms where it is not used.
4139 * configure: Regenerated.
4140
4141 2004-10-23 Daniel Jacobowitz <dan@debian.org>
4142
4143 * configure.in: Use an absolute path to install-sh.
4144 * configure: Regenerated.
4145
4146 2004-10-19 Andrew Cagney <cagney@gnu.org>
4147
4148 * src-release (do-djunpack, do-md5sum): Install the generated file
4149 directly into the proto-toplev/ directory.
4150
4151 2004-10-19 Andrew Cagney <cagney@gnu.org>
4152
4153 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4154
4155 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4156
4157 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4158 * configure: Regenerate.
4159
4160 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
4161
4162 Fix wrong conflict resolution in:
4163
4164 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4165
4166 * Makefile.in: Regenerate.
4167 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4168 in the recursive `make', instead of hardwiring `all'.
4169 (Autogenerated TARGET-* variables): New.
4170
4171 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4172
4173 Merged from GCC / libtool upstream:
4174 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4175 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4176 * ltcf-cxx.sh (tpf*): Likewise.
4177 * ltconfig (tpf*): Add TPF OS configuration support.
4178
4179 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4180
4181 * configure.in: Enable target-libgloss for crx-*-*.
4182 * configure: Regenerate.
4183
4184 2004-09-24 Michael Roth <mroth@nessie.de>
4185
4186 * configure.in (--without-headers): Add missing double quotes.
4187 * configure: Regenerate.
4188
4189 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4190
4191 * ylwrap: Revert to previous version.
4192
4193 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4194
4195 PR bootstrap/17369
4196 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4197 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4198 SET_GCC_LIB_PATH_CMD.
4199 (BASE_TARGET_EXPORTS): Likewise.
4200 * Makefile.in: Regenerated.
4201
4202 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4203 * configure: Regenerated.
4204
4205 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4206
4207 * config.guess: New upstream version
4208 * compile, depcomp, install-sh, ylwrap: Likewise.
4209
4210 2004-09-19 Roger Sayle <roger@eyesopen.com>
4211
4212 * config/mh-x86omitfp: New host makefile fragment. Add
4213 -fomit-frame-pointer to the default BOOT_CFLAGS.
4214 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4215 * configure: Regenerate.
4216
4217 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4218
4219 PR target/11572
4220 * configure.in (*-*-darwin*): Renable libobjc.
4221 * configure: Regenerate.
4222
4223 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
4224
4225 * Makefile.def: Remove libbanshee.
4226 * Makefile.tpl: Ditto.
4227 * configure.in: Ditto.
4228 * Makefile.in: Regen.
4229 * configure: Ditto.
4230
4231 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
4232
4233 * missing: Import latest version from master repository.
4234
4235 2004-09-04 Nick Clifton <nickc@redhat.com>
4236
4237 * config.sub: Import latest version from master repository.
4238 * config.guess: Likewise.
4239 This includes these changes:
4240
4241 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4242
4243 * config.sub: Handle crisv32, alias etraxfs.
4244 * config.guess (crisv32:Linux:*:*): Handle.
4245
4246 2004-08-13 Brad Smith <brad@comstyle.com>
4247
4248 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4249 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4250
4251 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4252
4253 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4254 assume the processor is a powerpc. This is because coreutils
4255 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4256 in this case, due to a MacOS X bug that causes
4257 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4258 to return a negative number.
4259 Problem reported by Petter Reinholdtsen in:
4260 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4261
4262 2004-07-19 Ben Elliston <bje@gnu.org>
4263
4264 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4265
4266 2004-06-24 Ben Elliston <bje@gnu.org>
4267
4268 * config.guess: Update copyright years.
4269 * config.sub: Likewise.
4270
4271 2004-06-22 Robert Millan <robertmh@gnu.org>
4272
4273 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4274 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4275
4276 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4277
4278 * config.guess (*:*VMS:*:*): New entry. Replaces
4279 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4280 manufacturer.
4281
4282 2004-06-22 Ben Elliston <bje@gnu.org>
4283
4284 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4285 * config.sub: Likewise.
4286
4287 2004-06-22 Ben Elliston <bje@gnu.org>
4288
4289 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4290 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4291
4292 2004-06-11 Ben Elliston <bje@gnu.org>
4293
4294 * config.guess (pegasos:OpenBSD:*:*): Remove.
4295
4296 2004-06-11 Ben Elliston <bje@gnu.org>
4297
4298 From Wouter Verhelst <wouter@grep.be>:
4299 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4300
4301 2004-06-11 Ben Elliston <bje@gnu.org>
4302
4303 * config.guess (luna88k:OpenBSD:*:*): New.
4304
4305 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4306
4307 * config.guess (m32r*:Linux:*:*): New case.
4308 * config.sub: Handle m32rle.
4309
4310 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4311
4312 From Jens Petersen <petersen@redhat.com>:
4313 * config.sub: Handle sparcv8.
4314
4315 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4316
4317 From Tom Smith <smith@cag.lkg.hp.com>:
4318 * config.guess: Version suffixes are equally significant on Tru64
4319 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4320 prefix of "P" (patched kernel).
4321
4322 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4323
4324 * config.sub: Add support for National Semiconductor CRX target.
4325
4326 2004-09-03 Jan Beulich <jbeulich@novell.com>
4327
4328 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4329 *-*-netware, but add target-libmudflap.
4330 Consolidate *-*-netware targets (of which really only i?86 exists)
4331 into a single entry.
4332 * configure: Likewise.
4333
4334 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
4335
4336 * Makefile.tpl (sorry): Remove.
4337 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4338 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4339 (do-clean): Clean per-stage directories too.
4340 (do-distclean): Run distclean-stage1 too.
4341 (.NOTPARALLEL): Enable during toplevel bootstrap.
4342 (stage[+id+]-bubble): Enable parallel execution during
4343 the recursive invocation.
4344 * Makefile.in: Regenerate.
4345
4346 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4347
4348 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4349
4350 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4351 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4352 * configure: regenerate
4353 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4354 -mdynamic-no-pic
4355
4356 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
4357
4358 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4359 include.
4360 * configure.in: Fix indentation.
4361 * configure: Regenerate.
4362
4363 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
4364
4365 * Makefile.def (build_modules): Add fixincludes.
4366 (dependencies): Make gcc depend on fixincludes.
4367 * configure.in (build_tools): Add fixincludes.
4368 (build_configdirs): Always include build_libs.
4369 * Makefile.in: Regenerate.
4370 * configure: Regenerate.
4371
4372 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
4373
4374 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4375 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4376 phony targets; do not generate timestamp files.
4377 (distclean-stageN): Remove references to their timestamp files.
4378 (restageN, touch-stageN): Remove.
4379 (stageN-bubble): Rewritten.
4380 (compare): Support lean bootstraps.
4381 * Makefile.in: Regenerate.
4382
4383 * configure.in: Only warn when bootstrapping but
4384 build != host or build != target. Support lean bootstraps.
4385 * configure: Regenerate.
4386
4387 Sync from gcc:
4388 2004-08-26 Phil Edwards <phil@codesourcery.com>
4389
4390 * configure.in: Give a better error message if GMP/MPFR are missing
4391 and a language needing them has been requested.
4392 * configure: Regenerated.
4393
4394 2004-08-25 Phil Edwards <phil@codesourcery.com>
4395
4396 * configure.in: Print a list of available language front-ends if
4397 a requested one is missing. Tidy stray tab characters.
4398 * configure: Regenerated.
4399
4400 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
4401
4402 * Makefile.in: Regenerate.
4403 * configure: Regenerate.
4404
4405 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4406 stage_*_flags.
4407 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4408 for bootstrapped modules if toplevel bootstrap is going.
4409 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4410 modules. Adjust for changes in Makefile.def. Enable several
4411 rules even in non-bootstrap mode, just to avoid peppering the
4412 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4413 (stage-[+prev+]-bubble): Remove.
4414
4415 * Makefile.def (Dependencies): Depend on all-build-bison,
4416 all-build-flex, all-build-byacc, all-build-texinfo, rather
4417 than the host variations.
4418 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4419 with BUILD_SUBDIR.
4420 (BISON): Update for recent Bisons.
4421 (YACC): Fix typo.
4422 (cross): Depend on all-build.
4423 (all): Do not depend on all-build.
4424 (prebootstrap): Remove.
4425 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4426 (Prebootstrap dependencies): Add them to the per-stage targets
4427 and to all-prebootstrap.
4428 * configure.in (build_configdirs): Always enable build_tools.
4429 (BUILD_DIR_PREFIX): Remove.
4430
4431 * Makefile.def (gcc): Add target variable.
4432 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4433 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4434 in the recursive `make', instead of hardwiring `all'.
4435 (Autogenerated TARGET-* variables): New.
4436
4437 2004-08-17 Robert Millan <robertmh@gnu.org>
4438
4439 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4440 (instead of FreeBSD).
4441 * configure: Regenerate.
4442
4443 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4444
4445 * Makefile.def, configure.in, src-release: Remove useless, bogus
4446 references to tix.
4447 * Makefile.in, configure: Regenerate.
4448
4449 * src-release: Stop distributing mmalloc with gdb (which doesn't
4450 use it).
4451 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4452 * Makefile.in: Regenerate.
4453
4454 2004-08-09 Mark Mitchell <mark@codesourcery.com>
4455
4456 * configure.in (arm*-*-eabi*): New target.
4457 * configure: Regenerate.
4458
4459 2004-08-01 Robert Millan <robertmh@gnu.org>
4460
4461 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4462 libmudflap for all GNU-based systems (with Glibc).
4463 * configure: Regenerate.
4464
4465 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
4466
4467 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4468 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4469 (Dependencies): New section.
4470 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4471 (configure-target-[+module+]): Depend on maybe-all-gcc
4472 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4473 (toplevel profiledbootstrap): Fix dependencies.
4474 * Makefile.in: Regenerate.
4475
4476 2004-08-03 Mark Mitchell <mark@codesourcery.com>
4477
4478 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4479 target-libiberty to noconfigdirs.
4480
4481 2004-08-03 Paul Brook <paul@codesourcery.com>
4482
4483 * configure.in: Check for MPFR as well as GMP.
4484 * configure: Regenerate.
4485
4486 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4487
4488 * Makefile.def (host-modules): Add gcc.
4489 * Makefile.in: Regenerate.
4490 * Makefile.tpl (sorry): New rule.
4491 (configure-host, all-host, [+make_target+]-host, do-check,
4492 install-host): Do not add gcc as a special case.
4493 (host modules): Add a small special-casing for gcc. Export
4494 extra_make_flags through the environment.
4495 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4496 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4497 other recursive targets for gcc): Remove.
4498
4499 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4500 (stage, unstage): New rules.
4501 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4502 distclean-stage[+id+]): Use stage_current.
4503 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4504 the stage*-start rules.
4505
4506 2004-07-19 Robert Millan <robertmh@gnu.org>
4507
4508 Synced from gcc:
4509
4510 2004-04-26 Robert Millan <robertmh@gnu.org>
4511
4512 Add patches from libtool CVS.
4513 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4514 * ltconfig: Likewise.
4515 * ltcf-c.sh: Likewise.
4516 * ltcf-cxx.sh: Likewise.
4517 * ltcf-gcj.sh: Likewise.
4518
4519 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
4520
4521 * configure.in: Add noconfigdirs for crx-*-*.
4522 * configure: Regenerate.
4523
4524 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
4525
4526 Synced from gcc:
4527
4528 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4529
4530 * configure.in: Build libmudflap by default on FreeBSD.
4531 * configure: Regenerated.
4532
4533 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4534
4535 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4536 systems.
4537 * configure: Regenerated.
4538
4539 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4540
4541 PR target/16344
4542 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4543 feedback based compiler.
4544 * Makefile.in: Rebuilt.
4545
4546 2004-07-05 Phil Edwards <phil@codesourcery.com>
4547
4548 * configure.in: Do not prepend $srcdir to /dev/null in
4549 makefile fragments.
4550 * configure: Regenerate.
4551
4552 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
4553
4554 * Makefile.def (host_modules): Set bootstrap=true for flex.
4555 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4556 * Makefile.in: Rebuilt.
4557
4558 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
4559
4560 * Makefile.def (build_modules): Add bison, byacc, flex,
4561 m4, texinfo.
4562 (flags_to_pass): Add FLEX.
4563 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4564 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4565 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4566 DEFAULT_MAKEINFO): Remove.
4567 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4568 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4569 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4570 objdir or else use configured tool.
4571 (all-build): New.
4572 (all): Depend on it.
4573 (Build module dependencies): Add.
4574 * Makefile.in: Regenerate.
4575 * configure.in: Better support for multiple build modules,
4576 matching what is done for host/target modules. Do not look
4577 for "plausible" locations of build tools if Canadian cross.
4578 Use autoconf's AC_PROG_CC to find a C compiler. Define
4579 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4580 * configure: Regenerate.
4581
4582 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
4583
4584 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4585 * Makefile.in: Regenerate.
4586
4587 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
4588
4589 * Makefile.tpl (configure-build-[+module+],
4590 configure-[+module+], configure-target-[+module+]): Pass
4591 [+extra_configure_args+].
4592 (all-build-[+module+], all-[+module+], check-[+module+],
4593 install-[+module+], [+make_target+]-[+module+],
4594 all-target-[+module+], check-target-[+module+],
4595 install-target-[+module+], [+make_target+]-target-[+module+]):
4596 Pass [+extra_make_args+].
4597 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4598 (GCC_HOST_EXPORTS): Remove.
4599 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4600 cross, check-gcc, check-gcc-c++, install-gcc,
4601 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4602 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4603 * Makefile.in: Regenerate.
4604
4605 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4606
4607 * configure.in: Check for srcdir/winsup rather than build directory
4608 winsup.
4609 * configure: Regenerate.
4610
4611 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
4612
4613 * configure.in: Don't build Cygwin native newlib if winsup
4614 directory is missing. Emit warning instead.
4615 * configure: Regenerate.
4616
4617 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
4618
4619 * Makefile.tpl (touch-stage[+id+]): New.
4620 (restage[+prev+]): Depend on touch-stage[+id+].
4621
4622 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4623 Use it throughout.
4624
4625 * Makefile.def: Add profile and feedback bootstrap stages.
4626 Remove next field from bootstrap stages.
4627 * Makefile.tpl (LN, LN_S): Substitute.
4628 (stageN-start, stageN-end): Use double-colon rules, to
4629 provide a hook for additional setup commands.
4630 (distclean-stageN-gcc, restageN): Create dependencies from
4631 [+prev+], not from [+next+].
4632 (stageN-bubble): Add commands for successive stages from
4633 [+prev+], using double-colon rules.
4634 (all-stageN-gcc): Fix typo.
4635 (stagefeedback-start, profiledbootstrap): New.
4636 * Makefile.in: Regenerate.
4637 * configure.in: Call ACX_PROG_LN.
4638 * configure: Regenerate.
4639
4640 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
4641
4642 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4643 without gcc.
4644 * configure: Regenerate.
4645
4646 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4647
4648 * Makefile.tpl: Fix typo.
4649 * Makefile.in: Regenerate.
4650
4651 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4652
4653 * configure.in: Remove new- prefix from toplevel
4654 bootstrap targets.
4655 * configure: Regenerate.
4656
4657 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4658
4659 Merge this patch from the gcc tree:
4660
4661 2004-05-30 Andreas Jaeger <aj@suse.de>
4662 Jim Wilson <wilson@specifixinc.com>
4663
4664 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4665 like CC.
4666
4667 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4668
4669 * Makefile.tpl (all.normal): Rename to all.
4670 (all): Replace with a rule to pick the default
4671 target from configure.
4672 (all-gcc, configure-gcc): Use conditionals to
4673 do nothing when toplevel bootstrap is going on.
4674 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4675 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4676 * configure.in: Support --enable-bootstrap.
4677
4678 * Makefile.def: Remove new- prefix from toplevel
4679 bootstrap targets.
4680 * Makefile.tpl: Likewise.
4681
4682 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4683 target.
4684
4685 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4686 $(RECURSE_FLAGS) to recursive invocation of make.
4687
4688 * Makefile.in: Regenerate.
4689 * configure: Regenerate.
4690
4691 2004-05-27 Daniel Jacobowitz <dan@debian.org>
4692
4693 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4694 * configure: Regenerate.
4695
4696 2004-05-25 Daniel Jacobowitz <drow@false.org>
4697
4698 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4699 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4700 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4701 targets.
4702 * Makefile.in: Regenerate.
4703
4704 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
4705
4706 * configure.in: Test the ability to symlink directories.
4707 * configure: Regenerate.
4708
4709 * Makefile.def (bootstrap-stage): New definitions.
4710 * Makefile.tpl (configure-stage1-gcc,
4711 configure-stage2-gcc, configure-stage3-gcc,
4712 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4713 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4714 new-restage3, compare): Autogenerate, see Makefile.in
4715 entry for behavioral changes.
4716 (distclean-stage1, new-stage1-start, new-stage1-end,
4717 new-stage1-bubble, distclean-stage2, new-stage2-start,
4718 new-stage2-end, new-stage2-bubble, distclean-stage3,
4719 new-stage3-start, new-stage3-end): New autogenerated targets.
4720 (objext, prebootstrap, BOOT_CFLAGS,
4721 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4722 targets.
4723
4724 * Makefile.in: Regenerate.
4725 (distclean-stage1, new-stage1-start, new-stage1-end,
4726 new-stage1-bubble, distclean-stage2, new-stage2-start,
4727 new-stage2-end, new-stage2-bubble, distclean-stage3,
4728 new-stage3-start, new-stage3-end): New targets.
4729 (all-stage1-gcc): Move prebootstrap dependency from here...
4730 (configure-stage1-gcc): ...to here.
4731 (new-bootstrap): Use bubble targets.
4732 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4733 Use per-stage distclean targets.
4734 (configure-stage1-gcc, configure-stage2-gcc,
4735 configure-stage3-gcc, all-stage1-gcc,
4736 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4737 Use new-stageN-start to prepare the tree.
4738
4739 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
4740
4741 * Makefile.def (host_modules): add libcpp.
4742 * Makefile.tpl: Add dependencies on and for libcpp.
4743 * Makefile.in: Regenerate.
4744 * configure.in: Add libcpp host module.
4745 * configure: Regenerate.
4746
4747 2004-05-17 Zack Weinberg <zack@codesourcery.com>
4748
4749 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4750 of libf2c.
4751 * configure, Makefile.in: Regenerate.
4752
4753 2004-05-13 Diego Novillo <dnovillo@redhat.com>
4754
4755 Merge from tree-ssa-20020619-branch.
4756
4757 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4758 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4759 (HOST_GMPLIBS): Define.
4760 (HOST_GMPINC): Define.
4761 (TARGET_LIB_PATH): Add libmudflap.
4762 (GFORTRAN_FOR_TARGET): Define.
4763 (configure-build*): Export GFORTRAN.
4764 (configure-gcc): Export GMPLIBS and GMPINC.
4765 (all-gcc): Add maybe-all-libbanshee.
4766 (configure-target-libgfortran): Define.
4767 * Makefile.in: Regenerate.
4768 * configure.in (host_libs): Add libbanshee.
4769 (target_libraries): Add target-libmudflap and target-libgfortran.
4770 Add --with-libbanshee.
4771 Handle --disable-libmudflap.
4772 (*-*-freebsd*): Use with_gmp.
4773 Add $(libgcj) to noconfigdirs.
4774 * configure: Regenerate.
4775 * depcomp: New file.
4776 * MAINTAINERS: Add tree-ssa maintainers.
4777
4778 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
4779
4780 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4781 * configure: Regenerate.
4782
4783 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
4784
4785 Revert:
4786 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4787
4788 * Makefile.def (flags_to_pass): Remove *dir variables that
4789 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4790 as well as prefix and exec_prefix.
4791 * Makefile.in: Regenerate.
4792
4793 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4794
4795 * Makefile.def (host_modules): Mark with the bootstrap
4796 flag packages on which gcc depends.
4797 * Makefile.tpl (all-bootstrap): Use it.
4798 * Makefile.in: Regenerate.
4799
4800 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4801
4802 * Makefile.def (flags_to_pass): Remove *dir variables that
4803 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4804 as well as prefix and exec_prefix.
4805 * Makefile.in: Regenerate.
4806
4807 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4808
4809 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4810 * configure: Regenerate.
4811 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4812 * gcc/Makefile.tpl (compare): Use the result of the test.
4813 * gcc/Makefile.in: Regenerate.
4814
4815 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
4816
4817 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4818 Always relocate gcc and prev-gcc to the original names, even
4819 if the build fails.
4820 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4821 New targets.
4822
4823 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4824
4825 * configure.in (mips*-*-irix5*): Enable ld.
4826 * configure: Regenerate.
4827
4828 2004-04-15 James E Wilson <wilson@specifixinc.com>
4829
4830 * Makefile.tpl (configure-[+module+], configure-gcc,
4831 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4832 Set and export LDFLAGS.
4833 * Makefile.in: Regenerate.
4834
4835 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4836
4837 PR bootstrap/14871
4838 * Makefile.tpl: If we don't have built-in-tree target tools,
4839 use the ones found by configure rather than hacking around with
4840 program_transform_name.
4841 * configure.in: Give Makefile.tpl the information necessary
4842 to do that.
4843 * Makefile.in: Regenerate.
4844 * configure: Regenerate.
4845
4846 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
4847
4848 PR bootstrap/14760
4849 * configure.in: When computing baseargs, strip *all* copies of
4850 offending options. Also, don't match/substitute the trailing space,
4851 so that this actually works when two similar options are separated by
4852 only one space.
4853 * configure: Regenerate.
4854
4855 2004-04-06 David Edelsohn <edelsohn@gnu.org>
4856
4857 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4858 (rs6000-*-aix*): Same.
4859 * configure: Regenerate.
4860
4861 2004-03-25 Stan Shebs <shebs@apple.com>
4862
4863 Remove MPW support, no longer used.
4864 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4865 mpw-install: Remove files.
4866 * src-release (DEVO_SUPPORT): Remove names of removed files.
4867 * MAINTAINERS: Likewise.
4868
4869 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
4870
4871 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4872 STRICT_WARN, WARN_CFLAGS flags passed down to make.
4873 * Makefile.in: Regenerate.
4874
4875 * configure.in (top level bootstrap support): Rework --enable-werror
4876 to set @stage2_werror_flag@.
4877 * configure: Regenerate.
4878 * Makefile.tpl (top level bootstrap support): Pass
4879 @stage2_werror_flag@ down to configure in stages 2 and 3.
4880 * Makefile.in: Regenerate.
4881
4882 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
4883
4884 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4885 for stages 2 and 3 as well as in make. As a consequence, remove
4886 OUTPUT_OPTION (now detected by configure) from the flags passed down
4887 to make.
4888 * Makefile.in: Regenerate.
4889
4890 * Makefile.tpl (new-bootstrap): Fix typo.
4891 * Makefile.in: Regenerate.
4892
4893 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
4894
4895 * Makefile.tpl: Rearrange by moving recursive_targets rules
4896 into their proper sections.
4897 * Makefile.tpl (top level bootstrap support): Move disabling
4898 of coverage flags from 'make' to 'configure'; improve comments.
4899 * Makefile.in: Regenerate.
4900
4901 * Makefile.tpl (experimental top level bootstrap) Move stage1
4902 language setting from all- target to configure- target; disable
4903 intermodule optimization in stage 1; prevent gratuitous rebuilds
4904 of stage 1.
4905 * Makefile.in: Regenerate.
4906 * configure.in: Comma-separate stage 1 language list for top
4907 level bootstrap.
4908 * configure: Regenerate.
4909
4910 * Makefile.tpl: Clean up experimental top level bootstrap support:
4911 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4912 prev-gcc in configure- targets as well as all- targets.
4913 * Makefile.in: Regenerate.
4914
4915 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
4916
4917 * configure.in: Remove symbolic link section.
4918 * configure: Regenerate.
4919 * Makefile.tpl (links): Remove.
4920 * Makefile.in: Regenerate.
4921
4922 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
4923 Nathanael Nerode <neroden@gcc.gnu.org>
4924
4925 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4926 Set with AC_CHECK_PROGS.
4927 * configure.in: Fix comment typo from last patch.
4928 * configure: Regenerate.
4929
4930 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
4931
4932 * Makefile.tpl: Introduce experimental top level bootstrap support.
4933 * Makefile.in: Regenerate.
4934 * configure.in: Introduce support for top level bootstrap.
4935 * configure: Regenerate.
4936
4937 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
4938 Paolo Bonzini <bonzini@gnu.org>
4939
4940 PR bootstrap/14522
4941 * configure.in: Cope with shells that do not support unquoted ^
4942 * configure: Regenerate.
4943
4944 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
4945 Paolo Bonzini <bonzini@gnu.org>
4946
4947 PR bootstrap/14522
4948 * configure.in: Cope with shell that do not support nesting
4949 quotes inside quoted backquote substitutions.
4950 * configure: Regenerate.
4951
4952 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
4953
4954 PR bootstrap/14522
4955 * configure.in: Fix escaping of $.
4956 * configure: Regenerate.
4957
4958 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
4959
4960 * configure: Regenerate.
4961
4962 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
4963
4964 PR ada/14131
4965 Move language detection to the top level.
4966 * configure.in: Find default values for the tools as
4967 soon as possible. Disable ada if GNAT is not found.
4968 Emit error message about missing languages. Expand
4969 --enable-languages=all for the gcc subdirectory.
4970
4971 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
4972
4973 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4974 and disable libgcj.
4975 * configure: Regenerated.
4976
4977 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4978
4979 PR bootstrap/7087
4980 * Makefile.tpl: Guard XFOO sed statements better.
4981 * Makefile.tpl: Add dependency for configure-target-libada.
4982 * Makefile.in: Regenerate (incidentally fixes broken
4983 commit when libada-branch was merged).
4984
4985 2004-02-28 Andrew Cagney <cagney@redhat.com>
4986
4987 * src-release (CVS_NAMES): Define.
4988 (do-tar, do-tar): Prune $(CVS_NAMES).
4989
4990 2004-02-23 Andrew Cagney <cagney@redhat.com>
4991
4992 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
4993 2004-02-19.09.
4994
4995 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
4996
4997 PR bootstrap/11932
4998 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4999
5000 2004-02-19 Andrew Cagney <cagney@redhat.com>
5001
5002 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5003 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5004
5005 2004-02-11 David Edelsohn <edelsohn@gnu.org>
5006
5007 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5008 (rs6000-*-aix*): Same.
5009 * configure: Regenerate.
5010
5011 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5012
5013 * configure.in (host): Add in missing $noconfigdirs to defines.
5014 * configure: Regenerate.
5015
5016 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5017 Nathanael Nerode <neroden@gcc.gnu.org>
5018
5019 PR ada/6637, PR ada/5911
5020 Merge with libada-branch:
5021 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5022 with appropriate dependencies. Add --enable-libada configure switch.
5023 * configure, Makefile.in: Regenerate.
5024
5025 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5026
5027 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5028 * configure: Regenerate.
5029
5030 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5031
5032 * COPYING.NEWLIB: Update Red Hat license to 2004.
5033
5034 2004-01-23 DJ Delorie <dj@redhat.com>
5035
5036 * Makefile.def (target_modules) [libiberty]: Don't stage.
5037 * Makefile.in: Rebuilt.
5038
5039 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
5040
5041 * COPYING.NEWLIB: Update to include copyrights for new
5042 iconv code.
5043
5044 2004-01-15 Andrew Cagney <cagney@redhat.com>
5045
5046 * src-release: Update copyright year.
5047 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5048 (NEWLIB_SUPPORT_DIRS): Delete macro.
5049 (newlib.tar.bz2): Delete rule.
5050
5051 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
5052
5053 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5054 * Makefile.tpl (configure-target-[+module+]): Support stage.
5055 * Makefile.in: Rebuilt.
5056
5057 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5058
5059 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5060 throughout.
5061
5062 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5063
5064 * configure.in: Use ./config.cache, not config.cache.
5065 * configure: Regenerate.
5066 * Makefile.tpl: Special-casing not needed for GCC any more.
5067 * Makefile.in: Regenerate.
5068
5069 * configure.in: Don't share a cache file for host dirs.
5070 * configure: Regenerate.
5071
5072 * config-ml.in: Don't mess with the cache file.
5073
5074 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5075
5076 * Makefile.tpl: Make GCC use a separate config.cache.
5077 * Makefile.in: Regenerate.
5078
5079 PR bootstrap/11932, PR bootstrap/11933
5080 (I don't know if it will fix either of them, but it relates
5081 to them.)
5082 * configure.in: Don't use shared config.cache for target
5083 directories.
5084 * configure: Regenerate.
5085
5086 2003-12-31 Roger Sayle <roger@eyesopen.com>
5087
5088 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5089 * configure: Regenerated.
5090
5091 2003-12-21 Bernardo Innocenti <bernie@develer.com>
5092
5093 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5094 * configure: Regenerated.
5095
5096 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5097
5098 Port change over from GCC:
5099 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5100 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5101 (configure-build-[+module+], configure-[+module+]): Likewise.
5102 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5103 * Makefile.in: Regenerate.
5104
5105 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5106
5107 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5108 * configure: Regenerate.
5109
5110 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5111
5112 * COPYING.NEWLIB: Add license info for long long routines added to
5113 stdlib.
5114
5115 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5116
5117 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5118 * Makefile.in: Regenerate.
5119
5120 2003-10-20 Phil Edwards <phil@codesourcery.com>
5121
5122 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5123 * configure: Regenerate.
5124
5125 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5126
5127 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5128 HOST_FLAGS_TO_PASS.
5129 * Makefile.in: Regenerate.
5130
5131 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5132
5133 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5134 * configure: Rebuilt
5135 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5136 * Makefile.in: Rebuilt
5137
5138 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5139
5140 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5141
5142 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
5143
5144 * config-ml.in: Use ac_configure_args directly instead of
5145 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5146 actually seen.
5147
5148 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5149
5150 * config-ml.in: Propagate INSTALL variables.
5151
5152 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
5153
5154 * configure.in: Pass a computed --program-transform-name
5155 to subconfigures.
5156 * configure: Regenerated.
5157
5158 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5159
5160 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5161 * Makefile.in: Regenerate.
5162
5163 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5164 * Makefile.in: Regenerate.
5165
5166 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
5167
5168 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5169 quoting.
5170 * configure: Regenerated.
5171
5172 2003-09-12 Michael Chastain <mec@shout.net>
5173
5174 Fix PR gdb/857.
5175 * src-release (do-proto-topleve): Remove junk files
5176 intl/config.cache, intl/config.status,
5177 intl/config.h, intl/stamp-h.
5178
5179 2003-09-14 Andrew Cagney <cagney@redhat.com>
5180
5181 * src-release (dejagnu.tar): New target.
5182 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5183 (do-djunpack): Use $(PACKAGE) for the package name.
5184
5185 2003-09-04 DJ Delorie <dj@redhat.com>
5186
5187 * configure: Regenerate.
5188
5189 2003-09-04 Robert Millan <robertmh@gnu.org>
5190
5191 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5192
5193 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5194
5195 * configure.in: Ensure arguments to sed are properly spaced.
5196 * configure: Regenerate.
5197
5198 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
5199
5200 Merge from gcc:
5201 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5202 * install-sh: Update to newer upstream versions (associated with
5203 aclocal 1.7).
5204 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5205
5206 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
5207
5208 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5209 * configure: Regenerated.
5210
5211 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
5212
5213 * configure.in: Use newline instead of semicolon when assuming
5214 shell arguments in a for loop.
5215 * configure: Regenerated.
5216
5217 2003-08-20 Geoffrey Keating <geoffk@apple.com>
5218
5219 PR 8180
5220 * configure.in: When testing with_libs and with_headers, treat
5221 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5222 * configure: Regenerate.
5223
5224 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5225 make, shell, etc.
5226 (baseargs): Likewise.
5227 * configure: Regenerate.
5228
5229 2003-08-19 Geoffrey Keating <geoffk@apple.com>
5230
5231 * configure.in: Disable libgcj for darwin not on powerpc.
5232 * configure: Rebuild.
5233
5234 2003-08-15 Michael Chastain <mec@shout.net>
5235
5236 * src-release (do-proto-toplev): Remove junk files
5237 dejagnu/example/calc/config.status,
5238 dejagnu/example/calc/config.log.
5239
5240 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5241
5242 * config-ml.in, symlink-tree: Add license.
5243
5244 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5245
5246 Merge from gcc:
5247
5248 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5249 * Makefile.tpl (check, check-c++): Express dependencies using
5250 dependencies rather than commands.
5251 * Makefile.in: Regenerate.
5252
5253 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5254 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5255 * Makefile.in: Update.
5256
5257 2003-08-01 Andrew Cagney <cagney@redhat.com>
5258
5259 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5260 * configure: Ditto.
5261
5262 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5263
5264 * configure.in: Enable libgcj for darwin.
5265 * configure: Rebuild.
5266
5267 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5268
5269 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5270
5271 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5272
5273 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5274 creating target and build subdirs to build all parent dirs as needed.
5275 * Makefile.in: Rebuild.
5276 * configure.in: Don't build dirs explicitly here.
5277 * configure: Rebuild.
5278
5279 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
5280
5281 * Makefile.tpl (all-make): Depend on intl.
5282 * Makefile.in: Rebuilt.
5283
5284 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5285
5286 * config.if: Remove unused libc_interface determination.
5287
5288 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5289
5290 * Makefile.in: Regenerate, correctly this time.
5291
5292 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5293
5294 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5295 unused INSTALL_PROGRAM_ARGS.
5296 * configure.in: Use AC_PROG_INSTALL.
5297 * Makefile.in: Regenerate.
5298 * configure: Regenerate.
5299
5300 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
5301
5302 * configure: Rebuilt.
5303 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5304 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5305 newlib nor libgloss.
5306 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5307 * configure.in (am33_2.0-*-linux*): Added.
5308
5309 2003-07-09 Bob Wilson <bob.wilson@acm.org>
5310
5311 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5312 * configure: Regenerate.
5313
5314 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5315
5316 * config-ml.in: Replace PWD with PWD_COMMAND.
5317 * Makefile.tpl: Likewise.
5318 * Makefile.in: Regenerated.
5319
5320 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5321
5322 * configure.in: Clean up config-lang.in handling. Delete
5323 useless assignment to "subdirs".
5324 * configure: Regenerate.
5325
5326 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5327
5328 * configure.in: Rename 'target_libs' to 'target_libraries'.
5329 Remove useless reference to 'target_libs'.
5330 * configure: Regenerate.
5331
5332 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5333
5334 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5335 * Makefile.in: Regenerate.
5336
5337 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5338
5339 * Makefile.def: Introduce flags_to_pass.
5340 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5341 * Makefile.in: Regenerate.
5342
5343 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5344
5345 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5346 and target-libgloss.
5347 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5348 <h8300*-*-*>: Disable libf2c and ${libgcj}.
5349 * configure: Regenerate.
5350
5351 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5352
5353 * configure.in: Update testsuite_flags to new location.
5354 * configure. Regenerate.
5355
5356 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5357
5358 * Makefile.tpl: Remove BUILD_CC stuff.
5359 * Makefile.in: Regenerate.
5360
5361 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
5362
5363 * config.guess: Update to 2003-06-12 version.
5364 * config.sub: Update to 2003-06-13 version.
5365
5366 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5367
5368 * MAINTAINERS: Add myself as MIPS co-maintainer.
5369
5370 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
5371
5372 * config.guess: Update to 2003-06-06 version.
5373 * config.sub: Update to 2003-06-06 version.
5374
5375 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5376
5377 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5378 * configure. Regenerate.
5379
5380 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5381
5382 * configure.in: Disable serial configure by default.
5383 * configure: Regenerate.
5384 * Makefile.tpl: Abolish .NOTPARALLEL.
5385 * Makefile.in: Regenerate.
5386
5387 * Makefile.tpl: Replace {build,host,target}_canonical by
5388 {build,host,target}.
5389 * Makefile.in: Regenerate.
5390
5391 * Makefile.tpl: Fix stupid pasto.
5392 * Makefile.in: Regenerate.
5393
5394 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5395
5396 * Makefile.tpl: Remove bogus conditional.
5397 * Makefile.in: Regenerate.
5398
5399 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5400
5401 * Makefile.tpl: Make 'recursive targets' using autogen rather
5402 than shell loop. Remove duplicate 'clean' targets and false
5403 comments.
5404 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5405 Add systematic method of specifying missing targets in subdirs.
5406 Add copyright boilerplate.
5407 * Makefile.in: Regenerate.
5408 * configure.in: Add 'recursive targets' to maybe list.
5409 * configure: Regenerate.
5410
5411 * Makefile.tpl: Rename [+target+] to [+make_target+].
5412 * Makefile.def: Rename 'target' to 'make_target'.
5413
5414 2003-05-30 Nick Clifton <nickc@redhat.com>
5415
5416 * README-maintainer-mode: Update URL for locating blessed config
5417 tools.
5418
5419 2003-05-29 Robert Millan <rmh@debian.org>
5420
5421 * ltconfig: Import this patch and modify for use with current
5422 version of ltconfig:
5423
5424 2003-05-21 Bruno Haible <bruno@clisp.org>
5425
5426 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5427 GNU/FreeBSD.
5428
5429 2003-05-28 DJ Delorie <dj@redhat.com>
5430
5431 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5432 * Makefile.in: Regenerate.
5433
5434 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5435
5436 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
5437
5438 2003-05-21 DJ Delorie <dj@redhat.com>
5439
5440 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5441 newlib or libgloss.
5442 * Makefile.in: Regenerate.
5443
5444 2003-05-21 DJ Delorie <dj@redhat.com>
5445
5446 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5447 * Makefile.in: Regenerate.
5448
5449 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5450
5451 * configure.in: Use curly braces in the definition of tooldir.
5452 * configure: Regenerate.
5453
5454 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5455
5456 * configure.in: Switch more things to use maybe dependencies.
5457 * Makefile.tpl: Switch more things to use maybe dependencies.
5458 Factor out common code from autogen IF statements.
5459 * configure: Regenerate.
5460 * Makefile.in: Regenerate.
5461
5462 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5463
5464 * configure.in: Accept i[3456789]86 for machine type.
5465 * configure: Regenerate.
5466
5467 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5468
5469 * configure.in: Switch more things to use maybe dependencies.
5470 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5471 * configure: Regenerate.
5472 * Makefile.tpl: Switch more things to use maybe dependencies.
5473 * Makefile.in: Regenerate.
5474
5475 2003-05-16 Andreas Schwab <schwab@suse.de>
5476
5477 * Makefile.tpl (install-opcodes): Define.
5478 * Makefile.in: Rebuild.
5479
5480 2003-05-13 Andreas Jaeger <aj@suse.de>
5481
5482 * config.guess: Update to 2003-05-09 version.
5483 * config.sub: Update to 2003-05-09 version.
5484
5485 2003-05-13 Michael Eager <eager@mvista.com>
5486
5487 * configure.in: Correct sed script so that options in quotes are not
5488 deleted.
5489 * configure: Rebuild.
5490
5491 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
5492
5493 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5494 and $$s/newlib/libc/sys/cygwin32 include paths.
5495 * configure: Ditto.
5496
5497 2003-05-05 H.J. Lu <hjl@gnu.org>
5498
5499 * config-ml.in: Restored from gcc repository.
5500
5501 2003-05-02 Chris Demetriou <cgd@broadcom.com>
5502
5503 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5504 * Makefile.in: Regenerate.
5505
5506 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
5507
5508 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5509 and Makefile.def.
5510
5511 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
5512
5513 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5514 * Makefile.in: Regenerated.
5515
5516 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5517
5518 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5519 * Makefile.in: Regenerate.
5520
5521 2003-04-18 Jakub Jelinek <jakub@redhat.com>
5522
5523 * configure.in (powerpc64*-*-linux*): Remove.
5524 * configure: Rebuilt.
5525
5526 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
5527
5528 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5529 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5530 and restrap.
5531 * Makefile.in: Regenerate.
5532
5533 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
5534
5535 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5536 * configure: Regenerated.
5537
5538 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
5539
5540 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5541 * */configure: Rebuilt.
5542
5543 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5544
5545 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5546 * Makefile.in: Regenerate.
5547
5548 2003-03-14 Michael Chastain <mec@shout.net>
5549
5550 * Makefile.in: Regenerate with correct Makefile.def.
5551
5552 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5553
5554 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5555 Make macro.
5556 * Makefile.in: Regenerate.
5557 * configure.in: Clean up gxx_include_dir logic.
5558 * configure: Regenerate.
5559
5560 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5561
5562 * configure.in (gxx_include_dir): Fix typo.
5563 * configure: Regenerated.
5564
5565 2003-03-06 Andrew Cagney <cagney@redhat.com>
5566
5567 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5568
5569 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
5570
5571 * configure.in: Include $(build_tooldir)/sys-include in
5572 FLAGS_FOR_TARGET.
5573 * configure: Regenerated.
5574
5575 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5576
5577 * Makefile.tpl: Reindent.
5578 * Makefile.in: Regenerate.
5579 * configure.in: Reindent. Don't set unused variables.
5580 * configure: Regenerate.
5581
5582 * Makefile.tpl: Always pass down RANLIB.
5583 * Makefile.in: Regenerate.
5584
5585 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5586 * Makefile.in: Regenerate.
5587 * configure.in: Remove unused logic relating to --enable-shared
5588 and --enable-threads. Remove bogus comments. Remove redundant
5589 noconfigdirs.
5590 * configure: Regenerate.
5591
5592 * configure.in: Replace ${libstdcxx_version} by its value.
5593 Remove reference to mh-dgux.
5594 * configure: Regenerate.
5595
5596 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5597
5598 * Makefile.tpl: Rearrange.
5599 * Makefile.in: Regenerate.
5600
5601 2003-02-25 Nick Clifton <nickc@redhat.com>
5602
5603 * configure: Remove site-file supprot - it is obsolete.
5604
5605 2003-02-24 Uwe Stieber <uwe@wwws.de>
5606
5607 * configure.in: Add support for kaOS as cross build target system.
5608 * configure: Regenerated.
5609
5610 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
5611
5612 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5613 configure-target-* as some target builds may require additional
5614 flags for preprocessor tests.
5615 * Makefile.in: Regenerated.
5616
5617 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
5618
5619 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5620 * ltconfig: Handle it.
5621 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5622 auto-detecting it.
5623
5624 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
5625
5626 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5627 it is used as argument to $CC.
5628 * ltcf-gcj.sh: Likewise.
5629
5630 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
5631
5632 * configure.in: Introduce --enable-maintainer-mode.
5633 * configure: Rebuilt.
5634 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5635 for maintainer mode.
5636 * Makefile.in: Rebuilt.
5637
5638 2003-02-19 Andrew Cagney <ac131313@redhat.com>
5639
5640 * configure: Regenerate using autoconf 2.13.
5641
5642 2003-02-19 Alan Modra <amodra@bigpond.net.au>
5643
5644 * config.guess: Import latest version.
5645 * config.sub: Import latest version.
5646
5647 2003-02-18 Jason Merrill <jason@redhat.com>
5648
5649 * Makefile.tpl (check-c++): Allow parallelism.
5650
5651 2003-02-17 Andrew Cagney <ac131313@redhat.com>
5652
5653 * configure: Regenerate using autoconf 000227.
5654
5655 2003-02-15 Geoffrey Keating <geoffk@apple.com>
5656
5657 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5658 don't configure target-libobjc.
5659 * configure: Regenerate.
5660
5661 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5662
5663 * Makefile.tpl (RANLIB): Define.
5664 * Makefile.in: Regenerate.
5665
5666 2003-02-06 Keith R Seitz <keiths@redhat.com>
5667
5668 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5669 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5670 * Makefile.in: Regenerated.
5671 * configure.in: Remove all traces of snavigator, db, and grep.
5672 * configure: Regenerated.
5673
5674 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
5675
5676 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5677 * Makefile.in: Regenerated.
5678
5679 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
5680
5681 * config.if: Copy from GCC.
5682
5683 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
5684
5685 * configure.in: Revert 24Jan change.
5686 * configure: Regenerate.
5687
5688 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5689
5690 * configure.in: Revert previous change.
5691 * configure: Regenerate.
5692
5693 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5694
5695 * configure.in: Make rda native-only.
5696 * configure: Regenerate.
5697
5698 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5699
5700 * configure.in: Add missing \.
5701 * configure: Rebuilt.
5702
5703 2003-01-17 Jakub Jelinek <jakub@redhat.com>
5704
5705 * configure.in (baseargs): Avoid using \| in sed regular
5706 expressions.
5707 * configure: Rebuilt.
5708
5709 2003-01-16 Jakub Jelinek <jakub@redhat.com>
5710
5711 * configure.in (baseargs): Remove all supported forms of
5712 --cache-file, --srcdir, --host, --build and --target options
5713 from argument lists.
5714 * configure: Rebuilt.
5715
5716 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
5717
5718 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5719 * configure: Rebuilt.
5720
5721 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5722
5723 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5724 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5725 * Makefile.in: Regenerate.
5726 * configure: Regenerate.
5727
5728 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5729
5730 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5731 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5732 * Makefile.in: Regenerate.
5733
5734 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
5735
5736 * configure.in: Remove Makefile in build, host and target modules
5737 unless configure was run with --no-recursion.
5738 * configure: Rebuilt.
5739
5740 2003-01-08 Chris Demetriou <cgd@broadcom.com>
5741
5742 * config.guess: Update to 2003-01-03 version.
5743 * config.sub: Update to 2003-01-03 version.
5744
5745 2003-01-07 Christopher Faylor <cgf@redhat.com>
5746
5747 * configure: Regenerate with proper autoconf 2.13.
5748
5749 2003-01-07 Christopher Faylor <cgf@redhat.com>
5750
5751 * configure.in: Add AC_PREREQ for consistency.
5752 * configure: Regenerate.
5753
5754 2003-01-06 Andrew Cagney <ac131313@redhat.com>
5755
5756 * configure.in (GDB_TK): Add tcl directories conditional on
5757 gdb/gdbtk directory being present.
5758 * configure: Regenerate.
5759
5760 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
5761
5762 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5763 by gcc if LD is not defined and we are not doing a Canadian Cross.
5764 * configure: Rebuilt.
5765
5766 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
5767
5768 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5769
5770 2002-12-31 Tom Tromey <tromey@redhat.com>
5771
5772 * Makefile.in: Rebuilt.
5773 * Makefile.def (target_modules) [libffi]: Allow installation.
5774
5775 2002-12-31 Andreas Schwab <schwab@suse.de>
5776
5777 * configure.in: Fix use of $program_transform_name.
5778 * configure: Regenerated.
5779
5780 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
5781
5782 * configure.in (baseargs): Don't remove first configure argument.
5783 * configure: Regenerated.
5784
5785 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
5786
5787 * Makefile.tpl (local-distclean): Don't remove...
5788 (multilib.ts): ... this. Moved into...
5789 (multilib.out): ... this. Don't use sub-make.
5790 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5791 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5792 (configure-build-[+module+], configure-[+module+],
5793 configure-target-[+module+], configure-gcc): ... these. Test
5794 for Makefile existence. Drop config.status from dependencies.
5795 * Makefile.in: Rebuilt.
5796 * configure.in: Move gcc-version-trigger to the end of
5797 ac_configure_args. Add comments to maybedep.tmp and
5798 serdep.tmp. Introduce --disable-serial-configure. Remove
5799 nonopt from baseargs, matching and removing corresponding
5800 whitespace while at it.
5801 * configure: Rebuilt.
5802
5803 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
5804
5805 * configure.in (host_configargs): Replace reference to
5806 no-longer-defined buildopts with --build=${build_alias}.
5807 * configure: Rebuilt.
5808
5809 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
5810
5811 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
5812 program_transform_name to standard idiom.
5813 (AUTOGEN, AUTOCONF): Define.
5814 (Makefile.in): Use $(AUTOGEN).
5815 (Makefile): Depend on config.status, and use autoconf-style rule to
5816 build it. Move original commands to...
5817 (config.status): ... this new target.
5818 (configure): Add $(srcdir). Depend on config/acx.m4. Use
5819 $(AUTOCONF).
5820 * Makefile.in: Rebuilt.
5821
5822 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
5823
5824 * Makefile.tpl: Fix dramatic bustage due to change in
5825 program_transform_name.
5826 * Makefile.in: Regenerate.
5827
5828 * configure.in: Remove unnecessary PATH setting.
5829 * configure: Regnerate.
5830
5831 * configure.in: Don't default to unprefixed tools unless
5832 the native tools will work.
5833 * configure: Regenerate.
5834
5835 * configure.in: Convert to autoconf script. Blow away lots
5836 of now-redundant Makefile fragments.
5837 * configure: Generate using Autoconf.
5838 * Makefile.tpl: Rewrite to reflect autoconfiscation.
5839 * Makefile.in: Regenerate.
5840
5841 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
5842
5843 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
5844 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5845
5846 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
5847 where they belong.
5848
5849 2002-12-24 Andreas Schwab <schwab@suse.de>
5850
5851 * Makefile.tpl (multilib.out): Fix missing space.
5852 * Makefile.in: Regenerate.
5853
5854 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
5855
5856 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
5857 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
5858 * Makefile.in: Regenerate.
5859 * configure.in: Remove unnecessary leftovers.
5860
5861 2002-12-21 Geoffrey Keating <geoffk@apple.com>
5862
5863 * configure.in (extra_ranlibflags_for_target): New variable.
5864 (*-*-darwin): Add -c to ranlib commands.
5865 * configure (tooldir): Handle extra_ranlibflags_for_target.
5866
5867 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
5868
5869 * COPYING.NEWLIB: Updated.
5870 * COPYING.LIBGLOSS: Ditto.
5871
5872 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5873
5874 * Makefile.tpl: Revert HJL's change.
5875 * Makefile.in: Regenerated.
5876 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5877 always.
5878
5879 2002-12-19 Andreas Schwab <schwab@suse.de>
5880
5881 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5882 * Makefile.in: Regenerate.
5883
5884 2002-12-18 H.J. Lu <hjl@gnu.org>
5885
5886 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5887 * Makefile.in: Regenerated.
5888
5889 * configure.in (build_prefix): New. Substitute.
5890
5891 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
5892
5893 * Makefile.tpl: Don't let real targets depend on phony targets.
5894 * Makefile.in: Regenerate.
5895
5896 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5897 * Makefile.in: Regenerate.
5898
5899 2002-12-16 Jason Merrill <jason@redhat.com>
5900
5901 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5902 previous 'make bootstrap'.
5903 * Makefile.in: Regenerate.
5904
5905 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
5906
5907 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5908
5909 2002-12-13 Jason Merrill <jason@redhat.com>
5910
5911 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
5912 library tests.
5913 (check-c++): Just depend on it and check-target-libstdc++-v3.
5914 * Makefile.in: Regenerate.
5915
5916 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
5917
5918 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5919 * Makefile.in: Regenerate.
5920
5921 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
5922
5923 * COPYING.NEWLIB: Update list of alternate Regent of California
5924 licenses and discuss official revoking of advertising clause.
5925 * COPYING.LIBGLOSS: Ditto.
5926
5927 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
5928
5929 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5930 * Makefile.in: Rebuilt.
5931
5932 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
5933
5934 * configure: Fix bug put in by gremlins.
5935
5936 * Makefile.tpl: Substitute more autoconfily.
5937 * configure: Substitute more autoconfily.
5938 * Makefile.in: Regenerate.
5939
5940 2002-12-08 Andrew Cagney <ac131313@redhat.com>
5941
5942 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5943 * Makefile.in (all-sim): Ditto.
5944
5945 2002-12-06 DJ Delorie <dj@redhat.com>
5946
5947 * Makefile.tpl: Change configure dependencies to not have real
5948 targets depend on phony targets.
5949
5950 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
5951
5952 * configure.in: Revert unintentional change.
5953
5954 * src-release: Configure host subdirs.
5955
5956 * Makefile.tpl: Change dependency for */multilib.out so that
5957 it works when gcc isn't in the tree.
5958
5959 * configure.in: Substitute more.
5960 * configure: Run subconfigures from the Makefile.
5961 * Makefile.tpl: Run subconfigures from the Makefile; add a few
5962 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
5963
5964 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
5965
5966 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5967 and corresponding dependencies.
5968 * Makefile.in: Regenerate.
5969
5970 * configure.in (host_tools): Order binutils, gas and ld for
5971 convenience in running the testsuites.
5972
5973 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5974 * Makefile.in: Regenerate.
5975 * configure.in: Introduce rules to serialize subconfigure runs.
5976
5977 * configure.in: Introduce BASE_CC_FOR_TARGET.
5978 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
5979 Realize configure-build-* targets. Realize configure-target-* targets.
5980 * Makefile.in: Regenerate.
5981
5982 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5983
5984 * configure: Move gcc_version_trigger stuff from here...
5985 * configure.in: ...to here.
5986
5987 * configure.in: Separate subconfigure options added by this file from
5988 options given by the user. Add machinery to put args for host
5989 subconfigures into the Makefile.
5990
5991 * Makefile.tpl: Remove 'vault' targets.
5992 * Makefile.tpl: Reorder and comment dependencies.
5993 * Makefile.in: Regenerate.
5994
5995 2002-11-28 Geoffrey Keating <geoffk@apple.com>
5996
5997 * configure.in: Move host-specific darwin noconfigdirs into
5998 the host-specific section.
5999
6000 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6001
6002 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6003 during replay.
6004 * Makefile.in: Regenerate.
6005
6006 (finishing slow-motion replay)
6007 * configure: Remove skip-this-dir support.
6008 * Makefile.tpl: Remove skip-this-dir support.
6009
6010 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6011 subdirectories.
6012 * Makefile.in: Regenerate.
6013
6014 * Makefile.tpl: Strip out useless setting of 'dir'.
6015 * Makefile.in: Regenerate.
6016
6017 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6018
6019 (finishing slow-motion replay)
6020 * configure.in: Fix deeply stupid bug.
6021
6022 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6023 shell code in CXX_FOR_TARGET
6024 * Makefile.def: Introduce raw_cxx.
6025 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6026 RAW_CXX_FOR_TARGET.
6027 * Makefile.in: Regenerate.
6028
6029 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6030
6031 (finishing slow-motion replay)
6032 * Makefile.tpl: Remove unnecessary ifs.
6033 * Makefile.in: Regenerate.
6034
6035 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6036 dependencies. Maybe-ize build-libiberty. Create dummy install
6037 targets for 'no_install' modules.
6038 * configure: Move GDB_TK substitution to configure.in. Move
6039 build_modules stuff to configure.in.
6040 * configure.in: Implement soft dependency machinery. Maybe-ize
6041 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6042 * Makefile.in: Regenerate.
6043
6044 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6045
6046 (continuing slow-motion replay)
6047 * Makefile.tpl: Make all-target, install-target behave similarly
6048 to all, install (only hitting configured targets). Eliminate
6049 unused macro defintions.
6050
6051 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6052 build != host.
6053
6054 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6055
6056 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6057
6058 * configure.in: Produce lists of subdir targets we're actually
6059 configuring. Remove references to "dosrel".
6060 * Makefile.tpl: Let configure set which subdir targets are hit.
6061 Remove install-cross; clean up install; remove ALL. Remove
6062 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6063 Autogenerate host module targets. Remove empty dependency lines
6064 and redundant dependency; rearrange slightly.
6065 * Makefile.def: Add host-side libtermcap, utils.
6066
6067 * Makefile.in: Regenerate.
6068
6069 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6070
6071 (Continuing slow-motion replay)
6072 * Makefile.def: Add list of recursive targets to autogenerate.
6073 Add build_modules.
6074 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6075 targets. Autogenerate *-build-* targets.
6076 * Makefile.in: Regenerate.
6077
6078 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6079
6080 (Continuing slow-motion replay)
6081 * configure: More autoconf-style substitutions.
6082 * Makefile.tpl: More autoconf-style substitutions.
6083 * Makefile.in: Regenerate.
6084
6085 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6086
6087 (Continuing slow-motion replay)
6088 * configure: Substitute more variables in a more autoconf-friendly
6089 way. Simplify slightly.
6090 * Makefile.tpl: Make more variables substitutable in an
6091 autoconf-friendly way.
6092 * Makefile.in: Regenerate.
6093
6094 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6095
6096 (Continuing slow-motion replay)
6097 * configure.in (v810*): Remove special setting of tools.
6098
6099 * configure: Add support for extra required flags for ar or nm.
6100 * configure.in (aix4.3+): Use above support for target-specific
6101 issues, rather than using config/mt-aix43.
6102
6103 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6104
6105 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6106 * configure: Remove 'removing', which doesn't work. Replace $subdir
6107 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6108 with $srcdir. Reformat indentation. Substitute some variables
6109 formerly hard-coded in the Makefile for build=host.
6110 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6111 * Makefile.def: Autogenerate more.
6112 * Makefile.in: Regenerate.
6113
6114 2002-11-13 Bruce Korb <bkorb@gnu.org>
6115
6116 * Makefile.tpl: syntactic cleanup
6117
6118 2002-11-04 Kevin Buettner <kevinb@redhat.com>
6119
6120 * Makefile.def (host_modules): Add rda.
6121 * Makefile.in: Regenerate.
6122 * configure.in (target_tool): Add target-rda to list.
6123
6124 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
6125
6126 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6127 and restrap targets to this rule.
6128 * Makefile.in: Regenerate.
6129
6130 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6131
6132 * configure.in (i[3456]86-*-linux*): Add check to disable
6133 ${libgcj} for glibc1.
6134
6135 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6136
6137 * configure.in: Add tic4x target.
6138
6139 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6140
6141 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6142 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6143 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6144 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6145 * Makefile.in: Regenerate.
6146
6147 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6148
6149 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6150 * Makefile.in: Regenerate.
6151
6152 * Makefile.def: Remove order dependency comments.
6153 * Makefile.tpl: Add explicit install-install dependencies.
6154 * Makefile.in: Regenerate.
6155
6156 * Makefile.tpl: Remove material now in src-release. (Finally!)
6157 * Makefile.in: Regenerate.
6158
6159 * configure: Restore my original patch by syncing with gcc version.
6160
6161 * Bring following over from gcc:
6162
6163 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6164
6165 * configure.in (s390*-*-linux*): Enable libgcj.
6166
6167 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6168
6169 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6170
6171 2002-10-02 Alan Modra <amodra@bigpond.net.au>
6172
6173 * configure: Move stray lines back to where they belong.
6174
6175 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6176
6177 * Makefile.tpl: Insert configure-target target, for src-release.
6178
6179 * configure: Finish reverting change which Andrew Cagney started
6180 reverting. Should fix bustage.
6181
6182 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6183 * src-release: New file. Contains material for making net
6184 releases for gdb, binutils, et al., formerly in Makefile.in.
6185
6186 2002-09-30 Nick Clifton <nickc@redhat.com>
6187
6188 * cpu: New top level directory. Intended to hold input files for
6189 CGEN which have FSF copyright assignment.
6190 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6191
6192 2002-09-29 Andrew Cagney <ac131313@redhat.com>
6193
6194 Revert below (note that src does not contain Makefile.tpl):
6195 * Makefile.tpl: Make subsituted variables more autoconfy.
6196 * Makefile.in: Regenerate.
6197
6198 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6199
6200 * configure: Revert accidentally applied changes.
6201
6202 * Makefile.tpl: Make more autoconf-friendly.
6203 * Makefile.in: Regenerate.
6204 * configure: Make substitution more autoconf-like.
6205
6206 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
6207
6208 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6209 single entry to handle all these.
6210 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6211 libjava on arm-*-elf.
6212
6213 2002-09-27 Geoffrey Keating <geoffk@apple.com>
6214
6215 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6216 things that depend on them.
6217
6218 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6219
6220 * Makefile.tpl: Make subsituted variables more autoconfy.
6221 * Makefile.in: Regenerate.
6222 * configure: Make seds more autoconfy.
6223
6224 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6225
6226 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6227 * Makefile.in: Regenerate.
6228 * configure.in: Rewrite sed statements to look autoconfy.
6229
6230 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6231 all-target-foo on configure-target-foo.
6232 * Makefile.def: Ditto.
6233 * Makefile.in: Rebuild.
6234
6235 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6236
6237 * Makefile.def: New file.
6238 * Makefile.tpl: New file.
6239 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6240
6241 * configure.in: Minor rearrangement. Simplify tests.
6242
6243 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6244
6245 * configure.in (with_headers): Skip copy if value is "yes".
6246 (with_libs): Likewise.
6247
6248 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6249
6250 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6251 * configure.in (sh*-*-pe*): Ditto.
6252 * configure.in (mips*-*-pe*): Ditto.
6253 * configure.in (*arm-wince-pe): Ditto.
6254
6255 * configure.in: Rearrange.
6256
6257 2002-09-12 Nick Clifton <nickc@redhat.com>
6258
6259 * Import these changes from the config master repository:
6260
6261 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6262
6263 * config.sub: Add tic4x target.
6264
6265 2002-09-03 Ben Elliston <bje@redhat.com>
6266
6267 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6268 Reported by <Duncan_Stodart@insession.com>.
6269
6270 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6271
6272 * COPYING.NEWLIB: More updates.
6273
6274 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6275
6276 * COPYING.NEWLIB: Update.
6277
6278 2002-08-23 Andrew Cagney <ac131313@redhat.com>
6279
6280 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6281
6282 * config.guess: Import version 2002-08-23.
6283 * config.sub: Import version 2002-08-22.
6284
6285 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
6286
6287 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6288 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6289 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6290
6291 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6292
6293 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6294
6295 2002-08-04 H.J. Lu (hjl@gnu.org)
6296
6297 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6298
6299 2002-07-31 Alan Modra <amodra@bigpond.net.au>
6300
6301 * configure.in: Move generic linux case to end. Copy generic
6302 linux noconfigdirs to mips*-*-linux* entry and new
6303 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6304
6305 2002-07-19 Chris Demetriou <cgd@broadcom.com>
6306
6307 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6308 one instance of them which was missed to the list to update.
6309
6310 2002-07-16 Chris Demetriou <cgd@broadcom.com>
6311
6312 * config.guess: Update to 2002-07-09 version.
6313 * config.sub: Update to 2002-07-03 version.
6314
6315 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6316
6317 * configure.in: Remove two redundant tests.
6318
6319 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6320
6321 * configure.in (mips*-*-irix6*o32): Enable stabs.
6322
6323 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6324
6325 * configure.in: Don't build grez.
6326 * Makefile.in: Ditto.
6327
6328 * Makefile.in: Remove references to bsp, cygmon, libstub.
6329 * configure.in: Ditto.
6330
6331 * configure.in: Remove leftover reference to gdbtest.
6332
6333 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
6334
6335 * configure.in (gxx_include_dir): Change to match versioned
6336 C++ headers if --enable-version-specific-runtime-libs is used.
6337
6338 2002-07-04 Steve Ellcey <sje@cup.hp.com>
6339
6340 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6341
6342 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6343
6344 * configure.in: Make --without-x work.
6345
6346 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6347
6348 * contrib: New directory. Created to contain a copy of the
6349 texi2pod.pl script so that it is in the same place as the version in
6350 the FSF GCC sources.
6351
6352 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6353
6354 * configure.in: Rearrange target Makefile fragment collection.
6355
6356 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6357 cvs[src].
6358 * configure.in: Ditto.
6359
6360 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6361
6362 * Makefile.in: Eliminate 'apache' targets.
6363 * configure.in: Eliminate 'apache' targets.
6364
6365 * configure.in: Eliminate redundant tests. Reorganize.
6366
6367 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6368
6369 * config-ml.in: Eliminate references to Cygnus configure.
6370
6371 * Makefile.in: Eliminate references to building emacs.
6372
6373 2002-07-01 Denis Chertykov <denisc@overta.ru>
6374
6375 * configure.in: Add support for ip2k.
6376
6377 2002-06-24 Ben Elliston <bje@redhat.com>
6378
6379 * configure.in (host_tools): Remove cgen.
6380
6381 * Makefile.in (all-cgen): Remove; runs from its source directory.
6382 (check-cgen, install-cgen, clean-cgen): Likewise.
6383 (all-opcodes): No not depend on all-cgen.
6384 (all-sim): Likewise.
6385
6386 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6387
6388 * configure.in: Fix AIX configury bug.
6389
6390 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6391
6392 * configure.in: Replace ${topsrcdir} with ${srcdir}.
6393
6394 * configure.in: Move definition of libstdcxx_flags right above
6395 usage, rather than way earlier.
6396
6397 * configure.in: Pull definition of is_cross_compiler earlier.
6398
6399 * configure.in: Rearrange a little.
6400
6401 * configure.in: Remove references to librx.
6402 * Makefile.in: Remove references to librx.
6403
6404 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6405
6406 * configure.in: Eliminate ${gasdir} variable.
6407
6408 2002-06-18 Dave Brolley <brolley@redhat.com>
6409
6410 * configure.in: Add support for frv.
6411 * config.sub: Add support for frv.
6412
6413 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6414
6415 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6416
6417 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6418
6419 * configure.in (vax-*-netbsd*): Re-enable gas.
6420
6421 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6422
6423 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6424 BUILD_PREFIX_1, to correct nomenclature.
6425 * configure: Likewise.
6426
6427 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6428 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6429
6430 2002-05-31 Olaf Hering <olh@suse.de>
6431
6432 * config-ml.in: Propogate DESTDIR also.
6433
6434 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6435
6436 * configure.in (vax-*-netbsd*): Don't build gas for this
6437 platform.
6438
6439 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6440
6441 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6442 and libgcj for AVR.
6443
6444 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6445
6446 * config.sub: Add DLX target.
6447
6448 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6449
6450 * config.guess: Update to 2002-05-22 version.
6451 * config.sub: Likewise.
6452
6453 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6454
6455 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6456 * config-ml.in: Likewise.
6457 * configure: Likewise.
6458 * configure.in: Likewise.
6459
6460 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6461
6462 * configure.in: Simplify makefile fragment collection.
6463
6464 * configure.in: Remove code to build emacs.
6465
6466 * configure.in : Remove --srcdir argument from targargs and buildargs
6467 (it's always overridden in the Makefile anyway). Rearrange a bit.
6468
6469 * configure: Move some logic to configure.in.
6470 * configure.in: Move some logic from configure.
6471
6472 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6473
6474 * COPYING.LIBGLOSS: New file.
6475
6476 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6477
6478 * Makefile.in: Honour DESTDIR.
6479
6480 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
6481
6482 * configure.in (noconfigdirs): Don't disable libgcj on
6483 sparc64-*-solaris* and sparcv9-*-solaris*.
6484
6485 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
6486
6487 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6488
6489 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6490
6491 * configure.in (FLAGS_FOR_TARGET): Do not add
6492 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6493 on i[3456]86-*-linux*.
6494
6495 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6496
6497 * configure.in (noconfigdirs): Replace [ ] with test.
6498
6499 * configure.in (noconfigdirs): Do not add target-newlib if
6500 target == i[3456]86-*-linux*, and host == target.
6501
6502 2002-04-29 Mark Mitchell <mark@codesourcery.com>
6503
6504 * config.guess: Updated to 2002-04-26's version.
6505 * config.sub: Updated to 2002-04-26's version.
6506
6507 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6508
6509 * configure.in: delete reference to absent file
6510
6511 * configure.in: replace '[' with 'test'
6512
6513 * configure.in: Eliminate references to gash.
6514 * Makefile.in: Eliminate references to gash.
6515
6516 * configure.in: remove useless references to 'pic' makefile fragments.
6517
6518 * configure.in: (*-*-windows*) Finish removing.
6519
6520 * configure.in: Eliminate redundant test for libgui.
6521
6522 2002-04-26 Joel Sherrill <joel@OARcorp.com>
6523
6524 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6525 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6526
6527 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6528
6529 * configure.in: remove references to dead files
6530
6531 2002-04-18 Tom Tromey <tromey@redhat.com>
6532
6533 * configure.in: Disallow configuring libgcj when it is already
6534 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6535 Solaris 2.8 by default. For PR libgcj/6158.
6536
6537 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6538
6539 * configure.in: Move default CC setting out of config/mh-* fragments
6540 directly into here.
6541
6542 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6543
6544 * configure.in: don't even try to configure or make a subdirectory
6545 if there's no configure script for it.
6546
6547 2002-04-15 Mark Mitchell <mark@codesourcery.com>
6548
6549 * MAINTAINERS: Remove chill maintainers.
6550 * Makefile.in (CHILLFLAGS): Remove.
6551 (CHILL_LIB): Remove.
6552 (TARGET_CONFIGDIRS): Remove libchill.
6553 (CHILL_FOR_TARGET): Remove.
6554 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6555 CHILL_LIB.
6556 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6557 (CHECK_TARGET_MODULES): Likewise.
6558 (INSTALL_TARGET_MODULES): Likewise.
6559 (CLEAN_TARGET_MODULES): Likewise.
6560 (configure-target-libchill): Remove.
6561 (all-target-libchill): Remove.
6562 * configure.in (target_libs): Remove target-libchill.
6563 Do not compute CHILL_FOR_TARGET.
6564 * libchill: Remove directory.
6565
6566 2002-04-15 DJ Delorie <dj@redhat.com>
6567
6568 * Makefile.in, configure.in, configure: Sync with gcc, entries
6569 follow...
6570
6571 2002-04-08 Tom Tromey <tromey@redhat.com>
6572
6573 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6574 Fixes PR libgcj/6068.
6575
6576 2002-03-30 Krister Walfridsson <cato@df.lth.se>
6577
6578 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6579
6580 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6581
6582 * configure.in (alpha*-dec-osf*): Enable libgcj.
6583
6584 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6585
6586 Fix for: PR bootstrap/3591, target/5676
6587 * configure.in (mcore-pe): Disable the configuration of
6588 libstdc++-v3 since exceptions are not supported.
6589
6590 2002-03-20 Anthony Green <green@redhat.com>
6591
6592 * configure.in: Enable libgcj for xscale-elf target.
6593
6594 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
6595
6596 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6597 libjava.
6598 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6599
6600 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
6601
6602 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6603 libstdc++-v3 and libjava.
6604
6605 2002-02-11 Adam Megacz <adam@xwt.org>
6606
6607 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6608 boehm-gc
6609
6610 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
6611
6612 * config.guess: Updated to 2002-01-30's version.
6613 * config.sub: Updated to 2002-02-01's version.
6614 Contribute sh64-elf.
6615 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6616 * configure.in: Added sh64-*-*.
6617
6618 2002-01-17 H.J. Lu <hjl@gnu.org>
6619
6620 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6621 (all-target-fastjar): Also depend on all-target-libiberty.
6622
6623 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6624
6625 * configure, configure.in: Use temp file for long sed commands.
6626
6627 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6628
6629 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6630 libf2c.
6631
6632 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6633
6634 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6635
6636 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
6637
6638 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6639
6640 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
6641
6642 * configure: Handle temporary files securely using mkdir.
6643
6644 2001-09-26 Will Cohen <wcohen@redhat.com>
6645
6646 * configure.in (*-*-linux*): Disable configuration of target-newlib
6647 and target-libgloss.
6648
6649 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6650
6651 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6652 RANLIB.
6653
6654 2001-08-11 Graham Stott <grahams@redhat.com>
6655
6656 * Makefile.in (check-c++): Add missing semicolon.
6657
6658 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
6659
6660 * configure.in (sh-*-linux*): New.
6661
6662 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6663
6664 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6665 and libgcj on m68hc11/m68hc12.
6666
6667 2001-06-27 H.J. Lu (hjl@gnu.org)
6668
6669 * Makefile (CFLAGS_FOR_BUILD): New.
6670 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6671
6672 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
6673
6674 * configure.in (libstdcxx_flags): Do not try to execute
6675 libstdc++-v3/testsuite_flags until it exists.
6676
6677 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
6678
6679 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6680
6681 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
6682
6683 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6684
6685 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
6686
6687 * configure.in: Move *-chorusos target case to the proper switch.
6688 Disable libgcj.
6689
6690 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6691
6692 * Makefile.in (STAGE1_CFLAGS): Pass down.
6693
6694 2001-04-13 Alan Modra <amodra@one.net.au>
6695
6696 * config.guess: Add hppa64-linux support. Note for next import that
6697 this is already in the master file.
6698 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
6699
6700 2001-03-22 Colin Howell <chowell@redhat.com>
6701
6702 * Makefile.in (DO_X): Do not backslash single-quotes in
6703 backquotes (two places).
6704
6705 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
6706
6707 * Makefile.in (DO_X): Quote nested quotes.
6708
6709 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
6710
6711 * Makefile.in (DO_X): Use double quotes for quoting
6712 "RANLIB=$${RANLIB}".
6713
6714 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
6715
6716 * configure.in: Only use `lang_requires' for languages athat are
6717 actually enabled.
6718
6719 2001-03-07 Tom Tromey <tromey@redhat.com>
6720
6721 * configure.in: Allow config-lang.in to set `lang_requires' to list
6722 of other required languages.
6723
6724 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
6725
6726 * Makefile.in: Remove RANLIB definition. Use RANLIB
6727 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6728 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6729
6730 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
6731 Alexandre Oliva <aoliva@redhat.com>
6732
6733 * Makefile.in (check-c++): Use tabs, not spaces.
6734
6735 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
6736
6737 * Makefile.in (check-c++): New rule.
6738
6739 * configure.in (target_libs): Remove libg++.
6740 (noconfigdirs): Remove libg++.
6741 (noconfigdirs): Same.
6742 (noconfigdirs): Same.
6743 (noconfigdirs): Same.
6744
6745 * config-ml.in: Remove libg++ references.
6746
6747 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6748 (ALL_TARGET_MODULES): Same.
6749 (configure-target-libg++): Remove.
6750 (all-target-libg++): Remove.
6751 (configure-target-libio): Remove.
6752 (all-target-libio): Remove.
6753 (check-target-libio): Remove.
6754 (.PHONY): Remove.
6755 (libg++.tar.bz2): Remove.
6756 (all-target-cygmon): Remove libio.
6757 (all-target-libstdc++): Remove.
6758 (configure-target-libstdc++): Remove.
6759 (TARGET_LIB_PATH): Remove libstdc++.
6760 (ALL_GCC_CXX): Remove libstdc++.
6761 (all-target-gperf): Correct.
6762
6763 2001-02-15 Anthony Green <green@redhat.com>
6764
6765 * configure: Introduce GCJ_FOR_TARGET.
6766 * configure.in: Ditto.
6767 * Makefile.in: Ditto.
6768
6769 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
6770
6771 * configure.in: for *-chorusos, don't config target-newlib and
6772 target-libgloss.
6773
6774 2001-02-04 Mark Mitchell <mark@codesourcery.com>
6775
6776 Remove V2 C++ library.
6777 * configure.in: Remove --enable-libstdcxx_v3 support.
6778
6779 2001-01-27 Richard Henderson <rth@redhat.com>
6780
6781 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6782
6783 2001-01-26 Tom Tromey <tromey@redhat.com>
6784
6785 * configure.in: Allow libgcj to be built on Sparc Solaris.
6786
6787 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
6788
6789 * configure.in: Enable libgcj on several additional platforms.
6790
6791 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
6792
6793 * configure.in: Enable libgcj for linux targets.
6794
6795 2001-01-09 Mike Stump <mrs@wrs.com>
6796
6797 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6798 failures of subdirectories.
6799
6800 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
6801
6802 * configure: handle DOS-style absolute paths.
6803
6804 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
6805
6806 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6807
6808 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
6809
6810 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6811 (libstdcxx_incdir): Pass down.
6812 * config.if: Remove expired bits for cxx_interface, add stub.
6813 (libstdcxx_incdir): Add variable for g++ include directory.
6814 * configure.in (gxx_include_dir): Use it.
6815
6816 2000-12-15 Andreas Jaeger <aj@suse.de>
6817
6818 * configure.in: Handle lang_dirs.
6819
6820 2000-12-13 Anthony Green <green@redhat.com>
6821
6822 * configure.in: Disable libgcj for any target not specifically
6823 listed. Disable libgcj for x86 and Alpha Linux until compatible
6824 with g++ abi.
6825
6826 2000-12-13 Mike Stump <mrs@wrs.com>
6827
6828 * Makefile.in (local-distclean): Also remove fastjar.
6829
6830 2000-12-10 Anthony Green <green@redhat.com>
6831
6832 * configure.in: Define libgcj. Disable libgcj target libraries for
6833 most targets.
6834
6835 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
6836
6837 * configure.in (target_libs): Revert 2000-12-08 patch.
6838 (noconfigdirs): Added target-libjava.
6839
6840 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
6841
6842 * Makefile.in: handle DOS-style absolute paths.
6843
6844 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6845
6846 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6847 libjava.
6848 * configure.in (target_libs): Removed `target-libjava'.
6849
6850 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6851
6852 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6853 (ALL_MODULES): Added fastjar.
6854 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6855 (all-target-libjava): all-fastjar replaces all-zip.
6856 (all-fastjar): Added.
6857 (configure-target-fastjar, all-target-fastjar): Likewise.
6858 * configure.in (host_tools): Added fastjar.
6859
6860 2000-12-07 Mike Stump <mrs@wrs.com>
6861
6862 * Makefile.in (local-distclean): Remove leftover built files.
6863
6864 2000-11-16 Fred Fish <fnf@be.com>
6865
6866 * configure.in (enable_libstdcxx_v3): Fix typo,
6867 libstd++ -> libstdc++.
6868
6869 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
6870
6871 * configure: Provide the original toplevel configure arguments
6872 (including $0) to subprocesses in the environment rather than
6873 through gcc/configargs.h.
6874
6875 2000-11-12 Mark Mitchell <mark@codesourcery.com>
6876
6877 * configure: Turn on libstdc++ V3 by default.
6878
6879 2000-10-16 Michael Meissner <meissner@redhat.com>
6880
6881 * configure (gcc/configargs.h): Only create if there is a build GCC
6882 directory created.
6883
6884 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
6885
6886 * configure: Save configure arguments to gcc/configargs.h.
6887
6888 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
6889
6890 * Makefile.in (bootstrap): avoid recursion if subdir missing
6891 (cross): ditto
6892 (do-proto-toplev): ditto
6893
6894 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
6895
6896 * configure.in: Do not build byacc for hppa64. Provide paths to the
6897 X11 libraries for hppa64.
6898
6899 2000-09-02 Anthony Green <green@cygnus.com>
6900
6901 * Makefile.in (all-gcc): Depend on all-zlib.
6902 (CLEAN_MODULES): Add clean-zlib.
6903 (ALL_MODULES): Add all-zlib.
6904 * configure.in (host_libs): Add zlib.
6905
6906 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
6907
6908 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6909 $targargs to tell whether newlib is going to be built.
6910
6911 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6912 $$r/TARGET_SUBDIR/libio for _G_config.h.
6913
6914 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
6915
6916 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6917
6918 * configure: Make enable_threads and enable_shared defaults
6919 explicit. Substitute enable_threads into generated Makefiles.
6920 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6921 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6922
6923 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
6924
6925 * configure.in: Re-enable all references to libg++ and librx.
6926
6927 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
6928
6929 * configure.in: Add *-*-freebsd* configurations.
6930
6931 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6932
6933 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
6934 (do-tar, do-bz2): New rules.
6935 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
6936 (gdb-tar): New rule.
6937 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
6938 (insight_dejagnu.tar): New rule.
6939 (insight.tar): New rule.
6940 (gdb+dejagnu.tar): New rule.
6941 (gdb.tar): New rule.
6942
6943 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6944
6945 * MAINTAINERS: Update dejagnu/
6946
6947 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
6948
6949 * ltmain.sh (relink_command): Fix typo in previous change.
6950
6951 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
6952
6953 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
6954 (relink_command): Added --tag flags.
6955 (mode=install): If relinking fails; error out.
6956
6957 2002-03-12 Richard Henderson <rth@redhat.com>
6958
6959 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
6960 .NOTPARALLEL tag.
6961 (do-check): Rename from check.
6962 (check): Allow parallel check.
6963
6964 2002-03-11 Richard Henderson <rth@redhat.com>
6965
6966 * Makefile.in (.NOTPARALLEL): Add fake tag.
6967
6968 2002-03-07 H.J. Lu (hjl@gnu.org)
6969
6970 * configure.in: Enable gprof for mips*-*-linux*.
6971
6972 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
6973
6974 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6975 libjava.
6976 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6977
6978 2002-02-24 Andrew Cagney <ac131313@redhat.com>
6979
6980 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6981
6982 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
6983
6984 * config.guess: Import from master sources, rev 1.232.
6985 * config.sub: Import from master sources, rev 1.246.
6986
6987 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
6988
6989 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6990 because its Makefile is there; test for the executable instead.
6991
6992 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
6993
6994 Contribute sh64-elf.
6995 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6996 * configure.in: Added sh64-*-*.
6997
6998 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
6999
7000 * COPYING.NEWLIB: Remove advertising clause from
7001 Berkeley and Red Hat licenses.
7002
7003 2002-02-01 Mo DeJong <supermo@bayarea.net>
7004
7005 * Makefile.in: Add all-tix to deps for all-snavigator
7006 so that tix is built when building snavigator.
7007
7008 2002-02-01 Ben Elliston <bje@redhat.com>
7009
7010 * config.guess: Import from master sources, rev 1.229.
7011 * config.sub: Import from master sources, rev 1.240.
7012
7013 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
7014
7015 From Steve Ellcey <sje@cup.hp.com>:
7016 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7017 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7018 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7019 IA64.
7020 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7021 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7022 soname_spec, sys_lib_search_path_spec): Ditto.
7023
7024 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7025
7026 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7027 target-libiberty, and target-libgloss. Skip Java-related
7028 libraries if not supported for NetBSD on target CPU.
7029
7030 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7031
7032 * configure.in: Import StrongARM and XScale target_configdirs from
7033 FSF GCC version.
7034
7035 2002-01-16 H.J. Lu (hjl@gnu.org)
7036
7037 * config.guess: Import from master sources, rev 1.225.
7038 * config.sub: Import from master sources, rev 1.238.
7039
7040 * MAINTAINERS: Updated notes on config.guess and config.sub.
7041
7042 2002-01-11 Steve Ellcey <sje@cup.hp.com>
7043
7044 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7045 ld and gdb are not supported.
7046
7047 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7048
7049 * Change reference to Cygnus Solutions to be Red Hat.
7050
7051 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7052
7053 * COPYING.NEWLIB: Update generic copyright date.
7054
7055 2002-01-07 Mark Salter <msalter@redhat.com>
7056
7057 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7058 Allow target-libgloss to be built for arm, strongarm, and xscale.
7059
7060 2002-01-03 Ben Elliston <bje@redhat.com>
7061
7062 * MAINTAINERS: Update URL for config.* scripts.
7063
7064 2001-12-18 Alan Modra <amodra@bigpond.net.au>
7065
7066 * config.sub: Import latest version.
7067 * config.guess: Likewise.
7068
7069 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7070
7071 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7072 options for i[3456]86-pc-linux* native builds.
7073
7074 2001-12-05 Laurent Guerby <guerby@acm.org>
7075
7076 * MAINTAINERS: gcc adopts symlink-tree, refer more to
7077 libiberty.
7078
7079 Import this patch from gcc:
7080
7081 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7082
7083 * symlink-tree: handle DOS-style absolute paths.
7084
7085 2001-11-28 DJ Delorie <dj@redhat.com>
7086 Zack Weinberg <zack@codesourcery.com>
7087
7088 When build != host, create libiberty for the build machine.
7089
7090 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7091 CONFIG_ARGUMENTS.
7092 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7093 New variables.
7094 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7095 and rules.
7096 (all.normal): Depend on ALL_BUILD_MODULES.
7097 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7098 (all-build-libiberty): Depend on configure-build-libiberty.
7099
7100 * configure: Calculate and substitute proper value for
7101 ALL_BUILD_MODULES.
7102 * configure.in: Create the build subdirectory.
7103 Calculate and substitute TARGET_CONFIGARGS (formerly
7104 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7105
7106 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
7107
7108 * config.sub: Update to version 1.232 on subversion.
7109
7110 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7111
7112 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7113 files from .po files for a distribution.
7114
7115 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7116
7117 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7118
7119 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7120
7121 Merged from net gcc:
7122 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7123 * ltcf-c.sh: Use $objext, not $ac_objext.
7124 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7125 * ltcf-cxx.sh: Add support for GNU.
7126 2001-07-22 Timothy Wall <twall@redhat.com>
7127 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7128 default settings if using GNU tools with that configuration.
7129 * ltcf-cxx.sh: Ditto.
7130 * ltcf-gcj.sh: Ditto.
7131 2001-07-21 Michael Chastain <chastain@redhat.com>
7132 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7133 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7134 * ltmain.sh: Mark as gcc-local.
7135
7136 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7137
7138 * Makefile.in (all-bison): Revert 2001-10-24.
7139 Don't depend on texinfo.
7140
7141 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7142
7143 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7144
7145 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7146
7147 * configure.in (--enable-languages): Be more permissive about
7148 syntax. Check for empty lists better. Warn about $LANGUAGES.
7149
7150 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7151
7152 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7153
7154 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
7155
7156 Makefile.in (all-bison): Don't depend on texinfo.
7157
7158 2001-10-03 Alan Modra <amodra@bigpond.net.au>
7159
7160 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7161
7162 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
7163
7164 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7165
7166 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
7167
7168 * config.sub, config.guess: Import latest from subversions.
7169
7170 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
7171
7172 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7173 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7174 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7175 avoid quotes nesting problems.
7176 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7177 (DO_X): Export only variables that are set.
7178
7179 2001-09-19 Ben Elliston <bje@redhat.com>
7180
7181 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7182 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7183 semantics. Use the shell built-in "type" command instead.
7184
7185 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7186
7187 * config.sub: Reverted the earlier change, this version is not the
7188 master file.
7189
7190 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7191
7192 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7193 Add support for mips64.
7194
7195 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
7196
7197 * configure.in: Enable libstdc++-v3 for h8300 targets.
7198
7199 2001-08-30 Eric Christopher <echristo@redhat.com>
7200 Jason Eckhardt <jle@redhat.com>
7201
7202 * config.sub: Add support for mipsisa32.
7203
7204 2001-08-30 Eric Christopher <echristo@redhat.com>
7205
7206 * config.sub, config.guess: Import latest from subversions.
7207
7208 2001-08-20 Alan Modra <amodra@bigpond.net.au>
7209
7210 * config.sub, config.guess: Import latest from subversions.
7211
7212 2001-07-26 DJ Delorie <dj@redhat.com>
7213
7214 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7215
7216 2001-06-19 Alan Modra <amodra@bigpond.net.au>
7217
7218 * Makefile.in: Revert 2001-06-17.
7219 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7220
7221 2001-06-17 H.J. Lu <hjl@gnu.org>
7222
7223 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7224 (gas+binutils.tar.bz2): Likewise.
7225 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7226
7227 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7228
7229 * Makefile.in (VER): When present, extract the version number from
7230 the file version.in.
7231
7232 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7233
7234 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7235 gcc/xgcc is built, use -print-prog-name to find out the program
7236 name to use.
7237
7238 2001-06-04 Mark Mitchell <mark@codesourcery.com>
7239
7240 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7241 with_gcc]: Use `gcc -shared' to build a shared library.
7242
7243 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7244
7245 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7246 archives.
7247
7248 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
7249
7250 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7251 libraries when using g++ with native linker.
7252
7253 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
7254
7255 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7256
7257 2001-05-24 Tom Rix <trix@redhat.com>
7258
7259 * configure.in : enable ld for aix
7260
7261 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
7262
7263 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7264 [aix4*|aix5*]: Prepend blank.
7265
7266 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
7267
7268 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7269 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7270 of subdir/configure scripts to use the new libtool.m4.
7271
7272 2001-05-14 H.J. Lu <hjl@gnu.org>
7273
7274 * config.if (libc_interface): Set to -libc6.2- for cross
7275 compiling to Linux/glibc 2.2.
7276
7277 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
7278
7279 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7280 libgcj.
7281
7282 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
7283
7284 * configure.in (noconfigdirs): Don't reset it from scratch in the
7285 target case; only append to it.
7286
7287 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
7288
7289 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7290 sparc-*-solaris2.8]: Disable ${libgcj}.
7291
7292 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
7293
7294 * configure.in (libgcj_saved): Copy from $libgcj.
7295 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7296 --disable-libgcj.
7297
7298 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
7299
7300 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7301 1.641.2.228.
7302
7303 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
7304
7305 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7306 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7307
7308 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
7309
7310 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7311 New macros.
7312 (bootstrap, cross): Use RECURSE_FLAGS.
7313 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7314
7315 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
7316
7317 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7318
7319 2001-03-23 Nick Clifton <nickc@redhat.com>
7320
7321 * README-maintainer-mode: Add note about inability to use "make
7322 distclean" in maintainer mode.
7323
7324 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
7325
7326 Re-installed:
7327 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7328 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7329 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7330 * ltcf-cxx.sh: Likewise.
7331 * ltcf-gcj.sh: Likewise.
7332
7333 2001-03-22 Philip Blundell <philb@gnu.org>
7334
7335 * config.sub, config.guess: Import latest from subversions.
7336
7337 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
7338
7339 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7340 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7341
7342 2001-03-20 Michael Chastain <chastain@redhat.com>
7343
7344 * Makefile.in: all-m4 depends on all-texinfo.
7345
7346 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
7347
7348 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7349
7350 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7351
7352 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7353 longer valid.
7354
7355 2001-02-16 Nick Clifton <nickc@redhat.com>
7356
7357 * configure.in (noconfigdirs): Allow configuration of texinfo
7358 for Cygwin hosts.
7359
7360 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7361
7362 * config.guess: Add linux target for S/390.
7363 * config.sub: Likewise.
7364 * configure.in: Likewise.
7365
7366 2001-02-06 Ben Elliston <bje@redhat.com>
7367
7368 * configure: Output host type to stdout, not stderr.
7369
7370 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7371
7372 * config.guess: Import from subversions.gnu.org (revision 1.181).
7373 * config.sub: Import from subversions.gnu.org (revision 1.199).
7374
7375 2001-01-30 Alan Modra <alan@linuxcare.com.au>
7376
7377 * config.guess: Handle hppa64-linux systems.
7378
7379 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7380
7381 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7382 Don't unset, it's non-portable and no longer necessary, set to empty
7383 instead.
7384
7385 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7386
7387 * ltconfig: Shell portability fix for the tagname validity check.
7388
7389 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7390
7391 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7392
7393 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
7394
7395 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7396 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7397
7398 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
7399
7400 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7401 keep at least one of build_libtool_libs or build_old_libs set to
7402 yes.
7403
7404 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
7405
7406 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7407 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7408
7409 2000-11-07 Philip Blundell <pb@futuretv.com>
7410
7411 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7412
7413 2000-11-03 Philip Blundell <pb@futuretv.com>
7414
7415 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7416 files.
7417
7418 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7419
7420 * COPYING.NEWLIB: Put into source repository.
7421
7422 2001-01-15 Ben Elliston <bje@redhat.com>
7423
7424 * configure.in (host_tools): Add sid.
7425 Always configure cgen.
7426 * Makefile.in (all-sid): New target.
7427 (check-sid, clean-sid, install-sid): Likewise.
7428
7429 2001-01-07 Andreas Jaeger <aj@suse.de>
7430
7431 * config.sub, config.guess: Update from subversions.
7432
7433 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
7434
7435 * configure.in: Disable language-specific target libraries for
7436 languages that aren't enabled.
7437
7438 2000-11-24 Nick Clifton <nickc@redhat.com>
7439
7440 * configure.in (xscale-elf): Add target.
7441 (xscale-coff): Add target.
7442 (c4x, c5x, tic54x): Move after ARM targets.
7443
7444 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
7445
7446 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7447
7448 2000-11-20 Ian Lance Taylor <ian@zembu.com>
7449
7450 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7451
7452 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
7453
7454 * Makefile.in: Merge with GCC and libgcj.
7455 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7456 configure-target-<library> when their configure scripts need the C
7457 or C++ library to have already been built to work properly.
7458 (do_proto_toplev): Set them to an empty string.
7459
7460 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
7461
7462 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7463 (REALLY_SET_LIB_PATH): Use them.
7464
7465 2000-11-06 Christopher Faylor <cgf@cygnus.com>
7466
7467 * config.sub: Add support for Sun Chorus
7468
7469 2000-11-02 Per Lundberg <plundis@chaosdev.org>
7470
7471 * config.sub: Add support for the *-storm-chaos OS.
7472
7473 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7474
7475 * configure.in (noconfigdirs): Don't compile some
7476 of the libraries for 68HC11 & 68hc12 targets.
7477
7478 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
7479
7480 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7481 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7482 all affected `configure' scripts.
7483
7484 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
7485
7486 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7487 ltcf-c.sh.
7488
7489 2000-09-12 Philip Blundell <philb@gnu.org>
7490
7491 * config.sub, config.guess: Update from subversions.
7492
7493 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
7494
7495 * Makefile.in (all-zlib): Added dummy target.
7496
7497 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7498 multi-language branch.
7499
7500 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
7501
7502 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7503 (bootstrap*): Depend on all-bootstrap.
7504
7505 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7506
7507 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7508 crosses, but add gcc/include to the header search path for them.
7509
7510 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
7511
7512 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7513 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7514 * gettext.m4: New file, extracted from aclocal.m4.
7515
7516 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
7517
7518 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7519 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7520 sub-configures.
7521
7522 2000-08-20 Doug Evans <dje@casey.transmeta.com>
7523
7524 * Makefile.in (ALL_MODULES): Add all-cgen.
7525 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7526 (all-cgen): New target.
7527 (all-opcodes,all-sim): Depend on all-cgen.
7528 * configure.in (host_tools): Add cgen.
7529 Only configure cgen if --enable-cgen-maint.
7530
7531 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
7532
7533 * config-ml.in (CC, CXX): Don't introduce a leading space.
7534
7535 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
7536
7537 * configure.in (libstdcxx_flags): Use
7538 libstdc++-v3/src/libstdc++.INC.
7539
7540 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
7541
7542 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7543
7544 2000-08-11 Jason Merrill <jason@redhat.com>
7545
7546 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7547 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7548 (FLAGS_FOR_TARGET): Not here.
7549 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7550
7551 2000-08-07 DJ Delorie <dj@redhat.com>
7552
7553 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7554 "if we're also building gcc, and it's a gcc that will run on the
7555 build machine, we want to use its includes instead of the system's
7556 default includes".
7557
7558 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
7559
7560 * configure.in (libstdcxx_flags): Don't use `"'.
7561
7562 * config-ml.in: Adjust multilib search paths to the
7563 appropriate multilib tree.
7564
7565 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
7566
7567 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7568 commas in $LANGUAGES.
7569
7570 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
7571
7572 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7573
7574 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
7575
7576 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7577 CXX_FOR_TARGET for sed.
7578
7579 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
7580
7581 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7582 Do not override if already set in the environment or in configure.
7583 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7584 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7585
7586 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
7587
7588 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7589 (GCC_FOR_TARGET): Use it.
7590 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7591 * configure.in: ... here.
7592 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7593 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7594
7595 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
7596
7597 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7598 (configure-target-libchill, configure-target-libobjc): Likewise.
7599
7600 * configure.in: Use the same cache file for all target libs.
7601 * config-ml.in: But different cache files per multilib variant.
7602
7603 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7604
7605 * configure (topsrcdir): Don't use dirname.
7606
7607 2000-07-20 Jason Merrill <jason@redhat.com>
7608
7609 * configure.in: Remove all references to libg++ and librx.
7610
7611 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7612
7613 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
7614
7615 * config.sub: Update to subversions version 2000-07-06.
7616
7617 2000-07-12 Andrew Haley <aph@cygnus.com>
7618
7619 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7620 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7621
7622 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
7623
7624 * symlink-tree: Check number of arguments.
7625
7626 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
7627
7628 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7629
7630 2000-07-05 Jim Wilson <wilson@cygnus.com>
7631
7632 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7633 search path for a g++ extracted from the build tree. This
7634 will allow link tests run by configure scripts in
7635 subdirectories to succeed.
7636
7637 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
7638
7639 * ltconfig: Add support for mips-dde-sysv4.2MP
7640
7641 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
7642
7643 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7644 `os2'. Force ac_cv_exeext to be ".exe" in that case.
7645
7646 2000-06-19 Timothy Wall <twall@cygnus.com>
7647
7648 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7649 * config.sub: Add tic54x target.
7650
7651 2000-06-07 Phillip Thomas <pthomas@suse.de>
7652
7653 * README-maintainer-mode: New file: Contains notes on using
7654 --enable-maintainer-mode with binutils.
7655
7656 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
7657
7658 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7659
7660 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
7661
7662 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7663 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7664
7665 20000-05-21 H.J. Lu (hjl@gnu.org)
7666
7667 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7668 directory are used if they exist. Make sure
7669 $(build_tooldir)/include is searched for header files,
7670 $(build_tooldir)/lib/ for library files.
7671 (GCC_FOR_TARGET): Likewise.
7672 (CXX_FOR_TARGET): Likewise.
7673
7674 2000-05-18 Jeffrey A Law (law@cygnus.com)
7675
7676 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7677
7678 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
7679
7680 * Makefile.in (configure-target-libiberty): Depend on
7681 configure-target-newlib.
7682
7683 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
7684
7685 * configure.in, Makefile.in: Merge all libffi-related
7686 configury stuff from the libgcj tree.
7687
7688 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
7689
7690 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7691 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7692
7693 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
7694
7695 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7696 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
7697 current version information. Add to proto-toplev directory.
7698 (gdb-taz): Build do-djunpack.
7699
7700 2000-05-15 David Edelsohn <edelsohn@gnu.org>
7701
7702 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7703
7704 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7705
7706 * ltmain.sh: Preserve in relink_command any environment
7707 variables that may affect the linker behavior.
7708
7709 2000-05-12 Jeffrey A Law (law@cygnus.com)
7710
7711 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7712
7713 2000-05-10 Jim Wilson <wilson@cygnus.com>
7714
7715 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7716
7717 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7718
7719 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7720 with the version name.
7721
7722 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
7723
7724 * config.if: Tweak.
7725
7726 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
7727
7728 * djunpack.bat: New file.
7729
7730 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
7731
7732 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7733 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7734 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7735 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7736
7737 2000-04-16 Dave Pitts <dpitts@cozx.com>
7738
7739 * config.sub (case $basic_machine): Change default for "ibm-*"
7740 to "openedition".
7741
7742 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
7743
7744 * Makefile.in (gdb-taz): New target. GDB specific archive.
7745 (do-md5sum): New target.
7746 (MD5PROG): Define.
7747 (PACKAGE): Default to TOOL.
7748 (VER): Default to a shell script.
7749 (taz): Rewrite target. Move real work to do-proto-toplev. Include
7750 md5 checksum generation.
7751 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7752 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7753 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7754 insight.tar.bz2): Use gdb-taz to create archive.
7755
7756 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
7757
7758 * configure (warn_cflags): Delete.
7759
7760 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
7761 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
7762
7763 * configure.in (enable_libstdcxx_v3): Add.
7764 (target_libs): Add bits here to switch between libstdc++-v2 and
7765 libstdc++-v3.
7766 * config.if: And this file too.
7767 * Makefile.in: Add libstdc++-v3 targets.
7768
7769 2000-04-05 Michael Meissner <meissner@redhat.com>
7770
7771 * config.sub (d30v): Add d30v as a basic machine type.
7772
7773 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
7774
7775 * configure.in: -linux-gnu*, not -linux-gnu.
7776
7777 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
7778
7779 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7780 (do-tar-bz2): Replace TOOL with PACKAGE.
7781 (gdb.tar.bz2): Remove GDBTK from GDB package.
7782 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7783 dejagnu.tar.bz2): New packages.
7784
7785 2000-02-27 Andreas Jaeger <aj@suse.de>
7786
7787 * configure.in: Add entry for mips*-*-linux*, move catch all
7788 *-*-*linux* entry below this one.
7789
7790 2000-02-27 Ian Lance Taylor <ian@zembu.com>
7791
7792 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7793
7794 2000-02-24 Nick Clifton <nickc@cygnus.com>
7795
7796 * config.sub: Support an OS of "wince".
7797
7798 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
7799
7800 * config.guess, config.sub: Updated to match config's 2000-02-15
7801 version.
7802
7803 2000-02-23 Linas Vepstas <linas@linas.org>
7804
7805 * config.sub: Add support for Linux/IBM 370.
7806 * configure.in: Likewise.
7807
7808 2000-02-22 Nick Clifton <nickc@cygnus.com>
7809
7810 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7811
7812 2000-02-20 Christopher Faylor <cgf@cygnus.com>
7813
7814 * config.guess: Guess "cygwin" rather than "cygwin32".
7815
7816 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7817
7818 * configure (gcc_version): When setting, narrow search to
7819 lines containing `version_string'.
7820
7821 2000-02-15 Denis Chertykov <denisc@overta.ru>
7822
7823 * config.sub: Add support for avr target.
7824
7825 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
7826
7827 * config.sub: Add mmix-knuth-mmixware.
7828
7829 2000-01-27 Christopher Faylor <cgf@redhat.com>
7830
7831 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7832 structure stuff to -L library search.
7833 (CXX_FOR_TARGET): Ditto.
7834 (CROSS_CHECK_MODULES): Fix spelling mistake.
7835
7836 2000-01-24 Mark Mitchell <mark@codesourcery.com>
7837
7838 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7839 the C++ compiler.
7840
7841 2000-01-12 Richard Henderson <rth@cygnus.com>
7842
7843 * configure.in: Don't build some bits for beos.
7844
7845 2000-01-12 Joel Sherrill (joel@OARcorp.com)
7846
7847 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7848 as include files.
7849
7850 2000-01-06 Geoff Keating <geoffk@cygnus.com>
7851
7852 * configure.in: Use mt-aix43 to handle *_TARGET defs,
7853 not mh-aix43.
7854
7855 1999-12-14 Richard Henderson <rth@cygnus.com>
7856
7857 * config.guess (alpha-osf, alpha-linux): Detect ev67.
7858 * config.sub: Accept alphaev[78], alphaev8.
7859
7860 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7861
7862 * config.guess, config.sub: Update from autoconf.
7863
7864 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7865
7866 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7867 necessary libraries are missing.
7868
7869 1999-10-25 Andreas Schwab <schwab@suse.de>
7870
7871 * configure: Fix quoting inside arguments of eval.
7872
7873 1999-10-21 Nick Clifton <nickc@cygnus.com>
7874
7875 * config-ml.in: Allow suppression of some ARM multilibs.
7876
7877 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
7878
7879 * config.guess: Add OS/390 match pattern.
7880 * config.sub: Add mvs, openedition targets.
7881 * configure.in (i370-ibm-opened*): New.
7882
7883 1999-09-04 Steve Chamberlain <sac@pobox.com>
7884
7885 * config.sub: Add support for configuring for pj.
7886
7887 1999-08-31 Nick Clifton <nickc@cygnus.com>
7888
7889 * config.sub (maybe_os): Add support for configuring for fr30.
7890
7891 1999-08-25 Nick Clifton <nickc@cygnus.com>
7892
7893 * configure.in: Do not configure or build ld for AIX
7894 platforms. ld is known to be broken on these platforms.
7895
7896 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7897
7898 * config-ml.in: Pass compiler flag corresponding to multidirs to
7899 subdir configures.
7900
7901 1999-08-09 Ian Lance Taylor <ian@zembu.com>
7902
7903 * Makefile.in (LDFLAGS): Define.
7904
7905 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
7906
7907 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7908 noconfigdirs.
7909 (*-*-cygwin*): Likewise.
7910
7911 1999-08-08 Ian Lance Taylor <ian@zembu.com>
7912
7913 * mkdep: New file.
7914 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7915 (BINUTILS_SUPPORT_DIRS): Add mkdep.
7916
7917 From Eli Zaretskii <eliz@is.elta.co.il>:
7918 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7919 long file name when using DJGPP on MS-DOS.
7920
7921 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
7922
7923 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7924
7925 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
7926
7927 * Makefile.in (check-target-libio): Remove all-target-libstdc++
7928 dependency as this causes "make check" to globally "make all"
7929
7930 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
7931
7932 * configure.in (target_libs): Added target-zlib.
7933 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7934 (CONFIGURE_TARGET_MODULES): Likewise.
7935 (CHECK_TARGET_MODULES): Likewise.
7936 (INSTALL_TARGET_MODULES): Likewise.
7937 (CLEAN_TARGET_MODULES): Likewise.
7938 (configure-target-zlib): New target.
7939 (all-target-zlib): Likewise.
7940 (all-target-libjava): Depend on all-target-zlib.
7941 (configure-target-libjava): Depend on configure-target-zlib.
7942
7943 * Makefile.in (configure-target-libjava): Depend on
7944 configure-target-newlib.
7945 (configure-target-boehm-gc): New target.
7946 (configure-target-qthreads): New target.
7947
7948 * configure.in (target_libs): Added target-qthreads.
7949 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7950 (CONFIGURE_TARGET_MODULES): Likewise.
7951 (CHECK_TARGET_MODULES): Likewise.
7952 (INSTALL_TARGET_MODULES): Likewise.
7953 (CLEAN_TARGET_MODULES): Likewise.
7954 (all-target-qthreads): New target.
7955 (configure-target-libjava): Depend on configure-target-qthreads.
7956 (all-target-libjava): Depend on all-target-qthreads.
7957
7958 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7959 (CONFIGURE_TARGET_MODULES): Likewise.
7960 (CHECK_TARGET_MODULES): Likewise.
7961 (INSTALL_TARGET_MODULES): Likewise.
7962 (CLEAN_TARGET_MODULES): Likewise.
7963 (all-target-libjava): New target.
7964 (all-target-boehm-gc): Likewise.
7965 * configure.in (target_libs): Added libjava, boehm-gc.
7966
7967 1999-07-22 Ian Lance Taylor <ian@zembu.com>
7968
7969 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7970 configure.bat in SUPPORT_FILES.
7971 (gas+binutils.tar.bz2): Likewise.
7972
7973 * makeall.bat: Remove; obsolete.
7974
7975 1999-07-21 Ian Lance Taylor <ian@zembu.com>
7976
7977 From Mark Elbrecht:
7978 * configure.bat: Remove; obsolete.
7979
7980 1999-07-11 Ian Lance Taylor <ian@zembu.com>
7981
7982 * configure: Add -W -Wall to the default CFLAGS when compiling with
7983 gcc.
7984
7985 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
7986
7987 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7988
7989 1999-06-30 Mark Mitchell <mark@codesourcery.com>
7990
7991 * configure.in: Build ld on IRIX6.
7992
7993 1999-06-12 Ian Lance Taylor <ian@zembu.com>
7994
7995 * Makefile.in: Change distribution targets to use bzip2 instead of
7996 gzip.
7997 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
7998 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
7999
8000 1999-06-04 Nick Clifton <nickc@cygnus.com>
8001
8002 * config.sub: Add mcore target.
8003
8004 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
8005
8006 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8007
8008 1999-05-25 H.J. Lu (hjl@gnu.org)
8009
8010 * config.guess (dummy): Changed to $dummy.
8011
8012 1999-05-24 Nick Clifton <nickc@cygnus.com>
8013
8014 * config.sub: Tidied up case statements.
8015
8016 1999-05-22 Ben Elliston <bje@cygnus.com>
8017
8018 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8019 <jiro@din.or.jp>.
8020
8021 * config.guess: Merge with FSF version. Future changes will be
8022 more accurately recorded in this ChangeLog.
8023 * config.sub: Likewise.
8024
8025 1999-05-20 Stephen L Moshier <moshier@world.std.com>
8026
8027 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8028
8029 1999-04-30 Tom Tromey <tromey@cygnus.com>
8030
8031 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8032
8033 1999-04-23 Tom Tromey <tromey@cygnus.com>
8034
8035 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8036
8037 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
8038
8039 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8040 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8041 Bad merge removed these two changes.
8042
8043 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
8044 Martin Heller (Ing.-Buero_Heller@t-online.de)
8045
8046 * config.guess (interix Alpha): Add.
8047
8048 1999-04-11 Richard Henderson <rth@cygnus.com>
8049
8050 * configure.in (i?86-*-beos*): Do config gperf; don't config
8051 gdb, newlib, or libgloss.
8052
8053 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
8054
8055 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8056 link a trivial program with -mabi=64. If it fails, remove mabi=64
8057 from multidirs.
8058
8059 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
8060
8061 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8062
8063 1999-04-08 Nick Clifton <nickc@cygnus.com>
8064
8065 * config.sub: Add support for mcore targets.
8066
8067 1999-04-07 Michael Meissner <meissner@cygnus.com>
8068
8069 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8070 not mt-ospace, in order to shut up assembler warning about using
8071 symbols that are named the same as registers.
8072
8073 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
8074
8075 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8076 dependency list for all-target-cygmon.
8077
8078 1999-04-05 Doug Evans <devans@casey.cygnus.com>
8079
8080 * config-ml.in: Check $host, not $target, for selective multilibs.
8081 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8082 thumb interworking, and underscore prefix multilibs.
8083
8084 1999-04-04 Ian Lance Taylor <ian@zembu.com>
8085
8086 * missing: Update to version from current automake.
8087
8088 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8089
8090 * configure (gxx_include_dir): Removed.
8091
8092 * configure.in (gxx_include_dir): Handle it.
8093 * Makefile.in: Likewise.
8094
8095 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8096
8097 * config.sub (mips64vr4111,mips64vr4111el) Add.
8098
8099 1999-03-21 Ben Elliston <bje@cygnus.com>
8100
8101 * config.guess: Correct typo for detecting ELF on FreeBSD.
8102
8103 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8104
8105 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8106 config/mh-djgpp.
8107
8108 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8109
8110 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8111 all-target-newlib to dependency list for all-target-bsp.
8112
8113 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8114
8115 * config.sub: Add i386-uwin support.
8116 * config.guess: Likewise.
8117
8118 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8119
8120 * configure.in: cleanup, add mh-*pic handling for arm, special
8121 case powerpc*-*-aix*
8122
8123 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8124
8125 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8126 can be built.
8127
8128 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8129
8130 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8131 targets.
8132
8133 1999-03-02 Nick Clifton <nickc@cygnus.com>
8134
8135 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8136
8137 1999-02-28 Geoffrey Noer <noer@cygnus.com>
8138
8139 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8140
8141 1999-02-24 Nick Clifton <nickc@cygnus.com>
8142
8143 * config.sub: Fix typo in arm recognition.
8144
8145 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
8146
8147 * configure.in (noconfigdirs): Changed target_configdirs to
8148 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8149 rather than m68k-*-* since it is not known to work on
8150 m68k-aout. Ditto for arm-*-*oabi.
8151
8152 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
8153
8154 * configure.in (*-*-windows*): Remove, no longer used.
8155
8156 1999-02-19 Ben Elliston <bje@cygnus.com>
8157
8158 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8159 Smart and improved by Andrew Cagney.
8160
8161 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
8162
8163 * config.guess: Recognize openbsd-*-hppa.
8164
8165 1999-02-17 H.J. Lu (hjl@gnu.org)
8166
8167 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8168 only if it is not empty.
8169
8170 1999-02-17 Nick Clifton <nickc@cygnus.com>
8171
8172 Patch from: Scott Bambrough <scottb@corelcomputer.com>
8173
8174 * config.guess: Modified to recognize uname's armv* syntax.
8175
8176 * config.sub: Modified to recognize uname's armv* syntax.
8177
8178 1999-02-17 Mark Salter <msalter@cygnus.com>
8179
8180 * configure.in: Added target-bsp for sparclite.
8181
8182 1999-02-08 Richard Henderson <rth@cygnus.com>
8183
8184 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8185
8186 1999-02-08 Nick Clifton <nickc@cygnus.com>
8187
8188 * configure.in: Add support for strongarm port.
8189 * config.sub: Add support for strongarm target.
8190
8191 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
8192
8193 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8194 the old name config/mh-cygwin32.
8195 Enable texinfo.
8196
8197 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
8198
8199 * configure.in: Do build ld for ix86 Solaris.
8200
8201 1999-02-02 Jim Wilson <wilson@cygnus.com>
8202
8203 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8204 $AR_FOR_TARGET. Likewise for RANLIB.
8205
8206 1999-02-02 Catherine Moore <clm@cygnus.com>
8207
8208 * config.sub (oabi): Recognize.
8209 * configure.in (arm-*-oabi): Handle.
8210
8211 1999-01-30 Robert Lipe (robertlipe@usa.net)
8212
8213 * config.guess: Improve detection of i686 on UnixWare 7.
8214
8215 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
8216
8217 * config.guess: Add support for i386-pc-interix.
8218 * config.sub: Likewise.
8219 * configure.in: Likewise.
8220
8221 1999-01-18 Christopher Faylor <cgf@cygnus.com>
8222
8223 * Makefile.in: Remove unneeded all-target-libio from
8224 from all-target-winsup target since it is now unneeded.
8225 Add all-target-libtermcap in its place since it is now
8226 needed.
8227
8228 1998-12-30 Christopher Faylor <cgf@cygnus.com>
8229
8230 * configure.in: makefile stub for cygwin target is probably
8231 unnecessary. Remove it for now.
8232
8233 1998-12-30 Christopher Faylor <cgf@cygnus.com>
8234
8235 * configure.in: libtermcap.a should be built when cygwin is the
8236 target as well as the host.
8237 * config.guess: Allow mixed case in cygwin uname output.
8238 * Makefile.in: Add libtermcap target.
8239
8240 1998-12-23 Jeffrey A Law (law@cygnus.com)
8241
8242 * config.sub: Clean up handling of hppa2.0.
8243
8244 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
8245
8246 * config.guess: Use C code to identify more HP machines.
8247
8248 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8249
8250 * config.sub: Handle hppa2.0.
8251
8252 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8253
8254 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8255 cygmon for all sparclite targets, regardless of object format.
8256
8257 1998-12-15 Mark Salter <msalter@cygnus.com>
8258
8259 * configure.in: Added target-bsp for several target architectures.
8260
8261 * Makefile.in: Added rules for bsp.
8262
8263 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8264
8265 * config.guess: Improve detection of hppa2.0 processors.
8266
8267 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8268
8269 * config.guess: Recognize FreeBSD using ELF automatically.
8270
8271 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8272
8273 * configure (skip-this-dir): Add handling for new shell script, which
8274 might be created by a sub-directory's configure to indicate, this particular
8275 directory is "unwanted".
8276 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8277
8278 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8279
8280 * ltconfig: import from libtool, after changing libtool to
8281 account for the cygwin name change.
8282
8283 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8284
8285 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8286 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8287
8288 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8289
8290 * configure.in: Add libtermcap to list of cygwin dependencies.
8291
8292 1998-11-17 Geoffrey Noer <noer@cygnus.com>
8293
8294 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8295 they include winsup/include when it's a cygwin target.
8296
8297 1998-11-12 Tom Tromey <tromey@cygnus.com>
8298
8299 * configure.in (host_tools): Added zip.
8300 * Makefile.in (all-target-libjava): Depend on all-zip.
8301 (all-zip): New target.
8302 (ALL_MODULES): Added all-zip.
8303 (NATIVE_CHECK_MODULES): Added check-zip.
8304 (INSTALL_MODULES): Added install-zip.
8305 (CLEAN_MODULES): Added clean-zip.
8306
8307 1998-11-12 Geoffrey Noer <noer@cygnus.com>
8308
8309 * Makefile.in: lose "32" from comment about cygwin.
8310
8311 1998-11-05 Nick Clifton <nickc@cygnus.com>
8312
8313 * configure.in: Use -Os to build target libraries for the fr30.
8314
8315 1998-11-04 Dave Brolley <brolley@cygnus.com>
8316
8317 * config.sub: Add fr30.
8318
8319 1998-11-02 Geoffrey Noer <noer@cygnus.com>
8320
8321 * configure.in: drop "32" from config/mh-cygwin32. Check
8322 cygwin* instead of cygwin32*.
8323 * config.sub: Check cygwin* instead of cygwin32*.
8324
8325 1998-10-22 Robert Lipe <robertl@dgii.com>
8326
8327 * config.guess: Match any version of Unixware7.
8328
8329 1998-10-20 Syd Polk <spolk@cygnus.com>
8330
8331 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8332 if desired.
8333
8334 1998-10-18 Jeffrey A Law (law@cygnus.com)
8335
8336 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8337 these if the appropriate directories and files to not exist.
8338
8339 1998-10-14 Jeffrey A Law (law@cygnus.com)
8340
8341 * Makefile.in (DEVO_SUPPORT): Add config.if.
8342
8343 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
8344
8345 * configure: Add pattern to replace "build_tooldir"'s
8346 definition in the generated Makefile with "tooldir"'s
8347 actual value.
8348
8349 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8350
8351 * config.sub: Bring back lost sparcv9.
8352
8353 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8354
8355 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8356
8357 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8358 CC_FOR_TARGET and friends.
8359
8360 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8361
8362 * Makefile.in (build_tooldir): New variable, same as tooldir.
8363 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8364 -B$(build_tooldir)/bin/.
8365 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8366
8367 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8368
8369 * config.sub: Add support for i[34567]86-pc-udk.
8370 * configure.in: Likewise.
8371
8372 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8373
8374 * Makefile.in: add bzip2 package building bits for user
8375 tools module
8376 * configure.in: ditto
8377
8378 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8379
8380 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8381 (ALL_TARGET_MODULES): Add all-target-libobjc.
8382 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8383 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8384 (all-target-libchill): Add dependencies.
8385 * configure.in (target_libs): Add libchill.
8386
8387 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8388
8389 * configure.in (target_subdir): Remove duplicate line.
8390
8391 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8392
8393 * Makefile.in (all-automake): fix dependencies.
8394
8395 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8396
8397 * configure.in: Minor cleanups for building in the $(target_alias)
8398 subdir.
8399
8400 1998-09-22 Jim Wilson <wilson@cygnus.com>
8401
8402 * Makefile.in (bootstrap): Set r and s before make all. Use
8403 BASE_FLAGS_TO_PASS in make all.
8404 (cross): Likewise.
8405
8406 1998-09-20 Mark Mitchell <mark@markmitchell.com>
8407
8408 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8409
8410 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8411
8412 * config.sub: Fix typo in last change.
8413
8414 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8415
8416 * config.sub: Add support for C4x target.
8417 * configure.in: Likewise.
8418
8419 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8420
8421 * config.sub: Recognize sparcv9 just like sparc64.
8422
8423 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8424
8425 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8426
8427 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8428
8429 * config.guess: Correctly identify Pentium II sco boxes.
8430
8431 * config.guess: Fix "tr" code. From Weiwen Liu.
8432
8433 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8434
8435 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8436 stabs.
8437
8438 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8439
8440 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8441 (ALL_TARGET_MODULES): Add all-target-libchill.
8442 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8443 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8444 (all-target-libchill): Add dependencies.
8445 * configure.in (target_libs): Add libchill.
8446
8447 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8448
8449 * config.guess: Avoid assumptions about "tr" behaves when
8450 LANG is set to something other than English.
8451
8452 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8453
8454 * configure (gxx_include_dir): Changed to
8455 '${prefix}/include/g++'-${libstdcxx_interface}.
8456
8457 * config.if: New to determine the interfaces.
8458
8459 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8460
8461 * config.guess: Detect and handle MPE/IX.
8462 * config.sub: Deal with MPE/IX.
8463
8464 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8465
8466 * configure.in: Use mh-aix43.
8467
8468 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8469
8470 * configure: Fix --without/--disable cases for gxx-include-dir.
8471
8472 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8473
8474 * mdata-sh: Imported. Needed for automake support.
8475
8476 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8477
8478 * Makefile.in (taz): Try "chmod -R og=u ." before
8479 "chmod og=u `find . -print`".
8480
8481 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8482
8483 * configure.in: Add arm-elf and thumb-elf support.
8484
8485 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8486
8487 * Makefile.in: Undo previous patch.
8488
8489 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8490
8491 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8492 to here ...
8493 (install-no-fixedincludes): and here
8494 (INSTALL_MODULES): ... from here.
8495
8496 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8497
8498 * config.sub: Merge with FSF.
8499
8500 * config.guess: Merge with FSF.
8501
8502 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8503
8504 * configure (extraconfigdirs): New variable.
8505 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8506 * Makefile.in (all): Move higher in file.
8507 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8508 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8509 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8510 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8511 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8512
8513 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
8514
8515 * Makefile.in (all-target-libjava): Depend on all-gcc and
8516 all-target-newlib.
8517 (configure-target-libjava): Depend on $(ALL_GCC).
8518
8519 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8520
8521 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8522 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8523
8524 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8525
8526 * ylwrap: Change absolute path checks to check for DOS style path
8527 names.
8528
8529 * ylwrap: Don't use a full path name if the source file is in the
8530 same directory. From hjl@lucon.org (H.J. Lu).
8531
8532 * config-ml.in: Default to being verbose, to match Feb 18 change to
8533 configure.
8534
8535 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8536
8537 Brought over from egcs:
8538
8539 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8540
8541 * configure.in (target_subdir): Set to ${target_alias} instead
8542 of "libraries".
8543
8544 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8545
8546 * configure.in (target_subdir): Set to libraries if enable_multilib.
8547
8548 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8549
8550 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8551 multilibs, force reconfiguration the first time we create
8552 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8553
8554 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8555
8556 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8557 avoid confusion with --no-recursion.
8558
8559 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8560
8561 * configure.in: Win32 hosts shouldn't use install -x
8562 * install-sh: remove -x option, and special .exe-handling
8563 hack.
8564
8565 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8566
8567 * config.guess: Recognize i586-pc-beos.
8568 * configure.in: Don't build some bits for beos.
8569
8570 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8571
8572 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8573 CFLAGS default to -O2.
8574
8575 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8576 when using GNU ld.
8577
8578 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8579
8580 * ltmain.sh: Correct install when using a different shell.
8581
8582 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8583
8584 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8585
8586 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8587
8588 * makefile.vms: Update to build binutils/makefile.vms. Add install
8589 target.
8590
8591 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8592
8593 * ltconfig: Update to correct AIX handling.
8594
8595 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8596
8597 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8598
8599 * configure.in (target_subdir): Set to ${target_alias} instead
8600 of "libraries".
8601
8602 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8603
8604 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8605 (Makefile): Depend on $(gcc_version_trigger).
8606
8607 * configure (gcc_version): Change default initializer to empty
8608 string.
8609 (gcc_version_trigger): New variable; pass this variable down
8610 to subdir configures to enable them checking gcc's version
8611 themselves. Emit make macros for both gcc_version vars.
8612 (topsrcdir): Initialize reliably.
8613 (recursion line): Remove --with-gcc-version=${gcc_version}.
8614
8615 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8616
8617 * configure (enable_version_specific_runtime_libs): Implement new flag
8618 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8619 in $(libsubdir); emit definition in each generated Makefile.
8620 (gxx_include_dir): Initialize depending on
8621 $enable_version_specific_runtime_libs.
8622
8623 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8624
8625 * configure (gcc_version): Initialize properly depending on
8626 how and where configure is started.
8627 (recursion line): Pass a --with-gcc-version=${gcc_version}
8628 to configures in subdirs.
8629
8630 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
8631
8632 * configure.in (noconfigdirs): Add configure pattern for mips tx39
8633 cygmon
8634
8635 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
8636
8637 * configure.in: Add cygmon and libstub support for mn10200.
8638
8639 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
8640
8641 * configure (gcc_version): Add new variable describing the
8642 particular gcc version we're building.
8643 * Makefile.in (libsubdir): Add new macro for the directory
8644 in which the compiler finds executables, libraries, etc.
8645 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8646 and libsubdir.
8647
8648 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8649
8650 * Makefile.in (local-clean): Remove *.log.
8651 (warning.log): Built with warn_summary from build.log.
8652 (mail-report.log): Run test_summary.
8653 (mail-report-with-warnings.log): Run test_summary including
8654 warning.log in the report.
8655
8656 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
8657
8658 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8659
8660 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
8661
8662 * Makefile.in (grep): Grep no longer depends on libiberty.
8663
8664 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
8665
8666 * Makefile.in: all-snavigator needs all-libgui.
8667
8668 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
8669
8670 * configure.in: Add cygmon and libstub support for mn10300.
8671
8672 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
8673
8674 * missing: Update to version from automake 1.3.
8675
8676 * ltmain.sh: On installation, don't get confused if the same name
8677 appears more than once in the list of library names.
8678
8679 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
8680
8681 * config.sub: Accept m68060 and m5200 as CPU names.
8682
8683 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
8684
8685 * configure: Use && rather than using -a in test, because odd
8686 strings can confuse test.
8687 * configure.in: Likewise.
8688
8689 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
8690
8691 * ltconfig, ltmain.sh: Bring in Visual C++ support.
8692
8693 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8694
8695 * Makefile.in (boostrap2-lean, bootstrap3-lean,
8696 bootstrap4-lean): New targets.
8697
8698 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
8699
8700 * mpw-* Delete. Not used.
8701
8702 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
8703
8704 * COPYING.LIB: Update FSF address.
8705
8706 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
8707
8708 * ltconfig, ltmain.sh: Update to libtool 1.2a.
8709
8710 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8711 GAS_SUPPORT_DIRS.
8712
8713 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
8714
8715 * ltconfig, ltmain.sh: Avoid producing a version number if
8716 -version-info was not used.
8717
8718 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
8719
8720 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8721 building with newlib.
8722
8723 1998-04-30 Paul Eggert <eggert@twinsun.com>
8724
8725 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8726 Solaris `make' causes it to continue to next definition.
8727
8728 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
8729
8730 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8731 the right GUI libraries and files are installed along with GDB.
8732
8733 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
8734
8735 * configure.in: Change alpha to alpha* in several places.
8736
8737 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
8738
8739 * config.sub: Recognize sparc86x.
8740
8741 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
8742
8743 * configure.in (--enable-target-optspace): Remove debug echo.
8744
8745 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
8746
8747 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8748
8749 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
8750
8751 * ltconfig: Update cygwin32 support.
8752
8753 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8754 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8755 (GDB_SUPPORT_DIRS): Likewise.
8756
8757 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
8758
8759 * configure.in (target_makefile_frag): If --enable-target-optspace,
8760 use -Os to compile target libraries rather than -O2. Default to
8761 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8762 not used.
8763 * configure.in (target_cflags): Ditto for d30v.
8764
8765 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
8766
8767 * Makefile.in (all-bfd): Depend on all-intl.
8768 (all-binutils): Likewise.
8769 (all-gas): Likewise.
8770 (all-gprof): Likewise.
8771 (all-ld): Likewise.
8772
8773 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
8774
8775 * configure.in (host_tools): Fix typo, lbtool -> libtool.
8776
8777 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
8778
8779 * Makefile.in (all-bfd): Depend upon all-libiberty.
8780
8781 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8782
8783 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
8784
8785 * Makefile.in: Add libstub.
8786
8787 * configure.in: Ditto. Build libstub for targets that have cygmon
8788 support.
8789
8790 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
8791
8792 * configure.in: Don't set PICFLAG on ix86-cygwin32.
8793
8794 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
8795
8796 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8797 use mh-sysv5 if specified. Support gprof on SCO Open Server.
8798
8799 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
8800
8801 * configure: Define DEFAULT_M4 by searching PATH.
8802 * Makfile.in: Use DEFAULT_M4.
8803
8804 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
8805
8806 * ltconfig: Add cygwin32 support.
8807
8808 * Makefile.in, configure.in: Add libtool as a native only directory
8809 to configure and build.
8810
8811 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
8812
8813 * Makefile.in (INSTALL_MODULES): Remove texinfo.
8814
8815 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
8816
8817 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8818
8819 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
8820
8821 * Makefile.in: add ash make rules
8822 * configure.in: add ash to native_only and host_tools lists
8823
8824 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
8825
8826 * Makefile.in (all-gettext, all-intl): New targets.
8827 (ALL_MODULES): Added all-gettext, all-intl.
8828 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8829 (INSTALL_MODULES): Added install-gettext, install-intl.
8830 (CLEAN_MODULES): Added clean-gettext, clean-intl.
8831
8832 * configure.in (host_tools): Added gettext.
8833 (native_only): Likewise.
8834 (noconfigdirs) [various cases]: Likewise.
8835 (host_libs): Added intl.
8836
8837 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
8838
8839 * configure: Do not disable building gdbtk for cygwin32 hosts.
8840
8841 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
8842
8843 * configure.in: Add thumb-coff target.
8844 * config.sub: Add thumb-coff target.
8845
8846 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8847
8848 * Makefile.in: Revert yesterday's change.
8849 (all-target-winsup): all-target-librx stays out of here.
8850
8851 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
8852
8853 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8854 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8855 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
8856 Remove references to librx and libg++.
8857
8858 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
8859
8860 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8861 recursive makes
8862
8863 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
8864
8865 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8866 for newlib directory.
8867 (CXX_FOR_TARGET): Likewise.
8868
8869 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
8870
8871 * ltconfig: Update after libtool/ltconfig.in change for
8872 hpux11.
8873
8874 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
8875
8876 * ltconfig, ltmain.sh: Update to libtool 1.2.
8877
8878 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
8879
8880 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8881 (install-gcc-cross): Instead, override LANGUAGES here.
8882
8883 1998-03-18 Dave Love <d.love@dl.ac.uk>
8884
8885 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8886 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8887
8888 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
8889
8890 * configure.in: Add Thumb-pe target.
8891
8892 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
8893
8894 * Makefile.in - changed sn targets to snavigator
8895 * configure.in - changed sn targets to snavigator
8896
8897 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
8898
8899 * config-ml.in: After building symlink tree call make distclean
8900 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8901 to be the case for libiberty.
8902
8903 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
8904
8905 * configure: When making link, also check the current
8906 directory. The configure scripts may create one.
8907
8908 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
8909
8910 * config.sub: Accept alphapca56 and alphaev6 properly.
8911
8912 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8913
8914 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8915
8916 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8917
8918 * config.sub (sco5): Fix typo.
8919
8920 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
8921
8922 * Makefile.in (INSTALL_MODULES): Move install-tcl before
8923 install-itcl.
8924 (install-itcl): Remove dependency on install-tcl.
8925
8926 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
8927
8928 * configure.in: Remove libgloss from noconfigdirs for MN10300.
8929
8930 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
8931
8932 * configure.in: Don't build libgui for a cygwin32 target when not on
8933 a cygwin32 host.
8934
8935 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
8936
8937 * configure (redirect): Set to null, so default behavior of
8938 configure is now --verbose.
8939
8940 1998-02-16 Dave Love <d.love@dl.ac.uk>
8941
8942 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8943 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8944
8945 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
8946
8947 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8948 this change to sync Makefile.in with its ChangeLog entries.
8949
8950 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
8951
8952 * ltmain.sh (mkdir): Check that the directory doesn't exist
8953 before we exit with error, so that we don't get races during
8954 parallel builds.
8955
8956 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
8957
8958 * ltconfig, ltmain.sh: Update from libtool 1.0i.
8959
8960 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
8961
8962 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8963 PICFLAG_FOR_TARGET.
8964 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8965
8966 * configure: Emit a definition for the new macro enable_shared
8967 into each Makefile.
8968
8969 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8970
8971 * configure.in (host_tools, native_only): Add libtool.
8972
8973 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
8974
8975 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8976 Fix typo in ming config comment.
8977
8978 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
8979
8980 * ltconfig, ltmain.sh: Update from libtool 1.0h.
8981
8982 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
8983
8984 * config.sub: Add tic30 cases, and map c30 to tic30.
8985
8986 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
8987
8988 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8989 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8990 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
8991 (CLEAN_TARGET_MODULES): Similarly
8992 (all-target-libf2c): Add dependences.
8993 * configure.in (target_libs): Add libf2c.
8994
8995 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
8996
8997 * configure.in: Remove expect from noconfigdirs when target
8998 is cygwin32. OK to build expect and dejagnu with Canadian
8999 Cross.
9000
9001 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9002
9003 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9004 host.
9005
9006 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9007 and mingw32.
9008
9009 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9010
9011 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9012 here as it is not defined in the toplevel Makefile.
9013
9014 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9015
9016 * configure (package_makefile_rules_frag): New variable, which names
9017 a file with generic rules, ...
9018 Change comment to mention we now have FIVE parts.
9019 * configure: Undo last change.
9020
9021 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9022
9023 * config.guess: More accurate determination of HP processor types.
9024 * config.sub: More accurate determination of HP processor types.
9025
9026 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9027
9028 * configure (package_makefile_frag): Move inserting the
9029 ${package_makefile_frag} to where it should be according
9030 to the comment.
9031
9032 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
9033
9034 * config.guess: Add support for Linux/ARM.
9035
9036 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9037
9038 * .cvsignore: Remove *-info and *-install since they match
9039 release-info and mpw-install, which we don't want to just ignore.
9040
9041 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9042
9043 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9044
9045 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9046
9047 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9048 local_prefix to sub-make invocations.
9049
9050 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9051
9052 * configure.in: Check makefile fragments in the source
9053 directory.
9054
9055 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9056
9057 * configure.in: Check whether host and target makefile
9058 fragments exist before adding them to *_makefile_frag.
9059
9060 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9061
9062 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9063
9064 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9065
9066 * configure.in: Make sure we only replace RPATH_ENVVAR on
9067 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9068 regexp to sed.
9069
9070 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9071 to sub-makes.
9072
9073 1998-01-13 Lee Iverson (leei@ai.sri.com)
9074
9075 * config-ml.in (multi-do): LDFLAGS must include multilib
9076 designator.
9077
9078 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9079
9080 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9081
9082 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9083
9084 * config.sub: Add mingw32 support.
9085 * configure.in: Likewise.
9086
9087 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9088
9089 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9090
9091 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9092
9093 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9094 * configure (gxx_include_dir): Provide a definition for subdirs
9095 which do not use autoconf.
9096
9097 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9098
9099 * config.guess: Sync with egcs. Picks up new alpha support,
9100 BeOS & some additional linux support.
9101
9102 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
9103
9104 * config.guess: HP 9000/803 is a PA1.1 machine.
9105
9106 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9107
9108 * configure.in: It's alpha*-...
9109
9110 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9111
9112 * configure.in (host_makefile_frag, target_makefile_frag):
9113 Handle multiple config files.
9114 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9115 alpha-*-*.
9116
9117 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9118
9119 * mkdep: New file.
9120
9121 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9122
9123 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9124
9125 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9126
9127 * Makefile.in: Add libgui directory.
9128 (GDB_TK): Add all-libgui.
9129 * configure.in: Add libgui directory.
9130 * configure: Add all-libgui to GDB_TK.
9131
9132 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9133
9134 * config-ml.in (multidirs): Add m32r to multilib list.
9135
9136 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9137
9138 * Makefile.in (all-target-gperf): Change dependency to
9139 all-target-libstdc++.
9140
9141 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9142
9143 * config.guess: Add BeOS support.
9144
9145 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9146
9147 Source directory cvs renamed to cvssrc:
9148 * configure.in (host_tools): Change cvs to cvssrc.
9149 (native_only): Likewise.
9150 (noconfigdirs) [various cases]: Likewise.
9151 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9152 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9153 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9154 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9155 (all-cvssrc): Rename target from all-cvs.
9156
9157 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9158
9159 * configure (gxx_include_dir): Fix thinko.
9160
9161 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9162
9163 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9164 (install-cross, install-gcc-cross): New targets.
9165
9166 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9167
9168 * configure.in (noconfigdirs): Add support for Thumb target.
9169
9170 * config.sub (maybe_os): Add support for Thumb target.
9171
9172 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9173
9174 * Makefile.in: Add rules for cygmon.
9175
9176 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9177
9178 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9179
9180 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9181 * configure (gxx_include_dir): Provide a definition for subdirs
9182 which do not use autoconf.
9183
9184 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9185
9186 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9187 11/18/97 build
9188
9189 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9190
9191 * From Franz Sirl.
9192 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9193 found on RedHat Linux systems.
9194
9195 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9196
9197 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9198 guesses.
9199
9200 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9201
9202 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9203
9204 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9205
9206 * ltmain.sh: If mkdir fails, check whether the directory was created
9207 anyhow by some other process.
9208
9209 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9210
9211 * configure.in (d30v-*-*): Configure all directories.
9212
9213 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9214
9215 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9216 for the D30V.
9217
9218 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9219
9220 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9221
9222 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9223
9224 * include/libiberty.h: Add extern "C" { so it can be used with C++
9225 progrms.
9226 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9227 programs.
9228
9229 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9230
9231 * configure.in (d30v-*-*): Configure GCC now.
9232
9233 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9234
9235 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9236 is no longer needed.
9237
9238 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9239
9240 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9241
9242 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9243
9244 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9245 targets using "$@" to provide support for similar but not identical
9246 targets without having to duplicate code.
9247
9248 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9249
9250 * makefile.vms: Fix to work with DEC C.
9251
9252 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9253
9254 * config.sub: Add mips-tx39-elf to marketing names.
9255
9256 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9257
9258 * ltmain.sh: Handle symlinks in generated script.
9259
9260 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9261
9262 * configure: Handle autoconf style directory options: --bindir,
9263 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9264 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9265 --sysconfdir.
9266 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9267 (sharedstatedir, localstatedir, oldincludedir): New variables.
9268 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9269 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9270 sbindir, sharedstatedir, and sysconfdir.
9271
9272 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9273
9274 * Makefile.in (bootstrap-lean): New target.
9275
9276 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9277
9278 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
9279 sn, and gnuserv from noconfigdirs.
9280
9281 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9282
9283 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9284
9285 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9286
9287 * Makefile.in (cross): New target.
9288
9289 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9290 Jeff Law <law@cygnus.com>
9291
9292 * Makefile.in (bootstrap2, bootstrap3): New targets.
9293 (all-bootstrap): Remove outdated and confusing target.
9294 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9295
9296 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9297
9298 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9299 windows. Consistent with gdb/configure.
9300
9301 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9302
9303 * configure.in: Name Linux target fragment.
9304
9305 * configure: Rewrite so that project Makefile fragment is inserted
9306 first and appears last in the resulting Makefile.
9307
9308 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9309
9310 * Makefile.in (install-itcl): Install tcl first.
9311
9312 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
9313
9314 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9315
9316 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9317
9318 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9319
9320 * configure.in (skipdirs): Add target-librx for Linux.
9321 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9322
9323 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9324
9325 * Makefile.in (bootstrap): New target.
9326
9327 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9328
9329 * config.sub: Accept 'amigados' for backward compatability.
9330
9331 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9332
9333 * config.guess: Merge with FSF.
9334
9335 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9336
9337 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9338
9339 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9340
9341 * config.sub: Add "marketing-names" patch.
9342
9343 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9344
9345 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9346
9347 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9348
9349 * config.sub: Handle v850-elf.
9350
9351 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9352
9353 * .cvsignore (*-install): Remove.
9354
9355 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9356
9357 * ltconfig: Set CONFIG_SHELL in libtool.
9358 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9359
9360 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9361
9362 * configure.in (target_subdir): Set to libraries if enable_multilib.
9363
9364 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9365
9366 * config.guess: Update from gcc directory.
9367
9368 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9369
9370 * Makefile.in (all-sim): Depends on all-readline.
9371
9372 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9373
9374 * Makefile.in (BISON, YACC): Use $$s.
9375 (all-bison): Depend on all-texinfo.
9376
9377 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9378
9379 * Makefile.in (BISON): Add -L flag.
9380 (YACC): Likewise.
9381
9382 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9383
9384 * configure.in (noconfigdirs): Add support for v850e target.
9385
9386 * config.sub (maybe_os): Add support for v850e target.
9387
9388 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9389
9390 * configure.in (noconfigdirs): Add support for v850ea target.
9391
9392 * config.sub (maybe_os): Add support for v850ea target.
9393
9394 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9395
9396 * config.sub: Add mipstx39. Delete r3900.
9397
9398 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9399
9400 * Makefile.in (all-autoconf): Depends on all-texinfo.
9401
9402 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9403
9404 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9405 eabi targets.
9406
9407 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9408
9409 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9410
9411 * configure: When handling a Canadian Cross, handle YACC as well as
9412 BISON. Just set BISON to bison. When setting YACC, prefer bison.
9413 * Makefile.in (all-bison): Depend upon all-texinfo.
9414
9415 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9416
9417 * Makefile.in (BISON): bison, not byacc or bison -y.
9418 (YACC): bison -y or byacc or yacc.
9419 (various): Add *-bison as appropriate.
9420 (taz): No need to mess with BISON anymore.
9421
9422 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9423
9424 * configure: If OSTYPE matches *win32*, try to find a good value for
9425 CONFIG_SHELL.
9426
9427 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9428
9429 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9430 configure.in if it is present.
9431
9432 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9433
9434 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9435
9436 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9437
9438 * config.sub: Recognize `arc' cpu.
9439 * configure.in: Likewise.
9440 * config-ml.in: Likewise.
9441
9442 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9443
9444 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9445
9446 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9447
9448 * configure: Changed sed delimiter from ':' to '|' when
9449 attempting to substitute ${config_shell} for SHELL. On
9450 NT ${config_shell} may contain a ':' in it.
9451
9452 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9453
9454 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9455
9456 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9457
9458 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9459
9460 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9461
9462 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9463
9464 * ylwrap: If the program is a relative path, force it to be
9465 absolute.
9466
9467 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9468
9469 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9470
9471 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9472
9473 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9474 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9475 for libraries.
9476
9477 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9478
9479 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9480 separated by spaces.
9481
9482 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9483
9484 * ylwrap: New file.
9485 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9486
9487 * ltmain.sh: Handle /bin/sh at start of install program.
9488
9489 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9490
9491 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9492 * missing: New file, from automake 1.2.
9493
9494 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9495
9496 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9497 check-tk to CHECK_X11_MODULES.
9498
9499 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9500
9501 * config.sub: Merge with FSF.
9502
9503 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9504
9505 * config.guess: Merge with FSF.
9506
9507 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9508
9509 * configure: Treat msdosdjgpp like go32.
9510 * configure.in: Likewise. Don't remove gprof for go32.
9511
9512 * configure: Change Makefile.tem2 to Makefile.tm2.
9513
9514 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9515
9516 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9517
9518 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9519
9520 * install-sh (chmodcmd): Set to null if the DST directory already
9521 exists. Same as Nov 11th change.
9522
9523 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9524
9525 * configure (GDB_TK): Needs itcl and tix.
9526
9527 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9528
9529 * config.guess: Update from FSF.
9530
9531 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9532
9533 * Makefile.in (GDB_TK): Depend on itcl and tix.
9534
9535 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9536
9537 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9538 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9539 (INSTALL_SCRIPT): New variable.
9540 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9541 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9542 to -x.
9543 * install-sh: Add support for -x option.
9544
9545 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9546
9547 * configure.in, Makefile.in: Treat tix like itcl.
9548
9549 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9550
9551 * Makefile.in (WINDRES): New variable.
9552 (WINDRES_FOR_TARGET): New variable.
9553 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9554 (EXTRA_HOST_FLAGS): Add WINDRES.
9555 (EXTRA_TARGET_FLAGS): Add WINDRES.
9556 (EXTRA_GCC_FLAGS): Add WINDRES.
9557 ($(DO_X)): Pass down WINDRES.
9558 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9559 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9560 DLLTOOL_FOR_TARGET.
9561
9562 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9563
9564 * configure.in: configure sim before gdb for win32-x-ppc
9565
9566 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9567
9568 Move gperf into the toplevel, from libg++.
9569 * configure.in (target_tools): Add target-gperf.
9570 (native_only): Add target-gperf.
9571 * Makefile.in (all-target-gperf): New target, depend on
9572 all-target-libg++.
9573 (configure-target-gperf): Empty rule.
9574 (ALL_TARGET_MODULES): Add all-target-gperf.
9575 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9576 (CHECK_TARGET_MODULES): Add check-target-gperf.
9577 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9578 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9579
9580 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
9581
9582 * config.sub (mn10200): Recognize new basic machine.
9583
9584 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9585
9586 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9587 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9588
9589 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9590
9591 * configure.in: If we're building mips-sgi-irix6* native, turn on
9592 ENABLE_MULTILIB and set TARGET_SUBDIR.
9593
9594 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9595
9596 * Makefile.in (all-sn): Depend on all-grep.
9597
9598 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9599
9600 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9601
9602 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9603 Makefile. From Jeff Makey <jeff@cts.com>.
9604 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9605
9606 * Makefile.in (DISTBISONFILES): Remove.
9607 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9608 $(DEFAULT_YACC).
9609
9610 * configure.in: Build itl, db, sn, etc., when building for native
9611 cygwin32.
9612
9613 * Makefile.in (LD): New variable.
9614 (EXTRA_HOST_FLAGS): Pass down LD.
9615 ($(DO_X)): Likewise.
9616
9617 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9618
9619 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9620
9621 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9622
9623 * configure.in (targargs): Strip out any supplied --build argument
9624 before adding our own. Always add --build.
9625
9626 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
9627
9628 * configure.in (targargs): Pass --build if we're doing
9629 a cross-compile.
9630
9631 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
9632
9633 * configure: Use '|' instead of ":" as the separator in
9634 sed. Otherwise sed chokes on NT path names with drive
9635 designators. Also look for "?:*" as the leading characters in an
9636 absolute pathname.
9637
9638 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
9639
9640 * config.sub: Support for r3900.
9641
9642 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
9643
9644 * configure.in: Use install-sh, not install.sh.
9645
9646 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
9647
9648 * Makefile.in (taz): Improve check for BISON so it doesn't try to
9649 apply it twice.
9650
9651 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
9652
9653 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9654 install-binutils.
9655
9656 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
9657
9658 * Makefile.in: Add automake targets.
9659 * configure.in (host_tools): Add automake.
9660
9661 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
9662
9663 * configure: Default CXX to c++, not gcc.
9664 * Makefile.in (CXX): Set to c++, not gcc.
9665 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9666
9667 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
9668
9669 * install-sh: try appending a .exe if source file doesn't
9670 exist
9671
9672 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9673
9674 * configure.in: Turn on multilib by default.
9675 (cross_only): Remove target-libiberty.
9676
9677 * Makefile.in (all-gcc): Don't depend on libiberty.
9678
9679 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
9680
9681 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9682
9683 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
9684
9685 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9686 (DISTBISONFILES): Add ld/Makefile.in
9687
9688 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
9689
9690 * configure.in: if target is cygwin32 but host isn't cygwin32,
9691 don't configure gdb tcl tk expect, not just gdb.
9692
9693 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
9694
9695 * configure.in: Added gnuserv everywhere sn appears.
9696
9697 * Makefile.in (ALL_MODULES): Added all-gnuserv.
9698 (CROSS_CHECK_MODULES): Added check-gnuserv.
9699 (INSTALL_MODULES): Added install-gnuserv.
9700 (CLEAN_MODULES): Added clean-gnuserv.
9701 (all-gnuserv): New target.
9702
9703 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
9704
9705 * config.guess: Fixes for MIPS OpenBSD systems.
9706
9707 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
9708
9709 * Makefile.in (INSTALL_XFORM): Remove.
9710 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9711
9712 * mkinstalldirs: New file, copied from automake.
9713 * Makefile.in (installdirs): Rename from install-dirs. Use
9714 mkinstalldirs. Change all users.
9715 (DEVO_SUPPORT): Add mkinstalldirs.
9716
9717 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
9718
9719 * install-sh: Rename from install.sh.
9720 * Makefile.in (INSTALL): Change install.sh to install-sh.
9721 (DEVO_SUPPORT): Likewise.
9722
9723 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
9724 Graichen <graichen@rzpd.de>.
9725
9726 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
9727
9728 * config.guess: Recognize OpenBSD systems correctly.
9729
9730 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9731
9732 * README, Makefile.in (ETC_SUPPORT): Remove references to
9733 cfg-paper*, configure.{texi,man,info*}._
9734
9735 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
9736
9737 * Makefile.in (all.normal): Ensure that gcc is built after all
9738 the x11 - ie gdb - targets.
9739
9740 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
9741
9742 * makefile.vms: Don't run conf-a-gas.
9743
9744 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
9745
9746 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9747
9748 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
9749
9750 * configure.in: Remove noconfigdirs case since gdb also
9751 configures and builds for tic80-coff.
9752
9753 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
9754
9755 * configure: Set cache_file to config.cache.
9756 * Makefile.in (local-distclean): Remove config.cache.
9757
9758 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
9759
9760 * COPYING: Update FSF address.
9761
9762 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
9763
9764 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9765 noconfigdirs.
9766
9767 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
9768
9769 * Makefile.in (install-dirs): Don't crash if prefix, and hence
9770 MAKEDIRS, is empty.
9771
9772 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
9773
9774 * config.sub: Tweak mn10300 entry.
9775
9776 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
9777
9778 * configure.in (host_tools): Put sim before gdb, so gdb's
9779 configure.tgt can determine if the simulator was configured.
9780
9781 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
9782
9783 * config.sub: Move BeOS $os case to be with other Cygnus
9784 local cases.
9785
9786 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
9787
9788 * config.sub: Remove misplaced comment that broke Linux.
9789
9790 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
9791
9792 * config.sub: Add BeOS support.
9793
9794 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
9795
9796 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9797
9798 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
9799
9800 * configure.in (noconfigdirs): Remove tcl and tk from
9801 noconfigdirs for cygwin32 builds.
9802
9803 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
9804
9805 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9806
9807 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
9808
9809 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9810 make-all.com, use makefile.vms instead.
9811
9812 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
9813
9814 * config.sub: Accept -lnews*.
9815
9816 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
9817
9818 * configure.in (noconfigdirs): Disable target-newlib,
9819 target-examples and target-libiberty for d30v.
9820
9821 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9822
9823 * configure.in (noconfigdirs): Enable ld for d30v.
9824
9825 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
9826
9827 * configure.in (tic80-*-*): Build compiler.
9828
9829 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
9830
9831 * configure.in (d30v-*): Remove sim directory from list of
9832 unsupported d30v directories
9833
9834 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9835
9836 * config.sub, configure.in: Add d30v target cpu.
9837
9838 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
9839
9840 * makefile.vms: New file.
9841 * make-all.com: Remove.
9842
9843 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
9844
9845 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9846
9847 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
9848
9849 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9850
9851 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
9852
9853 * Makefile.in (ALL_MODULES): Added all-db.
9854 (CROSS_CHECK_MODULES): Addec check-db.
9855 (INSTALL_MODULES): Added install-db.
9856 (CLEAN_MODULES): Added clean-db.
9857
9858 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
9859
9860 * config.guess: Merge with latest FSF sources.
9861
9862 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
9863
9864 * Makefile.in (ALL_MODULES): Added all-itcl.
9865 (CROSS_CHECK_MODULES): Added check-itcl.
9866 (INSTALL_MODULES): Added install-itcl.
9867 (CLEAN_MODULES): Added clean-itcl.
9868
9869 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
9870
9871 * configure.in: build gdb for mn10200
9872
9873 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
9874
9875 * Makefile.in (all-target-winsup): Depend on all-target-libio.
9876
9877 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
9878
9879 * configure.in (tic80-*-*): Turn off most targets right now.
9880
9881 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
9882
9883 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9884 rather than the makeinfo program.
9885 (do-info): Depend upon all-texinfo.
9886
9887 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
9888
9889 * configure.in: Remove uses of config/mh-linux.
9890
9891 * config.sub, config.guess: Merge with latest FSF sources.
9892
9893 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
9894
9895 * config.sub (case $basic_machine): Add tic80 entries.
9896
9897 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
9898
9899 * config.sub, config.guess: Merge with latest FSF sources.
9900
9901 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
9902
9903 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9904 * mpw-config.in: Test for NewFolderRecursive.
9905 * mpw-install: Use symbolic name for startup filename.
9906 * mpw-README: Add various additional details.
9907
9908 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
9909
9910 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9911
9912 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
9913
9914 * configure.in: Do build gcc and the target libraries for
9915 the mn10200.
9916
9917 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
9918
9919 * configure.in: don't avoid building gdb for mn10300 any more
9920 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9921 instead of single-quoting it.
9922
9923 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
9924
9925 * configure.in: Don't use --with-stabs on IRIX 6.
9926
9927 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
9928
9929 * configure.in (m32r): Build gdb, libg++ now.
9930
9931 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9932
9933 * configure.in (mips*-sgi-irix6*): Remove gdb and related
9934 directories from noconfigdirs.
9935
9936 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
9937
9938 * config.sub (basic_machine): added mips16 configuration
9939
9940 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9941
9942 * config.sub: Handle d10v-unknown.
9943
9944 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
9945
9946 * config.sub: Handle v850-unknown.
9947
9948 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
9949
9950 * Makefile.in: add findutils
9951 * configure.in: add findutils to list of host_tools
9952
9953 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
9954
9955 * config.sub: Handle mn10200 and mn10300.
9956
9957 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9958
9959 * configure.in (d10v-*): Do not build librx.
9960
9961 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
9962
9963 * configure.in (mn10300): Build everything except gdb & libgloss.
9964
9965 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
9966
9967 * config.guess: Patch for Dansk Data Elektronik servers,
9968 from Niels Skou Olsen <nso@dde.dk>.
9969
9970 For ncr, use /bin/uname rather than uname, since GNU uname does not
9971 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
9972
9973 Patch for MIPS R4000 running System V,
9974 from Eric S. Raymond <esr@snark.thyrsus.com>.
9975
9976 Fix thinko for nextstep.
9977
9978 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9979
9980 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
9981 * config.guess: Guess mips-dec-mach_bsd4.3.
9982
9983 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
9984 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
9985 release numbers.
9986 * config.guess (mips-mips-riscos*): Emit just enough of the
9987 release number.
9988
9989 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
9990 * config.guess (sparc-auspex-sunos*): Added.
9991 (f300-fujitsu-*): Added.
9992
9993 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
9994 * config.guess: Recognize a Tadpole as a sparc.
9995
9996 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
9997
9998 * config.guess: Don't assume that NextStep version is either 2 or
9999 3. NextStep 4 (aka OpenStep 4) has come out now.
10000
10001 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10002
10003 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10004 From Rik Faith <faith@cs.unc.edu>.
10005
10006 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10007
10008 * config.sub: Contributions from bug-gnu-utils to:
10009 Support plain "hppa" (no version given) architecture, reported by
10010 OpenStep.
10011 OpenBSD like NetBSD.
10012 LynxOs is not a hardware supplier.
10013
10014 * config.guess: Contributions from bug-gnu-utils to add support for:
10015 OpenBSD like NetBSD.
10016 Stratus systems.
10017 More Pyramid systems.
10018 i[n>4]86 Intel chips.
10019 M680[n>4]0 Motorola chips.
10020 Use unknown instead of lynx for hardware manufacturer.
10021
10022 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10023
10024 * install.sh (chmodcmd): Set to null if the DST directory already
10025 exists.
10026
10027 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10028
10029 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10030 not use mt-ppc target Makefile fragment any more.
10031
10032 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10033
10034 * configure.in (*-*-windows): Exclude everything but those dirs
10035 needed to build windows.
10036
10037 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10038
10039 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10040
10041 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10042
10043 * configure.in: Exclude mmalloc from i386-windows.
10044
10045 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10046
10047 * Undo my previous change.
10048
10049 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10050
10051 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10052 unconditionally.
10053 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10054
10055 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10056
10057 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10058 host to add it's own flags.
10059
10060 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10061
10062 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10063
10064 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10065
10066 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10067 (CXX_FOR_TARGET): Likewise.
10068 (GCC_FOR_TARGET): Define.
10069 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10070 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10071 CC_FOR_TARGET was specified on the command line.
10072 (MAKEOVERRIDES): Don't define.
10073
10074 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10075
10076 * configure.in (m32r): Fix spelling of libg++ libs.
10077
10078 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10079
10080 * config.sub (-apple*): Remove, now redundant.
10081
10082 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10083
10084 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10085
10086 * configure: Rework yesterday's sed script patch.
10087
10088 * config.sub: Merge with FSF.
10089
10090 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10091
10092 * config.guess: Merge from FSF.
10093
10094 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10095 * config.guess: Use pc instead of unknown, for pc clone systems.
10096 Change linux to linux-gnu.
10097
10098 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10099 * config.guess: Avoid non-portable tr syntax.
10100
10101 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10102
10103 * test-build.mk (HOLES): Add "xargs" for gdb.
10104
10105 * configure: Avoid hpux10.20 sed bug.
10106
10107 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10108
10109 * configure.in: Add support for windows host
10110 (that is a build done under the Microsoft build environment).
10111
10112 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10113
10114 * Makefile.in: Replace all uses of srcroot with s, to shrink
10115 command line lengths.
10116
10117 Patches from Geoffrey Noer <noer@cygnus.com>:
10118 * configure.in: If configuring for newlib, pass --with-newlib to
10119 subdirectories.
10120 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10121 -Bnewlib/ and -Lwinsup to gcc.
10122 (CXX_FOR_TARGET): Likewise.
10123
10124 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10125
10126 * Makefile.in (ETC_SUPPORT): Add configure.
10127
10128 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10129
10130 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10131 host configuration file.
10132
10133 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10134
10135 * configure.in: Break mn10x00 support into separate
10136 mn10200 and mn10300 configurations.
10137 * config.sub: Likewise.
10138
10139 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10140
10141 * configure.in: Add lots of stuff to noconfigdirs for
10142 the mn10x00 targets.
10143
10144 * config.sub, configure.in: Add mn10x00 support.
10145
10146 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10147
10148 * make-all.com: Call conf-a-gas, not config-a-gas.
10149
10150 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10151
10152 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10153 targets.
10154
10155 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10156
10157 * mpw-README: Add much more detail for native PowerMac.
10158 * mpw-install: New file.
10159 * mpw-configure: Add --norecursion and --help options.
10160 * mpw-config.in: Translate readme and install files when
10161 copying to objdir.
10162 * mpw-build.in: Don't always depend on byacc and flex.
10163 (install-only-top): New action.
10164
10165 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10166
10167 * configure.in: You can now configure GDB for the v850.
10168
10169 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10170
10171 * configure.in (noconfigdirs): Don't configure any C++ dirs
10172 if targeting D10V.
10173
10174 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10175
10176 * config.sub: Recognize mips64vr5000.
10177
10178 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10179
10180 * configure.in: Use a single line for host_tools and native_only.
10181
10182 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10183
10184 * config.sub, configure.in: Add entries for m32r.
10185
10186 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10187
10188 * Makefile.in (inet-install): Don't run install-gzip.
10189
10190 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10191
10192 * configure.in: Don't config lots of things for *-*-windows*.
10193
10194 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10195
10196 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10197 (host_libs, host_tools): Copy from configure.in.
10198 * mpw-configure: Don't complain about directories not found.
10199
10200 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10201
10202 * configure.in (i[345]86): Recognize i686 for pentium pro.
10203 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10204 file.
10205
10206 * config.guess (i[345]86): Ditto.
10207
10208 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10209
10210 * configure.in (noconfigdirs): Removed gdb for D10V.
10211
10212 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10213
10214 * configure.in: Remove ld, target-libio, target-libg++, and
10215 target-libstdc++ from noconfigdirs.
10216
10217 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10218
10219 * configure: Fix three locations where shell scripts were
10220 being run directly rather than with config_shell.
10221
10222 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10223
10224 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10225 * config.sub (basic_machine): Recognize v850.
10226
10227 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10228
10229 * mpw-configure: Handle multiple enable/disable options and
10230 pass them down recursively, handle -c and -s flags appropriately
10231 depending on choice of compiler, add escape mechanism for
10232 quoted arguments to gC.
10233
10234 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10235
10236 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10237 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10238 so that -mrelocatable-lib and -mno-eabi are used.
10239
10240 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10241 not support --print-multi-lib, don't abort.
10242
10243 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10244
10245 * make-all.com: Run config-a-gas.
10246 * setup.com: Don't copy subdirectory files around.
10247
10248 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10249
10250 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10251 target, it now compiles correctly.
10252
10253 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10254
10255 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10256
10257 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10258
10259 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10260
10261 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10262
10263 * configure.in (native_only): Add prms.
10264
10265 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10266
10267 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10268 (BINUTILS_SUPPORT_DIRS): Likewise.
10269
10270 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10271
10272 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10273 d10v support is added.
10274
10275 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10276
10277 * configure.in (d10v-*-*): New target.
10278
10279 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10280
10281 * config.guess (HP 9000/811): Recognize this as a PA1.1
10282 machine.
10283
10284 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10285
10286 * Makefile.in (do-tar-gz): New target, split out from tail end of
10287 taz target. Run each command separately, don't use pipes.
10288 (taz): Use it.
10289
10290 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10291
10292 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10293 * mpw-build.in: No builds should depend on building byacc or flex,
10294 they are assumed to be installed already.
10295
10296 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10297
10298 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10299 variable that CC_FOR_TARGET needs.
10300
10301 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10302
10303 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10304 options have changed since the last time the subdirectory was
10305 configured, and if it has, reconfigure.
10306 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10307 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10308
10309 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10310
10311 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10312 CLEAN_MODULES): Add bash.
10313 (all-bash): New target.
10314
10315 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10316
10317 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10318
10319 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10320
10321 * config.sub (basic_machine): Recognize d10v as a valid processor.
10322
10323 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10324
10325 * mpw-configure: Add support for --bindir.
10326 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10327
10328 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10329
10330 * configure.in: add bash, time, gawk to list of hosttools and things
10331 to only build for native toolchains
10332
10333 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10334
10335 * Makefile.in (docdir): Remove.
10336
10337 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10338
10339 * Makefile.in (datadir): Set to $(prefix)/share.
10340
10341 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10342
10343 * configure.in: build diff and patch for cygwin32-hosted
10344 toolchains.
10345
10346 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10347
10348 * config.sub: Accept -rtems*.
10349
10350 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10351
10352 * configure.in: enable dosrel for cygwin32-hosted builds,
10353 remove diff from the list of things not buildable
10354 via Canadian Cross
10355
10356 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10357
10358 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10359 don't get ". ".
10360
10361 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10362
10363 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10364
10365 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10366
10367 * Makefile.in (taz): Handle case where tex3patch didn't even get
10368 checked out. Also, if it was found, put the symlink in a new util
10369 subdirectory.
10370
10371 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10372
10373 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10374
10375 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10376
10377 * config.sub: Recognize -openvms.
10378 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10379 * make-all.com, setup.com: New files.
10380
10381 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10382
10383 * Makefile.in (taz): tex3patch moved to texinfo/util.
10384
10385 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10386
10387 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10388 * configure.in: remove make from disable-if-Can-Cross list
10389 enable gdb if ${host} and ${target} are cygwin32
10390
10391 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10392
10393 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10394 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10395
10396 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10397
10398 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10399 distinguish sysv/svr4/bsd variants.
10400 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10401
10402 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10403
10404 * configure.in: Added copyright notice.
10405 * move-if-change: Added copyright notice.
10406
10407 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10408
10409 * configure.in (powerpcle-*-solaris*): Until we get shared
10410 libraries working, don't build gdb, sim, make, tcl, tk, or
10411 expect.
10412
10413 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10414
10415 * config.guess: Merge with FSF:
10416
10417 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10418 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10419
10420 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10421 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10422
10423 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10424 * config.guess: Combine two OSF1 rules.
10425 Also recognize field test versions. From mjr@zk3.dec.com.
10426 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10427 because GNU uname does not support -p. From pmr@pajato.com.
10428
10429 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10430
10431 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10432
10433 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10434
10435 * mpw-README: Document GCCIncludes.
10436
10437 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10438
10439 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10440
10441 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10442
10443 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10444
10445 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10446
10447 * configure.in (*-*-cygwin32): Configure make.
10448
10449 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10450
10451 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10452
10453 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10454
10455 * Makefile.in (all-inet): Depend on all-perl.
10456
10457 * Makefile.in (inet-install): New target.
10458
10459 * Makefile.in (all-inet): Depend on all-tcl.
10460 (all-inet): Depend on all-send-pr.
10461
10462 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10463
10464 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10465 temporarily.
10466
10467 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10468
10469 * configure.in: Don't configure --with-gnu-ld on AIX.
10470
10471 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10472
10473 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10474
10475 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10476
10477 * Makefile.in (ALL_MODULES): Added all-inet.
10478 (CROSS_CHECK_MODULES): Added check-inet.
10479 (INSTALL_MODULES): Added install-inet.
10480 (CLEAN_MODULES): Added clean-inet.
10481 (all-indent): New target.
10482
10483 * configure.in (host_tools): Added inet.
10484 (native_only): Added inet.
10485 (noconfigdirs): Added inet.
10486
10487 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10488
10489 * configure.in: Don't configure libgloss if we are not configuring
10490 newlib.
10491
10492 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10493
10494 * configure.in: Don't configure libgloss for unsupported
10495 architectures.
10496
10497 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10498
10499 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10500
10501 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10502
10503 * Makefile.in (ALL_MODULES): Include all-apache.
10504 (CROSS_CHECK_MODULES): Include check-apache.
10505 (INSTALL_MODULES): Include install-apache.
10506 (all-apache): New target.
10507
10508 * configure.in: Added apache everywhere perl is seen.
10509
10510 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10511
10512 * Makefile.in: Add support for clean-{module} and
10513 clean-target-{module} rules.
10514
10515 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10516
10517 * configure.in (*-*-ose) do not build libgloss.
10518
10519 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10520
10521 * config.guess (prep*:SunOS:5.*:*): Turn into
10522 powerpele-unknown-solaris2.
10523
10524 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10525
10526 * configure.in: Permit --enable-shared to specify a list of
10527 directories.
10528
10529 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10530
10531 * configure.in (host==solaris): Pass only the first word of $CC
10532 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10533
10534 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10535
10536 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10537
10538 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10539
10540 * Makefile.in (ALL_MODULES): Include all-perl.
10541 (CROSS_CHECK_MODULES): Include check-perl.
10542 (INSTALL_MODULES): Include install-perl.
10543 (ALL_X11_MODULES): Include all-guile.
10544 (CHECK_X11_MODULES): Include check-guile.
10545 (INSTALL_X11_MODULES): Include install-guile.
10546 (all-perl): New target.
10547 (all-guile): New target.
10548
10549 * configure.in (host_tools): Include perl and guile.
10550 (native_only): Include perl and guile.
10551 (noconfigdirs): Don't build guile and perl; no ports have been
10552 done.
10553
10554 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10555
10556 * configure (--enable-*): Handle quoted option lists such as
10557 --enable-sim-cflags='-g0 -O' better.
10558
10559 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10560
10561 * Makefile.in ({,inst}all-target): New rule so we can make and
10562 install all of the target directories easily.
10563
10564 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10565
10566 * configure.in: Add missing global flag in sed substitution when
10567 deleting `target-' from ${configdirs}.
10568
10569 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10570
10571 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10572 option.
10573
10574 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10575 config/mh-necv4.
10576
10577 * install.sh: Correct misspelling of transformbasename.
10578
10579 * config.guess: Recognize mips-*-sysv*.
10580
10581 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10582
10583 * config.sub: Recognize mon960.
10584
10585 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10586
10587 * configure: Restore Canadian Cross handling of BISON and LEX,
10588 removed in Feb 20 change.
10589
10590 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10591
10592 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10593 Mention make install. Remove the old copyright date as well the
10594 clumsy and rather pointless copyright on the README file.
10595
10596 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10597
10598 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10599 Makefile after running symlink-tree, then run `make distclean' to
10600 avoid clobbering any generated files in srcdir.
10601
10602 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10603
10604 * configure.in (m68k-*-netbsd*): Build everything now.
10605
10606 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10607
10608 * Makefile.in (taz): Fix quoting.
10609
10610 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10611
10612 * configure.in (sparclet-*-*): Build everything now.
10613
10614 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10615
10616 * configure.in (m68k-*-linux*): New host.
10617
10618 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10619
10620 * configure: Check for bison before byacc.
10621
10622 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10623
10624 * Makefile.in configure: Change the way LEX and BISON/YACC are
10625 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
10626 searching PATH. These are used as fallbacks by Makefile.in if
10627 flex/bison/byacc aren't in objdir.
10628
10629 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
10630
10631 * Makefile.in: Make everything which depends upon all-bfd also
10632 depend upon all-opcodes, in case --with-commonbfdlib is used.
10633
10634 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10635
10636 * configure.in (host *-*-cygwin32): Don't build gdb if we are
10637 building NT native compilers on Unix.
10638
10639 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
10640
10641 * configure.in: Don't get CC from the host Makefile fragment if we
10642 can find gcc in PATH, or if this is a Canadian Cross. Move the
10643 Solaris test for /usr/ucb/cc to the post target script, just after
10644 the compiler sanity test.
10645
10646 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
10647
10648 * config.sub: Merge with FSF.
10649
10650 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
10651
10652 * Makefile.in (RPATH_ENVVAR): New variable.
10653 (REALLY_SET_LIB_PATH): Use it.
10654 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10655
10656 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
10657
10658 * config.sub, configure.in: Recognize sparclet cpu.
10659
10660 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10661
10662 * config.guess: Support m68k-cbm-sysv4.
10663
10664 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10665
10666 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10667 m68k-unknown-linuxaout from linker help string. Put quotes around
10668 $ld_help_string.
10669
10670 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
10671
10672 * config.guess (powerpc-harris-powerunix): Add guess for port
10673 to new target.
10674
10675 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10676
10677 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10678
10679 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
10680
10681 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10682 $(REALLY_SET_LIB_PATH) in Makefile.
10683 * Makefile.in (SET_LIB_PATH): New variable.
10684 (REALLY_SET_LIB_PATH): New variable.
10685 ($(DO_X)): Use $(SET_LIB_PATH).
10686 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10687 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10688 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10689 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10690 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10691 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10692 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10693 (install-dosrel): Likewise.
10694 (all-opcodes): Depend upon all-libiberty.
10695
10696 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
10697
10698 * config.guess (*:CYGWIN*): New
10699
10700 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10701
10702 * Makefile.in (all-target-winsup): All all-target-libiberty.
10703
10704 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10705
10706 * configure.in (noconfigdirs): Add missing # in front of comment.
10707
10708 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
10709
10710 * configure.in: add second pass to things added to noconfigdirs
10711 so *-gm-magic can exclude libgloss properly.
10712
10713 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
10714
10715 * mpw-configure (extralibs_name, rez_name): Set correctly
10716 for MWC68K compiler.
10717
10718 * mpw-README: Add more info on the necessary build tools.
10719
10720 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
10721
10722 * configure.in, config.sub: Recognize cygwin32.
10723
10724 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
10725
10726 * config.guess, config.sub: Recognize A/UX.
10727
10728 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
10729
10730 * config.sub: Merge with gcc/config.sub.
10731
10732 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
10733
10734 * mpw-build.in (do-binutils): Add build of stamps.
10735
10736 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
10737
10738 * config.sub: Add recognition for mips64vr4100*-* targets.
10739
10740 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10741
10742 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10743 Add creation of gconfigargs with `--enable-shared' turned on.
10744 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10745 ($(host)-stamp-stage3-configured): Likewise.
10746 (HOLES): Add chatr and ldd.
10747 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10748
10749 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
10750
10751 * configure: Pass --nfp to recursive configures.
10752
10753 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
10754
10755 * Makefile.in (DLLTOOL): New.
10756 (DLLTOOL_FOR_TARGET): New.
10757 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10758 (EXTRA_TARGET_FLAGS): Ditto.
10759 (EXTRA_GCC_FLAGS): Ditto.
10760 (CONFIGURE_TARGET_MODULES): Ditto.
10761 (DO_X): Ditto.
10762 * configure: Add DLLTOOL.
10763
10764 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
10765
10766 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10767 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10768 mh-sco, since old workarounds no longer needed, and don't
10769 build ld, since libraries have weak symbols in COFF.
10770
10771 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
10772
10773 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10774
10775 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
10776
10777 * configure.in: Make sure that ${CC} can be used to compile an
10778 executable.
10779
10780 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10781
10782 * Makefile.in (all-gdb): Depend on $(GDB_TK).
10783 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10784 nothing depending on whether gdbtk is being built.
10785
10786 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
10787
10788 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10789
10790 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
10791
10792 * configure.in (noconfigdirs): Put ld or gas in this early, if the
10793 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10794
10795 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
10796
10797 * config-ml.in: Add support for
10798 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10799 Simplify setting of multidirs from --disable-foo.
10800
10801 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10802
10803 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10804 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10805 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10806 non-empty, pass them on to the GCC make.
10807 (all-bootstrap): New rule that is like all-gcc, except it executes
10808 the GCC bootstrap rule instead of the GCC all rule.
10809
10810 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
10811
10812 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10813
10814 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10815
10816 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10817 DG/UX support.
10818
10819 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
10820
10821 * config.sub (i*86*) Change [345] to [3456]
10822
10823 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10824
10825 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10826 --with-gnu-ld=no.
10827
10828 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10829
10830 * config-ml.in (rs6000*, powerpc*): Add switches to control which
10831 AIX multilibs get built.
10832
10833 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10834
10835 * configure.in (i386-win32): Don't build expect if we're not
10836 building the tcl subdir.
10837
10838 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
10839
10840 * Makefile.in: (configure-target-examples, all-target-examples):
10841 New targets, configure and build example programs.
10842
10843 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10844
10845 * mpw-configure: If an mpw-config.in generated a file mk.sed,
10846 use it as input to sedit the generated MPW makefile.
10847 * mpw-README: Add a suggestion about Gestalt.h.
10848
10849 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
10850
10851 * config.sub: Accept *-*-ieee*.
10852
10853 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
10854
10855 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
10856 Ronald F. Guilmette <rfg@monkeys.com>.
10857
10858 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10859
10860 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10861 for powerpc-pe native.
10862 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10863 (target==powerpc-pe): duplicate i386-win32 entry.
10864
10865 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10866
10867 * configure.in (noconfigdirs): Exclude target-newlib for all versions
10868 of vxworks, not just vxworks5.1.
10869
10870 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
10871
10872 * mpw-configure: Add support for exec-prefix.
10873
10874 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10875
10876 * config.guess: Recognize HP model 816 machines as having
10877 a PA1.1 processor.
10878
10879 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
10880
10881 * configure: Ignore new autoconf configure options.
10882
10883 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10884
10885 * config.guess: Recognize Pentium under SCO.
10886 From Robert Lipe <robertl@arnet.com>.
10887
10888 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10889
10890 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
10891
10892 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
10893
10894 * configure.in: Don't configure gas for alpha-dec-osf*.
10895
10896 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
10897
10898 * configure.in: Default to --with-stabs for some targets for which
10899 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10900 i[345]86*-*-unixware*.
10901
10902 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
10903
10904 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10905 rather than basing it on the target. Simplify handling of options
10906 controlling which directories to configure. Remove extraneous
10907 slash in multi-clean target.
10908
10909 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
10910
10911 * config-ml.in: Prefix more variables with ml_ so they don't collide
10912 with configure's.
10913
10914 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
10915
10916 * configure: Don't turn -v into --v.
10917
10918 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
10919
10920 * configure.in (targargs): Fix typo.
10921
10922 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10923
10924 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
10925
10926 * configure.in: Strip --host and --target options from
10927 CONFIG_ARGUMENTS, and always configure for --host only. Add
10928 --with-cross-host option when building with a cross-compiler.
10929 * configure: Canonicalize the arguments put into config.status by
10930 always using `=' for an option with an argument. Pass a presumed
10931 --host or --target explicitly.
10932
10933 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
10934
10935 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10936 into general OS recognition case.
10937
10938 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10939
10940 * configure.in (target_configdirs): add target-winsup only
10941 for win32 target systems.
10942
10943 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
10944
10945 * Makefile.in (all-target-libgloss): Depend upon
10946 configure-target-newlib, since when libgloss is built it looks to
10947 see if the newlib directory exists.
10948
10949 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
10950
10951 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10952 cfg-ml-*.in.
10953
10954 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
10955
10956 * configure: Handle LD and LD_FOR_TARGET when configuring a
10957 Canadian Cross.
10958
10959 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10960
10961 * configure.in (target_libs): add target-winsup.
10962 (target==i386-win32): add patch diff flex make to $noconfigdirs.
10963 (target==ppcle-pe): remove ld from $noconfigdirs.
10964
10965 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
10966
10967 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10968 Preserve relative path names in $srcdir. Build symlink tree if
10969 configuring cross target dir and srcdir=. (= no VPATH support).
10970 (configure-target-libg++): Depend on configure-target-librx.
10971 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10972 * config-ml.in: New file.
10973 * symlink-tree: New file.
10974 * configure: Ensure srcdir="." if that's what it is.
10975
10976 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
10977
10978 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10979 includes and FLEX_SKELETON setting.
10980 * mpw-configure (--with-gnu-ld): New option, controls whether
10981 to use PPCLink or ld with PowerMac GCC.
10982 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10983 * mpw-config.in: Configure grez if targeting Mac.
10984
10985 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
10986 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10987 just macos.
10988 * configure.in: Configure grez resource compiler if targeting Mac.
10989 * Makefile.in (all-grez, install-grez): New targets.
10990
10991 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
10992
10993 * configure: CXX defaults to gcc, not g++. If we find
10994 gcc in the path, set CC to gcc -O2.
10995
10996 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
10997
10998 * configure: Default ${build} correctly. Avoid picking up extra
10999 spaces when reading CC and CXX from Makefile. When doing a
11000 Canadian Cross, use plausible default values for numerous
11001 variables.
11002 * configure.in: When doing a Canadian Cross, don't try to
11003 configure tools whose configure script can't handle it.
11004
11005 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11006
11007 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11008
11009 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11010
11011 * configure: Remove dubious bug reporting address.
11012
11013 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11014
11015 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11016 configure script, run that instead of this directory's configure.
11017 In either case, print a message that we're configuring the sub-dir.
11018
11019 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11020
11021 * configure.in: Before checking for the existence of various files,
11022 use sed to filter out "target-".
11023
11024 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11025
11026 * Makefile.in (DO_X): Split rule to decrease command line length
11027 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11028 (Philippe De Muyter).
11029
11030 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11031
11032 * Makefile.in (all-patch): depend on all-libiberty.
11033
11034 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11035
11036 * configure.in: If the only directory in target_configdirs which
11037 actually exists is libiberty, then set target_configdirs to empty,
11038 to avoid trying to build a target libiberty in a gas or gdb
11039 distribution.
11040
11041 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11042
11043 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11044 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11045 systems.
11046
11047 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11048
11049 * configure.in (copy_dirs): Use sys-include instead of include
11050 for --with-headers option.
11051
11052 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11053
11054 * Makefile.in, configure.in: Make winsup builds work with
11055 new scheme.
11056
11057 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11058
11059 * configure.in: Build the linker on AIX.
11060
11061 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11062
11063 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11064 where needed.
11065
11066 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11067
11068 * Makefile.in (all-gcc): Fix typo.
11069
11070 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11071
11072 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11073
11074 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11075
11076 * configure.in: Rename libFOO to target-libFOO, and xiberty
11077 to target-xiberty, to provide more flexibility.
11078 (target_subdir): Define. Create if cross.
11079 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11080 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11081 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11082 check-libFOO -> check-target-libFOO, etc.
11083 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11084 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11085 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11086 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11087 allow ALL_GCC="" to only configure.
11088 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11089 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11090 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11091
11092 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11093
11094 * Makefile.in (taz): Build "info" in etc explicitly.
11095
11096 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11097
11098 * configure.in: Make sure that CC is undefined (as opposed to
11099 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11100 problem with autoconf trying to configure on a host without GCC.
11101
11102 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11103
11104 * mpw-configure: Set host alias from choice of host compiler,
11105 only use generic MPW Makefile sed if present, edit a file
11106 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11107 * mpw-README: Add problem notes about CW6 and CW7.
11108
11109 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11110
11111 * Makefile.in (taz): Use ";" instead of ";;".
11112
11113 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11114
11115 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11116 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11117 DISTDOCDIRS.
11118 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11119 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11120
11121 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11122
11123 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11124 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11125 Move bfd to DISTSTUFFDIRS.
11126
11127 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11128
11129 * Makefile.in (X11_LIB): Removed.
11130 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11131
11132 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11133
11134 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11135
11136 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11137 names.
11138
11139 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11140
11141 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11142
11143 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11144
11145 * configure.in (i[345]86-*-win32): Always build newlib.
11146 Don't configure cvs, autoconf or texinfo.
11147 * Makefile.in (LD_FOR_TARGET): New.
11148 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11149 Pass down LD_FOR_TARGET.
11150
11151 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11152
11153 * winsup: New directory.
11154 * Makefile.in: Build winsup.
11155 * configure.in: Winsup is configured when target is win32.
11156 Can only build win32 target GDB when native.
11157
11158 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11159
11160 * config.guess: Recognize HP model 819 machines as having
11161 a PA 1.1 processor.
11162
11163 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11164
11165 * configure: Fix sed loop which substitutes for CC and CXX to
11166 avoid bug found in various sed implementations.
11167
11168 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11169
11170 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11171 simulator. Use standard powerpc-*-eabi*.
11172
11173 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11174
11175 * configure.in: Stop putting gas and binutils in noconfigdirs for
11176 powerpc-*-aix* and rs6000-*-*.
11177
11178 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11179
11180 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11181 -mcall-aixdesc libraries.
11182
11183 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11184
11185 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11186
11187 * config.sub (arm | armel | armeb): Fix shell syntax.
11188
11189 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11190
11191 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11192 -msoft-float and -mcpu=common support.
11193 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11194 libraries.
11195
11196 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11197
11198 * configure.in: Allow configuration and build of emacs19 for the alpha.
11199
11200 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11201
11202 * configure.in (CC): Get ^CC, not just any old CC, from
11203 ${host_makefile_frag}.
11204
11205 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11206
11207 * configure.in (CC): Try to get CC from
11208 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11209
11210 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11211
11212 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11213 only if it exists in $(srcdir).
11214
11215 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11216
11217 * configure: If CC and CXX are not set in the environment, set
11218 them, based on either an existing Makefile or on searching for gcc
11219 in PATH. Substitute for CC and CXX in Makefile.
11220 * configure.in: Remove libm from target_libs. Separate
11221 target_configdirs from configdirs. If CC is not set in
11222 environment, try to get it from a host Makefile fragment. Rewrite
11223 changes of configdirs to use skipdirs instead. A few minor
11224 tweaks. Take directories out of target_configdirs as they are
11225 taken out of configdirs. Remove existing Makefile files from
11226 subdirectories. Substitute for TARGET_CONFIGDIRS and
11227 CONFIG_ARGUMENTS in Makefile.
11228 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11229 by configure.in.
11230 (CONFIG_ARGUMENTS): Likewise.
11231 (CONFIGURE_TARGET_MODULES): New variable.
11232 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11233 ($(CONFIGURE_TARGET_MODULES)): New target.
11234 (configure-libg++, configure-libio): New targets.
11235 (all-libg++): Depend upon configure-libg++.
11236 (all-libio): Depend upon configure-libio.
11237 (configure-libgloss, all-libgloss): New targets.
11238 (configure-libstdc++): New target.
11239 (all-libstdc++): Depend upon configure-libstdc++.
11240 (configure-librx, all-librx): New targets.
11241 (configure-newlib): New target.
11242 (all-newlib): Depend upon configure-newlib
11243 (configure-xiberty): New target.
11244 (all-xiberty): Depend upon configure-xiberty.
11245
11246 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11247
11248 * configure.in (host i[345]86-*-win32): Expand the
11249 noconfigdirs again.
11250
11251 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11252
11253 * mpw-configure: Fix sed command file name.
11254
11255 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11256
11257 * configure.in (host i[345]86-*-win32): Reduce the
11258 noconfigdirs again.
11259
11260 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11261
11262 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11263 or powerpc*-*-pe*, since they are not yet supported.
11264
11265 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11266
11267 Add PowerMac support and many other enhancements.
11268 * mpw-configure: New option --cc to select compiler to use,
11269 paste options set according to --cc into the generated
11270 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11271 if mpw-make.sed is present.
11272 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11273 add forward includes for PowerPC include files.
11274 * mpw-build.in: Build using Makefile.PPC if present.
11275 (do-byacc, etc): Remove separate version resource builds.
11276 (do-gas): Build "stamps" before "all".
11277 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11278 * mpw-README: Update to reflect --cc option, PowerMac support,
11279 and recently-reported compatibility problems.
11280
11281 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11282
11283 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11284 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11285 (--with-multilib-top): Pass to recursive invocations.
11286
11287 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11288
11289 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11290 v810-*-*.
11291
11292 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11293
11294 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11295 gdb, ld and opcodes on v810-*-*.
11296
11297 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11298
11299 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11300 (local-maintainer-clean): New target.
11301 (maintainer-clean): New target.
11302 (realclean): Just depend upon maintainer-clean.
11303
11304 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11305
11306 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11307
11308 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11309
11310 * configure.in: Build ld in mips*-*-bsd* case.
11311
11312 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11313
11314 * config.sub: Accept -lites* OS. From Ian Dall.
11315
11316 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11317
11318 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11319 targets.
11320
11321 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11322
11323 * configure.in: treat i386-win32 canadian cross the same as
11324 i386-go32 canadian cross.
11325
11326 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11327
11328 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11329 running under the simulator to build a reduced set of libraries.
11330 (powerpc-*-eabiaix): Add fine grained multilib support added to
11331 other powerpc targets yesterday.
11332
11333 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11334
11335 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11336 -disable-softfloat, -disable-relocatable, -disable-aix, and
11337 -disable-sysv to control which multilib libraries get built.
11338
11339 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11340
11341 * configure: Add Makefile.tem to list of files to remove in trap
11342 handler.
11343
11344 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11345
11346 * config.guess (*Linux*): Add missing "exit"s.
11347 Also, need specific check for alpha-unknown-linux (uses COFF).
11348
11349 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11350
11351 * config.guess: Merge with FSF:
11352
11353 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11354 * config.guess (AIX4): More robust release numbering discovery.
11355
11356 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11357 * config.guess (i386-sequent-ptx): Properly get version number.
11358
11359 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11360 * config.guess (mips:*:4*:UMIPS): New case.
11361
11362 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11363
11364 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11365 (i386-win32 host): Likewise. Don't build readline.
11366
11367 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11368
11369 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11370 SUPPORT_FILES to submakes.
11371
11372 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11373
11374 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11375 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11376 mpw-configure.
11377
11378 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11379
11380 * configure.in (appdirs): Use =, not ==, in test expression when
11381 trying to build the text to print in the warning message for
11382 Solaris users.
11383
11384 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11385
11386 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11387
11388 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11389
11390 * config.guess: Recognize lynx-2.3.
11391
11392 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11393
11394 * config.sub (z8ksim): Deleted
11395 (z8k-*-coff): New, this is the one true name of the target.
11396
11397 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11398
11399 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11400
11401 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11402
11403 * config.guess (*:Linux:*:*): First try asking the linker what the
11404 default object file format is (elf, aout, or coff). Then if this
11405 fails, try previous methods.
11406
11407 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11408
11409 * configure.in: Don't build newlib for *-*-vxworks5.1.
11410
11411 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11412
11413 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11414 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11415
11416 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11417
11418 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11419
11420 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11421
11422 * cfg-ml-com.in: New file.
11423 * cfg-ml-pos.in: New file.
11424
11425 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11426
11427 * COPYING.NEWLIB: Add HP free copyright to list.
11428
11429 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11430
11431 * config.sub: Recognize -eabi* for the system, not just -eabi.
11432
11433 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11434
11435 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11436 * config.sub, configure.in (win32): New target and host.
11437
11438 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11439
11440 * configure.in: Add i386-pe configuration.
11441
11442 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11443
11444 * mpw-build.in (install): Install GDB after LD.
11445
11446 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11447
11448 * mpw-config.in (elf/mips.h): Always forward-include, needed
11449 for GDB to build.
11450
11451 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11452
11453 * testsuite: New directory for customer acceptance and whole tool
11454 chain tests.
11455
11456 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11457
11458 * configure: If per-host line isn't found, but AC_OUTPUT is found
11459 and a configure script exists, run it instead.
11460
11461 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11462
11463 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11464
11465 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11466
11467 * configure: Set build_{cpu,vendor,os,alias} to host values when
11468 --build isn't specified.
11469
11470 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11471
11472 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11473 (FLAGS_TO_PASS): Pass them.
11474 (EXTRA_TARGET_FLAGS): Ditto.
11475
11476 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11477
11478 * Makefile.in (all-libg++): Depend on all-libstdc++.
11479
11480 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11481
11482 * configure.in (noconfigdirs): Enable all packages for
11483 i386-unknown-netbsd.
11484
11485 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11486
11487 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11488 hosted builds (DOS builds)
11489
11490 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11491
11492 Changes for ARM based on patches from Richard Earnshaw:
11493 * config.sub: Handle armeb and armel.
11494 * configure.in: Omit arm linker only for riscix.
11495
11496 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11497
11498 * config.guess: Update from FSF.
11499
11500 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11501
11502 * config.sub: Recognize powerpcle as the little endian varient of
11503 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11504 powerpcle variant. Convert pentium into i586, not i486. Add p5
11505 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11506 temporarily.
11507
11508 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11509
11510 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11511
11512 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11513
11514 * config.sub: Accept -lites* as a basic system type.
11515
11516 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11517
11518 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11519 installed, and if so return linuxoldld as the system name.
11520
11521 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11522
11523 * config.guess: Add hppa1.1-hp-lites support.
11524
11525 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11526
11527 * configure.in: Don't build newlib for m68k-vxworks5.1.
11528
11529 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11530
11531 * configure.in (mips-sgi-irix6): Use mh-irix5.
11532
11533 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11534
11535 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11536
11537 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11538
11539 * test-build.mk: Enable building of shared libraries on IRIX 5 and
11540 OSF/1. Fix compiler flags.
11541 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11542
11543 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11544
11545 * configure.in: Recognize --with-newlib.
11546 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11547
11548 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11549
11550 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11551 to *_X11_MODULES due to gdbtk needing X include files et al.
11552
11553 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11554
11555 Merge in support for Mac MPW as a host.
11556 (Old change descriptions retained for informational value.)
11557
11558 * mpw-config.in: Add generic include forwards for cpu-specific
11559 include files in aout and elf directories.
11560
11561 * mpw-configure: Added copyright.
11562 * mpw-config.in: Check for presence of required build tools.
11563 (target_libs): Add newlib.
11564 (target_tools): Add examples.
11565 (Read Me): Generate as "Read Me for MPW" instead.
11566 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11567 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11568 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11569
11570 * mpw-configure: Remove subdir-specific makefile hackery,
11571 delete mk.tmp after using it.
11572
11573 * mpw-build.in (all): Display start and end times.
11574
11575 * mpw-configure (host_canonical): Set.
11576 (target_cpu): Always add to makefiles.
11577 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11578 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11579 (mpw-mh-mpw): Look for in srcdir and srcroot.
11580 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11581
11582 * mpw-build.in: (install-only): New target.
11583
11584 * mpw-configure (host_alias, target_alias): Rename from hostalias
11585 and targetalias, add into generated Makefile.
11586 (mk.tmp): If present, add into generated Makefile.
11587 * mpw-build.in (all-gas): Build config.h first before gas proper.
11588
11589 * mpw-configure (config.status): Write only if changed.
11590 * mpw-config.in (readline): Configure it (not built, just used for
11591 definitions).
11592
11593 * mpw-config.in (elf/mips.h): Add a forward include.
11594
11595 * mpw-config.in: Forward-include most .h files in include into
11596 extra-include.
11597 (readline): Don't build.
11598 mpw-build.in (install): Install GDB.
11599
11600 * mpw-configure (prefix, mpw_prefix): Handle it.
11601 * mpw-config.in (mmalloc, readline): Don't configure.
11602 * mpw-build.in (thisscript): Rename to ThisScript.
11603 Use mpw-build instead of BuildProgram everywhere.
11604 (mmalloc, readline): Don't build.
11605 * mpw-README: New file, basic documentation about the MPW port.
11606
11607 * mpw-config.in: Use forward-include to create include files.
11608
11609 * mpw-configure: Add more things to the top of each configured
11610 Makefile, including contents of config/mpw-mh-mpw.
11611 * mpw-config.in (extra-include): Create this directory and fill it
11612 with Posix-like include files when configuring.
11613
11614 * config.sub (apple, mac, mpw): Add various aliases.
11615
11616 * mpw-build.in: New file, top-level build script fragment for MPW.
11617 * mpw-configure: New file, configure script for MPW.
11618 * mpw-config.in: New file, config fragment for MPW.
11619
11620 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11621
11622 * configure.in (host_libs): Remove glob, since it is gone from the
11623 sources.
11624
11625 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11626
11627 * Makefile.in: define empty GDB_NLM_DEPS var.
11628
11629 * configure.in(target_makefile_frag): use config/mt-netware
11630 for netware targets.
11631
11632 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
11633
11634 * config.sub: Merge in recent FSF changes. Remove linux special
11635 cases.
11636
11637 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11638
11639 Revert this change:
11640
11641 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11642
11643 * build-all.mk: Use CC=cc -Xs on Solaris.
11644
11645 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11646
11647 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
11648 stop using it.
11649 * Makefile.in: Nuke all references to glob subdirectory.
11650
11651 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11652
11653 * configure.in: Fix --enable-shared logic in per-host.
11654
11655 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
11656
11657 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11658
11659 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11660
11661 * configure.in (noconfigdirs): Don't build gas on AIX, for
11662 powerpc*-*-aix* as well as for rs6000*-*-aix*.
11663
11664 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
11665
11666 * configure: Fix --cache-file to work if the file argument is a
11667 relative path.
11668
11669 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
11670
11671 * configure: If the --cache-file is used, pass it down to
11672 configure in subdirectories.
11673
11674 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
11675
11676 * config.sub: add vxworks29k configuration.
11677
11678 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11679
11680 * Makefile.in (taz): Do "diststuff" part quietly.
11681
11682 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
11683
11684 * config.sub: Mini-merge with gcc/config.sub.
11685
11686 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11687
11688 * config.guess (IRIX): Sed - to _.
11689
11690 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11691
11692 * Makefile.in (source-vault, binary-vault): New targets.
11693
11694 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
11695
11696 * config.sub: Recognize -eabi as a basic system type.
11697
11698 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11699
11700 * configure.in (enable_shared stuff): Fix typo.
11701
11702 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
11703
11704 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11705
11706 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11707
11708 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11709
11710 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11711
11712 * configure.in (rs6000-*-*): Don't build gas.
11713
11714 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
11715
11716 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11717 reduce command line length.
11718 (AS_FOR_TARGET): Check for as.new, not Makefile.
11719 (NM_FOR_TARGET): Check for nm.new, not Makefile.
11720
11721 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
11722
11723 * config.guess: Merge from FSF.
11724
11725 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11726
11727 * configure: Don't use $ when handling program_suffix.
11728
11729 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
11730
11731 * configure.in: Configure tk for hppa/hpux.
11732
11733 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
11734
11735 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
11736
11737 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11738
11739 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
11740 to LIBCXXFLAGS. Tests are better run without it.
11741
11742 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
11743
11744 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11745
11746 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
11747
11748 * configure.in (*-*-netware*): Don't configure xiberty.
11749
11750 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
11751
11752 * configure.in: Remove tk from native_only list.
11753
11754 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
11755
11756 * build-all.mk: Add mips-ncd-elf target to sun4 targets
11757 for special NCD build.
11758
11759 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11760
11761 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11762 makeall.bat, they're only useful for binutils snapshots.
11763 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11764 makeall.bat to specified SUPPORT_FILES.
11765
11766 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
11767
11768 * build-all.mk: Add Ericsson targets to sun4 and solaris
11769 hosts. Add BNR's sun4 target to solaris host, so their
11770 build-from-source will be tested in-house first.
11771
11772 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11773
11774 * Makefile.in (LIBCFLAGS): New variable.
11775 (CFLAGS_FOR_TARGET): Ditto.
11776 (LIBCFLAGS_FOR_TARGET): Ditto.
11777 (LIBCXXFLAGS): Ditto.
11778 (CXXFLAGS_FOR_TARGET): Ditto.
11779 (LIBCXXFLAGS_FOR_TARGET): Ditto.
11780 (BASE_FLAGS_TO_PASS): Pass them.
11781 (EXTRA_TARGET_FLAGS): Ditto.
11782
11783 * configure.in: Support --enable-shared.
11784
11785 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
11786
11787 * configure.in (target_libs): Include libstdc++ again.
11788 * config.guess: Update from FSF (for FreeBSD).
11789
11790 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11791
11792 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11793 makeall.bat.
11794 (DISTDOCDIRS): Add `etc'.
11795 (ETC_SUPPORT_PFX): New variable.
11796 (taz): Include anything from etc starting with a word in
11797 ETC_SUPPORT_PFX.
11798
11799 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11800
11801 * config.sub: Update for recent FSF changes. Remove obsolete
11802 h8300hds entry. Add -windows* and -osx as basic os. Minor
11803 spacing changes.
11804
11805 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11806
11807 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
11808
11809 * config.guess: Merge with FSF.
11810 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11811
11812 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11813
11814 * configure: Since the "trap 0" handler will override the exit
11815 status on many systems, only use it for "exit 1", and make it set
11816 a non-zero exit status; reset it before "exit 0". Also, check
11817 exit status of config.sub, and error out if it failed.
11818
11819 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
11820
11821 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11822 and install libgloss.
11823
11824 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11825
11826 * Makefile.in (all-binutils): Depend upon all-byacc.
11827
11828 * configure.in: Don't build emacs on Irix 5.
11829
11830 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11831
11832 * configure.in (*-*-netware*): Add libio.
11833
11834 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11835
11836 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11837 (CHECK_TARGET_MODULES): Ditto.
11838 (INSTALL_TARGET_MODULES): Ditto.
11839 (TARGET_LIBS): Ditto.
11840 (all-libstdc++): Note dependencies.
11841
11842 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11843
11844 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11845
11846 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11847
11848 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11849 -fexternal-templates.
11850
11851 * configure.in (target_libs): Add libstdc++.
11852 (noconfigdirs): Add libstdc++ as appropriate.
11853
11854 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11855
11856 * config.guess: Update from FSF.
11857
11858 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11859
11860 * configure: Use ${config_shell} when running ${configsub}.
11861
11862 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
11863
11864 * config.sub: No longer recognize h8300h.
11865
11866 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11867
11868 * config.sub: Remove extraneous differences between config.sub and
11869 gcc/config.sub.
11870
11871 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11872
11873 * Makefile.in (DISTSTUFFDIRS): Add gas.
11874
11875 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
11876
11877 * COPYING.NEWLIB: New file.
11878
11879 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
11880
11881 * config.guess (HP-UX): Patch from Harlan Stenn
11882 <harlan@landmark.com> to also emit release level.
11883
11884 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11885
11886 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11887
11888 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
11889
11890 * config.sub: Merge nextstep cleanup from FSF.
11891
11892 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11893
11894 * configure.in (arm-*-*): Don't configure ld for this target.
11895
11896 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11897
11898 * configure.in (*-*-netware): don't configure libg++, libio,
11899 librx, or newlib.
11900
11901 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11902
11903 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
11904 configure ld--it works, but it doesn't support shared libraries.
11905
11906 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
11907
11908 * config.guess (*-unknown-freebsd*): Get rid of possible
11909 trailing "(Release)" in version string.
11910 Patch from Paul Richards <paul@isl.cf.ac.uk>.
11911
11912 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
11913
11914 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11915 Fix type: *-next-neststep -> *-next-nextstep.
11916
11917 * config.guess: Merge from FSF:
11918
11919 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11920
11921 * config.guess: Recognize powerpc-ibm-aix3.2.5.
11922
11923 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11924
11925 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11926 instead of UNIX_SV for UnixWare 1.0).
11927
11928 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
11929
11930 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
11931 to make gdb/nlm/* build after the compiler and linker.
11932
11933 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
11934
11935 * config.guess (netbsd, freebsd, linux): Accept any machine,
11936 not just i[34]86.
11937 (m68k-atari-sysv4): Relocate to match FSF version.
11938
11939 * config.guess: More merges from the FSF:
11940
11941 Add a space before function call or macro invocation.
11942
11943 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11944
11945 * config.guess: Add trap cmd to remove dummy.c and dummy when
11946 interrupted.
11947
11948 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11949
11950 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11951 (dummy): Redirect stderr from compilation of dummy.c.
11952
11953 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
11954
11955 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11956
11957 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
11958
11959 * configure: Accept and ignore --cache*, for compatibility with
11960 new autoconf.
11961
11962 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
11963
11964 * config.guess: Merge from FSF:
11965
11966 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11967
11968 * config.guess (Pyramid*:OSx*:*:*): New case.
11969 (PATH): Add /.attbin at end for finding uname.
11970 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
11971
11972 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
11973
11974 * config.guess (M88*:DolphinOS:*:*): New case.
11975
11976 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
11977
11978 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11979 to select whether to use ELF or COFF.
11980
11981 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11982
11983 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
11984
11985 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11986
11987 * config.guess: Guess the OS version for HPUX.
11988
11989 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11990
11991 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
11992
11993 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11994
11995 * configure.in: Recognize --with-headers, --with-libs, and
11996 --without-newlib.
11997 * Makefile.in (all-xiberty): Depend upon all-ld.
11998
11999 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12000
12001 * configure.in: Change i[34]86 to i[345]86.
12002
12003 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12004
12005 * configure (version): A few more tweaks to help message.
12006
12007 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12008
12009 * Makefile.in: Remove (for now) librx as a host library,
12010 now that we're building it for target.
12011
12012 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12013
12014 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12015 (Karl Berry).
12016
12017 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12018
12019 * configure.in: Also configure librx.
12020
12021 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12022
12023 * Makefile.in: Update various rules to reflect that librx
12024 is now needed for libg++.
12025
12026 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12027
12028 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12029
12030 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12031
12032 * configure.in: Configure the examples directory.
12033
12034 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12035
12036 * configure: Simplify Jun 2 1994 change.
12037
12038 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12039
12040 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12041 /bin/gcc isn't good enough to build gcc.
12042
12043 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12044
12045 * Makefile.in (GDB_SUPPORT_FILES): Remove
12046 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12047 (gdb.tar.gz): Add new rule to use standard distribution building
12048 mechanism.
12049
12050 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12051
12052 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12053 Bill Cox <bill@cygnus.com>.
12054
12055 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12056
12057 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12058
12059 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12060
12061 * configure: Search current dir first in .gdbinit.
12062
12063 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12064
12065 * config.sub: Recognize freebsd (merged from gcc config.sub).
12066
12067 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12068
12069 * config.sub: Refer to NeXT's operating system as nextstep.
12070
12071 * config.sub (case $basic_machine): Re-order the cases, to match
12072 the order in the FSF version (which is mostly alphabethical).
12073 Merge in some additions and changes from the FSF.
12074
12075 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12076
12077 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12078 * config.sub: Recognize cxux7.
12079 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12080
12081 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12082
12083 * config.sub: Fix typo powerpc -> powerpc-*.
12084
12085 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12086
12087 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12088
12089 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12090 parallel with all-emacs and install-emacs). Top-level command
12091 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12092
12093 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12094
12095 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12096 $(relbindir)/make before doing ``make install'', and use
12097 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12098 installing over running make binary.
12099 ($(host)-stamp-stage3-installed): Likewise.
12100
12101 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12102
12103 * config.guess: Recognize Mach.
12104
12105 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12106
12107 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12108 see whether --exec-prefix was used.
12109
12110 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12111
12112 * README: Explicitly mention libg++/README. (Zoo's idea.)
12113
12114 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12115
12116 * Makefile.in: Add all-librx target similar to all-libproc.
12117
12118 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12119
12120 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12121 with post 1.2 uname bogosity.
12122
12123 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12124
12125 * configure: Remove temporary files on receipt of a signal.
12126
12127 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12128
12129 * configure: If there is a package_makefile_frag, remove
12130 ${subdir}/Makefile.tem after copying it in.
12131
12132 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12133
12134 * build_all.mk: support rs6000 lynx identifies itself as
12135 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12136 since /bin/gcc is too feeble to compile a modern gcc.
12137
12138 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12139
12140 * brought devo/test-build.mk update-to-date with progressive/
12141 test-build.mk. Add lynx targets and hppa flag info.
12142
12143 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12144
12145 * configure.in: Use mh-ncrsvr43. Patch from
12146 Tom McConnell <tmcconne@sedona.intel.com>.
12147
12148 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12149
12150 * config.guess (i386-unknown-bsdi): No longer need to
12151 check #if defined(__bsdi__) && defined(__i386__).
12152
12153 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12154
12155 * configure: Set program_transform_nameoption correctly.
12156
12157 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12158
12159 * brought build-all.mk update-to-date with progressive build-all.mk,
12160 added new targets and hppa info.
12161
12162 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12163
12164 * configure: If config.guess result is a prefix of the user
12165 specified target, assume a native build and use the user specified
12166 target as the host alias. Remove SunOS patch suffix removal hack.
12167 * configure.in: Remove SunOS patch suffix removal hack.
12168
12169 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12170 in NATIVE_CHECK_MODULES.
12171
12172 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12173
12174 * Makefile.in: Rename HOST_ONLY to NATIVE.
12175 * configure: Delete SunOs patch suffix from host_canonical
12176 and build_canonical variables that are prepended to Makefiles.
12177 * configure.in: Add comments for easier maintenance.
12178
12179 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12180
12181 * Makefile.in: Add all-libproc target similar to all-gui.
12182
12183 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12184
12185 * Makefile.in (CHECK_MODULES): split into
12186 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12187
12188 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12189
12190 * config.guess (i386-unknown-bsdi): New system to guess.
12191
12192 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12193
12194 * Makefile.in: Add all-gui target (but not yet build by "all").
12195
12196 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12197
12198 * config.sub: Move deletion of patch suffix from here...
12199 * configure.in: To here, at Ian's suggestion. The top-
12200 level scripts might need to know of a patch level.
12201
12202 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12203
12204 * config.sub: Strip off patch suffix so rtl is recognized
12205 as a sunos4.1.3 machine, even though it's been patched.
12206
12207 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12208
12209 * Makefile.in (INSTALL_LAST): Delete.
12210 (INSTALL_DOSREL): New.
12211
12212 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12213
12214 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12215 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12216 whether we pass down --with-gnu-ld anyhow.
12217
12218 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12219
12220 * Makefile.in (INSTALL_LAST): Change operation so it works
12221 on more flavors of make.
12222 * configure.in (go32): Don't build libg++ or libio.
12223
12224 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12225
12226 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12227 they can be overriden by templates.
12228
12229 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12230
12231 * configure.in (target==go32): Don't build gdb.
12232 * dosrel: New directory.
12233
12234 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12235
12236 * configure.in (host==go32): Configure dosrel too.
12237 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12238 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12239 be set by incoming names or templates.
12240 (INSTALL_LAST): New rule.
12241
12242 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12243
12244 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12245
12246 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12247
12248 * configure.in (appdirs): New variable. Currently empty, but will
12249 be used in gas distribution. If nonempty, lists a set of
12250 directories at least one of which must get configured, or top
12251 level configuration is considered to have failed.
12252 (rs6000-*-lynxos*): Use new file name.
12253
12254 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12255
12256 Eliminate XTRAFLAGS.
12257 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12258 newlib include files using -idirafter, and also use -nostdinc.
12259 (CXX_FOR_TARGET): Likewise.
12260 (XTRAFLAGS): Removed.
12261 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12262 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12263 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12264 ($(DO_X)): Don't pass down XTRAFLAGS.
12265
12266 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12267
12268 * configure.in (mips*-dec-bsd*): New target; do build linker.
12269 (mips*-*-bsd*): New target; don't build linker.
12270
12271 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12272
12273 * configure.in: support rs6000-*-lynxos* configuration.
12274 support sunos4 as a cross target.
12275
12276 * config.sub: look for lynx*, not lynx since the OS version may
12277 legitimately be part of the name.
12278
12279 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12280
12281 * configure.in (i[34]86-*-sco*): Move to be with other i386
12282 targets.
12283 (romp-*-*): New target. Skip various binary utilities.
12284 (vax-*-*): New target. Don't build newlib.
12285 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12286
12287 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12288
12289 * configure.in: Only set host_makefile_frag if config
12290 directory exists.
12291
12292 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12293
12294 * install.sh: If $dstdir exists, don't check whether each
12295 component does.
12296
12297 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12298
12299 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12300
12301 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12302
12303 * configure.in (*-*-lynxos*): Don't configure newlib for either
12304 native or cross Lynx.
12305
12306 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12307
12308 * config.sub (sparc64-elf): Fix os.
12309 (z8k): Remove duplicate.
12310
12311 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12312
12313 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12314 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12315
12316 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12317
12318 * configure: Make file links cleanly even if Lynx fails on
12319 an NFS symlink (at least fail cleanly).
12320
12321 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12322
12323 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12324 -XNh2000.
12325
12326 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12327
12328 * configure: Unknown options are fatal again.
12329
12330 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12331
12332 * configure: Ignore --x-includes and --x-libraries, for Autoconf
12333 compatibility.
12334
12335 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12336
12337 * build-all.mk: Add `clean' target.
12338
12339 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12340
12341 * config.guess: Add SINIX support.
12342 * configure.in: Add mips-*-sysv4* support.
12343
12344 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12345
12346 * build-all.mk: Document all useful targets.
12347 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12348 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12349
12350 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12351
12352 * configure: Support --silent, --quiet.
12353
12354 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12355
12356 * configure: Support --disable-FEATURE.
12357
12358 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12359
12360 * config.guess: Recognize NCR running SVR4.3.
12361
12362 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12363
12364 * config.guess: Make BSDI generate i386-unknown-bsd386.
12365 Patch from Paul Eggert <eggert@twinsun.com>.
12366
12367 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12368
12369 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12370
12371 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12372
12373 * configure: Make unrecognized options give nonfatal warnings
12374 instead of fatal errors, and pass them to any subdirectory
12375 configures in case they recognize them.
12376 Make --x equivalent to --with-x.
12377
12378 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12379
12380 * configure: Add --enable-* options. Clean up usage message and
12381 some comments.
12382
12383 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12384
12385 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12386
12387 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12388
12389 * configure.in (hppa*-*-*): Enable binutils.
12390
12391 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12392
12393 * config.sub: Recognize cisco.
12394
12395 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12396
12397 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12398
12399 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12400
12401 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12402 than one configuration name. Add comment.
12403
12404 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12405
12406 * config.guess: about target *-hitachi-hiuxwe2, fixed
12407 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12408 macro is incorrect.]
12409
12410 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12411
12412 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12413 than the "make ls" stuff which used to be here.
12414
12415 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12416
12417 * config.guess: Recognize i[34]86-unknown-freebsd.
12418 From Shawn M Carey <smcarey@rodan.syr.edu>.
12419
12420 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12421
12422 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12423
12424 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12425
12426 * config.guess: Check for ptx.
12427
12428 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12429
12430 * config.sub: Add os9k checking.
12431
12432 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12433
12434 * config.guess: Handle OSF1 running on HPPA processors
12435
12436 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12437
12438 * configure: If subdir configure fails, print out a message with
12439 subdirectory name, in case subdir's configure code didn't identify
12440 itself.
12441
12442 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12443
12444 * configure.in: Remove embedded newlines from configdirs.
12445 Avoid mismatches of substrings. Fix matching strings at end
12446 of configdirs.
12447
12448 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12449
12450 * config.guess: Add Lynx/rs6000 config support.
12451
12452 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12453
12454 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12455
12456 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12457
12458 * configure.in (hppa*-*-osf*): Treat this just like most other
12459 PA configurations (eg no binutils or ld).
12460 (hppa*-*-*elf*): These configurations have binutils and ld.
12461
12462 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12463
12464 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12465
12466 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12467
12468 * configure.in (rs6000-*-*): Build gas.
12469
12470 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12471
12472 * Makefile.in: Avoid bug in losing hpux sed.
12473
12474 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12475
12476 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12477 for GDB and GDB has been fixed to not need it.
12478
12479 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12480
12481 * config.guess: Recognize vax hosts.
12482
12483 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12484
12485 * configure (while loop): Don't use "break 2" inside case
12486 statement -- the case statement isn't an enclosing loop.
12487
12488 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12489
12490 * config.guess: Clean up NeXT support, to allow nextstep
12491 on Intel machines. Make OS be nextstep.
12492
12493 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12494
12495 * config.guess: Add alternate forms for Convex.
12496
12497 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12498
12499 * configure: Completely rewrite option processing. Take
12500 advantage of pattern-matching to avoid invoking test frequently.
12501 Also clean up host and target defaulting logic.
12502
12503 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12504
12505 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12506 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12507 commands (plus user environment) will fit SCO limits.
12508
12509 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12510
12511 * configure.in: Don't issue warnings about directories which are
12512 not being configured if -norecursion is set. Correct test for
12513 --with-gnu-as and --with-gnu-ld to not get confused by substring
12514 matches.
12515
12516 * configure.in: Don't build gas for alpha-dec-osf1*.
12517
12518 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12519
12520 * configure: Back out Per's change of 12/19/1993. It changes the
12521 behavior of configure in unexpected and confusing ways.
12522
12523 Also, use different delim char when calculating
12524 program_transform_name so that the name can contain slashes.
12525
12526 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12527
12528 * configure.in, config.sub: Add support for VSTa micro-kernel.
12529
12530 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12531
12532 * configure.in: Nuke hacks which were used to get a special
12533 version of GAS for HPPA configurations.
12534
12535 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12536
12537 * configure: If only ${target_alias} is given, use that
12538 as the default for ${host_alias}.
12539 * configure: Add missing back-slashes before nested quotes.
12540
12541 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12542
12543 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12544
12545 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12546
12547 * config.guess: Recognize some Tektronix configurations.
12548 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12549
12550 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12551
12552 * config.sub: Match any flavor of SH.
12553
12554 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12555
12556 * configure.in: Don't try to configure newlib for Alpha.
12557
12558 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12559
12560 * configure.in: Don't build ld for Irix 5. Don't build gas,
12561 libg++ or libio for any Alpha target.
12562
12563 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12564
12565 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12566
12567 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12568 default arguments -- so it tried to compress itself.
12569
12570 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12571
12572 * configure.in (notsupp): ensure that a space is always at the end
12573 of the configdirs list, since the grep checks for an explicit space
12574
12575 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12576
12577 * configure.in (target i386-sysv4.2): don't build ld, since static
12578 versions of many libraries are not available.
12579
12580 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12581
12582 * config.guess: Recognize Apollos (using environment variables).
12583 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12584
12585 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12586
12587 * config.guess: Recognize Sony news mips running newsos.
12588
12589 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12590
12591 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12592 "fi ; else" for bash.
12593
12594 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12595
12596 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12597
12598 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12599
12600 * config.sub: accept unixware as an alias for svr4.2.
12601 Fix some inconsistancies with the gcc version.
12602
12603 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12604
12605 * Makefile.in (DISTDOCDIRS): Add gdb.
12606
12607 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12608
12609 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12610
12611 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12612
12613 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12614 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12615 this now.
12616
12617 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12618
12619 * config.sub: Accept hiux* as an OS name.
12620
12621 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12622 etc/make-stds.texi. The underscore came from gcc, and dje now
12623 agrees that RUNTESTFLAGS is the correct name.
12624
12625 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
12626
12627 * install.sh: Remove 'set -e'. It makes any conditionals
12628 in the script useless.
12629
12630 * config.guess: Automatically recognize arm-acorn-riscix
12631 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12632
12633 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
12634
12635 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12636
12637 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12638
12639 * Makefile.in (DISTDOCDIRS): New variable.
12640 (taz): Edit local Makefile.in sooner, instead of proto-toplev
12641 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
12642
12643 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12644
12645 * configure.in (hppa target): check the source directory for the
12646 pagas sub-directory
12647
12648 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
12649
12650 * config.sub: Allow -aout* and -elf*.
12651
12652 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12653
12654 * configure.in: Don't build ld on i386-solaris2, same as for
12655 sparc-solaris2.
12656
12657 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
12658
12659 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12660
12661 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12662
12663 * configure.in: Configure gdb for alpha.
12664
12665 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12666
12667 * Makefile.in (CXXFLAGS): Add -O.
12668
12669 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12670
12671 * config.guess: added support for DG Aviion
12672
12673 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12674
12675 * configure.in: Produce warning message for subdirectories not
12676 configurable for this host/target combination. Don't try to
12677 configure gdb for vms.
12678
12679 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12680
12681 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12682 appropriate files before making "diststuff".
12683 (DISTBISONFILES): New var: list of files to be edited.
12684 (DISTSTUFFDIRS): Add binutils.
12685
12686 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12687
12688 * config.sub: also handle mipsel and mips64el (for little endian mips)
12689
12690 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12691
12692 * configure.in: Add * to end of all OS names.
12693
12694 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
12695
12696 * configure.in: Build newlib for LynxOS native.
12697
12698 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12699
12700 * config.guess: Add support for delta 88k running SVR3.
12701
12702 * configure.in: Add comment about HP compiler vs. emacs.
12703
12704 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12705
12706 * configure.in: don't build ld on solaris2 (not a viable option
12707 due to bugs in getpwnam & getpwuid)
12708
12709 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12710
12711 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12712 config.guess will produce a full version number.
12713
12714 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12715
12716 * configure.in: Build linker and binutils for alpha-dec-osf1.
12717
12718 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12719
12720 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12721 and gdb/testsuite/Makefile.in.
12722
12723 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12724
12725 * configure.in: recognize mips*- instead of mips-
12726
12727 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
12728
12729 * config.sub: Accept linux*coff and linux*elf as operating
12730 systems.
12731
12732 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12733
12734 * config.sub: Recognize mips64, and mips3 as an alias for it.
12735
12736 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12737
12738 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12739 gdb knows how to handle OSF/1 shared libraries.
12740
12741 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12742
12743 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12744 * config.guess: Recognize Hitachi's HIUX.
12745 * config.sub: Recognize h3050r* and hppahitachi.
12746 Remove redundant cases for hp9k[23]*.
12747
12748 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12749
12750 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12751 if gas and ld are in the source tree and are in ${configdirs}.
12752 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12753 --with options (but still pass them down on the command line,
12754 if they were explicitly specified).
12755
12756 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12757
12758 * configure: substitute SHELL value in Makefile.in with
12759 ${CONFIG_SHELL}
12760
12761 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12762
12763 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12764 *-*-solaris2* targets.
12765
12766 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12767
12768 * Makefile.in: define M4, and pass it down to sub-makes;
12769 all-autoconf now depends on all-m4
12770
12771 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12772
12773 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12774 presence of {ar,ranlib} instead of a configured directory
12775
12776 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12777
12778 * config.guess: Accept 34?? as well as 33?? for NCR.
12779
12780 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12781
12782 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12783 of 'gas' in sed commands, since 'gash' is now in the tree as well.
12784
12785 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12786
12787 * configure: grab values for $(CC) and $(CXX) from the
12788 environment, so that someone can do "CC=gcc configure; make" and
12789 have it work right (matching the way that autoconf works now)
12790
12791 * configure.in, Makefile.in: add support for gash, the tcl
12792 interface to Galaxy
12793
12794 * config.guess: add NetBSD variants (hp300, x86)
12795
12796 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
12797
12798 * install.sh: Support -d option (in the manner of SunOS 4 install,
12799 as it is more deterministic than that of GNU install)
12800 (chmodcmd): Set file to mode 755 by default (should also do default
12801 chgrp and chown, but I don't feel like dealing with that now)
12802
12803 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
12804
12805 * config.sub: Remove h8300hhms alias.
12806
12807 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12808
12809 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12810
12811 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12812
12813 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12814 as stmp-fixinc
12815
12816 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12817
12818 * config.sub: recognize m88110-bug-coff.
12819
12820 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12821
12822 * Makefile.in (all-libio): all dependencies on the toolchain used
12823 to build this (gcc, gas, ld, etc)
12824
12825 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12826
12827 * config.guess: Deal with OSF/1 1.3 on alpha.
12828
12829 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12830
12831 * install.sh: add some 'else true' clauses for portability
12832
12833 * configure.in: don't build libio for h8[35]00-*-* targets
12834
12835 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
12836
12837 * Makefile.in: Add support for new libio.
12838
12839 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12840
12841 * install.sh: If one command fails, don't try the rest. Don't try
12842 to remove $dsttmp (via trap) unless we have already created it.
12843 If $src doesn't exist, detect it and exit with an error.
12844
12845 * config.guess: Recognize BSD on hp300.
12846
12847 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
12848
12849 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12850 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12851
12852 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
12853
12854 * Makefile.in (all-send-pr): depends on all-prms
12855
12856 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12857
12858 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12859
12860 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12861
12862 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12863 Added test for mips-mips-riscos5.
12864
12865 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12866
12867 * configure.in: use mh-hp300 for 68k HP hosts
12868
12869 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12870
12871 * configure: add support for CONFIG_SHELL, so that you can use
12872 some alternate shell for evaluating configure scripts
12873
12874 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
12875
12876 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
12877 in configure script to bug-gdb@prep.ai.mit.edu when building
12878 distribution archive.
12879 * Makefile.in (COMPRESS): Remove def.
12880 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
12881 gdb.tar.Z and make-gdb.tar.Z respectively.
12882 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
12883 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
12884 to convergence with 'taz' target in Makefile.in.
12885
12886 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12887
12888 * install.sh (dsttmp): use trap to ensure that tmp files go
12889 away on error conditions
12890
12891 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12892
12893 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12894
12895 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12896
12897 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12898 its parent is '/' not ''.
12899
12900 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12901
12902 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
12903
12904 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12905 that ${newsrcdir}/configure.in does.
12906
12907 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12908
12909 * test-build.mk: support for CONFIG_SHELL
12910
12911 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
12912
12913 * config.sub (netware): Add as a basic system type.
12914
12915 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12916
12917 * Makefile.in (Makefile): depend on configure.in. Also drop the
12918 $(srcdir)/ from the dependency on Makefile.in.
12919
12920 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
12921
12922 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12923 (h8300hhms is temporary until multi-libraries are implemented).
12924 * configure.in: Handle h8300h too.
12925
12926 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12927
12928 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12929
12930 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
12931
12932 * configure: Remove extraneous output when guessing host type.
12933 * config.guess: Remove extraneous output when guessing using C
12934 compiler rather than uname, or when guessing fails.
12935
12936 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12937
12938 * Makefile.in: remove all.cross and install.cross targets
12939
12940 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12941 definitions
12942
12943 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
12944
12945 * configure.in (target sh): Build gprof.
12946
12947 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12948
12949 * config.sub: change -solaris to -solaris2
12950
12951 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12952
12953 * configure.in: Use config/mh-riscos for mips-*-sysv*.
12954
12955 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
12956
12957 * configure: Correct error message for missing Makefile.in to
12958 print correct directory.
12959
12960 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12961
12962 * install.sh: kludge around 386BSD shell bug
12963
12964 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
12965
12966 * config.guess: Recognize NeXT.
12967 * config.guess: Recognize i486-ncr-sysv4.
12968 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
12969
12970 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
12971
12972 * Makefile.in (MAKEINFOFLAGS): New variable.
12973 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12974 * build-all.mk, test-build.mk: Pass down --no-split as
12975 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
12976
12977 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
12978
12979 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
12980
12981 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
12982
12983 * Makefile.in (libg++.tar.z): New rule.
12984 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
12985 * Makefile.in (taz): Only do a single chmod.
12986
12987 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12988
12989 * install.sh: don't use dirname anymore (replaced with sed usage)
12990
12991 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
12992
12993 * Makefile.in: Change extension for gzip'd files from '.z' to
12994 '.gz' per new FSF standard usage.
12995
12996 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12997
12998 * configure: put quotes around the final value of program_transform_name
12999
13000 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13001
13002 * Makefile.in: new install.sh support; update install-info rules
13003
13004 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13005
13006 * configure.in: Build diff for crosses, but not for go32 host.
13007
13008 * configure.in: Build gprof only for native, and don't build it
13009 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13010
13011 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13012
13013 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13014
13015 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13016
13017 * configure.in (host_tools): Add prms.
13018
13019 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13020
13021 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13022 with $(FLAGS_TO_PASS) on the command line
13023
13024 * config.sub: Recognize lynx and lynxos
13025
13026 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13027
13028 * config.sub: Accept -ecoff*, not just -ecoff.
13029
13030 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13031
13032 * Makefile.in (taz): Use .gz suffix instead of .z.
13033 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13034 names.
13035
13036 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13037
13038 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13039
13040 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13041
13042 * Makefile.in (install-no-fixedincludes): install gcc last, so
13043 that rebuilds that might happen during 'make install' don't get
13044 bogus gcc include files
13045
13046 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13047
13048 Change from Utah for HPPA support:
13049 * config.guess: Recognize hppa1.x-hp-bsd.
13050
13051 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13052
13053 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13054 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13055
13056 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13057
13058 * config.sub: Add support for rom68k and bug boot monitors.
13059
13060 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13061
13062 * Makefile.in: Make all-opcodes depend on all-bfd.
13063
13064 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13065
13066 * config.guess: Added special check for i[34]86-univel-sysv4*.
13067
13068 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13069
13070 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13071 the processor rather than assuming i486.
13072
13073 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13074
13075 * config.guess: Recognize SunOS6 as Solaris3.
13076
13077 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13078
13079 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13080 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13081
13082 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13083
13084 * build-all.mk (all-cross): New target for Canadian Cross.
13085 Added Q2 go32 targets.
13086 * test-build.mk: Configure go32 cross sparclite-aout and
13087 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13088 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13089
13090 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13091
13092 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13093 GO32 hosted toolchains
13094
13095 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13096
13097 * configure: change so "-exec-prefix" gets passed down rather
13098 than "-exec_prefix" so autoconf generated Makefiles get the
13099 exec_prefix set right.
13100
13101 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13102
13103 * config.guess: get the Solaris2 minor version number
13104
13105 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13106
13107 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13108
13109 * config.guess: Recognize some Sequent platforms.
13110
13111 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13112
13113 * Makefile.in: added the vault-install target
13114
13115 * configure.in: actually use the Sun3 makefile fragment that's in
13116 config, also added the release dir to configdirs
13117
13118 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13119
13120 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13121
13122 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13123
13124 * configure.in: remove some program from Alpha targetted toolchains
13125
13126 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13127
13128 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13129 gprof.
13130 (taz): Run "make diststuff" in those directories instead of "make
13131 proto-dir". Look for "VERSION=" only at start of line in subdir
13132 Makefile. Use "gzip -9" for compression.
13133 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13134 (binutils.tar.z): New target.
13135
13136 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13137
13138 * Makefile.in (taz): Include gpl.texinfo.
13139
13140 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13141
13142 * Makefile.in (setup-dirs): Merged into "taz" target.
13143 (taz): Only do `proto-dir' stuff if a directory is actually needed
13144 for this target.
13145
13146 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13147
13148 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13149 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13150 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13151 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13152 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13153
13154 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13155
13156 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13157 config.sub, and move-if-change to gdb testsuite distribution
13158 archive, so the testsuite can be extracted, configured, and
13159 run separately from the gdb distribution. Blow away the Chill
13160 tests that require a Chill compiled executable, since GNU Chill
13161 is not yet publically available.
13162
13163 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13164
13165 * test-build.mk: set environment variables in a single command,
13166 instead of a list of assignments and exports
13167
13168 * config.guess: recognize Alpha/OSF1 systems
13169
13170 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13171
13172 * configure: Change help message to prefer --options rather than
13173 -options.
13174
13175 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13176
13177 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13178 zippy@ecst.csuchico.edu.
13179 * config.guess: Recognize miniframe.
13180
13181 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13182
13183 * Makefile.in: Use srcroot to find runtest rather than rootme.
13184 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13185
13186 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13187
13188 * test-build.mk: Extensive additions to support building on a
13189 machine other than the host.
13190
13191 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13192
13193 * configure (tooldir): Fix for i386-aix again.
13194
13195 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13196
13197 * configure, Makefile.in: Change definition of $(tooldir)
13198 to match the FSF.
13199
13200 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13201
13202 * config.guess: Recognize i[34]86/SVR4.
13203
13204 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13205
13206 * Makefile.in (all-gdb): gdb depends on sim.
13207
13208 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13209
13210 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13211 at the same time we make the prototype gdb directory.
13212 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13213 files at the same time as the gdb base release distribution.
13214
13215 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13216
13217 * Makefile.in (check): Use individual check targets rather than
13218 DO_X rule.
13219 (check-gcc): Added.
13220
13221 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13222
13223 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13224 for System V release 3.2.
13225
13226 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13227
13228 * config.sub: Recognize hppaosf.
13229 * configure.in: Do configure ld/binutils/gas for it.
13230
13231 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13232
13233 * configure (tooldir): Alter syntax used to set this, for systems
13234 where "\$" isn't handled right, like i386-aix.
13235
13236 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13237
13238 * configure: Pass program-transform-name, not
13239 program_transform_name, to recursive configures.
13240
13241 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13242
13243 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13244 of gas+ld+binutils.
13245
13246 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13247
13248 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13249
13250 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13251
13252 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13253
13254 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13255
13256 * Makefile.in (PRMS): Set back to all-prms.
13257
13258 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13259
13260 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13261 targets, rather than for MIPS hosts.
13262
13263 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13264
13265 * configure.in: add comment for --with-x default values
13266
13267 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13268
13269 * Makefile.in: add check-* targets for each of the directories in
13270 the tree. Add a definition of RUNTEST that will use the one we
13271 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13272
13273 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13274
13275 * configure.in: Removed obsolete references to bfd_target and
13276 target_makefile_frag.
13277
13278 * build-all.mk: Set assorted targets for Q2.
13279 * config.sub: Recognize z8k-sim and h8300-hms.
13280 * test-build.mk: Really don't pass host to configure.
13281 (HOLES): Added uname.
13282
13283 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13284
13285 * configure: Handle an empty program-prefix, program-suffix or
13286 program-transform-name correctly.
13287
13288 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13289
13290 * build-all.mk: -G 8 no longer required for MIPS targets.
13291 * test-build.mk: Don't pass host argument to configure; make it
13292 guess.
13293
13294 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13295
13296 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13297 * Makefile.in (COMPRESS): New macro, like GZIP.
13298
13299 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13300
13301 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13302
13303 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13304 with gas currently defaults to -G 0.
13305
13306 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13307
13308 * Makefile.in (all-flex): flex depends on byacc.
13309
13310 * build-all.mk: If host not specified, use config.guess. Pass TAG
13311 to test-build.mk as RELEASE_TAG.
13312 * test-build.mk (configargs): New variable containing arguments to
13313 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13314 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13315
13316 * config.guess: Use /bin/uname when checking -X argument on SCO,
13317 to avoid invoking GNU uname which doesn't understand -X.
13318
13319 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13320
13321 * configure.in: Build gas for mips-*-*.
13322
13323 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13324
13325 * Makefile.in (all.normal): insert missing backslash.
13326
13327 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13328
13329 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13330
13331 * Makefile.in: Complete overhaul to merge many almost identical
13332 targets.
13333
13334 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13335
13336 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13337 (gdb.tar.Z): Adjusted.
13338
13339 * Makefile.in (setup-dirs, taz): New targets; should be general
13340 enough to adapt for gdb sometime. Build only .z file.
13341 (gas.tar.z): New target.
13342
13343 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13344
13345 * build-all.mk: Use CC=cc -Xs on Solaris.
13346
13347 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13348
13349 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13350 for handling BISON for FSF releases.
13351
13352 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13353
13354 * configure: Actually implement the change zoo just documented.
13355
13356 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13357
13358 * configure: when using config.guess, only set target_alias when
13359 it's not already been set (ie, on the command line)
13360
13361 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13362
13363 * Makefile.in: add installcheck target, set PRMS to install-prms
13364
13365 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13366
13367 * configure: add support for package_makefile_fragment, handle the
13368 case where a directory has a configure.in file but no Makefile.in
13369 more gracefully (with an actual understandable error message, even);
13370 add support for --without (and add this to the usage message); also
13371 explicitly add a --host=${host_alias} to the command line when
13372 config.guess is used
13373
13374 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13375
13376 * configure: Must use both --host and --target in recursive calls.
13377
13378 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13379
13380 * Makefile.in: Change deja-gnu to dejagnu.
13381
13382 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13383
13384 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13385
13386 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13387
13388 * configure.in: canonicalize all instances to *-*-solaris2*,
13389 also strip out a number of tools to not build for go32 host
13390
13391 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13392
13393 * config.guess: add GPL.
13394
13395 * Makefile.in, config.guess, config.sub, configure: bump
13396 copyrights to 93.
13397
13398 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13399
13400 * Makefile.in (do-info): Removed obsolete check for existence of
13401 localenv file.
13402
13403 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13404
13405 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13406
13407 * Makefile.in: a couple of 'else true' for decstation,
13408 support for TclX
13409
13410 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13411
13412 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13413
13414 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13415
13416 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13417
13418 * config.guess: Recognize i386-ibm-aix (PS/2).
13419 * configure.in: Use config/mh-aix386 file for it.
13420
13421 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13422
13423 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13424 CC_FOR_TARGET instead.
13425 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13426
13427 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13428
13429 * Makefile.in: Add sim to list of directories sent with gdb
13430
13431 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13432
13433 * configure.in: Put back mips-dec-bsd* case.
13434
13435 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13436
13437 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13438 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13439 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13440
13441 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13442
13443 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13444
13445 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13446 (install-info): install dir.info only if it exists,
13447 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13448
13449 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13450
13451 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13452 gas for mips-dec-bsd.
13453
13454 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13455
13456 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13457 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13458
13459 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13460
13461 * configure.in: Added "dejagnu" to hosttools list.
13462
13463 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13464
13465 * config.sub, configure.in, config.guess: Add support
13466 for Bosx, an AIX variant from Bull.
13467 Patches from F.Pierresteguy@frcl.bull.fr.
13468
13469 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13470
13471 * devo/dejagnu: Initial creation of devo/dejagnu.
13472 Migrated dejagnu testcases and support files for testing software
13473 tools to reside as subdirectories, currently called "testsuite",
13474 within the directory of the software tool. Migrated all programs,
13475 support libraries, etc. beloging to dejagnu proper from
13476 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13477 with no modifications. The changes to these files which will
13478 allow them to configure, build, and execute properly will be made
13479 in a future update.
13480
13481 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13482
13483 * Makefile.in: Change send_pr to send-pr.
13484 * configure.in: Likewise.
13485 * send_pr: Renamed directory to send-pr.
13486
13487 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13488
13489 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13490
13491 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13492
13493 * README: Update for gdb-4.8 release.
13494 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13495 gdb-xxx.tar.z (gzip'd) file also.
13496
13497 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13498
13499 * Makefile.in: make all-diff depend on all-libiberty
13500
13501 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13502
13503 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13504
13505 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13506
13507 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13508
13509 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13510
13511 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13512 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13513 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13514
13515 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13516
13517 * Makefile.in: makeinfo binary is in a new location
13518
13519 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13520
13521 * config.sub: Accept -ecoff as an OS.
13522
13523 * Makefile.in: Various changes to eliminate a level of make
13524 recursion and reduce the required command line length.
13525 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13526 sub-makes.
13527 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13528 variables holding settings for specific sub-makes.
13529 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13530 in terms of BASE_FLAGS_TO_PASS.
13531 (TARGET_LIBS): New variable listing directories which use
13532 TARGET_FLAGS_TO_PASS.
13533 (subdir_do): Eliminated.
13534 (do-*): New set of targets to replace subdir_do.
13535 (various): All targets which used subdir_do now depend on do-*.
13536 (local-clean): Renamed from do_clean.
13537 (local-distclean): New target, dependency of distclean and
13538 realclean.
13539 (install-info): Don't create directories. Depend on dir.info
13540 rather than calling make recursively.
13541 (install-dir.info): Eliminated.
13542 (install-info-dirs): Create all info directories here.
13543 (dir.info): Depend upon do-install-info.
13544
13545 * test-build.mk (HOLES): Added false.
13546
13547 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13548
13549 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13550
13551 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13552
13553 * Makefile.in (info): remove dependency on all-texinfo. The
13554 problem was really in texinfo/C, not at this level.
13555
13556 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13557
13558 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13559
13560 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13561
13562 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13563 GDB releases.
13564
13565 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13566
13567 * configure: Include srcdir in message about target of link not
13568 being found. Don't convert `-' to `_' in `with' options being
13569 passed to subdirs.
13570
13571 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13572
13573 * configure.in: add uudecode to host_tools
13574
13575 * Makefile.in: added {all,install}-uudecode targets, added them to
13576 the appropriate lists
13577
13578 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13579
13580 * Makefile.in (all-gcc): Added dependency on all-gas.
13581
13582 * configure.in (mips-*-*): Build ld and binutils.
13583
13584 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13585
13586 * configure: check return code from mkdir, print error message and
13587 exit on failure.
13588
13589 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13590
13591 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13592
13593 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13594
13595 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13596
13597 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13598
13599 * config.sub (h8500): Recognize this as a cpu type.
13600
13601 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13602
13603 * configure: source directory missing is no longer a warning
13604
13605 * configure.in: recognize irix[34]* instead of irix[34]
13606
13607 * Makefile.in: define and pass down X11_LIB
13608
13609 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13610
13611 * guess-systype: Renamed to ...
13612 * config.guess: ... by popular request.
13613 * configure.in, Makefile.in: Update accordingly.
13614
13615 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13616
13617 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13618 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13619 + Execute ./dummy instead of assuming . is in PATH.
13620
13621 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13622
13623 * guess-systype: New shell script. Attempts to guess the
13624 canonical host name of the executing host.
13625 Only a few hosts are supported so far.
13626 * configure: Call guess-systype if no host is specified.
13627
13628 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
13629
13630 * Makefile.in (gcc-no-fixedincludes): Made to work with current
13631 gcc Makefile.
13632
13633
13634 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
13635
13636 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13637 (all-gcc, install-gcc, subdir_do): Use it.
13638
13639 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13640
13641 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13642
13643 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
13644
13645 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13646 set exclusively by configure, using configure.in .
13647
13648 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13649
13650 * test-build.mk: set $PATH for all builds
13651
13652 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13653
13654 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
13655
13656 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
13657 the one used in gcc/Makefile.in, so that a null expansion doesn't
13658 override the one needed to build gcc with a native cc.
13659
13660
13661 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13662
13663 * configure: Accept -with arguments.
13664
13665 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13666
13667 * Makefile.in: added h8300sim
13668
13669 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
13670
13671 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13672 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
13673 (all-cygnus, native, build-cygnus): Make
13674 $(canonhost)-stamp-3stage-done, not $(host)....
13675 * test-build.mk (stamp-3stage-compared): Use tail +10c for
13676 i386-sco3.2v4. Added else true to if command.
13677
13678 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
13679
13680 * config.sub: (from FSF) Sequent uses a BSD-like OS.
13681
13682 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
13683
13684 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13685
13686 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13687
13688 * configure.in: don't remove binutils from Solaris builds
13689
13690 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
13691
13692 * Makefile.in: get rid of earlier definitions for *clean,
13693 also handle the recursive info rule better
13694
13695 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
13696
13697 * Makefile.in (mostlyclean, distclean, realclean): Fix to
13698 do more-or-less the right thing.
13699
13700 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
13701
13702 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13703 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13704
13705 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13706
13707 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13708 $(host_canonical).
13709
13710 * configure.in: split the configdirs list into 4 categories (native
13711 v. cross, library v. tool) and handle the cross-only and native-
13712 only in more reasonable (and correct!) way.
13713
13714 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
13715
13716 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
13717 configdirs anymore.
13718
13719 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13720
13721 * Makefile.in: extensive cleanup:: removed all of the explicit
13722 clean-* targets, collapsed many wrappers around subdir_do into
13723 one, added additional targets to satisfy standards.texi, deleted
13724 some old targets, some changes for consistency
13725
13726 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13727
13728 * configure.in: handle some programs as cross-only, and others as
13729 native only
13730
13731 * test-build.mk: handle partial holes in a more generic manner
13732
13733 * Makefile.in: m4 depends on libiberty
13734
13735 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13736
13737 * configure.in: add m4, textutils, fileutils, sed, shellutils,
13738 time, wdiff, and find to configdirs
13739
13740 * Makefile.in: all, clean, and install rules for the new programs
13741 added to configure.in
13742
13743 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13744
13745 * configure.in: use mh-sun for all *-sun-* hosts
13746
13747 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13748
13749 * Makefile.in: define flags for X11 include files and library file
13750 locations, pass them down to the programs that need this info
13751
13752 * build-all.mk: added a 'native' target, to 3stage the native toolchain
13753
13754 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13755
13756 * configure.in: start building libg++ for HP-UX targets
13757
13758 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
13759
13760 * README: Update references to files moved into etc/.
13761
13762 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
13763
13764 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
13765 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
13766
13767 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
13768
13769 * configure: accept dash as well as underscore in long option
13770 names for FSF compatibility.
13771
13772 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
13773
13774 * config.sub: added -sco3.2v4 support from FSF.
13775
13776 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13777
13778 * configure.in: expand the section that adds or removes
13779 directories from the list of programs to build, to handle native
13780 vs. cross in addition to host v. native
13781
13782 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
13783
13784 * Makefile.in: Replace C++ in macro names with CXX.
13785 This is less likely to break ...
13786
13787 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13788
13789 * test-build.mk: add -w to GNU_MAKE
13790
13791 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13792
13793 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13794 add 'sparc' to list of recognized cpus. This needed to make
13795 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13796 Delete some redundant ose68 variants. Recognize -wrs as an os,
13797 then changes that into $CPU-wrs-vxworks.
13798
13799 * configure.in: remove most references to gdbtest, regularize
13800 target based program removal
13801
13802 * test-build.mk: import from p3 tree (many fixes and changes)
13803
13804 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13805
13806 * Makefile.in: added rules to handle tcl, tk, and expect
13807
13808 * configure.in: handle those directories if they exist
13809
13810 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13811
13812 * config.sub: removed bogus hppabsd and hppahpux names, since
13813 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13814
13815 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13816
13817 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
13818 depends upon all-xiberty
13819
13820 * Makefile.in: changes from p3, including:
13821
13822 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
13823
13824 * Makefile.in (XTRAFLAGS): include newlib directories if
13825 newlib/Makefile exists, rather than if host != target.
13826
13827 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
13828
13829 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13830 from the same source tree and not building a cross-compiler. This
13831 matters for the libg++ configuration if reconfiguring a tree that
13832 has already been installed.
13833
13834 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
13835
13836 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13837 pick up the machine and system specific header files.
13838
13839 * Makefile.in: added AS_FOR_TARGET, passed down in
13840 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13841 the C compiler to use to create programs which are run in the
13842 build environment, set it to default to $(CC), and passed it down
13843 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13844
13845 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
13846
13847 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13848 We need them for unusual native builds, like systems without
13849 ranlib.
13850
13851 * configure: also define $(host_canonical) and
13852 $(target_canonical), which are the full, canonical names for the
13853 given host and target
13854
13855 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
13856
13857 * Makefile.in: Added separate definitions for C++.
13858
13859 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
13860
13861 * configure.in (configdirs): Add deja-gnu.
13862
13863 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
13864
13865 * README: Update for configure.texi and gdb-4.7 release.
13866
13867 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
13868
13869 * Makefile.in: Move "all" target to top of file.
13870 Previously, first target was ".PHONY" which caused BSD4.4 make
13871 to build .PHONY when make was run without arguments.
13872
13873 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
13874
13875 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
13876 Library-copylefted code in libiberty.
13877
13878 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
13879
13880 * config.sub: Replace m68kmote with plain old m68k.
13881
13882 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
13883
13884 * Makefile.in: Remove space from blank line, avoid Make complaints.
13885
13886 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
13887
13888 * config.sub: Complain if no argument is given. Added support for
13889 386bsd as OS and target alias.
13890
13891 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
13892
13893 * Makefile.in (XTRAFLAGS): include newlib directories if
13894 newlib/Makefile exists, rather than if host != target.
13895
13896 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
13897
13898 * config.sub: recognize sparclite-wrs-vxworks.
13899
13900 * Makefile.in (install-xiberty): added *-xiberty make rules (from
13901 p3.) Added clean-xiberty to clean.
13902
13903 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13904
13905 * configure.in: use *-*-* instead of nested cases for host and target
13906
13907 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
13908
13909 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13910 from the same source tree and not building a cross-compiler. This
13911 matters for the libg++ configuration if reconfiguring a tree that
13912 has already been installed.
13913
13914 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
13915
13916 * config.sub (i486v/i486v4): Merge in from FSF version.
13917
13918 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
13919
13920 * configure: only set PWD if it is already set.
13921
13922 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
13923
13924 * configure: just set PWD=`pwd` at the top, since Ultrix sh
13925 doesn't have unset and all success paths (and most error paths)
13926 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13927 to just ${PWD} to avoid confusion.)
13928
13929 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
13930
13931 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13932 even for a native compilation.
13933
13934 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
13935
13936 Changes to make the gdb.tar.Z rule work better.
13937
13938 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
13939 (DEVO_SUPPORT): Add configure.texi.
13940 (bfd-ilrt.tar.Z): Remove ancient rule.
13941
13942 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
13943
13944 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13945 pick up the machine and system specific header files.
13946
13947 * configure.in, config.sub: added new target m68010-adobe-scout,
13948 with alias of adobe68k. Changed configure.in to check for
13949 -scout before -sco* to avoid a false match.
13950
13951 * Makefile.in: added AS_FOR_TARGET, passed down in
13952 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13953 the C compiler to use to create programs which are run in the
13954 build environment, set it to default to $(CC), and passed it down
13955 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13956
13957 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
13958
13959 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13960 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
13961 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13962 FOR_TARGET variants, to newlib and libg++.
13963
13964 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
13965
13966 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13967 first.
13968
13969 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
13970
13971 * config.sub: Accept `elf' as an environment.
13972
13973 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13974
13975 * Makefile.in (all-opcodes): cd into the right directory
13976
13977 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
13978
13979 * configure: added -program_transform_name option, used as
13980 argument to sed when installing programs.
13981 configure.texi: added documentation for -program_prefix,
13982 -program_suffix and -program_transform_name.
13983
13984 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
13985
13986 * config.sub: Accept i486 where i386 ok.
13987
13988 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
13989
13990 * config.sub: accept we32k
13991
13992 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
13993
13994 * config.sub, configure.in: accept OSE68000 and OSE68k.
13995
13996 * Makefile.in: don't create all directories for ``make install'';
13997 let the subdirectories create the ones they need.
13998
13999 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14000
14001 * COPYING: new file, GPL v2
14002
14003 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14004
14005 * Makefile.in: use the new gen-info-dir, which needs a template
14006 argument (which also lives in texinfo)
14007
14008 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14009
14010 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14011
14012 * config.sub (ncr3000): Change i386 to i486.
14013
14014 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14015
14016 * Makefile.in: add install-rcs, install-grep to
14017 install-no-fixedincludes, removed install-bison and install-libgcc
14018
14019 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14020
14021 * configure.in: grab the HPUX makefile fragment if on HPUX
14022
14023 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14024
14025 * Makefile.in: eradicate bison spoor (ditto libgcc).
14026 configure.in: recognise m68{k,000}-ericsson-OSE.
14027 es1800 is alias for m68k-ericsson-OSE
14028
14029 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14030
14031 * configure.in: rearrange the parts that remove programs from
14032 configdirs, based now on HOST==TARGET or by canonical triple.
14033
14034 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14035
14036 * test-build.mk: recurse explicitly with -f test-build.mk when
14037 appropriate. predicate stage3 and comparison on the existence
14038 of gcc. That is, if gcc isn't around, we aren't three-staging.
14039 On very clean, also remove ...stamp-co. Build in-place before
14040 doing other builds.
14041
14042 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14043
14044 * Makefile.in, configure.in: add tgas
14045
14046 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14047
14048 * Makefile.in: a number of changes merged in from progressive.
14049
14050 * configure.in: add libm.
14051
14052 * .cvsignore: ignore some stuff that comes from test-build.mk.
14053
14054 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14055
14056 * config.sub: Add es1800 (m68k-ericsson-es1800).
14057
14058 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14059
14060 * configure: Add program_suffix (parallel to program_prefix)
14061 * Makefile.in: adjust directory-creating script for losing decstation
14062
14063 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14064
14065 * configure: Minor $subdir-related fixes.
14066
14067 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14068
14069 * configure: fix various problems with propogating
14070 makefile_target_frag in subdirs.
14071 * configure.in: config libgcc if its there
14072
14073 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14074
14075 * config.sub: HPPA merge.
14076
14077 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14078
14079 * Makefile.in: Replace all-bison with all-byacc in all
14080 dependency lines for other tools (which now use byacc).
14081
14082 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14083
14084 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14085
14086 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14087
14088 * Makefile.in: make gprof rules similar to byacc rules (instead of
14089 vestigal $(unsubdir) that didn't work...)
14090
14091 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14092
14093 * config.sub: Add support for Linux.
14094 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14095 (at least for libg++).
14096
14097 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14098
14099 * configure.texi: fix doc for the -nfp option to configure
14100
14101 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14102
14103 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14104
14105 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14106
14107 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14108 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14109 * configure.in: added solaris* host_makefile_frag hook.
14110
14111 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14112
14113 * config.sub: changed recognition of m68000 so that various
14114 m68k types can be specified via m680[01234]0
14115
14116 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14117
14118 * config.sub (basic_machine): fix sed so that '-foo' isn't
14119 completely substituted out while .+'-foo' loses the '-foo'
14120
14121 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14122
14123 * config.sub ($os): Add -aout.
14124
14125 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14126
14127 * configure: If host_makefile_frag is absolute, don't
14128 prefix ${invsubdir} (relevant to libg++ auto-configure).
14129
14130 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14131
14132 * Makefile.in (tooldir): Define it.
14133 (all-ld): Depend on all-flex.
14134
14135 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14136
14137 * Makefile.in (check): Fix libg++ special case.
14138
14139 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14140
14141 * configure: do not bury `pwd` into config.status, thus do fewer
14142 pwd's.
14143
14144 * configure: print the "Building in" message only when building in
14145 other than "." AND verbose.
14146
14147 * configure: remove -s, rework -v to better accomodate guested
14148 configures.
14149
14150 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14151
14152 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14153
14154 * Makefile.in: macroize flags passed on recursion. remove
14155 fileutils.
14156
14157 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14158
14159 * configure: get makesrcdir right for subdirs deeper than 1.
14160
14161 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14162 install.
14163
14164 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14165
14166 * Makefile.in: don't print subdir_do or recursion lines.
14167
14168 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14169
14170 * standards.texi: added menu item.
14171
14172 * Makefile.in: build and install standards.info.
14173
14174 * standards.texi: new file.
14175
14176 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14177
14178 * configure: test for and move config.status pieces from
14179 ${subdir}/.
14180
14181 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14182
14183 * configure: Test for existance of files before trying to mv
14184 them, to avoid numerous non-existance messages.
14185
14186 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14187
14188 * configure: correct final line of config.status.
14189
14190 * configure: patch from eggert. Avoids a protection problem if
14191 the original Makefile.in is read only.
14192
14193 * configure: use move-if-change from gcc to create config.status.
14194 Some makefiles depend on config.status to tell if a directory
14195 has been reconfigured for a different host. This change
14196 prevents those directories from remaking everything in the case
14197 where the reconfig was only intended to rebuild a Makefile.
14198
14199 * configure: test for config.sub with "config.sub sun4" rather
14200 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14201 host alias from a missing config.sub.
14202
14203 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14204
14205 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14206 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14207
14208 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14209
14210 * configure: mkdir ${subdir} as needed.
14211
14212 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14213
14214 * Makefile.in,configure.in: added autoconf.
14215
14216 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14217
14218 * Makefile.in: no longer pass against on recursion.
14219
14220 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14221 definitions are not inherited.
14222
14223 * configure: correct makesrcdir when subdir is .
14224
14225 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14226
14227 * configure: Add support for 'subdirs' variable, which is
14228 like 'configdirs', except that configure doesn't re-invoke
14229 itself for subdirs, it just creates a Makefile for each subdir.
14230 * configure.texi: Document subdirs.
14231
14232 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14233
14234 * configure.in: added flex to configdirs
14235
14236 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14237
14238 * Makefile.in: remove clean-stamps from clean.
14239
14240 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14241
14242 * configure.in: Add gdbtest to configdirs.
14243
14244 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14245
14246 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14247 to recursive makes.
14248 * configure.in: Recognize new ncr3000 config.
14249
14250 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14251
14252 * Makefile.in, configure.in: removed references to gdbm.
14253
14254 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14255
14256 * config.sub: Don't canonicalize os value
14257 newsos* to bsd (readline needs to check for newsos).
14258 (This fix was earlier made Jan 31, but got re-broken.)
14259
14260 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14261
14262 * configure.in: sco is an os, not a vendor!
14263
14264 * configure: Quote $( better. Keep various shells happy.
14265
14266 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14267
14268 * Makefile.in: eliminate stamp-files.
14269
14270 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14271
14272 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14273 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14274
14275 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14276
14277 * config.sub: fix iris/iris3.
14278
14279 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14280
14281 * configure: re-add -rm.
14282
14283 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14284
14285 * Maskefile.in: add .stmp-rcs to all.
14286
14287 * configure.in: remove gas from rs6000 build, use aix host fragment.
14288
14289 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14290
14291 * configure: pass down site_option during recursion.
14292
14293 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14294
14295 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14296
14297 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14298
14299 * configure: Change exec_prefix so that it really defaults to prefix.
14300
14301 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14302
14303 * Makefile.in, configure.in: Add support for mmalloc library.
14304
14305 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14306
14307 * Makefile.in: add stmp dependencies for a few more things.
14308
14309 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14310
14311 * configure: adjusted error message on objdir/srcdir configure
14312 collision, per john's suggestion.
14313
14314 * Makefile.in: add libiberty stmp to all and all.cross.
14315
14316 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14317
14318 * Makefile.in: remove force dependencies, add grep to all.
14319
14320 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14321
14322 * Makefile.in: drop flex. make stamp files work.
14323
14324 * configure: added test for conflicting configuration in srcdir,
14325 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14326 gets cranky. use relative paths for configure and srcdir
14327 whenever possible. Send some error messages to stderr that were
14328 going to stdout.
14329
14330 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14331
14332 * Makefile.in: Fix libg++ rule to check for gcc directory
14333 before using gcc/gcc. Also pass XTRAFLAGS.
14334
14335 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14336
14337 * Makefile.in: added stmp-files so that directories aren't polled
14338 when they are already built.
14339
14340 * configure.texi: fixed a node pointer problem.
14341
14342 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14343
14344 * config.sub configure.in gdb/configure.in
14345 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14346 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14347 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14348
14349 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14350
14351 * configure: -recurring becomes -silent. corrected help message
14352 for -site= option.
14353
14354 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14355
14356 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14357
14358 * configure: when building Makefile for crosses, replace
14359 tooldir and program_prefix. default srcdir from location of
14360 config.sub. remove "for host in hosts" and "for target in
14361 targets" loops.
14362
14363 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14364
14365 * Makefile.in: Do not pass bindir or mandir to cvs.
14366
14367 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14368
14369 * Makefile.in, configure.in: removed traces of namesubdir,
14370 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14371 copyrights to '92, changed some from Cygnus to FSF.
14372
14373 * configure.texi: remove most references to multiple hosts,
14374 multiple targets, subdirs, etc.
14375
14376 * configure.man: removed rcsid. reference config.sub not
14377 config.subr.
14378
14379 * Makefile.in: mkdir $(infodir) on install-info.
14380
14381 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14382
14383 * configure.texi: Explain better about .gdbinit and about
14384 the environment that configure.in sections run in.
14385
14386 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14387
14388 * configure.in: Ultrix is only a decstation if it's a MIPS.
14389
14390 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14391
14392 * README: DOC.configure => cfg-paper.texi.
14393
14394 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14395
14396 * config.sub (near case $os): Don't convert newsos* to bsd!
14397
14398 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14399
14400 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14401 the number of copies of COPYING that go into the GDB tar file.
14402
14403 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14404
14405 * bfd/configure.in, gdb/config/mh-i386sco,
14406 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14407 Fix SCO configuration stuff.
14408
14409 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14410
14411 * Makefile.in: For libg++, make sure the -I pointing
14412 to the gcc directory goes *after* all the libg++-local -I flags.
14413 Also, move just-gcc dependency from just-libg++ to all-libg++.
14414
14415 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14416
14417 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14418
14419 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14420
14421 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14422
14423 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14424
14425 * config.sub: Add stratus configuration frags. Also
14426 submitted to FSF.
14427
14428 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14429
14430 * Makefile.in (DEV_SUPPORT): add configure.man.
14431
14432 * config.sub(Decode manufacturer-specific): add -none*.
14433
14434 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14435
14436 * Makefile.in: remove form feeds to make Sun's make happy.
14437 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14438
14439 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14440
14441 * Makefile.in (AR_FLAGS): Make quieter.
14442
14443 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14444
14445 * configure.in: Add libg++.
14446 * configure: When verbose, don't output the command line at each
14447 level; it will be unremarkably the same as the previous version,
14448 which will be the same as what the user typed.
14449
14450 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14451
14452 * configure.in, Makefile.in: fix clean-info, add flex. add
14453 fileutils.
14454
14455 * configure: be less sensitive to spaces in Makefile.in. Do not
14456 look for sources in "..". Doing so breaks subdirectories that
14457 might have their own configure. If a subdir has it's own
14458 configure script, use it.
14459
14460 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14461
14462 * cfg-paper.texi: some changes suggested by rms.
14463
14464 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14465
14466 * config.sub: Merge in some small additions from the FSF version,
14467 taken from the gcc distribution, to bring the Cygnus and FSF
14468 versions into closer sync.
14469
14470 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14471
14472 * configure.in: Changed svr4 references to sysv4.
14473
14474 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14475
14476 * configure: added -V for version number option.
14477
14478 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14479
14480 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14481 renamed from DOC.configure to cfg-paper.texi.
14482
14483 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14484
14485 * configure, config.subr, config.sub: config.subr is now
14486 config.sub again.
14487
14488 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14489
14490 * configure.texi: new file, in progress.
14491
14492 * Makefile.in: build info file and install the man page for
14493 configure.
14494
14495 * configure.man: new file, first cut.
14496
14497 * configure: find config.subr again now that configuration "none"
14498 has gone. removed all traces of the -ansi option. removed all
14499 traces of the -languages option.
14500
14501 * config.subr: resync from rms.
14502
14503 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
14504
14505 * configure, config.sub, config.subr: merge config.sub into
14506 config.subr, call the result config.subr, remove config.sub, use
14507 config.subr.
14508
14509 * Makefile.in: revised install for dir.info.
14510
14511 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
14512
14513 * configure.in: add decstation host makefile frag.
14514
14515 * Makefile.in: BISON now bison -y again. also install-gcc on
14516 install. clean-gdbm on clean. infodir belongs in datadir.
14517 Make directories for info install. Build dir.info here then
14518 install it.
14519
14520 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
14521
14522 * Makefile.in: fix for bad directory tests.
14523
14524 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
14525
14526 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14527 regexp. -srcdir relative was being handled incorrectly.
14528
14529 * Makefile.in: unwrapped some for loops so that parallel makes
14530 work again and so one can focus one's attention on a particular
14531 package.
14532
14533 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
14534
14535 * configure: added PWD as a stand in for `pwd` (for speed). use
14536 elif wherever possible. make -srcdir work without -objdir.
14537 -objdir= commented out.
14538
14539 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
14540
14541 * configure: +options become --options. -subdirs commented out.
14542 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14543 Makefile now at top of generated Makefile. Removed cvs log
14544 entries. added -srcdir. create .gdbinit only if there is one
14545 in ${srcdir}.
14546
14547 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14548 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14549 and mandir now keyed off datadir by default.
14550
14551 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
14552
14553 * Freshly created ChangeLog.
14554
14555 \f
14556 Local Variables:
14557 mode: change-log
14558 left-margin: 8
14559 fill-column: 76
14560 version-control: never
14561 End:
This page took 0.376438 seconds and 4 git commands to generate.