]> git.ipfire.org Git - thirdparty/gcc.git/blob - ChangeLog
Run most tests in both C++98 and C++11 modes.
[thirdparty/gcc.git] / ChangeLog
1 2011-11-09 Jason Merrill <jason@redhat.com>
2
3 * Makefile.def (language=c++): Remove check-c++0x.
4 * Makefile.in (check-gcc-c++): Regenerate.
5
6 2011-11-08 Richard Henderson <rth@redhat.com>
7
8 * configure.ac: Test for libitm directory present first.
9
10 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
11
12 * configure.ac: Test libitm/configure.tgt to disable libitm.
13 * configure: Rebuild.
14
15 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
16 Richard Henderson <rth@redhat.com>
17
18 Merged from transactional-memory.
19
20 * Makefile.def (lang_env_dependencies): libitm is c++.
21 Add libitm target module.
22 * configure.ac: Likewise.
23 * config/mmap.m4: New file.
24 * contrib/gcc_update: Add libitm to touch data.
25 * Makefile.in, configure: Rebuild.
26
27 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28
29 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
30 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
31 * Makefile.in: Regenerate.
32
33 2011-11-01 DJ Delorie <dj@redhat.com>
34
35 * config.sub: Update to version 2011-10-29 (added rl78)
36
37 2011-10-27 Nick Clifton <nickc@redhat.com>
38
39 * config.sub: Import these changes from the config project:
40
41 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
42 Ben Elliston <bje@gnu.org>
43
44 * config.sub (epiphany): New.
45
46 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
47 Ben Elliston <bje@gnu.org>
48
49 * config.sub (hexagon, hexagon-*): New.
50
51 2011-08-23 Roland McGrath <mcgrathr@google.com>
52
53 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
54 64eb to be64.
55
56 2011-08-16 Roland McGrath <mcgrathr@google.com>
57
58 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
59 (nacl): Grok as alias for 32el-unknown-nacl.
60
61 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
62
63 * MAINTAINERS (Write After Approval): Add myself.
64
65 2011-10-24 Teresa Johnson <tejohnson@google.com>
66
67 * MAINTAINERS (Write After Approval): Add myself.
68
69 2011-09-21 Jakub Jelinek <jakub@redhat.com>
70
71 * MAINTAINERS (sparc port): Remove myself.
72
73 2011-09-14 Tom de Vries <tom@codesourcery.com>
74
75 * MAINTAINERS (Write After Approval): Add myself.
76
77 2011-08-14 Yao Qi <yao@codesourcery.com>
78
79 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
80 * configure: Regenerate.
81
82 2011-07-26 Ian Lance Taylor <iant@google.com>
83
84 * configure.ac: Set have_compiler based on whether gcc directory
85 exists, rather than on whether gcc is in configdirs.
86 * configure: Rebuild.
87
88 2011-07-21 Joseph Myers <joseph@codesourcery.com>
89
90 * MAINTAINERS (Global Reviewers): Add self.
91
92 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
93
94 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
95 link directories.
96 * Makefile.in: Rebuild.
97
98 2011-07-20 Ian Lance Taylor <iant@google.com>
99
100 PR bootstrap/49787
101 * configure.ac: Move --enable-bootstrap handling earlier in file.
102 If --enable-bootstrap and either --enable-build-with-cxx or
103 --enable-build-poststage1-with-cxx, enable C++ automatically.
104 * configure: Rebuild.
105
106 2011-07-19 Ian Lance Taylor <iant@google.com>
107
108 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
109 make C++ a boot_language. Set and substitute
110 POSTSTAGE1_CONFIGURE_FLAGS.
111 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
112 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
113 * configure, Makefile.in: Rebuild.
114
115 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
116
117 * MAINTAINERS (Register Allocation): Move myself from reviewers to
118 maintainers.
119
120 2011-07-18 Jakub Jelinek <jakub@redhat.com>
121
122 * MAINTAINERS (Global Reviewers): Add myself.
123
124 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
125
126 * configure: Regenerate.
127
128 2011-07-16 Jason Merrill <jason@redhat.com>
129
130 * Makefile.def (language=c++): Add check-c++0x and
131 check-target-libmudflap-c++.
132 * Makefile.tpl (check-target-libmudflap-c++): New.
133 * Makefile.in: Regenerate.
134
135 2011-07-16 Matthias Klose <doko@ubuntu.com>
136
137 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
138 * Makefile.def (target_modules/libjava): Pass
139 $(EXTRA_CONFIGARGS_LIBJAVA).
140 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
141 if not configured with --enable-static-libjava.
142 * Makefile.in: Regenerate.
143 * configure: Likewise.
144
145 2011-07-15 Jason Merrill <jason@redhat.com>
146
147 * Makefile.in (check-c++): Move check-gcc-c++0x after
148 check-target-libstdc++-v3.
149
150 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
151
152 * MAINTAINERS (c6x port): New entry.
153
154 2011-07-13 Jason Merrill <jason@redhat.com>
155
156 * Makefile.in (check-gcc-c++0x): New.
157 (check-c++): Depend on it.
158
159 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
160
161 PR target/39150
162 * configure.ac (i[3456789]86-*-solaris2*): Also accept
163 x86_64-*-solaris2.1[0-9]*.
164 * configure: Regenerate.
165
166 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
167
168 * MAINTAINERS (RTL optimizers): Add self.
169
170 2011-06-27 Gabriel Charette <gchare@google.com>
171
172 * MAINTAINERS (Write After Approval): Add myself.
173
174 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
175
176 PR regression/47836
177 PR bootstrap/23656
178 PR other/47733
179 PR bootstrap/49247
180 PR c/48825
181 * configure.ac (target_libraries): Remove target-libiberty.
182 Remove case-statement setting skipdirs=target-libiberty for
183 multiple targets. Remove checking target_configdirs and
184 removing target-libiberty but keeping target-libgcc if
185 otherwise empty.
186 * Makefile.def (target_modules): Don't add libiberty.
187 (dependencies): Remove all traces of target-libiberty.
188 * configure, Makefile.in: Regenerate.
189
190 2011-06-13 Walter Lee <walt@tilera.com>
191
192 * configure.ac (tilepro-*-*) New case.
193 (tilegx-*-*): Likewise.
194 * configure: Regenerate.
195
196 2011-06-06 Jing Yu <jingyu@google.com>
197
198 * configure.ac: Skip target-libiberty for
199 arm*-*-linux-androideabi.
200 * configure: Regenerated.
201
202 2011-06-06 Nick Clifton <nickc@redhat.com>
203
204 * config.sub: Sync from upstream.
205
206 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
207
208 * MAINTAINERS (Write After Approval): Add myself.
209
210 2011-06-01 Daniel Jacobowitz <drow@false.org>
211
212 * MAINTAINERS: Update my email address.
213
214 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
215
216 * MAINTAINERS (Write After Approval): Update my email address.
217
218 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
219
220 * MAINTAINERS (Write After Approval): Add myself.
221
222 2011-05-08 Doug Kwan <dougkwan@google.com>
223
224 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
225 * configure: Regenerated.
226 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
227 value from configure.
228 * Makefile.in: Regenerated.
229
230 2011-05-05 Joseph Myers <joseph@codesourcery.com>
231
232 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
233 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
234 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
235 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
236 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
237 *-*-vxworks*): Disable newlib and libgloss in separate case
238 statement.
239 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
240 to separate case statement.
241 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
242 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
243 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
244 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
245 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
246 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
247 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
248 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
249 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
250 i[[3456789]]86-*-rdos*, m32r-*-*,
251 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
252 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
253 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
254 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
255 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
256 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
257 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
258 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
259 and libgloss in main case over targets. Remove most empty cases
260 in main case over targets.
261 * configure: Regenerate.
262
263 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
264
265 * MAINTAINERS (Write After Approval): Add myself.
266
267 2011-05-04 Joseph Myers <joseph@codesourcery.com>
268
269 * configure.ac: Remove code setting special library locations for
270 hppa*64*-*-hpux11*. Remove code setting compiler for
271 sparc-sun-solaris2*.
272 * configure: Regenerate.
273
274 2011-05-04 Joseph Myers <joseph@codesourcery.com>
275
276 * configure.ac: Separate libgloss_dir settings from general case
277 over targets.
278 * configure: Regenerate.
279
280 2011-04-28 Joseph Myers <joseph@codesourcery.com>
281
282 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
283 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
284 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
285 cases in libgcj-disabling case statement.
286 (hppa*64*-*-linux*): Set unsupported_languages instead of
287 disabling target-zlib.
288 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
289 to hppa*64*-*-hpux*.
290 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
291 hppa*-*-hpux*.
292 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
293 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
294 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
295 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
296 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
297 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
298 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
299 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
300 libgcj-disabling case statement.
301 * configure: Regenerate.
302
303 2011-04-28 Joseph Myers <joseph@codesourcery.com>
304
305 * configure.ac: Disable Java for targets not supporting libffi.
306 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
307 Remove cases in Java-disabling statement.
308 (*arm-wince-pe): Change to arm-wince-pe.
309 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
310 cases in Java-disabling statement.
311 (bfin-*-*): Don't disable Java again.
312 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
313 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
314 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
315 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
316 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
317 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
318 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
319 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
320 Java-disabling statement.
321 (mmix-*-*): Don't disable Java again.
322 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
323 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
324 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
325 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
326 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
327 statement.
328 * configure: Regenerate.
329
330 2011-04-28 Joseph Myers <joseph@codesourcery.com>
331
332 * configure.ac: Separate cases disabling Java and Java libraries
333 from general case over targets.
334 * configure: Regenerate.
335
336 2011-04-21 Jie Zhang <jzhang918@gmail.com>
337
338 * MAINTAINERS: Update my email address.
339
340 2011-04-20 Easwaran Raman <eraman@google.com>
341
342 * MAINTAINERS (Write After Approval): Add myself.
343
344 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
345
346 PR lto/48086
347 * configure.ac: Re-enable LTO on *-apple-darwin9*.
348 * configure: Regenerate.
349
350 2011-04-16 Jim Meyering <meyering@redhat.com>
351
352 * MAINTAINERS (Write After Approval): Add myself.
353
354 2011-04-15 Dodji Seketeli <dodji@redhat.com>
355
356 * MAINTAINERS: Update my email address.
357
358 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
359
360 * MAINTAINERS (Write After Approval): Add myself.
361
362 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
363
364 * MAINTAINERS (Write After Approval): Add myself.
365
366 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
367
368 * MAINTAINERS (Write After Approval): Add myself.
369
370 2011-04-06 Joseph Myers <joseph@codesourcery.com>
371
372 * configure.ac (build_tools): Remove build-byacc.
373 (host_libs): Remove mmalloc.
374 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
375 autoconf automake libtool diff rcs fileutils shellutils time
376 textutils wdiff find uudecode hello tar gzip indent recode release
377 sed perl gawk findutils gettext zip.
378 (libgcj): Remove target-qthreads.
379 (target_tools): Remove target-examples target-gperf.
380 (YACC): Don't handle building byacc.
381 * configure: Regenerate.
382 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
383 dosutils, examples, fileutils, find, findutils, gawk, gettext,
384 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
385 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
386 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
387 handle building components.
388 * Makefile.in: Regenerate.
389
390 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
391
392 * MAINTAINERS: Update my email address as Xtensa maintainer.
393
394 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
395
396 * config.sub: Sync from upstream.
397
398 2011-04-01 Joseph Myers <joseph@codesourcery.com>
399
400 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
401 (microblaze*): Don't disable libssp.
402 * configure: Regenerate.
403
404 2011-04-01 Joseph Myers <joseph@codesourcery.com>
405
406 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
407 moveifchange.
408 * configure: Regenerate.
409 * Makefile.tpl: Use @SHELL@ not @config_shell@.
410 * Makefile.in: Regenerate.
411
412 2011-04-01 Joseph Myers <joseph@codesourcery.com>
413
414 * configure.ac (*-*-sysv4*): Don't enable libgomp.
415 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
416 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
417 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
418 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
419 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
420 md_exec_prefix cases.
421 * configure: Regenerate.
422
423 2011-04-01 Joseph Myers <joseph@codesourcery.com>
424
425 * configure.ac: Separate cases disabling target-libssp,
426 target-libiberty, target-libstdc++-v3 and Fortran from general
427 case over targets.
428 * configure: Regenerate.
429
430 2011-04-01 Joseph Myers <joseph@codesourcery.com>
431
432 * configure.ac (*-*-chorusos): Don't disable libgcj.
433 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
434 Remove case.
435 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
436 (arm-*-coff): Don't disable libgcj.
437 (arm*-*-linux-gnueabi): Remove useless assignment.
438 (arm-*-riscix*): Don't disable libgcj.
439 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
440 configuration.
441 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
442 (c54x*-*-*): Remove case.
443 (tic54x-*-*): Don't disable GCC or GCC libraries.
444 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
445 to *.
446 (d10v-*-*): Don't disable GCC libraries.
447 (d30v-*-*): Don't disable libgcj.
448 (h8500-*-*): Don't disable GCC libraries.
449 (i960-*-*): Don't disable libgcj.
450 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
451 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
452 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
453 libgcj.
454 (m68k-*-coff*): Remove case.
455 (mmix-*-*): Don't disable libgloss on host.
456 (mn10200-*-*, mn10300-*-*): Remove cases.
457 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
458 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
459 Don't disable libgcj.
460 (romp-*-*): Remove case.
461 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
462 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
463 case.
464 (v810-*-*): Don't disable GCC libraries.
465 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
466 (ip2k-*-*): Don't disable GCC libraries.
467 * configure: Regenerate.
468
469 2011-03-28 Joseph Myers <joseph@codesourcery.com>
470
471 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
472 libffi on host.
473 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
474 on host.
475 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
476 * configure: Regenerate.
477
478 2011-03-26 John Marino <binutils@marino.st>
479
480 * configure.ac: Add support for *-*-dragonfly*
481 * configure: Regenerate.
482
483 2011-03-25 Joseph Myers <joseph@codesourcery.com>
484
485 * configure.ac (native_only): Remove.
486 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
487 send-pr uudecode guile gnuserv on host.
488 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
489 send-pr rcs guile perl texinfo libtool on host.
490 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
491 automake send-pr rcs guile perl texinfo libtool on host.
492 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
493 (*-*-kaos*): Don't disable target-examples target-gperf on target.
494 (alpha*-dec-osf*): Don't disable fileutils on target.
495 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
496 texinfo send-pr expect dejagnu on target.
497 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
498 target-qthreads on target.
499 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
500 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
501 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
502 x86_64-*-mingw*): Don't disable expect on target.
503 (*-*-cygwin*): Don't disable target-gperf on target.
504 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
505 gnuserv on target.
506 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
507 target.
508 * configure: Regenerate.
509
510 2011-03-25 Joseph Myers <joseph@codesourcery.com>
511
512 * configure.ac (target_tools): Remove target-groff.
513 (native_only): Remove target-groff.
514 (hppa*64*-*-*): Don't disable byacc.
515 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
516 setting.
517 (*-*-kaos*): Don't skip target-librx and target-groff.
518 (*-*-netware*): Don't skip target-libmudflap.
519 (*-*-tpf*): Don't skip target-libmudflap.
520 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
521 directories on the host.
522 (ia64*-*-*vms*): Don't skip tix.
523 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
524 host.
525 * configure: Regenerate.
526
527 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
528
529 * configure.ac: Remove references to mt-mep, mt-netware,
530 mt-wince.
531 * Makefile.def: Add all-utils soft dependencies.
532 * Makefile.tpl: Remove GDB_NLM_DEPS.
533 * configure: Regenerate.
534 * Makefile.in: Regenerate.
535
536 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
537
538 * configure.ac: Do not include mh-x86omitfp.
539 * configure: Regenerate.
540
541 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
542
543 * configure.ac: Remove empty cases.
544 * configure: Regenerate.
545
546 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
547
548 * Makefile.def: Add dependency from termcap to gdb.
549 * Makefile.in: Regenerate.
550
551 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
552
553 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
554 * configure: Regenerate.
555 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
556 * Makefile.tpl: Likewise.
557 * Makefile.in: Regenerate.
558
559 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
560
561 * configure.ac: Remove all mentions of tentative_cc.
562 * configure: Regenerate.
563
564 2011-03-24 Joseph Myers <joseph@codesourcery.com>
565
566 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
567 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
568 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
569 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
570 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
571 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
572 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
573 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
574 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
575 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
576 *-*-rhapsody*): Remove host cases.
577 * configure: Regenerate.
578
579 2011-03-24 Joseph Myers <joseph@codesourcery.com>
580
581 * configure.ac (ppc*-*-pe): Remove host case.
582 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
583 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
584 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
585 cases.
586 * configure: Regenerate.
587
588 2011-03-24 Joseph Myers <joseph@codesourcery.com>
589
590 * config.sub: Update to version 2011-03-23.
591
592 2011-03-22 Joseph Myers <joseph@codesourcery.com>
593
594 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
595 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
596 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
597 * configure: Regenerate.
598
599 2011-03-22 Joseph Myers <joseph@codesourcery.com>
600
601 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
602 to Write After Approval.
603 * config-ml.in: Don't handle arc-*-elf*.
604 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
605 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
606 handle GCC libraries.
607 * configure: Regenerate.
608
609 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
610
611 PR bootstrap/48120:
612 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
613 Add -lstdc++ -lm to LIBS.
614 * configure: Regenerate.
615
616 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
617
618 * config.guess: Update to version 2011-02-02
619 * config.sub: Update to version 2011-02-24
620
621 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
622
623 PR lto/48086
624 * configure.ac: Re-enable LTO on *-apple-darwin9.
625 * configure: Regenerate.
626
627 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
628
629 PR lto/48086
630 * configure.ac: Disable LTO on darwin due to an assembler change in
631 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
632 under 256.
633 * configure: Regenerate.
634
635 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
636
637 * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
638
639 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
640
641 * MAINTAINERS: Update my e-mail address.
642
643 2011-03-06 Joey Ye <joey.ye@arm.com>
644
645 * MAINTAINERS: Update my e-mail address.
646
647 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
648
649 * configure.ac: Adjust test of with_ppl.
650 * configure: Regenerated.
651
652 2011-03-02 Kai Tietz <ktietz@redhat.com>
653
654 * MAINTAINERS: Adjust my e-mail address.
655
656 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
657
658 * configure.ac: Add -lpwl to ppllibs.
659 * configure: Regenerated.
660
661 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
662
663 * config/cloog.m4: Add -lisl to clooglibs.
664 * configure: Regenerated.
665
666 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
667
668 * MAINTAINERS (CPU Port maintainers): Add self.
669
670 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
671
672 * MAINTAINERS: Add myself as testsuite maintainer.
673
674 2011-02-15 Mike Stump <mikestump@comcast.net>
675
676 * MAINTAINERS: Add myself as testsuite maintainer.
677
678 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
679
680 Import from Libtool and gnulib:
681
682 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
683
684 Prepare for supporting FreeBSD 10.
685 * config.rpath: Remove handling of freebsd1* which soon would
686 match FreeBSD 10.0.
687
688 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
689
690 Remove support for FreeBSD 1.x.
691 * libtool.m4 (_LT_LINKER_SHLIBS)
692 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
693 soon would incorrectly match FreeBSD 10.0.
694
695 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
696
697 PR binutils/12283
698 * move-if-change: Import version from gnulib.
699
700 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
701
702 PR lto/47225
703 * Makefile.def (lto-plugin): Double dash for enable-shared.
704 (configure-gcc): Depend on all-lto-plugin.
705 * Makefile.in: Rebuilt.
706
707 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
708
709 * configure.ac: Remove extra bracket.
710 * configure: Regenerate.
711
712 2011-02-08 Tobias Burnus <burnus@net-b.de>
713
714 * MAINTAINERS: Add myself as libquadmath maintainer.
715
716 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
717
718 * MAINTAINERS: Update my email address.
719
720 2011-02-07 Joseph Myers <joseph@codesourcery.com>
721
722 * MAINTAINERS (option handling): Add self.
723
724 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
725
726 PR lto/47225
727 * Makefile.def: Add dependency for install-gcc
728 on install-lto-plugin.
729 * Makfile.in: Regenerated
730
731 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
732
733 * MAINTAINERS (CPU Port Maintainers): Add myself.
734
735 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
736
737 PR libgcj/44341
738 * configure.ac: Discard --with-* flags for host when configuring
739 target libraries for cross build.
740 * configure: Rebuilt.
741
742 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
743
744 * MAINTAINERS (linear loop transforms): Removed.
745
746 2011-01-25 Jakub Jelinek <jakub@redhat.com>
747
748 * configure.ac: If with_ppl is no, move setting with_cloog=no
749 after CLOOG_REQUESTED check.
750 * configure: Regenerated.
751
752 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
753
754 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
755 CLooG has been requested.
756 * configure: Regenerated.
757
758 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
759
760 * configure: Regenerated.
761 * configure.ac: Check for version 0.11 (or later revision) of PPL.
762
763 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
764
765 * configure: Regenerated.
766 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
767
768 2011-01-21 Andreas Schwab <schwab@redhat.com>
769
770 * configure.ac: Use AS_HELP_STRING throughout.
771 * configure: Regenerate.
772
773 2011-01-18 Jie Zhang <jie.zhang@analog.com>
774
775 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
776 * configure: Regenerate.
777
778 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
779
780 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
781
782 2011-01-13 Joel Brobecker <brobecker@adacore.com>
783
784 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
785 for ia64-hpux.
786 * configure: Regenerate.
787
788 2011-01-07 Jan Hubicka <jh@suse.cz>
789
790 PR lto/47225
791 * Makefile.in: Regenerate.
792 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
793 configure.
794
795 2011-01-07 Jan Hubicka <jh@suse.cz>
796
797 * Makefile.in: Regenerate.
798 * Makefile.def (gcc host module) and soft dependency on lto-plugin
799 and configure dependency on lto-plugin configure.
800 (lto-plugin module): Remove dependency on GCC; add dependency on
801 liniberty.
802
803 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
804
805 * MAINTAINERS (Write After Approval): Add myself.
806
807 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
808
809 * configure: Regenerate.
810
811 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
812
813 * configure.ac: (picochip): Disable libiberty.
814
815 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
816
817 * MAINTAINERS (Write After Approval): Add myself.
818
819 2010-12-10 Ian Lance Taylor <iant@google.com>
820
821 PR bootstrap/46819
822 * configure.ac: For --disable-libgcj clear libgcj_saved.
823 * configure: Rebuild.
824
825 2010-12-10 Tobias Burnus <burnus@net-b.de>
826
827 PR fortran/46540
828 * configure.ac: Add --disable-libquadmath and
829 --disable-libquadmath-support.
830 * configure: Regenerate.
831
832 2010-12-03 Ian Lance Taylor <iant@google.com>
833
834 * MAINTAINERS: Add myself as libgo maintainer.
835
836 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
837
838 PR libffi/46792
839 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
840 * configure: Regenerate.
841
842 2010-12-02 Ian Lance Taylor <iant@google.com>
843
844 * configure.ac: Always set default for poststage1_ldflags to
845 -static-libstdc++ -static-libgcc.
846
847 2010-11-29 Andreas Schwab <schwab@redhat.com>
848
849 * configure.ac: Move comment to remove extra space in last argument
850 of GCC_TARGET_TOOL.
851
852 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
853
854 PR other/46026
855 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
856 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
857 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
858 (BASE_FLAGS_TO_PASS): Use it.
859 * configure: Rebuilt.
860 * Makefile.in: Rebuilt.
861
862 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
863
864 PR binutils/12258
865 * configure.ac: Correct comments for --enable-gold/--enable-ld.
866 Properly check default linker.
867 * configure: Regnerated.
868
869 2010-11-23 Matthias Klose <doko@ubuntu.com>
870
871 * configure.ac: For --enable-gold, handle value `default' instead of
872 `both*'. New configure option --{en,dis}able-ld.
873 * configure: Regenerate.
874
875 2010-11-20 Ian Lance Taylor <iant@google.com>
876
877 * configure.ac: Only disable a language library if no language needs
878 it. Don't let --disable-libgcj uncondtionally disable libffi.
879 * configure: Rebuild.
880
881 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
882
883 * Makefile.in: Regenerate.
884
885 PR other/46202
886 * configure.ac: Fix just-built in-tree STRIP name to be
887 binutils/strip-new.
888 * configure: Regenerate.
889 * Makefile.def (install-strip-gcc, install-strip-binutils)
890 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
891 (install-strip-sid): Mirror dependencies on non-strip variants
892 of these targets on the respective -strip prerequisites.
893 * Makefile.tpl (install-strip, install-strip-host)
894 (install-strip-target): New targets.
895 (install-strip-[+module+], install-strip-target-[+module+]):
896 New targets.
897 * Makefile.in: Regenerate.
898
899 2010-11-19 Ian Lance Taylor <iant@google.com>
900 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
901
902 * configure.ac: Add target-libgo to target_libraries. Set
903 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
904 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
905 (HOST_EXPORTS): Add GOC.
906 (BASE_TARGET_EXPORTS): Add GOC.
907 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
908 (GOCFLAGS_FOR_TARGET): New variable.
909 (EXTRA_HOST_FLAGS): Add GOC.
910 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
911 * Makefile.def (target_modules): Add libgo.
912 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
913 (dependencies): Add dependency from configure-target-libgo to
914 configure-target-libffi and all-target-libstdc++-v3. Add
915 dependencies from all-target-libgo to all-target-libffi.
916 (languages): Add go.
917 * configure: Rebuild.
918 * Makefile.in: Rebuild.
919
920 2010-11-19 Ian Lance Taylor <iant@google.com>
921
922 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
923 compiler/flag environment variables.
924
925 2010-11-18 Ian Lance Taylor <iant@google.com>
926
927 * configure.ac: Check for lang_requires_boot_languages in
928 config-lang.in files.
929 * configure: Rebuild.
930
931 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
932 Tobias Burnus <burnus@net-b.de>
933
934 PR fortran/32049
935 * Makefile.def: Add libquadmath; build it with language=fortran.
936 * configure.ac: Add libquadmath.
937 * Makefile.tpl: Handle multiple libs in check-[+language+].
938 * Makefile.in: Regenerate.
939 * configure: Regenerate.
940
941 2010-11-16 Tom Tromey <tromey@redhat.com>
942
943 * MAINTAINERS: Moved myself to reviewers section.
944
945 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
946
947 * MAINTAINERS: Moved myself to reviewers section.
948
949 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
950
951 * MAINTAINERS (Various Maintainers): Add self for build machinery.
952 (Write After Approval): Remove self.
953
954 2010-11-15 Andreas Schwab <schwab@redhat.com>
955
956 * configure.ac: Fix spelling in option names.
957 * configure: Regenerated.
958
959 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
960
961 PR bootstrap/39622
962 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
963 * configure: Regenerated.
964
965 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
966
967 * MAINTAINERS: Update my email address.
968
969 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
970
971 * configure: Regenerate.
972
973 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
974
975 * configure: Regenerate.
976
977 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
978
979 * configure: Regenerate.
980
981 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
982
983 * configure: Regenerate.
984
985 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
986
987 * configure.ac: Support official CLooG.org versions.
988 * configure: Regenerate.
989 * config/cloog.m4: New.
990
991 2010-11-10 François Dumont <francois.cppdevs@free.fr>
992
993 * MAINTAINERS (Write After Approval): Add myself.
994
995 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
996
997 * MAINTAINERS: Update my email address.
998
999 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1000
1001 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1002 * configure: Regenerate.
1003
1004 2010-11-03 Ian Lance Taylor <iant@google.com>
1005 Dave Korn <dave.korn.cygwin@gmail.com>
1006
1007 PR lto/46273
1008 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1009 and on other supported platforms whenever LTO is enabled.
1010 * configure: Rebuild.
1011
1012 2010-11-02 Alan Modra <amodra@gmail.com>
1013
1014 PR binutils/12110
1015 * configure.ac: Error when source path contains spaces.
1016 * configure: Regenerate.
1017
1018 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1019
1020 * MAINTAINERS: Update my email address.
1021
1022 2010-10-20 Ian Lance Taylor <iant@google.com>
1023
1024 * Makefile.def (target_modules): Set lib_path to src/.libs for
1025 libstdc++-v3 module.
1026 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1027 * Makefile.in: Rebuild.
1028
1029 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1030
1031 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1032 (Write After Approval): Remove myself.
1033
1034 2010-10-15 Tristan Gingold <gingold@adacore.com>
1035
1036 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1037
1038 2010-10-14 Douglas Rupp <rupp@gnat.com>
1039
1040 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1041
1042 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1043
1044 * configure.ac (build_lto_plugin): New shell variable.
1045 (--enable-lto): Turn on by default for all non-ELF platforms that
1046 have had LTO support added so far. Set build_lto_plugin appropriately
1047 for both ELF and non-ELF.
1048 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1049 * configure: Regenerate.
1050
1051 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1052
1053 Sync from src:
1054 * configure.ac (v850 support): Remove target-libgloss from
1055 noconfigdirs.
1056 * configure: Regenerate.
1057
1058 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1059
1060 PR bootstrap/45326
1061 PR bootstrap/45174
1062 * configure.ac: Honor initial values of $build_configargs,
1063 $host_configargs, $target_configargs. Mark the precious, so
1064 environment settings get recorded.
1065 * configure: Regenerate.
1066
1067 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1068
1069 PR bootstrap/45796
1070 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1071 Depend on all-build-libiberty.
1072 * Makefile.in: Regenerate.
1073
1074 2010-09-30 Michael Eager <eager@eagercon.com>
1075
1076 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1077 * configure: Regenerate.
1078
1079 2010-09-28 Michael Eager <eager@eagercon.com>
1080
1081 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1082
1083 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1084
1085 PR bootstrap/44621
1086 * configure.ac: Fix unportable shell quoting.
1087 * configure: Regenerate.
1088
1089 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1090
1091 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1092 targets and amend comment.
1093 * configure: Regenerate.
1094
1095 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1096
1097 * MAINTAINERS (Write After Approval): Add myself.
1098
1099 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1100
1101 * configure.ac: Enable LTO by default on Darwin.
1102 * configure: Regenerate.
1103
1104 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1105
1106 * MAINTAINERS (Write After Approval): Add myself.
1107
1108 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1109
1110 * MAINTAINERS (Write After Approval): Add myself.
1111
1112 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1113
1114 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1115 ports
1116
1117 2010-07-28 David Yuste <david.yuste@gmail.com>
1118
1119 * MAINTAINERS (Write After Approval): Add myself.
1120
1121 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1122
1123 * configure.ac: Support all v850 targets.
1124 * configure: Regenerate.
1125
1126 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1127
1128 PR bootstrap/44455
1129 * configure.ac (extra_mpfr_configure_flags): Copy from
1130 extra_mpc_gmp_configure_flags.
1131 * configure: Re-generated.
1132
1133 2010-07-22 Andi Kleen <ak@linux.intel.com>
1134
1135 * MAINTAINERS (Write After Approval): Add myself.
1136
1137 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1138
1139 * MAINTAINERS (Write After Approval): Add myself.
1140
1141 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1142
1143 * MAINTAINERS (Write After Approval): Add myself.
1144
1145 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1146
1147 PR target/44862
1148 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1149 Provide -B option to allow for link spec %s substitutions for
1150 libstdc++.a on darwin.
1151 * Makefile.in: Regenerate.
1152
1153 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1154
1155 * MAINTAINERS (Reviewers): Update my e-mail address
1156
1157 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1158
1159 * Makefile.def (configure-gcc): Depend on all-libelf.
1160 * Makefile.in: Rebuild.
1161
1162 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1163
1164 * MAINTAINERS (Write After Approval): Add myself in the right place.
1165
1166 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1167
1168 * MAINTAINERS (Write After Approval): Add myself.
1169
1170 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1171
1172 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1173
1174 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1175
1176 * config.sub: Update to version 2010-05-21.
1177 * config.guess: Update to version 2010-04-03.
1178
1179 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1180
1181 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1182 * configure: Regenerate.
1183
1184 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1185
1186 * MAINTAINERS (Write After Approval): Add myself.
1187
1188 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1189
1190 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1191 a platform that supports LTO.
1192 * configure: Regenerate.
1193
1194 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1195
1196 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1197 * configure: Regenerated.
1198
1199 2010-04-27 Roland McGrath <roland@redhat.com>
1200 H.J. Lu <hongjiu.lu@intel.com>
1201
1202 * configure.ac (--enable-gold): Support both, both/gold and
1203 both/bfd to add gold to configdirs without removing ld.
1204 * configure: Regenerated.
1205
1206 * Makefile.def: Add install-gold dependency to install-ld.
1207 * Makefile.in: Regenerated.
1208
1209 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1210
1211 PR lto/42776
1212 * configure.ac (--enable-lto): Refactor handling so libelf tests
1213 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1214 and allow LTO to be explicitly enabled on non-ELF platforms that
1215 are known to support it inside else-clause.
1216 * configure: Regenerate.
1217
1218 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1219
1220 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1221 * configure: Regenerate.
1222
1223 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1224
1225 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1226 * configure: Regenerate.
1227
1228 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1229
1230 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1231 separately.
1232 * configure: Regenerate.
1233
1234 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1235
1236 * MAINTAINERS (Write After Approval): Add myself.
1237
1238 2010-04-14 Tristan Gingold <gingold@adacore.com>
1239
1240 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1241 * configure: Regenerate.
1242
1243 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1244
1245 * configure: Regenerate after change to elf.m4.
1246
1247 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1248
1249 * MAINTAINERS (Write After Approval): Add myself.
1250
1251 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1252
1253 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1254 * configure: Regenerated.
1255
1256 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1257
1258 * configure.ac: Print "buggy but acceptable" when CLooG
1259 revision is less than 9.
1260 * configure: Regenerated.
1261
1262 2010-04-01 Diego Novillo <dnovillo@google.com>
1263
1264 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1265
1266 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1267
1268 PR bootstrap/43615
1269 PR bootstrap/43328
1270
1271 Revert:
1272
1273 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1274
1275 * configure.ac: Do not pass --enable-multilib nor
1276 --disable-multilib in baseargs. Accept explicitly passed
1277 --enable_multilib.
1278 * configure: Regenerate.
1279
1280 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1281
1282 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1283
1284 2010-03-31 Janis Johnson <janis187@us.ibm.com>
1285
1286 * MAINTAINERS: Remove myself.
1287
1288 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1289
1290 PR bootstrap/43328
1291 * configure.ac: Do not pass --enable-multilib nor
1292 --disable-multilib in baseargs. Accept explicitly passed
1293 --enable_multilib.
1294 * configure: Regenerate.
1295
1296 2010-03-28 Andrew Pinski <pinskia@gmail.com>
1297
1298 * MAINTAINERS (spu port): Remove me.
1299
1300 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1301
1302 * configure.ac (tic6x-*-*): New case.
1303 * configure: Regenerate.
1304
1305 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1306
1307 * config.sub: Update to version 2010-03-22.
1308 * config.guess: Update to version 2009-12-30.
1309
1310 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1311
1312 PR ada/42554
1313 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1314 * configure: Regenerate.
1315
1316 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1317
1318 * MAINTAINERS: Update my email address.
1319
1320 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1321
1322 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1323 (ghassan.shobaki@amd.com): Removed.
1324
1325 2010-03-17 Alan Modra <amodra@gmail.com>
1326
1327 * MAINTAINERS: Update my email address.
1328
1329 2010-03-16 Diego Novillo <dnovillo@google.com>
1330
1331 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1332 Matthews.
1333
1334 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1335
1336 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1337 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1338
1339 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1340
1341 * MAINTAINERS: Update my email address.
1342
1343 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1344
1345 * MAINTAINERS: Update my email address.
1346
1347 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1348
1349 * MAINTAINERS: Update my email address.
1350
1351 2010-03-09 Jie Zhang <jie@codesourcery.com>
1352
1353 * MAINTAINERS: Update my email address.
1354
1355 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1356
1357 PR libstdc++/32499
1358 * configure.ac (RANLIB): Default to true.
1359 (STRIP): Likewise.
1360 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1361 * configure: Regenerate.
1362
1363 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
1364
1365 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1366 (Write After Approval): Update my email address.
1367
1368 2010-02-17 Nick Clifton <nickc@redhat.com>
1369
1370 PR 11238
1371 * Makefile.tpl (local-distclean): Also remove config.cache files in
1372 sub-directories as there may not be Makefiles present in the
1373 sub-directories.
1374 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1375 the config.cache files found by the find command.
1376
1377 * Makefile.in: Regenerate.
1378 * configure.ac: Revert previous delta.
1379 * configure: Regenerate.
1380
1381 2010-02-15 Nick Clifton <nickc@redhat.com>
1382
1383 PR 11238
1384 * configure.ac: Delete config.cache files in sub-directories when
1385 deleting Makefiles.
1386 * configure: Regenerate.
1387
1388 2010-02-12 Ben Elliston <bje@gnu.org>
1389
1390 * MAINTAINERS: Update my email address.
1391
1392 2010-02-08 Andrew Pinski <pinskia@gmail.com>
1393
1394 * MAINTAINERS (spu port): Update my email address.
1395
1396 2010-02-08 Jie Zhang <jie.zhang@analog.com>
1397
1398 * MAINTAINERS: Add myself as a maintainer for the bfin port.
1399
1400 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1401
1402 * configure.ac: Add "recommended" version checks for GMP/MPC.
1403 Update recommended GMP/MPFR/MPC versions.
1404 * configure: Regenerate.
1405
1406 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
1407
1408 * MAINTAINERS: Move my Embecosm email address into the
1409 write-after-approval section.
1410
1411 2010-01-26 Ian Lance Taylor <iant@google.com>
1412
1413 * MAINTAINERS: Add myself as Go frontend maintainer.
1414
1415 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1416
1417 PR libstdc++/36101, PR libstdc++/42813
1418 * configure.ac (bootstrap_target_libs): Make inclusion of
1419 target-libgomp conditional on libgomb being in target_configdirs.
1420 * configure: Regenerate.
1421
1422 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1423
1424 PR libstdc++/36101, PR libstdc++/42813
1425 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1426 * configure: Regenerate.
1427
1428 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1429
1430 PR libstdc++/36101, PR libstdc++/42813
1431 * configure.ac (target_configdirs): Substitute.
1432 * Makefile.def: Bootstrap target module libgomp.
1433 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1434 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1435 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1436 * configure, Makefile.in: Regenerate.
1437
1438 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
1439
1440 * MAINTAINERS: Adjust my details.
1441
1442 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
1443
1444 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1445
1446 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
1447
1448 * MAINTAINERS: reindented my entry with tabs instead of spaces.
1449
1450 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
1451
1452 * MAINTAINERS (Write After Approval): Add myself.
1453
1454 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1455
1456 * MAINTAINERS (Write After Approval): Add myself.
1457
1458 2010-01-11 Richard Guenther <rguenther@suse.de>
1459
1460 PR lto/41569
1461 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1462 * Makefile.in: Regenerated.
1463
1464 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
1465
1466 * configure.ac: Enable libjava build on x86_64-*freebsd*.
1467 * configure: Regenerate.
1468
1469 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1470 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1471
1472 PR bootstrap/42424
1473 * configure.ac: Include libtool m4 files.
1474 (_LT_CHECK_OBJDIR): Call it.
1475 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1476 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1477
1478 * configure: Regenerate.
1479
1480 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1481
1482 PR bootstrap/41818
1483 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1484 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1485 * Makefile.in: Regenerate.
1486
1487 2010-01-02 Richard Guenther <rguenther@suse.de>
1488
1489 PR lto/41529
1490 * configure.ac: Include config/elf.m4. Disable LTO if not
1491 builting for an elf target.
1492 * configure: Regenerate.
1493
1494 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
1495
1496 * MAINTAINERS: Change my email address.
1497
1498 2009-12-18 Ben Elliston <bje@au.ibm.com>
1499
1500 * config.sub, config.guess: Update from upstream sources.
1501
1502 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
1503
1504 * MAINTAINERS (Write After Approval): Add myself.
1505
1506 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1507
1508 PR middle-end/30447
1509 PR middle-end/30789
1510 PR other/40302
1511
1512 * configure.ac: Require MPC.
1513 * configure: Regenerate.
1514
1515 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1516
1517 PR target/38384
1518 PR bootstrap/40972
1519 * libtool.m4: Sync from git Libtool.
1520 * ltoptions.m4: Likewise.
1521 * ltversion.m4: Likewise.
1522 * lt~obsolete.m4: Likewise.
1523 * ltmain.sh: Likewise.
1524
1525 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1526
1527 * configure.ac: Update minimum MPC version to 0.8.
1528 * configure: Regenerate.
1529
1530 2009-11-21 Sebastian Pop <sebpop@gmail.com>
1531
1532 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1533 * configure: Regenerated.
1534
1535 2009-11-21 Ian Lance Taylor <iant@google.com>
1536
1537 * configure.ac: Change default of poststage1_ldflags to be empty if
1538 poststage1_libs is set. When poststage1_libs is empty, and
1539 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1540 * configure: Rebuild.
1541
1542 2009-11-21 Adam Nemet <adambnmet@gmail.com>
1543
1544 * MAINTAINERS (Write After Approval): Update my email address.
1545
1546 2009-11-20 Ben Elliston <bje@au.ibm.com>
1547
1548 * config.guess: Update from upstream sources.
1549
1550 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1551
1552 * Makefile.def: Restore host and target settings for gmp.
1553 * Makefile.in: Rebuild.
1554
1555 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1556
1557 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1558 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1559 Fix portability of test of C++ as bootstrap language. Add
1560 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1561 * configure: Rebuild.
1562 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1563 and cloog. Fix in-tree ppl configuration. Introduce libelf
1564 in-tree building.
1565 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1566 (POSTSTAGE1_HOST_EXPORTS): Use it.
1567 (STAGE[+id+]_CXXFLAGS): New.
1568 (BASE_FLAGS_TO_PASS): Pass it down.
1569 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1570 extra_exports.
1571 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1572 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1573 extra_exports.
1574 * Makefile.in: Rebuild.
1575
1576 2009-11-17 Ben Elliston <bje@au.ibm.com>
1577
1578 * config.sub, config.guess: Update from upstream sources.
1579
1580 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1581
1582 * MAINTAINERS (Write After Approval): Add myself.
1583
1584 2009-11-09 Jon Beniston <jon@beniston.com>
1585
1586 * MAINTAINERS (Write After Approval): Add myself.
1587
1588 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1589
1590 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1591 paths for *-w64-mingw* and x86_64-*mingw*.
1592 * configure: Regenerated.
1593
1594 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
1595
1596 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1597
1598 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
1599
1600 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1601 Phil Edwards to Write-After Approval.
1602
1603 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
1604
1605 * configure.ac: Disable target-winsup & co for
1606 x86_64-*-mingw* and *-w64-mingw* targets.
1607 * configure: Regenerated.
1608
1609 2009-10-16 Nick Clifton <nickc@redhat.com>
1610
1611 * MAINTAINERS: Add myself as a maintainer for the RX port.
1612
1613 2009-10-26 Johannes Singler <singler@kit.edu>
1614
1615 * MAINTAINERS (Write After Approval): Update my e-mail address.
1616
1617 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1618
1619 * configure.ac (CLooG test): Use = with test.
1620 * configure: Regenerate.
1621
1622 2009-10-22 Richard Guenther <rguenther@suse.de>
1623
1624 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1625 cloog if the ppl version check failed. Move flags saving
1626 before setting in libelf check.
1627 * configure: Regenerate.
1628
1629 2009-10-21 Richard Guenther <rguenther@suse.de>
1630
1631 * configure.ac: Adjust the ppl and cloog configure to work as
1632 documented. Disable cloog if ppl was disabled. Omit the version
1633 checks if they were disabled.
1634 * configure: Re-generate.
1635
1636 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1637
1638 * configure.ac: Add 'lto' to enable_languages, not
1639 new_enable_languages, and only if not already present.
1640 * configure: Regenerate.
1641
1642 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
1643
1644 * README: Refer to the various COPYING* files instead of just
1645 COPYING.
1646 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1647
1648 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
1649
1650 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1651
1652 2009-10-07 Richard Guenther <rguenther@suse.de>
1653
1654 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1655 and Richard Guenther as reviewers.
1656 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1657 as reviewers.
1658
1659 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
1660
1661 * config.sub: Update from upstream sources.
1662
1663 2009-10-06 Ian Lance Taylor <iant@google.com>
1664
1665 * Makefile.def: check-gold depends upon all-gas.
1666 * Makefile.in: Rebuild.
1667
1668 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
1669
1670 * MAINTAINERS (Write After Approval): Add myself.
1671
1672 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1673
1674 * Makefile.def: all-lto-plugin depends on all-libiberty.
1675 set bootstrap=true for lto-plugin.
1676 Add lto-plugin.
1677 * Makefile.in: Regenerate.
1678 * configure.ac (host_libs): Add lto-plugin.
1679 * configure: Regenerate.
1680
1681 2009-10-03 Diego Novillo <dnovillo@google.com>
1682
1683 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1684 (HOST_LIBELFLIBS): Define.
1685 (HOST_LIBELFINC): Define.
1686 * Makefile.in: Regenerate.
1687 * configure.ac: Add --enable-lto.
1688 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1689 If --enable-lto is used, add 'lto' to new_enable_languages.
1690 If --enable-lto is used and gold is enabled, add
1691 lto-plugin to configdirs.
1692 * configure: Regenerate.
1693
1694 2009-10-03 Simon Baldwin <simonb@google.com>
1695
1696 * configure.ac: If --with-system-zlib, suppress local zlib and
1697 pass --with-system-zlib to subdir configure scripts.
1698 * configure: Regenerate.
1699
1700 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
1701 Paolo Bonzini <bonzini@gnu.org>
1702
1703 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1704 $(srcdir).
1705 * Makefile.in: Rebuilt.
1706
1707 2009-09-26 Gary Funck <gary@intrepid.com>
1708
1709 * MAINTAINERS (Write After Approval): Add myself.
1710
1711 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1712
1713 * configure.ac: Update minimum MPC version to 0.7.
1714 * configure: Regenerate.
1715
1716 2009-09-25 Nick Clifton <nickc@redhat.com>
1717
1718 * configure.ac: Pass any --cache-file=/dev/null option on to
1719 subconfigures.
1720 * configure: Regenerate.
1721
1722 2009-09-23 Nick Clifton <nickc@redhat.com>
1723
1724 * config.sub, config.guess: Update from upstream sources.
1725
1726 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
1727
1728 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1729 * Makefile.in: Rebuilt.
1730
1731 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1732
1733 PR bootstrap/32272
1734 * configure.ac: Error out if $srcdir isn't '.' but contains
1735 host-${host_noncanonical}.
1736 * configure: Regenerate.
1737
1738 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1739
1740 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1741 maintainer.
1742
1743 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1744
1745 * configure.ac: If bootstrapping a combined tree with
1746 --enable-gold, require c++ in stage1_languages.
1747 * configure: Regenerate.
1748
1749 * configure.ac: Also add target_libs of stage1_languages to
1750 bootstrap_target_libs.
1751 * configure: Regenerate.
1752
1753 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1754 with --enable-languages not containing c++.
1755 * configure: Regenerate.
1756
1757 2009-09-15 Jie Zhang <jie.zhang@analog.com>
1758
1759 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1760 * configure: Regenerate.
1761
1762 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
1763
1764 * MAINTAINERS (Write After Approval): Update my e-mail address,
1765 and move from from here...
1766 (Waiting for paperwork): To here.
1767
1768 2009-09-09 Joseph Myers <joseph@codesourcery.com>
1769
1770 * MAINTAINERS (Reviewers): Add self as driver reviewer.
1771
1772 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1773
1774 * configure.ac: Do not use $extrasub for replacing @if/@endif
1775 parts in Makefile; instead, use additional arguments to
1776 AC_CONFIG_COMMANDS to do the replacement manually, with several
1777 sed invocations, to avoid HP-UX sed command limits.
1778 * configure: Regenerate.
1779
1780 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
1781
1782 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1783 blank before -L.
1784
1785 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
1786
1787 * configure.ac (with-build-config): Document. Handle without.
1788 Handle missing argument.
1789 * configure: Rebuilt.
1790
1791 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
1792
1793 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1794 Default to bootstrap-debug only if compare-debug works.
1795 * configure: Rebuilt.
1796 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1797 * Makefile.in: Rebuilt.
1798
1799 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1800
1801 * MAINTAINERS (OS Port Maintainers): Update my email address.
1802
1803 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
1804
1805 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1806 * Makefile.in: Rebuilt.
1807
1808 2009-09-01 Chris Demetriou <cgd@google.com>
1809
1810 * MAINTAINERS (Write After Approval): Add myself.
1811
1812 2009-08-31 Dodji Seketeli <dodji@redhat.com>
1813
1814 PR debug/30161
1815 * include/dwarf2.h (enum dwarf_tag): Added
1816 DW_TAG_GNU_template_template_param
1817 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1818
1819 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
1820
1821 * Makefile.tpl (AWK): Fix typo.
1822 * Makefile.in: Regenerate.
1823
1824 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
1825
1826 * configure.ac: Detect awk and sed.
1827 * Makefile.def (flags_to_pass): Add AWK and SED.
1828 * Makefile.tpl (AWK, SED): New.
1829 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1830 * configure: Regenerate.
1831 * Makefile.in: Regenerate.
1832
1833 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
1834
1835 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1836 (collapseslashes): Likewise.
1837
1838 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1839
1840 * configure.ac (AC_PREREQ): Bump to 2.64.
1841
1842 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1843
1844 * configure.ac: Remove --with-datarootdir, --with-docdir,
1845 --with-pdfdir, --with-htmldir switches.
1846 * configure: Regenerate.
1847
1848 * configure: Regenerate.
1849
1850 * compile: Sync from Automake 1.11.
1851 * depcomp: Likewise.
1852 * install-sh: Likewise.
1853 * missing: Likewise.
1854 * mkinstalldirs: Likewise.
1855 * ylwrap: Likewise.
1856
1857 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
1858
1859 * ltmain.sh (func_normal_abspath): New function.
1860 (func_relative_path): Likewise.
1861 (func_mode_help): Document new -bindir option for link mode.
1862 (func_mode_link): Add new -bindir option, and use it to place
1863 output DLL if specified.
1864
1865 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1866
1867 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1868 (baseargs): Add --disable-option-checking.
1869 * configure: Regenerate.
1870
1871 * Makefile.def (configure-target-libiberty): Depend on
1872 all-binutils and all-ld.
1873 (configure-target-newlib): Likewise.
1874 * Makefile.in: Regenerate.
1875
1876 2009-08-17 Ben Elliston <bje@au.ibm.com>
1877
1878 * config.sub, config.guess: Update from upstream sources.
1879
1880 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1881
1882 Sync from src, merge:
1883
1884 2009-07-02 Tristan Gingold <gingold@adacore.com>
1885
1886 * configure.ac: Do not exclude gas for i386-*-darwin.
1887 Add a case for x86_64-*-darwin.
1888 * configure: Regenerate.
1889
1890 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
1891
1892 * MAINTAINERS: Add my name to Write After Approval list.
1893
1894 2009-08-06 Michael Eager <eager@eagercon.com>
1895
1896 * configure.ac: Add Microblaze target.
1897 * configure: Regenerate.
1898
1899 2009-07-31 Christian Bruel <christian.bruel@st.com>
1900
1901 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1902 * configure: Regenerate.
1903
1904 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
1905
1906 * MAINTAINERS (Write After Approval): Update my e-mail address.
1907
1908 2009-07-06 Ian Lance Taylor <iant@google.com>
1909
1910 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1911 * configure: Rebuild.
1912
1913 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
1914
1915 * MAINTAINERS: Move myself to the Graphite Reviewers.
1916
1917 2009-06-30 Wei Guozhi <carrot@google.com>
1918
1919 * MAINTAINERS: Add my name to Write After Approval list.
1920
1921 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1922
1923 PR bootstrap/40338
1924 * configure.ac (comparestring): Create new variable.
1925 * Makefile.tpl (comparestring): Use to skip some comparisions.
1926 * configure: Regenerate.
1927 * Makefile.in: Regenerate.
1928
1929 2009-06-26 Doug Evans <dje@sebabeach.org>
1930
1931 * Makefile.def (host_modules): Add cgen.
1932 * Makefile.in: Regenerate.
1933 * configure.ac (host_tools): Add cgen.
1934 * configure: Regenerate.
1935
1936 2009-06-23 DJ Delorie <dj@redhat.com>
1937
1938 * MAINTAINERS: Add myself as mep maintainer.
1939
1940 2009-06-23 Ian Lance Taylor <iant@google.com>
1941
1942 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1943 boot_languages. Only bootstrap target libraries listed in
1944 target_libs for some boot language. Add --with-stage1-ldflags,
1945 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1946 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1947 if not building with C++.
1948 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1949 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1950 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1951 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1952 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1953 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1954 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1955 * configure, Makefile.in: Rebuild.
1956
1957 2009-06-23 Li Feng <nemokingdom@gmail.com>
1958
1959 * MAINTAINERS: Added my name to write-after-approval list.
1960
1961 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1962
1963 * configure.ac: Define is_elf for QNX Neutrino targets.
1964 * configure: Regenerate.
1965
1966 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
1967
1968 * MAINTAINERS: Added my name to the write-after-approval list
1969
1970 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1971
1972 * configure.ac: Detect MPC in default directory.
1973 * configure: Regenerate.
1974
1975 2009-06-03 Jerome Guitton <guitton@adacore.com>
1976 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1977
1978 * Makefile.tpl (all): Avoid a trailing backslash.
1979 * Makefile.in: Regenerate.
1980
1981 2009-06-03 Ben Elliston <bje@au.ibm.com>
1982
1983 * config.sub, config.guess: Update from upstream sources.
1984
1985 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1986
1987 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1988 to noconfdirs.
1989 * configure: Regenerate.
1990
1991 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
1992
1993 * Makefile.tpl ([+compare-target+]): Compare all stage
1994 directories, rather than just gcc.
1995 * Makefile.in: Rebuilt.
1996
1997 2009-06-01 Doug Kwan <dougkwan@google.com>
1998
1999 * configure.ac: Support gold for target arm*-*-*.
2000 * configure: Regenerate.
2001
2002 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2003
2004 * Makefile.def: Add MPC support and dependencies.
2005 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2006
2007 * Makefile.in, configure: Regenerate.
2008
2009 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2010
2011 * Makefile.tpl (all): Avoid harmless warning in make all when
2012 gcc-bootstrap is enabled but stage_last does not exist.
2013 * Makefile.in: Rebuilt.
2014
2015 2009-05-24 Nicolas Roche <roche@adacore.com>
2016
2017 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2018 * Makefile.in: Regenerate.
2019
2020 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2021
2022 * MAINTAINERS: Update my e-mail address.
2023
2024 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2025
2026 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2027 * configure: Regenerate.
2028
2029 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2030
2031 PR other/40159
2032 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2033 gcc-no-bootstrap are mutually exclusive.
2034 * Makefile.in: Rebuilt.
2035
2036 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2037
2038 PR other/40159
2039 * Makefile.tpl (all): Don't end with unconditional success.
2040 * Makefile.in: Rebuilt.
2041
2042 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2043
2044 PR target/37137
2045 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2046 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2047 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2048 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2049 stage_configureflags, stage_cflags and stage_libcflags into
2050 explicit Makefile macros.
2051 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2052 GFORTRAN.
2053 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2054 CC. Set CC_FOR_BUILD from CC.
2055 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2056 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2057 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2058 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2059 and GFORTRAN.
2060 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2061 (_LIBCFLAGS): Renamed to _TFLAGS.
2062 (do-compare-debug, do-compare3-debug): Drop.
2063 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2064 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2065 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2066 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2067 (XGCC_FLAGS_FOR_TARGET): New.
2068 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2069 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2070 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2071 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2072 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2073 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2074 TFLAGS.
2075 (BUILD_CONFIG): Include if requested.
2076 (all): Set TFLAGS on bootstrap.
2077 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2078 (all-stageid-prefixmodule): Likewise.
2079 (do-clean, distclean-stageid): Set TFLAGS.
2080 (restrap): Fix whitespace.
2081 * Makefile.in: Rebuilt.
2082
2083 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2084
2085 * config.guess: Sync with src.
2086
2087 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2088
2089 * configure.ac ($with_ppl): Default to no if not supplied.
2090 ($with_cloog): Likewise.
2091 configure: Regenerate.
2092
2093 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2094
2095 * MAINTAINERS: Update my e-mail address.
2096
2097 2009-04-27 Nick Clifton <nickc@redhat.com>
2098
2099 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2100
2101 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2102
2103 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2104 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2105 * Makefile.in: Regenerate.
2106
2107 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2108
2109 PR bootstrap/39739
2110 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2111 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2112
2113 * configure, Makefile.in: Regenerate.
2114
2115 2009-04-21 Taras Glek <tglek@mozilla.com>
2116
2117 * include/hashtab.h: Update GTY annotations to new syntax
2118 * include/splay-tree.h: Likewise
2119
2120 2009-04-17 Ben Elliston <bje@au.ibm.com>
2121
2122 * config.sub, config.guess: Update from upstream sources.
2123
2124 2009-04-15 Anthony Green <green@moxielogic.com>
2125
2126 * configure.ac: Add moxie support.
2127 * configure: Rebuilt.
2128
2129 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2130
2131 * configure.ac: Change copyright header to refer to version
2132 3 of the GNU General Public License and to point readers at the
2133 COPYING3 file and the FSF's license web page.
2134 * Makefile.def: Likewise.
2135 * Makefile.tpl: Likewise.
2136 * Makefile.in: Regenerate.
2137
2138 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2139
2140 * configure.ac: Restore match for darwin9 or later. Use double
2141 brackets since regeneration eats one pair.
2142 * configure: Regenerate.
2143
2144 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2145
2146 PR gas/10039
2147 * configure.ac: Require texinfo 4.7.
2148 * configure: Regenerated.
2149
2150 2009-04-09 Nick Clifton <nickc@redhat.com>
2151
2152 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2153 the GCC Runtime Library Exception.
2154
2155 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2156
2157 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2158 * configure: Regenerate.
2159
2160 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2161
2162 * Makefil.def (languages): New entries.
2163 * Makefile.tpl (check-gcc-*): New generic target.
2164 * Makefile.in: Regenerate.
2165
2166 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2167
2168 * MAINTAINERS: Update my email address.
2169
2170 2009-03-18 Tom Tromey <tromey@redhat.com>
2171
2172 * configure: Rebuild.
2173 * configure.ac (host_libs): Add libiconv.
2174 * Makefile.in: Rebuild.
2175 * Makefile.def (host_modules): Add libiconv.
2176 (configure-gdb, all-gdb): Depend on libiconv.
2177
2178 2009-03-16 Tristan Gingold <gingold@adacore.com>
2179
2180 * configure.ac: Treat gdb as supported on x86_64-darwin.
2181 * configure: Regenerate.
2182
2183 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2184
2185 * configure.ac (--with-host-libstdcxx): New option.
2186 * configure: Regenerate.
2187
2188 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2189
2190 * MAINTAINERS: Move myself into the write after approval list.
2191
2192 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2193
2194 * MAINTAINERS: Update e-mail address.
2195
2196 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2197
2198 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2199
2200 2009-03-10 Ira Rosen <irar@il.ibm.com>
2201
2202 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2203
2204 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2205
2206 Backport from git Libtool:
2207
2208 2009-01-19 Robert Millan <rmh@aybabtu.com>
2209 Support GNU/kOpenSolaris.
2210 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2211 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2212 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2213 GNU/kOpenSolaris.
2214
2215 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2216
2217 * MAINTAINERS: Update e-mail address.
2218
2219 2009-02-24 Michael Eager <eager@eagercon.com>
2220
2221 * MAINTAINERS (Write After Approval): Add self.
2222
2223 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2224
2225 * MAINTAINERS (Write After Approval): Add myself.
2226
2227 2009-02-05 Andreas Schwab <schwab@suse.de>
2228
2229 * Makefile.tpl (stage_last): Define $r and $s before using
2230 $(RECURSE_FLAGS_TO_PASS).
2231 * Makefile.in: Regenerate
2232
2233 2009-01-30 Ian Lance Taylor <iant@google.com>
2234
2235 * MAINTAINERS: Move myself to the Global Reviewers list.
2236
2237 2009-01-29 Robert Millan <rmh@aybabtu.com>
2238
2239 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2240 * configure: Regenerate.
2241
2242 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2243
2244 * MAINTAINERS: Make whitespace consistent.
2245 Remove Robert Millan from Write After Approval.
2246
2247 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2248
2249 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2250 (all-opcodes): Depend on all-libiberty.
2251 * Makefile.in: Regenerate.
2252
2253 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2254
2255 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2256 * configure: Regenerate.
2257
2258 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2259
2260 * MAINTAINERS (Write After Approval): Add myself.
2261
2262 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2263
2264 * MAINTAINERS: Add myself to reviewers (Fortran).
2265
2266 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2267
2268 PR tree-optimization/38515
2269 * configure.ac (cloog-polylib): Removed.
2270 (with_ppl, with_cloog): Test for "no".
2271 * configure: Regenerated.
2272
2273 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
2274
2275 * MAINTAINERS: Moved myself to reviewers (Fortran).
2276
2277 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2278
2279 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2280 (Write After Approval): Remove myself.
2281
2282 2009-01-03 Diego Novillo <dnovillo@google.com>
2283
2284 * MAINTAINERS: Remove myself from alias maintainership.
2285
2286 2009-01-02 David Ayers <ayers@fsfe.org>
2287
2288 * MAINTAINERS: Update e-mail address.
2289
2290 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2291
2292 * MAINTAINERS: Make whitespace consistent.
2293
2294 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2295
2296 Backport from upstream Libtool:
2297 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2298 Add cache variables to tests that require the linker to work.
2299 For shlibpath_overrides_runpath, this also changes the semantics
2300 to let the result from the C compiler take precedence.
2301
2302 2008-12-02 Ben Elliston <bje@au.ibm.com>
2303
2304 * config.sub, config.guess: Update from upstream sources.
2305
2306 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2307
2308 * configure.ac (ppllibs): Add by default the lib flags.
2309 * configure: Regenerate.
2310
2311 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
2312
2313 * MAINTAINERS: Add myself to the write after approval list.
2314
2315 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2316
2317 * configure.ac: Add double brackets on darwin[912].
2318 * configure: Regenerate.
2319
2320 2008-12-03 Daniel Kraft <d@domob.eu>
2321
2322 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2323 Approval to Reviewer section (for Fortran front-end).
2324
2325 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2326
2327 * configure.ac: Expand to darwin10 and later.
2328 * configure: Regenerate.
2329
2330 2008-12-02 Andreas Schwab <schwab@suse.de>
2331
2332 * Makefile.def: configure-target-boehm-gc depends on
2333 all-target-libstdc++-v3.
2334 * Makefile.in: Regenerate.
2335
2336 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
2337
2338 * MAINTAINERS: Add myself as mingw maintainer.
2339
2340 2008-12-02 Ben Elliston <bje@au.ibm.com>
2341
2342 * config.sub, config.guess: Update from upstream sources.
2343
2344 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2345
2346 * README.SCO: Remove.
2347
2348 2008-11-29 Fernando Pereira <pronesto@gmail.com>
2349
2350 * MAINTAINERS: Add myself to the write after approval list.
2351
2352 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2353
2354 * MAINTAINERS: Update my email address in WAA section.
2355
2356 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
2357
2358 * MAINTAINERS: Update e-mail address.
2359
2360 2008-11-27 Toon Moene <toon@moene.org>
2361
2362 * MAINTAINERS: Change e-mail address.
2363
2364 2008-11-27 Tristan Gingold <gingold@adacore.com>
2365
2366 * configure.ac: Build gdb for i?86-*-darwin*
2367 * configure: Regenerated.
2368
2369 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
2370
2371 * MAINTAINERS: Added my full name.
2372
2373 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2374
2375 PR bootstrap/38014
2376 PR bootstrap/37923
2377
2378 Revert:
2379
2380 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2381
2382 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2383 * Makefile.in: Regenerated.
2384
2385 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2386
2387 PR gdb/921
2388 PR gdb/1646
2389 PR gdb/2175
2390 PR gdb/2176
2391
2392 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2393 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2394 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2395 (HOST_EXPORTS): Pass CPPFLAGS.
2396 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2397 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2398 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2399 * Makefile.in, configure: Regenerated.
2400 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2401 and CPPFLAGS_FOR_BUILD.
2402
2403 2008-11-06 Jeff Law <law@redhat.com>
2404
2405 * MAINTAINERS: Add myself as middle end maintainer.
2406
2407 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
2408
2409 * MAINTAINERS (Write after approval): Add myself.
2410
2411 2008-11-05 Diego Novillo <dnovillo@google.com>
2412
2413 * MAINTAINERS (Global Reviewers): Add myself.
2414 (Non-Algorithmic Maintainers): Remove myself.
2415
2416 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
2417
2418 * MAINTAINERS (Write after approval): Add myself.
2419
2420 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
2421
2422 * MAINTAINERS (Write after approval): Add myself.
2423
2424 2008-10-31 Ben Elliston <bje@au.ibm.com>
2425
2426 * configure.ac (spu-*-*): Remove special case.
2427 * configure: Regenerate.
2428
2429 2008-10-30 Catherine Moore <clm@codesourcery.com>
2430
2431 * MAINTAINERS (Write after approval): Update my email address.
2432
2433 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2434
2435 * configure.ac [spu-*-*]: Do not set skipdirs.
2436 * configure: Re-generate.
2437
2438 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
2439
2440 * MAINTAINERS (Various Maintainers): Add myself to reload.
2441
2442 2008-10-25 Richard Guenther <rguenther@suse.de>
2443
2444 * MAINTAINERS (Various Maintainers): Add myself as middle-end
2445 maintainer. Remove myself as libgcc-math maintainer.
2446 (Non-Algorithmic Maintainers): Remove myself.
2447
2448 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2449
2450 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2451 * Makefile.in: Regenerated.
2452
2453 2008-10-23 Cary Coutant <ccoutant@google.com>
2454
2455 * MAINTAINERS (Write after approval): Add myself.
2456
2457 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2458
2459 PR gdb/921
2460 PR gdb/1646
2461 PR gdb/2175
2462 PR gdb/2176
2463
2464 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2465 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2466 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2467 (HOST_EXPORTS): Pass CPPFLAGS.
2468 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2469 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2470 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2471 * Makefile.in, configure: Regenerated.
2472 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2473 and CPPFLAGS_FOR_BUILD.
2474
2475 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
2476
2477 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2478 Sebastian Pop.
2479
2480 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
2481
2482 * MAINTAINERS (Write After Approval): Added myself.
2483
2484 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2485
2486 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2487 recommended version to 2.3.2.
2488
2489 * configure: Regenerate.
2490
2491 2008-10-01 Mark Mitchell <mark@codesourcery.com>
2492
2493 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2494
2495 2008-09-29 David Daney <david.daney@caviumnetworks.com>
2496
2497 * MAINTAINERS (Write After Approval): Update e-mail address.
2498
2499 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
2500
2501 * libtool.m4: Update to libtool 2.2.6.
2502 * lt~obsolete.m4: Update to libtool 2.2.6.
2503 * ltmain.sh: Update to libtool 2.2.6.
2504 * ltsugar.m4: Update to libtool 2.2.6.
2505 * ltversion.m4: Update to libtool 2.2.6.
2506 * ltoptions.m4: Update to libtool 2.2.6.
2507 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2508
2509 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
2510
2511 * MAINTAINERS (Write After Approval): Add myself.
2512
2513 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2514
2515 * MAINTAINERS (Write After Approval): Update my name.
2516
2517 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
2518
2519 * MAINTAINERS: Add myself in "Write After Approval".
2520
2521 2008-09-18 Steve Ellcey <sje@cup.hp.com>
2522
2523 * MAINTAINERS: Add myself as ia64 maintainer.
2524
2525 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
2526
2527 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2528 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2529 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2530 and Michael Tiemann from Write After Approval since they do not
2531 actually have access.
2532
2533 2008-09-05 Richard Guenther <rguenther@suse.de>
2534
2535 * configure.ac: Initialize clooglibs to -lcloog.
2536 * configure: Re-generate.
2537
2538 2008-09-04 Le-Chun Wu <lcwu@google.com>
2539
2540 * MAINTAINERS (Write After Approval): Add myself.
2541
2542 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2543
2544 * configure.ac (--with-cloog-polylib): New.
2545 (--disable-cloog-version-check): New.
2546 (--disable-ppl-version-check): New.
2547 * configure: Re-generate.
2548
2549 2008-09-03 Richard Guenther <rguenther@suse.de>
2550
2551 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2552 cloog test.
2553 * configure: Re-generate.
2554
2555 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
2556
2557 Add picoChip port.
2558 * MAINTAINERS: Add picoChip maintainers.
2559
2560 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2561 Tobias Grosser <grosser@fim.uni-passau.de>
2562 Jan Sjodin <jan.sjodin@amd.com>
2563 Harsha Jagasia <harsha.jagasia@amd.com>
2564 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2565 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2566 Adrien Eliche <aeliche@isty.uvsq.fr>
2567
2568 Merge from graphite branch.
2569 * configure: Regenerate.
2570 * Makefile.in: Regenerate.
2571 * configure.ac (host_libs): Add ppl and cloog.
2572 Add checks for PPL and CLooG.
2573 * Makefile.def (ppl, cloog): Added modules and dependences.
2574 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2575 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2576
2577 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2578
2579 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2580 (GCC_SHLIB_SUBDIR): New.
2581 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2582 * configure: Regenerate.
2583 * Makefile.in: Regenerate.
2584
2585 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2586
2587 * MAINTAINERS: Consistently use tabs to separate columns.
2588
2589 2008-08-29 Tristan Gingold <gingold@adacore.com>
2590
2591 * MAINTAINERS (Write after Approval): Add myself.
2592
2593 2008-08-28 Tristan Gingold <gingold@adacore.com>
2594
2595 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2596 Enable bfd, binutils and opcodes.
2597 * configure: Regenerate.
2598
2599 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2600
2601 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
2602
2603 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
2604
2605 * MAINTAINERS: Use correct Umlaut for last name.
2606
2607 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2608
2609 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2610
2611 2008-08-16 David Edelsohn <edelsohn@gnu.org>
2612
2613 * MAINTAINERS: Update my email address.
2614
2615 2008-08-16 Nicolas Roche <roche@adacore.com>
2616
2617 * Makefile.tpl: Add BOOT_ADAFLAGS.
2618 * Makefile.in: Regenerate.
2619
2620 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
2621
2622 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2623 * configure: Regenerate.
2624
2625 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2626
2627 * configure.ac: Add makefile fragments for hpux.
2628 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2629 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2630 * configure: Regenerate.
2631 * Makefile.in: Regenerate.
2632
2633 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
2634
2635 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2636
2637 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
2638
2639 * MAINTAINERS (Write after Approval): Add myself.
2640
2641 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
2642
2643 * MAINTAINERS (Write After Approval): Add myself.
2644
2645 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
2646
2647 * MAINTAINERS (Write After Approval): Add myself.
2648
2649 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
2650
2651 * MAINTAINERS: Update my email address.
2652
2653 2008-06-25 Joey Ye <joey.ye@intel.com>
2654
2655 * MAINTAINERS (Write After Approval): Add myself.
2656
2657 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2658
2659 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2660 * Makefile.in: Regenerate.
2661 * configure: Regenerate.
2662
2663 2008-06-17 Daniel Kraft <d@domob.eu>
2664
2665 * MAINTAINERS (Write After Approval): Add myself.
2666
2667 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2668
2669 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2670 "$@" is still intact with both Autoconf 2.59 and 2.62.
2671 * configure: Regenerate.
2672
2673 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2674
2675 * Makefile.tpl: Fix comment errors.
2676 * Makefile.in: Regenerate.
2677
2678 2008-06-12 David S. Miller <davem@davemloft.net>
2679 David Edelsohn <edelsohn@gnu.org>
2680
2681 * configure.ac: Add powerpc*-*-* to gold supported targets.
2682 * configure: Regenerate.
2683
2684 2008-06-08 Joseph Myers <joseph@codesourcery.com>
2685
2686 PR tree-optimization/36218
2687 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2688 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2689 (all prefix="build-"): Pass them to build-system sub-makes.
2690 * Makefile.in: Regenerate.
2691
2692 2008-06-07 Joseph Myers <joseph@codesourcery.com>
2693
2694 * MAINTAINERS (mt port): Remove.
2695 (sco5, unixware, sco udk): Remove.
2696 (Kean Johnston): Add to Write After Approval.
2697
2698 2008-05-30 Julian Brown <julian@codesourcery.com>
2699
2700 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2701 of libobjc for ARM EABI Linux.
2702 * configure: Regenerate.
2703
2704 2008-05-18 Xinliang David Li <davidxl@google.com>
2705
2706 * ChangeLog: Remove wrong ChangeLog entry.
2707
2708 2008-05-17 Xinliang David Li <davidxl@google.com>
2709
2710 * MAINTAINERS (Write After Approval): Add myself.
2711
2712 2008-05-15 Janus Weil <janus@gcc.gnu.org>
2713
2714 * MAINTAINERS (Write After Approval): Add myself.
2715
2716 2008-05-14 Rafael Espíndola <espindola@google.com>
2717
2718 * config-ml.in: don't handle --enable-shared and --enable-static.
2719
2720 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
2721
2722 * MAINTAINERS: Update my email address.
2723
2724 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
2725
2726 * MAINTAINERS: Update my email address.
2727
2728 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
2729
2730 * MAINTAINERS (Write After Approval): Add myself.
2731
2732 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
2733
2734 * MAINTAINERS (Write After Approval): Add myself.
2735
2736 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
2737
2738 * MAINTAINERS (crx): Add myself.
2739
2740 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2741
2742 Sync with src:
2743 2008-04-14 David S. Miller <davem@davemloft.net>
2744
2745 * configure.ac: Add sparc*-*-* to gold supported targets.
2746 * configure: Regenerate.
2747
2748 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2749
2750 PR bootstrap/35457
2751 * configure.ac: Include override.m4.
2752 * configure: Regenerate.
2753
2754 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2755
2756 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2757 * Makefile.in: Regenerate.
2758
2759 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2760
2761 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2762 as nonconfigurable directories list.
2763 * configure: Regenerate.
2764
2765 2008-04-14 Ben Elliston <bje@au.ibm.com>
2766
2767 * config.sub, config.guess: Update from upstream sources.
2768
2769 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
2770
2771 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2772 * Makefile.in: Regenerate.
2773
2774 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2775
2776 * configure.ac: Do not build libssp for the AVR.
2777 * configure: Regenerate.
2778
2779 2008-04-07 Ian Lance Taylor <iant@google.com>
2780
2781 * Makefile.def: check-gold depends upon all-binutils.
2782 * Makefile.in: Regenerate.
2783
2784 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
2785
2786 * MAINTAINERS (Write After Approval): Add myself.
2787
2788 2008-04-04 Nick Clifton <nickc@redhat.com>
2789
2790 PR binutils/4334
2791 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2792 builds.
2793 * configure: Regenerate.
2794
2795 2008-04-04 NightStrike <NightStrike@gmail.com>
2796
2797 PR other/35151
2798 * configure.ac: Combine rules for mingw32 and mingw64.
2799 * configure: Regenerate.
2800
2801 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
2802
2803 * MAINTAINERS (Write After Approval): Add myself.
2804
2805 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
2806
2807 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2808 * Makefile.in (.NOTPARALLEL): Ditto.
2809
2810 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
2811
2812 * MAINTAINERS (Write After Approval): Add myself.
2813
2814 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
2815
2816 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2817 * Makefile.in (.NOTPARALLEL): Regenerate.
2818
2819 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
2820
2821 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2822 * Makefile.in: Regenerate.
2823
2824 2008-03-26 Jakub Staszak <kuba@et.pl>
2825
2826 * MAINTAINERS (Write After Approval): Add myself.
2827
2828 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
2829
2830 * MAINTAINERS: Update e-mail address.
2831
2832 2008-03-20 Ian Lance Taylor <iant@google.com>
2833
2834 * configure.ac: Add support for --enable-gold.
2835 * Makefile.def: Add gold as a directory like ld.
2836 * configure, Makefile.in: Regenerate.
2837
2838 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2839
2840 * configure.ac: m4_include config/proginstall.m4.
2841 * configure: Regenerate.
2842
2843 Backport from upstream Libtool:
2844
2845 2007-10-12 Eric Blake <ebb9@byu.net>
2846
2847 Deal with Autoconf 2.62's semantic change in m4_append.
2848 * ltsugar.m4 (lt_append): Replace broken versions of
2849 m4_append.
2850 (lt_if_append_uniq): Don't require separator to be overquoted,
2851 and avoid broken m4_append.
2852 (lt_dict_add): Fix typo.
2853 * libtool.m4 (_LT_DECL): Don't overquote separator.
2854
2855 2008-03-13 David Edelsohn <edelsohn@gnu.org>
2856
2857 * config.rpath: Add AIX 6 support.
2858
2859 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
2860
2861 * Makefile.def (stageprofile). Remove -fprofile-generate
2862 from stage_libcflags.
2863 * Makefile.in: Regenerate.
2864
2865 2008-03-13 Ben Elliston <bje@au.ibm.com>
2866
2867 * config.sub, config.guess: Update from upstream sources.
2868
2869 2008-03-06 Tom Tromey <tromey@redhat.com>
2870
2871 * MAINTAINERS: Update for treelang deletion.
2872
2873 2008-03-03 James E. Wilson <wilson@tuliptree.org>
2874
2875 * MAINTAINERS: Update my email address.
2876
2877 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
2878
2879 * MAINTAINERS (darwin port): Add myself as a maintainer.
2880 (objective-c/c++): Add myself as a maintainer.
2881
2882 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
2883
2884 * MAINTAINERS (Write After Approval): Update my email address.
2885
2886 2008-02-25 Tomas Bily <tbily@suse.cz>
2887
2888 * MAINTAINERS (Write After Approval): Add myself.
2889
2890 2008-02-23 Jakub Jelinek <jakub@redhat.com>
2891
2892 * MAINTAINERS (OpenMP): Add myself.
2893
2894 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
2895
2896 PR bootstrap/32009
2897 PR bootstrap/32161
2898
2899 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2900 * configure: Regenerate.
2901
2902 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2903 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2904 STAGE4_LIBCFLAGS): New.
2905 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2906 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2907 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2908 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2909 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2910 for target modules. Don't export LIBCFLAGS.
2911 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2912 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2913 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2914 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2915 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2916 * Makefile.in: Regenerate.
2917
2918 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2919
2920 PR libgcj/33085
2921 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2922 Do not use -DDLL_EXPORT. Backport from upstream.
2923
2924 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2925
2926 * MAINTAINERS (Write After Approval): Add myself.
2927
2928 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
2929
2930 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2931 * configure: Regenerate.
2932
2933 2008-01-31 Marc Gauthier <marc@tensilica.com>
2934
2935 * configure.ac (xtensa*-*-*): Recognize processor variants.
2936 * configure: Regenerate.
2937
2938 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2939
2940 PR bootstrap/34922
2941 * configure.ac (PARSE_ARGS): Push suitable setting of
2942 ac_subdirs_all, for `./configure --help=recursive'.
2943 Handle `+' in generic toplevel directory disabling.
2944 * configure: Regenerate.
2945
2946 2008-01-28 Nick Clifton <nickc@redhat.com>
2947
2948 * MAINTAINERS (xstormy16): Take over maintainership.
2949
2950 2008-01-25 Joseph Myers <joseph@codesourcery.com>
2951
2952 * MAINTAINERS (c4x port): Remove.
2953
2954 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2955
2956 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2957
2958 2008-01-23 Ben Elliston <bje@au.ibm.com>
2959
2960 * config.sub, config.guess: Update from upstream sources.
2961
2962 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
2963
2964 * MAINTAINERS (Write After Approval): Add myself.
2965
2966 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
2967
2968 * MAINTAINERS: Update my email address.
2969
2970 2008-01-09 Raksit Ashok <raksit@google.com>
2971
2972 * MAINTAINERS (Write After Approval): Add myself.
2973
2974 2008-01-09 Raksit Ashok <raksit@google.com>
2975
2976 * MAINTAINERS (Write After Approval): Add myself.
2977
2978 2008-01-08 Ben Elliston <bje@au.ibm.com>
2979
2980 * config.sub, config.guess: Update from upstream sources.
2981
2982 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2983
2984 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2985 Change recommended MPFR from 2.2.1 -> 2.3.0.
2986 * configure: Regenerate.
2987
2988 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
2989
2990 * MAINTAINERS: Update my email address.
2991
2992 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
2993
2994 * MAINTAINERS: Update my email address.
2995
2996 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2997
2998 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2999 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3000 * Makefile.in: Regenerate.
3001
3002 2007-12-10 Mark Heffernan <meheff@google.com>
3003
3004 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3005 misplaced entries.
3006
3007 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3008
3009 * configure.ac: Enable libjava for x86_64-*-darwin9.
3010 * configure: Regenerate.
3011
3012 2007-12-07 Bill Maddox <maddox@google.com>
3013
3014 * MAINTAINERS (Write After Approval): Add myself.
3015
3016 2007-12-05 Ben Elliston <bje@au.ibm.com>
3017
3018 * config.sub, config.guess: Update from upstream sources.
3019
3020 2007-12-02 Matthias Klose <doko@ubuntu.com>
3021
3022 * config-ml.in: Remove 64bit configure tests.
3023
3024 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3025
3026 * config-ml.in: Robustify against white space in absolute file
3027 names.
3028
3029 * config-ml.in (multi-clean): Substitute ${Makefile}.
3030 Remove superfluous ${Makefile} in list.
3031
3032 2007-11-19 Thiemo Seufer <ths@mips.com>
3033
3034 * config-ml.in: Don't hardcode the Makefile name.
3035
3036 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3037
3038 * MAINTAINERS (Write After Approval): Add myself.
3039
3040 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3041
3042 * MAINTAINERS (Write After Approval): Add myself.
3043
3044 2007-11-06 Doug Kwan <dougkwan@google.com>
3045
3046 * MAINTAINERS (Write After Approval): Add myself.
3047
3048 2007-10-25 Ben Elliston <bje@au.ibm.com>
3049
3050 * MAINTAINERS (mercury): Remove entry.
3051 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3052
3053 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3054
3055 * Makefile.def (dependencies): Make configure-gdb depend on
3056 all-intl.
3057 * Makefile.in: Regenerated.
3058
3059 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3060
3061 * MAINTAINERS (Fortran maintainer): Remove myself.
3062
3063 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3064
3065 * Makefile.def: To avoid problems running with parallel makes,
3066 build newlib before libgloss so that target specific header
3067 files are availble.
3068 * Makefile.in: Regenerate
3069
3070 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3071
3072 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3073 * Makefile.in: Regenerate.
3074
3075 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3076
3077 * MAINTAINERS (Register allocation reviewer): Add myself.
3078
3079 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3080
3081 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3082 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3083 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3084 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3085 * configure: Regenerate.
3086
3087 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3088
3089 * MAINTAINERS (Register allocation reviewer): Add myself.
3090
3091 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3092
3093 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3094 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3095 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3096 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3097 * configure.ac: Default them to host tools for $host = $build.
3098 Subst them.
3099
3100 * configure: Regenerate.
3101 * Makefile.in: Regenerate.
3102
3103 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3104
3105 * MAINTAINERS (Register allocation reviewer): Add myself.
3106
3107 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3108
3109 * MAINTAINERS (Register allocation reviewer): Add myself.
3110
3111 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3112
3113 * MAINTAINERS (Write After Approval): Fix typo.
3114
3115 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3116
3117 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3118 * configure: Regenerate.
3119
3120 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3121
3122 PR bootstrap/31906
3123 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3124 they're already prefixed.
3125
3126 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3127
3128 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3129 libstdc++.
3130 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3131 * configure: Regenerate.
3132 * Makefile.in: Regenerate.
3133
3134 2007-09-17 Andreas Schwab <schwab@suse.de>
3135
3136 * configure.ac: Raise minimum makeinfo version to 4.6.
3137 * configure: Regenerate.
3138
3139 2007-09-17 Johannes Singler <singler@ira.uka.de>
3140
3141 * MAINTAINERS (write-after-approval) add myself
3142
3143 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3144
3145 * configure.ac: Correct makeinfo version check.
3146 * configure: Regenerate.
3147
3148 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3149
3150 * MAINTAINERS: Update my email address.
3151
3152 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3153
3154 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3155 to $skipdirs and only disable gprof for newlib. Use the normal
3156 mips*-elf* handling in other respects.
3157 * configure: Regnerate.
3158
3159 2007-09-12 David Daney <ddaney@avtrex.com>
3160
3161 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3162 enabling libgcj.
3163 * configure: Regenerate.
3164
3165 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3166
3167 PR other/32154
3168 * configure.ac: For libgloss targets, point the linker to the linker
3169 script, startup code and simulator library.
3170 * configure: Regenerate.
3171
3172 2007-09-07 Andrew Haley <aph@redhat.com>
3173
3174 * configure.ac (noconfigdirs): Remove target-libffi and
3175 target-libjava.
3176 * configure: Regenerate.
3177
3178 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3179
3180 PR target/33281
3181 * configure.ac: Use config/mh-mingw on mingw.
3182 * configure: Regenerate.
3183
3184 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3185
3186 * MAINTAINERS (Write After Approval): Add myself.
3187
3188 2007-09-05 Richard Guenther <rguenther@suse.de>
3189
3190 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3191 nor --disable-checking is provided also turn on yes and types
3192 checking for stage1.
3193 * configure: Re-generate.
3194
3195 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3196
3197 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3198 (Write After Approval): Remove myself.
3199
3200 2007-08-29 Nick Clifton <nickc@redhat.com>
3201
3202 * config.sub, config.guess: Update from upstream sources.
3203
3204 2007-08-22 Bud Davis <jmdavis@link.com>
3205
3206 * MAINTAINERS (Write After Approval): Added myself.
3207 * MAINTAINERS (Reviewers): Removed myself.
3208
3209 2007-08-18 Paul Brook <paul@codesourcery.com>
3210 Joseph Myers <joseph@codesourcery.com>
3211
3212 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3213 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3214 * Makefile.in: Regenerate.
3215 * configure.ac (--with-debug-prefix-map): New.
3216 * configure: Regenerate.
3217
3218 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3219 Nigel Stephens <nigel@mips.com>
3220
3221 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3222 as target_makefile_frag.
3223 * configure: Regenerate.
3224
3225 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3226
3227 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3228 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3229 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3230 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3231 (do-compare, do-compare3, do-compare-debug): New.
3232 ([+compare-target+]): Use them.
3233
3234 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3235
3236 * MAINTAINERS (Write After Approval): Change my email address.
3237
3238 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3239 Ben Elliston <bje@au.ibm.com>
3240
3241 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3242 --silent if $silent.
3243 * configure: Regenerate.
3244
3245 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3246
3247 * MAINTAINERS (Various Maintainers): Add myself as
3248 loop infrastructure maintainer. Update my e-mail
3249 address.
3250
3251 2007-07-31 Diego Novillo <dnovillo@google.com>
3252
3253 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3254 Adjust description.
3255
3256 2007-07-26 Richard Guenther <rguenther@suse.de>
3257
3258 * configure.ac: Add types checking to stage1 checking flags.
3259 * configure: Regenerate.
3260
3261 2007-07-17 Nick Clifton <nickc@redhat.com>
3262
3263 * COPYING3: New file. Contains version 3 of the GNU General
3264 Public License.
3265 * COPYING3.LIB: New file. Contains version 3 of the GNU
3266 Lesser General Public License.
3267
3268 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3269
3270 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3271
3272 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3273
3274 * MAINTAINERS (S/390 co-maintainer): Add myself.
3275 (Write After Approval): Remove myself.
3276
3277 2007-07-13 Dan Hipschman <dsh@google.com>
3278
3279 * MAINTAINERS (Write After Approval): Add myself.
3280
3281 2007-07-11 Nick Clifton <nickc@redhat.com>
3282
3283 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3284 WINDRES export.
3285 * Makefile.in: Regenerate.
3286
3287 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3288
3289 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3290 maintainer.
3291
3292 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3293
3294 * lt~obsolete.m4: New. Import from 20070318 libtool.
3295
3296 2007-07-03 Julian Brown <julian@codesourcery.com>
3297
3298 * MAINTAINERS (Write After Approval): Add myself.
3299
3300 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3301
3302 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3303 * configure: Regenerate.
3304
3305 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3306
3307 * configure.ac: Add some missing m4 quotation.
3308 * configure: Regenerate.
3309
3310 2007-07-02 Simon Baldwin <simonb@google.com>
3311
3312 * MAINTAINERS (Write After Approval): Add myself.
3313
3314 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
3315
3316 * configure: Regenerate.
3317
3318 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
3319
3320 * Makefile.def: Add windmc tool to build.
3321 * Makefile.tpl: Likewise.
3322 * configure.ac: Likewise.
3323 * Makefile.in: Regenerate.
3324 * configure: Regenerate.
3325
3326 2007-06-28 DJ Delorie <dj@redhat.com>
3327
3328 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3329 not building newlib.
3330 * configure: Regenerated.
3331
3332 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3333
3334 * MAINTAINERS (Write After Approval): Add myself.
3335
3336 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
3337
3338 * MAINTAINERS (Write After Approval): Add myself.
3339
3340 2007-06-19 Chris Matthews <chrismatthews@google.com>
3341
3342 * MAINTAINERS (Write After Approval): Add myself.
3343
3344 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3345
3346 * MAINTAINERS (Write After Approval): Add myself.
3347
3348 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3349
3350 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3351 * Makefile.in: Regenerated.
3352
3353 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3354
3355 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3356 bfin*-*-uclinux* targets.
3357 * configure: Regenerate.
3358
3359 2007-06-14 Ian Lance Taylor <iant@google.com>
3360
3361 * MAINTAINERS: Add myself as non-algorithmic global write
3362 maintainer.
3363
3364 2007-06-14 Diego Novillo <dnovillo@google.com>
3365
3366 * MAINTAINERS: Add self as middle-end maintainer and
3367 non-algorithmic global write maintainer.
3368
3369 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3370
3371 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3372 Move all Fortran maintainers except Paul Brook into the
3373 Non-Autopoiesis section.
3374
3375 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3376
3377 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3378 (distclean-stage[+id+]): Possibly delete stage_last.
3379 * Makefile.in: Regenerate.
3380
3381 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
3382
3383 * MAINTAINERS (Various Maintainer): Fix typo.
3384
3385 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
3386
3387 * MAINTAINERS (Various Maintainer): Add myself as
3388 dataflow maintainer.
3389
3390 2007-06-07 Ben Elliston <bje@au.ibm.com>
3391
3392 * config.sub, config.guess: Update from upstream sources.
3393
3394 2007-06-07 Ben Elliston <bje@au.ibm.com>
3395
3396 * Makefile.tpl: Fix spelling error.
3397 * Makefile.in: Regenerate.
3398
3399 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3400
3401 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3402 lt_cv_sys_max_cmd_len.
3403
3404 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
3405
3406 * MAINTAINERS (Various Maintainers): Add myself as
3407 auto-vectorizer maintainer.
3408
3409 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
3410
3411 PR libjava/32098
3412 * libtool.m4: Revert previous change.
3413 * ltgcc.m4: Put it here.
3414
3415 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
3416
3417 * MAINTAINERS (Various Maintainers): Add myself as
3418 auto-vectorizer maintainer.
3419
3420 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
3421
3422 PR libjava/32098
3423 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3424
3425 2007-05-30 Richard Guenther <rguenther@suse.de>
3426
3427 * MAINTAINERS (Various Maintainers): Add myself as
3428 auto-vectorizer maintainer.
3429
3430 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3431
3432 PR bootstrap/29382
3433 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3434 * configure: Rebuilt.
3435
3436 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
3437
3438 * MAINTAINERS (Write After Approval): Removed my name.
3439
3440 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
3441
3442 * MAINTAINERS (Write After Approval): Remove myself.
3443
3444 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3445
3446 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3447
3448 2007-05-23 Steve Ellcey <sje@cup.hp.com>
3449
3450 * ltmain.sh: Update from ToT Libtool.
3451 * libtool.m4: Update from ToT Libtool.
3452 * ltsugar.m4: New. Update from ToT Libtool.
3453 * ltversion.m4: New. Update from ToT Libtool.
3454 * ltoptions.m4: New. Update from ToT Libtool.
3455 * ltconfig: Remove.
3456 * ltcf-c.sh: Remove.
3457 * ltcf-cxx.sh: Remove.
3458 * ltcf-gcj.sh: Remove.
3459
3460 2007-05-22 Ollie Wild <aaw@google.com>
3461
3462 * MAINTAINERS (Write After Approval): Add myself.
3463
3464 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3465
3466 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3467 stage_cflags.
3468 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3469 Remove CFLAGS/LIBCFLAGS.
3470 (configure-stage[+id+]-[+prefix+][+module+],
3471 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3472 * Makefile.in: Regenerate.
3473
3474 2007-05-15 Diego Novillo <dnovillo@google.com>
3475
3476 * MAINTAINERS: Update e-mail address.
3477
3478 2007-05-15 Revital Eres <eres@il.ibm.com>
3479
3480 * MAINTAINERS (Write After Approval): Add myself.
3481
3482 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
3483
3484 * MAINTAINERS (Write After Approval): Updated my address.
3485
3486 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
3487
3488 * MAINTAINERS (Write After Approval): Add myself.
3489
3490 2007-05-11 Silvius Rus <rus@google.com>
3491
3492 * MAINTAINERS (Write After Approval): Add myself.
3493
3494 2007-04-23 Tom Tromey <tromey@redhat.com>
3495
3496 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3497
3498 2007-04-22 Mark Mitchell <mark@codesourcery.com>
3499
3500 * MAINTAINERS (cpplib): Rename to ...
3501 (libcpp): ... this. Add C/C++ front end maintainers.
3502
3503 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3504
3505 * config-ml.in: Pass ${ml_config_env} to configure calls.
3506
3507 2007-04-04 Christian Bruel <christian.bruel@st.com>
3508
3509 * MAINTAINERS (Write After Approval): Add myself.
3510
3511 2007-04-02 Dave Korn <dave.korn@artimi.com>
3512
3513 * MAINTAINERS (Write After Approval): Add myself.
3514
3515 2007-03-31 Tobias Burnus <burnus@net-b.de>
3516
3517 * MAINTAINERS (fortran 95 front end): Add myself.
3518
3519 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3520
3521 * MAINTAINERS (Write After Approval): Add myself.
3522
3523 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
3524
3525 * MAINTAINERS (Modulo Scheduler): Add myself.
3526
3527 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
3528
3529 * MAINTAINERS (fortran 95 front end): Add myself.
3530 (c++ front end): whitespace fix.
3531
3532 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
3533
3534 * MAINTAINERS (Write After Approval): Add myself.
3535
3536 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3537
3538 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3539 of glob. Quote arguments with single quotes too.
3540 * configure: Regenerate.
3541
3542 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3543
3544 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3545 * Makefile.in: Regenerate
3546
3547 2007-03-07 Andreas Schwab <schwab@suse.de>
3548
3549 * configure: Regenerate.
3550
3551 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3552
3553 * configure.ac: Add "--with-pdfdir" configure option,
3554 which defines pdfdir variable.
3555 * Makefile.def (target=fixincludes): Add install-pdf to
3556 missing targets.
3557 (recursive_targets): Add install-pdf target.
3558 (flags_to_pass): Add pdfdir.
3559 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3560 target.
3561 * configure: Regenerate
3562 * Makefile.in: Regenerate
3563
3564 2007-02-28 Eric Christopher <echristo@apple.com>
3565
3566 Revert:
3567 2006-12-07 Mike Stump <mrs@apple.com>
3568
3569 * Makefile.def (dependencies): Add dependency for
3570 install-target-libssp and install-target-libgomp on
3571 install-gcc.
3572 * Makefile.in: Regenerate.
3573
3574 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3575
3576 * configure: Regenerate.
3577 * configure.ac: Move statements after variable declarations.
3578
3579 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
3580
3581 * MAINTAINERS: Add myself as sh maintainer.
3582
3583 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3584
3585 * configure.ac: Adjust for loop syntax.
3586 * configure: Regenerate.
3587
3588 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3589
3590 * configure: Rebuilt.
3591
3592 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3593
3594 * configure.ac: Drop multiple occurrences of --enable-languages,
3595 and fix its quoting.
3596 * configure: Rebuilt.
3597
3598 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3599 Nathan Sidwell <nathan@codesourcery.com>
3600 Vladimir Prus <vladimir@codesourcery.com>
3601 Joseph Myers <joseph@codesourcery.com>
3602
3603 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3604 * configure: Regenerate.
3605
3606 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
3607
3608 * ltconfig (freebsd*): Default to elf.
3609
3610 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3611
3612 * configure.ac (target_libraries): Move libgcc before libiberty.
3613 * configure: Regenerated.
3614
3615 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3616 Paolo Bonzini <bonzini@gnu.org>
3617
3618 PR bootstrap/30753
3619 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3620 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3621 * configure: Regenerated.
3622
3623 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3624
3625 * MAINTAINERS (Language Front End Maintainers): Update my mail
3626 address.
3627
3628 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3629
3630 PR bootstrap/30748
3631 * configure.ac: Correct syntax for Solaris ksh.
3632 * configure: Regenerated.
3633
3634 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3635
3636 * configure.ac: Sync with src.
3637 * configure: Regenerate.
3638
3639 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3640
3641 * Makefile.in: Regenerate.
3642
3643 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3644
3645 * config.sub: Sync with src.
3646
3647 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3648
3649 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3650 noncanonical equivalents.
3651 * configure.in: Rename to...
3652 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3653 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3654 target_noncanonical. Use them. Rewrite removal of configure
3655 arguments for autoconf 2.59. Discard variable settings. Force
3656 program_transform_name for native tools.
3657
3658 * Makefile.in: Regenerated.
3659 * configure: Regenerated with autoconf 2.59.
3660
3661 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
3662
3663 * MAINTAINERS (Write After Approval): Add myself.
3664
3665 2007-01-31 Andreas Schwab <schwab@suse.de>
3666
3667 * Makefile.tpl (LDFLAGS): Substitute it.
3668 * Makefile.in: Regenerate.
3669
3670 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
3671
3672 * MAINTAINERS (Write After Approval): Add myself.
3673
3674 2007-01-28 David Edelsohn <edelsohn@gnu.org>
3675
3676 * MAINTAINERS (spu port): Add myself.
3677
3678 2007-01-23 Richard Guenther <rguenther@suse.de>
3679
3680 PR bootstrap/30541
3681 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3682 * Makefile.tpl (GNATBIND): Substitute it.
3683 (GNATMAKE): Likewise.
3684 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3685 of STAGE_PREFIX.
3686 * Makefile.in: Regenerate.
3687 * configure: Regenerate.
3688
3689 2007-01-18 Mike Stump <mrs@apple.com>
3690
3691 * configure.in: Re-enable -Werror for gcc builds.
3692
3693 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
3694
3695 * MAINTAINERS (Write After Approval): Add myself.
3696
3697 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3698
3699 * configure.in: Change == to = in test command.
3700 * configure: Regenerate.
3701
3702 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3703 Nick Clifton <nickc@redhat.com>
3704 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3705
3706 * configure.in (build_configargs, host_configargs, target_configargs):
3707 Remove build/host/target parameters.
3708 (host_libs): Add gmp and mpfr.
3709 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3710 * Makefile.def (gmp, mpfr): New.
3711 (gcc): Remove target.
3712 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3713 target_os, target_vendor): New.
3714 (configure): Add host_alias/target_alias arguments; adjust invocations.
3715 * configure: Regenerate.
3716 * Makefile.in: Regenerate.
3717
3718 2007-01-11 Matt Fago <fago@earthlink.net>
3719
3720 * configure.in: Try to link to functions only in mpfr 2.2.x
3721 to improve robustness of configure tests.
3722 * configure: Regenerate.
3723
3724 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
3725
3726 * MAINTAINERS: Add myself as i386 maintainer.
3727
3728 2007-01-08 Jan Hubicka <jh@suse.cz>
3729
3730 * MAINTAINERS: Add myself as i386 maintainer.
3731
3732 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
3733
3734 * configure.in: Add support for an x86_64-mingw* target.
3735 * configure: Regenerate.
3736
3737 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3738
3739 * Makefile.tpl (all-target): Correct @if conditional for target
3740 modules.
3741 * configure.in: Omit libiberty if building only target libgcc.
3742 * configure, Makefile.in: Regenerated.
3743
3744 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3745
3746 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3747 * configure: Regenerate.
3748
3749 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3750
3751 * Makefile.def (target_modules): Add libgcc.
3752 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3753 * Makefile.tpl (clean-target-libgcc): Delete.
3754 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3755 on gcc even for bootstrapped modules. Rewrite handling of
3756 lang_env_dependencies to loop over target_modules.
3757 * configure.in (target_libraries): Add target-libgcc.
3758 * Makefile.in, configure: Regenerated.
3759
3760 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3761
3762 * configure.in: Reorganize recognition of languages. Add
3763 --enable-stage1-languages. Show supported languages for the chosen
3764 target rather than all recognized languages.
3765 * configure: Regenerate.
3766
3767 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3768
3769 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3770 * Makefile.in: Regenerate.
3771
3772 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3773
3774 * configure.in: Warn that MPFR 2.2.0 is buggy.
3775 * configure: Regenerate.
3776
3777 2006-12-27 Ian Lance Taylor <iant@google.com>
3778
3779 * configure.in: When removing Makefiles to force a reconfigure, also
3780 remove prev-DIR*/Makefile.
3781 * configure: Regenerate.
3782
3783 2006-12-22 Andreas Schwab <schwab@suse.de>
3784
3785 * configure: Regenerate with correct autoconf version.
3786
3787 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
3788
3789 * configure.in: add AC_SUBST for *_FOR_TARGET.
3790 * configure: Regenerate.
3791
3792 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3793
3794 * configure.in: Simplify logic for rejecting languages that cannot
3795 be built. Separate the case when a language is unsupported,
3796 from the case when the user chooses not to build a language.
3797
3798 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3799
3800 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3801 it only affects bootstrap and could be tested on "$host" as well.
3802 * configure: Regenerate.
3803 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3804
3805 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3806
3807 PR bootstrap/29544
3808 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3809 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3810 move here comment from Makefile.tpl.
3811 * Makefile.tpl: Move some definitions higher in the file.
3812 (STAGE1_CHECKING): New.
3813 * configure.in: Add --enable-stage1-checking.
3814 * configure: Regenerate.
3815 * Makefile.in: Regenerate.
3816
3817 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3818
3819 * MAINTAINERS: Add myself as build system maintainer.
3820
3821 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
3822
3823 * MAINTAINERS (Write After Approval): Add myself.
3824
3825 2006-12-13 Eric Christopher <echristo@apple.com>
3826
3827 * MAINTAINERS: Add myself as darwin maintainer.
3828
3829 2006-12-11 Ian Lance Taylor <ian@airs.com>
3830
3831 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3832
3833 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
3834
3835 MAINTAINERS: Update my entry.
3836
3837 2006-12-11 Alan Modra <amodra@bigpond.net.au>
3838
3839 * configure.in: Handle spu makefile frag.
3840 * Makefile.tpl (MAINT): Define
3841 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3842 * configure: Regenerate.
3843 * Makefile.in: Regenerate.
3844
3845 2006-12-11 Ben Elliston <bje@au.ibm.com>
3846
3847 * config.guess: Import latest version.
3848 * config.sub: Likewise.
3849
3850 2006-12-11 Ben Elliston <bje@au.ibm.com>
3851
3852 * configure.in (spu-*-*): Don't skip target-libiberty.
3853 * configure: Regenerate.
3854
3855 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
3856
3857 PR bootstrap/30134
3858 * configure.in: Correct x86 darwin support for libjava to powerpc
3859 and i?86 only.
3860 * configure: Regenerate.
3861
3862 2006-12-08 Sandro Tolaini <tolaini@libero.it>
3863
3864 * configure.in: Add x86 darwin support for libjava.
3865 * configure: Regenerate.
3866
3867 2006-12-07 Mike Stump <mrs@apple.com>
3868
3869 * Makefile.def (dependencies): Add dependency for
3870 install-target-libssp and install-target-libgomp on
3871 install-gcc.
3872 * Makefile.in: Regenerate.
3873
3874 2006-12-04 Richard Guenther <rguenther@suse.de>
3875
3876 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3877 (Non-Algorithmic Maintainers): Move over non-algorithmic
3878 loop optimizer maintainers, add myself as a non-algorithmic
3879 middle-end maintainer.
3880
3881 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
3882
3883 * MAINTAINERS (Write After Approval): Add myself.
3884
3885 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3886
3887 * configure.in: Update error message for missing GMP/MPFR.
3888
3889 * configure: Regenerate.
3890
3891 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3892
3893 * configure.in: Update MPFR version in error message.
3894
3895 * configure: Regenerate.
3896
3897 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3898
3899 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3900 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3901 --with-gmp-lib): New flags.
3902
3903 * configure: Regenerate.
3904
3905 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
3906
3907 * MAINTAINERS (Write After Approval): Change my email address.
3908
3909 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3910
3911 * MAINTAINERS (Write After Approval): Add myself.
3912
3913 2006-11-22 Philipp Thomas <pth@suse.de>
3914
3915 * MAINTAINERS (i18n): Update e-mail address.
3916
3917 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3918
3919 * MAINTAINERS (spu port): Add myself as maintainer.
3920 (Write After Approval): Remove myself.
3921
3922 2006-11-22 Ben Elliston <bje@au.ibm.com>
3923
3924 * configure.in (skipdirs): Don't build libssp for SPU.
3925 * configure: Regenerate.
3926
3927 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
3928
3929 * MAINTAINERS (spu port): Add myself as maintainer.
3930 (libobjc): Update my email address.
3931
3932 2006-11-21 Andrea Bona <andrea.bona@st.com>
3933
3934 * MAINTAINERS (Write After Approval): Add myself.
3935
3936 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3937
3938 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3939 * configure : Rebuilt.
3940
3941 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3942
3943 * MAINTAINERS (Write After Approval): Add myself.
3944
3945 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
3946
3947 * MAINTAINERS (Write After Approval): Add myself.
3948
3949 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3950
3951 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3952 libmpfr.a.
3953 * configure: Regenerate.
3954
3955 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
3956
3957 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3958 (unstage): Test for stage_last presence.
3959
3960 PR bootstrap/29802
3961 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3962 STAGE_PREFIX.
3963 * Makefile.in: Regenerate.
3964
3965 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
3966
3967 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3968 maintainers.
3969
3970 2006-11-14 Erven Rohou <erven.rohou@st.com>
3971
3972 * MAINTAINERS (Write After Approval): Add myself.
3973
3974 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
3975
3976 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3977 and stageN-package/Makefile.
3978 * Makefile.in: Regenerated.
3979
3980 2006-11-14 Jie Zhang <jie.zhang@analog.com>
3981
3982 * configure.in: Remove target-libgloss from noconfigdirs for
3983 bfin-*-*.
3984 * configure: Regenerated.
3985
3986 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3987
3988 * configure.in (have_gmp): Only error if the gcc directory exists.
3989
3990 * configure: Regenerate.
3991
3992 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3993
3994 * configure.in: Robustify error message for missing GMP/MPFR.
3995
3996 * configure: Regenerate.
3997
3998 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
3999
4000 * MAINTAINERS (Write After Approval): Add myself.
4001
4002 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4003
4004 * MAINTAINERS: Change email address.
4005
4006 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4007
4008 * MAINTAINERS (Write After Approval): Add myself.
4009
4010 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4011
4012 * MAINTAINERS (Write After Approval): Add myself.
4013
4014 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4015
4016 * MAINTAINERS (Write After Approval): Move myself to
4017 Write After Approval section.
4018
4019 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4020
4021 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4022 need_gmp anymore.
4023 * configure: Regenerate.
4024
4025 2006-10-16 Tobias Burnus <burnus@net-b.de>
4026
4027 * MAINTAINERS (Write After Approval): Add myself.
4028
4029 2006-10-16 Ben Elliston <bje@au.ibm.com>
4030
4031 * config.guess: Import latest version.
4032 * config.sub: Likewise.
4033
4034 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4035
4036 * Makefile.def: Added pdf target handling.
4037 * Makefile.tpl: Added pdf target handling.
4038 * Makefile.in: Regenerated.
4039
4040 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4041
4042 * MAINTAINERS: Add self as score port maintainer.
4043
4044 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4045
4046 * MAINTAINERS (Write After Approval): Add myself.
4047
4048 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4049
4050 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4051 or newer.
4052 * configure: Regenerated.
4053
4054 2006-09-27 Dave Brolley <brolley@redhat.com>
4055
4056 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4057 using $s instead of $r.
4058 * configure: Regenerated.
4059
4060 2006-09-26 Thiemo Seufer <ths@mips.com>
4061
4062 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4063 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4064 * configure: Regenerate.
4065
4066 2006-09-24 Graeme Peterson <gridly@gmail.com>
4067
4068 * MAINTAINERS (Write After Approval): Remove myself.
4069
4070 2006-09-22 Chao-ying Fu <fu@mips.com>
4071
4072 * MAINTAINERS (Write After Approval): Add myself.
4073
4074 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4075
4076 * MAINTAINERS: Add self as soft-fp maintainer.
4077
4078 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4079
4080 * MAINTAINERS: Add myself as avr maintainer.
4081 Remove Marek Michalkiewicz as avr maintainer.
4082
4083 2006-09-07 Roberto Costa <roberto.costa@st.com>
4084
4085 * MAINTAINERS (Write After Approval): Add myself.
4086
4087 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4088
4089 * configure.in: Never build newlib for a Mingw host.
4090 Never build newlib as Mingw target library.
4091 Test the existence of winsup/cygwin for building a Cygwin newlib,
4092 rather than just winsup.
4093 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4094 building a Mingw target.
4095 * configure: Regenerate.
4096
4097 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4098
4099 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4100
4101 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4102
4103 * config.guess: Import from src (was more updated).
4104 * config.sub: Likewise.
4105
4106 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4107
4108 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4109 * configure: Regenerated.
4110
4111 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4112
4113 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4114 for stages after the first.
4115
4116 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4117
4118 * Makefile.def: Add dependencies for configure-opcodes
4119 on configure-intl and all-opcodes on all-intl.
4120 * Makefile.in: Regenerated.
4121
4122 2006-07-13 Ben Elliston <bje@au.ibm.com>
4123
4124 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4125
4126 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4127
4128 Port to hosts whose 'sort' and 'tail' implementations
4129 treat operands with leading '+' as file names, as POSIX
4130 has required since 2001. However, make sure the code still
4131 works on pre-POSIX hosts.
4132 * ltmain.sh: Don't assume "sort +2" is equivalent to
4133 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4134
4135 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4136
4137 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4138
4139 2006-07-04 Peter O'Gorman <peter@pogma.com>
4140
4141 * ltconfig: chmod 644 before ranlib during install.
4142
4143 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4144
4145 PR bootstrap/18058
4146 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4147 if the bootstrap compiler is a GCC version that supports it.
4148 * configure: Regenerate.
4149
4150 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4151
4152 * configure.in: Fix thinkos in previous check-in.
4153 * configure: Regenerate.
4154
4155 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4156
4157 PR other/27063
4158 * configure.in: Test subdir_requires and give an appropriate
4159 error message.
4160 * configure: Regenerate.
4161
4162 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4163
4164 * MAINTAINERS (Write After Approval): Add myself.
4165
4166 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4167
4168 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4169
4170 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4171
4172 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4173
4174 2006-06-20 David Ayers <d.ayers@inode.at>
4175
4176 PR bootstrap/28072
4177 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4178 whether target-libjava is being configured instead of whether the
4179 java front end is enabled.
4180 * configure: Regenerate.
4181
4182 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4183
4184 PR target/27540
4185 * configure.in: Only enable libgomp on IRIX 6.
4186 * configure: Regenerate.
4187
4188 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4189
4190 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4191 too.
4192 * Makefile.in: Regenerate.
4193
4194 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4195
4196 * config-ml.in: Alter CCASFLAGS to include special
4197 multilib options the same as is done for CFLAGS.
4198
4199 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4200
4201 * configure.in: Don't enable libgomp on hpux10.
4202 * configure: Rebuilt.
4203
4204 2006-06-12 David Ayers <d.ayers@inode.at>
4205
4206 PR bootstrap/27963
4207 PR target/19970
4208 * configure.in: Remove target-boehm-gc from noconfigdirs where
4209 ${libgcj} is specified.
4210 * configure: Regenerate.
4211
4212 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4213
4214 Sync from src:
4215
4216 * configure.in: Sync.
4217 * configure: Regenerated.
4218
4219 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4220
4221 * Makefile.def: Added dependencies from sim and gdb on intl, and
4222 added configure dependencies to everything with an all dependency
4223 on intl.
4224 * Makefile.in: Regenerated.
4225
4226 2006-06-06 David Ayers <d.ayers@inode.at>
4227
4228 PR libobjc/13946
4229 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4230 * Makefile.in: Regenerate.
4231 * configure.in: Add --enable-objc-gc at toplevel and have it
4232 enable boehm-gc for Objective-C.
4233 Remove target-boehm-gc from libgcj.
4234 Add target-boehm-gc to target_libraries.
4235 Add target-boehm-gc to noconfigdirs where ${libgcj}
4236 is specified.
4237 Assert that boehm-gc is supported when requested for Objective-C.
4238 Only build boehm-gc if needed either for Java or Objective-C.
4239 * configure: Regenerate.
4240
4241 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4242
4243 PR 27674
4244 * Makefile.tpl (configure-[+prefix+][+module+],
4245 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4246 Remove rule to unstage bootstrapped modules.
4247 (stage_current): New.
4248 * Makefile.in: Regenerate.
4249
4250 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4251
4252 * MAINTAINERS (Write After Approval): Update my e-mail address.
4253
4254 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4255
4256 * include/libiberty.h: Declare pex_run_in_environment.
4257
4258 2006-05-31 Asher Langton <langton2@llnl.gov>
4259
4260 * MAINTAINERS (Write After Approval): Add myself.
4261
4262 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4263
4264 * Makefile.def (bfd, opcodes): Fix lib_path.
4265 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4266 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4267 * Makefile.in: Regenerate.
4268
4269 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4270
4271 * Makefile.in: Regenerate.
4272
4273 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4274
4275 * Makefile.def: Add install-html target. Add datarootdir
4276 docdir and htmldir to flags_to_pass.
4277 * Makefile.tpl: Add install-html target.
4278 * Makefile.in: Regenerate.
4279 * configure.in: Add --with-datarootdir, --with-docdir, and
4280 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4281 * configure: Regenerate.
4282
4283 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4284
4285 * configure.in: Enable gprof for cross builds.
4286 * configure: Regenerate.
4287
4288 2006-05-22 Richard Guenther <rguenther@suse.de>
4289
4290 Revert
4291 2006-01-31 Richard Guenther <rguenther@suse.de>
4292 Paolo Bonzini <bonzini@gnu.org>
4293
4294 * Makefile.def (target_modules): Add libgcc-math target module.
4295 * configure.in (target_libraries): Add libgcc-math target library.
4296 (--enable-libgcc-math): New configure switch.
4297 * Makefile.in: Re-generate.
4298 * configure: Re-generate.
4299 * libgcc-math: New toplevel directory.
4300
4301 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4302 Andreas Tobler <a.tobler@schweiz.ch>
4303
4304 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4305 * configure: Rebuilt.
4306
4307 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
4308
4309 * MAINTAINERS (Write After Approval): Add myself.
4310
4311 2006-05-01 DJ Delorie <dj@redhat.com>
4312
4313 * configure.in: Restore CFLAGS if GMP isn't present.
4314 * configure: Regenerate.
4315
4316 2006-05-01 Richard Guenther <rguenther@suse.de>
4317
4318 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4319 maintainer.
4320
4321 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
4322
4323 * MAINTAINERS (Write After Approval): Add myself.
4324
4325 2006-04-28 Jan Beulich <jbeulich@novell.com>
4326
4327 * MAINTAINERS (Write After Approval): Add myself.
4328
4329 2006-04-18 DJ Delorie <dj@redhat.com>
4330
4331 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4332 reference libgloss so that libssp can be built in a combined
4333 tree.
4334 * configure: Regenerate.
4335
4336 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
4337
4338 * MAINTAINERS (Write After Approval): Add myself.
4339
4340 2006-04-05 Ben Elliston <bje@au.ibm.com>
4341
4342 * configure.in: Require makeinfo 4.4 or higher.
4343 * configure: Regenerate.
4344
4345 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4346
4347 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4348 Rearrange the entries of other libraries to have them in one place.
4349
4350 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4351
4352 * MAINTAINERS (Write After Approval): Remove myself.
4353 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4354
4355 2006-03-14 Richard Guenther <rguenther@suse.de>
4356
4357 * configure: Regenerate with autoconf 2.13.
4358
4359 2006-03-13 Jim Blandy <jimb@codesourcery.com>
4360
4361 * MAINTAINERS: Use my work address.
4362
4363 * MAINTAINERS: Update my E-mail address.
4364
4365 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4366
4367 * configure.in: Handle --disable-<component> generically.
4368 * configure: Regenerate.
4369
4370 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4371
4372 PR libgcj/17311
4373 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4374
4375 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4376
4377 * MAINTAINERS (Write After Approval): Remove myself.
4378 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4379
4380 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4381
4382 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4383 (TARGET_CONFIGDIRS): Remove.
4384 * configure.in: Remove AC_SUBST(target_configdirs).
4385 * Makefile.in, configure: Regenerated.
4386
4387 2006-02-20 Steven G. Kargl <kargls@comcast.net>
4388
4389 * MAINTAINERS (Write After Approval): Remove myself.
4390 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4391
4392 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4393
4394 PR bootstrap/25670
4395
4396 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4397
4398 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4399 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4400 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4401 BUILD_PREFIX, BUILD_PREFIX_1.
4402 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4403
4404 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4405 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4406
4407 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4408 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4409 of `cat stage_current`. Always provide the `r' and `s' variables.
4410 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4411 a single shell execution.
4412 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4413 bootstrapped modules, make the stage1 module if the build was not
4414 started yet, else build the current stage.
4415 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4416 (all-build, all-host, all-target, [+make_target+]-host,
4417 [+make_target+]-target): Do not use \-continued lines.
4418 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4419 (current_stage, restrap, stage_last): New.
4420
4421 * Makefile.in: Regenerate.
4422 * configure: Regenerate.
4423
4424 2006-02-19 Bud Davis <jmdavis@link.com>
4425
4426 * MAINTAINERS (Write After Approval): Remove myself.
4427 (Language Front End Maintainers): Add myself as fortran 95
4428 maintainer and update e-mail address.
4429
4430 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4431
4432 * MAINTAINERS (Write After Approval): Remove myself.
4433 (Language Front End Maintainers): Add myself as fortran 95
4434 maintainer.
4435
4436 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
4437
4438 * MAINTAINERS (Write After Approval): Add myself.
4439
4440 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
4441
4442 * MAINTAINERS (Write After Approval): Remove myself.
4443 (Language Front End Maintainers): Add myself as
4444 fortran 95 maintainer.
4445
4446 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4447
4448 Sync from src:
4449
4450 2005-12-27 Leif Ekblad <leif@rdos.net>
4451
4452 * configure.in: Add support for RDOS target.
4453 * configure: Regenerate.
4454
4455 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4456 Andreas Schwab <schwab@suse.de>
4457
4458 * configure: Regenerate.
4459
4460 2006-02-12 David Edelsohn <edelsohn@gnu.org>
4461
4462 * configure.in (enable_libgomp): Add AIX.
4463 * configure: Regenerate.
4464
4465 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
4466
4467 * MAINTAINERS (Write After Approval): Add myself.
4468
4469 2006-02-03 Lee Millward <lee.millward@gmail.com>
4470
4471 * MAINTAINERS (Write After Approval): Add myself.
4472
4473 2006-01-31 Richard Guenther <rguenther@suse.de>
4474 Paolo Bonzini <bonzini@gnu.org>
4475
4476 * Makefile.def (target_modules): Add libgcc-math target module.
4477 * configure.in (target_libraries): Add libgcc-math target library.
4478 (--enable-libgcc-math): New configure switch.
4479 * Makefile.in: Re-generate.
4480 * configure: Re-generate.
4481 * libgcc-math: New toplevel directory.
4482
4483 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
4484
4485 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4486 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4487 the assembler, linker and binutils.
4488 * configure: Regenerate.
4489
4490 2006-01-22 Dirk Mueller <dmueller@suse.de>
4491
4492 * MAINTAINERS (Write After Approval): Add myself.
4493
4494 2006-01-20 Diego Novillo <dnovillo@redhat.com>
4495
4496 * configure: Regenerate.
4497
4498 2006-01-18 Richard Henderson <rth@redhat.com>
4499 Jakub Jelinek <jakub@redhat.com>
4500 Diego Novillo <dnovillo@redhat.com>
4501
4502 * libgomp: New directory.
4503 * Makefile.def: Add target_module libgomp.
4504 * Makefile.in: Regenerate.
4505 * configure.in (target_libraries): Add target-libgomp.
4506 * configure: Regenerate.
4507
4508 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4509
4510 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4511 @ from continuation.
4512 * Makefile.in: Rebuilt.
4513
4514 2006-01-04 Chris Lattner <sabre@gnu.org>
4515
4516 * MAINTAINERS (Write After Approval): Add myself.
4517
4518 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4519
4520 PR bootstrap/24252
4521
4522 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4523 * Makefile.tpl (OBJDUMP): New.
4524 (EXTRA_HOST_FLAGS): Add it.
4525 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4526
4527 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4528 to use symbolic links between directories. Avoid race conditions
4529 or make them harmless.
4530 * configure.in: Do not try to use symbolic links between directories.
4531
4532 * Makefile.def (LEAN): Pass.
4533 * Makefile.tpl (LEAN): Define.
4534 (stage[+id+]-start): Accept that the previous directory does not
4535 exist, if the bootstrap is lean.
4536 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4537 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4538 configure substitution.
4539 ([+compare-target+]): Likewise.
4540 ([+bootstrap-target+]-lean): New.
4541 * configure.in: Remove lean bootstrap support from here.
4542
4543 * Makefile.in: Regenerate.
4544 * configure: Regenerate.
4545
4546 2006-01-04 Ben Elliston <bje@au.ibm.com>
4547
4548 * MAINTAINERS (libdecnumber): Add myself.
4549
4550 2006-01-02 Mark Mitchell <mark@codesourcery.com>
4551
4552 * libtool-ldflags: New script.
4553
4554 2006-01-02 Andreas Schwab <schwab@suse.de>
4555
4556 * configure.in: When reconfiguring remove Makefile in
4557 all stage directories.
4558 * configure: Regenerate.
4559
4560 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
4561
4562 * MAINTAINERS: Update my email address.
4563
4564 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4565
4566 Revert Ada-related part of the previous change.
4567
4568 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4569 Do not pass.
4570 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4571 * Makefile.in: Regenerate.
4572 * configure.in: Do not include mt-ppc-aix target fragment.
4573 * configure: Regenerate.
4574
4575 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4576
4577 * configure.in: Select appropriate fragments for PowerPC/AIX.
4578 * configure: Regenerate.
4579
4580 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4581 BOOT_CFLAGS, BOOT_LDFLAGS.
4582 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4583 BOOT_CFLAGS, BOOT_LDFLAGS.
4584 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4585 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4586 (stage): Fail if we cannot complete the work.
4587 * Makefile.in: Regenerate.
4588
4589 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
4590
4591 * configure.in: Replace ms1 with mt.
4592 * configure: Rebuilt.
4593
4594 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
4595
4596 * MAINTAINERS: Update my email address.
4597
4598 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4599
4600 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4601 install-host-nogcc): Don't invoke $(stage) at the end.
4602 * Makefile.in: Regenerate.
4603
4604 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4605
4606 * configure.in: Flip the top-level bootstrap switch.
4607 * configure: Regenerate.
4608
4609 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4610
4611 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4612 $(stage) and $(unstage).
4613 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4614 (all): Remove stray semicolon.
4615 (local-distclean): Don't handle multilib.tmp and multilib.out.
4616 (install.all): Set $s for consistency.
4617 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4618 check_multilibs setting. Always make the install directory.
4619 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4620 Correct @if/@endif.
4621 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4622 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4623 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4624 (multilib.out): Remove.
4625 * Makefile.in: Regenerated.
4626
4627 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
4628
4629 * MAINTAINERS (Write After Approval): Add myself.
4630
4631 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4632
4633 * MAINTAINERS: Add myself as mt maintainer.
4634
4635 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
4636
4637 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
4638
4639 * MAINTAINERS: Change email address.
4640
4641 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4642
4643 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4644 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4645 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4646 Find in-tree tools if available.
4647 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4648 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4649 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4650 (COMPILER_*_FOR_TARGET): New.
4651 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4652 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4653 (CONFIGURED_*, USUAL_*): Remove.
4654 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4655 STRIP): Use autoconf substitutions.
4656 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4657 COMPILER_NM_FOR_TARGET): New.
4658 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4659
4660 (all): Make all-host and all-target in parallel.
4661 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4662 that $$r and $$s are set before invoking a recursive make.
4663 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4664 ([+bootstrap-target+]): Inline most of the `all' target.
4665
4666 2005-11-29 Ben Elliston <bje@au.ibm.com>
4667
4668 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4669 from the gcc build directory.
4670 * Makefile.in: Regenerate.
4671
4672 2005-11-29 Ben Elliston <bje@au.ibm.com>
4673
4674 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4675 depend on all-libdecnumber.
4676 * configure.in (host_libs): Include libdecnumber.
4677 * Makefile.in: Regenerate.
4678 * configure: Likewise.
4679
4680 2005-11-29 Ben Elliston <bje@au.ibm.com>
4681
4682 * libdecnumber: Import decNumber sources from the dfp-branch.
4683
4684 2005-11-21 Kean Johnston <jkj@sco.com>
4685
4686 * config.sub, config.guess: Sync from upstream sources.
4687
4688 2005-11-21 Ben Elliston <bje@au.ibm.com>
4689
4690 Import from Autoconf sources:
4691
4692 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4693 * config/move-if-change: Don't output "$2 is unchanged";
4694 suggested by Ben Elliston. Handle weird characters correctly.
4695
4696 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
4697
4698 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4699 to match upstream libtool for darwin.
4700
4701 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4702
4703 * Makefile.def: Remove gdb dependencies for gdbtk.
4704 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4705 (configure-gdb, install-gdb): New rules.
4706 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4707 * Makefile.in, configure: Regenerated.
4708
4709 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
4710
4711 * MAINTAINERS (Write After Approval): Add myself.
4712
4713 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
4714
4715 * MAINTAINERS (Write After Approval): Add myself.
4716
4717 2005-10-24 Diego Novillo <dnovillo@redhat.com>
4718
4719 * MAINTAINERS (alias analysis): Add Daniel Berlin and
4720 Diego Novillo.
4721
4722 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4723
4724 PR bootstrap/24297
4725 * Makefile.tpl (do-[+make-target+], do-check, install,
4726 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4727 are set before recursing.
4728 * Makefile.in: Regenerate.
4729
4730 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4731
4732 PR bootstrap/18939
4733 * Makefile.def (gcc) <target>: Fix thinko.
4734 * Makefile.in: Regenerate.
4735
4736 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4737
4738 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4739 * configure: Regenerate.
4740
4741 2005-10-15 Jie Zhang <jie.zhang@analog.com>
4742
4743 * MAINTAINERS (Write After Approval): Add self.
4744
4745 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
4746
4747 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4748 target-libffi, target-qthreads, target-libjava, and
4749 targetlibobjc.
4750 * configure: Regenerate.
4751
4752 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4753
4754 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4755 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4756 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4757 (USUAL_OBJDUMP_FOR_TARGET): New.
4758 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4759 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4760 * configure, Makefile.in: Regenerated.
4761
4762 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4763
4764 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4765 before other host packages.
4766
4767 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
4768
4769 * MAINTAINERS: Add self as sh libraries/configury maintainer.
4770
4771 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4772
4773 PR bootstrap/22340
4774
4775 * configure.in (default_target): Remove.
4776 * Makefile.tpl (all): Do not use prerequisites as subroutines
4777 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4778 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4779 use prerequisites as subroutines.
4780 (check-host, check-target): New.
4781 (bootstrap configure & all targets): Do not use stage*-start
4782 if the directory layout is already ok.
4783 (non-bootstrap configure & all targets): Prepend a $(unstage).
4784 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4785 (NOTPARALLEL): Remove.
4786 (unstage, stage variables): New variables.
4787 (unstage, stage targets): Simply expand to those variables.
4788
4789 * configure: Regenerate.
4790 * Makefile.in: Regenerate.
4791
4792 2005-10-04 James E Wilson <wilson@specifix.com>
4793
4794 * Makefile.def (lang_env_dependencies): Add libmudflap.
4795 * Makefile.in: Regenerate.
4796
4797 2005-10-03 Andreas Schwab <schwab@suse.de>
4798
4799 Backport from libtool CVS:
4800 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
4801
4802 * ltmain.sh: add support for installing into temporary
4803 staging area (e.g. 'make install DESTDIR=...')
4804
4805 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
4806
4807 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4808 * configure: Regenerated.
4809
4810 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
4811
4812 * configure: Regenerate with the correct
4813 autoconf version.
4814
4815 2005-09-30 Catherine Moore <clm@cm00re.com>
4816
4817 * configure.in (bfin-*-*): New.
4818 * configure: Regenerated.
4819
4820 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4821
4822 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4823 (LIPO_FOR_TARGET): New.
4824 (CONFIGURED_LIPO_FOR_TARGET): New.
4825 (USUAL_LIPO_FOR_TARGET): New.
4826 (STRIP_FOR_TARGET): New.
4827 (CONFIGURED_STRIP_FOR_TARGET): New.
4828 (USUAL_STRIP_FOR_TARGET): New.
4829 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4830 STRIP_FOR_TARGET.
4831 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4832 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4833 * Makefile.in: Regenerate.
4834 * configure: Regenerate.
4835
4836 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4837
4838 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4839 (rs6000-*-aix*): Same.
4840 * configure: Regenerate.
4841
4842 2005-09-16 Tom Tromey <tromey@redhat.com>
4843
4844 * MAINTAINERS: Add self as java maintainer.
4845
4846 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4847
4848 * configure.in: Recognize f95 in the --enable-languages option,
4849 and substitute it for fortran, issuing a warning.
4850 * configure: Regenerate.
4851
4852 2005-08-30 Phil Edwards <phil@codesourcery.com>
4853
4854 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4855 * configure: Regenerated.
4856
4857 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
4858
4859 * MAINTAINERS: Add self as ms1 maintainer.
4860
4861 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4862
4863 * Makefile.def (libssp): Add to lang_env_dependencies.
4864 * Makefile.in: Regenerate.
4865
4866 2005-08-18 Ian Lance Taylor <ian@airs.com>
4867
4868 * MAINTAINERS: Add myself as middle-end maintainer.
4869
4870 2005-08-17 Christian Groessler <chris@groessler.org>
4871
4872 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4873 * Makefile.in: Regenerate.
4874
4875 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
4876
4877 * MAINTAINERS (write after approval): Added myself.
4878
4879 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
4880
4881 * MAINTAINERS (Write After Approval): Add myself.
4882
4883 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4884
4885 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4886 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4887 Look for alternate names of the target cc and c++
4888 * configure: Regenerate.
4889
4890 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4891
4892 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4893 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4894 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4895 tools; remove code to manually set them.
4896 (Target tools): Look in the environment for them.
4897 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4898 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4899 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4900 build directory.
4901 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4902 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4903 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4904 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4905 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4906 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4907 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4908 * configure: Regenerate.
4909 * Makefile.in: Regenerate.
4910
4911 2005-07-28 Ben Elliston <bje@au.ibm.com>
4912
4913 * MAINTAINERS: Update for removed CPU targets.
4914
4915 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4916
4917 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4918 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4919 * Makefile.in: Regenerated.
4920
4921 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4922
4923 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4924 (CFLAGS_FOR_TARGET): Use it.
4925 (CXXFLAGS_FOR_TARGET): Likewise.
4926 * Makefile.in: Regenerated.
4927 * configure.in (--with-build-sysroot): New option.
4928 * configure: Regenerated.
4929
4930 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4931
4932 * Makefile.tpl: Wrap install between unstage and stage
4933 * Makefile.in: Regenerate.
4934
4935 2005-07-21 Eric Christopher <echristo@apple.com>
4936
4937 * MAINTAINERS: Update affiliation.
4938
4939 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
4940
4941 * MAINTAINERS: Add self as crx port maintainer.
4942
4943 2005-07-20 DJ Delorie <dj@redhat.com>
4944
4945 * MAINTAINERS: Add self as m32c maintainer.
4946
4947 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4948
4949 * all files: Update FSF address.
4950
4951 2005-07-15 Eric Christopher <echristo@redhat.com>
4952
4953 * MAINTAINERS: Change affiliation.
4954
4955 2005-07-14 Jim Blandy <jimb@redhat.com>
4956
4957 * configure.in: Add cases for Renesas m32c.
4958 * configure: Regenerated.
4959
4960 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4961
4962 * COPYING.LIB: Update from fsf.org.
4963
4964 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4965
4966 * COPYING, compile, config.guess,
4967 config.sub, install-sh, missing, mkinstalldirs,
4968 symlink-tree, ylwrap: Sync from upstream sources.
4969 * config-ml.in: Update FSF address.
4970
4971 2005-07-13 Eric Christopher <echristo@redhat.com>
4972
4973 * configure.in: Add toplevel noconfigdir support for tpf.
4974 * configure: Regenerate.
4975
4976 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
4977
4978 PR ada/22340
4979
4980 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4981 * Makefile.in: Regenerate.
4982
4983 2005-07-07 Mark Mitchell <mark@codesourcery.com>
4984
4985 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
4986 Brolley to write-after-approval.
4987
4988 2005-07-07 Andreas Schwab <schwab@suse.de>
4989
4990 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4991 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4992 * Makefile.in: Regenerated.
4993
4994 2005-07-06 Geoffrey Keating <geoffk@apple.com>
4995
4996 * configure.in: Don't build sim or rda when targetting darwin.
4997 * configure: Regenerate.
4998
4999 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5000
5001 * configure.in: Add --enable-libssp and --disable-libssp.
5002 * configure: Regenerate with autoconf-2.13.
5003
5004 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5005
5006 * Makefile.def (target_modules): Add libssp.
5007 * configure.in (target_libraries): Add target-libssp.
5008 * configure: Rebuilt.
5009 * Makefile.in: Rebuilt.
5010
5011 2005-07-01 Zack Weinberg <zackw@panix.com>
5012
5013 * MAINTAINERS: Change email address. Resign from maintainership.
5014
5015 2005-07-01 Richard Guenther <rguenther@suse.de>
5016
5017 * MAINTAINERS: Change my e-mail address and affiliation.
5018
5019 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5020
5021 * Makefile.def (stagefeedback): Come after profile.
5022 Define profiledbootstrap target.
5023 * Makefile.tpl (profiledbootstrap): Remove.
5024 (stageprofile-end): Zap stagefeedback.
5025 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5026 * Makefile.in: Regenerate.
5027
5028 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5029
5030 * MAINTAINERS: Update my email address.
5031
5032 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5033
5034 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5035 In 'cpp' stanza, support '#line' as well as '# '.
5036
5037 2005-06-08 Andreas Schwab <schwab@suse.de>
5038
5039 * MAINTAINERS: Move myself from 'Write After Approval' to
5040 'CPU Port Maintainers' section as m68k maintainer.
5041
5042 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5043
5044 * configure.in (unsupported_languages): New macro.
5045 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5046 non-ported target libraries in noconfigdirs.
5047 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5048 non-linux-gnu. Remove libgcj_ex_libffi.
5049 <lang_frag loop>: Set add_this_lang=no if the language is in
5050 unsupported_languages.
5051 * configure: Regenerate.
5052
5053 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5054
5055 * configure.in: Fix typo in handling of --with-mpfr-dir.
5056 * configure: Regenerate.
5057
5058 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5059
5060 * MAINTAINERS: Update my email address.
5061
5062 2005-06-02 Jim Blandy <jimb@redhat.com>
5063
5064 * config.sub: Add cases for the Renesas m32c. (This patch has been
5065 accepted into the master sources.)
5066
5067 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5068 Michael Snyder <msnyder@redhat.com>
5069 Stan Cox <scox@redhat.com>
5070
5071 * configure.in: Set noconfigdirs for ms1.
5072
5073 * configure: Regenerate.
5074
5075 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5076
5077 * MAINTAINERS (Write After Approval): Add self.
5078
5079 2005-06-01 Josh Conner <jconner@apple.com>
5080
5081 * MAINTAINERS (Write After Approval): Add self.
5082
5083 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5084
5085 * MAINTAINERS: Update my email address.
5086
5087 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5088
5089 * MAINTAINERS (Write After Approval): Add self.
5090
5091 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5092
5093 * MAINTAINERS (Write After Approval): Remove self.
5094
5095 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5096
5097 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5098 (Dependencies): Consider target modules for bootstrap dependencies.
5099 Make target bootstrap modules depend on each stage's gcc.
5100 * Makefile.in: Regenerate.
5101
5102 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5103
5104 * Makefile.def (configure-gcc): Depend on binutils having been built.
5105 (all-gcc): No need to do it here.
5106 * Makefile.in: Regenerate.
5107
5108 2005-05-19 Paul Brook <paul@codesourcery.com>
5109
5110 * configure.in: Rewrite misleading error message when requested
5111 language cannot be built.
5112 * configure: Regenerate.
5113
5114 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5115
5116 * ylwrap: Import from Automake 1.9.5.
5117
5118 2005-05-13 David Ung <davidu@mips.com>
5119
5120 * MAINTAINERS (Write After Approval): Add self.
5121
5122 2005-05-09 Mike Stump <mrs@apple.com>
5123
5124 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5125 lt_cv_sys_max_cmd_len for now.
5126
5127 2005-05-09 Stan Cox <scox@redhat.com>
5128
5129 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5130
5131 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5132
5133 * README.SCO: Update the URL.
5134
5135 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5136
5137 * ltconfig: Define file_list_spec. Pass file_list_spec and
5138 with_gnu_ld to libtool.
5139 * ltcf-c.sh (aix[45]): Define file_list_spec.
5140 * ltcf-cxx.sh (aix[45]): Same.
5141 * ltcf-gcj.sh (aix[45]): Same.
5142 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5143 exists, write list of input files to temporary file.
5144
5145 2005-05-04 Mike Stump <mrs@apple.com>
5146
5147 * configure.in: Always pass --target to target configures as
5148 otherwise rebuilds that do --recheck will fail.
5149 * confiugure: Rebuilt.
5150
5151 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5152
5153 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5154 STAGE_HOST_EXPORTS.
5155 (configure, all): Add bootstrap support.
5156 (Host modules, target modules): Pass post-stage1 flags and exports.
5157 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5158 * Makefile.in: Regenerate.
5159
5160 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5161
5162 * configure: Regenerate.
5163
5164 2005-04-27 Mike Stump <mrs@apple.com>
5165
5166 * MAINTAINERS: Add self as darwin maintainer.
5167
5168 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5169
5170 * config.sub: Update from master copy.
5171
5172 2005-04-21 Mike Stump <mrs@apple.com>
5173
5174 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5175 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5176
5177 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5178
5179 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5180 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5181 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5182 "*-*-elf" and "*-*-linux*".
5183 * configure: Regenerate.
5184
5185 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5186
5187 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5188
5189 2005-04-12 Mike Stump <mrs@apple.com>
5190
5191 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5192
5193 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5194
5195 * MAINTAINERS (Write After Approval): Add myself.
5196
5197 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5198
5199 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5200
5201 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5202
5203 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5204 (TARGET_CONFIGARGS): Include --with-target-subdir.
5205 (configure, all): New macros. Use them throughout.
5206 * Makefile.in: Regenerate.
5207
5208 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5209
5210 * MAINTAINERS (Write After Approval): Add myself.
5211
5212 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5213
5214 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5215
5216 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5217
5218 * MAINTAINERS: Move John Carr to Write After Approval.
5219
5220 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5221
5222 * config/mh-mingw32: Delete.
5223 * configure.in: Don't use it.
5224 * configure: Regenerate.
5225
5226 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5227
5228 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5229 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5230 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5231 (HOST_LIB_PATH): Generate from Makefile.def.
5232 (TARGET_LIB_PATH): Likewise.
5233 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5234 * Makefile.in: Regenerate.
5235 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5236 (RPATH_ENVVAR): Include Darwin case.
5237 * configure: Regenerate.
5238
5239 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5240
5241 * MAINTAINERS (Various Maintainers): Remove self.
5242 (Write After Approval): Add self.
5243
5244 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5245
5246 * MAINTAINERS (Various Maintainers): Add self.
5247
5248 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5249
5250 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5251 * configure: Regenerate.
5252
5253 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5254
5255 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5256 gcc_version, and gcc_version_trigger from set of flags to pass.
5257 * Makefile.tpl: Remove definitions of above variables.
5258 (config.status): Remove dependency on $(gcc_version_trigger).
5259 * Makefile.in: Regenerate.
5260 * configure.in: Do not reference config/gcc-version.m4 nor
5261 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5262 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5263 * configure: Regenerate.
5264
5265 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5266 Andrew Pinski <pinskia@physics.uc.edu>
5267
5268 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5269 * Makefile.in: Regenerate.
5270
5271 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5272
5273 * MAINTAINERS (Write After Approval): Add myself.
5274
5275 2005-03-03 David Ayers <d.ayers@inode.at>
5276
5277 * MAINTAINERS (Write After Approval): Add myself.
5278
5279 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5280
5281 PR libgcj/20160
5282 * ltmain.sh: Avoid creating archives with components that have
5283 duplicate basenames.
5284
5285 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5286
5287 PR bootstrap/20250
5288 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5289 instead of check.
5290 * Makefile.in: Regenerate.
5291
5292 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5293
5294 * Makefile.in: Regenerate to fix conflict between the previous two
5295 patches.
5296
5297 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5298
5299 PR bootstrap/17383
5300 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5301 * Makefile.tpl (HOST_SUBDIR): New substitution.
5302 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5303 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5304 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5305 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5306 (Host modules, Bootstrapped modules): Use it.
5307 (Build modules, Target modules): Do not create symlink trees,
5308 always configure out-of-srcdir.
5309 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5310 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5311 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5312 $(HOST_SUBDIR). Create a symlink for host_subdir.
5313
5314 * Makefile.in: Regenerate.
5315 * configure: Regenerate.
5316
5317 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5318
5319 Merged from libada-gnattools-branch:
5320 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5321
5322 * gnattools: New directory.
5323 * Makefile.def: Add gnattools as a module, depending on target-libada.
5324 * Makefile.in: Regenerate.
5325 * configure.in: Include gnattools in host_tools; disable it if ada
5326 is disabled.
5327 * configure: Regenerate.
5328
5329 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
5330
5331 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5332 treelang maintainer.
5333 (Write After Approval): Remove myself.
5334
5335 2005-02-23 Paul Schlie <schlie@comcast.net>
5336
5337 * configure.in: Allow darwin targeted ports to build tk, itcl and
5338 libgui.
5339 * configure: Regenerate.
5340
5341 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5342
5343 PR libgcj/10353
5344 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5345 * configure: Regenerate.
5346
5347 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5348
5349 * MAINTAINERS (Write After Approval): Add myself.
5350
5351 2005-02-10 Ian Lance Taylor <ian@airs.com>
5352
5353 * MAINTAINERS: Update my e-mail address.
5354
5355 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5356
5357 * MAINTAINERS (Write After Approval): Add myself.
5358
5359 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5360
5361 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5362 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5363 target-libgloss when not *-*-elf and *-*-aout.
5364 * configure: Regenerate.
5365
5366 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5367
5368 * MAINTAINERS: Remove obsolete entries.
5369
5370 * MAINTAINERS (Write After Approval): Add Michael Matz.
5371
5372 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
5373
5374 * MAINTAINERS: Remove self as cpplib maintainer.
5375
5376 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5377
5378 * install-sh, config.sub: Import from upstream.
5379
5380 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5381
5382 PR bootstrap/18222
5383 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5384 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5385 * Makefile.in: Regenerate.
5386
5387 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
5388
5389 * MAINTAINERS: Update my email address.
5390
5391 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5392 Andreas Schwab <schwab@suse.de>
5393
5394 PR bootstrap/18033
5395 * config-ml.in: Eval option if surrounded by single quotes.
5396
5397 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5398
5399 Revert 2004-12-28 Makefile changes, a better fix will be
5400 applied to mainline and src after GCC 4.0 branches.
5401
5402 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5403
5404 PR bootstrap/17383
5405
5406 * Makefile.def (target_modules): Remove stage parameter,
5407 it is always true now.
5408 * Makefile.tpl (configure-build-[+module+],
5409 configure-target-[+module+]): Always build symlink tree
5410 for the directory and for include. BUILD_SUBDIR and
5411 TARGET_SUBDIR cannot be . anymore.
5412 * Makefile.in: Regenerate.
5413
5414 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5415
5416 Revert 2004-12-08 Makefile changes.
5417
5418 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
5419
5420 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5421 cygwin, mingw.
5422
5423 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5424
5425 * configure.in (sh64-*-*): Reenable gprof.
5426 * configure: Regenerate.
5427
5428 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5429
5430 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5431 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5432 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5433 * Makefile.in: Regenerate.
5434
5435 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
5436
5437 * MAINTAINERS: Update my email address.
5438
5439 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5440
5441 * Makefile.tpl: Generate normal dependencies if the LHS module is
5442 not bootstrapped.
5443 * Makefile.in: Regenerate.
5444
5445 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5446
5447 * configure.in: Include config/gxx-include-dir.m4. Use
5448 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5449 * configure: Regenerate.
5450
5451 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5452
5453 * config.if: Delete.
5454 * configure.in: Set libstdcxx_incdir directly.
5455 * configure: Regenerate.
5456
5457 2004-12-02 Eric Christopher <echristo@redhat.com>
5458
5459 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5460 * Makefile.in: Regenerate.
5461
5462 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5463
5464 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5465 * configure: Regenerate.
5466
5467 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5468
5469 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5470 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5471 * configure: Regenerate.
5472
5473 2004-12-01 Eric Christopher <echristo@redhat.com>
5474
5475 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5476 of things to remove.
5477
5478 2004-11-29 Matt Kraai <kraai@ftbfs.org>
5479
5480 * MAINTAINERS (Write After Approval): Update my e-mail address.
5481
5482 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
5483
5484 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5485 from CVS libtool to always pass_all.
5486
5487 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5488
5489 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5490 (hppa*64*-*-*): Delete incorrect comment.
5491 * configure: Rebuilt.
5492
5493 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5494
5495 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5496
5497 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5498
5499 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5500 from CVS libtool to always pass_all.
5501
5502 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5503
5504 * install-sh, compile: Import from automake.
5505
5506 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5507
5508 * config.guess, config.sub: Import from savannnah.
5509
5510 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
5511
5512 * MAINTAINERS (Write After Approval): Add myself
5513
5514 2004-11-12 Mike Stump <mrs@apple.com>
5515
5516 * Makefile.def: Add html support.
5517 * Makefile.tpl: Likewise.
5518 * Makefile.in: Regenerate.
5519
5520 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5521
5522 PR 18423
5523 * configure.in: Remove all instances of build-fixincludes from
5524 noconfigdirs.
5525 (build_configargs): Supply --target to subdirectories.
5526 * configure: Regenerate.
5527
5528 * Makefile.def: Make gcc install depend on fixincludes install.
5529 * Makefile.in: Regenerate.
5530
5531 2004-11-10 Janis Johnson <janis187@us.ibm.com>
5532
5533 * MAINTAINERS: Add myself as gcc testsuite maintainer.
5534
5535 2004-11-11 Paul Brook <paul@codesourcery.com>
5536
5537 * MAINTAINERS: Add self as arm maintainer. Update email address.
5538
5539 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5540
5541 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5542 target-libgfortran.
5543 * configure: Regenerate.
5544
5545 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5546
5547 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5548 like CC.
5549
5550 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5551
5552 * Makefile.def (host fixincludes): Specify missing targets.
5553 * Makefile.in: Regenerate.
5554
5555 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
5556
5557 * MAINTAINERS: Add myself
5558
5559 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
5560
5561 * MAINTAINERS (Write After Approval): Add myself.
5562
5563 2004-11-04 Geoffrey Keating <geoffk@apple.com>
5564
5565 * Makefile.def: Build fixincludes for the host, too.
5566 * Makefile.in: Regenerate.
5567 * configure.in (host_tools): Add fixincludes.
5568 * configure: Regenerate.
5569
5570 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5571
5572 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5573 * configure: Regenerated.
5574
5575 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5576
5577 PR other/17783
5578 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5579 * configure: Regenerated.
5580
5581 2004-10-31 Mark Mitchell <mark@codesourcery.com>
5582
5583 * README.SCO: Update per FSF instructions.
5584
5585 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5586
5587 PR target/18151
5588 * configure.in (case ${target}): Do not build fixincludes for avr.
5589 * configure: Regenerated.
5590
5591 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5592
5593 * configure.in (case ${target}): Do not build fixincludes
5594 on platforms where it is not used.
5595 * configure: Regenerated.
5596
5597 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5598
5599 * configure.in: Use an absolute path to install-sh.
5600 * configure: Regenerated.
5601
5602 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5603
5604 * MAINTAINERS (Write After Approval): Add myself.
5605
5606 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
5607
5608 * MAINTAINERS: Remove from Write After Approval those that are
5609 already maintainers.
5610
5611 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
5612
5613 * MAINTAINERS: Update my email address.
5614
5615 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5616
5617 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5618 * configure: Regenerate.
5619
5620 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
5621
5622 * MAINTAINERS: Update my email address.
5623
5624 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
5625
5626 * MAINTAINERS (Language Front Ends Maintainers): New. Move
5627 entries belonging to this category.
5628
5629 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
5630
5631 * MAINTAINERS: Update my e-mail address.
5632
5633 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5634
5635 Fix wrong conflict resolution in:
5636
5637 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5638
5639 * Makefile.in: Regenerate.
5640 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5641 in the recursive `make', instead of hardwiring `all'.
5642 (Autogenerated TARGET-* variables): New.
5643
5644 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
5645
5646 * configure.in: Enable target-libgloss for crx-*-*.
5647 * configure: Regenerate.
5648
5649 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
5650
5651 * MAINTAINERS (Various Maintainers): Move the "windows,
5652 cygwin, mingw" maintainer to ...
5653 (OS Port Maintainers): ... here.
5654
5655 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
5656
5657 * MAINTAINERS (Write After Approval): Remove those that are
5658 maintainers of some subsystem.
5659
5660 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5661
5662 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5663 * ltcf-cxx.sh (tpf*): Likewise.
5664 * ltconfig (tpf*): Add TPF OS configuration support.
5665
5666 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
5667
5668 * MAINTAINERS: Change my email address to my new work account.
5669
5670 2004-09-24 Michael Roth <mroth@nessie.de>
5671
5672 * configure.in (--without-headers): Add missing double quotes.
5673 * configure: Regenerate.
5674
5675 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5676
5677 * ylwrap: Revert to previous version.
5678
5679 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5680
5681 PR bootstrap/17369
5682 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5683 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5684 SET_GCC_LIB_PATH_CMD.
5685 (BASE_TARGET_EXPORTS): Likewise.
5686 * Makefile.in: Regenerated.
5687
5688 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5689 * configure: Regenerated.
5690
5691 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5692
5693 * config.guess: New upstream version
5694 * compile, depcomp, install-sh, ylwrap: Likewise.
5695
5696 2004-09-19 Roger Sayle <roger@eyesopen.com>
5697
5698 * config/mh-x86omitfp: New host makefile fragment. Add
5699 -fomit-frame-pointer to the default BOOT_CFLAGS.
5700 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5701 * configure: Regenerate.
5702
5703 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5704
5705 PR target/11572
5706 * configure.in (*-*-darwin*): Renable libobjc.
5707 * configure: Regenerate.
5708
5709 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
5710
5711 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5712
5713 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5714
5715 * Makefile.def: Remove libbanshee.
5716 * Makefile.tpl: Ditto.
5717 * configure.in: Ditto.
5718 * Makefile.in: Regen.
5719 * configure: Ditto.
5720
5721 2004-09-08 David Edelsohn <edelsohn@gnu.org>
5722
5723 * ltmain.sh: Use $pic_object as $non_pic_object if
5724 $non_pic_object=none.
5725
5726 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5727
5728 * missing: Import latest version from master repository.
5729
5730 2004-09-06 Nick Clifton <nickc@redhat.com>
5731
5732 * config.sub: Import latest version from master repository.
5733 * config.guess: Likewise.
5734 This includes these changes:
5735
5736 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5737
5738 * config.sub: Handle crisv32, alias etraxfs.
5739 * config.guess (crisv32:Linux:*:*): Handle.
5740
5741 2004-08-13 Brad Smith <brad@comstyle.com>
5742
5743 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5744 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5745
5746 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5747
5748 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5749 assume the processor is a powerpc. This is because coreutils
5750 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5751 in this case, due to a MacOS X bug that causes
5752 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5753 to return a negative number.
5754 Problem reported by Petter Reinholdtsen in:
5755 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5756
5757 2004-07-19 Ben Elliston <bje@gnu.org>
5758
5759 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5760
5761 2004-06-24 Ben Elliston <bje@gnu.org>
5762
5763 * config.guess: Update copyright years.
5764 * config.sub: Likewise.
5765
5766 2004-06-22 Robert Millan <robertmh@gnu.org>
5767
5768 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5769 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5770
5771 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5772
5773 * config.guess (*:*VMS:*:*): New entry. Replaces
5774 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5775 manufacturer.
5776
5777 2004-06-22 Ben Elliston <bje@gnu.org>
5778
5779 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5780 * config.sub: Likewise.
5781
5782 2004-06-22 Ben Elliston <bje@gnu.org>
5783
5784 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5785 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5786
5787 2004-06-11 Ben Elliston <bje@gnu.org>
5788
5789 * config.guess (pegasos:OpenBSD:*:*): Remove.
5790
5791 2004-06-11 Ben Elliston <bje@gnu.org>
5792
5793 From Wouter Verhelst <wouter@grep.be>:
5794 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5795
5796 2004-06-11 Ben Elliston <bje@gnu.org>
5797
5798 * config.guess (luna88k:OpenBSD:*:*): New.
5799
5800 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5801
5802 * config.guess (m32r*:Linux:*:*): New case.
5803 * config.sub: Handle m32rle.
5804
5805 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5806
5807 From Jens Petersen <petersen@redhat.com>:
5808 * config.sub: Handle sparcv8.
5809
5810 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5811
5812 From Tom Smith <smith@cag.lkg.hp.com>:
5813 * config.guess: Version suffixes are equally significant on Tru64
5814 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5815 prefix of "P" (patched kernel).
5816
5817 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5818
5819 * config.sub: Add support for National Semiconductor CRX target.
5820
5821 2004-09-03 Janis Johnson <janis187@us.ibm.com>
5822
5823 * MAINTAINERS (Various Maintainers): Remove myself as web page
5824 maintainer, add myself as maintainer of build status lists.
5825
5826 2004-09-03 Jan Beulich <jbeulich@novell.com>
5827
5828 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5829 *-*-netware, but add target-libmudflap.
5830 Consolidate *-*-netware targets (of which really only i?86 exists)
5831 into a single entry.
5832 * configure: Likewise.
5833
5834 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5835
5836 * Makefile.tpl (sorry): Remove.
5837 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5838 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5839 (do-clean): Clean per-stage directories too.
5840 (do-distclean): Run distclean-stage1 too.
5841 (.NOTPARALLEL): Enable during toplevel bootstrap.
5842 (stage[+id+]-bubble): Enable parallel execution during
5843 the recursive invocation.
5844 * Makefile.in: Regenerate.
5845
5846 Fix previous checkin:
5847
5848 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5849 include.
5850 * configure.in: Fix indentation.
5851 * configure: Regenerate.
5852
5853 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5854
5855 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5856 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5857 * configure: regenerate
5858 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5859 -mdynamic-no-pic
5860
5861 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5862
5863 * Makefile.def (build_modules): Add fixincludes.
5864 (dependencies): Make gcc depend on fixincludes.
5865 * configure.in (build_tools): Add fixincludes.
5866 (build_configdirs): Always include build_libs.
5867 * Makefile.in: Regenerate.
5868 * configure: Regenerate.
5869
5870 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5871
5872 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5873 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5874 phony targets; do not generate timestamp files.
5875 (distclean-stageN): Remove references to their timestamp files.
5876 (restageN, touch-stageN): Remove.
5877 (stageN-bubble): Rewritten.
5878 (compare): Support lean bootstraps.
5879 * Makefile.in: Regenerate.
5880
5881 * configure.in: Only warn when bootstrapping but
5882 build != host or build != target. Support lean bootstraps.
5883 * configure: Regenerate.
5884
5885 2004-08-26 Phil Edwards <phil@codesourcery.com>
5886
5887 * configure.in: Give a better error message if GMP/MPFR are missing
5888 and a language needing them has been requested.
5889 * configure: Regenerated.
5890
5891 2004-08-25 Phil Edwards <phil@codesourcery.com>
5892
5893 * configure.in: Print a list of available language front-ends if
5894 a requested one is missing. Tidy stray tab characters.
5895 * configure: Regenerated.
5896
5897 2004-08-19 Michael Koch <konqueror@gmx.de>
5898
5899 * gcc/doc/install.texi: Update entry about automake for libjava.
5900
5901 2004-08-17 Robert Millan <robertmh@gnu.org>
5902
5903 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5904 (instead of FreeBSD).
5905 * configure: Regenerate.
5906
5907 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5908
5909 * Makefile.in: Regenerate.
5910 * configure: Regenerate.
5911
5912 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5913 stage_*_flags.
5914 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5915 for bootstrapped modules if toplevel bootstrap is going.
5916 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5917 modules. Adjust for changes in Makefile.def. Enable several
5918 rules even in non-bootstrap mode, just to avoid peppering the
5919 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5920 (stage-[+prev+]-bubble): Remove.
5921
5922 * Makefile.def (Dependencies): Depend on all-build-bison,
5923 all-build-flex, all-build-byacc, all-build-texinfo, rather
5924 than the host variations.
5925 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5926 with BUILD_SUBDIR.
5927 (BISON): Update for recent Bisons.
5928 (YACC): Fix typo.
5929 (cross): Depend on all-build.
5930 (all): Do not depend on all-build.
5931 (prebootstrap): Remove.
5932 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5933 (Prebootstrap dependencies): Add them to the per-stage targets
5934 and to all-prebootstrap.
5935 * configure.in (build_configdirs): Always enable build_tools.
5936 (BUILD_DIR_PREFIX): Remove.
5937
5938 * Makefile.def (gcc): Add target variable.
5939 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5940 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5941 in the recursive `make', instead of hardwiring `all'.
5942 (Autogenerated TARGET-* variables): New.
5943
5944 2004-08-13 Brian Booth <bbooth@redhat.com>
5945
5946 * MAINTAINERS: Remove myself from write-after-approval.
5947
5948 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5949
5950 * src-release: Stop distributing mmalloc with gdb (which doesn't
5951 use it).
5952 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5953 * Makefile.in: Regenerate.
5954
5955 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5956
5957 * configure.in (arm*-*-eabi*): New target.
5958 * configure: Regenerate.
5959
5960 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5961
5962 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5963 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5964 (Dependencies): New section.
5965 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5966 (configure-target-[+module+]): Depend on maybe-all-gcc
5967 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5968 (toplevel profiledbootstrap): Fix dependencies.
5969 * Makefile.in: Regenerate.
5970
5971 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5972
5973 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5974 target-libiberty to noconfigdirs.
5975 * configure: Regenerate.
5976
5977 2004-08-03 Paul Brook <paul@codesourcery.com>
5978
5979 * configure.in: Check for MPFR as well as GMP.
5980 * configure: Regenerate.
5981
5982 2004-08-01 Robert Millan <robertmh@gnu.org>
5983
5984 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5985 libmudflap for all GNU-based systems (with Glibc).
5986 * configure: Regenerate.
5987
5988 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5989
5990 * Makefile.def (host-modules): Add gcc.
5991 * Makefile.in: Regenerate.
5992 * Makefile.tpl (sorry): New rule.
5993 (configure-host, all-host, [+make_target+]-host, do-check,
5994 install-host): Do not add gcc as a special case.
5995 (host modules): Add a small special-casing for gcc. Export
5996 extra_make_flags through the environment.
5997 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5998 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5999 other recursive targets for gcc): Remove.
6000
6001 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6002 (stage, unstage): New rules.
6003 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6004 distclean-stage[+id+]): Use stage_current.
6005 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6006 the stage*-start rules.
6007
6008 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6009
6010 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6011 use -all_load flag.
6012
6013 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6014
6015 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6016 * configure: Regenerate.
6017
6018 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6019
6020 * maintainer-scripts/gcc_release: Revert yesterday's change.
6021
6022 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6023
6024 * MAINTAINERS: Add myself to write-after-approval.
6025
6026 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6027
6028 * libf2c: Removed.
6029 * gcc/gccbug.in: Updated because of libf2c removal.
6030 * maintainer-scripts/gcc_release: Ditto.
6031
6032 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6033
6034 * configure.in: Build libmudflap by default on FreeBSD.
6035 * configure: Regenerated.
6036
6037 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6038
6039 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6040 systems.
6041 * configure: Regenerated.
6042
6043 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6044
6045 PR target/16344
6046 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6047 feedback based compiler.
6048 * Makefile.in: Rebuilt.
6049
6050 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6051
6052 * Makefile.def (host_modules): Set bootstrap=true for flex.
6053 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6054 * Makefile.in: Rebuilt.
6055
6056 2004-07-07 Jan Hubicka <jh@suse.cz>
6057
6058 * MAINTAINERS: Add self as a profile feedback maintainer.
6059
6060 2004-07-05 Phil Edwards <phil@codesourcery.com>
6061
6062 * configure.in: Do not prepend $srcdir to /dev/null in
6063 makefile fragments.
6064 * configure: Regenerate.
6065
6066 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6067
6068 * Makefile.def (build_modules): Add bison, byacc, flex,
6069 m4, texinfo.
6070 (flags_to_pass): Add FLEX.
6071 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6072 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6073 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6074 DEFAULT_MAKEINFO): Remove.
6075 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6076 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6077 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6078 objdir or else use configured tool.
6079 (all-build): New.
6080 (all): Depend on it.
6081 (Build module dependencies): Add.
6082 * Makefile.in: Regenerate.
6083 * configure.in: Better support for multiple build modules,
6084 matching what is done for host/target modules. Do not look
6085 for "plausible" locations of build tools if Canadian cross.
6086 Use autoconf's AC_PROG_CC to find a C compiler. Define
6087 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6088 * configure: Regenerate.
6089
6090 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6091
6092 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6093 * Makefile.in: Regenerate.
6094
6095 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6096
6097 * Makefile.tpl (configure-build-[+module+],
6098 configure-[+module+], configure-target-[+module+]): Pass
6099 [+extra_configure_args+].
6100 (all-build-[+module+], all-[+module+], check-[+module+],
6101 install-[+module+], [+make_target+]-[+module+],
6102 all-target-[+module+], check-target-[+module+],
6103 install-target-[+module+], [+make_target+]-target-[+module+]):
6104 Pass [+extra_make_args+].
6105 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6106 (GCC_HOST_EXPORTS): Remove.
6107 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6108 cross, check-gcc, check-gcc-c++, install-gcc,
6109 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6110 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6111 * Makefile.in: Regenerate.
6112
6113 2004-06-21 Matthew Sachs <msachs@apple.com>
6114
6115 * MAINTAINERS: Added self to write-after-approval.
6116
6117 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6118
6119 * configure.in: Check for srcdir/winsup rather than build directory
6120 winsup.
6121 * configure: Regenerate.
6122
6123 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6124
6125 * configure.in: Don't build Cygwin native newlib if winsup
6126 directory is missing. Emit warning instead.
6127 * configure: Regenerate.
6128
6129 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6130
6131 * Makefile.tpl (touch-stage[+id+]): New.
6132 (restage[+prev+]): Depend on touch-stage[+id+].
6133
6134 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6135 Use it throughout.
6136
6137 * Makefile.def: Add profile and feedback bootstrap stages.
6138 Remove next field from bootstrap stages.
6139 * Makefile.tpl (LN, LN_S): Substitute.
6140 (stageN-start, stageN-end): Use double-colon rules, to
6141 provide a hook for additional setup commands.
6142 (distclean-stageN-gcc, restageN): Create dependencies from
6143 [+prev+], not from [+next+].
6144 (stageN-bubble): Add commands for successive stages from
6145 [+prev+], using double-colon rules.
6146 (all-stageN-gcc): Fix typo.
6147 (stagefeedback-start, profiledbootstrap): New.
6148 * Makefile.in: Regenerate.
6149 * configure.in: Call ACX_PROG_LN.
6150 * configure: Regenerate.
6151
6152 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6153
6154 * MAINTAINERS (Write After Approval): Add myself.
6155
6156 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6157
6158 * MAINTAINERS (Write After Approval): Add myself.
6159
6160 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6161
6162 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6163 without gcc.
6164 * configure: Regenerate.
6165
6166 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6167
6168 * Makefile.tpl: Fix typo.
6169 * Makefile.in: Regenerate.
6170
6171 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6172
6173 * configure.in: Remove new- prefix from toplevel
6174 bootstrap targets.
6175 * configure: Regenerate.
6176
6177 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6178
6179 * Makefile.tpl (all.normal): Rename to all.
6180 (all): Replace with a rule to pick the default
6181 target from configure.
6182 (all-gcc, configure-gcc): Use conditionals to
6183 do nothing when toplevel bootstrap is going on.
6184 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6185 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6186 * configure.in: Support --enable-bootstrap.
6187
6188 * Makefile.def: Remove new- prefix from toplevel
6189 bootstrap targets.
6190 * Makefile.tpl: Likewise.
6191
6192 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6193 target.
6194
6195 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6196 $(RECURSE_FLAGS) to recursive invocation of make.
6197
6198 * Makefile.in: Regenerate.
6199 * configure: Regenerate.
6200
6201 2004-05-30 Andreas Jaeger <aj@suse.de>
6202 Jim Wilson <wilson@specifixinc.com>
6203
6204 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6205 like CC.
6206
6207 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6208
6209 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6210 * configure: Regenerate.
6211
6212 2004-05-25 Daniel Jacobowitz <drow@false.org>
6213
6214 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6215 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6216 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6217 targets.
6218 * Makefile.in: Regenerate.
6219
6220 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6221
6222 * configure.in: Test the ability to symlink directories.
6223 * configure: Regenerate.
6224
6225 * Makefile.def (bootstrap-stage): New definitions.
6226 * Makefile.tpl (configure-stage1-gcc,
6227 configure-stage2-gcc, configure-stage3-gcc,
6228 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6229 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6230 new-restage3, compare): Autogenerate, see Makefile.in
6231 entry for behavioral changes.
6232 (distclean-stage1, new-stage1-start, new-stage1-end,
6233 new-stage1-bubble, distclean-stage2, new-stage2-start,
6234 new-stage2-end, new-stage2-bubble, distclean-stage3,
6235 new-stage3-start, new-stage3-end): New autogenerated targets.
6236 (objext, prebootstrap, BOOT_CFLAGS,
6237 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6238 targets.
6239
6240 * Makefile.in: Regenerate.
6241 (distclean-stage1, new-stage1-start, new-stage1-end,
6242 new-stage1-bubble, distclean-stage2, new-stage2-start,
6243 new-stage2-end, new-stage2-bubble, distclean-stage3,
6244 new-stage3-start, new-stage3-end): New targets.
6245 (all-stage1-gcc): Move prebootstrap dependency from here...
6246 (configure-stage1-gcc): ...to here.
6247 (new-bootstrap): Use bubble targets.
6248 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6249 Use per-stage distclean targets.
6250 (configure-stage1-gcc, configure-stage2-gcc,
6251 configure-stage3-gcc, all-stage1-gcc,
6252 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6253 Use new-stageN-start to prepare the tree.
6254
6255 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6256
6257 * Makefile.def (host_modules): add libcpp.
6258 * Makefile.tpl: Add dependencies on and for libcpp.
6259 * Makefile.in: Regenerate.
6260 * configure.in: Add libcpp host module.
6261 * configure: Regenerate.
6262
6263 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6264
6265 * Makefile.tpl: Whenever a recursive target is defined, wrap
6266 it in a special @if/@endif block, and prepare its maybe
6267 dependency in the @if/@endif block
6268 * configure.in: Instead of writing maybe dependencies, remove
6269 the @if/@endif statements, and remove the @if/@endif blocks
6270 that remain.
6271 * configure: Regenerate.
6272 * Makefile.in: Regenerate.
6273
6274 2004-05-20 Janis Johnson <janis187@us.ibm.com>
6275
6276 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6277
6278 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6279
6280 PR bootstrap/15120
6281 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6282 * */configure: Rebuilt.
6283
6284 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6285
6286 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6287 of libf2c.
6288 * configure, Makefile.in: Regenerate.
6289
6290 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
6291
6292 * MAINTAINERS (Write After Approval): Add myself.
6293
6294 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6295
6296 Merge from tree-ssa-20020619-branch.
6297
6298 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6299 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6300 (HOST_GMPLIBS): Define.
6301 (HOST_GMPINC): Define.
6302 (TARGET_LIB_PATH): Add libmudflap.
6303 (GFORTRAN_FOR_TARGET): Define.
6304 (configure-build*): Export GFORTRAN.
6305 (configure-gcc): Export GMPLIBS and GMPINC.
6306 (all-gcc): Add maybe-all-libbanshee.
6307 (configure-target-libgfortran): Define.
6308 * Makefile.in: Regenerate.
6309 * configure.in (host_libs): Add libbanshee.
6310 (target_libraries): Add target-libmudflap and target-libgfortran.
6311 Add --with-libbanshee.
6312 Handle --disable-libmudflap.
6313 (*-*-freebsd*): Use with_gmp.
6314 Add $(libgcj) to noconfigdirs.
6315 * configure: Regenerate.
6316 * depcomp: New file.
6317 * MAINTAINERS: Add tree-ssa maintainers.
6318
6319 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6320
6321 * MAINTAINERS (Various Maintainers): Add myself.
6322
6323 2004-04-30 Brian Ford <ford@vss.fsi.com>
6324
6325 * MAINTAINERS (Write After Approval): Add myself.
6326
6327 2004-04-29 Uros Bizjak <uros@kss-loka.si>
6328
6329 * MAINTAINERS (Write After Approval): Add myself.
6330
6331 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6332
6333 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6334 * configure: Regenerate.
6335
6336 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6337
6338 Revert:
6339 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6340
6341 * Makefile.def (flags_to_pass): Remove *dir variables that
6342 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6343 as well as prefix and exec_prefix.
6344 * Makefile.in: Regenerate.
6345
6346 2004-04-26 Robert Millan <robertmh@gnu.org>
6347
6348 Add patches from libtool CVS.
6349 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6350 * ltconfig: Likewise.
6351 * ltcf-c.sh: Likewise.
6352 * ltcf-cxx.sh: Likewise.
6353 * ltcf-gcj.sh: Likewise.
6354
6355 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6356
6357 * Makefile.def (host_modules): Mark with the bootstrap
6358 flag packages on which gcc depends.
6359 * Makefile.tpl (all-bootstrap): Use it.
6360 * Makefile.in: Regenerate.
6361
6362 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6363
6364 * Makefile.def (flags_to_pass): Remove *dir variables that
6365 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6366 as well as prefix and exec_prefix.
6367 * Makefile.in: Regenerate.
6368
6369 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6370
6371 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6372 * configure: Regenerate.
6373 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6374 * gcc/Makefile.tpl (compare): Use the result of the test.
6375 * gcc/Makefile.in: Regenerate.
6376
6377 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6378
6379 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6380 Always relocate gcc and prev-gcc to the original names, even
6381 if the build fails.
6382 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6383 New targets.
6384
6385 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6386
6387 * MAINTAINERS: Update my email address.
6388
6389 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6390
6391 * configure.in (mips*-*-irix5*): Enable ld.
6392 * configure: Regenerate.
6393
6394 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6395
6396 * configure: Regenerate.
6397
6398 2004-04-15 James E Wilson <wilson@specifixinc.com>
6399
6400 * Makefile.tpl (configure-[+module+], configure-gcc,
6401 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6402 Set and export LDFLAGS.
6403 * Makefile.in: Regenerate.
6404
6405 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
6406
6407 * MAINTAINERS: Add myself to write-after-approval.
6408
6409 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6410
6411 PR bootstrap/14871
6412 * Makefile.tpl: If we don't have built-in-tree target tools,
6413 use the ones found by configure rather than hacking around with
6414 program_transform_name.
6415 * configure.in: Give Makefile.tpl the information necessary
6416 to do that.
6417 * Makefile.in: Regenerate.
6418 * configure: Regenerate.
6419
6420 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6421
6422 PR bootstrap/14760
6423 * configure.in: When computing baseargs, strip *all* copies of
6424 offending options. Also, don't match/substitute the trailing space,
6425 so that this actually works when two similar options are separated by
6426 only one space.
6427 * configure: Regenerate.
6428
6429 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6430
6431 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6432 (rs6000-*-aix*): Same.
6433 * configure: Regenerate.
6434
6435 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
6436
6437 * MAINTAINERS: Add myself to write-after-approval.
6438
6439 2004-04-03 Bud Davis <bdavis9659@comcast.net>
6440
6441 * MAINTAINERS: Add myself to write-after-approval.
6442
6443 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6444
6445 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6446 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6447 * Makefile.in: Regenerate.
6448
6449 * configure.in (top level bootstrap support): Rework --enable-werror
6450 to set @stage2_werror_flag@.
6451 * configure: Regenerate.
6452 * Makefile.tpl (top level bootstrap support): Pass
6453 @stage2_werror_flag@ down to configure in stages 2 and 3.
6454 * Makefile.in: Regenerate.
6455
6456 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6457
6458 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6459 for stages 2 and 3 as well as in make. As a consequence, remove
6460 OUTPUT_OPTION (now detected by configure) from the flags passed down
6461 to make.
6462 * Makefile.in: Regenerate.
6463
6464 * Makefile.tpl (new-bootstrap): Fix typo.
6465 * Makefile.in: Regenerate.
6466
6467 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6468
6469 * Makefile.tpl: Rearrange by moving recursive_targets rules
6470 into their proper sections.
6471 * Makefile.tpl (top level bootstrap support): Move disabling
6472 of coverage flags from 'make' to 'configure'; improve comments.
6473 * Makefile.in: Regenerate.
6474
6475 * Makefile.tpl (experimental top level bootstrap) Move stage1
6476 language setting from all- target to configure- target; disable
6477 intermodule optimization in stage 1; prevent gratuitous rebuilds
6478 of stage 1.
6479 * Makefile.in: Regenerate.
6480 * configure.in: Comma-separate stage 1 language list for top
6481 level bootstrap.
6482 * configure: Regenerate.
6483
6484 * Makefile.tpl: Clean up experimental top level bootstrap support:
6485 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6486 prev-gcc in configure- targets as well as all- targets.
6487 * Makefile.in: Regenerate.
6488
6489 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
6490
6491 * compile: New file imported from automake.
6492
6493 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6494
6495 * configure.in: Remove symbolic link section.
6496 * configure: Regenerate.
6497 * Makefile.tpl (links): Remove.
6498 * Makefile.in: Regenerate.
6499
6500 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6501 Nathanael Nerode <neroden@gcc.gnu.org>
6502
6503 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6504 Set with AC_CHECK_PROGS.
6505 * configure.in: Fix comment typo from last patch.
6506 * configure: Regenerate.
6507
6508 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6509
6510 * Makefile.tpl: Introduce experimental top level bootstrap support.
6511 * Makefile.in: Regenerate.
6512 * configure.in: Introduce support for top level bootstrap.
6513 * configure: Regenerate.
6514
6515 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6516 Paolo Bonzini <bonzini@gnu.org>
6517
6518 PR bootstrap/14522
6519 * configure.in: Cope with shells that do not support unquoted ^
6520 * configure: Regenerate.
6521
6522 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6523 Paolo Bonzini <bonzini@gnu.org>
6524
6525 PR bootstrap/14522
6526 * configure.in: Cope with shells that do not support nesting
6527 quotes inside quoted backquote substitutions.
6528 * configure: Regenerate.
6529
6530 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6531
6532 PR bootstrap/14522
6533 * configure.in: Fix escaping of $.
6534 * configure: Regenerate.
6535
6536 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6537
6538 * configure: Regenerate, since I forgot to while committing Paolo's
6539 changes.
6540
6541 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6542
6543 PR ada/14131
6544 Move language detection to the top level.
6545 * configure.in: Find default values for the tools as
6546 soon as possible. Disable ada if GNAT is not found.
6547 Emit error message about missing languages. Expand
6548 --enable-languages=all for the gcc subdirectory.
6549
6550 2004-03-10 Ben Elliston <bje@gnu.org>
6551
6552 * MAINTAINERS: Update my email address.
6553
6554 2004-03-05 David Edelsohn <edelsohn@gnu.org>
6555
6556 * ltconfig: Disable building static libraries if building shared
6557 libraries on AIX 5L.
6558
6559 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6560
6561 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6562 and disable libgcj.
6563 * configure: Regenerated.
6564
6565 2004-03-01 Brian Booth <bbooth@redhat.com>
6566
6567 * MAINTAINERS: Add myself to write-after-approval.
6568
6569 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
6570
6571 * MAINTAINERS: Add myself to write-after-approval.
6572
6573 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6574
6575 PR bootstrap/7087
6576 * Makefile.tpl: Guard XFOO sed statements better.
6577 * Makefile.tpl: Add dependency for configure-target-libada.
6578 * Makefile.in: Regenerate (incidentally fixes broken
6579 commit when libada-branch was merged).
6580
6581 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
6582
6583 * MAINTAINERS: Add myself to write-after-approval.
6584
6585 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
6586
6587 * MAINTAINERS: Add Nicola Pero and myself as libobjc
6588 maintainers.
6589
6590 2004-02-20 Andrew Cagney <cagney@redhat.com>
6591
6592 * config.guess: Update from version 2003-10-16 to 2004-02-16.
6593 * config.sub: Update from version 2003-11-03 to 2004-02-16.
6594
6595 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6596
6597 PR bootstrap/11932
6598 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6599
6600 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
6601
6602 * MAINTAINERS: Added myself to write-after-approval.
6603
6604 2004-02-14 Michael Koch <konqueror@gmx.de>
6605
6606 * MAINTAINERS: Added myself to write-after-approval.
6607
6608 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
6609
6610 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
6611 some OS port maintainers to OS port maintainers section.
6612
6613 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
6614
6615 * MAINTAINERS: Add self.
6616
6617 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
6618
6619 * MAINTAINERS: Alphabetize.
6620
6621 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
6622
6623 * MAINTAINERS: Remove myself.
6624
6625 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6626
6627 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6628 (rs6000-*-aix*): Same.
6629 * configure: Regenerate.
6630
6631 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6632
6633 * configure.in (host): Add in missing $noconfigdirs to defines.
6634 * configure: Regenerate.
6635
6636 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6637 Nathanael Nerode <neroden@gcc.gnu.org>
6638
6639 PR ada/6637, PR ada/5911
6640 Merge with libada-branch:
6641 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6642 with appropriate dependencies. Add --enable-libada configure switch.
6643 * configure, Makefile.in: Regenerate.
6644
6645 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
6646
6647 * MAINTAINERS: Add myself to write-after-approval.
6648
6649 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6650
6651 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6652 * configure: Regenerate.
6653
6654 2004-02-04 Geoffrey Keating <geoffk@apple.com>
6655
6656 Merge from upstream:
6657
6658 * ltmain.in: When setting IFS to '~', be careful about user
6659 arguments that contain '~'.
6660
6661 2004-02-04 Peter O'Gorman <peter@pogma.com>
6662
6663 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6664 Also test $base_compile against $CC with escaped arguments. Bug
6665 reported by Geoff Keating <geoffk@apple.com>.
6666
6667 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
6668
6669 * MAINTAINERS: Remove i960 port.
6670
6671 2004-01-23 DJ Delorie <dj@redhat.com>
6672
6673 * Makefile.def (target_modules) [libiberty]: Don't stage.
6674 * Makefile.in: Rebuilt.
6675
6676 2004-01-20 Caroline Tice <ctice@apple.com>
6677
6678 * MAINTAINERS: Add myself to write-after-approval.
6679
6680 2004-01-19 Paolo Carlini <pcarlini@suse.de>
6681
6682 * MAINTAINERS: Update my email address.
6683
6684 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
6685
6686 * MAINTAINERS: Add myself to write-after-approval.
6687
6688 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6689
6690 * MAINTAINERS: Remove entries without email address.
6691
6692 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
6693
6694 * MAINTAINERS: Add myself to write-after-approval.
6695
6696 2004-01-15 Steven Bosscher <stevenb@suse.de>
6697
6698 * MAINTAINERS: Update my email address.
6699
6700 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6701
6702 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6703 * Makefile.tpl (configure-target-[+module+]): Support stage.
6704 * Makefile.in: Rebuilt.
6705
6706 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
6707
6708 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6709
6710 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
6711
6712 * MAINTAINERS: Add myself as a MIPS maintainer.
6713
6714 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6715
6716 * configure.in: Use ./config.cache, not config.cache.
6717 * configure: Regenerate.
6718 * Makefile.tpl: Special-casing not needed for GCC any more.
6719 * Makefile.in: Regenerate.
6720
6721 * configure.in: Don't share a cache file for host dirs.
6722 * configure: Regenerate.
6723
6724 * config-ml.in: Don't mess with the cache file.
6725
6726 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6727
6728 * MAINTAINERS: Move myself from 'Write After Approval' to
6729 'CPU Port Maintainers' section as SPARC maintainer.
6730
6731 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6732
6733 * Makefile.tpl: Make GCC use a separate config.cache.
6734 * Makefile.in: Regenerate.
6735
6736 PR bootstrap/11932, PR bootstrap/11933
6737 (I don't know if it will fix either of them, but it relates
6738 to them.)
6739 * configure.in: Don't use shared config.cache for target
6740 directories.
6741 * configure: Regenerate.
6742
6743 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
6744
6745 * MAINTAINERS: Add myself to 'Write After Approval' section.
6746
6747 2003-12-31 Roger Sayle <roger@eyesopen.com>
6748
6749 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6750 * configure: Regenerated.
6751
6752 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
6753
6754 * MAINTAINERS: Remove the mn10200 maintainer.
6755
6756 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6757
6758 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6759 * configure: Regenerated.
6760
6761 2003-12-16 Jan Hubicka <jh@suse.cz>
6762
6763 * MAINTAINERS: Add myself as callgraph maintainer.
6764
6765 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6766
6767 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6768 * configure: Regenerate.
6769
6770 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
6771
6772 * MAINTAINERS: Move myself from 'Bug database only accounts' to
6773 'Write After Approval' section. Update email.
6774
6775 2003-12-01 James Lemke <jim@wasabisystems.com>
6776
6777 * MAINTAINERS (Write After Approval): Add myself.
6778
6779 2003-11-20 Matt Thomas <matt@3am-software.com>
6780
6781 * MAINTAINERS: Add myself as a vax port maintainer.
6782
6783 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6784
6785 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6786 (configure-build-[+module+], configure-[+module+]): Likewise.
6787 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6788 * Makefile.in: Regenerate.
6789
6790 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
6791
6792 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6793 shared/dylibed libraries.
6794 * ltmain.sh: Likewise.
6795 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6796 * ltcf-cxx.sh: Likewise.
6797 * ltcf-gcj.sh: Likewise.
6798 * ltconfig: Likewise.
6799
6800 2003-11-17 Stan Cox <scox@redhat.com>
6801
6802 * MAINTAINERS: Add myself as iq2000 port maintainer.
6803
6804 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6805
6806 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6807 * Makefile.in: Regenerate.
6808
6809 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
6810
6811 * config.sub: Update to 2003-11-03 version.
6812
6813 2003-10-20 Phil Edwards <phil@codesourcery.com>
6814
6815 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6816 * configure: Regenerate.
6817
6818 2003-10-20 Nicolas Pitre <nico@cam.org>
6819
6820 * MAINTAINERS: Add myself to 'Write After Approval' section.
6821
6822 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
6823
6824 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6825
6826 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
6827
6828 * MAINTAINERS: Update my email address.
6829
6830 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6831
6832 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6833
6834 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
6835
6836 * MAINTAINERS: Add myself to 'Write After Approval' section.
6837
6838 2003-10-16 Bernardo Innocenti <bernie@develer.com>
6839
6840 * config.guess: Update to 2003-10-16 version.
6841 * config.sub: Update to 2003-10-16 version.
6842
6843 2003-10-15 David Daney <ddaney@avtrex.com>
6844
6845 * MAINTAINERS: Added myself to 'Write After Approval' section.
6846
6847 2003-10-15 Falk Hueffner <falk@debian.org>
6848
6849 * MAINTAINERS: Move myself from 'Bug database only accounts' to
6850 'Write After Approval' section. Update email.
6851
6852 2003-10-14 Roger Sayle <roger@eyesopen.com>
6853
6854 * MAINTAINERS: Move myself from 'Write After Approval' to
6855 'Various Maintainers' section as middle-end maintainer.
6856
6857 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6858
6859 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6860 HOST_FLAGS_TO_PASS.
6861 * Makefile.in: Regenerate.
6862
6863 2003-10-11 Bernardo Innocenti <bernie@develer.com>
6864
6865 * config.guess: Update to 2003-10-07 version.
6866 * config.sub: Update to 2003-10-07 version.
6867
6868 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6869
6870 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6871 * ltconfig (irix5*, irix6*): Don't override version_type.
6872
6873 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6874
6875 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6876 * configure: Rebuilt
6877 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6878 * Makefile.in: Rebuilt
6879
6880 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6881
6882 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6883
6884 2003-09-30 Carlo Wood <carlo@alinoe.com>
6885
6886 * MAINTAINERS (Write After Approval): Add myself.
6887
6888 2003-09-29 Paul Koning <ni1d@arrl.net>
6889
6890 * MAINTAINERS: Move myself from "Write After Approval"
6891 to CPU platform maintainers for pdp11 platform.
6892
6893 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
6894
6895 * MAINTAINERS: Move myself from 'Write After Approval' to
6896 'Various Maintainers' section as libffi testsuite maintainer.
6897
6898 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6899
6900 * configure.in: Pass a computed --program-transform-name
6901 to subconfigures.
6902 * configure: Regenerated.
6903
6904 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6905
6906 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6907 * Makefile.in: Regenerate.
6908
6909 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6910 * Makefile.in: Regenerate.
6911
6912 2003-09-19 Ziemowit Laski <zlaski@apple.com>
6913
6914 * MAINTAINERS: Move myself from 'Write After Approval'
6915 to 'Various Maintainers' (objective-c) section.
6916
6917 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6918
6919 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6920 quoting.
6921 * configure: Regenerated.
6922
6923 2003-09-16 Joel Brobecker <brobecker@gnat.com>
6924
6925 * MAINTAINERS (Write After Approval): Add myself to write after
6926 approval list.
6927
6928 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
6929
6930 * MAINTAINERS (Write After Approval): Add myself.
6931
6932 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
6933
6934 * MAINTAINERS: Update my e-mail address.
6935
6936 2003-09-09 Alan Modra <amodra@bigpond.net.au>
6937
6938 * libtool.m4 (LD): Correct powerpc64 host match.
6939
6940 2003-09-06 James E Wilson <wilson@tuliptree.org>
6941
6942 * MAINTAINTERS: Update my affiliation and email address.
6943
6944 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6945
6946 * MAINTAINERS (Write After Approval): Add myself.
6947
6948 2003-09-04 DJ Delorie <dj@redhat.com>
6949
6950 * configure: Regenerate.
6951
6952 2003-09-04 Robert Millan <robertmh@gnu.org>
6953
6954 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6955
6956 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6957
6958 * configure.in: Ensure arguments to sed are properly spaced.
6959 * configure: Regenerate.
6960
6961 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6962
6963 * MAINTAINERS: Update my e-mail address.
6964
6965 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
6966
6967 * MAINTAINERS (Write After Approval): Add myself.
6968
6969 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6970
6971 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6972 * configure: Regenerated.
6973
6974 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
6975
6976 * MAINTAINERS: Update my email address.
6977
6978 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6979
6980 * configure.in: Use newline instead of semicolon when assuming
6981 shell arguments in a for loop.
6982 * configure: Regenerated.
6983
6984 2003-08-22 Jason Eckhardt <jle@rice.edu>
6985
6986 * MAINTAINERS: Resurrect the i860 maintainer.
6987
6988 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6989
6990 PR 8180
6991 * configure.in: When testing with_libs and with_headers, treat
6992 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6993 * configure: Regenerate.
6994
6995 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6996 make, shell, etc.
6997 (baseargs): Likewise.
6998 * configure: Regenerate.
6999
7000 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7001
7002 * MAINTAINERS (Write After Approval): Add myself.
7003
7004 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7005
7006 * configure.in: Disable libgcj for darwin not on powerpc.
7007 * configure: Rebuild.
7008
7009 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7010
7011 * config-ml.in, symlink-tree: Add license.
7012
7013 2003-08-03 Richard Stallman <rms@gnu.org>
7014 Eben Moglen <moglen@columbia.edu>
7015
7016 * README.SCO: New file.
7017
7018 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7019
7020 * Makefile.tpl (check, check-c++): Express dependencies using
7021 dependencies rather than commands.
7022 * Makefile.in: Regenerate.
7023
7024 2003-08-01 Andrew Cagney <cagney@redhat.com>
7025
7026 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7027 * configure: Ditto.
7028
7029 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7030
7031 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7032 * Makefile.in: Update.
7033
7034 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7035
7036 * configure.in: Enable libgcj for darwin.
7037 * configure: Rebuild.
7038
7039 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7040
7041 * config-ml.in: Use ac_configure_args directly instead of
7042 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7043 actually seen.
7044
7045 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7046
7047 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7048 creating target and build subdirs to build all parent dirs as needed.
7049 * Makefile.in: Rebuild.
7050 * configure.in: Don't build dirs explicitly here.
7051 * configure: Rebuild.
7052
7053 2003-07-26 Paul Brook <paul@nowt.org>
7054
7055 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7056
7057 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7058
7059 * Makefile.tpl (all-make): Depend on intl.
7060 * Makefile.in: Rebuilt.
7061
7062 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7063
7064 * install-sh: Update to newer upstream versions (associated with
7065 aclocal 1.7).
7066 * mkinstalldirs: Likewise.
7067 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7068
7069 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7070
7071 * MAINTAINERS: Move self from Bug database only accounts
7072 to write-after-approval.
7073
7074 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7075
7076 * config.if: Remove unused libc_interface determination.
7077
7078 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7079
7080 * MAINTAINERS: Move self from write-after-approval to
7081 build machinery (*.in).
7082
7083 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7084
7085 PR bootstrap/11273
7086 PR bootstrap/11408
7087 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7088 unused INSTALL_PROGRAM_ARGS.
7089 * configure.in: Use AC_PROG_INSTALL.
7090 * Makefile.in: Regenerate.
7091 * configure: Regenerate.
7092
7093 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7094
7095 * MAINTAINERS: Alphabetize.
7096
7097 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7098
7099 * configure: Rebuilt.
7100 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7101 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7102 newlib nor libgloss.
7103 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7104 * configure.in (am33_2.0-*-linux*): Added.
7105
7106 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7107
7108 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7109 * configure: Regenerate.
7110
7111 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7112
7113 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7114 * Makefile.in: Regenerate.
7115
7116 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7117
7118 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7119 * Makefile.in: Regenerate.
7120
7121 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7122
7123 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7124 * Makefile.in: Regenerated.
7125
7126 * config-ml.in: Replace PWD with PWD_COMMAND.
7127
7128 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7129
7130 * intl: New directory; see intl/ChangeLog for details.
7131 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7132 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7133 * Makefile.in: Regenerate.
7134
7135 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7136
7137 * configure.in: Clean up config-lang.in handling. Delete
7138 useless assignment to "subdirs".
7139 * configure: Regenerate.
7140
7141 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7142
7143 * configure.in: Rename 'target_libs' to 'target_libraries'.
7144 Remove useless reference to 'target_libs'.
7145 * configure: Regenerate.
7146
7147 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7148
7149 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7150 * Makefile.in: Regenerate.
7151
7152 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7153
7154 * Makefile.def: Introduce flags_to_pass.
7155 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7156 * Makefile.in: Regenerate.
7157
7158 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7159
7160 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7161 and target-libgloss.
7162 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7163 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7164 * configure: Regenerate.
7165
7166 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7167
7168 * configure.in: Update testsuite_flags to new location.
7169 * configure. Regenerate.
7170
7171 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7172
7173 * Makefile.tpl: Remove BUILD_CC stuff.
7174 * Makefile.in: Regenerate.
7175
7176 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7177
7178 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7179
7180 2003-06-16 Graeme Peterson <gp@qnx.com>
7181
7182 * MAINTAINERS (Write After Approval): Add myself.
7183
7184 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7185
7186 * config.guess: Update to 2003-06-12 version.
7187 * config.sub: Update to 2003-06-13 version.
7188
7189 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7190
7191 * config.guess: Update to 2003-06-06 version.
7192 * config.sub: Update to 2003-06-06 version.
7193
7194 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7195
7196 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7197 * configure. Regenerate.
7198
7199 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7200
7201 * configure.in: Disable serial configure by default.
7202 * configure: Regenerate.
7203 * Makefile.tpl: Abolish .NOTPARALLEL.
7204 * Makefile.in: Regenerate.
7205
7206 * Makefile.tpl: Replace {build,host,target}_canonical by
7207 {build,host,target}.
7208 * Makefile.in: Regenerate.
7209
7210 * Makefile.tpl: Fix stupid pasto.
7211 * Makefile.in: Regenerate.
7212
7213 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7214
7215 * Makefile.tpl: Remove bogus conditional.
7216 * Makefile.in: Regenerate.
7217
7218 2003-06-05 Jan Hubicka <jh@suse.cz>
7219
7220 * Makefile.tpl (profiledbootstrap): New target.
7221 * Makefile.in (profiledbootstrap): New target.
7222
7223 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7224
7225 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7226 Pinski. Remove user names from other bugzilla-only maintainers.
7227
7228 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7229
7230 * Makefile.tpl: Make 'recursive targets' using autogen rather
7231 than shell loop. Remove duplicate 'clean' targets and false
7232 comments.
7233 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7234 Add systematic method of specifying missing targets in subdirs.
7235 Add copyright boilerplate.
7236 * Makefile.in: Regenerate.
7237 * configure.in: Add 'recursive targets' to maybe list.
7238 * configure: Regenerate.
7239
7240 * MAINTAINERS: "GNATS only" -> "Bug database only".
7241
7242 * Makefile.tpl: Rename [+target+] to [+make_target+].
7243 * Makefile.def: Rename 'target' to 'make_target'.
7244
7245 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7246
7247 * MAINTAINERS: Add self as options handling maintainer.
7248
7249 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7250
7251 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7252 been too long since I touched those ports.
7253
7254 2003-05-28 DJ Delorie <dj@redhat.com>
7255
7256 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7257 * Makefile.in: Regenerate.
7258
7259 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7260
7261 * configure.in: Use curly braces in the definition of tooldir.
7262 * configure: Regenerate.
7263
7264 2003-05-21 DJ Delorie <dj@redhat.com>
7265
7266 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7267 newlib or libgloss.
7268 * Makefile.in: Regenerate.
7269
7270 2003-05-21 DJ Delorie <dj@redhat.com>
7271
7272 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7273 * Makefile.in: Regenerate.
7274
7275 2003-05-20 Ian Lance Taylor <ian@airs.com>
7276
7277 * MAINTAINERS: Update my e-mail address.
7278
7279 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7280
7281 * configure.in: Switch more things to use maybe dependencies.
7282 * Makefile.tpl: Switch more things to use maybe dependencies.
7283 Factor out common code from autogen IF statements.
7284 * configure: Regenerate.
7285 * Makefile.in: Regenerate.
7286
7287 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7288
7289 * configure.in: Accept i[3456789]86 for machine type.
7290 * configure: Regenerate.
7291
7292 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7293
7294 * configure.in: Switch more things to use maybe dependencies.
7295 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7296 * configure: Regenerate.
7297 * Makefile.tpl: Switch more things to use maybe dependencies.
7298 * Makefile.in: Regenerate.
7299
7300 2003-05-16 Andreas Schwab <schwab@suse.de>
7301
7302 * Makefile.tpl (install-opcodes): Define.
7303 * Makefile.in: Rebuild.
7304
7305 2003-05-13 Andreas Jaeger <aj@suse.de>
7306
7307 * config.guess: Update to 2003-05-09 version.
7308 * config.sub: Update to 2003-05-09 version.
7309
7310 2003-05-13 Michael Eager <eager@mvista.com>
7311
7312 * configure.in: Correct sed script so that options in quotes are not
7313 deleted.
7314 * configure: Rebuild.
7315
7316 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7317
7318 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7319 and $$s/newlib/libc/sys/cygwin32 include paths.
7320 * configure: Ditto.
7321
7322 2003-05-12 Michael Meissner <gnu@the-meissners.org>
7323
7324 * MAINTAINERS: Update my email addresses.
7325
7326 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7327
7328 * config-ml.in: Propagate INSTALL variables.
7329
7330 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7331
7332 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7333
7334 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7335
7336 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7337 * Makefile.in: Regenerate.
7338
7339 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7340
7341 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7342
7343 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7344
7345 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7346
7347 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7348
7349 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7350 * Makefile.in: Regenerated.
7351
7352 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7353
7354 * MAINTAINERS (Write After Approval): Upgrade myself from
7355 GNATS only to write-after-approval. Update my mail address.
7356
7357 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
7358
7359 (OS Port Maintainers: freebsd): Add myself.
7360
7361 2003-04-22 Mark Mitchell <mark@codesourcery.com>
7362
7363 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7364
7365 2003-04-22 Kean Johnston <jkj@sco.com>
7366
7367 * MAINTAINERS (SCO ports): Added myself.
7368
7369 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7370
7371 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7372
7373 2003-04-19 Kean Johnston <jkj@sco.com>
7374
7375 * MAINTAINERS (Write After Approval): Add myself.
7376
7377 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7378
7379 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7380 * Makefile.in: Regenerate.
7381
7382 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7383
7384 * configure.in (powerpc64*-*-linux*): Remove.
7385 * configure: Rebuilt.
7386
7387 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7388
7389 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7390 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7391 and restrap.
7392 * Makefile.in: Regenerate.
7393
7394 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7395
7396 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7397 * configure: Regenerated.
7398
7399 2003-04-15 DJ Delorie <dj@redhat.com>
7400
7401 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7402
7403 2003-04-13 Nick Clifton <nickc@redhat.com>
7404
7405 * config-ml.in: Remove support for --disable-aix removing
7406 call-aix multilibs.
7407
7408 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
7409
7410 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7411 * */configure: Rebuilt.
7412
7413 2003-04-08 Joel Sherrill <joel@oarcorp.com>
7414
7415 * MAINTAINERS: Add my email address.
7416
7417 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
7418
7419 * MAINTAINERS (Write After Approval): Add myself.
7420
7421 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7422
7423 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7424 * Makefile.in: Regenerate.
7425
7426 2003-03-14 Michael Chastain <mec@shout.net>
7427
7428 * Makefile.in: Regenerate with correct Makefile.def.
7429
7430 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7431
7432 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7433 Make macro.
7434 * Makefile.in: Regenerate.
7435 * configure.in: Clean up gxx_include_dir logic.
7436 * configure: Regenerate.
7437
7438 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
7439
7440 * MAINTAINERS (Write After Approval): Add myself.
7441
7442 2003-03-10 Ben Elliston <bje@wasabisystems.com>
7443
7444 * MAINTAINERS: Update my mail address.
7445
7446 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7447
7448 * configure.in (gxx_include_dir): Fix typo.
7449 * configure: Regenerated.
7450
7451 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7452
7453 * Makefile.tpl: Reindent.
7454 * Makefile.in: Regenerate.
7455 * configure.in: Reindent. Don't set unused variables.
7456 * configure: Regenerate.
7457
7458 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7459
7460 * configure.in: Include $(build_tooldir)/sys-include in
7461 FLAGS_FOR_TARGET.
7462 * configure: Regenerated.
7463
7464 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7465
7466 * Makefile.tpl: Always pass down RANLIB.
7467 * Makefile.in: Regenerate.
7468
7469 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7470 * Makefile.in: Regenerate.
7471 * configure.in: Remove unused logic relating to --enable-shared
7472 and --enable-threads. Remove bogus comments. Remove redundant
7473 noconfigdirs.
7474 * configure: Regenerate.
7475
7476 * configure.in: Replace ${libstdcxx_version} by its value.
7477 Remove reference to mh-dgux.
7478 * configure: Regenerate.
7479
7480 2003-03-03 Kevin Buettner <kevinb@redhat.com>
7481
7482 * MAINTAINERS (Write After Approval): Add myself.
7483
7484 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7485
7486 * Makefile.tpl: Rearrange.
7487 * Makefile.in: Regenerate.
7488
7489 2003-02-25 Uwe Stieber <uwe@wwws.de>
7490
7491 * configure.in: Add support for kaOS as cross build target system.
7492 * configure: Regenerated.
7493
7494 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
7495
7496 * MAINTAINERS (Write after approval): Add myself.
7497
7498 2003-02-21 James E Wilson <wilson@tuliptree.org>
7499
7500 * MAINTAINERS: Update my email address.
7501
7502 2003-02-21 Zack Weinberg <zack@codesourcery.com>
7503
7504 * MAINTAINERS: Add self to blanket write privs. section.
7505
7506 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7507
7508 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7509 configure-target-* as some target builds may require additional
7510 flags for preprocessor tests.
7511 * Makefile.in: Regenerated.
7512
7513 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7514
7515 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7516 * ltconfig: Handle it.
7517 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7518 auto-detecting it.
7519
7520 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7521 it is used as argument to $CC.
7522 * ltcf-gcj.sh: Likewise.
7523
7524 * configure.in: Introduce --enable-maintainer-mode.
7525 * configure: Rebuilt.
7526 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7527 for maintainer mode.
7528 * Makefile.in: Rebuilt.
7529
7530 2003-02-18 Jason Merrill <jason@redhat.com>
7531
7532 * Makefile.tpl (check-c++): Allow parallelism.
7533
7534 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7535
7536 * MAINTAINERS: Remove John Carr (who never actually had access to
7537 gcc.gnu.org).
7538
7539 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7540
7541 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7542 don't configure target-libobjc.
7543 * configure: Regenerate.
7544
7545 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7546
7547 * Makefile.tpl (RANLIB): Define.
7548 * Makefile.in: Regenerate.
7549
7550 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
7551
7552 * MAINTAINERS: Update my email.
7553
7554 2003-02-06 Keith R Seitz <keiths@redhat.com>
7555
7556 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7557 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7558 * Makefile.in: Regenerated.
7559 * configure.in: Remove all traces of snavigator, db, and grep.
7560 * configure: Regenerated.
7561
7562 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7563
7564 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7565 After Approval.
7566
7567 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7568
7569 * MAINTAINERS (Write after approval): Add myself.
7570
7571 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7572
7573 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7574 * Makefile.in: Regenerated.
7575
7576 2003-01-30 Roger Sayle <roger@eyesopen.com>
7577
7578 * config.guess: Updated to 2003-01-30's version.
7579 * config.sub: Updated to 2003-01-28's version.
7580
7581 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7582
7583 * config.if: If gcc_version is already set, just use it. Don't set
7584 gcc_version_trigger if it's already set, otherwise set it to
7585 gcc/version.c, but only if the file exists. If it is not set and
7586 gcc/version.c does not exist, try to extract the version number from
7587 $CC.
7588
7589 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
7590
7591 * MAINTAINERS: Add myself to write-after-approval list.
7592
7593 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7594
7595 * configure.in: Revert 24Jan change.
7596 * configure: Regenerate.
7597
7598 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7599
7600 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
7601 entry of HJ Lu.
7602
7603 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7604
7605 * configure.in: Revert previous change.
7606 * configure: Regenerate.
7607
7608 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7609
7610 * configure.in: Make rda native-only.
7611 * configure: Regenerate.
7612
7613 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7614
7615 * MAINTAINERS: Move myself from GNATS-only-accounts to
7616 write-after-approval.
7617
7618 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7619
7620 * configure.in: Add missing \.
7621 * configure: Rebuilt.
7622
7623 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7624
7625 * configure.in (baseargs): Avoid using \| in sed regular
7626 expressions.
7627 * configure: Rebuilt.
7628
7629 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7630
7631 * configure.in (baseargs): Remove all supported forms of
7632 --cache-file, --srcdir, --host, --build and --target options
7633 from argument lists.
7634 * configure: Rebuilt.
7635
7636 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
7637
7638 * MAINTAINERS: Add myself to write-after-approval list.
7639
7640 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7641
7642 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7643 * configure: Rebuilt.
7644
7645 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7646
7647 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7648 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7649 * Makefile.in: Regenerate.
7650 * configure: Regenerate.
7651
7652 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7653
7654 * configure.in: Remove Makefile in build, host and target modules
7655 unless configure was run with --no-recursion.
7656 * configure: Rebuilt.
7657
7658 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7659
7660 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7661 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7662 * Makefile.in: Regenerate.
7663
7664 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7665
7666 * config.guess: Update to 2003-01-03 version.
7667 * config.sub: Update to 2003-01-03 version.
7668
7669 2003-01-07 Christopher Faylor <cgf@redhat.com>
7670
7671 * configure: Regenerate with proper autoconf 2.13.
7672
7673 2003-01-07 Christopher Faylor <cgf@redhat.com>
7674
7675 * configure.in: Add AC_PREREQ for consistency.
7676 * configure: Regenerate.
7677
7678 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7679
7680 * configure.in (GDB_TK): Add tcl directories conditional on
7681 gdb/gdbtk directory being present.
7682 * configure: Regenerate.
7683
7684 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7685
7686 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
7687 used by gcc if LD is not defined and we are not doing a Canadian Cross.
7688 * configure: Rebuilt.
7689
7690 2002-12-31 Tom Tromey <tromey@redhat.com>
7691
7692 * Makefile.in: Rebuilt.
7693 * Makefile.def (target_modules) [libffi]: Allow installation.
7694
7695 2002-12-31 Andreas Schwab <schwab@suse.de>
7696
7697 * configure.in: Fix use of $program_transform_name.
7698 * configure: Regenerated.
7699
7700 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7701
7702 * configure.in (baseargs): Don't remove first configure argument.
7703 * configure: Regenerated.
7704
7705 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7706
7707 * Makefile.tpl (local-distclean): Don't remove...
7708 (multilib.ts): ... this. Moved into...
7709 (multilib.out): ... this. Don't use sub-make.
7710 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7711 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7712 (configure-build-[+module+], configure-[+module+],
7713 configure-target-[+module+], configure-gcc): ... these. Test
7714 for Makefile existence. Drop config.status from dependencies.
7715 * Makefile.in: Rebuilt.
7716 * configure.in: Move gcc-version-trigger to the end of
7717 ac_configure_args. Add comments to maybedep.tmp and
7718 serdep.tmp. Introduce --disable-serial-configure. Remove
7719 nonopt from baseargs, matching and removing corresponding
7720 whitespace while at it.
7721 * configure: Rebuilt.
7722
7723 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7724
7725 * configure.in (host_configargs): Replace reference to
7726 no-longer-defined buildopts with --build=${build_alias}.
7727 * configure: Rebuilt.
7728
7729 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7730 program_transform_name to standard idiom.
7731 (AUTOGEN, AUTOCONF): Define.
7732 (Makefile.in): Use $(AUTOGEN).
7733 (Makefile): Depend on config.status, and use autoconf-style rule to
7734 build it. Move original commands to...
7735 (config.status): ... this new target.
7736 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7737 $(AUTOCONF).
7738 * Makefile.in: Rebuilt.
7739
7740 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7741
7742 * Makefile.tpl: Fix dramatic bustage due to change in
7743 program_transform_name.
7744 * Makefile.in: Regenerate.
7745
7746 * configure.in: Remove unnecessary PATH setting.
7747 * configure: Regnerate.
7748
7749 * configure.in: Don't default to unprefixed tools unless
7750 the native tools will work.
7751 * configure: Regenerate.
7752
7753 * configure.in: Convert to autoconf script. Blow away lots
7754 of now-redundant Makefile fragments.
7755 * configure: Generate using Autoconf.
7756 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7757 * Makefile.in: Regenerate.
7758
7759 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7760
7761 * configure: Fix stupid bug where RANLIB was mistakenly included.
7762
7763 * configure.in: Rename (buildargs, hostargs, targargs) to
7764 (build_configargs, host_configargs, target_configargs).
7765
7766 * configure.in: Move logic out of sed statement.
7767
7768 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7769 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7770
7771 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
7772
7773 * config.sub: Import from master repository
7774 * config.guess: Ditto
7775
7776 2002-12-24 Andreas Schwab <schwab@suse.de>
7777
7778 * Makefile.tpl (multilib.out): Fix missing space.
7779 * Makefile.in: Regenerate.
7780
7781 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7782
7783 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7784 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7785 * Makefile.in: Regenerate.
7786 * configure.in: Remove unnecessary leftovers.
7787
7788 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7789
7790 * configure.in (extra_ranlibflags_for_target): New variable.
7791 (*-*-darwin): Add -c to ranlib commands.
7792 * configure (tooldir): Handle extra_ranlibflags_for_target.
7793
7794 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7795
7796 * Makefile.tpl: Revert HJL's change.
7797 * Makefile.in: Regenerated.
7798 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7799 always.
7800
7801 2002-12-19 Andreas Schwab <schwab@suse.de>
7802
7803 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7804 * Makefile.in: Regenerate.
7805
7806 2002-12-18 H.J. Lu <hjl@gnu.org>
7807
7808 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7809 * Makefile.in: Regenerated.
7810
7811 * configure.in (build_prefix): New. Substitute.
7812
7813 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7814
7815 * Makefile.tpl: Don't let real targets depend on phony targets.
7816 * Makefile.in: Regenerate.
7817
7818 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7819 * Makefile.in: Regenerate.
7820
7821 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
7822
7823 * config.sub: Import from master repository
7824 * config.guess: Ditto
7825
7826 2002-12-16 Jason Merrill <jason@redhat.com>
7827
7828 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7829 previous 'make bootstrap'.
7830 * Makefile.in: Regenerate.
7831
7832 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7833
7834 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7835
7836 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7837
7838 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7839 * Makefile.in: Regenerate.
7840
7841 2002-12-13 Jason Merrill <jason@redhat.com>
7842
7843 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7844 library tests.
7845 (check-c++): Just depend on it and check-target-libstdc++-v3.
7846 * Makefile.in: Regenerate.
7847
7848 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7849
7850 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7851 * Makefile.in: Rebuilt.
7852
7853 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7854
7855 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7856
7857 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7858
7859 * configure: Fix bug put in by gremlins.
7860
7861 * Makefile.tpl: Substitute more autoconfily.
7862 * configure: Substitute more autoconfily.
7863 * Makefile.in: Regenerate.
7864
7865 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
7866
7867 * config.sub: Import from master repository
7868 * config.guess: Ditto
7869 * MAINTAINERS: Added Svein Seldal under write after approval
7870
7871 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7872
7873 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7874 * Makefile.in (all-sim): Ditto.
7875
7876 2002-12-06 DJ Delorie <dj@redhat.com>
7877
7878 * Makefile.tpl: Change configure dependencies to not have real
7879 targets depend on phony targets.
7880
7881 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7882
7883 * configure.in: Revert unintentional change.
7884
7885 * Makefile.tpl: Change dependency for */multilib.out so that
7886 it works when gcc isn't in the tree.
7887
7888 * configure.in: Substitute more.
7889 * configure: Run subconfigures from the Makefile.
7890 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7891 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7892
7893 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7894
7895 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7896
7897 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7898
7899 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7900 and corresponding dependencies.
7901 * Makefile.in: Regenerate.
7902
7903 * configure.in (host_tools): Order binutils, gas and ld for
7904 convenience in running the testsuites.
7905
7906 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7907 * Makefile.in: Regenerate.
7908 * configure.in: Introduce rules to serialize subconfigure runs.
7909
7910 * configure.in: Introduce BASE_CC_FOR_TARGET.
7911 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7912 Realize configure-build-* targets. Realize configure-target-* targets.
7913 * Makefile.in: Regenerate.
7914
7915 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7916
7917 * configure: Move gcc_version_trigger stuff from here...
7918 * configure.in: ...to here.
7919
7920 * configure.in: Separate subconfigure options added by this file from
7921 options given by the user. Add machinery to put args for host
7922 subconfigures into the Makefile.
7923
7924 * Makefile.tpl: Remove 'vault' targets.
7925 * Makefile.tpl: Reorder and comment dependencies.
7926 * Makefile.in: Regenerate.
7927
7928 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7929 * configure.in: Fix my broken commit of previous patch. (sigh)
7930
7931 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7932
7933 * configure.in: Move host-specific darwin noconfigdirs into
7934 the host-specific section.
7935
7936 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7937
7938 * configure.in: Move host-specific darwin noconfigdirs into
7939 the host-specific section.
7940
7941 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
7942
7943 * configure: Remove skip-this-dir support.
7944 * Makefile.tpl: Remove skip-this-dir support.
7945
7946 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7947 subdirectories.
7948 * Makefile.in: Regenerate.
7949
7950 * Makefile.tpl: Strip out useless setting of 'dir'.
7951 * Makefile.in: Regenerate.
7952
7953 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
7954
7955 * configure.in: Fix deeply stupid bug.
7956
7957 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7958 shell code in CXX_FOR_TARGET
7959 * Makefile.def: Introduce raw_cxx.
7960 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7961 RAW_CXX_FOR_TARGET.
7962 * Makefile.in: Regenerate.
7963
7964 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
7965
7966 * Makefile.tpl: Remove unnecessary ifs.
7967 * Makefile.in: Regenerate.
7968
7969 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7970 dependencies. Maybe-ize build-libiberty. Create dummy install
7971 targets for 'no_install' modules.
7972 * configure: Move GDB_TK substitution to configure.in. Move
7973 build_modules stuff to configure.in.
7974 * configure.in: Implement soft dependency machinery. Maybe-ize
7975 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7976 * Makefile.in: Regenerate.
7977
7978 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
7979
7980 * Makefile.tpl: Make all-target, install-target behave similarly
7981 to all, install (only hitting configured targets). Eliminate
7982 unused macro defintions.
7983
7984 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7985 build != host.
7986
7987 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7988
7989 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7990
7991 * configure.in: Produce lists of subdir targets we're actually
7992 configuring. Remove references to "dosrel".
7993 * Makefile.tpl: Let configure set which subdir targets are hit.
7994 Remove install-cross; clean up install; remove ALL. Remove
7995 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7996 Autogenerate host module targets. Remove empty dependency lines
7997 and redundant dependency; rearrange slightly.
7998 * Makefile.def: Add host-side libtermcap, utils.
7999
8000 * Makefile.in: Regenerate.
8001
8002 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8003
8004 * ltconfig (osf[345]): Append $major to soname_spec.
8005 Reflect this in library_names_spec.
8006 * ltmain.sh (osf): Prefix $major with . for use as extension.
8007
8008 2002-11-19 Andreas Jaeger <aj@suse.de>
8009
8010 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8011 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8012 and sparc64 GNU/Linux systems.
8013
8014 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8015
8016 * MAINTAINERS: Update email.
8017
8018 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8019
8020 * MAINTAINERS: Complete James Dennett's entry.
8021
8022 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8023
8024 * MAINTAINERS (Write After Approval): Add myself.
8025
8026 2002-11-13 Bruce Korb <bkorb@gnu.org>
8027
8028 * Makefile.tpl: syntactic cleanup
8029
8030 2002-11-13 Stuart Hastings <stuart@apple.com>
8031
8032 * MAINTAINERS: Add myself to write-after-approval list.
8033
8034 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8035
8036 * Makefile.def: Add list of recursive targets to autogenerate.
8037 Add build_modules.
8038 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8039 targets. Autogenerate *-build-* targets.
8040 * Makefile.in: Regenerate.
8041
8042 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8043
8044 * configure: More autoconf-style substitutions.
8045 * Makefile.tpl: More autoconf-style substitutions.
8046 * Makefile.in: Regenerate.
8047
8048 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8049
8050 * configure: Substitute more variables in a more autoconf-friendly
8051 way. Simplify slightly.
8052 * Makefile.tpl: Make more variables substitutable in an
8053 autoconf-friendly way.
8054 * Makefile.in: Regenerate.
8055
8056 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8057
8058 * MAINTAINERS (Write After Approval): Add myself.
8059
8060 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8061
8062 * configure.in (v810*): Remove special setting of tools.
8063
8064 * configure: Add support for extra required flags for ar or nm.
8065 * configure.in (aix4.3+): Use above support for target-specific
8066 issues, rather than using config/mt-aix43.
8067
8068 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8069
8070 * configure: Remove 'removing', which doesn't work. Replace $subdir
8071 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8072 with $srcdir. Reformat indentation. Substitute some variables
8073 formerly hard-coded in the Makefile for build=host.
8074 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8075 * Makefile.def: Autogenerate more.
8076 * Makefile.in: Regenerate.
8077
8078 2002-11-04 Adam Nemet <anemet@lnxw.com>
8079
8080 * MAINTAINERS (Write After Approval): Add myself.
8081
8082 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8083
8084 * Makefile.def (host_modules): Add rda.
8085 * Makefile.in: Regenerate.
8086 * configure.in (target_tool): Add target-rda to list.
8087
8088 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8089
8090 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8091
8092 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8093
8094 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8095 and restrap targets to this rule.
8096 * Makefile.in: Regenerate.
8097
8098 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8099
8100 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8101 GNATS only accounts.
8102
8103 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8104
8105 * configure.in (i[3456]86-*-linux*): Add check to disable
8106 ${libgcj} for glibc1.
8107
8108 2002-10-24 Denis Chertykov <denisc@overta.ru>
8109
8110 * MAINTAINERS: Add myself as ip2k port maintainer.
8111
8112 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8113
8114 * configure.in: Add tic4x target.
8115
8116 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8117
8118 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8119 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8120 * Makefile.in: Regenerate.
8121
8122 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8123 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8124 * Makefile.in: Regenerate.
8125
8126 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8127
8128 * MAINTAINERS: Add myself as web pages co-maintainer.
8129
8130 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8131
8132 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8133 * Makefile.in: Regenerate.
8134
8135 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8136
8137 * MAINTAINERS: Add myself and Nathan Sidwell
8138 <nathan@codesourcery.com> as VxWorks maintainers.
8139
8140 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8141
8142 * Makefile.def: Remove order dependency comments.
8143 * Makefile.tpl: Add explicit install-install dependencies.
8144 * Makefile.in: Regenerate.
8145
8146 * Makefile.tpl: Remove material now in src-release. (Finally!)
8147 * Makefile.in: Regenerate.
8148
8149 * Makefile.tpl: Add configure-target (for src-release in src)
8150 * Makefile.in: Regenerate.
8151
8152 2002-09-30 Nick Clifton <nickc@redhat.com>
8153
8154 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8155
8156 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8157
8158 * configure.in (s390*-*-linux*): Enable libgcj.
8159
8160 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8161
8162 * configure: Revert accidentally applied changes.
8163
8164 * Makefile.tpl: Make more autoconf-friendly.
8165 * Makefile.in: Regenerate.
8166 * configure: Make substitution more autoconf-like.
8167
8168 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8169
8170 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8171 single entry to handle all these.
8172 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8173 libjava on arm-*-elf.
8174
8175 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8176
8177 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8178 things that depend on them.
8179
8180 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8181
8182 * Makefile.tpl: Make subsituted variables more autoconfy.
8183 * Makefile.in: Regenerate.
8184 * configure: Make seds more autoconfy.
8185
8186 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8187
8188 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8189 * Makefile.in: Regenerate.
8190 * configure.in: Rewrite sed statements to look autoconfy.
8191
8192 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8193 all-target-foo on configure-target-foo.
8194 * Makefile.def: Ditto.
8195 * Makefile.in: Rebuild.
8196
8197 2002-09-25 Andrew Haley <aph@redhat.com>
8198
8199 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8200
8201 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8202
8203 * Makefile.def: New file.
8204 * Makefile.tpl: New file.
8205 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8206 * contrib/gcc_update: Note that Makefile.in is a generated file.
8207
8208 * configure.in: Minor rearrangement. Simplify tests.
8209
8210 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8211
8212 * configure.in (with_headers): Skip copy if value is "yes".
8213 (with_libs): Likewise.
8214
8215 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8216
8217 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8218 * configure.in (sh*-*-pe*): Ditto.
8219 * configure.in (mips*-*-pe*): Ditto.
8220 * configure.in (*arm-wince-pe): Ditto.
8221
8222 * configure.in: Rearrange.
8223
8224 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8225
8226 * MAINTAINERS: Update my email address.
8227
8228 2002-08-30 Paul Koning <pkoning@equallogic.com>
8229
8230 * MAINTAINERS: (Write After Approval): Add myself.
8231
8232 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8233
8234 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8235
8236 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8237
8238 * MAINTAINERS: Change my mailing address.
8239
8240 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8241
8242 * MAINTAINERS (Write After Approval): Remove myself.
8243 (Various Maintainers: c++ runtime libs): Add myself.
8244
8245 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8246
8247 * MAINTAINERS (Write After Approval): Remove myself.
8248 (Various Maintainers: c++ runtime libs): Add myself.
8249
8250 2002-08-15 Eric Christopher <echristo@redhat.com>
8251
8252 * config.sub: Import from master repository.
8253 * config.guess: Ditto.
8254
8255 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8256
8257 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8258 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8259 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8260
8261 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8262
8263 * MAINTAINERS: Add self to rs6000 vector extensions.
8264
8265 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8266
8267 * libiberty/configure: Reverted unintended yesterday's check in.
8268
8269 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
8270
8271 * boehm-gc/configure, libf2c/configure: Rebuilt.
8272 * libffi/configure, libiberty/configure: Ditto.
8273 * libjava/configure, libobjc/configure: Ditto.
8274 * libstdc++-v3/configure, zlib/configure: Ditto.
8275 Merged from binutils:
8276 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8277 From Steve Ellcey <sje@cup.hp.com>:
8278 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8279 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8280 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8281 IA64.
8282 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8283 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8284 soname_spec, sys_lib_search_path_spec): Ditto.
8285
8286 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8287
8288 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8289
8290 2002-08-04 H.J. Lu (hjl@gnu.org)
8291
8292 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8293
8294 2002-08-02 Krister Walfridsson <cato@df.lth.se>
8295
8296 * MAINTAINERS (Write After Approval): Add myself.
8297
8298 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8299
8300 * configure.in: Move generic linux case to end. Copy generic
8301 linux noconfigdirs to mips*-*-linux* entry and new
8302 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8303
8304 2002-07-19 Michael Matz <matz@suse.de>
8305
8306 * MAINTAINERS: Add myself as ra* maintainer.
8307
8308 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8309
8310 * config.guess: Update to 2002-07-09 version.
8311 * config.sub: Update to 2002-07-03 version.
8312
8313 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8314
8315 * MAINTAINERS: Fix typo in a maintainer email address.
8316
8317 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8318
8319 * configure.in: Remove two redundant tests.
8320
8321 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8322
8323 * configure.in (mips*-*-irix6*o32): Enable stabs.
8324
8325 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8326
8327 * configure.in: Don't build grez.
8328 * Makefile.in: Ditto.
8329
8330 * Makefile.in: Remove references to bsp, cygmon, libstub.
8331 * configure.in: Ditto.
8332
8333 * configure.in: Remove leftover reference to gdbtest.
8334
8335 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8336
8337 * configure.in (gxx_include_dir): Change to match versioned
8338 C++ headers if --enable-version-specific-runtime-libs is used.
8339
8340 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8341
8342 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8343
8344 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8345
8346 * configure.in: Make --without-x work.
8347
8348 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8349
8350 * configure.in: Rearrange target Makefile fragment collection.
8351
8352 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8353 cvs[src].
8354 * configure.in: Ditto.
8355
8356 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8357
8358 * MAINTAINERS (Write After Approval): Update my e-mail address.
8359
8360 2002-06-24 Ben Elliston <bje@redhat.com>
8361
8362 * configure.in (host_tools): Remove cgen.
8363
8364 * Makefile.in (all-cgen): Remove; runs from its source directory.
8365 (check-cgen, install-cgen, clean-cgen): Likewise.
8366 (all-opcodes): Do not depend on all-cgen.
8367 (all-sim): Likewise.
8368
8369 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8370
8371 * Makefile.in: Eliminate 'apache' targets.
8372 * configure.in: Eliminate 'apache' targets.
8373
8374 * configure.in: Eliminate redundant tests. Reorganize.
8375
8376 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8377
8378 * config-ml.in: Eliminate references to Cygnus configure.
8379
8380 * Makefile.in: Eliminate references to building emacs.
8381
8382 2002-06-28 Graham Stott <graham.stott@btinternet.com>
8383
8384 * MAINTAINERS: Update my email address.
8385
8386 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8387
8388 * config.if (libstdcxx_incdir): Version C++ headers.
8389 (cxx_incdir): Remove.
8390
8391 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8392
8393 * MAINTAINERS (Write After Approval): Add self.
8394
8395 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
8396
8397 * configure.in: Add support for ip2k.
8398
8399 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8400
8401 * configure.in: Fix AIX configury bug.
8402
8403 2002-06-20 Steve Ellcey <sje@cup.hp.com>
8404
8405 * MAINTAINERS (Write After Approval): Add self.
8406
8407 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8408
8409 * configure.in: replace ${topsrcdir} with ${srcdir}
8410
8411 * configure.in: Move definition of libstdcxx_flags
8412 right above usage, rather than waaay earlier.
8413
8414 * configure.in: Pull definition of is_cross_compiler earlier.
8415
8416 * configure.in: Rearrange a little.
8417
8418 * configure.in: Remove references to librx.
8419 * Makefile.in: Remove references to librx.
8420
8421 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
8422
8423 * config.sub: Add support for avr target.
8424 Import from master sources, rev 1.255
8425
8426 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
8427
8428 * configure, .cvsignore: Revert previous change...
8429 * Makefile: ...delete.
8430
8431 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8432
8433 * configure.in: Eliminate ${gasdir} variable.
8434
8435 2002-06-18 Dave Brolley <brolley@redhat.com>
8436
8437 * configure.in: Add support for frv.
8438 * config.sub: Add support for frv.
8439
8440 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8441
8442 * configure: Remove garbage from previous commit.
8443
8444 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8445
8446 * configure: For in-source builds, make a subdir and re-exec there.
8447 * Makefile: New file. Pass targets through to build directory.
8448 * .cvsignore: No longer ignore "Makefile".
8449
8450 2002-06-16 Douglas Rupp <rupp@gnat.com>
8451
8452 * MAINTAINERS (Write After Approval): Add self.
8453
8454 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8455
8456 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8457
8458 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8459
8460 * configure.in (vax-*-netbsd*): Re-enable gas.
8461
8462 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8463
8464 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8465 BUILD_PREFIX_1, to correct nomenclature.
8466 * configure: Likewise.
8467
8468 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8469 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8470
8471 2002-05-31 Olaf Hering <olh@suse.de>
8472
8473 * config-ml.in: Propogate DESTDIR also.
8474
8475 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8476
8477 * configure.in (vax-*-netbsd*): Don't build gas for this
8478 platform.
8479
8480 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8481
8482 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8483 and libgcj for AVR.
8484
8485 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
8486
8487 * MAINTAINERS (Write After Approval): Add myself.
8488
8489 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8490
8491 * config.guess: Update to 2002-05-22 version.
8492 * config.sub: Likewise.
8493
8494 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8495
8496 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8497 * config-ml.in: Likewise.
8498 * configure: Likewise.
8499 * configure.in: Likewise.
8500
8501 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8502
8503 * MAINTAINERS: Update my email address.
8504
8505 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8506
8507 * configure.in: Simplify makefile fragment collection.
8508
8509 * configure.in: Remove code to build emacs.
8510
8511 * configure.in : Remove --srcdir argument from targargs and buildargs
8512 (it's always overridden in the Makefile anyway). Rearrange a bit.
8513
8514 * configure: Move some logic to configure.in.
8515 * configure.in: Move some logic from configure.
8516
8517 2002-05-11 Tom Tromey <tromey@redhat.com>
8518
8519 * MAINTAINERS: Reflect libgcj reality.
8520
8521 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
8522
8523 * Makefile.in: Honour DESTDIR.
8524
8525 2002-05-08 Mark Mitchell <mark@codesourcery.com>
8526
8527 * config.guess: Import 2002-03-20 version.
8528 * config.sub: Import 2002-04-26 version.
8529
8530 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8531
8532 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8533
8534 2002-05-07 Tim Josling <tej@melbpc.org.au>
8535
8536 * MAINTAINERS: Add self.
8537
8538 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
8539
8540 * ltmain.sh: Detect and handle object name conflicts
8541 while piecewise linking a static library.
8542
8543 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8544
8545 * configure.in (noconfigdirs): Don't disable libgcj on
8546 sparc64-*-solaris* and sparcv9-*-solaris*.
8547
8548 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8549
8550 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8551
8552 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8553
8554 * configure.in (FLAGS_FOR_TARGET): Do not add
8555 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8556 on i[3456]86-*-linux*.
8557
8558 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8559
8560 * configure.in (noconfigdirs): Replace [ ] with test.
8561
8562 * configure.in (noconfigdirs): Do not add target-newlib if
8563 target == i[3456]86-*-linux*, and host == target.
8564
8565 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8566
8567 * configure.in: delete reference to absent file
8568
8569 * configure.in: replace '[' with 'test'
8570
8571 * configure.in: Eliminate references to gash.
8572 * Makefile.in: Eliminate references to gash.
8573
8574 * configure.in: remove useless references to 'pic' makefile fragments.
8575
8576 * configure.in: (*-*-windows*) Finish removing.
8577
8578 * configure.in: Eliminate redundant test for libgui.
8579
8580 2002-04-29 Roger Sayle <roger@eyesopen.com>
8581
8582 * MAINTAINERS: Add self and realphabetize. Update entries
8583 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
8584 entry for a29k port maintainer.
8585
8586 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8587
8588 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8589 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8590
8591 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8592
8593 * configure.in: remove references to dead files
8594
8595 2002-04-19 Mark Mitchell <mark@codesourcery.com>
8596
8597 * MAINTAINERS: Add information about purpose of this file.
8598
8599 2002-04-18 Tom Tromey <tromey@redhat.com>
8600
8601 * configure.in: Disallow configuring libgcj when it is already
8602 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8603 Solaris 2.8 by default. For PR libgcj/6158.
8604
8605 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8606
8607 * configure.in: Move default CC setting out of config/mh-* fragments
8608 directly into here.
8609
8610 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8611
8612 * configure.in: don't even try to configure or make a subdirectory
8613 if there's no configure script for it.
8614
8615 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8616
8617 * MAINTAINERS: Remove chill maintainers.
8618 * Makefile.in (CHILLFLAGS): Remove.
8619 (CHILL_LIB): Remove.
8620 (TARGET_CONFIGDIRS): Remove libchill.
8621 (CHILL_FOR_TARGET): Remove.
8622 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8623 CHILL_LIB.
8624 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8625 (CHECK_TARGET_MODULES): Likewise.
8626 (INSTALL_TARGET_MODULES): Likewise.
8627 (CLEAN_TARGET_MODULES): Likewise.
8628 (configure-target-libchill): Remove.
8629 (all-target-libchill): Remove.
8630 * configure.in (target_libs): Remove target-libchill.
8631 Do not compute CHILL_FOR_TARGET.
8632 * libchill: Remove directory.
8633
8634 2002-04-11 DJ Delorie <dj@redhat.com>
8635
8636 * Makefile.in, configure.in: Sync with binutils, entries
8637 follow...
8638
8639 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8640
8641 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8642 (do-tar, do-bz2): New rules.
8643 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8644 (gdb-tar): New rule.
8645 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8646 (insight_dejagnu.tar): New rule.
8647 (insight.tar): New rule.
8648 (gdb+dejagnu.tar): New rule.
8649 (gdb.tar): New rule.
8650
8651 2002-02-01 Mo DeJong <supermo@bayarea.net>
8652
8653 * Makefile.in: Add all-tix to deps for all-snavigator
8654 so that tix is built when building snavigator.
8655
8656 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8657
8658 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8659 ld and gdb are not supported.
8660
8661 2002-01-07 Mark Salter <msalter@redhat.com>
8662
8663 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8664 Allow target-libgloss to be built for arm, strongarm, and xscale.
8665
8666 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8667
8668 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8669 options for i[3456]86-pc-linux* native builds.
8670
8671 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8672
8673 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8674 files from .po files for a distribution.
8675
8676 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8677
8678 * configure.in: Enable libstdc++-v3 for h8300 targets.
8679
8680 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8681
8682 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8683 version from bfd/.
8684
8685 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8686
8687 * Makefile.in (VER): When present, extract the version number from
8688 the file version.in.
8689
8690 2001-05-24 Tom Rix <trix@redhat.com>
8691
8692 * configure.in : enable ld for aix
8693
8694 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8695
8696 * config.guess: Add linux target for S/390.
8697
8698 2000-11-07 Philip Blundell <pb@futuretv.com>
8699
8700 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8701
8702 2000-11-03 Philip Blundell <pb@futuretv.com>
8703
8704 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8705 files.
8706
8707 2001-01-15 Ben Elliston <bje@redhat.com>
8708
8709 * configure.in (host_tools): Add sid.
8710 Always configure cgen.
8711
8712 2000-11-24 Nick Clifton <nickc@redhat.com>
8713
8714 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8715
8716
8717 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8718
8719 * Makefile.in (ALL_MODULES): Add all-cgen.
8720 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8721 (all-cgen): New target.
8722 (all-opcodes,all-sim): Depend on all-cgen.
8723 * configure.in (host_tools): Add cgen.
8724 Only configure cgen if --enable-cgen-maint.
8725
8726 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
8727
8728 * configure.in: Add *-*-freebsd* configurations.
8729
8730 2002-04-08 Tom Tromey <tromey@redhat.com>
8731
8732 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8733 Fixes PR libgcj/6068.
8734
8735 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8736
8737 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8738
8739 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8740
8741 * configure.in (alpha*-dec-osf*): Enable libgcj.
8742
8743 2003-03-27 Matthew Gingell <gingell@gnat.com>
8744
8745 * MAINTAINERS (Write After Approval): Add myself.
8746
8747 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8748
8749 Fix for: PR bootstrap/3591, target/5676
8750 * configure.in (mcore-pe): Disable the configuration of
8751 libstdc++-v3 since exceptions are not supported.
8752
8753 2002-03-20 Anthony Green <green@redhat.com>
8754
8755 * configure.in: Enable libgcj for xscale-elf target.
8756
8757 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
8758
8759 * MAINTAINERS: Update my email address.
8760
8761 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8762
8763 * ltmain.sh (relink_command): Fix typo in previous change.
8764
8765 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8766
8767 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8768 (relink_command): Added --tag flags.
8769 (mode=install): If relinking fails; error out.
8770
8771 2002-03-12 Richard Henderson <rth@redhat.com>
8772
8773 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8774 .NOTPARALLEL tag.
8775 (do-check): Rename from check.
8776 (check): Allow parallel check.
8777
8778 2002-03-12 Bob Wilson <bob.wilson@acm.org>
8779
8780 * MAINTAINERS: Add myself as maintainer for xtensa port.
8781 Fix alphabetical order in CPU port maintainer list.
8782 Remove myself from Write After Approval list.
8783
8784 2002-03-11 Richard Henderson <rth@redhat.com>
8785
8786 * Makefile.in (.NOTPARALLEL): Add fake tag.
8787
8788 2002-03-07 H.J. Lu (hjl@gnu.org)
8789
8790 * configure.in: Enable gprof for mips*-*-linux*.
8791
8792 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
8793
8794 * MAINTAINERS (Write After Approval): Add myself.
8795
8796 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8797
8798 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8799 libjava.
8800 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8801
8802 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8803
8804 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8805 because its Makefile is there; test for the executable instead.
8806
8807 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8808
8809 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8810 libstdc++-v3 and libjava.
8811
8812 2002-02-11 Adam Megacz <adam@xwt.org>
8813
8814 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8815 boehm-gc
8816
8817 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8818
8819 * config.guess: Updated to 2002-01-30's version.
8820 * config.sub: Updated to 2002-02-01's version.
8821 Contribute sh64-elf.
8822 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8823 * configure.in: Added sh64-*-*.
8824
8825 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8826
8827 * MAINTAINERS: Belatedly add myself to write after approval list.
8828
8829 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
8830
8831 * MAINTAINERS: Put self in as maintainer for x86-64 port.
8832 Remove self as Write After Approval.
8833
8834 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
8835
8836 * MAINTAINERS: Put self in as maintainer for contrib/regression
8837 directory.
8838
8839 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
8840
8841 * MAINTAINERS: Update my email address.
8842
8843 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8844
8845 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8846 target-libiberty, and target-libgloss. Skip Java-related
8847 libraries if not supported for NetBSD on target CPU.
8848
8849 2002-01-25 Douglas B Rupp <rupp@gnat.com>
8850
8851 * install-sh: Use _inst.$$_ for temp file name.
8852
8853 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
8854
8855 * MAINTAINERS (Write After Approval): Move my contact info
8856 from here...
8857 (OS Port Maintainers): ...to here (netbsd).
8858
8859 2002-01-22 Bob Wilson <bob.wilson@acm.org>
8860
8861 * MAINTAINERS (Write After Approval): Add myself.
8862
8863 2002-01-17 H.J. Lu <hjl@gnu.org>
8864
8865 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8866 (all-target-fastjar): Also depend on all-target-libiberty.
8867
8868 2002-01-16 H.J. Lu (hjl@gnu.org)
8869
8870 * config.guess: Import from master sources, rev 1.225.
8871 * config.sub: Import from master sources, rev 1.238.
8872
8873 2002-01-16 Kazu Hirata <kazu@hxi.com>
8874
8875 * MAINTAINERS (Write After Approval): Remove myself.
8876
8877 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
8878
8879 * MAINTAINERS (Write After Approval): Add myself.
8880
8881 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
8882
8883 * MAINTAINERS: Add self as docs co-maintainer.
8884
8885 2001-12-11 Matthias Klose <doko@debian.org>
8886
8887 * MAINTAINERS (Write After Approval): Add myself.
8888
8889 2001-12-09 Zack Weinberg <zack@codesourcery.com>
8890
8891 * MAINTAINERS: Update my email address.
8892
8893 2001-12-07 Turly O'Connor <turly@apple.com>
8894 * MAINTAINERS (Write After Approval): Add myself.
8895 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8896 (rs6000_initialize_trampoline): Call __trampoline_setup for
8897 ABI_DARWIN too.
8898 * darwin-tramp.asm: New file, implements __trampoline_setup.
8899 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8900
8901 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
8902
8903 * MAINTAINERS (Write After Approval): Add myself.
8904
8905 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8906
8907 * configure, configure.in: Use temp file for long sed commands.
8908
8909 2001-12-03 Laurent Guerby <guerby@acm.org>
8910
8911 * config.sub: Update to version 1.232 on subversion.
8912
8913 2001-12-03 Ben Elliston <bje@redhat.com>
8914
8915 * MAINTAINERS: Update mail address for config.* patches.
8916
8917 2001-11-27 DJ Delorie <dj@redhat.com>
8918 Zack Weinberg <zack@codesourcery.com>
8919
8920 When build != host, create libiberty for the build machine.
8921
8922 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8923 CONFIG_ARGUMENTS.
8924 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8925 New variables.
8926 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8927 and rules.
8928 (all.normal): Depend on ALL_BUILD_MODULES.
8929 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8930 (all-build-libiberty): Depend on configure-build-libiberty.
8931
8932 * configure: Calculate and substitute proper value for
8933 ALL_BUILD_MODULES.
8934 * configure.in: Create the build subdirectory.
8935 Calculate and substitute TARGET_CONFIGARGS (formerly
8936 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8937
8938 2001-11-26 Ziemowit Laski <zlaski@apple.com>
8939
8940 * MAINTAINERS (write-after-approval): Add self.
8941
8942 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
8943
8944 * MAINTAINERS (GNATS only accounts): Remove self.
8945
8946 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8947
8948 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8949 libf2c.
8950
8951 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
8952
8953 * MAINTAINERS (Write After Approval): Add self.
8954
8955 2001-11-12 David O'Brien <obrien@FreeBSD.org>
8956
8957 * MAINTAINERS: mips and s390 are also CPU ports.
8958
8959 2001-11-12 David O'Brien <obrien@FreeBSD.org>
8960
8961 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8962
8963 2001-11-11 David O'Brien <obrien@FreeBSD.org>
8964
8965 * MAINTAINERS: Alphabetize.
8966
8967 2001-11-09 Kazu Hirata <kazu@hxi.com>
8968
8969 * MAINTAINERS (Various maintainers: h8 port): Add myself.
8970
8971 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
8972
8973 * MAINTAINERS (Various maintainers: hppa port): Added myself.
8974
8975 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8976
8977 * configure.in (--enable-languages): Be more permissive about
8978 syntax. Check for empty lists better. Warn about $LANGUAGES.
8979
8980 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
8981
8982 * config.sub: Import from master sources, rev. 1.230.
8983 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8984
8985 2001-11-07 Laurent Guerby <guerby@acm.org>
8986
8987 * MAINTAINERS (Write After Approval): Add self.
8988
8989 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8990
8991 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8992
8993 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
8994
8995 * config.sub: Import from master sources, rev 1.226.
8996 * config.guess: Import from master sources, rev 1.216.
8997
8998 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8999
9000 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9001 * MAINTAINERS: Add self as maintainer of MMIX port.
9002 Remove old after-approval entry.
9003
9004 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9005
9006 * ChangeLog, configure: Fix spelling errors.
9007
9008 2001-10-20 Brendan Kehoe <brendan@zen.org>
9009
9010 * MAINTAINERS: Tweak my address.
9011
9012 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9013
9014 * MAINTAINERS: Update my email address.
9015
9016 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9017
9018 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9019 * MAINTAINERS: Add self as maintainer of CRIS port.
9020
9021 2001-10-10 Geert Bosch <bosch@gnat.com>
9022
9023 * MAINTAINERS (Various maintainers: Ada front end):
9024 Added Robert Dewar.
9025
9026 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9027
9028 * MAINTAINERS (Write After Approval): Added self
9029
9030 2001-10-02 Geert Bosch <bosch@gnat.com>
9031
9032 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9033
9034 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9035
9036 * configure: Handle temporary files securely using mkdir.
9037
9038 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9039
9040 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9041
9042 2001-09-26 Will Cohen <wcohen@redhat.com>
9043
9044 * configure.in (*-*-linux*): Disable configuration of target-newlib
9045 and target-libgloss.
9046
9047 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9048
9049 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9050 RANLIB.
9051
9052 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9053
9054 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9055 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9056 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9057 avoid quotes nesting problems.
9058 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9059 (DO_X): Export only variables that are set.
9060
9061 2001-09-19 Ben Elliston <bje@redhat.com>
9062
9063 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9064 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9065 semantics. Use the shell built-in "type" command instead.
9066
9067 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9068
9069 Merged from gcc-3_0-branch:
9070 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9071 * ltcf-c.sh: Use $objext, not $ac_objext.
9072 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9073 * ltcf-cxx.sh: Add support for GNU.
9074 2001-07-22 Timothy Wall <twall@redhat.com>
9075 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9076 default settings if using GNU tools with that configuration.
9077 * ltcf-cxx.sh: Ditto.
9078 * ltcf-gcj.sh: Ditto.
9079 2001-07-21 Michael Chastain <chastain@redhat.com>
9080 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9081 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9082 * ltmain.sh: Mark as gcc-local.
9083
9084 2001-08-30 Eric Christopher <echristo@redhat.com>
9085 Jason Eckhardt <jle@redhat.com>
9086
9087 * config.guess: Merge from master sources.
9088 * config.sub: Merge from master sources, add support for mipsisa32.
9089
9090 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9091 * config.sub: Merge from master sources, rev 1.219.
9092 * MAINTAINERS: Add self as contact for stormy16 port.
9093
9094 2001-08-14 Zack Weinberg <zackw@panix.com>
9095
9096 * config.sub: Merge from master sources, rev 1.218.
9097 * config.guess: Merge from master sources, rev 1.209.
9098
9099 2001-08-11 Graham Stott <grahams@redhat.com>
9100
9101 * Makefile.in (check-c++): Add missing semicolon.
9102
9103 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9104
9105 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9106
9107 2001-07-30 Eric Christopher <echristo@redhat.com>
9108
9109 * MAINTAINERS (Various maintainers: mips port): Added myself.
9110
9111 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9112
9113 * configure.in (sh-*-linux*): New.
9114
9115 2001-07-27 Richard Henderson <rth@redhat.com>
9116
9117 * .cvsignore: Add LAST_UPDATED.
9118
9119 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9120
9121 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9122
9123 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9124
9125 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9126
9127 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9128
9129 * MAINTAINERS (Write After Approval): Added myself.
9130
9131 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9132
9133 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9134 and libgcj on m68hc11/m68hc12.
9135
9136 2001-06-27 H.J. Lu (hjl@gnu.org)
9137
9138 * Makefile (CFLAGS_FOR_BUILD): New.
9139 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9140
9141 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9142
9143 * README: Remove version number.
9144
9145 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9146
9147 * INSTALL/README: Update wrt. to the installation instructions now
9148 residing in gcc/doc/install.texi.
9149
9150 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9151
9152 * README: Replace with a cut-down and updated version of gcc/README.
9153
9154 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9155
9156 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9157 multilibs to be disabled.
9158
9159 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9160
9161 * MAINTAINERS (Write After Approval): Add myself.
9162
9163 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9164
9165 * config.guess: Import CVS version 1.195.
9166 * config.sub: Import CVS version 1.212.
9167
9168 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9169
9170 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9171 gcc/xgcc is built, use -print-prog-name to find out the program
9172 name to use.
9173
9174 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9175
9176 * config.guess: Import CVS version 1.194. All gcc-local changes
9177 appear to also be in the master copy.
9178 * config.sub: Import CVS version 1.211.
9179
9180 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9181
9182 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9183 with_gcc]: Use `gcc -shared' to build a shared library.
9184
9185 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9186
9187 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9188 archives.
9189
9190 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9191
9192 * MAINTAINERS (Write After Approval): Add myself.
9193
9194 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9195
9196 * configure.in (libstdcxx_flags): Do not try to execute
9197 libstdc++-v3/testsuite_flags until it exists.
9198
9199 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9200
9201 * MAINTAINERS: Update my email address.
9202
9203 2001-05-31 Graham Stott <grahams@redhat.com>
9204
9205 * MAINTAINERS (Write After Approval): Add myself.
9206
9207 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9208
9209 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9210 libraries when using g++ with native linker.
9211
9212 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9213
9214 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9215
9216 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9217
9218 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9219 [aix4*|aix5*]: Prepend blank.
9220
9221 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9222
9223 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9224 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9225 of subdir/configure scripts to use the new libtool.m4.
9226
9227 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9228
9229 * MAINTAINERS (Write After Approval): Add myself.
9230
9231 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9232
9233 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9234
9235 2001-05-11 Ben Elliston <bje@redhat.com>
9236
9237 * Makefile.in (all-sid): New target.
9238 (check-sid, clean-sid, install-sid): Likewise.
9239
9240 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9241
9242 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9243
9244 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9245
9246 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9247 libgcj.
9248
9249 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9250
9251 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9252 gcc/xgcc is built, use -print-prog-name to find out the program
9253 name to use.
9254
9255 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9256
9257 * configure.in (noconfigdirs): Don't reset it from scratch in the
9258 target case; only append to it.
9259
9260 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9261 sparc-*-solaris2.8]: Disable ${libgcj}.
9262
9263 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9264
9265 * configure.in (libgcj_saved): Copy from $libgcj.
9266 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9267 --disable-libgcj.
9268
9269 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9270
9271 * MAINTAINERS: Remove self as MIPS maintainer and
9272 C front end maintainer.
9273
9274 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9275
9276 * configure.in: Move *-chorusos target case to the proper switch.
9277 Disable libgcj.
9278
9279 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9280
9281 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9282 1.641.2.228.
9283
9284 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9285
9286 * Makefile.in (STAGE1_CFLAGS): Pass down.
9287
9288 2001-04-13 Alan Modra <amodra@one.net.au>
9289
9290 * config.guess: Add hppa64-linux support. Note for next import that
9291 this is already in the master file.
9292 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9293
9294 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9295
9296 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9297 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9298
9299 2001-04-11 Stan Shebs <shebs@apple.com>
9300
9301 * MAINTAINERS: Add self as Darwin port maintainer.
9302
9303 2001-04-11 Alan Modra <amodra@one.net.au>
9304
9305 * MAINTAINERS: Update my email address.
9306
9307 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
9308
9309 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9310 recent versions of FreeBSD (release 3 or later).
9311 * ltconfig: On FreeBSD, -lc must not be provided when building
9312 a shared library or else the standard -pthread gcc option is
9313 rendered worthless to later users of the built library.
9314
9315 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9316
9317 * MAINTAINERS: Add self and RTH as C front end maintainers.
9318
9319 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
9320
9321 * config.sub: Make sure to match an already-canonicalized
9322 machine name (eg. mn10300-unknown-elf).
9323
9324 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9325
9326 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9327 New macros.
9328 (bootstrap, cross): Use RECURSE_FLAGS.
9329 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9330
9331 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9332
9333 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9334
9335 2001-03-22 Colin Howell <chowell@redhat.com>
9336
9337 * Makefile.in (DO_X): Do not backslash single-quotes in
9338 backquotes (two places).
9339
9340 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9341
9342 Re-installed:
9343 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9344 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9345 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9346 * ltcf-cxx.sh: Likewise.
9347 * ltcf-gcj.sh: Likewise.
9348
9349 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9350
9351 * MAINTAINERS: Add myself as "documentation co-maintainer".
9352
9353 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9354
9355 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9356 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9357
9358 2001-03-19 Tom Tromey <tromey@redhat.com>
9359
9360 * config-ml.in: Handle GCJ and GCJFLAGS.
9361
9362 2001-03-21 Michael Chastain <chastain@redhat.com>
9363
9364 * Makefile.in: all-m4 depends on all-texinfo.
9365
9366 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
9367
9368 * MAINTAINERS: Add myself to write after approval list.
9369
9370 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
9371
9372 * Makefile.in (DO_X): Quote nested quotes.
9373
9374 2001-03-18 Alan Modra <alan@linuxcare.com.au>
9375
9376 * MAINTAINERS: Add myself to write after approval list.
9377
9378 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
9379
9380 * Makefile.in (DO_X): Use double quotes for quoting
9381 "RANLIB=$${RANLIB}".
9382
9383 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9384
9385 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9386
9387 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
9388
9389 * configure.in: Only use `lang_requires' for languages athat are
9390 actually enabled.
9391
9392 2001-03-08 Phil Edwards <pme@sources.redhat.com>
9393
9394 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
9395
9396 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9397
9398 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9399
9400 2001-03-07 Tom Tromey <tromey@redhat.com>
9401
9402 * configure.in: Allow config-lang.in to set `lang_requires' to list
9403 of other required languages.
9404
9405 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
9406
9407 * Makefile.in: Remove RANLIB definition. Use RANLIB
9408 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9409 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9410
9411 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
9412 Alexandre Oliva <aoliva@redhat.com>
9413
9414 * Makefile.in (check-c++): Use tabs, not spaces.
9415
9416 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
9417
9418 * MAINTAINERS: add myself to Write After Approval list.
9419
9420 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
9421
9422 * Makefile.in (check-c++): New rule.
9423
9424 * configure.in (target_libs): Remove libg++.
9425 (noconfigdirs): Remove libg++.
9426 (noconfigdirs): Same.
9427 (noconfigdirs): Same.
9428 (noconfigdirs): Same.
9429
9430 * config-ml.in: Remove libg++ references.
9431
9432 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9433 (ALL_TARGET_MODULES): Same.
9434 (configure-target-libg++): Remove.
9435 (all-target-libg++): Remove.
9436 (configure-target-libio): Remove.
9437 (all-target-libio): Remove.
9438 (check-target-libio): Remove.
9439 (.PHONY): Remove.
9440 (libg++.tar.bz2): Remove.
9441 (all-target-cygmon): Remove libio.
9442 (all-target-libstdc++): Remove.
9443 (configure-target-libstdc++): Remove.
9444 (TARGET_LIB_PATH): Remove libstdc++.
9445 (ALL_GCC_CXX): Remove libstdc++.
9446 (all-target-gperf): Correct.
9447
9448 2001-02-16 Nick Clifton <nickc@redhat.com>
9449
9450 * configure.in (noconfigdirs): Allow configuration of texinfo
9451 for Cygwin hosts.
9452
9453 2001-02-15 Anthony Green <green@redhat.com>
9454
9455 * configure: Introduce GCJ_FOR_TARGET.
9456 * configure.in: Ditto.
9457 * Makefile.in: Ditto.
9458
9459 2001-02-13 Andreas Schwab <schwab@suse.de>
9460
9461 * MAINTAINERS: Update mail address.
9462
9463 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9464
9465 * config.guess: Add linux target for S/390.
9466 * config.sub: Likewise.
9467
9468 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
9469
9470 * configure.in: for *-chorusos, don't config target-newlib and
9471 target-libgloss.
9472
9473 2001-02-06 Ben Elliston <bje@redhat.com>
9474
9475 * configure: Output host type to stdout, not stderr.
9476
9477 2001-02-05 Mark Mitchell <mark@codesourcery.com>
9478
9479 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9480 * ltcf-cxx.sh: Likewise.
9481
9482 * config.if: Assume enable_libstdcxx_v3 is defined.
9483
9484 2001-02-04 Mark Mitchell <mark@codesourcery.com>
9485
9486 Remove V2 C++ library.
9487 * configure.in: Remove --enable-libstdcxx_v3 support.
9488
9489 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
9490
9491 * include/demangle.h: Add prototype for java_demangle_v3.
9492
9493 2001-01-29 Phil Edwards <pme@sources.redhat.com>
9494
9495 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
9496
9497 2001-01-27 Richard Henderson <rth@redhat.com>
9498
9499 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9500
9501 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9502
9503 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9504 Don't unset, it's non-portable and no longer necessary, set to empty
9505 instead.
9506
9507 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9508
9509 * ltconfig: Shell portability fix for the tagname validity check.
9510
9511 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9512
9513 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9514 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9515
9516 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9517
9518 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9519
9520 2001-01-26 Tom Tromey <tromey@redhat.com>
9521
9522 * configure.in: Allow libgcj to be built on Sparc Solaris.
9523
9524 2001-01-25 David Edelsohn <edelsohn@gnu.org>
9525
9526 * ltcf-c.sh: Add aix5 case.
9527 * ltcf-cxx.sh: Likewise.
9528 * ltconfig: Likewise.
9529
9530 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9531
9532 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9533 keep at least one of build_libtool_libs or build_old_libs set to
9534 yes.
9535
9536 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9537 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9538
9539 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
9540
9541 * configure.in: Enable libgcj on several additional platforms.
9542
9543 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
9544
9545 * configure.in: Enable libgcj for linux targets.
9546
9547 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9548
9549 * MAINTAINERS (Write After Approval): Add myself.
9550
9551 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
9552
9553 * MAINTAINERS: Add myself as vax port maintainer.
9554
9555 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
9556
9557 * MAINTAINERS: Add myself as Mercury front-end maintainer.
9558
9559 2001-01-09 Mike Stump <mrs@wrs.com>
9560
9561 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9562 failures of subdirectories.
9563
9564 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9565
9566 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9567 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9568 * ltcf-cxx.sh: Likewise.
9569 * ltcf-gcj.sh: Likewise.
9570 * ltconfig.sh: Fix typo.
9571
9572 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9573
9574 * configure: handle DOS-style absolute paths.
9575
9576 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9577
9578 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9579
9580 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
9581
9582 * MAINTAINERS: Add myself as avr port co-maintainer.
9583
9584 2000-12-28 Ben Elliston <bje@redhat.com>
9585
9586 * MAINTAINERS: Add myself under ``Write After Approval''.
9587
9588 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
9589
9590 * texinfo: Remove directory from GCC.
9591
9592 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
9593
9594 * COPYING: Update to current
9595 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9596 to 19yy as example year in copyright notice).
9597
9598 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
9599
9600 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9601 (libstdcxx_incdir): Pass down.
9602 * config.if: Remove expired bits for cxx_interface, add stub.
9603 (libstdcxx_incdir): Add variable for g++ include directory.
9604 * configure.in (gxx_include_dir): Use it.
9605
9606 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
9607
9608 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
9609 with old-email address from ``Write After Approval''.
9610
9611 2000-12-15 Andreas Jaeger <aj@suse.de>
9612
9613 * configure.in: Handle lang_dirs.
9614
9615 2000-12-14 Tom Tromey <tromey@redhat.com>
9616
9617 * MAINTAINERS: Removed brads.
9618
9619 * MAINTAINERS: Added gcj developers.
9620
9621 2000-12-13 Anthony Green <green@redhat.com>
9622
9623 * configure.in: Disable libgcj for any target not specifically
9624 listed. Disable libgcj for x86 and Alpha Linux until compatible
9625 with g++ abi.
9626
9627 2000-12-13 Mike Stump <mrs@wrs.com>
9628
9629 * Makefile.in (local-distclean): Also remove fastjar.
9630
9631 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
9632
9633 * contrib/gcc_update: Add fastjar --touch entries.
9634
9635 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9636
9637 * configure.in: Disable language-specific target libraries for
9638 languages that aren't enabled.
9639
9640 2000-12-10 Anthony Green <green@redhat.com>
9641
9642 * configure.in: Define libgcj. Disable libgcj target libraries for
9643 most targets.
9644
9645 2000-12-10 Neil Booth <neilb@earthling.net>
9646
9647 * MAINTAINERS: Update mail address, remove from WAA list.
9648
9649 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
9650
9651 * libjava: Imported from /cvs/java.
9652 * libffi: Likewise.
9653 * Boehm-gc: Likewise.
9654
9655 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
9656
9657 * configure.in (target_libs): Revert 2000-12-08 patch.
9658 (noconfigdirs): Added target-libjava.
9659
9660 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9661
9662 * djunpack.bat: removed.
9663
9664 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9665
9666 * Makefile.in: handle DOS-style absolute paths.
9667 * config-ml.in: likewise.
9668 * symlink-tree: likewise.
9669
9670 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
9671
9672 * fastjar: Imported.
9673
9674 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
9675
9676 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9677 libjava.
9678 * configure.in (target_libs): Removed `target-libjava'.
9679
9680 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
9681
9682 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9683 (ALL_MODULES): Added fastjar.
9684 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9685 (all-target-libjava): all-fastjar replaces all-zip.
9686 (all-fastjar): Added.
9687 (configure-target-fastjar, all-target-fastjar): Likewise.
9688 * configure.in (host_tools): Added fastjar.
9689
9690 2000-12-07 Mike Stump <mrs@wrs.com>
9691
9692 * Makefile.in (local-distclean): Remove leftover built files.
9693
9694 2000-11-24 Nick Clifton <nickc@redhat.com>
9695
9696 * configure.in (xscale-elf): Add target.
9697 (xscale-coff): Add target.
9698
9699 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
9700
9701 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9702 recent versions of FreeBSD (release 3 or later).
9703 * ltconfig: On FreeBSD, -lc must not be provided when building
9704 a shared library or else the standard -pthread gcc option is
9705 rendered worthless to later users of the built library.
9706
9707 2000-11-16 Fred Fish <fnf@be.com>
9708
9709 * configure.in (enable_libstdcxx_v3): Fix typo,
9710 libstd++ -> libstdc++.
9711
9712 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9713
9714 * MAINTAINERS: Add self to Write After Approval list.
9715
9716 2000-11-21 Bernd Schmidt <bernds@redhat.com>
9717
9718 * MAINTAINERS: Update my email address. Add myself to global write
9719 privs list.
9720
9721 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9722
9723 * Makefile.in: Merge with src and libgcj.
9724 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9725 configure-target-<library> when their configure scripts need the C
9726 or C++ library to have already been built to work properly.
9727 (do_proto_toplev): Set them to an empty string.
9728
9729 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9730 (REALLY_SET_LIB_PATH): Use them.
9731
9732 2000-11-17 Stan Shebs <shebs@apple.com>
9733
9734 * MAINTAINERS: Add self to Write After Approval list.
9735
9736 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
9737
9738 * configure: Provide the original toplevel configure arguments
9739 (including $0) to subprocesses in the environment rather than
9740 through gcc/configargs.h.
9741
9742 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
9743
9744 * MAINTAINERS: Remove references to cccp. Change C9X reference to
9745 C99. Alphabetise "Write After Approval" list.
9746
9747 2000-11-12 Mark Mitchell <mark@codesourcery.com>
9748
9749 * configure: Turn on libstdc++ V3 by default.
9750
9751 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9752 if we've got GCC.
9753
9754 2000-11-11 Philip Blundell <philb@gnu.org>
9755
9756 * MAINTAINERS: Add self to Write After Approval list.
9757
9758 2000-11-09 David Edelsohn <edelsohn@gnu.org>
9759
9760 * ltcf-c.sh (aix4): Improve shared library configuration; require
9761 exporting symbols.
9762 * ltcf-cxx.sh (aix4): Define.
9763 * ltconfig (aix4): Define library and soname specs appropriate for
9764 AIX. Define command to create export symbols list.
9765
9766 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
9767
9768 * config.sub: Add support for Sun Chorus
9769
9770 2000-10-31 Nick Clifton <nickc@redhat.com>
9771
9772 * MAINTAINERS: Rename <name>@cygnus.com addresses to
9773 <name>@redhat.com. Also installed new email address for Clint
9774 Popetz.
9775
9776 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
9777
9778 * etc: Remove directory from GCC.
9779
9780 2000-10-16 Michael Meissner <meissner@redhat.com>
9781
9782 * configure (gcc/configargs.h): Only create if there is a build GCC
9783 directory created.
9784
9785 2000-10-16 Matthias Klose <doko@debian.org>
9786
9787 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9788 when configured for libstdc++-v3.
9789
9790 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
9791
9792 * configure: Save configure arguments to gcc/configargs.h.
9793
9794 2000-10-04 Philipp Thomas <pthomas@suse.de>
9795
9796 * config.guess: Import CVS version 1.157.
9797 * config.sub: Import CVS version 1.181.
9798
9799 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
9800
9801 * Makefile.in (bootstrap): avoid recursion if subdir missing
9802 (cross): ditto
9803 (do-proto-toplev): ditto
9804
9805 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9806
9807 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9808 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9809
9810 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9811 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9812 all affected `configure' scripts.
9813
9814 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
9815
9816 * MAINTAINERS: Add self as cpplib co-maintainer.
9817
9818 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
9819
9820 * MAINTAINERS: Add self to Write After Approval list.
9821
9822 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9823
9824 * INSTALL/README: egcs -> GCC update.
9825
9826 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
9827
9828 * MAINTAINERS: Add myself to Write After Approval list.
9829
9830 2000-09-15 Kazu Hirata <kazu@hxi.com>
9831
9832 * MAINTAINERS: Add myself to Write After Approval list.
9833
9834 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
9835
9836 * configure.in: Do not build byacc for hppa64. Provide paths to the
9837 X11 libraries for hppa64.
9838
9839 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9840
9841 * MAINTAINERS: Add myself as 68hc11 port maintainer.
9842
9843 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9844
9845 * Makefile.in (all-zlib): Added dummy target.
9846
9847 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9848 ltcf-gcj.sh: Updated from libtool multi-language branch.
9849
9850 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9851
9852 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9853 (bootstrap*): Depend on all-bootstrap.
9854
9855 2000-09-05 Philipp Thomas <pthomas@suse.de>
9856
9857 * config.guess: Import CVS version 1.156.
9858 * config.sub: Import CVS version 1.179.
9859
9860 2000-09-02 Anthony Green <green@cygnus.com>
9861
9862 * Makefile.in (all-gcc): Depend on all-zlib.
9863 (CLEAN_MODULES): Add clean-zlib.
9864 (ALL_MODULES): Add all-zlib.
9865 * configure.in (host_libs): Add zlib.
9866
9867 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9868
9869 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9870 crosses, but add gcc/include to the header search path for them.
9871
9872 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
9873
9874 * MAINTAINERS: Add self to Write After Approval list.
9875
9876 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9877
9878 * config.guess: Import CVS version 1.152.
9879 * config.sub: Import CVS version 1.177.
9880
9881 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
9882
9883 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9884 $targargs to tell whether newlib is going to be built.
9885
9886 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9887 $$r/TARGET_SUBDIR/libio for _G_config.h.
9888
9889 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
9890
9891 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9892
9893 2000-08-22 DJ Delorie <dj@redhat.com>
9894
9895 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9896
9897 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9898
9899 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9900 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9901 sub-configures.
9902
9903 2000-08-21 DJ Delorie <dj@redhat.com>
9904
9905 * MAINTAINERS: Add self as a libiberty maintainer
9906
9907 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9908
9909 * configure.in (libstdcxx_flags): Use
9910 libstdc++-v3/src/libstdc++.INC.
9911
9912 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9913
9914 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9915
9916 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
9917
9918 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9919
9920 * configure: Make enable_threads and enable_shared defaults
9921 explicit. Substitute enable_threads into generated Makefiles.
9922 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9923 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9924
9925 2000-08-13 Geoff Keating <geoffk@cygnus.com>
9926
9927 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9928
9929 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
9930
9931 * config-ml.in (CC): Remove bogus duplicate quotation mark from
9932 previous delta.
9933
9934 2000-08-11 Jason Merrill <jason@redhat.com>
9935
9936 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9937 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9938 (FLAGS_FOR_TARGET): Not here.
9939 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9940
9941 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
9942
9943 * config-ml.in (CC, CXX): Don't introduce a leading space.
9944
9945 2000-08-07 DJ Delorie <dj@delorie.com>
9946
9947 * MAINTAINERS: Add self as a DJGPP maintainer
9948
9949 2000-08-07 DJ Delorie <dj@redhat.com>
9950
9951 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9952 "if we're also building gcc, and it's a gcc that will run on the
9953 build machine, we want to use its includes instead of the system's
9954 default includes".
9955
9956 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
9957
9958 * MAINTAINERS: Add self to Write After Approval list.
9959
9960 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9961
9962 * configure.in (libstdcxx_flags): Don't use `"'.
9963
9964 * config-ml.in: Adjust multilib search paths to the
9965 appropriate multilib tree.
9966
9967 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9968
9969 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9970 commas in $LANGUAGES.
9971
9972 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
9973
9974 * configure.in: Re-enable all references to libg++ and librx.
9975
9976 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9977
9978 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9979 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
9980 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9981 * ltcf-cxx.sh (need_lc): Set based on postdeps.
9982
9983 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9984
9985 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9986
9987 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9988 CXX_FOR_TARGET for sed.
9989
9990 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9991
9992 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9993 Do not override if already set in the environment or in configure.
9994 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9995 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9996
9997 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
9998
9999 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10000 the libtool CVS tree multi-language branch.
10001 * ltconfig, ltmain.sh: Updated.
10002
10003 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10004
10005 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10006 (clean-target): Depend on it.
10007
10008 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10009 (GCC_FOR_TARGET): Use it.
10010 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10011 * configure.in: ... here.
10012 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10013 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10014
10015 2000-07-24 Eric Christopher <echristo@cygnus.com>
10016
10017 * MAINTAINERS: Add self to Write After Approval list.
10018
10019 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10020
10021 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10022 (configure-target-libchill, configure-target-libobjc): Likewise.
10023
10024 * configure.in: Use the same cache file for all target libs.
10025 * config-ml.in: But different cache files per multilib variant.
10026
10027 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10028
10029 * configure (topsrcdir): Don't use dirname.
10030
10031 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10032
10033 * MAINTAINERS: Add self to Write After Approval list.
10034
10035 2000-07-20 Jason Merrill <jason@redhat.com>
10036
10037 * configure.in: Remove all references to libg++ and librx.
10038
10039 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10040
10041 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10042
10043 * config.sub: Update to subversions version 2000-07-06.
10044
10045 2000-07-12 Andrew Haley <aph@cygnus.com>
10046
10047 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10048 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10049
10050 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10051
10052 * symlink-tree: Check number of arguments.
10053
10054 2000-07-05 Jim Wilson <wilson@cygnus.com>
10055
10056 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10057 search path for a g++ extracted from the build tree. This
10058 will allow link tests run by configure scripts in
10059 subdirectories to succeed.
10060
10061 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10062
10063 * ltconfig: Add support for mips-dde-sysv4.2MP
10064
10065 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10066
10067 * MAINTAINERS: Add myself as loop discovery maintainer.
10068
10069 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10070
10071 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10072 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10073
10074 2000-06-19 Timothy Wall <twall@cygnus.com>
10075
10076 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10077 * config.sub: Add tic54x target.
10078
10079 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10080
10081 * MAINTAINERS: Add self as Fortran maintainer,
10082 remove Craig Burley.
10083
10084 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10085
10086 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10087 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10088
10089 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10090
10091 * MAINTAINERS: Add self as i18n maintainer
10092
10093 20000-05-21 H.J. Lu (hjl@gnu.org)
10094
10095 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10096 directory are used if they exist. Make sure
10097 $(build_tooldir)/include is searched for header files,
10098 $(build_tooldir)/lib/ for library files.
10099 (GCC_FOR_TARGET): Likewise.
10100 (CXX_FOR_TARGET): Likewise.
10101
10102 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10103
10104 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10105
10106 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10107
10108 * Makefile.in (configure-target-libiberty): Depend on
10109 configure-target-newlib.
10110
10111 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10112
10113 * configure.in, Makefile.in: Merge all libffi-related
10114 configury stuff from the libgcj tree.
10115
10116 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10117
10118 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10119 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10120
10121 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10122
10123 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10124 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10125 current version information. Add to proto-toplev directory.
10126 (gdb-taz): Build do-djunpack.
10127
10128 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10129
10130 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10131
10132 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10133
10134 * MAINTAINERS: Add self to Write After Approval list.
10135
10136 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10137
10138 * ltmain.sh: Preserve in relink_command any environment
10139 variables that may affect the linker behavior.
10140
10141 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10142
10143 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10144
10145 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10146
10147 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10148
10149 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10150
10151 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10152 with the version name.
10153
10154 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10155
10156 * MAINTAINERS: Add self as bb-reorder maintainer.
10157
10158 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10159
10160 * config.if: Tweak.
10161
10162 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10163
10164 * djunpack.bat: New file.
10165
10166 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10167
10168 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10169 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10170 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10171 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10172
10173 2000-04-16 Dave Pitts <dpitts@cozx.com>
10174
10175 * config.sub (case $basic_machine): Change default for "ibm-*"
10176 to "openedition".
10177
10178 2000-04-13 Andreas Jaeger <aj@suse.de>
10179
10180 * MAINTAINERS: Added myself.
10181
10182 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10183
10184 * Makefile.in (gdb-taz): New target. GDB specific archive.
10185 (do-md5sum): New target.
10186 (MD5PROG): Define.
10187 (PACKAGE): Default to TOOL.
10188 (VER): Default to a shell script.
10189 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10190 md5 checksum generation.
10191 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10192 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10193 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10194 insight.tar.bz2): Use gdb-taz to create archive.
10195
10196 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10197
10198 * configure (warn_cflags): Delete.
10199
10200 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10201
10202 * MAINTAINERS: Added myself.
10203
10204 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10205 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10206
10207 * configure.in (enable_libstdcxx_v3): Add.
10208 (target_libs): Add bits here to switch between libstdc++-v2 and
10209 libstdc++-v3.
10210 * config.if: And this file too.
10211 * Makefile.in: Add libstdc++-v3 targets.
10212
10213 2000-04-05 Michael Meissner <meissner@redhat.com>
10214
10215 * config.sub (d30v): Add d30v as a basic machine type.
10216
10217 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10218
10219 * configure.in: -linux-gnu*, not -linux-gnu.
10220
10221 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10222
10223 * MAINTAINERS: Add self in write-after-approval section.
10224
10225 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10226
10227 * MAINTAINERS: Add self as ia64 port maintainer.
10228
10229 2000-03-08 Neil Booth <NeilB@earthling.net>
10230
10231 * MAINTAINERS: Add self in write-after-approval section.
10232
10233 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10234
10235 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10236 (do-tar-bz2): Replace TOOL with PACKAGE.
10237 (gdb.tar.bz2): Remove GDBTK from GDB package.
10238 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10239 dejagnu.tar.bz2): New packages.
10240
10241 2000-02-27 Andreas Jaeger <aj@suse.de>
10242
10243 * configure.in: Add entry for mips*-*-linux*, move catch all
10244 *-*-*linux* entry below this one.
10245
10246 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10247
10248 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10249
10250 2000-02-24 Nick Clifton <nickc@cygnus.com>
10251
10252 * config.sub: Support an OS of "wince".
10253
10254 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10255
10256 * config.guess, config.sub: Updated to match config's 2000-02-15
10257 version.
10258
10259 2000-02-23 Linas Vepstas <linas@linas.org>
10260
10261 * config.sub: Add support for Linux/IBM 370.
10262 * configure.in: Likewise.
10263
10264 2000-02-22 Nick Clifton <nickc@cygnus.com>
10265
10266 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10267
10268 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10269
10270 * config.guess: Guess "cygwin" rather than "cygwin32".
10271
10272 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10273
10274 * configure (gcc_version): When setting, narrow search to
10275 lines containing `version_string'.
10276
10277 2000-02-15 Denis Chertykov <denisc@overta.ru>
10278
10279 * config.sub: Add support for avr target.
10280
10281 2000-02-14 Nick Clifton <nickc@cygnus.com>
10282
10283 * MAINTAINERS: Add maintainers for MCore port.
10284
10285 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10286
10287 * config.sub: Add mmix-knuth-mmixware.
10288
10289 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10290
10291 * MAINTAINERS: Pair cccp with cpplib maintainership.
10292
10293 2000-01-27 Christopher Faylor <cgf@redhat.com>
10294
10295 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10296 structure stuff to -L library search.
10297 (CXX_FOR_TARGET): Ditto.
10298 (CROSS_CHECK_MODULES): Fix spelling mistake.
10299
10300 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10301
10302 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10303 the C++ compiler.
10304
10305 2000-01-12 Richard Henderson <rth@cygnus.com>
10306
10307 * configure.in: Don't build some bits for beos.
10308
10309 2000-01-12 Joel Sherrill (joel@OARcorp.com)
10310
10311 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10312 as include files.
10313
10314 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10315
10316 * Add self as cpplib maintainer, as requested by Jason
10317 Merrill. Correct my e-mail address.
10318
10319 2000-01-06 Geoff Keating <geoffk@cygnus.com>
10320
10321 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10322 not mh-aix43.
10323
10324 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10325
10326 * MAINTAINERS: Add myself to "write after approval" list.
10327
10328 1999-12-14 Richard Henderson <rth@cygnus.com>
10329
10330 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10331 * config.sub: Accept alphaev[78], alphaev8.
10332
10333 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10334
10335 * config.guess, config.sub: Update from autoconf.
10336
10337 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10338
10339 * MAINTAINERS: update my playtime e-address.
10340
10341 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10342
10343 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10344 necessary libraries are missing.
10345
10346 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
10347
10348 * MAINTAINERS: Add new 'write after approval' maintainer.
10349
10350 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10351
10352 * MAINTAINERS: Add new Java maintainer.
10353
10354 1999-10-25 Andreas Schwab <schwab@suse.de>
10355
10356 * configure: Fix quoting inside arguments of eval.
10357
10358 1999-10-21 Nick Clifton <nickc@cygnus.com>
10359
10360 * config-ml.in: Allow suppression of some ARM multilibs.
10361
10362 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10363
10364 * config.guess: Add OS/390 match pattern.
10365 * config.sub: Add mvs, openedition targets.
10366 * configure.in (i370-ibm-opened*): New.
10367
10368 1999-09-04 Steve Chamberlain <sac@pobox.com>
10369
10370 * config.sub: Add support for configuring for pj.
10371
10372 1999-08-31 Nick Clifton <nickc@cygnus.com>
10373
10374 * config.sub (maybe_os): Add support for configuring for fr30.
10375
10376 1999-08-25 Nick Clifton <nickc@cygnus.com>
10377
10378 * configure.in: Do not configure or build ld for AIX
10379 platforms. ld is known to be broken on these platforms.
10380
10381 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10382
10383 * config-ml.in: Pass compiler flag corresponding to multidirs to
10384 subdir configures.
10385
10386 1999-08-09 Ian Lance Taylor <ian@zembu.com>
10387
10388 * Makefile.in (LDFLAGS): Define.
10389
10390 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10391
10392 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10393 noconfigdirs.
10394 (*-*-cygwin*): Likewise.
10395
10396 1999-08-08 Ian Lance Taylor <ian@zembu.com>
10397
10398 * mkdep: New file.
10399 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10400 (BINUTILS_SUPPORT_DIRS): Add mkdep.
10401
10402 From Eli Zaretskii <eliz@is.elta.co.il>:
10403 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10404 long file name when using DJGPP on MS-DOS.
10405
10406 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
10407
10408 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10409
10410 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
10411
10412 * Makefile.in (check-target-libio): Remove all-target-libstdc++
10413 dependency as this causes "make check" to globally "make all"
10414
10415 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
10416
10417 * configure.in (target_libs): Added target-zlib.
10418 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10419 (CONFIGURE_TARGET_MODULES): Likewise.
10420 (CHECK_TARGET_MODULES): Likewise.
10421 (INSTALL_TARGET_MODULES): Likewise.
10422 (CLEAN_TARGET_MODULES): Likewise.
10423 (configure-target-zlib): New target.
10424 (all-target-zlib): Likewise.
10425 (all-target-libjava): Depend on all-target-zlib.
10426 (configure-target-libjava): Depend on configure-target-zlib.
10427
10428 * Makefile.in (configure-target-libjava): Depend on
10429 configure-target-newlib.
10430 (configure-target-boehm-gc): New target.
10431 (configure-target-qthreads): New target.
10432
10433 * configure.in (target_libs): Added target-qthreads.
10434 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10435 (CONFIGURE_TARGET_MODULES): Likewise.
10436 (CHECK_TARGET_MODULES): Likewise.
10437 (INSTALL_TARGET_MODULES): Likewise.
10438 (CLEAN_TARGET_MODULES): Likewise.
10439 (all-target-qthreads): New target.
10440 (configure-target-libjava): Depend on configure-target-qthreads.
10441 (all-target-libjava): Depend on all-target-qthreads.
10442
10443 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10444 (CONFIGURE_TARGET_MODULES): Likewise.
10445 (CHECK_TARGET_MODULES): Likewise.
10446 (INSTALL_TARGET_MODULES): Likewise.
10447 (CLEAN_TARGET_MODULES): Likewise.
10448 (all-target-libjava): New target.
10449 (all-target-boehm-gc): Likewise.
10450 * configure.in (target_libs): Added libjava, boehm-gc.
10451
10452 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10453
10454 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10455 configure.bat in SUPPORT_FILES.
10456 (gas+binutils.tar.bz2): Likewise.
10457
10458 * makeall.bat: Remove; obsolete.
10459
10460 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10461
10462 From Mark Elbrecht:
10463 * configure.bat: Remove; obsolete.
10464
10465 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10466
10467 * configure: Add -W -Wall to the default CFLAGS when compiling with
10468 gcc.
10469
10470 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10471
10472 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10473
10474 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10475
10476 * configure.in: Build ld on IRIX6.
10477
10478 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10479
10480 * Makefile.in: Change distribution targets to use bzip2 instead of
10481 gzip.
10482 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10483 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10484
10485 1999-06-04 Nick Clifton <nickc@cygnus.com>
10486
10487 * config.sub: Add mcore target.
10488
10489 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
10490
10491 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10492
10493 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
10494
10495 * config.guess (dummy): Changed to $dummy.
10496
10497 1999-05-24 Nick Clifton <nickc@cygnus.com>
10498
10499 * config.sub: Tidied up case statements.
10500
10501 1999-05-22 Ben Elliston <bje@cygnus.com>
10502
10503 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10504 <jiro@din.or.jp>.
10505
10506 * config.guess: Merge with FSF version. Future changes will be
10507 more accurately recorded in this ChangeLog.
10508 * config.sub: Likewise.
10509
10510 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
10511
10512 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10513
10514 1999-04-30 Tom Tromey <tromey@cygnus.com>
10515
10516 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10517
10518 1999-04-23 Tom Tromey <tromey@cygnus.com>
10519
10520 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10521
10522 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10523
10524 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10525 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10526 Bad merge removed these two changes.
10527
10528 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10529 Martin Heller (Ing.-Buero_Heller@t-online.de)
10530
10531 * config.guess (interix Alpha): Add.
10532
10533 1999-04-11 Richard Henderson <rth@cygnus.com>
10534
10535 * configure.in (i?86-*-beos*): Do config gperf; don't config
10536 gdb, newlib, or libgloss.
10537
10538 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
10539
10540 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10541 link a trivial program with -mabi=64. If it fails, remove mabi=64
10542 from multidirs.
10543
10544 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
10545
10546 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10547
10548 1999-04-08 Nick Clifton <nickc@cygnus.com>
10549
10550 * config.sub: Add support for mcore targets.
10551
10552 1999-04-07 Michael Meissner <meissner@cygnus.com>
10553
10554 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10555 not mt-ospace, in order to shut up assembler warning about using
10556 symbols that are named the same as registers.
10557
10558 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10559
10560 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10561 dependency list for all-target-cygmon.
10562
10563 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10564
10565 * config-ml.in: Check $host, not $target, for selective multilibs.
10566 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10567 thumb interworking, and underscore prefix multilibs.
10568
10569 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10570
10571 * missing: Update to version from current automake.
10572
10573 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10574
10575 * configure (gxx_include_dir): Removed.
10576
10577 * configure.in (gxx_include_dir): Handle it.
10578 * Makefile.in: Likewise.
10579
10580 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10581
10582 * config.sub (mips64vr4111,mips64vr4111el) Add.
10583
10584 1999-03-21 Ben Elliston <bje@cygnus.com>
10585
10586 * config.guess: Correct typo for detecting ELF on FreeBSD.
10587
10588 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10589
10590 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10591 config/mh-djgpp.
10592
10593 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10594
10595 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10596 all-target-newlib to dependency list for all-target-bsp.
10597
10598 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10599
10600 * config.sub: Add i386-uwin support.
10601 * config.guess: Likewise.
10602
10603 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10604
10605 * configure.in: cleanup, add mh-*pic handling for arm, special
10606 case powerpc*-*-aix*
10607
10608 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10609
10610 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10611 can be built.
10612
10613 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10614
10615 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10616 targets.
10617
10618 1999-03-02 Nick Clifton <nickc@cygnus.com>
10619
10620 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10621
10622 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
10623
10624 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10625
10626 1999-02-24 Nick Clifton <nickc@cygnus.com>
10627
10628 * config.sub: Fix typo in arm recognition.
10629
10630 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
10631
10632 * configure.in (noconfigdirs): Changed target_configdirs to
10633 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10634 rather than m68k-*-* since it is not known to work on
10635 m68k-aout. Ditto for arm-*-*oabi.
10636
10637 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
10638
10639 * configure.in (*-*-windows*): Remove, no longer used.
10640
10641 1999-02-19 Ben Elliston <bje@cygnus.com>
10642
10643 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10644 Smart and improved by Andrew Cagney.
10645
10646 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
10647
10648 * config.guess: Recognize openbsd-*-hppa.
10649
10650 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
10651
10652 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10653 only if it is not empty.
10654
10655 1999-02-17 Nick Clifton <nickc@cygnus.com>
10656
10657 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10658
10659 * config.guess: Modified to recognize uname's armv* syntax.
10660
10661 * config.sub: Modified to recognize uname's armv* syntax.
10662
10663 1999-02-17 Mark Salter <msalter@cygnus.com>
10664
10665 * configure.in: Added target-bsp for sparclite.
10666
10667 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
10668
10669 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10670
10671 1999-02-08 Nick Clifton <nickc@cygnus.com>
10672
10673 * configure.in: Add support for strongarm port.
10674 * config.sub: Add support for strongarm target.
10675
10676 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
10677
10678 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10679 the old name config/mh-cygwin32.
10680 Enable texinfo.
10681
10682 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
10683
10684 * configure.in: Do build ld for ix86 Solaris.
10685
10686 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
10687
10688 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10689 $AR_FOR_TARGET. Likewise for RANLIB.
10690
10691 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
10692
10693 * config.sub (oabi): Recognize.
10694 * configure.in (arm-*-oabi): Handle.
10695
10696 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
10697
10698 * config.guess: Improve detection of i686 on UnixWare 7.
10699
10700 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
10701
10702 * config.guess: Add support for i386-pc-interix.
10703 * config.sub: Likewise.
10704 * configure.in: Likewise.
10705
10706 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
10707
10708 * Makefile.in: Remove unneeded all-target-libio from
10709 from all-target-winsup target since it is now unneeded.
10710 Add all-target-libtermcap in its place since it is now
10711 needed.
10712
10713 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
10714
10715 * configure.in: makefile stub for cygwin target is probably
10716 unnecessary. Remove it for now.
10717
10718 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
10719
10720 * configure.in: libtermcap.a should be built when cygwin is the
10721 target as well as the host.
10722 * config.guess: Allow mixed case in cygwin uname output.
10723 * Makefile.in: Add libtermcap target.
10724
10725 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
10726
10727 * config.sub: Clean up handling of hppa2.0.
10728
10729 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
10730
10731 * config.guess: Use C code to identify more HP machines.
10732
10733 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10734
10735 * config.sub: Handle hppa2.0.
10736
10737 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10738
10739 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10740 cygmon for all sparclite targets, regardless of object format.
10741
10742 1998-12-15 Mark Salter <msalter@cygnus.com>
10743
10744 * configure.in: Added target-bsp for several target architectures.
10745
10746 * Makefile.in: Added rules for bsp.
10747
10748 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10749
10750 * config.guess: Improve detection of hppa2.0 processors.
10751
10752 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10753
10754 * config.guess: Recognize FreeBSD using ELF automatically.
10755
10756 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10757
10758 * configure (skip-this-dir): Add handling for new shell script, which
10759 might be created by a sub-directory's configure to indicate, this particular
10760 directory is "unwanted".
10761 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10762
10763 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10764
10765 * ltconfig: import from libtool, after changing libtool to
10766 account for the cygwin name change.
10767
10768 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10769
10770 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10771 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10772
10773 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10774
10775 * configure.in: Add libtermcap to list of cygwin dependencies.
10776
10777 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
10778
10779 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10780 they include winsup/include when it's a cygwin target.
10781
10782 1998-11-12 Tom Tromey <tromey@cygnus.com>
10783
10784 * configure.in (host_tools): Added zip.
10785 * Makefile.in (all-target-libjava): Depend on all-zip.
10786 (all-zip): New target.
10787 (ALL_MODULES): Added all-zip.
10788 (NATIVE_CHECK_MODULES): Added check-zip.
10789 (INSTALL_MODULES): Added install-zip.
10790 (CLEAN_MODULES): Added clean-zip.
10791
10792 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
10793
10794 * Makefile.in: lose "32" from comment about cygwin.
10795
10796 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
10797
10798 * configure.in: Use -Os to build target libraries for the fr30.
10799
10800 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
10801
10802 * config.sub: Add fr30.
10803
10804 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
10805
10806 * configure.in: drop "32" from config/mh-cygwin32. Check
10807 cygwin* instead of cygwin32*.
10808 * config.sub: Check cygwin* instead of cygwin32*.
10809
10810 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
10811
10812 * config.guess: Match any version of Unixware7.
10813
10814 1998-10-20 Syd Polk <spolk@cygnus.com>
10815
10816 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10817 if desired.
10818
10819 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
10820
10821 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10822 these if the appropriate directories and files to not exist.
10823
10824 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
10825
10826 * Makefile.in (DEVO_SUPPORT): Add config.if.
10827
10828 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
10829
10830 * configure: Add pattern to replace "build_tooldir"'s
10831 definition in the generated Makefile with "tooldir"'s
10832 actual value.
10833
10834 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10835
10836 * config.sub: Bring back lost sparcv9.
10837
10838 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10839
10840 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10841
10842 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10843 CC_FOR_TARGET and friends.
10844
10845 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10846
10847 * Makefile.in (build_tooldir): New variable, same as tooldir.
10848 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10849 -B$(build_tooldir)/bin/.
10850 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10851
10852 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10853
10854 * README: Remove installation instructions and refer to the
10855 INSTALL directory instead.
10856
10857 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10858
10859 * config.sub: Add support for i[34567]86-pc-udk.
10860 * configure.in: Likewise.
10861
10862 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10863
10864 * Makefile.in: add bzip2 package building bits for user
10865 tools module
10866 * configure.in: ditto
10867
10868 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10869
10870 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10871 (ALL_TARGET_MODULES): Add all-target-libobjc.
10872 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10873 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10874 (all-target-libchill): Add dependencies.
10875 * configure.in (target_libs): Add libchill.
10876
10877 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10878
10879 * configure.in (target_subdir): Remove duplicate line.
10880
10881 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10882
10883 * Makefile.in (all-automake): fix dependencies.
10884
10885 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10886
10887 * configure.in: Minor cleanups for building in the $(target_alias)
10888 subdir.
10889
10890 1998-09-22 Jim Wilson <wilson@cygnus.com>
10891
10892 * Makefile.in (bootstrap): Set r and s before make all. Use
10893 BASE_FLAGS_TO_PASS in make all.
10894 (cross): Likewise.
10895
10896 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10897
10898 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10899
10900 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10901
10902 * config.sub: Fix typo in last change.
10903
10904 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10905
10906 * config.sub: Add support for C4x target.
10907 * configure.in: Likewise.
10908
10909 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10910
10911 * config.sub: Recognize sparcv9 just like sparc64.
10912
10913 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10914
10915 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10916
10917 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10918
10919 * config.guess: Correctly identify Pentium II sco boxes.
10920
10921 * config.guess: Fix "tr" code. From Weiwen Liu.
10922
10923 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10924
10925 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10926 stabs.
10927
10928 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10929
10930 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10931 (ALL_TARGET_MODULES): Add all-target-libchill.
10932 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10933 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10934 (all-target-libchill): Add dependencies.
10935 * configure.in (target_libs): Add libchill.
10936
10937 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10938
10939 * config.guess: Avoid assumptions about "tr" behaves when
10940 LANG is set to something other than English.
10941
10942 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10943
10944 * configure (gxx_include_dir): Changed to
10945 '${prefix}/include/g++'-${libstdcxx_interface}.
10946
10947 * config.if: New to determine the interfaces.
10948
10949 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10950
10951 * config.guess: Detect and handle MPE/IX.
10952 * config.sub: Deal with MPE/IX.
10953
10954 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10955
10956 * configure.in: Use mh-aix43.
10957
10958 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10959
10960 * configure: Fix --without/--disable cases for gxx-include-dir.
10961
10962 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10963
10964 * mdata-sh: Imported. Needed for automake support.
10965
10966 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10967
10968 * Makefile.in (taz): Try "chmod -R og=u ." before
10969 "chmod og=u `find . -print`".
10970
10971 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10972
10973 * configure.in: Add arm-elf and thumb-elf support.
10974
10975 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10976
10977 * Makefile.in: Undo previous patch.
10978
10979 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10980
10981 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10982 to here ...
10983 (install-no-fixedincludes): and here
10984 (INSTALL_MODULES): ... from here.
10985
10986 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10987
10988 * config.sub: Merge with FSF.
10989
10990 * config.guess: Merge with FSF.
10991
10992 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10993
10994 * configure (extraconfigdirs): New variable.
10995 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10996 * Makefile.in (all): Move higher in file.
10997 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10998 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10999 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11000 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11001 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11002
11003 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11004
11005 * Makefile.in (all-target-libjava): Depend on all-gcc and
11006 all-target-newlib.
11007 (configure-target-libjava): Depend on $(ALL_GCC).
11008
11009 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11010
11011 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11012 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11013
11014 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11015
11016 * INSTALL/README: Fix typo.
11017
11018 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11019
11020 * ylwrap: Change absolute path checks to check for DOS style path
11021 names.
11022
11023 * ylwrap: Don't use a full path name if the source file is in the
11024 same directory. From hjl@lucon.org (H.J. Lu).
11025
11026 * config-ml.in: Default to being verbose, to match Feb 18 change to
11027 configure.
11028
11029 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11030
11031 Brought over from egcs:
11032
11033 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11034
11035 * configure.in (target_subdir): Set to ${target_alias} instead
11036 of "libraries".
11037
11038 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11039
11040 * configure.in (target_subdir): Set to libraries if enable_multilib.
11041
11042 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11043
11044 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11045 multilibs, force reconfiguration the first time we create
11046 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11047
11048 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11049
11050 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11051 avoid confusion with --no-recursion.
11052
11053 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11054
11055 * configure.in: Win32 hosts shouldn't use install -x
11056 * install-sh: remove -x option, and special .exe-handling
11057 hack.
11058
11059 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11060
11061 * config.guess: Recognize i586-pc-beos.
11062 * configure.in: Don't build some bits for beos.
11063
11064 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11065
11066 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11067 CFLAGS default to -O2.
11068
11069 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11070 when using GNU ld.
11071
11072 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11073
11074 * ltmain.sh: Correct install when using a different shell.
11075
11076 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11077
11078 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11079
11080 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11081
11082 * makefile.vms: Update to build binutils/makefile.vms. Add install
11083 target.
11084
11085 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11086
11087 * ltconfig: Update to correct AIX handling.
11088
11089 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11090
11091 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11092
11093 * configure.in (target_subdir): Set to ${target_alias} instead
11094 of "libraries".
11095
11096 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11097
11098 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11099 (Makefile): Depend on $(gcc_version_trigger).
11100
11101 * configure (gcc_version): Change default initializer to empty
11102 string.
11103 (gcc_version_trigger): New variable; pass this variable down
11104 to subdir configures to enable them checking gcc's version
11105 themselves. Emit make macros for both gcc_version vars.
11106 (topsrcdir): Initialize reliably.
11107 (recursion line): Remove --with-gcc-version=${gcc_version}.
11108
11109 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11110
11111 * configure (enable_version_specific_runtime_libs): Implement new flag
11112 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11113 in $(libsubdir); emit definition in each generated Makefile.
11114 (gxx_include_dir): Initialize depending on
11115 $enable_version_specific_runtime_libs.
11116
11117 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11118
11119 * configure (gcc_version): Initialize properly depending on
11120 how and where configure is started.
11121 (recursion line): Pass a --with-gcc-version=${gcc_version}
11122 to configures in subdirs.
11123
11124 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11125
11126 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11127 cygmon
11128
11129 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11130
11131 * configure.in: Add cygmon and libstub support for mn10200.
11132
11133 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11134
11135 * configure (gcc_version): Add new variable describing the
11136 particular gcc version we're building.
11137 * Makefile.in (libsubdir): Add new macro for the directory
11138 in which the compiler finds executables, libraries, etc.
11139 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11140 and libsubdir.
11141
11142 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11143
11144 * Makefile.in (local-clean): Remove *.log.
11145 (warning.log): Built with warn_summary from build.log.
11146 (mail-report.log): Run test_summary.
11147 (mail-report-with-warnings.log): Run test_summary including
11148 warning.log in the report.
11149
11150 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11151
11152 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11153
11154 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11155
11156 * Makefile.in (grep): Grep no longer depends on libiberty.
11157
11158 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11159
11160 * Makefile.in: all-snavigator needs all-libgui.
11161
11162 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11163
11164 * configure.in: Add cygmon and libstub support for mn10300.
11165
11166 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11167
11168 * missing: Update to version from automake 1.3.
11169
11170 * ltmain.sh: On installation, don't get confused if the same name
11171 appears more than once in the list of library names.
11172
11173 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11174
11175 * config.sub: Accept m68060 and m5200 as CPU names.
11176
11177 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11178
11179 * configure: Use && rather than using -a in test, because odd
11180 strings can confuse test.
11181 * configure.in: Likewise.
11182
11183 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11184
11185 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11186
11187 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11188
11189 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11190 bootstrap4-lean): New targets.
11191
11192 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11193
11194 * mpw-* Delete. Not used.
11195
11196 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11197
11198 * COPYING.LIB: Update FSF address.
11199
11200 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11201
11202 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11203
11204 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11205 GAS_SUPPORT_DIRS.
11206
11207 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11208
11209 * ltconfig, ltmain.sh: Avoid producing a version number if
11210 -version-info was not used.
11211
11212 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11213
11214 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11215 building with newlib.
11216
11217 1998-04-30 Paul Eggert <eggert@twinsun.com>
11218
11219 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11220 Solaris `make' causes it to continue to next definition.
11221
11222 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11223
11224 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11225 the right GUI libraries and files are installed along with GDB.
11226
11227 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11228
11229 * configure.in: Change alpha to alpha* in several places.
11230
11231 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11232
11233 * config.sub: Recognize sparc86x.
11234
11235 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11236
11237 * configure.in (--enable-target-optspace): Remove debug echo.
11238
11239 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11240
11241 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11242
11243 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11244
11245 * ltconfig: Update cygwin32 support.
11246
11247 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11248 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11249 (GDB_SUPPORT_DIRS): Likewise.
11250
11251 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11252
11253 * configure.in (target_makefile_frag): If --enable-target-optspace,
11254 use -Os to compile target libraries rather than -O2. Default to
11255 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11256 not used.
11257 * configure.in (target_cflags): Ditto for d30v.
11258
11259 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11260
11261 * Makefile.in (all-bfd): Depend on all-intl.
11262 (all-binutils): Likewise.
11263 (all-gas): Likewise.
11264 (all-gprof): Likewise.
11265 (all-ld): Likewise.
11266
11267 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11268
11269 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11270
11271 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11272
11273 * Makefile.in (all-bfd): Depend upon all-libiberty.
11274
11275 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11276
11277 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11278
11279 * Makefile.in: Add libstub.
11280
11281 * configure.in: Ditto. Build libstub for targets that have cygmon
11282 support.
11283
11284 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11285
11286 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11287
11288 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11289
11290 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11291 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11292
11293 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11294
11295 * configure: Define DEFAULT_M4 by searching PATH.
11296 * Makfile.in: Use DEFAULT_M4.
11297
11298 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11299
11300 * ltconfig: Add cygwin32 support.
11301
11302 * Makefile.in, configure.in: Add libtool as a native only directory
11303 to configure and build.
11304
11305 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11306
11307 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11308
11309 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
11310
11311 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11312
11313 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11314
11315 * Makefile.in: add ash make rules
11316 * configure.in: add ash to native_only and host_tools lists
11317
11318 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11319
11320 * Makefile.in (all-gettext, all-intl): New targets.
11321 (ALL_MODULES): Added all-gettext, all-intl.
11322 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11323 (INSTALL_MODULES): Added install-gettext, install-intl.
11324 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11325
11326 * configure.in (host_tools): Added gettext.
11327 (native_only): Likewise.
11328 (noconfigdirs) [various cases]: Likewise.
11329 (host_libs): Added intl.
11330
11331 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11332
11333 * configure: Do not disable building gdbtk for cygwin32 hosts.
11334
11335 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11336
11337 * configure.in: Add thumb-coff target.
11338 * config.sub: Add thumb-coff target.
11339
11340 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11341
11342 * Makefile.in: Revert yesterday's change.
11343 (all-target-winsup): all-target-librx stays out of here.
11344
11345 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11346
11347 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11348 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11349 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11350 Remove references to librx and libg++.
11351
11352 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11353
11354 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11355 recursive makes
11356
11357 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11358
11359 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11360 for newlib directory.
11361 (CXX_FOR_TARGET): Likewise.
11362
11363 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11364
11365 * ltconfig: Update after libtool/ltconfig.in change for
11366 hpux11.
11367
11368 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11369
11370 * ltconfig, ltmain.sh: Update to libtool 1.2.
11371
11372 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11373
11374 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11375 (install-gcc-cross): Instead, override LANGUAGES here.
11376
11377 1998-03-18 Dave Love <d.love@dl.ac.uk>
11378
11379 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11380 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11381
11382 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11383
11384 * configure.in: Add Thumb-pe target.
11385
11386 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
11387
11388 * Makefile.in - changed sn targets to snavigator
11389 * configure.in - changed sn targets to snavigator
11390
11391 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11392
11393 * config-ml.in: After building symlink tree call make distclean
11394 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11395 to be the case for libiberty.
11396
11397 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
11398
11399 * configure: When making link, also check the current
11400 directory. The configure scripts may create one.
11401
11402 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
11403
11404 * config.sub: Accept alphapca56 and alphaev6 properly.
11405
11406 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11407
11408 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11409
11410 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11411
11412 * config.sub (sco5): Fix typo.
11413
11414 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
11415
11416 * Makefile.in (INSTALL_MODULES): Move install-tcl before
11417 install-itcl.
11418 (install-itcl): Remove dependency on install-tcl.
11419
11420 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
11421
11422 * configure.in: Remove libgloss from noconfigdirs for MN10300.
11423
11424 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
11425
11426 * configure.in: Don't build libgui for a cygwin32 target when not on
11427 a cygwin32 host.
11428
11429 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
11430
11431 * configure (redirect): Set to null, so default behavior of
11432 configure is now --verbose.
11433
11434 1998-02-16 Dave Love <d.love@dl.ac.uk>
11435
11436 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11437 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11438
11439 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
11440
11441 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11442 this change to sync Makefile.in with its ChangeLog entries.
11443
11444 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
11445
11446 * ltmain.sh (mkdir): Check that the directory doesn't exist
11447 before we exit with error, so that we don't get races during
11448 parallel builds.
11449
11450 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
11451
11452 * ltconfig, ltmain.sh: Update from libtool 1.0i.
11453
11454 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11455
11456 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11457 PICFLAG_FOR_TARGET.
11458 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11459
11460 * configure: Emit a definition for the new macro enable_shared
11461 into each Makefile.
11462
11463 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11464
11465 * configure.in (host_tools, native_only): Add libtool.
11466
11467 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11468
11469 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11470 Fix typo in ming config comment.
11471
11472 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11473
11474 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11475
11476 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11477
11478 * config.sub: Add tic30 cases, and map c30 to tic30.
11479
11480 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11481
11482 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11483 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11484 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11485 (CLEAN_TARGET_MODULES): Similarly
11486 (all-target-libf2c): Add dependences.
11487 * configure.in (target_libs): Add libf2c.
11488
11489 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11490
11491 * configure.in: Remove expect from noconfigdirs when target
11492 is cygwin32. OK to build expect and dejagnu with Canadian
11493 Cross.
11494
11495 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11496
11497 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11498 host.
11499
11500 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11501 and mingw32.
11502
11503 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11504
11505 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11506 here as it is not defined in the toplevel Makefile.
11507
11508 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11509
11510 * configure (package_makefile_rules_frag): New variable, which names
11511 a file with generic rules, ...
11512 Change comment to mention we now have FIVE parts.
11513 * configure: Undo last change.
11514
11515 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11516
11517 * config.guess: More accurate determination of HP processor types.
11518 * config.sub: More accurate determination of HP processor types.
11519
11520 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11521
11522 * configure (package_makefile_frag): Move inserting the
11523 ${package_makefile_frag} to where it should be according
11524 to the comment.
11525
11526 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11527
11528 * config.guess: Add support for Linux/ARM.
11529
11530 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11531
11532 * .cvsignore: Remove *-info and *-install since they match
11533 release-info and mpw-install, which we don't want to just ignore.
11534
11535 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11536
11537 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11538
11539 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11540
11541 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11542 local_prefix to sub-make invocations.
11543
11544 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11545
11546 * configure.in: Check makefile fragments in the source
11547 directory.
11548
11549 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11550
11551 * configure.in: Check whether host and target makefile
11552 fragments exist before adding them to *_makefile_frag.
11553
11554 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11555
11556 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11557
11558 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11559
11560 * configure.in: Make sure we only replace RPATH_ENVVAR on
11561 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11562 regexp to sed.
11563
11564 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11565 to sub-makes.
11566
11567 1998-01-13 Lee Iverson (leei@ai.sri.com)
11568
11569 * config-ml.in (multi-do): LDFLAGS must include multilib
11570 designator.
11571
11572 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11573
11574 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11575
11576 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11577
11578 * config.sub: Add mingw32 support.
11579 * configure.in: Likewise.
11580
11581 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11582
11583 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11584
11585 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11586
11587 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11588 * configure (gxx_include_dir): Provide a definition for subdirs
11589 which do not use autoconf.
11590
11591 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11592
11593 * config.guess: Sync with egcs. Picks up new alpha support,
11594 BeOS & some additional linux support.
11595
11596 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11597
11598 * config.guess: HP 9000/803 is a PA1.1 machine.
11599
11600 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11601
11602 * configure.in: It's alpha*-...
11603
11604 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11605
11606 * configure.in (host_makefile_frag, target_makefile_frag):
11607 Handle multiple config files.
11608 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11609 alpha-*-*.
11610
11611 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11612
11613 * mkdep: New file.
11614
11615 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11616
11617 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11618
11619 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11620
11621 * Makefile.in: Add libgui directory.
11622 (GDB_TK): Add all-libgui.
11623 * configure.in: Add libgui directory.
11624 * configure: Add all-libgui to GDB_TK.
11625
11626 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11627
11628 * config-ml.in (multidirs): Add m32r to multilib list.
11629
11630 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11631
11632 * Makefile.in (all-target-gperf): Change dependency to
11633 all-target-libstdc++.
11634
11635 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11636
11637 * config.guess: Add BeOS support.
11638
11639 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11640
11641 Source directory cvs renamed to cvssrc:
11642 * configure.in (host_tools): Change cvs to cvssrc.
11643 (native_only): Likewise.
11644 (noconfigdirs) [various cases]: Likewise.
11645 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11646 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11647 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11648 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11649 (all-cvssrc): Rename target from all-cvs.
11650
11651 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11652
11653 * configure (gxx_include_dir): Fix thinko.
11654
11655 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11656
11657 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11658 (install-cross, install-gcc-cross): New targets.
11659
11660 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11661
11662 * configure.in (noconfigdirs): Add support for Thumb target.
11663
11664 * config.sub (maybe_os): Add support for Thumb target.
11665
11666 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11667
11668 * Makefile.in: Add rules for cygmon.
11669
11670 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11671
11672 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11673
11674 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11675 * configure (gxx_include_dir): Provide a definition for subdirs
11676 which do not use autoconf.
11677
11678 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11679
11680 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11681 11/18/97 build
11682
11683 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11684
11685 * From Franz Sirl.
11686 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11687 found on RedHat Linux systems.
11688
11689 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11690
11691 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11692 guesses.
11693
11694 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11695
11696 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11697
11698 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11699
11700 * ltmain.sh: If mkdir fails, check whether the directory was created
11701 anyhow by some other process.
11702
11703 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11704
11705 * configure.in (d30v-*-*): Configure all directories.
11706
11707 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11708
11709 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11710 for the D30V.
11711
11712 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11713
11714 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11715
11716 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11717
11718 * include/libiberty.h: Add extern "C" { so it can be used with C++
11719 progrms.
11720 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11721 programs.
11722
11723 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11724
11725 * configure.in (d30v-*-*): Configure GCC now.
11726
11727 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11728
11729 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11730 is no longer needed.
11731
11732 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11733
11734 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11735
11736 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11737
11738 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11739 targets using "$@" to provide support for similar but not identical
11740 targets without having to duplicate code.
11741
11742 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11743
11744 * makefile.vms: Fix to work with DEC C.
11745
11746 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11747
11748 * config.sub: Add mips-tx39-elf to marketing names.
11749
11750 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11751
11752 * ltmain.sh: Handle symlinks in generated script.
11753
11754 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11755
11756 * configure: Handle autoconf style directory options: --bindir,
11757 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11758 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11759 --sysconfdir.
11760 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11761 (sharedstatedir, localstatedir, oldincludedir): New variables.
11762 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11763 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11764 sbindir, sharedstatedir, and sysconfdir.
11765
11766 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11767
11768 * Makefile.in (bootstrap-lean): New target.
11769
11770 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11771
11772 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11773 sn, and gnuserv from noconfigdirs.
11774
11775 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11776
11777 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11778
11779 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11780
11781 * Makefile.in (cross): New target.
11782
11783 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11784 Jeff Law <law@cygnus.com>
11785
11786 * Makefile.in (bootstrap2, bootstrap3): New targets.
11787 (all-bootstrap): Remove outdated and confusing target.
11788 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11789
11790 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11791
11792 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11793 windows. Consistent with gdb/configure.
11794
11795 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11796
11797 * configure.in: Name Linux target fragment.
11798
11799 * configure: Rewrite so that project Makefile fragment is inserted
11800 first and appears last in the resulting Makefile.
11801
11802 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11803
11804 * Makefile.in (install-itcl): Install tcl first.
11805
11806 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11807
11808 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11809
11810 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11811
11812 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11813
11814 * configure.in (skipdirs): Add target-librx for Linux.
11815 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11816
11817 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11818
11819 * Makefile.in (bootstrap): New target.
11820
11821 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11822
11823 * config.sub: Accept 'amigados' for backward compatibility.
11824
11825 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11826
11827 * config.guess: Merge with FSF.
11828
11829 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11830
11831 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11832
11833 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11834
11835 * config.sub: Add "marketing-names" patch.
11836
11837 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11838
11839 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11840
11841 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11842
11843 * config.sub: Handle v850-elf.
11844
11845 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11846
11847 * .cvsignore (*-install): Remove.
11848
11849 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11850
11851 * ltconfig: Set CONFIG_SHELL in libtool.
11852 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11853
11854 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11855
11856 * configure.in (target_subdir): Set to libraries if enable_multilib.
11857
11858 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11859
11860 * config.guess: Update from gcc directory.
11861
11862 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11863
11864 * Makefile.in (all-sim): Depends on all-readline.
11865
11866 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11867
11868 * Makefile.in (BISON, YACC): Use $$s.
11869 (all-bison): Depend on all-texinfo.
11870
11871 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11872
11873 * Makefile.in (BISON): Add -L flag.
11874 (YACC): Likewise.
11875
11876 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11877
11878 * configure.in (noconfigdirs): Add support for v850e target.
11879
11880 * config.sub (maybe_os): Add support for v850e target.
11881
11882 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11883
11884 * configure.in (noconfigdirs): Add support for v850ea target.
11885
11886 * config.sub (maybe_os): Add support for v850ea target.
11887
11888 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11889
11890 * config.sub: Add mipstx39. Delete r3900.
11891
11892 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11893
11894 * Makefile.in (all-autoconf): Depends on all-texinfo.
11895
11896 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11897
11898 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11899 eabi targets.
11900
11901 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11902
11903 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11904
11905 * configure: When handling a Canadian Cross, handle YACC as well as
11906 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11907 * Makefile.in (all-bison): Depend upon all-texinfo.
11908
11909 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11910
11911 * Makefile.in (BISON): bison, not byacc or bison -y.
11912 (YACC): bison -y or byacc or yacc.
11913 (various): Add *-bison as appropriate.
11914 (taz): No need to mess with BISON anymore.
11915
11916 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11917
11918 * configure: If OSTYPE matches *win32*, try to find a good value for
11919 CONFIG_SHELL.
11920
11921 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11922
11923 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11924 configure.in if it is present.
11925
11926 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11927
11928 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11929
11930 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11931
11932 * config.sub: Recognize `arc' cpu.
11933 * configure.in: Likewise.
11934 * config-ml.in: Likewise.
11935
11936 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11937
11938 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11939
11940 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11941
11942 * configure: Changed sed delimiter from ':' to '|' when
11943 attempting to substitute ${config_shell} for SHELL. On
11944 NT ${config_shell} may contain a ':' in it.
11945
11946 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11947
11948 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11949
11950 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11951
11952 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11953
11954 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11955
11956 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11957
11958 * ylwrap: If the program is a relative path, force it to be
11959 absolute.
11960
11961 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11962
11963 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11964
11965 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11966
11967 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11968 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11969 for libraries.
11970
11971 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11972
11973 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11974 separated by spaces.
11975
11976 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11977
11978 * ylwrap: New file.
11979 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11980
11981 * ltmain.sh: Handle /bin/sh at start of install program.
11982
11983 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11984
11985 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11986 * missing: New file, from automake 1.2.
11987
11988 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11989
11990 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11991 check-tk to CHECK_X11_MODULES.
11992
11993 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11994
11995 * config.sub: Merge with FSF.
11996
11997 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11998
11999 * config.guess: Merge with FSF.
12000
12001 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12002
12003 * configure: Treat msdosdjgpp like go32.
12004 * configure.in: Likewise. Don't remove gprof for go32.
12005
12006 * configure: Change Makefile.tem2 to Makefile.tm2.
12007
12008 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12009
12010 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12011
12012 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12013
12014 * install-sh (chmodcmd): Set to null if the DST directory already
12015 exists. Same as Nov 11th change.
12016
12017 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12018
12019 * configure (GDB_TK): Needs itcl and tix.
12020
12021 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12022
12023 * config.guess: Update from FSF.
12024
12025 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12026
12027 * Makefile.in (GDB_TK): Depend on itcl and tix.
12028
12029 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12030
12031 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12032 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12033 (INSTALL_SCRIPT): New variable.
12034 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12035 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12036 to -x.
12037 * install-sh: Add support for -x option.
12038
12039 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12040
12041 * configure.in, Makefile.in: Treat tix like itcl.
12042
12043 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12044
12045 * Makefile.in (WINDRES): New variable.
12046 (WINDRES_FOR_TARGET): New variable.
12047 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12048 (EXTRA_HOST_FLAGS): Add WINDRES.
12049 (EXTRA_TARGET_FLAGS): Add WINDRES.
12050 (EXTRA_GCC_FLAGS): Add WINDRES.
12051 ($(DO_X)): Pass down WINDRES.
12052 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12053 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12054 DLLTOOL_FOR_TARGET.
12055
12056 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12057
12058 * configure.in: configure sim before gdb for win32-x-ppc
12059
12060 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12061
12062 Move gperf into the toplevel, from libg++.
12063 * configure.in (target_tools): Add target-gperf.
12064 (native_only): Add target-gperf.
12065 * Makefile.in (all-target-gperf): New target, depend on
12066 all-target-libg++.
12067 (configure-target-gperf): Empty rule.
12068 (ALL_TARGET_MODULES): Add all-target-gperf.
12069 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12070 (CHECK_TARGET_MODULES): Add check-target-gperf.
12071 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12072 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12073
12074 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12075
12076 * config.sub (mn10200): Recognize new basic machine.
12077
12078 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12079
12080 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12081 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12082
12083 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12084
12085 * configure.in: If we're building mips-sgi-irix6* native, turn on
12086 ENABLE_MULTILIB and set TARGET_SUBDIR.
12087
12088 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12089
12090 * Makefile.in (all-sn): Depend on all-grep.
12091
12092 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12093
12094 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12095
12096 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12097 Makefile. From Jeff Makey <jeff@cts.com>.
12098 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12099
12100 * Makefile.in (DISTBISONFILES): Remove.
12101 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12102 $(DEFAULT_YACC).
12103
12104 * configure.in: Build itl, db, sn, etc., when building for native
12105 cygwin32.
12106
12107 * Makefile.in (LD): New variable.
12108 (EXTRA_HOST_FLAGS): Pass down LD.
12109 ($(DO_X)): Likewise.
12110
12111 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12112
12113 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12114
12115 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12116
12117 * configure.in (targargs): Strip out any supplied --build argument
12118 before adding our own. Always add --build.
12119
12120 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12121
12122 * configure.in (targargs): Pass --build if we're doing
12123 a cross-compile.
12124
12125 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12126
12127 * configure: Use '|' instead of ":" as the separator in
12128 sed. Otherwise sed chokes on NT path names with drive
12129 designators. Also look for "?:*" as the leading characters in an
12130 absolute pathname.
12131
12132 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12133
12134 * config.sub: Support for r3900.
12135
12136 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12137
12138 * configure.in: Use install-sh, not install.sh.
12139
12140 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12141
12142 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12143 apply it twice.
12144
12145 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12146
12147 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12148 install-binutils.
12149
12150 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12151
12152 * Makefile.in: Add automake targets.
12153 * configure.in (host_tools): Add automake.
12154
12155 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12156
12157 * configure: Default CXX to c++, not gcc.
12158 * Makefile.in (CXX): Set to c++, not gcc.
12159 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12160
12161 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12162
12163 * install-sh: try appending a .exe if source file doesn't
12164 exist
12165
12166 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12167
12168 * configure.in: Turn on multilib by default.
12169 (cross_only): Remove target-libiberty.
12170
12171 * Makefile.in (all-gcc): Don't depend on libiberty.
12172
12173 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12174
12175 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12176
12177 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12178
12179 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12180 (DISTBISONFILES): Add ld/Makefile.in
12181
12182 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12183
12184 * configure.in: if target is cygwin32 but host isn't cygwin32,
12185 don't configure gdb tcl tk expect, not just gdb.
12186
12187 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12188
12189 * configure.in: Added gnuserv everywhere sn appears.
12190
12191 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12192 (CROSS_CHECK_MODULES): Added check-gnuserv.
12193 (INSTALL_MODULES): Added install-gnuserv.
12194 (CLEAN_MODULES): Added clean-gnuserv.
12195 (all-gnuserv): New target.
12196
12197 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12198
12199 * config.guess: Fixes for MIPS OpenBSD systems.
12200
12201 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12202
12203 * Makefile.in (INSTALL_XFORM): Remove.
12204 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12205
12206 * mkinstalldirs: New file, copied from automake.
12207 * Makefile.in (installdirs): Rename from install-dirs. Use
12208 mkinstalldirs. Change all users.
12209 (DEVO_SUPPORT): Add mkinstalldirs.
12210
12211 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12212
12213 * install-sh: Rename from install.sh.
12214 * Makefile.in (INSTALL): Change install.sh to install-sh.
12215 (DEVO_SUPPORT): Likewise.
12216
12217 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12218 Graichen <graichen@rzpd.de>.
12219
12220 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12221
12222 * config.guess: Recognize OpenBSD systems correctly.
12223
12224 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12225
12226 * README, Makefile.in (ETC_SUPPORT): Remove references to
12227 cfg-paper*, configure.{texi,man,info*}._
12228
12229 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12230
12231 * Makefile.in (all.normal): Ensure that gcc is built after all
12232 the x11 - ie gdb - targets.
12233
12234 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12235
12236 * makefile.vms: Don't run conf-a-gas.
12237
12238 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12239
12240 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12241
12242 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12243
12244 * configure.in: Remove noconfigdirs case since gdb also
12245 configures and builds for tic80-coff.
12246
12247 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12248
12249 * configure: Set cache_file to config.cache.
12250 * Makefile.in (local-distclean): Remove config.cache.
12251
12252 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12253
12254 * COPYING: Update FSF address.
12255
12256 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12257
12258 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12259 noconfigdirs.
12260
12261 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12262
12263 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12264 MAKEDIRS, is empty.
12265
12266 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12267
12268 * config.sub: Tweak mn10300 entry.
12269
12270 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12271
12272 * configure.in (host_tools): Put sim before gdb, so gdb's
12273 configure.tgt can determine if the simulator was configured.
12274
12275 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12276
12277 * config.sub: Move BeOS $os case to be with other Cygnus
12278 local cases.
12279
12280 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12281
12282 * config.sub: Remove misplaced comment that broke Linux.
12283
12284 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12285
12286 * config.sub: Add BeOS support.
12287
12288 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12289
12290 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12291
12292 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12293
12294 * configure.in (noconfigdirs): Remove tcl and tk from
12295 noconfigdirs for cygwin32 builds.
12296
12297 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12298
12299 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12300
12301 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12302
12303 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12304 make-all.com, use makefile.vms instead.
12305
12306 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12307
12308 * config.sub: Accept -lnews*.
12309
12310 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12311
12312 * configure.in (noconfigdirs): Disable target-newlib,
12313 target-examples and target-libiberty for d30v.
12314
12315 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12316
12317 * configure.in (noconfigdirs): Enable ld for d30v.
12318
12319 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12320
12321 * configure.in (tic80-*-*): Build compiler.
12322
12323 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12324
12325 * configure.in (d30v-*): Remove sim directory from list of
12326 unsupported d30v directories
12327
12328 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12329
12330 * config.sub, configure.in: Add d30v target cpu.
12331
12332 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12333
12334 * makefile.vms: New file.
12335 * make-all.com: Remove.
12336
12337 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12338
12339 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12340
12341 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12342
12343 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12344
12345 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12346
12347 * Makefile.in (ALL_MODULES): Added all-db.
12348 (CROSS_CHECK_MODULES): Addec check-db.
12349 (INSTALL_MODULES): Added install-db.
12350 (CLEAN_MODULES): Added clean-db.
12351
12352 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12353
12354 * config.guess: Merge with latest FSF sources.
12355
12356 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12357
12358 * Makefile.in (ALL_MODULES): Added all-itcl.
12359 (CROSS_CHECK_MODULES): Added check-itcl.
12360 (INSTALL_MODULES): Added install-itcl.
12361 (CLEAN_MODULES): Added clean-itcl.
12362
12363 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12364
12365 * configure.in: build gdb for mn10200
12366
12367 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12368
12369 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12370
12371 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12372
12373 * configure.in (tic80-*-*): Turn off most targets right now.
12374
12375 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12376
12377 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12378 rather than the makeinfo program.
12379 (do-info): Depend upon all-texinfo.
12380
12381 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12382
12383 * configure.in: Remove uses of config/mh-linux.
12384
12385 * config.sub, config.guess: Merge with latest FSF sources.
12386
12387 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12388
12389 * config.sub (case $basic_machine): Add tic80 entries.
12390
12391 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12392
12393 * config.sub, config.guess: Merge with latest FSF sources.
12394
12395 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12396
12397 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12398 * mpw-config.in: Test for NewFolderRecursive.
12399 * mpw-install: Use symbolic name for startup filename.
12400 * mpw-README: Add various additional details.
12401
12402 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
12403
12404 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12405
12406 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
12407
12408 * configure.in: Do build gcc and the target libraries for
12409 the mn10200.
12410
12411 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
12412
12413 * configure.in: don't avoid building gdb for mn10300 any more
12414 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12415 instead of single-quoting it.
12416
12417 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
12418
12419 * configure.in: Don't use --with-stabs on IRIX 6.
12420
12421 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
12422
12423 * configure.in (m32r): Build gdb, libg++ now.
12424
12425 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12426
12427 * configure.in (mips*-sgi-irix6*): Remove gdb and related
12428 directories from noconfigdirs.
12429
12430 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
12431
12432 * config.sub (basic_machine): added mips16 configuration
12433
12434 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12435
12436 * config.sub: Handle d10v-unknown.
12437
12438 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
12439
12440 * config.sub: Handle v850-unknown.
12441
12442 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
12443
12444 * Makefile.in: add findutils
12445 * configure.in: add findutils to list of host_tools
12446
12447 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
12448
12449 * config.sub: Handle mn10200 and mn10300.
12450
12451 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12452
12453 * configure.in (d10v-*): Do not build librx.
12454
12455 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12456
12457 * configure.in (mn10300): Build everything except gdb & libgloss.
12458
12459 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12460
12461 * config.guess: Patch for Dansk Data Elektronik servers,
12462 from Niels Skou Olsen <nso@dde.dk>.
12463
12464 For ncr, use /bin/uname rather than uname, since GNU uname does not
12465 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12466
12467 Patch for MIPS R4000 running System V,
12468 from Eric S. Raymond <esr@snark.thyrsus.com>.
12469
12470 Fix thinko for nextstep.
12471
12472 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12473
12474 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12475 * config.guess: Guess mips-dec-mach_bsd4.3.
12476
12477 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12478 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12479 release numbers.
12480 * config.guess (mips-mips-riscos*): Emit just enough of the
12481 release number.
12482
12483 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12484 * config.guess (sparc-auspex-sunos*): Added.
12485 (f300-fujitsu-*): Added.
12486
12487 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12488 * config.guess: Recognize a Tadpole as a sparc.
12489
12490 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12491
12492 * config.guess: Don't assume that NextStep version is either 2 or
12493 3. NextStep 4 (aka OpenStep 4) has come out now.
12494
12495 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12496
12497 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12498 From Rik Faith <faith@cs.unc.edu>.
12499
12500 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12501
12502 * config.sub: Contributions from bug-gnu-utils to:
12503 Support plain "hppa" (no version given) architecture, reported by
12504 OpenStep.
12505 OpenBSD like NetBSD.
12506 LynxOs is not a hardware supplier.
12507
12508 * config.guess: Contributions from bug-gnu-utils to add support for:
12509 OpenBSD like NetBSD.
12510 Stratus systems.
12511 More Pyramid systems.
12512 i[n>4]86 Intel chips.
12513 M680[n>4]0 Motorola chips.
12514 Use unknown instead of lynx for hardware manufacturer.
12515
12516 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12517
12518 * install.sh (chmodcmd): Set to null if the DST directory already
12519 exists.
12520
12521 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12522
12523 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12524 not use mt-ppc target Makefile fragment any more.
12525
12526 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12527
12528 * configure.in (*-*-windows): Exclude everything but those dirs
12529 needed to build windows.
12530
12531 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12532
12533 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12534
12535 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12536
12537 * configure.in: Exclude mmalloc from i386-windows.
12538
12539 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12540
12541 * Undo my previous change.
12542
12543 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12544
12545 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12546 unconditionally.
12547 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12548
12549 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12550
12551 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12552 host to add it's own flags.
12553
12554 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12555
12556 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12557
12558 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12559
12560 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12561 (CXX_FOR_TARGET): Likewise.
12562 (GCC_FOR_TARGET): Define.
12563 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12564 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12565 CC_FOR_TARGET was specified on the command line.
12566 (MAKEOVERRIDES): Don't define.
12567
12568 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12569
12570 * configure.in (m32r): Fix spelling of libg++ libs.
12571
12572 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12573
12574 * config.sub (-apple*): Remove, now redundant.
12575
12576 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12577
12578 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12579
12580 * configure: Rework yesterday's sed script patch.
12581
12582 * config.sub: Merge with FSF.
12583
12584 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12585
12586 * config.guess: Merge from FSF.
12587
12588 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12589 * config.guess: Use pc instead of unknown, for pc clone systems.
12590 Change linux to linux-gnu.
12591
12592 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12593 * config.guess: Avoid non-portable tr syntax.
12594
12595 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12596
12597 * test-build.mk (HOLES): Add "xargs" for gdb.
12598
12599 * configure: Avoid hpux10.20 sed bug.
12600
12601 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12602
12603 * configure.in: Add support for windows host
12604 (that is a build done under the Microsoft build environment).
12605
12606 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12607
12608 * Makefile.in: Replace all uses of srcroot with s, to shrink
12609 command line lengths.
12610
12611 Patches from Geoffrey Noer <noer@cygnus.com>:
12612 * configure.in: If configuring for newlib, pass --with-newlib to
12613 subdirectories.
12614 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12615 -Bnewlib/ and -Lwinsup to gcc.
12616 (CXX_FOR_TARGET): Likewise.
12617
12618 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12619
12620 * Makefile.in (ETC_SUPPORT): Add configure.
12621
12622 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12623
12624 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12625 host configuration file.
12626
12627 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12628
12629 * configure.in: Break mn10x00 support into separate
12630 mn10200 and mn10300 configurations.
12631 * config.sub: Likewise.
12632
12633 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12634
12635 * configure.in: Add lots of stuff to noconfigdirs for
12636 the mn10x00 targets.
12637
12638 * config.sub, configure.in: Add mn10x00 support.
12639
12640 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12641
12642 * make-all.com: Call conf-a-gas, not config-a-gas.
12643
12644 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12645
12646 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12647 targets.
12648
12649 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12650
12651 * mpw-README: Add much more detail for native PowerMac.
12652 * mpw-install: New file.
12653 * mpw-configure: Add --norecursion and --help options.
12654 * mpw-config.in: Translate readme and install files when
12655 copying to objdir.
12656 * mpw-build.in: Don't always depend on byacc and flex.
12657 (install-only-top): New action.
12658
12659 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12660
12661 * configure.in: You can now configure GDB for the v850.
12662
12663 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12664
12665 * configure.in (noconfigdirs): Don't configure any C++ dirs
12666 if targeting D10V.
12667
12668 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12669
12670 * config.sub: Recognize mips64vr5000.
12671
12672 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12673
12674 * configure.in: Use a single line for host_tools and native_only.
12675
12676 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12677
12678 * config.sub, configure.in: Add entries for m32r.
12679
12680 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12681
12682 * Makefile.in (inet-install): Don't run install-gzip.
12683
12684 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12685
12686 * configure.in: Don't config lots of things for *-*-windows*.
12687
12688 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12689
12690 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12691 (host_libs, host_tools): Copy from configure.in.
12692 * mpw-configure: Don't complain about directories not found.
12693
12694 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12695
12696 * configure.in (i[345]86): Recognize i686 for pentium pro.
12697 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12698 file.
12699
12700 * config.guess (i[345]86): Ditto.
12701
12702 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12703
12704 * configure.in (noconfigdirs): Removed gdb for D10V.
12705
12706 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12707
12708 * configure.in: Remove ld, target-libio, target-libg++, and
12709 target-libstdc++ from noconfigdirs.
12710
12711 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12712
12713 * configure: Fix three locations where shell scripts were
12714 being run directly rather than with config_shell.
12715
12716 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12717
12718 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12719 * config.sub (basic_machine): Recognize v850.
12720
12721 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12722
12723 * mpw-configure: Handle multiple enable/disable options and
12724 pass them down recursively, handle -c and -s flags appropriately
12725 depending on choice of compiler, add escape mechanism for
12726 quoted arguments to gC.
12727
12728 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12729
12730 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12731 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12732 so that -mrelocatable-lib and -mno-eabi are used.
12733
12734 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12735 not support --print-multi-lib, don't abort.
12736
12737 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12738
12739 * make-all.com: Run config-a-gas.
12740 * setup.com: Don't copy subdirectory files around.
12741
12742 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12743
12744 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12745 target, it now compiles correctly.
12746
12747 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12748
12749 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12750
12751 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12752
12753 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12754
12755 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12756
12757 * configure.in (native_only): Add prms.
12758
12759 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12760
12761 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12762 (BINUTILS_SUPPORT_DIRS): Likewise.
12763
12764 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12765
12766 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12767 d10v support is added.
12768
12769 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12770
12771 * configure.in (d10v-*-*): New target.
12772
12773 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12774
12775 * config.guess (HP 9000/811): Recognize this as a PA1.1
12776 machine.
12777
12778 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12779
12780 * Makefile.in (do-tar-gz): New target, split out from tail end of
12781 taz target. Run each command separately, don't use pipes.
12782 (taz): Use it.
12783
12784 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12785
12786 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12787 * mpw-build.in: No builds should depend on building byacc or flex,
12788 they are assumed to be installed already.
12789
12790 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12791
12792 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12793 variable that CC_FOR_TARGET needs.
12794
12795 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12796
12797 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12798 options have changed since the last time the subdirectory was
12799 configured, and if it has, reconfigure.
12800 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12801 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12802
12803 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12804
12805 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12806 CLEAN_MODULES): Add bash.
12807 (all-bash): New target.
12808
12809 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12810
12811 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12812
12813 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12814
12815 * config.sub (basic_machine): Recognize d10v as a valid processor.
12816
12817 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12818
12819 * mpw-configure: Add support for --bindir.
12820 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12821
12822 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12823
12824 * configure.in: add bash, time, gawk to list of hosttools and things
12825 to only build for native toolchains
12826
12827 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12828
12829 * Makefile.in (docdir): Remove.
12830
12831 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12832
12833 * Makefile.in (datadir): Set to $(prefix)/share.
12834
12835 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12836
12837 * configure.in: build diff and patch for cygwin32-hosted
12838 toolchains.
12839
12840 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12841
12842 * config.sub: Accept -rtems*.
12843
12844 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12845
12846 * configure.in: enable dosrel for cygwin32-hosted builds,
12847 remove diff from the list of things not buildable
12848 via Canadian Cross
12849
12850 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12851
12852 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12853 don't get ". ".
12854
12855 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12856
12857 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12858
12859 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12860
12861 * Makefile.in (taz): Handle case where tex3patch didn't even get
12862 checked out. Also, if it was found, put the symlink in a new util
12863 subdirectory.
12864
12865 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12866
12867 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12868
12869 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12870
12871 * config.sub: Recognize -openvms.
12872 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12873 * make-all.com, setup.com: New files.
12874
12875 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12876
12877 * Makefile.in (taz): tex3patch moved to texinfo/util.
12878
12879 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12880
12881 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12882 * configure.in: remove make from disable-if-Can-Cross list
12883 enable gdb if ${host} and ${target} are cygwin32
12884
12885 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12886
12887 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12888 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12889
12890 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12891
12892 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12893 distinguish sysv/svr4/bsd variants.
12894 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12895
12896 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12897
12898 * configure.in: Added copyright notice.
12899 * move-if-change: Added copyright notice.
12900
12901 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12902
12903 * configure.in (powerpcle-*-solaris*): Until we get shared
12904 libraries working, don't build gdb, sim, make, tcl, tk, or
12905 expect.
12906
12907 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12908
12909 * config.guess: Merge with FSF:
12910
12911 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12912 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12913
12914 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12915 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12916
12917 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12918 * config.guess: Combine two OSF1 rules.
12919 Also recognize field test versions. From mjr@zk3.dec.com.
12920 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12921 because GNU uname does not support -p. From pmr@pajato.com.
12922
12923 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12924
12925 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12926
12927 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12928
12929 * mpw-README: Document GCCIncludes.
12930
12931 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12932
12933 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12934
12935 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12936
12937 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12938
12939 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12940
12941 * configure.in (*-*-cygwin32): Configure make.
12942
12943 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12944
12945 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12946
12947 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12948
12949 * Makefile.in (all-inet): Depend on all-perl.
12950
12951 * Makefile.in (inet-install): New target.
12952
12953 * Makefile.in (all-inet): Depend on all-tcl.
12954 (all-inet): Depend on all-send-pr.
12955
12956 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12957
12958 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12959 temporarily.
12960
12961 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12962
12963 * configure.in: Don't configure --with-gnu-ld on AIX.
12964
12965 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12966
12967 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12968
12969 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12970
12971 * Makefile.in (ALL_MODULES): Added all-inet.
12972 (CROSS_CHECK_MODULES): Added check-inet.
12973 (INSTALL_MODULES): Added install-inet.
12974 (CLEAN_MODULES): Added clean-inet.
12975 (all-indent): New target.
12976
12977 * configure.in (host_tools): Added inet.
12978 (native_only): Added inet.
12979 (noconfigdirs): Added inet.
12980
12981 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12982
12983 * configure.in: Don't configure libgloss if we are not configuring
12984 newlib.
12985
12986 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12987
12988 * configure.in: Don't configure libgloss for unsupported
12989 architectures.
12990
12991 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12992
12993 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12994
12995 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12996
12997 * Makefile.in (ALL_MODULES): Include all-apache.
12998 (CROSS_CHECK_MODULES): Include check-apache.
12999 (INSTALL_MODULES): Include install-apache.
13000 (all-apache): New target.
13001
13002 * configure.in: Added apache everywhere perl is seen.
13003
13004 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13005
13006 * Makefile.in: Add support for clean-{module} and
13007 clean-target-{module} rules.
13008
13009 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13010
13011 * configure.in (*-*-ose) do not build libgloss.
13012
13013 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13014
13015 * config.guess (prep*:SunOS:5.*:*): Turn into
13016 powerpele-unknown-solaris2.
13017
13018 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13019
13020 * configure.in: Permit --enable-shared to specify a list of
13021 directories.
13022
13023 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13024
13025 * configure.in (host==solaris): Pass only the first word of $CC
13026 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13027
13028 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13029
13030 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13031
13032 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13033
13034 * Makefile.in (ALL_MODULES): Include all-perl.
13035 (CROSS_CHECK_MODULES): Include check-perl.
13036 (INSTALL_MODULES): Include install-perl.
13037 (ALL_X11_MODULES): Include all-guile.
13038 (CHECK_X11_MODULES): Include check-guile.
13039 (INSTALL_X11_MODULES): Include install-guile.
13040 (all-perl): New target.
13041 (all-guile): New target.
13042
13043 * configure.in (host_tools): Include perl and guile.
13044 (native_only): Include perl and guile.
13045 (noconfigdirs): Don't build guile and perl; no ports have been
13046 done.
13047
13048 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13049
13050 * configure (--enable-*): Handle quoted option lists such as
13051 --enable-sim-cflags='-g0 -O' better.
13052
13053 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13054
13055 * Makefile.in ({,inst}all-target): New rule so we can make and
13056 install all of the target directories easily.
13057
13058 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13059
13060 * configure.in: Add missing global flag in sed substitution when
13061 deleting `target-' from ${configdirs}.
13062
13063 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13064
13065 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13066 option.
13067
13068 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13069 config/mh-necv4.
13070
13071 * install.sh: Correct misspelling of transformbasename.
13072
13073 * config.guess: Recognize mips-*-sysv*.
13074
13075 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13076
13077 * config.sub: Recognize mon960.
13078
13079 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13080
13081 * configure: Restore Canadian Cross handling of BISON and LEX,
13082 removed in Feb 20 change.
13083
13084 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13085
13086 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13087 Mention make install. Remove the old copyright date as well the
13088 clumsy and rather pointless copyright on the README file.
13089
13090 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13091
13092 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13093 Makefile after running symlink-tree, then run `make distclean' to
13094 avoid clobbering any generated files in srcdir.
13095
13096 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13097
13098 * configure.in (m68k-*-netbsd*): Build everything now.
13099
13100 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13101
13102 * Makefile.in (taz): Fix quoting.
13103
13104 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13105
13106 * configure.in (sparclet-*-*): Build everything now.
13107
13108 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13109
13110 * configure.in (m68k-*-linux*): New host.
13111
13112 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13113
13114 * configure: Check for bison before byacc.
13115
13116 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13117
13118 * Makefile.in configure: Change the way LEX and BISON/YACC are
13119 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13120 searching PATH. These are used as fallbacks by Makefile.in if
13121 flex/bison/byacc aren't in objdir.
13122
13123 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13124
13125 * Makefile.in: Make everything which depends upon all-bfd also
13126 depend upon all-opcodes, in case --with-commonbfdlib is used.
13127
13128 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13129
13130 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13131 building NT native compilers on Unix.
13132
13133 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13134
13135 * configure.in: Don't get CC from the host Makefile fragment if we
13136 can find gcc in PATH, or if this is a Canadian Cross. Move the
13137 Solaris test for /usr/ucb/cc to the post target script, just after
13138 the compiler sanity test.
13139
13140 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13141
13142 * config.sub: Merge with FSF.
13143
13144 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13145
13146 * Makefile.in (RPATH_ENVVAR): New variable.
13147 (REALLY_SET_LIB_PATH): Use it.
13148 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13149
13150 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13151
13152 * config.sub, configure.in: Recognize sparclet cpu.
13153
13154 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13155
13156 * config.guess: Support m68k-cbm-sysv4.
13157
13158 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13159
13160 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13161 m68k-unknown-linuxaout from linker help string. Put quotes around
13162 $ld_help_string.
13163
13164 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13165
13166 * config.guess (powerpc-harris-powerunix): Add guess for port
13167 to new target.
13168
13169 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13170
13171 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13172
13173 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13174
13175 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13176 $(REALLY_SET_LIB_PATH) in Makefile.
13177 * Makefile.in (SET_LIB_PATH): New variable.
13178 (REALLY_SET_LIB_PATH): New variable.
13179 ($(DO_X)): Use $(SET_LIB_PATH).
13180 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13181 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13182 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13183 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13184 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13185 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13186 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13187 (install-dosrel): Likewise.
13188 (all-opcodes): Depend upon all-libiberty.
13189
13190 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13191
13192 * config.guess (*:CYGWIN*): New
13193
13194 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13195
13196 * Makefile.in (all-target-winsup): All all-target-libiberty.
13197
13198 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13199
13200 * configure.in (noconfigdirs): Add missing # in front of comment.
13201
13202 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13203
13204 * configure.in: add second pass to things added to noconfigdirs
13205 so *-gm-magic can exclude libgloss properly.
13206
13207 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13208
13209 * mpw-configure (extralibs_name, rez_name): Set correctly
13210 for MWC68K compiler.
13211
13212 * mpw-README: Add more info on the necessary build tools.
13213
13214 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13215
13216 * configure.in, config.sub: Recognize cygwin32.
13217
13218 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13219
13220 * config.guess, config.sub: Recognize A/UX.
13221
13222 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13223
13224 * config.sub: Merge with gcc/config.sub.
13225
13226 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13227
13228 * mpw-build.in (do-binutils): Add build of stamps.
13229
13230 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13231
13232 * config.sub: Add recognition for mips64vr4100*-* targets.
13233
13234 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13235
13236 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13237 Add creation of gconfigargs with `--enable-shared' turned on.
13238 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13239 ($(host)-stamp-stage3-configured): Likewise.
13240 (HOLES): Add chatr and ldd.
13241 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13242
13243 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13244
13245 * configure: Pass --nfp to recursive configures.
13246
13247 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13248
13249 * Makefile.in (DLLTOOL): New.
13250 (DLLTOOL_FOR_TARGET): New.
13251 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13252 (EXTRA_TARGET_FLAGS): Ditto.
13253 (EXTRA_GCC_FLAGS): Ditto.
13254 (CONFIGURE_TARGET_MODULES): Ditto.
13255 (DO_X): Ditto.
13256 * configure: Add DLLTOOL.
13257
13258 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13259
13260 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13261 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13262 mh-sco, since old workarounds no longer needed, and don't
13263 build ld, since libraries have weak symbols in COFF.
13264
13265 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13266
13267 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13268
13269 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13270
13271 * configure.in: Make sure that ${CC} can be used to compile an
13272 executable.
13273
13274 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13275
13276 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13277 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13278 nothing depending on whether gdbtk is being built.
13279
13280 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13281
13282 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13283
13284 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13285
13286 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13287 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13288
13289 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13290
13291 * config-ml.in: Add support for
13292 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13293 Simplify setting of multidirs from --disable-foo.
13294
13295 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13296
13297 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13298 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13299 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13300 non-empty, pass them on to the GCC make.
13301 (all-bootstrap): New rule that is like all-gcc, except it executes
13302 the GCC bootstrap rule instead of the GCC all rule.
13303
13304 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13305
13306 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13307
13308 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13309
13310 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13311 DG/UX support.
13312
13313 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13314
13315 * config.sub (i*86*) Change [345] to [3456]
13316
13317 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13318
13319 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13320 --with-gnu-ld=no.
13321
13322 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13323
13324 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13325 AIX multilibs get built.
13326
13327 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13328
13329 * configure.in (i386-win32): Don't build expect if we're not
13330 building the tcl subdir.
13331
13332 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13333
13334 * Makefile.in: (configure-target-examples, all-target-examples):
13335 New targets, configure and build example programs.
13336
13337 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13338
13339 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13340 use it as input to sedit the generated MPW makefile.
13341 * mpw-README: Add a suggestion about Gestalt.h.
13342
13343 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13344
13345 * config.sub: Accept *-*-ieee*.
13346
13347 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13348
13349 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13350 Ronald F. Guilmette <rfg@monkeys.com>.
13351
13352 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13353
13354 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13355 for powerpc-pe native.
13356 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13357 (target==powerpc-pe): duplicate i386-win32 entry.
13358
13359 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13360
13361 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13362 of vxworks, not just vxworks5.1.
13363
13364 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13365
13366 * mpw-configure: Add support for exec-prefix.
13367
13368 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13369
13370 * config.guess: Recognize HP model 816 machines as having
13371 a PA1.1 processor.
13372
13373 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13374
13375 * configure: Ignore new autoconf configure options.
13376
13377 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13378
13379 * config.guess: Recognize Pentium under SCO.
13380 From Robert Lipe <robertl@arnet.com>.
13381
13382 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13383
13384 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13385
13386 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13387
13388 * configure.in: Don't configure gas for alpha-dec-osf*.
13389
13390 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13391
13392 * configure.in: Default to --with-stabs for some targets for which
13393 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13394 i[345]86*-*-unixware*.
13395
13396 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
13397
13398 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13399 rather than basing it on the target. Simplify handling of options
13400 controlling which directories to configure. Remove extraneous
13401 slash in multi-clean target.
13402
13403 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
13404
13405 * config-ml.in: Prefix more variables with ml_ so they don't collide
13406 with configure's.
13407
13408 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
13409
13410 * configure: Don't turn -v into --v.
13411
13412 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
13413
13414 * configure.in (targargs): Fix typo.
13415
13416 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13417
13418 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
13419
13420 * configure.in: Strip --host and --target options from
13421 CONFIG_ARGUMENTS, and always configure for --host only. Add
13422 --with-cross-host option when building with a cross-compiler.
13423 * configure: Canonicalize the arguments put into config.status by
13424 always using `=' for an option with an argument. Pass a presumed
13425 --host or --target explicitly.
13426
13427 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
13428
13429 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13430 into general OS recognition case.
13431
13432 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13433
13434 * configure.in (target_configdirs): add target-winsup only
13435 for win32 target systems.
13436
13437 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
13438
13439 * Makefile.in (all-target-libgloss): Depend upon
13440 configure-target-newlib, since when libgloss is built it looks to
13441 see if the newlib directory exists.
13442
13443 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
13444
13445 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13446 cfg-ml-*.in.
13447
13448 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
13449
13450 * configure: Handle LD and LD_FOR_TARGET when configuring a
13451 Canadian Cross.
13452
13453 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13454
13455 * configure.in (target_libs): add target-winsup.
13456 (target==i386-win32): add patch diff flex make to $noconfigdirs.
13457 (target==ppcle-pe): remove ld from $noconfigdirs.
13458
13459 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13460
13461 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13462 Preserve relative path names in $srcdir. Build symlink tree if
13463 configuring cross target dir and srcdir=. (= no VPATH support).
13464 (configure-target-libg++): Depend on configure-target-librx.
13465 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13466 * config-ml.in: New file.
13467 * symlink-tree: New file.
13468 * configure: Ensure srcdir="." if that's what it is.
13469
13470 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13471
13472 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13473 includes and FLEX_SKELETON setting.
13474 * mpw-configure (--with-gnu-ld): New option, controls whether
13475 to use PPCLink or ld with PowerMac GCC.
13476 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13477 * mpw-config.in: Configure grez if targeting Mac.
13478
13479 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13480 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13481 just macos.
13482 * configure.in: Configure grez resource compiler if targeting Mac.
13483 * Makefile.in (all-grez, install-grez): New targets.
13484
13485 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13486
13487 * configure: CXX defaults to gcc, not g++. If we find
13488 gcc in the path, set CC to gcc -O2.
13489
13490 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13491
13492 * configure: Default ${build} correctly. Avoid picking up extra
13493 spaces when reading CC and CXX from Makefile. When doing a
13494 Canadian Cross, use plausible default values for numerous
13495 variables.
13496 * configure.in: When doing a Canadian Cross, don't try to
13497 configure tools whose configure script can't handle it.
13498
13499 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13500
13501 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13502
13503 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13504
13505 * configure: Remove dubious bug reporting address.
13506
13507 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13508
13509 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13510 configure script, run that instead of this directory's configure.
13511 In either case, print a message that we're configuring the sub-dir.
13512
13513 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13514
13515 * configure.in: Before checking for the existence of various files,
13516 use sed to filter out "target-".
13517
13518 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13519
13520 * Makefile.in (DO_X): Split rule to decrease command line length
13521 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13522 (Philippe De Muyter).
13523
13524 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13525
13526 * Makefile.in (all-patch): depend on all-libiberty.
13527
13528 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13529
13530 * configure.in: If the only directory in target_configdirs which
13531 actually exists is libiberty, then set target_configdirs to empty,
13532 to avoid trying to build a target libiberty in a gas or gdb
13533 distribution.
13534
13535 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13536
13537 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13538 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13539 systems.
13540
13541 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13542
13543 * configure.in (copy_dirs): Use sys-include instead of include
13544 for --with-headers option.
13545
13546 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13547
13548 * Makefile.in, configure.in: Make winsup builds work with
13549 new scheme.
13550
13551 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13552
13553 * configure.in: Build the linker on AIX.
13554
13555 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13556
13557 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13558 where needed.
13559
13560 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13561
13562 * Makefile.in (all-gcc): Fix typo.
13563
13564 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13565
13566 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13567
13568 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13569
13570 * configure.in: Rename libFOO to target-libFOO, and xiberty
13571 to target-xiberty, to provide more flexibility.
13572 (target_subdir): Define. Create if cross.
13573 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13574 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13575 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13576 check-libFOO -> check-target-libFOO, etc.
13577 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13578 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13579 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13580 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13581 allow ALL_GCC="" to only configure.
13582 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13583 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13584 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13585
13586 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13587
13588 * Makefile.in (taz): Build "info" in etc explicitly.
13589
13590 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13591
13592 * configure.in: Make sure that CC is undefined (as opposed to
13593 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13594 problem with autoconf trying to configure on a host without GCC.
13595
13596 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13597
13598 * mpw-configure: Set host alias from choice of host compiler,
13599 only use generic MPW Makefile sed if present, edit a file
13600 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13601 * mpw-README: Add problem notes about CW6 and CW7.
13602
13603 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13604
13605 * Makefile.in (taz): Use ";" instead of ";;".
13606
13607 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13608
13609 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13610 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13611 DISTDOCDIRS.
13612 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13613 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13614
13615 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13616
13617 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13618 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13619 Move bfd to DISTSTUFFDIRS.
13620
13621 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13622
13623 * Makefile.in (X11_LIB): Removed.
13624 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13625
13626 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13627
13628 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13629
13630 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13631 names.
13632
13633 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13634
13635 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13636
13637 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13638
13639 * configure.in (i[345]86-*-win32): Always build newlib.
13640 Don't configure cvs, autoconf or texinfo.
13641 * Makefile.in (LD_FOR_TARGET): New.
13642 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13643 Pass down LD_FOR_TARGET.
13644
13645 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13646
13647 * winsup: New directory.
13648 * Makefile.in: Build winsup.
13649 * configure.in: Winsup is configured when target is win32.
13650 Can only build win32 target GDB when native.
13651
13652 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13653
13654 * config.guess: Recognize HP model 819 machines as having
13655 a PA 1.1 processor.
13656
13657 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13658
13659 * configure: Fix sed loop which substitutes for CC and CXX to
13660 avoid bug found in various sed implementations.
13661
13662 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13663
13664 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13665 simulator. Use standard powerpc-*-eabi*.
13666
13667 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13668
13669 * configure.in: Stop putting gas and binutils in noconfigdirs for
13670 powerpc-*-aix* and rs6000-*-*.
13671
13672 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13673
13674 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13675 -mcall-aixdesc libraries.
13676
13677 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13678
13679 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13680
13681 * config.sub (arm | armel | armeb): Fix shell syntax.
13682
13683 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13684
13685 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13686 -msoft-float and -mcpu=common support.
13687 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13688 libraries.
13689
13690 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13691
13692 * configure.in: Allow configuration and build of emacs19 for the alpha.
13693
13694 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13695
13696 * configure.in (CC): Get ^CC, not just any old CC, from
13697 ${host_makefile_frag}.
13698
13699 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13700
13701 * configure.in (CC): Try to get CC from
13702 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13703
13704 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13705
13706 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13707 only if it exists in $(srcdir).
13708
13709 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13710
13711 * configure: If CC and CXX are not set in the environment, set
13712 them, based on either an existing Makefile or on searching for gcc
13713 in PATH. Substitute for CC and CXX in Makefile.
13714 * configure.in: Remove libm from target_libs. Separate
13715 target_configdirs from configdirs. If CC is not set in
13716 environment, try to get it from a host Makefile fragment. Rewrite
13717 changes of configdirs to use skipdirs instead. A few minor
13718 tweaks. Take directories out of target_configdirs as they are
13719 taken out of configdirs. Remove existing Makefile files from
13720 subdirectories. Substitute for TARGET_CONFIGDIRS and
13721 CONFIG_ARGUMENTS in Makefile.
13722 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13723 by configure.in.
13724 (CONFIG_ARGUMENTS): Likewise.
13725 (CONFIGURE_TARGET_MODULES): New variable.
13726 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13727 ($(CONFIGURE_TARGET_MODULES)): New target.
13728 (configure-libg++, configure-libio): New targets.
13729 (all-libg++): Depend upon configure-libg++.
13730 (all-libio): Depend upon configure-libio.
13731 (configure-libgloss, all-libgloss): New targets.
13732 (configure-libstdc++): New target.
13733 (all-libstdc++): Depend upon configure-libstdc++.
13734 (configure-librx, all-librx): New targets.
13735 (configure-newlib): New target.
13736 (all-newlib): Depend upon configure-newlib
13737 (configure-xiberty): New target.
13738 (all-xiberty): Depend upon configure-xiberty.
13739
13740 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13741
13742 * configure.in (host i[345]86-*-win32): Expand the
13743 noconfigdirs again.
13744
13745 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13746
13747 * mpw-configure: Fix sed command file name.
13748
13749 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13750
13751 * configure.in (host i[345]86-*-win32): Reduce the
13752 noconfigdirs again.
13753
13754 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13755
13756 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13757 or powerpc*-*-pe*, since they are not yet supported.
13758
13759 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13760
13761 Add PowerMac support and many other enhancements.
13762 * mpw-configure: New option --cc to select compiler to use,
13763 paste options set according to --cc into the generated
13764 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13765 if mpw-make.sed is present.
13766 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13767 add forward includes for PowerPC include files.
13768 * mpw-build.in: Build using Makefile.PPC if present.
13769 (do-byacc, etc): Remove separate version resource builds.
13770 (do-gas): Build "stamps" before "all".
13771 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13772 * mpw-README: Update to reflect --cc option, PowerMac support,
13773 and recently-reported compatibility problems.
13774
13775 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13776
13777 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13778 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13779 (--with-multilib-top): Pass to recursive invocations.
13780
13781 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13782
13783 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13784 v810-*-*.
13785
13786 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13787
13788 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13789 gdb, ld and opcodes on v810-*-*.
13790
13791 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13792
13793 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13794 (local-maintainer-clean): New target.
13795 (maintainer-clean): New target.
13796 (realclean): Just depend upon maintainer-clean.
13797
13798 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13799
13800 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13801
13802 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13803
13804 * configure.in: Build ld in mips*-*-bsd* case.
13805
13806 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13807
13808 * config.sub: Accept -lites* OS. From Ian Dall.
13809
13810 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13811
13812 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13813 targets.
13814
13815 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13816
13817 * configure.in: treat i386-win32 canadian cross the same as
13818 i386-go32 canadian cross.
13819
13820 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13821
13822 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13823 running under the simulator to build a reduced set of libraries.
13824 (powerpc-*-eabiaix): Add fine grained multilib support added to
13825 other powerpc targets yesterday.
13826
13827 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13828
13829 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13830 -disable-softfloat, -disable-relocatable, -disable-aix, and
13831 -disable-sysv to control which multilib libraries get built.
13832
13833 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13834
13835 * configure: Add Makefile.tem to list of files to remove in trap
13836 handler.
13837
13838 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13839
13840 * config.guess (*Linux*): Add missing "exit"s.
13841 Also, need specific check for alpha-unknown-linux (uses COFF).
13842
13843 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13844
13845 * config.guess: Merge with FSF:
13846
13847 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13848 * config.guess (AIX4): More robust release numbering discovery.
13849
13850 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13851 * config.guess (i386-sequent-ptx): Properly get version number.
13852
13853 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13854 * config.guess (mips:*:4*:UMIPS): New case.
13855
13856 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13857
13858 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13859 (i386-win32 host): Likewise. Don't build readline.
13860
13861 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13862
13863 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13864 SUPPORT_FILES to submakes.
13865
13866 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13867
13868 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13869 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13870 mpw-configure.
13871
13872 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13873
13874 * configure.in (appdirs): Use =, not ==, in test expression when
13875 trying to build the text to print in the warning message for
13876 Solaris users.
13877
13878 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13879
13880 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13881
13882 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13883
13884 * config.guess: Recognize lynx-2.3.
13885
13886 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13887
13888 * config.sub (z8ksim): Deleted
13889 (z8k-*-coff): New, this is the one true name of the target.
13890
13891 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13892
13893 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13894
13895 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13896
13897 * config.guess (*:Linux:*:*): First try asking the linker what the
13898 default object file format is (elf, aout, or coff). Then if this
13899 fails, try previous methods.
13900
13901 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13902
13903 * configure.in: Don't build newlib for *-*-vxworks5.1.
13904
13905 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13906
13907 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13908 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13909
13910 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13911
13912 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13913
13914 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13915
13916 * cfg-ml-com.in: New file.
13917 * cfg-ml-pos.in: New file.
13918
13919 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13920
13921 * COPYING.NEWLIB: Add HP free copyright to list.
13922
13923 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13924
13925 * config.sub: Recognize -eabi* for the system, not just -eabi.
13926
13927 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13928
13929 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13930 * config.sub, configure.in (win32): New target and host.
13931
13932 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13933
13934 * configure.in: Add i386-pe configuration.
13935
13936 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13937
13938 * mpw-build.in (install): Install GDB after LD.
13939
13940 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13941
13942 * mpw-config.in (elf/mips.h): Always forward-include, needed
13943 for GDB to build.
13944
13945 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13946
13947 * testsuite: New directory for customer acceptance and whole tool
13948 chain tests.
13949
13950 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13951
13952 * configure: If per-host line isn't found, but AC_OUTPUT is found
13953 and a configure script exists, run it instead.
13954
13955 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13956
13957 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13958
13959 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13960
13961 * configure: Set build_{cpu,vendor,os,alias} to host values when
13962 --build isn't specified.
13963
13964 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13965
13966 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13967 (FLAGS_TO_PASS): Pass them.
13968 (EXTRA_TARGET_FLAGS): Ditto.
13969
13970 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13971
13972 * Makefile.in (all-libg++): Depend on all-libstdc++.
13973
13974 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13975
13976 * configure.in (noconfigdirs): Enable all packages for
13977 i386-unknown-netbsd.
13978
13979 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13980
13981 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13982 hosted builds (DOS builds)
13983
13984 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13985
13986 Changes for ARM based on patches from Richard Earnshaw:
13987 * config.sub: Handle armeb and armel.
13988 * configure.in: Omit arm linker only for riscix.
13989
13990 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13991
13992 * config.guess: Update from FSF.
13993
13994 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13995
13996 * config.sub: Recognize powerpcle as the little endian variant of
13997 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13998 powerpcle variant. Convert pentium into i586, not i486. Add p5
13999 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14000 temporarily.
14001
14002 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14003
14004 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14005
14006 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14007
14008 * config.sub: Accept -lites* as a basic system type.
14009
14010 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14011
14012 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14013 installed, and if so return linuxoldld as the system name.
14014
14015 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14016
14017 * config.guess: Add hppa1.1-hp-lites support.
14018
14019 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14020
14021 * configure.in: Don't build newlib for m68k-vxworks5.1.
14022
14023 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14024
14025 * configure.in (mips-sgi-irix6): Use mh-irix5.
14026
14027 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14028
14029 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14030
14031 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14032
14033 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14034 OSF/1. Fix compiler flags.
14035 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14036
14037 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14038
14039 * configure.in: Recognize --with-newlib.
14040 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14041
14042 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14043
14044 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14045 to *_X11_MODULES due to gdbtk needing X include files et al.
14046
14047 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14048
14049 Merge in support for Mac MPW as a host.
14050 (Old change descriptions retained for informational value.)
14051
14052 * mpw-config.in: Add generic include forwards for cpu-specific
14053 include files in aout and elf directories.
14054
14055 * mpw-configure: Added copyright.
14056 * mpw-config.in: Check for presence of required build tools.
14057 (target_libs): Add newlib.
14058 (target_tools): Add examples.
14059 (Read Me): Generate as "Read Me for MPW" instead.
14060 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14061 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14062 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14063
14064 * mpw-configure: Remove subdir-specific makefile hackery,
14065 delete mk.tmp after using it.
14066
14067 * mpw-build.in (all): Display start and end times.
14068
14069 * mpw-configure (host_canonical): Set.
14070 (target_cpu): Always add to makefiles.
14071 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14072 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14073 (mpw-mh-mpw): Look for in srcdir and srcroot.
14074 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14075
14076 * mpw-build.in: (install-only): New target.
14077
14078 * mpw-configure (host_alias, target_alias): Rename from hostalias
14079 and targetalias, add into generated Makefile.
14080 (mk.tmp): If present, add into generated Makefile.
14081 * mpw-build.in (all-gas): Build config.h first before gas proper.
14082
14083 * mpw-configure (config.status): Write only if changed.
14084 * mpw-config.in (readline): Configure it (not built, just used for
14085 definitions).
14086
14087 * mpw-config.in (elf/mips.h): Add a forward include.
14088
14089 * mpw-config.in: Forward-include most .h files in include into
14090 extra-include.
14091 (readline): Don't build.
14092 mpw-build.in (install): Install GDB.
14093
14094 * mpw-configure (prefix, mpw_prefix): Handle it.
14095 * mpw-config.in (mmalloc, readline): Don't configure.
14096 * mpw-build.in (thisscript): Rename to ThisScript.
14097 Use mpw-build instead of BuildProgram everywhere.
14098 (mmalloc, readline): Don't build.
14099 * mpw-README: New file, basic documentation about the MPW port.
14100
14101 * mpw-config.in: Use forward-include to create include files.
14102
14103 * mpw-configure: Add more things to the top of each configured
14104 Makefile, including contents of config/mpw-mh-mpw.
14105 * mpw-config.in (extra-include): Create this directory and fill it
14106 with Posix-like include files when configuring.
14107
14108 * config.sub (apple, mac, mpw): Add various aliases.
14109
14110 * mpw-build.in: New file, top-level build script fragment for MPW.
14111 * mpw-configure: New file, configure script for MPW.
14112 * mpw-config.in: New file, config fragment for MPW.
14113
14114 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14115
14116 * configure.in (host_libs): Remove glob, since it is gone from the
14117 sources.
14118
14119 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14120
14121 * Makefile.in: define empty GDB_NLM_DEPS var.
14122
14123 * configure.in(target_makefile_frag): use config/mt-netware
14124 for netware targets.
14125
14126 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14127
14128 * config.sub: Merge in recent FSF changes. Remove linux special
14129 cases.
14130
14131 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14132
14133 Revert this change:
14134
14135 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14136
14137 * build-all.mk: Use CC=cc -Xs on Solaris.
14138
14139 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14140
14141 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14142 stop using it.
14143 * Makefile.in: Nuke all references to glob subdirectory.
14144
14145 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14146
14147 * configure.in: Fix --enable-shared logic in per-host.
14148
14149 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14150
14151 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14152
14153 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14154
14155 * configure.in (noconfigdirs): Don't build gas on AIX, for
14156 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14157
14158 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14159
14160 * configure: Fix --cache-file to work if the file argument is a
14161 relative path.
14162
14163 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14164
14165 * configure: If the --cache-file is used, pass it down to
14166 configure in subdirectories.
14167
14168 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14169
14170 * config.sub: add vxworks29k configuration.
14171
14172 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14173
14174 * Makefile.in (taz): Do "diststuff" part quietly.
14175
14176 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14177
14178 * config.sub: Mini-merge with gcc/config.sub.
14179
14180 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14181
14182 * config.guess (IRIX): Sed - to _.
14183
14184 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14185
14186 * Makefile.in (source-vault, binary-vault): New targets.
14187
14188 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14189
14190 * config.sub: Recognize -eabi as a basic system type.
14191
14192 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14193
14194 * configure.in (enable_shared stuff): Fix typo.
14195
14196 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14197
14198 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14199
14200 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14201
14202 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14203
14204 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14205
14206 * configure.in (rs6000-*-*): Don't build gas.
14207
14208 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14209
14210 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14211 reduce command line length.
14212 (AS_FOR_TARGET): Check for as.new, not Makefile.
14213 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14214
14215 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14216
14217 * config.guess: Merge from FSF.
14218
14219 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14220
14221 * configure: Don't use $ when handling program_suffix.
14222
14223 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14224
14225 * configure.in: Configure tk for hppa/hpux.
14226
14227 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14228
14229 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14230
14231 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14232
14233 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14234 to LIBCXXFLAGS. Tests are better run without it.
14235
14236 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14237
14238 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14239
14240 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14241
14242 * configure.in (*-*-netware*): Don't configure xiberty.
14243
14244 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14245
14246 * configure.in: Remove tk from native_only list.
14247
14248 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14249
14250 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14251 for special NCD build.
14252
14253 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14254
14255 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14256 makeall.bat, they're only useful for binutils snapshots.
14257 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14258 makeall.bat to specified SUPPORT_FILES.
14259
14260 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14261
14262 * build-all.mk: Add Ericsson targets to sun4 and solaris
14263 hosts. Add BNR's sun4 target to solaris host, so their
14264 build-from-source will be tested in-house first.
14265
14266 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14267
14268 * Makefile.in (LIBCFLAGS): New variable.
14269 (CFLAGS_FOR_TARGET): Ditto.
14270 (LIBCFLAGS_FOR_TARGET): Ditto.
14271 (LIBCXXFLAGS): Ditto.
14272 (CXXFLAGS_FOR_TARGET): Ditto.
14273 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14274 (BASE_FLAGS_TO_PASS): Pass them.
14275 (EXTRA_TARGET_FLAGS): Ditto.
14276
14277 * configure.in: Support --enable-shared.
14278
14279 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14280
14281 * configure.in (target_libs): Include libstdc++ again.
14282 * config.guess: Update from FSF (for FreeBSD).
14283
14284 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14285
14286 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14287 makeall.bat.
14288 (DISTDOCDIRS): Add `etc'.
14289 (ETC_SUPPORT_PFX): New variable.
14290 (taz): Include anything from etc starting with a word in
14291 ETC_SUPPORT_PFX.
14292
14293 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14294
14295 * config.sub: Update for recent FSF changes. Remove obsolete
14296 h8300hds entry. Add -windows* and -osx as basic os. Minor
14297 spacing changes.
14298
14299 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14300
14301 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14302
14303 * config.guess: Merge with FSF.
14304 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14305
14306 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14307
14308 * configure: Since the "trap 0" handler will override the exit
14309 status on many systems, only use it for "exit 1", and make it set
14310 a non-zero exit status; reset it before "exit 0". Also, check
14311 exit status of config.sub, and error out if it failed.
14312
14313 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14314
14315 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14316 and install libgloss.
14317
14318 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14319
14320 * Makefile.in (all-binutils): Depend upon all-byacc.
14321
14322 * configure.in: Don't build emacs on Irix 5.
14323
14324 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14325
14326 * configure.in (*-*-netware*): Add libio.
14327
14328 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14329
14330 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14331 (CHECK_TARGET_MODULES): Ditto.
14332 (INSTALL_TARGET_MODULES): Ditto.
14333 (TARGET_LIBS): Ditto.
14334 (all-libstdc++): Note dependencies.
14335
14336 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14337
14338 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14339
14340 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14341
14342 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14343 -fexternal-templates.
14344
14345 * configure.in (target_libs): Add libstdc++.
14346 (noconfigdirs): Add libstdc++ as appropriate.
14347
14348 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14349
14350 * config.guess: Update from FSF.
14351
14352 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14353
14354 * configure: Use ${config_shell} when running ${configsub}.
14355
14356 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14357
14358 * config.sub: No longer recognize h8300h.
14359
14360 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14361
14362 * config.sub: Remove extraneous differences between config.sub and
14363 gcc/config.sub.
14364
14365 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14366
14367 * Makefile.in (DISTSTUFFDIRS): Add gas.
14368
14369 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14370
14371 * COPYING.NEWLIB: New file.
14372
14373 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14374
14375 * config.guess (HP-UX): Patch from Harlan Stenn
14376 <harlan@landmark.com> to also emit release level.
14377
14378 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14379
14380 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14381
14382 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14383
14384 * config.sub: Merge nextstep cleanup from FSF.
14385
14386 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14387
14388 * configure.in (arm-*-*): Don't configure ld for this target.
14389
14390 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14391
14392 * configure.in (*-*-netware): don't configure libg++, libio,
14393 librx, or newlib.
14394
14395 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14396
14397 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
14398 configure ld--it works, but it doesn't support shared libraries.
14399
14400 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14401
14402 * config.guess (*-unknown-freebsd*): Get rid of possible
14403 trailing "(Release)" in version string.
14404 Patch from Paul Richards <paul@isl.cf.ac.uk>.
14405
14406 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
14407
14408 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14409 Fix type: *-next-neststep -> *-next-nextstep.
14410
14411 * config.guess: Merge from FSF:
14412
14413 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14414
14415 * config.guess: Recognize powerpc-ibm-aix3.2.5.
14416
14417 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14418
14419 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14420 instead of UNIX_SV for UnixWare 1.0).
14421
14422 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
14423
14424 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
14425 to make gdb/nlm/* build after the compiler and linker.
14426
14427 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
14428
14429 * config.guess (netbsd, freebsd, linux): Accept any machine,
14430 not just i[34]86.
14431 (m68k-atari-sysv4): Relocate to match FSF version.
14432
14433 * config.guess: More merges from the FSF:
14434
14435 Add a space before function call or macro invocation.
14436
14437 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14438
14439 * config.guess: Add trap cmd to remove dummy.c and dummy when
14440 interrupted.
14441
14442 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14443
14444 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14445 (dummy): Redirect stderr from compilation of dummy.c.
14446
14447 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
14448
14449 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14450
14451 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
14452
14453 * configure: Accept and ignore --cache*, for compatibility with
14454 new autoconf.
14455
14456 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14457
14458 * config.guess: Merge from FSF:
14459
14460 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14461
14462 * config.guess (Pyramid*:OSx*:*:*): New case.
14463 (PATH): Add /.attbin at end for finding uname.
14464 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14465
14466 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14467
14468 * config.guess (M88*:DolphinOS:*:*): New case.
14469
14470 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14471
14472 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14473 to select whether to use ELF or COFF.
14474
14475 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14476
14477 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14478
14479 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14480
14481 * config.guess: Guess the OS version for HPUX.
14482
14483 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14484
14485 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14486
14487 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14488
14489 * configure.in: Recognize --with-headers, --with-libs, and
14490 --without-newlib.
14491 * Makefile.in (all-xiberty): Depend upon all-ld.
14492
14493 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14494
14495 * configure.in: Change i[34]86 to i[345]86.
14496
14497 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14498
14499 * configure (version): A few more tweaks to help message.
14500
14501 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14502
14503 * Makefile.in: Remove (for now) librx as a host library,
14504 now that we're building it for target.
14505
14506 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14507
14508 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14509 (Karl Berry).
14510
14511 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14512
14513 * configure.in: Also configure librx.
14514
14515 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14516
14517 * Makefile.in: Update various rules to reflect that librx
14518 is now needed for libg++.
14519
14520 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14521
14522 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14523
14524 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14525
14526 * configure.in: Configure the examples directory.
14527
14528 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14529
14530 * configure: Simplify Jun 2 1994 change.
14531
14532 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14533
14534 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14535 /bin/gcc isn't good enough to build gcc.
14536
14537 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14538
14539 * Makefile.in (GDB_SUPPORT_FILES): Remove
14540 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14541 (gdb.tar.gz): Add new rule to use standard distribution building
14542 mechanism.
14543
14544 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14545
14546 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14547 Bill Cox <bill@cygnus.com>.
14548
14549 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14550
14551 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14552
14553 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14554
14555 * configure: Search current dir first in .gdbinit.
14556
14557 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14558
14559 * config.sub: Recognize freebsd (merged from gcc config.sub).
14560
14561 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14562
14563 * config.sub: Refer to NeXT's operating system as nextstep.
14564
14565 * config.sub (case $basic_machine): Re-order the cases, to match
14566 the order in the FSF version (which is mostly alphabethical).
14567 Merge in some additions and changes from the FSF.
14568
14569 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14570
14571 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14572 * config.sub: Recognize cxux7.
14573 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14574
14575 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14576
14577 * config.sub: Fix typo powerpc -> powerpc-*.
14578
14579 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14580
14581 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14582
14583 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14584 parallel with all-emacs and install-emacs). Top-level command
14585 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14586
14587 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14588
14589 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14590 $(relbindir)/make before doing ``make install'', and use
14591 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14592 installing over running make binary.
14593 ($(host)-stamp-stage3-installed): Likewise.
14594
14595 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14596
14597 * config.guess: Recognize Mach.
14598
14599 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14600
14601 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14602 see whether --exec-prefix was used.
14603
14604 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14605
14606 * README: Explicitly mention libg++/README. (Zoo's idea.)
14607
14608 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14609
14610 * Makefile.in: Add all-librx target similar to all-libproc.
14611
14612 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14613
14614 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14615 with post 1.2 uname bogosity.
14616
14617 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14618
14619 * configure: Remove temporary files on receipt of a signal.
14620
14621 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14622
14623 * configure: If there is a package_makefile_frag, remove
14624 ${subdir}/Makefile.tem after copying it in.
14625
14626 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14627
14628 * build_all.mk: support rs6000 lynx identifies itself as
14629 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14630 since /bin/gcc is too feeble to compile a modern gcc.
14631
14632 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14633
14634 * brought devo/test-build.mk update-to-date with progressive/
14635 test-build.mk. Add lynx targets and hppa flag info.
14636
14637 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14638
14639 * configure.in: Use mh-ncrsvr43. Patch from
14640 Tom McConnell <tmcconne@sedona.intel.com>.
14641
14642 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14643
14644 * config.guess (i386-unknown-bsdi): No longer need to
14645 check #if defined(__bsdi__) && defined(__i386__).
14646
14647 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14648
14649 * configure: Set program_transform_nameoption correctly.
14650
14651 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14652
14653 * brought build-all.mk update-to-date with progressive build-all.mk,
14654 added new targets and hppa info.
14655
14656 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14657
14658 * configure: If config.guess result is a prefix of the user
14659 specified target, assume a native build and use the user specified
14660 target as the host alias. Remove SunOS patch suffix removal hack.
14661 * configure.in: Remove SunOS patch suffix removal hack.
14662
14663 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14664 in NATIVE_CHECK_MODULES.
14665
14666 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14667
14668 * Makefile.in: Rename HOST_ONLY to NATIVE.
14669 * configure: Delete SunOs patch suffix from host_canonical
14670 and build_canonical variables that are prepended to Makefiles.
14671 * configure.in: Add comments for easier maintenance.
14672
14673 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14674
14675 * Makefile.in: Add all-libproc target similar to all-gui.
14676
14677 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14678
14679 * Makefile.in (CHECK_MODULES): split into
14680 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14681
14682 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14683
14684 * config.guess (i386-unknown-bsdi): New system to guess.
14685
14686 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14687
14688 * Makefile.in: Add all-gui target (but not yet build by "all").
14689
14690 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14691
14692 * config.sub: Move deletion of patch suffix from here...
14693 * configure.in: To here, at Ian's suggestion. The top-
14694 level scripts might need to know of a patch level.
14695
14696 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14697
14698 * config.sub: Strip off patch suffix so rtl is recognized
14699 as a sunos4.1.3 machine, even though it's been patched.
14700
14701 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14702
14703 * Makefile.in (INSTALL_LAST): Delete.
14704 (INSTALL_DOSREL): New.
14705
14706 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14707
14708 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14709 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14710 whether we pass down --with-gnu-ld anyhow.
14711
14712 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14713
14714 * Makefile.in (INSTALL_LAST): Change operation so it works
14715 on more flavors of make.
14716 * configure.in (go32): Don't build libg++ or libio.
14717
14718 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14719
14720 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14721 they can be overriden by templates.
14722
14723 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14724
14725 * configure.in (target==go32): Don't build gdb.
14726 * dosrel: New directory.
14727
14728 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14729
14730 * configure.in (host==go32): Configure dosrel too.
14731 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14732 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14733 be set by incoming names or templates.
14734 (INSTALL_LAST): New rule.
14735
14736 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14737
14738 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14739
14740 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14741
14742 * configure.in (appdirs): New variable. Currently empty, but will
14743 be used in gas distribution. If nonempty, lists a set of
14744 directories at least one of which must get configured, or top
14745 level configuration is considered to have failed.
14746 (rs6000-*-lynxos*): Use new file name.
14747
14748 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14749
14750 Eliminate XTRAFLAGS.
14751 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14752 newlib include files using -idirafter, and also use -nostdinc.
14753 (CXX_FOR_TARGET): Likewise.
14754 (XTRAFLAGS): Removed.
14755 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14756 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14757 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14758 ($(DO_X)): Don't pass down XTRAFLAGS.
14759
14760 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14761
14762 * configure.in (mips*-dec-bsd*): New target; do build linker.
14763 (mips*-*-bsd*): New target; don't build linker.
14764
14765 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14766
14767 * configure.in: support rs6000-*-lynxos* configuration.
14768 support sunos4 as a cross target.
14769
14770 * config.sub: look for lynx*, not lynx since the OS version may
14771 legitimately be part of the name.
14772
14773 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14774
14775 * configure.in (i[34]86-*-sco*): Move to be with other i386
14776 targets.
14777 (romp-*-*): New target. Skip various binary utilities.
14778 (vax-*-*): New target. Don't build newlib.
14779 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14780
14781 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14782
14783 * configure.in: Only set host_makefile_frag if config
14784 directory exists.
14785
14786 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14787
14788 * install.sh: If $dstdir exists, don't check whether each
14789 component does.
14790
14791 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14792
14793 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14794
14795 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14796
14797 * configure.in (*-*-lynxos*): Don't configure newlib for either
14798 native or cross Lynx.
14799
14800 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14801
14802 * config.sub (sparc64-elf): Fix os.
14803 (z8k): Remove duplicate.
14804
14805 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14806
14807 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14808 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14809
14810 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14811
14812 * configure: Make file links cleanly even if Lynx fails on
14813 an NFS symlink (at least fail cleanly).
14814
14815 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14816
14817 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14818 -XNh2000.
14819
14820 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14821
14822 * configure: Unknown options are fatal again.
14823
14824 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14825
14826 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14827 compatibility.
14828
14829 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14830
14831 * build-all.mk: Add `clean' target.
14832
14833 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14834
14835 * config.guess: Add SINIX support.
14836 * configure.in: Add mips-*-sysv4* support.
14837
14838 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14839
14840 * build-all.mk: Document all useful targets.
14841 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14842 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14843
14844 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14845
14846 * configure: Support --silent, --quiet.
14847
14848 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14849
14850 * configure: Support --disable-FEATURE.
14851
14852 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14853
14854 * config.guess: Recognize NCR running SVR4.3.
14855
14856 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14857
14858 * config.guess: Make BSDI generate i386-unknown-bsd386.
14859 Patch from Paul Eggert <eggert@twinsun.com>.
14860
14861 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14862
14863 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14864
14865 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14866
14867 * configure: Make unrecognized options give nonfatal warnings
14868 instead of fatal errors, and pass them to any subdirectory
14869 configures in case they recognize them.
14870 Make --x equivalent to --with-x.
14871
14872 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14873
14874 * configure: Add --enable-* options. Clean up usage message and
14875 some comments.
14876
14877 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14878
14879 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14880
14881 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14882
14883 * configure.in (hppa*-*-*): Enable binutils.
14884
14885 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14886
14887 * config.sub: Recognize cisco.
14888
14889 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14890
14891 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14892
14893 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14894
14895 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14896 than one configuration name. Add comment.
14897
14898 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14899
14900 * config.guess: about target *-hitachi-hiuxwe2, fixed
14901 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14902 macro is incorrect.]
14903
14904 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14905
14906 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14907 than the "make ls" stuff which used to be here.
14908
14909 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14910
14911 * config.guess: Recognize i[34]86-unknown-freebsd.
14912 From Shawn M Carey <smcarey@rodan.syr.edu>.
14913
14914 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14915
14916 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14917
14918 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14919
14920 * config.guess: Check for ptx.
14921
14922 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14923
14924 * config.sub: Add os9k checking.
14925
14926 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14927
14928 * config.guess: Handle OSF1 running on HPPA processors
14929
14930 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14931
14932 * configure: If subdir configure fails, print out a message with
14933 subdirectory name, in case subdir's configure code didn't identify
14934 itself.
14935
14936 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14937
14938 * configure.in: Remove embedded newlines from configdirs.
14939 Avoid mismatches of substrings. Fix matching strings at end
14940 of configdirs.
14941
14942 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14943
14944 * config.guess: Add Lynx/rs6000 config support.
14945
14946 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14947
14948 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14949
14950 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14951
14952 * configure.in (hppa*-*-osf*): Treat this just like most other
14953 PA configurations (eg no binutils or ld).
14954 (hppa*-*-*elf*): These configurations have binutils and ld.
14955
14956 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14957
14958 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14959
14960 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14961
14962 * configure.in (rs6000-*-*): Build gas.
14963
14964 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14965
14966 * Makefile.in: Avoid bug in losing hpux sed.
14967
14968 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14969
14970 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14971 for GDB and GDB has been fixed to not need it.
14972
14973 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14974
14975 * config.guess: Recognize vax hosts.
14976
14977 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14978
14979 * configure (while loop): Don't use "break 2" inside case
14980 statement -- the case statement isn't an enclosing loop.
14981
14982 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14983
14984 * config.guess: Clean up NeXT support, to allow nextstep
14985 on Intel machines. Make OS be nextstep.
14986
14987 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14988
14989 * config.guess: Add alternate forms for Convex.
14990
14991 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14992
14993 * configure: Completely rewrite option processing. Take
14994 advantage of pattern-matching to avoid invoking test frequently.
14995 Also clean up host and target defaulting logic.
14996
14997 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14998
14999 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15000 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15001 commands (plus user environment) will fit SCO limits.
15002
15003 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15004
15005 * configure.in: Don't issue warnings about directories which are
15006 not being configured if -norecursion is set. Correct test for
15007 --with-gnu-as and --with-gnu-ld to not get confused by substring
15008 matches.
15009
15010 * configure.in: Don't build gas for alpha-dec-osf1*.
15011
15012 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15013
15014 * configure: Back out Per's change of 12/19/1993. It changes the
15015 behavior of configure in unexpected and confusing ways.
15016
15017 Also, use different delim char when calculating
15018 program_transform_name so that the name can contain slashes.
15019
15020 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15021
15022 * configure.in, config.sub: Add support for VSTa micro-kernel.
15023
15024 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15025
15026 * configure.in: Nuke hacks which were used to get a special
15027 version of GAS for HPPA configurations.
15028
15029 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15030
15031 * configure: If only ${target_alias} is given, use that
15032 as the default for ${host_alias}.
15033 * configure: Add missing back-slashes before nested quotes.
15034
15035 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15036
15037 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15038
15039 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15040
15041 * config.guess: Recognize some Tektronix configurations.
15042 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15043
15044 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15045
15046 * config.sub: Match any flavor of SH.
15047
15048 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15049
15050 * configure.in: Don't try to configure newlib for Alpha.
15051
15052 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15053
15054 * configure.in: Don't build ld for Irix 5. Don't build gas,
15055 libg++ or libio for any Alpha target.
15056
15057 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15058
15059 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15060
15061 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15062 default arguments -- so it tried to compress itself.
15063
15064 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15065
15066 * configure.in (notsupp): ensure that a space is always at the end
15067 of the configdirs list, since the grep checks for an explicit space
15068
15069 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15070
15071 * configure.in (target i386-sysv4.2): don't build ld, since static
15072 versions of many libraries are not available.
15073
15074 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15075
15076 * config.guess: Recognize Apollos (using environment variables).
15077 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15078
15079 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15080
15081 * config.guess: Recognize Sony news mips running newsos.
15082
15083 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15084
15085 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15086 "fi ; else" for bash.
15087
15088 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15089
15090 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15091
15092 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15093
15094 * config.sub: accept unixware as an alias for svr4.2.
15095 Fix some inconsistancies with the gcc version.
15096
15097 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15098
15099 * Makefile.in (DISTDOCDIRS): Add gdb.
15100
15101 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15102
15103 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15104
15105 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15106
15107 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15108 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15109 this now.
15110
15111 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15112
15113 * config.sub: Accept hiux* as an OS name.
15114
15115 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15116 etc/make-stds.texi. The underscore came from gcc, and dje now
15117 agrees that RUNTESTFLAGS is the correct name.
15118
15119 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15120
15121 * install.sh: Remove 'set -e'. It makes any conditionals
15122 in the script useless.
15123
15124 * config.guess: Automatically recognize arm-acorn-riscix
15125 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15126
15127 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15128
15129 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15130
15131 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15132
15133 * Makefile.in (DISTDOCDIRS): New variable.
15134 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15135 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15136
15137 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15138
15139 * configure.in (hppa target): check the source directory for the
15140 pagas sub-directory
15141
15142 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15143
15144 * config.sub: Allow -aout* and -elf*.
15145
15146 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15147
15148 * configure.in: Don't build ld on i386-solaris2, same as for
15149 sparc-solaris2.
15150
15151 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15152
15153 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15154
15155 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15156
15157 * configure.in: Configure gdb for alpha.
15158
15159 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15160
15161 * Makefile.in (CXXFLAGS): Add -O.
15162
15163 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15164
15165 * config.guess: added support for DG Aviion
15166
15167 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15168
15169 * configure.in: Produce warning message for subdirectories not
15170 configurable for this host/target combination. Don't try to
15171 configure gdb for vms.
15172
15173 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15174
15175 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15176 appropriate files before making "diststuff".
15177 (DISTBISONFILES): New var: list of files to be edited.
15178 (DISTSTUFFDIRS): Add binutils.
15179
15180 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15181
15182 * config.sub: also handle mipsel and mips64el (for little endian mips)
15183
15184 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15185
15186 * configure.in: Add * to end of all OS names.
15187
15188 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15189
15190 * configure.in: Build newlib for LynxOS native.
15191
15192 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15193
15194 * config.guess: Add support for delta 88k running SVR3.
15195
15196 * configure.in: Add comment about HP compiler vs. emacs.
15197
15198 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15199
15200 * configure.in: don't build ld on solaris2 (not a viable option
15201 due to bugs in getpwnam & getpwuid)
15202
15203 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15204
15205 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15206 config.guess will produce a full version number.
15207
15208 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15209
15210 * configure.in: Build linker and binutils for alpha-dec-osf1.
15211
15212 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15213
15214 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15215 and gdb/testsuite/Makefile.in.
15216
15217 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15218
15219 * configure.in: recognize mips*- instead of mips-
15220
15221 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15222
15223 * config.sub: Accept linux*coff and linux*elf as operating
15224 systems.
15225
15226 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15227
15228 * config.sub: Recognize mips64, and mips3 as an alias for it.
15229
15230 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15231
15232 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15233 gdb knows how to handle OSF/1 shared libraries.
15234
15235 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15236
15237 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15238 * config.guess: Recognize Hitachi's HIUX.
15239 * config.sub: Recognize h3050r* and hppahitachi.
15240 Remove redundant cases for hp9k[23]*.
15241
15242 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15243
15244 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15245 if gas and ld are in the source tree and are in ${configdirs}.
15246 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15247 --with options (but still pass them down on the command line,
15248 if they were explicitly specified).
15249
15250 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15251
15252 * configure: substitute SHELL value in Makefile.in with
15253 ${CONFIG_SHELL}
15254
15255 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15256
15257 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15258 *-*-solaris2* targets.
15259
15260 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15261
15262 * Makefile.in: define M4, and pass it down to sub-makes;
15263 all-autoconf now depends on all-m4
15264
15265 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15266
15267 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15268 presence of {ar,ranlib} instead of a configured directory
15269
15270 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15271
15272 * config.guess: Accept 34?? as well as 33?? for NCR.
15273
15274 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15275
15276 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15277 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15278
15279 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15280
15281 * configure: grab values for $(CC) and $(CXX) from the
15282 environment, so that someone can do "CC=gcc configure; make" and
15283 have it work right (matching the way that autoconf works now)
15284
15285 * configure.in, Makefile.in: add support for gash, the tcl
15286 interface to Galaxy
15287
15288 * config.guess: add NetBSD variants (hp300, x86)
15289
15290 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15291
15292 * install.sh: Support -d option (in the manner of SunOS 4 install,
15293 as it is more deterministic than that of GNU install)
15294 (chmodcmd): Set file to mode 755 by default (should also do default
15295 chgrp and chown, but I don't feel like dealing with that now)
15296
15297 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15298
15299 * config.sub: Remove h8300hhms alias.
15300
15301 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15302
15303 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15304
15305 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15306
15307 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15308 as stmp-fixinc
15309
15310 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15311
15312 * config.sub: recognize m88110-bug-coff.
15313
15314 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15315
15316 * Makefile.in (all-libio): all dependencies on the toolchain used
15317 to build this (gcc, gas, ld, etc)
15318
15319 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15320
15321 * config.guess: Deal with OSF/1 1.3 on alpha.
15322
15323 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15324
15325 * install.sh: add some 'else true' clauses for portability
15326
15327 * configure.in: don't build libio for h8[35]00-*-* targets
15328
15329 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15330
15331 * Makefile.in: Add support for new libio.
15332
15333 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15334
15335 * install.sh: If one command fails, don't try the rest. Don't try
15336 to remove $dsttmp (via trap) unless we have already created it.
15337 If $src doesn't exist, detect it and exit with an error.
15338
15339 * config.guess: Recognize BSD on hp300.
15340
15341 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15342
15343 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15344 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15345
15346 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15347
15348 * Makefile.in (all-send-pr): depends on all-prms
15349
15350 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15351
15352 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15353
15354 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15355
15356 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15357 Added test for mips-mips-riscos5.
15358
15359 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15360
15361 * configure.in: use mh-hp300 for 68k HP hosts
15362
15363 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15364
15365 * configure: add support for CONFIG_SHELL, so that you can use
15366 some alternate shell for evaluating configure scripts
15367
15368 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15369
15370 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15371 in configure script to bug-gdb@prep.ai.mit.edu when building
15372 distribution archive.
15373 * Makefile.in (COMPRESS): Remove def.
15374 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15375 gdb.tar.Z and make-gdb.tar.Z respectively.
15376 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15377 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15378 to convergence with 'taz' target in Makefile.in.
15379
15380 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15381
15382 * install.sh (dsttmp): use trap to ensure that tmp files go
15383 away on error conditions
15384
15385 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15386
15387 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15388
15389 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15390
15391 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15392 its parent is '/' not ''.
15393
15394 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15395
15396 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
15397
15398 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15399 that ${newsrcdir}/configure.in does.
15400
15401 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15402
15403 * test-build.mk: support for CONFIG_SHELL
15404
15405 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
15406
15407 * config.sub (netware): Add as a basic system type.
15408
15409 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15410
15411 * Makefile.in (Makefile): depend on configure.in. Also drop the
15412 $(srcdir)/ from the dependency on Makefile.in.
15413
15414 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
15415
15416 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15417 (h8300hhms is temporary until multi-libraries are implemented).
15418 * configure.in: Handle h8300h too.
15419
15420 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15421
15422 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15423
15424 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
15425
15426 * configure: Remove extraneous output when guessing host type.
15427 * config.guess: Remove extraneous output when guessing using C
15428 compiler rather than uname, or when guessing fails.
15429
15430 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
15431
15432 * Makefile.in: remove all.cross and install.cross targets
15433
15434 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15435 definitions
15436
15437 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
15438
15439 * configure.in (target sh): Build gprof.
15440
15441 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15442
15443 * config.sub: change -solaris to -solaris2
15444
15445 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15446
15447 * configure.in: Use config/mh-riscos for mips-*-sysv*.
15448
15449 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
15450
15451 * configure: Correct error message for missing Makefile.in to
15452 print correct directory.
15453
15454 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15455
15456 * install.sh: kludge around 386BSD shell bug
15457
15458 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15459
15460 * config.guess: Recognize NeXT.
15461 * config.guess: Recognize i486-ncr-sysv4.
15462 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15463
15464 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15465
15466 * Makefile.in (MAKEINFOFLAGS): New variable.
15467 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15468 * build-all.mk, test-build.mk: Pass down --no-split as
15469 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15470
15471 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15472
15473 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15474
15475 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15476
15477 * Makefile.in (libg++.tar.z): New rule.
15478 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15479 * Makefile.in (taz): Only do a single chmod.
15480
15481 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15482
15483 * install.sh: don't use dirname anymore (replaced with sed usage)
15484
15485 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15486
15487 * Makefile.in: Change extension for gzip'd files from '.z' to
15488 '.gz' per new FSF standard usage.
15489
15490 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15491
15492 * configure: put quotes around the final value of program_transform_name
15493
15494 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15495
15496 * Makefile.in: new install.sh support; update install-info rules
15497
15498 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15499
15500 * configure.in: Build diff for crosses, but not for go32 host.
15501
15502 * configure.in: Build gprof only for native, and don't build it
15503 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15504
15505 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15506
15507 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15508
15509 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15510
15511 * configure.in (host_tools): Add prms.
15512
15513 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15514
15515 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15516 with $(FLAGS_TO_PASS) on the command line
15517
15518 * config.sub: Recognize lynx and lynxos
15519
15520 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15521
15522 * config.sub: Accept -ecoff*, not just -ecoff.
15523
15524 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15525
15526 * Makefile.in (taz): Use .gz suffix instead of .z.
15527 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15528 names.
15529
15530 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15531
15532 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15533
15534 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15535
15536 * Makefile.in (install-no-fixedincludes): install gcc last, so
15537 that rebuilds that might happen during 'make install' don't get
15538 bogus gcc include files
15539
15540 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15541
15542 Change from Utah for HPPA support:
15543 * config.guess: Recognize hppa1.x-hp-bsd.
15544
15545 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15546
15547 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15548 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15549
15550 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15551
15552 * config.sub: Add support for rom68k and bug boot monitors.
15553
15554 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15555
15556 * Makefile.in: Make all-opcodes depend on all-bfd.
15557
15558 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15559
15560 * config.guess: Added special check for i[34]86-univel-sysv4*.
15561
15562 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15563
15564 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15565 the processor rather than assuming i486.
15566
15567 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15568
15569 * config.guess: Recognize SunOS6 as Solaris3.
15570
15571 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15572
15573 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15574 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15575
15576 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15577
15578 * build-all.mk (all-cross): New target for Canadian Cross.
15579 Added Q2 go32 targets.
15580 * test-build.mk: Configure go32 cross sparclite-aout and
15581 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15582 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15583
15584 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15585
15586 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15587 GO32 hosted toolchains
15588
15589 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15590
15591 * configure: change so "-exec-prefix" gets passed down rather
15592 than "-exec_prefix" so autoconf generated Makefiles get the
15593 exec_prefix set right.
15594
15595 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15596
15597 * config.guess: get the Solaris2 minor version number
15598
15599 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15600
15601 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15602
15603 * config.guess: Recognize some Sequent platforms.
15604
15605 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15606
15607 * Makefile.in: added the vault-install target
15608
15609 * configure.in: actually use the Sun3 makefile fragment that's in
15610 config, also added the release dir to configdirs
15611
15612 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15613
15614 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15615
15616 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15617
15618 * configure.in: remove some program from Alpha targetted toolchains
15619
15620 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15621
15622 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15623 gprof.
15624 (taz): Run "make diststuff" in those directories instead of "make
15625 proto-dir". Look for "VERSION=" only at start of line in subdir
15626 Makefile. Use "gzip -9" for compression.
15627 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15628 (binutils.tar.z): New target.
15629
15630 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15631
15632 * Makefile.in (taz): Include gpl.texinfo.
15633
15634 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15635
15636 * Makefile.in (setup-dirs): Merged into "taz" target.
15637 (taz): Only do `proto-dir' stuff if a directory is actually needed
15638 for this target.
15639
15640 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15641
15642 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15643 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15644 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15645 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15646 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15647
15648 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15649
15650 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15651 config.sub, and move-if-change to gdb testsuite distribution
15652 archive, so the testsuite can be extracted, configured, and
15653 run separately from the gdb distribution. Blow away the Chill
15654 tests that require a Chill compiled executable, since GNU Chill
15655 is not yet publically available.
15656
15657 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15658
15659 * test-build.mk: set environment variables in a single command,
15660 instead of a list of assignments and exports
15661
15662 * config.guess: recognize Alpha/OSF1 systems
15663
15664 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15665
15666 * configure: Change help message to prefer --options rather than
15667 -options.
15668
15669 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15670
15671 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15672 zippy@ecst.csuchico.edu.
15673 * config.guess: Recognize miniframe.
15674
15675 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15676
15677 * Makefile.in: Use srcroot to find runtest rather than rootme.
15678 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15679
15680 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15681
15682 * test-build.mk: Extensive additions to support building on a
15683 machine other than the host.
15684
15685 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15686
15687 * configure (tooldir): Fix for i386-aix again.
15688
15689 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15690
15691 * configure, Makefile.in: Change definition of $(tooldir)
15692 to match the FSF.
15693
15694 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15695
15696 * config.guess: Recognize i[34]86/SVR4.
15697
15698 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15699
15700 * Makefile.in (all-gdb): gdb depends on sim.
15701
15702 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15703
15704 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15705 at the same time we make the prototype gdb directory.
15706 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15707 files at the same time as the gdb base release distribution.
15708
15709 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15710
15711 * Makefile.in (check): Use individual check targets rather than
15712 DO_X rule.
15713 (check-gcc): Added.
15714
15715 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15716
15717 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15718 for System V release 3.2.
15719
15720 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15721
15722 * config.sub: Recognize hppaosf.
15723 * configure.in: Do configure ld/binutils/gas for it.
15724
15725 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15726
15727 * configure (tooldir): Alter syntax used to set this, for systems
15728 where "\$" isn't handled right, like i386-aix.
15729
15730 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15731
15732 * configure: Pass program-transform-name, not
15733 program_transform_name, to recursive configures.
15734
15735 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15736
15737 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15738 of gas+ld+binutils.
15739
15740 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15741
15742 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15743
15744 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15745
15746 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15747
15748 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15749
15750 * Makefile.in (PRMS): Set back to all-prms.
15751
15752 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15753
15754 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15755 targets, rather than for MIPS hosts.
15756
15757 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15758
15759 * configure.in: add comment for --with-x default values
15760
15761 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15762
15763 * Makefile.in: add check-* targets for each of the directories in
15764 the tree. Add a definition of RUNTEST that will use the one we
15765 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15766
15767 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15768
15769 * configure.in: Removed obsolete references to bfd_target and
15770 target_makefile_frag.
15771
15772 * build-all.mk: Set assorted targets for Q2.
15773 * config.sub: Recognize z8k-sim and h8300-hms.
15774 * test-build.mk: Really don't pass host to configure.
15775 (HOLES): Added uname.
15776
15777 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15778
15779 * configure: Handle an empty program-prefix, program-suffix or
15780 program-transform-name correctly.
15781
15782 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15783
15784 * build-all.mk: -G 8 no longer required for MIPS targets.
15785 * test-build.mk: Don't pass host argument to configure; make it
15786 guess.
15787
15788 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15789
15790 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15791 * Makefile.in (COMPRESS): New macro, like GZIP.
15792
15793 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15794
15795 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15796
15797 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15798 with gas currently defaults to -G 0.
15799
15800 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15801
15802 * Makefile.in (all-flex): flex depends on byacc.
15803
15804 * build-all.mk: If host not specified, use config.guess. Pass TAG
15805 to test-build.mk as RELEASE_TAG.
15806 * test-build.mk (configargs): New variable containing arguments to
15807 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15808 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15809
15810 * config.guess: Use /bin/uname when checking -X argument on SCO,
15811 to avoid invoking GNU uname which doesn't understand -X.
15812
15813 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15814
15815 * configure.in: Build gas for mips-*-*.
15816
15817 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15818
15819 * Makefile.in (all.normal): insert missing backslash.
15820
15821 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15822
15823 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15824
15825 * Makefile.in: Complete overhaul to merge many almost identical
15826 targets.
15827
15828 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15829
15830 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15831 (gdb.tar.Z): Adjusted.
15832
15833 * Makefile.in (setup-dirs, taz): New targets; should be general
15834 enough to adapt for gdb sometime. Build only .z file.
15835 (gas.tar.z): New target.
15836
15837 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15838
15839 * build-all.mk: Use CC=cc -Xs on Solaris.
15840
15841 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15842
15843 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15844 for handling BISON for FSF releases.
15845
15846 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15847
15848 * configure: Actually implement the change zoo just documented.
15849
15850 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15851
15852 * configure: when using config.guess, only set target_alias when
15853 it's not already been set (ie, on the command line)
15854
15855 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15856
15857 * Makefile.in: add installcheck target, set PRMS to install-prms
15858
15859 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15860
15861 * configure: add support for package_makefile_fragment, handle the
15862 case where a directory has a configure.in file but no Makefile.in
15863 more gracefully (with an actual understandable error message, even);
15864 add support for --without (and add this to the usage message); also
15865 explicitly add a --host=${host_alias} to the command line when
15866 config.guess is used
15867
15868 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15869
15870 * configure: Must use both --host and --target in recursive calls.
15871
15872 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15873
15874 * Makefile.in: Change deja-gnu to dejagnu.
15875
15876 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15877
15878 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15879
15880 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15881
15882 * configure.in: canonicalize all instances to *-*-solaris2*,
15883 also strip out a number of tools to not build for go32 host
15884
15885 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15886
15887 * config.guess: add GPL.
15888
15889 * Makefile.in, config.guess, config.sub, configure: bump
15890 copyrights to 93.
15891
15892 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15893
15894 * Makefile.in (do-info): Removed obsolete check for existence of
15895 localenv file.
15896
15897 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15898
15899 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15900
15901 * Makefile.in: a couple of 'else true' for decstation,
15902 support for TclX
15903
15904 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15905
15906 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15907
15908 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15909
15910 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15911
15912 * config.guess: Recognize i386-ibm-aix (PS/2).
15913 * configure.in: Use config/mh-aix386 file for it.
15914
15915 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15916
15917 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15918 CC_FOR_TARGET instead.
15919 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15920
15921 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15922
15923 * Makefile.in: Add sim to list of directories sent with gdb
15924
15925 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15926
15927 * configure.in: Put back mips-dec-bsd* case.
15928
15929 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15930
15931 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15932 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15933 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15934
15935 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15936
15937 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15938
15939 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15940 (install-info): install dir.info only if it exists,
15941 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15942
15943 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15944
15945 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15946 gas for mips-dec-bsd.
15947
15948 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15949
15950 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15951 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15952
15953 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15954
15955 * configure.in: Added "dejagnu" to hosttools list.
15956
15957 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15958
15959 * config.sub, configure.in, config.guess: Add support
15960 for Bosx, an AIX variant from Bull.
15961 Patches from F.Pierresteguy@frcl.bull.fr.
15962
15963 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15964
15965 * devo/dejagnu: Initial creation of devo/dejagnu.
15966 Migrated dejagnu testcases and support files for testing software
15967 tools to reside as subdirectories, currently called "testsuite",
15968 within the directory of the software tool. Migrated all programs,
15969 support libraries, etc. beloging to dejagnu proper from
15970 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15971 with no modifications. The changes to these files which will
15972 allow them to configure, build, and execute properly will be made
15973 in a future update.
15974
15975 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15976
15977 * Makefile.in: Change send_pr to send-pr.
15978 * configure.in: Likewise.
15979 * send_pr: Renamed directory to send-pr.
15980
15981 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15982
15983 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15984
15985 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15986
15987 * README: Update for gdb-4.8 release.
15988 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15989 gdb-xxx.tar.z (gzip'd) file also.
15990
15991 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15992
15993 * Makefile.in: make all-diff depend on all-libiberty
15994
15995 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15996
15997 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15998
15999 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16000
16001 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16002
16003 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16004
16005 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16006 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16007 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16008
16009 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16010
16011 * Makefile.in: makeinfo binary is in a new location
16012
16013 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16014
16015 * config.sub: Accept -ecoff as an OS.
16016
16017 * Makefile.in: Various changes to eliminate a level of make
16018 recursion and reduce the required command line length.
16019 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16020 sub-makes.
16021 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16022 variables holding settings for specific sub-makes.
16023 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16024 in terms of BASE_FLAGS_TO_PASS.
16025 (TARGET_LIBS): New variable listing directories which use
16026 TARGET_FLAGS_TO_PASS.
16027 (subdir_do): Eliminated.
16028 (do-*): New set of targets to replace subdir_do.
16029 (various): All targets which used subdir_do now depend on do-*.
16030 (local-clean): Renamed from do_clean.
16031 (local-distclean): New target, dependency of distclean and
16032 realclean.
16033 (install-info): Don't create directories. Depend on dir.info
16034 rather than calling make recursively.
16035 (install-dir.info): Eliminated.
16036 (install-info-dirs): Create all info directories here.
16037 (dir.info): Depend upon do-install-info.
16038
16039 * test-build.mk (HOLES): Added false.
16040
16041 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16042
16043 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16044
16045 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16046
16047 * Makefile.in (info): remove dependency on all-texinfo. The
16048 problem was really in texinfo/C, not at this level.
16049
16050 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16051
16052 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16053
16054 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16055
16056 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16057 GDB releases.
16058
16059 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16060
16061 * configure: Include srcdir in message about target of link not
16062 being found. Don't convert `-' to `_' in `with' options being
16063 passed to subdirs.
16064
16065 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16066
16067 * configure.in: add uudecode to host_tools
16068
16069 * Makefile.in: added {all,install}-uudecode targets, added them to
16070 the appropriate lists
16071
16072 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16073
16074 * Makefile.in (all-gcc): Added dependency on all-gas.
16075
16076 * configure.in (mips-*-*): Build ld and binutils.
16077
16078 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16079
16080 * configure: check return code from mkdir, print error message and
16081 exit on failure.
16082
16083 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16084
16085 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16086
16087 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16088
16089 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16090
16091 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16092
16093 * config.sub (h8500): Recognize this as a cpu type.
16094
16095 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16096
16097 * configure: source directory missing is no longer a warning
16098
16099 * configure.in: recognize irix[34]* instead of irix[34]
16100
16101 * Makefile.in: define and pass down X11_LIB
16102
16103 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16104
16105 * guess-systype: Renamed to ...
16106 * config.guess: ... by popular request.
16107 * configure.in, Makefile.in: Update accordingly.
16108
16109 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16110
16111 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16112 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16113 + Execute ./dummy instead of assuming . is in PATH.
16114
16115 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16116
16117 * guess-systype: New shell script. Attempts to guess the
16118 canonical host name of the executing host.
16119 Only a few hosts are supported so far.
16120 * configure: Call guess-systype if no host is specified.
16121
16122 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16123
16124 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16125 gcc Makefile.
16126
16127
16128 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16129
16130 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16131 (all-gcc, install-gcc, subdir_do): Use it.
16132
16133 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16134
16135 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16136
16137 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16138
16139 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16140 set exclusively by configure, using configure.in .
16141
16142 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16143
16144 * test-build.mk: set $PATH for all builds
16145
16146 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16147
16148 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16149
16150 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16151 the one used in gcc/Makefile.in, so that a null expansion doesn't
16152 override the one needed to build gcc with a native cc.
16153
16154
16155 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16156
16157 * configure: Accept -with arguments.
16158
16159 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16160
16161 * Makefile.in: added h8300sim
16162
16163 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16164
16165 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16166 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16167 (all-cygnus, native, build-cygnus): Make
16168 $(canonhost)-stamp-3stage-done, not $(host)....
16169 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16170 i386-sco3.2v4. Added else true to if command.
16171
16172 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16173
16174 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16175
16176 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16177
16178 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16179
16180 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16181
16182 * configure.in: don't remove binutils from Solaris builds
16183
16184 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16185
16186 * Makefile.in: get rid of earlier definitions for *clean,
16187 also handle the recursive info rule better
16188
16189 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16190
16191 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16192 do more-or-less the right thing.
16193
16194 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16195
16196 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16197 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16198
16199 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16200
16201 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16202 $(host_canonical).
16203
16204 * configure.in: split the configdirs list into 4 categories (native
16205 v. cross, library v. tool) and handle the cross-only and native-
16206 only in more reasonable (and correct!) way.
16207
16208 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16209
16210 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16211 configdirs anymore.
16212
16213 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16214
16215 * Makefile.in: extensive cleanup:: removed all of the explicit
16216 clean-* targets, collapsed many wrappers around subdir_do into
16217 one, added additional targets to satisfy standards.texi, deleted
16218 some old targets, some changes for consistency
16219
16220 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16221
16222 * configure.in: handle some programs as cross-only, and others as
16223 native only
16224
16225 * test-build.mk: handle partial holes in a more generic manner
16226
16227 * Makefile.in: m4 depends on libiberty
16228
16229 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16230
16231 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16232 time, wdiff, and find to configdirs
16233
16234 * Makefile.in: all, clean, and install rules for the new programs
16235 added to configure.in
16236
16237 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16238
16239 * configure.in: use mh-sun for all *-sun-* hosts
16240
16241 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16242
16243 * Makefile.in: define flags for X11 include files and library file
16244 locations, pass them down to the programs that need this info
16245
16246 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16247
16248 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16249
16250 * configure.in: start building libg++ for HP-UX targets
16251
16252 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16253
16254 * README: Update references to files moved into etc/.
16255
16256 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16257
16258 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16259 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16260
16261 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16262
16263 * configure: accept dash as well as underscore in long option
16264 names for FSF compatibility.
16265
16266 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16267
16268 * config.sub: added -sco3.2v4 support from FSF.
16269
16270 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16271
16272 * configure.in: expand the section that adds or removes
16273 directories from the list of programs to build, to handle native
16274 vs. cross in addition to host v. native
16275
16276 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16277
16278 * Makefile.in: Replace C++ in macro names with CXX.
16279 This is less likely to break ...
16280
16281 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16282
16283 * test-build.mk: add -w to GNU_MAKE
16284
16285 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16286
16287 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16288 add 'sparc' to list of recognized cpus. This needed to make
16289 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16290 Delete some redundant ose68 variants. Recognize -wrs as an os,
16291 then changes that into $CPU-wrs-vxworks.
16292
16293 * configure.in: remove most references to gdbtest, regularize
16294 target based program removal
16295
16296 * test-build.mk: import from p3 tree (many fixes and changes)
16297
16298 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16299
16300 * Makefile.in: added rules to handle tcl, tk, and expect
16301
16302 * configure.in: handle those directories if they exist
16303
16304 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16305
16306 * config.sub: removed bogus hppabsd and hppahpux names, since
16307 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16308
16309 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16310
16311 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16312 depends upon all-xiberty
16313
16314 * Makefile.in: changes from p3, including:
16315
16316 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16317
16318 * Makefile.in (XTRAFLAGS): include newlib directories if
16319 newlib/Makefile exists, rather than if host != target.
16320
16321 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16322
16323 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16324 from the same source tree and not building a cross-compiler. This
16325 matters for the libg++ configuration if reconfiguring a tree that
16326 has already been installed.
16327
16328 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16329
16330 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16331 pick up the machine and system specific header files.
16332
16333 * Makefile.in: added AS_FOR_TARGET, passed down in
16334 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16335 the C compiler to use to create programs which are run in the
16336 build environment, set it to default to $(CC), and passed it down
16337 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16338
16339 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16340
16341 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16342 We need them for unusual native builds, like systems without
16343 ranlib.
16344
16345 * configure: also define $(host_canonical) and
16346 $(target_canonical), which are the full, canonical names for the
16347 given host and target
16348
16349 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16350
16351 * Makefile.in: Added separate definitions for C++.
16352
16353 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16354
16355 * configure.in (configdirs): Add deja-gnu.
16356
16357 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16358
16359 * README: Update for configure.texi and gdb-4.7 release.
16360
16361 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16362
16363 * Makefile.in: Move "all" target to top of file.
16364 Previously, first target was ".PHONY" which caused BSD4.4 make
16365 to build .PHONY when make was run without arguments.
16366
16367 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16368
16369 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16370 Library-copylefted code in libiberty.
16371
16372 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16373
16374 * config.sub: Replace m68kmote with plain old m68k.
16375
16376 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16377
16378 * Makefile.in: Remove space from blank line, avoid Make complaints.
16379
16380 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16381
16382 * config.sub: Complain if no argument is given. Added support for
16383 386bsd as OS and target alias.
16384
16385 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
16386
16387 * Makefile.in (XTRAFLAGS): include newlib directories if
16388 newlib/Makefile exists, rather than if host != target.
16389
16390 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16391
16392 * config.sub: recognize sparclite-wrs-vxworks.
16393
16394 * Makefile.in (install-xiberty): added *-xiberty make rules (from
16395 p3.) Added clean-xiberty to clean.
16396
16397 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16398
16399 * configure.in: use *-*-* instead of nested cases for host and target
16400
16401 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
16402
16403 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16404 from the same source tree and not building a cross-compiler. This
16405 matters for the libg++ configuration if reconfiguring a tree that
16406 has already been installed.
16407
16408 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
16409
16410 * config.sub (i486v/i486v4): Merge in from FSF version.
16411
16412 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
16413
16414 * configure: only set PWD if it is already set.
16415
16416 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
16417
16418 * configure: just set PWD=`pwd` at the top, since Ultrix sh
16419 doesn't have unset and all success paths (and most error paths)
16420 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16421 to just ${PWD} to avoid confusion.)
16422
16423 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
16424
16425 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16426 even for a native compilation.
16427
16428 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
16429
16430 Changes to make the gdb.tar.Z rule work better.
16431
16432 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
16433 (DEVO_SUPPORT): Add configure.texi.
16434 (bfd-ilrt.tar.Z): Remove ancient rule.
16435
16436 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
16437
16438 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16439 pick up the machine and system specific header files.
16440
16441 * configure.in, config.sub: added new target m68010-adobe-scout,
16442 with alias of adobe68k. Changed configure.in to check for
16443 -scout before -sco* to avoid a false match.
16444
16445 * Makefile.in: added AS_FOR_TARGET, passed down in
16446 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16447 the C compiler to use to create programs which are run in the
16448 build environment, set it to default to $(CC), and passed it down
16449 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16450
16451 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
16452
16453 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16454 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
16455 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16456 FOR_TARGET variants, to newlib and libg++.
16457
16458 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16459
16460 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16461 first.
16462
16463 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16464
16465 * config.sub: Accept `elf' as an environment.
16466
16467 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16468
16469 * Makefile.in (all-opcodes): cd into the right directory
16470
16471 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16472
16473 * configure: added -program_transform_name option, used as
16474 argument to sed when installing programs.
16475 configure.texi: added documentation for -program_prefix,
16476 -program_suffix and -program_transform_name.
16477
16478 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16479
16480 * config.sub: Accept i486 where i386 ok.
16481
16482 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16483
16484 * config.sub: accept we32k
16485
16486 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16487
16488 * config.sub, configure.in: accept OSE68000 and OSE68k.
16489
16490 * Makefile.in: don't create all directories for ``make install'';
16491 let the subdirectories create the ones they need.
16492
16493 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16494
16495 * COPYING: new file, GPL v2
16496
16497 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16498
16499 * Makefile.in: use the new gen-info-dir, which needs a template
16500 argument (which also lives in texinfo)
16501
16502 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16503
16504 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16505
16506 * config.sub (ncr3000): Change i386 to i486.
16507
16508 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16509
16510 * Makefile.in: add install-rcs, install-grep to
16511 install-no-fixedincludes, removed install-bison and install-libgcc
16512
16513 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16514
16515 * configure.in: grab the HPUX makefile fragment if on HPUX
16516
16517 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16518
16519 * Makefile.in: eradicate bison spoor (ditto libgcc).
16520 configure.in: recognise m68{k,000}-ericsson-OSE.
16521 es1800 is alias for m68k-ericsson-OSE
16522
16523 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16524
16525 * configure.in: rearrange the parts that remove programs from
16526 configdirs, based now on HOST==TARGET or by canonical triple.
16527
16528 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16529
16530 * test-build.mk: recurse explicitly with -f test-build.mk when
16531 appropriate. predicate stage3 and comparison on the existence
16532 of gcc. That is, if gcc isn't around, we aren't three-staging.
16533 On very clean, also remove ...stamp-co. Build in-place before
16534 doing other builds.
16535
16536 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16537
16538 * Makefile.in, configure.in: add tgas
16539
16540 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16541
16542 * Makefile.in: a number of changes merged in from progressive.
16543
16544 * configure.in: add libm.
16545
16546 * .cvsignore: ignore some stuff that comes from test-build.mk.
16547
16548 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16549
16550 * config.sub: Add es1800 (m68k-ericsson-es1800).
16551
16552 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16553
16554 * configure: Add program_suffix (parallel to program_prefix)
16555 * Makefile.in: adjust directory-creating script for losing decstation
16556
16557 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16558
16559 * configure: Minor $subdir-related fixes.
16560
16561 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16562
16563 * configure: fix various problems with propogating
16564 makefile_target_frag in subdirs.
16565 * configure.in: config libgcc if its there
16566
16567 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16568
16569 * config.sub: HPPA merge.
16570
16571 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16572
16573 * Makefile.in: Replace all-bison with all-byacc in all
16574 dependency lines for other tools (which now use byacc).
16575
16576 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16577
16578 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16579
16580 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16581
16582 * Makefile.in: make gprof rules similar to byacc rules (instead of
16583 vestigal $(unsubdir) that didn't work...)
16584
16585 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16586
16587 * config.sub: Add support for Linux.
16588 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16589 (at least for libg++).
16590
16591 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16592
16593 * configure.texi: fix doc for the -nfp option to configure
16594
16595 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16596
16597 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16598
16599 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16600
16601 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16602 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16603 * configure.in: added solaris* host_makefile_frag hook.
16604
16605 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16606
16607 * config.sub: changed recognition of m68000 so that various
16608 m68k types can be specified via m680[01234]0
16609
16610 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16611
16612 * config.sub (basic_machine): fix sed so that '-foo' isn't
16613 completely substituted out while .+'-foo' loses the '-foo'
16614
16615 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16616
16617 * config.sub ($os): Add -aout.
16618
16619 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16620
16621 * configure: If host_makefile_frag is absolute, don't
16622 prefix ${invsubdir} (relevant to libg++ auto-configure).
16623
16624 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16625
16626 * Makefile.in (tooldir): Define it.
16627 (all-ld): Depend on all-flex.
16628
16629 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16630
16631 * Makefile.in (check): Fix libg++ special case.
16632
16633 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16634
16635 * configure: do not bury `pwd` into config.status, thus do fewer
16636 pwd's.
16637
16638 * configure: print the "Building in" message only when building in
16639 other than "." AND verbose.
16640
16641 * configure: remove -s, rework -v to better accommodate guested
16642 configures.
16643
16644 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16645
16646 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16647
16648 * Makefile.in: macroize flags passed on recursion. remove
16649 fileutils.
16650
16651 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16652
16653 * configure: get makesrcdir right for subdirs deeper than 1.
16654
16655 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16656 install.
16657
16658 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16659
16660 * Makefile.in: don't print subdir_do or recursion lines.
16661
16662 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16663
16664 * standards.texi: added menu item.
16665
16666 * Makefile.in: build and install standards.info.
16667
16668 * standards.texi: new file.
16669
16670 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16671
16672 * configure: test for and move config.status pieces from
16673 ${subdir}/.
16674
16675 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16676
16677 * configure: Test for existance of files before trying to mv
16678 them, to avoid numerous non-existance messages.
16679
16680 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16681
16682 * configure: correct final line of config.status.
16683
16684 * configure: patch from eggert. Avoids a protection problem if
16685 the original Makefile.in is read only.
16686
16687 * configure: use move-if-change from gcc to create config.status.
16688 Some makefiles depend on config.status to tell if a directory
16689 has been reconfigured for a different host. This change
16690 prevents those directories from remaking everything in the case
16691 where the reconfig was only intended to rebuild a Makefile.
16692
16693 * configure: test for config.sub with "config.sub sun4" rather
16694 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16695 host alias from a missing config.sub.
16696
16697 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16698
16699 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16700 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16701
16702 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16703
16704 * configure: mkdir ${subdir} as needed.
16705
16706 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16707
16708 * Makefile.in,configure.in: added autoconf.
16709
16710 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16711
16712 * Makefile.in: no longer pass against on recursion.
16713
16714 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16715 definitions are not inherited.
16716
16717 * configure: correct makesrcdir when subdir is .
16718
16719 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16720
16721 * configure: Add support for 'subdirs' variable, which is
16722 like 'configdirs', except that configure doesn't re-invoke
16723 itself for subdirs, it just creates a Makefile for each subdir.
16724 * configure.texi: Document subdirs.
16725
16726 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16727
16728 * configure.in: added flex to configdirs
16729
16730 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16731
16732 * Makefile.in: remove clean-stamps from clean.
16733
16734 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16735
16736 * configure.in: Add gdbtest to configdirs.
16737
16738 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16739
16740 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16741 to recursive makes.
16742 * configure.in: Recognize new ncr3000 config.
16743
16744 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16745
16746 * Makefile.in, configure.in: removed references to gdbm.
16747
16748 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16749
16750 * config.sub: Don't canonicalize os value
16751 newsos* to bsd (readline needs to check for newsos).
16752 (This fix was earlier made Jan 31, but got re-broken.)
16753
16754 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16755
16756 * configure.in: sco is an os, not a vendor!
16757
16758 * configure: Quote $( better. Keep various shells happy.
16759
16760 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16761
16762 * Makefile.in: eliminate stamp-files.
16763
16764 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16765
16766 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16767 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16768
16769 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16770
16771 * config.sub: fix iris/iris3.
16772
16773 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16774
16775 * configure: re-add -rm.
16776
16777 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16778
16779 * Maskefile.in: add .stmp-rcs to all.
16780
16781 * configure.in: remove gas from rs6000 build, use aix host fragment.
16782
16783 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16784
16785 * configure: pass down site_option during recursion.
16786
16787 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16788
16789 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16790
16791 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16792
16793 * configure: Change exec_prefix so that it really defaults to prefix.
16794
16795 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16796
16797 * Makefile.in, configure.in: Add support for mmalloc library.
16798
16799 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16800
16801 * Makefile.in: add stmp dependencies for a few more things.
16802
16803 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16804
16805 * configure: adjusted error message on objdir/srcdir configure
16806 collision, per john's suggestion.
16807
16808 * Makefile.in: add libiberty stmp to all and all.cross.
16809
16810 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16811
16812 * Makefile.in: remove force dependencies, add grep to all.
16813
16814 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16815
16816 * Makefile.in: drop flex. make stamp files work.
16817
16818 * configure: added test for conflicting configuration in srcdir,
16819 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16820 gets cranky. use relative paths for configure and srcdir
16821 whenever possible. Send some error messages to stderr that were
16822 going to stdout.
16823
16824 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16825
16826 * Makefile.in: Fix libg++ rule to check for gcc directory
16827 before using gcc/gcc. Also pass XTRAFLAGS.
16828
16829 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16830
16831 * Makefile.in: added stmp-files so that directories aren't polled
16832 when they are already built.
16833
16834 * configure.texi: fixed a node pointer problem.
16835
16836 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16837
16838 * config.sub configure.in gdb/configure.in
16839 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16840 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16841 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16842
16843 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16844
16845 * configure: -recurring becomes -silent. corrected help message
16846 for -site= option.
16847
16848 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16849
16850 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16851
16852 * configure: when building Makefile for crosses, replace
16853 tooldir and program_prefix. default srcdir from location of
16854 config.sub. remove "for host in hosts" and "for target in
16855 targets" loops.
16856
16857 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16858
16859 * Makefile.in: Do not pass bindir or mandir to cvs.
16860
16861 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16862
16863 * Makefile.in, configure.in: removed traces of namesubdir,
16864 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16865 copyrights to '92, changed some from Cygnus to FSF.
16866
16867 * configure.texi: remove most references to multiple hosts,
16868 multiple targets, subdirs, etc.
16869
16870 * configure.man: removed rcsid. reference config.sub not
16871 config.subr.
16872
16873 * Makefile.in: mkdir $(infodir) on install-info.
16874
16875 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16876
16877 * configure.texi: Explain better about .gdbinit and about
16878 the environment that configure.in sections run in.
16879
16880 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16881
16882 * configure.in: Ultrix is only a decstation if it's a MIPS.
16883
16884 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16885
16886 * README: DOC.configure => cfg-paper.texi.
16887
16888 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16889
16890 * config.sub (near case $os): Don't convert newsos* to bsd!
16891
16892 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16893
16894 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16895 the number of copies of COPYING that go into the GDB tar file.
16896
16897 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16898
16899 * bfd/configure.in, gdb/config/mh-i386sco,
16900 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16901 Fix SCO configuration stuff.
16902
16903 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16904
16905 * Makefile.in: For libg++, make sure the -I pointing
16906 to the gcc directory goes *after* all the libg++-local -I flags.
16907 Also, move just-gcc dependency from just-libg++ to all-libg++.
16908
16909 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16910
16911 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16912
16913 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16914
16915 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16916
16917 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16918
16919 * config.sub: Add stratus configuration frags. Also
16920 submitted to FSF.
16921
16922 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16923
16924 * Makefile.in (DEV_SUPPORT): add configure.man.
16925
16926 * config.sub(Decode manufacturer-specific): add -none*.
16927
16928 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16929
16930 * Makefile.in: remove form feeds to make Sun's make happy.
16931 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16932
16933 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16934
16935 * Makefile.in (AR_FLAGS): Make quieter.
16936
16937 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16938
16939 * configure.in: Add libg++.
16940 * configure: When verbose, don't output the command line at each
16941 level; it will be unremarkably the same as the previous version,
16942 which will be the same as what the user typed.
16943
16944 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16945
16946 * configure.in, Makefile.in: fix clean-info, add flex. add
16947 fileutils.
16948
16949 * configure: be less sensitive to spaces in Makefile.in. Do not
16950 look for sources in "..". Doing so breaks subdirectories that
16951 might have their own configure. If a subdir has it's own
16952 configure script, use it.
16953
16954 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16955
16956 * cfg-paper.texi: some changes suggested by rms.
16957
16958 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16959
16960 * config.sub: Merge in some small additions from the FSF version,
16961 taken from the gcc distribution, to bring the Cygnus and FSF
16962 versions into closer sync.
16963
16964 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16965
16966 * configure.in: Changed svr4 references to sysv4.
16967
16968 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16969
16970 * configure: added -V for version number option.
16971
16972 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16973
16974 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16975 renamed from DOC.configure to cfg-paper.texi.
16976
16977 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16978
16979 * configure, config.subr, config.sub: config.subr is now
16980 config.sub again.
16981
16982 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16983
16984 * configure.texi: new file, in progress.
16985
16986 * Makefile.in: build info file and install the man page for
16987 configure.
16988
16989 * configure.man: new file, first cut.
16990
16991 * configure: find config.subr again now that configuration "none"
16992 has gone. removed all traces of the -ansi option. removed all
16993 traces of the -languages option.
16994
16995 * config.subr: resync from rms.
16996
16997 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16998
16999 * configure, config.sub, config.subr: merge config.sub into
17000 config.subr, call the result config.subr, remove config.sub, use
17001 config.subr.
17002
17003 * Makefile.in: revised install for dir.info.
17004
17005 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17006
17007 * configure.in: add decstation host makefile frag.
17008
17009 * Makefile.in: BISON now bison -y again. also install-gcc on
17010 install. clean-gdbm on clean. infodir belongs in datadir.
17011 Make directories for info install. Build dir.info here then
17012 install it.
17013
17014 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17015
17016 * Makefile.in: fix for bad directory tests.
17017
17018 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17019
17020 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17021 regexp. -srcdir relative was being handled incorrectly.
17022
17023 * Makefile.in: unwrapped some for loops so that parallel makes
17024 work again and so one can focus one's attention on a particular
17025 package.
17026
17027 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17028
17029 * configure: added PWD as a stand in for `pwd` (for speed). use
17030 elif wherever possible. make -srcdir work without -objdir.
17031 -objdir= commented out.
17032
17033 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17034
17035 * configure: +options become --options. -subdirs commented out.
17036 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17037 Makefile now at top of generated Makefile. Removed cvs log
17038 entries. added -srcdir. create .gdbinit only if there is one
17039 in ${srcdir}.
17040
17041 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17042 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17043 and mandir now keyed off datadir by default.
17044
17045 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17046
17047 * Freshly created ChangeLog.
17048
17049 \f
17050 Local Variables:
17051 mode: change-log
17052 left-margin: 8
17053 fill-column: 76
17054 version-control: never
17055 End: